@charset "UTF-8"; .hv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hv:hover {
    opacity: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: auto;
}

img {
    max-width: 100%;
    height: auto;
}

/*------------------------------
レイアウト
------------------------------*/
.inner {
    width: 94%;
    margin: 0 auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
}

.table-layout {
    overflow: auto;
    white-space: nowrap;
}

.table-layout::-webkit-scrollbar {
    height: 6px;
    background: #FFF;
}

.table-layout::-webkit-scrollbar-track {
    background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
    background: #CDCFD2;
    border-radius: 10px;
}

/*============================
COMMON
============================*/
/*--- header ---*/
header {
    padding: 0 0 0 3%;
}

header div.item01 {
}

header div.item01 h1.logo {
    width: 129.2px;
}

header div.item01 h1.logo img {
}

header div.item01 nav.pc {
}

header div.item01 nav.pc ul.haeder_navi {
}

header div.item01 nav.pc ul.haeder_navi li.navi_cnt {
}

header div.item01 nav.pc ul.haeder_navi li.navi_cnt a.navi_link.hv {
}

header div.item02 {
    display: none;
}

header div.item02 p.tel {
}

header div.item02 a.header_contact {
}

header div.sp_btn.sp {
    width: 40px;
    height: 40px;
    background: #037eb6;
    position: relative;
    z-index: 10;
}

header div.sp_btn.sp span {
    width: 26px;
    height: 2px;
    background: #FFF;
    display: block;
    position: relative;
    left: 7px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header div.sp_btn.sp span:nth-child(1) {
    top: 10px;
}

header div.sp_btn.sp span:nth-child(2) {
    top: 17px;
}

header div.sp_btn.sp span:nth-child(3) {
    top: 25px;
}

header div.sp_btn.sp.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 19px;
}

header div.sp_btn.sp.active span:nth-child(2) {
    display: none;
}

header div.sp_btn.sp.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 17px;
}

/*--- footer ---*/
footer {
}

footer div.inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0 0;
}

footer div.inner a.hv {
    order: 2;
}

footer div.inner a.hv img.flogo {
}

footer div.inner ul.footer_navi {
    width: 92%;
    order: 1;
    margin: 0 auto;
}

footer div.inner ul.footer_navi li.footer_cnt {
    margin-right: 0;
    width: 50%;
    background: url(../../img/common/v_01.png) left center no-repeat;
    background-size: 10px;
    padding-left: 14px;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(1) {
    order: 1;
    width: 43%;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(2) {
    order: 3;
    width: 43%;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(3) {
    order: 5;
    width: 43%;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(4) {
    order: 7;
    width: 43%;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(5) {
    order: 2;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(6) {
    order: 4;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(7) {
    order: 6;
    width: 57%;
}

footer div.inner ul.footer_navi li.footer_cnt:nth-child(8) {
    order: 8;
}

footer div.inner ul.footer_navi li.footer_cnt a.footer_link.hv {
}

footer p.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 20px 0 22px;
}

/*--- sp_menu ---*/
div.sp_menu.hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 3% 28px;
    background: #037eb6;
    z-index: 1;
}

div.sp_menu.hide a.sp_menu_logo.hv {
    display: inline-block;
    width: 129.05px;
    padding: 4px 0;
}

div.sp_menu.hide a.sp_menu_logo.hv img {
}

div.sp_menu.hide nav.sp {
    margin: 30px 0 0;
}

div.sp_menu.hide nav.sp ul.header_navi {
    width: 213px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

div.sp_menu.hide nav.sp ul.header_navi li.navi_cnt {
    width: 50%;
    margin-bottom: 30px;
}

div.sp_menu.hide nav.sp ul.header_navi li.navi_cnt a.navi_link.hv {
    color: #FFF;
    background: url(../../img/common/v_02.png) left center no-repeat;
    background-size: 13px;
    padding-left: 18px;
}

div.sp_menu.hide nav.sp a.header_menu_tel {
    width: 213px;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 20.5px;
    color: #FFF;
    line-height: 40px;
    border: 1px solid;
    background: url(../../img/common/tel_white.png) left 25px center no-repeat;
    background-size: 18px;
    padding-left: 24px;
}

div.sp_menu.hide nav.sp a.header_contact.hv {
    width: 213px;
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    line-height: 40px;
    border: 1px solid;
    background: url(../../img/common/i_mail.png) left 43px center no-repeat;
    background-size: 18.5px;
    padding-left: 20px;
}

/*--- gotop ---*/
div.gotop {
}

div.gotop a.gotoplink.hv {
    width: 40px;
}

div.gotop a.gotoplink.hv img {
}

/*--- cmn_contact_sec ---*/
section.cmn_contact_sec {
    padding: 26px 0 25px;
}

section.cmn_contact_sec div.inner {
}

section.cmn_contact_sec div.inner h2.ttl {
    font-size: 19px;
    margin: 0 0 25px;
}

section.cmn_contact_sec div.inner h2.ttl span {
}

section.cmn_contact_sec div.inner div.itembox {
    flex-wrap: wrap;
    margin: 0 0 8px;
}

section.cmn_contact_sec div.inner div.itembox div.lbox {
    margin: 0 0 12px;
    padding: 10px 0 13px;
}

section.cmn_contact_sec div.inner div.itembox div.lbox p.sub_ttl {
    font-size: 15px;
}

section.cmn_contact_sec div.inner div.itembox div.lbox p.tel {
}

section.cmn_contact_sec div.inner div.itembox div.lbox p.tel a {
    font-size: 27px;
    background-size: 25px;
    padding-left: 38px;
}

section.cmn_contact_sec div.inner div.itembox div.rbox {
    margin-left: 0;
    padding: 10px 0 13px;
}

section.cmn_contact_sec div.inner div.itembox div.rbox p.sub_ttl {
    font-size: 15px;
}

section.cmn_contact_sec div.inner div.itembox div.rbox p.fax {
}

section.cmn_contact_sec div.inner div.itembox div.rbox p.fax a {
    font-size: 27px;
    background-size: 25px;
    padding-left: 38px;
}

section.cmn_contact_sec div.inner p.t1 {
    margin: 0 0 25px;
    font-size: 16px;
}

section.cmn_contact_sec div.inner a.contact_btn.hv {
    width: 100%;
    max-width: 450px;
    font-size: 15px;
    line-height: 55px;
    background: #337be8 url(../../img/common/i_mail.png) left 20px center no-repeat;
    background-size: 20.5px;
    padding-left: 29px;
}
