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

.introduction_wrapper{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.introduction_wrapper h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 25px;
    text-align: center;
}
.introduction_wrapper h3 span {
    color: #1dc765;
}
.introduction_wrapper .text p{
    padding-bottom: 15px;
}
.introduction_wrapper .text p:last-of-type{
    padding-bottom: 0;
}
.wrapper{
    margin-bottom: 70px;
}
.wrapper:last-of-type{
    margin-bottom: 100px;
}
.wrapper h3.tie{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 35px;
}
.inner{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.inner>p{
    padding-bottom: 30px;
}
.inner>p:last-of-type{
    padding: 0;
}
.risk_list{
    width: 100%;
    margin-bottom: 30px;
}
.risk_list tr{
    display: flex;
}
.risk_list tr th{
    background-color: #3ccb9c;
    color: #fff;
    width: 22%;
    padding: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.risk_list tr th span{
    vertical-align: middle;
}
.risk_list tr td{
    width: 78%;
    background-color: #f8f8f8;
    font-size: 15px;
    line-height: 1.4em;
    display: inline-block;
}
.risk_list tr:first-of-type th{
    border-bottom: solid 2px #fff;
}
.risk_list tr:first-of-type td{
    padding: 20px;
    border-bottom: solid 2px #fff;
}
.risk_list tr td ul li{
    margin-bottom: 5px;
}
.risk_list tr td ul li:last-of-type{
    margin-bottom: 0;
}
.circle{
    position: relative;
    padding-left: 15px;
}
.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3ccb9c;
}
.sub_lisk_box{
    display: flex;
    border-bottom: solid 2px #fff;
}
.sub_lisk_box .sub_lisk_category{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3ccb9c;
    border-right: dotted 1px #3ccb9c;
    text-align: center;
}
.sub_lisk_box .sub_lisk_list{
    width: 75%;
    padding: 20px 20px 20px 0;
    display: flex;
}
.sub_lisk_box .sub_lisk_list ul{
    width: 50%;
    margin-left: 5%;
}
.sub_lisk_box:first-of-type .sub_lisk_list ul{
    width: 100%;
}
.expectable_risk_wrapper{
    max-width: 630px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.expectable_risk_wrapper>div{
    background-color: #fdf9ee;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px 30px;
    width: fit-content;
    min-width: 400px;
    position: relative;
}
.expectable_risk_wrapper>div::before{
    content: "";
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    border: 18px solid transparent;
    border-top: 20px solid #fdf9ee;
}
.expectable_risk_wrapper>div span{
    color: #1dc765;
    font-weight: 700;
}
.example_wrapper{
    max-width: 630px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.example_wrapper:last-of-type{
    margin-bottom: 70px;
}
.example_wrapper h4{
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #3ccb9c;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 4px;
}
.example_text{
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    font-size: 15px;
}
.example_text p{
    line-height: 1.6em;
    padding-bottom: 15px;
}
.example_text ul li{
    line-height: 1.4em;
    margin-bottom: 5px;
}
.business_link_wrapper{
    background-color: #f8f8f8;
    padding: 45px;
    margin-bottom: 100px;
    text-align: center;
}
.business_link_wrapper h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 25px;
    text-align: center;
}
.business_link_wrapper h3 span {
    color: #1dc765;
}


@media print, screen and (max-width: 750px) {
    .introduction_wrapper {
        width: 100%;
        padding: 0 20px;
        max-width: 500px;
        margin-bottom: 40px;
    }
    .introduction_wrapper h3{
        margin-bottom: 15px;
        font-size: 18px;    
    }
    .introduction_wrapper .text p{
        padding-bottom: 10px;
    }
    .wrapper h3.tie {
        font-size: 18px;
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .inner {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
    }
    .risk_list tr {
        display: block;
    }
    .risk_list tr th{
        width: 100%;
        padding: 10px;
    }
    .risk_list tr td{
        width: 100%;
        padding: 0!important;
    }
    .risk_list tr:first-of-type td{
        border-bottom: solid 10px #fff;
        padding: 10px 15px!important;
    }
    .sub_lisk_box{
        display: block;
        border-bottom: dotted 1px #3ccb9c;
    }
    .sub_lisk_box .sub_lisk_category{
        width: 100%;
        border-right: none;
        padding: 15px;
    }
    .sub_lisk_box .sub_lisk_list{
        width: 100%;
        padding: 0px 15px 15px 0;
    }
    .risk_list tr td ul li{
        margin-bottom: 6px;
    }
    .sub_lisk_category p{
        display: block;
        width: 100%;
    }
    .risk_list{
        margin-bottom: 20px;
    }
    .inner>p{
        padding-bottom: 20px;
    }
    .expectable_risk_wrapper{
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
    }
    .expectable_risk_wrapper>div{
        min-width: 0;
        width: 100%;
        padding: 20px 15px;
    }
    .wrapper{
        margin-bottom: 40px;
    }
    .example_wrapper{
        width: 100%;
        max-width: 500px;
        margin-bottom: 30px;
    }
    .example_text{
        padding: 15px;
    }
    .example_wrapper:last-of-type{
        margin-bottom: 30px;
    }
    .business_link_wrapper{
        padding: 20px 15px;
        margin-bottom: 60px;
    }
    .business_link_wrapper h3{
        font-size: 16px;
        margin-bottom: 10px;
    }













}

