@charset "UTF-8";
/* =============================================================
 contents.css
 =============================================================== */

/* common
---------------------------------------------------------------- */
#blocktop {
	width: 100%;
	height: 240px;
	margin-bottom: 50px;
}
#blocktop #blocktop_inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#blocktop h1 {
	height: 240px;
    background: url("../images/h1_bg.png") no-repeat center bottom;
	font-size: 26px;
	font-weight: bold;
	line-height: 240px;
    color: #343434;
	text-align: center;
}
#council #blocktop h1,
#operation #blocktop h1 {
	height: 72px;
    padding: 84px 0;
	line-height: 36px;
}
#application.formpage #blocktop h1 {
	height: 72px;
    padding: 84px 0;
	line-height: 36px;
}
#application.formpage #blocktop h1 span {
	font-size: 18px;
}

#contents {
	font-size: 16px;
}
#contents h2 {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
    color: #343434;
}
#contents h3 {
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
    color: #343434;
}
#contents h3::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 50px;
	height: 1px;
	margin: auto;
	background: #AB6DB9;
}
#contents h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.8;
}

#contents .block {
	width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}
#contents .block:last-child {
	margin-bottom: 0;
}
#contents .block .block_inner {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
#home #contents .block .block_inner {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}
#council #contents .block .block_inner,
#application.formpage #contents .block .block_inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#application #contents .block .block_inner {
	width: 686px;
	margin: 0 auto;
	text-align: left;
}
#method #contents .block .block_inner {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#area #contents .block .block_inner,
#murohon #contents .block .block_inner {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
}
#contact #contents .block .block_inner {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

#contents .box {
	width: 100%;
    margin-bottom: 70px;
    overflow: hidden;
}
#contents .box:last-child {
	margin-bottom: 0;
}

#contents .btn_application {
    display: block;
	width: 260px;
    height: 82px;
    margin-bottom: 10px;
    border: 2px solid #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    background: #AB6DB9;
    font-size: 21px;
    font-weight: bold;
    line-height: 82px;
    color: #fff;
    text-align: center;
	box-shadow: 0 0 7px #ccc;
}
#contents .btn_application:hover {
    background: #7d6bba;
}

#contents .btn_pdf {
    display: block;
	width: 100%;
    height: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    background: #AB6DB9;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
#contents .btn_pdf:hover {
    background: #7d6bba;
}

/* home
---------------------------------------------------------------- */
#home #block_topimg {
	width: 100%;
	height: 650px;
	margin: 160px 0 50px;
	overflow: hidden;
}
#home #topimg {
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 650px;
	overflow: hidden;
	text-align: center;
}
#home #topimg li {
	float: left;
	width: 1200px;
	height: 650px;
}
#home #contents .block_home_l {
	float: left;
	width: 260px;
}
#home #contents .block_home_r {
	float: right;
	width: 780px;
    overflow: hidden;
}
#home #contents .block_home_l .block_home_l_inner {
	width: 100%;
    margin-bottom: 50px;
}
#home #contents .block_home_l .home_lead {
    display: block;
    margin: 0 auto;
}
#home #contents .block_home_r .home_tit {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
}
#home #contents .block_home_r .block_home_link {
    float: right;
    font-size: 21px;
    font-weight: bold;
    color: #8597D2;
    text-align: right;
}
#home #contents .block_home_r .block_home_link:hover {
    color: #7d6bba;
}

/* operation
---------------------------------------------------------------- */
#operation .menu_operation {
    width: 1192px;
    margin: 0 auto;
    overflow: hidden;
}
#operation .menu_operation li {
    float: left;
    width: 268px;
    margin-right: 40px;
}
#operation .menu_operation li:last-child {
    margin-right: 0;
}
#operation .menu_operation a,
#operation .menu_operation p {
    display: block;
    width: 268px;
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    line-height: 26px;
    text-align: center;
}
#operation .menu_operation a {
    padding: 22px 0;
    height: 78px;
    background: #FFC400 url("../images/arrow_white.png") no-repeat 15px center;
}
#operation .menu_operation a:hover {
    background: #FD7600 url("../images/arrow_white.png") no-repeat 25px center;
}
#operation .menu_operation p {
    padding: 35px 0;
    height: 52px;
    background: #C2C2C2;
}
#operation .operation_img01 {
    margin-left: 134px;
}

/* murohon
---------------------------------------------------------------- */
#murohon #contents h2 {
	margin-bottom: 70px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
    color: #343434;
}
#murohon .box_rule {
    width: 1044px;
    margin-bottom: 50px;
    border: 3px solid #875580;
    overflow: hidden;
}
#murohon .box_rule li {
    margin-bottom: 15px;
    font-size: 18px;
}
#murohon .box_rule li:last-child {
    margin-bottom: 0;
}
#murohon .box_rule .box_rule_l {
    float: left;
    width: 442px;
    padding: 40px;
    background: #875580;
    color: #fff;
}
#murohon .box_rule .box_rule_l ol {
    margin-top: 30px;
}
#murohon .box_rule .box_rule_r {
    float: right;
    width: 442px;
    padding: 40px;
    background: #fff;
    color: #875580;
}

#murohon .box_agreement {
    width: 1050px;
    margin-bottom: 50px;
    overflow: hidden;
}
#murohon .box_agreement .tit {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
#murohon .box_agreement .sub {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#murohon .box_agreement .box_agreement_l {
    float: left;
    width: 500px;
}
#murohon .box_agreement .box_agreement_r {
    float: right;
    width: 500px;
}
#murohon .box_agreement .box_agreement_l_inner {
    width: 418px;
    padding: 40px;
    border: 1px solid #999;
}
#murohon .box_agreement .box_agreement_r_inner {
    width: 418px;
    padding: 40px;
    border: 1px solid #999;
}
#murohon .box_agreement ol li {
    margin-bottom: 25px;
}
#murohon .box_agreement ol li:last-child {
    margin-bottom: 0;
}
#murohon .box_agreement ol span {
    margin-right: 10px;
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
}
#murohon .box_agreement ol.icon_blue span {
    background: #0346A0;
}
#murohon .box_agreement ol.icon_red span {
    background: #EF0085;
}
#murohon .box_agreement ol.icon_yellow span {
    background: #FFBE00;
}
#murohon .box_agreement .caption {
    margin-left: 42px;
    font-size: 11px;
}

/* application
---------------------------------------------------------------- */
#application .block .application_btn_list {
	width: 686px;
	margin: 0 auto 50px;
}
#application .block .application_btn_list li {
	margin-bottom: 20px;
}
#application .block .application_btn_list li a:hover  {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#application .block .box_inner {
	width: 100%;
	margin-bottom: 50px;
}
#application .block table {
	width: 100%;
    margin-bottom: 50px;
	border-collapse: collapse;
	border: 1px solid #aaa;
    font-size: 13px;
	line-height: 1.7;
    /*table-layout: fixed;*/
    word-wrap: break-word;
}
#application .block table th {
	width: 33%;
	padding: 16px 2% 15px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #F7F1DD;
    font-size: 15px;
    font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#application .block table th.bg {
	width: 100%;
	background: #835A9F;
    font-size: 16px;
    color: #fff;
}
#application .block table td {
	width: 67%;
	padding: 16px 2% 15px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	text-align: left;
	vertical-align: top;
}

#application .block .icon_required {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #BF0003;
	font-size: 12px;
	color: #fff;
}

#application .block .w20 {
	width: 20px;
}
#application .block .w100 {
	width: 100px;
}
#application .block .w200 {
	width: 200px;
}
#application .block .w300 {
	width: 300px;
}
#application .block .w400 {
	width: 400px;
}
#application .block .w500 {
	width: 500px;
}
#application .block .caption {
	color: #999;
}
#application .block .box_form input {
	width: 75%;
}
#application .block .box_form textarea {
	width: 100%;
}
#application .block .error {
	color: #f00;
	font-weight: bold;
}
#application .block .box_btn {
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#application .block .box_btn input {
	width: 260px;
	height: auto;
}
#application .block .float_l {
	float: left;
}
#application .block .float_r {
	float: right;
}
