/* CSS Document */
.content_tit_box h2{
    text-align: center;
    margin-bottom: 60px;
}
.education_contents{
    text-align: left;
}
.education_contents h3{
    margin-bottom: 0.5em;
    text-align: left;
}
.education_img {
    margin: 2em 0;
}
.education_img p{
    width: calc(100%/4 - 15px);
}
.training_wrap{
    align-items: stretch;
    margin: 30px 0;
}
.training_wrap .training_title{
    width: 200px;
    background: #346632;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.training_wrap .training_title span{
    display: block;
}
.training_caption .training_box{
    width: 48%;
}
.education_curriculum{
    background: #D5DFD6;
    padding: 20px;
    align-items: center;
    margin-bottom: 5px;
}
.curriculum_nen{
    width: 150px;
    text-align: center;
}
.curriculum_item{
    width: calc(100% - 150px);
}
.curriculum_item .curriculum_half{
    width: 48%;
}
.curriculum_item .curriculum_half .zenhan{
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 1em;
}
.curriculum_item.flexbox{
    position: relative;
}
.curriculum_item.flexbox::before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.event .event_contents,
.event .event_contents h3{
    text-align: left;
}
.event .event_contents h3{
    margin-bottom: .5em;
}
.event .event_wrap{
    margin-top: 40px;
}
.event .event_box{
    width: 48%;
    margin-bottom: 20px;
}
.event .event_box .event_img{
    width: 30%;
}
.event .event_box .event_img img{
    width: 100%;
    border-radius: 50%;
}
.event .event_box .event_caption{
    width: 65%;
    text-align: left;
}
.event .event_box .event_caption h4{
    text-align: left;
    font-size: 15px;
    margin-bottom: .5em;
}
.insurance .insurance_contents,
.insurance .insurance_contents h3{
    text-align: left;
}
.insurance_sample{
    background:#D5DFD7;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.insurance_txtbox{
    width:60%;
}
.insurance_img{
    width:35%;
}
.insurance_img img{
    width: 100%;
}
.overseas .overseas_contents,
.overseas .overseas_contents h3{
    text-align: left;
}
.overseas_img_wrap{
    margin-top: 30px;
    margin-bottom: 30px;
}
.overseas_img_box{
    width: 49%;
}
.overseas_img img{
    width: 100%;
}
.overseas_text{
    background: #D5DFD8;
    padding: 20px;
}
.company .inner1000{
    max-width: 800px;
}
.company_list.flexbox{
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.company_list .company_title{
    width: 40%;
    text-align: left;
    padding-left: 15px;
}
.company_list .company_item{
    width: 60%;
    text-align: left;
    padding-left: 15px;
}
@media screen and (min-width: 1000px){
   
}
@media screen and (max-width:800px){
    .education_img p{
        width: calc(100%/4);
    }
    .training_wrap .training_title{
        width: 100%;
        margin-bottom: 20px;
    }
    .training_caption .training_box{
        width: 100%;
        margin-bottom: 30px;
    }
    .curriculum_nen{
        width: 80px;
    }
    .curriculum_item {
        width: calc(100% - 80px);
    }
    .event .event_box{
        width: 100%;
    }
    .insurance_txtbox,.insurance_img{
        width: 100%;
    }
    .company_list .company_item{
        padding-left: 0;
    }
}
@media screen and (max-width:480px){
    
.curriculum_item .curriculum_half{
    width: 100%;
}
    .curriculum_item .curriculum_half:nth-of-type(2){
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px dashed;
    }
    .curriculum_item.flexbox::before{
        border-left: 0;
    }
    
}
