body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	background-color:#ffffff;
  font-size: 18px;
  margin: 0;
}

body a:hover{
    color:#333333;
    text-decoration: none;
}

h1,p,blockquote{
  margin: 0;
}


.row{
  display: flex;
}

section h2{
  color: #978049;
  font-size: 22px;
  font-weight: bold;
  margin: 14% 0 0;
  text-align: center;
}

section p{
  margin: 4%;
  text-align: left;
}

section img{
  width: 100%;
  height: auto;
}

.anchor{
  padding-top: 126px;
  margin-top: -126px;
}

.title-area{
  color: #fff;
  width: 100%;
  height: 124px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(47, 45, 45), rgb(101, 100, 100)) repeat scroll 0% 0%;
  text-align: center;
  font-family :YuMincho,'Yu Mincho', serif;
  position: relative;
}

.title-area h1{
  padding-top: 24px;
}

.title-area .under-line:before{
    content: '';
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: inline-block;
    width: 40px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b4a277;
  }

.entrybtn{
  text-align: center;
  width: 318px;
  margin: 32px auto 52px auto;
  color: #fff;
  font-family :YuMincho,'Yu Mincho', serif;
  font-weight: bold;
  font-size: 22px;
}

.entrybtn a{
	border-radius: 4px;
  color: #fff;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(152, 128, 73), rgb(166, 147, 100)) repeat scroll 0% 0%;
  display: inline-block;
  width: 100%;
	padding: 20px 0;
  text-decoration: none;
}

.entrybtn .fa{
  font-size: 28px;
  margin:-10px 12px 0 0;
}

/*↑共通のスタイル↑*/


header{
    width: 100%;
    height: 134px;
    position: fixed;
    z-index: 100;
    top: 0;
    text-align:center;
}

header .logo{
  background-color:#fff;
  height: 56px;
  position: relative;
}

header .logo img{
  width: 188px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}

header .entry-group{
  width: 100%;
  height: 72px;
  display: flex;
  font-family :YuMincho,'Yu Mincho', serif;
  font-size: 16px;
  background-color: #978049;
}

header .entry-group a{
  display: block;
  width: 100%;
  height: 100%;
}

header .entry-group .fa-phone{
  font-size: 28px;
}

header .tell-button{
  width: 50%;
  background-color: #626261;
}

header .tell-button-inner{
  margin-top: 8px;
}

header .tell-button a{
  text-decoration: none;
  color: #fff;
}

header .entry-group .fa-envelope{
  font-size: 24px;
}

header .entry-button{
  width: 50%;
  background-color: #978049;
}

header .entry-button-inner{
  margin-top: 11px;
}

header .entry-button a{
  text-decoration: none;
  color: #fff;
}


.keyvisual{
	position: relative;
  background-image: url(../image/kv.jpg);
  background-size: 140%;
  background-repeat:no-repeat;
  background-position: -140px 0;
  text-align: center;
  color: #fff;
  height: 350px;
  margin-top: 128px;
  border-bottom: #b4a277 4px solid;
  position: relative;
}

.keyvisual-inner{
  text-align: center;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
 }

 .keyvisual .note {
	  position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: .8rem;
		color: #fff;
 }

.keyvisual .catch-text p{
  font-family :YuMincho,'Yu Mincho', serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.9);
}

.sub-text{
  border-radius: 60px;
  color: #fffdce;
  font-size: 15px;
  font-weight: bold;
  width: 296px;
  height: 42px;
  background-color: #000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-text p{
  margin-right: -16px;
}

.truth-text{
  font-size: 18px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.bylaws-text{
  font-size: 14px;
}

.bylaws-text p{
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.nav-group{
  text-align: center;
}

.nav-group ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-group li{
  width: 28%;
  height: 102px;
  margin: 4% 4% 0 0;
  border-radius: 4px;
  font-size: 15px;
  background-color: #e1dfdf;
  color: #4e4e4e;
}

.nav-group ul li:nth-child(3){
  margin-right: 0;
}

.nav-group ul li:last-child {
  margin-right: 0;
}

.nav-group ul li a{
  text-decoration: none;
  color: #4e4e4e;
  display:block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
}

.nav-group ul li .fa{
  font-size: 44px;
  margin-bottom: 6px;
}

.toplead{
  margin-top:48px;
  font-family :YuMincho,'Yu Mincho', serif;
  padding: 0 7%;
}

.toplead p{
  margin-bottom: 34px;
  font-size: 16px;
}

.toplead p span{
  color: #99804a;
  font-size:18px;
  font-weight: bold;
}

.toplead p span.red{
  color: #af0303;
}

.toplead img{
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.toplead .whitehands{
  width:100%;
  background-color: #f4f3f1;
  margin-bottom: 34px;
  text-align: center;
}

.toplead .whitehands img{
  width: 200px;
  margin: 16px auto;
}

.toplead .sign{
  width: 200px;
  height: auto;
  margin: 16px -36% 0 0;
}

.research {
  margin: 56px 2% 16px 2%;
  padding: 0 1%;
}

.research h1{
  font-size: 22px;
  font-family :YuMincho,'Yu Mincho', serif;
  text-align: center;
  margin: -13% auto 0 auto;
  width: 280px;
  background-color: #fff;
}

.research img{
  max-width: 100%;
  height: auto;
  margin: 12px auto 0 auto;
}

.research .evidence{
  margin:-24px 0 16px 0;
}

.research p{
  font-size: 12px;
  padding: 0 6%;
}

.national-group .row-pc{
  display: flex;
  flex-direction: column;
}

.national-group .row{
  margin: 0 auto;
}

.national-group .row img{
  padding: 2% 8%;
  width: 34%;
  height: 34%;
}

.female-group .permit{
  font-size: 14px;
  font-weight: bold;
  color: #af0303;
  margin-top: 0;
  text-align: center;
}

.female-img{
  display: flex;
  flex-direction: column;
}

.female-group .video{
  position:relative;
  width:100%;
	height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.female-group .video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}

.avoid-group{
  text-align: center;
}

.avoid-group p{
  text-align: left;
}

.avoid-group ul li{
  font-size: 16px;
  text-align: left;
}

.avoid-group img{
  width: 48%;
	height: auto;
}

.avoid-detail1 img{
  width: 120px;
	height: auto;
}

.avoid-detail4 img{
  width: 100px;
  margin: 0 auto;
}

.avoid-detail6 img{
  width: 120px;
}

.education-group{
  text-align: center;
}

.education-detail1 img{
  width: 40%;
  margin: 24px auto;
}

.education-detail2 img{
  width: 80%;
}

.price-group table{
  max-width: 338px;
  min-width: 92%;
  margin: 0 auto;
  text-align: center;
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

.price-group table td{
  font-size: 16px;
  background-color: #fff;
  border-color: #000;
}
.price-group .fee{
  font-size: 20px;
}


.rank-sort table{
    font-weight: bold;
}

.rank-sort table td{
    padding: 14px 4px;
}

.rank-sort .title{
  background-color: #f2ecdf;
	width: 45%;
}

.rank-sort table ul{
  padding: 0 0 0 20px;
  text-align: left;
}

.rank-sort table caption{
  font-size: 24px;
  margin: 16px auto;
}

.price-group .fa{
  font-size: 36px;
}

.rank-sort .frame{
  background-color: #efefef;
  padding-bottom: 28px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.rank-sort .ribbon{
  position: absolute;
  display: inline-block;
  top: 16px;
  left: -32px;
  transform: rotate(315deg);
  width: 100px;
  height: auto;
  padding: 2px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lora", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
}

.ribonst{
  background-color: #fff;
}

.ribongo{
  background-color: #a99228;
  color: #fff;
}

.ribonpl{
  background-color: #959595;
  color: #fff;
}

.ribonbl{
  background-color: #000;
  color: #fff;
}


.rank-sort .fee span{
  font-weight: normal;
  font-size: 15px;
  margin-left: 4px;
}

.standard-i{
  color: #fff;
  text-stroke: 1px #606060;
  -webkit-text-stroke: 1px #606060;
}

.gold-i{
  color: #a99228;
}

.platinum-i{
  color: #959595;
}

.price-list {
  text-align: center;
  font-size: 15px;
  margin: 0 20px;
}

.price-list dl {
  margin: 0 0 50px;
  background: #fcfcfc;
}

.price-list dl > dt {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  margin: 0 0 15px;
}

.price-list div {
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

.price-list div:last-child {
  margin: 0;
}

.price-list div dt {
  font-size: 15px;
  margin: 0 0 10px;
}

.price-list dd {
  padding: 0 0 20px;
  margin: 0;
}

.price-list dd b {
  font-weight: bold;
  font-size: 18px;
}

.price-list dd b span {
  font-weight: normal;
  font-size: 12px;
}

.price-list .standard > dt {
  background: #dff6ff;
}

.price-list .gold > dt {
  background: #9e855c;
  color: #fff;
}

.price-list .platinum > dt {
  background: #d5d5d5;
  color: #fff;
}

.price-list .black > dt {
  background: #1a1a1a;
  color: #fff;
}

.setting-tb td{
  font-weight: bold;
  padding: 22px 0;
  width: 50%;
}

.setting-tb span{
  font-weight: normal;
  font-size: 15px;
}

.setting-tb .black-bg{
  background-color: #000;
  color: #fff;
}

.setting-tb .platinum-bg{
  background-color: #959595;
  color: #fff;
}

.setting-tb .gold-bg{
  background-color: #a99228;
  color: #fff;
}

.classification-tab .title{
  font-weight: bold;
  padding: 6px 0;
}

.payment-tab td{
  font-size: 16px;
}

.payment-tab .title{
  background: #efefef;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 0;
}

.payment-tab img{
  width: 60%;
  margin: 8px auto;
}

.payment-tab span{
  font-weight: bold;
  font-size: 14px;
}

#event-anchor{
  margin-top: 40px;
}

.flow-group .permit{
  color: #c70202;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}

.message-group{
  background-image: url(../image/message-bg.jpg);
  background-size: 848px;
  background-repeat:no-repeat;
  color: #fff;
  font-family :YuMincho,'Yu Mincho', serif;
  text-align: center;
  padding-top: 40px;
}

.message-group h1{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}

.message-group img{
  width: 54%;
}

.message-group p{
  text-align: center;
}

.message-group .first-item{
  font-size: 18px;
}

.message-group .second-item{
  font-size: 16px;
  margin: 40px auto 68px auto;
  padding: 0 24px;
}

.message-group .third-item{
  color: #000;
  background-color: rgba(255,255,255,0.7);
  font-size: 16px;
  padding: 24px 8px 40px 8px;
}

.message-group .third-item p{
  margin-bottom: 32px;
}

#page-top{
    display:none;
	  width:45px;
	  position:fixed;
	  right:10px;
	  bottom:10px;
    z-index: 9999;
    border-radius: 3px;
    cursor: pointer;
}
#page-top a{
    text-align: center;
    display: block;
    background: rgba(98,98,98,0.8);
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 2em;
    border-radius: 3px;
    font-size: 1.6em;
}

#page-top a i{
	margin-bottom: 17px;
	vertical-align: middle;
}

footer{
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 24px 70px;
}

footer ul{
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  font-size: 24px;
  margin: 0 0 16px 0 ;
}

footer .list-inline a{
  margin: 8px;
  color: #fff;
}


footer img{
  width: 100px;
}

footer p{
  font-size: 13px;
  margin-bottom: 16px;
}

footer p.links{
	padding-top: 20px;
}

footer p a{
	color: #fff;
	margin: 0 5px 10px;
	display: inline-block;
}

footer p a:hover{
	color: #978049;
}

/* ------------------------ */
.anchor section p{
	text-align: center;
	margin: 30px 15px;
}
.anchor section p.line{
	margin: 0px auto 80px;
	width: 300px;
	text-align: center;
}

.line a{
  display: block;
  padding: 12px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  background: #00B900;
  border: 1px solid #00B900;
  transition: 0.3s;
}

.line a:hover{
	color: #00B900;
  background: #fff;
}

.em {
	font-weight: bold;
}

.anchor{
  padding-top: 126px;
  margin-top: -126px;
}

.bnr-wrap {
	padding-top: 30px;
	margin-bottom: 50px;
	color: #3d3d3d;
	text-align: center;
}

.bnr-wrap .pic {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 15px;
}

.bnr-wrap .pic img {
  width: 100%;
  height: auto;
}

.bnr-wrap .text {
	width: 95%;
	margin: 0 auto .5em;
	font-size: 15px;
	line-height: 1.4;
}

.pc	{
	display: none;
}

.g-recaptcha > div{
  margin: 30px auto;
}

#zohoform{
	width: 100%;
	height: 1250px;
}

/*------------------------------
	age
------------------------------*/
.bg1{
	background: url(../image/bg-sp.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height: 100%;
}

.limit{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	max-width:400px;
	width: 85%;
	padding:20px 10px;
	text-align:center;
	color: #333;
	background: rgba(255,255,255,.7);
	border: 2px solid #fff;
}

.limit .title{
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
}

.limit p{
	font-size: 15px;
	margin: 0 0 20px;
}

.limit ul{
  list-style: none;
	text-align: center;
	width: 220px;
	padding: 0;
	margin: 0 auto 30px;
}

.limit li{
	margin: 0 0 20px;
}

.limit a{
	display: block;
	transition: 0.3s;
  text-decoration: none;
}

.limit li:first-child a{
	padding: 8px 10px;
	color: #fff;
	background: #978049;
	border: 2px solid #978049;
}

.limit li:first-child a:hover{
	background: #fff;
	color: #978049;
	cursor: pointer;
}

.limit li:last-child a{
	color: #666;
}

.limit li:last-child a:hover{
	text-decoration: underline;
}

/*------------------------------
	tel
------------------------------*/
#tel{
	padding: 170px 0 0;
	margin: -170px 0 100px;
}

p.tel-btn {
  line-height: 1.3;
  margin: 0 auto 60px;
}
p.tel-btn a {
  display: table;
  width: 280px;
	padding: 10px;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  color: #b79647;
  background: #fff;
  border: 1px solid #b79647;
  text-align: center;
	text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
p.tel-btn a:hover{
	color: #fff;
  background: #b79647;
}
p.tel-btn span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}




/* Small devices (tablet, 768px and up) */
@media only screen and (min-width : 768px){

.sp{display: none;}
.pc{display: block;}

section h2{
  font-size: 28px;
  margin: 6% 0 0;
}

section p{
  margin: 6% 8%;
  text-align: left;
  font-size: 20px;
}

section img{
  width: 100%;
  height: auto;
}

.anchor{
  padding-top: 160px;
  margin-top: -160px;
 }

.title-area{
  height: 136px;
 }

.title-area h1{
  font-size: 28px;
  padding-top: 36px;
  }

.title-area .under-line:before{
    width: 48px;
  }

.entrybtn{
  width: 400px;
  margin: 64px auto;
  font-size: 28px;
}

.entrybtn .fa{
  font-size: 28px;
  margin:-10px 12px 0 0;
}

/*↑共通のスタイル↑*/



header .logo{
  height: 80px;
 }

header .logo img{
  width: 240px;
 }

header .entry-group{
  height: 80px;
  font-size: 18px;
 }

header .entry-group .fa-phone{
  font-size: 32px;
 }

header .entry-group .fa-envelope{
  font-size: 28px;
 }

.keyvisual{
  background-size: 110%;
  background-position: 0 0;
  margin-top: 160px;
  height: 400px;
 }

.keyvisual-inner{
  text-align: center;
  position: absolute;
  top: 50%;
 }

.keyvisual .catch-text p{
  font-size: 32px;
 }

.sub-text{
  font-size: 18px;
  width: 360px;
  height: 48px;
 }

.truth-text{
  font-size: 20px;
 }

.bylaws-text{
  font-size: 16px;
  margin-top: 36px;
 }

br.sp {
  display: none;
}

 .nav-group ul li{
  width: 24%;
  height: 102px;
  margin: 4% 4% 0 0;
  font-size: 18px;
 }

 .toplead{
   margin-top:60px;
   padding: 0 20%;
   text-align: center;
 }

.toplead p{
  margin-bottom: 52px;
  font-size: 19px;
 }

.toplead p span{
  font-size:21px;
 }

.toplead img{
  width: 70%;
 }

.toplead .whitehands{
  width:70%;
  margin: 0 auto 34px;
 }

.toplead .whitehands img{
  width: 280px;
 }

.toplead .sign{
  width: 280px;
  margin: 24px -60% 0 0;
 }

.research {
  margin: 120px 2% 16px 2%;
  text-align: center;
}

.research h1{
  font-size: 32px;
  margin: -6% auto 0 auto;
  width: 400px;
}

.research img{
  margin: 20px auto;
}

.research .evidence{
  margin: 0 auto 24px auto;
}

.research p{
  font-size: 16px;
  padding: 0 6%;
  text-align: left;
}


.national-group .row img {
    padding: 8%;
    width: 20%;
    height: 20%;
    margin: 0 auto;
}

.female-group .permit {
  font-size: 16px;
  margin-top: 16px;
  text-align: left;
  }

.female-img{
  flex-direction: row;
}

.female-img img{
  width: 50%;
  height: 50%;
}

.female-group .video{
  width: 80%;
  margin: 0 auto;
}

.avoid-group ul {
  margin-left: 80px;
}

.avoid-group img{
  width: 28%;
}

.avoid-detail1 img{
  width:120px;
}

.avoid-detail4 img{
  width: 160px;
}

.education-detail1 img{
  width: 24%;
}

.education-detail2 img{
  width: 40%;
}

.rank-sort{
  display: flex;
  flex-wrap: wrap;
}

.rank-sort .frame{
  width: 46%;
  margin: 0 auto 40px;
}

.price-group .fa {
	font-size: 46px;
}

.payment-tab img {
    width: 30%;
}

.payment-tab span {
  font-size: 16px;
  }

.flow-group{
  display: flex;
  flex-wrap: wrap;
  padding-top: 4%;
  }

.flow-group .flow-item{
  width: 42%;
  margin: 16px auto;
  background: #f5f5f5;
  padding: 2%;
  }

.event-group{
  background-color: #f5f5f5;
  }

.event-group .event-item1{
    display: flex;
  }

.event-group .event-item2{
    display: flex;
    flex-flow: row-reverse;
  }
.event-group p{
  width: 46%;
  }

.event-group img{
  width: 68%;
  }

.message-group {
  background-size: 1250px;
  }

.message-group h1 {
  font-size: 30px;
  }

.message-group img{
  width: 20%;
  }

.message-group .third-item {
  padding: 24px 18% 40px 18%;
 }

.container{
  text-align: center;
 }

#entry h2{
  font-size: 19px;
 }

 .price-list {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 30px;
 }


/*------------------------------
	tel
------------------------------*/
#tel{
	padding: 200px 0 0;
}

#tel > p{
	text-align: center;
	margin: 0 auto 40px;
}



}

/* Medium devices (desktop, 992px and up) */
@media only screen and (min-width : 992px){
  section h2{
  font-size: 32px;
  margin: 6% 0 0;
}

section p{
  margin: 6% 8%;
  text-align: left;
  font-size: 24px;
}

section img{
  width: 100%;
  height: auto;
}

.anchor{
  padding-top: 168px;
  margin-top: -168px;
 }

.title-area{
  height: 180px;
 }

.title-area h1{
  font-size: 40px;
  padding-top: 36px;
  }

.title-area .under-line:before{
    width: 56px;
  }

  .row-pc{
    display: flex;
  }

.entrybtn{
  width: 640px;
  margin: 64px auto;
  font-size: 40px;
}

.entrybtn .fa{
  font-size: 28px;
  margin:-10px 12px 0 0;
}



/*↑共通のスタイル↑*/

header .logo{
  height: 96px;
 }

header .logo img{
  width: 240px;
 }

header .entry-group{
  height: 96px;
  font-size: 24px;
 }

header .entry-group .fa-phone{
  font-size: 40px;
 }

header .entry-group .fa-envelope{
  font-size: 28px;
 }


.keyvisual{
  background-size: 100%;
  background-repeat:no-repeat;
  margin-top: 160px;
  height: 520px;
 }

.keyvisual .catch-text p{
  font-size: 40px;
 }

.sub-text{
  font-size: 20px;
  width: 400px;
  height: 48px;
 }

.truth-text{
  font-size: 24px;
 }

.bylaws-text{
  font-size: 18px;
  margin-top: 40px;
 }

.nav-group ul{
    padding: 0 4%;
  }

.nav-group ul li{
  width: 24%;
  height: 140px;
  margin: 3% 3% 0 0;
  font-size: 20px;
 }

.nav-group ul li .fa {
  font-size: 52px;
  }

.nav-group ul li a {
  padding-top: 20px;
  }

 .toplead{
   margin-top:88px;
   padding: 0 20%;
 }

.toplead p{
  margin-bottom: 52px;
  font-size: 24px;
 }

.toplead p span{
  font-size:26px;
 }

.toplead img{
  width: 50%;
 }

.toplead .whitehands{
  width:50%;
  margin: 0 auto 34px;
 }

.toplead .whitehands img{
  width: 280px;
 }

.research {
  padding: 2% 4%;
  margin: 80px;
 }

.research .row-pc{
  margin: 24px;
 }

.research h1{
  margin: -7% auto 0 auto;
  width: 480px;
  font-size: 36px;
}

.research .evidence{
  margin: 24px auto;
}

.research p{
  font-size: 18px;
  padding: 0 8%;
}

.national-group p{
  padding: 0 10%;
  }

.national-group .row{
  padding: 0 10%;
  }

.national-group .row-pc {
  flex-direction: row;
  }
  .national-group .row-pc img{
    width: 50%;
    height: 50%;
  }


.female-group .permit {
  font-size: 16px;
  margin-top: 16px;
  text-align: left;
  }

.female-img{
  display: flex;
  align-items: flex-end;
}

.female-group .video{
  width: 64%;
  margin: 0 auto;
}

.avoid-group{
  padding: 0 20%;
  }

.avoid-group ul {
  margin-left: 80px;
}

.avoid-group img{
  width: 28%;
}

.avoid-detail1 img{
  width:120px;
}

.avoid-detail4 img{
  width: 160px;
}

.education-group{
  padding: 0 20%;
  }

.education-detail1 img{
  width: 24%;
}

.education-detail2 img{
  width: 40%;
}

.price-group{
  padding: 0 20%
}

.rank-sort{
  display: flex;
  flex-wrap: wrap;
}

.rank-sort .frame{
  width: 46%;
  margin: 0 auto 40px;
}

.price-group .fa {
	font-size: 46px;
}


.payment-tab img {
    width: 30%;
}

.payment-tab span {
  font-size: 16px;
  }

.flow-group{
  display: flex;
  flex-wrap: wrap;
  padding: 4% 10%;
  }

.flow-group .flow-item{
  width: 42%;
  margin: 16px auto;
  background: #f5f5f5;
  padding: 2%;
  }

.event-group{
  background-color: #f5f5f5;
  }

.event-group .event-item1{
    display: flex;
  }

.event-group .event-item2{
    display: flex;
    flex-flow: row-reverse;
  }
.event-group p{
  width: 46%;
  }

.event-group img{
  width: 68%;
  }

.message-group {
  background-size: 100%;
  }

.message-group h1 {
  font-size: 30px;
  }

.message-group p{
  margin: 4%;
  }

.message-group img{
  width: 20%;
  }

.message-group .third-item {
  padding: 24px 18% 40px 18%;
 }

 #zohoform{
 	height: 820px;
 }

 .price-list {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 20px;
   margin: 0;
 }

/*------------------------------
	age
------------------------------*/
.bg1{
	background: url(../image/bg-pc.jpg) no-repeat center;
	background-size: cover;
}



}
