/*よくある質問　アコーデオン*/
section.accordion-close .accordion-btn{
	background-image: url(../img/parts/accordion_btn_open.png);
}
section.accordion-open .accordion-btn{
	background-image: url(../img/parts/accordion_btn_close.png);
}
section.accordion-unit .accordion-box {
	transition-duration:500ms;
	transition-timing-function:ease-in-out;
	transition-property:height,opacity,margin-bottom;
}
section.accordion-close .accordion-box {
	overflow: hidden;
	height:0;
	opacity: 1;
	margin-bottom:0;
}
section.accordion-open .accordion-box {
	overflow: hidden;
	height:auto;
	opacity: 1;
	margin-bottom:0;
}

/* ↓スマホ */
@media all and (max-width: 767px) {

	/* 記事 */

		main .frame{
			padding:0;
			padding-top:20px;
			padding-bottom: 40px;
		}

		article{
			text-align: left;
		}
		article .heading1{
			margin-bottom:20px;

		}
		article .heading1 h1{
			display: block;
			padding-top: 5px;
			padding-left: 5px;
			padding-bottom: 5px;
			border-left: solid 6px #64b6c8;
			line-height: 1.35em;
			box-sizing: border-box;
			font-size: 135%;
		}
		article section{

		}
		article section.accordion-unit{
			padding:0;
			border: solid 1px #ccc;
			border-radius: 20px;
			margin-bottom: 1.0em;
		}
		article section#shanai.accordion-unit{
			margin:0 auto 3.0em;
		}
		article section h2{
			display:block;
			padding: 5px;
			border-left: solid 5px #81d0e1;
			border-bottom: solid 1px #ccc;
			box-sizing: border-box;
			line-height: 1.5em;
			margin:0 auto 1.0em;
			font-size: 112.5%;
		}
		article section h3.accordion-btn{
			display:block;
			padding: 5px 5px 5px 40px;
			border: none;
			box-sizing: border-box;
			line-height: 1.5em;
			margin:0 auto;
			font-size: 112.5%;
			background-position: 7.5px 7px;
			background-size: 25px 25px;
			background-repeat: no-repeat;
			min-height: 40px;
			cursor: pointer;
		}
		article section h3{
			display:block;
			padding: 2px 5px;
			border-left: solid 3px #81d0e1;
			box-sizing: border-box;
			line-height: 1.5em;
			margin:0 auto 0.5em;
			font-size:100%;
		}
		article section p{
			display:block;
			margin:0 auto 2.0em;
			line-height: 1.75em;
			font-size:100%;
		}
		article section a{
			color:#0094b4;
			text-decoration: none;
		}
		article section a:hover{
			color:#33ccff;
		}
		/* article section a:visited{
			color:#ccc;
		} */
		/*よくある質問*/
		dl {
			padding-left: 40px;
			padding-right:10px;
			margin-bottom: 2.0em;
		}
		dl dt {
			text-indent: -1.5em;
			line-height: 1.75em;
			padding-bottom:0;
			font-weight: bold;
		}
		dl dt:first-child{
			padding-top:1.0em;
		}
		dl dd {
			text-indent: -1.5em;
			line-height: 1.75em;
			padding-bottom: 1em;
		}
		dl .q_icon {
			color: #0eb1cb;
		}
		dl .a_icon {
			color: #ff960f;
			font-weight: bold;
		}
		article section .relatedLink{
			display:block;
			margin:0 auto 2.0em;
			line-height: 1.75em;
			font-size:100%;
		}
		article section .relatedLink a{
			display: inline-block;
			text-decoration: none;
			color:#333;
			padding-left:25px;
			background-image: url(../img/parts/relatedlink_icon.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 20px 20px;
		}
		article section .relatedLink a:hover{
			color:#999;
		}
		article div#fb_area{
			display: block;
			/* width: 350px; */
			padding:0 3px;
			margin:0 auto 2.0em;
			box-sizing: border-box;
		}
	/* シェアボタン */
	.shareButton{
		overflow: hidden;
		text-align: right;
		margin-right: 10px;
	}
	.shareButton span:first-child{
		display: inline-block;
		padding-left:15px;
		background-image: url(../img/parts/share_arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 9px 14px;
		height:30px;
		line-height: 30px;
		font-weight: bold;
		font-size:75%;
		vertical-align:top;
	}
	.shareButton a{
		display: inline-block;
		width:30px;
		height:30px;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		text-indent: -9999px;
		margin-left: 5px;
		text-align: left;
		vertical-align:top;
	}
	.shareButton a.tw{background-image: url(../img/parts/share_x.png);}
	.shareButton a.fb{background-image: url(../img/parts/share_fb.png);}
	.shareButton a.line{background-image: url(../img/parts/share_line.png);}

}
/* ↑スマホ */
/* ↓PC */
@media all and (min-width: 768px) {

/* 記事 */
main .frame{
	width:960px;
	background: #fff;
	margin:32px auto 50px;
	padding:0;
	padding-top:24px;
	padding-bottom: 40px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

	article{
		text-align: left;
	}
	article .heading1{
		width:800px;
		margin:0 auto 45px;

	}
	article .heading1 h1{
		display: block;
		padding-left: 14px;
		padding-top: 7px;
		padding-bottom: 7px;
		border-left: solid 10px #64b6c8;
		line-height: 1.35em;
		box-sizing: border-box;
		font-size: 150%;
	}

	article section{
		width: 640px;
		margin:0 auto 2.0em;
		background-color: #fff;
	}
	article section.otoiawase{
		width: 100%;
		margin:0 auto 2.0em;
		background-color: #fff;
	}
	article section.accordion-unit{
		border: solid 1px #ccc;
		border-radius: 20px;
		margin:0 auto 1.0em;
	}
	article section#shanai.accordion-unit{
		margin:0 auto 3.0em;
	}
	article section h2{
		display:block;
		padding: 5px;
		border-left: solid 7px #81d0e1;
		border-bottom: solid 1px #ccc;
		box-sizing: border-box;
		line-height: 1.5em;
		margin:0 auto 1.5em;
		font-size: 112.5%;
	}
	article section h3.accordion-btn{
		display:block;
		padding: 5px 5px 5px 40px;
		border: none;
		box-sizing: border-box;
		line-height: 1.5em;
		margin:0;
		font-size: 125%;
		background-position: 7.5px center;
		background-size: 25px 25px;
		background-repeat: no-repeat;
		min-height: 40px;
		cursor: pointer;
	}
	article section h3{
		display:block;
		padding: 2px 5px;
		border-left: solid 5px #81d0e1;
		box-sizing: border-box;
		line-height: 1.5em;
		margin:0 auto 1.0em;
		font-size:100%;
	}
	article section p{
		display:block;
		margin:0 auto 2.0em;
		line-height: 1.75em;
		font-size:100%;
	}
	article section.otoiawase p{
		display:block;
		width:640px;
		margin:0 auto 2.0em;
		line-height: 1.75em;
		font-size:100%;
	}
	article section a{
		color:#0094b4;
		text-decoration: none;
	}
	article section a:hover{
		color:#33ccff;
	}
	/* article section a:visited{
		color:#ccc;
	} */
	/*よくある質問*/
	dl {
		padding-left: 40px;
		padding-right:20px;
		margin-bottom: 2.0em;
	}
	dl dt {
		text-indent: -1.5em;
		line-height: 1.75em;
		padding-bottom:0em;
		font-weight: bold;
	}
	dl dt:first-child{
		padding-top:1.0em;
	}
	dl dd {
		text-indent: -1.5em;
		line-height: 1.75em;
		padding-bottom: 1em;
	}
	dl .q_icon {
		color: #0eb1cb;
	}
	dl .a_icon {
		color: #ff960f;
		font-weight: bold;
	}
	article section .relatedLink{
		display:block;
		width:640px;
		margin:0 auto 2.0em;
		line-height: 1.75em;
		font-size:100%;
	}
	article section .relatedLink a{
		display: inline-block;
		text-decoration: none;
		color:#333;
		padding-left:25px;
		background-image: url(../img/parts/relatedlink_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px 20px;
	}
	article section .relatedLink a:hover{
		color:#999;
	}
	article div#fb_area{
		display: block;
		width:640px;
		margin:0 auto 50px;
	}

/* シェアボタン */
	.shareButton{
		overflow: hidden;
		text-align: right;
		margin-right: 80px;
	}
	.shareButton span:first-child{
		display: inline-block;
		padding-left:15px;
		background-image: url(../img/parts/share_arrow.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 9px 14px;
		height:30px;
		line-height: 30px;
		font-weight: bold;
		font-size:75%;
		vertical-align:top;
	}
	.shareButton a{
		display: inline-block;
		width:30px;
		height:30px;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		text-indent: -9999px;
		margin-left: 10px;
		text-align: left;
		vertical-align:top;
	}
	.shareButton a.tw{background-image: url(../img/parts/share_x.png);}
	.shareButton a.fb{background-image: url(../img/parts/share_fb.png);}
	.shareButton a.line{background-image: url(../img/parts/share_line.png);}
}
/* ↑PC */
