@charset "utf-8";
/*--common--*/
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.verTop {
  vertical-align: top;
}
.bold {
  font-weight: 600;
}
.under {
  background: linear-gradient(transparent 50%, #fff600 50%);
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mg20 {
  margin: 20px auto;
}
.mgb20 {
  margin-bottom: 20px;
}
.pdgb20 {
  padding-bottom: 20px;
}
.mg10 {
  margin: 10px auto !important;
}
.pcDisp {
  display: none;
}
.spDisp {
  display: block;
}
.blue {
  color: #158ad3;
}
img {
  width: 100%;
  line-height: 0;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.2rem;
}
/*--mv--*/
.logo {
  height: auto;
  margin: auto;
  width: 250px;
  padding: 25px 0 15px;
  line-height: 0;
}
.mvImg {
  padding: 0 5px;
}
.kousikiBtn {
  max-width: 600px;
  margin: 20px auto;
}
.kousikiBtn a {
  background-color: #1a9ef1;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  padding: 20px 10px 14px;
  border-radius: 20px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 10px 2px #ccc;
  transition: all 0.3s;
  position: relative;
}
.kousikiBtn a::after {
  background: url("../img/arrow.png")no-repeat center right / contain;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.kousikiBtn a:hover {
  background-color: #055181;
}
.kousikiBtn a img {
  max-width: 300px;
  width: 75%;
}
.txtInd {
  padding-left: 1rem;
  text-indent: -1rem;
}
.tabContents .tabContentsInr .checkInr li .txtInd li {
  margin-bottom: 10px;
}
.contentsWrap {
  margin-top: 60px;
}
.contentsWrap .contentsInr {
  max-width: 1280px;
  margin: auto;
  text-align: center;
  padding: 0 7px;
}
.contentsWrap .contentsInr .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contentsWrap .contentsInr .text {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
.contentsWrap .cont01 .contentsInr .photo {
  margin: 30px auto 0;
  max-width: 1000px;
}
.photo {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 0;
}
.photoLong {
  max-width: 700px;
  width: 100%;
  margin: 40px auto 0;
}
.photo2clm {
  max-width: 940px;
  width: 100%;
  margin: 20px auto 0;
}
.tabWrap {
  display: flex;
  margin: 50px auto -1px;
}
.tabWrap li {
  width: calc(100%/3);
}
.tabWrap li a {
  padding: 10px 5px;
  background-color: #dcdcdc;
  color: #888888;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  font-size: 13px;
  border: solid 1px #fff;
  border-bottom: none;
  display: block;
  height: 100%;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
.tabWrap li:first-child a {
  border-left: none;
}
.tabWrap li:last-child a {
  border-right: none;
}
.tabWrap li.active a {
  background-color: #1a9ef1;
  color: #fff;
}
.tabContents .active {
  display: block;
}
.tabContents .tabContentsInr {
  border-top: solid 5px #1a9ef1;
  display: none;
  padding: 35px 15px 30px;
  box-shadow: 0px 0px 10px 0px #ddd;
  border-radius: 0 0 30px 30px;
}
.tabContents .tabContentsInr.active {
  display: block;
}
.tabContents .tabContentsInr .tabTtl {
  font-size: 25px;
  color: #158ad3;
  position: relative;
  padding-top: 30px;
}
.tabContents .tabContentsInr .tabTtl::after {
  position: absolute;
  content: "";
  background: url("../img/ttl_icon.png")no-repeat center center / contain;
  width: 64px;
  height: 26px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabContents .tabContentsInr .checkInr {
  margin-top: 30px;
}
.tabContents .tabContentsInr .checkInr .checkTtl, .tabContents .tabContentsInr .checkInr .checkSubTtl {
  position: relative;
  padding-top: 30px;
  font-size: 20px;
  color: #158ad3;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
.tabContents .tabContentsInr .checkInr .checkTtl::after {
  position: absolute;
  content: "";
  background: url("../img/check.png")no-repeat center center / contain;
  width: 24px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabContents .tabContentsInr .checkInr .photoImg {
  margin: 40px auto 30px;
  max-width: 800px;
  width: 100%;
}
.tabContents .tabContentsInr .checkInr li {
  margin-bottom: 40px;
}
.tabContents .tabContentsInr .checkInr li:last-child {
  margin-bottom: 0;
}
.tabContents .tabContentsInr .checkInr .subBlue {
  background-color: #ebf6ff;
  padding: 20px 15px;
  text-align: left;
  max-width: 940px;
  margin: auto;
  font-size: 14px;
  line-height: 1.7;
}
.tabContents .tabContentsInr .checkInr .subBlue .ttl {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.tabContents .tabContentsInr .checkInr li .majicList li {
  margin-bottom: 40px;
}
.tabContents .tabContentsInr .checkInr li .majicList li:last-child {
  margin-bottom: 0;
}
.tabContents .tabContentsInr .checkInr li .majicList li .text {
  line-height: 1.7;
  text-align: left;
}
.majicList {
  text-align: left;
  letter-spacing: 0.2rem;
  max-width: 960px;
  margin: auto;
}
.majicList .bgPk {
  background-color: #1a9ef1;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 8px 5px 9px;
  margin-bottom: 14px;
  border-radius: 3px;
  line-height: 1.4;
}
.majicList .bgBlue {
  background-color: #075d93;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 3px 8px;
  margin: 20px 0 10px;
}
.majicList .text .yellow {
  font-size: 16px;
  font-weight: 600;
}
.tabContents .tabContentsInr .checkInr li .majicList li .photo {
  margin-top: 10px;
}
.tabContents .tabContentsInr .checkInr li .majicList li .iconList li {
  display: block;
  padding: 2px;
  margin: 20px 0 10px;
  font-size: 13px;
  float: left;
  width: 33%;
  text-align: center;
}
.tabContents .tabContentsInr .checkInr li .majicList li .iconList li i {
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
.tabContents .tabContentsInr .checkInr li .majicList li .iconList i img {
  height: 100%;
  width: auto;
}
.bierimoList {
  margin: 40px 0;
}
.bierimoList dt {
  font-size: 18px;
  color: #158ad3;
  font-weight: 600;
  margin: -30px auto 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 0 5px;
}
.bierimoList dd {
  border: solid 1px #158ad3;
  padding: 25px 10px 15px;
  margin: -15px auto 0;
  display: inline-block;
}
.tabContents .tabContentsInr .checkInr li .bierimoList dd li:nth-child(1), .tabContents .tabContentsInr .checkInr li .bierimoList dd li:nth-child(2) {
  margin-bottom: 5px;
}
.tabContents .tabContentsInr .checkInr li .bierimoList dd li {
  display: inline-block;
  width: 46%;
  max-width: 240px;
  margin: 0 1%;
}
.videoWrap {
  width: 90%;
  margin: 20px auto;
  max-width: 600px;
}
.videoWrap.large {
  max-width: 700px;
}
video {
  width: 100%;
}
/*--TTL--*/
.footContents .contentsInr {
  padding-top: 60px;
}
.footContents .contentsInr .textBig {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px;
}
footer {
  font-size: 12px;
  padding: 20px;
}
@media screen and (min-width:768px) {
  .pcDisp {
    display: block;
  }
  .spDisp {
    display: none;
  }
  .photo2clm, .photo, .photoLong {
    margin: 40px auto 0;
  }
  .logo {
    width: 400px;
    padding: 30px 0;
  }
  .mvImg {
    margin: -30px auto 0;
    padding: 0 20px;
    max-width: 1400px;
  }
  .kousikiBtn a {
    font-size: 18px;
    padding: 25px 20px 21px;
  }
  .contentsWrap {
    margin-top: 100px;
  }
  .contentsWrap .contentsInr {
    padding: 0 30px;
  }
  .contentsWrap .contentsInr .ttl {
    font-size: 25px;
  }
  .contentsWrap .contentsInr .text {
    font-size: 16px;
    text-align: center;
  }
  .contentsWrap .cont01 .contentsInr .photoImg {
    margin-top: 60px;
  }
  .tabWrap {
    margin: 100px auto 0;
  }
  .tabWrap li a {
    padding: 25px;
    border-radius: 20px 20px 0 0;
    font-size: 18px;
  }
  .tabContents .tabContentsInr {
    padding: 55px 30px 50px;
  }
  .tabContents .tabContentsInr .tabTtl {
    font-size: 35px;
    padding-top: 60px;
  }
  .tabContents .tabContentsInr .tabTtl::after {
    width: 94px;
    height: 46px;
  }
  .tabContents .tabContentsInr .checkInr {
    margin-top: 60px;
  }
  .tabContents .tabContentsInr .checkInr .checkTtl::after {
    width: 44px;
    height: 40px;
  }
  .tabContents .tabContentsInr .checkInr .checkTtl, .tabContents .tabContentsInr .checkInr .checkSubTtl {
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .tabContents .tabContentsInr .checkInr .photoImg {
    width: 80%;
  }
  .majicList .bgBlue, .majicList .text .yellow {
    font-size: 25px;
  }
  .majicList .iconList li {
    display: inline-block;
    padding-right: 40px;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    width: auto;
  }
  .majicList .iconList li i {
    height: 82px;
  }
  .majicList .bgPk {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .bierimoList dt {
    font-size: 25px;
  }
  .bierimoList dd {
    display: block;
    text-align: center;
    max-width: 960px;
  }
  .tabContents .tabContentsInr .checkInr li {
    margin-bottom: 90px;
  }
  .tabContents .tabContentsInr .checkInr li .bierimoList dd li:nth-child(1), .tabContents .tabContentsInr .checkInr li .bierimoList dd li:nth-child(2), .tabContents .tabContentsInr .checkInr li .bierimoList dd li {
    display: inline-block;
    width: 30%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .tabContents .tabContentsInr .checkInr .subBlue {
    padding: 35px 30px;
    font-size: 16px;
  }
  .tabContents .tabContentsInr .checkInr .subBlue .ttl {
    font-size: 25px;
  }
  .tabContents .tabContentsInr .checkInr li .majicList li .iconList li {
    width: 15%;
  }
  .footContents {
    padding-bottom: 30px;
  }
  .footContents .contentsInr {
    padding-top: 100px;
  }
  .footContents .contentsInr .ttl {
    line-height: 1.6;
    font-size: 38px;
  }
  .footContents .contentsInr .ttl .yellow {
    font-size: 38px;
  }
  .footContents .contentsInr .text {
    font-size: 50px;
    font-weight: 600;
    margin: 40px 0 60px;
  }
  footer {
    font-size: 14px;
  }
}
@media screen and (min-width:1000px) {
  .tabWrap li a {
    font-size: 24px;
  }
}