
#local_nav ul{
	background-color: #1B1B1B;
}

#local_nav li a:hover,
#local_nav li a.current{
	background: #009800 url(../../common/img/ico03.png) no-repeat 5px 9px;
}

/******** main */


#main{
	width: 750px;
	margin: 0 0 0 10px;
	float: left;
	background-color: #FFF;
	}

.section{
	width: 690px;
	margin: 0px auto 30px;
	}




/******** tit_area */


#tit_area {
	margin: 0 0 20px;
	padding: 11px 0;
	overflow: hidden;
	background: url(../img/bg_title.png) no-repeat left top;
}


#main h1{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	float: left;
	padding-left: 55px;
}

#tit_area p{
	margin: 5px 20px 0 0;
	float: right;
}

/*
#main h2{
	margin: 0 0 20px;
	padding: 11px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	padding-left: 55px;
	background: url(../img/bg_title2.png) no-repeat left top;
}
*/

.tit_area_disc {
	background-color: #FFEBF2;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.tit_area_disc__h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 13px;
}

#main .tit_area_disc__h3 p {
    display: inline-block;
    line-height: 1;
}

.tit_area_disc__h3-01 {
	margin-right: 10px;
	color: #ED4692;
}

.tit_area_disc__h3-02 {
	color: #19a419;
}

.tit_area_disc__h3 span {
    font-size: 44px;
}

.tit_area_disc__date {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}



.column2{
	width: 720px;
	margin: 0 -30px 20px 0;
	}

.column2 .col{
	width: 330px;
	margin: 0 30px 20px 0;
	float: left;
	}




#main_photo{
	margin: 0 0 15px;
	text-align: center;
	border: 1px #CCCCCC solid;
	position: relative;
	width: 688px;
	height: 450px;
}
#main_photo img{
	position: absolute;
	top: 0;
	left: 0;
}

#main_photo .first_image{
	opacity: 1;
}


#photo_thumb{
	width: 695px;
	margin-right: -5px;
}

#photo_thumb li{
	width: 110px;
	float: left;
	margin-right: 5px;
}

#photo_thumb li img{
	border: 1px #CCCCCC solid;
}

#photo_thumb li:hover img{
	border: 1px #009800 solid;
}

#photo_thumb li span{
	text-align: center;
	display: block;
	padding: 5px;
}






/* rates */

#rates_lead{
	margin-bottom: 30px;
	font-size: 14px;
	color: #333;
	padding: 40px 15px 40px 125px;
	background: url(../img/bg_lead.png) no-repeat left center;
}


table#year{
	width: 68px;
	float: left;
	margin: 134px 3px 0 0;
}

table#year td{
	line-height: 21px;
	font-size: 11px;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #EEEEEE;
	border-bottom: 1px #FFFFFF solid;
}


.bank{
	width: 119px;
	margin: 0 5px 0 0;
	float: left;
}
.bank.last{
	margin: 0;
}

.bank th{
	color: #ED4692;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.bank td{
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
	color: #333;
	background: #EAF7FF;
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}

.bank td.bank_name{
	padding: 0;
}

.bank td.color01{
	font-weight: bold;
	background-color:#89D8FF;
}

.bank td.color02{
	font-weight: bold;
	background-color: #FFE965;
}

.bank td span{
	font-weight: bold;
	color: #D80000;
}

.bank td.more{
	padding: 0;
	height: 92px;
	background: url(../img/bg_bottom.png) no-repeat left bottom;
}

#rates_notice{
	clear: both;
	padding: 20px 0 40px;
	margin-left: 71px;
}







/* work */


#tabNav{
	width: 700px;
	margin: 0 -9px 20px 0;
	padding-bottom: 10px;
	background: url(../img/line.png) no-repeat left bottom;
	overflow: hidden;
}

#tabNav li{
	width: 340px;
	margin: 0 9px 0 0;
	float: left;
	text-indent: -9999px;
}

#tabNav li#tabNav01 a,
#tabNav li#tabNav02 a{
	width: 340px;
	height: 41px;
	display: block;
}

#tabNav li#tabNav03 a,
#tabNav li#tabNav04 a{
	width: 340px;
	height: 52px;
	display: block;
}

#tabNav01 a{
	background: url(../img/tab01_on.png) no-repeat left top;
}
#tabNav01 a.active{
	background: url(../img/tab01.png) no-repeat left top;
}
#tabNav02 a{
	background: url(../img/tab02_on.png) no-repeat left top;
}
#tabNav02 a.active{
	background: url(../img/tab02.png) no-repeat left top;
}

#tabNav03 a{
	background: url(../img/tab03_on.png) no-repeat left top;
}
#tabNav03 a.active{
	background: url(../img/tab03.png) no-repeat left top;
}
#tabNav04 a{
	background: url(../img/tab04_on.png) no-repeat left top;
}
#tabNav04 a.active{
	background: url(../img/tab04.png) no-repeat left top;
}


.photo_list{
	width: 693px;
	margin: 0 -3px 20px 0;
	overflow: hidden;
}

.photo_list li{
	width: 170px;
	margin: 0 3px 3px 0;
	float: left;
}
	



.pager{
	width: 670px;
	margin: 0;
	padding: 13px 10px;
	overflow: hidden;
	background-color: #071D71;
}

.prev{
	width: 100px;
	float: left;
}
.prev.inactive{
	opacity: 0.5;
	cursor: default !important;
}
.prev.inactive img{
	cursor: default !important;
}

.next{
	width: 100px;
	float: right;
	text-align: right;
}
.next.inactive{
	opacity: 0.5;
	cursor: default !important;
}
.next.inactive img{
	cursor: default !important;
}

.pager ul{
	width: 470px;
	float: left;
	text-align: center;
}

.pager ul li{
	padding: 0 8px 0 6px;
	display: inline;
	color: #FFF;
	border-right: 1px #FFFFFF solid;
}

.pager ul li.firstChild{
	border-left: 1px #FFFFFF solid;
}

.pager ul li a{
	color: #FFF;
}
.pager ul li a.active{
	font-size: 1.5em;
	font-weight: bold;
}









/* flow */

#flow_nav{
	width: 697px;
	margin: 0 -7px 20px 0;
	overflow: hidden;
}

#flow_nav li{
	width: 225px;
	margin: 0 7px 7px 0;
	float: left;
	line-height: 1.0;
}

#flow_nav li a{
	padding: 8px 2px;
	display: block;
	border: 1px #DDDDDD solid;	
	font-weight: bold;
}

#flow_nav li a span{
	margin-right: 10px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 16px;
	background-color: #F93193;
}

#flow_nav li a:hover,
#flow_nav li a.current{
	color: #FFF;
	text-decoration: none;
	background: url(../img/bg_nav.png) repeat left top;
	border: 1px #FF1E93 solid;
}

#flow_nav li a:hover span,
#flow_nav li a.current span{
	background: none;
}


#flow_contents h2{
	margin: 0 0 20px;
	padding: 20px 0 15px 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	color: #FF1E93;
	background: url(../img/bg_title2.png) repeat-x left top;
	border-bottom: 1px #FF51AF solid;
	overflow: hidden;
}

#flow_contents .flow{
	margin: 0 0 20px;
	padding: 20px 50px;
	overflow: hidden;
	border-bottom: 2px #DDDDDD solid;
}

#flow_contents .flow h3{
	margin: 0 0 10px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#flow_contents .flow p{
	line-height: 2.0;
}

#flow_contents .flow .preview{
	margin-right: 5px;
	padding-right: 20px;
	color: #FF0C92;
	background: url(../img/ico_tip.png) no-repeat right center;
}
























/* ------------ */


















#local_nav ul{
	background-color: #1B1B1B;
}

#local_nav li a:hover,
#local_nav li a.current,
#local_nav li a.parentsLink{
	color: #FFFFFF;
	background: #009800 url(../../common/img/ico03.png) no-repeat 5px 9px;
}

/******** main */


#main{
	width: 750px;
	margin: 0 0 0 10px;
	float: left;
	background-color: #FFF;
	}

.section{
	width: 690px;
	margin: 0px auto 30px;
	}




/******** tit_area */


#tit_area {
	margin: 0 0 20px;
	padding: 11px 0;
	overflow: hidden;
	background: url(../img/bg_title.png) no-repeat left top;
}


#main h1{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	float: left;
	padding-left: 55px;
}

#tit_area p{
	margin: 5px 20px 0 0;
	float: right;
}

/*
#main h2{
	margin: 0 0 20px;
	padding: 11px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	padding-left: 55px;
	background: url(../img/bg_title2.png) no-repeat left top;
}
*/



.column2{
	width: 720px;
	margin: 0 -30px 20px 0;
	}

.column2 .col{
	width: 330px;
	margin: 0 30px 20px 0;
	float: left;
	}




#main_photo{
	margin: 0 0 15px;
	text-align: center;
	border: 1px #CCCCCC solid;
}


#photo_thumb{
	width: 695px;
	margin-right: -5px;
}

#photo_thumb li{
	width: 110px;
	float: left;
	margin-right: 5px;
}

#photo_thumb li img{
	border: 1px #CCCCCC solid;
}

#photo_thumb li:hover img{
	border: 1px #009800 solid;
}

#photo_thumb li span{
	text-align: center;
	display: block;
	padding: 5px;
}






/* rates */

#rates_lead{
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
	padding: 25px 15px 35px 125px;
	background: url(../img/bg_lead.png) no-repeat left top;
}


table#year{
	width: 68px;
	float: left;
	margin: 134px 3px 0 0;
}

table#year td{
	line-height: 21px;
	font-size: 11px;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #EEEEEE;
	border-bottom: 1px #FFFFFF solid;
}


.bank{
	width: 119px;
	margin: 0 5px 0 0;
	float: left;
}
.bank.last{
	margin: 0;
}

.bank th{
	color: #ED4692;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.bank td{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	color: #333;
	background: #EAF7FF;
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}

.bank td.bank_name{
	padding: 0;
}

.bank td.color01{
	font-weight: bold;
	background-color:#89D8FF;
}

.bank td.color02{
	font-weight: bold;
	background-color: #FFE965;
}

.bank td span{
	font-weight: bold;
	color: #D80000;
}

.bank td.more{
	padding: 0;
	height: 92px;
	background: url(../img/bg_bottom.png) no-repeat left bottom;
}

#rates_notice{
	clear: both;
	padding: 20px 0 40px;
	margin-left: 71px;
}







/* work */


.tabNav{
	width: 700px;
	margin: 0 -9px 20px 0;
	padding-bottom: 10px;
	background: url(../img/line.png) no-repeat left bottom;
	overflow: hidden;
}

.tabNav li{
	width: 340px;
	margin: 0 9px 0 0;
	float: left;
	text-indent: -9999px;
}

.tabNav li.tabNav01 a,
.tabNav li.tabNav02 a{
	width: 340px;
	height: 41px;
	display: block;
}

.tabNav01 a{
	background: url(../img/tab01_on.png) no-repeat left top;
}
.tabNav01 a.active{
	background: url(../img/tab01.png) no-repeat left top;
}
.tabNav02 a{
	background: url(../img/tab02_on.png) no-repeat left top;
}
.tabNav02 a.active{
	background: url(../img/tab02.png) no-repeat left top;
}



/*#flowTab li.tabNav03 a,
#flowTab li.tabNav04 a{
	width: 340px;
	height: 52px;
	display: block;
}

.tabNav03 a{
	background: url(../img/tab03_on.png) no-repeat left top;
}
.tabNav03 a.active{
	background: url(../img/tab03.png) no-repeat left top;
}
.tabNav04 a{
	background: url(../img/tab04_on.png) no-repeat left top;
}
.tabNav04 a.active{
	background: url(../img/tab04.png) no-repeat left top;
}

*/
.photo_list{
	width: 693px;
	margin: 0 -3px 20px 0;
	overflow: hidden;
}

.photo_list li{
	width: 170px;
	margin: 0 3px 3px 0;
	float: left;
}
	



#pager,
.pager{
	width: 670px;
	margin: 0;
	padding: 13px 10px;
	overflow: hidden;
	background-color: #071D71;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#prev,
.prev{
	width: 100px;
}

#next,
.next{
	width: 100px;
	text-align: right;
}

#pager ul,
.pager ul{
	width: 470px;
	text-align: center;
}

#pager ul li,
.pager ul li{
	padding: 0 8px 0 6px;
	display: inline;
	color: #FFF;
	border-right: 1px #FFFFFF solid;
}

#pager ul li.firstChild,
.pager ul li.firstChild{
	border-left: 1px #FFFFFF solid;
}

#pager ul li a,
.pager ul li a{
	color: #FFF;
}









/* flow */

#flowTab{
	width: 700px;
	margin: 0 -9px 20px 0;
	padding-bottom: 10px;
	background: url(../img/line.png) no-repeat left bottom;
	overflow: hidden;
}

#flowTab li{
	width: 340px;
	margin: 0 9px 0 0;
	float: left;
}


#flow_nav{
	width: 697px;
	margin: 0 -7px 20px 0;
	overflow: hidden;
}

#flow_nav li{
	width: 225px;
	margin: 0 7px 7px 0;
	float: left;
	line-height: 1.0;
}

#flow_nav li a{
	padding: 8px 0 8px 2px;
	display: block;
	font-size: 0.95em;
	border: 1px #DDDDDD solid;	
	font-weight: bold;
}

#flow_nav li a span{
	margin-right: 2px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 16px;
	background-color: #F93193;
}

#flow_nav li a:hover,
#flow_nav li a.current{
	color: #FFF;
	text-decoration: none;
	background: url(../img/bg_nav.png) repeat left top;
	border: 1px #FF1E93 solid;
}

#flow_nav li a:hover span,
#flow_nav li a.current span{
	background: none;
}


#flow_contents h2{
	margin: 0 0 20px;
	padding: 20px 0 15px 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	color: #FF1E93;
	background: url(../img/bg_title2.png) repeat-x left top;
	border-bottom: 1px #FF51AF solid;
	overflow: hidden;
}


#flow_contents .inner{
	margin: 0 0 20px;
	padding: 0 50px 30px;
	overflow: hidden;
}
#flow_contents .inner.line{
	border-bottom: 2px #DDDDDD solid;
}


#flow_contents .inner dt{
	margin: 0 0 5px;
	color: #FF0C92;
	font-size: 1.1em;
	font-weight: bold;
}

#flow_contents .inner .img_right{
	margin: 0 0 0 20px;
}

#flow_contents .inner p span{
	color: #FC2892;
}



#flow_contents .flow{
	margin: 0 0 20px;
	padding: 0 50px 20px;
	overflow: hidden;
	border-bottom: 2px #DDDDDD solid;
}
#flow_contents .flow.lastChild{
	border: none;
}

#flow_contents .flow h3{
	margin: 0 0 10px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#flow_contents .flow p{
	line-height: 2.0;
}

#flow_contents .flow .preview{
	margin-right: 5px;
	padding-right: 20px;
	color: #FF0C92;
	background: url(../img/ico_tip.png) no-repeat right center;
}


#build-main-img {
	margin: 0 0 10px 0;
}
#build-main-img img {
	width: 100%;
	height: 514px;
}
.prev-btn, 
.next-btn {
	position: absolute;
	z-index: 3;
	top: 40%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	height: 20px;
	width: 20px;
}
#build-main-img .prev-btn, 
#build-main-img .next-btn {
	top: 50%;
}
.prev-btn {
	left: 2.5%;
	transform: rotate(-135deg);
}
.next-btn {
	right: 2.5%;
	transform: rotate(45deg);
}
#build-sub-img {
	width: 100%;
	padding: 0px 50px;
	position: relative;
	display: block;
	box-sizing: border-box;
}
#build-sub-img li {
	width: auto;
	height: auto;
	float: left;
	cursor: pointer;
	outline: none;
	list-style: none;
	padding: 3px;
	margin: 3px;
}
#build-sub-img li img {
	opacity: 0.4;
	width: 100%;
	height: auto;
	max-height: 80px;
}
#build-sub-img li.slick-current img {
	opacity: 1;
}


.build-lead-cont {
	margin: 40px auto;
	width: 720px;
}
.build-lead-item-h {
	display: block;
	color: rgb(36, 160, 38);
}
@media screen and (426px < width) {
	.build-lead-item-h {
		font-size: 1.2rem;
		font-weight: 500;
	}
	.build-lead-item-t {
		font-size: 1rem;
		margin: 5px 0 20px 0;
	}
}