@charset "utf-8";
/* ヘッダー・フッター */
header {
    background: #fff;
    padding: 15px 50px;
}
.p-header_logo{
    height: 33px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.p-header_logo a{
    display: block;
    height: 44px;
}
.p-header_logo a img{
    width: auto;
    height: 100%;
    max-width: inherit;
}
@media screen and (max-width:768px) {
    .p-header_logo{
        height: 18px;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .p-header_logo a{
        display: block;
        height: 26px;
    }
    .p-header_logo a img{
        width: auto;
        height: 100%;
        max-width: inherit;
    }
}
footer {
    background: #eaeaea;
    padding: 3% 0;
    /*margin-top: 10%;*/
}
.fot_nav li {
    position: relative;
    border-bottom: 1px solid #acacac;
    padding: 5px 15px;
}
.fot_nav li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 17px;
    top: calc(50% - 16px );
}
.fot_nav li a {
    display: block;
}
.floating {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10000;
}
.floating__online a, .floating__web a {
    padding: 55px 20px;
    font-weight: bold;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    line-height: 1;
}
.floating__online a {
    background: #6eb6dc;
    margin-bottom: 5px;
}
.floating__web a {
    background: #ff8a18;
}
.floating__online a::before, .floating__online a::after, .floating__web a::before, .floating__web a::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 17px;
    right: 14px;
}
.floating__online a::before {
    background: url("../common_img/icon_headset02.png") no-repeat;
    height: 30px;
    bottom: inherit;
    top: 17px;
}
.floating__web a::before {
    background: url("../common_img/icon_news.png") no-repeat;
    bottom: inherit;
    top: 27px;
}
.floating__online a::after {
    background: url("../common_img/icon_arrow01.png") no-repeat;
}
.floating__web a::after {
    background: url("../common_img/icon_arrow02.png") no-repeat;
}
.fot_ttl {
    padding-left: 15px;
}
@media screen and (max-height: 815px) {
    .floating{
        top: 140px;
        transform-origin: top right;
        transition: transform 0.3s ease;
    }
}
@media screen and (max-height: 755px) {
    .floating{
        transform: scale(0.8);
    }
}
@media screen and (max-height: 630px) {
    .floating{
        transform: scale(0.6);
    }
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 63px;
    z-index: 100000;
}
main{
margin-top:50px;
}
@media screen and (max-width:768px) {
header {
    padding: 5px 10px;
    height: 38px;
}

header a {
    display: block;
    line-height: 1;
}

.fot_ttl {
    padding-left: 4px;
}
}
/* トップページ */

.hd_btn {
    display: flex;
}
.hd_btn a {
    color: #000;
    display: block;
    border: 1px solid #000;
    text-align: center;
    width: 170px;
    margin: 0 3px;
    font-size: 95%;
    line-height: 1;
    padding: 5px;
}
/*.mv {
    background: url("../images/top_pic_01.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 450px 30px 50px 30px;
    color: #fff;
    font-size: 3.4rem;
}*/
.ttl__style__e {
    padding: 10px 15px;
    border-bottom: 1px solid #dfdfdf;
}
.tbl_c {
    margin-top: 15px;
    margin-left: 20px;
}
.tbl_c th {
    padding-right: 30px;
    color: #ababab;
}
.tbl_c tr {
    padding-bottom: 10px;
    display: block;
}
.link__org a {
    color: #e16900;
    text-decoration: underline;
}
.box__gray {
    background: #fcfcfc;
    border: 1px solid #d8dee1;
    padding: 2%;
}

.box__blue {
    background: #fcfcfc;
    border: 2px solid #6dc4f0;
    border-radius: 4px;
    padding: 2%;
}

.box__gray .box__gray__ttl {
    border-bottom: 4px solid #d8dee1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.box__blue .box__blue__ttl {
    border-bottom: 4px solid #d8dee1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.box__gray .box__gray__ttl .icon, .box__blue .box__blue__ttl .icon {
    max-height: 22px;
    max-width: 50px;
}
.box__gray .btn__blue__l a, .box__gray .btn__gray a {
    width: 90%;
    display: inline-block;
    max-width: 190px;
}

.box__blue .btn__blue__l a, .box__blue .btn__gray a {
    width: 90%;
    display: inline-block;
    max-width: 190px;
}

.btn__gray.txt_s a:before {
    left: 8px;
    top: calc(50% - 11px );
}
.bg__gray {
    background: #ebf0f4;
    padding: 2% 0;
}
.ttl__style__f {
    border-bottom: 1px solid #1e6487;
    display: inline-block;
    padding: 15px;
    margin-bottom: 35px;
}
.column__date {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    background: #f3f7fb;
    margin-top: 10px;
    color: #7a8791;
}
.btn__red a {
    display: block;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    background: #dc000c;
}
.top__column__pic img{
	width: 100%;
}
@media screen and (max-width:768px) {
.pb40_sp {
    padding-bottom: 40px !important;
}
/*.mv {
    padding: 250px 20px 30px 20px;
    font-size: 2.2rem;
}*/
.box__gray .btn__blue__l a, .box__blue .btn__blue__l a {
    font-size: 11px;
    padding: 6px 4px 6px 12px;
}
.box__gray .btn__blue__l a, .box__gray .btn__gray a, .box__blue .btn__blue__l a, .box__blue .btn__gray a {
    width: 100%;
}
.tbl_c {
    margin-left: 0;
}
.tbl_c th {
    padding-right: 15px;
}
.box__gray,.box__blue {
    padding: 5% !important;
}
	.link__org a{
    background: #1f3753;
    text-decoration: none;
    color: #fff;
    padding: 8px 30px;
    margin-top: 15px;
    display: inline-block;
	}
}
/* 共通 */
.pankuz {
    margin-top: 1.5%;
    margin-left: 4%;
}
.pankuz li {
    font-size: 12px;
    display: inline-block;
    padding-right: 15px;
}
.pankuz li:before {
    content: '>';
    margin-right: 15px;
}
.pankuz li:first-child:before {
    content: '';
}
.ttl__style__a {
    margin-top: 60px;
    padding-bottom: 15px;
    padding-left: 50px;
    border-bottom: 4px solid #d8dee1;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.ttl__style__a.note {
    background: url("../common_img/icon_book.png") no-repeat left top 4px;
}
.ttl__style__a.doc {
    background: url("../common_img/icon_note.png") no-repeat left top 4px;
}
/*.ttl__style__a.fire {
    background: url("../common_img/icon_fire.png") no-repeat left top 4px;
}*/
.ttl__style__a.news {
    background: url("../common_img/icon_news.png") no-repeat left top 4px;
}
.ttl__style__a.car:before {
    content: "\f1b9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
}
.ttl__style__a.fire:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../images/icon_fire.png") no-repeat;
    width: 39px;
    height: 29px;
}
.ttl__style__a.group:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    background: url("../images/icon_group.png") no-repeat;
    background-size: contain;
    width: 31px;
    height: 33px;
}
.ttl__style__a.group2:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    background: url("../images/icon_group2.png") no-repeat;
    background-size: contain;
    width: 31px;
    height: 33px;
}
.ttl__style__a.other:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    background: url("../images/icon_other.png") no-repeat;
    background-size: contain;
    width: 31px;
    height: 33px;
}
.ttl__style__a.pet:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    background: url("../images/icon_pet.png") no-repeat;
    background-size: contain;
    width: 31px;
    height: 33px;
}
.ttl__style__b {
    background: #fafafa;
    border-bottom: 2px solid #3088b5;
    padding: 10px 30px;
    clear: both;
}



.line_b_dot {
    padding: 30px 0;
    border-bottom: 2px dotted #f6f6f6;
}
.tab_hoken, .tab_money, .tab_kyouiku {
    font-size: 11px;
    padding: 1px 8px;
    margin-left: 15px;
    line-height: 1;
}
.tab_hoken {
    color: #ff4e00;
    border: 1px solid #ff4e00;
}
.tab_kyouiku {
    color: #007f06;
    border: 1px solid #007f06;
}
.tab_money {
    color: #005abf;
    border: 1px solid #005abf;
}
.nav-links {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin: auto;
    display: flex;
	display: -ms-inline-flexbox;
    width: fit-content;
	
}
.nav-links a,.nav-links span {
    border-right: 1px solid #c2c2c2;
    display: block;
    padding: 4px 15px;
    font-size: 14px;
}
.nav-links a:last-child  {
    border-right: none;
}
.line_b_gray {
    border-bottom: 2px solid #b5b5b5;
    padding: 20px 30px;
}

.txt_b {
    color: #3f99c7;
}

@media screen and (max-width:768px) {
.ttl__style__b {
    padding: 10px;
}
.line_b_gray {
    padding: 10px;
}
.ttl__style__a {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.ttl__style__a.news, .ttl__style__a, .ttl__style__a:before {
    background-size: auto 18px !important;
}
}
/* column */
.box_org {
    background: #fff5ed;
    border: 2px solid #ff7902;
    border-radius: 5px;
    position: relative;
    padding: 70px 50px 30px 80px;
    box-shadow: 5px 5px 0 #e8e8e8;
}
.box_org .ttl {
    border: 3px solid #ff7902;
    background: #fff;
    padding: 0 15px;
    color: #d55a00;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 50px;
    top: -15px;
}
.check__org li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d55a00;
    margin-right: 15px;
    margin-left: -30px;
}
.btn_red a {
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 150%;
    padding: 15px;
    background: #dc0000;
    margin: 0 10px;
    text-align: center;
}

@media screen and (max-width:768px) {
.box_org {
    padding: 45px 25px;
}
.btn_red a {
    font-size: 130%;
    padding: 11px;
    margin: 0;
}
.check__org li {
    margin-left: 25px;
}
.box_org .ttl {
    font-size: 19px;
    left: 30px;
}
}
/* news */
.tbl_d {
    width: 100%;
    margin-top: 2%;
}
.tbl_d a {
    text-decoration: underline;
}
.tbl_d th, .tbl_d td {
    padding: 25px 50px;
    border-bottom: 1px dotted #ebebeb;
}
.tbl_d th {
    padding-right: 0 !important;
    width: 15%;
    font-weight: normal;
}

@media screen and (max-width:768px) {
.tbl_d {
    margin-top: 0;
}
.tbl_d th, .tbl_d td {
    padding: 20px;
    border-bottom: 1px dotted #ebebeb;
}
}
/* car */
.ttl__style__blue {
    border: 4px solid #3f99c7;
    border-radius: 50px;
    display: inline-block;
    color: #3f99c7;
    padding: 5px 25px;
    font-size: 115%;
    font-weight: bold;
}
.box__merit > div {
    background: #ebebeb;
    height: 170px;
    box-sizing: border-box;
    padding: 12px 20px;
}
.box__merit .box__merit__num {
    background: #2e7599;
    border-radius: 50px;
    color: #fff;
    padding: 3px 20px 5px 20px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}
.btn__blue__l a {
    background: #3f99c7;
    width: 100%;
    max-width: 600px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.btn__blue__l a img {
    margin-left: 10px;
    vertical-align: middle;
}
.line__gray__t {
    padding: 3%;
    border-top: 2px solid #ededed;
}
.w600 {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
#entry {
    padding: 3% 0;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #ededed;
    text-align: center;
}
.p-element01{
    width: 940px;
    gap:20px;
}
@media screen and (max-width:768px) {
    .p-element01{
        width: 100%;
        gap: 0px;
        flex-wrap: wrap;
    }
    .p-element01 > div{}
    .p-element01 > div:nth-child(1){}
    .p-element01 > div:nth-child(2){}
    .p-element01 > div:nth-child(3){
        width: 100%;
    }
}
.p-element02{margin-top: 80px;}
.p-element02 > div{
    /* border-top: 1px solid; */
    position: relative;
}
.p-element02 > div::before{
    content:"";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ededed;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    margin: auto;
}
@media screen and (max-width:768px) {
    .p-element02 > div::before{
        display: none;
    }
}
.p-element03{
    padding: 8px 0;
}
.p-element07 > div > span{
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-element04{
    justify-content: center;
    gap: 40px;
}
/*.p-element04 > div{
    flex-basis: calc(100% / 3 - 40px * 2 / 3);
}*/
@media screen and (max-width:768px) {
.p-element04{
    justify-content: center;
    gap: 10px;
}
.p-element04 > div{
    flex-basis: calc(100%);
}
    .p-element04 > div > figure{
        margin:auto;
        max-width: 80%;
    }
.p-element07 > div > span{
    height: 110px;
    padding: 35px 30px;
}
}
.p-element06{
    padding: 15px 0;
}
.btn__gray a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    background: #d8dee1;
    position: relative;
    display: block;
}

.btn__gray span {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    background: #dddddd;
    position: relative;
    display: block;
    color: #bbbbbb;
}

.btn__gray span:before {
    /*content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
    position: absolute;
    color: #bbbbbb;
    left: 17px;
    top: calc(50% - 16px );
}


.btn__gray a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: calc(50% - 16px );
}

.btn__gray span:hover {
    background: #dddddd;
}

.btn__gray a:hover {
    background: #adb2b5;
}
#entry .flex-container.col3 > div, .flex-container.col3 > li {
    margin-bottom: 0;
}
.ttl__style__c {
    border-bottom: 2px solid #ededed;
    display: inline-block;
    padding: 20px;
}
.box__flow__txt {
    text-align: center;
    background: #b9e8ff;
    padding: 10px;
    box-sizing: border-box;
}
.box__flow__pic {
    position: relative;
}
.box__flow__pic span {
    background: #3088b5;
    color: #fff;
    font-size: 11px;
    position: absolute;
    left: 10px;
    top: 14px;
    padding: 0 9px;
}
.line__gray__r {
    border-right: 2px solid #ededed;
}
.btn__blue__l.max300 a, .btn__gray.max300 a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.btn__blue__l.max400 a, .btn__gray.max400 a {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.btn__blue__l.max450 a, .btn__gray.max450 a {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.btn__blue__l.max300 span, .btn__gray.max300 span {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.btn__blue__l.max400 span, .btn__gray.max400 span {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.btn__blue__l.max450 span, .btn__gray.max450 span {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.txt_navy{
	color: #3088b5;
}
.pa10{
	padding: 10px !important;
}
@media screen and (max-width:768px) {
.box__flow {
    width: 100%;
}
.box__flow__txt {
    font-size: 12px;
	    padding-left: 65px;
}
.btn__gray a {
    font-size: 11px;
    padding: 6px 4px 6px 12px;
}
.fot_group .btn__gray a {
    font-size: inherit;
}
.btn__gray a:before {
    left: 8px;
    top: calc(50% - 10px );
}
.max75p_sp img {
    max-width: 75%;
}
/*.inner, .outer {
    width: 95%;
}*/
.pr10_sp {
    padding-right: 10px !important;
}
.pl10_sp {
    padding-left: 10px !important;
}
.ttl__style__c {
    padding: 10px;
}
.box__merit .box__merit__num {
    font-size: 14px;
}
}
/* 火災保険 */
.ttl__style__org, .ttl__style__sky {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    background: #f3bb78;
}
.ttl__style__sky {
    background: #90d9ff;
}
.sup {
    vertical-align: top;
    font-size: 14px;
}
.pic__hoken {
    background: #f9f6ef;
    position: relative;
    text-align: center;
}
.pic__hoken span {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}
.txt_org {
    color: #ff7a03;
}
.balloon1-left {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding: 7px 10px;
    width: calc(100% - 15px );
    color: #fff;
    font-size: 110%;
    text-align: center;
    background: #ff7902;
}
.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 15px solid #ff7902;
}

@media screen and (max-width:768px) {
.balloon1-left {
    line-height: 1.2;
    font-size: 15px;
    text-align: left;
}
}
/* tab */
.tab_wrap {
    width: 100%;
    margin: 0 auto;
}
.tab_wrap input[type="radio"] {
    display: none;
}
.tab_area {
    font-size: 0;
    margin: 0 auto;
    border-right: 1px solid #dadada;
    width: 100%;
    max-width: 875px;
    position: relative;
    display: flex;
}
@media screen and (max-width:768px) {
    .tab_area {
        flex-wrap: wrap;
        border-right: 0;
    }
    .tab_area > div{
        flex-basis: calc(100% / 2);
        border-bottom: 0!important;
    }
    .tab_area > div:nth-child(1){}
    .tab_area > div:nth-child(2){
    border-right: 1px solid #dadada;
}
    .tab_area > div:nth-child(3){border-bottom: 1px solid #dadada!important;}
    .tab_area > div:nth-child(4){border-right: 1px solid #dadada;border-bottom: 1px solid #dadada!important;}
    .tab_area > div:nth-child(5){border-right: 1px solid #dadada;border-bottom: 1px solid #dadada!important;flex-basis:calc(100% / 2 + 1px)}
}
.tab_area:before, .tab_area:after {
    content: '';
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -110px;
    background: #dadada;
}
.tab_area:after {
    right: -110px;
    left: inherit;
}
.tab_area label,
.tab_area > div {
    width: 25%;
    margin: 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border: 1px solid #dadada;
    border-right: none;
    color: #000;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_area label a,
.tab_area > div a{
    padding: 14px;
    display: block;
    width: 100%;
}
.tab_area > div.active {
    background: #d8ecf6;
}

.tab_area label:hover {
    opacity: 0.5;
}
.panel_area {
    background: #fff;
}
.tab_panel {
    width: 100%;
    padding: 60px 0 20px;
    display: none;
}
.panel_area {
    margin: 0 auto;
    width: 100%;
    max-width: 875px;
}
#tab1:checked ~ .tab_area .tab1_label, #tab2:checked ~ .tab_area .tab2_label, #tab3:checked ~ .tab_area .tab3_label, #tab4:checked ~ .tab_area .tab4_label {
    background: #d8ecf6;
    color: #000;
}
#tab1:checked ~ .panel_area #panel1, #tab2:checked ~ .panel_area #panel2, #tab3:checked ~ .panel_area #panel3, #tab4:checked ~ .panel_area #panel4 {
    display: block;
}
/* 保険金請求 */
.ttl__style__d {
    border-bottom: 2px solid #1e6487;
    display: inline-block;
    padding: 20px;
    color: #1e6487;
}
.seikyu__flow {
    display: flex;
    width: 100%;
    justify-content: center;
}
.seikyu__flow li {
    position: relative;
    width: 19%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    background: #ebebeb;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 45px;
}
.seikyu__flow li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -27px;
    top: calc(50% - 8px );
    color: #1e6487;
}
.seikyu__flow li:last-child {
    margin-right: 0 !important;
}
.seikyu__flow li:last-child:before {
    content: "" !important;
}
.seikyu__box {
    border: 1px solid #dadada;
    padding: 0 !important;
    text-align: center;
    font-weight: bold;
}
.seikyu__box__ttl {
    border-bottom: 1px solid #dadada;
    background: #d8ecf6;
    padding: 5px;
}
.btn__navy__l a {
    border-radius: 8px;
    background: #1e6487;
    display: block;
    box-shadow: 3px 3px 0 #e8e8e8;
    text-align: center;
    padding: 15px;
    max-width: 290px;
    color: #fff;
    font-weight: normal;
    margin: 20px auto 0 auto;
}

@media screen and (max-width:768px) {
.seikyu__flow li {
    margin-right: 25px;
    font-size: 12px;
    padding: 5px;
}
.seikyu__flow li:before {
    font-size: 10px;
    right: -16px;
    top: calc(50% - 5px );
}
.ttl__style__d {
    padding: 10px;
}
.tab_panel {
    padding: 30px 0;
}
.tab_area:before, .tab_area:after {
    display: none;
}
.tab_area label {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 5px;
}
}
/* 団体保険 */
.box__merit.blue > div {
    background: #3f99c7;
}
.box__merit.blue > div p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
}
.tbl_a th, .tbl_a td {
    border: 1px solid #d8dee1;
    padding: 10px;
    font-size: 1.4rem;
}
.tbl_a th{
    white-space: nowrap;
}
@media screen and (max-width:768px) {
.tbl_a th{
    white-space: inherit;
}
}
.tbl_a tr:nth-child(odd) th {
    background: #ffb35b;
    text-align: center;
}
.tbl_a tr:nth-child(even) th {
    background: #ffd4a1;
    text-align: center;
}
.tbl_b th, .tbl_b td {
    border: 1px solid #d8dee1;
    padding: 5px;
    font-size: 1.4rem;
    text-align: center;
	vertical-align: middle;
}
.tbl_b tr td:nth-child(5), .tbl_b tr td:nth-child(6) {
    text-align: right;
}
.tbl_b th {
    background: #3088b5;
    vertical-align: middle;
}

.tbl_z th, .tbl_z td {
    border: 1px solid #d8dee1;
    padding: 10px;
    font-size: 1.4rem;
}
.tbl_z tr:nth-child(odd) th {
    background: #f7a3a3;
    text-align: center;
}
.tbl_z tr:nth-child(even) th {
    background: #ffd4a1;
    text-align: center;
}

.tbl_z td {
    width: 300px;
}


.td_org {
    background: #ff8a18;
    font-weight: bold;
}
.noline {
    border: none !important;
}
#btn_group a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border: 3px solid #dc000c;
    border-radius: 5px;
    color: #dc000c;
    font-size: 2.0rem;
}
.w800 {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.flex-container > div.w50 {
    width: 50%;
}


@media screen and (max-width:768px) {
.flex-container.col3 img{
    max-width: inherit;
    width: 100%;
}
.tbl_a th {
    width: 35%;
}
.tbl_a td {
    width: 65%;
}
.line__gray__r {
    border: none !important;
    padding-bottom: 40px !important;
}
#btn_group a {
    padding: 5px;
    border: 2px solid #dc000c;
    font-size: 1.6rem;
}
.box__merit.blue > div p {
    font-size: 1.6rem;
    margin-top: 8px;
}
.tbl_b {
    width: 500px;
}
.tbl_b_wrap {
    overflow-x: scroll;
    padding-bottom: 15px;
}
}
/* 生命保険 */

.ttl__style__a.heart:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
}
.box__check {
    background: #f2f5f7;
    border: 4px solid #3f99c7;
    box-sizing: border-box;
    width: 100%;
    padding: 2% 3%;
}
.box__check li {
    background: url("../common_img/icon_check.png") no-repeat top 7px left;
    padding-left: 30px;
    margin: 10px 0;
}
.link__com span {
    padding: 35px;
    display: block;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
}
.box__tokucyou {
    border: 2px solid #cfcfcf;
    padding: 3%;
    margin-top: 20px;
}
.style__list li {
    list-style: disc;
}
.btn__yel a, .btn__org a {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-bottom: 4px solid #eeeeee;
    background: #ffb639;
    padding: 5px;
    max-width: 270px;
width: 100%;
    box-sizing: border-box;
}
.btn__org a {
    background: #ff8839;
}
.flex-container.col2.link__com > div {
    width: 49%;
}

.flex_sp {
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
.link__com a {
    padding: 15px;
}
.style__list li {
    margin-left: 25px;
}
.flex_sp {
    display: flex;
    align-items: center;
}
.box__tokucyou .afrac img {
    max-width: 38%;
}
.box__tokucyou .orix img {
    max-width: 45%;
}
.box__tokucyou .axa img {
    max-width: 90%;
}
}
/* グローバルメニュー */
.hd_nav {
    position: relative;
}
.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 38px;
}
.navbar_toggle {
    z-index: 9999;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 6px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 1000;
    position: relative;
}
.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 767px) {
main{
margin-top:150px;
}
#top main{
margin-top:0px;
}

.hd_nav {
    display: flex;
    flex-direction: row;
    background: #c2cbca;
}
.navbar_toggle {
    display: none;
}
.menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu ul {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1160px;
    margin: auto;
}
.menu ul li {
    padding: 0 5px;
    border-bottom: none;
}
.menu ul li a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    display: block;
    min-width: 80px;
    text-align: center;
}
.line__r {
    border-right: 1px solid #919797;
    padding-right: 15px !important;
    margin-right: 10px;
}
}
@media screen and (max-width: 1000px) {
.menu ul li a {
    padding: 3px 10px;
    min-width: inherit;
    font-size: 15px;
}
}
@media screen and (max-width: 768px) {
.hd_nav {
    width: 100%;
    height: 38px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}
.drawer {
    margin-left: auto;
    width: 40px;
}
.menu {
    background: #434343;
    padding: 60px 20px 40px 20px;
    margin-top: -38px;
}
.menu ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    color: #fff;
    display: block;
    position: relative;
}
.menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 17px;
    top: calc(50% - 16px );
    color: #fff;
}
.menu .sp {
    display: block !important;
}
.fot_nav li:before {
    right: 4px;
    top: inherit;
    bottom: calc(50% - 10px );
}
.fot_nav li {
    line-height: 1.4;
    padding: 7px 15px 7px 4px;
}
}


/* news */
#news h4{
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
#news h4 {
    font-size: 1.6rem !important;
    line-height: 1.5;
}
}



/*========= 上部固定させるためのCSS ===============*/

@media screen and (min-width: 768px) {
.hd_nav{
position: fixed;
  z-index: 100000;
  top:63px;
  left:0;
width:100%;
}

#top .hd_nav{
position: inherit;
}
#top .hd_nav.fixed{
position: fixed;
}

}
.mv{
    min-height: 444px;
}
@media screen and (max-width: 768px) {
    .mv{
        min-height: inherit;
    }
}
.mv .slick{
    display: none;
}
.mv .slick.slick-initialized{
    display: block;
}
/* slick */
.center { margin: 0 0 50px;}
.center img { width: 100%; height: auto;}
.center .slick-next { right: calc( 10% + 30px ); z-index: 99;}
.center .slick-prev { left: calc( 10% + 30px ); z-index: 100;}
.slick-slide{
margin:0 15px !important;
}
.slick-dots li button:before {
    font-size: 14px !important;
    line-height: 0px !important;
    bottom: -25px !important;
    top: inherit !important;
}
.slick-dots li.slick-active button:before{
color:#37adbb !important;
}
.slide-arrow{
width:23px !important;
height:42px !important;
}

@media screen and (max-width: 768px) {
.center { margin: 0 0 30px;}
.center .slick-next { right: 20px;}
.center .slick-prev { left: 20px;}
.slick-slide{
margin:0 !important;
}
.slide-arrow{
width:9px !important;
height:17px !important;
}
.slick-dots li{
margin:0 !important;
}
}


/* 追加　退職後の手続き */
.ttl__style__a.taishoku {
    background: url("../common_img/icon_taishoku.png") no-repeat left top;
}
.nav__blue a{
	color: #3088b5;
	border-radius: 5px;
	display: block;
	padding: 2px 30px;
	text-align: center;
	border: 2px solid #3088b5;
}
.ttl__style__g{
	background: #e9eced;
	border-bottom: 2px solid #3088b5;
	padding: 5px 30px;
}
.ttl__style__h {
    border-bottom: 2px solid #0070b3;
    padding: 5px 10px;
    color: #0070b3;
}
.txt_red{
	color: #db0000;
}
#taishoku .pa30{
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
.nav__blue a {
    padding: 2px 10px;
}
}


.box_flow_l,.box_flow_r{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.box_flow_l img,.box_flow_r img{
    width: 100%;
height: 100%;
}
.box_flow_l .pic,.box_flow_l .text,
.box_flow_r .pic,.box_flow_r .text{
    width: 50%;
text-align: center;
color:#fff;
box-sizing: border-box;
    font-weight: bold;
    display: flex;
}

.box_flow_l .text span,
.box_flow_r .text span{
    display: flex;
    align-items: center;
    justify-content: center;
width: 100%;
}
.box_flow_l .text{
background: linear-gradient(#40adc7, #3088b5);
    padding: 15px;
}
.box_flow_r .text{
background: linear-gradient(#ff84be, #fd1c8b);
    padding: 15px;
}
@media screen and (min-width: 768px) {
.box_flow_l .text,
.box_flow_r .text{
    width: 40%;
}
.box_flow_l .pic,
.box_flow_r .pic{
    width: 60%;
}
}
@media screen and (max-width: 768px) {
.box_flow_l .text,.box_flow_r .text {
    padding: 10px 4px;
    font-size: 11px;
    line-height: 1.4;
}
}

/* 追加修正 */
.box__tokucyou div.w30.line_b{
    width: 36%;
    padding-right: 8%;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 20px;
}
.box__tokucyou div.w66.line_b{
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 20px;
}
p.clmnimg01 {
    float: left;
    width: 350px;
    margin-right: 20px;
}
/*ツールチップCSS*/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #ffd966;
  color: #000;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* UNRELATED to tooltips */

/*main {
  flex: 1 1 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #49b293;
  color: #fff;
  padding: 1em;
}
main div {
  text-align: center;
  color: #353539;
}
main span {
  padding: .5em 1em;
  margin: .5em;
  display: inline-block;
  background: #dedede;
}

aside a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: .4em 1em;
}/*
/*tool ココまで*/

@media screen and (max-width: 768px) {
.box__tokucyou div.w30.line_b {
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 0;
}
p.clmnimg01 {
    text-align: center;
    width: 100%;
    float: none;
    padding: 0 5%;
}
}

.p-group_banner_col3{

}
.p-group_banner_col3 div{

}
.p-group_banner_col3 div img{
    width: 100%;
    max-width: inherit;
}
.fot_pet{
    border-top: 2px solid #ededed;
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
.fot_pet{
    border-top: 2px solid #ededed;
    padding-top: 20px;
    margin-top: 20px;
}
}

.p-column4{
    justify-content: flex-start;
    gap: calc(8% / 3);
    & > div{
        flex-basis: calc(23%);
    }
}
@media screen and (max-width: 768px) {
.p-column4{
    justify-content: space-between;
    gap: inherit;
    & > div{
        flex-basis: calc(49%);
    }
}
}