@charset "UTF-8";
/* *******************************************
     top
******************************************* */

.map-part {
    z-index: 9999 !important;
}

.animate {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button {
    position: relative;
    padding: 5px 15px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    color: #FFF !important;
    text-decoration: none;
    font-weight: bold!important;
}

.blue {
    background-color: #0074c1;
    border-bottom: 2px solid #176497;
    text-shadow: 0px -2px #176497;
}

.red {
    background: linear-gradient(to bottom, #ff5c33 0, #ff3300 100%);
    border-bottom: 2px solid #BD3E31;
    text-shadow: 0px -2px #BD3E31;
}

.green {
    background-color: #28a745;
    border-bottom: 2px solid #23903c;
    text-shadow: 0px -2px #176497;
}

.green-btn {
    display: block;
    background: linear-gradient(to bottom, #4aa614 0, #28a745 100%);
    box-shadow: 0 2px 0 #28a745;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
}

.blue-btn {
    background: linear-gradient(to bottom, #0099ff 0, #0074c1 100%);
    box-shadow: 0 2px 0 #004d80;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
    display: block;
}

.red-btn {
    background: linear-gradient(to bottom, #ff5c33 0, #ff3300 100%);
    box-shadow: 0 2px 0 #ff3300;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
}

.orange {
    background: linear-gradient(to bottom, #ffa366 0, #ff6600 100%);
    box-shadow: 0 2px 0 #ad6800;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}

.yellow {
    background-color: #F2CF66;
    border-bottom: 2px solid #D1B358;
    text-shadow: 0px -2px #D1B358;
}

.action-button:active {
    transform: translate(0px, 2px);
    -webkit-transform: translate(0px, 2px);
    border-bottom: 1px solid;
    color: #FFF !important;
    transition: 0.1s ease-in-out !important;
}

#top .ttl_en {
    color: #e31b13;
    font-size: 20px;
    width: 100%;
}

#top h3 {
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: bold;
}

#top .place {
    background: url(../img/search/icon_place.png) no-repeat left center;
    padding-left: 23px;
}

@media (max-width: 640px) {
    #top .ttl_en {
        font-size: 14px;
    }

    #top h3 {
        margin-bottom: 5%;
        font-size: 25px;
    }
    .green-btn, .blue-btn, .orange,.red-btn{
        width: 98%;
    }
}

#top .sec01 {
    background-color: #0e6eb8;
}

#top .sec01 h3 {
    color: white;
    text-align: center;
}

#top .sec01 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

#top .sec01 .inner .ttl_en {
    text-align: center;
}

#top .sec01 .inner h3 {
    text-align: center;
}

#top .sec01 .inner ul {
    margin-bottom: 50px;
}

#top .sec01 .inner ul li {
    width: 31%;
    float: left;
    margin-right: 40px;
    text-align: center;
}

#top .sec01 .inner ul li figure {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.04));
    margin-bottom: 12px;
}

#top .sec01 .inner ul li h4 {
    color: white;
    font-size: 20px;
    letter-spacing: -1px;
}

#top .sec01 .inner ul li h4 + p {
    font-size: 12px;
}

#top .sec01 .inner ul li:last-child {
    margin-right: 0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec01 .inner {
        width: 94%;
    }

    #top .sec01 .inner ul {
        margin-bottom: 40px;
    }

    #top .sec01 .inner ul li {
        width: 19%;
        margin-right: 1.25%;
    }

    #top .sec01 .inner ul li figure img {
        width: 100%;
        height: auto;
    }

    #top .sec01 .inner ul li h4 {
        color: #e31b13;
        font-size: 18px;
    }

    #top .sec01 .inner .btn a:hover {
        background: #fff;
    }
}

@media (max-width: 640px) {
    #top .sec01 .inner {
        width: 94%;
        padding: 10% 0;
    }

    #top .sec01 .inner .ttl_en {
        text-align: center;
    }

    #top .sec01 .inner h3 {
        text-align: center;
    }

    #top .sec01 .inner ul {
        margin-bottom: 0;
    }

    #top .sec01 .inner ul li {
        width: 100%;
        margin: 0 0 12%;
    }

    #top .sec01 .inner ul li figure {
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.04));
        margin-bottom: 2%;
    }

    #top .sec01 .inner ul li figure img {
        display: none
    }

    #top .sec01 .inner ul li h4 {
        font-size: 16px;
        letter-spacing: -1px;
    }

    #top .sec01 .inner ul li h4 + p {
        font-size: 10px;
    }

    #top .sec01 .inner ul li:nth-child(even) {
        float: right;
    }

    #top .sec01 .inner .btn a {
        border: 1px solid #ccd0d2;
        width: 80%;
        margin: 0 auto;
        padding: 3% 0;
    }

    #top .sec01 .inner .btn a:hover {
        background: #fff;
    }
}

#top .sec02 {
    background: #fff;
}

#top .sec02 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    overflow: hidden;
}

#top .sec02 .inner .search_area {
    clear: both;
    overflow: hidden;
}

#top .sec02 .inner .search_area .block_sel {
    position: relative;
    float: left;
    margin-right: 10px;
}

#top .sec02 .inner .search_area .block_sel.first:after {
    content: "";
    display: inline-block;
    background: url("../img/search/icon_x.png") no-repeat center center;
    width: 20px;
    height: 18px;
}

#top .sec02 .inner .search_area .block_sel input {
    border-radius: 5px;
    border: 1px solid #ccd0d2;
    background: #fff;
    width: 250px;
    margin-right: 10px;
    padding: 7px 10px 7px;
    font-size: 16px;
}

#top .sec02 .inner .search_area .block_key {
    float: left;
}

#mv .inner .search_area input[type=text] {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: 1px solid #000;
    border-right: 0px solid #fff;
    width: 420px;
    height: 62px;
    outline: none;
    padding: 18px 10px 17px;
    font-size: 16px;
}

#mv .inner .search_area #submit_button02 {
    display: block;
    background: url("../img/search/icon-search.png") no-repeat 60% center #fff;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 0px solid #000;
    width: 70px;
    float: left;
    outline: none;
    padding: 18px 10px 17px;
    text-align: center;
    color: #fff;
    height: 62px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#top .sec02 .inner .search_area #submit_button02:hover {
    background-color: #44cd90;
}

#top .sec02 .inner .result {
    float: right;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}

#top .sec02 .inner .result span {
    padding: 0 5px;
    color: #e31b13;
    font-size: 32px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec02 .inner {
        width: 94%;
    }

    #top .sec02 .inner .block_sel {
        margin-bottom: 30px;
    }

    #top .sec02 .inner .search_area .block_key {
        width: 280px;
    }

    #top .sec02 .inner .search_area select {
        height: 48px;
    }

    #top .sec02 .inner .search_area #submit_button02 {
        float: right;
        margin: 0 auto;
    }

    #top .sec02 .inner .search_area #submit_button02:hover {
        background-color: #22b573;
    }
}

@media (max-width: 640px) {
    #top .sec02 .inner {
        width: 94%;
        padding: 8% 0;
    }

    #top .sec02 .inner h3 {
        float: none;
    }

    #top .sec02 .inner .search_area .block_sel {
        float: none;
        margin-right: 0;
    }

    #top .sec02 .inner .search_area .block_sel.first:after {
        display: none;
    }

    #top .sec02 .inner .search_area .block_sel select {
        width: 99.5%;
        height: 45px;
        margin: 0 0 3%;
        padding: 3% 3%;
        font-size: 14px;
        line-height: 14px;
    }

    #top .sec02 .inner .search_area .block_key {
        float: none;
    }

    #top .sec02 .inner .search_area .block_key input[type=text] {
        width: 93.2%;
        margin: 0 0 5%;
        padding: 3% 3%;
        font-size: 12px;
    }

    #top .sec02 .inner .search_area #submit_button02 {
        width: 80%;
        float: none;
        margin: 0 auto;
        padding: 3% 0 3% 5%;
        font-size: 16px;
    }

    #top .sec02 .inner .search_area #submit_button02:hover {
        background-color: #22b573;
    }

    #top .sec02 .inner .result {
        padding-top: 0;
        font-size: 12px;
    }

    #top .sec02 .inner .result span {
        font-size: 20px;
    }
}

#top .sec03 {
    background: white;
    background-size: auto 100%;
}

#top .sec03 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

#top .sec03 .inner .pickup {
    position: relative;
}

#top .sec03 .inner .pickup .swiper-container .swiper-slide {
    background: #fff;
}

#top .sec03 .inner .pickup .swiper-container .swiper-slide figure + div {
    padding: 25px 30px;
}

#top .sec03 .inner .pickup .swiper-container .swiper-slide figure + div .ttl {
    margin-bottom: 15px;
    color: #22b573;
    font-size: 20px;
}

#top .sec03 .inner .pickup .swiper-container .swiper-slide a:hover {
    text-decoration: none;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec03 .inner {
        width: 94%;
    }

    #top .sec03 .inner .pickup .swiper-container .swiper-slide figure img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #top .sec03 .inner {
        width: 94%;
        padding: 8% 0 4%;
    }

    #top .sec03 .inner .inner_sp {
        width: 94%;
        margin: 0 auto;
    }

    #top .sec03 .inner .pickup .swiper-container .swiper-slide figure + div {
        padding: 5% 5%;
    }

    #top .sec03 .inner .pickup .swiper-container .swiper-slide figure + div .ttl {
        margin-bottom: 2%;
        font-size: 14px;
    }

    .more-view {
        width: 300px !important;
    }
}

#top .sec04 {
    background: #eaeef4;
}

#top .sec04 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 40px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec04 .inner {
        width: 94%;
    }
}

@media (max-width: 640px) {
    #top .sec04 .inner {
        width: 94%;
        padding: 8% 0 4%;
    }
}

#top .sec05 {
    background: #fff;
}

#top .sec05 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 20px;
}

#top .sec05 .inner h4 {
    border-left: 5px solid #4286c7;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
}

#top .sec05 .inner ul {
    margin-bottom: 50px;
    overflow: hidden;
}

#top .sec05 .inner ul li {
    float: left;
    width: 25%;
}

#top .sec05 .inner ul li .box {
    min-height: 220px;
    padding: 80px 20px 50px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#top .sec05 .inner ul li:first-child .box {
    background: #e31b13;
}

#top .sec05 .inner ul li:nth-child(2) .box {
    background: #f5a200;
}

#top .sec05 .inner ul li:nth-child(3) .box {
    background: #4286c7;
}

#top .sec05 .inner ul li:last-child .box {
    background: #28a745;
}

.more-view {
    display: block;
    border-radius: 50px;
    width: 380px;
    background: linear-gradient(to bottom, #ffa366 0, #ff6600 100%);
    box-shadow: 0 2px 0 #ff3300;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    border: none !important;
    color: #fff;
    font-size: 18px;
    margin: 0 auto !important;
    padding: 15px 0;
    float: none !important;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec05 .inner {
        width: 94%;
    }

    #top .sec05 .inner h4 {
        font-size: 26px;
    }

    #top .sec05 .inner ul.strength li {
        width: 25%;
    }

    #top .sec05 .inner ul.strength li img {
        width: 100%;
        height: auto;
    }

    #top .sec05 .inner .block1 figure {
        width: 49%;
    }

    #top .sec05 .inner .block1 figure img {
        width: 100%;
        height: auto;
    }

    #top .sec05 .inner .block1 figure + div {
        width: 49%;
    }

    #top .sec05 .inner .block2 .flow {
        background: url("../img/top/bg_flow.png") repeat-x center 220px;
    }

    #top .sec05 .inner .block2 .flow li {
        width: 22%;
        margin-right: 4%;
    }

    #top .sec05 .inner .block2 .flow li img {
        width: 100%;
        height: auto;
    }

    #top .sec05 .inner .block2 .flow li .txt {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    #top .sec05 .inner {
        width: 94%;
        padding: 8% 0 4%;
    }

    #top .sec05 .inner h4 {
        border-left: 3px solid #4286c7;
        margin-bottom: 4%;
        padding-left: 3%;
        font-size: 14px;
    }

    #top .sec05 .inner ul.strength {
        margin-bottom: 7%;
    }

    #top .sec05 .inner ul.strength li {
        width: 50%;
    }

    #top .sec05 .inner .block1 {
        margin-bottom: 7%;
    }

    #top .sec05 .inner .block1 figure {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }

    #top .sec05 .inner .block1 figure + div {
        width: 100%;
        float: none;
    }

    #top .sec05 .inner .block1 figure + div .txt {
        font-size: 12px;
    }

    #top .sec05 .inner .block2 {
        margin-bottom: 7%;
    }

    #top .sec05 .inner .block2 .flow {
        background: none;
    }

    #top .sec05 .inner .block2 .flow li {
        width: 49%;
        margin-right: 0;
    }

    #top .sec05 .inner .block2 .flow li:nth-child(even) {
        float: right;
    }

    #top .sec05 .inner .block2 .flow li:nth-child(-n+2) {
        margin-bottom: 6%;
    }

    #top .sec05 .inner .block2 .flow li .step {
        margin-bottom: 0;
    }

    #top .sec05 .inner .block2 .flow li .step span {
        font-size: 30px;
    }

    #top .sec05 .inner .block2 .flow li .txt {
        margin-bottom: 3%;
        font-size: 16px;
    }

    #top .sec05 .inner .block2 .flow li figure {
        width: 80%;
        margin: 0 auto;
    }
}

#top .sec06 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

#top .sec06 .inner dl {
    background: #4286c7;
    overflow: hidden;
}

#top .sec06 .inner dl dt {
    width: 640px;
    float: left;
}

#top .sec06 .inner dl dd {
    width: 540px;
    float: right;
    padding: 80px 80px 60px 60px;
    color: #fff;
}

#top .sec06 .inner dl dd .ttl_en_w {
    font-size: 20px;
}

#top .sec06 .inner dl dd h3 {
    margin-bottom: 25px;
}

#top .sec06 .inner dl dd .txt {
    margin-bottom: 40px;
    line-height: 1.8;
}

#top .sec06 .inner dl dd .btn_detail a {
    display: block;
    border-radius: 50px;
    background: #fff;
    width: 320px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #4286c7;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#top .sec06 .inner dl dd .btn_detail a:hover {
    background: #eaf3fb;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec06 .inner {
        width: 94%;
    }

    #top .sec06 .inner dl dt {
        width: 50%;
    }

    #top .sec06 .inner dl dt img {
        width: 100%;
        height: auto;
    }

    #top .sec06 .inner dl dd {
        width: 42%;
        padding: 4% 4% 0;
    }

    #top .sec06 .inner dl dd .ttl_en_w {
        font-size: 16px;
    }

    #top .sec06 .inner dl dd h3 {
        margin-bottom: 10px;
    }

    #top .sec06 .inner dl dd .txt {
        margin-bottom: 30px;
        line-height: 1.4;
    }

    #top .sec06 .inner dl dd .btn_detail a:hover {
        background: #fff;
    }
}

@media (max-width: 640px) {
    #top .sec06 .inner {
        width: 94%;
        padding: 8% 0;
    }

    #top .sec06 .inner dl dt {
        width: 100%;
        float: none;
    }

    #top .sec06 .inner dl dd {
        width: 90%;
        float: none;
        padding: 5% 5%;
        color: #fff;
    }

    #top .sec06 .inner dl dd .ttl_en_w {
        font-size: 12px;
    }

    #top .sec06 .inner dl dd h3 {
        margin-bottom: 2%;
    }

    #top .sec06 .inner dl dd .txt {
        margin-bottom: 5%;
        line-height: 1.4;
    }

    #top .sec06 .inner dl dd .btn_detail a {
        width: 80%;
        padding: 3% 0;
        font-size: 14px;
    }

    #top .sec06 .inner dl dd .btn_detail a:hover {
        background: #fff;
    }
}

#top .sec07 {
    padding-bottom: 80px;
    background: #fff;
}

#top .sec07 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
#top .sec07 .inner h3 {
    text-align: center;
}

#top .sec07 .inner dl {
    display: block;
}

#top .sec07 .inner dl > dt .ttl_en_b {
    font-size: 20px;
}

#top .sec07 .inner dl > dt .btn a {
    display: block;
    border-radius: 50px;
    border: 2px solid #ccd0d2;
    width: 176px;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#top .sec07 .inner dl > dt .btn a:hover {
    background: #e3ecf4;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#top .sec07 .inner dl > dd > a {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#top .sec07 .inner dl > dd > a dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #999;
    padding: 15px 0;
    overflow: hidden;
}

#top .sec07 .inner dl > dd > a dl dt {
    width: 180px;
    color: #a4a8aa;
    font-size:15px!important;
    letter-spacing: 1px;
}

#top .sec07 .inner dl > dd > a dl dt.new:after {
    content: "NEW";
    background: #e31b13;
    margin-left: 20px;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
}

#top .sec07 .inner dl > dd > a dl dd {
    width: 700px;
}

#top .sec07 .inner dl > dd > a:hover {
    background: #f7f7f7;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec07 .inner {
        width: 94%;
    }

    #top .sec07 .inner dl > dt {
        width: 25%;
    }

    #top .sec07 .inner dl > dt .btn a:hover {
        background: #fff;
    }

    #top .sec07 .inner dl > dd {
        width: 75%;
    }

    #top .sec07 .inner dl > dd > a dl dt {
        width: 20%;
    }

    #top .sec07 .inner dl > dd > a dl dd {
        width: 75%;
    }

    #top .sec07 .inner dl > dd > a:hover {
        background: #fff;
    }
}

@media (max-width: 640px) {
    #top .sec07 {
        padding-bottom: 5%;
    }
    #top .sec07 .inner {
        width: 94%;
        padding: 8% 0;
    }
    #top .sec07 .inner dl {
        flex-direction: column;
    }

    #top .sec07 .inner dl > dt {
        width: 100%;
    }

    #top .sec07 .inner dl > dt h3 {
        margin-bottom: 0;
        text-align: center;
    }

    #top .sec07 .inner dl > dt .ttl_en_b {
        font-size: 12px;
    }

    #top .sec07 .inner dl > dt .btn a {
        width: 176px;
        margin: 0 auto;
        padding: 2% 0;
    }

    #top .sec07 .inner dl > dt .btn a:hover {
        background: #fff;
    }

    #top .sec07 .inner dl > dd {
        width: 100%;
    }
    #top .sec07 .inner dl > dd > a dl {
        display: block;
        padding: 3% 0;
    }

    #top .sec07 .inner dl > dd > a dl dt {
        width: 100%;
        float: none;
        margin-bottom: 2%;
        font-size: 12px!important;
        padding: 0;
    }

    #top .sec07 .inner dl > dd > a dl dt.new:after {
        font-size: 10px;
    }

    #top .sec07 .inner dl > dd > a dl dd {
        width: 100%;
        float: none;
    }

    #top .sec07 .inner dl > dd > a:hover {
        background: #fff;
    }

    #top .sec07 .inner dl > dd .btn a {
        display: block;
        border-radius: 50px;
        border: 1px solid #ccd0d2;
        width: 80%;
        margin: 7% auto 0;
        padding: 3% 0;
        text-align: center;
    }
    #top .sec07 .inner dl > dd .btn a:hover {
        text-decoration: none;
    }
}

#top .sec09 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.sec09 .inner .section_title {
    text-align: center;
    min-height: 130px;
    padding-top: 50px;
}

/* *******************************************
     tsuyomi
******************************************* */
#tsuyomi .sec01 .inner {
    background: #fff;
    width: 1120px;
    margin: 80px auto;
    padding: 40px;
}

#tsuyomi .sec01 .inner h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

#tsuyomi .sec01 .inner h4 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#tsuyomi .sec01 .inner .block {
    border-bottom: 1px dotted #999;
    margin-bottom: 50px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#tsuyomi .sec01 .inner .block.last {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

#tsuyomi .sec01 .inner .block figure {
    width: 350px;
    text-align: center;
}

#tsuyomi .sec01 .inner .block figure + div {
    width: 600px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 2.0;
}

#tsuyomi .sec01 .inner .block figure + div ul.oneroom {
    margin-top: 40px;
    overflow: hidden;
}

#tsuyomi .sec01 .inner .block figure + div ul.oneroom li {
    float: left;
    margin-right: 10px;
}

#tsuyomi .sec01 .inner .block figure + div ul.oneroom li:last-child {
    margin-right: 0;
}

#tsuyomi .sec01 .inner .block figure + div .link {
    margin-top: 30px;
}

#tsuyomi .sec01 .inner .block figure + div .link a {
    text-decoration: underline;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #tsuyomi .sec01 .inner {
        width: 88%;
        padding: 3%;
    }

    #tsuyomi .sec01 .inner h3 {
        font-size: 36px;
    }

    #tsuyomi .sec01 .inner .block figure {
        width: 35%;
    }

    #tsuyomi .sec01 .inner .block figure + div {
        width: 65%;
        padding-right: 0;
    }

    #tsuyomi .sec01 .inner .block figure + div ul.oneroom {
        margin-top: 30px;
    }

    #tsuyomi .sec01 .inner .block figure + div ul.oneroom li {
        width: 32%;
        margin-right: 2%;
    }

    #tsuyomi .sec01 .inner .block figure + div ul.oneroom li img {
        width: 100%;
        height: auto;
    }

    #tsuyomi .sec01 .inner .block figure + div .link {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    #tsuyomi .sec01 .inner {
        width: 88%;
        margin: 8% auto 10%;
        padding: 3%;
    }

    #tsuyomi .sec01 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #tsuyomi .sec01 .inner h4 {
        background-size: auto 100%;
        padding-left: 4%;
        font-size: 16px;
    }

    #tsuyomi .sec01 .inner .block {
        margin-bottom: 5%;
        padding-bottom: 5%;
        display: block;
    }

    #tsuyomi .sec01 .inner .block.last {
        margin-bottom: 5%;
    }

    #tsuyomi .sec01 .inner .block figure {
        width: 60%;
        margin: 0 auto 3%;
    }

    #tsuyomi .sec01 .inner .block figure + div {
        width: 100%;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.8;
    }

    #tsuyomi .sec01 .inner .block figure + div ul.oneroom {
        margin-top: 5%;
    }

    #tsuyomi .sec01 .inner .block figure + div ul.oneroom li {
        width: 32%;
        margin-right: 2%;
    }

    #tsuyomi .sec01 .inner .block figure + div .link {
        margin-top: 4%;
    }
}

#tsuyomi .sec02 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#tsuyomi .sec02 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#tsuyomi .sec02 .inner .images {
    text-align: center;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #tsuyomi .sec02 .inner {
        width: 88%;
        padding: 3%;
    }

    #tsuyomi .sec02 .inner h3 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    #tsuyomi .sec02 .inner {
        width: 88%;
        margin: 8% auto 10%;
        padding: 3%;
    }

    #tsuyomi .sec02 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #tsuyomi .sec02 .inner .images {
        width: 80%;
        margin: 0 auto;
    }
}

#tsuyomi .sec03 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
    overflow: hidden;
}

#tsuyomi .sec03 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#tsuyomi .sec03 .inner figure {
    width: 450px;
    float: right;
}

#tsuyomi .sec03 .inner figure + div {
    width: 560px;
    float: left;
}

#tsuyomi .sec03 .inner figure + div .txt {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 2.0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #tsuyomi .sec03 .inner {
        width: 88%;
        padding: 3%;
    }

    #tsuyomi .sec03 .inner h3 {
        font-size: 36px;
    }

    #tsuyomi .sec03 .inner figure {
        width: 48%;
    }

    #tsuyomi .sec03 .inner figure + div {
        width: 48%;
    }

    #tsuyomi .sec03 .inner figure + div .txt {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.8;
    }

    #tsuyomi .sec03 .inner img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #tsuyomi .sec03 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #tsuyomi .sec03 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #tsuyomi .sec03 .inner figure {
        width: 100%;
        float: none;
        margin: 0 0 5%;
    }

    #tsuyomi .sec03 .inner figure + div {
        width: 100%;
        float: none;
    }

    #tsuyomi .sec03 .inner figure + div .txt {
        margin-bottom: 6%;
        font-size: 14px;
        line-height: 1.8;
    }
}

/* *******************************************
     service
******************************************* */
#service .sec01 .inner {
    background: #fff;
    width: 1120px;
    margin: 80px auto;
    padding: 40px;
}

#service .sec01 .inner h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

#service .sec01 .inner h3 + p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 2.0;
}

#service .sec01 .inner ul {
    overflow: hidden;
}

#service .sec01 .inner ul li {
    width: 30%;
    float: left;
    margin-right: 40px;
}

#service .sec01 .inner ul li:last-child {
    margin-right: 0;
}

#service .sec01 .inner ul li .icon {
    margin-bottom: 15px;
    text-align: center;
}

#service .sec01 .inner ul li h4 {
    margin-bottom: 15px;
    text-align: center;
    color: #4286c7;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

#service .sec01 .inner ul li figure {
    margin-bottom: 20px;
}

#service .sec01 .inner ul li .txt {
    font-size: 18px;
    line-height: 2.0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #service .sec01 .inner {
        width: 88%;
        padding: 3%;
    }

    #service .sec01 .inner h3 {
        font-size: 36px;
    }

    #service .sec01 .inner ul li {
        width: 32%;
        margin-right: 2%;
    }

    #service .sec01 .inner ul li h4 {
        font-size: 22px;
    }

    #service .sec01 .inner ul li figure img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #service .sec01 .inner {
        width: 88%;
        margin: 8% auto 10%;
        padding: 3%;
    }

    #service .sec01 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #service .sec01 .inner h3 + p {
        margin-bottom: 7%;
        font-size: 14px;
        line-height: 1.8;
    }

    #service .sec01 .inner ul li {
        width: 100%;
        float: none;
        margin: 0 0 8%;
    }

    #service .sec01 .inner ul li .icon {
        width: 10%;
        margin: 0 auto 3%;
    }

    #service .sec01 .inner ul li h4 {
        margin-bottom: 3%;
        font-size: 22px;
    }

    #service .sec01 .inner ul li figure {
        width: 80%;
        margin: 0 auto 3%;
    }

    #service .sec01 .inner ul li .txt {
        font-size: 14px;
        line-height: 1.8;
    }
}

#service .sec02 .inner {
    background: #fff;
    width: 1200px;
    margin: 0 auto 80px;
    padding: 40px;
}

#service .sec02 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#service .sec02 .inner h4 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#service .sec02 .inner .block {
    border-bottom: 1px dotted #999;
    margin-bottom: 50px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#service .sec02 .inner .block.last {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

#service .sec02 .inner .block figure {
    width: 398px;
    padding-left: 20px;
    text-align: center;
}

#service .sec02 .inner .block figure + div {
    width: 635px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 2.0;
}

#service .sec02 .inner .block figure + div ul.oneroom {
    margin-top: 40px;
    overflow: hidden;
}

#service .sec02 .inner .block figure + div ul.oneroom li {
    float: left;
    margin-right: 30px;
}

#service .sec02 .inner .block figure + div ul.oneroom li:last-child {
    margin-right: 0;
}

#service .sec02 .inner .block figure + div .link {
    margin-top: 30px;
}

#service .sec02 .inner .block figure + div .link a {
    text-decoration: underline;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #service .sec02 .inner {
        width: 88%;
        padding: 3%;
    }

    #service .sec02 .inner h3 {
        font-size: 36px;
    }

    #service .sec02 .inner .block figure {
        width: 32%;
        padding-left: 0;
    }

    #service .sec02 .inner .block figure img {
        width: 100%;
        height: auto;
    }

    #service .sec02 .inner .block figure + div {
        width: 63%;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    #service .sec02 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #service .sec02 .inner h3 {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 18px;
    }

    #service .sec02 .inner h4 {
        background-size: auto 100%;
        padding-left: 4%;
        font-size: 16px;
    }

    #service .sec02 .inner .block {
        margin-bottom: 5%;
        padding-bottom: 5%;
        display: block;
    }

    #service .sec02 .inner .block.last {
        margin-bottom: 5%;
    }

    #service .sec02 .inner .block figure {
        width: 70%;
        margin: 0 auto 3%;
        padding: 0;
    }

    #service .sec02 .inner .block figure + div {
        width: 100%;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.8;
    }
}

#service .sec03 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#service .sec03 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#service .sec03 .inner ul {
    background: url("../img/service/bg_flow.png") repeat-x center 270px;
    width: 960px;
    margin: 0 auto 30px;
    overflow: hidden;
}

#service .sec03 .inner ul.lower {
    background: url("../img/service/bg_flow.png") repeat-x center 240px;
    width: 600px;
    margin-left: 60px;
    overflow: hidden;
}

#service .sec03 .inner ul li {
    width: 240px;
    float: left;
    margin-right: 120px;
}

#service .sec03 .inner ul li:last-child {
    margin-right: 0;
}

#service .sec03 .inner ul li .icon {
    margin-bottom: 15px;
    text-align: center;
}

#service .sec03 .inner ul li h4 {
    margin-bottom: 15px;
    text-align: center;
    color: #4286c7;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

#service .sec03 .inner ul li figure {
    margin-bottom: 20px;
}

#service .sec03 .inner ul li .txt {
    font-size: 18px;
    line-height: 2.0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #service .sec03 .inner {
        width: 88%;
        padding: 3%;
    }

    #service .sec03 .inner h3 {
        font-size: 36px;
    }

    #service .sec03 .inner ul {
        background: url("../img/service/bg_flow.png") repeat-x center 270px;
        width: 100%;
    }

    #service .sec03 .inner ul.lower {
        background: url("../img/service/bg_flow.png") repeat-x center 250px;
        width: 65%;
        margin-left: 0;
    }

    #service .sec03 .inner ul.lower li {
        width: 47.5%;
    }

    #service .sec03 .inner ul li {
        width: 30%;
        margin-right: 5%;
    }

    #service .sec03 .inner ul li h4 {
        font-size: 20px;
    }

    #service .sec03 .inner ul li figure img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #service .sec03 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #service .sec03 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #service .sec03 .inner ul {
        background: none;
        width: 100%;
        margin: 0 auto;
    }

    #service .sec03 .inner ul.lower {
        background: none;
        width: 100%;
        margin-left: 0;
    }

    #service .sec03 .inner ul li {
        width: 100%;
        float: none;
        margin: 0 0 8%;
    }

    #service .sec03 .inner ul li .icon {
        width: 10%;
        margin: 0 auto 3%;
    }

    #service .sec03 .inner ul li h4 {
        margin-bottom: 3%;
        font-size: 20px;
    }

    #service .sec03 .inner ul li figure {
        width: 70%;
        margin: 0 auto 3%;
    }

    #service .sec03 .inner ul li .txt {
        font-size: 14px;
        line-height: 1.8;
    }
}

#service .sec04 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#service .sec04 .inner h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

#service .sec04 .inner .name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2.0;
}

#service .sec04 .inner .name span {
    font-size: 24px;
    font-weight: bold;
}

#service .sec04 .inner .txt {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 2.0;
}

#service .sec04 .inner h4 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#service .sec04 .inner ul {
    margin-bottom: 50px;
    overflow: hidden;
}

#service .sec04 .inner ul li {
    width: 30%;
    float: left;
    margin-right: 40px;
}

#service .sec04 .inner ul li:last-child {
    margin-right: 0;
}

#service .sec04 .inner ul li .icon {
    margin-bottom: 15px;
    text-align: center;
}

#service .sec04 .inner ul li .box {
    border: 5px solid #4286c7;
    border-radius: 50%;
    width: 100%;
    height: 305px;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 2.0;
}

#service .sec04 .inner ul li .box a {
    font-weight: bold;
    text-decoration: underline;
}

#service .sec04 .inner .txt_red {
    margin-bottom: 25px;
    text-align: center;
    color: #e31b13;
    font-size: 24px;
    font-weight: bold;
}

#service .sec04 .inner .btn-contact a {
    display: block;
    border-radius: 50px;
    border: 2px solid #ccd0d2;
    background: #fff;
    width: 280px;
    margin: 0 auto 20px;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#service .sec04 .inner .btn-contact a:hover {
    background: #e3ecf4;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #service .sec04 .inner {
        width: 88%;
        padding: 3%;
    }

    #service .sec04 .inner h3 {
        font-size: 36px;
    }

    #service .sec04 .inner ul li {
        width: 32%;
        margin-right: 2%;
    }

    #service .sec04 .inner ul li .box {
        border: 4px solid #4286c7;
        width: 100%;
        height: 280px;
        line-height: 1.8;
    }
}

@media (max-width: 640px) {
    #service .sec04 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #service .sec04 .inner h3 {
        margin-bottom: 4%;
        font-size: 20px;
    }

    #service .sec04 .inner .name {
        margin-bottom: 4%;
        font-size: 14px;
        line-height: 1.8;
    }

    #service .sec04 .inner .name span {
        font-size: 20px;
    }

    #service .sec04 .inner .txt {
        margin-bottom: 7%;
        font-size: 14px;
        line-height: 1.8;
    }

    #service .sec04 .inner h4 {
        background-size: auto 100%;
        padding-left: 4%;
        font-size: 16px;
    }

    #service .sec04 .inner ul {
        margin-bottom: 0;
    }

    #service .sec04 .inner ul li {
        width: 100%;
        float: none;
        margin: 0 0 7%;
    }

    #service .sec04 .inner ul li .icon {
        width: 10%;
        margin: 0 auto 3%;
    }

    #service .sec04 .inner ul li .box {
        border-radius: 5px;
        border: 2px solid #4286c7;
        width: 88%;
        height: auto;
        padding: 5%;
        display: block;
        font-size: 14px;
        line-height: 1.8;
    }

    #service .sec04 .inner .txt_red {
        margin-bottom: 4%;
        font-size: 18px;
    }

    #service .sec04 .inner .btn a {
        border: 1px solid #ccd0d2;
        width: 80%;
        margin: 0 auto 3%;
        padding: 3% 0;
    }

    #service .sec04 .inner .btn a:hover {
        background: #fff;
    }
}

/* *******************************************
     company
******************************************* */
#company .sec01 {
    position: relative;
}

#company .sec01 .inner {
    background: #fff;
    width: 1120px;
    margin: 110px auto;
    padding: 40px;
}

#company .sec01 .inner .catch {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 400px;
    text-align: center;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #company .sec01 .inner {
        width: 88%;
        margin: 80px auto 120px;
        padding: 3%;
    }

    #company .sec01 .inner img {
        width: 100%;
        height: auto;
    }

    #company .sec01 .inner .catch {
        top: -32px;
        left: 32%;
        width: 36%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #company .sec01 .inner {
        width: 88%;
        margin: 14% auto 10%;
        padding: 3%;
    }

    #company .sec01 .inner .catch {
        top: -32px;
        left: 30%;
        width: 40%;
        height: auto;
    }
}

#company .sec02 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#company .sec02 .inner h3 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

#company .sec02 .inner .table_company {
    border-top: 1px solid #e0e4e6;
    border-left: 1px solid #e0e4e6;
    width: 99.5%;
}

#company .sec02 .inner .table_company th {
    border-right: 1px solid #e0e4e6;
    border-bottom: 1px solid #e0e4e6;
    background: #f4f8fa;
    width: 200px;
    padding: 30px 40px;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
}

#company .sec02 .inner .table_company td {
    border-right: 1px solid #e0e4e6;
    border-bottom: 1px solid #e0e4e6;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 2.0;
}

#company .sec02 .inner .table_company td ul.compliance li img {
    margin-left: 15px;
    vertical-align: text-bottom;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #company .sec02 .inner {
        width: 88%;
        margin: 0 auto 80px;
        padding: 3%;
    }

    #company .sec02 .inner h3 {
        font-size: 30px;
    }

    #company .sec02 .inner .table_company th {
        width: 30%;
        padding: 30px 3%;
    }

    #company .sec02 .inner .table_company td {
        padding: 30px 3%;
    }
}

@media (max-width: 640px) {
    #company .sec02 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #company .sec02 .inner h3 {
        margin-bottom: 3%;
        font-size: 18px;
    }

    #company .sec02 .inner .table_company th {
        width: 30%;
        padding: 5% 3%;
        font-size: 12px;
    }

    #company .sec02 .inner .table_company td {
        padding: 5% 3%;
        font-size: 12px;
    }

    #company .sec02 .inner .table_company td ul.compliance li img {
        width: 15px;
        margin-left: 2%;
    }
}

#company .sec03 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#company .sec03 .inner h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

#company .sec03 .inner h4 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#company .sec03 .inner dl {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 40px;
    padding: 30px 0 40px;
    overflow: hidden;
}

#company .sec03 .inner dl.last {
    border-bottom: none;
    margin-bottom: 0;
    padding: 30px 0 0;
}

#company .sec03 .inner dl dt {
    width: 30%;
    float: left;
    font-size: 18px;
    line-height: 1.8;
}

#company .sec03 .inner dl dt span {
    font-weight: bold;
}

#company .sec03 .inner dl dt .btn a {
    display: block;
    border: 2px solid #ccd0d2;
    border-radius: 50px;
    width: 225px;
    margin: 80px auto 0;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#company .sec03 .inner dl dt .btn a:hover {
    background: #e3ecf4;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#company .sec03 .inner dl dd {
    width: 640px;
    float: right;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #company .sec03 .inner {
        width: 88%;
        padding: 3%;
    }

    #company .sec03 .inner h3 {
        font-size: 30px;
    }

    #company .sec03 .inner h4 {
        font-size: 24px;
    }

    #company .sec03 .inner dl dt {
        width: 46%;
        font-size: 16px;
    }

    #company .sec03 .inner dl dt .btn a:hover {
        background: #fff;
    }

    #company .sec03 .inner dl dd {
        width: 54%;
    }

    #company .sec03 .inner dl dd iframe {
        width: 100%;
    }
}

@media (max-width: 640px) {
    #company .sec03 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #company .sec03 .inner h3 {
        margin-bottom: 4%;
        font-size: 18px;
    }

    #company .sec03 .inner h4 {
        background-size: auto 100%;
        padding-left: 4%;
        font-size: 16px;
    }

    #company .sec03 .inner dl {
        margin-bottom: 8%;
        padding: 4% 0 8%;
    }

    #company .sec03 .inner dl.last {
        padding: 4% 0 0;
    }

    #company .sec03 .inner dl dt {
        width: 100%;
        float: none;
        margin-bottom: 6%;
        font-size: 12px;
    }

    #company .sec03 .inner dl dt .btn a {
        border: 1px solid #ccd0d2;
        width: 70%;
        margin: 6% auto 0;
        padding: 3% 3% 3% 0;
        font-size: 12px;
    }

    #company .sec03 .inner dl dt .btn a:after {
        top: 40%;
        right: 15%;
    }

    #company .sec03 .inner dl dt .btn a:hover {
        background: #fff;
    }

    #company .sec03 .inner dl dd {
        width: 100%;
        float: none;
    }

    #company .sec03 .inner dl dd iframe {
        width: 100%;
    }
}

/* *******************************************
     business
******************************************* */
#business .sec01 {
    background: url("../img/business/pc_business.png") no-repeat left top;
    margin-bottom: 80px;
    width: 100%;
    height: 700px;
    text-align: center;
    /*padding-top: 80px;*/
}

#business .sec01 .inner {
    width: 100%;
    min-height:700px;
    margin: 0 auto;
}

#business .sec01 .inner .box {
    background: #fff;
    width: 860px;
    min-height: 700px;
    padding: 100px 80px;
    background: linear-gradient(to bottom, #84bee7 20%, #3ca1ea 50%);
}

#business .sec01 .inner .box h3 {
    margin-bottom:50px;
    font-size: 60px;
    font-weight: bold;
    color: #eec808;
    margin-top: 80px;
    text-align: center;
}

#business .sec01 .inner .box .txt1 {
    margin-bottom: 15px;
    color: #e31b13;
    font-size: 30px;
    font-weight: bold;
}

#business .sec01 .inner .box .txt2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 2.0;
    color:white;
}

#business .sec01 .inner .box .img {
    text-align: center;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #business .sec01 {
        background: url("../img/business/bg_sec01.jpg") no-repeat 300% top;
        background-size: 90% auto;
        padding-top: 60px;
    }

    #business .sec01 .inner {
        width: 94%;
    }

    #business .sec01 .inner .box {
        width: 50%;
        padding: 40px 40px;
    }

    #business .sec01 .inner .box h3 {
        font-size: 36px;
    }

    #business .sec01 .inner .box .txt1 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    #business .sec01 {
        background: url("../img/business/sp_business.png") no-repeat left top;
        margin-bottom: 10%;
    }

    #business .sec01 .inner {
        width: 100%;
        min-height: 370px;
    }

    #business .sec01 .inner .box {
        width: 100%;
        padding: 4% 3%;
        min-height: 350px;
    }

    #business .sec01 .inner .box h3 {
        margin-bottom: 4%;
        font-size: 23px;
        margin-top: 40px;
    }

    #business .sec01 .inner .box .txt1 {
        margin-bottom: 3%;
        font-size: 16px;
    }

    #business .sec01 .inner .box .txt2 {
        margin-bottom: 4%;
        font-size: 14px;
        line-height: 1.8;
    }

    #business .sec01 .inner .box .img {
        width: 80%;
        margin: 50px auto;
    }
}

#business .sec02 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 40px;
}

#business .sec02 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#business .sec02 .inner .txt_red {
    margin-bottom: 40px;
    color: #e31b13;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.4;
}

#business .sec02 .inner .txt_red span {
    font-size: 62px;
}

#business .sec02 .inner h4 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#business .sec02 .inner .block {
    border-bottom: 1px dotted #999;
    margin-bottom: 50px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#business .sec02 .inner .block.last {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

#business .sec02 .inner .block figure {
    width: 350px;
    padding-left: 20px;
    text-align: center;
}

#business .sec02 .inner .block figure + div {
    width: 635px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 2.0;
}

#business .sec02 .inner .block figure + div h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

#business .sec02 .inner .block figure + div h5 span {
    background: #e31b13;
    margin-right: 15px;
    padding: 2px 10px;
    color: #fff;
    font-size: 16px;
}

#business .sec02 .inner .block figure + div h5 + p {
    margin-bottom: 25px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #business .sec02 .inner {
        width: 88%;
        padding: 3%;
    }

    #business .sec02 .inner h3 {
        font-size: 36px;
    }

    #business .sec02 .inner .txt_red {
        font-size: 34px;
    }

    #business .sec02 .inner .txt_red span {
        font-size: 50px;
    }

    #business .sec02 .inner .block figure {
        width: 32%;
        padding-left: 0;
    }

    #business .sec02 .inner .block figure img {
        width: 100%;
        height: auto;
    }

    #business .sec02 .inner .block figure + div {
        width: 63%;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    #business .sec02 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #business .sec02 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #business .sec02 .inner .txt_red {
        margin-bottom: 5%;
        font-size: 16px;
    }

    #business .sec02 .inner .txt_red span {
        font-size: 22px;
    }

    #business .sec02 .inner h4 {
        background-size: auto 100%;
        padding-left: 4%;
        font-size: 16px;
    }

    #business .sec02 .inner .block {
        margin-bottom: 5%;
        padding-bottom: 5%;
        display: block;
    }

    #business .sec02 .inner .block.last {
        margin-bottom: 5%;
    }

    #business .sec02 .inner .block figure {
        width: 70%;
        margin: 0 auto 3%;
        padding: 0;
    }

    #business .sec02 .inner .block figure + div {
        width: 100%;
        padding-right: 0;
        font-size: 14px;
        line-height: 1.8;
    }

    #business .sec02 .inner .block figure + div h5 {
        margin-bottom: 3%;
        font-size: 16px;
    }

    #business .sec02 .inner .block figure + div h5 span {
        margin-right: 3%;
        padding: 2px 10px;
        font-size: 14px;
    }

    #business .sec02 .inner .block figure + div h5 + p {
        margin-bottom: 4%;
    }
}

#business .sec03 .inner {
    background: #fff;
    width: 1200px;
    margin: 0 auto 80px;
    padding: 40px 0;
}

#business .sec03 .inner h3 {
    margin-bottom: 40px;
    padding: 0 40px;
    font-size: 40px;
    font-weight: bold;
}

#business .sec03 .inner ul {
    overflow: hidden;
}

#business .sec03 .inner ul li {
    width: 25%;
    float: left;
}

#business .sec03 .inner ul li .box {
    min-height: 220px;
    padding-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

#business .sec03 .inner ul li .box span {
    font-size: 40px;
}

#business .sec03 .inner ul li:first-child .box {
    background: #e31b13;
}

#business .sec03 .inner ul li:nth-child(2) .box {
    background: #f5a200;
}

#business .sec03 .inner ul li:nth-child(3) .box {
    background: #4286c7;
}

#business .sec03 .inner ul li:nth-child(4) .box {
    background: #22b573;
}

#business .sec03 .inner ul li .txt {
    padding: 20px 15px;
    font-size: 15px;
    line-height: 2.0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #business .sec03 .inner {
        width: 94%;
        padding: 3% 0;
    }

    #business .sec03 .inner h3 {
        padding: 0 3%;
        font-size: 36px;
    }

    #business .sec03 .inner ul li .box {
        min-height: 200px;
        padding-top: 60px;
        font-size: 20px;
    }

    #business .sec03 .inner ul li .box span {
        font-size: 36px;
    }

    #business .sec03 .inner ul li .txt {
        padding: 5%;
    }
}

@media (max-width: 640px) {
    #business .sec03 .inner {
        width: 94%;
        margin: 0 auto 10%;
        padding: 4% 0;
    }

    #business .sec03 .inner h3 {
        margin-bottom: 5%;
        padding: 0 3%;
        font-size: 20px;
    }

    #business .sec03 .inner ul li {
        width: 50%;
    }

    #business .sec03 .inner ul li .box {
        min-height: 120px;
        padding-top: 40px;
        font-size: 16px;
    }

    #business .sec03 .inner ul li .box span {
        font-size: 22px;
    }

    #business .sec03 .inner ul li:first-child {
        margin-bottom: 8%;
    }

    #business .sec03 .inner ul li:nth-child(2) {
        margin-bottom: 8%;
    }

    #business .sec03 .inner ul li .txt {
        padding: 5%;
        font-size: 14px;
        line-height: 1.8;
    }
}

#business .sec04 .inner {
    background: #fff;
    width: 1200px;
    margin: 0 auto 80px;
    padding: 40px;
}

#business .sec04 .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#business .sec04 .inner ul {
    background: url("../img/business/bg_flow.png") repeat-x center 240px;
    width: 960px;
    margin: 0 auto 30px;
    overflow: hidden;
}

#business .sec04 .inner ul.lower {
    background: url("../img/business/bg_flow.png") repeat-x center 270px;
}

#business .sec04 .inner ul li {
    width: 240px;
    float: left;
    margin-right: 120px;
}

#business .sec04 .inner ul li:last-child {
    margin-right: 0;
}

#business .sec04 .inner ul li .icon {
    margin-bottom: 15px;
    text-align: center;
}

#business .sec04 .inner ul li h4 {
    margin-bottom: 15px;
    text-align: center;
    color: #e31b13;
    min-height: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

#business .sec04 .inner ul li figure {
    margin-bottom: 20px;
}

#business .sec04 .inner ul li .txt {
    font-size: 18px;
    line-height: 2.0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #business .sec04 .inner {
        width: 88%;
        padding: 3%;
    }

    #business .sec04 .inner h3 {
        font-size: 36px;
    }

    #business .sec04 .inner ul {
        width: 100%;
    }

    #business .sec04 .inner ul li {
        width: 30%;
        margin-right: 5%;
    }

    #business .sec04 .inner ul li h4 {
        font-size: 20px;
    }

    #business .sec04 .inner ul li figure img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    #business .sec04 .inner {
        width: 88%;
        margin: 0 auto 10%;
        padding: 3%;
    }

    #business .sec04 .inner h3 {
        margin-bottom: 5%;
        font-size: 20px;
    }

    #business .sec04 .inner ul {
        background: none;
        width: 100%;
        margin: 0 auto;
    }

    #business .sec04 .inner ul.lower {
        background: none;
    }

    #business .sec04 .inner ul li {
        width: 100%;
        float: none;
        margin: 0 0 8%;
    }

    #business .sec04 .inner ul li .icon {
        width: 10%;
        margin: 0 auto 3%;
    }

    #business .sec04 .inner ul li h4 {
        margin-bottom: 3%;
        font-size: 20px;
    }

    #business .sec04 .inner ul li figure {
        width: 70%;
        margin: 0 auto 3%;
    }

    #business .sec04 .inner ul li .txt {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* *******************************************
     search
******************************************* */
#search .sec01 {
    background: #fff;
}

#search .sec01 .inner {
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
}

#search .sec01 .inner h3 {
    border-left: 5px solid #0074c1;
    margin-bottom: 1rem;
    padding-left: 27px;
    font-size: 30px;
    font-weight: bold;
}

#search .sec01 .inner ul.tab_search {
    border: 1px solid #ccd0d2;
    overflow: hidden;
}

#search .sec01 .inner ul.tab_search li a {
    display: block;
    border-right: 1px solid #ccd0d2;
    background: #0074c1;
    width: 25%;
    float: left;
    padding: 17px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#search .sec01 .inner ul.tab_search li a:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#search .sec01 .inner ul.tab_search li:last-child a {
    border-right: none;
    width: 25%;
}

#search .sec01 .inner ul.tab_search li:last-child.select a {
    background: #fff;
    width: 25%;
}

#search .sec01 .inner ul.tab_search li.select a {
    background: #fff;
    width: 25%;
    float: left;
    color: #333;
}

#search .sec01 .inner ul.content {
    padding-top: 1rem;
}
#search .sec01 .inner ul.content li.type01 .btn-group{
    float:left;
}

#search .sec01 .inner ul.content li.type01 select:after {
    content: "";
    display: inline-block;
    background: url("../img/search/icon_x.png") no-repeat center center;
    width: 20px;
    height: 18px;
}

#search .sec01 .inner ul.content li.type01  select {
    border-radius: 5px;
    border: 1px solid #ccd0d2;
    width: calc((100% - 50px - 200px) / 2);
    margin-right: 10px;
    padding: 17px 10px 18px;
    font-size: 16px;
    float: left;
}
#search .sec01 .inner ul.content li.type01  button {
    border-radius: 5px;
    border: 1px solid #ccd0d2;
    width: 300px;
    margin-right: 10px;
    padding: 17px 10px 18px;
    font-size: 16px;
    text-align: left;
    float:left;
}

#search .sec01 .inner ul.content li.type01 .block_key {
    float: left;
}

#search .sec01 .inner ul.content li.type01 .block_key input[type=text] {
    border-radius: 5px;
    border: 1px solid #ccd0d2;
    width: 350px;
    padding: 18px 10px 17px;
    font-size: 16px;
}

#search .sec01 .inner ul.content li.type01 #submit_button01 {
    display: block;
    background: linear-gradient(45deg, #0099ff, #0074c1);
    border-radius: 54px;
    border: none;
    width: 200px;
    float: left;
    padding: 5px;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type01 #submit_button01:hover {
    background: linear-gradient(45deg, #0074c1, #0099ff);
}

#search .sec01 .inner ul.content li.type02 dl {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#search .sec01 .inner ul.content li.type02 dl.last {
    border-bottom: none;
    margin-bottom: 40px;
    padding-bottom: 0;
}

#search .sec01 .inner ul.content li.type02 dl dt {
    font-size: 18px;
}

#search .sec01 .inner ul.content li.type02 dl dt ul {
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type02 dl dt ul li {
    width: 12.5%;
    float: left;
}

#search .sec01 .inner ul.content li.type02 dl dd {
    background: #f4f8fa;
    margin-top: 10px;
    padding: 15px;
}

#search .sec01 .inner ul.content li.type02 dl dd ul {
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type02 dl dd ul li {
    width: 12.5%;
    float: left;
}

#search .sec01 .inner ul.content li.type02 dl input[type=checkbox] {
    display: none;
}

#search .sec01 .inner ul.content li.type02 dl input[type=checkbox]:checked + .check_css:after {
    background: #fff;
}

#search .sec01 .inner ul.content li.type02 dl input[type=checkbox]:checked + .check_css:before {
    opacity: 1.0;
}

#search .sec01 .inner ul.content li.type02 dl .check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type02 dl .check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 2px;
    border: 1px solid #ccd0d2;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

#search .sec01 .inner ul.content li.type02 dl .check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 18%;
    left: 5px;
    display: block;
    border-right: 3px solid #0074c1;
    border-bottom: 3px solid #0074c1;
    width: 8px;
    height: 10px;
    margin-top: -1px;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

#search .sec01 .inner ul.content li.type02 .btn_area {
    position: relative;
}

#search .sec01 .inner ul.content li.type02 .btn_area #submit_button02 {
    display: block;
    background: url("../img/search/icon_search.png") no-repeat 10% center #0074c1;
    border-radius: 50px;
    border: none;
    width: 280px;
    margin: 0 auto;
    padding: 14px 0 14px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type02 .btn_area #submit_button02:hover {
    background-color: #0074c1;
}

#search .sec01 .inner ul.content li.type02 .btn_area .btn_clr {
    position: absolute;
    top: 30%;
    right: 25%;
}

#search .sec01 .inner ul.content li.type02 .btn_area .btn_clr a {
    color: #a4a8aa;
}

#search .sec01 .inner ul.content li.type02 .btn_area .btn_clr a:hover {
    color: #ccc;
    text-decoration: none;
}

#search .sec01 .inner ul.content li.type03 ul {
    margin-bottom: 40px;
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type03 ul li {
    border-bottom: 1px dotted #bfbfbf;
    width: 25%;
    float: left;
    padding: 13px 0;
}

#search .sec01 .inner ul.content li.type03 ul li input[type=checkbox] {
    display: none;
}

#search .sec01 .inner ul.content li.type03 ul li input[type=checkbox]:checked + .check_css:after {
    background: #fff;
}

#search .sec01 .inner ul.content li.type03 ul li input[type=checkbox]:checked + .check_css:before {
    opacity: 1.0;
}

#search .sec01 .inner ul.content li.type03 ul li .check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type03 ul li .check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 2px;
    border: 1px solid #ccd0d2;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

#search .sec01 .inner ul.content li.type03 ul li .check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 18%;
    left: 5px;
    display: block;
    border-right: 3px solid #0074c1;
    border-bottom: 3px solid #0074c1;
    width: 8px;
    height: 10px;
    margin-top: -1px;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

#search .sec01 .inner ul.content li.type03 .btn_area {
    position: relative;
}

#search .sec01 .inner ul.content li.type03 .btn_area #submit_button03 {
    display: block;
    background: url("../img/search/icon_search.png") no-repeat 10% center #0074c1;
    border-radius: 50px;
    border: none;
    width: 280px;
    margin: 0 auto;
    padding: 14px 0 14px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type03 .btn_area #submit_button03:hover {
    background-color: #0074c1;
}

#search .sec01 .inner ul.content li.type03 .btn_area .btn_clr {
    position: absolute;
    top: 30%;
    right: 25%;
}

#search .sec01 .inner ul.content li.type03 .btn_area .btn_clr a {
    color: #a4a8aa;
}

#search .sec01 .inner ul.content li.type03 .btn_area .btn_clr a:hover {
    color: #ccc;
    text-decoration: none;
}

#search .sec01 .inner ul.content li.type04 dl {
    border-bottom: 1px dotted #bfbfbf;
    padding: 15px 0;
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type04 dl.last {
    margin-bottom: 40px;
}

#search .sec01 .inner ul.content li.type04 dl dt {
    width: 150px;
    float: left;
    padding-top: 9px;
    font-size: 18px;
    font-weight: bold;
}

#search .sec01 .inner ul.content li.type04 dl dd {
    width: 1050px;
    float: right;
}

#search .sec01 .inner ul.content li.type04 dl dd input[type=text] {
    border: 1px solid #ccd0d2;
    padding: 12px 10px;
    font-size: 16px;
}

#search .sec01 .inner ul.content li.type04 dl dd input[type=text].text01 {
    width: 200px;
    margin: 0 20px;
}

#search .sec01 .inner ul.content li.type04 dl dd input[type=text].text02, #search .sec01 .inner ul.content li.type04 dl dd input[type=text].text04 {
    width: 200px;
    margin: 0 20px 0 0;
}

#search .sec01 .inner ul.content li.type04 dl dd input[type=text].text03 {
    width: 640px;
}

#search .sec01 .inner ul.content li.type04 dl dd span.kara {
    margin: 0 20px;
}

#search .sec01 .inner ul.content li.type04 dl dd .jikyu {
    float: left;
    margin-right: 35px;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio {
    float: left;
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio li {
    float: left;
    margin-top: 6px;
    margin-right: 25px;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio li input[type=radio] {
    display: none;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio li label {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    line-height: 1;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio li label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

#search .sec01 .inner ul.content li.type04 dl dd .radio li input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #4286c7;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb {
    overflow: hidden;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li {
    float: left;
    margin-right: 30px;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li:nth-child(n+8) {
    margin-top: 5px;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li input[type=checkbox] {
    display: none;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li input[type=checkbox]:checked + .check_css:after {
    background: #fff;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li input[type=checkbox]:checked + .check_css:before {
    opacity: 1.0;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li .check_css {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li .check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    border-radius: 2px;
    border: 1px solid #ccd0d2;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

#search .sec01 .inner ul.content li.type04 dl dd .cb li .check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 18%;
    left: 5px;
    display: block;
    border-right: 3px solid #0074c1;
    border-bottom: 3px solid #0074c1;
    width: 8px;
    height: 10px;
    margin-top: -1px;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

#search .sec01 .inner ul.content li.type04 dl dd select {
    border: 1px solid #ccd0d2;
    width: 220px;
    padding: 12px 10px;
    font-size: 16px;
}

#search .sec01 .inner ul.content li.type04 .btn_area {
    position: relative;
}

#search .sec01 .inner ul.content li.type04 .btn_area #submit_button04 {
    display: block;
    background: url("../img/search/icon_search.png") no-repeat 10% center #0074c1;
    border-radius: 50px;
    border: none;
    width: 280px;
    margin: 0 auto;
    padding: 14px 0 14px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#search .sec01 .inner ul.content li.type04 .btn_area #submit_button04:hover {
    background-color: #007bff;
}

#search .sec01 .inner ul.content li.type04 .btn_area .btn_clr {
    position: absolute;
    top: 30%;
    right: 25%;
}

#search .sec01 .inner ul.content li.type04 .btn_area .btn_clr a {
    color: #a4a8aa;
}

#search .sec01 .inner ul.content li.type04 .btn_area .btn_clr a:hover {
    color: #ccc;
    text-decoration: none;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #search .sec01 .inner {
        width: 94%;
    }

    #search .sec01 .inner ul.tab_search li a {
        width: 24.9%;
    }

    #search .sec01 .inner ul.tab_search li:last-child a {
        width: 24.95%;
    }

    #search .sec01 .inner ul.tab_search li:last-child.select a {
        width: 24.95%;
    }

    #search .sec01 .inner ul.tab_search li.select a {
        width: 24.9%;
    }

    #search .sec01 .inner ul.content li.type01 .block_sel {
        margin-bottom: 30px;
    }

    #search .sec01 .inner ul.content li.type01 .block_sel select {
        height: 48px;
    }

    #search .sec01 .inner ul.content li.type01 #submit_button01 {
        float: right;
        margin: 0 auto;
    }

    #search .sec01 .inner ul.content li.type01 #submit_button01:hover {
        background-color: #0074c1;
    }

    #search .sec01 .inner ul.content li.type02 .btn_area #submit_button02:hover {
        background-color: #0074c1;
    }

    #search .sec01 .inner ul.content li.type02 .btn_area .btn_clr {
        right: 20%;
    }

    #search .sec01 .inner ul.content li.type03 ul li.long {
        padding: 16px 0;
        font-size: 13px;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area {
        position: relative;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area #submit_button03:hover {
        background-color: #007bff;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area .btn_clr {
        right: 20%;
    }

    #search .sec01 .inner ul.content li.type04 dl dt {
        width: 15%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd {
        width: 85%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .cb li:nth-child(n+7) {
        margin-top: 5px;
    }

    #search .sec01 .inner ul.content li.type04 dl dd select {
        height: 48px;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area {
        position: relative;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area #submit_button04:hover {
        background-color: #007bff;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area .btn_clr {
        right: 20%;
    }
}

@media (max-width: 640px) {
    #search .sec01 .inner {
        width: 94%;
        padding: 3% 0;
    }

    #search .sec01 .inner h3 {
        border-left: 3px solid #0074c1;
        margin-bottom: 3%;
        padding-left: 5%;
        font-size: 20px;
    }

    #search .sec01 .inner ul.tab_search li a {
        width: 49.7%;
        padding: 3% 0;
        font-size: 13px;
    }

    #search .sec01 .inner ul.tab_search li:nth-child(2) a,
    #search .sec01 .inner ul.tab_search li:last-child a {
        border-right: none;
        width: 49.9%;
    }

    #search .sec01 .inner ul.tab_search li:nth-child(-n+2) a {
        border-bottom: 1px solid #ccd0d2;
    }

    #search .sec01 .inner ul.tab_search li:last-child.select a {
        width: 49.9%;
    }

    #search .sec01 .inner ul.tab_search li.select a {
        width: 49.7%;
    }

    #search .sec01 .inner ul.content {
        padding-top: 0;
    }

    #search .sec01 .inner ul.content li.type01 .block_sel {
        float: none;
        margin-right: 0;
    }

    #search .sec01 .inner ul.content li.type01 .block_sel.first:after {
        display: none;
    }

    #search .sec01 .inner ul.content li.type01  select {
        width: 99.5%;
        height: 45px;
        margin: 0 0 3%;
        padding: 1% 3%;
        font-size: 14px;
    }
    #search .sec01 .inner ul.content li.type01  .btn-group {
        width: 100%;
    }
    #search .sec01 .inner ul.content li.type01  button {
        width: 99.5%;
        height: 45px;
        margin: 0 0 3%;
        padding: 1% 3%;
        font-size: 14px;
    }

    #search .sec01 .inner ul.content li.type01 .block_key {
        float: none;
    }

    #search .sec01 .inner ul.content li.type01 .block_key input[type=text] {
        width: 93.2%;
        margin-bottom: 5%;
        padding: 3% 3%;
        font-size: 14px;
    }

    #search .sec01 .inner ul.content li.type01 #submit_button01 {
        width: 80%;
        height: auto;
        float: none;
        margin: 0 auto;
        padding: 5px;
        font-size: 16px;
    }

    #search .sec01 .inner ul.content li.type01 #submit_button01:hover {
        background-color: #0074c1;
    }

    #search .sec01 .inner ul.content li.type02 dl {
        margin-bottom: 4%;
        padding-bottom: 4%;
    }

    #search .sec01 .inner ul.content li.type02 dl.last {
        margin-bottom: 6%;
    }

    #search .sec01 .inner ul.content li.type02 dl dt {
        font-size: 12px;
    }

    #search .sec01 .inner ul.content li.type02 dl dt ul li {
        width: auto;
        margin: 0 5% 3% 0;
    }

    #search .sec01 .inner ul.content li.type02 dl dd {
        margin-top: 3%;
        padding: 3% 3% 1%;
    }

    #search .sec01 .inner ul.content li.type02 dl dd ul li {
        width: auto;
        margin: 0 5% 3% 0;
    }

    #search .sec01 .inner ul.content li.type02 .btn_area #submit_button02 {
        background: url("../img/search/icon_search.png") no-repeat 10% center #0074c1;
        width: 80%;
        padding: 3% 0 3% 5%;
        font-size: 16px;
    }

    #search .sec01 .inner ul.content li.type02 .btn_area #submit_button02:hover {
        background-color: #007bff;
    }

    #search .sec01 .inner ul.content li.type02 .btn_area .btn_clr {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 3%;
        text-align: center;
    }

    #search .sec01 .inner ul.content li.type03 ul {
        margin-bottom: 6%;
    }

    #search .sec01 .inner ul.content li.type03 ul li {
        width: 100%;
        padding: 3% 0;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area {
        position: relative;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area #submit_button03 {
        width: 80%;
        padding: 3% 0 3% 5%;
        font-size: 16px;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area #submit_button03:hover {
        background-color: #007bff;
    }

    #search .sec01 .inner ul.content li.type03 .btn_area .btn_clr {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 3%;
        text-align: center;
    }

    #search .sec01 .inner ul.content li.type04 dl {
        padding: 3% 0;
    }

    #search .sec01 .inner ul.content li.type04 dl.last {
        margin-bottom: 6%;
    }

    #search .sec01 .inner ul.content li.type04 dl dt {
        width: 100%;
        float: none;
        margin-bottom: 3%;
        padding-top: 0;
        font-size: 14px;
    }

    #search .sec01 .inner ul.content li.type04 dl dd {
        width: 100%;
        float: none;
    }

    #search .sec01 .inner ul.content li.type04 dl dd input[type=text] {
        padding: 3% 3%;
        font-size: 14px;
    }

    #search .sec01 .inner ul.content li.type04 dl dd input[type=text].text01 {
        width: 20%;
        margin: 0 1%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd input[type=text].text02 {
        width: 78%;
        margin: 0 1% 0 0;
        padding: 8% 5%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd input[type=text].text03 {
        width: 93.5%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd input[type=text].text04 {
        width: 93%;
        margin: 0 0 1%;
        padding: 3% 3%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd span.kara {
        margin: 0 2%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .jikyu {
        width: 40%;
        margin-right: 2%;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .radio {
        float: left;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .radio li {
        float: left;
        margin-top: 0;
        margin-right: 10px;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .cb li {
        margin: 0 5% 3% 0;
    }

    #search .sec01 .inner ul.content li.type04 dl dd .cb li:nth-child(n+8) {
        margin-top: 0;
    }

    #search .sec01 .inner ul.content li.type04 dl dd select {
        width: 99.5%;
        height: 45px;
        padding: 3% 3%;
        font-size: 14px;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area {
        position: relative;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area #submit_button04 {
        width: 80%;
        padding: 3% 0 3% 5%;
        font-size: 16px;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area #submit_button04:hover {
        background-color: #007bff;
    }

    #search .sec01 .inner ul.content li.type04 .btn_area .btn_clr {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 3%;
        text-align: center;
    }
}

#search .sec02 {
    width: 920px;
    margin: 0 auto;
    padding: 0;
}

#search .sec02 .ttl_area {
    overflow: hidden;
    margin-bottom: 24px;
}

#search .sec02 .ttl_area h3 {
    border-left: 5px solid #0074c1;
    float: left;
    padding-left: 27px;
    font-size: 30px;
    font-weight: bold;
}

#search .sec02 .ttl_area .result {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

#search .sec02 .ttl_area .result span {
    padding: 0 5px;
    color: #e31b13;
    font-size: 32px;
}

#search .sec02 ul.tab_result {
    border: 1px solid #ccd0d2;
    overflow: hidden;
}

#search .sec02 ul.tab_result li a {
    display: block;
    border-right: 1px solid #ccd0d2;
    background: #0074c1;
    width: 399px;
    float: left;
    padding: 17px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#search .sec02 ul.tab_result li a:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#search .sec02 ul.tab_result li:last-child a {
    border-right: none;
    width: 398px;
}

#search .sec02 ul.tab_result li.select a {
    background: #fff;
    color: #333;
}

#search .sec02 ul.content2 li.hide {
    display: none;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #search .sec02 {
        width: 94%;
    }

    #search .sec02 ul.tab_result li a {
        width: 33.3%;
    }

    #search .sec02 ul.tab_result li:last-child a {
        width: 33.1%;
    }
}

@media (max-width: 640px) {
    #search .sec02 {
        width: 94%;
        padding: 6% 0 12%;
    }

    #search .sec02 .ttl_area {
        margin-bottom: 5%;
    }

    #search .sec02 .ttl_area h3 {
        border-left: 3px solid #0074c1;
        padding-left: 5%;
        font-size: 20px;
    }

    #search .sec02 .ttl_area .result {
        font-size: 12px;
    }

    #search .sec02 .ttl_area .result span {
        font-size: 20px;
    }

    #search .sec02 ul.tab_result li a {
        width: 33.1%;
        padding: 3% 0;
        font-size: 13px;
    }

    #search .sec02 ul.tab_result li:last-child a {
        width: 33.1%;
    }
}

/* *******************************************
     search_d
******************************************* */
#search_d .sec01 .inner {
    width: 920px;
    margin: 0 auto;
    padding: 50px 0 70px;
}

#search_d .sec01 .inner .number {
    margin-bottom: 20px;
    text-align: right;
    color: #686c6e;
    font-size: 14px;
}

#search_d .sec01 .inner .box {
    background: #fff;
    padding: 40px 40px 70px;
}

#search_d .sec01 .inner .box .block1 {
    margin-bottom: 50px;
    overflow: hidden;
}

#search_d .sec01 .inner .box .block1 figure {
    width: 330px;
    float: left;
}

#search_d .sec01 .inner .box .block1 figure + div {
    width: 750px;
    float: right;
}

#search_d .sec01 .inner .box .block1 figure + div .line,
#search_d .sec01 .inner .box .block1 .jobTitle {
    font-size: 25px;
    color: #003399;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 20px;
}

#search_d .sec01 .inner .box .block1 figure + div h3 span.cate {
    border-radius: 50%;
    background: #28a745;
    margin-right: 5px;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    min-height: 60px;
}

#search_d .sec01 .inner .box .block1 figure + div h3 span.line {
    text-decoration: underline;
}

#search_d .sec01 .inner .box .block2 {
    margin-bottom: 50px;
}

#search_d .sec01 .inner .box .block2.last {
    margin-bottom: 80px;
}

#search_d .sec01 .inner .box .block2 h4,
#search_d .sec01 .inner .box .block2 h2.itemTitle {
    border-left: 5px solid #0074c1;
    margin-bottom: 25px;
    padding-left: 20px;
    color: #0074c1;
    font-size: 24px;
    font-weight: bold;
}

#search_d .sec01 .inner .box .block2 .table_work {
    border-top: 1px solid #ccd0d2;
    border-left: 1px solid #ccd0d2;
    width: 99.5%;
}

#search_d .sec01 .inner .box .block2 .table_work th {
    border-right: 1px solid #ccd0d2;
    border-bottom: 1px solid #ccd0d2;
    background: #f4f8fa;
    width: 235px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
}

#search_d .sec01 .inner .box .block2 .table_work td {
    border-right: 1px solid #ccd0d2;
    border-bottom: 1px solid #ccd0d2;
    padding: 20px;
    font-size: 15px;
}

#search_d .sec01 .inner .box .btn_oubo a {
    /*display: block;*/
    /*border-radius: 50px;*/
    /*background: #f5a200;*/
    /*width: 400px;*/
    /*margin: 0 auto;*/
    /*padding: 20px 0;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*font-size: 17px;*/
    /*font-weight: bold;*/
    /*-webkit-transition: 0.3s ease-in-out;*/
    /*-moz-transition: 0.3s ease-in-out;*/
    /*-o-transition: 0.3s ease-in-out;*/
    /*transition: 0.3s ease-in-out;*/
}

#search_d .sec01 .inner .box .btn_oubo a:hover {
    /*background: #fcb936;*/
    /*text-decoration: none;*/
    /*-moz-transition: .5s;*/
    /*-webkit-transition: .5s;*/
    /*-o-transition: .5s;*/
    /*-ms-transition: .5s;*/
    /*transition: .5s;*/
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #search_d .sec01 .inner {
        /*width: 94%;*/
    }

    #search_d .sec01 .inner .number {
        margin-bottom: 17px;
    }

    #search_d .sec01 .inner .box {
        padding: 40px 40px 70px;
    }

    #search_d .sec01 .inner .box .block1 figure {
        width: 30%;
    }

    #search_d .sec01 .inner .box .block1 figure img {
        width: 100%;
        height: auto;
    }

    #search_d .sec01 .inner .box .block1 figure + div {
        width: 67%;
    }

    #search_d .sec01 .inner .box .block2 .table_work th {
        width: 170px;
    }
}

@media (max-width: 640px) {
    #search_d .sec01 .inner {
        width: 94%;
        padding: 7% 0 10%;
    }

    #search_d .sec01 .inner .number {
        margin-bottom: 5%;
        font-size: 12px;
    }

    #search_d .sec01 .inner .box {
        padding: 3% 3% 7%;
    }

    #search_d .sec01 .inner .box .block1 {
        margin-bottom: 8%;
    }

    #search_d .sec01 .inner .box .block1 figure {
        width: 100%;
        float: none;
        margin-bottom: 3%;
    }

    #search_d .sec01 .inner .box .block1 figure + div {
        width: 100%;
        float: none;
    }

    #search_d .sec01 .inner .box .block1 figure + div h3 {
        text-indent: -2.5em;
        margin-left: 2.5em;
        float: none;
        font-size: 18px;
    }

    #search_d .sec01 .inner .box .block1 figure + div h3 span.cate {
        margin-right: 2%;
        padding: 4px 8px;
        font-size: 16px;
    }

    #search_d .sec01 .inner .box .block2 {
        margin-bottom: 8%;
    }

    #search_d .sec01 .inner .box .block2.last {
        margin-bottom: 12%;
    }

    #search_d .sec01 .inner .box .block2 h4,
    #search_d .sec01 .inner .box .block2 h2.itemTitle {
        border-left: 3px solid #0074c1;
        margin-bottom: 4%;
        padding-left: 4%;
        font-size: 16px;
    }

    #search_d .sec01 .inner .box .block2 .table_work th {
        width: 26%;
        padding: 3%;
        font-size: 12px;
    }

    #search_d .sec01 .inner .box .block2 .table_work td {
        padding: 3%;
        font-size: 12px;
    }

    #search_d .sec01 .inner .box .btn_oubo a {
        width: 80%;
        padding: 4% 0;
        font-size: 16px;
    }

    #search_d .sec01 .inner .box .btn_oubo a:hover {
        background: #f5a200;
    }

    #search_d .sec01 .inner .box .block1 figure + div .line {
        font-size: 15px;        
    }
    #search_d .sec01 .inner .box .block1 figure + div .line,
    #search_d .sec01 .inner .box .block1 .jobTitle {
        font-size: calc(3.6vw + 6px);
    }
}

#search_d .sec02 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
}

#search_d .sec02 h3 {
    border-left: 5px solid #0074c1;
    margin-bottom: 25px;
    padding-left: 26px;
    font-size: 30px;
    font-weight: bold;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #search_d .sec02 {
        width: 94%;
    }

    #search_d .sec02 .list > li {
        width: 43%;
        padding: 4% 3%;
    }

    #search_d .sec02 .list > li .block1 .work {
        font-size: 18px;
    }

    #search_d .sec02 .list > li .block2 figure {
        width: 30%;
    }

    #search_d .sec02 .list > li .block2 figure img {
        width: 100%;
        height: auto;
    }

    #search_d .sec02 .list > li .block2 figure + div {
        width: 68%;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dt {
        clear: both;
        width: 25%;
        padding-left: 7%;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dt.pay:before {
        top: 22%;
        background-size: 100% auto;
        width: 14px;
        height: 14px;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dt.station:before {
        top: 22%;
        background-size: 100% auto;
        width: 14px;
        height: 14px;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dt.time:before {
        top: 22%;
        background-size: 100% auto;
        width: 14px;
        height: 14px;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dt.place:before {
        top: 22%;
        background-size: 100% auto;
        width: 14px;
        height: 14px;
    }

    #search_d .sec02 .list > li .block2 figure + div dl dd {
        width: 68%;
        font-size: 14px;
    }

    #search_d .sec02 .list > li .block3 dl dt {
        width: 20%;
    }

    #search_d .sec02 .list > li .block3 dl dd {
        width: 78%;
    }

    #search_d .sec02 .list > li .number {
        font-size: 12px;
    }

    #search_d .sec02 .list > li .btn_area dt {
        width: 48%;
    }

    #search_d .sec02 .list > li .btn_area dt a:hover {
        background: #0074c1;
    }

    #search_d .sec02 .list > li .btn_area dd {
        width: 48%;
    }

    #search_d .sec02 .list > li .btn_area dd a:hover {
        background: #f5a200;
    }
}

@media (max-width: 640px) {
    #search_d .sec02 {
        width: 94%;
        padding: 0 0 10%;
    }

    #search_d .sec02 h3 {
        border-left: 3px solid #0074c1;
        margin-bottom: 4%;
        padding-left: 4%;
        font-size: 18px;
    }

    #search_d .sec01 .inner .box .block2 .table_work th {    
        width: 26%!important;   
        padding: 0 10px !important;
        font-size: 12px;
    }

    #search_d .sec01 .inner .box .block2 .table_work td {
        padding: 10px 10px!important;
        font-size: 12px;
    }
    #search_d .sec01 .inner .box .block2 .table_work span,font,b{        
        max-width:250px!important;
        width: 250px!important;
    }    
}

/* *******************************************
     faq
******************************************* */
#top .sec08 {
    background: #fff;
}

#top .sec08 h3 {
    text-align: center;
}

#top .sec08 .inner {
    background: #fff;
    width: 1200px;
    margin: auto;
    padding: 80px 30px 40px 30px;
}

#top .sec08 .inner dl {
    border-bottom: 1px dotted #999;
    padding: 30px 0;
}

#top .sec08 .inner dl dt {
    text-indent: -2.1em;
    margin-left: 2.1em;
    margin-bottom: 12px;
    color: #4286c7;
    font-size: 24px;
    font-weight: bold;
}

#top .sec08 .inner dl dt:before {
    content: "Q";
    border-radius: 50%;
    background: #4286c7;
    margin-right: 10px;
    padding: 3px 8px 4px;
    color: #fff;
}

#top .sec08 .inner dl dd {
    text-indent: -2.5em;
    margin-left: 2.5em;
    font-size: 18px;
    letter-spacing: 1px;
}

#top .sec08 .inner dl dd:before {
    content: "A";
    border-radius: 50%;
    background: #91af23;
    margin-right: 10px;
    padding: 3px 8px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #top .sec08 .inner {
        width: 84%;
        padding: 5%;
    }
}

@media (max-width: 640px) {
    #top .sec08 .inner {
        width: 88%;
        margin: 8% auto;
        padding: 3%;
    }

    #top .sec08 .inner dl {
        padding: 5% 0;
    }

    #top .sec08 .inner dl dt {
        text-indent: -2.8em;
        margin-left: 2.8em;
        margin-bottom: 3%;
        font-size: 14px;
        font-weight: normal;
    }

    #top .sec08 .inner dl dd {
        text-indent: -3.0em;
        margin-left: 3.0em;
        font-size: 14px;
    }

    #top .sec08 .inner dl dd:before {
        font-size: 14px;
    }
}

/* *******************************************
     news
******************************************* */
#news .sec08 .inner {
    background: #fff;
    width: 1040px;
    margin: 80px auto;
    padding: 80px;
}

#news .sec08 .inner .news_list a {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#news .sec08 .inner .news_list a dl {
    border-bottom: 1px dotted #999;
    padding: 28px 0;
    overflow: hidden;
}

#news .sec08 .inner .news_list a dl dt {
    width: 245px;
    float: left;
    padding: 8px 0 0 5px;
    color: #a4a8aa;
    letter-spacing: 1px;
}

#news .sec08 .inner .news_list a dl dt.new:after {
    content: "NEW";
    background: #e31b13;
    margin-left: 80px;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
}

#news .sec08 .inner .news_list a dl dd {
    width: 790px;
    float: right;
}

#news .sec08 .inner .news_list a dl dd .ttl {
    font-size: 24px;
    font-weight: bold;
}

#news .sec08 .inner .news_list a dl dd .sub {
    font-size: 18px;
}

#news .sec08 .inner .news_list a:hover {
    background: #f7f7f7;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #news .sec01 .inner {
        width: 84%;
        padding: 5%;
    }

    #news .sec01 .inner .news_list a dl dt {
        width: 25%;
        padding: 8px 0 0;
    }

    #news .sec01 .inner .news_list a dl dt.new:after {
        margin-left: 50px;
    }

    #news .sec01 .inner .news_list a dl dd {
        width: 75%;
    }

    #news .sec01 .inner .news_list a:hover {
        background: #fff;
    }
}

@media (max-width: 640px) {
    #news .sec01 .inner {
        width: 88%;
        margin: 8% auto;
        padding: 3%;
    }

    #news .sec01 .inner .news_list a dl {
        padding: 5% 0;
    }

    #news .sec01 .inner .news_list a dl dt {
        width: 100%;
        float: none;
        margin-bottom: 3%;
        padding: 0;
    }

    #news .sec01 .inner .news_list a dl dt.new:after {
        margin-left: 20px;
    }

    #news .sec01 .inner .news_list a dl dd {
        width: 100%;
        float: none;
    }

    #news .sec01 .inner .news_list a dl dd .ttl {
        margin-bottom: 1%;
        font-size: 16px;
    }

    #news .sec01 .inner .news_list a dl dd .sub {
        font-size: 12px;
    }

    #news .sec01 .inner .news_list a:hover {
        background: #fff;
    }
}

/* *******************************************
     news_d
******************************************* */
#news_d .sec01 .inner {
    background: #fff;
    width: 1200px;
    margin: 80px auto;
    padding: 80px;
}

#news_d .sec01 .inner .ttl {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
}

#news_d .sec01 .inner .data {
    margin-bottom: 40px;
    text-align: right;
    color: #a4a8aa;
    letter-spacing: 1px;
}

#news_d .sec01 .inner .cont {
    margin-bottom: 70px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #news_d .sec01 .inner {
        width: 84%;
        padding: 5%;
    }
}

@media (max-width: 640px) {
    #news_d .sec01 .inner {
        width: 88%;
        margin: 8% auto;
        padding: 3%;
    }

    #news_d .sec01 .inner .ttl {
        margin-bottom: 3%;
        font-size: 18px;
    }

    #news_d .sec01 .inner .data {
        margin-bottom: 8%;
    }

    #news_d .sec01 .inner .cont {
        margin-bottom: 12%;
    }

    #news_d .sec01 .inner iframe {
        width: 100%;
        height: auto;
    }
}

/* *******************************************
     contact
******************************************* */
#contact .sec01 .inner {
    background: #fff;
    width: 1200px;
    margin: 80px auto;
    padding: 60px 40px;
}

#contact .sec01 .inner h3 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#contact .sec01 .inner .tel {
    text-align: center;
    color: #f5a200;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact .sec01 .inner .tel:before {
    content: "";
    display: inline-block;
    background: url("../img/contact/icon_free.png") no-repeat center center;
    width: 70px;
    height: 47px;
    padding-right: 35px;
}

#contact .sec01 .inner .txt {
    text-align: center;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #contact .sec01 .inner {
        width: 84%;
        padding: 60px 5%;
    }
}

@media (max-width: 640px) {
    #contact .sec01 .inner {
        width: 88%;
        margin: 8% auto;
        padding: 5% 3%;
    }

    #contact .sec01 .inner h3 {
        background-size: auto 100%;
        margin-bottom: 5%;
        padding-left: 5%;
        font-size: 16px;
    }

    #contact .sec01 .inner .tel {
        font-size: 24px;
    }

    #contact .sec01 .inner .tel:before {
        content: "";
        display: inline-block;
        background-size: 100% auto;
        width: 30px;
        height: 20px;
        margin-right: 3%;
        padding-right: 0;
    }
}

#contact .sec02 {
    background: #fff;
    width: 1200px;
    margin: 0 auto 80px;
}

#contact .sec02 .tab3 {
    overflow: hidden;
}

#contact .sec02 .tab3 li {
    background: #4286c7;
    width: 50%;
    float: left;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#contact .sec02 .tab3 li.select {
    background: #fff;
    color: #333;
}

#contact .sec02 .inner {
    padding: 60px 40px 80px;
}

#contact .sec02 .inner ul.content3 li.hide {
    display: none;
}

#contact .sec02 .inner h3 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 40px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#contact .sec02 .inner table.table_contact {
    width: 99.5%;
    margin-bottom: 80px;
}

#contact .sec02 .inner table.table_contact th {
    width: 220px;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

#contact .sec02 .inner table.table_contact th.required:after {
    display: block;
    content: '※必須';
    background: #e31b13;
    width: 48px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40%;
    right: 15px;
}

#contact .sec02 .inner table.table_contact td {
    padding: 20px 30px;
}

#contact .sec02 .inner table.table_contact td input[type=text] {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 12px 10px;
    font-size: 18px;
}

#contact .sec02 .inner table.table_contact td input[type=email] {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 12px 10px;
    font-size: 18px;
    width: 480px;
}

#contact .sec02 .inner table.table_contact td input[type=text].text01 {
    width: 480px;
}

#contact .sec02 .inner table.table_contact td input[type=text].text02 {
    width: 790px;
}

#contact .sec02 .inner table.table_contact td .radio {
    overflow: hidden;
}

#contact .sec02 .inner table.table_contact td .radio li {
    float: left;
    margin-right: 25px;
    font-size: 18px;
}

#contact .sec02 .inner table.table_contact td .radio li input[type=radio] {
    display: none;
}

#contact .sec02 .inner table.table_contact td .radio li label {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    line-height: 1;
}

#contact .sec02 .inner table.table_contact td .radio li label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

#contact .sec02 .inner table.table_contact td .radio li input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #4286c7;
}

#contact .sec02 .inner table.table_contact td textarea {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    width: 790px;
    height: 200px;
    padding: 12px 10px;
    font-size: 18px;
}

#contact .sec02 .inner #submit_button01,
#contact .sec02 .inner #submit_button02 {
    display: block;
    border-radius: 50px;
    background: #f5a200;
    border: none;
    width: 320px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#contact .sec02 .inner #submit_button01:hover,
#contact .sec02 .inner #submit_button02:hover {
    background-color: #fcb936;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #contact .sec02 {
        width: 94%;
    }

    #contact .sec02 .inner {
        padding: 60px 5% 80px;
    }

    #contact .sec02 .inner table.table_contact th {
        width: 30%;
    }

    #contact .sec02 .inner table.table_contact td input[type=text].text01 {
        width: 60%;
    }

    #contact .sec02 .inner table.table_contact td input[type=text].text02 {
        width: 95%;
    }

    #contact .sec02 .inner table.table_contact td textarea {
        width: 95%;
    }
}

@media (max-width: 640px) {
    #contact .sec02 {
        width: 94%;
        margin: 0 auto 8%;
    }

    #contact .sec02 .tab3 li {
        width: 50%;
        padding: 5% 0;
        color: #fff;
        font-size: 11px;
    }

    #contact .sec02 .inner {
        padding: 6% 3% 8%;
    }

    #contact .sec02 .inner h3 {
        background-size: auto 100%;
        margin-bottom: 5%;
        padding-left: 5%;
        font-size: 16px;
    }

    #contact .sec02 .inner table.table_contact {
        border: none;
        width: 100%;
        margin-bottom: 2%;
    }

    #contact .sec02 .inner table.table_contact tr {
        display: block;
    }

    #contact .sec02 .inner table.table_contact th {
        display: list-item;
        list-style: none;
        border: none;
        width: 94%;
        padding: 2% 3%;
        font-size: 12px;
    }

    #contact .sec02 .inner table.table_contact th.required:after {
        display: block;
        content: '※必須';
        background: #e31b13;
        width: 40px;
        height: 18px;
        font-size: 10px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 23%;
        right: 3%;
    }

    #contact .sec02 .inner table.table_contact td {
        display: list-item;
        list-style: none;
        border: none;
        padding: 3% 3% 5%;
    }

    #contact .sec02 .inner table.table_contact td input[type=text] {
        border-radius: 5px;
        border: 1px solid #b8b8b8;
        padding: 2% 3%;
        font-size: 14px;
    }

    #contact .sec02 .inner table.table_contact td input[type=email] {
        border-radius: 5px;
        border: 1px solid #b8b8b8;
        padding: 2% 3%;
        font-size: 14px;
    }

    #contact .sec02 .inner table.table_contact td input[type=text].text01 {
        width: 93%;
    }

    #contact .sec02 .inner table.table_contact td input[type=email].text02 {
        width: 93%;
    }

    #contact .sec02 .inner table.table_contact td input[type=text].text02 {
        width: 93%;
    }

    #contact .sec02 .inner table.table_contact td .radio li {
        margin-right: 5%;
        font-size: 12px;
    }

    #contact .sec02 .inner table.table_contact td textarea {
        width: 93%;
        height: 150px;
        padding: 2% 3%;
        font-size: 14px;
    }

    #contact .sec02 .inner #submit_button01,
    #contact .sec02 .inner #submit_button02 {
        border-radius: 50px;
        background: #f5a200;
        border: none;
        width: 80%;
        margin: 0 auto;
        padding: 3% 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }

    #contact .sec02 .inner #submit_button01:hover,
    #contact .sec02 .inner #submit_button02:hover {
        background-color: #fcb936;
    }
}

/* *******************************************
     oubo
******************************************* */
#oubo .sec01 .inner {
    background: #fff;
    width: 1120px;
    margin: 80px auto;
    padding: 20px 40px;
}

#oubo .sec01 .inner .txt {
    font-size: 18px;
}

#oubo .sec01 .inner dl {
    overflow: hidden;
}

#oubo .sec01 .inner dl dt {
    border: 4px solid #f4f8fa;
    width: 462px;
    float: left;
    padding: 30px 35px 25px;
}

#oubo .sec01 .inner dl dt h4 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#oubo .sec01 .inner dl dt .btn a {
    display: block;
    background: #4286c7;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#oubo .sec01 .inner dl dt .btn a:hover {
    background: #6ca5dc;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#oubo .sec01 .inner dl dd {
    border: 4px solid #f4f8fa;
    width: 462px;
    float: right;
    padding: 30px 35px;
}

#oubo .sec01 .inner dl dd h4 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#oubo .sec01 .inner dl dd .tel {
    text-align: center;
    color: #f5a200;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.4;
}

#oubo .sec01 .inner dl dd .tel:before {
    content: "";
    display: inline-block;
    background: url("../img/contact/icon_free.png") no-repeat center center;
    background-size: 100% auto;
    width: 59px;
    height: 41px;
    margin-right: 18px;
}

#oubo .sec01 .inner dl dd .time {
    text-align: center;
    font-size: 14px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #oubo .sec01 .inner {
        width: 84%;
        padding: 60px 5%;
    }

    #oubo .sec01 .inner .txt {
        font-size: 18px;
    }

    #oubo .sec01 .inner dl dt {
        width: 42%;
        padding: 30px 3% 25px;
    }

    #oubo .sec01 .inner dl dt h4 {
        font-size: 20px;
    }

    #oubo .sec01 .inner dl dt .btn a {
        padding: 20px 0;
        font-size: 18px;
    }

    #oubo .sec01 .inner dl dt .btn a:hover {
        background: #4286c7;
    }

    #oubo .sec01 .inner dl dd {
        width: 42%;
        padding: 30px 3% 30px;
    }

    #oubo .sec01 .inner dl dd h4 {
        font-size: 20px;
    }

    #oubo .sec01 .inner dl dd .tel {
        font-size: 40px;
    }

    #oubo .sec01 .inner dl dd .tel:before {
        width: 50px;
        height: 38px;
        margin-right: 15px;
    }

    #oubo .sec01 .inner dl dd .time {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    #oubo .sec01 .inner {
        background: #fff;
        width: 88%;
        margin: 8% auto;
        padding: 5% 3%;
    }

    #oubo .sec01 .inner .txt {
        margin-bottom: 5%;
        font-size: 12px;
    }

    #oubo .sec01 .inner dl dt {
        width: 91.5%;
        float: none;
        margin-bottom: 3%;
        padding: 5% 3%;
    }

    #oubo .sec01 .inner dl dt h4 {
        margin-bottom: 2%;
        font-size: 16px;
    }

    #oubo .sec01 .inner dl dt .btn a {
        padding: 4% 0;
        font-size: 12px;
    }

    #oubo .sec01 .inner dl dt .btn a:hover {
        background: #4286c7;
    }

    #oubo .sec01 .inner dl dd {
        width: 91.5%;
        float: none;
        padding: 5% 3%;
    }

    #oubo .sec01 .inner dl dd h4 {
        margin-bottom: 2%;
        font-size: 16px;
    }

    #oubo .sec01 .inner dl dd .tel {
        margin-bottom: 2%;
        font-size: 24px;
    }

    #oubo .sec01 .inner dl dd .tel:before {
        width: 24px;
        height: 16px;
        margin-right: 3%;
    }

    #oubo .sec01 .inner dl dd .time {
        font-size: 12px;
    }
}

#oubo .sec02 .inner {
    background: #fff;
    width: 1120px;
    margin: 0 auto 80px;
    padding: 60px 40px;
}

#oubo .sec02 .inner h3 {
    background: url("../img/common/bg_bar01.jpg") no-repeat left top;
    margin-bottom: 40px;
    padding-left: 25px;
    font-size: 30px;
    font-weight: bold;
}

#oubo .sec02 .inner table.table_contact {
    width: 99.5%;
    margin-bottom: 60px;
}

#oubo .sec02 .inner table.table_contact th {

    width: 320px;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

#oubo .sec02 .inner table.table_contact th.required:after {
    display: block;
    content: '必須';
    background: #e31b13;
    width: 32px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40%;
    right: 15px;
}

#oubo .sec02 .inner table.table_contact td {

    padding: 20px 30px;
}

#oubo .sec02 .inner table.table_contact td input[type=text] {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 15px 15px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td input[type=text].text01 {
    width: 35%;
}

#oubo .sec02 .inner table.table_contact td input[type=text].text02 {
    width: 140px;
}

#oubo .sec02 .inner table.table_contact td input[type=text].text03 {
    width: 100px;
}

#oubo .sec02 .inner table.table_contact td input[type=text].text04 {
    width: 692px;
}

#oubo .sec02 .inner table.table_contact td input[type=text].text05 {
    width: 738px;
}

#oubo .sec02 .inner table.table_contact td select {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 15px 15px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td select.select01 {
    width: 160px;
}

#oubo .sec02 .inner table.table_contact td select.select02 {
    width: 100px;

}

#oubo .sec02 .inner table.table_contact td textarea {

    width: 738px;
    height: 150px;
    padding: 10px 10px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td span.txt1 {
    margin: 0 40px 0 0;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td span.txt2 {
    margin: 0 40px 0 30px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td.fri span.txt1 {
    margin: 0 20px 0 0;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td.fri span.txt2 {
    margin: 0 20px 0 30px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td span.txt3 {
    margin: 0 10px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td .radio {
    overflow: hidden;
}

#oubo .sec02 .inner table.table_contact td .radio li {
    float: left;
    margin-right: 25px;
    font-size: 18px;
}

#oubo .sec02 .inner table.table_contact td .radio li input[type=radio] {
    display: none;
}

#oubo .sec02 .inner table.table_contact td .radio li label {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    line-height: 1;
}

#oubo .sec02 .inner table.table_contact td .radio li label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 50%;
}

#oubo .sec02 .inner table.table_contact td .radio li input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #4286c7;
}

#oubo .sec02 .inner table.table_contact td ul.add li {
    margin-bottom: 15px;
}

#oubo .sec02 .inner table.table_contact td ul.add li:last-child {
    margin-bottom: 0;
}

#oubo .sec02 .inner table.table_contact td dl.tel {
    overflow: hidden;
}

#oubo .sec02 .inner table.table_contact td dl.tel.mb {
    margin-bottom: 12px;
}

#oubo .sec02 .inner table.table_contact td dl.tel dt {
    clear: both;
    width: 140px;
    float: left;
    padding-top: 8px;
}

#oubo .sec02 .inner table.table_contact td dl.tel dd {
    float: left;
}

#oubo .sec02 .inner #submit_button01 {
    display: block;
    background: url("../img/oubo/bg_submit.png") no-repeat center center;
    border: none;
    width: 480px;
    height: 84px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#oubo .sec02 .inner #submit_button01:hover {
    opacity: 0.7;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #oubo .sec02 .inner {
        width: 84%;
        padding: 60px 5%;
    }

    #oubo .sec02 .inner table.table_contact th {
        width: 30%;
        padding: 20px 30px;
        font-size: 18px;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text01 {
        width: 30%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text02 {
        width: 11%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text03 {
        width: 14%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text04 {
        width: 80%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text05 {
        width: 90%;
    }

    #oubo .sec02 .inner table.table_contact td select.select01 {
        width: 20%;
    }

    #oubo .sec02 .inner table.table_contact td select.select02 {
        width: 13%;
    }

    #oubo .sec02 .inner table.table_contact td textarea {
        width: 90%;
    }

    #oubo .sec02 .inner table.table_contact td dl.tel dt {
        width: 25%;
        padding-top: 8px;
    }

    #oubo .sec02 .inner table.table_contact td dl.tel dd {
        width: 70%;
        float: left;
    }

    #oubo .sec02 .inner #submit_button01:hover {
        opacity: 1.0;
    }
}

@media (max-width: 640px) {
    #oubo .sec02 .inner {
        width: 88%;
        margin: 0 auto 8%;
        padding: 5% 3%;
    }

    #oubo .sec02 .inner h3 {
        background-size: auto 100%;
        margin-bottom: 5%;
        padding-left: 5%;
        font-size: 16px;
    }

    #oubo .sec02 .inner table.table_contact {
        border: none;
        width: 100%;
        margin-bottom: 2%;
    }

    #oubo .sec02 .inner table.table_contact tr {
        display: block;
    }

    #oubo .sec02 .inner table.table_contact th {
        display: list-item;
        list-style: none;
        border: none;
        width: 94%;
        padding: 2% 3%;
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact th.required:after {
        font-size: 10px;
        line-height: 20px;
        font-weight: bold;
        position: absolute;
        top: 20%;
        right: 3%;
    }

    #oubo .sec02 .inner table.table_contact td {
        display: list-item;
        list-style: none;
        border: none;
        padding: 3% 3% 5%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text] {
        padding: 2% 3%;
        font-size: 14px;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text01 {
        width: 33%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text02 {
        width: 25%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text03 {
        width: 17%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text04 {
        width: 80%;
    }

    #oubo .sec02 .inner table.table_contact td input[type=text].text05 {
        width: 100%;
    }

    #oubo .sec02 .inner table.table_contact td select {
        height: 45px;
        padding: 2% 3%;
        font-size: 14px;
    }

    #oubo .sec02 .inner table.table_contact td select.select01 {
        width: 30% !important;
    }

    #oubo .sec02 .inner table.table_contact td select.select02 {
        width: 20%;
    }

    #oubo .sec02 .inner table.table_contact td textarea {
        width: 100%;
        height: 130px;
        padding: 2% 3%;
        font-size: 14px;
    }

    #oubo .sec02 .inner table.table_contact td span.txt1 {
        margin: 0 2% 0 0;
        font-size: 12px;
    }
    #oubo .sec02 .inner table.table_contact td.fri span.txt1 {
        margin: 0 2% 0 0;
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact td span.txt2 {
        margin: 0 2% 0 4%;
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact td.fri span.txt2 {
        margin: 0 2% 0 4%;
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact td span.txt3 {
        margin: 0 2%;
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact td .radio li {
        font-size: 12px;
    }

    #oubo .sec02 .inner table.table_contact td ul.add li {
        margin-bottom: 3%;
    }

    #oubo .sec02 .inner table.table_contact td dl.tel.mb {
        margin-bottom: 3%;
    }

    #oubo .sec02 .inner table.table_contact td dl.tel dt {
        width: 100%;
        float: none;
        margin-bottom: 2%;
        padding-top: 0;
    }

    #oubo .sec02 .inner table.table_contact td dl.tel dd {
        float: none;
    }

    #oubo .sec02 .inner #submit_button01 {
        background-size: 100% auto;
        width: 80%;
        height: auto;
        padding: 4% 0;
        font-size: 14px;
    }

    #oubo .sec02 .inner #submit_button01:hover {
        opacity: 1.0;
    }
}

/* *******************************************
     privacy
******************************************* */
#privacy .sec01 .inner {
    background: #fff;
    width: 1120px;
    margin: 80px auto;
    padding: 40px 40px;
}

#privacy .sec01 .inner .txt {
    margin-bottom: 40px;
}

#privacy .sec01 .inner dl {
    margin-bottom: 50px;
}

#privacy .sec01 .inner dl dt {
    border-bottom: 1px dotted #4286c7;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#privacy .sec01 .inner dl dd {
    margin-bottom: 35px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
    #privacy .sec01 .inner {
        width: 88%;
        padding: 40px 3%;
    }
}

@media (max-width: 640px) {
    #privacy .sec01 .inner {
        width: 88%;
        margin: 8% auto;
        padding: 5% 3%;
    }

    #privacy .sec01 .inner .txt {
        margin-bottom: 8%;
    }

    #privacy .sec01 .inner dl {
        margin-bottom: 8%;
    }

    #privacy .sec01 .inner dl dt {
        margin-bottom: 2%;
        padding-bottom: 1%;
    }

    #privacy .sec01 .inner dl dd {
        margin-bottom: 6%;
    }
}

/* *******************************************
     pager
******************************************* */
.pager {
    overflow: hidden;
    margin: 40px 0 0;
}

.pager ul.pageNav {
    display: flex;
    justify-content: center;
}

.pager ul.pageNav li {
    margin: 0 10px;
}

.pager ul.pageNav li span {
    border: 1px solid #ccd0d2;
    background: #fff;
    display: block;
    width: 56px;
    padding: 0.7em 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.pager ul.pageNav li a {
    border: 1px solid #ccd0d2;
    background: #0074c1;
    display: block;
    width: 56px;
    padding: 0.7em 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pager ul.pageNav li a:hover {
    background: #007bff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.pager ul.pageNav li.dot {
    margin-top: 15px;
}

@media (max-width: 640px) {
    .pager {
        margin: 3% 0 0;
    }

    .pager ul.pageNav li {
        margin: 0 1%;
    }

    .pager ul.pageNav li span {
        width: 25px;
        padding: 0.5em 0;
        font-size: 12px;
    }

    .pager ul.pageNav li a {
        width: 25px;
        padding: 0.5em 0;
        font-size: 12px;
    }

    .pager ul.pageNav li a:hover {
        background: #ccd0d2;
    }

    .pager ul.pageNav li.dot {
        margin-top: 3%;
    }
}

.pager2 {
    overflow: hidden;
    margin: 70px 0 0;
}

.pager2 ul.pageNav {
    display: flex;
    justify-content: center;
}

.pager2 ul.pageNav li {
    margin: 0 8px;
}

.pager2 ul.pageNav li span {
    border: 2px solid #ccd0d2;
    background: #ccd0d2;
    display: block;
    width: 54px;
    padding: 0.85em 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.pager2 ul.pageNav li a {
    border: 2px solid #ccd0d2;
    background: fff;
    display: block;
    width: 54px;
    padding: 0.85em 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pager2 ul.pageNav li a:hover {
    background: #e9e9e9;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (max-width: 640px) {
    .pager2 {
        margin: 5% 0 0;
    }

    .pager2 ul.pageNav li {
        margin: 0 1%;
    }

    .pager2 ul.pageNav li span {
        border: 1px solid #ccd0d2;
        width: 25px;
        padding: 0.5em 0;
        font-size: 12px;
    }

    .pager2 ul.pageNav li a {
        border: 1px solid #ccd0d2;
        width: 25px;
        padding: 0.5em 0;
        font-size: 12px;
    }

    .pager2 ul.pageNav li a:hover {
        background: #ccd0d2;
    }

    .pager2 ul.pageNav li.dot {
        margin-top: 3%;
    }
}

.pager3 {
    overflow: hidden;
}

.pager3 ul.pageNav {
    display: flex;
    justify-content: center;
}

.pager3 ul.pageNav li {
    margin: 0 8px;
}

.pager3 ul.pageNav li a {
    border: 2px solid #ccd0d2;
    background: fff;
    display: block;
    width: 158px;
    padding: 0.85em 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pager3 ul.pageNav li a:hover {
    background: #e9e9e9;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

@media (max-width: 640px) {
    .pager3 {
        margin: 5% 0 0;
    }

    .pager3 ul.pageNav li {
        margin: 0 1%;
    }

    .pager3 ul.pageNav li a {
        border: 1px solid #ccd0d2;
        width: 80px;
        padding: 0.5em 0;
        font-size: 12px;
    }

    .pager3 ul.pageNav li a:hover {
        background: #ccd0d2;
    }

    .pager3 ul.pageNav li.dot {
        margin-top: 3%;
    }
}



