@charset "UTF-8";
/*
Theme Name: Emanon Pro Child
Description: Used to style the TinyMCE editor.
*/

.article-body .detail h2{
    background-color: #fff;
    border-left: none;
    border-bottom: solid 1px #00C4CC;
    font-weight: 500;
}
.action{
    height: 230px;
    display: block;
    border-bottom: dotted 2px #ddd;
}
.action_title{
    float: right;
    font-size: 24px;
    color: #00C4CC;
    font-weight: bold;
    margin-bottom: 20px;
}
.action_description{
    float: right;
    width: 65%;
}
.action_image{
    width: 30%;
    float: left;
}
.action_image img{
    object-fit: cover;
}
.inner{
    display: none;
}
.accordion h3{
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    background: #00C3CC;
    color: #fff;
    border: none;
}
.accordion h3.now{
    margin-bottom: 20px; 
}
.accordion h3:before{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
}
.accordion h3.now:before{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
}
.detail_course table{
    margin-bottom: 0;
}
.detail_course table th{
    background-color: #00C4CC;
    color:#fff;
}
.detail_course table td{
    vertical-align: middle;
}
.detail_course ul.attention{
    margin: 0 0 20px 0;     
}
.attention li{
    list-style: none;
    font-size: 10px;
}
.attention li:before{
    content:"※"
}
.flow {
    position: relative;
    display: block;
    padding: 7px 10px;
    min-width: 120px;
    width: 100%;
    height: 130px;
}

.flow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 45px;
    border: 20px solid transparent;
    z-index: 100;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.flow .flow_icon{
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 10px 30px 10px 10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    float: left;
}
.article-body .flow p{
    margin: 10px;
    line-height: 1;

}
.flow .flow_title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.flow .flow_description{
    margin-left: 130px;
    color: #fff;
    width: 60%;
}
.plan{
    background: #006D72;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/plan.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.plan:before{
    border-top: 25px solid #006D72;    
}
.plan .flow_icon{
    color: #006D72
}
.submission{
    background: #008B91;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/submission.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.submission:before{
    border-top: 25px solid #008B91;    
}
.submission .flow_icon{
    color: #008B91
}
.activation{
    background: #00C3CC;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/action.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.activation:before{
    border-top: 25px solid #00C3CC;
}
.activation .flow_icon{
    color: #00C3CC
}
.application{
    background: #2865FC;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/request.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.application:before{
    border-top: 25px solid #2865FC;
}
.application .flow_icon{
    color: #2865FC
}
.examination{
    background: #0B51FF;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/inspection.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.examination:before{
    border-top: 25px solid #0B51FF;
}
.examination .flow_icon{
    color: #002EA1
}
.supply{
    background: #002EA1;
    background-image: url(https://j-support.jp/wp-content/uploads/2019/02/supply.png);
    background-repeat:  no-repeat;
    background-position: right 20px top 10px;
    background-size: contain;
}
.supply .flow_icon{
    color: #002EA1
}
.supply, .examination, .application, .activation,.submission{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2) inset;
}
.merit_wrap{
    text-align: center;
}
.merit{
    display: inline-block;
    width: 30%;
    margin: 10px;
}
.merit .merit_image{
    width: 160px;
    height: 160px;
    margin: auto;
    border: 5px solid #00C3CC;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.merit .merit_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.article-body .merit_title{
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.merit .explain{
    font-size: 12px;
    display: block;
    text-align: center;
}
@media screen and ( max-width: 991px ){
    .action_description{
        font-size: 11px;
    }
    .action{
        height: 180px;
    }
}
@media screen and ( max-width: 767px ){
    .action{
        height: auto;
        padding-bottom: 10px;
    }
    .action_title{
        float:left;
        font-size: 19px;
    }
    .action_image{
        float: none;
        width: 100%;
    }
    .action_description{
        float: none;
        width: 100%;
    }
    .accordion h3{
        font-size: 15px;
    }
    .plan, .submission, .activation, .application, .examination, .supply{
        background-size:20%;
        background-position: right 5px top 5px;
    }
    .flow .flow_icon{
        width: 60px;
        height: 60px;
        margin: 25px 0 0 0;
        font-size: 25px;
    }
    .article-body .flow .icon_text{
        margin:0;
    }
    .flow .flow_description{
        font-size: 10px;
        margin-left:65px;
    }
    .flow:before{
        left: 20px;
    }
    .flow .flow_title{
        font-size: 19px;
    }
    .merit{
        display: block;
        width: auto;
    }
}