.content .pc-only {
    display: none
}

.content .tab-only {
    display: none
}

.content .sp-only {
    display: inline
}

@media print, screen and (min-width:641px) {
    .content .pc-only {
        display: none
    }
    .content .tab-only {
        display: inline
    }
    .content .sp-only {
        display: none
    }
}

@media print, screen and (min-width:768px) {
    .content .pc-only {
        display: inline
    }
    .content .tab-only {
        display: none
    }
    .content .sp-only {
        display: none
    }
}

.content select {
    color: #101211
}

.content .topic-path {
    font-size: 11px;
    padding: 10px 16px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}


.content .topic-path li {
    position: relative;
    display: inline-block;
    margin-right: 24px
}

.content .topic-path li:after {
    position: absolute;
    top: 50%;
    right: -14px;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #1b1b23;
    border-right: 1px solid #1b1b23
}

.content .topic-path li:last-child:after {
    content: none
}

.content .topic-path li.current {
    font-weight: 700
}

.content .topic-path a {
    position: relative
}

.content .topic-path a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 0;
    background: #1b1b23
}

.content .topic-path a:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

@media print, screen and (min-width:768px) {
    .content .topic-path {
        padding: 11px 0;
        font-size: 12px;
        width: 100%
    }
    .content .topic-path ol {
        width: 100%;
        white-space: normal
    }
}

@media print, screen and (min-width:768px) and (max-width:1048px) {
    .content .topic-path .inner {
        padding: 0 16px
    }
}

.content .graphic-header {
    height: 215px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.content .graphic-header__inner {
    max-width: 1000px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden
}

.content .graphic-header__item {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 15px;
    color: #FFF;
    position: absolute;
    left: 35px;
    bottom: 45px;
    text-shadow: 0 0 40px rgba(10, 19, 20, 1), 0px 0 75px rgba(000, 000, 000, 1);
    -webkit-text-shadow: 0 0 40px rgba(10, 19, 20, 1), 0px 0 75px rgba(000, 000, 000, 1)
}

.content .text-header__item__small {
    font-size: .6em;
    padding-left: .5em
}

@media print, screen and (min-width:768px) {
    .content .graphic-header {
        height: 300px
    }
    .content .graphic-header__item {
        font-size: 60px;
        left: 87px;
        bottom: 75px;
        text-shadow: 0 0 80px rgba(10, 19, 20, 1), 0 0 100px rgba(10, 19, 20, 1), 0px 0 156px rgba(000, 000, 000, 1);
        -webkit-text-shadow: 0 0 80px rgba(10, 19, 20, 1), 0 0 100px rgba(10, 19, 20, 1), 0px 0 156px rgba(000, 000, 000, 1)
    }
}

.content .text-header {
    background: -webkit-linear-gradient(-60deg, #093637, #44a074);
    background: linear-gradient(-60deg, #093637, #44a074);
    height: 120px
}

.content .text-header__inner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 100%
}

.text-header__item {
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 6px
}

@media print, screen and (min-width:768px) {
    .content .text-header {
        height: 140px
    }
    .content .text-header__inner {
        max-width: 1000px;
        margin: auto
    }
    .text-header__item {
        font-size: 36px
    }
}

@media print, screen and (min-width:1048px) {
    .content .text-header__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.content .module__ttl-big {
    position: relative;
    margin-bottom: 20px
}

.content .module__ttl-big:after {
    content: '';
    display: block;
    background: #eaeeed;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.content .module__ttl-big__item {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px
}

.content .module__ttl-big__item:after {
    content: '';
    display: block;
    background: -webkit-linear-gradient(-60deg, #093637, #44a074);
    background: linear-gradient(-60deg, #093637, #44a074);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.module__ttl-medium {
    margin-bottom: 15px
}

.module__ttl-medium__item {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 12px
}

.module__ttl-medium__item:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #13814d;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 3px 0 3px
}

.module__ttl-small {
    margin-bottom: 12px
}

.module__ttl-small__item {
    display: block;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    position: relative;
    padding-left: 12px
}

.module__ttl-small__item:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #13814d;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 3px 0 3px
}

@media print, screen and (min-width:768px) {
    .content .module__ttl-big__item {
        padding-bottom: 16px;
        font-size: 20px
    }
    .content .module__ttl-big__item:after {
        width: 100%;
        padding-right: .5em
    }
    .module__ttl-medium__item {
        padding-left: 16px;
        font-size: 18px
    }
    .module__ttl-medium__item:before {
        width: 6px
    }
}

.content .module__backbtn {
    width: 240px;
    height: 40px;
    margin: auto
}

.content .module__backbtn a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    background: #146345;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    margin: auto;
    position: relative;
    overflow: hidden
}

.content .module__backbtn a span {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    z-index: 1
}

.content .module__backbtn a span:before {
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background: url(../img/module/icn_list.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0
}

@media print, screen and (min-width:768px) {
    .content .module__backbtn {
        width: 320px;
        height: 48px;
        overflow: hidden;
        border-radius: 24px
    }
    .content .module__backbtn a {
        width: 100%;
        font-size: 16px;
        border-radius: 24px;
        transition: .4s background;
        -webkit-transition: .4s background
    }
    .content .module__backbtn a:hover {
        background: #0d462d
    }
}

.content .module__table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left
}

.content .module__table table {
    width: 999px;
    border-left: 1px solid #d3d8d9;
    font-size: 14px
}

.content .module__table thead th {
    color: #FFF;
    padding: 10px 10px
}

.content .module__table thead tr th {
    background: #146345;
    border-right: 1px solid #d3d8d9
}

.content .module__table tbody th, .content .module__table tbody td {
    border: 1px solid #d3d8d9;
    padding: 10px 10px
}

.content .module__table tbody th {
    background: url(../img/news/detail/bg_dot2.gif) repeat;
    background-size: 3px 3px
}

.content .module__table table a {
    color: #13814d;
    font-weight: bold;
    display: block
}

.content .module__table table a.textlink {
    color: #0f1110;
    position: relative;
    padding-left: 12px
}

.content .module__table table a.textlink:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #13814d;
    position: absolute;
    left: 0;
    top: calc(0.5em + 3px);
    top: -webkit-calc(0.5em + 3px)
}

.content .module__table .bg1 {
    background: #f0f6f9
}

.content .module__table .bg2 {
    background: #d3e4ec
}

@media print, screen and (min-width:768px) {
    .content .module__table table {
        width: calc(100% - 1px);
        width: -webkit-calc(100% - 1px)
    }
    .content .module__table tbody th {
        background-size: 4px 4px
    }
    .content .module__table table a:hover {
        text-decoration: underline
    }
    .content .module__table table a.textlink:before {
        top: .8em
    }
}

.content .module__link a {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-weight: bold
}

.content .module__link a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/module/icn_arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.content .module__link a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.content .module__link.link-external a:after {
    width: 13px;
    height: 12px;
    background-image: url(../img/module/icn_link_g.png)
}

.content .module__link.link-pdf a:after {
    width: 14px;
    height: 18px;
    background-image: url(../img/module/icn_pdf.png)
}

.content .module__link.link-word a:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/module/icn_word.png)
}

.content .module__link.link-excel a:after {
    width: 16px;
    height: 16px;
    background-image: url(../img/module/icn_excel.png)
}

.content .module__link2 {
    display: inline-block;
    padding: 0 20px 0 10px;
    position: relative;
    font-weight: bold
}

.content .module__link2:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #13814d;
    position: absolute;
    left: 0;
    top: 9px;
    left: -2px
}

.content .module__link2:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.content .module__link2.link-pdf:after {
    top: 3px;
    width: 12px;
    height: 16px;
    background-image: url(../img/module/icn_pdf2.png)
}

.content .module__link2.link-external:after {
    top: 5px;
    width: 13px;
    height: 12px;
    background-image: url(../img/module/icn_link_g.png)
}

@media print, screen and (min-width:768px) {
    .content .module__link a:hover {
        opacity: .8
    }
    .content .module__link a:before {
        top: 7px
    }
    .content .module__link a:after {
        top: 5px
    }
    .content .module__link.link-external a:after {
        top: 8px
    }
    .content .module__link2:hover {
        opacity: .8
    }
    .content .module__link2:before {
        top: 12px
    }
    .content .module__link2.link-pdf:after {
        top: 7px
    }
    .content .module__link2.link-external:after {
        top: 8px
    }
}

.content .module__textlink {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    font-weight: bold;
    color: #146345
}

.content .module__textlink:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    background-image: url(../img/module/icn_link.png)
}

.content .module__textlink:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #146345
}

@media print, screen and (min-width:768px) {
    .content .module__textlink:hover {
        opacity: .8
    }
}
