@charset "UTF-8";
html {
  font-size: calc(100vw / 75 * 3);
}

@media screen and (min-width: 750px) {
  html {
    font-size: calc(62.5% * 3);
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  max-width: 25rem;
  margin: 0 auto;
  line-height: 1;
}

ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

.mb20 {
  margin-bottom: 1.33333rem !important;
}

.inner {
  width: calc(100% - 0.66667rem);
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-button {
  text-align: center;
}
section.sec02 > .flex > figure {
    width: 33.33%;
}
section.sec02 > .flex > figure > img {
    width: 95%;
}
.entry-button a {
  display: inline-block;
  width: 16.43333rem;
  background: url(../img/bg-btn-entry.png) no-repeat;
  background-size: contain;
}

.header h1 {
  width: 11.73333rem;
}

.main {
  text-align: center;
}

.sec01 {
  background: url(../img/bg-sec01.png) no-repeat center top;
  background-size: contain;
  height: 44rem;
  position: relative;
  padding:0 5% 5%; 
}
.sec01>h2.inner{
    margin-top: 7%;

}
.sec02 .flex {
  width: 23.2rem;
  margin: 0 auto;
}

.sec02 figure {
  width: 11.33333rem;
}

.sec02 figcaption {
  margin: 0.43333rem 0 0.9rem;
}

.sec02 figcaption img {
/*  height: 1.23333rem;*/
}

.sec02 {
  background: #fffff7;
  margin-top: -4.1rem;
}

.sec03 {
  background: url(../img/bg-sec03.jpg);
  background-size: 25rem;
  padding-bottom: 1.33333rem;
}

.sec04 {
  background: url(../img/bg-sec04.png);
  background-size: 3rem;
  padding: 1.33333rem 0;
}

.sec04 .acc {
  cursor: pointer;
  position: relative;
}

.sec04 .acc:after {
  content: "";
  width: 0.76667rem;
  height: 0.6rem;
  background: url(../img/icon-down1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

.sec04 .acc.is-active:after {
  transform: rotateX(180deg);
}

.sec04 .acc + p {
  display: none;
}

.sec04-box {
  border: 0.13333rem solid #000;
  background: #fff9e3;
  padding: 2rem 0.2rem;
}

.sec04-box figure {
  width: 15.46667rem;
  margin: 0 auto;
}

.sec04-box figure > img {
  width: 100%;
}

.sec04-box figcaption {
  margin: 0.56667rem 0 1.06667rem;
}

.sec04-box figcaption img {
  height: 1.7rem;
}

.sec04-box + .sec04-box {
  background: #f5f8ff;
  margin-top: 1rem;
}

.sec04-box + .sec04-box .acc:after {
  background-image: url(../img/icon-down2.png);
}

.sec04-box .entry-button {
  margin: 1.66667rem 0 0;
}
.entry-button{
    margin: 5% 0;
}
.footer {
  background: #0c5780;
  padding: 0.33333rem 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}

.footer p {
  margin-bottom: 1em;
}

.footer a {
  color: #fff;
}

.footer img {
  max-width: 50%;
}

.footer hr {
  margin: 1em 0;
}
.sec06ttl{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 60px 0 20px 0;
	text-align: center;
}
.detail_tbl{
	width: 100%;
	border-collapse: collapse;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	
}
.detail_tbl th,.detail_tbl td{
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;

}
.detail_tbl th{
	background: #daeafa;
	font-size: 1.2rem;
		padding: 10px 10px;
	line-height: 1.6;
}
.detail_tbl td{
	background: #e5eaed;
	font-size: 1rem;
	text-align: left;
		padding: 10px 10px 10px 30px;
	line-height: 1.2;
}
.detail_tbl td.tbl_gld,.detail_tbl td.tbl_std{
	text-align: center;
	padding-left: 0!important;
}
.tbl_gld img,.tbl_std img{
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.detail_tbl_02_ttl img{
    width: 90%;
    display: block;
    margin: 10% 5% 5% 5%;
}
.detail_tbl_02{
    width: 94%;
    margin: 5% 3%;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}
.detail_tbl_02 th{
    padding: 10px;
}
.detail_tbl_02 td{
    background: #f3f3f3;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
}
.normal_card{
    font-size: 80%;
}
.formBtn, .formBtn02, .formBtn03{
    padding: 1% 0;
    background: #f3f3f3;
}
.formBtn td, .formBtn02 td, .formBtn03 td{
    background: #9af979;
    border-radius: 30px;
    display: block;
    width: 90%;
    margin: 2% 5%;
}
.std_img td img{
    width: 30%;
}
.sec04 table.detail_tbl.detail_tbl_02 td{
	width: 33.33%
}
.sec02 figcaption img {
    height: 0.8rem;
}