/*アコーデオン*/
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.accordion-unit:nth-child(4){
			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 h2.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 .accordion-box{
			padding: 0 10px;
		}
		article section .accordion-box h3:first-child{
			margin-top: 1.0em;
		}
		article section .accordion-box p:first-child{
			margin-top: 1.0em;
		}
		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 p a{
			color:#0094b4;
			text-decoration: none;
		}
		article section p a:hover{
			color:#33ccff;
		}
		article section p a:visited{
			color:#ccc;
		}
		ul.activity {
			margin-bottom: 1.0em;
			overflow: hidden;
		}
		ul.activity li{
			display: block;
			box-sizing: border-box;
			padding:10px;
			background: #e0fcfb;
			line-height: 1.75em;
			margin-bottom: 0.75em;
		}
		article section .tablescroll{
			width:100%;
			overflow: auto;
			margin-bottom: 0.5em;
		}
		article section table{
			width: 640px;
			display: table;
			border-collapse: collapse;
			margin-bottom:0.5em;
		}
		article section div.tablescroll + p{
			font-size: 85%;
			/* margin-bottom:0; */
		}
		article section table td{
			padding:5px;
			border:solid 1px #ccc;
			font-size: 85%;
			line-height: 1.5em;
		}
		article section table.shisaku1 tr td:nth-child(1){
			width:1.5em;
			text-align: right;
		}
		article section table.shisaku1 tr td:nth-child(3),
		article section table.shisaku1 tr td:nth-child(4){
			width:5em;
			text-align: right;
		}
		article section table.shisaku1 tr:nth-child(1) td:nth-child(1){
			vertical-align: middle;
		}
		article section table.shisaku1 tr:nth-child(1) td:nth-child(3),
		article section table.shisaku1 tr:nth-child(1) td:nth-child(4){
			text-align: center;
		}
		article section table.shisaku2 tr td:nth-child(1){
			width:1.5em;
			text-align: right;
		}
		article section table.shisaku2 tr td:nth-child(3),
		article section table.shisaku2 tr td:nth-child(4),
		article section table.shisaku2 tr td:nth-child(5){
			text-align: right;
		}
		article section table.shisaku2 tr:nth-child(1) td{
			vertical-align: middle;
		}
		article section table.shisaku2 tr:nth-child(1) td:nth-child(3){
			width:6.5em;
			text-align: center;
		}
		article section table.shisaku2 tr:nth-child(1) td:nth-child(4){
			width:6.5em;
			text-align: center;
		}
		article section table.shisaku2 tr:nth-child(1) td:nth-child(5){
			width:3em;
			text-align: center;
		}
		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.accordion-unit{
		border: solid 1px #ccc;
		border-radius: 20px;
		margin:0 auto 1.0em;
	}
	article section.accordion-unit:nth-child(4){
		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 h2.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 .accordion-box{
		padding: 0 20px;
	}
	article section .accordion-box h3:first-child{
		margin-top: 1.0em;
	}
	article section .accordion-box p:first-child{
		margin-top: 1.0em;
	}
	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 a{
		color:#0094b4;
		text-decoration: none;
	}
	article section a:hover{
		color:#33ccff;
	}
	article section a:visited{
		color:#ccc;
	}
	ul.activity {
		margin-bottom: 1.0em;
		overflow: hidden;
	}
	ul.activity li{
		display: block;
		box-sizing: border-box;
		padding:10px;
		background: #e0fcfb;
		line-height: 1.75em;
		margin-bottom: 0.75em;
	}
	article section table{
		width: 100%;
		display: table;
		border-collapse: collapse;
		margin-bottom:0.5em;
	}
	article section .tablescroll{
		margin-bottom: 0.5em;
	}
	article section div.tablescroll + p{
		font-size: 85%;
	}
	article section table td{
		padding:5px;
		border:solid 1px #ccc;
		font-size: 85%;
		line-height: 1.5em;
	}
	article section table.shisaku1 tr td:nth-child(1){
		width:1.5em;
		text-align: right;
	}
	article section table.shisaku1 tr td:nth-child(3),
	article section table.shisaku1 tr td:nth-child(4){
		width:5em;
		text-align: right;
	}
	article section table.shisaku1 tr:nth-child(1) td:nth-child(1){
		vertical-align: middle;
	}
	article section table.shisaku1 tr:nth-child(1) td:nth-child(3),
	article section table.shisaku1 tr:nth-child(1) td:nth-child(4){
		text-align: center;
	}
	article section table.shisaku2 tr td:nth-child(1){
		width:1.5em;
		text-align: right;
	}
	article section table.shisaku2 tr td:nth-child(3),
	article section table.shisaku2 tr td:nth-child(4),
	article section table.shisaku2 tr td:nth-child(5){
		text-align: right;
	}
	article section table.shisaku2 tr:nth-child(1) td{
		vertical-align: middle;
	}
	article section table.shisaku2 tr:nth-child(1) td:nth-child(3){
		width:6.5em;
		text-align: center;
	}
	article section table.shisaku2 tr:nth-child(1) td:nth-child(4){
		width:6.5em;
		text-align: center;
	}
	article section table.shisaku2 tr:nth-child(1) td:nth-child(5){
		width:3em;
		text-align: center;
	}
	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 */
