@charset "utf-8";

main {margin-bottom: 70px;}

/*-------- パンくず --------*/
#sec1 {
	padding: 10px 0;
	background: #f0f3f5;
}


/*-------- #sec2 --------*/
#sec2 .wid1 {
	width: 980px;
	margin: 40px auto 0;
}

.title {text-align: center;}

h2 {
	margin-bottom: 10px;
	color: #272b76;
	font-size: 13px;
	text-align: center;
	line-height: 1.3;
	
}

h2 span {
	display: block;
	font-size: 28px;
	letter-spacing: 4px;
}

h3 {
	margin: 10px auto 30px;
	padding: 0.6em 1em;
	display: inline-block;
	color: #272b76;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-top: 1px dashed #272b76;
	border-bottom: 1px dashed #272b76;
}

h4 {
	margin: 0 0 10px;
	color: #272b76;
	font-size: 16px;
}

h5 {
	margin: 40px 0 15px;
	color: #272b76;
	font-size: 16px;
	text-align: center;
}

h6 {
	margin: 0 0 10px;
	color: #272b76;
}

/* メイン */
#sec2 ul.read {
	margin: 0 0 20px;
	padding-left: 1em;
}

#sec2 ul.read li {
	margin: 0 0 7px;
	text-indent: -0.8em;
}

#sec2 ul.read li:before {
	content: "■";
	font-size: 80%;
}

#sec2 ol {
	padding-left: 2em;
	list-style-type: decimal;
}

#sec2 ol li {
	margin: 0 0 1.5em;
}

#sec2 ol li .txt {margin: 0.5em 0 0;}

#sec2 ol li ul.detail {
	margin: 10px 0 0;
	padding-left: 1em;
	list-style-type: disc;
}

#sec2 ol li ul.detail li,
#sec2 ol li ul.detail_num li {
	margin: 0 0 3px;
}

#sec2 ol li ul.detail_num {
	margin: 10px 0 0;
	padding-left: 2em;
}

#sec2 ol li ul.detail_num li {text-indent: -2.5em;}

#sec2 ul.if_list {
	padding-left: 2em;
	list-style-type: disc;
}

#sec2 ul.if_list li {margin: 0 0 3px;}

#sec2 .point {
	width: 520px;
	margin: 30px auto 0;
	padding: 20px;
	border: 3px solid #f0f3f5;
}

#sec2 .point ul {
	padding-left: 1.3em;
	list-style-type: disc;
}

/* 耐薬 */
.p_table {margin: 25px 0 0;}

.p_table table {
	margin-right: 15px;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #272b76;
}

.p_table table th,
.p_table table td {
	padding: 7px 15px;
}

.p_table table th {
	color: #fff;
	text-align: center;
	background: #272b76;
}

.p_table table th:first-child {
	border-right: 1px dotted #fff;
}

.p_table table td {border-bottom: 1px solid #272b76;}

.p_table table tr.last td {
	border-bottom: none;
	vertical-align: middle;
}

.p_table table td .times {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	font-size: 130%;
}

.p_table table td.perform {
	text-align: center;
	border-left: 1px dotted #272b76;
}

.p_table .memo {
	width: 600px;
	display: inline-block;
	vertical-align: bottom;
}

.p_table .memo span {
	margin: 3px 0 0;
	display: block;
	color: #666;
}


/** middle
===================================*/
@media screen and (max-width: 990px) {
/*-------- パンくず --------*/
#sec1 {
	padding: 10px 20px;
}

.wid1 {
	max-width: 100%;
	padding: 0 4%;
}

.p_table .memo {margin: 10px 0 0;}

}


/** mobile
===================================*/
@media screen and (max-width: 768px) {
h3 {
	width: 100%;
	margin: 20px auto;
	display: block;
}

h5 {font-size: 110%;}

#sec2 .point {width: 100%;}

.p_table .memo {
	width: 100%;
	margin: 10px 0 0;
	padding-left: 1em;
}

.p_table .memo span {
	text-indent: -1em;
}

}