@charset "UTF-8";

/* ------------------------------------------------------
 *  office
 * ------------------------------------------------------ */

#office .contents_main_img{
	background-image: url(../../img/front/home/main.png);
}
.contents_area h2{
    color: #000;
}

/* ------------------------------------------------------
 *  bylaw
 * ------------------------------------------------------ */

.bylaw .bylaw_list{
    margin-bottom: 30px;
}
.bylaw .bylaw_list div{
    margin: 0 0 50px;
}
.bylaw .bylaw_list h3 {
    margin: 0 0 20px;
}
.bylaw .bylaw_list dl{
    margin: 0;
    font-size: 0;
}
.bylaw .bylaw_list dt,
.bylaw .bylaw_list dd{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: normal;
}
.bylaw .bylaw_list dt{
    width: 50px;
    margin-right: 20px;
}
.bylaw .bylaw_list dd{
    width: calc(100% - 70px);
}
.bylaw .bylaw_list .bylaw_list_detail{
    margin-left: 14px;
    margin-top: 5px;
}
.bylaw .bylaw_list .bylaw_list_detail span{
    display: inline-block;
    width: 70px;
	text-align-last: justify;
    margin-right: 10px;
}
.bylaw .bylaw_list .bylaw_list_detail dt{
    width: auto;
}
.bylaw .bylaw_list .bylaw_list_detail dd{
    width: calc(100% - 150px);
}
.bylaw .bylaw_list p{
    font-size: 14px;
    text-align: right;
}
.bylaw .update_date{
    font-size: 14px;
    line-height: 1.8em;
    text-align: right;
}
.bylaw .update_date ul{
    margin: 0;
}
@media screen and (max-width: 767px) {
    .bylaw .bylaw_list div{
        margin-bottom: 30px;
    }
    .bylaw .bylaw_list h3 {
        margin-bottom: 10px;
    }
    .bylaw .bylaw_list dt,
    .bylaw .bylaw_list dd{
        font-size: 11px;
    }
    .bylaw .bylaw_list dt{
        width: 40px;
        margin-right: 10px;
    }
    .bylaw .bylaw_list dd{
        width: calc(100% - 50px);
    }
    .bylaw .bylaw_list .bylaw_list_detail{
        margin-left: 11px;
    }
    .bylaw .bylaw_list .bylaw_list_detail span{
        width: 50px;
    }
    .bylaw .bylaw_list .bylaw_list_detail dd{
        width: calc(100% - 120px);
    }
    .bylaw .bylaw_list p{
        font-size: 11px;
    }
    .bylaw .update_date{
        font-size: 11px;
    }
}


/* ------------------------------------------------------
 *  branch
 * ------------------------------------------------------ */
.branch .sub_branch{
    margin: 0 0 50px;
}
.branch .sub_branch:last-child{
    margin: 0;
}
.branch .sub_branch h3{
    margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
    .branch .sub_branch{
        margin: 0 0 40px;
    }
    .branch .sub_branch h3{
        margin: 0 0 10px;
    }
}


/* ------------------------------------------------------
 *  organigram
 * ------------------------------------------------------ */

#organigram .contents_img{
    margin-bottom: 50px;
}
#organigram h3{
    margin: 0 0 20px;
}
#organigram img.organigram{
    width: 100%;
}
#organigram .contents_section div{
    margin-bottom: 50px;
}
#organigram .contents_section div:last-child{
    margin-bottom: 0;
}
#organigram .contents_section p{
    margin: 0 0 10px;
}
#organigram .contents_section p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #organigram .contents_img{
        margin-bottom: 30px;
    }
    #organigram h3{
        margin: 0 0 20px;
    }
    #organigram .contents_section div{
        margin-bottom: 50px;
    }
    #organigram .contents_section p{
        margin: 0 0 10px;
    }
}

/* ------------------------------------------------------
 *  executive
 * ------------------------------------------------------ */
.executive .col-sm-3.col-xs-6{
    margin-bottom: 5%;
}
.executive_list_area{
    padding: 7%;
    border:1px solid #000000;
    max-width: 250px;
}
.executive_list_area img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}
.executive_list_area p{
    margin-bottom: 10px;
}
.text_executive_name{
    font-size: 12px;
    color: #2c0080;
}
