@charset "utf-8";
/* CSS Document */

body {
	animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
	overflow-x: hidden;
	color: #000100;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','Roboto', "Droid Sans", 'Meiryo', "メイリオ", "ＭＳ Ｐゴaシック",sans-serif;
	vertical-align: bottom;
	line-height: 1.75;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
/* clearFix */
.cfx {
  *zoom: 1;
}
.cfx:before, .cfx:after {
  content: "";
  display: table;
}
.cfx:after {
  clear: both;
}
/* PC・SP表示切替 */
.pc_display {
	display: none ;
}
.sp_display {
	display: block ;
}
.wp {
	overflow-x: hidden;
}
.wp_cp {
	background-color: #ebe0de;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a {
	color: #222;
	text-decoration: none;
}
/* PC */
@media only screen and (min-width: 1000px){
	.pc_display {
		display: block ;
	}
	.sp_display {
		display: none ;
	}
	.ssp_display {
		display: none ;
	}
}
/* SP */
@media screen and (max-width: 999px) {
	.pc_display {
		display: none ;
	}
	.sp_display {
		display: block ;
	}
	.ssp_display {
		display: none ;
	}
}
@media screen and (min-width: 300px) and (max-width: 599px) {
	.pc_display {
		display: none ;
	}
	.ssp_display {
		display: block ;
	}
}
/* PC */
@media screen and (min-width: 1000px) {
	body, .wp {
		padding-bottom: 100px;
	}
}
/* SP */
@media screen and (max-width: 999px) {
	body, .wp {
		padding-bottom: 60px;
	}
}
/* PC */
#header_main {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999; }
#header_main .inner {
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px; }
#header_main .logo {
	width: 280px; }
/* SP */
@media screen and (max-width: 999px) {
#header_main {
	position: fixed; }
#header_main .inner {
	height: 60px;
	padding: 0 10px; }
#header_main .logo {
	width: 195px; }
}
/*SP　定期購読に申し込む*/
.fixed_footer_bn {
	width: 100%;
	/*height: 58px;*/
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-image: linear-gradient(135deg, rgba(95, 11, 11, 1), rgba(55, 6, 6, 1) );
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
/*SP　定期購読に申し込む*/
.fixed_footer_bn .wp_btn {
	height: 70px;
	width: 70%;
	position: absolute;
	/*bottom: -5px;*/
	bottom: 15px;
	left: 0;
	right: 0;
	font-weight: bold;
	margin: auto;
	background-color: #ffdc2a;
}
@media (min-width: 1000px) {
	.fixed_footer_bn {
		height: 120px;
	}
	.fixed_footer_bn_box {
		max-width: 1200px;
		height: 100%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fixed_footer_bn .fixed_footer_bn_txt .txt span {
		font-size: 14px;
		font-weight: 400;
	}
	/*PC版　フッタ　定期購読に申し込む*/
	.fixed_footer_bn .wp_btn {
		position: static;
		height: 80px;
		width: 480px;
		font-size: 25px;
		font-weight: bold;
		margin: 0;
		background-color: #ffdc2a;
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.fixed_footer_bn {
		height: 120px;
	}
	.fixed_footer_bn_box {
		max-width: 960px;
		height: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fixed_footer_bn .fixed_footer_bn_txt .txt span {
		font-size: 14px;
		font-weight: 400;
	}
	.fixed_footer_bn .wp_btn {
		position: static;
		height: 80px;
		width: 480px;
		font-size: 20px;
		font-weight: bold;
		background-color: #ffdc2a;
		margin-bottom: 50px;
	}
}
@media (min-width: 764px) {
	.fixed_footer_bn_box {
		padding: 20px 5% 0;
	}
}
/* お支払いについて・お問い合わせ */
.mod-wp {
	box-sizing: border-box;
	width: 100%;
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
/* h2 */
.ttl_secondary {
	font-size: 52px;
	text-align: center;
	font-weight: 500;
	position: relative;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	color: #000100;
	line-height: 1.4;
}
.ttl_secondary:before { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_secondary:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_secondary:before {
	border-left: solid 2px black;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	left: 20%;
}
.ttl_secondary:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 20%;
}
.ttl_secondary span {
	font-size: 18px;
	display: block;
}
@media screen and (min-width: 1000px){
	.ttl_secondary {
		font-size: 45px;
}	
	.ttl_secondary:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 28%;
}
	.ttl_secondary:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 28%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.ttl_secondary {
		font-size: 38px;
}
	.ttl_secondary:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 28%;
}
	.ttl_secondary:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 28%;
	}
}
@media screen and (max-width: 767px) {
	.ttl_secondary {
		font-size: 30px;
}
	.ttl_secondary:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 2%;
}
	.ttl_secondary:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 2%;
	}
}
.ttl_secondary2 {
	max-width: 800px;
	margin: 0 auto;
	font-size: 45px;
	text-align: center;
	font-weight: 500;
	position: relative;
	padding: 0px 20px 12px;
	margin-bottom: 20px;
	color: #000100;
	line-height: 1.4;
}
.ttl_secondary2:before { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_secondary2:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_secondary2:before {
	border-left: solid 2px black;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	left: 2%;
}
.ttl_secondary2:after {
	content: '';
	border-top: solid 2px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	right: 2%;
}
.ttl_secondary2 span {
	font-size: 26px;
	display: block;
	line-height: 2.0em;
	font-weight: normal;
}
@media screen and (min-width: 1000px){
	.ttl_secondary2 {
		font-size: 45px;
}	
	.ttl_secondary2:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 3%;
}
	.ttl_secondary2:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 3%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.ttl_secondary2 {
		font-size: 38px;
}
	.ttl_secondary2:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 3%;
}
	.ttl_secondary2:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 3%;
	}
}
@media screen and (max-width: 767px) {
	.ttl_secondary2 {
		font-size: 30px;
}
	.ttl_secondary2:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 2%;
}
	.ttl_secondary2:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 2%;
	}
}
/* h3 */
.ttl_third {
	font-size: 45px;
	text-align: center;
	font-weight: 500;
	position: relative;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	color: #000100;
	line-height: 1.4;
}
.ttl_third:before { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_third:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
}
.ttl_third:before {
	border-left: solid 2px black;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	left: 20%;
}
.ttl_third:after {
	content: '';
	border-top: solid 2px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	right: 20%;
}
.ttl_third span {
	font-size: 18px;
	display: block;
}
@media screen and (min-width: 768px) {
	.ttl_third {
		font-size: 30px;
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1000px){
	.ttl_third {
		font-size: 45px;
}	
	.ttl_third:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 28%;
}
	.ttl_third:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 28%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.ttl_third {
		font-size: 38px;
}
	.ttl_third:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 28%;
}
	.ttl_third:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 28%;
	}
}
@media screen and (max-width: 767px) {
	.ttl_third {
		font-size: 30px;
}
	.ttl_third:before {
		border-left: solid 2px black;
		border-top: solid 2px black;
		border-bottom: solid 2px black;
		left: 2%;
}
	.ttl_third:after {
		content: '';
		border-top: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
		right: 2%;
	}
}
/* ヘッダイメージ画像　定期購読・3つの特典 */
/* SP */
section {
	position: relative;
}
section .anchor {
	position: absolute;
	top: -350px;
	left: 0;
}
section .wp_inner {
	max-width: 1060px;
	margin: 0 auto;
}
.wp_img {
	background: url(../img/bg_head.jpg) top center;
	background-size: cover;
	position: relative;
	margin: 60px 0 -80px;/* ヘッダ画像下　余白 */
}
.wp_img_inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}
.wp_img_inner h1 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0% 0 12%;/* ヘッダイメージ余白 */
	display: flex;
	align-items: center;
	position: relative;
}
.wp_img_inner h1 picture{
	position: relative;
	z-index: 10;
	line-height: 0;
}
.wp_img_inner h1:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.wp_img_books {
	position: relative;
	z-index: 10;
	width: 120%;
	margin: 5% -10% 0;
}
.wp_img_books ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}
.wp_img_books ul li {
	width: 55%;
	margin: 0 2px;
	line-height: 0;
}
.wp_img_books ul li.new {
	width: 75%;
}

.kv_badge img{
    width: 22%;
    position: absolute;
    top: -20px;
    bottom: auto;
    right: 45px;
}
/* ヘッダイメージ画像　定期購読・3つの特典 */
/* PC */
@media screen and (min-width: 1000px){
	.wp_img {
		height: 260px;
		margin-bottom: 0;
		padding-top: 55%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
		
	}
	/* ヘッダイメージ画像 */
	.wp_img_inner{
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.wp_img_inner h1 {
		padding: 0;
		max-width: 100%;
    margin-left: 0%;
    height: 100%;
    display: flex;
    align-items: center;
		position: relative;
	}
	.wp_img_inner h1:before{
		left: 0;
		width: 100%;
		height: 143%;
	}
    .kv_badge img{
    width: 40%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: -45px;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.wp_img {
		/*height: 130px; ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 65%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;	
	}
}
/* PC */
@media screen and (min-width: 1001px) {
	.wp_img{
		padding-top: 540px;	
	}
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
	.wp_img{
		padding-top: 520px;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1099px) {
	.wp_img{
		padding-top: 450px;
	}
}
@media screen and (min-width: 900px) and (max-width: 999px) {
	.wp_img{
		height: 640px; /*ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 800px) and (max-width: 899px) {
	.wp_img{
		height:570px; /*ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 700px) and (max-width: 799px) {
	.wp_img{
		height: 505px; /*ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 600px) and (max-width: 699px) {
	.wp_img{
		height: 443px;/* ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 500px) and (max-width: 599px) {
	.wp_img{
		height: 381px;/* ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 400px) and (max-width: 499px) {
	.wp_img{
		height: 319px;/* ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
@media screen and (min-width: 300px) and (max-width: 399px) {
	.wp_img{
		height: 257px;/* ヘッダ画像　下　余白 */
		margin-bottom: 0;
		padding-top: 0%;
		background: url(../img/bg_head.jpg) center;
		background-size: cover;
	}
}
.wp_btn {
	transition: 0.2s;
	box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.28);
	overflow: hidden;
}
.wp_btn .btnlink {
	background-color: #ffdc2a;
	color: #2a0000;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	font-weight: bold;
}
.wp_btn:hover {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
/* ボタンエリア */
/* SP */
.wp_btnarea {
	text-align: center;
	padding: 30px 20px 40px;
	background-image: linear-gradient(90deg, rgba(95, 11, 11, 1), rgba(55, 6, 6, 1) );
}
.wp_btnarea .wp_btnarea_ttl {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.wp_btnarea .wp_btnarea_ttl span {
		font-size: 20px;
	}
.wp_btnarea .wp_btn {
	height: 60px;
	margin: 10px auto 0;
}
.wp_btnarea .wp_btn .btnlink {
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	.wp_btnarea {
		text-align: center;
		padding: 35px 0 40px;
	}
	.wp_btnarea .wp_btn {
		max-width: 480px;
		height: 85px;
	}
	.wp_btnarea .wp_btnarea_ttl {
		font-size: 24px;		
	}
	.wp_btnarea .wp_btnarea_ttl span {
		font-size: 20px;
	}
	.wp_btnarea .wp_btn .btnlink {
		font-size: 25px;
	}
}
/* プラン紹介 */
.wp_plan {
	background-color: #ebe0de;
}
@media screen and (max-width: 400px) {
	.wp_plan .wp_inner {
		padding: 80px 20px 50px 20px;
	}
}
/*PC*/
.wp_plan .wp_plan_lead {
	text-align: center;
	font-size: 15px;
}
.wp_plan .wp_plan_lead .note{
	margin-top: 10px;
	font-size: 15px;
}
.wp_plan .wp_plan_lead .note a{
  text-decoration: underline;
  color: #0062ce;
}
.wp_plan .wp_plan_listitems {
	/* margin-top: 85px; */
	margin-top: 40px;
	position: relative;
}
.wp_plan .wp_plan_listitem {
	background-color: #fff;
}
.wp_plan .wp_plan_listitem + .wp_plan_listitem{
    margin-top:80px; 
}

.wp_plan .wp_plan_listitems .wp_plan_listitem.item01 {
	position: relative;
}
.wp_plan .wp_plan_listitems .wp_plan_listitem.item02 {
	position: relative;
}
.wp_plan .wp_plan_listitems .wp_plan_listitem.item02::before {
	content: '';
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #cb0000;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl {
	position: relative;
	padding: 20px 0 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;/*SP 定期購読*/
	/*background-color: #a20000;*/
	background-image: linear-gradient(90deg, rgba(106, 0, 4, 1), rgba(69, 1, 4, 1));
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl p span {
	font-size: 24px;/*SP 定期購読（年間）*/
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl .wp_plan_listitem_off {
	width: 320px;
	/*border-radius: 5px;*/
	color: #fff;
	text-align: center;
	margin: auto;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	background-image: linear-gradient(90deg, rgba(218, 181, 30, 1), rgba(190, 158, 29, 1));
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl .wp_plan_listitem_off span {
	font-size: 19px;
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_txt {
	padding: 35px 30px 50px 30px;
	text-align: center;
	line-height: 1.4em;
}
.wp_plan .wp_plan_listitems .item03 .wp_plan_listitem_txt {
	padding: 35px 30px;
}
.wp_plan .wp_plan_listitems .wp_plan_listitem_txt .price {
	/*max-width: 195px;*/
	max-width: 300px;
	width: auto;
	margin: 0 auto 10px;
	}
.wp_plan .wp_plan_listitems .wp_btn {
	height: 60px;
	margin: 20px 0;
	font-weight: bold;
	box-shadow: 0px 4px 10px 0px rgba(63, 82, 98, 0.30);
}
.wp_plan .wp_plan_txtlink {
	margin-top: 25px;
	text-align: center;
}
.wp_plan .wp_plan_txtlink a {
	color: #0062ce;
	text-decoration: underline;
	cursor: pointer;
}
.wp_plan .wp_plan_faq {
	margin-top: 30px;
	text-align: center;
}
.wp_plan .wp_plan_faq .wp_plan_faq_btn {
	margin-top: 15px;
	height: 50px;
	box-shadow: none;
	border: 1px solid #333333;
}
.wp_plan .wp_plan_faq .wp_plan_faq_btn a {
	background-color: #fff;
	color: #18212b;
	font-weight: bold;
}
/* PC */
@media screen and (min-width: 1001px) {
	.wp_plan .wp_inner {
		padding: 80px 0 80px;/*プラン紹介 余白*/
	}
	.wp_plan .wp_plan_lead {
		font-size: 18px;
	}
	.wp_plan .wp_plan_listitems {
		/* margin-top: 80px; */
		margin-top: 65px;
		display: flex;
		justify-content: center;
	}
	.wp_plan .wp_plan_listitem + .wp_plan_listitem{
    margin-top:0; 
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem {
		flex: 33.333333333%;
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl {
		padding: 25px 0 15px 0px ;/*PC定期購読・背景・高さ*/
		font-size: 36px;/*PC 定期購読*/
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem + .wp_plan_listitem {
		border-left: 1px solid #eeeeee ;
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl .wp_plan_listitem_off {
		width: 400px;
		font-size: 22px;/*PC 毎月購入よりも17％OFF*/
		top: -40px;
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem_ttl .wp_plan_listitem_off span {
		font-size: 30px;/*PC 17*/	
		/*font-weight: bold;*/
	}
	/* PC 定期購読　価格 */
	.wp_plan .wp_plan_listitems .wp_plan_listitem_txt .price {
		/*max-width: 195px;*/
		max-width: 300px;
		width: auto;
		margin: 0 auto 10px;
	}
	.wp_plan .wp_plan_listitems .wp_plan_listitem_txt {
		padding: 40px 20px;
	}
	.wp_plan .wp_plan_listitems .item03 .wp_plan_listitem_txt {
		padding: 40px 20px;
	}
	.wp_plan .wp_plan_listitems .wp_plan_txtlink {
		margin-top: 30px;
	}
	.wp_plan .wp_plan_faq {
		margin-top: 40px;
	}
	.wp_plan .wp_plan_faq .wp_plan_faq_btn {
		max-width: 240px;
		margin: 15px auto 0;
	}
	.wp_plan .wp_plan_listitems .wp_btn {
		height: 60px;
		max-width: 360px;
		margin: 20px auto;/*PC 上部　プラン紹介内　定期購読に申し込む*/
		font-size: 21px;
		font-weight: bold;
	}	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_plan .wp_inner {
		padding: 80px 20px 80px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.wp_plan .wp_inner {
		padding: 80px 20px 80px;
	}
}
@media screen and (min-width: 300px) and (max-width: 599px) {
	.wp_plan .wp_inner {
		padding: 80px 20px 80px;
	}
}
/* 3つの特典 */
/* SP */
.wp_main {
	background-color: #ecd5cf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 400%;
}
.wp_main .wp_main_inner {
	max-width: 1060px;
	margin: auto;
}
.wp_main .wp_main_lead {
	margin-bottom: 35px;
}
.wp_main .wp_main_items {
	max-width: 1200px;
	margin: auto;
}
.wp_main .wp_main_item + .wp_main_item {
	margin-top: 50px;
}
.wp_main .wp_main_item .num {
	max-width: 60px;
	margin: 0 auto 0;
}
.wp_main .wp_main_item .num2 {
	margin: 0 auto 0;
	color: #b28e0f;
	font-size: 20px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
}
.wp_main .wp_main_item span {
	font-size: 30px;
}
.wp_main .wp_main_item {
}
.wp_main .wp_main_item .wp_main_items_ttl {
	font-size: 26px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.wp_main_items_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 20px;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.15));
}
/* SP　特典　表紙1枚 */
.wp_main_items_img.img01 img{
	width: 100%;
	margin: 1% 0;
}
/* SP　セミナー1枚　特典 */
.wp_main_items_img.img02 picture{
	width: 100%;
	margin: 1% 0;
}
.wp_main_items_img.img02 picture:last-child{
	margin-left: 0%;
}
/* SP　有料実践講座の割引1枚　特典 */
.wp_main_items_img.img03 picture{
	width: 100%;
	margin: 1% 0;
}
.wp_main_items_img.img03 picture:last-child{
	margin-left: 0%;
}
.wp_main .wp_main_item .wp_main_item_tx {
	font-weight: bold;
}
.wp_main .wp_main_item .wp_main_item_tx .note a{
	/*text-decoration: underline;*/
	color: #0062ce;
	font-weight: bold;
}
/* SP */
@media screen and (max-width: 767px) {
	.wp_main .wp_main_lead,
	.wp_main .wp_main_item .wp_main_item_tx {
		padding: 0 20px;
	}
	.wp_main .wp_main_item {
		margin-bottom: 50px;
	}
}
/* PC */
@media screen and (min-width: 768px) {
	.wp_main {
	}
	.wp_main .wp_main_lead {
		text-align: center;
	}
	.wp_main .wp_main_items {
		text-align: center;
	}
	.wp_main .wp_main_item .num {
		max-width: 80px;
		margin: 0 auto 10px;
		line-height: 0;
	}
	.wp_main .wp_main_item .num2 {
		font-size: 24px;
		text-align: center;
	}
	.wp_main .wp_main_item span {
		font-size: 38px;
	}	
	.wp_main .wp_main_item .wp_main_items_ttl {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.wp_main_items_img{
		margin-top: 40px;
	}
	/* PC　表紙1枚 特典 */
	.wp_main_items_img.img01 img{
		width: 100%;
		margin-bottom: 1.2%;
	}
	/* PC　セミナー1枚　特典 */
	.wp_main_items_img.img02 img{
		width: 100%;
		margin-bottom: 1.2%;
	}
	.wp_main_items_img.img02 picture:last-child{
		margin-left: 0;
	}
	/* PC　有料実践講座の割引1枚　特典 */
	.wp_main_items_img.img03 img{
		width: 100%;
		margin-bottom: 1.2%;
	}
	.wp_main_items_img.img03 picture:last-child{
		margin-left: 0;
	}
	.wp_main .wp_main_item {
		margin-bottom: 90px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_main {

	}
	.wp_main .wp_main_item .num {
		max-width: 80px;
	}
	.wp_main .wp_main_item {
		margin-bottom: 90px;
	}
}
@media screen and (min-width: 1000px) {
	.wp_main .wp_main_item {
		margin-bottom: 90px;
	}
}
/* PC */
@media screen and (min-width: 1001px) {

	.wp_main .wp_main_inner {
		padding: 80px 0 10px;/*プラン紹介 余白*/
	}	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_main .wp_main_inner {
		padding: 80px 20px 10px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.wp_main .wp_main_inner {
		padding: 80px 0 10px;
	}
}
@media screen and (min-width: 300px) and (max-width: 599px) {
	.wp_main .wp_main_inner {
		padding: 80px 0 10px;
	}
}
/* ここがポイント！「月刊コールセンタージャパン」とは */
/* SP */
.wp_pickup {
	background-color: #f5f4ef;
	background-image: url(../img/bg_point_oval_6.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	/*padding: 60px 0 30px;*/
}
.wp_pickup .bg01 {
	background-color: #f5f4ef;
}
.wp_pickup .bg02 {
	background-color: #ded2bc;
}
.wp_pickup .bg03 {
	background-color: #f5f4ef;
}
.wp_pickup .wp_pickup_lead {
	margin-bottom: 65px;
}
.wp_pickup .wp_pickup_items {
	/*max-width: 1300px;*/
	max-width: 1200px;
	margin: auto;
}
.wp_pickup .wp_pickup_item + .wp_pickup_item {
	margin-top: 50px;
}
.wp_pickup .wp_pickup_item .num {
	max-width: 60px;
	margin: 0 auto 30px;
}
.wp_pickup .wp_pickup_item .num2 {
	margin: 0 auto 0;
	color: #b28e0f;
	font-size: 20px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
}
.wp_pickup .wp_pickup_item span {
	font-size: 30px;
}
.wp_pickup .wp_pickup_item {}

.wp_pickup .wp_pickup_item .wp_pickup_items_ttl {
	font-size: 26px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.wp_pickup_items_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 20px;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.15));
}
/* SP　表紙4枚　特徴 */
.wp_pickup_items_img.img01 img{
	width: 49%;
	margin: 1% 0;
}
/* SP　データ1枚　特徴 */
.wp_pickup_items_img.img02 picture{
	width: 100%;
	margin: 1% 0;
}
.wp_pickup_items_img.img02 picture:last-child{
	margin-left: 0%;
}
/* SP　イベント・セミナー3枚 */
.wp_pickup_items_img.img03 img{
	/*width: 100%;
	margin: 1% 0;*/
	width: 80%;
	margin: 1% auto 1% ;
}
/* SP */
@media screen and (max-width: 767px) {
	.wp_pickup {
		padding: 80px 0 50px;
		/*background-size: contain;*/
		background-size: cover;
	}
	.wp_pickup .wp_pickup_lead,
	.wp_pickup .wp_pickup_item .wp_pickup_item_tx {
		padding: 0 20px;
	}
	.wp_pickup .wp_pickup_item {
		margin-bottom: 50px;
	}
	.wp_pickup .wp_pickup_item .wp_pickup_item_tx {
		font-weight: bold;
		margin-bottom: 30px;
	}
}
/* PC */
@media screen and (min-width: 1000px) {
	.wp_pickup {
		background-color: #f5f4ef;
		background-image: url(../img/bg_point_oval_5.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_pickup {
		background-color: #f5f4ef;
		background-image: url(../img/bg_point_oval_5.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
}
/* PC */
@media screen and (min-width: 768px) {
	.wp_pickup {
		padding: 80px 0 50px;
	}
	.wp_pickup .wp_pickup_lead {
		text-align: center;
		margin-bottom: 65px;
		font-weight: bold;
	}
	.wp_pickup .wp_pickup_items {
		text-align: center;
	}
	.wp_pickup .wp_pickup_item .num {
		max-width: 80px;
		margin: 0 auto 40px;
		line-height: 0;
	}
	.wp_pickup .wp_pickup_item .num2 {
		font-size: 24px;
		text-align: center;
	}
	.wp_pickup .wp_pickup_item span {
		font-size: 38px;
	}	
	.wp_pickup .wp_pickup_item .wp_pickup_items_ttl {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.wp_pickup_items_img{
		margin-top: 40px;
	}
	/* PC　表紙4枚　特徴 */
	.wp_pickup_items_img.img01 img{
		width: 23%;
		margin-bottom: 1.2%;
	}
	/* PC　データ1枚　特徴 */
	.wp_pickup_items_img.img02 picture{
		width: 100%;
	}
	/* PC　イベント・セミナー3枚　特徴 */
	.wp_pickup_items_img.img03 img{
		width: 31%;
		margin-bottom: 1.2%;
	}
	.wp_pickup .wp_pickup_item .wp_pickup_item_tx {
	font-weight: bold;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_pickup {
		padding: 90px 20px;
		background-size: cover;
	}
	.wp_pickup .wp_pickup_item .num {
		max-width: 80px;
	}
	.wp_pickup .wp_pickup_item {
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1000px) {

	.wp_pickup .wp_pickup_item {
		margin-bottom: 90px;
	}
}
/* FAQ */
/* SP */
.wp_faq {
	padding: 0px 20px 0px;
	background-color: #e9dfdd;
}
.wp_faq .wp_faq_item {
	max-width: 960px;
	margin: auto;
}
.wp_faq .faq_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #937d58;
	padding-left: 22px;
	border-left: 4px solid #937d58;
	margin-bottom: 20px;
}
.wp_faq .faq_boxs {
	margin-bottom: 40px;
}
.wp_faq .faq_boxs_item + .faq_boxs_item {
	margin-top: 10px;
}
.wp_faq .faq_boxs_question {
	background-color: #fff;
	padding: 18px 40px 18px 50px;
	/*border-radius: 5px;*/
	box-shadow: 0px 0px 10px 0px rgba(137, 146, 160, 0.15);
	position: relative;
	cursor: pointer;
	line-height: 1.4;
	font-weight: bold;
}
.wp_faq .faq_boxs_question::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 3%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #937d58;
	border-left: 2px solid #937d58;
	transform: rotate(-135deg);
	font-weight: bold;
}
.wp_faq .faq_boxs_question.active::after {
	transform: rotate(45deg);
}
.wp_faq .faq_boxs_question > * {
	position: relative;
}
.wp_faq .faq_boxs_question p::before {
	content: 'Q';
	height: 38px;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px 30px 24px 30px;
	background-color: #937d58;
}
.wp_faq .faq_boxs_question2 {
	background-color: #fff;
	padding: 18px 40px 18px 50px;
	/*border-radius: 5px;*/
	box-shadow: 0px 0px 10px 0px rgba(137, 146, 160, 0.15);
	position: relative;
	cursor: pointer;
	line-height: 1.4;
	font-weight: bold;
}
.wp_faq .faq_boxs_question2::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 3%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #937d58;
	border-left: 2px solid #937d58;
	transform: rotate(-135deg);
	font-weight: bold;
}
.wp_faq .faq_boxs_question2.active::after {
	transform: rotate(45deg);
}
.wp_faq .faq_boxs_question2 > * {
	position: relative;
}
.wp_faq .faq_boxs_question2 p::before {
	content: 'Q';
	height: 38px;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px 30px 24px 30px;
	background-color: #937d58;
}
.wp_faq .faq_boxs_answer {
	display: none;
	position: relative;
	padding: 18px 0 18px 50px;
}
.wp_faq .faq_boxs_answer > * {
	position: relative;
}
.wp_faq .faq_boxs_answer a {
	word-wrap: break-word;
    color: #0046cc;
    text-decoration: underline;
}
.wp_faq .faq_boxs_answer p::before {
	content: 'A';
	height: 38px;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #937d58;
	position: absolute;
	left: -35px;
	top: 0;
	margin: auto;
}
.wp_faq .wp_faq_link {
	margin-top: 50px;
	text-align: center;
}
.wp_faq .wp_faq_link p {
	font-size: 15px;
}
/* PC */
@media screen and (min-width: 1000px) {
	.wp_faq {
		
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question2 {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question2 p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC A パディング */
	.wp_faq .faq_boxs_answer {
		position: relative;
		padding: 30px 0 30px 88px/* PC A 左 */;
		font-weight: bold;
	}
	.wp_faq .faq_boxs_answer p::before {
		/*left: -45px;*/
		left: -55px;
	}
	.wp_faq .wp_faq_link {
		margin-top: 40px;
	}
	.wp_faq .wp_faq_link p {
		font-size: 16px;
	}
	.wp_faq .wp_faq_link .wp_faq_link_btn {
		max-width: 240px;
		height: 50px;
		border-radius: 10px;
		margin: 15px auto 0;
	}
}
/* SP */
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_faq {
		
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question2 {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question2 p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC A パディング */
	.wp_faq .faq_boxs_answer {
		position: relative;
		padding: 30px 0 30px 88px/* PC A 左 */;
		font-weight: bold;
	}
	.wp_faq .faq_boxs_answer p::before {
		/*left: -45px;*/
		left: -55px;
	}
	.wp_faq .wp_faq_link {
		margin-top: 40px;
	}
	.wp_faq .wp_faq_link p {
		font-size: 16px;
	}
	.wp_faq .wp_faq_link .wp_faq_link_btn {
		max-width: 240px;
		height: 50px;
		border-radius: 10px;
		margin: 15px auto 0;
	}
}
/* SP */
@media screen and (min-width: 600px) and (max-width: 767px) {
	.wp_faq {
		/*padding: 100px 0 ;*/
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question2 {
		padding: 31px 0 32px 110px/* PC Q 左 */;
	}
	.wp_faq .faq_boxs_question2 p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC A パディング */
	.wp_faq .faq_boxs_answer {
		position: relative;
		padding: 30px 0 30px 88px/* PC A 左 */;
		font-weight: bold;
	}
	.wp_faq .faq_boxs_answer p::before {
		/*left: -45px;*/
		left: -55px;
	}
	.wp_faq .wp_faq_link {
		margin-top: 40px;
	}
	.wp_faq .wp_faq_link p {
		font-size: 16px;
	}
	.wp_faq .wp_faq_link .wp_faq_link_btn {
		max-width: 240px;
		height: 50px;
		border-radius: 10px;
		margin: 15px auto 0;
	}
}
/* SP */
@media screen and (min-width: 300px) and (max-width: 599px) {
	.wp_faq {
		/*padding: 100px 0 ;*/
	}
	/* PC Q パディング */
	.wp_faq .faq_boxs_question {
		padding: 31px 0 32px 110px/* PC Q 左 */;
		font-size: 16px;
	}
	.wp_faq .faq_boxs_question p::before {
		left: -110px; /*PC question テキスト*/
	}
	.wp_faq .faq_boxs_question2 {
		padding: 20px 0 21px 110px/* PC Q 左 */;
		font-size: 16px;
	}
	.wp_faq .faq_boxs_question2 p::before {
		left: -110px; /*PC question テキスト*/
	}
	/* PC A パディング */
	.wp_faq .faq_boxs_answer {
		position: relative;
		padding: 30px 0 30px 88px/* PC A 左 */;
		font-weight: bold;
	}
	.wp_faq .faq_boxs_answer p::before {
		/*left: -45px;*/
		left: -55px;
	}
	.wp_faq .wp_faq_link {
		margin-top: 40px;
	}
	.wp_faq .wp_faq_link p {
		font-size: 16px;
	}
	.wp_faq .wp_faq_link .wp_faq_link_btn {
		max-width: 240px;
		height: 50px;
		border-radius: 10px;
		margin: 15px auto 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_faq .faq_boxs_answer {
		font-weight: bold;
	}
}
@media screen and (max-width: 768px) {
	.wp_faq .faq_boxs_answer {
		font-weight: bold;
	}
}
/* PC */
@media screen and (min-width: 1001px) {
	.wp_faq .wp_inner {
		padding: 80px 0;/* 余白 */
	}	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_faq .wp_inner {
		padding: 80px 0 80px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.wp_faq .wp_inner {
		padding: 80px 0 80px;
	}
}
@media screen and (min-width: 300px) and (max-width: 599px) {
	.wp_faq .wp_inner {
		padding: 80px 0 80px;
	}
}
/* お支払いについて・お問い合わせ*/
/* SP */
.wp_info {
	padding: 0px 0px 0px ;
	background-color: #fff;
}
/* お支払いについて・お問い合わせ*/
/*SP*/
.wp_info .wp_payments {
	margin-bottom: 63px;
}
.wp_info .wp_payments .list_pay {
	margin-top: 20px;
}
.wp_info .wp_payments .list_pay li + li {
	margin-top: -4px;
}
.wp_info .wp_payments .list_pay .list_pay_item .ttl {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #a20000;
	text-align: center;
	font-weight: normal;
}
.wp_info .wp_payments .list_pay .list_pay_item .ttl > span {
	display: table-cell;
	color: #fff;
	font-size: 16px;
	line-height: 1.56;
	vertical-align: middle;
}
.wp_info .wp_payments .list_pay .list_pay_item .detail {
	box-sizing: border-box;
	padding: 20px 20px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	height: 250px;
}
.wp_info .wp_payments .list_pay .list_pay_item .vis {
	margin-top: 3px;
	margin-bottom: 20px;
}
.wp_info .wp_payments .list_pay .list_pay_item .vis img {
	width: 100%;
	max-width: 210px;
	margin-top: 10px;
}
.wp_info .wp_payments .list_pay .list_pay_item .detail .txt_small {
	font-size: 14px;	
}
.wp_info .wp_payments .caution > li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
/* お支払いについて・お問い合わせ */
/* SP */
@media screen and (max-width: 999px) {
	.wp_info .wp_payments {
	}
}
/*PC*/
@media screen and (min-width: 1000px) {
	.wp_info {
		/*padding: 100px 0 0;*/
	}
	.wp_info .wp_inner {
		max-width: 1060px;
		margin: auto;
		/*padding: 80px 0 80px;*/
	}
	.wp_info .wp_payments {
		margin-bottom: 100px;
	}
	.wp_info .wp_payments .list_pay {
		display: table;
		width: 100%;
	}
	.wp_info .wp_payments .list_pay > li {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	.wp_info .wp_payments .list_pay li + li {
		margin-top: 0;
	}
	.wp_info .wp_payments .list_pay .list_pay_item .ttl {
		box-sizing: border-box;
		height: 50px;
	}
	.wp_info .wp_payments .list_pay .list_pay_item:nth-child(even) .ttl {
		border-left: 1px solid #fff;
	}
	.wp_info .wp_payments .list_pay .list_pay_item .detail {
		padding: 20px 30px;
		height: 280px;
	}
	.wp_info .wp_payments .list_pay .list_pay_item:nth-child(odd) .detail {
		border-right: 0;
		border-bottom: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
	}
	.wp_info .wp_payments .list_pay .list_pay_item:nth-child(even) .detail {
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
	}
	.wp_info .wp_payments .list_pay .list_pay_item .detail .vis {
		margin: 5px 0;
	}
	.wp_info .wp_payments .list_pay .list_pay_item .detail .vis img {
		width: 100%;
		max-width: 295px;
	}
}
/* PC */
@media screen and (min-width: 1001px) {
	.wp_info .wp_inner {
		padding: 80px 0;/*プラン紹介 余白*/
	}	
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_info .wp_inner {
		padding: 80px 0 80px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.wp_info .wp_inner {
		padding: 80px 0 80px;
	}
}
@media screen and (min-width: 300px) and (max-width: 599px) {
	.wp_info .wp_inner {
		padding: 80px 0 80px;
	}
}
/* お問い合わせ */
/* SP */
.wp_info .wp_contact {
	padding: 0px 20px 0;
}
.wp_info .wp_contact .ttl_third + .text-lead {
	font-size: 16px;
}
.wp_info .wp_contact .ttl_third + .text-lead a {
	color: #0062ce;
	text-decoration: underline;
}
.wp_info .wp_contact .notes{
	color: #666666;
	font-size: 90%;
	margin-top: 0.5em;
}
.wp_info .wp_contact .caution > li {
	color: #333333;
}
.wp_info .wp_contact .caution > li:before {
	content: "※";
}
.wp_info .wp_contact .detail {
	box-sizing: border-box;
	margin-top: 18px;
	padding: 30px 30px 0;
}
.wp_info .wp_contact .detail .box-mail .inner-box {
	border: 3px solid #990400;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
.wp_info .wp_contact .detail .box-mail .inner-box a {
	color: #990400;
	padding: 10px;
	display: block;
}
.wp_info .wp_contact .detail .mail {
	margin: auto;
}
.wp_info .wp_contact .detail .mail .icn,
.wp_info .wp_contact .detail .mail .txt {
	display: inline-block;
	vertical-align: middle;
}
.wp_info .wp_contact .detail .mail .txt {
	font-weight: 500;
}
.wp_info .wp_contact .detail .mail .icn {
	line-height: 0;
	margin-right: 5px;
	width: 27px;
}
/* SP */
@media screen and (max-width: 999px) {
	.wp_info .wp_contact {
		padding: 30px 20px 0px;
	}
	.wp_info .wp_contact .detail .mail .icn {
		width: 22px;
		margin-right: 5px;
	}
	.wp_info .wp_contact .detail .box-mail .inner-box {
		border-radius: 4px;
	}
	.wp_info .wp_contact .detail .mail .txt {
		font-size: 20px;
	    letter-spacing: -0.01em;
	}
	.wp_info .wp_contact .txt_hours {
		padding: 10px 0;
	}
}
/* PC */
@media screen and (min-width: 1000px) {
	.wp_info .wp_contact .ttl_third + .text-lead {
		font-size: 16px;
		text-align: center;
	}
	.wp_info .wp_contact .notes{
		text-align: center;
	}
	.wp_info .wp_contact .caution > li {
		text-align: center;
	}
	.wp_info .wp_contact .detail {
		margin-top: 65px;
		padding: 30px 30px 10px;
	}
	.wp_info .wp_contact .detail .box-mail .inner-box {
		box-sizing: border-box;
		max-width: 540px;
		margin: auto;
		margin-bottom: 20px;
	}
	.wp_info .wp_contact .detail .box-mail .inner-box a {
		padding: 10px 0;
	}
	.wp_info .wp_contact .detail .mail {

	}
	.wp_info .wp_contact .detail .mail .icn {
		width: 55px;
	}
	.wp_info .wp_contact .detail .mail .txt {
		font-size: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.wp_info .wp_contact .detail .mail {
	}
	.wp_info .wp_contact .detail .mail .icn img {
		width: 55px;
	}
	.wp_info .wp_contact .detail .mail .txt {
		font-size: 30px;
	}
}
/* お支払い注意事項 */
.caution {
	margin-top: 20px;
	font-size: 11px;
	list-style: disc;
	padding-left: 1.6em;
	letter-spacing: .05em;
}
.caution > li {
	position: relative;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
	.caution > li {
		font-size: 13px;
		line-height: 1.8;
	}
}
/* footer */
/* SP */
.footer_logo {
	background-color: #fe0000;
	text-align: center;
}
.footer_logo_s {
	display: table;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	font-size: 0;
}
.footer_logo_s > span {
	display: table-cell;
	vertical-align: middle;
}
.footer_logo_s img {
	width: 250px;
}
.mdl-outer {
	margin-top: 20px;
}
.footer_wrap {
	max-width: 1200px;
	padding-bottom: 38px;
	margin: auto;
	text-align: center;
}
.footer_list {
	box-sizing: border-box;
	display: table;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;	
}
.footer_link {
	display: table;
	width: 100%;
}
.footer_link_list {
	display: table-cell;
	vertical-align: middle;
}
.footer_link_list:first-child {
	border-right: 1px solid #666666;
}
.footer_link_list a {
	color: #222;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.06em;
}
.footer_link_list a:hover {
	text-decoration: underline;
}
.footer_list_copy {
	margin-top: 20px;
	color: #222;
	font-size: 10px;
	letter-spacing: -0.01em;
	line-height: 1.66667em;
	text-align: center;
	vertical-align: top;
}
/* PC */
@media screen and (min-width: 1000px) {
	.footer_wrap {
		max-width: 100%;
	}
	.footer_logo {
	}
	.footer_logo_s {
		height: 125px;
	}
	.footer_logo_s img {
		width: 480px;
	}
	.mdl-outer {
		margin-top: 40px;
	}
	.footer_link {
		display: table-cell;
		width: 50%;
		margin-bottom: 5px;
		vertical-align: top;
	}
	.footer_link_list a {
		font-size: 14px;
	}
	.footer_link_list:first-child {
		padding-right: 9px;
	}
	.footer_link_list + .footer_link_list {
		padding-left: 20px;
	}
	.footer_list_copy {
		display: table-cell;
		width: 50%;
		color: #222;
		font-size: 14px;
		line-height: 1.66667em;
		letter-spacing: -0.5px;
		text-align: right;
		vertical-align: top;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.footer_logo_s {
		height: 100px;
	}
	.footer_logo_s img {
		width: 375px;
	}
}	
@media screen and (max-width: 999px)  {
	.footer_list_copy {
	margin-bottom: 20px;
	}
}