@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;
}

a{
    display:block;
}

a:hover{
    opacity:0.8;
}


.inner{
    width:95%;
    margin:0 auto;
    padding:20px 0;
    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 a.header_logo{
    float:left;
}

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

header a.header_logo.ver2 img{
    width:100%;
    max-width:276px;
}
@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;
    height:66px;
    /*border-bottom:solid 2px #ff9933;*/
    z-index: 100;
    background-color: #fff;
    top: 0;
    overflow: unset;
}
    /*開閉ボタン*/
    #nav_toggle{
        display: block;
        width: 11%;
        height: 62px;
        position: relative;
        top: 4px;
        z-index: 100;
        /*background-color:#59472f;*/
    }
    #nav_toggle div {
        position: relative;	}

    #nav_toggle {
        position:absolute;
        top:10px;
        right:10px;
    }

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

    #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) {
            top: 15px;
           -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        .open #nav_toggle span:nth-child(2) {
            width: 0;
            left: 50%;
        }
        .open #nav_toggle span:nth-child(3) {
            top: 9px;
            -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%;
}

header.sp_header nav ul {
    height: -webkit-calc(100% - 68px);
    height: calc(100% - 68px);
    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>ul>li a{
    text-decoration:none;
    font-size:90%;
    display:block;
    padding:5px;
    border-bottom:solid 1px #c80019;
}
header.sp_header nav>ul>li a.is-non{
    pointer-events: none;
}

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

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

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

header.sp_header nav>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 0 !important;
}

header.sp_header nav ul li img{
    width:50px;
    height:auto;
}

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: 23px center;
    background-size: 15px;
    padding:9px 0;
    padding-left: 65px;
    color: #595757;
}

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

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

/*コンテンツ*/
section#content>.inner{
    /*margin-top:30px;*/
    padding-top:0;
}

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

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

}

div#mv div.bx-wrapper{
    box-shadow:none;
    border:none;
    margin-bottom:20px;
}

.bx-wrapper .bx-controls-direction a{
    margin-top:0 !important;
    top: 39% !important;
}

.bx-wrapper .bx-next{
    right:0 !important;
}

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

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

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;
}

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

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

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

ul.category li h2{
    font-size:23px;
    font-weight:bold;
    padding:7px 7px 7px 70px;
    /*margin-bottom:20px;*/
    background-image:url(../img/common/icon01.png);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:70px auto;
}

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

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

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

ul.category li .c_content{
    border:solid 2px #c80019;
    padding:20px 20px 35px 20px;
    box-sizing:border-box;
}

ul.category li .c_content h3{
    text-align:center;
    color:#c80019;
    font-size:22px;
    /*padding-bottom:10px;*/
    border-bottom:solid 1px #c80019;
    margin-bottom:20px;
}

ul.category li .c_content h3 span{
    color:#c80019;
    font-size:56px;
    font-weight:bold;
    display:inline-block;
    margin:0 5px;
}

ul.category li .c_content h3 sup{
    color:#c80019;
}

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

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

ul.category li:last-child .c_content img{
    width:80%;
    height:auto;
    display:block;
    margin:25px auto;
}

ul.category li .c_content a{
    padding:15px;
    box-sizing:border-box;
    border:solid 2px #5f6d7f;
    border-radius:50px;
    margin-bottom:30px;
}
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:8px auto;
    display:block;
    text-align:center;
    font-size:13px;
}

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

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 a{
    width:100%;
    margin-right:20px;
    border:solid 2px #c80019;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    margin-bottom:20px;
    font-size:17px;
}

ul.category2 a:last-child{
    margin-right:0;
}

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(255,255,255,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;
}

ul.category2 li img{
    height:135px;
    width:auto;
    margin:10px auto;
    display:block;
}

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

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

/*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;
}
ul.category li{
    padding:5px;
    box-sizing:border-box;
}

#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;
}
#index ul.category li:nth-child(4) .c_content h3 {
    font-size: 16px;
    padding-bottom: 15px;
}
#index ul.category li:last-child h2 {
    background-image: url(../img/common/icon09.png);
}
/*お客様サポート*/
.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 div#mv ul.mv li{
    float:none;
    max-width:1920px;
    width:100% !important;
}

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

#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%;
}

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;
}

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;
}
/*202303*/
#cancer .cnrFlt_in.ver2{
    margin: 30px 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 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 .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 li {
    float: none;
    max-width: 1920px;
    width: 100% !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 .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 .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;
}
@media (max-width: 374px) {
    #life-stage .ttl_txt span {
        padding: 70px 0 0 20px;
    }
    #life-stage .cntLst_txt {
        font-size: 14px;
    }
}/*@media*/
/*生命保険*/
#life .mv_wrap img {
    width: 100%;
    height: auto;
}
#life ul.links li {
    width: 100%;
}
#life h2.title span {
    background-image: url(../img/common/icon09.png);
    background-size: 70px auto;
    padding-left: 60px;
}
#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;
}
#life .service-ttl {
    margin-bottom: 20px;
}
#life .service-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}
#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 {
    border-bottom: solid 1px #bcbcbc;
    padding: 50px 0;
}
#life .insurBox_wrap:last-child {
    border-bottom: none;
}
#life .insurBox_ttl {
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
}
#life .insurBox_ttl span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -15px center;
    background-size: 70px auto;
    padding-left: 60px;
    box-sizing: border-box;
}
#life .insurBox_ttl.n1 span {
    display: inline-block;
    background-image: url(../img/common/icon04.png);
}
#life .insurBox_ttl.n2 span {
    display: inline-block;
    background-image: url(../img/common/icon10.png);
}
#life .insurBox_ttl.n3 span {
    display: inline-block;
    background-image: url(../img/common/icon12.png);
}
#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: 18px;
    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: 0;
    padding: 5px 0;
}
#life .insurBox_lnk li:first-child {
    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.2em;
    font-size: 16px;
}
#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;
}
footer .footer_contact .con_time {
    padding: 0 5%;
    box-sizing: border-box;
}