@charset "utf-8";

.feature-room {
    margin-top: 30px;
}

.feature-room .forPC {}

.feature-room .forSP {
    display: none;
}

.feature-room img {
    margin: 0 auto;
    max-width: 819px;
    width: 100%;
}

#feature-row2 {
    padding-left: 10px;
    padding-right: 10px;
}

#feature-row2,
#feature-row4 {
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 50px;
    background-color: #fffccc;
}

#feature-row3,
#feature-row5 {
    margin-top: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: white;
}

#feature-row5 {
    margin-bottom: 50px;
}

#feature-row2 h2 {
    font-size: 26px;
    text-align: center;
    max-width: 980px;
    width: 100%;
    background-color: #1d2087;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

.feature-msg {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    max-width: 980px;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.feature-msg span {
    white-space: nowrap;
}

#threeFeature {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.feature-box {
    width: 28%;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.feature-box img {
    flex: 1 1 auto;
    width: 80%;
    max-width: 200px;
    height: 80%;
    max-height: 200px;
    margin: 20px auto 20px auto;
}

#feature-other,
#feature-result,
#feature-study {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

#feature-result {
    flex-direction: row-reverse;
}

#feature-other .box-org,
#feature-other .box-att,
#feature-result .box,
#feature-study .box {
    max-width: 500px;
    width: 48%;
}

#feature-other .box-att{
	margin-top:60px;
}


#feature-result h2,
#feature-study h2 {
    font-size: 26px;
    text-align: center;
    max-width: 1080px;
    width: 100%;
    background-color: #1d2087;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

#feature-other h2 {
    font-size: 26px;
    text-align: center;
    max-width: 980px;
    width: 100%;
    background-color: #1d2087;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

#feature-other h3 {
    font-size: 24px;
    margin-top: 15px;
}

#feature-other p,
#feature-result p,
#feature-study p {
    padding: 10px 10px 10px 10px;
}

#feature-other img {
    margin-left: auto;
    margin-right: auto;
}

.box-mini {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.box-mini img {
    flex: 1 1 auto;
    width: 48%;
    max-width: 200px;
    height: 48%;
    max-height: 200px;
}

.mini {
    max-width: 1080px;
    width: 48%;
}

#feature-other hr {
    border: none;
    background-image: url(/design/ver5rp_inc/feature/dot.png);
    background-repeat: repeat-x;
    height: 7px;
    margin-top: 20px;
    margin-bottom: 15px;
}

hr.forPC {}

hr.forSP {
    display: none;
}

@media screen and (max-width: 720px) {
    /*----*/
    .feature-room .forPC {
        display: none;
    }
    .feature-room .forSP {
        display: block;
    }
    /*----*/
    #feature-row2 h2 {
        width: 90%;
    }
    #threeFeature {
        display: block;
        width: 90%;
    }
    .feature-box {
        width: 90%;
    }
    #feature-other,
    #feature-result,
    #feature-study {
        display: block;
        max-width: 980px;
        width: 90%;
    }
	#feature-other .box-org,
	#feature-other .box-att,
    #feature-result .box,
    #feature-study .box {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
    #feature-result img,
    #feature-study img {
        max-width: 100%;
        margin: 0 auto;
    }
    .text-img {
        max-width: 355px;
        width: 80%;
    }
    .box-mini {
        display: block;
    }
    .box-mini img {
        max-width: 300px;
        width: 100%;
	    max-height: 300px;
		height:100%;
    }
    .mini {
        width: 100%;
    }
    hr.forPC {}
    hr.forSP {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .feature-msg span {
        white-space: normal;
    }
}