@charset "UTF-8";

/*-- 20171025 --*/

.spImg {
    max-width: 100%;
}

h1 img {
    max-width: 100%;
}

.imgTtl img {
    max-width: 100%;
}

.imgTtl img+img {
    display: none;
}

.inr {
    padding: 20px 40px 40px;
}

#contents p {
    font-size: 15px;
}

.mvwinter2017 {
    height: auto;
				line-height: 0;
    margin-bottom: 0;
    width: 100%;
}

.mvwinter2017 img {
    max-width: 100%;
}

.mvwinter2017 img+img {
    display: none;
}

.studybox01 {
    width: 100%;
    background: #f1dfea;
    margin-bottom: 30px;
}

.studybox01 .inr {
    padding: 20px 40px;
}
.sp_btm20{
	margin-bottom: 20px !important;
}

#contents .studybox01 p {
    color: #a02873;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contents .studybox01 p+p {
    color: initial;
    font-size: initial;
    font-weight: normal;
    margin-bottom: 15px;
}

#contents .studybox01 p+p+p {
    margin-bottom: 0;
}

#contents .studybox01 p+p+p img+img {
    display: none;
}

.studybox02 {
    background: #dfe5e6;
    margin-bottom: 40px;
}

#contents .studybox02 p {
    color: #00696c;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contents .studybox02 p+p {
    color: initial;
    font-size: initial;
    font-weight: normal;
    margin-bottom: 15px;
}

#contents .studybox02 p+p+p {
    margin-bottom: 25px;
}

#contents .studybox02 p+p+p img+img {
    display: none;
}

.studybox02 ul {
    background: #FFF;
    padding: 20px;
}

.studybox02 ul li {
    overflow: hidden;
    margin-bottom: 40px;
}

.studybox02 ul li.last {
    margin-bottom: 0;
}

.studybox02 li p {
    float: left;
    width: 30%;
    margin: 0 !important;
}

.studybox02 li p+p {
    float: right;
    width: 68%;
}

.studybox02 li p+p span {
    display: block;
}

.studybox02 li p img {
    max-width: 100%;
}

.studybox03 {
    background: #e4e8f1;
    margin-bottom: 50px;
}

#contents .studybox03 p {
    color: #4d66a2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contents .studybox03 p+p {
    overflow: hidden;
    color: initial;
    font-size: initial;
    font-weight: normal;
    margin-bottom: 15px;
}

#contents .studybox03 p+p span {
    display: block;
    float: left;
    width: 68%;
}

#contents .studybox03 p+p span+span {
    display: block;
    float: right;
    width: 30%;
}

#contents .studybox03 p+p span img {
    max-width: 100%;
}

#contents .studybox03 p+p span img+img {
    display: none;
}

#contents .studybox03 p+p+p {
    margin-bottom: 0;
}

#contents .studybox03 p+p+p img+img {
    display: none;
}

.studybox04 {
    margin-bottom: 50px;
}

.studybox04 h2,
.studybox05 h2 {
    margin-bottom: 20px;
}

.studybox04 h3,
.studybox05 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.studybox04 h3+p,
.studybox05 h3+p {
    margin-bottom: 20px;
}

.studybox04 p span {
    color: #0099b2;
    font-weight: bold;
}

.studybox04 h3 {
    color: #0099b2;
    background: url(/lib/uniq/pickup/images/winter2017/bg_dot.png) repeat-x left bottom;
}

.studybox04 .fltL,
.studybox05 .fltL {
    float: left;
    width: 63%;
}

.studybox04 .fltR,
.studybox05 .fltR {
    float: right;
    width: 35%;
    text-align: right;
}

.studybox05 h3 {
    color: #6d3b85;
    background: url(/lib/uniq/pickup/images/winter2017/bg_dot_02.png) repeat-x left bottom;
}

.studybox05 p span {
    color: #6d3b85;
    font-weight: bold;
}

@media screen and (max-width:480px) {
    .imgTtl img {
        display: none;
    }
    .imgTtl img+img {
        display: inline;
    }
    #contents p {
        font-size: 20px !important;
    }
    .inr {
        padding: 30px 20px;
    }
    #contents p {
        font-size: 20px;
    }
    .mvwinter2017 {
        height: auto;
        margin-bottom: 40px;
        width: 100%;
    }
    .mvwinter2017 img {
        display: none;
    }
    .mvwinter2017 img+img {
        display: inline;
    }
    .studybox01 .inr {
        padding: 30px 20px;
    }
    #contents .studybox01 p+p+p img {
        display: none;
    }
    #contents .studybox01 p+p+p img+img {
        display: inline;
    }
    #contents .studybox02 p+p+p img {
        display: none;
    }
    #contents .studybox02 p+p+p img+img {
        display: inline;
    }
    #contents .studybox03 p+p span img {
        display: none;
    }
    #contents .studybox03 p+p span img+img {
        display: inline;
    }
    #contents .studybox03 p+p+p img {
        display: none;
    }
    #contents .studybox03 p+p+p img+img {
        display: inline;
    }
    .studybox02 li p {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .studybox02 li p+p {
        float: none;
        width: 100%;
        text-align: left;
    }
    #contents .studybox03 p+p span {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #contents .studybox03 p+p span+span {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .studybox04 .fltL,
    .studybox05 .fltL {
        float: none;
        width: 100%;
    }
    .studybox04 .fltR,
    .studybox05 .fltR {
        float: none;
        width: 100%;
        text-align: center;
    }
}