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

/*---------------------------------

  introduction

---------------------------------*/
.introduction{
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.introduction p{
    margin-bottom: 35px;
}
.scroll_menu{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-top: solid 1px #3ccb9c;
    border-bottom: solid 1px #3ccb9c;
    padding: 15px 10px;
}
.scroll_menu a{
    display: block;
    position: relative;
    padding: 10px 20px 10px 10px;
    line-height: 1em;
    margin: 0 15px;
    transition: .35s;
}
.scroll_menu a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
    transition: .35s;
}
.scroll_menu a:hover{
    opacity: .7;
}
.scroll_menu a:hover::before{
    top: 18px;
}
#songai, #seimei{
    scroll-margin-top: 134px;
}


/*---------------------------------

  損害保険

---------------------------------*/
.songai_wrapper{
    margin-bottom: 80px;
}
.songai_wrapper h3, .seimei_wrapper h3{
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #3ccb9c;
    padding: 16px 0;
    font-weight: 500;
    margin-bottom: 40px;
}
.songai_wrapper h4, .seimei_wrapper h4{
    height: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.songai_wrapper h4 img, .seimei_wrapper h4 img{
    height: 100%;
    width: auto;
}
.songai_list_wrapper{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.songai_list_wrapper input[type="radio"]{
    display:none;
}
.tab_area{
    display: flex;
    justify-content: center;
}
.tab_area label{
    width: 50%;
    display:inline-block;
    padding:18px 0;
    background: #f4f4f4;
    color: #111;
    font-size: 18px;
    text-align:center;
    cursor:pointer;
      transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
}
.tab1_label{
    margin-right: 8px;
}
.tab2_label{
    margin-left: 8px;
}
.panel_area{
    background-color: #fdf9ee;
    padding: 45px 25px;
}
.tab_panel{
    width:100%;
    display:none;
}
#tab1:checked ~ .tab_area .tab1_label{
    background: #fdf9ee;
    color: #3ccb9c;
    font-weight: 500;
    border-bottom: solid 2px #3ccb9c;
    position: relative;
}
#tab1:checked ~ .tab_area .tab1_label::before{
    content: '';
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #3ccb9c;
}
#tab1:checked ~ .panel_area #panel1{
    display:block;
    animation:tabAnim ease 0.6s forwards;
    -ms-animation:tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label{
    background: #fdf9ee;
    color: #3ccb9c;
    font-weight: 500;
    border-bottom: solid 2px #3ccb9c;
    position: relative;
}
#tab2:checked ~ .tab_area .tab2_label::before{
    content: '';
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #3ccb9c;
}
#tab2:checked ~ .panel_area #panel2{
    display:block;
    animation:tabAnim ease 0.6s forwards;
    -ms-animation:tabAnim ease 0.6s forwards;
}
@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}
.tab_panel_inner{
    display: flex;
    flex-wrap: wrap;
}
.tab_panel_inner a{
    display: block;
    width: calc(33.333% - 4%);
    margin: 0 2% 3%;
    transition: .6s;
}
.tab_panel_inner a p{
    overflow: hidden;
}
.tab_panel_inner a p img{
    transition: .6s;
}
#panel2 .tab_panel_inner a:nth-of-type(7), #panel2 .tab_panel_inner a:nth-of-type(8), #panel2 .tab_panel_inner a:nth-of-type(9){
    margin-bottom: 0;
}
.tab_panel_inner a:hover p img{
    transform: scale(1.02);
    opacity: .7;
}
.insurance_category{
    padding: 12px 10px 12px 14px;
    font-weight: 500;
    background-color: #fff;
    background-image: url("../img/business/outlink.png");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 95% center;
}
.insurance_category.kigyozaisan{
    font-size: 15px;
}
.insurance_category .small{
    font-size: 13px;
}
.others{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


/*---------------------------------

  商工会議所会員の法人様向け保険制度

---------------------------------*/
.shokokai_wrapper{
    margin-bottom: 80px;
}
.shokokai_inner{
    text-align: center;
}
.shokokai_inner h5{
    height: auto;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    border-bottom: solid 1px #3ccb9c;
    width: fit-content;
    margin-bottom: 25px;
    padding-bottom: 4px;
}
.shokokai_inner h5 span{
    color: #1dc765;
}
.shokokai_inner p{
    padding-bottom: 20px;
}


/*---------------------------------

  生命保険

---------------------------------*/
.seimei_wrapper{
    margin-bottom: 80px;
}
.seimei_list_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.seimei_list_wrapper>a{
    display: block;
    width: calc(50% - 4%);
    margin: 0 2% 3%;
    transition: .35s;
    background-color: #fdf9ee;
    border: solid 1px #1dc765;
    padding: 25px 3%;
}
.seimei_list_wrapper>a:hover{
    opacity: .6;
}
.seimei_list_wrapper>a>p:first-of-type{
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    background-image: url("../img/business/outlink_02.png");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right center;
}
.seimei_list_wrapper>a>p:first-of-type::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../img/business/arrow_02.png) center / 5px auto no-repeat #fff;
    border: solid 1px #1dc765;
    transition: .35s;
}
.seimei_list_wrapper>a>p span{
    font-size: 18px;
}
.seimei_list_wrapper>a>p:last-of-type{
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 20px;
    position: relative;
}
.seimei_list_wrapper>a>p:last-of-type::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1dc765;
}
.seimei_wrapper .others{
    background-color: #f8f8f8;
    padding: 25px;
}


/*---------------------------------

  リスク

---------------------------------*/
.risk_wrapper{
    background: url("../img/business/risk_bg.jpg") center / cover no-repeat;
    padding: 40px;
    margin-bottom: 70px;
}
.risk_inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.risk_content{
    width: 50%;
    padding: 0 5%;
}
.risk_content h4{
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 1.8em;
}
.risk_content h4 span{
    color: #1dc765;
}
.risk_content p{
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.8em;
}
.risk_content a.btn_bg{
    margin: 0;
}
.risk_content a.btn_bg:hover:before {
    z-index: 0;
}


@media print, screen and (max-width: 1100px) {
    .tab_panel_inner a {
        width: calc(33.333% - 2%);
        margin: 0 1% 3%;
    }
}


@media print, screen and (max-width: 1000px) {
    #songai, #seimei{
        scroll-margin-top: 56px;
    }
    .tab_panel_inner a {
        width: calc(50% - 4%);
        margin: 0 2% 3%;
    }
    .seimei_list_wrapper{
        width: 100%;
    }
    .seimei_list_wrapper>a>p:first-of-type {
        font-size: 18px;
    }
    
}


@media print, screen and (max-width: 750px) {
    .introduction {
        max-width: 500px;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .introduction p {
        margin-bottom: 25px;
    }
    .scroll_menu{
        padding: 10px;
    }
    .songai_wrapper h3, .seimei_wrapper h3 {
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 30px;
    }
    .songai_wrapper h4, .seimei_wrapper h4 {
        margin-bottom: 25px;
    }
    .songai_list_wrapper {
        width: 100%;
        max-width: 500px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .tab_area label{
        font-size: 16px;
        padding: 14px 0;
    }
    .tab1_label {
        margin-right: 1px;
    }
    .tab2_label {
        margin-left: 1px;
    }
    #tab1:checked ~ .tab_area .tab1_label::before {
        bottom: -14px;
        border: 6px solid transparent;
        border-top: 6px solid #3ccb9c;
    }
    #tab2:checked ~ .tab_area .tab2_label::before{
        bottom: -14px;
        border: 6px solid transparent;
        border-top: 6px solid #3ccb9c;
    }
    .panel_area {
        padding: 30px 10px 20px;
    }
    #panel2 .tab_panel_inner a:nth-of-type(7), #panel2 .tab_panel_inner a:nth-of-type(8), #panel2 .tab_panel_inner a:nth-of-type(9) {
        margin-bottom: 10px;
    }
    .tab_panel_inner a{
        width: calc(100%);
        margin: 0 0 10px;
        display: flex;
    }
    .others {
        font-size: 15px;
    }
    .insurance_category {
        padding: 8px 10px 8px 12px;
        background-position: right 10px bottom 10px;
        line-height: 1.4em;
        display: flex;
        align-items: center;
    }
    .tab_panel_inner a p{
        width: 50%;
    }
    .shokokai_wrapper{
        margin: 0 auto;
        max-width: 500px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .songai_wrapper {
        margin-bottom: 0px;
    }
    .shokokai_inner h5 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 4px;
    }
    .shokokai_inner p {
        padding-bottom: 15px;
        text-align: left;
    }
    .risk_wrapper {
        background: url(../img/business/sp_risk_bg.jpg) center / cover no-repeat;
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    .risk_inner {
        width: 100%;
        max-width: 500px;
    }
    .risk_content {
        width: 100%;
        padding: 0;
    }
    .risk_content h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .seimei_list_wrapper {
        width: 100%;
        max-width: 500px;
        padding: 0 15px;
        margin-bottom: 15px;
        display: block;
    }
    .seimei_list_wrapper>a {
        width: calc(100%);
        margin: 0 0 10px;
        padding: 15px;
    }
    .seimei_list_wrapper>a>p:first-of-type {
        font-size: 16px;
        line-height: 1.5em;
    }
    .seimei_list_wrapper>a>p span {
        font-size: 15px;
    }
    .seimei_list_wrapper>a>p:last-of-type {
        font-size: 14px;
    }
    .seimei_wrapper .others {
        padding: 20px 15px;
        text-align: left;
        line-height: 1.6em;
    }
    .seimei_wrapper {
        margin-bottom: 60px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}