@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	}

/* レイアウト
---------------------------------*/
body{
	font-size: 100%;
}
#main-wrap section{
	margin-bottom: 35px;
}
#main-wrap section .inner{
	margin: 15px 15px 0;
}

/* 共通スタイル
---------------------------------*/
img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
a{
	color: #007ebe;
}

.to_page_top{
	position: relative
}
.to_page_top a {
	position: absolute;
	right: 4%;
	bottom: -16px;
	display: block;
	width: 32px;
	height: 32px;
}
.to_page_top img{
	width: 32px;
	height: 32px;
}
.to_page_top a {
	position: absolute;
	right: 4%;
	bottom: -16px;
	/*display: block;*/
	display: none; /*201712*/
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}

/*-----------------
 標準見出し
-------------------*/
h2.section-title{
	position:relative;
	display:block;
	width:100%;
	padding:0.5em;
	background-image:none;
	background-color:rgba(239,239,239,1);
	border-top:2px solid #4c4c4c;
	font-size:22px;
	line-height:1;
	font-weight:normal;
	text-align:center;
}
h2.section-title.folding:after{
	content:"";
	position:absolute;
	right:3.125%;
	top:50%;
	width:23px;
	height:23px;
	background-image: url(../img/icon_sectiontitle_pm.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 23px auto;
	background-color: #4f4f4f;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
h2.section-title.folding.closed:after{
	background-position: center bottom;
	}

#no-1-txt{
	margin: 15px 10px 50px;
	font-size: 14px;
	line-height: 2;
}