﻿/* +++++++++++++++++++++++++++++++++++++

　基礎設定
++++++++++++++++++++++++++++++++++++++++ */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600&family=M+PLUS+1p:wght@700;800&display=swap');
*{ 
margin:0; padding:0;
vertical-align:top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
	/* 文字の拡大縮小
	text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; */
	line-height:1.5;
	font-size: 20px;
	margin:0;
	padding: 0;
	height: 100%;
}
body{
	color: #333;/*★文字色*/
	background: #fff;
	min-width: 1160px;
	padding: 0 0 ;
}

.adminEdit{
	display:none;
}

a{
	color:#333;/*★リンク色*/
	text-decoration:none;
	/* タップ時の背景色sp */
	-webkit-tap-highlight-color: rgba(160,0,185,0.3);
	tap-highlight-color: rgba(160,0,185,0.3);
	display:block;
  opacity: 1;
  filter: alpha(opacity=100);
	transition: 0.1s ease-in-out; 
}

img { border:none;
	/* vertical-align: top;*/
	width:100%;
	}

a:hover{
	/*color:#2c2e91;*//*★リンク色*/
	text-decoration:none;
  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;

filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: rgba(255, 255, 255, .15);
}
@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

li { list-style-type:none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th{
}

h1,h2,h3,h4,h5,h6{ font-weight:normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

hr{
	border: 1;
	clear:both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	margin:20px 0;
}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: block;
}

/*forHTML5*/
article,aside,canvas,details,figcaption,figure,
footer,,hgroup,menu,nav,section,summary,address{
	display:block;
}


/* 追加指定
--------------------------------------- */
.spOnly{
	display:none;
}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-60{margin-bottom:60px;}
.mb-150{margin-bottom:150px!important;}

.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-60{margin-top:60px;}

.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-16{margin-right:16px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}

.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}


.fs-10{	font-size:10px;}
.fs-12{	font-size:12px;}
.fs-14{	font-size:14px!important;}


.w100{
	margin: 0;
	text-align:center;
	background:none;
	border:none;
}



.underLine{
	border-bottom: 1px solid #999;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}

.blue{
	color:#32a0c3;
}

.red{
	color:#ff0000;
}
.green{
	color:#17a907;
}

.pink{
	color:#ff5d87;
}

.orange{
	color:#ec5454;
	}
	
.yellow{
	color:#FF0;
}

.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}

.shad{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
}
.shadow{
	 -webkit-box-shadow: 0 15px 15px -9px #000;
       	-moz-box-shadow: 0 15px 15px -9px #000;
     	     box-shadow: 0 15px 15px -9px #000;
}



/* 共通定義
--------------------------------------- */
#wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner{
	margin: 0 auto;
	width: 1100px;
	position:relative;
}


article{
}
section{
	margin: 0;
	display: block;
}

.common {
	width: 1100px;
	margin: 0 auto;
}

.commonImg {
	width: 1100px;
	margin: 0 auto 20px;
	text-align:center;
}

.commonImg img {
	width:100%;
}

.lead1 {
	font-size: 8vw;
	margin: 10% 0 5% 6%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
}
.lead2 {
	color: #fff;
	background: #353695;
	font-size: 9vw;
	margin: -7% 2% 0;
	padding: 1% 1%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75);
	text-align:center;
}


.howto {
	position:relative;
	
}
.howto::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    transform: skew(0, 5deg);
    transform-origin: center;
    background: #000;
    width: 100%;
    height: 360px;
	z-index: 1;
}
.howto .inner {
	padding: 4% 2%;
	z-index: 2;
}
.howto .inner div{
	width: 50%;
	text-align:center;
	margin: 0 auto 5%;
}
.howto span{
	color:#fffc00;
}
.howto2::before {
    content: "";
    display: block;
    position: absolute;
	background:#6a0202;
    top: -13%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	height: 400px;
}




section h2 {
	font-size: 180%;
/*	
background: rgb(255,255,255);
background: linear-gradient(88deg, rgba(255,255,255,1) 0%, rgba(116,116,116,1) 22%, rgba(255,255,255,1) 69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.75); 
*/
}

.tbox {
	font-size:160%;
	padding: 0 0 5%;
	margin: 0 auto 0;
	text-align:center;
	letter-spacing: 0;
	line-height:1.4;
}
.btn {
	font-size: 120%;
	width: 600px;
	margin: 0 auto;
}
.btn1, .btn2{
	width:600px;
	margin: 0 auto;
	 -webkit-box-shadow: 0 5px 10px -5px #000;
       	-moz-box-shadow: 0 5px 10px -5px #000;
     	     box-shadow: 0 5px 10px -5px #000;
}
.btn1 img, .btn2 img{
	width:15%;
	margin: 6% auto 0;
}
.btn1 p, .btn2 p{
	line-height:60px;
}
.btn span{
	padding: 0 1em 0 0;
}

/*
.btn1 a {
background: rgb(255,187,2);
background: linear-gradient(0deg, rgba(255,187,2,1) 0%, rgba(255,158,53,1) 87%);
text-align:center;
color:#fff;
border: 1px solid #0018ff;
border-radius: 4px;
padding: 2%;
margin: 2% 14%;
}
*/
.btn1{
background: rgb(255,139,139);
background: linear-gradient(0deg, rgba(255,139,139,1) 0%, rgba(255,145,71,1) 100%) ,url(/images/lp/2023/icon_mail.png) no-repeat;
text-align:center;
color:#fff;
border-radius: 4px;
line-height: 50px;
padding: 2%;
margin: 0% auto 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn2 {
background: rgb(0,197,239);
background: linear-gradient(0deg, rgba(0,197,239,1) 0%, rgba(71,71,255,1) 100%);
text-align:center;
color:#fff;
border-radius: 4px;
line-height: 50px;
padding: 2%;
margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn3:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 2px solid #fff;  /* thickness, color */
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ugokeruTime {
	text-align:center;
	margin: 3% auto 5%;
	font-size:100%;
}






.kotae{
	font-size: 180%;
}

.ktxt1 {
	text-align:center;
	font-size:110%;
	margin: 5% 0 3%;
}
.ktxt2 {
	text-align:center;
	font-size:170%;
	letter-spacing:-1px;
}
.ktxt3 {
	text-align:center;
	font-size:180%;
	margin: 0 0 10%;
	letter-spacing:-1px;
}

.keiken {
	border-top: 2px solid #a80707;
	border-bottom: 2px solid #a80707;
	width:100%;
	margin: 0 auto 5%;
	padding: 2% 0;
}
.keiken p{
	text-align:center;
	color:#ff0000;
	font-size:160%;
	padding: 0 0 4%;
}
.keiken ul{
	font-size: 80%;
	color:#a80707;
	letter-spacing: -1px;
	width:860px;
	margin: 0 auto;
}
.keiken ul li{
	padding-bottom: 5%;
   text-indent: -1em;
   padding-left: 1em;
}
.keiken ul li:last-child{
	padding-bottom: 5%;
}


.photo {
	margin: 0 4% ;
}

.photo dl {
	 background: rgba(53,54,149,0.82);
	 padding: 4% 5%;
	 position:relative;
	 top: -30px;
}
.photo dt {
	border: 1px solid #fff;
	padding: 1% 2%;
	margin: 0 0 5%;
	font-size:90%;
	display:inline-block;
}
.photo dd {
	font-size:80%;
	font-family: 'M PLUS 1', sans-serif;
}




#movieBox {
	width:100%;
	margin: 2% 0 ;
}

#movieBox video{
	width:100%;
}




.user {
	background:#000071;
	padding: 0 0 5%;
	position:relative;
	margin: 15% 0 0;
}

.user::before {
    content: "";
    display: block;
    position: absolute;
	background:#000071;
    top: -4%;
  margin: 0 auto;
  width: 100%;
	min-height: 80px;
	border-radius: 100% 100% 0 0;
	z-index:-1;
}
/*
#voice h4 {
	text-align:center;
	font-size:300%;
background: rgb(201,168,73);
background: linear-gradient(0deg, rgba(201,168,73,1) 0%, rgba(255,244,146,1) 48%, rgba(255,255,193,1) 71%, rgba(250,213,106,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 4%;
}
*/
#voice .voiceTit {
	margin: 80px auto 5%;
	position:relative;
	width: 1000px;
	min-height:70px;
	background:url(../images/lp/2023/tit_voice.png) no-repeat center;
	background-size:contain;
	display:flex;
	text-align:center;
  justify-content: center;
  align-items: center;
  color:rgba(255,255,255,0);
}
.user .voice{
	background: #fff;
	width:800px;
	margin:0 auto 5%;
padding: 5% 5%;
font-size: 94%;
	border-radius: 4px;
}
.user .voice p:last-child{
	text-align:right;
	padding: 5% 0 0;
}


.access {
	margin: 0 0 5% ;
	font-family: 'M PLUS 1', sans-serif;
font-weight:600;
text-align:center;
font-size:94%;
}
.access a {
	display:inline-block;
}
.googlemap {
	position: relative;
	width: 100%;
	margin: 5% 0 2%;
	padding-top: 35%; /* = height ÷ width × 100 */
}
.googlemap iframe {
	margin: 0 0 30ox;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#foNav {
	position:fixed;
	bottom: 0;
	display:flex;
	color: #fff;
	z-index:999;
}

#foNav a {
	color:#fff;
	display:contents;
}
#foNav div {
	width:33.333333%;
	height:50px;
	font-family: 'M PLUS 1', sans-serif;
	font-size:12px;
	display: flex;
	align-items:center;
}
#foNav .lo{
	background: rgb(242,245,247);
background: linear-gradient(0deg, rgba(242,245,247,1) 0%, rgba(215,222,227,1) 49%, rgba(229,235,238,1) 50%, rgba(229,235,238,1) 96%, rgba(116,116,116,1) 100%);
	padding:3%;
}
#foNav .li{
	background:#00c402;
}
#foNav .ta{
	background:#0c5eff;
}

#foNav .te{
	background:#353695;
}
#foNav .li img , .te img, .ta img{
	width:40%;
}


/*_______________*/

.priceTT {
	text-align:center;
	font-weight:bold;
	margin: 60px 0 60px;
	font-size: 2em;
	border-bottom: 1px solid #fff;
}


h3 {
	font-weight:bold;
	font-size: 1.4em;
	border-bottom: dotted 2px #2e3092;
	text-align:left;
	
}

#nayami {
	text-align:center;
	width:1100px;
	margin: 0 auto;
}

#nayami p {
	text-align: left;
}

.nayamiUl {
}

.nayamiUl li:nth-of-type(1) {
	background:url(../images/lp/2023/img_nayami_01.png) no-repeat 0 -100px;
	background-size: cover;
}
.nayamiUl li:nth-of-type(2) {
	background:url(../images/lp/2023/img_nayami_02.png) no-repeat 0 -100px;
	background-size: cover;
}
.nayamiUl li:nth-of-type(3) {
	background:url(../images/lp/2023/img_nayami_03.png) no-repeat 0 -100px;
	background-size: cover;
}
.nayamiUl li{
	width: 1100px;
	min-height:405px;
	position:relative;
}

.nayamiUl li p {
	position:absolute;
	top: 26px;
	background-color:#ffe400;
	color:#2e3092;
	font-size: 50px;
	font-weight:bold;
	padding: 0 5%;
	right: 0;
}

.nayamiUl li:nth-of-type(2) p {
	left: 0;
	right:auto;
}

.nayamiUl li p span {
	font-size: 35px;
	vertical-align:baseline;
}


.mantoman {
	background:url(../images/lp/2023/img_mantoman.png) no-repeat 0 -500px;
	background-size: cover;
	width: 100%;
	min-height:650px;
	line-height:1.2;
	position: relative;
}
.mantoman::before {
    content: "";
    display: block;
    position: absolute;
	background:#fff;
    bottom: -25%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 180px;
	padding-bottom: 50px;
}
.point {
	margin: 5% 0 0;
	min-width: 1100px;
}

.point ul {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	min-width: 1100px;
	margin: 0 auto;
}
.point ul li {
	background:rgba(53,54,149,0.8);
	color:#fff;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	text-align:center;
align-items: center;
justify-content: center;
display:flex;
flex-wrap:wrap;
font-size:100%;
}
.point ul li:nth-of-type(1) {
	font-size:300%;
}
.point ul li:nth-of-type(1) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(1) span {
	font-size:40%;
}
.point ul li:nth-of-type(2) {
	font-size:260%;
}
.point ul li:nth-of-type(2) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(2) span {
	font-size:35%;
}
.point ul li:nth-of-type(3) {
	margin-top: 0;
	font-size:300%;
}
.point ul li:nth-of-type(3) p {
	padding: 20% 0 0;
}
.point ul li:nth-of-type(3) span {
	font-size:35%;
}
.point ul li:nth-of-type(4) {
	margin-top: 0;
	font-size:190%;
}
.point ul li:nth-of-type(4) p {
	padding: 10% 0 0;
}
.point ul li:nth-of-type(4) span {
	font-size:80%;
}
.programLead {
	color:#2e3092;
	text-align:center;
	line-height: 60px;
	font-size: 130%;
	font-weight:bold;
}
.programLead2  {
	background:#6162ac;
	color:#fff;
	width:100%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 5%;
	line-height: 3em;
}
.pbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 7% 0 0;
}
.pbox div{
	width:24%;
	position:relative;
	margin: 0 0 4%;
	/*
	 -webkit-box-shadow: 0 0px 10px -5px #eee;
       	-moz-box-shadow: 0 0px 10px -5px #eee;
     	     box-shadow: 0 0px 10px -5px #eee;
	*/
	border:1px #CCC solid;
	border-radius:4px;
			 
}
.pbox img{
	border: 2px solid #fff;
	border-radius:4px;
}
.pbox p{
	position:absolute;
	bottom: 0;
	color:#fff;
	width:100%;
background: rgb(0,0,59);
background: linear-gradient(90deg, rgba(0,0,59,1) 0%, rgba(11,12,115,0.6418942577030813) 56%, rgba(20,21,159,0) 100%);
font-size:76%;
	font-family: 'M PLUS 1', sans-serif;
	padding: 2% ;
	margin: 2px;
}
.pbox div:last-child{
	width:100%;
}
.pbox div:last-child img{
	border: none;
	border-radius:0px;
}


.mission {
	color:#fff;
}

.mission1 {
	margin: 40px 0 0;
	position:relative;
	width: 100%;
	min-height:650px;
	background:url(../images/lp/2023/img_program_pc.png) no-repeat;
	background-size:contain;
	display:flex;
	text-align:center;
  justify-content: center;
  align-items: center;
  color:rgba(255,255,255,0);
 }
.mission1 .inner h2 {
	font-size: 300%;
	line-height: 1.2;
}
.mission1 .inner p {
	font-size: 124%;
}
.mission1 .inner .sub {
	font-size: 60%;
	padding: 0 0 0 9em;
}

.flex {
	display: flex;
}

h4 {
	font-weight:bold ;
	color: #0aacdf;
	font-size: 1.2em;
	padding: 20px 0 30px;
}
.mBox .pTit {
	display: flex;
}
.mBox h5 {
	line-height: 2.4em;
	font-weight:bold;
	font-size: 1.1em;
	padding: 0 0 0 15px;
}

.mission2 {
	width: 100%;
	min-height:240px;
	background:#5354b8;
	padding: 50px 0;
	margin: 30px 0 0;
	color:#fff;
}

.mission .mBox {
	margin: 0 auto;
	width: 70%;
	z-index: 5;
}

.po {
	border: solid 1px #fff;
	padding: 1% 4%;
	font-size: 80%;
	display:inline;
	float:left;
	font-family: 'M PLUS 1', sans-serif;
}
.mission .pTit{
	width: 100%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding: 2% 0;
	margin: 0 0 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mission h5{
	display:inline;
	font-size:140%;
	padding-left: 3%;
	line-height: 1;
}
.mPhoto {
	margin: 0 auto 2%;
	max-width: 640px;
}
.mtxt {
	padding: 3% 0 5%;
	font-size: 105%;
}

.osusume {
	background: #fffc00;
	color:#333;
	text-align:center;
	font-size: 110%;
	max-width: 800px;
	padding: 1% 0;
	margin: 5% auto 5%;
}

.mBox ul {
	margin: 0 auto;
	width: 800px;
}

.mBox ul li {
	font-size:105%;
   text-indent: -1em;
   padding-left: 1em;
   margin: 0 0 2%;
 }
.mBox ul li:nth-of-type(even) {
	/*color:#fffc00;*/
	
}


.tate {
	writing-mode: vertical-rl;
	text-orientation: sideways;
	position:absolute;
	display: flex;
	font-weight:normal;
	font-size: 100%;
	left:2%;
	font-family: 'M PLUS 1', sans-serif;
	height: 100%;
}
.tate .arrow {
	font-size: 160%;
	position:absolute;
	bottom: 20%;
	left: -30%;
}
.tate .step {
	padding: 30% 0 0 0;
}


.mission3 {
	padding: 50px 0;
	margin: 0;
	color:#fff;
	width: 100%;
	min-height:240px;
	background:#5354b8;
}

.mission4 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#0aacdf;
	padding-bottom: 30%;
	margin-top: -20%;
}
.mission4::before {
    content: "";
    display: block;
    position: absolute;
	background:#0aacdf;
    top: -4%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}

.mission5 {
	position:relative;
	width: 100%;
	min-height:240px;
	background:#5354b8;
	padding-bottom: 1%;
	margin-top: -20%;
}
.mission5::before {
    content: "";
    display: block;
    position: absolute;
	background:#5354b8;
    top: -4%;
    transform: skew(0, 5deg);
    transform-origin: center;
    width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
}


.kakuninBtn {
	width: 600px;
	margin: 0 auto;
	font-size: 150%;
	text-align: center;
background: rgb(201,168,73);
background: linear-gradient(0deg, rgba(201,168,73,1) 0%, rgba(255,244,146,1) 48%, rgba(255,255,193,1) 71%, rgba(250,213,106,1) 100%);
	 -webkit-box-shadow: 0 5px 10px -5px #000;
       	-moz-box-shadow: 0 5px 10px -5px #000;
     	     box-shadow: 0 5px 10px -5px #000;
}
.kakuninBtn p {
	line-height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kakuninBtn span {
	padding: 0 0 1em 0;
	transform:rotate(-90deg);
	display:inline-block;
	line-height: 30px;
	font-size: 80%;
}


#trial {
	color:#fff;
	position:relative;
}
.trailBox {
	margin: 0;
	padding: 150px 0 0;
	position:relative;
	width: 100%;
	min-height:310px;
	background:url(../images/lp/2023/bg_trial.png) no-repeat;
	background-size:cover;
 }
.trailBox::before {
    content: "";
    display: block;
    position: absolute;
	background:#5354b8;
    top: -1%;
  width: 100%;
	min-height: 0px;
	padding-bottom: 80px;
	border-radius: 0 0 100% 100%;
	z-index:1;
}

.tit{
}

#trial h4 {
	margin: 0 auto 3%;
	width: 700px;
}

#trial .plan {
	text-align:center;
	margin: 0 auto 2%;
	}

#trial h5 {
	font-size: 400%;
	font-weight:bold;
	color: #f0ff00;
	margin:5% 0 0 0;
	text-shadow: 
            3px 3px 3px #000;
}
#trial h5 span{
	font-size: 100%;
	vertical-align:baseline;
}
#trial .target{
	background:#fff;
	padding: 0 3%;
	font-size: 150%;
	display:inline;
	text-align:center;
	color:#01007d;
	margin: 0 auto 2% ;

}

.gbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gbox div{
	width:24%;
	position:relative;
	box-shadow: 1px 1px 6px 0px #000;
}
.gbox img{
	border: 2px solid #fff;
}
.gbox p{
	position:absolute;
	top: 0;
	width:100%;
background: rgb(0,0,59);
background: linear-gradient(90deg, rgba(0,0,59,1) 0%, rgba(11,12,115,0.6418942577030813) 56%, rgba(20,21,159,0) 100%);
font-size:76%;
	font-family: 'M PLUS 1', sans-serif;
	padding: 2% ;
	margin: 2px;
}


.tax{
	font-family: 'M PLUS 1', sans-serif;
	width:100%;
	text-align:right;
	margin: 0 auto 0;
	padding: 0 0 5%;
	font-size:100%;
	text-shadow: 
            3px 3px 3px #000;
}

#trial table{
	width:100%;
	margin: 4% auto 10%;
	vertical-align:baseline;
	line-height:1.1;
	position:relative;
	text-shadow: 
            3px 3px 3px #000;
}
#trial table:nth-of-type(2){
	margin: 4% auto 0%;
}

#trial .m{
	margin: 4% auto 2%;
}

#trial .tab::before{
   content:"";
   display:block;
   width:100%;
   height:2px;
   background-color:#fff;
   position:absolute;
   top:150%;
   left:0;
   }
#trial .tab:nth-of-type(2)::before{
   content:"";
   display:none;
   width:100%;
   height:2px;
   background-color:#fff;
   position:absolute;
   top:150%;
   left:0;
   }

#trial table th{
	text-align:right;
	font-size:160%;
	width:56%;
	vertical-align:baseline;
	padding: 0 1em 0 0;
}
#trial table th span{
	font-size:180%;
	vertical-align:baseline;
}
#trial table .plus{
	text-align:right;
	font-size:86%;
}
#trial table th .yellow{
	font-size:120%;
	vertical-align:baseline;
	color:#f0ff00;
}
#trial table td{
	text-align:left;
	font-size:290%;
	vertical-align:bottom;
}
#trial table td span{
	font-size:70%;
	vertical-align:baseline;
}


#trialForm h4{
	margin:0 0 5%;
}

#trialForm h5{
	padding: 2%;
	margin:0 0 4%;
	display:block;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	line-height: 30px;
	background:#2c2e91;
	width:100%;
}

#trialForm .trialHave{
	margin: 0 0;
	width: 100%;
}
#trialForm .trialHave h4{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

#trialForm select{
	width:15%;
}

#trialForm .kome {
	margin: 0 auto 5%;
	font-size: 80%;
	width:800px;
}

#trialForm .kome li{
	text-indent: -2em;
	padding-left: 2em;
	margin: 2% 0 2%;
}


#trialForm .trialHave table{
	margin:10px auto;
	font-size:90%;
	width:800px;
}
#trialForm .trialHave table tr{
}
#trialForm .trialHave table th{
	background:#a3a3a3;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:20px;
}
#trialForm .trialHave table td{
	padding:20px;
}
#trialForm .trialHave table th,#trialForm .trialHave table td{
	width:33.3%;
}


#trialForm .trialHave .priceUl li{
	text-align: center;
	margin: 10px auto;
	padding: 0;
	background:none;
	width:600px;
}
#trialForm .trialHave .priceUl li a{
	background: #00007c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFF;
	display:block;
	padding: 5%;
}

#trialForm .btn_txt {
	background:#4b4dff;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	margin:10px auto 50px;
	width:50%;
	border-radius:20px;
}
#trialForm .btn_txt a{
	color:#fff;
	display:block;
}


/* フォーム類
--------------------------------------- */


button{
	border:none;
}

input[type="text"],
input[type="email"],
textarea,
select{
	padding: 1%;
	background-color:#fff;
	border:none;
	border:solid 2px #c9c9c9;
	width:80%;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	font-size:16px;
}


input{ 
	vertical-align: middle;
}

select{
	vertical-align: middle;
	width:40%;
}

textarea{
	width: 96%;
	min-height: 200px;
}

label{
	cursor: pointer;
	width: 30%;
	margin: 0;
	float: left;
	display: block;
	vertical-align: middle;
}

label > input{ 
	margin:0 ;
	display:inline;
}


#formBox{
	clear:both;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width: 840px;
}

#formBox #formBtn{
	margin:2% auto;
	padding:0;
	width:80%
}

#formBox #formBtn li{
	text-align:center;
}

#formBox #formBtn li input{
	width:100%;
	height:60px;
	font-weight:bold;
	font-size:160%;
	cursor:pointer;
	background: #33F;
	color:#fff;
}

#formDl{
	font-size: 90%;
}

#formDl dt{
	font-weight:bold;
	background:#4f86da;
	color:#fff;
	padding: 2% 0 2% 2%;
}

#formDl dd{
	padding: 3% 5% 5% 5%;
}


#errorArea {
	color: #ff0000;
	text-align: center;
}
.wpcf7-list-item input{
	height:40px;
}
.spform{
	display:block;
	width:100%;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-list-item-label{
	line-height:40px;
	padding: 0 0 0 0.5em;
}
.wpcf7-list-item label{
	width:100%;
	float:none;
}



/* PC独自 ____________________________________________________________*/
.spOnly {
	display:none;
}

html {
scroll-padding-top: 180px;
}

.pcOnly #commonWrap{
	padding:158px 0 0 0;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  /* 改変禁止 */
	line-height:27px;
	font-size: 14px;
}

.pcOnly .commonBox{
	width:1100px;
	margin:0 auto;
}

.pcOnly #pageTit{
	margin: 0;
	padding: 0;
	background: url(../images/common/bg_pageTit.png) repeat-x;
	width: 100%;
}

.pcOnly #pankuzu{
	margin: 0 0 56px;
	padding: 0;
	background: #e9eaf4;
	width: 100%;
	font-size: 10px;
	line-height: 31px;
	color:#333;
}

.pcOnly #pankuzu a{
	display:inline-block;
	color: #333;
}

/* フッタ
--------------------------------------- */
footer{
	width: 100%;
	clear: both;
	margin: 0 auto;
		font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  /* 改変禁止 */
}

footer #footBox{
	margin: 0 auto;
	width: 1100px;
	min-height: 180px;
	padding: 0;
}

footer #footBoxL{
	width: 700px;
	float: left;
	padding: 0 0 20px;
}

footer #footSns{
	margin: 11px 0 13px;
}

footer #footSns ul{
}
footer #footSns ul li{
	float:left;
	margin: 0 2px 2px 0;
}

footer #guide{
	width: 100%;
}

footer #guide ul{
}

footer #guide li{
  list-style-type: none;
  display: inline-block;
  padding: 0;
  font-size:12px;
  line-height:25px;
}
footer #guide li a{
	display:inline-block;
}

footer #guide li:last-child {
  margin: 0 0 0 0;
}


footer #footBoxR{
	float: right;
	margin: 20px 0 0;
}
footer #footLogo{
	margin: 0 0 2px;
}

footer address{
	font-style:normal;
	font-size:14px;
	line-height:normal;
}


footer #footerCopy{
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 10px;
	color: #FFF;
	background: #2c2e91;
	height: 65px;
	padding: 17px 0 0;
}

#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 10;
}
#pageTop a {
    background: #14bfff;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#pageTop a:hover {
    text-decoration: none;
    background: #999;
}

aside{
	background: url(../images/common/bg_aside.png);
	width: 100%;
	min-height: 180px;
	padding: 30px 0;
	margin: 0 0 27px;
	font-size: 14px;
	line-height: 19px;
	clear: both;
	display: block;
		font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  /* 改変禁止 */
}
aside #commonKaatsu{
	width:1100px;
	margin:0 auto 14px;
}
aside #commonJcca{
	width:1100px;
	margin:0 auto;
}
aside .commonAside{
	float:left;
	margin: 0 40px 0 125px;
}
aside #commonKaatsuTxt{
	width: 745px;
	float: left;
	margin: 5px 0 0;
}
aside #commonJccaTxt{
	width: 745px;
	float: left;
	margin: 10px 0 0;
}

/* ヘッダ
--------------------------------------- */
header{
	padding: 0;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0 1px 1px 0px #ccc;
	-moz-box-shadow: 0 1px 1px 0px #ccc;
	box-shadow: 0 1px 1px 0px #ccc;
	z-index: 300;
	position: fixed;
	width: 100%;
	height:158px;
	min-width: 1160px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  /* 改変禁止 */

}

header #headH1{
	background: #2a2d90;
	width: 100%;
	height: 19px;
}

header h1{
	color: #FFF;
	font-size: 10px;
	text-align: right;
	line-height: 19px;
}


header #headBox{
	padding: 0;
	width: 1100px;
	margin: 0 auto;
}

header #headBox2{
	padding: 11px 0 0 0;
	width: 1100px;
	margin: 0 auto;
}


header h2{
	position: absolute;
	top: 0px;
	z-index: 100;
}

header #headInfo{
	float: right;
	text-align: right;
	/* width:341px; */
	display: flex;
}

header #headInfo ul{
	margin: 9px 20px 0 0;
	/* width: 500px; */
	/* float: left; */
}

header #headInfo ul li{
	float:left;
	font-size:12px;
	width: 80px;
	text-align:right;
	line-height:12px;
	padding:0 15px 0 0;
	background: url(../images/common/ico_arrow.png) left 15px center no-repeat;
}
header #headInfo ul li:first-child{
	width: 205px;
	border-right: 1px #000 dotted;
}
header #headInfo ul li:last-child{
	border-left:dotted 1px #000;
	padding: 0 4px 0 0px;
	width: 100px;
	background-position:left 12px center;
}

header #headInfo ul li a{
	display:block;
}


/* ナビゲーション
--------------------------------------- */
#headerNav{
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  /* 改変禁止 */
	padding: 0;
	width: 870px;
	margin: 0 auto;
	display: block;
	clear: both;
	float: right;
}
#headerNav ul{
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 12px;
	flex-wrap: wrap;
}
#headerNav ul li {
	width: 20%;
}
#headerNav ul li a {
	padding: 15px 0 15px 20px ;
	width: 100%;
	border:dashed 1.5px #999;
	border-top:hidden;
	border-left:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items :center;
	line-height: 0;
}

#headerNav ul li a span:nth-of-type(1){
	color:#14bfff;
	padding: 0 0 8px 0;
	transform:rotate(-90deg);
	font-size: 10px;
	width: 10px;
}
#headerNav ul li a span:nth-of-type(2){
	width: 130px;
	height: 15px;
}
#headerNav ul li a span:nth-of-type(3){
	color:#14bfff;
	font-size:8px;
	padding: 0 0 0 10px;
}

#headerNav ul li a:hover {
	background:#14bfff;
	color:#fff;
}

#headerNav ul li a:hover span:nth-of-type(1){
	color:#fcff00;
}
#headerNav ul li a:hover span:nth-of-type(2){
}
#headerNav ul li a:hover span:nth-of-type(3){
	color:#fcff00;
}




#headerNav ul li:nth-of-type(5) a,#headerNav ul li:nth-of-type(10) a {
	border-right:hidden;
}
#headerNav ul li:nth-child(n + 6) a {
	border-bottom:hidden;
}

/* 下に展開 */
#headerNav #drop{ display: none; position: absolute; margin: 0; padding: 0;
	width: 190px; top: 45px;
	-webkit-box-shadow: 2px 2px 5px 0px #ccc;
       -moz-box-shadow: 2px 2px 5px 0px #ccc;
            box-shadow: 2px 2px 5px 0px #ccc;
}
#headerNav #drop li {
	position:relative;
	display:block;
	margin:0;
}
#headerNav #drop li:first-child{
	top: 0;
}
#headerNav #drop li:nth-child(2){
	margin:0;
}

#headerNav #drop a:hover img {
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}	

.wpcf7-response-output {
	margin-top: 0 !important;
}

/*-------------------------------------------*/
/*			.socialSet 0.1.0.0
/*-------------------------------------------*/
#socialSet	{
	display: block;
	margin: 60px auto 30px;
	text-align: center;
	line-height: 20px;
	clear:both;
}
#socialSet ul {}
#socialSet ul li > * { vertical-align: bottom; }
#socialSet ul li { display:inline-flex; margin: 0 5px;}
#socialSet ul li.sb_twitter	{}
#socialSet ul li.sb_google	{}
#socialSet ul li.sb_hatena	{}
#socialSet ul li.sb_facebook	{}
#socialSet ul li.sb_pocket		{width:90px;}
	#socialSet ul li.sb_pocket pocket-btn{vertical-align: bottom !important;}
#socialSet ul li.sb_line img	{height:20px !important; width:auto; vertical-align: bottom !important;}



.time2025Box{
	background:#4f86da;
	width: 100%;
	padding: 30px;
	margin: 0 auto;
}
.time2025{
	width: 1100px;
	text-align:center;
	margin: 0 auto;
	color: #fff;
}
.time2025 a{
	color:#FF0;
	font-weight:bold;
	display:inline-block;
}
.time2025 h5{
	font-size:16px;
	font-weight:bold;
}
