@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-size: 112.5%;	/* 18px */
	font-size: 125%;	/* 20px */
	line-height: 1.7;

	/***	背景＆文字色設定	***/
	background:  #EEE;
	color: #222;
	
	font-feature-settings: "palt";
	text-align: justify;

}

h1 {	
	position: relative;
	height: 800px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: url(../images/headerz03.png) center center no-repeat;
	text-indent: -9999px;
}

h1.title {
	margin: 2.5em auto 0;
	width: 1000px;
	max-width: 100vw;
	height: auto;
	background: none;
	text-indent: 0;
}

h2 {
	position: relative;
	margin: 2.5em auto;
	padding: 2.5em 0;
	width: 1000px;
	max-width: 100vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	background: url(../images/bg_subhead03.jpg) center center no-repeat;
	text-align: center;
}

h2::before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
}

h2::after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
	transform: rotate(180deg);
}

a {cursor: pointer;}

img {
	display: block;	/*	ブロック要素としてふるまう：中揃えで表示	*/
	margin: 0 auto;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	background: url("../images/bg_wrapper.png") center center repeat-y;
}

footer {
	margin: 5em auto 0;
	padding: 0 0 2em;
	text-align: center;
	font-size: 66.6%;
}

footer a {
	/* color: #fff; */
	text-decoration: underline;
}

footer a:hover {
	/* color: #fff; */
}

.f_logo {
	margin-bottom: 1.5em;
}

address {
	font-style: normal;
}



/***	テキスト装飾設定	***/

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 82.5%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.highlight {
	background-color: #fff266;
}

.redhigh {
	color: red;
	background-color: #fff266;
}

.check01 {
	display: inline-block;
	margin-bottom: 0.75em;
	padding-left: 1.8em;
	background: url(../images/check01.png) left top / auto 1.2em no-repeat;
	line-height: 1.4;
}

.indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.imgs {
	float: right;
	margin-left: 1.5em;
}

.imgs.img_enjoy,
.imgs.img_beginner {
	margin-top: -2em;
}


/***	画像右寄せ設定	***/

.pic_right {
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/***	PC・スマホ改行設定	***/

.pconly {
	display: block;
}

.tbonly,
.sponly {
	display: none;
}



/*
 *		text
 */

.text {
}

.wrap_text {
	margin: 0 auto;
	width:820px;
	max-width: 94vw;
}

.con_text {
}

.con_text p {
}

.img_metac {
	margin: 0 auto 1.5em;
	max-width: 100%;
}

.img_tosan {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.img_tosan + cite {
	display: block;
	margin-top: 1em;
	font-size: 75%;
}


/*
 *		want
 */

.wrap_want {
	width: fit-content;
}

.want ul {
	margin: 0 auto 2.5em;
	padding: 1.5em 1.5em 1em;
	width: 900px;
	max-width: 94vw;
	border: 1.2em solid #111;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

.want ul li {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-bottom: 1px solid #f5f5f5;
	background: url(../images/check02.png) left 0.2em / auto 1.2em no-repeat;
}

.want ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}


/*
 *		metas
 */

.wrap_metas {
	position: relative;
	margin:  2.5em auto;
	padding: calc( 1em + 7px ) 0;
	width: calc( 400px * 2 + 6em );
	max-width: 100vw;
	background: url(../images/bg_metas.jpg) center center / cover no-repeat;
}

.wrap_metas::before {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
}

.wrap_metas::after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: url(../images/ln_subhead.png) no-repeat;
	transform: rotate(180deg);
}

.con_metas {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2em;
	margin-top: 1em;
}

.con_metas img {
	display: inline;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


/*
 *		童話
 */

.dowa {
	display: inline-block;
	margin: 1.5em auto 1em;
	font-weight: bold;
	color: #444;
}

.dowa + blockquote {
	position: relative;
	margin-bottom: 1.5em;
	padding: 1.5em;
	background: #f5f5f5;
}

.dowa + blockquote::before {
	position: absolute;
	content: "";
	margin: 3px;
	border: 1px solid #333;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}


/*
 *		form
 */

 .form {
	margin: 0 auto;
	padding: 2.5em 0;
	background: url(../images/bg_form.png);
}

.form + section h2 {
	margin-top: 0;
}

.form h2 {
	margin: 0 auto 1.5em;
	padding: 0;
	width: 920px;
	max-width: 100%;
	background: none;
	box-shadow: none;
}

.form h2::before,
.form h2::after {
	content: none;
}

.submit {
	margin: 0 auto;
	padding: 0 0 2em;
	width: 920px;
	max-width: 96vw;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: #fff;
}

.submit .btn {
	display: block;
	margin: 25px auto 0;
	max-width: 96%;
	aspect-ratio: 854 / 206;
}

.deco {
	display: block;
	margin: 0 auto 1em;
	padding: 10px 6px 4px;
	width: 840px;
	max-width: 90vw;
	aspect-ratio: 840 / 108;
	border: 4px solid #333;
	background: #fff;
	color: #1698c7;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.deco::placeholder {
	color: #AAA;
}

.att01{
	margin: 2.5em auto 0;
	padding: 10px;
	width: 860px;
	max-width: 96%;
	border: 3px solid #f8f8f8;
	background: #fff;
	font-size: 71%;
}

.att01 h3{margin: 1em auto 0; padding: 0!important; background: none!important; text-align: center; font-size: larger;}

.att01 p{
	 margin: 0 auto!important;
    padding: 10px!important;
    width: 840px!important;
	max-width: 100%;
    background: #fff!important;
	line-height: 1.7!important;
	font-size: 105%;
	font-weight: normal;
	box-shadow: none;
}



.btn {
	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}

.btn:hover {
	animation-duration: 0.8s;
}



@keyframes btn-animation {
	0% {
		transform: translateY(-1em);
	}

	50% {
		transform: translateY(0em);
	}

	100% {
		transform: translateY(-1em);
	}
}

.terms {
	overflow:auto;
	width:100%; height:120px;
	padding:20px;
	border:3px solid #D4D4D4;
	background-color:#fff;
	line-height:1.5em;
	font-size: 80%;
}

/*
 *		strength
 */

 .strength ul {
	margin: 2.5em auto;
	padding: 1.5em 1.5em 1em;
	width: 900px;
	max-width: 100vw;
	border: 1.2em solid #111;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

.strength ul li {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	padding-left: 2em;
	border-bottom: 1px solid #f5f5f5;
	background: url(../images/check01.png) left 0.2em / auto 1.2em no-repeat;
}

.strength ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}


/*
 *		事例
 */

.wrap_video {
	margin: 2.5em auto;
	width: 880px;
	max-width: 92vw;
	aspect-ratio: 16/9;
	box-shadow: 0 0 0 10px #290752, 0 0 10px 10px rgba(0, 0, 0, 0.5);
}

.wrap_video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
}


/*
 *		seminar
 */	

.seminar h1 {
	position: relative;
	margin: 2.5em auto;
	height: 911px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background: url(../images/title.jpg) center center / auto 100% no-repeat;
	text-indent: -9999px;
}

.wrap_seminar {
	max-width: 96vw;
}

.wrap_seminar > p {
	margin: 0 auto;
	max-width: 90vw;
}

.con_seminar {
	margin: 2.5em auto;
	filter: drop-shadow( 0 0 3px rgba(0,0,0,0.5));
}

.con_seminar h3 {
}

.con_seminar p {
	position: relative;
	padding: 1.5em;
	background: url(../images/bg_p_parts.jpg);
}

.con_seminar p::before {
	position: absolute;
	content: "";
	margin: 5px;
	border: 1px solid #555;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.img_seminar {
	margin-bottom: 1.5em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}


/*
 *		tokucho
 */	

.tokucho h2 {
	margin-top: 0;
	background: url(../images/bg_subheadsem.jpg) center center no-repeat;
}

.wrap_tokucho {
	display: flex;
	gap: 1.5%;
	margin: 0 auto;
	width: 960px;
	max-width: 96vw;
}

.con_tokucho {
	width: calc( 97% / 3 );
	max-width: 100%;
	background: #f5f5f5;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.con_tokucho h3 {
	background: #f5f5f5;
}

.con_tokucho p {
	padding: 1em;
	line-height: 1.4;
}


/*
 *		shosai
 */	

.shosai h2 {
	background: url(../images/bg_subheadsem.jpg) center center no-repeat;
}

.con_shosai {
	margin: 0 auto 1.5em;
	filter: drop-shadow( 0 0 5px rgba(0,0,0,0.3));
}

.con_shosai:last-of-type {
	margin-bottom: 0;
}

.con_shosai:last-of-type h3 {
	padding: 0.5em;
	border:  1px solid #333;
	background: #fff;
	font-size: 1.2em;
	text-align: center;
}

.con_shosai p {
	padding: 1.5em;
	background: #fff;
}



/*
 *		bonus
 */	

.bonus h2 {
	margin-bottom: 0;
	background: url(../images/bg_subheadbon.jpg) center center no-repeat;
}

.wrap_bonus {
	margin: 0 auto;
	padding: 2.5em 0;
	width: 1000px;
	max-width: 100vw;
	background: url(../images/bg_bonus.jpg) center top fixed;
}

.wrap_bonus .shd_bonus {
	margin-top: 0;
}

.con_bonus {
	margin: 0 auto;
	width: 900px;
	max-width: 96vw;
}

.con_bonus p {
	padding: 1.5em 2em 2em;
	background: #fff;
	font-size: 87.5%;
}

.shd_bonus {
	margin-top: 2.5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.bonus + section h2 {
	margin-top: 0;
}



/*
 *		cta
 */	


 .hd_cta {
	margin: 2.5em auto 1.5em;
	max-width: 90vw;
}

.btn {
	display: block;
	margin: 0 auto;
	width: 814px;
	max-width: 96%;
	aspect-ratio: 814 / 206;

	background: url(../images/button.png) center center / 100% 100%  no-repeat;
	text-indent: -9999px;

	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}

.btn:hover {
	animation-duration: 0.8s;
}

.desc {
	position: relative;
	margin: 0 auto;
	padding: 0 3em 2em;
	width: fit-content;
	max-width: 96vw;
	border: 5px solid #EEE;
}

.desc::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: 4px;
	border: 1px solid #EEE;
}



.desc h2 {
	margin: 2em auto 1em;
	padding: 0;
	width: auto;
	box-shadow: none;
	background: none;
}

.desc h2::before,
.desc h2::after {
	display: none;
}

.desc p {
	position: relative;
	margin: 1em auto 2.5em;
	padding: 1em;
	width: 640px;
	max-width: 98%;
	background: #f5f5f5;
}

/* .desc p:first-of-type:before {
	position: absolute;
	top:0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
} */

.desc p:last-of-type {
	margin-bottom: 0;
}


/*
 *		schedule
 */	

 .schedule {
	padding: 0 0 1.5em;
}

 .schedule table {
	margin: 0 auto 30px;
	width: 900px;
	max-width: 96vw;
	border: 1px solid #CCC;
	border-collapse: separate;
	border-spacing: 1px;
	background: #CCC;
}

.schedule table th {
	padding: 0.5em 0;
	background: #faf1e6;
	color: #5e4d43;
	text-align: center;
}

.schedule table th:first-of-type {
	width: 9em;
}
.schedule table td:first-of-type {
	text-align: center;
}
.schedule table th:last-of-type {
}
.schedule table td:nth-of-type(3) {
	text-align: center;
}
.schedule table td:last-of-type {
	font-weight: bold;
	text-align: center;
}
/* .schedule table tr:last-of-type {
	background: url(../images/bg_trreal.png) center center / 100% auto repeat-y;
}
.schedule table tr:last-of-type td {
	background: transparent;
} */

.schedule table td {
	padding: 0.5em;
	background: #fff;
	text-align: left;
}

.full,
.finish {
	position: relative;
}

.full::before,
.finish::before {
	position: absolute;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: '満席';
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 2em;
}

.finish::before {
	content: '終了';
}

.btn_a {
	margin: 0 auto;
	display: block;
	width: 180px;
	aspect-ratio: 228 / 77;
	background: url(../images/button_a.png) center center / 100% 100% no-repeat;
	text-indent: -9999px;
}

.btn_a:hover {
	opacity: 0.7;
}

.schedule p {
	margin: 0 auto;
	width: 840px;
	max-width: 96vw;
}

.fix {
	text-decoration: line-through 0.1em #000;
}



/*
 *		faq
 */	

 .wrap_faq {
	margin: 0 auto;
	width:900px;
	max-width: 96vw;
}

.con_faq {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.con_faq h3 {
	position: relative;
	padding: 1.5em 2em 1.3em 3.4em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: rgb(229,229,229);
	background: url(../images/q.png) 1em 1.5em / 1.5em 1.5em no-repeat , linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
}

.con_faq h3::before,
.con_faq h3::after {
	position: absolute;
	content: "";
	margin-top: 2px;
	border-top: 1px solid #000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_faq h3::after {
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
}

.con_faq p {
	margin-bottom: 2em;
	padding: 1.5em 2em 1.3em 3.4em;
	background: url(../images/a.png) 1em 1.5em / 1.5em 1.5em no-repeat;
}






/*
 *		profile
 */	


 /* .profile h2 {
	margin: 0em auto 1.5em; 
	background: url(../images/bg_hdprofile.jpg) center top no-repeat;
	font-size: 1em;
	text-align: left;
 } */

 .shd_profile {
	display: inline;
	margin-top: 1em;
 }

.tt_profile {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	max-width: 100%;
}

.tt_profile img {
	flex-shrink: 0;
}

.shd_profile {
	max-width: 68%;
}

 .pic_prof {
	max-width: 30%;
 }

 .con_profile {
	margin:0 auto;
	padding-top: 2.5em;
	width: 940px;
	max-width: 100vw;
	box-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 100px rgba(0, 0, 0, 0.05) inset;
	background: url("../images/bg_profile.jpg");
}

.con_profile p {
	padding: 0 2.5em;
}

.shd_keireki,
.shd_books {
	margin-left: 0;
	max-width: 25%;
}

.shd_books {
	margin-bottom: 1.7em;
}


.books {
	margin: 2.5em auto;
	margin-left: 2.5em;
	padding-bottom: 2.5em;
	width: 780px;
	max-width: 100vw;
}

.books h3 {
	margin-bottom: 1.5em;
	padding-left: 0;
}


.con_books {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	justify-content: space-between;
	margin:  0 auto;
}

.con_books img {
	margin: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}


.delight {
	width: 200px;
	max-width: 100%;
}

.sign {
	padding-top: 1em;
	text-align: right;
}

.sign img {
	display: inline;
}



/***	常時表示ボタン設定	***/

.flbtn {
	opacity: 0;
	position: fixed;
	right: 1em;
	bottom: 0.5em;
	z-index: 9999;
}

.flbtn a {
	display: block;
	width: 360px;
	aspect-ratio: 814 / 206;
	background: url(../images/button.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0.6s;

	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}



@keyframes btn-animation {
	0% {
		transform: translateY(0.5em);
	}

	50% {
		transform: translateY(-0.5em);
	}

	100% {
		transform: translateY(0.5em);
	}
}




@media screen and (max-width: 1023px) {	/***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

	h1 {
		height: calc( 829 / 1000 * 100vw );
		background-size: auto 100% ;
	}

	h2 {
		margin: 6vw auto 4vw;
		padding: 1em 0;
	}

	h2 img {
		max-width: 90vw;
	}

	footer {
		padding-bottom: calc( ( 206 / 854 ) * 96vw + 1.5em );
	}

	.xlarge {
		font-size: 125%;
	}

	.xxlarge {
		font-size: 150%;
	}

	/***	PC・スマホ改行設定	***/

	.pconly,
	.sponly {
		display: none;
	}

	.tbonly {
		display: block;
	}
/*
	 *		form
	 */

	 .form {
		padding: 1.5vw 0;
	}

	.form h2 {
		margin-bottom: 4vw;
	}

	.form h2 img {
		max-width: 100%;
	}

	.submit {
		padding: 0;
	}

	/*
	*		metas
	*/

	.wrap_metas {
		padding: 4vw 0;
		width: calc( 400px * 2 + 6em );
		max-width: 100vw;
		background: url(../images/bg_metas.jpg) center center / cover no-repeat;
	}

	.con_metas {
		gap: 4vw;
	}

	.con_metas img {
		width: calc( ( 100vw - 12vw ) / 2 );
	}

	.schedule table td {
		padding: 0.5em;
	}

	.seminar h1 { 
		width: 100vw;
		height: auto;
		aspect-ratio: 980 / 911;
	}


	.books {
		max-width: calc( 90vw - 2.5em);
	}

	.books img {
		width: calc( ( 90vw - 2.5em - 3em ) / 3 );
	}


	.flbtn {
		left: 10vw;
	}

	.flbtn a {
		width:80vw;
	}



}


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/

	body {
		font-size: 4.5vw;
	}

	h2 {margin-bottom: 6vw;}

	.pconly,
	.tbonly {display: none;}

	.sponly {display: block;}

	.imgs {
		float: none;
		margin: 0 auto 1.5em;
	}

	.imgs.img_enjoy {
		margin: 1em auto 0;
	}
	
	.imgs.img_beginner {
		margin-top: 0;
	}

	.wrap_video {
		margin: 8vw auto;
	}

	.shd_bonus {
		margin-top: 1.5em;
	}

	.img_trauma {
		margin-top: 0.5em;
	}

	.want ul {
		margin: 0 auto 1.5em;
		padding: 4vw;
		border: 4vw solid #443852;
		font-size: 1em;
	}

	.wrap_metas {
		margin: 4vw auto;
	}

	.wrap_metas h3 img {
		width: 96vw;
	}

	.con_metas {
		flex-direction: column;
		gap: 4vw;
		margin-top: 2vw;
	}

	.con_metas img {
		margin: 0 auto;
		width: 92vw;
	}

	.strength ul {
		margin: 0 auto 1.5em;
		padding: 4vw;
		border: 4vw solid #443852;
		font-size: 1em;
	}

	.tokucho h2 img {
		width: 75vw;
	}

	.wrap_tokucho {
		flex-direction: column;
		gap: 0;
	}

	.con_tokucho {
		margin-bottom: 4vw;
		width: 100%;
	}

	.con_tokucho:last-of-type {
		margin-bottom: 0;
	}

	.con_shosai p {
		padding: 4vw;
	}

	.con_shosai:last-of-type h3 {
		text-align: left;
	}


	.wrap_bonus {
		padding: 6vw 0;
	}


	.schedule h2 img {
		width: 33vw;
	}

	.con_seminar {
		margin: 6vw auto;
	}

	.schedule table {
		width: 98vw;
	}

	.schedule table tr:first-of-type {
		display: none;
	}

	.schedule table td {
		display: block;
		width: 100%;
		text-align: center;
	}

	.schedule table td:first-of-type {
		background: #faf1e6;
		font-weight: bold;
	}

	.desc {
		padding: 2vw;
	}

	.desc h2 {
		margin:  4vw auto;
	}

	.desc h2 img {
		max-width: 90%;
	}

	.img_price {
		width: 84vw;
	}

	.btn { 
		margin: 6vw auto 8vw;
	}

	.tt_profile {
		flex-direction: column;
	}

	.con_profile {
		padding-top: 4vw;
	}

	.con_profile p {
		padding: 0 4vw;
	}

	.pic_prof {
		max-width: 50%;
	} 

	.shd_profile {
		max-width: 90%;
	}

	.books {
		margin: 4vw auto;
		padding-bottom: 4vw;
		max-width: 92vw;
	}

	.con_books {
		gap: 4vw 4%;
	}
	
	.books img {
		width: 48%;
	}

	.sign img {
		width: 33vw;
	}

	.con_faq h3 {
		padding-right: 1em;
	}

	.con_faq p {
		margin-bottom: 4vw;
		padding-right: 1em;
	}

	.att01{ margin-top: 2em; }

	.flbtn {
		left: calc( 50vw - 40vw );
	}

	.flbtn a {
		width: 80vw;
	}

	footer {
		padding-bottom: calc( ( 206 / 854 ) * 80vw + 8vw );
	}

	.hd_schedule {
		width: calc( 284 / 980 * 1.5 * 100vw );
	}

	.faq h2 img {
		width: calc( 411 / 980 * 1.5 *  100vw );
	}

	.form {
		padding: 2vw 0;
	}


}



/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	padding: 3em;
	width: 800px;
	background: #fff;
	max-width: 100%;
	font-size: 75%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 0.5em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 0.5em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/


	.page_laws #wrapper {
		margin: 0 auto 2em;
		padding: 1em 0;
		background: #fff;
		width: 100%;
		font-size: 75%;
	}
	
	.page_laws #wrapper h2 {
		margin: 0 auto;
		font-size: 1em;
		text-align: center;
	}
	
	.page_laws #wrapper h3 {
		margin-top: 1em;
	}
	
	.page_laws table {
		margin: 1.5em auto;
		width: 96vw;
		border-collapse: separate;
		border-spacing: 1px;
		background: #ccc;
	}
	
	.page_laws th {
		display: block;
		padding: 0.5em;
		width: 100%;
	}
	
	.page_laws td {
		display: block;
		padding: 0.5em;
		width: 100%;
	}


}