@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%;
  }
}

.releaseDate {
  font-size: 70%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .releaseDate {
    font-size: 10px;
    margin: 0;
  }
}
#ContentsArea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  width: 980px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  #ContentsArea {
    width: 100%;
  }
}

#ContentsArea .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto;
  padding: 8px 0 6px;
  width: 980px;
}

#ContentsArea .BreadCrumb .-wrap {
  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: 780px;
  margin: 10px auto 80px;
  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: 30px;
  border-bottom: 4px solid #721d00;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  #MainArea h1 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 1.5em;
  }
}

#MainArea h2 {
  padding: 30px 0;
  border-top: 1px solid #721d00;
  border-bottom: 1px solid #721d00;
  font-size: 1.5em;
  color: #721d00;
}

@media screen and (max-width: 767px) {
  #MainArea h2 {
    margin-top: 40px;
    padding: 20px 0;
    font-size: 1.2em;
  }
}

#MainArea *:focus {
  outline: none;
}

#MainArea p {
  line-height: 1.8;
  margin-top: 40px;
}

#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: 1.2rem;
}

@media screen and (max-width: 767px) {
  #MainArea figcaption,
  #MainArea small {
    font-size: 1rem;
  }
}

#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;
}

@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_red {
  background: #721d00 !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_red {
  border: 1px solid #721d00 !important;
}

#MainArea .text_white {
  color: #fff;
}

#MainArea .text_black {
  color: #000;
}

#MainArea .text_silver {
  color: #efefef;
}

#MainArea .text_red {
  color: #721d00;
}

#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_red {
  border-top: 1px solid #721d00;
}

#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;
  }
}

/*---------------------追記CSS-------------------------*/

#MainArea {
  width: 100%;
  max-width: 840px;
}

#MainArea h1 {
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 30px;
  line-height: 1.66666666667;
}

@media screen and (max-width: 767px) {
  #MainArea h1 {
    padding: 10px 0;
    font-size: 1.5em;
  }
}

#MainArea .socialbutton {
  margin: 30px 0 23px;
}

#MainArea h2 {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 36, 178, 1);
  padding: 15px 20px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: cover;
  border: none;
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #MainArea h2 {
    font-size: 18px;
  }
}

#MainArea p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

#MainArea small {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

#MainArea img + small {
  margin-top: 12px;
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #MainArea img + small {
    font-size: 10px;
  }
}

#MainArea p + .linkbtn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #MainArea p + .linkbtn {
    margin-top: 25px;
  }
}

#MainArea .linkbtn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #MainArea .linkbtn {
    flex-direction: column;
  }
}
#MainArea .linkbtn a {
  width: 100%;
  max-width: 400px;
  height: 55px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: #7ecef4;
  border-radius: 40px;
  color: #fff;
}

#MainArea .linkbtn a:last-child {
  background-color: #f09b9e;
}
@media (max-width: 767px) {
  #MainArea .linkbtn a {
    height: 50px;
    font-size: 12px;
    border-radius: 25px;
    margin-top: 20px;
  }

  #MainArea .linkbtn a:first-child {
    margin-top: 0;
  }
}

#MainArea .linkbtn a .arrow {
  position: relative;
  top: 1px;
  left: -10px;
}

@media (max-width: 767px) {
  #MainArea .linkbtn a .arrow {
    left: -8px;
  }
}

#MainArea .linkbtn a .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  #MainArea .linkbtn a .arrow::after {
    width: 7px;
    height: 7px;
    top: -1px;
    right: -15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

#MainArea .profile {
  position: relative;
}

#MainArea .profile .img {
  width: 27.38%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #MainArea .profile .img {
    width: 150px;
    margin: 0 auto 20px;
    position: static;
    top: 0;
    transform: none;
  }
}

#MainArea .profile .txt {
  width: 90%;
  margin-left: auto;
  padding: 36px 3% 36px 20.5%;
  box-sizing: border-box;
  position: relative;
  background: url(../img/profile_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #MainArea .profile .txt {
    width: 100%;
    padding: 20px 7%;
  }
}

#MainArea .profile .txt p {
  margin: 0;
}

#MainArea .profile .txt .name {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

#MainArea .youtube {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #MainArea .youtube {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #MainArea .youtube > iframe {
    width: 100%;
    height: auto;
  }
}

#MainArea .outro {
  display: flex;
  max-width: 780px;
  justify-content: space-between;
  margin: 107px auto 220px;
}

@media screen and (max-width: 767px) {
  #MainArea .outro {
    margin: 57px auto 0px;
  }
}

#MainArea .outro_logo {
  max-width: 338px;
  width: 42%;
}

.box1 {
  padding: 20px;
  margin: 20px 0 0;
  border: solid 2px #000000;
}
.box1 p {
  margin: 0 !important;
  padding: 0;
}

.banner {
  margin: 100px 0 30px;
}
.banner .link a {
  display: block;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: bold;
  padding: 30px 20px;
  background: #003475;
  border-radius: 8px;
  border: 3px solid #003475;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner .link a {
    padding: 20px 10px;
    font-size: 15px;
  }
}
.banner .link a:hover {
  background: #fff;
  border: 3px solid #003475;
  color: #003475;
  text-decoration: none;
}
.banner .link a.-white {
  background: #fff;
  border-color: #000;
  color: #000;
  background: url(../img/external_b.png) no-repeat;
  background-position: top 5px right 5px;
  background-size: 16px auto;
}

.textLink {
  text-decoration: underline;
  color: #003475 !important;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}

#MainArea .textLink:hover {
  opacity: 0.5 !important;
}

.figure {
  margin: 0 0 10px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fdf8db;
}
#MainArea .figure + small,
#MainArea .figure small {
  text-indent: 0;
  padding-left: 0;
}
.figure h3 {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
.figure h3 span {
  margin: 0 10px 0 0;
  display: block;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #0066cc;
  border-radius: 100%;
}
.figure_inr {
}
.figure_inr.mx400 {
  max-width: 400px;
}
.figure_inr.mx700 {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .figure {
    padding: 19px;
  }
  .figure h3 {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: left;
  }
  .figure h3 span {
    text-align: center;
  }
  .figure_inr {
  }
  .figure_inr.mx400 {
    max-width: 260px;
  }
  .figure_inr.mx700 {
  }
}
