@charset "utf-8";

@media screen and (max-width:700px) {

#aboutus_catch {
    background-image: url(../images/about_catch.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 160% auto;
    padding-top: 12.3%;
    padding-bottom: 0px;
}
#aboutus_catch_box {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#aboutus_catch_midasi {
    padding: 6.15%;
    background-color: hsla(206,61%,35%,0.85);
}
#aboutus_catch_midasi p {
    font-family: 'Noto Serif JP', serif;
    color: hsla(0,0%,100%,1.00);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
}

#aboutus_catch_txt {
    padding: 6.15%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px #E2DEF3;
    box-shadow: 0px 0px 10px #E2DEF3;
    margin-top: 2px;
}
#aboutus_catch_txt p {
    font-size: 15px;
    line-height: 1.8em;
}
#aboutus_strength {
    padding-bottom: 9.23%;
}
#aboutus_strength ul {
    padding: 0;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1120px;
}
#aboutus_strength ul li {
    padding: 6.15%;
    background-color: #f0f7fa;
    background-image: url(../images/about_strength_kado_l.svg),url(../images/about_strength_kado_r.svg);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 20% auto;
    margin-bottom: 4.61%;
}
#aboutus_strength ul li:nth-child(2n) {
    background-color: #C0D0DA;
}

.aboutus_strength_midasi {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.aboutus_strength_num {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1em;
    width: 50px;
    margin-right: 2.3%;
    font-weight: 300;
    background-color: #323333;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.aboutus_strength_midasi h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6em;
    border-bottom: 1px solid #323333;
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
}

.about_strength_detailbox {
    display: flex;
    flex-wrap: wrap;
}
.about_strength_detail_txtbox {
    margin-bottom: 16px;
}

.about_strength_detail_txtbox p {
    font-size: 15px;
    line-height: 1.8em;
}
.about_strength_detail_imgbox {
    width: 100%;
    min-width: 184px;
    margin-left: 0%;
    max-width: 100%;
}
.about_strength_detail_imgbox img {
    width: 100%;
}
}
