@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:125%;/* 20px */
	line-height:1.7;
	background:#EEE;
	color: #333;
  font-feature-settings: "palt";
  text-align: justify;
}
h1 {
  height: 695px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: url(../images/header.png) center center no-repeat;
  text-indent: -9999px;
	}
h2 {
	display: flex;
	align-items: center;
	margin: 2.5em auto;
	text-align: center;
	}
img {
	display:block;
	margin:0 auto;
	max-width: 100%;
}

.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;
}
.red {
	color:red;
	color: #e62e8a;
	color: #d90210;
}
.highlight {
	background-color:#fff266;
}
.redhigh {
	color:red;
	color: #e62e8a;
	color: #d90210;
	background-color:#fff266;
	}
.pic_right{
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.pconly{display: inline-block;}
.sponly{display: none;}

.imgs {margin-bottom: 2em;}

strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
	background: url("../images/bg_wrapper.png") center center repeat-y;
}
main {
}
.container{
}
footer {
	margin:0 auto;
	padding:20px 0;
	background: #1677d9;
	color: #fff;
	text-align:center;
	font-size: smaller;
}
footer a {
	color:#fff;
	text-decoration:underline;
}

footer a:hover {t
}
address {
	font-style:normal;
}

.copys {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 900px;
}



/*
 *		text
 */

.wrap_text {
	margin: 0 auto;
	width: 820px;
	max-width: 100%;
}



/*
 *		tokucho
 */	

.tokucho {
	padding: 2.5em 0;
	background: url(../images/bg_tokucho.jpg) center center no-repeat fixed;
	background-size: cover;
}

.tokucho h2 {
	margin-top: 0;
}

.con_tokucho {
	margin-bottom: 2.5em;
}

.con_tokucho:last-of-type {
	margin-bottom: 0;
}

.con_tokucho p {
	padding: 1em;
	background: #f5f5f5;
	font-size: 1.5em;
}




/*
 *		profile
 */	

.con_profile {
	margin: 0 auto 50px;
	padding: 1.5em;
	width: 820px;
	max-width: 100%;
	border: 1.5em solid #f5f5f5;
/*	box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
	background: #fff;
}



.shd_profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.shd_profile img {
	margin: 0;
}

.pic_profile {
	width: 220px;
}


.con_profile p {
	margin-top:1.5em;
	padding-top: 1em;
	border-top: 1px solid #DDD;
}

.recommend .book {
	display: inline-block;
	margin-top: 1em;
}


.flbtn {display: none;}

.optin {
	margin: 4em auto 0;
	padding: 1em;
	width: 800px;
	max-width: 100%;
	height: 8em;
	background: #f5f5f5;
	color: #333;
	font-size: 75%;
	overflow: scroll;
}



/*
 *		フォーム
 */	

 .form {
	margin: 0 auto;
	padding: 2.5em 0;
	background: #1677d9 center top no-repeat;
}

.form h2 {
	margin: 0 auto 2em;
}

.submit {
	margin: 0 auto;
	padding:10px 0 40px;
	width:920px;
	max-width: 100%;
	border-radius: 0.5em;
	box-shadow: 0 0 5px rgba(0,0,0,1);
	background: #fff;
	}
.submit .btn {
	display:block;
	margin:25px auto 0;
	max-width: 100%;
}
.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;
}

.btn {

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

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

@keyframes btn-animation-f {
	0% { transform:scale(1,1)}
	20% {transform:scale(1.02,1.02)}
	40% { transform:scale(1,1)}
	60% {transform:scale(1.02,1.02)}
	80% { transform:scale(1,1)}
	85% { transform:skewX(10deg)}
	90% {transform:skewX(-10deg)}
	95% { transform:skewX(10deg)}
	100% {transform:skewX(-10deg)}
}





/*
 *		特商法
 */	

/* Tokutei Table
------------------------------------------------------*/
.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;
}

	
@media screen and (max-width: 1023px) {
	
	
	body {width: 980px;}

	h1 {
		height: 620px;
		background: url(../images/header.png) center center no-repeat;
		background-size: 174.5% auto;
	}

	#wrapper {filter:none;}
	footer {
		font-size: 1.5em;
	}
	.pconly{display: none;}
	.sponly{display: block;}
	.xlarge {font-size: 125%;}
	.xxlarge{font-size: 150%;}

	.wrap_text{width: 96%;}
	.con_tokucho p {
		font-size: 2em;
	}
	.con_profile {
		padding: 4%;
		width: 96%;
	}

	.con_profile p {
		font-size: 2em;
	}


	.profile {
		padding: 1.5em 0;
	}

	.optin {font-size: 66%;}


	.timer {
		font-size: 1.5em;
		line-height: 1.3;
	}

	.flbtn {
		position: fixed;
		display: block;
		opacity: 0;
		opacity: 1;
		bottom: 1em;
		right: auto;
		margin: 0 auto;
		width: 100%;

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

	
  
}

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

	.submit {
		margin-top: 1em;
		padding-top: 1.5em;
	}

	
	.profile {
		background: #fff;
	}


  
}