@charset "UTF-8";
/*creation 181210*/
/*reset--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

b, strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*base--------------------------------------*/
body, html {
  height: 100%;
  min-height: 100%;
  color: #333;
}

body {
  font-size: 15px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  min-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input, select, textarea {
  padding: 5px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}

p {
  line-height: 1.8;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #00156C;
  text-decoration: none;
}

/*layout--------------------------------------*/
.main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .main_wrapper {
    width: 100%;
    padding: 15px 15px 40px;
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.sidenav {
  width: 230px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .sidenav {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sidenav.right {
    order: 3;
    margin: 30px 0 0px;
  }
}

.main_contents {
  width: 820px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .main_contents {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}

/*header--------------------------------------*/
.header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: #FFF;
    left: 0;
    box-shadow: 0px 2px 6px -3px rgba(64, 64, 64, 0.3);
  }
}
.header .wrap {
  max-width: 1100px;
  height: 90px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .wrap {
    width: 100%;
    height: 60px;
    margin: 0;
    float: none;
    position: relative;
  }
}
.header .catch {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header .catch {
    left: 10px;
    top: 5px;
    font-size: 10px;
  }
}
.header .catch h1, .header .catch strong {
  font-weight: normal !important;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    left: 10px;
    top: 20px;
  }
}
.header .logo a {
  display: block;
  font-size: 0;
  width: 347px;
  height: 33px;
  background: url("../images/common/head_logo.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header .logo a {
    width: 180px;
    height: 17px;
    margin: 0 auto;
  }
}
.header .hnav {
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .header .hnav {
    display: none;
  }
}
.header .hnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header .hnav ul li {
  vertical-align: middle;
  position: relative;
  /*
  &::after{
    content:"";
    display: block;
    width: 1px;
    height: 90%;
    background: #CCC;
    position: absolute;
    right: 0;
    top:5%;
  }
  */
}
.header .hnav ul li a {
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #333;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .hnav ul li a:hover {
  color: #8C0000;
}
.header .hnav ul li a i {
  font-size: 13px;
  margin-right: 5px;
}
.header .hnav ul li:last-of-type::after {
  display: none;
}
.header .hnav2 {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .header .hnav2 {
    display: none;
  }
}
.header .hnav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header .hnav2 ul li {
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
.header .hnav2 ul li a {
  font-size: 11px;
}
.header .hnav2 ul li a:hover {
  text-decoration: underline;
}
.header .hnav2 ul li.contact {
  position: relative;
  margin-right: 10px;
}
.header .hnav2 ul li.contact a {
  font-size: 11px;
  background: #00156C;
  color: #FFF;
  padding: 4px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
}
.header .hnav2 ul li.contact a:hover {
  opacity: .7;
  text-decoration: none;
}
.header .hnav2 ul li.contact i {
  margin-right: 5px;
}
.header .hnav2 .circle {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50% 50%;
  background: #00156C;
  color: #FFF;
  margin-right: 7px;
}
.header .hnav2 .circle i {
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}

/*footer--------------------------------------*/
.footer {
  width: 100%;
  background: #F0F0F0;
  color: #333;
}
.footer .wrap {
  max-width: 1100px;
}
.footer .footer_nav_block .wrap {
  padding: 40px 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .wrap {
    width: 100%;
    padding: 30px 15px;
    display: block;
  }
}
.footer .footer_nav_block h4 {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
}
.footer .footer_nav_block .footer_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .footer_nav {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.footer .footer_nav_block .footer_nav .column .logo {
  margin-bottom: 10px;
}
.footer .footer_nav_block .footer_nav .column .logo a {
  display: block;
  width: 262px;
  height: 25px;
  background: url("../images/common/foot_logo.png") no-repeat;
  background-size: contain;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .footer_nav .column .logo a {
    width: 150px;
    height: 14px;
    margin: 0 auto;
  }
}
.footer .footer_nav_block .footer_nav .column .logo2 {
  margin-top: 10px;
}
.footer .footer_nav_block .footer_nav .column .logo2 a {
  display: block;
  width: 309px;
  height: 29px;
  background: url("../images/common/foot_logo2.png") no-repeat;
  background-size: contain;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .footer_nav .column .logo2 a {
    width: 180px;
    height: 17px;
    margin: 0 auto;
  }
}
.footer .footer_nav_block .footer_nav .column ul {
  margin-bottom: 10px;
}
.footer .footer_nav_block .footer_nav .column ul li {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .footer_nav .column ul li {
    border-bottom: solid 1px #999;
  }
}
.footer .footer_nav_block .footer_nav .column ul li a {
  display: block;
  padding: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav_block .footer_nav .column ul li a {
    font-size: 13px;
    padding: 10px 5px;
    letter-spacing: 0;
    text-decoration: none !important;
  }
}
.footer .footer_nav_block .footer_nav .column ul li a:hover {
  transition: background-color .3s, color .3s, opacity .3s;
  opacity: 0.6;
  text-decoration: underline;
}
.footer .footer_nav_block .footer_nav .column ul li i {
  margin-right: 5px;
}
.footer .footer_nav_block .footer_nav .column .btn {
  margin-bottom: 10px;
}
.footer .footer_nav_block .footer_nav .column .btn a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-align: center;
  background: #294C7A;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
.footer .footer_nav_block .footer_nav .column .btn:hover {
  transition: background-color .3s, color .3s, opacity .3s;
  opacity: 0.6;
}
.footer .footer_nav_block .footer_nav .column .btn i {
  margin-left: 5px;
}
.footer .footer_nav_block .footer_nav .column .info {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 2px;
}
.footer .footer_bottom_block {
  background-color: #294C7A;
  color: #FFF;
}
.footer .footer_bottom_block .wrap {
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom_block .wrap {
    width: 100%;
    padding: 15px;
    display: block;
  }
}
.footer .footer_bottom_block .copyright {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom_block .copyright {
    margin-top: 10px;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

/*foot_inquiry_block---------------------------------*/
.foot_inquiry_block {
  background: url("../images/common/bg_footer_inquiry.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .foot_inquiry_block {
    padding: 40px 0px;
  }
}
.foot_inquiry_block p {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot_inquiry_block p {
    font-size: 18px;
  }
}
.foot_inquiry_block .btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0px;
  letter-spacing: 2px;
  text-align: center;
  transition: background-color .3s, color .3s, opacity .3s;
  background: #333;
  color: #FFF;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .foot_inquiry_block .btn a {
    font-size: 14px;
  }
}
.foot_inquiry_block .btn a:hover {
  background: #FFF;
  color: #333;
}

/*pagetop---------------------------------*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: right;
  z-index: 40;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: inline-block;
  padding: 20px;
  background: rgba(64, 64, 64, 0.6);
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0px;
  transition: .5s;
  position: relative;
}
.pagetop a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin-right: -6px;
  margin-top: -4px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.pagetop a:hover {
  background: rgba(64, 64, 64, 0.8);
}

/*side_nav_block--------------------------------*/
.side_nav_block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.side_nav_block h3 {
  background: #00156C;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .side_nav_block h3 {
    font-size: 16px;
    padding: 10px;
  }
}
.side_nav_block dt {
  background: #E5E7F0;
}
.side_nav_block dt {
  position: relative;
  display: block;
  padding: 8px 5px 8px 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: solid 1px #CCC;
  transition: background-color .3s, color .3s, opacity .3s;
}
.side_nav_block dt:hover {
  background: #E5E7F0;
}
.side_nav_block dt::after {
  content: "\f107";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.side_nav_block dt.active::after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.side_nav_block dd {
  display: none;
}
.side_nav_block ul li {
  font-size: 12px;
  line-height: 1.8;
  border-bottom: dotted 1px #999;
}
.side_nav_block ul li:last-child {
  border-bottom: solid 1px #CCC;
}
.side_nav_block ul li a {
  display: block;
  text-decoration: underline;
  padding: 8px 10px 8px 28px;
  position: relative;
  text-decoration: none;
}
.side_nav_block ul li a::after {
  content: "\f105";
  position: absolute;
  left: 10px;
  top: 11px;
  color: #CCC;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*placeholder*/
:placeholder-shown {
  color: #CCC;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #CCC;
  font-size: 14px;
}

:-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
}

::-moz-placeholder {
  opacity: 1;
  color: #CCC;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #CCC;
  font-size: 14px;
}

/*フォーム部品*/
input[type="text"],
input[type="submit"],
input[type="email"],
button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, select {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  border: solid 1px #CCC;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input, select, textarea, select {
    font-size: 16px !important;
  }
}

label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #8c0000;
  border-top-style: none;
  border-right-style: none;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  cursor: pointer;
  border: 2px solid #2C2D30;
  background: #ffffff;
}

button,
input[type="submit"] {
  display: block;
  padding: 15px 100px;
  margin: 0 auto;
  border: none;
  color: #FFF;
  font-size: 25px;
  line-height: 1.6;
  text-decoration: none;
  background: #294C7A;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  outline: 0;
}
@media screen and (max-width: 767px) {
  button,
  input[type="submit"] {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
}
button:active,
input[type="submit"]:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

textarea {
  resize: none;
}

.form-tbl {
  display: block;
}
.form-tbl table {
  width: 100%;
  border-top: solid 1px #CCC;
  border-collapse: collapse;
  table-layout: fixed;
}
.form-tbl th, .form-tbl td {
  padding: 15px 15px;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form-tbl th, .form-tbl td {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 13px;
  }
}
.form-tbl tr {
  border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 767px) {
  .form-tbl tr {
    width: 100%;
    display: block;
  }
}
.form-tbl th {
  background: #F0F0F0;
  color: #333;
  width: 25%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form-tbl th {
    width: 100%;
    display: block;
  }
}
.form-tbl td label {
  display: inline-block;
  margin: 0 10px 5px 0px;
}
@media screen and (max-width: 767px) {
  .form-tbl td label {
    display: block;
    margin-right: 0;
  }
}
.form-tbl input[type="text"],
.form-tbl input[type="submit"],
.form-tbl input[type="email"],
.form-tbl button, .form-tbl textarea {
  width: 100%;
}
.form-tbl .caution {
  color: #DF0000;
  margin-top: 5px;
  font-size: 12px;
}
.form-tbl button, .form-tbl input[type="submit"] {
  border: none;
  background: #cc0000;
  border: solid 1px #cc0000;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  width: 35%;
  letter-spacing: 1px;
  margin: 20px auto 0;
  transition: background-color .3s, color .3s, opacity .3s;
}
.form-tbl button:hover, .form-tbl input[type="submit"]:hover {
  background: #FFF;
  color: #8C0000;
}
.form-tbl .required {
  position: relative;
}
.form-tbl .required::after {
  content: "必須";
  display: inline-block;
  background: #56B3D1;
  color: #FFF;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.form-tbl .p-postal-code {
  width: 8em !important;
  display: inline-block;
}

.policy_wrap {
  width: 100%;
  margin: 15px auto 15px;
  background: #FFF;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .policy_wrap {
    padding: 10px;
  }
}
.policy_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-left: solid 5px #56B3D1;
  padding: 0px 10px 3px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .policy_wrap h5 {
    font-size: 14px;
  }
}
.policy_wrap p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .policy_wrap p {
    font-size: 14px;
  }
}
.policy_wrap p + p {
  margin-top: 1em;
}
.policy_wrap .box {
  margin: 10px 0;
}
.policy_wrap .agree {
  text-align: center;
}

/*-------------------------------------------------
 　スライドメニューボタン部分
/*-------------------------------------------------*/
#toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #toggle {
    height: 50px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

#toggle a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url("../images/common/smp_icon_menu.png") no-repeat center center;
  background-size: 40px 40px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
}

.sidr.right {
  left: auto;
  right: -300px;
}

.sidr.left {
  left: -300px;
  right: auto;
}

.sidr-overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  display: none;
}

.sidr-animating .sidr-overlay,
.sidr-open .sidr-overlay {
  display: block;
}

#slideMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  #slideMenu {
    display: block;
  }
}

#slideMenu .innerbox {
  padding: 0px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  color: #333;
  margin-left: 40px;
  border-left: solid 1px #CCC;
}

#slideMenu .innerbox * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#slideMenu .searchbox {
  padding: 10px;
  border-bottom: solid 1px #EEE;
  background: #EEE;
}

#slideMenu .searchbox .ttl {
  font-size: 12px;
  margin-bottom: 5px;
}

#slideMenu .searchbox input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
}

#slideMenu .searchbox input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #999 !important;
  border-radius: 0px !important;
  font-size: 16px;
  padding: 3px 33px 3px 3px;
  height: 30px;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8zMS8xN6MZYLkAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAHvSURBVEiJtZbNcdswEIU/cVKAO4g7kHLao5wKZHdAVeBRBWYqkFOB2UHiCkwd3yl0ByqBHdAHghJHWfDP1rtwBli8jwAWwC7qumZIkm6AFdB+S6ACSjOrBg0cLfrAklLgMcBiKoHfZpZ/GizpHtgDtxO8jsDOzP7OAkt6AdIJwEvlZrYdCkq+GAqQBp9xYEn7L4B24fu+gEVd10i6A9564nKaJTy0DZLWND+a9oz7aWZFH/gffuYegQczK2POklbAH/xELM3shzcuCbP1oNUQFCD0P4T4S62C//9gYBPx3A1BL+C7SLfrnwDeHx2nXggh3pu150+Cv8wHp22MXp0299ZLvEaapJqj0eNi4Ksrwd+X+5l+3jj39UqAwmlfSrqdQgzxS6fL8ycBYq/J8xRwT7zr34K95dhIyscQQ5x3XqsYuL0yn4As4nsAMu/ODbdSBqwjYzMz++V1fAvfZ5rE8M7cGniT9E6zXxVNCXSHv6ddRcuiUyEgaRmMbwbMpmrr3YKnc2xm7zSzmFW89ehFUhYFd+ArIkfgE3q6rEqiVaakDU3i9FWYrY6ckzPviTvVY73lbfiBJefE6+5/RbMyRVipbnxBPFdyM9sOgudoBDy7CngEvLra6zRwSqqrzbhVZObp1cEB/p1zGVyY2eEDX5XemyyjLLAAAAAASUVORK5CYII=) #FFF no-repeat 99% center;
  background-size: 15px 15px;
}

#slideMenu .searchbox form {
  position: relative;
}

#slideMenu .searchbox button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  color: #333;
  height: 30px;
  width: 40px;
  text-align: center;
  border: none;
}

#slideMenu .category input {
  display: none;
}

#slideMenu .category label {
  display: block;
  background: #FFF;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 10px;
  /*font-weight:bold;*/
  text-decoration: none;
  background-position: 98% center;
  background-size: 15px 9px;
  border-bottom: solid 1px #CCC;
  position: relative;
}

#slideMenu .category label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#slideMenu .category input:checked + label:after,
#slideMenu .category input:checked + label:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#slideMenu .category .child {
  height: 0;
  overflow: hidden;
}

#slideMenu .category input:checked ~ .child {
  height: auto;
}

#slideMenu .category ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #CCC;
  position: relative;
  /*font-weight:bold;*/
}

#slideMenu .category ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#slideMenu .category .child ul li a {
  background: #F0F0F0;
  padding-left: 20px;
}

#slideMenu .category .child ul li a:after {
  border-color: #CCC;
}

#slideMenu .closebtn {
  position: absolute;
  left: 0px;
  top: 5px;
}

#slideMenu .closebtn a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACAAgMAAAC+UIlYAAAAA3NCSVQICAjb4U/gAAAADFBMVEX////MzMwzMzMAAAAGOrWMAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAABQUlEQVRYhe2WsXHDMAxFpRTyDDkVGcEreBj33iDOCF7I5xUyhEdIYRcJIps8HkAReF3SEB0A3ucTRQIYhm7duv2nvVp3v1rwvtPeeK7zo5y0O8muWrCRq3Zn+awWvMlduwf5qhYc5UeJjhf5rhFEQ0yLayFeloiCmBf3wypcREMcxOy4ClXLi2iBmOyG69hskdeqDQQTbCEY2RaCibYQjG4TQYXbCEq4jaDibQSl7CCUhIdQpD2EkvEQiraLkFM+Qhb3ETKEj5AgbgFCgggQEkSAkCAChAQRITwhIoQM4SNkCB8hQUQIw/BgjPK4BULSZ+JB4VHjz6Lf/byO2wACrxxeWrr2+HDw6eHjpeePBQRLEBYxKoNYSLEUYzGndoANBVsSNjVqi9hYuTVTc8fxgAcMHFFwyMExiQetbt26/aX9AvH41kYAlluBAAAAAElFTkSuQmCC) #FFF no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

/*grid system start ----------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-five-1 {
  max-width: 20%;
  flex: 0 0 20%;
}

.col-xs-five-2 {
  max-width: 40%;
  flex: 0 0 40%;
}

.col-xs-five-3 {
  max-width: 60%;
  flex: 0 0 60%;
}

.col-xs-five-4 {
  max-width: 80%;
  flex: 0 0 80%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-sm-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-sm-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-sm-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }
}
@media (min-width: 768px) {
  .col-md-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-md-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-md-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-md-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }

  .col-md-offset-five-1 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-lg-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-lg-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-lg-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-xl-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-xl-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-xl-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.container {
  max-width: 1130px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: initial;
    max-width: auto;
  }
}

/*gridのgutter調整*/
.gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.gutter-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .gutter-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/*grid system end ------------------------*/
/*あいさつ*/
.top_greeting_block {
  background: url("../images/top/bg_greeting.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_greeting_block {
    padding: 40px 0;
  }
}
.top_greeting_block h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 2px 2px 10px #333;
}
@media screen and (max-width: 767px) {
  .top_greeting_block h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.top_greeting_block p {
  font-size: 18px;
  line-height: 1.8;
  text-shadow: 2px 2px 10px #333;
}
@media screen and (max-width: 767px) {
  .top_greeting_block p {
    font-size: 14px;
  }
}

/*--TOPスライダー--------------------------------------*/
@-webkit-keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.top-slider-item {
  position: relative;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .top-slider-item {
    height: 300px;
  }
}
.top-slider-item span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}
@media screen and (max-width: 767px) {
  .top-slider-item span {
    background-size: cover;
    background-attachment: scroll;
  }
}
.top-slider-item:nth-of-type(1) span {
  background-image: url("../images/top/slide01.jpg");
}
.top-slider-item:nth-of-type(2) span {
  background-image: url("../images/top/slide02.jpg");
}
.top-slider-item:nth-of-type(3) span {
  background-image: url("../images/top/slide03.jpg");
}
.top-slider-item:nth-of-type(4) span {
  background-image: url("../images/top/slide04.jpg");
}

.top-slider-content {
  margin: auto;
  width: 100%;
  height: 100%;
}

.top-slider-content-inner {
  text-align: center;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-slider-content-inner img {
  margin: 0;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
.top-slider-content-inner .top-slider-content-wrap {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner .top-slider-content-wrap {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}
.top-slider-content-inner .logo {
  margin: 0 auto 0px !important;
}
.top-slider-content-inner .text {
  margin: 0 0 0px !important;
  font-size: 35px;
  font-weight: normal;
  line-height: 2.0;
  letter-spacing: 1px;
  color: #333;
  /*
  text-shadow: #FFF 2px 0px 10px,  #FFF -2px 0px 10px,
  #FFF 0px -2px 10px, #FFF 0px 2px 10px,
  #FFF 2px 2px  10px, #FFF -2px 2px 10px,
  #FFF 2px -2px 10px, #FFF -2px -2px 10px,
  #FFF 1px 2px 10px,  #FFF -1px 2px 10px,
  #FFF 1px -2px 10px, #FFF -1px -2px 10px,
  #FFF 2px 1px 10px,  #FFF -2px 1px 10px,
  #FFF 2px -1px 10px, #FFF -2px -1px 10px;
  */
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner .text {
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
  }
}
.top-slider-content-inner .btn {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 64px;
  background: url("../images/common/anchor_arrow.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner .btn {
    width: 30px;
    height: 30px;
  }
}
.top-slider-content-inner .glowtext {
  margin: 0 0 0px !important;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333;
  text-shadow: #FFF 2px 0px 10px,  #FFF -2px 0px 10px, #FFF 0px -2px 10px, #FFF 0px 2px 10px, #FFF 2px 2px  10px, #FFF -2px 2px 10px, #FFF 2px -2px 10px, #FFF -2px -2px 10px;
}
@media screen and (max-width: 767px) {
  .top-slider-content-inner .glowtext {
    font-size: 20px;
    text-align: center;
  }
}
.top-slider-content-inner .glowtext b {
  color: #cc0000;
  font-style: italic;
}

.main_visual {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_visual {
    max-width: auto;
  }
}

/*選ばれる理由--------------------------------*/
.reason_btn_block {
  background: url("../images/reason/reason_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .reason_btn_block {
    padding: 40px 0px;
  }
}
.reason_btn_block p {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 5px #666;
  /*
  text-shadow: 0 0 5px #333,0 0 10px #333;
  */
}
@media screen and (max-width: 767px) {
  .reason_btn_block p {
    font-size: 18px;
  }
}
.reason_btn_block .btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0px;
  letter-spacing: 2px;
  text-align: center;
  transition: background-color .3s, color .3s, opacity .3s;
  background: #00156C;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .reason_btn_block .btn a {
    font-size: 14px;
  }
}
.reason_btn_block .btn a:hover {
  background: #FFF;
  color: #333;
}

/*実績紹介---------------------------------*/
.example-box .photo {
  margin-bottom: 10px;
}
.example-box .date {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.example-box h3 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  color: #00156C;
}
@media screen and (max-width: 767px) {
  .example-box h3 {
    font-size: 13px;
  }
}
.example-box h3 a {
  color: #00156C;
}
.example-box table {
  width: 100%;
  border-top: solid 1px #DDD;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 15px;
}
.example-box th, .example-box td {
  padding: 5px;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .example-box th, .example-box td {
    width: 100%;
    display: block;
    padding: 3px 5px;
    font-size: 11px;
  }
}
.example-box tr {
  border-bottom: solid 1px #DDD;
}
@media screen and (max-width: 767px) {
  .example-box tr {
    width: 100%;
    display: block;
  }
}
.example-box th {
  background: #F0F0F0;
  color: #333;
  font-weight: bold;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .example-box th {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.switchtab {
  margin-bottom: 30px;
}
.switchtab ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.switchtab li {
  flex: 1;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border-bottom: solid 5px #F2F4F8;
}
.switchtab li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 5px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .switchtab li a {
    font-size: 11px;
  }
}
.switchtab li.active {
  border-bottom: solid 5px #155595;
}
.switchtab li.active a {
  color: #155595;
}
.switchtab li:hover a {
  color: #155595;
}
.switchtab li:first-child:before {
  border-right: solid 1px #ccc;
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.switchtab li:after {
  border-right: solid 1px #ccc;
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.switchtab li.active a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #155595;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .switchtab li.active a:before {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
}

/*ブログ---------------------------------*/
.blog-box .photo {
  margin-bottom: 10px;
}
.blog-box .date {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.blog-box h3 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  color: #00156C;
}
@media screen and (max-width: 767px) {
  .blog-box h3 {
    font-size: 13px;
  }
}
.blog-box h3 a {
  color: #00156C;
}

@media screen and (max-width: 767px) {
  .blog-box-list .photo {
    margin-bottom: 15px;
  }
}
.blog-box-list h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #00156C;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blog-box-list h3 {
    font-size: 15px;
  }
}
.blog-box-list h3 a {
  color: #00156C;
}
.blog-box-list .excerpt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .blog-box-list .excerpt {
    font-size: 13px;
  }
}
.blog-box-list .btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .blog-box-list .btn {
    margin-bottom: 20px;
  }
}
.blog-box-list .btn a {
  min-width: 200px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 10px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  background: #FFF;
  border: solid 1px #666;
  color: #333;
}
@media screen and (max-width: 767px) {
  .blog-box-list .btn a {
    font-size: 14px;
    padding: 10px 0px;
  }
}
.blog-box-list .btn a:hover {
  background: #EEE;
}
.blog-box-list .btn i {
  margin-right: 3px;
}

.blog_tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  justify-content: start;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .blog_tag {
    font-size: 12px;
  }
}
.blog_tag i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.blog_tag .date {
  margin-right: 15px;
  margin-bottom: 5px;
}
.blog_tag .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  justify-content: start;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.blog_tag .category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  justify-content: start;
}
.blog_tag .category ul li {
  margin-right: 10px;
}
.blog_tag .category ul li:last-of-type {
  margin-right: 0;
}

.blog-content {
  /*
    .baloonbox-l {
      margin: 20px auto;
      width: 100%;
      position: relative;
      @include flexbox;
      @include flex-flow(row wrap);
      @include flex-justyfy-content(space-between);
      @include flex-align-items(flex-start);
  
      &:before {
        content: "";
        width: 102px;
        height: 102px;
        background: url("../images/blog/face_lady.png") no-repeat;
        background-size: contain;
        order: 2;
      }
  
      .text {
        flex: 1;
        margin-right: 20px;
        order: 1;
        font-size: 14px;
        line-height: 1.8;
        position: relative;
        padding: 15px;
        background-color: #FFF;
        border: 3px solid #E0D5BD;
        border-radius: 10px;
  
        &::before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          right: -15px;
          top: 20px;
          border-left: 15px solid #E0D5BD;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
        }
  
        &::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          right: -11px;
          top: 20px;
          border-left: 15px solid #FFF;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
        }
      }
  
      a {
        color: #625C5A;
        font-weight: bold;
        text-decoration: markerline;
      }
    }
  
    .baloonbox-r {
      margin: 20px auto;
      width: 100%;
      position: relative;
      @include flexbox;
      @include flex-flow(row wrap);
      @include flex-justyfy-content(space-between);
      @include flex-align-items(flex-start);
  
      &:before {
        content: "";
        width: 102px;
        height: 102px;
        background: url("../images/blog/face_lady.png") no-repeat;
        background-size: contain;
      }
  
      .text {
        flex: 1;
        margin-left: 20px;
        font-size: 14px;
        line-height: 1.8;
        position: relative;
        padding: 15px;
        background-color: #FFF;
        border: 3px solid #E0D5BD;
        border-radius: 10px;
  
        &::before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -15px;
          top: 20px;
          border-right: 15px solid #E0D5BD;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
        }
  
        &::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -11px;
          top: 20px;
          border-right: 15px solid #FFF;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
        }
      }
  
      a {
        color: #625C5A;
        font-weight: bold;
        text-decoration: markerline;
      }
    }
  */
}
.blog-content .ttl {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #00156C;
  border-bottom: solid 2px #EEE;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blog-content .ttl {
    font-size: 16px;
  }
}
.blog-content .ttl a {
  color: #00156C;
}
.blog-content .blog_tag {
  margin-bottom: 10px;
}
.blog-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
  padding: 10px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  background: #00156C;
}
@media screen and (max-width: 767px) {
  .blog-content h2 {
    margin: 30px 0 15px;
    font-size: 15px;
    padding: 8px;
  }
}
.blog-content h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #00156C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog-content h3 {
    margin: 15px 0 10px;
    font-size: 15px;
  }
}
.blog-content p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .blog-content p {
    font-size: 13px;
  }
}
.blog-content p + p {
  margin-top: 1em;
}
.blog-content .zakkuri {
  margin: 40px 0px 40px;
}
.blog-content .zakkuri h5 {
  background: #00156C;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .blog-content .zakkuri h5 {
    font-size: 14px;
  }
}
.blog-content .zakkuri ul {
  margin: 0;
}
.blog-content .zakkuri ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0 5px 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog-content .zakkuri ul li {
    font-size: 14px;
  }
}
.blog-content .zakkuri ul li::before {
  content: "\f14a";
  position: absolute;
  left: 10px;
  top: 13px;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #00156C;
  font-weight: normal;
}
.blog-content .osusume {
  margin: 40px 0px 20px;
}
.blog-content .osusume h5 {
  background: #00156C;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .blog-content .osusume h5 {
    font-size: 14px;
  }
}
.blog-content .osusume ul {
  padding: 10px 15px 20px;
  background: #F0F0F0;
  border: dashed 2px #00156C;
}
@media screen and (max-width: 767px) {
  .blog-content .osusume ul {
    padding: 3px 5px 10px;
  }
}
.blog-content .osusume ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0 5px 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blog-content .osusume ul li {
    font-size: 14px;
  }
}
.blog-content .osusume ul li::before {
  content: "\f14a";
  position: absolute;
  left: 10px;
  top: 13px;
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #00156C;
  font-weight: normal;
}
.blog-content .marker {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.blog-content strong {
  font-weight: bold;
}
.blog-content .linkbtn {
  margin: 10px 0 20px;
}
.blog-content .linkbtn a {
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  background: #00156C;
  padding: 10px 20px;
  text-decoration: none;
}
.blog-content .linkbtn a:hover {
  opacity: .7;
}
.blog-content .box {
  border: solid 5px #EEE;
  padding: 20px;
  margin: 10px 0;
}

/*画像full---------------------------------*/
.img-fluid {
  width: 100%;
  height: auto;
}

/*ラッパー---------------------------------*/
#main .wrap {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #main .wrap {
    padding: 30px 0;
  }
}

/*背景---------------------------------*/
.bg_blue {
  background: url("../images/common/bg_blue.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
}

.bg_glay {
  background: url("../images/common/bg_glay.jpg") no-repeat center center;
  background-size: cover;
  color: #333;
}

.bg_white {
  background: #FFF;
  color: #333;
}

.bg_black {
  background: #2C2D30;
  color: #FFF;
}

.bg_lpurple {
  background: #6A82A2;
  color: #FFF;
}

/*見出し---------------------------------*/
.ttl-01 {
  margin: 0 auto;
  text-align: center;
}
.ttl-01 h1, .ttl-01 h2, .ttl-01 h3, .ttl-01 h4 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .ttl-01 h1, .ttl-01 h2, .ttl-01 h3, .ttl-01 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.ttl-01 span {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
}

.ttl-02 {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-02 {
    margin-bottom: 30px;
  }
}
.ttl-02 h1, .ttl-02 h2, .ttl-02 h3, .ttl-02 h4 {
  font-size: 35px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .ttl-02 h1, .ttl-02 h2, .ttl-02 h3, .ttl-02 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.ttl-02 h1:after, .ttl-02 h2:after, .ttl-02 h3:after, .ttl-02 h4:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 50px;
  height: 3px;
  background: #294C7A;
}
.ttl-02 span {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
  color: #00156C;
}

.ttl-03 {
  margin: 0 auto 30px;
  border-bottom: 3px solid #E3E3E3;
  position: relative;
  padding: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .ttl-03 {
    margin-bottom: 15px;
    padding: 0 5px 7px 15px;
  }
}
.ttl-03 h1, .ttl-03 h2, .ttl-03 h3, .ttl-03 h4 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .ttl-03 h1, .ttl-03 h2, .ttl-03 h3, .ttl-03 h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.ttl-03 p {
  color: #00156C;
  line-height: 1.2;
}
.ttl-03::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: '';
  width: 50px;
  height: 3px;
  background: #8AC2D4;
}
@media screen and (max-width: 767px) {
  .ttl-03::before {
    width: 50px;
  }
}

.ttl-04 {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .ttl-04 {
    margin-bottom: 5px;
  }
}
.ttl-04 h1, .ttl-04 h2, .ttl-04 h3, .ttl-04 h4 {
  color: #00156C;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .ttl-04 h1, .ttl-04 h2, .ttl-04 h3, .ttl-04 h4 {
    font-size: 16px;
  }
}

/*ボックス*/
.box-01 {
  background: #E5E7F0;
  padding: 30px 40px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .box-01 {
    padding: 20px;
  }
}
.box-01 ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .box-01 ul li {
    font-size: 13px;
  }
}
.box-01 ul li::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 0px;
}
.box-01 ul li:last-of-type {
  margin-bottom: 0;
}

.box-02 {
  background: #F0F0F0;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .box-02 {
    padding: 20px;
  }
}
.box-02 ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .box-02 ul li {
    font-size: 13px;
  }
}
.box-02 ul li::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 0px;
}
.box-02 ul li:last-of-type {
  margin-bottom: 0;
}

/*インフォリスト---------------------------------*/
.info_list dl {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .info_list dl {
    font-size: 13px;
  }
}
.info_list dt {
  clear: both;
  float: left;
  width: 20%;
  padding: 15px 10px;
}
.info_list dd {
  padding: 15px 10px;
  padding-left: 20%;
  border-bottom: solid 1px #CCC;
}

/*リスト---------------------------------*/
.number_list ul {
  margin-bottom: 20px;
  counter-reset: number;
}
.number_list li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .number_list li {
    font-size: 14px;
  }
}
.number_list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  background: #E50013;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.number_list ul.num_y li::before {
  color: #000;
  background: #FFE210;
}

/*カード---------------------------------*/
.card-01 {
  text-align: left;
}
.card-01 .photo {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .card-01 .photo {
    margin-bottom: 10px;
  }
}
.card-01 .photo img {
  width: 100%;
}
.card-01 .text {
  color: #FFF;
}
.card-01 .text a {
  color: #FFF;
}
.card-01 h2, .card-01 h3, .card-01 h4, .card-01 h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-left: solid 5px #56B3D1;
  padding: 0px 10px 3px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-01 h2, .card-01 h3, .card-01 h4, .card-01 h5 {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
  }
}
.card-01 p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card-01 p {
    font-size: 14px;
  }
}

.card-02 {
  text-align: center;
}
.card-02 .photo {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .card-02 .photo {
    margin-bottom: 10px;
  }
}
.card-02 .photo img {
  width: 100%;
}
.card-02 .text {
  color: #333;
}
.card-02 .text a {
  color: #294C7A;
}
.card-02 h2, .card-02 h3, .card-02 h4, .card-02 h5 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #294C7A;
}
@media screen and (max-width: 767px) {
  .card-02 h2, .card-02 h3, .card-02 h4, .card-02 h5 {
    font-size: 13px;
  }
}
.card-02 p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card-02 p {
    font-size: 14px;
  }
}
.card-02 p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .card-03 {
    margin-top: 10px;
  }
}
.card-03 h2, .card-03 h3, .card-03 h4, .card-03 h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .card-03 h2, .card-03 h3, .card-03 h4, .card-03 h5 {
    font-size: 16px;
  }
}
.card-03 p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card-03 p {
    font-size: 13px;
  }
}
.card-03 p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .card-04 {
    margin-top: 10px;
  }
}
.card-04 h2, .card-04 h3, .card-04 h4, .card-04 h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .card-04 h2, .card-04 h3, .card-04 h4, .card-04 h5 {
    font-size: 16px;
  }
}
.card-04 p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card-04 p {
    font-size: 13px;
  }
}
.card-04 p + p {
  margin-top: 1em;
}

.card-05 p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card-05 p {
    font-size: 13px;
  }
}
.card-05 p + p {
  margin-top: 1em;
}

/*テーブル---------------------------------*/
.tbl-01 {
  padding: 50px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .tbl-01 {
    padding: 10px;
  }
}
.tbl-01 table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.tbl-01 table th, .tbl-01 table td {
  padding: 15px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  border-bottom: solid 2px #cccccc;
}
@media screen and (max-width: 767px) {
  .tbl-01 table th, .tbl-01 table td {
    font-size: 13px;
    padding: 10px;
  }
}
.tbl-01 table th {
  width: 25%;
  color: #333;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 2px #17181A;
}

@media screen and (max-width: 767px) {
  .tbl-02 {
    overflow: auto;
    white-space: nowrap;
  }
  .tbl-02::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-02::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl-02::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.tbl-02 table {
  border-collapse: collapse;
  /*table-layout: fixed;*/
  border: solid 1px #CBCBCB;
  width: 100%;
}
.tbl-02 table th, .tbl-02 table td {
  padding: 15px 15px;
  border: solid 1px #CBCBCB;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl-02 table th, .tbl-02 table td {
    font-size: 13px;
    padding: 10px;
  }
}
.tbl-02 table th {
  width: 25%;
  background: #999;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.tbl-03 {
  margin: 30px 0;
}
.tbl-03 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #000C39;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl-03 table {
    border-bottom: none;
  }
}
.tbl-03 table th, .tbl-03 table td {
  padding: 15px;
  border-right: solid 1px #000C39;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tbl-03 table th, .tbl-03 table td {
    font-size: 13px;
    padding: 10px;
    width: 100%;
    display: block;
    border-right: none;
  }
}
.tbl-03 table tr {
  border-bottom: solid 1px #000C39;
}
@media screen and (max-width: 767px) {
  .tbl-03 table tr {
    width: 100%;
    display: block;
  }
}
.tbl-03 table th {
  background: #000C39;
  border-right: solid 1px #FFF;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl-03 table th {
    border-right: none;
  }
}
.tbl-03 table thead th:last-of-type {
  border-right: solid 1px #000C39;
}
@media screen and (max-width: 767px) {
  .tbl-03 table thead th:last-of-type {
    display: none;
  }
}
.tbl-03 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #00156C;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tbl-03 h4 {
    font-size: 16px;
  }
}
.tbl-03 ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .tbl-03 ul li {
    font-size: 13px;
  }
}
.tbl-03 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
.tbl-03 ul li:last-of-type {
  margin-bottom: 0;
}

/*動画---------------------------------*/
.youtube {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .youtube {
    width: 100%;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*btn---------------------------------*/
.blue_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  background: #00156C;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .blue_btn a {
    font-size: 14px;
    padding: 10px 0px;
  }
}
.blue_btn a:hover {
  opacity: 0.7;
}
.blue_btn i {
  margin-right: 3px;
}

.ghost_btn {
  text-align: center;
}
.ghost_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0px;
  letter-spacing: 2px;
  text-align: center;
  transition: background-color .3s, color .3s, opacity .3s;
  background: transparent;
  border: solid 2px #333;
  color: #333;
}
@media screen and (max-width: 767px) {
  .ghost_btn a {
    font-size: 14px;
    padding: 10px 0px;
  }
}
.ghost_btn a:hover {
  background: #333;
  color: #FFF;
}
.ghost_btn i {
  margin-right: 3px;
}

.btn_arrow_r a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_r a::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_l a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_l a::after {
  content: "\f104";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_d a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_d a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_u a {
  position: relative;
  padding-right: 30px;
}
.btn_arrow_u a::after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* pagenavi---------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #666666;
  background-color: #FFF;
  border: solid 1px #666666;
  padding: 10px 15px;
  margin: 0 0px 5px -1px;
  white-space: nowrap;
  transition: background-color .3s, color .5s, opacity .3s;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 10px;
    margin: 0 0px 5px -1px;
  }
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #666666;
  border-color: #666666;
}
.wp-pagenavi .current {
  color: #FFF;
  background-color: #666666;
  border-color: #666666;
}
.wp-pagenavi .extend {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .larger {
    display: none;
  }
}

/*パンくず---------------------------------*/
.breadcrumbs {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  background: #F9F9F9;
  padding: 5px;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #666;
}
.breadcrumbs a span {
  text-decoration: underline;
}

/*ヘッダータイトル部分*/
.header_title {
  background: url("../images/header/header_bg.jpg") no-repeat center center;
  background-size: cover;
}
.header_title .wrap {
  position: relative;
  height: 150px;
  padding: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_title .wrap {
    height: 100px;
  }
}
.header_title h1, .header_title strong {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0;
  text-shadow: 2px 2px 10px #666;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_title h1, .header_title strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
.header_title p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header_title p {
    font-size: 13px;
  }
}

/*フォントサイズ---------------------------------*/
.fs-xxlarge {
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .fs-xxlarge {
    font-size: 22px !important;
  }
}

.fs-xlarge {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .fs-xlarge {
    font-size: 18px !important;
  }
}

.fs-large {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .fs-large {
    font-size: 16px !important;
  }
}

.fs-medium {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .fs-medium {
    font-size: 14px !important;
  }
}

.fs-small {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .fs-small {
    font-size: 12px !important;
  }
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*フォントカラー*/
.fc-red {
  color: #F00 !important;
}

.fc-gray {
  color: #999 !important;
}

/*リンク下線*/
.link-underline {
  text-decoration: underline !important;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}
