/* ===================================================

  共通スタイル

=====================================================*/

/* PC SP */

.pc_view {display: inherit;}
.sp_view {display: none;}

/* contents */

#contents {
	font-size: 16px;
	line-height: 1.5rem;
}

#contents h2 {
	font-size: 2em;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}

#contents h3.under {
/*
    background: rgba(0, 0, 0, 0) url("../../images/common/h3_icon.png") no-repeat scroll right bottom;
*/
    border-bottom: 2px solid #70b539;
    font-size: 25px;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 15px 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: 19px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 14px 0 14px 20px;
}

#contents h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #c3e0d1;
    background-color: #dff0e7;
}

.center {
	text-align: center;
}

.sub_block {
	margin-bottom: 1.5rem;
}
.indent_block {
	margin-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.contents_block {
	margin-bottom: 80px;
}

#contents ul.anchor {
	margin: 0 auto;
}
#contents ul.anchor li {
	display:inline-block;
	margin: 10px 20px 10px 0;
}

