/* ===================================================

  共通スタイル

=====================================================*/

/* PC SP */

.pc_view {display: none;}
.sp_view {display: inherit;}

/* contents */

#contents {
	font-size: 3.2vw;
	line-height: 1.5rem;
}

#contents h2 {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8%;
	padding: 0 5%;
}
#contents h3.under {
/*
    background: rgba(0, 0, 0, 0) url("../../images/common/h3_icon.png") no-repeat scroll right bottom / 12% auto;
*/
    border-bottom: 2px solid #70b539;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 0;
}
#contents h4.h4_greenbg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #dff0e7 none repeat scroll 0 0;
    border-color: #c3e0d1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 20px;
	font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 9px 0 9px 10px;
}

#contents h5 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #c3e0d1;
    background-color: #dff0e7;
}

.center {
	text-align: center;
}

.sub_block {
	margin-bottom: 1.5rem;
}
.indent_block {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


.contents_block {
	margin-bottom: 14%;
}

#contents ul.anchor {
	margin: 0 auto;
}
#contents ul.anchor li {
	display:block;
	margin: 10px 20px 10px 0;
}

