/* contents
---------------------------------------------------------- */

#contentsWrap {
    background: url(../img/bg_content.png) center top no-repeat;
    padding-bottom: 100px;
}

#mainContents a {
    color: #b18852;
}


/* subHeader
---------------------------------------------------------- */

#subHeader {
    background: url(../img/bg_pagetitle.png) left top;
    height: 200px;
}


/* breadcrumb
---------------------------------------------------------- */

#breadcrumb {
    text-align: right;
    padding: 28px 0;
    height: 80px;
    box-sizing: border-box;
}

#breadcrumb li {
    list-style: none;
    display: inline;
}

#breadcrumb li a {
    background: url(../img/ico_breadcrumb.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 14px;
}


/* box
---------------------------------------------------------- */

.div_box01 {
    margin-bottom: 60px;
    overflow: hidden;
}

.div_box02 {
    margin-bottom: 60px;
    border: solid 6px #77caca;
    padding: 44px;
    overflow: hidden;
}

.div_box_min {
    border: solid 6px #77caca;
    padding: 30px;
    overflow: hidden;
}


/* hx
---------------------------------------------------------- */

.h3_ti01 {
    line-height: 160%;
    font-size: 26px;
    margin-bottom: 28px;
    color: #fff;
    padding: 10px 18px;
    background: #c7ab84;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c7ab84 0%, #af8650 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7ab84 0%, #af8650 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7ab84 0%, #af8650 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c7ab84', endColorstr='#af8650', GradientType=0);
    /* IE6-9 */
}

.h3_ti02 {
    line-height: 160%;
    color: #014501;
    font-size: 20px;
    margin-bottom: 18px;
    border-bottom: dotted 2px #4a7b4a;
    padding: 0 6px 20px 6px;
}

.h3_ti03 {
    line-height: 160%;
    font-size: 20px;
    margin-bottom: 35px;
    color: #794e36;
}

.div_box_min .h3_ti03 {
    line-height: 160%;
    font-size: 20px;
    margin-bottom: 15px;
    color: #794e36;
}


/* table
---------------------------------------------------------- */

.table_sub01 {
    border-collapse: collapse;
    width: 100%;
}

.table_sub01 tr {
    padding: 0;
    margin: 0;
}

.table_sub01 tr:nth-child(odd) {
    background-color: #f7f3ed;
}

.table_sub01 th {
    color: #084a08;
    padding: 10px 30px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}

.table_sub01 td {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.table_cost01 {
    border-collapse: collapse;
    width: 100%;
}

.table_cost01 tr {
    padding: 0;
    margin: 0;
}

.table_cost01 tr:nth-child(odd) {
    background-color: #f7f3ed;
}

.table_cost01 th {
    color: #084a08;
    padding: 10px 30px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}

.table_cost01 td {
    padding: 10px 30px;
    vertical-align: top;
    text-align: right;
}


/* step
---------------------------------------------------------- */

.ol_step01 {
    overflow: hidden;
}

.ol_step01 li {
    padding-left: 140px;
    margin-bottom: 22px;
    overflow: hidden;
}

.ol_step01 li h4 {
    line-height: 170%;
    color: #77caca;
    font-size: 20px;
    padding: 30px 0 20px 0;
    border-bottom: solid 1px #82cece;
    margin-bottom: 30px;
}

.step_num01 {
    background: url(../img/ol_step01.png) left top no-repeat, url(../img/bg_step.png) left top repeat-y;
}

.step_num02 {
    background: url(../img/ol_step02.png) left top no-repeat, url(../img/bg_step.png) left top repeat-y;
}

.step_num03 {
    background: url(../img/ol_step03.png) left top no-repeat, url(../img/bg_step.png) left top repeat-y;
}

.step_num04 {
    background: url(../img/ol_step04.png) left top no-repeat;
}


/* link
---------------------------------------------------------- */
.checkList01 {
    background-color: #f6efe4;
    padding: 30px 30px 20px;
}

.checkList01 ul {
	width: 520px;
	overflow: hidden;
}

.checkList01 li {
    float: left;
    background: url(../img/ico_check01.png) no-repeat left top;
    font-size: 15px;
}

.checkList01 li:nth-child(1),.checkList01 li:nth-child(3),.checkList01 li:nth-child(5),.checkList01 li:nth-child(7) {
	width: 250px;
	padding: 4px 0 12px 40px;
}

.checkList01 li:nth-child(2),.checkList01 li:nth-child(4),.checkList01 li:nth-child(6) {
	width: 170px;
	padding: 4px 20px 12px 40px;
}

.checkList02 {
    background-color: #f6efe4;
    padding: 30px 30px 20px;
}

.checkList02 ul {
	width: 520px;
	overflow: hidden;
}

.checkList02 li {
    float: left;
    background: url(../img/ico_check01.png) no-repeat left top;
    font-size: 15px;
}

.checkList02 li {
  padding: 4px 20px 12px 40px;
}

/* link
---------------------------------------------------------- */

.moreLink {
    text-align: center;
    padding-top: 30px;
}


/* text detail
---------------------------------------------------------- */

.textLead01 {
    margin-bottom: 20px;
}


/* img float detail
---------------------------------------------------------- */

.div_box02 .flImgR {
    float: right;
    margin: 5px 0 5px 25px;
}

.div_box02 .flImgL {
    float: left;
    margin: 5px 25px 5px 0;
}

/* faq
---------------------------------------------------------- */
.ti_faq_q {
  background: url(../img/ti_faq_q.png) no-repeat left 3px;
  padding-left: 40px;
}

.ti_faq_a {
  background: url(../img/ti_faq_a.png) no-repeat left top;
  padding-left: 40px;
}

/* googleMap
---------------------------------------------------------- */

#googleMapSub {
    position: relative;
    width: 100%;
    height: 400px;
}

#anchor01, #anchor02,#anchor03, #anchor04, #anchor05, #anchor06,#super {
    padding-top: 86px;
    margin-top: -86px;
}
