@charset "UTF-8";
/********************************
DEFAULT
*********************************/
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: 0px;
    padding: 0px;
    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: 0px;
}
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-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
    -webkit-appearance: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:placeholder-shown {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
::-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
:-ms-input-placeholder {
    color: #b3b3b4;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
a,a:link {
    color: #899943;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #899943;
}
a:hover,a:active {
    color: #899943;
    text-decoration: underline;
}
*:focus {
    outline: none;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    min-width: 1240px;
    min-height: 100%;
    padding: 150px 0 0 0;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
}
/********************************
HEADER
*********************************/
header {
    width: 100%;
    position: fixed;
    margin: -150px 0 0 0;
    z-index: 1000;
}
.header_wrap {
    padding: 18px 20px;
    background: #fff;
}
.header_in {
    width: 100%;
    max-width: 1370px;
    min-width: 1200px;
    margin: 0 auto;
}
.headTop_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headLogo_img a {
    display: block;
}
.headLink_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headLink_btn {
    border: 2px solid #87973f;
    margin: 0 35px 0 0;
}
.headLink_btn a {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 20px 5px 40px;
}
.headLink_btn a::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 12px;
    background: url("../img/link_arrow.png") no-repeat;
}
.head_link {
    width: 200px;
    height: 28px;
}
.head_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 0;
    height: 100%;
    background: #a6c053;
}
.head_link a::before {
    content: "";
    position: absolute;
    background: url(../img/top_btn_white.png) no-repeat center;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 10px;
}
.menusp_wrap {
    display: none;
}
.headMenu_wrap {
    margin: 20px 0 0 0;
}
.headMenu_wrap .headMenulst_wrap {
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.headMenu_wrap .headMenulst_wrap > li {
    line-height: 1;
    position: relative;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #707070;
}
.headMenu_wrap .headMenulst_wrap > li:last-of-type {
    border-right: 1px solid #707070;
}
.headMenu_wrap .headMenulst_wrap > li.is-ver1 {
    width: 32%;
}
.headMenu_wrap .headMenulst_wrap > li.is-ver2 {
    width: 28%;
}
.headMenu_wrap .headMenulst_wrap > li.is-ver3 {
    width: 12%;
}
.headMenu_wrap .headMenulst_wrap .headMenulst-txt {
    color: #87973f;
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: bold;
    margin-bottom: 15px;
}
.headMenulst_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.headMenulst_in > li {
    margin: 0 20px 8px 0;
}
.headMenulst_in > li:last-of-type {
    margin: 0;
}
.headMenulst_in li a {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 896px) {
    .headMenu_wrap ul li {
        width: auto;
    }
    .headMenulst_in li a:hover {
        opacity: 1;
        color: #87973f;
        text-decoration: none;
    }
    .is-houjin .headMenulst_in > li {
    padding: 0 0 8px;
}
}

@media (min-width: 896px) {
    /* .headMenu_wrap ul li:first-child {
        width: 260px;
    }
    .headMenu_wrap ul li:nth-child(2) {
        width: 230px;
    }
    .headMenu_wrap ul li:nth-child(3) {
        width: 160px;
    }
    .headMenu_wrap ul li:nth-child(4) {
        width: 240px;
    }
    .headMenu_wrap ul li:nth-child(5) {
        width: 240px;
    }
    .headMenu_wrap ul li:nth-child(6) {
        width: 240px;
    } */
}
@media (min-width: 896px) {
    /* .headMenu_wrap ul li:last-child {
        width: 240px;
    } */
}
.headMenu_wrap ul li.is-alink {
    border-left: none;
    padding: 8px 15px 6px 0;
}
.headMenu_wrap ul li.is-alink a {
    color: #434343;
}
.headMenu_wrap ul li .is-lt {
    font-size: 10px;
}
.headMenusp_wrap {
    display: none;
    background: #fff;
}
@media (min-width: 896px) {
    .headLogo_img a:hover {
        opacity: 0.7;
    }
    .headLink_btn a:hover {
        background-color: #f5f9e6;
        text-decoration: none;
    }
    .head_link a:hover {
        text-decoration: none;
        background: #87973f;
    }
    .headMenu_wrap ul li.is-alink a:hover {
        opacity: inherit;
        color: #87973f;
    }
}
#h_group .headTop_wrap {
    display: -webkit-block;
    display: -ms-block;
    display: block;
}
#h_group .headLogo_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    margin: auto;
    text-align: center;
    width: 337px;
}
#h_group .headLink_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#h_group .header_wrap {
    padding: 20px 20px 20px 20px;
}
#h_group .headMenu_wrap {
    margin: 40px 0 0 0;
}
#h_group .headMenu_wrap ul {
    display: table;
    margin: 0 auto;
    width: 100%;
}
#h_group .headMenu_wrap ul li {
    position: relative;
    width: 25%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    border: none;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}
#h_group .headMenu_wrap ul li:before,
#h_group .headMenu_wrap ul li:last-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background: #87973f;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}
#h_group .headMenu_wrap ul li:last-child:after {
    left: inherit;
    right: 0;
}
#h_group .headMenu_wrap ul li a {
    display: block;
    color: #434343;
}
@media (min-width: 896px) {
    #h_group .headMenu_wrap ul li a:hover {
        opacity: 1;
        color: #899943;
        text-decoration: none;
    }
}
.houjinmenu_wrap {
    display: none;
    position: fixed;
    top: 124px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 60px 40px 40px 40px;
    background: rgba(255,255,255,0.7);
    box-sizing: border-box;
}
.houjinmenu_wrap.on {
    display: block;
}
.houjinmenu_in {
    width: 100%;
    min-width: 1200px;
    max-width: 1310px;
    margin: 0 auto;
}
.houjinmenu_link {
    float: left;
    width: 48.6%;
    max-width: 636px;
    height: 136px;
    background: #fff
}
.houjinmenu_link.is-ver2 {
    float: right;
}
.headMenulst_in li .houjinmenu_link a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    color: #fff;
    background: #a6c053 url("../img/top_btn_white01.png") no-repeat center right 25px;
}
.houjinmenu_link.is-ver2 a {
    font-size: 21px;
}
@media (min-width: 896px) {
    .headMenu_wrap ul li .houjinmenu_link a:hover {
        opacity: 0.9;
        text-decoration: none;
    }
}
.houjinmenu_link a span.is-left {
    text-align: left;
}
.houjinmenu_link a span.is-right {
    padding: 0 35px 0 50px;
}
@media (min-width: 896px) {
    .headMenu_wrap ul li.is-houjin:hover .houjinmenu_wrap {
        display: block;
    }
}
/********************************
FOOTER
*********************************/
footer {
    background-color: #f7f7f7;
}
.footTop_wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 55px 0 45px 0;
}
.footTop_in {
    display: table;
    margin: 0 0 60px 0;
}
.footTop_ct {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0 27px;
}
.footTop_ct:first-child {
    padding: 0 27px 0 0;
}
.footTop_ct:last-child {
    padding: 0 0 0 27px;
}
.menu-list {
    width: 305px;
    padding: 26px 0 0 0;
    border-top: 1px solid #87973f;
}
.menu-list li {
    font-size: 14px;
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    background: url("../img/dec_arw_gr_a.png") no-repeat center left 5px;
}
.menu-list li.ml-top {
    font-size: 14px;
    font-weight: bold;
    color: #87973f;
    padding: 0 0 0 30px;
    margin: 0 0 8px 0;
    background: url("../img/arrow_green.png") no-repeat top 1px left;
}
.menu-list li:last-child {
    margin: 0;
}
.menu-list li a {
    color: #000;
}
.menu-list li.ml-top a {
    color: #87973f;
}
@media (min-width:895px) {
    .menu-list li a:hover {
        color: #87973f;
        transition: 0.1s;
        text-decoration: none;
    }
    .menu-list li.ml-top a:hover {
        opacity: 0.8;
        transition: 0.1s;
    }
}
.foot-txt {
    position: relative;
    font-size: 14px;
    font-size: 12px;
    line-height: 2;
    padding: 0 0 0 1em;
    text-align: justify;
}
.foot-txt.ver2 {
    padding: 0 0 0 3em;
}
.foot-txt.top {
    margin: 10px 0 0 0;
}
.foot-txt span {
    position: absolute;
    left: 0;
}
.footBot_wrap {
    padding: 25px 0;
    color: #fff;
    line-height: 1.2;
    background-color: #a6c053;
    text-align: center;
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-btn_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 95px 0 0 0;
}
.c-btn_warp.is-center {
    text-align: center;
}
.c-btn {
    width: 540px;
    margin: 0 auto;
}
.c-btn a {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 26px 0;
    color: #fff;
    background: #a6c053 url("../img/formbtn.png") no-repeat center right 30px;
}
.c-btn.is-back {
    width: 250px;
}
.c-btn.is-back a {
    background: #b7b7b7 url("../img/formbtn_L.png") no-repeat center left 30px;
}
@media (min-width: 895px) {
    .c-btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-top_btn {
    display: block;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 120px;
    right: 50px;
    cursor: pointer;
    z-index: 500;
}
.c-top_btn span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 50px 0 0 0;
    background: url("../img/top_btn.png") no-repeat center center;
}
/********************************
CONTETS
*********************************/
.main_wrap {
    width: 1110px;
    margin: 100px auto 110px auto;
}
body.wid .main_wrap {
    width: 1020px;
    margin: 0 auto;
}
.comTtl_wrap {
    text-align: center;
    padding: 60px 0;
    line-height: 1.5;
    background-color: #f7f7f7;
}
.comTtl_wrap.ver8 {
    padding: 50px 0 60px;
}
.comTtl_wrap.ver2 {
    padding: 65px 0;
}
.comTtl_wrap.ver2 .comTtl-ttl {
    font-size: 30px;
}
.comTtl_wrap.ver2 .comTtl-ttl span {
    font-size: 30px;
    font-weight: bold;
}
.comTtl-ttl {
    font-size: 40px;
    font-weight: bold;
}
.comTtl-ttl span {
    font-size: 20px;
    font-weight: normal;
}
.insurance_btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0 0;
    width: 640px;
}
.isr_btn.is-center {
    width: 300px;
    margin: 0 auto;
}
.isr_btn.is-center2 {
    width: 540px;
    margin: 0 auto;
}
.isr_btn.is-center2 a {
    height: 80px;
    width: 100%;
}
.isr_btn.is-bl {
    position: relative;
}
.isr_btn p {
    font-weight: bold;
    margin: 0 0 8px 0;
}
.isr_btn .is-fls {
    font-size: 16px;
    color: #c80019;
    display: inline-block;
}
.isr_btn a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    width: 300px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.isr_btn.is-gr a {
    color: #fff;
    background: #a6c053 url("../img/top_btn_white.png") no-repeat center right 16px;
}
.isr_btn.is-wh a {
    border: 2px solid #a6c053;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #a6c053;
    background: #fff url("../img/top_btn_green.png") no-repeat center right 16px;
}
.isr_btn.is-wh02 a {
    border: 2px solid #1db8c5;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #1db8c5;
    background: #fff url("../img/top_btn02_blue.png") no-repeat center right 16px;
}
.isr_btn.is-wh03 a {
    width: 100%;
    height: 80px;
    font-size: 25px;
    border: 2px solid #cdcdcd;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #434343;
    background: #fff url("../img/top_btn_green02.png") no-repeat center right 16px;
}
.isr_btn.is-bl a {
    font-size: 16px;
    letter-spacing: normal;
    color: #437bd4;
    background: #d3edfb url("../img/top_btn03_blue.png") no-repeat center right 16px;
}
.isr_btn.is-bl a:before {
    content: "";
    position: absolute;
    display: block;
    width: 39px;
    height: 49px;
    left: 13px;
    top: 6px;
    background: url("../img/icon_phone.png") no-repeat;
}
.isr_btn.is-bl02 a {
    color: #fff;
    background: #1db8c5 url("../img/top_btn02_white.png") no-repeat center right 16px;
}
.isr_btn.is-bl a span.btn-txt {
    font-size: 12px;
    line-height: 1.8;
}
.isr_btn.is-wid a {
    width: 100%;
}
/*20230307*/
.isr_btn a.is-ver2 {
    font-size: 17px;
}
@media (min-width:896px) {
    .isr_btn a:hover {
        text-decoration: none;
    }
    .isr_btn.is-gr a:hover {
        background: #87973f url("../img/top_btn_white.png") no-repeat center right 16px;
    }
    .isr_btn.is-wh a:hover {
        background: #f5f9e6 url("../img/top_btn_green.png") no-repeat center right 16px;
    }
    .isr_btn.is-bl a:hover {
        background: #a5cee4 url("../img/top_btn03_blue.png") no-repeat center right 16px;
    }
    .isr_btn.is-bl02 a:hover {
        background: #1598a2 url("../img/top_btn02_white.png") no-repeat center right 16px;
    }
    .isr_btn.is-wh02 a:hover {
        background: #defbf8 url("../img/top_btn02_blue.png") no-repeat center right 16px;
    }
    .isr_btn.is-wh03 a:hover {
        background: #f5f9e6 url("../img/top_btn_green02.png") no-repeat center right 16px;
    }
}

.popup_wrap {
    display: none;
}
.popup_wrap.on {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.popup_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.popup_wrapper {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
}
.popup_in {
    position: relative;
    text-align: center;
}
.popup_in span.cls {
    display: block;
    position: absolute;
    font-size: 0;
    width: 45px;
    height: 45px;
    top: 0;
    right: 50%;
    margin-right: -250px;
    z-index: 100;
    cursor: pointer;
}
.popup_in a {
    display: inline-block;
}
.footBot_lnklst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin: 0 auto 15px;
    max-width: 1024px;
}
.footBot_lnklst a {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 896px) {
    body {
        font-size: 12px;
        min-width: 320px;
        padding: 60px 0 0 0;
    }
    /********************************
    HEADER
    *********************************/
    header {
        margin: -60px 0 0 0;
    }
    .header_wrap {
        padding: 20px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .header_in {
        width: 100%;
        margin: 0;
        min-width: inherit;
    }
    .headLogo_img {
        display: inline-block;
    }
    .headLogo_img img {
        width: 219px;
    }
    .menusp_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 16px;
        position: relative;
    }
    .menusp_wrap span {
        display: block;
        position: absolute;
        width: 17px;
        height: 2px;
        background-color: #87973f;
        right: 0;
    }
    .menusp_wrap span:nth-child(1) {
        top: 0;
    }
    .menusp_wrap span:nth-child(3) {
        bottom: 0;
    }
    .menusp_wrap.active span {
        transform: rotate(45deg);
    }
    .menusp_wrap.active span:nth-child(1) {
        top: 7px;
        transform: rotate(-45deg);
    }
    .menusp_wrap.active span:nth-child(3) {
        display: none;
    }
    .headMenu_wrap {
        display: none;
    }
    .headMenusp_wrap ul li {
        font-size: 14px;
        font-weight: bold;
        color: #434343;
        border-bottom: 1px solid #87973f;
    }
    .headMenusp_wrap ul li a {
        position: relative;
        display: block;
        padding: 12px 16px 12px 50px;
        color: #434343;
    }
    .headMenusp_wrap ul li a::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        left: 18px;
        background: url("../img/sp/arrow_green.png") no-repeat;
        background-size: 19px auto;
        -ms-background-size: 19px auto;
        -moz-background-size: 19px auto;
        -webkit-background-size: 19px auto;
    }
    .headMenusp_wrap ul li p {
        position: relative;
        padding: 0 0 0 32px;
    }
    .headMenusp_wrap ul li p::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        background: url("../img/sp/arrow_green.png") no-repeat;
        background-size: 19px auto;
        -ms-background-size: 19px auto;
        -moz-background-size: 19px auto;
        -webkit-background-size: 19px auto;
    }
    .headMenusp_wrap ul li:first-child {
        border-top: 1px solid #87973f;
    }
    .headMenusp_wrap ul li.is-ver2 {
        padding: 14px 16px;
    }
    .headMenusp_wrap ul li.is-ver2:before {
        display: none;
    }
    .headMenusp_wrap ul li:last-child {
        border-right: none;
    }
    .headMenusp_wrap ul.is-alink {
        margin: 8px 0 0 0;
    }
    .headMenusp_wrap ul.is-alink li {
        position: relative;
        font-size: 13px;
        margin: 0 0 5px 0;
        padding: 0 0 0 32px;
        border-bottom: none;
        border-top: none;
    }
    .headMenusp_wrap ul.is-alink li::before {
        content: "";
        position: absolute;
        display: block;
        width: 8px;
        height: 10px;
        left: 6px;
        top: 4px;
        background: url("../img/dec_arw_gr_a.png") no-repeat;
    }
    .headMenusp_wrap ul.is-alink li:last-child {
        margin: 0;
    }
    .headMenusp_wrap ul.is-alink li a {
        display: inline-block;
        padding: 0;
    }
    .headMenusp_wrap ul.is-alink li a::before  {
        background: none;
    }
    header#h_group {
        margin: -60px 0 0 0;
    }
    #h_group .headTop_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #h_group .headLogo_img {
        position: relative;
        top: 0;
        margin: 0;
        text-align: left;
        width: auto;
    }
    #h_group .header_in {
        width: 100%;
        margin: 0;
        min-width: inherit;
    }
    #h_group .headMenusp_wrap ul li:first-child {
        padding: 0;
    }
    /********************************
    FOOTER
    *********************************/
    footer {
    }
    .footTop_wrap {
        width: 100%;
        padding: 25px 20px 0 20px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .footTop_in {
        display: block;
        margin: 0;
    }
    .footTop_ct:first-child {
        padding: 0;
    }
    .footTop_ct {
        display: block;
        padding: 0;
    }
    .footTop_ct:last-child {
        padding: 0;
    }
    .menu-list {
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0 0 40px 0;
    }
    .menu-list li {
        font-size: 13px;
    }
    .menu-list li.ml-top {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .foot-txt {
        font-size: 12px;
        line-height: 1.8;
        margin: 0 -20px;
        padding: 20px 20px 20px 35px;
        background-color: #fff;
    }
    .foot-txt.ver2 {
        margin: 0;
        padding: 0 0 0 3em;
    }
    .foot-txt.top {
        margin: 10px 0 0 0;
    }
    .foot-txt span {
        left: 18px;
    }
    .foot-txt.ver2 span {
        left: 0;
    }
    .footBot_wrap {
        padding: 20px 0;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-btn_wrap {
        display: block;
        margin: 45px 13px 0 13px;
    }
    .c-btn {
        width: 100%;
    }
    .c-btn a {
        font-size: 15px;
        padding: 14px 0 12px 0;
        background: #a6c053 url(../img/formbtn.png) no-repeat center right 25px;
    }
    .c-btn.is-back {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .c-btn.is-back a {
        background: #b7b7b7 url(../img/formbtn_L.png) no-repeat center left 25px;
    }
    .c-top_btn {
        height: 29px;
        width: 29px;
        bottom: 160px;
        right: 15px;
    }
    .c-top_btn span {
        padding: 29px 0 0 0;
        background: url("../img/sp/top_btn.png") no-repeat center center;
        background-size: 29px auto;
        -ms-background-size: 29px auto;
        -moz-background-size: 29px auto;
        -webkit-background-size: 29px auto;
    }
    /********************************
    CONTETS
    *********************************/
    body.wid .main_wrap {
        width: 100%;
    }
    .comTtl_wrap {
        padding: 15px 0;
    }
    .comTtl_wrap.ver8 {
        padding: 15px 0;
    }
    .comTtl_wrap.ver2 {
        padding: 24px 0 23px 0;
    }
    .comTtl_wrap.ver2 .comTtl-ttl {
        font-size: 22px;
    }
    .comTtl_wrap.ver2 .comTtl-ttl span {
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        margin: 0 -1em 5px 0;
    }
    .comTtl-ttl {
        font-size: 20px;
    }
    .comTtl-ttl span {
        font-size: 14px;
    }
    .insurance_btn {
        display: block;
        width: 100%;
    }
    .isr_btn {
        margin: 0 0 18px 0;
    }
    .isr_btn:last-child {
        margin: 0;
    }
    .isr_btn.is-center {
        width: 100%;
        margin: 0 auto;
    }
    .isr_btn.is-center2 {
        width: 100%;
        padding: 0 17px 0 18px;
        box-sizing: border-box;
    }
    .isr_btn.is-center2 a {
        height: 50px;
    }
    .isr_btn p {
        margin: 0 0 4px 0;
    }
    .isr_btn .is-fls {
        font-size: 14px;
    }
    .isr_btn a {
        width: 100%;
        height: 50px;
        font-size: 15px;
    }
    .isr_btn.is-gr a {
        background: #a6c053 url("../img/sp/top_btn_white.png") no-repeat center right 12px;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .isr_btn.is-wh a {
        border: 1px solid #a6c053;
        background: #fff url("../img/sp/top_btn_green.png") no-repeat center right 12px;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .isr_btn.is-wh02 a {
        border: 1px solid #1db8c5;
        background: #fff url("../img/sp/top_btn02_blue.png") no-repeat center right 12px;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .isr_btn.is-wh03 a {
        height: 50px;
        font-size: 15px;
        font-weight: normal;
        border: 1px solid #434343;
        background: #fff url("../img/sp/top_btn_green02.png") no-repeat center right 12px;
        background-size: 14px auto;
        -ms-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -webkit-background-size: 14px auto;
    }
    .isr_btn.is-bl a {
        font-size: 15px;
        color: #437bd4;
        background: #d3edfb url("../img/sp/top_btn03_blue.png") no-repeat center right 12px;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .isr_btn.is-bl02 a {
        color: #fff;
        background: #1db8c5 url("../img/sp/top_btn02_white.png") no-repeat center right 12px;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .isr_btn.is-bl a:before {
        width: 30px;
        height: 37px;
        left: 13px;
        top: 6px;
        background: url("../img/icon_phone.png") no-repeat;
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
    }

    .popup_wrapper {
        margin-left: -167.5px
    }
    .popup_in span.cls {
        width: 30px;
        height: 30px;
        margin-right: -167.5px;
    }
    .popup_in a img {
        width: 335px;
    }
    /*20230307*/
    .isr_btn a.is-ver2 {
        font-size: 15px;
    }
    .footBot_lnklst {
        display: block;
        text-align: left;
        margin: 0 0 12px;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footBot_lnklst li:not(:last-child) {
        margin-bottom: 7px;
    }
    .footBot_lnklst a {
        font-size: 13px;
    }
}
@media (max-width: 374px) {
    .comTtl-ttl {
        font-size: 17px;
    }
    .comTtl-ttl span {
        font-size: 12px;
    }
    .comTtl_wrap.ver2 .comTtl-ttl span {
        font-size: 13px;
    }

    .popup_wrapper {
        margin-left: -140px
    }
    .popup_in span.cls {
        width: 25px;
        height: 25px;
        margin-right: -140px;
    }
    .popup_in a img {
        width: 280px;
    }
    /*20230307*/
    .isr_btn a.is-ver2 {
        font-size: 14px;
    }
}
