@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: url(../images/bg.jpg) center center / 100% auto fixed;
	color: #222;
	
	font-feature-settings: "palt";
	text-align: justify;

	
}

@media (max-aspect-ratio: 3000/2001) {
	body {
		background: url(../images/bg.jpg) center center / auto 100% fixed;
	}
  }

  .fv{
    margin: 0 auto;
	padding-top: calc(1090 / 880
	 * 100%);
    width: 100%;
    background: url(../images/fv.png) center center /100% auto no-repeat;
    text-indent: -9999px;
	aspect-ratio: 750 / 1183;  /*画像のサイズを記入、横/縦*/
}


.btn img{
	width: 90%;  /*ボタンの幅を調整*/
}



/*** FV以下のCTAボタンの設定 ***/

.cta_01{
	margin: 0 auto;
    width: 100%;
    padding-top: calc(610/ 750 * 100%);/*ボタンの高さまでのpx*/
    background: url(../images/cta01.png) center center /100% auto no-repeat;
	aspect-ratio: 750 / 847; /*画像のサイズを記入、横/縦*/
}

.cta_02{
	margin: 0 auto;
    width: 100%;;
    padding-top: calc(610 / 750 * 100%);
    background: url(../images/cta02.png) center center /100% auto no-repeat;
	aspect-ratio: 750 / 821;
}

.cta_03{
	margin: 0 auto;
    width: 100%;;
    padding-top: calc(610 / 750 * 100%);
    background: url(../images/cta03.png) center center /100% auto no-repeat;
	aspect-ratio: 750 / 821;
}


.cta_04{
	margin: 0 auto;
    width: 100%;;
    padding-top: calc(186 / 750 * 100%);
    background: url(../images/cta04.png) center center /100% auto no-repeat;
	aspect-ratio: 750 / 393;
}




/***  左右の縁取り ***/

a {cursor: pointer;}

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

#wrapper {
	position: relative;
	margin: 0 auto;
	margin-right: 14%;
	width: 40%;
	max-width: 480px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	/* filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2)); ボディの両端に影をつける */

}

#wrapper::before,
#wrapper::after {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	top:0;
	width: 6px;
	height: 100%;
	/* background: url(../images/bg_wrapper.png) center center repeat-y; */
	/***ここで背景画像を設定***/
	
	/* background: #fff; */
	/***↑単色の場合はここで色指定***/
}

#wrapper::after {
	left: auto;
	right: -6px;
	transform: rotateY(180deg);
}




/*** フッター設定 ***/

footer {
	margin: 0 auto;
	padding: 1em 0;
	background: #48b252;
	color: #fff;
	text-align: center;
	font-size: 75%;
	width: 100%;
}

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

footer a:hover {
	color: #ff1bcd;
}

address {
	font-style: normal;
}





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

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




/***	class-name    ***/

.class-name {
}

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

.con_class-name {
}

.con_class-name p {
}






/***  Q&A　 ***/

.faq h2{
    margin: 0 auto;
    width: 100%;
    background: url(../images/situmon.png) center center /100% auto no-repeat;
    text-indent: -9999px;
	aspect-ratio: 750 / 220;  /*画像のサイズを記入、横/縦*/
	margin-bottom: 20px;
}



 .faq {
	padding-bottom: 2.5em;
	background-color:#ccc;
}

.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 #111;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.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 #ccc;
	font-weight: 600;
	font-size: 16px;	
}




/***  CTAアニメーション・ホバー　 ***/

.btn {
	display: block;

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

.btn .flbtn:hover {
	animation-duration: 0.8s;
}



/***   PC表示のロゴ・コンテンツ  ***/

.pc_logo {
	position: fixed;
	top: 1em;
	left: 1em;
	display: block;
	/* display: none; */
	/* ↑ボタン表示させるときはblock、非表示はnone */
}

.pc_contents {
	position: fixed;
	top: calc( 50% - 240px );
	right: 55%;
	width: 40%;
	max-width: 480px;
}



.pc_contents ul {
	list-style: none;
	line-height: 2.5;
	font-size: 1.2em;
	font-weight: bold;
}

.pc_contents ul a {
	color: #222;
	transition: all 0.3s 0s ease;
}

.pc_contents ul a:hover {
	color: #C00;
	opacity: 0.6;
}


.pc_cta {
	padding-top: calc( 269 / 304 * 100% );/*ボタンの高さまでのpx*/
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
	background: url(../images/bg_pccontents.png) top center / 60% auto no-repeat;
	aspect-ratio: 723 / 1050;
}

.pc_cta .btn img {
	width: calc( 450 / 480 * 100% );
}

.pc_cta .btn {
	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0.6s;
	animation: none;
}

.pc_cta .btn:hover {
	/* opacity: 0.5; */
}





/***	固定ボタン設定	***/

 .flbtn {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 10;
}




/*** ボタンの動き１ 上下に動く ***/

.flbtn a {
	display: block;
	/* display: none; */
	/* ↑ボタン表示させるときはblock、非表示はnone */
	width: 240px;
	height: calc( 240 / 450 * 142px );
	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.75em);
	}

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

	100% {
		transform: translateY(0.75em);
	}
}
/*** ボタンの動き１ 上下に動く　ここまで ***/




/*** ボタンの動き2 横揺れ ***/

.flbtn a {
	display: block;
	/* display: none; */
	/* ↑ボタン表示させるときはblock、非表示はnone */
	width: 240px;
	height: calc( 240 / 450 * 142px );
	background: url(../images/button.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation-name: shake01;
	animation-duration:1.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;

	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
	}


	@keyframes shake01{
	from{

	transform: none;
	}
	10% {transform: translate3d(-2%, 0, 0);
	}
	25% {transform: translate3d(2%, 0, 0);
	}
	40% {transform: translate3d(-2%, 0, 0);
	}
	55% {transform: translate3d(2%, 0, 0);
	}
	70% {transform: translate3d(0, 0, 0);
	}
	99% {transform: translate3d(0, 0, 0);
	}
	to { transform: none;
	}
	}
	
/*** ボタンの動き2 横揺れ ここまで　***/




/*** ボタンの動き3  ズームイン***/

.flbtn a {
	display: block;
	/* display: none; */
	/* ↑ボタン表示させるときはblock、非表示はnone */
	width: 240px;
	height: calc( 240 / 450 * 142px );
	background: url(../images/button.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation: bounce01 1.5s infinite ease-in-out;

	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
	}

@keyframes bounce01 {
	0%, 100% { transform: scale(1.0) }
	50% { transform: scale(0.9) }
	}

/*** ボタンの動き3 ズームイン　ここまで ***/








/* 問い合わせフォーム */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#111;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable th{
	/* border:1px solid #ccc; */
	padding:10px;
}
table.formTable td{
	border:2px solid #111;
	border-radius: 6px;
	}


table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff;
	text-align:left;
	font-weight: 900;
	padding-top: 20px;
}

#formWrap h3{
    margin: 0 auto;
    width: 100%;
    background: url(../images/toiawase.png) center center /100% auto no-repeat;
    text-indent: -9999px;
	aspect-ratio: 750 / 220;  /*画像のサイズを記入、横/縦*/
	/* margin-bottom: 20px; */
}

#formWrap p{
	text-align: center;
	margin-bottom: 20px;
	font-size: medium;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

/* @media screen and (max-width:572px) { */


#formWrap {
	width:90%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"]{
	width:100%;
	height: 40px;
	padding:0px;
	font-size:110%;
	display:block;
}

form textarea {
	width:100%;
	padding:0px;
	font-size:110%;
	display:block;
}



form input[type="submit"], form input[type="reset"], form input[type="button"] {
	border-radius: 40px;
    display: block;
    width: 50%;
    height: 60px;
    background-color: #4f22b1;
    color: #fff;
    margin: 40px auto 60px;
	font-size: 120%;
}

form input[type="submit"]:hover{
	opacity: 0.8;
}


form imput {
	height: 80px;
}



/* 問い合わせフォーム ここまで*/

	



/* サンクスページ */

.page_thanks #wrapper p,a{
	text-align: center;
}




/* サンクスページここまで */








@media screen and (max-width: 1200px) {	/***	幅1200px以下に適用	***/

	.pc_contents {
		width: 30vw;
		height: 30vw;
	}
	
/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	letter-spacing: 0.1em;
	padding: 27px;
	/* padding: 3em; */
	/* width: 800px; */
	max-width: 100%;
	background: #fff;
	font-size: 65%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	max-width: 95%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 1em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 1em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.inner {
	margin-bottom: 30px;
}

.inner h2 {
	padding-top: 30px;
	text-align: center;
}

.dt {
	width: 30%;
	color: #07b53b;
	font-weight: bold;
}

.dd {
	width: 70%;
}

dl div {
	display: flex;
	border-style: none none solid;
	border-width: 1px;
	border-color: #333333;    /* colorを検討 */
	padding-bottom: 20px;
	padding-top: 20px;
	gap: 10px;
}


.section {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;

}

}


@media screen and (max-width: 979px) {	/***	幅979px以下に適用	***/


	footer {
		position: relative;
	}

	.xlarge {
		font-size: 125%;
	}

	.xxlarge {
		font-size: 150%;
	}


	#wrapper {
		margin: 0 auto;
		width: initial;
	}

	.flbtn {
		display: none;
	}


	.pc_objects {
		display: none;
	}

/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	letter-spacing: 0.1em;
	padding: 27px;
	/* padding: 3em; */
	/* width: 800px; */
	max-width: 100%;
	background: #fff;
	font-size: 65%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	max-width: 95%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 1em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 1em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.inner {
	margin-bottom: 30px;
}

.inner h2 {
	padding-top: 30px;
	text-align: center;
}

.dt {
	width: 30%;
	color: #07b53b;
	font-weight: bold;
}

.dd {
	width: 70%;
}

dl div {
	display: flex;
	border-style: none none solid;
	border-width: 1px;
	border-color: #333333;    /* colorを検討 */
	padding-bottom: 20px;
	padding-top: 20px;
	gap: 10px;
}


.section {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;

}

}


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

	footer {
		font-size: 66%;
	}

	#wrapper::after {
		display: none;
	}
}

	


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/

/*
 *		特商法
 */

.page_laws #wrapper {
	margin: 0 auto 2em;
	letter-spacing: 0.1em;
	padding: 27px;
	/* padding: 3em; */
	/* width: 800px; */
	max-width: 100%;
	background: #fff;
	font-size: 65%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	max-width: 95%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 1em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 1em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.inner {
	margin-bottom: 30px;
}

.inner h2 {
	padding-top: 30px;
	text-align: center;
}

.dt {
	width: 30%;
	color: #07b53b;
	font-weight: bold;
}

.dd {
	width: 70%;
}

dl div {
	display: flex;
	border-style: none none solid;
	border-width: 1px;
	border-color: #333333;    /* colorを検討 */
	padding-bottom: 20px;
	padding-top: 20px;
	gap: 10px;
}


.section {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;

}
 

}


@media screen and (max-width: 599px) {特商法

	.page_laws #wrapper {
		padding: 0;
	}

	.page_laws table {
		margin-top: 0;
		width: 98vw;
	}

	.page_laws th,
	.page_laws td {
		display: block;
		width: 100%;
	}
}


/*
 *		特商法
 */

 .page_laws #wrapper {
	margin: 0 auto 2em;
	letter-spacing: 0.1em;
	padding: 27px;
	/* padding: 3em; */
	/* width: 800px; */
	max-width: 100%;
	background: #fff;
	font-size: 65%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	max-width: 95%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 1em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 1em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.inner {
	margin-bottom: 30px;
}

.inner h2 {
	padding-top: 30px;
	text-align: center;
}

.dt {
	width: 30%;
	color: #07b53b;
	font-weight: bold;
}

.dd {
	width: 70%;
}

dl div {
	display: flex;
	border-style: none none solid;
	border-width: 1px;
	border-color: #333333;    /* colorを検討 */
	padding-bottom: 20px;
	padding-top: 20px;
	gap: 10px;
}


.section {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;

}