@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: 8px;
    height: 8px;
    background: url("../img/business/arrow_01.png") center / 8px auto 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;
    background-color: #fdf9ee;
    padding: 45px 35px;
}
.songai_list_column{
    display: flex;
    flex-wrap: wrap;
}
.songai_list_column a{
    display: block;
    width: calc(50% - 4%);
    margin: 0 2% 3%;
    transition: .6s;
}
.songai_list_column a p{
    overflow: hidden;
}
.songai_list_column a p img{
    transition: .6s;
}
.songai_list_column a:hover p img{
    transform: scale(1.02);
    opacity: .7;
}
.songai_list_column a:nth-of-type(3){
    margin-bottom: 0;
}
.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: 14px auto;
    background-position: 95% center;
}
.insurance_category .small {
    font-size: 13px;
}


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

  ネットで加入できる保険

---------------------------------*/
.online_insurance_wrapper{
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 80px;
}
.online_insurance_wrapper h5{
    height: auto;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    border-bottom: solid 1px #3ccb9c;
    width: fit-content;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
.online_insurance_wrapper ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.online_insurance_wrapper ul li{
    height: 42px;
    width: calc(25% - 2%);
    margin: 0 1% 25px 1%;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 5px 10px;
}
.online_insurance_wrapper ul li img{
    height: 100%;
    width: auto;
}
.online_insurance_wrapper ul li span{
    display: block;
    padding-left: 10px;
    color: #1dc765;
    font-weight: 500;
    font-size: 18px;
}
.online_insurance_wrapper p{
    text-align: center;
    padding-bottom: 25px;
}
.online_insurance_wrapper .btn{
    max-width: 280px;
}
.online_insurance_wrapper .btn_bg:before{
    transform: translateX(-84%) translateY(-25%) rotate(40deg);
}
.online_insurance_wrapper .btn_bg span {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    background: url("../img/business/outlink.png") right center / 12px auto no-repeat;
}
.online_insurance_wrapper .btn_bg:hover span{
    background: url("../img/business/outlink_03.png") right center / 12px auto no-repeat;
}


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

  生命保険

---------------------------------*/
.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: 22px 30px 0;
    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:first-of-type::after{
    content: '&LIFE';
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 15px;
    font-family: 'Montserrat', 'Century Gothic', sans-serif;
    color: #1dc765;
    font-weight: 700;
}
.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;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


@media print, screen and (max-width: 1000px) {
    #songai, #seimei{
        scroll-margin-top: 56px;
    }
    .songai_list_wrapper{
        padding: 45px 25px;
    }
    .online_insurance_wrapper ul{
        flex-wrap: wrap;
    }
    .online_insurance_wrapper ul li {
        height: 42px;
        width: calc(50% - 2%);
        margin-bottom: 10px;
    }
    .online_insurance_wrapper ul{
        margin-bottom: 15px;
    }
    .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;
        background-color: transparent;
    }
    .songai_list_inner{
        background-color: #fdf9ee;
        padding: 15px 10px;
    }
    .songai_list_column{
        display: block;
    }
    .songai_list_column a {
        width: calc(100%);
        margin: 0 0 10px;
        display: flex;
    }
    .songai_list_column a:nth-of-type(2){
        font-size: 14px;
    }
    .songai_list_column a p{
        width: 50%;
    }
    .insurance_category {
        padding: 8px 10px 8px 12px;
        background-position: right 10px bottom 10px;
        line-height: 1.4em;
        display: flex;
        align-items: center;
    }
    .online_insurance_wrapper {
        width: 100%;
        padding: 0 20px;
        max-width: 500px;
        margin-bottom: 0px;
    }
    .online_insurance_wrapper h5{
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 4px;
    }
    .online_insurance_wrapper ul{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .online_insurance_wrapper ul li {
        height: auto;
        width: calc(50% - 2%);
        margin: 0 1% 2% 1%;
        display: block;
        padding: 10px 10px 5px;
        text-align: center;
    }
    .online_insurance_wrapper ul li img {
        height: auto;
        width: 36px;
    }
    .online_insurance_wrapper ul li span{
        padding-left: 0;
        font-size: 16px;
    }
    .online_insurance_wrapper p{
        text-align: left;
        padding-bottom: 20px;
    }
    .songai_wrapper{
        margin-bottom: 50px;
    }
    .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;
        font-size: 15px;
    }
    .seimei_wrapper {
        margin-bottom: 60px;
    }






















}






















