﻿@charset "utf-8";

/* -------------------------------------------------------------------
 + 2017/8/4 16:00 (en)
------------------------------------------------------------------- */
/* - ◆◆◆◆
------------------------------------------------------------------- */
/* -- ■■■■ */
#contents .contents_body .section.html .w760 {
    width: 760px;
}
#contents .contents_body .section.html .fl_l {
    float: left;
}

#contents .contents_body .section.html .fl_r {
    float: right;
}

#contents .contents_body .section.html .list_inside{
    list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

/* -- 矢印部分レイアウト */

.organization_layout{
    width: 670px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 3em;
}
.organization_layout>div.org_left{
    width: 260px;
}
.organization_layout>div.org_right{
    width: 330px;
}
.organization_layout>div{
    float: left;
}
.organization_layout>div.org_img{
    width: 65px;
    text-align: right;
    margin-right: 15px;
}
@media screen and (max-width: 760px){
    .organization_layout{
        line-height: 14px;
    }
    #contents .contents_body .section.html div .fs12px{
        font-size: 12px;
    }
    .section .new_system{
        font-size: 12px;
        line-height: 14px;
    }
}

/* -- 余白調整 */
#contents .contents_body .section .margint1_lh{
    margin-top: 14px;
}
#contents .contents_body .section .margint1_half_lh{
    margin-top: 17px;
}
#contents .contents_body .section .pdgb_half{
    padding-bottom: 0.5em;
}
#contents .contents_body .section .pdgt_half{
    padding-top: 0.5em;
}

/* -- end */
