@charset "utf-8";
/* CSS Document */

/*全体設定*/
body{
    width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    line-height:1.8;
    color:#333333;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#index,
body#car,
body#cancer.other_fire,
body#loan,
body#dealer {
    padding-bottom: 64px;
}

body#car.koshin {
    padding-bottom: 0;
}

a{
    display:block;
}

a:hover{
    opacity:0.8;
}


.inner{
    width:100%;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;
}

.c-pc {
    display: none;
}
.c-pc-in {
    display: none;
}
.c-sp {
    display: block;
}
.c-sp-in {
    display: inline;
}

/*header*/
header{
    overflow:hidden;
}


header.sp_header h1{
    float:left;
}

header a.header_logo img{
    width:70%;
    height:auto;
}

header a.header_logo.ver2 img{
    width:100%;
    max-width:192px;
}
@media (max-width: 374px) {
    header a.header_logo.ver2 img{
        width:90%;
        height:auto;
    }
}/*@media*/

header ul.contact{
    float:right;
}

header ul.contact li{
    float:left;
    margin-right:50px;
}

header ul.contact li:last-child{
    margin-right:0;
}

header ul.contact li a{
    background-image:url(../img/common/yaji01.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:18px;
    padding-left:25px;
    font-size:14px;
    box-sizing:border-box;
}

/*spナビゲーション*/

header{
    width:100%;
    position:fixed;
    /*border-bottom:solid 2px #ff9933;*/
    z-index: 9999;
    top: 0;
    overflow: unset;
}
    /*開閉ボタン*/
    #nav_toggle{
        position: relative;
        float: right;
        width: 35px;
        height: 48px;
    }

    #nav_toggle span{
        display: block;
        height: 2px;
        background: #c80019;
        position:absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        width:25px;
        margin: 0 auto;
        position:relative;
        box-sizing:border-box;
    }
    #nav_toggle span:nth-child(1){
        margin-top: -10px;
    }
    #nav_toggle span:nth-child(2){
        margin-top: 7px;
    }
    #nav_toggle span:nth-child(3){
        margin-top: 7px;
    }

    #nav_toggle>div>p{
        padding-top:32px;
        font-size:83%;
        font-weight:bold;
        text-align:center;
        color:#fff;
    }

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        margin-top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
        width: 0;
    }
    .open #nav_toggle span:nth-child(3) {
        margin-top: -11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

header.sp_header nav{
    clear:both;
    padding: 0;
    padding-top:0;
    z-index:100;
    position:absolute;
    top:66px;
    left:0;
    right: 0;
    margin: auto;
    display:none;
    box-sizing:border-box;
    width:100%;
    height: calc(100vh - 66px);
    overflow-y: scroll;
}

header.sp_header nav ul {
    height: -webkit-calc(100% - 108px);
    height: calc(100% - 108px);
    background-color:#fff;

}

header.sp_header nav ul li{
    border-bottom:solid 1px #fff;
    /*padding:1px 4px 1px 4px;*/
}

header.sp_header nav ul li:last-child{
    border-bottom:none;
    padding-bottom:0;
}

header.sp_header nav>.nav_lst>ul>li a{
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    text-decoration:none;
    font-size:18px;
    font-weight: bold;
    padding:18px 20px 18px 85px;
    border-bottom:solid 1px #c80019;
}
header.sp_header nav>.nav_lst>ul>li a.is-non{
    pointer-events: none;
}

header.sp_header nav>.nav_lst>ul>li:last-child a{
    border-bottom:none;
}

header.sp_header nav>.nav_lst>ul>li a img {
    position: absolute;
    top: 50%;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(1) a img {
    margin-top: -12px;
    left: 20px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(2) a img {
    margin-top: -14px;
    left: 27px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(3) a img {
    margin-top: -18px;
    left: 27px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(4) a img {
    margin-top: -16px;
    left: 27px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(5) a img {
    margin-top: -16px;
    left: 27px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(6) a img {
    margin-top: -17px;
    left: 28px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(7) a img {
    margin-top: -15px;
    left: 29px;
}

header.sp_header nav>.nav_lst>ul>li:nth-child(8) a img {
    margin-top: -14px;
    left: 22px;
}

header.sp_header nav>.nav_lst>ul>li a span{
    color:#595757;
    display:inline-block;
}

header.sp_header nav>.nav_lst>ul>li a span br{
    display:none;
}

header.sp_header nav>.nav_lst>ul>li>ul{
    margin-left:20px;
}

header.sp_header nav ul li#g03,
header.sp_header nav ul li#g10{
    padding-bottom:0;
}

header.sp_header nav ul li#g03_1,
header.sp_header nav ul li#g10_1{
    padding-top:0;
}

header.sp_header a{
    text-decoration:none;
}

header.sp_header .inner{
    padding:10px 20px;
    background: #fff;
}

header.sp_header nav ul li.contact{
}

header.sp_header nav ul li.contact a{
    background-image:url(../img/common/yaji01.png);
    background-repeat:no-repeat;
    background-position: 31px center;
    background-size: 15px;
    color: #595757;
}

header.sp_header nav.ver2 ul li.contact a{
    background-image:url(../img/common/sp_yaji02.png);
    background-size: 19px;
}

header.sp_header .hdTop_logo {
    padding: 10px 0;
    text-align: center;
    background: #fff;
    border-top: solid 1px #c80019;
}

.clmlnk_lst {
    display: none;
}

.clmlnk_lst .lnk {
    margin-bottom: 0;
}

.clmlnk_lst .lnk a {
    padding-left: 84px;
    background-image: url(../img/index_active/yaji04.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 66px center !important;
    background-size: 8px auto !important;
}
/*コンテンツ*/
section#content>.inner{
    margin-top:50px;
    margin-bottom: 20px;
}

div#mv{
    overflow:hidden;
    margin-top:70px;
}

div#mv .bx-viewport{
    width:92% !important;
    margin-left:16px;
    margin-right:16px;
}

body#index div#mv .bx-viewport,
body#group div#mv .bx-viewport {
    width: auto !important;
    margin: 0;
}

body#index div#mv .bx-viewport:before,
body#group div#mv .bx-viewport:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: 169px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
}

body#index div#mv .bx-viewport:after,
body#group div#mv .bx-viewport:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 50%;
    margin-right: 166px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
}

div#mv div.bx-wrapper{
    box-shadow:none;
    border:none;
    margin-bottom:20px;
}
body#index div#mv div.bx-wrapper,
body#group div#mv div.bx-wrapper{
    margin-bottom: 0;
}

.bx-wrapper .bx-pager {
    display: none !important;
}
.bx-wrapper .bx-controls-direction a{
    margin-top:0 !important;
    top: 50% !important;
    margin-top: -16px !important;
}

.bx-wrapper .bx-prev{
    left: 50% !important;
    margin-left: -182px;
}

.bx-wrapper .bx-next{
    right: 50% !important;
    margin-right: -184px;
}

.bx-wrapper .bx-controls-direction a{
    z-index:10 !important;
}

body#index div#mv ul.mv,
body#group div#mv ul.mv {
    margin-left: 50%;
}

div#mv ul.mv li{
    text-align:center;
    /*padding:0 50px;*/
    box-sizing:border-box;
}

body#index div#mv ul.mv li,
body#group div#mv ul.mv li {
    width: 335px !important;
    margin-left: -166px;
    margin-right: 166px !important;
}

div#mv ul.mv li img{
    width:100%;
    height:auto;
}

div#mv div.top_bnr{
    width:92%;
    margin:0 auto;
}

div#mv div.top_bnr a{
    display:block;
    margin-bottom:15px;
}

div#mv div.top_bnr a:last-child{
    margin-bottom:0;
}

div#mv div.top_bnr a img{
    width:100%;
    height:auto;
}
body#group .mv_in a {
    width: fit-content;
    max-width: 375px;
    margin: 0 auto;
}

ul.category{
    margin-top:37px;
    overflow:hidden;
}

ul.category li{
    width:100%;
    margin-bottom:55px;
}

ul.category li:nth-child(2n){
    margin-right:0;
}

ul.category li h2,
.cat-ttl{
    position: relative;
    font-size:23px;
    font-weight:bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

ul.category li h2:before,
.cat-ttl:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
}

ul.category li:nth-child(1) h2 {
    padding-left: 56px;
}

ul.category li:nth-child(1) h2:before{
    top: 1px;
    left: 0;
    width: 43px;
    height: 26px;
    background: url(../img/common/sp_icon40.png) no-repeat left center;
    background-size:100% auto;
}

ul.category li:nth-child(2) h2 {
    padding-left: 58px;
}

ul.category li:nth-child(2) h2:before{
    top: -4px;
    left: 8px;
    width: 34px;
    height: 29px;
    background: url(../img/common/sp_icon41.png) no-repeat left center;
    background-size:100% auto;
}

ul.category li:nth-child(3) h2 {
    padding-left: 57px;
}

ul.category li:nth-child(3) h2:before{
    top: -11px;
    left: 6px;
    width: 37px;
    height: 35px;
    background: url(../img/common/sp_icon42.png) no-repeat left center;
    background-size:100% auto;
}

ul.category li:nth-child(4) h2 {
    padding-left: 57px;
}

ul.category li:nth-child(4) h2:before{
    top: -6px;
    left: 6px;
    width: 34px;
    height: 33px;
    background: url(../img/common/sp_icon43.png) no-repeat left center;
    background-size:100% auto;
}

ul.category li:nth-child(5) h2 {
    padding-left: 58px;
}

ul.category li:nth-child(5) h2:before{
    top: -6px;
    left: 8px;
    width: 31px;
    height: 31px;
    background: url(../img/common/sp_icon44.png) no-repeat left center;
    background-size:100% auto;
}

ul.category li:nth-child(6) h2 {
    padding-left: 57px;
}

ul.category li:nth-child(6) h2:before{
    top: -3px;
    left: 5px;
    width: 37px;
    height: 28px;
    background: url(../img/common/sp_icon45.png) no-repeat left center;
    background-size:100% auto;
}

.cat-ttl {
    margin-bottom: 25px;
    padding-left: 54px;
}

.cat-ttl:before {
    top: -6px;
    left: 6px;
    width: 38px;
    height: 36px;
    background: url(../img/common/sp_icon46n.png?2) no-repeat left center;
    background-size:100% auto;
}

ul.category li .c_content{
    border:solid 1px #b5b5b6;
    padding:25px 16px 35px 16px;
    box-sizing:border-box;
    text-align: center;
}

ul.category li .c_content h3{
    text-align:center;
    font-size:22px;
    line-height: 1;
    border-bottom:solid 1px #b5b5b6;
    margin-bottom:24px;
}

ul.category li:nth-child(2) .c_content h3 {
    margin-bottom: 27px;
}

ul.category li:nth-child(3) .c_content h3 {
    margin-bottom: 20px;
}

ul.category li:nth-child(4) .c_content h3,
ul.category li:nth-child(5) .c_content h3,
ul.category li:nth-child(6) .c_content h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

ul.category li .c_content h3 span{
    color:#c80019;
    font-size:66px;
    line-height: 1.4;
    font-weight:bold;
    display:inline-block;
}

ul.category li .c_content h3 span.ver2 {
    font-size: 30px;
    margin: 0;
}

ul.category li .c_content h3 span.ver3 {
    color: #000;
    font-size: 16px;
    margin: 0;
}

ul.category li .c_content h3 sup {
    font-size: 14px;
}

ul.category li .c_content img{
    width: 100%;
    max-width: 295px;
    margin-bottom:25px;
}

ul.category li:nth-child(2) .c_content img{
    max-width: 271px;
    margin-bottom:32px;
}

ul.category li:nth-child(3) .c_content img {
    max-width: 291px;
    margin-bottom: 32px;
}

ul.category li:nth-child(4) .c_content img,
ul.category li:nth-child(5) .c_content img,
ul.category li:nth-child(6) .c_content img {
    max-width: 295px;
    margin-bottom:42px;
}

ul.category li .c_content a{
    padding:12px 15px;
    box-sizing:border-box;
    border:solid 2px #5f6d7f;
    border-radius:50px;
    margin-bottom:23px;
}
ul.category li .c_content a.is-non{
    pointer-events: none;
}

ul.category li .c_content a:last-child{
    margin-bottom:0;
}

ul.category li .c_content a span{
    color:#5f6d7f;
    background-image:url(../img/index_active/yaji02.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:10px auto;
    display:block;
    text-align:center;
    font-size:18px;
    font-weight: bold;
}

ul.category li .c_content a.ver2 span {
    font-size: 14px;
}

ul.category li .c_content a.bg_red span {
    color:#fff;
    background-image:url(../img/index_active/yaji.png);
}

ul.category li .c_content a.bg_wht span {
    color:#c80019;
    background-image:url(../img/index_active/yaji04.png);
}

ul.category li .c_content a.bg_gray{
    background-color:#5f6d7f;
}

ul.category li .c_content a.bg_red{
    border: 2px solid #c80019;
    background-color:#c80019;
}

ul.category li .c_content a.bg_wht{
    border: 2px solid #c80019;
    background-color:#fff;
}

ul.category li .c_content a.bg_gray span{
    color:#fff;
    background-image:url(../img/index_active/yaji.png);
}

ul.category li .c_content p{
    margin-bottom:25px;
    margin-top:25px;
    text-align:center;
    font-size:23px;
    color:#5f6d7f;
}
ul.category li .c_content p.is-red{
    margin-bottom:20px;
    margin-top:0;
    text-align:center;
    color:#c80019;
    font-size: 16px;
    font-weight: bold;
}

ul.category li .c_content small{
    font-size:13px;
    display:block;
    margin-bottom:20px;
    text-align:center;
    color:#5f6d7f;
}

ul.category li:nth-child(4) h3 span,
ul.category li:last-child h3 span{
    font-size:22px;
}

ul.category2{
    overflow:hidden;
}

ul.category2 li {
    width:100%;
    box-sizing:border-box;
    margin-bottom:40px;
    font-size:17px;
}

ul.category2 li:last-child{
    margin-bottom:0;
}

ul.category2 a{
    display: block;
    width:100%;
    border:solid 2px #c80019;
    padding:30px 10px;
    text-align:center;
    box-sizing:border-box;
}

ul.category2 a.no-click {
    pointer-events: none;
}

ul.category2 a.kouji{
    position: relative;
    pointer-events: none;
}
ul.category2 a.kouji:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(146,146,146,0.6);
}
ul.category2 a.kouji:after {
    content: "工事中";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: -12px 0 0 -45px;
    color: #fff;
}

ul.category2 li h3{
    font-size:23px;
    line-height: 1;
}

ul.category2 li h3 span{
    background-image:url(../img/index_active/yaji03.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:19px;
    padding-right:35px;
    display:inline-block;
    line-height: 1;
}

ul.category2 li .no-click h3 span {
    padding: 0;
    background: none;
}

ul.category2 li:nth-child(1) img {
    width: 93px;
    margin-top: 27px;
    margin-bottom: 16px;
}

ul.category2 li:nth-child(2) img {
    width: 58px;
    margin-top: 17px;
    margin-bottom: 11px;
}

ul.category2 li.is-pet:nth-child(2) img {
    width: 84px;
}

ul.category2 li:nth-child(3) img {
    width: 73px;
    margin-top: 23px;
    margin-bottom: 16px;
}

ul.category2 li p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

ul.category2 li p.ip-txt {
    line-height: 1.6;
    margin-top: 8px;
    text-align: center;
}

/*footer*/
footer{
    position:relative;
}

footer .footer_contact{
    margin-top:50px;
    margin-bottom:20px;
    background-color:#5f6d7f;
}

/*.inner{
    width:900px;
    margin:0 auto;
}*/

footer .footer_contact .inner{
    padding:50px 0;
}

footer .footer_contact .inner h4{
    text-align:center;
    color:#fff;
    font-size:23px;
    font-weight:bold;
    margin-bottom:20px;
}

footer .footer_contact .inner .name .namebox p.n1 {
    font-size:23px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    margin-bottom:5px;
}

footer .footer_contact .inner .name .namebox p.n3 {
    font-size:19px;
    color:#fff;
    text-align:center;
    margin-bottom:10px;
}

footer .footer_contact .inner p.footer_tel{
    font-size:23px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}

footer .footer_contact .inner p.footer_tel a{
    font-size:23px;
    color:#fff;
    display:inline-block;
    font-weight:bold;
    /*margin-left:80px;*/
    background-image:url(../img/index_active/footer_tel.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:22px auto;
    padding-left:30px;
    box-sizing:border-box;
}

footer .footer_contact .inner p.time{
    font-size:19px;
    color:#fff;
    text-align:left;
    margin-bottom:20px;
    text-indent:-5em;
    padding-left:5em;
}
footer .footer_contact .inner p.covid{
    font-size:14px;
    color:#fff;
    text-align:left;
    margin-bottom:20px;
    padding-left: 1.5em;
    position: relative;
}
footer .footer_contact .inner p.covid:before{
    content:"※";
    position:absolute;
    left:0;
    top:0;
}

footer .footer_contact .inner a.web_bnr{
    width:90% !important;
    margin:0 auto 20px auto !important;
    padding:20px !important;
    box-sizing:border-box !important;
    text-align:center !important;
    border-radius:2px !important;
    font-size:18px !important;
    color:#c80019 !important;
    background-color:#fff !important;
}

footer .footer_contact .inner a.web_bnr span{
    color:#c80019 !important;
    background-image:url(../img/index_active/yaji04.png) !important;
    background-repeat:no-repeat !important;
    background-position:right center !important;
    background-size:8px auto !important;
    display:block !important;
    /*font-weight:bold;*/
}

footer .footer_contact .inner small{
    display:block;
    font-size:13px;
    text-align:center;
    color:#fff;
}

footer .footer_contact .inner small span{
    color:#fff;
    text-decoration:underline;
}

footer .term{
    margin-bottom:0px;
    text-align:justify;
}

footer .term p,
footer .term dl dt,
footer .term dl dd{
    font-size:12px;
}

footer .term dl{
    overflow:hidden;
}

footer .term dl dt{
    float:left;
    width:auto;
    margin-right:10px;
    clear:both;
}

footer .term dl dd{
    float:right;
    width:85%;
    margin-bottom:20px;
}

footer .term p{
    margin-bottom:20px;
}

p.copyright{
    text-align:center;
    padding:10px 0;
    box-sizing:border-box;
    background-color:#3e3a39;
    color:#fff;
    font-size:10px;
    margin-bottom:0 !important;
}

a.page_top img{
    position:absolute;
    width:34px;
    height:auto;
    right:10%;
    z-index:10;
    top: 50%;
}

ul.category li.popup{
    position:fixed;
    right:0%;
    float:none;
    margin-right:0;
    margin-bottom:0;
    text-align:center;
    top:18%;
    z-index:100;
}

ul.category li.popup img{
    width:280px;
    height:auto;
    display:none;
}


/*OBOGトップ*/
/*グローバルナビ*/

#index_obog header nav.g_nav ul li{
    width: 223.5px;
}

#index_obog div#mv .bx-viewport{
    width: 92% !important;
    margin-left: 16px;
    margin-right: 16px;
}

#index_obog div#mv div.top_bnr{
    width:100%;
    margin:0 auto;
}

#index_obog ul.category li:first-child h2{
    background-image:url(../img/common/icon02.png);
    /*background-size:36px auto;*/
}

#index_obog ul.category li:nth-child(2) h2{
    background-image:url(../img/common/icon03.png);
    /*background-size:41px auto;
    background-position:left -1px;
    box-sizing:border-box;*/
}

#index_obog ul.category li:nth-child(3)  h2{
    background-image:url(../img/common/icon04.png);
    /*background-size:39px auto;
    box-sizing:border-box;*/
}

#index_obog ul.category li:last-child h2{
    background-image:url(../img/common/icon08.png);
    /*background-size:39px auto;
    padding-top:5px;
    box-sizing:border-box;*/
}

#index_obog ul.category li:first-child .c_content img{
    margin:65px auto;
    width:80%;
    height:auto;
    display:block;
}


#index_obog ul.category li:nth-child(2) .c_content img{
    margin-bottom:30px;
}

#index_obog ul.category li:nth-child(3) .c_content h3 span,
#index_obog ul.category li:last-child .c_content h3 span{
    font-size:22px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#index_obog ul.category li:nth-child(3) .c_content{
    /*height: 625px;*/
}


#index_obog ul.category li:nth-child(3) .c_content img {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto;
}

#index_obog ul.category li:nth-child(3) .c_content p{
    font-size:21px;
    line-height:2;
    color:#5f6d7f;
}

#index_obog ul.category li:last-child .c_content p{
    margin:20px 0;
    text-align:left;
    font-size:15px;
    font-weight:bold;
    color:#5f6d7f;
}

#index_obog ul.category li:last-child .c_content p br{
    display:none;
}

#index_obog ul.category li:last-child .c_content ul{
    margin-bottom:30px;
}

#index_obog ul.category li:last-child .c_content ul li{
    font-size:15px;
    float:none;
    width:100%;
    margin:0 0 10px 0;
    text-indent:-2.3em;
    padding-left:2.3em;
    box-sizing:border-box;
    color:#5f6d7f;
}

#index_obog ul.category li:last-child .c_content img{
    width: 90%;
    margin: 30px auto;
}

#index .category3 {
    padding: 20px 0;
}
#index .category3 li {
    text-align: center;
    margin-top: 20px;
}
#index .category3 li:first-child {
    margin-top: 0;
}
#index .category3 a {
    display: block;
}
#index .category3 li img {
    width: 100%;
    max-width: 335px;
    height: auto;
}
#index .category3 li .txt1,
#index .category3 li .txt2 {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0 10px;
    padding-top: .5em;
    text-align: left;
}
#index .category3 li .txt2 {
    font-size: 12px;
    text-align: center;
}
#index .lifelist {
    margin-bottom: 20px;
}
#index .lifelist li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 12px;
    padding-top: 0;
    padding: 4px 0;
    padding-left: 60px;
    font-size: 22px;
    font-weight: bold;
}
#index .lifelist li:last-child {
    margin-bottom: 0;
}
#index .lifelist li:nth-child(1){
    background-image: url(../img/common/icon04.png);
    background-repeat: no-repeat;
    background-position: left -15px center;
    background-size: 70px auto;
}
#index .lifelist li:nth-child(2){
    background-image: url(../img/common/icon10.png);
    background-repeat: no-repeat;
    background-position: left -15px center;
    background-size: 70px auto;
}
#index .lifelist li:nth-child(3){
    background-image: url(../img/common/icon12.png);
    background-repeat: no-repeat;
    background-position: left -15px center;
    background-size: 70px auto;
}
#index .lifelist span a {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
#index .lifelist span a:hover {
    background-color: transparent;
}
#index .lifelist span {
    display: inline-block;
    position: relative;
    padding-right: 1.6em;
}
#index .lifelist span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/index_active/yaji03.png) no-repeat 0 0;
    background-size: 20px auto;
}
/*お客様サポート*/
.sptPop_warp {
    transition: opacity .3s linear;
    display: none;
}
.sptPop_warp.opn.on {
    display: block;
}
.sptPop_fix {
    position: fixed;
    right: 5px;
    top: 28%;
    z-index: 100;
}
.sptPop_fix a:hover {
    opacity: 1;
}

.sptPop_cls {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.sptPop_cls a {
    display: block;
    width: 82px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #5f6d7f;
    border-radius: 30px;
    z-index: 300;
}
.sptPop_cls a:after {
    content: '閉じる';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    color: #5f6d7f;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.sptPop_lst {
    position: fixed;
    right: 90px;
    top: 28%;
    z-index: 200;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sptPop_lst .lnk {
    display: block;
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sptPop_lst .lnk1 {
    left: 0;
}
.sptPop_lst .lnk2 {
    left: 98px;
}
.sptPop_lst .lnk3 {
    left: 196px;
}
.sptPop_read {
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 200;
    padding: 0 10px;
    max-width: 375px;
    width: 100%;
    box-sizing: border-box;
}
.sptPop_read .cls {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 202;
}
.sptPop_read img {
    width: 100%;
    height: auto;
}
@media (max-width: 374px) {
    .sptPop_lst {
        right: 78px;
    }
    .sptPop_fix {
        width: 70px;
    }
    .sptPop_fix img {
        width: 100%;
        height: auto;
    }
    .sptPop_lst {
        width: 234px;
    }
    .sptPop_lst img {
        width: 100%;
        height: auto;
    }
    .sptPop_lst .lnk {
        width: 70px;
        height: 70px;
    }
    .sptPop_lst .lnk1 {
        left: 0;
    }
    .sptPop_lst .lnk2 {
        left: 84px;
    }
    .sptPop_lst .lnk3 {
        left: 164px;
    }
}/*@media*/
.sptPop_btn {
    display: none;
}
.sptPop_btn.on {
    display: block;
}
.sptPop_read {
    display: none;
}
.sptPop_read.on {
    display: block;
}


/*JALグループ団体保険*/
h2.title{
    text-align:center;
    font-size:23px;
    margin:100px 0;
}

h2.title span{
    display:inline-block;
    background-image: url(../img/common/icon01.png);
    background-repeat: no-repeat;
    background-position: -15px center;
    background-size: 80px auto;
    padding-left:55px;
    box-sizing:border-box;
    font-size:23px;
}

ul.links{
    overflow:hidden;
}

ul.links li{
    width:100%;
    border-right:solid 1px #333333;
    border-left:solid 1px #333333;
    /*text-align:center;*/
    margin-bottom:20px;
    box-sizing:border-box;
    padding:0 20px;
}

ul.links li a{
    display:inline-block;
    background-image: url(../img/group/yaji01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    padding-left:22px;
    box-sizing:border-box;
    font-size:17px;
}

ul.links li:first-child,
ul.links li:nth-child(4){
    /*border-left:solid 1px #333333;*/
}

ul.links li:last-child,
ul.links li:nth-child(4){
    width:100%;
}

.bg_lgray{
    background-color:#f8f8f8;
    padding:40px 0;
    box-sizing:border-box;
}

#group h3{
    text-align:center;
    font-size:23px;
    margin-bottom:40px;
    font-weight:bold;
}

ul.group_feature{
    overflow:hidden;
}

ul.group_feature li{
    width:100%;
    padding:15px;
    box-sizing:border-box;
    text-align:justify;
    border-bottom:solid 1px #c80019;
    overflow:hidden;
}

ul.group_feature li img{
    width:160px;;
    height:auto;
    display:block;
    margin:60px auto 20px auto;
    float:right;
}

ul.group_feature li:nth-child(3) img,
ul.group_feature li:last-child img{
    height:110px;
    /*margin-right:-30px;*/
}

ul.group_feature li h4{
    /*text-align:center;*/
    font-size:23px;
    padding-bottom:10px;
    /*border-bottom:solid 1px #c80019;*/
    color:#c80019;
    margin-bottom:10px;
    font-weight:bold:
}

/*ul.group_feature li:nth-child(5),
ul.group_feature li:nth-child(6),
ul.group_feature li:last-child{
    width:300px;
    box-sizing:border-box;

}*/

a.bnr{
    width:90%;
    line-height:55px;
    background-color:#c80019;
    margin:40px auto;
    padding:20px;
    box-sizing:border-box;
}

a.bnr span{
    background-image:url(../img/index_active/yaji.png);
    background-repeat:no-repeat;
    background-position: right center;
    background-size:8px auto;
    color:#fff;
    font-size:18px;
    display:block;
    text-align:center;
}

a.bnr2{
    margin:40px auto 0 auto;
    width:100%;
/*	margin-left:auto;
    margin-right:auto;*/
}

a.bnr2 img{
    width:100%;
    height:auto;
}

.mt_80{
    margin-top:40px;
}

#boshu h5{
    font-size:23px;
    font-weight:bold;
    border-left: solid 3px #c80019;
    padding-left:10px;
    box-sizing:border-box;
    margin-bottom:20px;
}

#boshu ul{
    overflow:hidden;
    clear:both;
    margin-bottom:40px;
}
#boshu ul:first-child {
    margin-bottom:0;
}

#boshu ul li{
    width:90%;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:20px;
}

#boshu ul li:last-child{
    /*margin-right:0;*/
}

#boshu ul li a{
    text-align:center;
    border:solid 1px #333333;
    padding:10px;
    box-sizing:border-box;
}

#boshu ul li.dummy a{
    pointer-events: none;
    background-color:#dfe2e5;
}

#boshu ul li a span{
    display:inline-block;
    background-image:url(../img/index_active/yaji02.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:6px auto;
    padding-right:10px;
    box-sizing:border-box;
    width:100%;
}

#boshu ul#service li:last-child{
    width:90%;
}

#boshu ul#service li:last-child a span{
    font-size:13px;
    text-align:left;
}

#boshu ul#example li{
    width:90%;
}

#boshu ul#back_number li{
    float:none;
    width:100%;
    margin-bottom:5px;
}

#boshu ul#back_number li a{
    border:none;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}


ul.group_feature2{
    overflow:hidden;
}

ul.group_feature2 li{
    width:100%;
    padding:20px;
    box-sizing:border-box;
    /*height: 300px;*/
    text-align:justify;
    overflow:hidden;
    border-bottom: solid 1px #c80019;
}

ul.group_feature2 li img{
    display:block;
    width:100px;
    height:auto;
    margin:15% auto 0px 30px;
    float:right;
}

ul.group_feature2 li h4{
    text-align:left;
    font-size:20px;
    font-weight:bold;
    color:#c80019;
    margin-bottom:10px;
}

ul.group_feature2 li span{
    display:block;
    font-size:10px;
    margin-top:10px;
}

ul.guide_bnr{
    overflow:hidden;
    clear:both;
    margin-top:40px;
}

ul.guide_bnr.sp_mb90{
    margin-bottom:90px;
}

ul.guide_bnr li{
    width:100%;
    margin-bottom:0px;
    padding:10px 20px;;
    box-sizing:border-box;
}

ul.guide_bnr li a{
    border:solid 1px #333333;
    padding:20px;
    box-sizing:border-box;
    background-color:#fff;
}

ul.guide_bnr li a span{
    text-align:center;
    background-image:url(../img/index_active/yaji02.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:6px auto;
    display:block;
}

ul.guide_bnr li:nth-child(3){
    margin:0 auto;
    float:none;
    clear:both;
}

ul.guide_bnr li:nth-child(3) a{
    background-color:#c80019;
    border:none;
}

ul.guide_bnr li:nth-child(3) a span{
    color:#fff;
    font-weight:bold;
    background-image:url(../img/index_active/yaji.png);
}

ul.movie{
    overflow:hidden;
}


ul.movie2{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}

ul.movie li{
    width:100%;
    margin-bottom:50px;
    text-align:center;
}

ul.movie li iframe,
ul.movie2 li iframe{
    width:90%;
    height:200px;
    margin-bottom:20px;
}

ul.movie2 li{
    width:100%;
    margin-bottom:50px;
    text-align:center;
}

ul.movie li:last-child,
ul.movie2 li:last-child{
    margin-right:0;
}

ul.movie li img,
ul.movie2 li img{
    width:90%;
    height:auto;
    margin-bottom:20px;
}

ul.movie li a,
ul.movie2 li a,
ul.additional_info li a{
    border:solid 1px #333333;
    padding:20px;
    box-sizing:border-box;
    width:90%;
    margin:0 auto;
}

ul.movie li a span,
ul.movie2 li a span,
ul.additional_info li a span{
    background-image:url(../img/index_active/yaji02.png);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:6px auto;
    display:block;
}

#group h3 span{
    display:block;
    margin-top:20px;
    font-size:17px;
}

#group h3 p{
    font-size:14px;
    font-weight:normal;
}

#group h3 p a{
    padding:5px;
    box-sizing:border-box;
    display:block;
    text-align:center;
    font-size:15px;
    background-color: #f0f0f0;
    color: #0facbb;
    width:100%;
    margin:10px auto 15px; auto;
    border-radius:10px;
    box-shadow:3px 4px 5px -2px #70f2fe;
}

.brd_t{
    border-top:solid 1px #333333;
    display:block;
    margin-top:40px;
}

ul.additional_info{
    overflow:hidden;
}

ul.additional_info li{
    width:100%;
    margin-bottom:20px;
    text-align:center;
}

ul.additional_info li:last-child{
    margin-right:0;
}
.additional_info-txt{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-size: 12px;
    text-align: left;
}

/*自動車保険*/
#car.obog div#mv ul.mv li,
#car.koshin div#mv ul.mv li {
    float:none;
    max-width:1920px;
    width:100% !important;
}

#car.obog div#mv .bx-viewport,
#car.koshin div#mv .bx-viewport {
    float: none;
    max-width:1920px;
    width:100% !important;
    margin-left: 0;
}

body#car div#mv.exclsv .bx-viewport {
    width: auto !important;
    margin: 0;
}

body#car div#mv.exclsv .bx-viewport:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: 169px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
}

body#car div#mv.exclsv .bx-viewport:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 50%;
    margin-right: 166px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
}

body#car div#mv.exclsv div.bx-wrapper{
    margin-bottom: 0;
}

body#car div#mv.exclsv ul.mv {
    margin-left: 50%;
}

body#car div#mv.exclsv ul.mv li {
    width: 335px !important;
    margin-left: -166px;
    margin-right: 166px !important;
}

/****/

#car ul.top_bnr{
    margin-top:20px;
    margin-bottom:20px;
    overflow:hidden;
}

#car ul.top_bnr li{
    width:100%;
    margin-bottom:20px;
    margin-right:50px;
}

#car ul.top_bnr li img{
    width:100%;
    height:auto;
}

#car ul.top_bnr li:last-child{
    margin-right:0;
}

#car ul.links li{
    width:100%;
}


#car .cbox_wrap {
    margin: 20px 0 40px;
    border: 2px solid #c80019;
    padding: 30px 15px;
}

#car .cbox-ttl {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#car .cbox_dtl {
    margin: 0 0 20px;
}

#car .cbox_dtl:last-child {
    margin: 0;
}

#car .cbox_dtl .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 10px;
    border-left: solid 3px #c80019;
    margin: 0 0 10px;
}

#car .cbox_dtl .txt {
    font-size: 15px;
}

#car .cbox_dtl .txt .lnk {
    text-decoration: underline !important;
    display: inline;
}

#car .cbox_dtl .lst li {
    font-size: 15px;
    padding-left: 1em;
    margin: 0 0 5px;
    position: relative;
}

#car .cbox_dtl .lst li .hd {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}


h2.title{
    margin:20px 0;
    font-size:23px;
}


#car h2.title span{
    background-image:url(../img/common/icon02.png);
    background-size:70px auto;
    padding-left:60px;
    font-size:23px;
}

#car h2.title.carlife span{
    background-image:url(../img/common/icon29.png);
    background-size:40px auto;
    background-position: left 5px bottom 6px;
    padding-left:60px;
    font-size:23px;
}
#car h2.title.clm span{
    background: none;
    padding-left:0;
    font-size:23px;
}
#car .mvLst_wrap,
#life .mvLst_wrap,
#cancer.other_fire .mvLst_wrap {
    margin-top: 0;
}

p{
    font-size:15px;
    line-height:2;
    margin-bottom:40px;
}

p.lead{
    /*text-align:center;*/
}

ul.car_bnrs{
    width:95%;
    overflow:hidden;
    margin:0 auto;
}

ul.car_bnrs li{
    width:100%;
    margin-bottom:30px;
}

ul.car_bnrs li:first-child{
    width:100%;
}

ul.car_bnrs li:first-child,
ul.car_bnrs li:last-child{
    margin-right:0;
}

ul.car_bnrs li img{
    width:100%;
    height:auto;
}

ul.car_bnrs li.kouji{
    position: relative;
    pointer-events: none;
}
ul.car_bnrs li.kouji:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}
ul.car_bnrs li.kouji:after {
    content: "工事中";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: -12px 0 0 -45px;
}

#car h2{
    font-size:23px;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

ul.companies{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}

ul.companies2{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}

ul.companies li,
ul.companies2 li{
    float:left;
    width:50%;
    margin-bottom:30px;
}

ul.companies li img,
ul.companies2 li img{
    width:172px;
    height:auto;
}

ul.companies li:last-child{
    width:100%;
    text-align:center;
}

#car div.bg_lgray h2{
    margin-top:0;
}

ul.group_feature2.car_merit li{
    width: 100%;
    padding:15px;
    text-align:justify;
    box-sizing:border-box;
}

ul.group_feature2 li p{
    line-height:1.5;
    font-size:16px;
    margin-bottom:0;
    width:63%;
}

ul.group_feature2.car_merit li span{
    display:block;
    margin-top:10px;
    font-size:14px;
}

ul.group_feature2 li:nth-child(3) img{
    width: 30%;
    height: auto;
    margin-top: 25%;
}

ul.support{
    overflow:hidden;
}

ul.support li{
    width:100%;
    margin-bottom:30px;
}

ul.support li:nth-child(2n){
    margin-right:0;
}


ul.support li img{
    width:100%;
    height:auto;
}


/*終身がん保険*/

#cancer div#mv ul.mv li{
    float:none;
    max-width:1920px;
    width:100% !important;
}

#cancer div#mv .bx-viewport {
    float: none;
    max-width:1920px;
    width:100% !important;
    margin-left: 0;
}

#cancer div.top_bnr{
    text-align:center;
    margin:20px 0;
}

#cancer div.top_bnr img{
    width:100%;
    height:auto;
}

#cancer h2.title span{
    background-image:url(../img/common/icon04.png);
    background-size:70px auto;
    padding-left:45px;
    font-size:23px;
}

#cancer article{
    width:100%;
    padding:20px;
    box-sizing:border-box;
    border:solid 2px #c80019;
    text-align:center;
    margin-bottom:40px;
}

#cancer article.compare{
    margin-bottom:0;
}

#cancer article h3{
    color:#c80019;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}

#cancer article h4{
    font-size:15px;
    margin-bottom:20px;
    font-weight:normal;
    /*line-height:3;*/
    padding-bottom:20px;
    border-bottom:solid 2px #c80019;
}

#cancer article h4 span{
    font-size:12px;
    margin-bottom:20px;
    display:block;
}

#cancer article>img{
    width:80%;
    height:auto;
    margin-top:40px;
}
#cancer .cnrFlt_in{
    margin: 20px 0 0 0;
}

#cancer article>p{
    text-align:center;
}

.aflac_products{
    overflow:hidden;
}

.aflac_products li{
    width:50%;
    padding:10px;
    box-sizing:border-box;
    float:left;
    text-align:center;
}

.aflac_products li img{
    width:80%;
    height:auto;
}

#cancer article>a{
    text-align: center;
    border: solid 1px #333333;
    padding: 10px;
    box-sizing: border-box;
    width:100%;
    margin:30px auto 0 auto;
}

#cancer article>a span{
    display: inline-block;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}

#cancer article.compare h4{
    border-bottom:none;
    font-size:15px;
    margin-bottom:20px;
    padding:0;
    color: #c80019;
    font-weight:bold;
}

#cancer article.compare>img{
    margin-top:0;
    width:100%;
    height:auto;
}

#cancer article.compare ul{
    width:100%;
    margin:20px auto 0 auto;
}

#cancer article.compare ul li{
    float:none;
    margin-bottom:10px;
    width:100%;
    text-align:left;
    padding:0;
    font-size:15px;
    text-indent:-1em;
    padding-left:1em;
}

#cancer article.compare ul li span{
    color: #c80019;
}

#cancer article p.caption{
    text-align:left;
}

#cancer article p.caption.text_center{
    text-align:center;
}





/*がん保険（OBOG)*/
#cancer.obog header nav.g_nav ul li {
    width: 223.5px;
}

#cancer.obog article h4{
    font-weight:normal;
}

#cancer.obog article > a{
    width:100%;
}

#cancer.obog article > a span{
    text-align:left;
    font-size:15px;
}

#cancer.obog article.compare > p {
    text-align: left;
}

#cancer.obog article.compare > a{
    width:100%;
}

#cancer.obog article.compare > a span{
    text-align:center;
}

#cancer ul.bxslider,
#car.obog ul.bxslider,
#car.koshin ul.bxslider {
    transform:none !important;
    width:100% !important;
}

/*保険の加入ポイント*/
#cancer.points article{
    margin-top:40px;
    margin-bottom:40px;
}

#cancer.points article h3{
    font-size:20px;
}

#cancer.points article h4{
    background-image:url(../img/points/sp_line.png), url(../img/points/sp_line.png);
    background-repeat:no-repeat;
    background-position:left center, right center;
    padding:0;
    border-bottom:none;
    color: #c80019;
    font-size:16.5px;
    font-weight:bold;
    padding: 0 30px;
    background-size: 20%;
}

#cancer.points article p{
    text-align:left;
    font-size:14px;
}

#cancer.points article p span{
    display:block;
    margin-top:20px;
    font-size:12px;
}

#cancer.points article>img{
    width:100%;
    height:auto;
    margin-top:0px;
}

#cancer.points article div.caption{
    margin-top:30px;
    text-align:left;
}

#cancer.points article div.caption>ul>li{
    margin-bottom:30px;
}

#cancer.points article div.caption>ul>li.num01 h5{
    font-size:17px;
    font-weight:normal;
    margin-bottom:5px;
    background-image:url(../img/points/01.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:30px;
    padding-left:40px;
}

#cancer.points article div.caption>ul>li p{
    color:#c80019;
    font-size:15px;
    padding-left:40px;
    margin-bottom:0;
}

#cancer.points article div.caption>ul>li>ul{
    padding-left:40px;
}

#cancer.points article div.caption>ul>li>ul>li{
    font-size:12px;
    margin-bottom:5px;
}

#cancer.points article div.caption>ul>li.num02 h5{
    font-size:17px;
    font-weight:normal;
    margin-bottom:5px;
    background-image:url(../img/points/02.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:30px;
    padding-left:40px;
}

div.pickup{
    overflow:hidden;
}

div.pickup>ul{
    width:100%;
    /*margin-bottom:30px;*/
}

div.pickup>ul:last-child{
    width:100%;
}

div.pickup>ul>li{
    margin-bottom:30px;
}

div.pickup>ul:first-child li{
    font-size:25px;
    font-weight:bold;
    color: #c80019;
    margin-bottom:10px;
}

div.pickup>ul:last-child>li{
    font-size:17px;
    font-weight:bold;
    color: #c80019;
}

div.pickup>ul:last-child>li>ul{
    margin-top:20px;
}

div.pickup>ul:last-child>li>ul>li{
    margin-bottom:10px;
    font-size:16px;
    font-weight:normal;
}

div.pickup>ul:last-child>li>ul>li.small{
    font-size:14px;
}

div.pickup>ul a{
    background-color:#c80019;
    width:100%;
    margin:20px auto 0 auto;
    text-align:center;
    padding:10px 30px;
    box-sizing:border-box;
}

div.pickup>ul a span{
    font-size:18px;
    color:#fff;
    font-weight:normal;
    background-image:url(../img/index_active/yaji.png);
    background-repeat:no-repeat;
    background-position:right center;
    display:block;
    background-size:8px auto;
}

div.pickup>ul li img{
    display:block;
    margin:10px auto 0 auto;
    width:100%;
    height:auto;
}


/*その他火災*/

#cancer.other_fire h2.title span {
    background-image:url(../img/common/icon03.png);
    background-size: 80px auto;
    font-size: 23px;
    padding:7px 7px 7px 75px;
    background-position: left -9px;
}

#cancer.other_fire h2.title.clm span {
    background: none;
    padding: 0;
}

#cancer.other_fire .inner>img{
    width:100%;
    height:auto;
    display:block;
    margin:40px auto;
}

#cancer.other_fire .inner>a{
    text-align: center;
    border: solid 1px #333333;
    padding: 10px;
    box-sizing: border-box;
    width: 340px;
    margin: 30px auto 0 auto;
}

#cancer.other_fire .inner>a span{
    display: inline-block;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}

ul.case{
    margin-top:40px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

ul.case li{
    text-align:center;
    margin-bottom:20px;
}

ul.case li img{
    width:100%;
    height:auto;
}

ul.case li p{
    margin-bottom:20px;
    font-size:20px;
    text-align:center;
    font-weight:bold;
}

ul.case li:nth-child(3) img{
    width:100%;
    height:auto;
}

ul.case a{
    text-align: center;
    background-color: #c80019;
    padding: 10px;
    box-sizing: border-box;
    width: 340px;
    margin: 30px auto 0 auto;
}


ul.case a span{
    display: inline-block;
    background-image: url(../img/index_active/yaji.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    color:#fff;
}

footer .term ul li{
    margin-bottom:10px;
    text-indent:-2em;
    padding-left:2em;
    font-size:14px;
}


/*借り上げ社宅・寮入居者向け火災*/

#cancer.group_fire h2.title span{
    background-image:url(../img/common/icon03.png);
    background-size:80px auto;
    padding:7px 7px 7px 75px;
    font-size:23px;
    background-position: left -9px;
}

#cancer.group_fire .inner>img{
    width:100%;
    height:auto;
    display:block;
    margin:40px auto;
}

#cancer.group_fire p.lead{
    text-align:center;
}


ul.group_case{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}

ul.group_case li{
    float:left;
    width:50%;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
}

ul.group_case li img{
    width:91px;
    height:auto;
    margin-bottom:20oxl
}

ul.group_case li p{
    clear:both;
    color:#c80019;
    margin-bottom:0;
}

#cancer.group_fire .inner>p.small{
    font-size:14px;
    text-align:center;
}


.estimate_links{
    overflow:hidden;
    margin:20px auto;
}

.estimate_links li{
    float:left;
    width:100%;
}

.estimate_links li:last-child{
    margin-right:0;
}

.estimate_links li p{
    margin-bottom:10px;
}

.estimate_links li:last-child p{
    margin-top:20px;
}

.estimate_links li a{
    text-align: center;
    border: solid 1px #333333;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
}

.estimate_links li a span{
    display: inline-block;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}

#cancer.group_fire div.bg_lgray h2 {
    margin-top: 0;
}
#cancer.group_fire h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cancer.group_fire .bg_lgray ul{
    overflow:hidden;
}

#cancer.group_fire .bg_lgray ul li{
    width:100%;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:solid 1px #c80019;
    box-sizing:border-box;
}

#cancer.group_fire .bg_lgray ul li figure{
    overflow:hidden;
}

#cancer.group_fire .bg_lgray ul li figure img{
    float:right;
    width:auto;
    height:79px;
    margin-top: 15px;
    margin-left:30px;
}

#cancer.group_fire .bg_lgray ul li figure figcaption{
    /*float:left;*/
    /*width:280px;*/
    font-size:14px;
    text-align:justify;
}

#cancer.group_fire .bg_lgray ul li figure figcaption p{
    color:#c80019;
    font-size:24px;
    font-weight:bold;
    margin-bottom:0px;
}

#cancer.group_fire article{
    margin-top:40px;
}

#cancer.group_fire article h3{
    font-size:23px;
    color: #333333;
}

#cancer.group_fire article p{
    font-size:15px;
    margin:30px 0;
    text-align:left;
}

#cancer.group_fire article p span{
    font-size:12px;
}

#cancer.group_fire article img{
    width:100%;
    height:auto;
    margin-top:0;
    margin-bottom:30px;
}

#cancer.group_fire article ul.caution li{
    text-align:left;
    font-size:12px;
    text-indent:-3em;
    padding-left:3em;
}

#cancer.group_fire article.option ul{
    overflow:hidden;
    margin-top:20px;
}

#cancer.group_fire article.option>ul>li{
    padding:0;
    box-sizing:border-box;
    text-align:left;
    border-bottom:solid 1px #c80019;
    padding-bottom: 35px;
    margin-bottom:20px;
}

/*#cancer.group_fire article.option>ul>li:first-child{
    margin-bottom:20px;
}*/


#cancer.group_fire article.option ul li h4{
    border-bottom:none;
    font-size:22px;
    text-align:center;
    color:#c80019;
    line-height:1.8;
    padding-bottom:0;
    font-weight:bold;
    margin-bottom:0;
}

#cancer.group_fire article.option ul li h5{
    font-size:16px;
    text-align:left;
    color:#c80019;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:0;
}

#cancer.group_fire article.option ul li p{
    font-size:14px;
    text-align:justify;
    margin-top:0;
}

#cancer.group_fire article.option ul li figure{
    overflow:hidden;
}

#cancer.group_fire article.option ul li figure img{
    float:right;
    width:98px;
    height:auto;
}

#cancer.group_fire article.option ul li figure figcaption{
    color:#1d50a3;
    font-size:14px;
}

#cancer.group_fire article.option ul li ul {
    margin-top:0px;
}

#cancer.group_fire article.option ul li ul li{
    float:none;
    width:100%;
    padding:0;
    font-size:14px;
    margin-bottom:20px;
}

#cancer.group_fire article.option ul li ul li span{
    color:#c80019;
    display:block;
    font-size:14px;
    font-weight:bold;
}

#cancer.group_fire article.option ul li ul li:first-child{
    border-right:none;
}

#cancer.group_fire article.option ul li:last-child p{
    margin-bottom:10px;
}

#cancer.group_fire article.option ul li small{
    font-size:12px;
    text-indent:-1.8em;
    padding-left:1.8em;
    display:block;
    text-align:justify;
}

#cancer.group_fire article>small{
    display:block;
    text-align:left;
    font-size:12px;
    text-indent:-1.8em;
    padding-left:1.8em;
    /*margin-left: 45px;
    margin-right:45px;*/
}

#cancer.group_fire article.option ul li:first-child figure figcaption{
    margin-top:40px;
}

#cancer.group_fire article.option ul li:last-child figure figcaption{
    margin-top:25px;
}

#cancer.group_fire h6{
    text-align:center;
    color:#c80019;
    font-size:23px;
    font-weight:bold;
}

ul.discrount_rate{
    overflow:hidden;
    width:100%;
    margin:20px auto 40px auto;
}

ul.discrount_rate li{
    width:100%;
}

ul.discrount_rate li img{
    width:100%;
    height:auto;
    margin-bottom:30px;
    margin-top:30px;
}

ul.discrount_rate li:first-child{
    font-size:23px;
    font-weight:bold;
    text-align:center;
}

ul.discrount_rate li:first-child span{
    background-image:url(../img/common/icon03.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:80px auto;
    padding:7px 7px 7px 75px;
    display:inline-block;
    /*margin-top: 30px;*/
    background-position: left -9px;
}

ul.discrount_rate small{
    font-size:14px;
    display:block;
    text-align:center;
    clear:both;
}

div.example{
    margin-bottom:40px;
}

div.example div.table_area h4{
    text-align:center;
    color: #c80019;
    font-weight:bold;
    font-size:20px;
    margin-bottom:20px;
}

div.example div.table_area h5{
    color: #c80019;
    font-weight:bold;
    font-size:20px;
    margin-bottom:20px;
}

div.example div.table_area small{
    text-align:center;
    font-size:12px;
    display:block;
    margin-bottom:20px;
}

div.example div.table_area img{
    margin-bottom:40px;
}
div.example img{
    width:100%;
    height:auto;
    margin-bottom:20px;
}

div.example ul li{
    font-size:12px;
    text-indent:-1.5em;
    padding-left:1.5em;
}

div.example ul li:first-child{
    text-indent:-4em;
    padding-left:4em;
}

.sp_none{
    display:none !important;
}

.top_modoru_button{
    position: fixed;
    right: 0;
    bottom:100px;
}
.paget_top{
    height: auto;
    width: 35px;
    display:none;
}

#link_01, #link_02, #link_03, #link_04, #link_05, #link_06, #link_07, #link_08, #link_09, #link_10{
    margin-top:-66px;
    padding-top:66px;
}

#link_02.is-no{
    margin-top:0;
    padding-top:0;
}

footer .footer_contact .inner small a{
    display:inline-block;
}

/*JALグループ自動車保険　OBOG*/
#car.obog ul.car_bnrs li {
    float: none;
    width: 100%;
    margin:30px auto 10px auto;

}

#car.obog ul.car_bnrs li:first-child{
    width:100%;
}

ul.group_feature2 li:nth-child(2) img{
    margin-top:0;
}

ul.group_feature2 li:nth-child(3) img{
    margin-top: 40px;
}

#car.obog span.border{
    border-top:solid 1px #b5b5b6;
    display:block;
}

#car.obog footer .footer_contact{
    margin-top:0;
}

/*JALグループ自動車保険インターネット更新手続き*/
#car.koshin #mv img{
    margin-top:20px;
}

#car.koshin ul.companies li {
    width: 100%;
    margin-bottom: 50px;
    text-align:center;
}
#car.koshin ul.companies li .is-non {
    pointer-events: none;
}

#car.koshin ul.companies li:nth-child(2n){
    margin-right:0;
}

#car.koshin ul.companies li:last-child{
    margin-bottom:0;
}

#car.koshin ul.companies li img{
    width:90%;
    margin-bottom:20px;
}

#car.koshin div#discription{
    padding:20px;
    box-sizing:border-box;
    border:solid 1px #c80019;
}

#car.koshin div#discription p{
    text-align:left;
    font-size:18px;
    border-bottom:solid 2px #c80019;
    margin-bottom:30px;
}

#car.koshin div#discription p br{
    display:none;
}

#car.koshin div#discription p span{
    display:block;
    text-align:left;
    margin-top:20px;
    margin-bottom:30px;
    text-indent:-1em;
    padding-left:1em;
    font-size:14px;
}

/*火災保険（OBOG)*/
#cancer.fire_obog header nav.g_nav ul li {
    width: 223.5px;
}


#cancer.fire_obog h2.title span {
    background-image: url(../img/common/icon03.png);
    background-size: 80px auto;
    font-size: 23px;
    padding: 7px 7px 7px 75px;
    background-position: left -9px;
}

#cancer.fire_obog .inner > img {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
}

#cancer.fire_obog .inner > a {
    text-align: center;
    border: solid 1px #333333;
    padding: 10px;
    box-sizing: border-box;
    width: 339px;
    margin: 30px auto 0 auto;
}

#cancer.fire_obog .inner > a:hover{
    background-color:#dfe2e5;
}

/*login_active*/
input {
    vertical-align: middle;
}
::-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;
}
#login div#mv .bx-viewport {
    float: none;
    max-width: 1920px;
    width: 100% !important;
    margin-left: 0;
}
#login ul.bxslider {
    transform: none !important;
    width: 100% !important;
}
#login div#mv ul.mv {
    margin-left: 0;
}
#login div#mv ul.mv li {
    float: none;
    max-width: 1920px;
    width: 100% !important;
    margin: 0 !important;
}
.login_wrap {
      width: auto;
    margin: 5px auto 35px auto;
        padding: 20px 17px;
        border: 1px solid #c80019;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 1px;
        -ms-border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
}
.login-ttl {
    margin: 0 0 20px 0;
        line-height: 1;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #c80019;
}
.login_in {
      margin: 0;
        width: auto;
}
.login-inp {
      margin:0 0 15px 0;
}
.login-inp input[type=text],
.login-inp input[type=password] {
      border: 1px solid #b3b3b4;
    background: #ffffff;
    font-size: 13px;
    height: 45px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 13px;
    width: 100%;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.login-btn {
      margin: 0 0 15px 0;
}
.c-btn {
      text-align: center;
        line-height: 1;
}
.c-btn a {
      display: table;
        width: 100%;
        height: 50px;
        border-radius: 2px;
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background: #c80019;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
}
.c-btn span {
      display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        background: url(../img/index_active/yaji.png) no-repeat right 17px center;
        background-size: 9px auto;
        -ms-background-size: 9px auto;
        -moz-background-size: 9px auto;
        -webkit-background-size: 9px auto;
}
.login-txt {
      text-align: center;
        line-height: 1.6;
        font-size: 14px;
        margin: 0;
}
.login-txt a {
      pointer-events: painted;
        display: inline;
        text-decoration: underline;
}
.loginList_wrap {
      margin: 0 0 25px 0;
}
.loginList_wrap ul li {
        border-bottom: 1px solid #b5b5b6;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
}
.loginList_wrap ul li:last-child {
        border-bottom: 0;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}
.loginList_wrap ul li.is-num05 {
        margin: 0 0 0 0;
}
.loginList_wrap ul li.is-full {
      width: 100%;
}
.loginList_wrap ul li dl {
      padding: 0 18px 0 18px;
}
.loginList_wrap ul li.is-num01 dl {
      background: url(../img/login_active/login_active_icn01_sp.png) no-repeat left 7px top 18px;
        background-size: 62px auto;
        -ms-background-size: 62px auto;
        -moz-background-size: 62px auto;
        -webkit-background-size: 62px auto;
}
.loginList_wrap ul li.is-num02 dl {
      background: url(../img/login_active/login_active_icn02_sp.png) no-repeat left 18px top 18px;
        background-size: 45px auto;
        -ms-background-size: 45px auto;
        -moz-background-size: 45px auto;
        -webkit-background-size: 45px auto;
}
.loginList_wrap ul li.is-num03 dl {
      background: url(../img/login_active/login_active_icn03_sp.png) no-repeat left 14px top 18px;
        background-size: 52px auto;
        -ms-background-size: 52px auto;
        -moz-background-size: 52px auto;
        -webkit-background-size: 52px auto;
}
.loginList_wrap ul li.is-num04 dl {
      background: url(../img/login_active/login_active_icn04_sp.png) no-repeat left 14px top 18px;
        background-size: 50px auto;
        -ms-background-size: 50px auto;
        -moz-background-size: 50px auto;
        -webkit-background-size: 50px auto;
}
.loginList_wrap ul li.is-num05 dl {
      padding: 0 18px 0 18px;
      background: url(../img/login_active/login_active_icn05_sp.png) no-repeat left 16px top 18px;
        background-size: 49px auto;
        -ms-background-size: 49px auto;
        -moz-background-size: 49px auto;
        -webkit-background-size: 49px auto;
}
.loginList_wrap ul li.is-num06 dl {
      background: url(../img/login_obog/login_active_icn06_sp.png) no-repeat left 21px top 18px;
        background-size: 44px auto;
        -ms-background-size: 44px auto;
        -moz-background-size: 44px auto;
        -webkit-background-size: 44px auto;
}
.loginList_wrap ul li dl dt {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0 0 0 70px;
}
.loginList_wrap ul li dl dt .is-clr {
        font-size: 18px;
    color: #c80019;
    display: inline-block;
    line-height: 1.3;
}
.loginList_wrap ul li dl dt .is-fss {
        font-size: 11px;
    font-weight: normal;
    display: block;
    /* line-height: 1; */
    margin: 6px 0 5px 0;
}
.loginList-txt {
      margin: 0 0 5px 0;
        font-size: 15px;
        line-height: 1.5;
}
.loginList-txt:last-child {
      margin: 0 0 0 0;
}
.loginList-lnk {
      margin: 0 0 0 0;
        line-height: 1.5;
}
.loginList-lnk a {
      padding: 0 0 0 25px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        background: url(../img/index_active/yaji03.png) no-repeat left center;
    background-size: 18px;
    -ms-background-size: 18px;
    -moz-background-size: 18px;
    -webkit-background-size: 18px;
}
.loginList-stx {
      margin: 0 0 0 0;
        font-size: 11px;
        line-height: 1.5;
}
.loginListUl_in {
      margin: 0 0 10px 0;
}
.loginListUl_in:last-child {
      margin: 0 0 0 0;
}
.loginListUl-tl {
      line-height: 1;
        font-size: 15px;
        margin: 0 0 5px 0;
        font-weight: bold;
}
.loginListUl-tx {
      line-height: 1.5;
        font-size: 15px;
        padding: 0 0 0 1.3em;
        margin: 0 0 0 0;
}
#login div.bg_lgray h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
ul.group_feature2.login_active li {
    padding: 30px 10px 20px 10px;
}
ul.group_feature2.login_active li p {
    width: 68%;
}
ul.group_feature2.login_active li img{
      margin: 30px 0 0 0;
}
ul.group_feature2.login_active li.is-num01 img{
    width: 71px;
    height: auto;
}
ul.group_feature2.login_active li.is-num02 img{
    width: 67px;
    height: auto;
}
ul.group_feature2.login_active li.is-num03 img{
    width: 82px;
    height: auto;
}
ul.group_feature2.login_active li.is-num04 img{
    width: 72px;
    height: auto;
}
ul.group_feature2.login_active li.is-num05 img{
    width: 48px;
    height: auto;
}
ul.group_feature2.login_active li.is-num06 img{
    width: 60px;
    height: auto;
}
ul.group_feature2.login_active li span {
    display: inline;
    margin-top: 0;
}
footer .footer_contact.is-ver2{
    margin-top:0;
}
/*保険金請求・事故連絡*/
#accident section#content>.inner {
    padding: 35px 0 70px;
}
#accident .ttl_wrap {
    padding: 66px 0 0;
}
#accident .ttl_txt {
    background: #f8f8f8;
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 75px;
}
#accident .ttl_txt span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
}
#accident .cnt_wrap {
    margin: 0 0 55px;
}
#accident .cnt_wrap:last-child {
    margin: 0;
}
#accident .cnt_ttl {
    margin: 0 0 20px;
}
#accident .cnt-ttl {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
}
#accident .cnt-ttl .icn {
    position: relative;
    display: inline-block;
}
#accident .cnt-ttl .icn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#accident .cnt-ttl .icn1 {
    padding: 40px 0 0 0;
}
#accident .cnt-ttl .icn1:before {
    width: 48px;
    height: 29px;
    background-image: url(../img/accident/sp_icn1.png);
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#accident .cnt-ttl .icn2 {
    padding: 50px 0 0 0;
}
#accident .cnt-ttl .icn2:before {
    width: 85px;
    height: 37px;
    background-image: url(../img/accident/sp_icn2.png);
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
#accident .cnt_btn {
    margin: 0 0 18px;
}
#accident .cnt_btn:last-child {
    margin: 0;
}
#accident .cnt_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;
    height: 50px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #333333;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
}
#accident .cnt_btn a .is-icn {
    display: inline-block;
}
#accident .cnt_btn a .is-icn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}
#accident .cnt_in .is-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 15px;
}
#accident .cnt_in .is-txt {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 15px;
}
#accident .cnt_box {
    width: 100%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0 0 35px;
}
#accident .cnt_box:last-child {
    margin: 0;
}
#accident .cnt_box dt {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    background: #f3f6f7;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    padding: 14px 0;
}
#accident .cnt_box dd {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 16px;
    padding: 14px 15px;
}
#accident .cnt_dl {
    padding: 10px 15px;
}
#accident .cnt_dl dd .box-ttl {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
#accident .cnt_dl dd .box-tel {
    text-align: center;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}
#accident .cnt_tbl {
    display: none;
}
/*aflac_cp*/
#aflac_cp section#content>.inner {
    padding: 35px 0 70px;
}
#aflac_cp .ttl_txt2 {
    background: #f8f8f8;
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 165px;
}
#aflac_cp .ttl_txt2 span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #c80019;
}
#aflac_cp .ttl_wrap {
    padding: 66px 0 0;
}
#aflac_cp .ttl_txt {
    background: #f8f8f8;
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 165px;
}
#aflac_cp .ttl_txt span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #c80019;
}
#aflac_cp .cnt_wrap {
    margin: 0 0 35px;
}
#aflac_cp .cnt_wrap:last-child {
    margin: 0;
}
#aflac_cp .cnt_ttl {
    margin: 0 0 20px;
}
#aflac_cp .cnt-ttl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
#aflac_cp .cnt_in {
    padding: 0 15px;
}
#aflac_cp .cnt_btn {
    margin: 0 0 20px;
}
#aflac_cp .cnt_btn:last-child {
    margin: 0;
}
#aflac_cp .cnt_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;
    height: 50px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #333333;
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
}
#aflac_cp .cnt_btn.is-ver2 a {
    width: 100%;
    max-width: 300px;
    border: 1px solid #c80019;
    background: #c80019;
}
#aflac_cp .cnt_btn a .is-icn {
    display: inline-block;
}
#aflac_cp .cnt_btn.is-ver2 a .is-icn {
    color: #fff;
    font-weight: bold;
}
#aflac_cp .cnt_btn a .is-icn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}
#aflac_cp .cnt_btn.is-ver2 a .is-icn:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
#aflac_cp .pre_wrap {
    border: 2px solid #c80019;
    padding: 25px 18px 15px;
}
#aflac_cp .pre-ttl {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    color: #c80019;
}
#aflac_cp .pre-period {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
#aflac_cp .pre_box {
    margin-bottom: 25px;
}
#aflac_cp .pre_img {
    text-align: center;
    padding: 15px 0;
}
#aflac_cp .pre_img img {
    width: 100%;
    max-width: 173px;
    height: auto;
}
#aflac_cp .pre_txt dt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #c80019;
}
#aflac_cp .pre_txt dd {
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
}
#aflac_cp .reco_wrap {
    margin: 0 0 30px;
}
#aflac_cp .reco_img {
    text-align: center;
    padding: 0 0 15px;
}
#aflac_cp .reco_img img {
    width: 100%;
    max-width: 208px;
    height: auto;
}
#aflac_cp .reco_txt dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: center;
}
#aflac_cp .reco_txt dt span {
    color: #c80019;
}
#aflac_cp .reco_lst li {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
    margin: 0 0 10px;
}
#aflac_cp .reco_lst li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    background: #205282;
}
#aflac_cp .reco-mds {
    font-size: 16px;
    font-weight: bold;
    color: #205282;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}
#aflac_cp .reco-mds2 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
}
#aflac_cp .reco_cnt {
    padding: 0 0 0 1em;
    margin: 0 0 15px;
    position: relative;
}
#aflac_cp .reco_cnt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    background: #205282;
}
#aflac_cp .reco_cnt:last-child {
    margin: 0;
}
#aflac_cp .reco_cnt dt {
    font-size: 14px;
    color: #205282;
    border-bottom: none;
    padding: 0;
    margin: 0 0 5px;
    text-align: left;
}
#aflac_cp .reco_cnt dd {
    font-size: 13px;
    text-align: left;
}
#aflac_cp .reco_cnt dd span {
    color: #c80019;
    font-weight: bold;
}
#aflac_cp .pre-nmb {
    font-size: 10px;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}
/*life-stage*/
#life-stage .ttl_wrap {
    padding: 66px 15px 0;
}
#life-stage .ttl_txt {
    background:#F7F7F7 url(../img/life-stage/sp_mv1.png) no-repeat center right;
    background-size: 275px auto;
    height: 190px;
    text-align: left;
}
#life-stage .ttl_txt span {
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    color: #c80019;
    padding: 70px 0 0 35px;
}
#life-stage .cnt_warp {
    padding: 25px 0 0;
}
#life-stage .cnt-ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
#life-stage .cnt-txt {
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
    margin: 0 0 30px;
}
#life-stage .cnt-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/life-stage/line.png) repeat-x bottom;
}
#life-stage .cnt_warp li {
    width: 33.3%;
    text-align: center;
    margin: 35px 0 0;
    position: relative;
}
#life-stage #link01 .cnt_warp li:nth-child(-n+3) {
    margin: 0;
    background: url(../img/life-stage/line.png) repeat-x bottom;
}
#life-stage .cnt_warp li:before {
    content: '';
    display: block;
    width: 88%;
    height: 2px;
    position: absolute;
    left: 56%;
    bottom: 0;
    background: #E8E8E8;
    z-index: 9;
}
#life-stage .cnt_warp li:nth-child(3):before,
#life-stage .cnt_warp li:last-child:before {
    content: none;
}
#life-stage .cntLst_box {
    position: relative;
}
#life-stage .cntLst_box:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: #c80019;
}
#life-stage .cntLst_txt {
    padding: 16px 0 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #c80019;
    margin: 0;
}
#life-stage .cntDtl_wrap {
    padding: 70px 0 0;
}
#life-stage .cntDtl_box {
    padding: 0 0 45px;
    margin: 0 0 45px;
    border-bottom: 1px solid #C9C9C9;
}
#life-stage .cntDtl_box.last {
    border-bottom: none;
    padding: 0;
    margin: 0 0 70px;
}
#life-stage .cntDtl-ttl,
#life-stage .cntTbl-ttl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #c80019;
    margin: 0 0 15px;
}
#life-stage .cntDtl_flx {
    margin: 0 0 25px;
}
#life-stage .cntDtl_img {
    text-align: center;
}
#life-stage .cntDtl_img img {
    width: 100%;
    height: auto;
}
#life-stage .cntDtl_txt {
    width: 100%;
}
#life-stage .cntDtl-txt {
    font-size: 13px;
    line-height: 1.7;
    margin: 15px 0 0;
}
#life-stage .cntTbl_cnt.scroll {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#life-stage .cntTbl_tbl {
    border-right: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    width: 100%;
    margin: 0 auto;
}
#life-stage .cntTbl_tbl th {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    background: #c80019;
    text-align: center;
    padding: 10px 10px;
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
#life-stage .cntTbl_tbl td {
    font-size: 11px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    border-left: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
#life-stage #link02 .cntTbl_tbl td {
    text-align: left;
    vertical-align: middle;
    padding: 10px 5px;
    font-size: 10px;
}
#life-stage .cntTbl_tbl td.red,
#life-stage #link02 .cntTbl_tbl td.red {
    color: #c80019;
    text-align: center;
}
#life-stage .cntTbl_tbl.ver1 tr:nth-child(2) td {
    width: 27%;
}
#life-stage .cntTbl_tbl.ver1 tr:nth-child(2) td:nth-child(2) {
    width: 46%;
}
#life-stage .cntTbl_tbl.ver2 tr:nth-child(2) td {
    width: 21%;
}
#life-stage .cntTbl_tbl.ver2 tr:nth-child(2) td:nth-child(2) {
    width: 37%;
}
#life-stage .cntTbl_tbl.ver3 tr:nth-child(2) td {
    width: 17%;
}
#life-stage .cntTbl_tbl.ver3 tr:nth-child(2) td:nth-child(2) {
    width: 32%;
}
#life-stage .cntTbl_tbl td span.is-fs {
    font-size: 10px;
}
#life-stage .cnt_btn {
    margin: 20px 0 0;
}
#life-stage .cnt_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;
    height: 50px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #707070;
    font-size: 16px;
    line-height: 1;
    position: relative;
    margin: 0 auto;
}
#life-stage .cnt_btn .is-icn {
    display: inline-block;
    position: relative;
    padding-right: 0.8em;
}
#life-stage .cnt_btn a .is-icn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}
#life-stage .tab_wrap {
    margin: 25px 0 46px;
}
#life-stage .tab-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#life-stage .tab-list li a {
    width: 100%;
    height: 40px;
    border: 2px solid #C80019;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #C80019;
    background-color: #FFFFFF;
}
#life-stage .tab-list li a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid #C80019;
    transform: translateX(-50%);
}
#life-stage .tab-list li a.active {
    position: relative;
    background-color: #C80019;
    color: #FFFFFF;
    pointer-events: none;
}
#life-stage .tab-list li a:hover {
    opacity: 1;
    background-color: #C80019;
    color: #FFFFFF;
}
#life-stage .tab-list li {
    width: calc(50% - 9px);
}
#life-stage .cnt-lst.ver2 {
    flex-wrap: nowrap;
    width: 100%;
}
#life-stage .cnt_warp .cnt-lst.ver2 li:before {
    display: none;
}
#life-stage .cnt_warp .cnt-lst.ver2 li {
    background: none;
    margin-top: 0;
    width: 24%;
}
#life-stage #link02 .cntLst_img img {
    width: 100%;
    height: auto;
}
#life-stage #link02 .cntLst_box:before {
    display: none;
}
#life-stage #link02 .txt-small {
    text-align: right;
    font-size: 12px;
    line-height: 1.25;
}
#life-stage #link02 .cntDtl_box:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0 0 30px 0;
}
#life-stage #link02 .cntDtl_wrap {
    padding: 55px 0 0;
}
#life-stage #link02 .cntLst_txt {
    padding: 11px 0 0;
    font-size: 14px;
}
#life-stage .cntTbl_tbl.ver4 tr:nth-child(2) td {
    width: 17%;
}
#life-stage .cntTbl_tbl.ver4 tr:nth-child(2) td:nth-child(2) {
    width: 25%;
}
#life-stage #link02 .cntTbl_tbl td.txt-c {
    text-align: center;
}
#life-stage #link02 .cnt_warp li {
    margin: 0;
    width: 100%;
}
#life-stage #link02 .cnt_warp li img {
    width: 100%;
    height: auto;
}
#life-stage  #link02 .cnt-lst {
    background: none;
    justify-content: space-between;
}
#life-stage .cntTbl_tbl.ver5 tr:nth-child(2) td {
    width: 25%;
}
#life-stage a:link {
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 374px) {
    #life-stage .ttl_txt span {
        padding: 70px 0 0 20px;
    }
    #life-stage .cntLst_txt {
        font-size: 14px;
    }
    #life-stage #link02 .cntTbl_tbl.ver5 td {
        padding: 10px 3px;
    }
    #life-stage #link02 .cntLst_txt {
        font-size: 13px;
    }
    #life-stage .tab-list li a {
        font-size: 14px;
    }
    #life-stage .cnt-ttl {
        font-size: 19px;
    }
}/*@media*/
/*生命保険*/
#life .mv_wrap img {
    width: 100%;
    height: auto;
}
#life ul.links {
    margin-bottom: 30px;
}
#life ul.links li {
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 16px;
}
#life ul.links li:nth-child(-n+2) {
    margin-top: 0;
}
#life ul.links li:nth-child(2n) {
    border-left: none;
}
#life ul.links li a {
    display: block;
    font-size: 13px;
    background: none;
    padding: 4px 0;
}
#life ul.links li a span {
    background-image: url(../img/group/yaji01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    padding-left: 22px;
    box-sizing: border-box;
}
#life h2.title span {
    background-image: url(../img/life/sp_icon04.png);
    background-size: 37px auto;
    background-position: left center;
    padding-left: 50px;
}
#life h2 {
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#life .bg_lgray h2 {
    margin-top: 0;
}
#life .merit_wrap li {
    width: 100%;
    margin-top: 40px;
}
#life .merit_wrap li:first-child{
    margin-top: 0;
}
#life .meritBx_img {
    text-align: center;
}
#life .meritBx_txt {
    padding: 20px 0 0;
}
#life .meritBx_txt dt {
    font-size: 21px;
    font-weight: bold;
    color: #c80019;
}
#life .meritBx_txt dd {
    font-size: 14px;
    padding: .5em 0 0;
}
#life .service_wrap {
    padding: 70px 0 90px 0;
}
#life .service-ttl {
    margin-top: 0;
    margin-bottom: 20px;
}
#life .service-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}
#life .service-txt.ver2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #C80019;
    text-align: center;
    margin-bottom: 20px;
}
#life .service_img {
    text-align: center;
    padding: 40px 0 0;
}
#life .service_img img {
    width: 100%;
    max-width: 355px;
    height: auto;
}
#life .cntBtn_warp {
    padding: 30px 0 0;
}
#life .cntBtn {
    margin: 15px 0 0;
}
#life .cntBtn:first-child {
    margin: 0;
}
#life .cntBtn a {
    text-align: center;
    border: solid 1px #333333;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 50px;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 6px auto;
}
#life .insur_wrap {
    padding: 0 0 70px;
}
#life .insurBox_wrap {
    padding-bottom: 60px;
}
#life .insurBox_wrap:last-child {
    border-bottom: none;
}
#life .insurBox_ttl {
    text-align: center;
    font-size: 23px;
    margin-bottom: 18px;
    margin-top: 0;
}
#life .insurBox_ttl span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px auto;
    padding-left: 45px;
    box-sizing: border-box;
}
#life .insurBox_ttl.n1 span {
    padding-left: 45px;
    background-image: url(../img/common/sp_icon43.png);
    background-size: 34px auto;
}
#life .insurBox_ttl.n2 span {
    background-image: url(../img/common/sp_icon44.png);
    background-size: 31px auto;
}
#life .insurBox_ttl.n3 span {
    background-image: url(../img/common/sp_icon45.png);
    background-size: 37px auto;
}
#life .insurBox_lst li {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
#life .insurBox_lst li a {
    display: block;
}
#life .insurBox_lst li:first-child {
    padding-top: 0;
}
#life .insurBox_img {
    text-align: center;
}
#life .insurBox_img img {
    width: 100%;
    max-width: 355px;
    height: auto;
}
#life .insurBox-txt {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}
#life .insurBox_lnk {
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#life .insurBox_lnk.ver2 {
    padding: 0 15px;
}
#life .insurBox_lnk li {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
#life .insurBox_lnk.ver2 li {
    width: 48%;
    text-align: right;
}
#life .insurBox_lnk li a {
    display: inline-block;
    background-image: url(../img/life/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px auto;
    padding-right: 1.5em;
    font-size: 13px;
}
#link_01, #link_02, #link_03{
    margin-top: 0;
    padding-top: 0;
}
#link_01{
    padding: 40px 0;
}
/*オンライン保険相談*/
#online .bg_lgray {
    padding: 20px 0;
}
#online .mv_wrap img {
    width: 100%;
    height: auto;
}
#online .cntBtn_warp {
    padding: 20px 0 0;
}
#online .cntBtn a {
    text-align: center;
    border: solid 1px #333333;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 50px;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 6px auto;
}
#online .cnt1_wrap {
    padding: 20px 0;
}
#online .cnt1-mds {
    background: #FFF572;
    width: 100%;
    line-height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#online .cnt1-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
#online .cnt1_box {
    display: block;
}
#online .cnt1-txt {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}
#online .cnt1_img {
    padding: 15px 0 0;
}
#online .cnt1_img img {
    width: 100%;
    height: auto;
}
#online .cnt1_lst {
    padding: 20px 0;
}
#online .cnt1_wrap li {
    font-size: 12px;
    margin-bottom: .5em;
    padding-left: 1.6em;
    position: relative;
}
#online .cnt1_wrap li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
}
#online .cnt1_wrap li:last-child {
    margin-bottom: 0;
}
#online .cnt1-bg {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-left: 3.5em;
    line-height: 1.8;
}
#online .cnt1-bg span {
    position: absolute;
    top: 2px;
    left: 0;
}
#online .cnt2-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}
#online .cnt2_wrap li {
    margin-top: 20px;
}
#online .cnt2_wrap li:first-child {
    margin-top: 0;
}
#online .cnt2_box {
    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;
}
#online .cnt2_txt {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
}
#online .cnt2_txt dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: .5em;
}
#online .cnt2_txt dd {
    font-size: 12px;
}
#online .cntLst_wrap {
    padding: 20px 0;
}
#online .cnt3_wrap {
    border: 1px solid #c80019;
    padding: 30px 0;
    margin: 0 0 20px;
}
#online .cnt3_wrap:last-child {
    margin: 0;
}
#online .cnt3-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #c80019;
    text-align: center;
}
#online .cnt3-mds {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
#online .cnt3_txt {
    padding: 20px 0 0;
}
#online .cnt3-txt {
    font-size: 12px;
    text-align: center;
    margin: 0;
}
#online .cnt3_lst {
    padding: 60px 0 0;
    position: relative;
}
#online .cnt3_lst li {
    text-align: center;
    padding: 0 0 10px;
}
#online .cnt3_lst li:last-child {
    padding: 0;
}
#online .cnt3-tan {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    position: relative;
}
#online .cnt3-tan span {
    display: block;
}
#online .cnt3Ad_box {
    padding: 60px 0 0;
    position: relative;
}
#online .cnt3Ad_box:before,
#online .cnt3_lst:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    width: 22px;
    height: 30px;
    background: url(../img/online/plus.png) no-repeat center;
}
#online .cnt3Ad_lst {
    margin-top: 10px;
    padding: 0 15px
}
#online .cnt3Ad_lst li {
    font-size: 12px;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .5em;
}
#online .cnt3Ad_lst li:last-child {
    margin-bottom: 0;
}
#online .cnt3Ad_lst li:before {
    content: '※';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#online .cnt4_box {
    padding: 15px 15px 0;
}
#online .cnt4_img img {
    width: 100%;
    height: auto;
}
#online .cnt4_txt {
    padding: 20px 0 0;
}
#online .cnt4_dl {
    margin: 0 0 15px;
}
#online .cnt4_dl dt {
    font-size: 16px;
    font-weight: bold;
}
#online .cnt4_dl dd {
    font-size: 12px;
    padding-top: .5em;
}
#online .cnt4_dl dd .day {
    background: #F8F8F8;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 0;
    position: relative;
    line-height: 1.8;
    padding: 15px 15px;
    padding-left: 4.3em;
}
#online .cnt4_dl dd .day span {
    position: absolute;
    top: 18px;
    left: 15px;
}
#online .cnt3_wrap .cntBtn_warp {
    padding: 20px 15px 0;
}

/*コラム・動画*/
.mvclmMv_wrap {
    margin-top: 80px;
    padding: 40px 0;
    background: #f8faf9;
}
.mvclmMv-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #c80019;
    text-align: center;
    margin-bottom: 0;
}
.mvclmLst_wrap {
    margin-top: 40px;
}
.mvclmLst_list {
    margin-bottom: 20px;
}
.mvclmLst_list:last-child {
    margin-bottom: 0;
}
.mvclmLst-ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.mvclmLst_list ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-top: -10px;
}
.mvclmLst_list ul li {
    width: 49%;
    margin-right: 2%;
    margin-top: 10px;
}
.mvclmLst_list ul li:nth-child(2n) {
    margin-right: 0;
}
.mvclmLst_list ul li a {
    font-size: 12px;
    line-height: 1.2;
    color: #c80019;
    text-align: center;
    padding: 6px 0 6px 0;
    border: 2px solid #c80019;
}
.mvLst_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}
.mvLst_in {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
    margin-top: 15px;
}
.mvLst_in:nth-child(1) {
    margin-top: 0;
}
.mvLst_in a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #c80019;
    box-sizing: border-box;
}
.mvLst_img {
    position: relative;
    width: 100%;
    height: 180px;
}
.mvLst_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.mvLst_img.mv:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #c71628;
    border-radius: 25px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    z-index: 10;
}
.mvLst_img.mv:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #c71628;
    z-index: 11;
}
.mvLst_img img {
    width: 100%;
}
.mvLst_dtl {
    padding: 10px;
}
.mvLstDtl_top {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 15px;
}
.mvLstDtl_top .label {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.mvLstDtl_top .label li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 2px;
    padding: 5px 15px;
    background: #c80019;
}
.mvLstDtl_top .date {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}
.mvLst_dtl .txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
}
.tag_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-top: 10px;
}
.tag_lst li {
    font-size: 12px;
    line-height: 1;
    margin: 3px;
    padding: 5px;
    background: #f2f2f2;
}
.more_btn {
    width: 150px;
    margin: 0 auto;
}
.more_btn a {
    display: block;
    line-height: 1;
    color: #c80019;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #c80019;
}
.more_btn a:hover {
    color: #fff;
    background: #c80019;
}
.cntBtn_warp {
    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;
    padding: 40px 0 50px;
}
.cntBtn {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.cntBtn a {
    display: block;
    text-align: center;
    border: solid 1px #333333;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 55px;
    background-image: url(../img/index_active/yaji02.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 6px auto;
}
.detail_wrap {
    padding: 40px 0 80px 0;
}
.detail_top {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 20px;
}
.label_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.label_list li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 2px 3px;
    padding: 7px 15px 5px 15px;
    background: #c80019;
}
.detail_top .date {
    margin-bottom: 0;
}
.detail-ttl {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}
.detail-ttl:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c80019;
}
.detail_img {
    margin-bottom: 30px;
}
.detail_img img {
    width: 100%;
}
.tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.tag_list li {
    font-size: 12px;
    line-height: 1;
    margin: 3px;
    padding: 9px 10px 7px 10px;
    background: #f8f8f8;
}
.headline-txt {
    line-height: 1.6;
    padding: 15px;
    background: #f8f8f8;
}
.toc_wrap {
    padding: 20px 15px;
    border: 1px solid #c80019;
}
.toc-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c80019;
}
.toc-txt {
    font-size: 14px;
    margin-bottom: 5px;
}
.toc_list li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 1em;
    margin-bottom: 5px;
}
.toc_list li:last-child {
    margin-bottom: 0;
}
.toc_list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.note_list {
    margin-top: 20px;
}
.note_list li {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #c80019;
    margin-bottom: 5px;
    padding: 0 0 0 1.5em;
}
.note_list li:last-child {
    margin-bottom: 0;
}
.note_list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #c80019;
}
.detailMain_wrap {
    margin-top: 80px;
}
.detailMain_wrap h2 {
    font-size: 20px;
    margin-top: 50px;
    padding-left: 12px;
    border-left: 5px solid #c80019;
}
.detailMain_wrap h2:first-child {
    margin-top: 0;
}
.detailMain_wrap p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 0;
}
.detailMain_wrap ol {
    margin-top: 20px;
    padding-left: 20px;
}
.detailMain_wrap ol li {
    font-size: 14px;
    line-height: 1.8;
}
.detailMain_wrap table {
    margin-top: 20px;
}
.detailMain_wrap table th,
.detailMain_wrap table td {
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
    padding: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.detailMain_wrap table th:last-child,
.detailMain_wrap table td:last-child {
    border-right: 1px solid #000;
}
.detailMain_wrap table tr:last-child th,
.detailMain_wrap table tr:last-child td {
    border-bottom: 1px solid #000;
}
.detailMain_wrap img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.detailVideo_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;
}
.detail_video {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.detail_video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.detail_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.detail_thumb li {
    padding: 5px;
}
.detail_thumb img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;
}
.author_wrap {
    border: 1px solid #c80019;
    margin-top: 50px;
}
.author-ttl {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    background: #c80019;
    margin-bottom: 0;
}
.author_in {
    padding: 20px;
}
.author_in .name {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.author_in .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}
.connection_lst .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}
.connection_lst .mvLst_wrap {
    margin-top: 20px;
}

.cv_wrap {
    display: none;
}
.cv_wrap.on {
    display: block;
}
.cv_in {
    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: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.cv_logo {
    display: none;
}
.cv_btn {
    margin-right: 12px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.cv_btn:last-child {
    margin-right: 0;
}
.cv_btn img {
    width: 162px;
}
.recCon_wrap {
    position: relative;
    padding: 25px 0 32px 0;
    border-radius: 3px;
    background: #cfedfb;
    text-align: center;
    margin-bottom: 25px;
}
.recCon_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 79px;
    top: -44px;
    left: 0;
    z-index: 10;
    background: url("../img/group/sp_pop.png") no-repeat center center;
    background-size: 100% auto;
}
.recCon_wrap .ttl {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #1d50a3;
    margin-bottom: 15px;
}
.recCon_wrap .txt {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
.recCon_btn {
    display: table;
    width: calc(100% - 64px);
    max-width: 269px;
    height: 44px;
    margin: 0 auto
}
.recCon_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1d50a3;
    border: 2px solid #1d50a3;
    background: #fff url("../img/group/sp_recbtn_arw.png") no-repeat center right 17px;
    background-size: 6px auto;
    border-radius: 30px;
}
#boshu ul.bnr_lst {
    margin-bottom: 64px;
}
#boshu ul.bnr_lst li {
    width: auto;
    margin-bottom: 20px;
}
#boshu ul.bnr_lst li:last-child {
    margin-bottom: 0;
}
#boshu ul.bnr_lst li a {
    border: none;
    padding: 0;
}
#boshu ul.bnr_lst li a img {
    width: 100%;
}
#group .mvLst_wrap {
    margin: 0 0 100px 0;
}
#life .point_wrap {
    margin-top: 30px;
}
#life .point-ttl {
    width: 156px;
    font-size: 20px;
    font-weight: bold;
    color: #C80019;
    line-height: 1;
    padding: 14px 0 11px;
    margin: 0 auto;
    background: #FFF5D7;
    text-align: center;
    border-radius: 25px;
}
#life .point_in {
    margin-top: 15px;
}
#life .point_img {
    margin-bottom: 15px;
}
#life .point_img img {
    width: 100%;
}
#life .point-txt {
    font-size: 13px;
    line-height: 1.625;
    text-align: justify;
    margin-bottom: 0;
}
#life .point_lst {
    margin-top: 40px;
}
#life .point_lst li {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 30px;
}
#life .point_lst li:last-child {
    margin-bottom: 0;
}
#life .point_lst li:before {
    content: "";
    position:absolute;
    display: block;
    width: 20px;
    height: 14px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/life/sp_check.png") no-repeat center center;
    background-size: 100% auto;
}

#life .insurBox_in {
    padding: 30px 15px 50px 15px;
    margin-bottom: 35px;
    border: 1px solid #C80019;
}
#life .insurBox-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
#life .insurBox-ttl.ver2 {
    color: #C80019;
    margin-bottom: 16px;
}
#life .insurBox-txt.ver2 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 50px;
}
#life .insurBox_dtl {
    padding: 18px 20px 25px 20px;
    margin: 18px 0 40px 0;
    background: #F0F1F5;
}
#life .insurBox_dtl dl {
    position: relative;
    padding-top: 65px;
    margin-bottom: 35px;
}
#life .insurBox_dtl dl:last-child {
    margin-bottom: 0;
}
#life .insurBox_dtl dl:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    z-index: 10;
}
#life .insurBox_dtl dl:nth-child(1):before {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    background: url("../img/life/sp_icon01.png") no-repeat center center;
    background-size: 100% auto;
}
#life .insurBox_dtl dl:nth-child(2):before {
    width: 71px;
    height: 40px;
    margin-left: -35px;
    background: url("../img/life/sp_icon02.png") no-repeat center center;
    background-size: 100% auto;
}
#life .insurBox_dtl dl:nth-child(3):before {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    background: url("../img/life/sp_icon03.png") no-repeat center center;
    background-size: 100% auto;
}
#life .insurBox_dtl dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #C80019;
    text-align: center;
}
#life .insurBox_dtl dl dd {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 10px;
}
#life .insurTgl-ttl {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 16px 0 13px 0;
    text-align: center;
    background: #C80019;
    margin-bottom: 0;
    cursor: pointer;
}
#life .insurTgl-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 19px;
    height: 3px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    z-index: 10;
}
#life .insurTgl-ttl:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 19px;
    background: #fff;
    top: 50%;
    margin-top: -9px;
    right: 23px;
    z-index: 10;
}
#life .insurTgl-ttl.on:after {
    width: 0;
}
#life .insurTgl_in {
    display: none;
    padding: 20px 15px 30px 15px;
    border: 1px solid #C80019;
}
#life .insurTgl-txt {
    font-size: 13px;
    line-height: 1.625;
    margin-bottom: 25px;
}
#life .insurTgl_dtl {
    margin-bottom: 40px;
}
#life .insurTgl_dtl dl {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C80019;
}
#life .insurTgl_dtl dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#life .insurTgl_dtl dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #C80019;
    text-align: center;
}
#life .insurTgl_dtl dl dt span {
    font-size: 10px;
    color: #C80019;
}
#life .insurTgl_dtl dl dd.img {
    margin: 16px -3px 18px -4px;
    text-align: center;
}
#life .insurTgl_dtl dl dd.img.ver2 {
    margin: 28px -3px 27px -4px;
}
#life .insurTgl_dtl dl dd.img.ver3 {
    margin: 20px 18px 23px 17px;
}
#life .insurTgl_dtl dl dd.img.ver4 {
    margin: 19px -3px 24px -4px;
}
#life .insurTgl_dtl dl dd.img img {
    width: 100%;
}
#life .insurTgl_dtl dl dd ul li {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 20px;
    margin-bottom: 30px;
}
#life .insurTgl_dtl dl dd ul li:last-child {
    margin-bottom: 0;
}
#life .insurTgl_dtl dl dd ul li:before {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    left: 0;
    z-index: 10;
    width: 17px;
    height: 17px;
    background: #205282;
    border-radius: 20px;
}
#life .insurTgl_dtl dl dd ul li.ver2:before {
    top: 13px;
}
#life .insurTgl_dtl dl dd ul li span.clr {
    color: #C80019;
}
#life .insurTgl_dtl dl dd ul li span.fs {
    font-size: 30px;
    color: #C80019;
}
#life .insurTgl_lst li {
    position: relative;
    font-size: 12px;
    line-height: 2;
    padding-left: 2.5em;
}
#life .insurTgl_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#life .insurTgl_lst.ver2 li a {
    word-break: break-all;
}
#life .insurTgl_cost {
    margin: 25px 0 40px 0;
}
#life .insurTgl_cost dl {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 20px;
}
#life .insurTgl_cost dl:last-child {
    margin-bottom: 0;
}
#life .insurTgl_cost dl dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 15px 0 13px 0;
    text-align: center;
    background: #205282;
    border-radius: 25px;
}
#life .insurTgl_cost dl dt span {
    color: #fff;
    font-size: 10px;
}
#life .insurTgl_cost dl dd {
    font-size: 24px;
    font-weight: bold;
    color: #C80019;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}
#life .insurTgl_cost dl dd span {
    font-size: 35px;
    color: #C80019;
}
#life .insurTgl_load {
    margin-bottom: 20px;
}
#life .load-ttl {
    font-size: 17px;
    font-weight: bold;
    color: #C80019;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}
#life .load_img {
    margin-bottom: 17px;
}
#life .load_img img {
    width: 100%;
}
#life .load_lst li {
    position: relative;
    font-size: 13px;
    padding-left: 2em;
    margin-bottom: 10px;
}
#life .load_lst li:last-child {
    margin-bottom: 0;
}
#life .load_lst li span {
    font-weight: bold;
}
#life .load_lst li span.pa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#cancer.points .service_wrap {
    margin-bottom: 90px;
}
#cancer.points .service-ttl,
#cancer.points .bnr-ttl {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}
#cancer.points .service-txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0;
}
#cancer.points .service_img {
    margin: 30px 0;
}
#cancer.points .service_img img {
    width: 100%;
}
#cancer.points .cntBtn_warp {
    padding: 0;
}
#cancer.points .bnr_wrap {
    margin-bottom: 100px;
}
#cancer.points .bnr-ttl {
    margin-bottom: 25px;
}
#cancer.points .bnr_wrap ul li {
    margin-bottom: 35px;
}
#cancer.points .bnr_wrap ul li:last-child {
    margin-bottom: 0;
}
#cancer.points .bnr_wrap ul li img {
    width: 100%;
}
#loan #content {
    margin: 68px 0 0;
}
#loan .bg_lgray.is-ver2 {
    padding: 40px 20px 40px ;
    margin: 0;
}
#loan section#content>.inner.is-ver4 {
    margin: 40px 0 20px;
}
#loan #link_01,
#loan #link_02,
#loan #link_03 {
    padding: 0;
}
#loan .title.is-ver2 {
    margin: 0 0 20px;
}
#loan .title.is-ver2 span {
    font-size: 20px;
    position: relative;
}
#loan .title.is-ver2 span:before {
    z-index: 9;
    display: block;
    content: "";
    position: absolute;
    top: -20px;
    right: -50px;
    width: 30px;
    height: 60px;
    background: url("../img/autoloan/autoloan_joe.png") no-repeat center/100%;
}
#loan .txt.is-ver2 {
    margin: 0;
    text-align: left;
    font-size: 13px;
}
#loan .inner.is-ver2 {
    margin: 40px 0 0;
}
#loan h2.title span {
    padding-left: 0;
    background: none;
}
#loan h3.title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
#loan p {
    text-align: center;
}
#loan .loanMerit_wrap {
    padding: 25px 15px;
    border: 2px solid #C80019;
}
#loan .loanMerit-txt {
    font-size: 13px;
    margin-bottom: 14px;
    text-align: left;
}
#loan .loanMerit-txt:last-child {
    margin-bottom: 0;
}
#loan .loanMerit-txt span.fs1 {
    font-size: 17px;
    font-weight: bold;
}
#loan .loanMerit-txt span.fs2 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
#loan .loanMerit-txt span.fs2:before {
    content: "※";
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 10;
}
#loan .loanMerit-txt span.clr {
    color: #C80019;
}
#loan .note_lst {
    margin-top: 15px;
}
#loan .note_lst li {
    position: relative;
    font-size: 12px;
    padding-left: 1em;
    margin-top: 5px;
}
#loan .note_lst li:first-of-type {
    margin-top: 0;
}
#loan .note_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.loanMerit_lst {
    margin: 20px auto 0;
}
.loanMerit_lst li {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
    margin: 0 0 8px;
}
.loanMerit_lst li span {
    color: #C80019;
}
.loanMerit_lst li:last-of-type {
    margin: 0;
}
.loanMerit_lst li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    background: #C80019;
}
#loan .cnt_wrap {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: solid 2px #c80019;
    text-align: center;
}
#loan .cnt-ttl {
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
#loan .cnt_in {
    margin: 18px 0 0;
}
#loan .cntIn-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
#loan .cntIn-ttl span {
    font-size: 17px;
}
#loan .cnt_ct {
    margin: 15px 0 0;
}
#loan .cntCt-ttl {
    font-size: 14px;
    margin: 0 0 8px;
    text-align: left;
}
#loan .cntCt_txt {
    line-height: 1.8;
    text-align: left;
    font-size: 13px;
    margin: 0;
}
#loan .cnt_btn {
    margin: 10px auto 0;
}
#loan .cnt_btn a {
    max-width: 300px;
    border: 1px solid #c80019;
    background: #c80019;
    text-align: center;
    height: 50px;
    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;
    margin: 0 auto;
}
#loan .cnt_btn a .is-icn {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
}
#loan .cnt_btn a .is-icn:before {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin-top: -6px;
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
#loan .cnt_list {
    margin: 10px 0 0;
}
#loan .cnt_list li {
    line-height: 1.8;
    font-size: 13px;
    text-align: left;
}
#loan .table-ttl {
    font-size: 20px;
    color: #C80019;
    text-align: center;
}
#loan .table_in {
    margin: 22px 0 0;
}
#loan .table_in tr {
    border-left: solid 1px #b5b5b6;
    border-top: solid 1px #b5b5b6;
    box-sizing: border-box;
}
#loan .table_in tr:last-of-type {
    border-bottom: solid 1px #b5b5b6;
}
#loan .table_in tr th {
    padding: 15px 10px;
    border-right: solid 1px #b5b5b6;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #f8f8f8;
}
#loan .table_in th.cl_gl {
    background-color: #e2e2e2;
}
#loan .table_in tr td {
    padding: 15px 10px;
    border-right: solid 1px #b5b5b6;
    box-sizing: border-box;
    width: 75%;
    text-align: left;
    font-size: 13px;
}
#loan .table_list {
    margin: 10px 0 0;
}
#loan .table_list.is-ver2 {
    margin: 0;
}
#loan .table_list li {
    margin: 5px 0 0;
}
#loan .table_list li:first-of-type {
    margin: 0;
}
#loan .inner.is-ver3 {
    margin: 40px 0 40px;
}
#loan .cnt_wrap.is-ver2 {
    margin:0 auto;
}
#loan .cnt_list.is-ver2 li {
    text-align: center;
    font-size: 15px;
    margin-top: 8px;
}
#loan .cnt_list.is-ver2 li:first-of-type {
    margin-top: 0;
}
#loan a.is-linktxt {
    display: inline;
    color: #c80019;
}
#loan a.tel-nmb {
    display: inline;
}
#loan .term p {
    text-align: left;
}
#dealer #content {
    margin: 68px 0 0;
}
#dealer #link_01,
#dealer #link_02,
#dealer #link_03 {
    padding: 0;
}
#dealer .bg_lgray.is-ver2 {
    padding: 40px 20px 40px ;
    margin: 0;
}
#dealer .inner.is-ver4 {
    padding: 0 20px;
    margin: 40px 0 20px;
}
#dealer .inner.is-ver5 {
    padding: 0;
}
#dealer .title.is-ver2 {
    margin: 0 0 20px;
}
#dealer .title.is-ver2 span {
    position: relative;
}
#dealer .title.is-ver2 span:before {
    z-index: 9;
    display: block;
    content: "";
    position: absolute;
    top: -2px;
    right: -100px;
    width: 81px;
    height: 64px;
    background: url("../img/dealerservice/dealer_duo-ilst.png") no-repeat center/100%;
}
#dealer .title.is-ver2 span:after {
    z-index: 9;
    display: block;
    content: "";
    position: absolute;
    top: -6px;
    left: -74px;
    width: 40px;
    height: 74px;
    background: url("../img/dealerservice/dealer_joe-ilst.png") no-repeat center/100%;
}
#dealer .mv-txt {
    font-size: 13px;
    margin: 0;
    text-align: left;
}
#dealer .inner.is-ver2 {
    margin: 40px auto 0;
    padding-bottom: 0;
}
#dealer h2.title span {
    padding-left: 0;
    background: none;
}
#dealer ul.links li {
    width: 100%;
}
#dealer h3.title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
#dealer .merit_wrap {
    display: block;
}
#dealer .merit_in {
    width: 100%;
}
#dealer .merit_in:nth-child(n+2) {
    margin-top: 20px;
}
#dealer .merit_in dt {
    font-size: 16px;
    font-weight: bold;
    color: #c80019;
}
#dealer .merit_in dd {
    font-size: 13px;
    padding: 1em 0 0;
}
#dealer .cnt_wrap {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: solid 2px #c80019;
    text-align: center;
}
#dealer .cnt_wrap.is-ver2 {
    margin: 0 auto;
}
#dealer .cnt-ttl {
    font-size: 20px;
    text-align: center;
}
#dealer .cntList_wrap {
    margin: 20px 0 0;
}
#dealer .cnt_list.is-ver2 {
    margin: 20px 0 0;
}
#dealer .cnt_list li {
    margin: 14px 0 0;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding-left: 1.5em;
}
#dealer .cnt_list li:first-of-type {
    margin: 0;
}
#dealer .cnt_list li span {
    position: absolute;
    z-index: 9;
    top: 0 ;
    left: 0;
}
#dealer .cntIn-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}
#dealer .cntIn-ttl span {
    font-size: 22px;
}
#dealer .cnt_ct {
    margin: 30px 0 0;
}
#dealer .cntCt-ttl {
    font-size: 18px;
    margin: 0 0 10px;
}
#dealer .cntCt_txt {
    line-height: 1.8;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
#dealer .inner.is-ver3 {
    margin: 40px auto;
    padding: 0 20px;
}
#dealer .cnt_list.is-ver2 li {
    text-align: left;
    font-size: 15px;
    margin: 8px 0 0;
}
#dealer .cnt_list.is-ver2 li:first-of-type {
    margin: 0;
}
#dealer .acs_wrap {
    display: block;
    margin-top: 30px;
}
#dealer .acs_in {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #B5B5B6;
    padding: 26px 15px 35px;
    margin-top: 30px;
}
#dealer .acs_in:first-of-type {
    margin-top: 0;
}
#dealer .acs-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#dealer .acs-txt {
    margin: 20px 0 0;
    padding-left: 1.5em;
    position: relative;
    font-size: 13px;
}
#dealer .acs-txt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
#dealer .acs-txt.with-qr {
    padding-bottom: 120px;
}
#dealer .is-web .acs-txt.with-qr {
    background: url("../img/dealerservice/dealer_QR.png") no-repeat center bottom 5px/100px 100px;
}
#dealer .is-line .acs-txt.with-qr {
    background: url("../img/dealerservice/dealer_line-QR.png") no-repeat center bottom 5px/100px 100px;
}
#dealer .faq_wrap {
    margin-top: 20px;
}
#dealer .faq_in {
    position: relative;
    font-size: 13px;
    padding-left: 1.5em;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin:20px 0 0;
}
#dealer .faq_in:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    background: #c80019;
}
#dealer .faq_in:first-child {
    margin:0;
}
#dealer .faq_in:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
#dealer .faq_in dt {
    font-weight: bold;
}
#dealer .faq_in dd {
    margin:10px 0 0;
    line-height: 1.8;
}
#dealer .faq-note {
    margin: 5px 0 0;
    font-size: 13px;
    text-align: left;
}
#dealer .mailad {
    display: inline;
}
#dealer .terms-txt {
    font-size: 12px;
    text-align: left;
    margin: 0;
}
#dealer a.is-linktxt {
    display: inline;
    color: #c80019;
}
#dealer a.tel-nmb {
    display: inline;
}
#faq #content {
    margin: 68px 0 0;
}
#faq section#content>.inner {
    margin: 0;
}
#faq .inner {
    padding: 0 15px;
}
#faq .bg_lgray {
    padding: 48px 0;
}
#faq h2.title {
    font-size: 22px;
    margin: 0;
}
#faq .tab_wrap {
    margin: 28px 0 36px;
}
#faq .tab-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#faq .tab-list li {
    width: calc(25% - 5px);
    height: 38px;
}
#faq .tab-list li a {
    width: 100%;
    height: 100%;
    border: 1px solid #C80019;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #C80019;
    background-color: #FFFFFF;
}
#faq .tab-list li a.active {
    position: relative;
    background-color: #C80019;
    color: #FFFFFF;
    pointer-events: none;
}
#faq .tab-list li a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-top: 14px solid #C80019;
    transform: translateX(-50%);
}
#faq .faq-ttl {
    font-size: 20px;
    padding: 0 0 10px 37px;
    border-bottom: 2px solid #C80019;
    line-height: 1;
    margin-bottom: 27px;
    position: relative;
    box-sizing: border-box;
    color: #C80019;
}
#faq .faq-ttl::before {
    content: "";
    position: absolute;
    bottom: 9px;
    background: url(../img/faq/sp_icon01.png) no-repeat center / 100% auto;
    width: 28px;
    height: 28px;
    left: 0;
    z-index: 9;
}
#faq .faq-ttl.ver2::before {
    background: url(../img/faq/sp_icon02.png) no-repeat center / 100% auto;
    width: 30px;
    height: 18px;
    bottom: 13px;
}
#faq .faq-ttl.ver3::before {
    background: url(../img/faq/sp_icon03.png) no-repeat center / 100% auto;
    width: 23px;
    height: 20px;
    bottom: 11px;
    left: 3px;
}
#faq .faq-ttl.ver4::before {
    background: url(../img/faq/sp_icon04.png) no-repeat center / 100% auto;
    width: 26px;
    height: 25px;
    bottom: 12px;
}
#faq .faq_wrap dl:not(:last-child) {
    margin-bottom: 32px;
}
#faq .faq_wrap dl dt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.357;
    padding: 8px 39px 8px 10px;
    background: #F0F1F5;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 57px;
    box-sizing: border-box;
}
#faq .faq_wrap dl dt:before, 
#faq .faq_wrap dl dt:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background: #C80019;
    z-index: 10;
}
#faq .faq_wrap dl dt:before {
    width: 15px;
    height: 1px;
    right: 11px;
}
#faq .faq_wrap dl dt:after {
    width: 1px;
    height: 15px;
    right: 18px;
}
#faq .faq_wrap dl dt.on:after {
    display: none;
}
#faq .faq_wrap dl dt span,
#faq .faq_wrap dl dd .answer_wrap {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
}
#faq .faq_wrap dl dt span:before,
#faq .faq_wrap dl dd .answer_wrap:before {
    position: absolute;
    left: 0;
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #C80019;
}
#faq .faq_wrap dl dt span:before {
    content: "Q";
    top: 50%;
    transform: translateY(-50%);
}
#faq .faq_wrap dl dd .answer_wrap:before {
    content: "A";
    top: 2px;
}
#faq .faq_wrap dl dd {
    display: none;
    padding: 17px 17px 25px 10px;
    border: 1px solid #F0F1F5;
    box-sizing: border-box;
}
#faq .faq_wrap dl dd .answer_wrap > p {
    font-size: 13px;
    line-height: 1.538;
}
#faq p {
    margin-bottom: 0;
}
#faq .faq-txt_wrap > .txt-flex {
    display: flex;
    font-size: 12px;
}
#faq .faq-list li p,
#faq .faq-txt p {
    font-size: 12px;
}
#faq .faq-list li{
    padding-left: 15px;
    position: relative;
}
#faq .faq-list li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 9;
    background-color: #333333;
}
#faq .faq-list li:nth-child(2) .txt-flex {
    margin-left: 4px;
}
#faq .faq-txt_wrap {
    margin: 65px 0 27px;
}
#faq .faq-txt.ver2 {
    margin: 18px 0 13px;
}
#faq .faq-txt.ver3 {
    margin: 18px 0 13px;
}
#faq .txt-lnk {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    color: #C80019;
    display: inline;
}
#faq .faq-btn_wrap > p {
    font-size: 14px;
    font-weight: bold;
    color: #C80019;
    margin-top: 9px;
    line-height: 1.571;
}
#faq .faq-btn-in li.faq-btn:not(:last-child) {
    margin-bottom: 20px;
} 
#faq .faq-btn {
    width: 100%;
    height: 50px;
    margin-top: 13px;
}
#faq .faq-btn a {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #C80019;
    border: 1px solid #C80019;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}
#faq .faq-btn a::after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../img/faq/arrow-r.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
#faq .faq-img {
    margin-top: 15px;
}
#faq .faq-img img {
    width: 100%;
    height: auto;
}
#faq a:link {
    -webkit-tap-highlight-color: transparent;
}
.group p {
    margin-bottom: 0;
}
#group .open-popup {
    cursor: pointer;
}
#group #popup1-btn.open-popup {
    max-width: 355px;
    width: 100%;
    margin: 0 auto 30px;
}
#group #popup1-btn.open-popup img {
    width: 100%;
    height: auto;
}
#group .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
#group .popup-content {
    position: relative;
    max-width: 340px;
    border-radius: 5px;
    background-color: #fff;
    padding: 46px 17px 25px;
    border: 2px solid #C80019;
    box-sizing: border-box;
    width: 90.667vw;
}
#group .popup-content.ver2 {
    width: 82.667vw;
    max-width: 310px;
    padding: 48px 20px 30px;
    border: 2px solid #EC7188;
}
#group .close-btn {
    position: absolute;
    cursor: pointer;
    top: 3.867vw;
    right: 2.667vw;
    z-index: 10001;
}
#group .close-btn img {
    width: 5.6vw;
    height: auto;
    max-width: 21px;
}
#group .message-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 295px;
    width: 78.667vw;
    height: 38px;
    border-radius: 17px;
    background-color: #C80019;
    margin: 0 auto 18px;
}
#group .message-txt {
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 15px;
}
#group .sign_wrap {
    display: flex;
    justify-content: right;
    align-items: center;
}
#group .sign_wrap > p {
    font-size: min(4vw, 15px);
    font-weight: bold;
    color: #C80019;
    line-height: 1.5;
}
#group .bg_lgray {
    padding: 35px 0 40px;
}
#group .inner.about_wrap {
    padding: 0 20px;
}
#group .about_in li:not(:last-child) {
    margin-bottom: 15px;
}
#group .about_in li img {
    width: 100%;
    height: auto;
}
#group .about_in {
    max-width: 335px;
    margin: 0 auto;
}
#group .merit-lst {
    width: 100%;
}
#group .merit-lst li {
    width: 100%;
}
#group .merit-lst li:not(:last-child) {
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 19px;
}
#group .merit-lst li:not(:last-child)::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/group/sp_popup-line.png) no-repeat center / 272px 2px;
    z-index: 10001;
}
#group .merit-lst .lst-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #EC7188;
    margin-bottom: 30px;
    padding-left: 82px;
    position: relative;
}
#group .merit-lst li p {
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 19px;
}
#group .merit-lst li .lst-ttl::before {
    content: "";
    width: 66px;
    height: 66px;
    background: #EC7188 url(../img/group/n-img01-1.svg) no-repeat center / 36px 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -33px;
    z-index: 10001;
}
#group .merit-lst li:nth-child(2) .lst-ttl::before {
    background: #EC7188 url(../img/group/n-img01-2.svg) no-repeat center top 19px / 32px auto;
}
#group .merit-lst li:nth-child(3) .lst-ttl::before {
    background: #EC7188 url(../img/group/n-img01-3.svg) no-repeat left 20px center / 29px auto;
}
#group .question_wrap {
    position: relative;
}
#group .question_wrap dt {
    position: relative;
    cursor: pointer;
    z-index: 8;
}
#group .question_wrap dt::before {
    content: "";
    width: 2.4vw;
    max-width: 9px;
    height: 1.867vw;
    max-height: 7px;
    background: url(../img/group/arrow.svg) no-repeat center / 100% auto;
    position: absolute;
    right: min(9.867vw,37px);
    bottom: min(10.4vw,39px);
    rotate: -90deg;
}
#group .question_wrap dt.on::before {
    right: min(9.867vw,37px);
    bottom: min(10.4vw,39px);
    rotate: 0deg;
}
#group .question_wrap dd {
    position: absolute;
    background-color: #fff;
    padding: 20px 20px 25px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 9;
    width: 82.533vw;
    max-width: 310px;
    top: 100%;
    left: 50%;
    display: none;
    margin-top: -8px;
    transform: translateX(-50%);
}
#group .about_in li:nth-child(2) .question_wrap dd {
    border: 2px solid #4599DA;
}
#group .about_in li:nth-child(3) .question_wrap dd {
    border: 2px solid #55B053;
}
#group .about_in li:nth-child(4) .question_wrap dd {
    border: 2px solid #E98D06;
}
#group .about_in li .question_wrap .lnklst li {
    position: relative;
    padding-left: 27px;
    line-height: 1;
}
#group .about_in li:nth-child(4) .question_wrap .lnklst li {
    margin-bottom: 12px;
}
#group .about_in li .question_wrap .lnklst li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/group/arrow.svg) no-repeat center / 9px 7px;
    rotate: -90deg;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4599DA;
}
#group .about_in li:nth-child(3) .question_wrap .lnklst li::before {
    background-color: #55B053;
}
#group .about_in li:nth-child(4) .question_wrap .lnklst li::before {
    background-color: #E98D06;
}
#group .about_in li .question_wrap .lnklst li a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.462;
    color: #4599DA;
}
#group .about_in li .question_wrap .lnklst li .fs-s {
    font-size: 13px;
    color: #4599DA;
}
#group .about_in li:nth-child(3) .question_wrap .lnklst li a {
    color: #55B053;
}
#group .about_in li:nth-child(4) .question_wrap .lnklst li a {
    color: #E98D06;
}
#group .about_in .question_wrap .lnklst li a .number {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 22px;
    color: #E98D06;
}
#group .about_in .question_wrap .lnklst li a .number::before {
    content: "";
    width: 16px;
    height: 23px;
    background: url(../img/group/n-img04-1.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
}
#group section#content>.inner.rec_wrap {
    padding-top: 35px;
    margin-top: 0;
}
#group .rec-ttl {
    font-size: 20px;
    margin-bottom: 11px;
}
#group .rec-label {
    width: 100%;
    height: 73px;
    border: 2px solid #C80019;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 22px;
    box-sizing: border-box;
}
#group .rec-label.ver2 {
    padding: 10px 10px 8px;
    height: auto;
}
#group .rec-label p {
    font-size: 15px;
    color: #C80019;
    font-weight: bold;
    line-height: 1.533;
    text-align: center;
}
#group .rec-label.ver2 p {
    padding-left: 5em;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
#group .rec-label.ver2 p .rec-f {
    position: absolute;
    top: 0;
    left: 0;
    color: #C80019;
}
#group .rec-txt {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.34375;
}
#group .rec-txt a.txt-lnk {
    display: inline-block;
    text-decoration: underline;
    color: #333333;
}
#group .rec-txt a.txt-lnk:hover {
    opacity: 1;
}
#group .method-txt {
    font-size: 13px;
    line-height: 1.538;
    margin-top: 15px;
}
#group .method-txt .txt-lnk {
    display: inline-block;
    text-decoration: underline;
    word-break: break-word;
}
#group .recItem_wrap {
    width: 100%;
    padding: 21px 17px 32px;
    border: 2px solid #0B119F;
    box-sizing: border-box;
    margin-bottom: 38px;
}
#group .recItem_wrap.ver2 {
    border: 2px solid #01675B;
}
#group ul.recItem-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C80019;
    margin-bottom: 23px;
    box-sizing: border-box;
}
#group .recItem-lst li {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding-left: 26px;
    width: auto;
    margin: 0;
    line-height: 1.6;
    color: #0B119F;
}
#group .recItem-lst.ver2 li {
    color: #01675B;
}
#group .recItem-lst li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/group/n-icon01.svg) no-repeat center /100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#group .recItem-lst li:nth-child(2)::before {
    background: url(../img/group/n-icon02.svg) no-repeat center / 100% auto;
}
#group .recItem-lst.ver2 li::before {
    background: url(../img/group/n-icon03.svg) no-repeat center / 100% auto;
    height: 24px;
    width: 21px;
}
#group .recItem-lst.ver2 li:nth-child(2)::before {
    background: url(../img/group/n-icon04.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(3)::before {
    background: url(../img/group/n-icon05.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(4)::before {
    background: url(../img/group/n-icon06.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(5)::before {
    background: url(../img/group/n-icon07.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(6)::before {
    background: url(../img/group/n-icon08.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(7)::before {
    background: url(../img/group/n-icon09.svg) no-repeat center / 100% auto;
}
#group .recItem-lst li:nth-child(8)::before {
    background: url(../img/group/n-icon10.svg) no-repeat center / 100% auto;
}
#group .recItem-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5714;
    margin-bottom: 12px;
}
#group .method_wrap dt {
    border: 1px solid #C80019;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    height: 47px;
    padding-right: 47px;
    background-color: #fff;
}
#group .method_wrap dt::before,
#group .method_wrap dt::after {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
#group .method_wrap dt::before {
    width: 20px;
    height: 2px;
    right: 13px;
}
#group .method_wrap dt::after {
    width: 2px;
    height: 20px;
    right: 22px;
}
#group .method_wrap dt.on::after {
    display: none;
}
#group .method_wrap dt span {
    color: #C80019;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
}
#group .method_wrap dt span::after {
    content: "";
    width: 47px;
    height: 45px;
    background-color: #C80019;
    position: absolute;
    top: 0;
    right: -47px;
    z-index: 8;
}
#group .method_wrap dd {
    width: 100%;
    padding: 17px 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #C80019;
    border-right: 1px solid #C80019;
    border-left: 1px solid #C80019;
    display: block;
}
#group ul.method-lst {
    margin-bottom: 0;
}
#group .method-lst li {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 0;
}
#group .method-lst li:not(:last-child) {
    margin-bottom: 17px;
}
#group .method-lst li h4 {
    font-size: 14px;
    font-weight: bold;
    color: #C80019;
    line-height: 1.178;
    position: relative;
    padding-left: 57px;
}
#group .method-lst li p {
    font-size: 13px;
    line-height: 1.538;
    margin-top: 6px;
}
#group .method-lst li p .is-fb {
    font-weight: bold;
    line-height: 1.538;
}
#group .method-lst li p .is-fb span {
    font-weight: bold;
    line-height: 1.538;
    width: 110px;
    display: inline-block;
}
#group .method_wrap dd > p {
    font-size: 13px;
    margin-top: 10px;
}
#group .recItem_wrap .btn_wrap {
    margin-top: 24px;
    margin-bottom: 0;
}
#group .recItem_wrap .btn_wrap li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 27px;
}
#group .recItem_wrap ul.btn_wrap li:last-child {
    margin-bottom: 0;
}
#group .recItem_wrap .btn_wrap p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 11px;
}
#group .recItem_wrap .btn_wrap a {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0 7px 0 0;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    background-color: #C80019;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 0;
}
#group .recItem_wrap .btn_wrap.ver2 a {
    height: 55px;
}
#group .recItem_wrap .btn_wrap a:hover {
    opacity: 1;
}
#group .recItem_wrap .btn_wrap a:link {
    -webkit-tap-highlight-color: transparent;
}
#group .recItem_wrap .btn_wrap a::before {
    content: "";
    width: 9px;
    height: 10px;
    background: url(../img/group/btn-arrow.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}
#group .method-lst li h4:before {
    content: "STEP1";
    font-size: 14px;
    font-weight: bold;
    color: #C80019;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    line-height: 1.178;
}
#group .method-lst li:nth-child(2) h4:before {
    content: "STEP2";
}
#group .method-lst li:nth-child(3) h4:before {
    content: "STEP3";
}
#group .text-number,
#faq .text-number {
    text-align: right;
    font-size: 12px;
    line-height: 1.25;
}
#group .text-number {
    margin: -50px 0 100px;
}
#faq .text-number {
    margin-top: 20px;
}
#group-detail h2.title {
    margin: 50px 0 20px 0;
}
#group-detail .ttl-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 36px 0;
    text-align: center;
}
#group-detail .insurance-name {
    cursor: pointer;
    position: relative;
    background-color: #5F6D7F;
    padding: 0 40px 0 12px;
    box-sizing: border-box;
    height: 55px;
    display: flex;
    align-items: center;
}
#group-detail .insurance-name::before,
#group-detail .insurance-name::after {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
#group-detail .insurance-name::before {
    width: 15px;
    height: 2px;
    right: 12px;
}
#group-detail .insurance-name::after {
    width: 2px;
    height: 15px;
    right: 19px;
    display: block;
}
#group-detail .insurance_wrap.on .insurance-name::after {
    display: none;
}
#group-detail .insurance-name > span {
    /* height: 55px; */
    /* display: flex; */
    align-items: center;
    padding-left: 46px;
    position: relative;
    box-sizing: border-box;
}
#group-detail .insurance-name span {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
}
#group-detail .insurance-name span .fs-s {
    font-size: 12px;
}
#group-detail .insurance-name > span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
#group-detail #page1 .insurance-name > span::before {
    width: 27px;
    height: 27px;
    background: url(../img/group_detail/icon01.svg) no-repeat center / 100% auto;
}
#group-detail #page2 .insurance-name > span::before {
    width: 28px;
    height: 28px;
    background: url(../img/group_detail/icon02.svg) no-repeat center / 100% auto;
}
#group-detail #page3 .insurance-name > span::before {
    width: 28px;
    height: 28px;
    background: url(../img/group_detail/icon02.svg) no-repeat center / 100% auto;
}
#group-detail #page4 .insurance-name > span::before {
    width: 28px;
    height: 33px;
    background: url(../img/group_detail/icon03.svg) no-repeat center / 100% auto;
}
#group-detail #page5 .insurance-name > span::before {
    width: 33px;
    height: 32px;
    background: url(../img/group_detail/icon04.svg) no-repeat center / 100% auto;
}
#group-detail #page6 .insurance-name > span::before {
    width: 37px;
    height: 28px;
    background: url(../img/group_detail/icon05.svg) no-repeat center / 100% auto;
}
#group-detail #page7 .insurance-name > span::before {
    width: 29px;
    height: 30px;
    background: url(../img/group_detail/icon06.svg) no-repeat center / 100% auto;
}
#group-detail #page8 .insurance-name > span::before {
    width: 31px;
    height: 26px;
    background: url(../img/group_detail/icon07.svg) no-repeat center / 100% auto;
}
#group-detail #page9 .insurance-name > span::before {
    width: 26px;
    height: 30px;
    background: url(../img/group_detail/icon08.svg) no-repeat center / 100% auto;
}
#group-detail #page10 .insurance-name > span::before {
    width: 36px;
    height: 24px;
    background: url(../img/group_detail/icon09.svg) no-repeat center / 100% auto;
}
#group-detail #page11 .insurance-name > span::before {
    width: 27px;
    height: 35px;
    background: url(../img/group_detail/icon10.svg) no-repeat center / 100% auto;
}
.group-detail p {
    margin-bottom: 0;
}
#group-detail .insurance_wrap .insurance-content {
    box-sizing: border-box;
    border-left: 1px solid #5F6D7F;
    border-right: 1px solid #5F6D7F;
    border-bottom: 1px solid #5F6D7F;
    display: none;
}
#group-detail .insurance_wrap.on .insurance-content {
    display: block;
}
#group-detail .insurance_wrap:not(:last-child) {
    margin-bottom: 36px;
}
#group-detail .cont-innner {
    width: auto;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}
#group-detail .btn_wrap {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-top: 18px;
}
#group-detail .btn_wrap .c-btn {
    width: 100%;
    height: 50px;
    margin-top: 19px;
}
#group-detail .btn_wrap .c-btn a {
    width: 100%;
    height: 100%;
    padding-right: 11px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
#group-detail .btn_wrap .c-btn a::after {
    content: "";
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
#group-detail .btn_wrap .c-btn:nth-child(1) a {
    border: 2px solid #C80019;
    color: #C80019;
    background-color: #fff;
}
#group-detail .btn_wrap .c-btn:nth-child(1) a::after {
    background: url(../img/group_detail/btn-arrow_r.svg) no-repeat center / 100% auto;
}
#group-detail .btn_wrap .c-btn:nth-child(2) a {
    color: #fff;
    background-color: #C80019;
}
#group-detail .btn_wrap .c-btn:nth-child(2) a::after {
    background: url(../img/group_detail/btn-arrow_w.svg) no-repeat center / 100% auto;
}
#group-detail .cont-ttl {
    font-size: 14px;
    line-height: 1.3125;
    font-weight: bold;
    margin-bottom: 10px;
}
#group-detail .cont-txt {
    font-size: 14px;
    line-height: 1.625;
    margin-bottom: 16px;
}
#group-detail .cont-img img {
    width: 100%;
    height: auto;
}
#group-detail .circle-txt {
    font-size: 15px;
    line-height: 1.625;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
#group-detail .circle-txt.ver2 {
    margin-bottom: 19px;
}
#group-detail .circle-txt .is-red {
    color: #C80019;
    font-weight: bold;
}
#group-detail .circle-txt::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C80019;
    position: absolute;
    top: 4px;
    left: 0;
}
#group-detail .anotation-txt {
    padding-left: 1.5em;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}
#group-detail .anotation-txt.ver2 {
    padding-left: 3em;
    box-sizing: border-box;
}
#group-detail .anotation-txt span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}
#group-detail .blue-label {
    width: auto;
    height: 38px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4599DA;
    border-radius: 18px;
    margin: 20px 0 12px 0;
}
#group-detail .example_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 17px 20px;
    box-sizing: border-box;
    background-color: #F4FAFF;
    flex-direction: column-reverse;
}
#group-detail #page9 .example_wrap {
    flex-direction: column;
}
#group-detail .example-txt {
    width: auto;
    /* font-size: 13px; */
    margin-top: 13px;
}
#group-detail #page6 .example-txt {
    margin-top: 0;
}
#group-detail .example-dtl {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3125;
    margin-bottom: 16px;
}
#group-detail .price_wrap {
    padding-bottom: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
    width: 100%;
}
#group-detail .price_wrap li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#group-detail .price_wrap li span {
    font-size: 13px;
    line-height: 1.6;
}
#group-detail .total-txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#group-detail .total-txt span {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.25;
}
#group-detail .example-txt .anotation-txt {
    margin-top: 13px;
}
#group-detail .support_wrap {
    /* display: flex; */
    border: 1px solid #A8A8A8;
    box-sizing: border-box;
}
#group-detail .support_wrap > li {
    width: 100%;
    text-align: center;
    position: relative;
}
#group-detail .support_wrap > li:not(:last-child) {
    position: relative;
}
#group-detail .support_wrap > li:not(:last-child)::before {
    /* width: 1px; */
    /* height: 100%; */
    /* background-color: #A8A8A8; */
    /* content: ""; */
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#group-detail .support-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #4599DA;
    box-sizing: border-box;
    border: 0;
    width: 100%;
}
#group-detail .support_wrap li:not(:last-child) .support-ttl {
    /* border-right: 1px solid #fff; */
}
#group-detail .support-img {
    width: 121px;
    height: auto;
    /* background-color: #fff; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: 8px auto 12px; */
}
#group-detail .support-txt {
    font-size: 16px;
    /* margin-bottom: 10px; */
    line-height: 1.25;
    width: 100px;
    text-align: left;
    padding-left: 20px;
}
#group-detail .support_wrap.ver2 .support-txt {
    font-size: 14px;
    width: auto;
    padding-left: 0;
}
#group-detail .support-dtl {
    width: auto;
    padding: 10px 10px 85px;
    box-sizing: border-box;
    text-align: center;
    background-color: #F4FAFF;
    position: relative;
    margin: 0 20px 22px;
}
#group-detail .support-dtl p {
    font-size: 13px;
    line-height: 1.11;
    font-weight: bold;
}
#group-detail .support-dtl p:first-child {
    font-weight: bold;
    line-height: 1.3333;
    margin-bottom: 4px;
}
#group-detail .support-dtl::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #C80019;
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.sp-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
}
#group-detail .support_wrap .total {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
#group-detail .support_wrap.ver2 > li {
    text-align: left;
}
#group-detail .support_wrap.ver2 .support_in {
    padding: 14px 20px 14px;
    box-sizing: border-box;
}
#group-detail .support_wrap.ver2 .support-ttl {
    height: auto;
    min-height: 35px;
    font-size: 14px;
    line-height: 1.4444;
    text-align: center;
    padding: 10px 0;
}
#group-detail .support_wrap.ver2 .support-img {
    width: 330px;
    height: 135px;
    margin: 8px auto 12px;
}
#group-detail .price_wrap.ver2 {
    width: 162px;
}
#group-detail .total-txt.ver2 {
    width: 162px;
}
#group-detail .price_wrap li .is-red {
    color: #C80019;
    position: relative;
} 
#group-detail .price_wrap li .is-red::before {
    content: "";
    width: 95.5px;
    height: 21.5px;
    background: url(../img/group_detail/sp_add-on.png) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: -107px;
    transform: translateY(-50%);
}
#group-detail #page5 .cont-txt {
    margin-bottom: 5px;
}
#group-detail #page5 .anotation-txt {
    margin-bottom: 17px;
}
#group-detail #page5 .support-img {
    margin: 15px 0 16px;
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
#group-detail #page6 .cont-txt {
    margin-bottom: 9px;
}
#group-detail #page6 .example-img {
    margin-top: 13px;
}
#group-detail #page6 .cont-innner > .anotation-txt {
    font-size: 14px;
}
#group-detail .kaigo_wrap {
    margin: 25px 0 0;
}
#group-detail .kaigo_in .ttl {
    font-size: 15px;
    color: #fff;
    background-color: #5F6D7F;
    height: 35px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 15px;
}
#group-detail .kaigo-list > li:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #5F6D7F;
    margin-bottom: 30px;
}
#group-detail .kaigo-list > li {
    margin-bottom: 50px;
}
#group-detail #page7 .kaigo-list > li:last-child {
    margin-bottom: 0;
}
#group-detail .kaigo_in:last-child .kaigo-list > li {
    margin-bottom: 0;
}
#group-detail .kaigo-list .ttl2 {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
}
#group-detail .kaigo-list .ttl2::before {
    content: "";
    width: 4px;
    height: 21px;
    background-color: #C80019;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
#group-detail .kaigo-list .cont-txt.ver2 {
    padding-left: 10px;
}
#group-detail .example_wrap.ver2 {
    flex-direction: column;
    align-items: center;
}
#group-detail .example_wrap.ver2 .bold1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3125;
}
#group-detail .example_wrap.ver2 .bold2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3125;
}
#group-detail .cont-ttl.ver2 {
    margin-bottom: 3px;
    font-size: 13px;
}
#group-detail .shutdown_in {
    background-color: #F4FAFF;
    padding: 22px 20px 22px 20px;
    box-sizing: border-box;
}
#group-detail .shutdown_wrap .txt {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.25;
}
#group-detail .shutdown_wrap .bold {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.333;
}
.shutdown-img {
    text-align: center;
    margin: 13px 0 0 0;
}
#group-detail .publicins_wrap {
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding: 17px 20px 25px;
    margin-top: 13px;
}
#group-detail .publicins_wrap > p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3125;
}
#group-detail .publicins_in {
    margin-top: 13px;
}
#group-detail .publicins_ct {
    border: 1px solid #707070;
    box-sizing: border-box;
    background-color: #fff;
}
#group-detail .publicins_ct.ver2 {
    margin-top: 15px;
}
#group-detail .publicins_ct:first-child .cross {
    justify-content: center;
}
#group-detail .publicins_ct li:not(:last-child) {
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
}
#group-detail .publicins_ct li:first-child {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #717171;
    gap: 0 6px;
}
#group-detail .publicins_ct li:first-child .fs-s {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#group-detail .publicins_ct li:nth-child(n+2) {
    padding: 12px 13px;
    display: flex;
    align-items: center;
}
#group-detail .publicins_ct li:nth-child(n+2) span {
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
#group-detail .publicins_ct.ver2 li:nth-child(n+2) span {
    font-weight: normal;
    font-size: 12px;
}
#group-detail .publicins_ct li.cross span::before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/group_detail/cross.png) no-repeat center top / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
#group-detail .publicins_ct li.circle span::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/group_detail/circle.png) no-repeat center top / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
#group-detail .example_in {
    padding: 24px 0 0 0;
    box-sizing: border-box;
    position: relative;
}
#group-detail .example_wrap .example_in:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding: 0 0 40px 0;
}
#group-detail .example_wrap .example_in .example-img {
    position: absolute;
    top: 90px;
    right: 0;
}
#group-detail #page8 .example_wrap .example_in .example-img {
    top: 60px;
}
#group-detail #page10 .example_wrap .example_in .example-img {
    top: 100px;
}
#group-detail #page7 .kaigo-list > li:first-child .example_wrap .example_in .example-img {
    position: initial;
}
#group-detail .example_wrap.ver3 {
    padding: 20px;
    flex-direction: column;
}
#group-detail .example_in .txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}
#group-detail .example_in .bold {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
#group-detail .example_in.ver2 {
    display: block;
}
#group-detail .example_in .bold2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
#group-detail .example_in.ver2 .example-txt {
}
#group-detail .example_in.ver2 .txt {
    margin: 14px 0 8px;
}
#group-detail .example_in.ver2 .txt.ver2 {
    margin: 39px 0 8px;
}
#group-detail #page7 .example_in.ver2 .txt.ver2 {
    margin: 15px 0 8px;
}
#group-detail #page7 .example_in .bold.ver2 {
    margin-bottom: 21px;
}
#group-detail #page7 .example_in .bold.ver3 {
    margin-bottom: 12px;
}
#group-detail #page7 .example_in.ver2 .example-img {
    display: flex;
    justify-content: center;
}
#group-detail .example_in .example-txt.ver2 .bold2 {
    margin-bottom: 17px;
}
#group-detail .example_in .bold .fs-s {
    font-size: 14px;
}
#group-detail #page9 .example-txt {
    margin-bottom: 20px;
}
#group-detail #page9 .price_wrap.ver3 {
    width: 192px;
}
#group-detail #page9 .total-txt {
    width: 192px;
}
#group-detail .example_wrap.ver4 {
    flex-direction: column;
}
#group-detail .example_in.ver3 .txt-box {
    display: flex;
    justify-content: space-between;
}
#group-detail .example_in.ver3 .price_wrap {
    width: 145px;
}
#group-detail .example_in.ver3 .total-txt {
    width: 145px;
}
#group-detail .cont-box {
    margin-top: 30px;
}
#group-detail .cont-lst {
    margin-top: 10px;
}
#group-detail .cont-lst.is-gray.ver2 {
    margin-top: 30px;
}
#group-detail .cont-lst li {
    padding-left: 1em;
    position: relative;
    font-size: 14px;
}
#group-detail .cont-lst.is-gray.ver2 li {
    padding-left: 1.5em;
    font-size: 12px;
}
#group-detail .cont-lst li:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 9;
}
#group-detail .cont-lst.is-blue li:before {
    background: #1BB2E7;
}
#group-detail .cont-lst.is-gray li:before {
    background: #5F6D7F;
}
#group-detail .cont-lst.is-gray.ver2 li:before {
    border-radius: 0;
    width: 12px;
    height: 12px;
    top: 3px;
}
#group-detail .table-img {
    margin-bottom: 10px;
}
#group-detail .inner.ver2 {
    margin: 45px 0 12px;
}
#group-detail .inner.ver2 .txt-small {
    text-align: right;
    font-size: 12px;
    line-height: 1.25;
}
#group .recItem_wrap .btn_wrap a.ver2 {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
#group .recItem_wrap .btn_wrap a.ver3 {
    background-color: #00cc66;
    border: 1px solid #00cc66;
}
#group .method-lst.ver2 li h4 {
    color: #333333;
    font-weight: normal;
}
#group .method-lst .is-txtfl {
    display: flex;
    flex-direction: column;
}
#group .method-txt .is-red {
    color: #C80019;
    font-weight: bold;
}
#group .method-lst .is-txtfl .pass {
    width: 100%;
}
#group-detail .table_in.is-life {
    width: 100%;
    max-width: 280px;
    margin-bottom: 10px;
}
#group-detail .table_in.is-life,
#group-detail .table_in.is-life td {
    border: 1px solid #A8A8A8;
	border-collapse: collapse;
}
#group-detail .table_in.is-life .head {
	border-collapse: collapse;
    background: #4599DA;
    padding: 9px 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3571;
    text-align: center;
    width: 85px;
}
#group-detail .table_in.is-life .head.ver2 {
    border-bottom: 1px solid #FFFFFF;
}
#group-detail .table_in.is-life .head-s {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.315;
    text-align: center;
    border: 1px solid #A8A8A8;
}
#group-detail .table_in.is-life td {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.315;
    text-align: center;
    padding: 7px 0;
    box-sizing: border-box;
}
#group .method_txtlst > p {
    font-size: 13px;
    line-height: 1.538;
}
#group .method_txtlst > p .txt-lnk {
    display: inline;
    text-decoration: underline;
    word-break: break-word;
}
footer .footer_contact .con_time {
    padding: 0 5%;
    box-sizing: border-box;
}
@media (max-width: 374px) {
    body#index,
    body#car,
    body#cancer.other_fire {
        padding-bottom: 58px;
    }
    body#index div#mv ul.mv li,
    body#group div#mv ul.mv li,
    body#group div#mv.exclsv ul.mv li {
        width: 300px !important;
        margin-left: -150px;
        margin-right: 150px !important;
    }
    body#group .mv_in a img {
        width: 300px;
        height: auto;
    }
    .bx-wrapper .bx-prev {
        margin-left: -150px;
    }
    .bx-wrapper .bx-next {
        margin-right: -150px;
    }
    ul.category li h2,
    .cat-ttl {
        font-size: 21px;
    }
    ul.category li .c_content h3 span {
        font-size: 50px;
    }
    ul.category li .c_content h3 span.ver2 {
        font-size: 26px;
    }
    ul.category li .c_content h3 span.ver3 {
        font-size: 14px;
    }
    ul.category li .c_content a span {
        font-size: 14px;
    }
    ul.category li .c_content a.ver2 span {
        font-size: 11px;
    }
    ul.category2 li p {
        font-size: 14px;
    }
    .recCon_wrap {
        padding-top: 45px;
    }
    .recCon_wrap .txt {
        font-size: 15px;
    }
    #life .insurTgl-ttl {
        font-size: 15px;
    }
    #life .insurTgl_dtl dl dt {
        font-size: 18px;
    }
    #life .insurBox-ttl {
        font-size: 16px;
    }
    #life .insurTgl_cost dl {
        width: 100%;
    }
    #life .insurTgl_cost dl dt {
        font-size: 14px;
    }
    .cv_btn img {
        width: 142px;
    }
    #loan .loanMerit-txt {
        font-size: 12px;
    }
    #loan .loanMerit-txt span.clr {
        font-size: 15px;
    }
    #loan .loanMerit-txt span.fs2 {
        font-size: 17px;
    }
    #loan .loanMerit-txt span.fs1 {
        font-size: 16px;
    }
    #loan h3.title{
        font-size: 18px;
    }
    #loan .cnt-ttl{
        font-size: 18px;
    }
    #loan .table-ttl {
        font-size: 18px;
    }
    #loan .cnt_list.is-ver2 li {
        font-size: 13px;
    }
    #dealer .title.is-ver2 span:before {
        top: 2px;
        right: -79px;
        width: 64px;
        height: 50px;
        background: url("../img/dealerservice/dealer_duo-ilst.png") no-repeat center/100%;
    }
    #dealer .title.is-ver2 span:after {
        top: 1px;
        left: -54px;
        width: 32px;
        height: 60px;
        background: url("../img/dealerservice/dealer_joe-ilst.png") no-repeat center/100%;
    }
    #faq .tab-list li a {
        font-size: 12px;
    }
    #group .about_in .question_wrap .lnklst li a .number {
        font-size: 20px;
    }
    #group .method-lst li p .is-fb span {
        width: 83px;
    }
    #group .sign_wrap img {
        width: 42.4vw;
        height: auto;
    }
    #group h2.title span {
        font-size: 22px;
    }
}
