@charset "utf-8";

.keyvisual_contents_width {
    margin: 0 auto;
    max-width: 900px;
}
#wework .caution02 {
	width: auto!important;
    margin-top: 20px!important;
}
.grayUL{
    border-bottom: solid 4px #E5E7E8 !important;
}
.font_blue {
    color: #348bd6;
}
.bgBlue{
    background-color: #f6fcff;
    padding: 20px;
}
#procedure_startup{
    padding-bottom: 30px;
    border-bottom: solid 4px #E5E7E8;
}
@media screen and (min-width: 899px) {
    .flex{
        display: flex;
    }
    .flexChild{
        width: 50%;
    }
    .h2title{
        font-size: 18px;
        font-weight: bold;
    }
    .guidance{
        width: 400px;
        margin: 0 auto;
    }
    .sectionHdg {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .sectionParagraph {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btnOrange a{
        width: 40%;
        background: url(/common13/imgs/icon/icn_link_white.png) 95% 50% no-repeat;
        background-color: #FF9000;
        border-bottom: 5px solid #CE7301;
        display: block;
        margin: 0 auto;
        padding: 18px 0;
        border-radius: 6px;
        color: #fff !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btnGreen a{
        width: 40%;
        background: url(/common13/imgs/icon/icn_link_white.png) 95% 50% no-repeat;
        background-color: #03c09a;
        border-bottom: 5px solid #06775e;
        display: block;
        margin: 0 auto;
        padding: 18px 0;
        border-radius: 6px;
        color: #fff !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btnRed a img{
        width: 50%;
    }
    .meritBox {
        width: 100%;
        padding: 40px 50px;
        box-sizing: border-box;
    }
    .meritBox .flexChild p {
        width: 100%;
        font-size: 14px;
        padding-bottom: 15px;
    }
    .meritImg{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 350px;
    }
}
@media screen and (max-width: 899px) {
    .anchorLink{
        width: 80%;
        margin: 20px auto;
    }
    .h2title{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .sectionHdg {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sectionParagraph {
        text-align: center;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btnOrange a{
        width: 90%;
        background: url(/common13/imgs/icon/icn_link_white.png) 95% 50% no-repeat;
        background-color: #FF9000;
        border-bottom: 5px solid #CE7301;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        border-radius: 6px;
        color: #fff !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btnGreen a{
        width: 90%;
        background: url(/common13/imgs/icon/icn_link_white.png) 95% 50% no-repeat;
        background-color: #03c09a;
        border-bottom: 5px solid #06775e;
        display: block;
        margin: 0 auto;
        padding: 18px 0;
        border-radius: 6px;
        color: #fff !important;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .meritTitle img{
        width: 80%;
    }
    .meritNum{
        margin-top: 50px;
    }
    .meritNum img{
        width: 104px;
    }
    .meritBox .flexChild p {
        padding-bottom: 15px;
    }
    .meritImg{
        margin-top: 30px;
    }
}

/**/
.header--simple #simple-logo {
    width: auto;
}

