/*  全体
----------------------------------------------- */

@charset "utf-8";

html{
	overflow-y: scroll;
	scroll-behavior: smooth;
}
* 	{
	margin: 0;
	padding: 0;
	}

body {
	color:#000;
	font-size : 1.1em;
	line-height: 1.8;
	font-family:'Century Gothic','Futura','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
	background: url(../images/bgw.jpg)repeat-y;
	background-size: contain;
	overflow: hidden;
	overflow-y: hidden;
	}

a {
	color:#e84284;
	}

a:hover {
	color: #dd8113;
	}

h1 {
	background: url(../images/titlebg.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 2.5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec01 {
	background: url(../images/sec01_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec02 {
	background: url(../images/sec02_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 4em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec03 {
	background: url(../images/sec03_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 8em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec04 {
	background: url(../images/sec04_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec05 {
	background: url(../images/sec05_1.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 8em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec06 {
	background: url(../images/sec06_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 9.5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec07 {
	background: url(../images/sec07_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 15em 0 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec08 {
	background: url(../images/sec08_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 8em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec09 {
	background: url(../images/sec09_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 7.5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec10 {
	background: url(../images/sec10_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 7.5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec11 {
	background: url(../images/sec11_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 3.6em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec13 {
	background: url(../images/sec13_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 3em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
h1.sec14 {
	background: url(../images/sec14_title.png)no-repeat center;
	background-size: contain;
	margin: 0;
	padding: 8em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

h2 {
	font-size : 3.3em;
	line-height: 1.4;
	}

h3 {
	font-size : 2.8em;
	line-height: 1.4;
	}

hr {
	border:none;
	border-bottom:1px solid #d94c0e;
	height:1px;
	margin: 0 0 25px 0 ;
	}

hr.hr2 {
	border:none;
	border-bottom:10px solid #d94c0e;
	height:0;
	width:100%;
	margin: 0 auto 1.4em;
	padding: .3em 0;
	}

hr.hr3 {
	border:none;
	border-bottom:10px solid #e84284;
	height:10px;
	width:50%;
	max-width:250px;
	margin:15px 0 25px 0;
	}



p {
  font-family: 'M PLUS 1p',sans-serif;
  font-weight: 300;
}

.youtube {
	width: 100%;
	margin: 0px auto 0;
	position: relative;
}
.youtube img {display: block;width: 100%;}

.youtube::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s;
}
@media only screen and (max-width: 460px){
.youtube {width: 100%;margin: 10px auto;}
}

.combox {
    position: relative;
    margin: 6em 10%;
    padding: 0em 1.4em 1.5em;
    border: solid 1px #d4b28d;
    border-radius: 8px;
    background: #fff;
}
.combox .box-title02 {
	position: relative;
    display: inline-block;
    top: -30px;
    text-align: center;
    padding: 5px 60px 0px 0px;
    line-height: 2;
    font-size: x-large;
    color: #be7e3d;
    font-weight: bold;
    border-bottom: #be7e3d double 4px;
}
.combox p {
    margin: 0; 
    padding: 0;
}

.headertop{
  background: url(../images/header_top.png)no-repeat center center #e3e8f5;
  background-size: 80%;
  text-align: center;
  padding: 3.8em 0;
  margin: 0 auto;
}

.headerform{
  /*background: url(../images/formbg.png)no-repeat center #fdf7f2;*/
  background-size: 30%;
  text-align: center;
  /*padding: 8em 0 8em;*/
  margin: 0em auto 0em;
}

.waku{margin: 5em 5% 0;line-height: 1.8em;}
.tokutenwaku{margin: 0em 5% 0;line-height: 1.8em;}
.textwaku{margin: 3em 15% 2em;line-height: 1.8em;}
.messwaku{margin: 0em 10% 2em;line-height: 1.8em;background: #fff;border-radius: 15px;padding: 1em 5%;}
.methodwaku{margin: 3em 8% 2em;padding: 1em 3em;line-height: 2.4em;border: solid 1px #cc9864;background: #fff;}
.secwaku{margin: 3em 8% 2em;padding: 1em 3em;line-height: 2.4em;border: double 4px #cc9864;background: #fffcfa;}
.lessonwaku01{
    padding: 0em 7em 2em;
    margin: 5em 0% 2em;
    background: -webkit-repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
}
.lessonwaku01 p {
    margin: 0; 
    padding: 0;
}
.lessonwaku01:before {
	content: '';
	position: relative;
	display: inline-block;
	top: -1.5em;
	width: 100%;
	height: 6em;	
	background: url(../images/sec09_1.png)no-repeat center;
	background-size: contain;
}

.lessonwaku02{
    padding: 0em 7em 2em;
    margin: 5em 0% 2em;
    background: -webkit-repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
}
.lessonwaku02 p {
    margin: 0; 
    padding: 0;
}
.lessonwaku02:before {
	content: '';
	position: relative;
	display: inline-block;
	top: -1.5em;
	width: 100%;
	height: 6em;	
	background: url(../images/sec09_2.png)no-repeat center;
	background-size: contain;
}

.lessonwaku03{
    padding: 0em 7em 2em;
    margin: 5em 0% 0em;
    background: -webkit-repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fdf7f2, #fdf7f2 5px,#fff 5px, #fff 10px);
}
.lessonwaku03 p {
    margin: 0; 
    padding: 0;
}
.lessonwaku03:before {
	content: '';
	position: relative;
	display: inline-block;
	top: -1.5em;
	width: 100%;
	height: 6em;	
	background: url(../images/sec09_3.png)no-repeat center;
	background-size: contain;
}

.tokuten01{
	width:400px;
	line-height:0px;
	padding:20px;
	margin-right:10px;
	float:left;
}
.tokuten01:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 2em;
	width: 100%;
	height: 4em;	
	background: url(../images/sec07_1.png)no-repeat center;
	background-size: contain;
}
.tokuten02{
	width:400px;
	line-height:0px;
	padding:20px;
	margin-right:10px;
	float:left;
}
.tokuten02:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 2em;
	width: 100%;
	height: 4em;	
	background: url(../images/sec07_2.png)no-repeat center;
	background-size: contain;
}
.tokuten03{
	line-height:0px;
	padding:0px;
	margin: 2em auto;
	text-align: center;
}
.tokuten03:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 2em;
	width: 100%;
	height: 4em;	
	background: url(../images/sec07_3.png)no-repeat center;
	background-size: contain;
}

ul {
 border: 10px solid #f3e1cf;	/* 内側の線の太さ・種類・色 */
 margin: 10px 4em; /* 外側の余白 */
 padding: 10px 60px; /* 内側の余白 */
 position: relative;
 z-index: 0;
 background: #fff;
 font-size: x-large;
}
ul li{
 list-style-type: none!important;
 line-height: 1.5;
 padding: .5em 0;
}
ul li:after {
 border: 1px solid #cc9864;	/* 外側の線の太さ・種類・色 */
 content: '';
 display: block;
 position: absolute;
 top: -10px;
 bottom: -10px;
 left: -10px;
 right: -10px;
 z-index: -1;

}
ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #fb940d;/*アイコン色*/
  font-weight: 900;
}

.beforebox {
    padding: 0.5em 1em;
    margin: 5em 10%;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: dotted 3px #33aba6;/*線*/
    border-radius: 10px;/*角の丸み*/
    line-height: 2.5em;
}
.beforebox:before {
	content: '';
	position: relative;
	display: inline-block;
	top: -4em;
	width: 100%;
	height: 7em;	
	background: url(../images/sec01_3.png)no-repeat center;
	background-size: contain;
}
.beforebox p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
    margin: -2em 0 .5em; 
    padding: 0;
    font-weight: bolder;
    font-size: xx-large;
    text-align: center;
}

.afterbox {
    padding: 0.5em 1em;
    margin: 9em 10% 5em;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #fdf7f2;
    border: double 4px #cc9864;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.afterbox:before {
	content: '';
	position: relative;
	display: inline-block;
	top: -9em;
	width: 100%;
	height: 12em;	
	background: url(../images/sec01_4.png)no-repeat center;
	background-size: contain;
}
.afterbox p {
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -5em 0 .5em; 
    padding: 0;
    font-weight: bolder;
    font-size: xx-large;
    text-align: center;
    line-height: 1.6em;
}

.sectitle{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: bold;
	font-size: large;
    background: #eee;
    margin: 1em auto;
    padding: .6em;
}

@media only screen and (max-width: 640px) {
h1.sec01 {margin: 0 auto;background-size: contain;padding: 2.8em 0;}
h1.sec02 {margin: .7em auto 0;background-size: contain;padding: 2.8em 0;}
h1.sec03 {margin: 0 auto;background-size: contain;padding: 5em 0;}
h1.sec04 {margin: 0 auto;background-size: contain;padding: 3.3em 0;}
h1.sec05 {margin: 0em 1% 0;background-size: contain;padding: 4.5em 0;}
h1.sec06 {margin: 0 1%;background-size: contain;padding: 8em 0;}
h1.sec07 {margin: 0 auto;background-size: contain;padding: 4em 0;}
h1.sec08 {margin: 0 auto;background-size: contain;padding: 5.6em 0;}
h1.sec09 {margin: 0 auto;background-size: contain;padding: 4.4em 0;}
h1.sec10 {margin: 0 auto;background-size: contain;padding: 6em 0;}
h1.sec11 {margin: 0 auto;background-size: contain;padding: 3.4em 0;}
h1.sec13 {margin: 0 auto;background-size: contain;padding: 3.4em 0;}
h1.sec14 {margin: 0 auto;background-size: contain;padding: 5em 0;}
ul, ol {margin: 0;zoom:.7;}
.waku {margin: 1em 0;}
.textwaku {margin: 2em 4% 2em;}
.methodwaku {margin: 2.5em 1% 2em;padding: 1em 1%;line-height: 2.1em;}
.secwaku {margin: 1em 1% 2em;padding: 0em 1em;line-height: 2em;}
.beforebox{margin: 4em 1%;}
.beforebox:before {top: -3em;height: 6em;}
.beforebox p{font-size: x-large;}
.afterbox{margin: 7.5em 1% 5em;}
.afterbox:before {top: -7.5em;height: 10em;}
.afterbox p{font-size: larger;}
.tokuten01 {width: 100%;padding: 0px;margin: 10px auto;}
.tokuten02 {width: 100%;padding: 0px;margin: 10px auto;}
.tokuten03 {width: 100%;padding: 0px;margin: 10px auto;}
.lessonwaku01 {padding: 0em 2% 2em;margin: 3em 0% 2em;}
.lessonwaku02 {padding: 0em 2% 2em;margin: 3em 0% 2em;}
.lessonwaku03 {padding: 0em 2% 2em;margin: 3em 0% 2em;}
.messwaku {margin: 0em 1% 2em;}
.cp_qa {margin: 1.5em 1% 1em;}
.headertop{background-size: 98%;padding: 2.5em 0;}
/*.headerform{background-size: 60%; padding: 5.5em 0 5.5em;*/}
.combox{margin: 2em 1% 2em;padding: 0em 0.5em .5em;font-size: .8em;}
.combox .box-title02 { padding: 15px 0 0; }
.sikaku_box{margin: 1em 0;}
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.nav {
	opacity: 0;
    padding: 10px 0px;
    margin: 0 auto 0px;
    width: 100%;
}
.cdt_wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 30vw;
  transform: translateY(100px, 0);
  margin: 0 auto;
  width: 100%;
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
}
.cdt_num {
  background-color: #fff;
  color: #d94c0e;
  padding: 0 .15em;
}

@media only screen and (max-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    padding: 0 0px;
  }
}
.cdt_wrapper small {
  font-size: .6em;
  padding: 0 .4em;
}
.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cdt_txt {
  font-size: .6em;
  display: inline-block;
  margin-right: .6em;
}

@media only screen and (max-width: 768px) {
  .cdt_txt {
    font-size: .5em;
  }
}
@media only screen and (max-width: 321px) {
  .cdt_wrapper {
    zoom: .6;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 1.6rem;
}

.cdt_num {
  padding: 0 .15em;
}

@media only screen and (max-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: .3em .15em;
  }
}

.fixed {
	opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mv1 {
  opacity: 0;
  transform : translate(0,70px);
  transition : 1.2s;
}

.mv1.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



/*  画像
----------------------------------------------- */

img.full {
	width:100%;
	height:auto;
	}

img.full2 {
	width:96%;
	max-width:700px;
	height:auto;
	}

img.full3 {
	width:94%;
	max-width:1000px;
	height:auto;
	}

img.full4 {
	width:100%;
	max-width:320px;
	height:auto;
	margin: 2% auto;
	}

img.full5 {
	width:100%;
	max-width:480px;
	height:auto;
	margin: 3% auto;
	}

img.proimg {
	width:100%;
	max-width:240px;
	height:auto;
	margin: 3% auto;
	}


/*  ボックス
----------------------------------------------- */
.tokuten_box{
	padding: 2.5em 5%;
	margin: 2em 5em;
	border-radius: 30px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.tokuten_box .box-title{
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  color: #0068b7;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #0068b7;/*上線*/
  border-bottom: solid 3px #0068b7;/*下線*/
  margin-bottom: 2em;
 }
/*.tokuten_box .box-title {
    position: relative;
    display: inline-block;
    top: -30px;
	text-align: center;
    padding: 0 40px;
    line-height: 2;
    font-size: 19px;
    color: #fff;
    border: solid 1px #0068b7;
    border-radius: 30px;
    background-color: #0068b7;
    font-weight: bold;
}*/
.tokuten_box p {
    margin: 0; 
    padding: 0;
}
.lineid_box{
    padding: 1em 2em;
    margin: 2em 10%;
    color: #2c2c2f;
    background: #80c53c;
    border-top: double 10px #2c8932;
    border-bottom: double 10px #2c8932;
}
.lineid_box p {
    margin: 0; 
    padding: 0;
}
.title_box{
  display: block;
  position: relative;
  padding: 2em 10em;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  border-radius: 7px;
}
.title_box:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 20px solid transparent;
  border-top: 30px solid #e9f4ff;
  width: 0;
  height: 0;
}
.title_box02{
  display: block;
  position: relative;
  padding: 3em 10em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  border-radius: 7px;
}
.title_box02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 20px solid transparent;
  border-top: 30px solid #e9f4ff;
  width: 0;
  height: 0;
}
.yebg{
	background-color: #fefbf5;
	background-image:
	radial-gradient(#f7dfae 1px, transparent 1px);
	background-size: 20px 20px;
	padding: 1px 0;
}

.combox01{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox01:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm2.png)no-repeat center;
	background-size: contain;
}
.combox01 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}
.combox02{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox02:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm3.png)no-repeat center;
	background-size: contain;
}
.combox02 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}
.combox03{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox03:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm4.png)no-repeat center;
	background-size: contain;
}
.combox03 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}
.combox04{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox04:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm5.png)no-repeat center;
	background-size: contain;
}
.combox04 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}
.combox05{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox05:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm6.png)no-repeat center;
	background-size: contain;
}
.combox05 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}
.combox06{
	display: block;
	margin: 2em auto 1em;
	padding: 1.5em 1em 1.5em 4em;
	background: #fff;
	border-radius: 20px;
	height: 4em;
	width: 55%;
}
.combox06:before{
	content: '';
	position: relative;
	display: inline-block;
	top: -2.5em;
	width: 100%;
	height: 6em;
	right: 16em;
	background: url(../images/sec03_cm7.png)no-repeat center;
	background-size: contain;
}
.combox06 p{
	font-family: 'SourceHanSerif-Medium', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: -6em 0 0 3.5em;
    padding: 0;
    font-size: large;
    text-align: left;
    line-height: 1.6em;
}

.cm_box{
    padding: 0.5em .5em;
    margin: 3.5em 10%;
    background: #fff;
    border: double 5px #92daec;
    border-radius: 20px;
    text-align: left;
}
.cm_box p {
    margin: 0; 
    padding: 0;
}

.text_box {
	width: 75%;
	margin: 0 auto; 
    padding: 30px 6% 25px 6%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}
.text_box02 {
	width: 70%;
	margin: 0 auto;
	padding: 20px 6% 20px;
}

.stepbox {
    position: relative;
    margin: 2em 20% 4em;
    padding: 0.5em 1em;
    border: solid 3px #e3e8f5;
    border-radius: 8px;
    background: #e3e8f5;
}
.stepbox .stepbox-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: 10px;
    padding: 10px 15px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    border-radius: 10px;
    color: #0b1c48;
    font-weight: bold;
    border: solid 2px #0b1c48;
}
.stepbox p {
    margin: 0; 
    padding: 1em .5em;
    text-align: left;
}

.stepimg {
	padding: .3em;
	border-radius: 30px;
	border: solid 3px #fff799;
	margin: .5em;
}

.caseimg {
	padding: .3em;
	border-radius: 30px;
	border: solid 3px #0b1c48;
	margin: 0;
}
.imgbox-title {
    position: relative;
    display: inline-block;
    padding: 5px 5%;
    line-height: 1;
    font-size: 19px;
    color: #0b1c48;
}

.casetitle {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #ffaa70;
  border-radius: 50%;
  box-sizing: border-box;
}

.casetitle:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffaa70;
  z-index: 0;
}

/*READ MORE start*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(248, 242, 234, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*READ MORE end*/


/*reason start*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid #1b2538;
	border-left: 1px solid #1b2538;
	border-right: 1px solid #1b2538;
	margin: 2.5em 5% 2em;
	background: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
	vertical-align: middle;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}
.cp_qa .cp_actab label:hover {
	color: #008c87;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #000;
	background: rgb(253, 247, 242);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #008c87;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 60em;
	border-bottom: 1px solid #1b2538;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0fe';
	font-weight: 900; 
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	font-family: "Font Awesome 5 Free";
	content: '\f146';
	font-weight: 900; 
}
/*reason end*/

.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 30px auto;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 57%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.ef input[type='text']:focus {
	border: 1px solid #fb940d;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(251,148,13, .5);
}

@media screen and (max-width: 640px){
.combox01{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox01:before{top: -2em;height: 5em;right: 10.5em;}
.combox01 p{margin: -6em 0 0 2em;font-size: inherit;}
.combox02{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox02:before{top: -2em;height: 5em;right: 10.5em;}
.combox02 p{margin: -6em 0 0 2em;font-size: inherit;}
.combox03{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox03:before{top: -2em;height: 5em;right: 10.5em;}
.combox03 p{margin: -6em 0 0 2em;font-size: inherit;}
.combox04{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox04:before{top: -2em;height: 5em;right: 10.5em;}
.combox04 p{margin: -6em 0 0 2em;font-size: inherit;}
.combox05{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox05:before{top: -2em;height: 5em;right: 10.5em;}
.combox05 p{margin: -6em 0 0 2em;font-size: inherit;}
.combox06{height: 3.5em;width: 75%;margin: 2em auto 0em;}
.combox06:before{top: -2em;height: 5em;right: 10.5em;}
.combox06 p{margin: -6em 0 0 2em;font-size: inherit;}
.stepbox {margin: 2em 0% 4em;padding: 0;}
.cp_iptxt input[type='text']{width: 100%;}
.tokuten_box{
    padding: 2.5em 5%;
    margin: 2em 0;
    }
.lineid_box{
    padding: 1em 0;
    margin: 2em 0;
	}
.title_box{
  padding: 1em;
}
.title_box02{
  padding: .5em 1em 0;
}
.cm_box{
	margin: 3.5em 0;
}
.text_box {
	width: 87%;
	margin: 0 auto; 
    padding: 30px 2% 25px 2%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
	}
.text_box02 {margin: 0;padding: 0;width: 100%;}
}
.profile_box {
    position: relative;
    padding: 0em 2em 2em;
    margin: 2em 5%;
    top: 0;
    background: rgba(250, 250, 250, 0.9);
}


/*  ヘッダー
----------------------------------------------- */

.count-bg {
	position:fixed;
	z-index:10000;
	top:0;
	left: 50%;
	transform: translate(-50%, 0);
	margin:0 auto;
	padding:2px 0 4px 0;
	width:98%;
	max-width : 800px; 
	height:45px;
	background: #e84284;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;
	color : #FFF;
	text-align:center;
	}

.count-bg .timeform {zoom:1.2;}

.count-bg .timeform .ezso2_soadv {display:inline-block;font-weight:bold;margin-top:-2px;}

header {
	display: block;
	margin: 0;
	overflow:hidden;
	}

header img {
	position: relative;
	z-index: 10;
	}


/* 動画ここから　*/

section.headertop {
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
.headertop-container {
	z-index:1;
	position: fixed;
	bottom: 0;
  	width:100%;
	top: 0px;
	height: 100%; 
	overflow: hidden;
}
.headertop-container headertop {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  z-index: -100;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

section.headertop h1 {
	position: relative;
	margin:auto;
	text-align: center;
	z-index: 999;
}

section.headertop h1 img{
	max-width: 100%;
	margin-top:-20px;

}

.headertop-container iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

section.headertop .bg {
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
	padding: 100% 0;
}

.wrap {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

img.botan {
	position: relative;
	width:100%;
	max-width:500px;
	height:auto;
	z-index: 999;
	}

@media screen and (max-width: 640px){	

	.headertop-container headertop {

	    width: auto;
	    height: 100%;
	    left: -120%;

	}

	.wrap {
		width: 100%;
	}
		
	.from_logo{
		padding: 35px 10px 0!important;
	}	
		
	section.headertop h1 {
		position: relative;

		text-align: center;
		z-index: 999;
	}

}

@media screen and (max-width: 480px){	

	img.botan {
		display:none;
		}

}

/* 動画ここまで　*/

/*  ボタン
----------------------------------------------- */
.btn{
	margin: 0 auto;
	text-align: center;
}
.arrow_btn {
	display: inline-block;
	position: relative;
	width: 99%;
	padding: 0.8em 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #3fb322;
	border-radius: 15px;
	border:1px solid #fff;
	transition: transform ease .3s;
	line-height: initial;
}
.arrow_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background: #e2676f;
	 color: #fff;
}
.arrow_btn p {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn:hover p{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(10px);
}

.formbtn {
	width: 500px;
	height: 100px;
	background: url(../images/form_btn.png)no-repeat;
}
.formbtn:hover {
	width: 500px;
	background: url(../images/form_btn_hover.png)no-repeat;
}

.entry-cover {
	position: relative;
	z-index: 100;
	background:rgba(255,255,255,0.9);
	padding:0px 0;
	margin-top: 1em;
	}

.bottom_entry {
	position: relative;
	z-index: 100;
	background: rgba(255, 255, 255, 0.5);
	padding:50px 0 0;
	width: 90%;
	margin: 0em auto;
	text-align: center;
	}
@media only screen and (max-width: 640%){
.bottom_entry {
	padding:50px 0 0;
	width: 98%;
	margin: 0em auto;
	text-align: center;
	}
}


.entry1 {
	margin-top: 0em;
	position: relative;
	display: block;
	z-index: 100;
	margin-left: 35vw;
	width: 40%;
	padding:10px 2%;
	min-width:360px;
	background: rgba(255,255,255,0.5);
	border-radius:15px;
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
	-o-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
	}

.entry1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(255,255,255,0.5);
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.entry2 {
	margin: 0 auto;
	width: 84%;
	padding:40px 6% 25px 6%;
	max-width:calc(830px - 12%);
	background: url(../images/entry-bg4.jpg) no-repeat top;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	color: #00457e;
	font-weight:bold;
	font-size:1.2em;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	}

.entry-bottom {
	margin: 0 auto;
	width: 96%;
	padding:0;
	max-width:830px;
	background: url(../images/entry-bg4b.jpg) no-repeat top;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	}

.entry-bottom img { display:block; }
form {
	margin: auto;
	text-align:center:
	}

/*FORM START*/
.cp_form02 {
position: relative;
width: 80%;
margin: 40px auto;
padding: 1em 2em;
box-shadow:0px 0px 3px 2px #ededed;
}
.cp_form02 form.go-bottom > .cp_tx {
position: relative;
width: 100%;
margin: 1em 0;
}
.cp_form02 form.go-bottom input[type=button],
.cp_form02 form.go-bottom input[type=submit],
.cp_form02 form.go-bottom input[type=checkbox],
.cp_form02 form.go-bottom input[type=radio],
.cp_form02 form.go-bottom input[type='text'],
.cp_form02 form.go-bottom input[type='tel'],
.cp_form02 form.go-bottom input[type=password],
.cp_form02 form.go-bottom input[type=email],
.cp_form02 form.go-bottom input[type=url],
.cp_form02 form.go-bottom input[type=date],
.cp_form02 form.go-bottom input[type=number],
.cp_form02 form.go-bottom .cp_ipfile .file_text,
.cp_form02 form.go-bottom textarea {
font-family: inherit;
font-size: 1rem;
position: relative;
z-index: 1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 8px 12px;
border: 1px solid #cccccc;
outline: 0;
background: none;
}
.cp_form02 form.go-bottom input[type=password]:valid,
.cp_form02 form.go-bottom input[type=email]:valid,
.cp_form02 form.go-bottom input[type=url]:valid,
.cp_form02 form.go-bottom input[type=date]:valid,
.cp_form02 form.go-bottom input[type=number]:valid,
.cp_form02 form.go-bottom input[type='text']:valid,
.cp_form02 form.go-bottom input[type='tel']:valid,
.cp_form02 form.go-bottom textarea:valid {
background: #e7fcff;/*背景色*/
}
.cp_form02 form.go-bottom input[type=password]:focus,
.cp_form02 form.go-bottom input[type=email]:focus,
.cp_form02 form.go-bottom input[type=url]:focus,
.cp_form02 form.go-bottom input[type=date]:focus,
.cp_form02 form.go-bottom input[type=number]:focus,
.cp_form02 form.go-bottom input[type='text']:focus,
.cp_form02 form.go-bottom input[type='tel']:focus,
.cp_form02 form.go-bottom textarea:focus {
border-color: #e77e00;
}
.cp_form02 form.go-bottom input[type=password]:focus + label,
.cp_form02 form.go-bottom input[type=email]:focus + label,
.cp_form02 form.go-bottom input[type=url]:focus + label,
.cp_form02 form.go-bottom input[type=date]:focus + label,
.cp_form02 form.go-bottom input[type=number]:focus + label,
.cp_form02 form.go-bottom input[type='text']:focus + label,
.cp_form02 form.go-bottom input[type='tel']:focus + label,
.cp_form02 form.go-bottom textarea:focus + label {
font-size: 0.7em;
line-height: 1.2;
z-index: 2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 1px 6px 2px 6px;
text-transform: uppercase;
color: #ffffff;
background: #e77e00;
}
.cp_form02 form.go-bottom .cp_tx label {
position: absolute;
padding: 7px 6px;
transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
color: #999999;
}
.cp_form02 form.go-bottom textarea {
display: block;
resize: vertical;
}
.cp_form02 form.go-bottom input[type=password],
.cp_form02 form.go-bottom input[type=email],
.cp_form02 form.go-bottom input[type=url],
.cp_form02 form.go-bottom input[type=date],
.cp_form02 form.go-bottom input[type=number],
.cp_form02 form.go-bottom input[type='text'],
.cp_form02 form.go-bottom input[type='tel'],
.cp_form02 form.go-bottom textarea {
padding: 12px 12px 12px 12px;
}
.cp_form02 form.go-bottom label {
top: 0;
bottom: 0;
left: 0;
}
.cp_form02 form.go-bottom input[type=password]:focus + label,
.cp_form02 form.go-bottom input[type=email]:focus + label,
.cp_form02 form.go-bottom input[type=url]:focus + label,
.cp_form02 form.go-bottom input[type=date]:focus + label,
.cp_form02 form.go-bottom input[type=number]:focus + label,
.cp_form02 form.go-bottom input[type='text']:focus + label,
.cp_form02 form.go-bottom input[type='tel']:focus + label,
.cp_form02 form.go-bottom textarea:focus + label {
top: 100%;
margin-top: -16px;
}
.cp_ipselect {
overflow: hidden;
width: 100%;
margin: 1em auto;
text-align: center;
}
.cp_ipselect select {
font-family: inherit;
font-size: 1rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
border-radius: 0;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl01 {
position: relative;
border: 1px solid #cccccc;
border-radius: 2px;
}
.cp_ipselect.cp_sl01::before {
position: absolute;
top: 1em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-top: 6px solid #e77e00;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.cp_ipselect.cp_sl01 select {
padding: 8px 38px 8px 8px;
color: #999999;
}
.cp_ipselect.cp_sl01 select:valid {
color: #333333;
}
.cp_input {
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 49%;
padding: 8px 12px;
color: #999999;
}
.cp_ipcheck, .cp_ipradio {
position: relative;
text-align: left;
}
.cp_ipcheck input, .cp_ipradio input {
display: none;
}
.cp_ipcheck label, .cp_ipradio label {
position: relative;
display: block;
padding: 0.5em 0;
padding-right: 35px;
cursor: pointer;
color: #333333;
border-bottom: 1px solid #cccccc;
}
.cp_ipcheck input[type='checkbox'],
.cp_ipradio input[type='radio'] {
position: absolute;
visibility: hidden !important;
}
.cp_ipcheck input[type='checkbox'] + label:before,
.cp_ipcheck input[type='checkbox'] + label:after,
.cp_ipradio input[type='radio'] + label:before,
.cp_ipradio input[type='radio'] + label:after {
position: absolute;
top: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: -7.5px;
content: '';
}
.cp_ipcheck input[type='checkbox'] + label:before,
.cp_ipradio input[type='radio'] + label:before {
right: 0;
width: 30px;
height: 15px;
border: 1px solid #cccccc;
border-radius: 15px;
background: #ffffff;
}
.cp_ipcheck input[type='checkbox'] + label:after,
.cp_ipradio input[type='radio'] + label:after {
right: 15px;
width: 15px;
height: 15px;
-webkit-transition: all 200ms ease-out;
transition: all 200ms ease-out;
border-radius: 50%;
background: #cccccc;
}
.cp_ipcheck input[type='checkbox']:checked + label:after,
.cp_ipradio input[type='radio']:checked + label:after {
right: 0;
background: #e77e00;
}
/* File input */
.cp_form02 .cp_ipfile {
position: relative;
margin: 1em auto;
}
.cp_form02 .cp_ipfile .title {
position: static;
}
.cp_form02 .cp_ipfile .button {
font-size: .6em;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
padding: .5rem 1.2em 0 1.2em;
cursor: pointer;
-webkit-transition: background-color 0.25s;
transition: background-color 0.25s;
color: #ffffff;
border-radius: 0;
background-color: #999999;
}
.cp_form02 .cp_ipfile .file_input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 0;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
-webkit-appearance: none;
appearance: none;
}
.cp_form02 .cp_ipfile .file_text {
position: relative;
box-sizing: border-box;
padding: 0em 10px 0.5em 10px;
-webkit-transition: border-color 0.6s;
transition: border-color 0.6s;
border-bottom: 0.0625rem solid #999999;
outline: none;
}
.cp_form02 .cp_ipfile .file_text::before {
content: '';
height: 2px;
width: 0;
right: 0%;
bottom: -1px;
position: absolute;
background: #e77e00;
-webkit-transition: left 0.28s ease, width 0.28s ease;
transition: left 0.28s ease, width 0.28s ease;
z-index: 2;
}
.cp_form02 .cp_ipfile .file_input:hover ~ .file_text::before {
width: 100%;
right: 0;
}
.cp_form02 .cp_ipfile label:hover .button {
background-color: #da3c3c;
}
.cp_form02 .cp_ipfile label:active .button {
background-color: #b02f2f;
}
/*btn*/
.cp_form02 .cp_btn {
width: 100%;
margin: 2em auto;
text-align: center;
}
.cp_form02 .btn_cont {
text-align: center;
}
.cp_form02 .btn {
position: relative;
display: block;
overflow: hidden;
margin: 0 auto;
padding: 0.75rem 3em;
cursor: pointer;
text-align: center;
text-decoration: none;
color: #ffffff;
border: solid 1px #ffffff;
background: #e77e00;
font-size: 1rem;
border-radius: 10px;
}
.cp_form02 .btn:before {
position: absolute;
top: -25px;
left: -20px;
width: 20px;
height: 90px;
content: '';
transition: 0.3s;
transform: rotate(40deg);
opacity: 0.3;
background: #ffffff;
}
.cp_form02 .btn:hover:before {
left: 95%;
}

@media only screen and (max-width: 640px) {
.cp_form02{width: 88%;padding: 1em;}
}

/*FORM END*/

.fadeIn1{
	opacity:0;
	-webkit-animation: blur 0.5s ease-in-out 0s 1 forwards;
	animation: blur 0.5s ease-in-out 0s 1 forwards;
}

@-webkit-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.08) translateZ(0);
	    transform: scale(1.08) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@-moz-keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.08) translateZ(0);
	    transform: scale(1.08) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

@keyframes blur{
	0% {
	    opacity: 0;
	    -webkit-filter: blur(5px);
	    filter: blur(5px);
	    -webkit-transform: scale(1.08) translateZ(0);
	    transform: scale(1.08) translateZ(0);
	}
	100% {
	    opacity: 1;
	    -webkit-filter: blur(0);
	    filter: blur(0);
	    -webkit-transform: scale(1) translateZ(0);
	    transform: scale(1) translateZ(0);
	}
}

/* はねる */

.bounce {
	animation:
		bounce 2s ease infinite normal 0s none running
	;
	-webkit-animation:
		bounce 2s ease infinite normal 0s none running
	;
	-ms-animation:
		bounce 2s ease infinite normal 0s none running
	;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-30px);
	}
	60% {
	    transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-30px);
	}
	60% {
	    transform: translateY(-15px);
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.fadein-left{
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  opacity: 0;
}
.fadein-left.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein-right{
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: translateX(70px);
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}
.fadein-right.active{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/*  トップページ
----------------------------------------------- */

.mainbg {background: #e7f3f2;padding: 3.4em 0 0;}
.mainbg:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4.65em;
  width: 100%;
  height: 20px;
  background-image: url(../images/mainline_s.png);
  background-size: contain;
}
.subbg {background: #fff;padding: 3.4em 0 0;}
.subbg:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4.65em;
  width: 100%;
  height: 20px;
  background-image: url(../images/subline_s.png);
  background-size: contain;
}
.thirdbg {
	width: 100%;
	height: auto;
	background-color: #fff;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fdf7f2, #fdf7f2 7.5px,
	 transparent 0, transparent 15px);
	padding: 3.4em 0 0;
}
.thirdbg:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4.65em;
  width: 100%;
  height: 20px;
  background-image: url(../images/subline_s.png);
  background-size: contain;
}

.ml30 {margin-left:30%;}

img.name { display: block;margin: 2em auto 5px;width: 600px; }
img.namebt { display: block;width: 450px;margin: 0 auto 1em; }
img.sikaku { display: block;width: 50%;margin:0.1em auto 0em; }


.w40 { width: 400px }
.w45 { width: 450px }
.w50 { width: 500px }


img.ya {
	margin:auto;
	width:30%;
	height:auto;
	}

img.ya2 {
	width:15%;
	max-width:100px;
	}

img.ya3 {
	width:10%;
	max-width:60px;
	}

ul.box {
	margin: .1em auto;
	background: none;
	padding:35px 5% 15px 5%;
	border:0.1px solid #fff;
	}

li.ya {
	background: url(../images/ya6.png) no-repeat 0 7px;
	padding: 0 0 0 22px;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.2;
	color:#ff3e82;
	font-weight:bold;
	margin-bottom: 20px;
	}

li.ya2 {
	background: url(../images/ya5.png) no-repeat 0 10px;
	-webkit-background-size:25px auto;
	-moz-background-size:25px auto;
	-o-background-size:25px auto;
	background-size:25px auto;
	padding: 5px 0 5px 35px;
	list-style: none;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight:bold;
	margin-bottom: 10px;
	}

.top-bg {
	width:100%;
	padding:0 0 50px 0;
	background: #e84284;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	font-family: 'Times New Roman','游明朝',YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	color:#fff;
	}

.entry {
	clear:both;
	margin: 0 auto;
	width: 95%;
	max-width:900px;
	padding:20px 0 30px 0;
	}

.entry p {
	line-height:1.6;
	margin-bottom:0;
	}

input.touroku_mail {
	width:calc(100% - 20px);
	height:50px;
	margin: 10px 0 0 0 ;
	padding:10px;
	font-size:30px;
	text-align:center;
	border:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}

.ex {
	width:100%;
	background:#eee;
	padding:0;
	}

.ex img {
	display:block;
	max-width:600px;
	}

img.ex2 {
	display:block;
	float:left;
	width:50%;
	}

.voice {
	margin:auto;
	width:90%;
	padding:10px 0;
	}

img.voice0 {
	display:block;
	float:left;
	width: 30%;
	margin: 3em 4% 7em 2%;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	}
img.voice2 {
	display:block;
	float:right;
	width:30%;
	text-align: center;
	margin: 3em 4% 3em 2%;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	}
img.voice3 {display: block;float: left;width: 250px;margin: 10px 2% 10px -20px;height: auto;}
img.voice4 {display: block;float: right;width: 600px;margin: 20px 20% 20px -20px;height: auto;}
img.reason03 {display: block;text-align: center;width: 100%;margin: .5em auto;}
img.secimg {display: block;text-align: center;width: 500px;margin: .5em auto 1.3em;border-bottom: 3px solid #d94c0e;padding: .3em 0;}

@media only screen and (max-width: 640px) {
.mainbg { padding: .4em 0 0;}
.mainbg::before { position: relative;top: -1.65em;}
.subbg { padding: .4em 0 0;}
.subbg::before { position: relative;top: -1.65em;}
.thirdbg { padding: .4em 0 0;}
.thirdbg::before { position: relative;top: -1.65em;}
img.voice0 { width:27%;margin:20px 1% 20px 0%; }
img.voice3 {display: block;float: left;width: 170px;margin: 0px 2% 0px -20px;height: auto;}
img.voice4 {display: block;float: right;width: 300px;margin: 20px 0% 20px -20px;height: auto;}
img.reason03 {display: block;text-align: center;width: 100%;margin: .5em auto;}
img.secimg {width: 100%;}
.cp_input {width: 100%;}
}

img.book {
	display:block;
	position: absolute;
	margin-top: 9.5em;
	margin-bottom: 1em;
	left: 18em;
	width:18%;
	}
img.book02 {
	display:block;
	position: absolute;
	margin-top: 9em;
	margin-bottom: 1em;
	left: 19.5em;
	width:11%;
	}
img.book03 {
	display:block;
	position: absolute;
	margin-top: 9.5em;
	margin-bottom: 1em;
	left: 17.5em;
	width:17%;
	}
img.photo{display: inline-block;margin: 0 auto;width: 450px;}
img.comic{display: block;margin: 0 auto;width: 70%;}

@media only screen and (max-width: 640px) {
img.photo{display: inline-block;margin: 0 auto;width: 100%;}
img.book {
	display:block;
	position: absolute;
	margin-top: 6.8em;
	margin-bottom: 1em;
	left: 0.3em;
	width:34%;
	}
img.book02 {
	display:block;
	position: absolute;
	margin-top: 6.5em;
	margin-bottom: 1em;
	left: 2em;
	width:20%;
	}
img.book03 {
	display:block;
	position: absolute;
	margin-top: 6.3em;
	margin-bottom: 1em;
	left: .2em;
	width: 33%;
	}
}


table.info {
	width:100%;
	}

table.info td,table.info th {
	border-bottom:1px solid #CCC;
	padding:15px;
	}

table.info th {
	width:25%;
	text-align:center;
	}


/*  フォント
----------------------------------------------- */

.mincho { 
	font-family: 'Times New Roman','游明朝',YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; 
	}

.shadow {
	-webkit-text-shadow: 0px 0px 15px #fff;
	-moz-text-shadow: 0px 0px 15px #fff;
	-o-text-shadow: 0px 0px 15px #fff;
	text-shadow: 0px 0px 15px #fff;
	}

.shadowb {
	-webkit-text-shadow: 0px 0px 15px #ccc;
	-moz-text-shadow: 0px 0px 15px #ccc;
	-o-text-shadow: 0px 0px 15px #ccc;
	text-shadow: 0px 0px 15px #ccc;
	}

.bold {font-weight:bold;}
.center {text-align:center;}
.left {text-align: left;}
.right {text-align: right;}

img.center {text-align:center;margin: 0.2em auto;}
.imgright {float: right;margin: 0.2em auto;}
.imgleft {float: left;margin: 0.2em 1em;}

.p12,.p14,.p16,.p20,.b12,.b14,.b16,.b20 {line-height: 1.6;}

.p24,.p30,.b24,.b30 {line-height: 1.4;}

.p32,.p36,.b32,.b36 {line-height: 1.3;}

.p05{font-size: 0.5em;}
.p06{font-size: 0.6em;}
.p07{font-size: 0.7em;}
.p08{font-size: 0.8em;}
.p09{font-size: 0.9em;}
.p10{font-size: 1.0em;}
.p12{font-size: 1.2em;}
.p14{font-size: 1.4em;}
.p16{font-size: 1.6em;}
.p20{font-size: 2.0em;}
.p24{font-size: 2.4em;}
.p30{font-size: 3.0em;}
.p32{font-size: 3.2em;}
.p36{font-size: 3.6em;}

.b12{font-size: 1.2em;font-weight:bold;}
.b14{font-size: 1.4em;font-weight:bold;}
.b16{font-size: 1.6em;font-weight:bold;}
.b20{font-size: 2.0em;font-weight:bold;}
.b24{font-size: 2.4em;font-weight:bold;}
.b30{font-size: 3.0em;font-weight:bold;}
.b32{font-size: 3.2em;font-weight:bold;}
.b36{font-size: 3.6em;font-weight:bold;}

.pink {color: #ea5a97;font-weight: bold;}
.red {color: #ec5138;}
.yellow {color: #faf305;}
.blue {color: #63c2bf;}
.orange {color: #e2850d;}
.gold {color: #cc9864;}
.gray {color: #ccc;}
.larger {font-size: xx-large;}

.under {text-decoration: underline;}
.white {background: #fff;}
.casebg {background: #f8f2ea;}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(184, 239, 237) 100%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(184, 239, 237) 100%, transparent 50%);
    background: linear-gradient(left, rgb(184, 239, 237) 100%, transparent 50%);
  background-size: 100% .8em; 
    background-position: 100% .5em;
}

.mkr {
background: linear-gradient(transparent 0%, #fff799 0%);
font-weight: bold; 
border-radius:6px;
	}

.mkr2 {
	display:inline;
	background: url(../images/marker2.png)repeat-x bottom;
	}

.u {
	border-bottom:3px solid #ffe819;
	height:3px;
	}

.h15 { height: 15em; }
.h16 { height: 16em; }
.h18 { height: 18em; }
.h20 { height: 20em; }
.h21 { height: 21em; }
.h22 { height: 22em; }
.h23 { height: 23em; }
.h24 { height: 24em; }
.h25 { height: 25em; }
.h26 { height: 26em; }
.h27 { height: 27em; }
.h28 { height: 28em; }
.h29 { height: 29em; }
.h30 { height: 30em; }
.h31 { height: 31em; }
.h32 { height: 32em; }
.h33 { height: 33em; }

.m-20 {margin-bottom:-20px;}
.m-30 {margin-bottom:-30px;}
.m-110 {margin-bottom:-110px;}
.m-120 {margin-bottom:-120px;}
.m0 {margin-bottom:0px;}
.m10 {margin-bottom:10px;}
.m20 {margin-bottom:20px;}
.m30 {margin-bottom:30px;}
.m40 {margin-bottom:40px;}
.m50 {margin-bottom:50px;}
.m60 {margin-bottom:60px;}
.m70 {margin-bottom:70px;}
.m80 {margin-bottom:80px;}
.m100 {margin-bottom:100px;}

.t-10 {margin-top:-10px;}
.t-20 {margin-top:-20px;}
.t-30 {margin-top:-30px;}
.t-40 {margin-top:-40px;}
.t-50 {margin-top:-50px;}
.t-60 {margin-top:-60px;}
.t-70 {margin-top:-70px;}
.t10 {margin-top:10px;}
.t20 {margin-top:20px;}
.t30 {margin-top:30px;}
.t40 {margin-top:40px;}
.t50 {margin-top:50px;}
.t60 {margin-top:60px;}
.t70 {margin-top:70px;}
.t80 {margin-top:80px;}
.t100 {margin-top:100px;}

.pm10 {padding-bottom:10px;}
.pm20 {padding-bottom:20px;}
.pm30 {padding-bottom:30px;}
.pm40 {padding-bottom:40px;}
.pm50 {padding-bottom:50px;}
.pm60 {padding-bottom:60px;}
.pm70 {padding-bottom:70px;}
.pm80 {padding-bottom:80px;}
.pm100 {padding-bottom:100px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt100 {padding-top:100px;}

.pad20 {padding: 0 20px;}
.pad30 {padding: 0 30px;}

br.pc {display:inline;}
br.sp {display:none;}

img.pc {display:inline-block!important;}
img.sp {display:none!important;}

div.sp {display:none;}


.forpc { display: block; }
.forsp { display: none; }

@media only screen and (max-width: 640px) {
.larger {font-size: x-large;}
.forpc { display: none; }
.forsp { display: block; }

br.pc {display:none;}
br.sp {display:inline;}
}
/*  フッター
----------------------------------------------- */
footer {
	z-index:1000;
	position: relative;
    clear:both;
	font-size: 12px;
	color:#ccc;
    padding: 20px 0;
	text-align: center;
	background: #403122;
	line-height: 2.6em;
    
     
	}

footer a {
	color:#eee;
	}

footer a:hover {
	color:#bef6ff;
	}

/*media Queries 
----------------------------------------------------*/

@media only screen and (max-width: 1200px) {

	h2.t-title {
		font-size:2.8em;
		}

	}

@media only screen and (max-width: 1000px) {

	h2.t-title {
		font-size:2.4em;
		}

	input.touroku_mail1 {
		height:26px;
		font-size:20px;
		}

	.entry2 input.touroku_mail1 {
		height:40px;
		font-size:20px;
		}

	}

@media only screen and (max-width: 800px) {
	.wrap1 {
		width: 100%;
		-webkit-background-size:22% auto;
		-moz-background-size:22% auto;
		-o-background-size:22% auto;
		background-size:22% auto;
		}
	}

@media only screen and (max-width: 640px) {

body {
	font-size: 1em;
	line-height:1.8;
	width: 100%;
	}

h2 {
	font-size : 1.8em;
	line-height:1.3;
	}

h3 {
	font-size : 1.6em;
	}

hr {
	margin: 0 0 10px 0 ;
	}

hr.hr2 {
	margin: 0em auto 1em;
	padding: .2em 0;
	}

hr.hr3 {
	border-bottom:7px solid #e84284;
	height:7px;
	width:40%;
	margin:5px 0 10px 0;
	}

.count-bg {height:40px;padding:4px 0 2px 0;}
.count-bg .timeform {zoom:0.8;}

.wrap1 {
	padding:1vh 0 2vh 0;
	width: 100%;
	background: url(../images/messe1sp.png) no-repeat 2% top;
	-webkit-background-size:48% auto;
	-moz-background-size:48% auto;
	-o-background-size:48% auto;
	background-size:48% auto;
	}

.entry1 {
	width: 90%;
	padding:10px 3% 5px 3%;
	margin-left: 0;
	margin: 4em auto;
	min-width:200px;
	}

.entry2 {
	width: 92%;
	padding:25px 3% 15px 3%;
	font-size:0.8em;
	}

.wrap2 {
	margin-top:-4vh;
	width: 100%;
	}


.top-bg {
	padding:0 0 10px 0;
	}

.entry {
	width: 92%;
	padding:10px 0 20px 0;
	}

.entry p { font-size:0.8em }

.entry p.b14 br { display:none; }

img.full4 {
	display: block;
	width:90%;
	}

input.touroku_mail {
	width:calc(100% - 4px);
	height:40px;
	margin: 5px 0 0 0 ;
	padding:2px;
	font-size:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}

.movie_top,.movie_bottom {
	height:20px;
	}

.movie_top,.movie_bottom {
	-webkit-background-size:auto 20px;
	-moz-background-size:auto 20px;
	-o-background-size:auto 20px;
	background-size:auto 20px;
	}

.movie_box {
	width: 100%;
	}

.sec-top {
	height:8px;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	}

.sec-title {
	width:94%;
	padding:20px 3%;
	}

.sec20 {padding:15px 3% 15px 3%;}

h2.t-title {
	font-size:2em;
	}


h2.t-title br.tt {
	display:inline;
	}

h3.subhead {
	padding:15px 0 8px 0;
	-webkit-background-size:140%;
	-moz-background-size:140%;
	-o-background-size:140%;
	background-size:140%;
	font-size: 1.4em;
	}

.cover2 {
	-webkit-background-size:270% auto;
	-moz-background-size:270% auto;
	-o-background-size:270% auto;
	background-size:270% auto;
	}

.honbun, .honbun2, .honbun3, .honbun4 {
	font-size:16px;
	width: 88%;
	padding: 20px 4% 10px 4%;
	}

.honbun-ya, .honbun2-ya, .honbun3-ya {
	font-size:16px;
	width: 88%;
	padding: 5px 4% 10px 4%;
	}

.honbun3-ya {
	width: 96%;
	padding: 1px 0 15px 0;
	}

.honbun4 { 
	-webkit-background-size:105% auto;
	-moz-background-size:105% auto;
	-o-background-size:105% auto;
	background-size:105% auto;
	}

.waku2 { 
	font-size:16px;
	margin-left:2%;
	width: 84%;
	padding: 1px 6%;
	}


img.name { width: 100%;margin-top:1.3em; }
img.namebt { width: 100%;margin-bottom:2em; }
img.sikaku { width: 95%;margin:0.2em auto 0em; }

.honbun p,.waku2 p {margin-bottom:1.6em;}

ul.box {
	padding:20px 4% 10px 4%;
	}

li.ya {
	padding: 0 0 0 15px;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
	background-position:0 5px;
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	}

li.ya2 {
	padding: 5px 0 5px 25px;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	-o-background-size:18px auto;
	background-size:18px auto;
	background-position:0 3px;
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 5px;
	}

.ex {
	padding:5px 0;
	margin-top:5px;
	margin-bottom:10px;
	}

.ex img {
	width:100%;
	}

img.ex2 {
	float:none;
	width:100%;
	}

.voice {
	width:100%;
	padding:5px 0;
	}

.p12,.p14,.p16,.p20,.b12,.b14,.b16,.b20 {line-height: 1.5;}

.p24,.p30,.b24,.b30 {line-height: 1.3;}

.p32,.p36,.b32,.b36 {line-height: 1.2;}

.p12,.b12{font-size: 1.1em;}
.p14,.b14{font-size: 1.2em;}
.p16,.b16{font-size: 1.3em;}
.p20,.b20{font-size: 1.5em;}
.p24,.b24{font-size: 1.8em;}
.p30,.b30{font-size: 2.0em;}
.p32,.b32{font-size: 2.2em;}
.p36,.b36{font-size: 2.4em;}

.count-bg .b16{font-size: 1.6em;}

.m-10 {margin-bottom:-8px;}
.m-20 {margin-bottom:-10px;}
.m-30 {margin-bottom:-15px;}
.m0 {margin-bottom:0px;}
.m10 {margin-bottom:5px;}
.m20 {margin-bottom:10px;}
.m30 {margin-bottom:15px;}
.m40 {margin-bottom:20px;}
.m50 {margin-bottom:20px;}
.m60 {margin-bottom:30px;}
.m70 {margin-bottom:35px;}
.m80 {margin-bottom:40px;}
.m100 {margin-bottom:50px;}


.t-5 {padding:0;margin-top:-5px;}
.t-10 {margin-top:-5px;}
.t-20 {margin-top:-10px;}
.t-30 {margin-top:-15px;}
.t-40 {margin-top:-25px;}
.t-50 {margin-top:-25px;}
.t-60 {margin-top:-30px;}
.t-70 {margin-top:-35px;}
.t10 {margin-top:5px;}
.t20 {margin-top:10px;}
.t30 {margin-top:15px;}
.t40 {margin-top:20px;}
.t50 {margin-top:25px;}
.t60 {margin-top:30px;}
.t70 {margin-top:35px;}
.t80 {margin-top:40px;}
.t100 {margin-top:50px;}

.pm10 {padding-bottom:5px;}
.pm20 {padding-bottom:10px;}
.pm30 {padding-bottom:15px;}
.pm40 {padding-bottom:20px;}
.pm50 {padding-bottom:25px;}
.pm60 {padding-bottom:30px;}
.pm70 {padding-bottom:35px;}
.pm80 {padding-bottom:40px;}
.pm100 {padding-bottom:50px;}

.pt10 {padding-top:5px;}
.pt20 {padding-top:10px;}
.pt30 {padding-top:15px;}
.pt40 {padding-top:20px;}
.pt50 {padding-top:25px;}
.pt60 {padding-top:30px;}
.pt70 {padding-top:35px;}
.pt80 {padding-top:40px;}
.pt100 {padding-top:30px;}

br.pc {display:none;}
br.sp {display:inline;}

img.pc {display:none!important;}
img.sp {display:inline-block!important;}

div.sp {display:block;}

img.w20 {
	width:20px;
	height:auto;
	}

img.w30 {
	width:30px;
	height:auto;
	}

.b30 br, .b32 br {display:none;}

}

@media only screen and (max-width: 480px) {

.count-bg {height:30px;}
.count-bg .timeform {zoom:0.7;font-weight:normal;}

h2.t-title {
	font-size:1.6em;
	}

.entry-cover {
	padding:20px 0;
	}



input.touroku_mail1 {
	width:calc(96% - 6px);
	height:24px;
	padding:3px;
	font-size:18px;
	}

.entry2 {
	font-size:0.75em;
	}

.entry2 input.touroku_mail1 {
	width:calc(96% - 10px);
	height:24px;
	border:3px solid #e84284;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}

.entry {
	padding:10px 3% 20px 3%;
	}


@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-20px);
	}
	60% {
	    transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-20px);
	}
	60% {
	    transform: translateY(-10px);
	}
}



}


@media only screen and (max-width: 380px) {

	.count-bg {height:25px;}
	.count-bg .timeform {zoom:0.65;}

	h2.t-title {
		font-size:1.5em;
		}

	h3.subhead {
		font-size: 1.3em;
		}

	.entry1:before{
	 	margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid rgba(255,255,255,0.8);
	}

	.count .num {
	    height: 12vmin;

	}

	img.w120 {
		margin-top:15px;
		width:100px;
		}

	.ptm50 {
		padding:50px 0 60px 0;
		}

	.pt70 {padding-top:5px;}



	h3 {
		font-size:1.5em;
		}

	.honbun, .honbun2, .honbun3, .honbun4, .honbun-ya, .honbun2-ya { 
		padding: 20px 4% 10px 4%; 
		font-size:14px;
		}

	.honbun3-ya {
		width: 96%;
		padding: 1px 0 15px 0;
		font-size:14px;
		}

	.waku2 { 
		font-size:14px;
		}

	.p14,.b14{font-size: 1.15em;}
	.p16,.b16{font-size: 1.2em;}
	.p20,.b20{font-size: 1.3em;}
	.p24,.b24{font-size: 1.6em;}
	.p30,.b30{font-size: 1.6em;}
	.p32,.b32{font-size: 1.7em;}
	.p36,.b36{font-size: 1.8em;}
	.count-bg .b16{font-size: 1.6em;}

}

@media only screen and (max-width: 360px) {

	.count-bg .timeform {zoom:0.6;}

}

@media only screen and (max-width: 320px) {

	h2.t-title {
		font-size:1.45em;
		}

	#reason1 h3,#reason2 h3,#reason3 h3,#reason4 h3,#reason5 h3,#voice1 h3,#voice2 h3,#voice3 h3,#voice4 h3,#voice5 h3 {
		font-size: 1.4em;
		}
}

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

.relative {
    position: relative;
}

.absolute p {
    position: absolute;
    font-size: 250%;
    color: #454545;
    font-weight: bold;
    line-height: 65%;
    top: 50px;
    left: 150px;
    text-align: center;
    letter-spacing: -0.03em;
}


@media screen and (max-width: 768px) {
.nen{
    font-size: 20px;
}


.php{
   position: absolute;
   top: 27%;
   left: 6%;
   font-size: 120%;
   line-height: 1.1;
   font-weight: bold;
}


.absolute p {
    position: absolute;
    font-size: 115%;
    color: #454545;
    font-weight: bold;
    line-height: 65%;
    top: 20px;
    left: 32px;
    text-align: center;
    letter-spacing: -0.03em;
}
}