@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: 112.5%;	/* 18px */
	font-size: 125%;	/* 20px */
	line-height: 1.7;

	/***	背景＆文字色設定	***/
	background: #f5f5f5;
	background: #E6FFEA;
	color: #222;
	color: #444550;
	
	font-feature-settings: "palt";
	text-align: justify;
}

h1 {	
	/* height: 720px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background: url(../images/header.png) center center no-repeat;
	text-indent: -9999px; */
}

h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 172.8%;
}

a {cursor: pointer;}

img {
	display: block;	/*	ブロック要素としてふるまう：中揃えで表示	*/
	margin: 0 auto;
	max-width: 100%;
}

strong {
	font-weight: bold;
	line-height: 1em;
}

#wrapper {
	margin: 0 auto;
	background: url("../images/bg_wrapper.png") center center repeat-y;
}

footer {
	/* margin: 2.5em auto 0; */
	padding: 1em 0;
	background: #514F4F;
	color: #fff;
	text-align: center;
	font-size: 75%;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #fff;
}

address {
	font-style: normal;
}



/***	テキスト装飾設定	***/

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
	line-height: 3em;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 82.5%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
}

.red {
	color: red;
}

.highlight {
	background-color: #fff266;
}

.redhigh {
	color: red;
	background-color: #fff266;
}

.class1 {
	font-family: "Allura", cursive;
	font-size: 300%;
	color: #cb92b3;
}


/***	画像右寄せ設定	***/

.pic_right {
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/***	PC・スマホ改行設定	***/
/******* pc版が表示 *******/

.pconly {
	display: block;
}

.sponly {
	display: none;
}



/*
 *		class-name
 */

.class-name {
}

.wrap_class-name {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.con_class-name {
}

.con_class-name p {
}



/***   yk追加   ***/

.wrap_ul {
	margin: 1.5em auto 0;
	padding: 2em;
	width:720px;
	max-width: 96%;
	border: 2px solid #444550;
	list-style-position: inside;
}

.wrap_ol {
	margin: 1.5em auto;
	padding: 2em;
	width:720px;
	max-width: 96%;
	border: 2px solid #444550;
	list-style-position: inside;
}


.wrap_worries {
	margin: 0 auto;
	width: 820px;
	max-width: 96%;
}

.wrap_worries p {
	margin: 2em auto;
	max-width: 96%;
	line-height: 2.5;
	flex-direction: column;
	font-size: 1em;		
	text-align: left;
}


.wrap_about {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.wrap_about p {
	margin: 1em auto;
	max-width: 96%;
	line-height: 2.5;
	flex-direction: column;
	font-size: 1em;		
	text-align: left;
}


.wrap_effect {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.wrap_effect h3_1 {
	margin: 3em auto 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 680px;
	max-width: 96%;
	border-top: 1px solid #444550 ;
	border-bottom: 1px solid #444550 ;
	list-style-position: inside;
	text-align: center;
	font-size: 144%;
}

.wrap_effect h3 {
	margin: 2.5em auto 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 680px;
	max-width: 96%;
	border-top: 1px solid #444550 ;
	border-bottom: 1px solid #444550 ;
	list-style-position: inside;
	text-align: center;
	font-size: 144%;
}

.wrap_effect p {
	margin: 2em auto;
	max-width: 96%;
	line-height: 2.5;
	flex-direction: column;
	font-size: 1em;		
	text-align: left;
}


.wrap_confirmation {
	margin: 4em auto 2em;
	width:630px;
	max-width: 96%;
	border: 2px solid #444550;
	list-style-position: inside;
	flex-direction: column;
	padding: 2em 2.5em;
	font-size: 1em;
	text-align: left;
	line-height: 1.7;
}

.txtworries {
	line-height: 2.5;
	flex-direction: column;
	margin: 2em 2em;
	font-size: 1em;
	text-align: left;
}

.txtabout_2 {
	line-height: 2.5;
	flex-direction: column;
	margin: 1em 2em 2em;
	font-size: 1em;
	text-align: left;
}

.txteffect {
	line-height: 2.5;
	flex-direction: column;
	margin: 2em 2em;
	font-size: 1em;
	text-align: left;
}


.con_eiji {
	margin: 3em auto 1em;
}

.con_eiji_2 {
	margin: 3em auto 1em;
	text-align: center;
	line-height: 0.5;
}


.con_worries {
	width: 600px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
	margin: 0 auto;
}

.con_about {
	width: 600px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
	margin: 0 auto;
}

.con_about_2 {
	width: 600px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
	margin: 0 auto 3em;
}

.con_effect {
	width: 600px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
	margin: 0 auto 2em;
}

.con_voice {
	width: 600px;
	max-width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
	margin: 1.5em auto 2em;
	border: 1px solid #dddddd;
	max-width: 90vw;
}


.txtcenter {
	text-align: center;
}

.txtcenter_2 {
	text-align: center;
	padding-bottom: 0.5em;
}


/* ・の左を文章で揃える */
ul {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
  }

ul {
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
  }


ol {
	 text-indent: -1em;
	 padding-left: 1em;
  }

li {
	padding: 0.2em 0;
}




/*
 *		faq
 */

.faq {
	padding-bottom: 2.5em;
}

.wrap_faq {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.faq h3 {
	margin: 1em auto 0;
	padding: 0.5em 1em 0.3em 2.5em;
	border-radius: 0.3em;
	background: url(../images/q.png) 0.5em 0.5em / auto 1.5em no-repeat #333;
	color: #fff;
}

.faq .con_faq:first-of-type h3 {
	margin-top: 0;
}

.faq h3::after {
	position: absolute;
	top: calc( 50% - 0.85em );
	right: 0;
	content: "\f078";
	color: #222;
	font-family: FontAwesome;
}

.faq h3.is_active::after {
	content: "\f077";
}

.faq p {
	display: none;
	margin: 0.5em auto 0;
	padding: 0.5em 1em 0.3em 2.5em;
	border-radius: 0.3em;
	background: url(../images/a.png) 0.5em 0.5em / auto 1.5em no-repeat #f5f5f5;
}




/*
 *		form
 */

.form {
	margin: 0 auto;
	padding: 50px 0;
	padding: 10px 0;
}

.form_2 {
	margin: 0 auto 1em;
	padding: 50px 0;
	padding: 10px 0;
}

.submit {
	margin: 0 auto;
	max-width: 96%;
}

.submit .btn {
	display: block;
	margin: 25px auto 0;
	max-width: 96%;
}

.deco {
	display: block;
	margin: 30px auto 0;
	margin-bottom: 20px;
	padding: 10px 6px 4px;
	width: 840px;
	max-width: 96%;
	height: 108px;
	border: 4px solid #1897c6;
	background: #fff;
	color: #1698c7;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.deco::placeholder {
	color: #AAA;
}

.btn {
	display: block;
	margin: 2em auto 0.5em;
	width: 814px;
	background: url(../images/button_2.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;

	aspect-ratio: 814 / 197;
}

.btn:hover {
	/* animation-duration: 0.8s; */
	filter: brightness(120%);
	filter: brightness(105%);
}





/***	常時表示ボタン設定	***/

.flbtn {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
}

.flbtn:hover {
	filter: brightness(120%);
	filter: brightness(105%);
}

.flbtn a {
	display: block;
	width: 336px;
	height: 81px;
	background: url(../images/button_2.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0.6s;

	aspect-ratio: 814 / 197;
}


@keyframes btn-animation {
	0% {
		transform: translateY(0.5em);
	}

	50% {
		transform: translateY(-0.5em);
	}

	100% {
		transform: translateY(0.5em);
	}
}





	/*******＋＋＋＋＋＋＋＋＋＋ PC・SP切り替え＋＋＋＋＋＋＋＋＋＋ *******/



	/*******＋＋＋＋＋＋＋＋＋＋ タブレット用表示 ＋＋＋＋＋＋＋＋＋＋*******/

@media screen and (max-width: 1023px) {	
	/***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

	/* h1 {
		height: calc( 720 / 980 * 100vw );
		background-size: auto 100% ;
	} */
}



/*******＋＋＋＋＋＋＋＋＋＋ スマホ用表示 ＋＋＋＋＋＋＋＋＋＋*******/

@media screen and (max-width: 599px) {
	/***	幅599px以下に適用：スマホ	***/
	
	h2 {
		line-height: 5vw;
		font-size: 150%;
	}

	/* footer {
		padding-bottom: calc( ( 180 / 840 ) * 96vw + 1.5em );
	} */

	.xlarge {
		font-size: 125%;
		
	}

	.xxlarge {
		font-size: 150%;
	}

	.class1 {
		font-size: 130%;
	}


	
	.wrap_ul {
		padding: 6vw 3vw;
	}

	.wrap_ul {
		margin: 2em auto 0;
		padding: 6vw 3vw;
		width:720px;
		max-width: 90%;
		border: 2px solid #444550;
		list-style-position: inside;
	}

	.wrap_ol {
		margin: 2em auto;
		padding: 6vw 8vw;
		width:720px;
		max-width: 90%;
		border: 2px solid #444550;
		list-style-position: inside;
	}

	.wrap_worries p {
		line-height: 2;
	}

	.wrap_about p {
		line-height: 2;
	}

	.wrap_effect p {
		line-height: 2;
	}

	.wrap_confirmation {
		padding: 5vw 6vw;
		line-height: 2;
		margin: 4em auto 2em;
		width:630px;
		max-width: 90%;
		border: 2px solid #444550;
		list-style-position: inside;
		flex-direction: column;
		font-size: 1em;
		text-align: left;
		line-height: 1.7;
	}


	.con_worries {
		max-width: 88vw;
	}

	.con_eiji {
		margin: 2.5em auto 1em;
	}

	.con_about {
		max-width: 88vw;
	}

	.con_about_2 {
		max-width: 88vw;
	}

	.con_about {
		max-width: 88vw;
	}

	.con_effect {
		max-width: 88vw;
	}

	.btn {
		/* display: block; */
		margin: 1.5em auto 0.5em;
		max-width: 95vw;
		width: 814px;
		background: url(../images/button_2.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;

		aspect-ratio: 814 / 197;
	}





	/***	PC・スマホ改行設定	***/

	.pconly {
		display: none;
	}

	.sponly {
		display: block;
	}
	
	/* 
	.pconly {
		display: block;
	}

	.sponly {
		display: none;
	} 
	*/





	/**		form	 **/

	.form {
		padding: 1.5vw 0;
	}

	.submit {
		padding: 1.5vw;
	}

	.deco {
		margin: 1.5vw auto;
		padding: 1% 1.5vw;
		height: 4em;
		font-size: 1em;
	}

	.submit .btn {
		margin-top: 4%;
	}

	.flbtn {
		display: none;
	}
		

	.faq h3 {
		margin: 2vw auto 0;
	}
}





/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	margin: 0 auto;
	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;
		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: 1em 1em 0 1em ;
	}

	.page_laws #wrapper h4 {
		margin: 1em 1em 0 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%;
	}

	.page_laws #wrapper p {
		margin: 1em 1em 0 1em ;
	}

}