@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, caption, address, th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
img, iframe {
    vertical-align: middle;
    border: 0;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button, fieldset, form, input, label, legend, select, textarea {
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
select::-ms-expand {
    display: none;
}
input, select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"], input[type="password"], textarea, select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    transition: opacity .3s ease-out, all .3s ease-out;
}
input[type="radio"], input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    background: transparent;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}
:placeholder-shown {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
    opacity: 1;
}
::-moz-placeholder {
    color: #888;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #888
}
label {
    padding: 0;
}
hr {
    display: none;
}
a {
    transition: opacity .2s ease-out, all .2s ease-out;
}
a, a:link {
    color: #555;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #555;
}
@media(min-width:896px) {
    a:hover {
        opacity: .8;
    }
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
*:focus {
    outline: none;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Helvetica Neue", Arial, Meiryo, sans-serif;
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    min-height: 100%;
    min-width: 1140px;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    text-align: left;
    padding-top: 180px;
}
.c-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: all 0.2s ease-in;
}
.is-mainNav-name {
    transition: opacity .2s linear, all 0.2s linear;
}
header.is-on {
        box-shadow: 0px 1px 10px 0px rgb(139 139 139 / 16%);
    }
.header_wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    height: 180px;
    transition: opacity .2s linear, all 0.2s linear;
}
.header_in {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.headerLogo_wrap a {
    line-height: 1;
    font-weight: bold;
    font-size: 22px;
}
.header_inquiry_wrap > ul li {
    margin-right: 26px;
}
.header_inquiry_wrap > ul li:last-child {
    margin-right: 24px;
}
.header_inquiry_wrap > ul li a {
    font-size: 13px;
    line-height: 1;
    padding-left: 10px;
    position: relative;
}
.is-mainNav-name:first-child {
    border-left: none;
}
.is-mainNav-name a {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 66px 10px 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    box-sizing: border-box;
}
.is-mainNav-name.is-non a {
    pointer-events: none;
    background: #eee;
}
.header-btn {
    width: 186px;
    height: 46px;
    position: relative;
}
.header-btn > a {
    color: #fff;
    font-size: 14px;
    background-color: #054EA2;
    border-radius: 6px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
    position: relative;
}
nav ul li a{
	display: block;
}
nav li.has-child .navLst_wrap ul {
	position: absolute;
	left:0;
	top: 100px;
	z-index: 9;
	background:#054EA2;
	width:100%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
    padding: 18px 50px 42px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: left;
}
nav .is-mainNav-name:nth-child(2).has-child .navLst_wrap ul {
    background: #2A978D;
}
nav li.has-child ul li:nth-child(4n) {
    margin-right: 0;
}
nav li.has-child:hover > .navLst_wrap ul,
nav li.has-child:active > .navLst_wrap ul {
    visibility: visible;
    opacity: 1;
}
nav li.has-child ul li a {
	color: #004DA0;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    padding: 0 15px 0 13px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
nav li.has-child ul li a span {
    padding-left: 56px;
    position: relative;
}
nav li.has-child ul li a span::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
nav li.has-child ul li.is-car a span::before {
    width: 28px;
    height: 18px;
    background: url(../svg/insurance_icon01.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-fire a span::before {
    width: 26px;
    height: 24px;
    background: url(../svg/insurance_icon02.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-injury a span::before {
    width: 30px;
    height: 25px;
    background: url(../svg/insurance_icon03.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-medical a span::before {
    width: 30px;
    height: 24px;
    background: url(../svg/insurance_icon04.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-golf a span::before {
    width: 27px;
    height: 26px;
    background: url(../svg/insurance_icon05.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-life a span::before {
    width: 21px;
    height: 28px;
    background: url(../svg/insurance_icon06.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li.is-net a span::before {
    width: 17px;
    height: 30px;
    background: url(../svg/insurance_icon07.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li a::after {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 8px;
    height: 12px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
nav li.has-child ul li:last-child > a{
    border-bottom:none;
}
.is-mainNav-name.has-child ul li a {
    padding: 0;
}
.hum-menu_wrap {
    display: none;
}
@media(min-width:896px) {
    .header_inquiry_wrap > ul li a:hover,
    .is-mainNav-name a:hover {
        color: #004DA0;
    }
    .header-nav {
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1140px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .is-mainNav-name {
        width: calc(100% / 6);
        border-left: 1px solid #DEDEDE;
        height: 100px;
    }
    nav ul {
        padding-bottom: 9px;
    }
    header.is-on .header_wrap {
        height: 100px;
    }
    header.is-on .is-mainNav-name {
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.is-on .is-mainNav-name.is-non {
        background: #eee;
    }
    header.is-on .is-mainNav-name a.main-nav {
        background: none;
        padding: 0 10px 0;
        height: auto;
    }
    header.is-on nav li.has-child .navLst_wrap ul {
        top: 37px;
    }
    .is-mainNav-name a {
        transition: opacity .2s linear, all 0.2s linear;
    }
    .header_inquiry_wrap {
        display: flex;
        align-items: center;
    }
    .header_inquiry_wrap > ul {
        display: flex;
        align-items: center;
    }
    .header_inquiry_wrap > ul li a {
        border-left: 2px solid #004DA0;
    }
    .header_inquiry_wrap > ul li a::after {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 10px;
        height: 14px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .header_inquiry_wrap > ul li a::after{
        display: none;
    }
    nav li.has-child ul li {
        width: calc((100% - 60px) / 4);
        margin: 22px 20px 0 0;
        height: 50px;
        background-color: #fff;
    }
    nav li.has-child ul.is-apart {
        padding: 15px 50px 35px;
        justify-content: center;
    }
    nav li.has-child ul.is-apart li {
        width: 286px;
        background-color: #fff;
    }
    .is-mainNav-name.has-child ul.is-apart li a {
        justify-content: center;
        padding-right: 10px;
    }
    .is-mainNav-name.has-child ul.is-apart li a span {
        padding-left: 0;
    }
    .is-mainNav-name a.main-nav::before {
        position: absolute;
        z-index: 9;
        content: "";
        left: 50%;
        transform: translateX(-50%);
    }
    .is-mainNav-name:nth-child(1) a.main-nav::before {
        background: url(../svg/header_icon01.svg) no-repeat center / 100% auto;
        width: 58px;
        height: 38px;
        bottom: 50px;
    }
    .is-mainNav-name:nth-child(2) a.main-nav::before {
        background: url(../svg/header_icon02.svg) no-repeat center / 100% auto;
        width: 58px;
        height: 38px;
        bottom: 50px;
    }
    .is-mainNav-name:nth-child(3) a.main-nav::before {
        background: url(../svg/header_icon03.svg) no-repeat center / 100% auto;
        width: 41px;
        height: 34px;
        bottom: 50px;
    }
    .is-mainNav-name.is-long a.main-nav {
        padding: 57px 10px 0;
    }
    .is-mainNav-name:nth-child(4) a.main-nav::before {
        background: url(../svg/header_icon06.svg) no-repeat center / 100% auto;
        width: 38px;
        height: 33px;
        bottom: 50px;
    }
    header.is-on .is-mainNav-name.is-long a.main-nav {
        font-size: 13px;
        line-height: 1.2;
    }
    .is-mainNav-name:nth-child(5) a.main-nav::before {
        background: url(../svg/header_icon04.svg) no-repeat center / 100% auto;
        width: 24px;
        height: 33px;
        bottom: 50px;
    }
    .is-mainNav-name:nth-child(6) a.main-nav::before {
        background: url(../svg/header_icon05.svg) no-repeat center / 100% auto;
        width: 39px;
        height: 35px;
        bottom: 50px;
    }
    header.is-on .is-mainNav-name a.main-nav::before {
        background: none;
    }
    .is-mainNav-name.is-non a {
        padding: 56px 10px 0;
    }
    .is-mainNav-name.is-non a .is-no {
        font-weight: bold;
    }
    .is-mainNav-name.is-non:nth-child(5) a.main-nav::before {
        bottom: 51px;
    }
    .header-btn > a span {
        padding-left: 35px;
        position: relative;
    }
    .header-btn > a span::before {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 16px;
        background: url(../svg/mail_icon05.svg) no-repeat center / 100% auto;
    }
    .headBtn_list {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 46px;
        right: 0;
        z-index: 9;
        width: 165%;
        box-shadow: 0px 1px 10px 0px rgb(139 139 139 / 16%);
    }
    .headBtn_list ul {
        padding: 15px;
        background: #fff;
    }
    .headBtn_list ul li {
        font-size: 14px;
        margin-top: 10px;
    }
    .headBtn_list ul li:first-child {
        margin-top: 0;
    }
    .headBtn_list ul li a {
        padding-left: 23px;
        position: relative;
    }
    .headBtn_list ul li a:hover {
        opacity: 1;
        color: #004DA0;
    }
    .headBtn_list ul li a:before {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 10px;
        height: 14px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .header-btn:hover > .headBtn_list,
    .header-btn:active > .headBtn_list {
        visibility: visible;
        opacity: 1;
    }
}
@media screen and (min-width: 896px) and (max-width:1200px) {
}
@media only screen and (max-width:896px) {
    body {
        font-size: 14px;
        min-width: 320px;
        width: 100%;
        min-height: -webkit-fill-available;
        line-height: 1.4;
        padding-top: 50px;
    }
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    header.on {
        z-index: 999999;
    }
    .hum-menu_wrap {
        display: block;
        width: 20px;
        height: 16px;
        position: relative;
        z-index: 9999;
    }
    .hum-menu_wrap span {
        width: 100%;
        height: 2px;
        background: #004DA0;
        display: block;
        transition: all .2s ease-out;
    }
    .hum-menu_wrap span {
        position: absolute;
        z-index: 9;
        left: 0;
    }
    .hum-menu_wrap span:nth-child(1) {
        top: 0;
    }
    .hum-menu_wrap span:nth-child(2) {
        top: 7px;
    }
    .hum-menu_wrap span:nth-child(3) {
        bottom: 0;
    }
    .hum-menu_wrap.menu_btnjs.on span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
        top: 1px;
    }
    .hum-menu_wrap.menu_btnjs.on span:nth-child(2) {
        opacity: 0;
    }
    .hum-menu_wrap.menu_btnjs.on span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
        bottom: 1px;
    }
    .hMenu_wrap {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 100%;
        overflow: scroll;
        height: calc(100% - 50px);
        box-sizing: border-box;
    }
    .hMenu_wrap.active {
        display: block;
    }
    .headerLogo_wrap a {
        font-size: 15px;
    }
    .header_in {
        padding: 0 15px;
        height: 50px;
    }
    .is-mainNav-name {
        width: 100%;
        border-bottom: 1px solid #004DA0;
        box-sizing: border-box;
        margin: 0;
    }
    .is-mainNav-name a {
        padding: 0 30px 0 69px;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        text-align: left;
        margin: 0;
    }
    .is-mainNav-name:nth-child(1) a.main-nav {
        background: url(../svg/header_icon01.svg) no-repeat center left 15px / 38px 25px;
    }
    .is-mainNav-name:nth-child(2) a.main-nav {
        background: url(../svg/header_icon02.svg) no-repeat center left 15px / 42px 27px;
    }
    .is-mainNav-name:nth-child(3) a.main-nav {
        background: url(../svg/header_icon03.svg) no-repeat center left 20px / 27px 22px;
    }
    .is-mainNav-name:nth-child(4) a.main-nav {
        background: url(../svg/header_icon06.svg) no-repeat center left 20px / 26px 23px;
    }
    .is-mainNav-name:nth-child(5) a.main-nav {
        background: url(../svg/header_icon04.svg) no-repeat center left 20px / 20px 27px;
    }
    .is-mainNav-name:nth-child(6) a.main-nav {
        background: url(../svg/header_icon05.svg) no-repeat center left 17px / 28px 25px;
    }
    .is-mainNav-name a .is-no {
        padding: 0 0 0 5px;
        font-weight: bold;
    }
    .is-mainNav-name.is-non:nth-child(5) a.main-nav {
        background: #eee url(../svg/header_icon05.svg) no-repeat center left 17px / 28px 25px;
    }
    .header_inquiry_wrap ul li {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #004DA0;
        padding: 0;
        box-sizing: border-box;
        margin: 0;
    }
    .header_inquiry_wrap ul li a {
        font-size: 14px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 15px;
    }
    .is-mainNav-name a {
        position: relative;
    }
    .is-mainNav-name a::after {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 21px;
        width: 11px;
        height: 15px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .is-mainNav-name.has-child a::after {
        right: 18px;
        width: 16px;
        height: 16px;
        background: url(../svg/plus.svg) no-repeat center / 100% auto;
    }
    .header_inquiry_wrap ul li a::after {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 21px;
        width: 11px;
        height: 15px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .header-btn {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #004DA0;
    }
    .header-btn > a {
        border-radius: 0;
        box-sizing: border-box;
        position: relative;
        padding: 0 30px 0 15px;
        height: 50px;
        background: #fff;
        color: #555;
        justify-content: flex-start;
        text-align: left;
    }
    .header-btn > a::after {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
        width: 16px;
        height: 16px;
        background: url(../svg/plus.svg) no-repeat center / 100% auto;
    }
    .header-btn > a.active::after {
        background: url(../svg/minus.svg) no-repeat center / 100% auto;
    }
	nav ul{
		display: block;
	}
	nav li.has-child .navLst_wrap ul {
        position: relative;
        left:0;
        top:0;
        width:100%;
        visibility:visible;
        opacity:1;
        display: none;
        transition:none;
        padding: 16px 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    nav li.has-child ul li {
        width: calc((100% - 15px) / 2);
        margin: 16px 15px 0 0;
        min-height: 50px;
    }
    nav li.has-child ul li:nth-child(2n) {
        margin-right: 0;
    }
    nav li.has-child ul li:nth-child(1),
    nav li.has-child ul li:nth-child(2) {
        margin-top: 0;
    }
    nav li.has-child ul li a {
        margin: 0;
    }
    .navLst_wrap {
        display: none;
    }
    .is-mainNav-name.has-child ul li a::after {
        width: 7px;
        height: 9px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto !important;
        right: 10px;
    }
    nav li.has-child ul li a span {
        padding: 0 10px 0 40px;
    }
    nav li.has-child ul li a span::before {
        left: 10px;
    }
    nav li.has-child ul li.is-car a span::before {
        width: 25px;
        height: 16px;
        background: url(../svg/insurance_icon01.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-fire a span::before {
        width: 23px;
        height: 21px;
        background: url(../svg/insurance_icon02.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-injury a span::before {
        width: 26px;
        height: 22px;
        background: url(../svg/insurance_icon03.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-medical a span::before {
        width: 26px;
        height: 20px;
        background: url(../svg/insurance_icon04.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-golf a span::before {
        width: 23px;
        height: 23px;
        background: url(../svg/insurance_icon05.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-life a span::before {
        width: 19px;
        height: 24px;
        background: url(../svg/insurance_icon06.svg) no-repeat center / 100% auto;
    }
    nav li.has-child ul li.is-net a span::before {
        width: 16px;
        height: 26px;
        background: url(../svg/insurance_icon07.svg) no-repeat center / 100% auto;
    }
    .is-mainNav-name.has-child ul.is-apart li a span {
        padding-left: 15px;
    }
    .is-mainNav-name.has-child.active a::after {
        background: url(../svg/minus.svg) no-repeat center / 100% auto;
    }
    .header_wrap {
        height: 50px;
    }
    .headBtn_list {
        display: none;
    }
    .headBtn_list.is-on {
        display: block;
    }
    .headBtn_list ul {
        border-top: 1px dashed #ccc;
        padding: 20px 15px;
    }
    .headBtn_list ul li {
        height: auto;
        border-bottom: 0;
        margin-top: 10px;
    }
    .headBtn_list ul li:first-child {
        margin-top: 0;
    }
    .headBtn_list ul li a {
        padding-left: 23px;
        position: relative;
    }
    .headBtn_list ul li a:before {
        position: absolute;
        z-index: 9;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 10px;
        height: 14px;
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .headBtn_list ul li a::after {
        display: none;
    }
}
@media only screen and (max-width: 374px) {
    nav li.has-child ul li a span {
        font-size: 10px;
    }
}
.c-ttl {
    line-height: 1;
    font-weight: 500;
}
.c-ttl.ver1 .en {
    font-size: 36px;
    color: #004DA0;
    display: block;
}
.c-ttl.ver2 .en {
    font-size: 72px;
    color: rgba(0,77,160,0.25);
    display: block;
    font-weight: 400;
}
.c-ttl .jp {
    font-size: 18px;
    margin-top: 20px;
    display: block
}
.c-btn_wrap.ver1 .c-btn {
    width: 48%;
    height: 80px;
    /*margin-right: 40px;*/
}
.c-btn_wrap.ver1 .c-btn:last-child {
    margin-right: 0;
}
.c-btn_wrap.ver2 .c-btn {
    width: 304px;
    height: 69px;
    margin-right: 30px;
}
.c-btn_wrap.ver2 .c-btn:last-child {
    margin-right: 0;
}
.c-btn_wrap.ver2 .c-btn.is-blue a {
    background: #004DA0;
}
.c-btn_wrap.ver2 .c-btn.is-green a {
    background: #2A978D;
}
.c-btn_wrap.ver1 .c-btn.is-active a {
    background: #fff url(../svg/header_icon01.svg) no-repeat left 17px center / 78px auto;
}
.c-btn_wrap.ver1 .c-btn.is-ob a {
    background: #fff url(../svg/header_icon02.svg) no-repeat left 17px center / 78px auto;
}
.c-btn a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.16);
}
.c-btn_wrap.ver1 .c-btn a {
    padding-left: 115px;
    background: #fff;
    font-size: 20px;
}
.c-btn_wrap.ver2 .c-btn a {
    padding-right: 18px;
    line-height: 1.4;
    text-align: center;
}
.c-btn_wrap.ver1 .c-btn a span {
    height: 100%;
    justify-content: center;
    padding-right: 14px;
    width: 100%;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.c-btn a::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
}
.c-btn_wrap.ver1 .c-btn.is-blue a span {
    background: #004DA0;
}
.c-btn_wrap.ver1 .c-btn.is-green a span {
    background: #2A978D;
}
.footer-inquiry_wrap {
    background-color: #F1EFE9;
    padding: 55px 0;
}
.footer-btn a {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #004DA0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 1px 6px 3px rgba(0,0,0,0.15);
    letter-spacing: 0.05em;
}
.footer-btn a::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 8px;
    height: 12px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.pagetop {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 32px;
}
.c-wrap {
    width: 100%;
    padding: 0 20px;
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
}
footer {
    background: url(../img/footer_bk.png) no-repeat top 20px center;
    padding: 125px 0 0 0;
}
footer .c-wrap {
    padding: 40px 20px 13px;
}
.footerCnt-lst {
    line-height: 1;
}
.footerCnt-item p {
    font-weight: bold;
    font-size: 14px;
}
.footerCnt-item ul {
    margin-top: 20px;
}
.footerCnt-item ul li {
    font-size: 14px;
    margin-top: 17px;
}
.footerCnt-item ul li a {
    padding-left: 23px;
    position: relative;
}
.footerCnt-item ul li a:before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.poricy_wrap ul li a {
    padding-left: 23px;
    position: relative;
    line-height: 1;
    font-size: 14px;
}
.poricy_wrap ul li a:before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.footerLogo_wrap {
    margin-top: 30px;
}
small {
    font-size: 12px;
    line-height: 1;
}
.c-mv_in h1{
    font-size: 34px;
    font-family: "Hiragino Kaku Gothic ProN";
    text-align: center;
}
.c-m_wrap{
    background: #F5F7FA;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.c-m-ttl{
    font-size: 34px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #555555;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.c-m-txt {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    padding-top: 17px;
}
.c-inquiry-btn{
    width: 262px;
    height: 53px;
    margin: 0 auto;
    background-color: #004DA0;
    border-radius: 6px;
    position: relative;
}
.c-inquiry-btn a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    box-sizing: border-box;
    padding-right: 8px;
}
.c-inquiry-btn::after{
    content: "";
    width: 8px;
    height: 10px;
    background: url(../img/gen-inquirybtn.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.c-faq-ttl {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 33px;
}
.c-faqs_wrap dl {
    margin-bottom: 32px;
    border-radius: 3px;
    overflow: hidden;
}
.c-faqs_wrap dl:last-child {
    margin: 0;
}
.c-faqs_wrap dt {
    width: 100%;
    cursor: pointer;
    background-color: #F5F7FA;
    padding: 9px 0 9px 66px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.c-faqs_wrap dt::before {
    content: "";
    width: 21px;
    height: 3px;
    background-color: #004DA0;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: opacity .2s ease-out, all .2s ease-out;
}
.c-faqs_wrap dt::after {
    content: "";
    width: 3px;
    height: 21px;
    background-color: #004DA0;
    position: absolute;
    top: 13px;
    right: 25px;
    transform: rotate(0deg);
    transition: opacity .2s ease-out, all .2s ease-out;
    z-index: 0;
}
.c-faqs_wrap .is-on dt::after {
    transform: rotate(90deg);
    z-index: -1;
}
.c-faqs_wrap dt .c-fap-q {
    color: #fff;
    background-color: #004DA0;
    font-size: 20px;
    width: 46px;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-faqs_wrap dd {
    position: relative;
    padding: 25px 55px 25px 66px;
    border: #F5F7FA 1px solid;
    border-top: none;
    box-sizing: border-box;
    display: none;
}
.c-faqs_wrap .is-on dd {
    display: block;
}
.c-faqs_wrap dd .c-fap-aTxt {
    font-weight: 300;
}
.c-faqs_wrap dd .c-fap-a {
    font-size: 20px;
    font-weight: 600;
    width: 46px;
    color: #004DA0;
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: center;
}
.c-faqs_wrap dd a {
    color: #004DA0;
    text-decoration: underline;
}
.c-m-ttl.is-icon{
    position: relative;
}
.c-m-ttl.is-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.car .c-m-ttl.is-icon{
    padding-left: 85px;
}
.car .c-m-ttl.is-icon::before{
    width: 60px;
    height: 39px;
    background-image: url(../svg/car-m-title.svg);
}
.fire .c-m-ttl.is-icon{
    padding-left: 74px;
}
.fire .c-m-ttl.is-icon::before{
    width: 48px;
    height: 44px;
    background-image: url(../svg/fire-m-title.svg);
}
.c-group-ttl{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.c-group-ttl .text-small{
    font-size: 20px;
}
.c-group-ttl::before{
    content: "";
    width: 48px;
    height: 2px;
    background-color: #004DA0;
    display: inline-block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.to_car-procedure{
    position: fixed;
    z-index: 9998;
    bottom: 380px;
    right: 0;
}
.to_car-procedure a{
    display: inline-block;
}
.to_campBnr_in {
    position: relative;
    padding: 30px 30px 0 0;
}
.to_campBnr_in button.close-btn {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
body.top .pagetop,body.active .pagetop,body.ob .pagetop{
    z-index: 9998;
    right: 92px;
}
.to_campBnr_wrap {
    position: fixed;
    z-index: 9998;
    bottom: 30px;
    right: 160px;
}
@media (max-height: 880px) and (min-width: 896px){
    .to_car-procedure.is-top li picture source,
    .to_car-procedure.is-top li picture img {
        width: 50px;
        height: auto;
    }
}
@media (max-height: 780px) and (min-width: 896px){
    .to_car-procedure.is-top li picture source,
    .to_car-procedure.is-top li picture img {
        width: 43px;
        height: auto;
    }
    .to_car-procedure li {
        margin-bottom: 15px;
    }
}
@media (max-height: 680px) and (min-width: 896px){
    .to_car-procedure.is-top {
        display: flex;
        flex-flow: row-reverse;
        align-items: flex-end;
    }
    .to_car-procedure li {
        margin-bottom: 0;
        margin-left: 13px;
    }
    .to_car-procedure li:not(:first-child) picture source,
    .to_car-procedure li:not(:first-child) picture img {
        border-radius: 5px;
    }
    body.top .pagetop, body.active .pagetop, body.ob .pagetop {
        right: 111px;
    }
}
@media (max-height: 470px) and (min-width: 896px){
    .to_car-procedure.is-top li picture source,
    .to_car-procedure.is-top li picture img {
        width: 35px;
    }
    .to_car-procedure,
    .to_campBnr_wrap,
    .pagetop {
        bottom: 10px;
    }
    body.top .pagetop, body.active .pagetop, body.ob .pagetop {
        right: 96px;
    }
}
@media (min-width: 896px) {
    .footer-inquiry_in {
        display: flex;
        justify-content: center;
    }
    .footer-btn {
        width: 404px;
        height: 69px;
        margin: 0 16px;
    }
    .footerCnt-lst {
        display: flex;
        justify-content: space-between;
    }
    .footerCnt-item ul li a:hover {
        color: #004DA0;
    }
    .poricy_wrap ul {
        display: flex;
    }
    .footer-btn a:hover {
        background: #004DA0;
        color: #fff;
        opacity: 1;
    }
    .footer-btn a:hover::before {
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
    .poricy_wrap {
        margin-top: 40px;
        padding-top: 25px;
        border-top: 1px solid #DEDEDE;
    }
    .poricy_wrap ul li {
        margin-right: 58px;
    }
    .c-btn_wrap.ver1 {
        display: flex;
        justify-content: center;
    }
    .c-btn_wrap.ver2 {
        display: flex;
        justify-content: center;
    }
    .c-faqs_wrap {
        padding: 55px 0 90px;
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
    }
    .c-faqs_wrap dd a:hover {
        text-decoration: none;
    }
    .c-faqs_wrap dt:hover {
        background-color: #004DA0;
        color: #fff;
    }
    .c-faqs_wrap dt:hover::before {
        background-color: #fff;
        transition: opacity .2s ease-out, all .2s ease-out;
    }
    .c-faqs_wrap dt:hover::after {
        background-color: #fff;
        transition: opacity .2s ease-out, all .2s ease-out;
    }
    a:hover {
        opacity: .7;
    }
    .to_campBnr_in button.close-btn {
        transition: opacity .2s ease-out, all .2s ease-out;
    }
    .to_campBnr_in button.close-btn:hover {
        cursor: pointer;
        opacity: .7;
    }
}
@media only screen and (max-width:896px) {
    .c-ttl.ver1 .en {
        font-size: 30px;
    }
    .c-ttl .jp {
        font-size: 15px;
        margin-top: 14px;
    }
    .c-ttl.ver2 .en {
        font-size: 45px;
    }
    .c-btn_wrap.ver1 .c-btn {
        width: 100%;
        height: 61px;
        margin: 26px 0 0 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .c-btn_wrap.ver1 .c-btn a {
        padding-left: 79px;
        font-size: 14px;
    }
    .c-btn_wrap.ver1 .c-btn a span {
        padding-right: 15px;
        width: 100%;
    }
    .c-btn a::before {
        width: 8px;
        height: 10px;
    }
    .c-btn_wrap.ver1 .c-btn.is-active a {
        background: #fff url(../svg/header_icon01.svg) no-repeat left 13px center / 52px 34px;
    }
    .c-btn_wrap.ver1 .c-btn.is-ob a {
        background: #fff url(../svg/header_icon02.svg) no-repeat left 13px center / 54px 36px;
    }
    .c-btn_wrap.ver2 .c-btn {
        margin: 24px 0 0 0;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        height: 61px;
    }
    .c-btn_wrap.ver2 .c-btn a {
        padding-right: 15px;
    }
    .footer-btn {
        width: 100%;
        height: 61px;
        margin-top: 24px;
    }
    .footer-inquiry_in {
        margin-top: -24px;
    }
    .footer-inquiry_wrap {
        padding: 27px 30px;
    }
    .footer-btn a {
        font-size: 14px;
        border-radius: 3px;
        box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.15);
    }
    .footer-btn a::before {
        right: 15px;
        width: 8px;
        height: 19px;
    }
    .pagetop {
        bottom: 50px;
        right: 10px;
    }
    .to_campBnr_in {
        padding: 18px 18px 0 0;
    }
    .to_campBnr_wrap {
        bottom: 70px;
        right: 50%;
        transform: translateX(50%);
        margin-right: -9px;
    }
    .c-wrap {
        padding: 0 15px;
    }
    footer {
        padding: 18vw 0 10px;
        background: url(../img/sp/footer_bk.png) no-repeat top 20px center;
        background-size: 97% auto;
    }
    footer .c-wrap {
        padding: 34px 15px 10px;
    }
    .footerCnt-item ul {
        margin-top: 18px;
    }
    .footerCnt-item ul li {
        margin-top: 18px;
    }
    .footerCnt-item ul li a {
        padding-left: 16px;
    }
    .footerCnt-item ul li a:before {
        width: 8px;
        height: 12px;
    }
    .footerCnt-item {
        margin-bottom: 34px;
    }
    .footerCnt-item:nth-child(1) {
        margin-bottom: 26px;
    }
    .footerCnt-item:last-child {
        margin-bottom: 50px;
    }
    .poricy_wrap ul li {
        margin-top: 18px;
    }
    .poricy_wrap ul li a {
        padding-left: 16px;
    }
    .poricy_wrap ul li a:before {
        width: 8px;
        height: 12px;
    }
    .footerLogo_wrap {
        margin-top: 16px;
    }
    small {
        font-size: 9px;
    }
    .c-m_wrap {
        height: 123px;
    }
    .c-m-ttl {
        font-size: 19px;
    }
    .c-m-txt {
        font-size: 13px;
        padding-top: 6px;
        line-height: 1.54;
    }
    .c-inquiry-btn{
        width: 264px;
        height: 55px;
    }
    .c-inquiry-btn a{
        font-size: 14px;
        padding-right: 10px;
        letter-spacing: 0.04rem;
    }
    .c-inquiry-btn::after{
        content: "";
        top: 54%;
        width: 7px;
        height: 12px;
        right: 17px;
    }
    .c-faqs_wrap {
        padding: 35px 15px 66px;
        width: 100%;
        box-sizing: border-box;
    }
    .c-faq-ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .c-faqs_wrap dl {
        margin-bottom: 25px;
    }
    .c-faqs_wrap dt {
        padding: 10px 34px 10px 50px;
        font-size: 14px;
    }
    .c-faqs_wrap dt::before {
        width: 14px;
        height: 2px;
        right: 10px;
    }
    .c-faqs_wrap dt::after {
        width: 2px;
        height: 14px;
        top: 50%;
        margin-top: -7px;
        right: 16px;
    }
    .c-faqs_wrap dt .c-fap-q {
        font-size: 18px;
        width: 36px;
    }
    .c-faqs_wrap dd {
        padding: 14px 15px 14px 40px;
    }
    .c-faqs_wrap dd .c-fap-a {
        font-size: 18px;
        width: 36px;
        top: 14px;
    }
    .car .c-m-ttl.is-icon{
        padding-left: 43px;
    }
    .car .c-m-ttl.is-icon::before{
        width: 30px;
        height: 20px;
    }
    .fire .c-m-ttl.is-icon{
        padding-left: 35px;
    }
    .fire .c-m-ttl.is-icon::before{
        width: 24px;
        height: 22px;
    }
    .c-group-ttl{
        font-size: 22px;
    }
    .c-group-ttl .text-small{
        font-size: 15px;
    }
    .c-group-ttl::before{
        width: 33px;
        bottom: -20px;
    }
    .to_car-procedure {
        bottom: auto;
        top: 200px;
        right: 0;
        box-sizing: border-box;
    }
    .to_car-procedure img {
        width: 100%;
        height: auto;
        max-width: 45px;
    }
    body.top,
    body.active,
    body.ob {
        padding-bottom: 180px;
    }
    body.top .pagetop,body.active .pagetop,body.ob .pagetop{
        right: 10px;
        bottom: 70px;
    }
}
@media only screen and (max-width: 374px) {
    .c-btn_wrap.ver1 .c-btn a span {
        font-size: 13px;
    }
    .c-btn a::before {
        right: 7px;
    }
}
