@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .sp_Hide {
    display: none;
  }
  .sp_Show {
    display: block;
  }
  #ContentsArea {
    width: 100%;
  }
}

#ContentsArea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  width: 980px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  #ContentsArea {
    width: 100%;
    margin: 0 auto 120px;
  }
}
#ContentsArea .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto;
  padding: 8px 0 6px;
  width: 980px;
}
#ContentsArea .BreadCrumb .Genre br.nowrap {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .sp_Hide {
    display: none;
  }
}

.splogo {
  display: none;
}
@media screen and (max-width: 767px) {
  .splogo {
    display: block;
    float: left;
    margin: 5px 10px 10px;
  }
}
.splogo img {
  width: 65px;
  height: auto;
}

.terms {
  margin: 60px 0;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .terms {
    padding: 0;
    margin: 60px 0 0;
  }
}
.terms .inner {
  max-width: 800px;
}
.terms dl {
  line-height: 1.6;
}
.terms dl dt {
  position: relative;
  padding: 8px;
  background-color: #eee;
  text-align: center;
  cursor: pointer;
}
.terms dl dt:hover {
  background-color: #ddd;
}
.terms dl dt:after {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-plus.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
.terms dl dt.open:after {
  background: url("../img/icon-minus.png") 50% 50% no-repeat;
  background-size: contain;
}
.terms dl dd {
  display: none;
  padding: 30px 30px 50px;
  background-color: #fafafa;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .terms dl dd {
    padding: 20px 20px 30px;
  }
}
.terms dl dd p {
  margin-top: 0;
}
.terms dl dd a {
  text-decoration: underline;
}
.terms dl dd a:hover {
  text-decoration: none;
}
.terms dl dd .close {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terms dl dd .close {
    padding: 20px 20px 30px;
  }
}
.terms dl dd .close img {
  width: 30px;
  cursor: pointer;
}

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

.mt5 {
  display: block;
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 2.5px !important;
  }
}

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

.mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 7.5px !important;
  }
}

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

.mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 12.5px !important;
  }
}

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

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

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

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

.mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

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

.mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

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

.mt110 {
  display: block;
  margin-top: 110px !important;
}
@media screen and (max-width: 767px) {
  .mt110 {
    margin-top: 55px !important;
  }
}

.mt120 {
  display: block;
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

.mt130 {
  display: block;
  margin-top: 130px !important;
}
@media screen and (max-width: 767px) {
  .mt130 {
    margin-top: 65px !important;
  }
}

.mt140 {
  display: block;
  margin-top: 140px !important;
}
@media screen and (max-width: 767px) {
  .mt140 {
    margin-top: 70px !important;
  }
}

.mt150 {
  display: block;
  margin-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .mt150 {
    margin-top: 75px !important;
  }
}

.mt160 {
  display: block;
  margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .mt160 {
    margin-top: 80px !important;
  }
}

.mt200 {
  display: block;
  margin-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .mt200 {
    margin-top: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt5 {
  display: block;
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .pt5 {
    padding-top: 2.5px !important;
  }
}

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

.pt15 {
  display: block;
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .pt15 {
    padding-top: 7.5px !important;
  }
}

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

.pt25 {
  display: block;
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .pt25 {
    padding-top: 12.5px !important;
  }
}

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

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

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

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

.pt70 {
  display: block;
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

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

.pt90 {
  display: block;
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

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

.pt110 {
  display: block;
  padding-top: 110px !important;
}
@media screen and (max-width: 767px) {
  .pt110 {
    padding-top: 55px !important;
  }
}

.pt120 {
  display: block;
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

.pt130 {
  display: block;
  padding-top: 130px !important;
}
@media screen and (max-width: 767px) {
  .pt130 {
    padding-top: 65px !important;
  }
}

.pt140 {
  display: block;
  padding-top: 140px !important;
}
@media screen and (max-width: 767px) {
  .pt140 {
    padding-top: 70px !important;
  }
}

.pt150 {
  display: block;
  padding-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .pt150 {
    padding-top: 75px !important;
  }
}

.pt160 {
  display: block;
  padding-top: 160px !important;
}
@media screen and (max-width: 767px) {
  .pt160 {
    padding-top: 80px !important;
  }
}

.pt200 {
  display: block;
  padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .pt200 {
    padding-top: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb5 {
  display: block;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .pb5 {
    padding-bottom: 2.5px !important;
  }
}

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

.pb15 {
  display: block;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .pb15 {
    padding-bottom: 7.5px !important;
  }
}

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

.pb25 {
  display: block;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .pb25 {
    padding-bottom: 12.5px !important;
  }
}

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

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

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

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

.pb70 {
  display: block;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

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

.pb90 {
  display: block;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

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

.pb110 {
  display: block;
  padding-bottom: 110px !important;
}
@media screen and (max-width: 767px) {
  .pb110 {
    padding-bottom: 55px !important;
  }
}

.pb120 {
  display: block;
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pb130 {
  display: block;
  padding-bottom: 130px !important;
}
@media screen and (max-width: 767px) {
  .pb130 {
    padding-bottom: 65px !important;
  }
}

.pb140 {
  display: block;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 767px) {
  .pb140 {
    padding-bottom: 70px !important;
  }
}

.pb150 {
  display: block;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
  .pb150 {
    padding-bottom: 75px !important;
  }
}

.pb160 {
  display: block;
  padding-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .pb160 {
    padding-bottom: 80px !important;
  }
}

.pb200 {
  display: block;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 767px) {
  .pb200 {
    padding-bottom: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .sp-pb70 {
    padding-bottom: 70px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-pb110 {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb120 {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb130 {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb140 {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb150 {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb160 {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-pb200 {
    padding-bottom: 200px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.p70 {
  padding: 70px !important;
}
@media screen and (max-width: 767px) {
  .p70 {
    padding: 35px !important;
  }
}

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

.p90 {
  padding: 90px !important;
}
@media screen and (max-width: 767px) {
  .p90 {
    padding: 45px !important;
  }
}

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

.p110 {
  padding: 110px !important;
}
@media screen and (max-width: 767px) {
  .p110 {
    padding: 55px !important;
  }
}

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

.p130 {
  padding: 130px !important;
}
@media screen and (max-width: 767px) {
  .p130 {
    padding: 65px !important;
  }
}

.p140 {
  padding: 140px !important;
}
@media screen and (max-width: 767px) {
  .p140 {
    padding: 70px !important;
  }
}

.p150 {
  padding: 150px !important;
}
@media screen and (max-width: 767px) {
  .p150 {
    padding: 75px !important;
  }
}

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

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

.flex {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg10 > * {
    margin-right: 10px;
  }
  .flex.f-mg10 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex.f-mg10 > * {
    width: 100%;
    margin-bottom: calc(10px / 2);
  }
  .flex.f-mg10 > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg10.col2 > * {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg10.col3 > * {
    width: calc((100% - (2 * 10px)) / 3);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg30 > * {
    margin-right: 30px;
  }
  .flex.f-mg30 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex.f-mg30 > * {
    width: 100%;
    margin-bottom: calc(30px / 2);
  }
  .flex.f-mg30 > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg30.col2 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg30.col3 > * {
    width: calc((100% - (2 * 30px)) / 3);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg40 > * {
    margin-right: 40px;
  }
  .flex.f-mg40 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex.f-mg40 > * {
    width: 100%;
    margin-bottom: calc(40px / 2);
  }
  .flex.f-mg40 > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg40.col2 > * {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg40.col3 > * {
    width: calc((100% - (2 * 40px)) / 3);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg60 > * {
    margin-right: 60px;
  }
  .flex.f-mg60 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex.f-mg60 > * {
    width: 100%;
    margin-bottom: calc(60px / 2);
  }
  .flex.f-mg60 > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg60.col2 > * {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .flex.f-mg60.col3 > * {
    width: calc((100% - (2 * 60px)) / 3);
  }
}

.fadein {
  opacity: 0;
  z-index: 1;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #Header #HeaderInner,
  #Header #GlobalNav #GlobalNavInner .MainNav {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #Footer {
    width: 100%;
    min-width: inherit;
    padding: 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #Footer .AboutSite {
    width: 100%;
    box-sizing: border-box;
  }
  #Footer .AboutSite ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #Footer #ToTop #ToTopInner {
    width: 100%;
    box-sizing: border-box;
  }
}

#MainArea {
  width: 840px;
  margin: 10px auto 160px;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #MainArea {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 10px;
    margin-top: 0;
    padding: 20px;
  }
}
#MainArea .socialbutton {
  margin: 20px 0 40px;
  text-align: right;
}
#MainArea section {
  display: block;
}
#MainArea h1,
#MainArea h2 {
  margin-top: 40px;
  position: relative;
}
#MainArea h1 span,
#MainArea h2 span {
  font-size: 0.6em;
}
#MainArea h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 26px;
}
#MainArea h1 span.hdg1lar {
  font-size: 28px;
}
#MainArea h1 span.hdg1mid {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #MainArea h1 {
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #MainArea h1 span.hdg1lar {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  #MainArea h1 span.hdg1mid {
    font-size: 0.6em;
  }
}
#MainArea h2 {
  padding: 15px 5px;
  background: #eb6872;
  border-top: 3px solid #e60012;
  border-bottom: 3px solid #e60012;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #MainArea h2 {
    margin-top: 40px;
    padding: 13px 5px;
    font-size: 15px;
    height: auto;
  }
}
#MainArea h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #MainArea h3 {
    font-size: 1.02em;
  }
}
#MainArea .btn a {
  max-width: 540px;
  margin: 50px auto 0;
  border: 1px solid #000000;
  border-radius: 35px;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  background: url("../img/btn_bg.svg") no-repeat right 31px center;
  background-size: 8px 14px;
  display: block;
}
#MainArea .btn a:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  #MainArea .btn a {
    font-size: 15px;
    padding: 10px 50px;
  }
}
#MainArea *:focus {
  outline: none;
}
#MainArea p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}
#MainArea p span.green {
  color: #1baa00;
  font-weight: bold;
}
#MainArea p span.blue {
  color: #003475;
  font-weight: bold;
}
#MainArea p span.red {
  color: #d7003a;
  font-weight: bold;
}
#MainArea p span.black {
  font-weight: bold;
}
#MainArea span.indent {
  margin-left: 1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #MainArea p {
    font-size: 14px;
  }
}
#MainArea p a {
  word-break: break-all;
}
#MainArea sup {
  vertical-align: super;
  font-size: 50%;
}
#MainArea em {
  font-weight: 700;
}
#MainArea b {
  font-weight: 700;
}
#MainArea a {
  cursor: pointer;
  transition: opacity 0.3s;
}
#MainArea a.block {
  display: block;
}
#MainArea figcaption,
#MainArea small {
  font-size: 10px;
}
#MainArea figcaption {
  margin-top: 5px;
}
#MainArea .opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
#MainArea .opa:hover {
  opacity: 0.5 !important;
}
#MainArea .underline {
  text-decoration: underline;
}
#MainArea .spaces {
  letter-spacing: 0.1em;
}
#MainArea .dash {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #MainArea .block-inline {
    display: inline-block;
  }
}
#MainArea .central {
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainArea .center-m {
  margin-left: auto;
  margin-right: auto;
}
#MainArea .center {
  text-align: center;
}
#MainArea .left {
  text-align: left;
}
#MainArea .right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #MainArea .sp-left {
    text-align: left !important;
  }
}
#MainArea img.block {
  display: block;
}
#MainArea .w100 {
  width: 100% !important;
  display: block;
}
#MainArea .bg_white {
  background: #fff !important;
}
#MainArea .bg_black {
  background: #000 !important;
}
#MainArea .bg_silver {
  background: #efefef !important;
}
#MainArea .bg_navy {
  background: #003475 !important;
}
#MainArea .bg_yellow {
  background: #e6b422 !important;
}
#MainArea .bdr_white {
  border: 1px solid #fff !important;
}
#MainArea .bdr_black {
  border: 1px solid #000 !important;
}
#MainArea .bdr_silver {
  border: 1px solid #efefef !important;
}
#MainArea .bdr_navy {
  border: 1px solid #003475 !important;
}
#MainArea .bdr_yellow {
  border: 1px solid #e6b422 !important;
}
#MainArea .text_white {
  color: #fff;
}
#MainArea .text_black {
  color: #000;
}
#MainArea .text_silver {
  color: #efefef;
}
#MainArea .text_navy {
  color: #003475;
}
#MainArea .text_yellow {
  color: #e6b422;
}
#MainArea .hr_white {
  border-top: 1px solid #fff;
}
#MainArea .hr_black {
  border-top: 1px solid #000;
}
#MainArea .hr_silver {
  border-top: 1px solid #efefef;
}
#MainArea .hr_navy {
  border-top: 1px solid #003475;
}
#MainArea .hr_yellow {
  border-top: 1px solid #e6b422;
}
#MainArea .wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap500 {
    padding: 0 25px;
  }
}
#MainArea .wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap600 {
    padding: 0 25px;
  }
}
#MainArea .wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap700 {
    padding: 0 25px;
  }
}
#MainArea .wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap800 {
    padding: 0 25px;
  }
}
#MainArea .wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap900 {
    padding: 0 25px;
  }
}
#MainArea .wrap990 {
  margin: auto;
  max-width: 990px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap990 {
    padding: 0 25px;
  }
}
#MainArea .wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap1000 {
    padding: 0 25px;
  }
}
#MainArea .wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap1100 {
    padding: 0 25px;
  }
}
#MainArea .wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap1200 {
    padding: 0 25px;
  }
}
#MainArea .wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap1300 {
    padding: 0 25px;
  }
}
#MainArea .wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #MainArea .wrap1400 {
    padding: 0 25px;
  }
}

.movie .movieTitle {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.movie .movieFrame {
  position: relative;
}
.movie .movieFrame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie .movieFrame iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index {
  margin: 0 0 50px;
  border-bottom: 1px solid #ccc;
}
.index .indexTitle {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.index .indexTitle::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
}
.index .indexTitle span {
  padding-right: 10px;
  background-color: #fff;
}
.index .indexLinks {
  padding: 20px;
}
.index .indexLinks .indexLink {
  margin: 0 0 10px;
}
.index .indexLinks .indexLink a {
  padding-left: 16px;
  display: block;
  background-image: url(../img/triangle.png);
  background-position: top 6px left;
  background-repeat: no-repeat;
  background-size: auto 10px;
}
.index .indexLinks .indexLink a:hover {
  text-decoration: none;
  color: #0a0a03;
  opacity: 0.7;
}

.banner_img {
  max-width: 477px;
}
.outroCaption {
  background: url(../img/frame_01.jpg) no-repeat,
    url(../img/frame_02.jpg) no-repeat, url(../img/frame_03.jpg) no-repeat,
    url(../img/frame_04.jpg) no-repeat;
  background-position: left top, right top, right bottom, left bottom;
  background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .outroCaption {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .outroCaption {
    padding: 25px 30px;
  }
}
.outroCaption::after {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #003475;
  box-sizing: border-box;
}
.outroCaption_text {
  margin-top: 0 !important;
  font-size: 18px;
  color: #003475;
}
.outroCaption_text b {
  font-size: 24px;
}
.outroCaption_text em {
  font-size: 40px;
}
.outroCaption_image {
  width: 90%;
  max-width: 310px;
}
@media screen and (min-width: 768px) {
  .outroCaption_image {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outroCaption_image {
    margin: 0 auto 20px;
  }
}

.outroCaution {
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  .outroCaution {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .outroCaution {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .outroCaution_icon {
    margin: 10px auto;
  }
}
.outroCaution_icon-1 {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .outroCaution_icon-1 {
    width: 45px;
  }
}
.outroCaution_icon-2 {
  width: 77px;
}
@media screen and (max-width: 767px) {
  .outroCaution_icon-2 {
    width: 63px;
  }
}
.outroCaution_caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  margin: 10px 23px 0 !important;
}
@media screen and (max-width: 767px) {
  .outroCaution_caption {
    margin: 20px auto !important;
    text-align: center;
  }
}

.outroLogo {
  display: block;
  width: 150px;
  margin: 50px auto 0;
}

.outro_links {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .outro_links {
    margin-top: 40px;
  }
}
.outro_links_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border: 2px solid #001b4a;
  background-color: #e6b422;
  box-sizing: border-box;
  color: #001b4a;
}
.outro_links_link:hover {
  color: #001b4a;
  text-decoration: none;
}
.outro_links_link_message {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outro_links_link_message {
    font-size: 17px !important;
    text-align: center;
  }
}
.outro_links_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 19px;
  height: 11px;
  background: url(../img/link_icon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.outro_links_link .thumbnail {
  max-width: 120px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .outro_links_link .thumbnail {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}

.serifBox {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 40px auto 0;
}
.serifBox_text {
  height: 160px;
  display: flex;
  align-items: center;
  padding: 19px;
  position: relative;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .serifBox_text {
    padding: 10px;
    height: auto;
  }
}
.serifBox_text p {
  max-width: 490px;
  margin-top: 0 !important;
}
.serifBox_text::before,
.serifBox_text::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
.serifBox_text::before {
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
.serifBox_text::after {
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #003475;
}
.serifBox_image {
  width: 160px;
}
.serifBox > *:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .serifBox > *:first-child {
    margin-right: 40px;
  }
}
.serifBox > *:first-child.serifBox_text {
  border-right: 1px solid #003475;
  justify-content: flex-end;
}
.serifBox > *:first-child.serifBox_text::before {
  right: -18px;
}
.serifBox > *:first-child.serifBox_text::after {
  right: -20px;
}
.serifBox > *:last-child.serifBox_text {
  border-left: 1px solid #003475;
}
.serifBox > *:last-child.serifBox_text::before,
.serifBox > *:last-child.serifBox_text::after {
  transform: translateY(-50%) scale(-1, 1);
}
.serifBox > *:last-child.serifBox_text::before {
  left: -18px;
}
.serifBox > *:last-child.serifBox_text::after {
  left: -20px;
}

.balloonFlex {
  margin: 30px 0 0;
}
.balloonFlex .balloonFlexInr {
  margin: 0 -20px;
  display: flex;
  align-items: center;
}
.balloonFlex .balloonRight {
}
.balloonFlex .balloonLeft {
  flex-direction: row-reverse;
}
.balloonFlex .balloon {
  padding: 0 20px;
}
.balloonFlex .balloonTxt {
  position: relative;
  min-width: 120px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  font-size: 16px;
  background: #fff;
  border: solid 1.5px #000;
}
.balloonFlex .balloonRight .balloonTxt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  border: 14px solid transparent;
  border-right: 14px solid #fff;
  z-index: 2;
  transform: translateY(-50%);
}
.balloonFlex .balloonRight .balloonTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
  transform: translateY(-50%);
}
.balloonFlex .balloonLeft .balloonTxt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  border: 14px solid transparent;
  border-left: 14px solid #fff;
  z-index: 2;
  transform: translateY(-50%);
}
.balloonFlex .balloonLeft .balloonTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  border: 14px solid transparent;
  border-left: 14px solid #000;
  z-index: 1;
  transform: translateY(-50%);
}
.balloonFlex .balloonImg {
  padding: 0 20px;
}
.balloonFlex img {
  max-width: 200px;
  min-width: 200px;
}
.balloonFlex .name {
  margin: 0 0 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .balloonFlex .balloonFlexInr {
    margin: 0;
    display: block;
  }
  .balloonFlex .balloon {
    padding: 0;
  }
  .balloonFlex .balloonTxt {
    padding: 15px;
    font-size: 14px;
    border: solid 1px #000;
  }
  .balloonFlex .balloonRight .balloonTxt::before {
    top: -28px;
    left: 50%;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    transform: translate(-50%, 0);
  }
  .balloonFlex .balloonRight .balloonTxt::after {
    top: -29px;
    left: 50%;
    border: 14px solid transparent;
    border-bottom: 14px solid #000;
    transform: translate(-50%, 0);
  }
  .balloonFlex .balloonLeft .balloonTxt::before {
    top: -28px;
    left: 50%;
    right: auto;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    transform: translate(-50%, 0);
  }
  .balloonFlex .balloonLeft .balloonTxt::after {
    top: -29px;
    left: 50%;
    right: auto;
    border: 14px solid transparent;
    border-bottom: 14px solid #000;
    transform: translate(-50%, 0);
  }
  .balloonFlex .balloonImg {
    padding: 0 0 40px;
  }
  .balloonFlex img {
    max-width: 150px;
    min-width: 0;
    margin: 0 auto;
  }
}

.graphBlk {
  padding: 30px;
  border: 1px solid #c39e5a;
}
.graphBlk .graphBlkTtl {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c39e5a;
  font-size: 18px;
  font-weight: bold;
  color: #c39e5a;
  text-align: center;
}
.graphBlk img {
  max-width: 80%;
  margin: 0 auto;
  height: auto;
}

.dummyImg {
  max-width: 400px;
  margin: 0 auto;
}
.dummyImg_auto {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .dummyImg {
  }
}
.emphasis {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
.fbnr {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  position: fixed;
  bottom: 30px;
  z-index: 10;
}
.fbnr a {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 34px 20px;
  display: block;
  background-color: #e60012;
  background-image: url(../img/arrow.png);
  background-position: center right 20px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  /* border: 3px solid #000; */
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.fbnr a:hover {
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fbnr {
    width: calc(100% - 40px);
  }
  .fbnr a {
    padding: 30px;
    font-size: 20px;
    background-size: 20px auto;
  }
  .fbnr a:hover {
  }
}

.sec_Floor {
  margin: 60px 0 0;
  padding: 30px;
  background-color: #f7f7f7;
}
.sec_Floor h3 {
  position: relative;
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
  color: #e60012;
}
.sec_Floor h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e60012;
  display: block;
  content: "";
}
.sec_Floor h3 span {
  position: relative;
  padding: 0 20px;
  background-color: #f7f7f7;
  z-index: 1;
}

#MainArea .profile {
  margin: 50px 0 0;
  padding: 12px;
  display: flex;
  align-items: center;
  border: 2px solid #f7f7f7;
}
#MainArea .profile_img_box {
  min-width: 130px;
}
#MainArea .profile_txt_box {
  margin: 0 0 0 10px;
}
#MainArea .profile_name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#MainArea p.profile_txt {
  margin: 10px 0 0;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .sec_Floor {
    margin: 30px 0 0;
    padding: 15px;
  }
  .sec_Floor h3 {
    font-size: 14px;
  }
  .sec_Floor h3::before {
  }
  .sec_Floor h3 span {
  }

  #MainArea .profile {
    flex-direction: column;
    padding: 30px;
  }
  #MainArea .profile_img_box {
  }
  #MainArea .profile_txt_box {
    margin: 20px 0 0;
  }
  #MainArea .profile_name {
  }
  #MainArea p.profile_txt {
  }
}

/* slide-box */

.slide-box {
  position: relative;
  margin: 60px 0 0;
  padding: 0;
}

.slide-box > * {
  box-sizing: border-box;
}

/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item a {
  display: block;
}
.slide .item::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slick-list {
  padding: 0 !important;
}

/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 10px 0 0;
  padding: 0;
}
.slide-navigation .slick-track {
  display: flex;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 10px;
  float: none;
  flex: 1 1 auto;
}
.slide-navigation .item:last-of-type {
  margin-right: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-navigation .item .image::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

.border {
  width: 100%;
  height: 1px;
  margin: 50px 0;
  display: block;
  background-image: linear-gradient(
    to right,
    #aaa,
    #aaa 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .border {
    margin: 25px 0;
  }
}
