.projectcont_rowgroup .projectcont_list+*, .projectcont_rowgroup p+*, .projectcont_rowgroup_section+.projectcont_rowgroup_section {
    margin-top: 8px
}

.projectcont {
    padding-bottom: 40px
}

.projectcont .inner {
    padding: 0 16px;
    box-sizing: border-box
}

.projectcont .inner {
    padding-top: 20px
}

.projectcont_rowgroup_section {
    padding-top: 8px
}

.projectcont_rowgroup .module__ttl-big, .projectcont_rowgroup .module__ttl-medium {
    margin-bottom: 14px
}

.projectcont_inline_navigation {
    display: none;
    background: url(/assets/img/guidance/inline_navigation_bg.gif);
    overflow: hidden
}

.projectcont_inline_navigation ul {
    padding: 10px 16px;
    margin-right: -24px
}

.projectcont_inline_navigation ul li {
    line-height: 180%;
    display: inline-block;
    margin-right: 24px;
    padding: 1px 0
}

.projectcont_inline_navigation .module__link a {
    padding-right: 0
}

.projectcont_inline_navigation .module__link a:before {
    transform: rotate(90deg)
}

.projectcont_rowgroup p {
    line-height: 180%
}

.projectcont_rowgroup .projectcont_list {
    line-height: 180%
}

.projectcont_rowgroup .projectcont_list li+li {
    padding-top: 2px
}

.projectcont_rowgroup .projectcont_list>li ul {
    padding: 2px 0 8px 20px
}

.projectcont_rowgroup .projectcont_list>li:last-of-type ul {
    padding-bottom: 0
}

.projectcont_list_number {
    counter-reset: number 0
}

.projectcont_list_number li {
    padding-left: 2.5em;
    position: relative
}

.projectcont_list_number li:before {
    counter-increment: number;
    content: counter(number)".";
    display: block;
    position: absolute;
    left: 6px
}

.projectcont_list_bracket_number li:before {
    counter-increment: number;
    content: "("counter(number)")";
    display: block;
    position: absolute;
    left: 6px
}

.projectcont_list_arrow li {
    padding-left: 20px;
    position: relative
}

.projectcont_list_arrow li:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: solid 6px #333
}

.projectcont_list_arrow li+li:before {
    top: 12px
}

.projectcont_common_table_container {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.projectcont_common_table {
    vertical-align: middle;
    width: 100%;
    min-width: 480px
}

.projectcont_common_table td, .projectcont_common_table th {
    line-height: 180%;
    padding: 8px 14px;
    border: 1px solid #d3d8d9;
    vertical-align: middle
}

.projectcont_common_table th {
    background-color: #146345;
    color: #fff;
    text-align: left
}

.projectcont_common_table .rowhead {
    background-color: #e7fbf0;
    color: #000
}

@media print, screen and (min-width:768px) {
    .projectcont_rowgroup .projectcont_list+*, .projectcont_rowgroup p+*, .projectcont_rowgroup_section+.projectcont_rowgroup_section {
        margin-top: 10px
    }
    .projectcont_common_table td, .projectcont_common_table th, .projectcont_rowgroup .projectcont_list, .projectcont_rowgroup p {
        line-height: 200%
    }
    .projectcont {
        padding-bottom: 40px
    }
    .projectcont_rowgroup_section {
        padding-top: 10px
    }
    .projectcont_inline_navigation {
        display: block;
        margin-bottom: 35px
    }
    .projectcont_inline_navigation ul {
        padding: 14px 22px;
        margin-right: -30px
    }
    .projectcont_inline_navigation ul li {
        line-height: 200%;
        margin-right: 30px;
        padding: 2px 0
    }
    .projectcont_rowgroup .module__ttl-big, .projectcont_rowgroup .module__ttl-medium {
        margin-bottom: 18px
    }
    .projectcont_rowgroup .projectcont_list li+li, .projectcont_rowgroup .projectcont_list>li ul {
        padding-top: 4px
    }
    .projectcont_list_arrow li:before {
        top: 11px
    }
    .projectcont_list_arrow li+li:before {
        top: 15px
    }
}

@media print, screen and (min-width:1048px) {
    .projectcont>.inner {
        padding-left: 0;
        padding-right: 0
    }
}

.projectcont_rowgroup .projectcont_list>li ul li ul {
    padding-left: 0;
    padding-bottom: 0
}

.projectcont_rowgroup .projectcont_list>li ul li ul li .module__link+.module__link {
    margin-left: 16px
}

.projectcont_common_table_container+.module__ttl-small, .module__ttl-medium+.projectcont_common_table_container {
    margin-top: 23px
}

.module__ttl-medium+.module__ttl-small {
    margin-top: 18px
}

.projectcont_rowgroup_section .projectcont_common_table_container:last-of-type {
    margin-bottom: 14px
}

.projectcont_cross_title {
    margin: 18px 0 8px;
    line-height: 180%
}

.projectcont_common_table_container+p {
    margin-top: 10px
}

.projectcont_rowgroup_section .projectcont_common_table_container:last-of-type+p {
    margin-top: -4px
}

@media print, screen and (min-width:768px) {
    .projectcont_common_table_container+.module__ttl-small, .module__ttl-medium+.projectcont_common_table_container {
        margin-top: 25px
    }
    .module__ttl-medium+.module__ttl-small {
        margin-top: 23px
    }
    .projectcont_rowgroup_section .projectcont_common_table_container:last-of-type {
        margin-bottom: 16px
    }
}

.projectcont_rowgroup_togglebody {
    display: none
}

.projectcont_rowgroup.active .projectcont_rowgroup_togglebody {
    display: block;
    margin-bottom: 30px;
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal
}

.projectcont_rowgroup_togglettl {
    position: relative
}

.projectcont_rowgroup_togglettl:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #101211;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 2px
}

.projectcont_rowgroup_togglettl:before {
    content: '';
    display: block;
    height: 1px;
    width: 9px;
    background: #13814d;
    position: absolute;
    right: 8px;
    top: 13px;
    z-index: 1
}

.projectcont_rowgroup.active .projectcont_rowgroup_togglettl:before {
    display: none
}

.projectcont_rowgroup_togglettl .module__ttl-big:before {
    content: '';
    display: block;
    height: 9px;
    width: 1px;
    background: #13814d;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 1;
    transition: .25s transform;
    -webkit-transition: .25s transform
}

.projectcont_rowgroup.active .projectcont_rowgroup_togglettl .module__ttl-big:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.projectcont_rowgroup_togglettl .module__ttl-big__item {
    margin-right: 30px
}

@media print, screen and (min-width:768px) {
    .projectcont_rowgroup_togglettl:before, .projectcont_rowgroup_togglettl:after, .projectcont_rowgroup_togglettl .module__ttl-big:before {
        display: none
    }
    .projectcont_rowgroup_togglettl .module__ttl-big__item {
        margin-right: 0
    }
    .projectcont_rowgroup_togglebody, .projectcont_rowgroup.active .projectcont_rowgroup_togglebody {
        display: block;
        margin-bottom: 52px;
        animation: none;
        -webkit-animation: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.link {
    font-weight: bold;
    color: #13814d;
    text-decoration: underline;
}
.link-external {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.link-external:after {
    content: '';
    display: block;
    background: url(/assets/img/module/icn_link_g.png) no-repeat;
    background-size: cover;
    width: 13px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 3px;
}
