@charset "utf-8";
body.page{
	background: #fff7f7;
	color: #000;
	line-height: 1.5em;
	word-wrap: break-word;
}
a{
	color: #f1a328;
	text-decoration: underline;
}
a:hover{
	color: #dd9016;
	text-decoration: none;
}
.site_inner{
	margin: 10px;
	padding: 10px;
	background: #fff;
}
.page_tit{
	text-align: center;
	font-size: 28px;
	line-height: 1.6em;
	margin: 30px auto;
	font-weight: normal;
}
.question,
.answer{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.question{
	cursor: pointer;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-right: 30px;
	background-image: url(/common/img/common/arrow01.png?2017072501);
	background-repeat: no-repeat;
	background-position: 97% 30%;
	background-size: 8px 5px;
}
.question.btn_open{
	background-image: url(/common/img/common/arrow02.png?2017072501);
}
.answer{
	margin-bottom: 20px;
	background: #fff7f7;
}
.question:after,
.answer:after{content: ""; display: block; clear: both;}

.ico{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	text-align: center;
	background: #fa6868;
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	float: left;
	margin:0 10px 10px 0;
	border-radius: 3px;
	color: #fff;
}
.sub_tit{
	margin:0 auto 10px;
	font-weight: bold;
	font-size: 105%;
}
.list_2nd{
	margin: 10px 0 0 10px;
}
.list_3rd{
	margin: 5px 0 0 10px;
}
.list_2nd li{
	margin-bottom: 10px;
}
.list_3rd li{
	margin-bottom: 5px;
}
.chapter{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.chapter:last-child{
	border-bottom: none;
}
.contents_box{
	margin: 15px 0 0 0;
	background: #2d2d2d;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}

.date {
	font-size: 88%;
	color: #909090;
}
.title {
	font-weight: bolder;
}
/*----------serizawa_add190521------------------------*/
body.page.webview {
	color: #676767;
	font-size: 13px;
	border-top: none;
	}

/*******************************************
	 sharepage
*******************************************/
.share_page-lead{
	text-align: center;
	margin:0 10px 35px;
	font-size: 120%;
	line-height: 2em;
}
.step_share{
	width: 475px;
	float: left;
	display: block;
	margin-bottom: 50px;
}
.step_share:nth-child(odd){
	margin-right: 50px;
}
.step_share__ttl{
	font-size: 150%;
	font-weight: bold;
	color: #fa6868;
	margin-bottom: 20px;
}
.step__thumb{
	margin-bottom: 15px;
}
.step__thumb img{
	height: auto;
}
.step_shares:after{
	content:'';
	display: block;
	width: 100%;
	clear: both;
}
/******** tablet ***********************/
@media screen and (max-width: 999px) {
	.step_share{
		width: calc(50% - 10px);
		float: left;
		display: block;
		margin-bottom: 50px;
	}
	.step_share:nth-child(odd){
		margin-right: 20px;
	}
}
/******** smartphone ***********************/
@media screen and (max-width: 999px) {
	.share_page-lead{
		text-align: left;
	}
	.step_share{
		width: 100%;
		float: inherit;
		display: block;
		margin-bottom: 50px;
	}
	.step__thumb img{
		width: 100%;
	}
	.step_share:nth-child(odd){
		margin-right: 20px;
	}
	.step_share__ttl{
		text-align: center;
	}
}