@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  idea.css
 style info :  スタイル指定
=================================================================== */

/* idea
----------------------------------------------------------------------------- */
.idea{
    
}
.idea .main_wrapper{
    
}
.idea .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 10em;
    min-height: 1053px;
}
.idea .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.idea .main_wrapper .box img{
    text-align: center;
    margin: auto;
    display: block;
}
.idea .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.idea .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.idea .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.idea .main_wrapper .box ul{
    margin-left: 1em;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* idea
----------------------------------------------------------------------------- */
.idea{
    
}
.idea .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
.idea .main_wrapper .box img {
    float: none;
    width: 100%;
    margin-right: 70px;
}
.idea .main_wrapper .box2 {
    font-size: 18px;
    text-align: left;
    margin-top: 5vw;
}
.idea .main_wrapper .box2 h2 {
    margin: 0 auto 30px;
    color: #0173e7;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 1em;
    background: #E5EAFE;
    display: block;
    width: 100%;
}
.idea .main_wrapper .box2 ul {
    display: block;
    justify-content: space-between;
}
.idea .main_wrapper .box2 ul li:first-child {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5EAFE;
}
.idea .main_wrapper .box2 ul li:last-child {
    width: 100%;
    height: auto;
    display: block;
    background: #E5EAFE;
    padding: 1em 2em;
}


}
