@charset "utf-8";


body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

	font-size:125%;/* 20px */
	line-height:2;
	background: url(../images/bg.jpg) #f5f5f5 fixed;
	color: #333;
	
	font-feature-settings: "palt";
	text-align: justify;
}

h1 {
  height: 1437px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: url(../images/head_pc04.png) center center no-repeat;
  text-indent: -9999px;
	}

h2 {
	margin: 0px auto 30px;
	}




/*******+++++++ 見出し +++++++*******/
h4 {
	margin: 0 auto 0;
	text-align: center;
	font-size: 360%;
	line-height: 1.3;
}

img {
	display:block; /*	ブロック要素としてふるまう：中揃えで表示	*/
	margin:0 auto;
	max-width: 100%;
}

.large {
	font-size:120%;
	}
	/* 24pt */

.xlarge {
	font-size:150%;
	line-height: 1.5;
	}
	/* 30pt */

.xlarge_2 {
	font-size:150%;
	line-height: 1.5;
	}
	/* 30pt */

.xxlarge {
	font-size:175%;
	line-height: 1.5;
	}
	/* 35pt */

.xxxlarge {
	font-size:360%;
	line-height: 1.5;
	}
	/* 72pt */

.small {
	font-size:85%;
	}
	/* 17pt */

.xsmall {
	font-size:65%;
	}
	/* 13pt */

.xxsmall {
	font-size:55%;
	}	
	/* 11pt */

/***↓↓↓ spanタグでは↓効かない。pタグ使って ↓↓↓***/
.txtcenter {
		text-align: center;
	}

.txtcenter_2 {
	text-align: center;
	line-height: 1.6;
}

strong {
		font-weight: bold;
	}


.text-background-test02 {
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;

	/* 以降の設定はデザインに合わせて調整 */
	color: #FFFFFF;
	padding: .3em 0.5em;
    line-height: 2;
	background: #d54868;  
	}


			/*******+++++++	PC・スマホ改行設定	++++++++*******/
			/*******+++++++ pc版が表示 +++++++*******/

.pconly {
	display: block;
}

.sponly {
	display: none;
}

footer {
	margin:0 auto;
	padding:20px 0;
	background: #FFFBEF;
	color: #222222;
	text-align:center;
	font-size: smaller;
}

footer a {
	color:#222222;
	text-decoration:underline;
}

address {
	font-style:normal;
}


			/*******+++++++ form PC +++++++*******/

.form {
	margin: 0 auto;
	padding: 4vw 0 4vw;
	background: #d54868;
}

.submit {
	margin: 0 auto;
	padding:1.5vw;
	width:920px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #fff;
}

.submit .btn {
	display:block;
	margin:25px auto 0;
	margin-top: 4%;
	max-width: 100%;
}

			/*******+++++++ フォームの入力欄装飾用 PC +++++++*******/
.deco {
	display:block;
	margin: 30px auto 0;
	margin-bottom: 20px;
	padding:10px 6px 4px;
	width: 840px;
	max-width: 100%;
	height:108px;
	border: 4px solid #1897c6;
	background:#fff;
	color:#1698c7;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}

.deco::placeholder {
	color: #AAA;
}

/***↓↓↓  ボタンドクンどくん ↓↓↓***/
  @keyframes btn-animation-f {
	0%  { transform: scale(1); }
	15% { transform: scale(1.2); }
	30% { transform: scale(1); }
	45% { transform: scale(1.2); }
	70% { transform: scale(1); }
  }

.btn {
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
	animation-name:btn-animation-f;
	animation-iteration-count: infinite;
	animation-duration:2s;
}

.btn:hover {
	/* animation-duration: 0.8s; */
	filter: brightness(120%);
	filter: brightness(105%);
}

@keyframes btn-animation-f {
	0% {transform: scale(0.95);}
	50% {transform: scale(1.0);}
	100% {transform: scale(0.95);}
}


/********+++++++ 本気ですか？ PC +++++++*******/	

.wrap_honki {
	margin: 0 auto;
	padding: 60px 70px;
	width:900px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #ffffff;
}

.con_honki {
	margin: 0 auto 50px;
	padding:60px 0px;
	width: 820px;
	max-width: 100%;
}

.con_honki:last-of-type {
	margin-bottom: 0;
}

.con_honki_pic {
	width: 500px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin: 0 auto;
}

.con_honki_pic_2 {
	width: 850px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin: 0 auto;
}


/*******+++++++ 最適！ PC +++++++*******/	

 .wrap_saiteki {
	margin: 0px auto 60px;
	padding: 60px 0;
	width: 900px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #ffffff;
}

.wrap_saiteki_1 {
	margin: 10px auto 60px;
	padding: 30px;
	width: 820px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background-image: url(../images/wrap_01.png);
	background-repeat: repeat-y;
}

.wrap_saiteki_4 {
	margin: 0px 10px 0px 10px;
	max-width: 96vw;
}

.wrap_saiteki ul {
	position: relative;
	margin: 0 auto;
	padding: 30px;
	max-width: 100%;
	background: #fff;
	list-style: none;
	z-index: 9999;
}


.wrap_saiteki ul li {
	margin-top: 0.85em;
	padding-bottom: 0.5em;
	padding-left: 1.6em;
	border-bottom: 1px solid #CCC;
	background: url("../images/check01.png") left 0.05em no-repeat;
	background-size: 1em 1em;
	line-height: 1.4;
	font-size: 100%;
}

/*******+++++++ テソペディアとは、、、 PC +++++++*******/	



/*******+++++++ 9day PC +++++++*******/	

 .wrap_9day_bg {
	background: url(../images/bg_2.jpg);
	background-repeat: repeat-y;
	padding:10px;
	}

.wrap_9day {
	margin: 50px auto;
	padding: 60px 30px;
	width: 900px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #ffffff;
	  }


/*******+++++++ voice PC +++++++*******/	

 .wrap_voice {
	margin: 60px auto;
	margin-bottom: 0;
	padding:60px 30px;
	width:900px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #ffffff;
}

 .wrap_voice_1 {
	margin: 0 auto 10px;
	padding: 30px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #f5f5f5;
}

.wrap_voice_2 {
	margin: 0 auto 30px;
	padding: 30px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #fff;
}

.wrap_voice_3 {
	padding: 30px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #fff;
}

/***↓↓↓ 左右が入った箱 ↓↓↓***/
.wrap_flexb_voice {	
	display: flex;
	justify-content: flex-start;
	column-gap: 30px;
	padding: 30px 0 0;
	width: 700px;
	max-width: 100%;
}


/***↓↓↓  左側L ↓↓↓***/
.con_flexb_voice_l {	
	width: 200px;
	max-width: 100vw;
}

/***↓↓↓ 右側R ↓↓↓***/
.con_flexb_voice_r {	
	width: calc(700px - 200px - 30px);
	max-width: 100vw;
}

/***↓↓↓ 写真を丸くした ↓↓↓***/
.pic_voice_1 {
	margin: 0;
	width: 200px;
	max-width: 50vw;
	border-radius: 100%;
}

.voice {
	padding-bottom: 2.5em;
}


/*******+++++++ 自己紹介 PC +++++++*******/

.con_prof_pic {
	width: 500px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin: 0 auto;
}

.con_prof {
	padding:60px 40px;
	width: 820px;
	max-width: 100%;
}

/***↓↓↓ 左右が入った箱 ↓↓↓***/
.wrap_flexb_prof {
	display: flex;
	justify-content: flex-start;
	column-gap: 30px;
	width: 820px;
	max-width: 100%;
}

/***↓↓↓ 左側L ↓↓↓***/
.con_flexb_prof_l {	
	width: 300px;
	max-width: 100vw;
	margin-bottom: 15px;
	line-height: 1.6;
}

/***↓↓↓ 右側R ↓↓↓***/
.con_flexb_prof_r {	
	width: calc(820px - 300px - 30px);
	max-width: 100vw;
	margin-bottom: 15px;
	line-height: 1.6;
}

.wrap_prof_title {
	border-bottom: 3px solid #222222 ;
}


/*******+++++++ book PC +++++++*******/

.com_book {
	margin: 60px auto 0px;
	max-width: 96vw;
}


/*******+++++++	profile PC +++++++*******/	


.flbtn {display: none;}


/*******+++++++ 【確認事項】 PC +++++++*******/
.optin {
	margin: 2em auto 0;
	padding: 1em;
	width: 800px;
	max-width: 100%;
	height: 8em;
	background: #f5f5f5;
	color: #333;
	font-size: 75%;
	overflow: scroll;
}

/*******+++++++	特商法 PC +++++++*******/	

/*******+++++++ Tokutei Table PC +++++++*******/
.tb01{
	width:720px;
	margin:30px auto 30px;
	background:#ccc;
}
.tb01 .title{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color:#EBEBEB;
	padding:6px;
	width:25%;
}
.tb01 td{
	font-size: 12px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding:6px;
}

.law #wrapper {
	margin: 0 auto 2em;
	padding: 3em;
	width: 800px;
	background: #fff;
	max-width: 100%;
	font-size: 75%;
}

.law #wrapper h2 {
	font-size: 2em;
}

.law #wrapper h3 {
	margin-top: 2em;
	font-size: 1.25em;
}

.law #wrapper h4 {
	margin-top: 2em;
}





			/*******+++++++ PC・SP切り替え +++++++*******/

			/*******+++++++ タブレット用表示 +++++++*******/
@media screen and (max-width: 1023px) {

	h1 {
		height: calc( 1437 / 980 * 100vw );
		background-size: auto 100% ;
	}

	
}

			/*******+++++++ スマホ用表示 +++++++*******/
@media screen and (max-width: 599px) {

	h1 {
		height: calc( 2009 / 980 * 100vw );
		/* aspect-ratio: 980 / 1437 ; */
		background: url(../images/head_sp02.png) center center no-repeat;
		background-size: auto 100% ;
	}
	/* heightは、私の縦 / 私の横（599pxにリサイズしたら、599に変更）  */
	
		
	h2 {
		margin: 1vw auto 4vw;
		max-width: 90%;
	}

	h4 {
		margin: 0 auto 0;
		text-align: center;
		font-size: 150%;
		/* font-size: 10vw; */
		line-height: 1.4;
	}

	.pconly{display: none;}
	.tbonly {display: none;}
	.sponly{display: block;}

	body {
		font-size: 5vw;
	}

	.large {
		font-size:110%;
		}
		/* pt */
	
	.xlarge {
		font-size:130%;
		}
		/* pt */
	
	.xxlarge {
		font-size:150%;
		line-height: 1.5;
		}
		/* pt */

	.xxxlarge {
		font-size:250%;
		line-height: 1.5;
		}
		/* 72pt */


	/*******+++++++	途中の写真 SP +++++++*******/

	.con_honki_pic {
		width: 300px;
	}

	/*******+++++++	form SP +++++++*******/

	.deco {
		margin: 2vw auto;
		padding: 6vw;
		border-width: 1vw;
		height: calc( 108 / 980 * 92vw );
		font-size: 125%;
	}

	/*******+++++++ 【確認事項】 SP +++++++*******/
	.optin {
		margin: 2em auto 0;
		padding: 1em;
		width: 800px;
		max-width: 100%;
		height: 8em;
		background: #f5f5f5;
		color: #333;
		font-size: 70%;
		overflow: scroll;
	}

	/********+++++++ 本気ですか？ SP +++++++*******/	

	.wrap_honki {
		padding:30px 10px;
	}

	.con_honki {
		padding:30px 0px;
	}


	/*******+++++++ 最適！ SP +++++++*******/		


	.wrap_saiteki_1 {
		padding: 15px;
		max-width: 91vw;
	}

	.wrap_saiteki ul {
		padding: 10px;
	}	



	/*******+++++++ 9day SP +++++++*******/	
	
	.wrap_9day {
		width: auto;
	}

/*******+++++++ voice SP +++++++*******/	

	.wrap_voice {
		margin: 60px auto;
		margin-bottom: 0;
		padding:60px 0;
		width:900px;
		max-width: 96vw;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		background: #ffffff;
	}

	.wrap_voice_1 {
		padding: 15px;
		max-width: 91vw;
	}

	.wrap_voice_2 {
		padding: 20px 10px;
	}

	.wrap_voice_3 {
		padding: 20px 10px;
	}

	/***↓↓↓ 左右が入った箱 ↓↓↓***/
	.wrap_flexb_voice {	
		display: flex;
		justify-content: flex-start;
		column-gap: 30px;
		padding: 30px 0 0;
		width: 700px;
		max-width: 100%;
		flex-direction: column;
	}

	/***↓↓↓  左側L ↓↓↓***/
	.con_flexb_voice_l {	
		width: 200px;
		max-width: 100vw;
		margin: 0 auto;
	}

	/***↓↓↓ 右側R ↓↓↓***/
	.con_flexb_voice_r {	
		max-width: 100%;
		margin: 0 auto;
	}

	/***↓↓↓ 写真を丸くした ↓↓↓***/
	.pic_voice_1 {
		margin: 0 auto;
	}


/*******+++++++ 自己紹介 SP +++++++*******/

.con_prof {
	padding:60px 10px;
}

/***↓↓↓ 左右が入った箱 ↓↓↓***/
.wrap_flexb_prof {
	flex-direction: column
}

.wrap_voice_1 {
	margin: 10px auto 0px;
	padding: 10px;
	/* max-width: 96vw; */
}

/***↓↓↓ 右側R ↓↓↓***/
.con_flexb_prof_r {	
	width: auto;
	padding: 30px 10px;
}

/***↓↓↓ 左側L ↓↓↓***/
.con_flexb_prof_l {	
	width: auto;
	margin: 0 20px;
}

.wrap_prof_title {
	border-bottom: 2px solid #222222 ;
}

picture{
	margin: 10px 0px;

}


.com_book {
	margin: 0px 10px 0px;
	max-width: 96vw;
}





}
