@charset "UTF-8";

/*body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
    margin: 0;
    padding: 0;
}*/

main,
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

input,
textarea {
    margin: 0;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea,
select,
option,
optgroup {
    font-family: inherit;
    font-style: normal;
}

textarea {
    height: auto;
    resize: none;
}

select {
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

button {
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    vertical-align: top;
    font: inherit;
    font-family: inherit;
    background: none;
    color: inherit;
    font-size: 100%;
    opacity: 1;
    cursor: pointer;
    outline: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

label img {
    pointer-events: none;
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

th,
td {
    vertical-align: top;
}

fieldset,
img {
    border: 0;
}

/*img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}*/

/*address,
caption,
code,
em,
th {
    font-style: normal;
    font-weight: normal;
}*/

ol,
ul {
    list-style: none;
}

/*caption,
th {
    text-align: left;
}
*/
/*h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
    font-size: 100%;
    font-weight: normal;
}*/

em {
    font-style: normal;
}

b,
strong {
    font-weight: bold;
}

br {
    font-size: 0;
    line-height: 0;
}

i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

hr {
    display: block;
    height: 0;
    border: none;
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

iframe {
    border: none;
}

input[type="button"],
input[type="text"],
input[type="submit"],
select {
    -webkit-appearance: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    font-family: initial;
    line-height: 1.7 !important;
}

/*html {
    overflow-y: scroll;
}*/

/*body {
    overflow: hidden;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.6923;
    color: #000;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
}
*/
@media screen and (max-width: 767px) {
/*    body {
        font-size: 14px;
        overflow-x: hidden;
    }*/
}

a[href^=tel] {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    a[href^=tel] {
        pointer-events: auto;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

@media screen and (max-width: 767px) {
    a:hover {
        opacity: 1;
    }
}
/*
.ie img[src$=".svg"] {
    height: 100%;
}

header {
    position: relative;
    z-index: 9000;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.header-inner .header-note {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}*/

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .header-inner .header-note {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-inner .header-note {
        display: none;
    }
}
/*
.header-inner>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-inner>a:hover {
    opacity: 1;
}

.header-inner>a:hover .header-note {
    opacity: .8;
}

.header-logo a,
.header-logo span {
    display: block;
    width: 235px;
    padding: 31px 28px 32px;
    background-color: #00507e;
}

.header-logo a:hover,
.header-logo span:hover {
    opacity: 1;
}
*/
@media screen and (max-width: 767px) {

    .header-logo a,
    .header-logo span {
        width: 117px;
        padding: 16px 12px 15px;
    }
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fill {
    100% {
        fill: #fff;
    }
}

@keyframes fill {
    100% {
        fill: #fff;
    }
}

.header-logo-image {
    display: block;
}

.header-logo-image .cls-1 {
    fill: #fff;
}

.header-logo-image .logo-icon {
    fill: #fff;
}

.ie .header-logo-image {
    height: 45px;
}

.ie .logo-icon {
    fill: #fff;
}

.header-top .header-inner {
    position: relative;
    max-width: 1284px;
}

.header-top .header-logo {
    position: absolute;
    left: 0;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .header-top .header-logo {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .header-top .header-logo a {
        width: 145px;
        padding: 20px 18px;
    }
}

.header-btn-english {
    position: absolute;
    right: 0;
    z-index: 3;
    width: 88px;
    height: 44px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .header-btn-english {
        width: 58px;
    }
}

@media screen and (max-width: 767px) {
    .header-btn-english {
        width: 58px;
        height: 29px;
    }
}
/*
.header-btn-english a {
    display: block;
    width: inherit;
    height: inherit;
    background: #000 url("../img/txt_english_01.svg") no-repeat center center;
    background-size: 56px 9px;
}
*/
@media screen and (min-width: 768px) and (max-width: 1167px) {
    .header-btn-english a {
        background-size: 44px 7px;
    }
}

@media screen and (max-width: 767px) {
    .header-btn-english a {
        background-size: 37px 6px;
    }
}

.header-btn-english a:hover {
    opacity: 1;
    background-color: #00507e;
}

.header-btn-english a span {
    display: none;
}

.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
}

.header-links-list-item {
    position: relative;
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    vertical-align: middle;
    background-color: #222;
}

.header-links-list-item::after {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 67px;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #565656;
}

@media screen and (max-width: 767px) {
    .header-links-list-item::after {
        height: 33px;
    }
}

@media screen and (max-width: 767px) {
    .header-links-list-item {
        width: 60px;
        height: 54px;
    }
}

.header-links-list-item:last-child {
    border-right: none;
}

.header-links-list-item:last-child::after {
    display: none;
}

.header-links-list-item a {
    display: table-cell;
    width: inherit;
    height: inherit;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .header-links-list-item a {
        font-size: 10px;
        padding: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.header-links-list-item._white {
    background-color: #fff;
}

.header-links-list-item._white strong {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .header-links-list-item._white {
        width: 54px;
        font-size: 10px;
    }
}

.header-links-list-item._white label {
    cursor: pointer;
    display: table;
    position: relative;
    width: inherit;
    height: inherit;
}

.header-links-list-item._white label .label {
    display: table-cell;
    position: relative;
    z-index: 1;
    background-color: transparent;
    vertical-align: middle;
    font: inherit;
    font-size: 13px;
}

.header-links-list-item._white label .label.only-pc {
    display: table-cell !important;
}

@media screen and (max-width: 767px) {
    .header-links-list-item._white label .label.only-pc {
        display: none !important;
    }
}

.header-links-list-item._white label .label.only-sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .header-links-list-item._white label .label.only-sp {
        display: table-cell !important;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.header-links-list-item._white label .label::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #222 transparent transparent transparent;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .header-links-list-item._white label .label::before {
        position: absolute;
        left: 50%;
        bottom: 9px;
        border-width: 4px 3px 0 3px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.header-links-list-item._white label select {
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font: inherit;
    font-size: 16px;
    text-align: center;
    opacity: 0;
}

.header-links-list-item._white label select:focus {
    z-index: -1;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .header-links-list-item-data a {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.header-links-list-item-global {
    border-right: none;
}

.header-links-list-item-global a {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .header-links-list-item-global a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.header-links-list-item-info {
    position: relative;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .header-links-list-item-info {
        width: 54px;
        height: 54px;
    }
}

.header-links-list-item-info::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 180%;
    margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .header-links-list-item-info::after {
        height: 130%;
    }
}

@media screen and (max-width: 767px) {
    .header-links-list-item-info::after {
        height: 220%;
    }
}

.header-links-list-item-info a {
    position: relative;
    z-index: 2;
    padding-right: 8px;
    padding-left: 8px;
    color: #000;
    background-color: #fff;
}

[class^="is-drug"] .header-links-list-item-data::after,
[class^="is-farm"] .header-links-list-item-data::after {
    display: none;
}

.footer {
    position: relative;
    background-color: #222;
}

.footer-inner {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: #222;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform linear .3s;
    transition: -webkit-transform linear .3s;
    transition: transform linear .3s;
    transition: transform linear .3s, -webkit-transform linear .3s;
}

@media screen and (max-width: 767px) {
    .footer-inner {
        padding: 0 17px 20px 17px;
    }
}

.footer-inner.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
    #footer-toggle.is-active {
        overflow-y: scroll !important;
        max-height: 70vh;
    }
}

#footer-nav {
    display: none;
}

.footer-inner.is-activeBottom {
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-transition {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.footer-card-wrap {
    padding-top: 54px;
    background-color: #222;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-card-wrap {
        margin-right: 3px;
        margin-left: 3px;
        padding-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-wrap {
        padding-top: 35px;
        background-color: transparent;
    }
}

.footer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1414px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-card {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}

.footer-card-title {
    max-width: 1414px;
    margin: 0 auto 15px;
    color: #fff;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 32px;
}

@-moz-document url-prefix() {
    .footer-card-title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-title {
        margin-bottom: 25px;
        font-size: 19px;
    }
}

.footer-card-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-bottom: 45px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-card-item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item .footer-card-image {
        display: none;
    }
}

.footer-card-item .footer-card-image img {
    overflow: hidden;
    max-height: 143px;
}

@media screen and (max-width: 767px) {
    .footer-card-item:nth-child(n + 1) {
        margin-top: 18px;
    }
}

/*
.footer-card-item:nth-last-child(n + 9) {
    margin-right: 3px;
}
*/

/*画像位置変更*/
@media screen and (max-width: 767px) {
    .footer-card-item:nth-last-child(n + 1) {
        margin-right: 0;
    }
}

.footer-card-item-00 .footer-card-detail {
    width: 85%;
}

.footer-card-item-01 .footer-card-detail {
    width: 85%;
}

.footer-card-item-02 .footer-card-detail {
    width: 85%;
}

.footer-card-item-03 .footer-card-detail {
    width: 85%;
}

.footer-card-item-04 .footer-card-detail {
    width: 85%;
}

.footer-card-item-05 .footer-card-detail {
    width: 85%;
}

.footer-card-item-06 .footer-card-detail {
    width: 85%;
}

.footer-card-item-07 .footer-card-detail {
    width: 85%;
}

.footer-card-item-08 .footer-card-detail {
    width: 85%;
}

@media screen and (max-width: 767px) {
    .footer-card-item-01 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-02 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-03 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-04 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-05 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-06 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-07 .footer-card-detail {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer-card-item-08 .footer-card-detail {
        width: 120px;
    }
}

/*  .footer-card-item-05 {
    border-right: 2px solid #444;
    padding-right: 10px; }*/
@media screen and (max-width: 767px) {
    .footer-card-item-05 {
        border-right: none;
        padding-right: 0;
    }
}

/* .footer-card-item-06 {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .footer-card-item-06 {
        padding-left: 0; } }*/
.footer-card-detail {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .footer-card-detail {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
}

.footer-card-item a {
    position: relative;
    display: block;
}

.footer-card-item a:hover {
    opacity: 1;
}

.footer-card-item a:hover [class$="image"] {
    /*background-color: rgba(0, 80, 126, 0.65);*/
    background-color: rgba(200, 235, 125, 0.6);
}

.footer-card-item a [class$="text"] {
    position: relative;
    z-index: 2;
}

.footer-card-item a [class$="image"] {
    position: relative;
    background-color: transparent;
}

.footer-card-item a [class$="image"]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.footer-card-item a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 33px;
    height: 5px;
    margin-bottom: 0;
    margin-left: 10px;
}

/*background-color: #919191; }*/
@media screen and (max-width: 767px) {
    .footer-card-item a::after {
        /*display: none;
          width: 28px;
          height: 5px;
          margin-bottom: -28px;
          margin-left: 0; } }*/
        display: none;
        width: 28px;
        height: 5px;
        margin-bottom: -28px;
        margin-left: 0;
        background-color: inherit;
    }
}

.footer-card-item.footer-card-item-10 a::after {
    display: block;
}

.footer-card-item.footer-card-item-10 a::after {
    background-color: #ffef03;
}

.footer-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .footer-area {
        display: block;
    }
}

.footer-site-map-wrap {
    background-color: #252525;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

@media screen and (max-width: 767px) {
    .footer-site-map-wrap {
        background-color: transparent;
    }
}

.footer-site-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1414px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .footer-site-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 50%;
    padding: 40px 10px 40px 13px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-links-wrap {
        padding: 40px 10px 40px 23px;
    }
}

@media screen and (max-width: 767px) {
    .footer-links-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        padding: 0;
        margin-bottom: 15px;
        display: none;
    }
}

.footer-links {
    width: 30%;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-links {
        margin-top: -8px;
    }
}

@media screen and (max-width: 767px) {
    .footer-links {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
        margin-top: 5px;
    }

    .footer-links:nth-child(1),
    .footer-links:nth-child(3) {
        margin-top: 0;
    }
}

.footer-links-item {
    padding-left: 21px;
    text-indent: -21px;
    line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-links-item {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .footer-links-item:nth-child(n + 2) {
        padding-top: 5px;
    }
}

.footer-links-item a {
    position: relative;
    font-size: 12px;
    line-height: 2.16667;
    color: #fff;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .footer-links-item a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .footer-links-item a {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-links-item a {
        font-size: .9vw;
    }
}

.footer-links .ico {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-right: 11px;
    background-color: #eaeaea;
}

@media screen and (max-width: 767px) {
    .footer-links .ico {
        display: none;
    }
}

.footer-links:nth-child(2) {
    width: 36.05%;
    padding-left: 24px;
}

@media screen and (max-width: 767px) {
    .footer-links:nth-child(2) {
        padding-left: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.footer-links:nth-child(3) {
    padding-left: 20px;
    padding-bottom: 1em;
    border-left: 2px solid #444;
}

@media screen and (max-width: 767px) {
    .footer-links:nth-child(3) {
        border-left: none;
        padding-bottom: 0;
        padding-left: 0;
    }
}

.footer-info-wrap {
    position: relative;
    width: 50%;
    background-color: #292929;
}

@media screen and (max-width: 767px) {
    .footer-info-wrap {
        width: auto;
        background-color: transparent;
    }
}

.footer-info-wrap::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #292929;
}

@media screen and (max-width: 767px) {
    .footer-info-wrap::after {
        display: none;
    }
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 40px 0 40px 25px;
}

@media screen and (max-width: 767px) {
    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.footer-address {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.16667;
}

@media screen and (max-width: 767px) {
    .footer-address {
        margin-bottom: 30px;
        font-size: 10px;
        line-height: 2;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-address {
        font-size: .9vw;
    }
}

.footer-address a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
    line-height: 2.16667;
}

@media screen and (max-width: 767px) {
    .footer-address a {
        font-size: 10px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-address a {
        font-size: .65vw;
    }
}

.footer-address p {
    font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

.footer-global {
    width: 246px;
    margin-left: auto;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .footer-global {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-global {
        width: 192px;
    }
}

.footer-global .logo {
    display: table;
    width: 100%;
}

.footer-global .logo>a {
    display: table-cell;
    padding: 10px 20px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-global .logo>a {
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .footer-global .logo>a {
        height: 75px;
        display: none;
    }
}

.footer-global .logo>a svg {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer-global .logo>a svg {
        margin: 0 auto;
        max-width: 295px;
    }
}

.footer-global .logo>a svg .st0 {
    fill: #000;
}

@media screen and (max-width: 767px) {
    .footer-global .logo>a .pc {
        display: none;
    }
}

.footer-global .logo>a .sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .footer-global .logo>a .sp {
        display: block;
    }
}

.footer-global .logo>a:hover {
    /*background-color: #00507e;*/
    background-color: #27403d;
    opacity: 1;
}

.footer-global .logo>a:hover svg .st0 {
    fill: #fff;
}

.footer-global-text {
    padding-top: 3px;
    padding-left: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-global-text {
        padding-left: 3vw;
    }
}

.footer-global .footer-sns {
    list-style-image: url(data:0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 28px;
    color: #9a9a9a;
}

@media screen and (max-width: 767px) {
    .footer-global .footer-sns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {

    body[class*="is-drug"] .footer-global .footer-sns,
    body[class*="is-farm"] .footer-global .footer-sns {
        padding-bottom: 0;
    }
}

.footer-global .footer-sns li {
    margin: 0 13px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .footer-global .footer-sns li {
        margin: 0 10px;
    }
}

.footer-global .footer-sns li:nth-child(1) {
    width: 20px;
    height: 16px;
}

.footer-global .footer-sns li:nth-child(2) {
    width: 19px;
    height: 18px;
}

.footer-global .footer-sns li:nth-child(3) {
    width: 21px;
    height: 15px;
}

.footer-global .footer-sns li:nth-child(4) {
    width: 9px;
    height: 21px;
}

.footer-global .footer-sns li:nth-child(5) {
    width: 24px;
    height: 23px;
}

.footer-global .footer-sns li:nth-child(6) {
    width: 24px;
    height: 23px;
}

.footer-global .footer-sns li:nth-child(7) {
    width: 24px;
    height: 23px;
}

.footer-global .footer-sns li:nth-child(8) {
    width: 24px;
    height: 23px;
}

.footer-global .footer-sns li a {
    display: block;
    padding: 0 !important;
    width: inherit;
    height: inherit;
    background-color: transparent !important;
}

.footer-global .footer-sns li a svg,
.footer-global .footer-sns li a img {
    position: static !important;
    width: inherit !important;
    height: inherit !important;
}

.footer-global .footer-sns li a svg path,
.footer-global .footer-sns li a img path {
    fill: #9a9a9a !important;
}

.footer-award {
    position: absolute;
    left: 9px;
    bottom: 28px;
}

@media screen and (max-width: 767px) {
    .footer-links-wrap .footer-award {
        display: none;
    }
}

.footer-info-wrap .footer-award {
    display: none;
    position: static;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .footer-info-wrap .footer-award {
        display: block;
    }
}

body[class*="is-drug"] .footer-award,
body[class*="is-farm"] .footer-award {
    display: none;
}

.footer-award a img[src$="ico_good_design_01.svg"] {
    width: 142px;
    height: 23px;
}

.footer-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 21px;
    font-size: 11px;
    text-align: center;
    color: #a3a3a3;
    line-height: 2;
    font-weight: 800;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.footer-copyright small {
    font-size: 11px;
}

@media screen and (max-width: 767px) {
    .footer-copyright small {
        display: block;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.footer-academics .footer-card {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card {
        margin-bottom: 50px;
    }
}

.footer-academics .footer-card .footer-card-item-01 .footer-card-detail {
    width: 78.3%;
}

.footer-academics .footer-card .footer-card-item-02 .footer-card-detail {
    width: 53.1%;
}

.footer-academics .footer-card .footer-card-item-03 .footer-card-detail {
    width: 53.1%;
}

.footer-academics .footer-card .footer-card-item-04 .footer-card-detail {
    width: 53.1%;
}

.footer-academics .footer-card .footer-card-item-05 .footer-card-detail {
    width: 57.85%;
}

.footer-academics .footer-card .footer-card-item-06 .footer-card-detail {
    width: 50.65%;
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-01 .footer-card-detail {
        width: 132px;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-02 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-03 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-04 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-05 .footer-card-detail {
        width: 88px;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-06 .footer-card-detail {
        width: 70px;
    }
}

.footer-academics .footer-card .footer-card-item {
    margin-bottom: 0;
}

.footer-academics .footer-card .footer-card-item a:after {
    display: none;
}

.footer-academics .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-05 {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-05 a:after {
        display: block;
    }
}

.footer-academics .footer-card .footer-card-item-06 {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-card .footer-card-item-06 {
        display: block;
    }
}

.footer-academics .footer-global {
    width: 246px;
}

@media screen and (max-width: 767px) {
    .footer-academics .footer-global {
        width: 100%;
    }
}

.footer-academics .footer-global a {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center;
}

.footer-academics .footer-global a>img {
    width: 146px;
}

.footer-academics .footer-address a {
    display: inline-block;
}

.footer-agriculture .footer-card {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card {
        margin-bottom: 50px;
    }
}

.footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
    width: 78.3%;
}

.footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
    width: 53.1%;
}

.footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
    width: 53.1%;
}

.footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
    width: 50.65%;
}

.footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
    width: 57.85%;
}

.footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
    width: 53.1%;
}

.footer-agriculture .footer-card .footer-card-item-07 .footer-card-detail {
    width: 53.1%;
}

.footer-agriculture .footer-card .footer-card-item-08 .footer-card-detail {
    width: 53.1%;
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
        width: 132px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
        width: 70px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
        width: 88px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-07 .footer-card-detail {
        width: 75px;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-08 .footer-card-detail {
        width: 75px;
    }
}

.footer-agriculture .footer-card .footer-card-item {
    margin-bottom: 0;
}

.footer-agriculture .footer-card .footer-card-item a:after {
    display: none;
}

.footer-agriculture .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-05 {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-05 a:after {
        display: block;
    }
}

.footer-agriculture .footer-card .footer-card-item-06 {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-06 {
        display: block;
    }
}

.footer-agriculture .footer-global {
    width: 246px;
}

@media screen and (max-width: 767px) {
    .footer-agriculture .footer-global {
        width: 100%;
    }
}

.footer-agriculture .footer-global a {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center;
}

.footer-agriculture .footer-global a>img {
    width: 146px;
}

.footer-agriculture .footer-address a {
    display: inline-block;
}

.is-drug .footer .footer-card-title,
.is-farm .footer .footer-card-title,
.is-drug-top .footer .footer-card-title,
.is-farm-top .footer .footer-card-title {
    max-width: 1440px;
    padding-left: 13px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-card-title,
    .is-farm .footer .footer-card-title,
    .is-drug-top .footer .footer-card-title,
    .is-farm-top .footer .footer-card-title {
        padding-left: 0;
    }
}

.is-drug .footer .footer-card-wrap,
.is-farm .footer .footer-card-wrap,
.is-drug-top .footer .footer-card-wrap,
.is-farm-top .footer .footer-card-wrap {
    padding-top: 35px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-card-wrap,
    .is-farm .footer .footer-card-wrap,
    .is-drug-top .footer .footer-card-wrap,
    .is-farm-top .footer .footer-card-wrap {
        padding-top: 27px;
    }
}

.is-drug .footer .footer-card-wrap .footer-card,
.is-farm .footer .footer-card-wrap .footer-card,
.is-drug-top .footer .footer-card-wrap .footer-card,
.is-farm-top .footer .footer-card-wrap .footer-card {
    max-width: 1440px;
    padding-right: 13px;
    padding-left: 13px;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-card-wrap .footer-card,
    .is-farm .footer .footer-card-wrap .footer-card,
    .is-drug-top .footer .footer-card-wrap .footer-card,
    .is-farm-top .footer .footer-card-wrap .footer-card {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    .is-farm .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    .is-drug-top .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    .is-farm-top .footer .footer-card-wrap .footer-card-item:nth-child(n + 3) {
        margin-top: 18px;
    }
}

.is-drug .footer .footer-card-wrap .footer-card-detail,
.is-farm .footer .footer-card-wrap .footer-card-detail,
.is-drug-top .footer .footer-card-wrap .footer-card-detail,
.is-farm-top .footer .footer-card-wrap .footer-card-detail {
    padding-bottom: 0;
}

.is-drug .footer .footer-site-map,
.is-farm .footer .footer-site-map,
.is-drug-top .footer .footer-site-map,
.is-farm-top .footer .footer-site-map {
    max-width: 1440px;
}

.is-drug .footer .footer-global,
.is-farm .footer .footer-global,
.is-drug-top .footer .footer-global,
.is-farm-top .footer .footer-global {
    margin-top: 7px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-global,
    .is-farm .footer .footer-global,
    .is-drug-top .footer .footer-global,
    .is-farm-top .footer .footer-global {
        margin-top: 0;
    }
}

.is-drug .footer .footer-global svg,
.is-farm .footer .footer-global svg,
.is-drug-top .footer .footer-global svg,
.is-farm-top .footer .footer-global svg {
    position: relative;
    left: -5px;
    width: 146px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-global svg,
    .is-farm .footer .footer-global svg,
    .is-drug-top .footer .footer-global svg,
    .is-farm-top .footer .footer-global svg {
        width: 140px;
        left: -13px;
    }
}

.is-drug .footer .footer-global svg .cls-1,
.is-farm .footer .footer-global svg .cls-1,
.is-drug-top .footer .footer-global svg .cls-1,
.is-farm-top .footer .footer-global svg .cls-1 {
    fill: #fff;
}

.is-drug .footer .footer-global a,
.is-farm .footer .footer-global a,
.is-drug-top .footer .footer-global a,
.is-farm-top .footer .footer-global a {
    background-color: #00507e;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-global a,
    .is-farm .footer .footer-global a,
    .is-drug-top .footer .footer-global a,
    .is-farm-top .footer .footer-global a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.is-drug .footer .footer-global a:hover,
.is-farm .footer .footer-global a:hover,
.is-drug-top .footer .footer-global a:hover,
.is-farm-top .footer .footer-global a:hover {
    background-color: #fff;
}

.is-drug .footer .footer-global a:hover .cls-1,
.is-farm .footer .footer-global a:hover .cls-1,
.is-drug-top .footer .footer-global a:hover .cls-1,
.is-farm-top .footer .footer-global a:hover .cls-1 {
    fill: #222;
}

.is-drug .footer .footer-links-wrap,
.is-farm .footer .footer-links-wrap,
.is-drug-top .footer .footer-links-wrap,
.is-farm-top .footer .footer-links-wrap {
    padding: 35px 10px 35px 23px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-links-wrap,
    .is-farm .footer .footer-links-wrap,
    .is-drug-top .footer .footer-links-wrap,
    .is-farm-top .footer .footer-links-wrap {
        padding: 5px 10px 20px 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-links-wrap .footer-links-item:nth-child(n + 2),
    .is-farm .footer .footer-links-wrap .footer-links-item:nth-child(n + 2),
    .is-drug-top .footer .footer-links-wrap .footer-links-item:nth-child(n + 2),
    .is-farm-top .footer .footer-links-wrap .footer-links-item:nth-child(n + 2) {
        padding-top: 5px;
    }
}

.is-drug .footer .footer-info,
.is-farm .footer .footer-info,
.is-drug-top .footer .footer-info,
.is-farm-top .footer .footer-info {
    padding: 35px 0 35px 25px;
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-info,
    .is-farm .footer .footer-info,
    .is-drug-top .footer .footer-info,
    .is-farm-top .footer .footer-info {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    .is-drug .footer .footer-info .footer-address,
    .is-farm .footer .footer-info .footer-address,
    .is-drug-top .footer .footer-info .footer-address,
    .is-farm-top .footer .footer-info .footer-address {
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 767px) {

    .is-farm .footer-links,
    .is-farm-top .footer-links {
        margin-top: 0;
    }
}

.container {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.wrapper-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1167px) and (min-width: 768px) {
    .wrapper {
        padding-bottom: 104px;
    }
}

@media screen and (max-width: 767px) {
    .sc-btm-fixed .wrapper {
        padding-bottom: 0px;
    }
}

.l-content,
.l-content-noFlex,
.l-content-noMargin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1366px;
    margin: 109px auto 164px;
    padding: 0 71px;
}

@media screen and (max-width: 767px) {

    .l-content,
    .l-content-noFlex,
    .l-content-noMargin {
        display: block;
        padding-right: 18px;
        padding-left: 18px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .l-content {
        margin-top: 54px;
    }
}

@media screen and (max-width: 767px) {
    .l-content:last-of-type {
        margin-bottom: 0;
    }
}

.l-content-noFlex {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .hero-cmn+.l-content-noFlex {
        margin-bottom: 52px;
    }
}

.l-content-noMargin {
    display: block;
    margin: 0 auto;
    padding: 60px 71px;
}

.l-content-noMargin:last-child {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .l-content-noMargin:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .l-content-noMargin {
        padding: 30px 0 0;
    }
}

.l-content-noMargin.med-admissions {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {

    .l-content-noMargin.med-admissions .sec-pr,
    .l-content-noMargin.med-admissions .sec-pr-type02 {
        padding: 20px 0 0;
    }
}

.l-content-noMargin.med-admissions .list-link-banner.s-blackBand li a span {
    padding: .715em 1.75em .715em .5em;
}

.l-content-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.l-content.l-content-news {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .l-content.l-content-news {
        margin-bottom: 60px;
    }
}

.l-content-main {
    max-width: 900px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-content-main {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 960px) {
    body.is-noAside .l-content-main {
        float: none;
        max-width: none;
        width: 100%;
        padding-left: 0;
    }
}

.l-content-side {
    margin-right: 30px;
    min-width: 250px;
    width: 250px;
}

@media screen and (max-width: 767px) {
    .l-content-side {
        float: none;
        padding-right: 0;
        min-width: 0;
        width: 100%;
        margin-top: 52px;
    }
}

@media screen and (max-width: 960px) {
    body.is-noAside .l-content-side {
        display: none;
    }
}

.l-content-bread {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-content-bread {
        margin-bottom: 78px;
    }
}

section:not([class])+section:not([class]) {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    section:not([class])+section:not([class]) {
        margin-top: 40px;
    }
}

.is-drug .l-content,
.is-drug .l-content-noFlex,
.is-drug .l-content-noMargin,
.is-drug .bg-style-02,
.is-drug .bg-style-02-noFlex,
.is-drug .bg-style-02-noMargin,
.is-farm .l-content,
.is-farm .l-content-noFlex,
.is-farm .l-content-noMargin,
.is-farm .bg-style-02,
.is-farm .bg-style-02-noFlex,
.is-farm .bg-style-02-noMargin {
    margin-bottom: 184px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .is-drug .l-content,
    .is-drug .l-content-noFlex,
    .is-drug .l-content-noMargin,
    .is-drug .bg-style-02,
    .is-drug .bg-style-02-noFlex,
    .is-drug .bg-style-02-noMargin,
    .is-farm .l-content,
    .is-farm .l-content-noFlex,
    .is-farm .l-content-noMargin,
    .is-farm .bg-style-02,
    .is-farm .bg-style-02-noFlex,
    .is-farm .bg-style-02-noMargin {
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 767px) {

    .is-drug .l-content,
    .is-drug .l-content-noFlex,
    .is-drug .l-content-noMargin,
    .is-drug .bg-style-02,
    .is-drug .bg-style-02-noFlex,
    .is-drug .bg-style-02-noMargin,
    .is-farm .l-content,
    .is-farm .l-content-noFlex,
    .is-farm .l-content-noMargin,
    .is-farm .bg-style-02,
    .is-farm .bg-style-02-noFlex,
    .is-farm .bg-style-02-noMargin {
        margin-bottom: 30px;
    }
}

.is-drug .l-content .l-content-noMargin:last-of-type,
.is-drug .l-content-noFlex .l-content-noMargin:last-of-type,
.is-drug .l-content-noMargin .l-content-noMargin:last-of-type,
.is-drug .bg-style-02 .l-content-noMargin:last-of-type,
.is-drug .bg-style-02-noFlex .l-content-noMargin:last-of-type,
.is-drug .bg-style-02-noMargin .l-content-noMargin:last-of-type,
.is-farm .l-content .l-content-noMargin:last-of-type,
.is-farm .l-content-noFlex .l-content-noMargin:last-of-type,
.is-farm .l-content-noMargin .l-content-noMargin:last-of-type,
.is-farm .bg-style-02 .l-content-noMargin:last-of-type,
.is-farm .bg-style-02-noFlex .l-content-noMargin:last-of-type,
.is-farm .bg-style-02-noMargin .l-content-noMargin:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {

    .is-drug .l-content .l-content-noMargin:last-of-type,
    .is-drug .l-content-noFlex .l-content-noMargin:last-of-type,
    .is-drug .l-content-noMargin .l-content-noMargin:last-of-type,
    .is-drug .bg-style-02 .l-content-noMargin:last-of-type,
    .is-drug .bg-style-02-noFlex .l-content-noMargin:last-of-type,
    .is-drug .bg-style-02-noMargin .l-content-noMargin:last-of-type,
    .is-farm .l-content .l-content-noMargin:last-of-type,
    .is-farm .l-content-noFlex .l-content-noMargin:last-of-type,
    .is-farm .l-content-noMargin .l-content-noMargin:last-of-type,
    .is-farm .bg-style-02 .l-content-noMargin:last-of-type,
    .is-farm .bg-style-02-noFlex .l-content-noMargin:last-of-type,
    .is-farm .bg-style-02-noMargin .l-content-noMargin:last-of-type {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {

    .is-drug .l-content:last-of-type,
    .is-farm .l-content:last-of-type {
        margin-bottom: 0;
    }
}

.is-drug.admissions .l-content-noMargin:last-of-type,
.is-farm.admissions .l-content-noMargin:last-of-type {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {

    .is-drug.admissions .l-content-noMargin:last-of-type,
    .is-farm.admissions .l-content-noMargin:last-of-type {
        margin-bottom: 30px;
    }
}

.side-box {
    border: 4px solid #222;
    margin-bottom: 20px;
}

.side-box:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .side-box {
        margin-bottom: 15px;
    }
}

.side-box-single {
    margin-bottom: 5px;
}

.side-box-title {
    position: relative;
    display: block;
    padding: 10px 16px 8px;
    color: #fff;
    font: 900 20px/24px "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #222;
}

@-moz-document url-prefix() {
    .side-box-title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

/*.side-box-title::after {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto 10px auto auto;
    background: url(../img/ico_arrow_square_white_right.svg) no-repeat;
}*/

@media screen and (max-width: 767px) {
    .side-box-title::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .side-box-title {
        font-size: 15px;
    }
}

.side-box-title>img {
    height: 16px;
    vertical-align: baseline;
}

.ie .side-box-title>img {
    height: 16px;
}

.side-box-title-single {
    color: #222;
    background-color: #fff;
}

/*.side-box-title-single::after {
    background-image: url(../img/ico_arrow_square_black_right.svg);
}*/

.side-list {
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff;
}

.side-list-item:first-child .side-list-title {
    border-top: none;
}

.side-list-item>a {
    position: relative;
    display: block;
    padding: 16px 16px 17px;
    font-size: 13px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.2;
}

@-moz-document url-prefix() {
    .side-list-item>a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .side-list-item>a {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

.side-list .side-list-title {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    border-top: 2px solid #222;
    color: #222;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.18;
}

@-moz-document url-prefix() {
    .side-list .side-list-title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .side-list .side-list-title {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .side-list .side-list-title {
        font-size: 15px;
        padding-right: 33px;
    }
}

.side-list .side-list-title.is-active+ul {
    display: block !important;
}

/*.side-list .side-list-title::after {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto 10px auto auto;
    background: url(../img/ico_arrow_square_black_right.svg) no-repeat;
}*/

@media screen and (max-width: 767px) {
    .side-list .side-list-title::after {
        width: 20px;
        height: 20px;
    }
}

.side-list.js-slide-down .side-list-title::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-list-title.is-active {
    border-top: none;
    margin-right: -2px;
    margin-left: -3px;
    color: #fff;
    background-color: #222;
}

/*.side-list-title.is-active::after {
    background-image: url(../img/ico_arrow_square_white_up.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.js-slide-down .side-list-title.is-active::after {
    right: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.side-list-item.is-current+.side-list-item>a {
    border-top-color: transparent;
}

body.win.chrome .side-box-define {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.side-box-define .side-list-item {
    border-top: 2px solid #222;
}

.side-box-define .side-list-item.is-current,
.side-box-define .side-list-item.is-parent {
    border-top-color: transparent;
}

.side-box-define .side-list-item:first-child,
.side-box-define .side-list-item:first-child.is-current,
.side-box-define .side-list-item:first-child.is-parent {
    border-top: none;
}

.side-box-define .side-list-item:last-child ul.stage-one>li:last-child {
    border-bottom: none !important;
}

.side-box-define .side-list-item i {
    display: block;
    font-size: 14px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .side-box-define .side-list-item i {
        font-size: 12px;
    }
}

.side-box-define .side-list-item>a {
    padding-left: 46px;
    font-size: 18px;
    line-height: 1.44444;
}

.side-box-define .side-list-item>a::before,
.side-box-define .side-list-item>a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

/*.side-box-define .side-list-item>a::before {
    left: 0;
    width: 19px;
    height: 19px;
    margin-left: 15px;
    background: url(../img/ico_arrow_square_black_right.svg) no-repeat;
}*/

@media screen and (max-width: 767px) {
    .side-box-define .side-list-item>a::before {
        width: 20px;
        height: 20px;
    }
}

.side-box-define ul.stage-one {
    display: none;
}

.side-box-define .side-list-item.is-current>a,
.side-box-define .side-list-item.is-parent>a {
    margin-right: -2px;
    margin-left: -3px;
    color: #fff;
    background-color: #222;
    padding-top: 14px;
    padding-bottom: 15px;
}

/*.side-box-define .side-list-item.is-current>a::before,
.side-box-define .side-list-item.is-parent>a::before {
    background-image: url(../img/ico_arrow_square_white_right.svg);
}*/

.side-box-define .side-list-item.is-current>a::after,
.side-box-define .side-list-item.is-parent>a::after {
    right: -4px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.side-box-define .side-list-item.is-current+.side-list-item,
.side-box-define .side-list-item.is-parent+.side-list-item {
    border-top: none;
}

.side-box-define .side-list-item.is-current ul.stage-one,
.side-box-define .side-list-item.is-parent ul.stage-one {
    display: block !important;
}

.side-box-define .side-list-item.is-current ul.stage-one>li:last-child,
.side-box-define .side-list-item.is-parent ul.stage-one>li:last-child {
    border-bottom: 2px solid #222;
}

.side-box-define .side-list-item.is-current ul.stage-two,
.side-box-define .side-list-item.is-parent ul.stage-two {
    display: block !important;
}

.side-box-define .side-list-item.is-notOpen.is-current ul.stage-one {
    display: none !important;
}

.side-list .stage-one .stage-one-item,
.side-list .stage-one .stage-two-item,
.side-list .stage-two .stage-one-item,
.side-list .stage-two .stage-two-item {
    margin-right: 2px;
    margin-left: 2px;
    border-bottom: 2px solid #ececec;
}

.side-list .stage-one .stage-one-item:last-child,
.side-list .stage-one .stage-two-item:last-child,
.side-list .stage-two .stage-one-item:last-child,
.side-list .stage-two .stage-two-item:last-child {
    border-bottom: none;
}

.side-list .stage-one .stage-one-item>a,
.side-list .stage-one .stage-two-item>a,
.side-list .stage-two .stage-one-item>a,
.side-list .stage-two .stage-two-item>a {
    position: relative;
    display: block;
    padding: 10px 32px 11px 16px;
    font-size: 14px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

/*.side-list .stage-one .stage-one-item>a::after,
.side-list .stage-one .stage-two-item>a::after,
.side-list .stage-two .stage-one-item>a::after,
.side-list .stage-two .stage-two-item>a::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto 7px auto auto;
    background: url(../img/ico_arrow_square_white_right.svg) no-repeat;
}*/

@media screen and (max-width: 767px) {

    .side-list .stage-one .stage-one-item>a::after,
    .side-list .stage-one .stage-two-item>a::after,
    .side-list .stage-two .stage-one-item>a::after,
    .side-list .stage-two .stage-two-item>a::after {
        width: 20px;
        height: 20px;
    }
}

.side-list .stage-one-item.is-current,
.side-list .stage-two-item.is-current {
    border-bottom-color: transparent;
}

.side-list .stage-one-item.is-current>a,
.side-list .stage-two-item.is-current>a {
    background-color: #ececec;
}

.side-list .stage-two {
    border-top: 2px solid #ececec;
}

.side-list .stage-two .stage-two-item>a {
    padding-left: 2em;
}

.side-list-date {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .side-list-date {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .side-list-date {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

.side-list-date .txt-topics-item a {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .side-list-date .txt-topics-item a {
        font-size: 14px;
    }
}

.side-box-media {
    border-color: #cbcbcb;
}

.side-box-media .side-list-item {
    border-top: 2px solid #cbcbcb;
}

.side-box-media .side-list-item:first-child {
    border-top: none;
}

.side-box-media .side-list-item a {
    padding-left: 45px;
}

/*.side-box-media .side-list-item a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto auto auto 15px;
    background: url(../img/ico_arrow_square_black_right.svg) no-repeat;
}*/

@media screen and (max-width: 767px) {
    .side-box-media .side-list-item a::before {
        width: 20px;
        height: 20px;
    }
}

.side-list-topic .side-list-title::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/*.side-list-topic .side-list-title.is-active::after {
    background-image: url(../img/ico_arrow_square_white_right.svg);
}
*/
.js-slide-down .stage-one {
    display: none;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #4a4a4a;
}

@media screen and (max-width: 767px) {
    .breadcrumb-list {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 70px;
        margin-bottom: 21px;
        background-color: transparent;
    }
}

.breadcrumb-item {
    position: relative;
    margin-right: 22px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    line-height: 2.5;
}

@media screen and (max-width: 767px) {
    .breadcrumb-item {
        line-height: 1.58333;
        color: #000;
    }
}

.breadcrumb-item:last-child {
    margin-right: 0;
    white-space: normal;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .breadcrumb-item:last-child:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb-item:nth-child(n + 4) {
        margin-left: 0;
        white-space: normal;
    }
}

.breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-item::after {
    position: absolute;
    content: '＞';
    margin-left: 5px;
    font-size: 12px;
    line-height: 2.5;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .breadcrumb-item::after {
        line-height: 1.58333;
        color: #000;
    }
}

.breadcrumb-item a {
    color: #fff;
    font-size: 12px;
    font-family: "Gothic MB101 Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 2.5;
}

@media screen and (max-width: 767px) {
    .breadcrumb-item a {
        line-height: 1.58333;
        color: #888;
    }
}

.hero-cmn {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .hero-cmn {
        position: relative;
        z-index: -1;
        margin-top: -54px;
    }
}

.hero-cmn-inner {
    position: relative;
    max-width: 1366px;
    padding: 0 71px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .hero-cmn-inner {
        padding: 0 17px;
        top: -80px;
        margin-bottom: -50px;
    }

    .admissions .hero-cmn-inner {
        margin-bottom: 0;
    }
}

.hero-cmn-image {
    position: relative;
    width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.admissions .hero-cmn-image {
    height: 580px;
}

@media screen and (max-width: 767px) {
    .admissions .hero-cmn-image {
        height: 375px;
    }
}

@media screen and (max-width: 767px) {
    .hero-cmn-image {
        height: 375px;
    }
}

.hero-cmn-image img {
    width: 100%;
}

.hero-cmn-header {
    position: absolute;
    bottom: 100%;
    margin-bottom: -90px;
    width: 250px;
    padding: 68px 20px 63px 30px;
    color: #fff;
    background-color: #222;
}

.hero-cmn-inner-admissions .hero-cmn-header {
    bottom: 40px;
    left: 0;
    margin: 0 0 0 71px;
    padding: 0;
    width: auto;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .hero-cmn-inner-admissions .hero-cmn-header {
        bottom: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .hero-cmn-inner-admissions .hero-cmn-header .hero-cmn-header-title>span {
        height: 51px;
    }
}

@media screen and (max-width: 767px) {
    .hero-cmn-header {
        position: relative;
        width: 100%;
        padding: 35px 20px 20px;
    }
}

.hero-cmn-header.with-bg-black {
    margin-bottom: -80px;
    min-height: 385px;
}

@media screen and (max-width: 767px) {
    .hero-cmn-header.with-bg-black {
        margin-bottom: -50px;
        min-height: 216px;
    }
}

.hero-cmn-inner-admissions .hero-cmn-header::before {
    display: none;
}

.hero-cmn-header-sub {
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: 36px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.36111;
}

.hero-cmn-header-sub.s-word-slim {
    letter-spacing: -3px;
}

@media screen and (max-width: 767px) {
    .hero-cmn-header-sub.s-word-slim {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    .hero-cmn-header-sub {
        padding-left: 18px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.375;
    }
}

.hero-cmn-header-sub>span>img {
    height: 43px;
    vertical-align: bottom;
    padding: 3px 0;
    display: inline-block;
    border-bottom: 4px solid;
}

@media screen and (max-width: 767px) {
    .hero-cmn-header-sub>span>img {
        height: 36px;
    }
}

.hero-cmn .hero-cmn-header-title {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .hero-cmn .hero-cmn-header-title {
        margin-left: 0;
        margin-bottom: 40px;
        letter-spacing: -.4em;
    }
}

.hero-cmn .hero-cmn-header-title>span {
    background-color: #fff;
}

.hero-cmn-header-text {
    position: relative;
    font-weight: 700;
    font-size: 13px;
}

.hero-cmn-header-text:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    margin-left: -36px;
    background-color: #505050;
}

@media screen and (max-width: 767px) {
    .hero-cmn-header-text {
        display: inline-block;
        font-size: 12px;
        line-height: 1.6;
    }

    .hero-cmn-header-text::after {
        width: 6px;
        margin-left: -23px;
    }
}

.hero-cmn-logo {
    position: relative;
    margin: 0 auto;
    padding: 0 71px;
    max-width: 1366px;
}

@media screen and (max-width: 767px) {
    .hero-cmn-logo {
        width: 100%;
    }
}

.hero-cmn-logo picture {
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
    width: 1110px;
    margin-left: 24.9%;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media screen and (max-width: 767px) {
    .hero-cmn-logo picture {
        z-index: -1;
        bottom: auto;
        width: 110%;
        margin-left: 0;
        margin-top: 80px;
        padding-left: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    body.is-drug .hero-cmn-logo picture,
    body.is-farm .hero-cmn-logo picture {
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }

    body.is-drug.explore .hero-cmn-logo picture,
    body.is-farm.explore .hero-cmn-logo picture {
        -webkit-transform: translateY(90%);
        transform: translateY(90%);
    }
}

.hero-cmn-logo picture img {
    width: auto;
    height: 100%;
}

.hero-cmn-logo .reborn {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5em 0;
    width: 67px;
    margin-right: 70px;
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 43px;
    background-color: #222222;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .hero-cmn-logo .reborn {
        top: 51px;
        right: 30px;
        padding: .5em 0;
        width: 47px;
        margin-right: 0;
        font-size: 30px;
    }
}

.hero-cmn-logo .reborn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 33.5px 0 33.5px;
    border-color: #222222 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
    .hero-cmn-logo .reborn::after {
        bottom: -10px;
        border-width: 10px 23.5px 0 23.5px;
    }
}

@media screen and (max-width: 767px) {
    body.admissions .hero-cmn {
        margin-bottom: -40px;
    }
}

.ie .hero-cmn-header-sub>span>img[src$=".svg"] {
    display: inline;
    height: 37px;
}

@media screen and (max-width: 767px) {
    .ie .hero-cmn-header-sub>span>img[src$=".svg"] {
        height: 30px;
    }
}

.is-drug-top .hero-title-sub,
.is-drug .hero-title-sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108px;
    height: 100%;
    background-color: #ebebeb;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub,
    .is-drug .hero-title-sub {
        width: 54px;
    }
}

.is-drug-top .hero-title-sub .title,
.is-drug .hero-title-sub .title {
    position: absolute;
    display: inline-block;
    right: 100%;
    width: 61px;
    padding: 0 1px 1px;
    margin-top: 34px;
    margin-right: -10px;
    background-color: #222;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .title,
    .is-drug .hero-title-sub .title {
        width: 32px;
        padding: 0;
        margin-top: 76px;
        margin-right: -7px;
    }
}

.is-drug-top .hero-title-sub .title span,
.is-drug .hero-title-sub .title span {
    position: absolute;
    background-color: #222;
    padding: 2px 1px 8px;
}

.is-drug-top .hero-title-sub .title span.txt-01,
.is-drug .hero-title-sub .title span.txt-01 {
    width: 61px;
    padding: 4px 1px 8px 3px;
    margin-right: -10px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .title span.txt-01,
    .is-drug .hero-title-sub .title span.txt-01 {
        width: 32px;
    }
}

.is-drug-top .hero-title-sub .title span.txt-02,
.is-drug .hero-title-sub .title span.txt-02 {
    width: 61px;
    right: 60px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .title span.txt-02,
    .is-drug .hero-title-sub .title span.txt-02 {
        width: 32px;
        right: 31px;
    }
}

.is-drug-top .hero-title-sub .title~.text:nth-of-type(2),
.is-drug .hero-title-sub .title~.text:nth-of-type(2) {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .title~.text:nth-of-type(2),
    .is-drug .hero-title-sub .title~.text:nth-of-type(2) {
        margin-top: 74px;
    }
}

.is-drug-top .hero-title-sub .title~.text:nth-of-type(3),
.is-drug .hero-title-sub .title~.text:nth-of-type(3) {
    margin-top: 232px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .title~.text:nth-of-type(3),
    .is-drug .hero-title-sub .title~.text:nth-of-type(3) {
        margin-top: 177px;
    }
}

.is-drug-top .hero-title-sub .text,
.is-drug .hero-title-sub .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    margin-left: 22px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .text,
    .is-drug .hero-title-sub .text {
        width: 15px;
        margin-left: 14px;
    }
}

.is-drug-top .hero-title-sub .text:nth-of-type(1),
.is-drug .hero-title-sub .text:nth-of-type(1) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .text:nth-of-type(1),
    .is-drug .hero-title-sub .text:nth-of-type(1) {
        margin-top: 70px;
    }
}

.is-drug-top .hero-title-sub .text:nth-of-type(2),
.is-drug .hero-title-sub .text:nth-of-type(2) {
    margin-top: 150px;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub .text:nth-of-type(2),
    .is-drug .hero-title-sub .text:nth-of-type(2) {
        margin-top: 136px;
    }
}

.is-drug-top .hero-title-sub::after,
.is-drug .hero-title-sub::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 100%;
    background-color: #000;
}

@media screen and (max-width: 767px) {

    .is-drug-top .hero-title-sub::after,
    .is-drug .hero-title-sub::after {
        width: 5px;
    }
}

.is-category-01 .hero-title-sub::after {
    background-color: #25cbd3;
}

.is-category-02 .hero-title-sub::after {
    background-color: #64127e;
}

.is-category-03 .hero-title-sub::after {
    background-color: #006fbc;
}

.is-category-04 .hero-title-sub::after {
    background-color: #ef8f00;
}

.is-category-05 .hero-title-sub::after {
    background-color: #004ea2;
}

.is-category-06 .hero-title-sub::after {
    background-color: #00a8e3;
}

.is-category-07 .hero-title-sub::after {
    background-color: #1d2088;
}

.is-category-08 .hero-title-sub::after {
    background-color: #c0005e;
}

.is-category-09 .hero-title-sub::after {
    background-color: #f8b500;
}

.is-category-10 .hero-title-sub::after {
    background-color: #8fc31f;
}

.is-category-11 .hero-title-sub::after {
    background-color: #e7242e;
}

.is-category-12 .hero-title-sub::after {
    background-color: #cf0081;
}

.is-category-13 .hero-title-sub::after {
    background-color: #0a9521;
}

.is-category-14 .hero-title-sub::after {
    background-color: #009085;
}

.is-category-15 .hero-title-sub::after {
    background-color: #fff100;
}

.is-category-16 .hero-title-sub::after {
    background-color: #6714b5;
}

.mac .hero-cmn-header-title>span {
    padding-bottom: .25em;
}

.hero-cmn-header-title-about {
    width: 610px;
}

@media screen and (max-width: 767px) {
    .hero-cmn-header-title-about {
        width: 187px;
    }
}

.ico-title-border-top {
    position: relative;
}

.ico-title-border-top::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 8px;
    height: 2px;
    margin-top: 9px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .ico-title-border-top::before {
        width: 5px;
        margin-top: 5px;
    }
}

.ico-title-border-bottom {
    position: relative;
}

.ico-title-border-bottom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .ico-title-border-bottom::after {
        display: none;
    }
}

.hero-about-top {
    background-image: url(https://www.intraxjp.com/img/about-kindai/hero_about_top_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-about-top+.hero-cmn-logo picture {
        margin-top: 135px;
    }
}

@media screen and (max-width: 767px) {
    .hero-about-top {
        background-image: url(https://www.intraxjp.com/img/about-kindai/hero_about_top_sp.jpg);
    }
}

.hero-admissions-top {
    background-image: url(https://www.intraxjp.com/img/admissions/hero-admissions_top_pc.jpg);
    background-position: top center;
}

@media screen and (max-width: 767px) {
    .hero-admissions-top {
        background-image: url(https://www.intraxjp.com/img/admissions/hero-admissions_top_sp.jpg);
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .hero-admissions-top {
        background-position: center center;
    }
}

.hero-academics-top {
    background-image: url(https://www.intraxjp.com/img/academics/hero_academics_top_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-academics-top {
        background-image: url(https://www.intraxjp.com/img/academics/hero_academics_top_sp.jpg);
    }
}

@media screen and (max-width: 767px) {
    .hero-academics-top+.hero-cmn-logo picture {
        margin-top: 80px;
    }
}

.hero-research-top {
    background-image: url(https://www.intraxjp.com/img/research/hero_research_top_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-research-top {
        background-image: url(https://www.intraxjp.com/img/research/hero_research_top_sp.jpg);
    }
}

@media screen and (max-width: 767px) {
    .hero-research-top+.hero-cmn-logo picture {
        margin-top: 135px;
    }
}

.hero-campuslife-top {
    background-image: url(https://www.intraxjp.com/img/campus-life/hero_campuslife_top_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-campuslife-top {
        background-image: url(https://www.intraxjp.com/img/campus-life/hero_campuslife_top_sp.jpg);
    }
}

.hero-others-top {
    max-height: 340px;
    background-image: url(https://www.intraxjp.com/img/others/hero_others_top_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-others-top {
        max-height: none;
        background-image: url(https://www.intraxjp.com/img/others/hero_others_top_sp.jpg);
    }
}

.hero-med-about-top {
    background-image: url(https://www.intraxjp.com/img/medicine/about/hero_med_about_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-about-top {
        background-image: url(https://www.intraxjp.com/img/medicine/about/hero_med_about_sp.jpg);
    }
}

.hero-med-courseguide-top {
    background-image: url(https://www.intraxjp.com/img/medicine/course-guide/hero_med_courseguide_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-courseguide-top {
        background-image: url(https://www.intraxjp.com/img/medicine/course-guide/hero_med_courseguide_sp.jpg);
    }
}

.hero-med-research-top {
    background-image: url(https://www.intraxjp.com/img/medicine/research/hero_med_research_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-research-top {
        background-image: url(https://www.intraxjp.com/img/medicine/research/hero_med_research_sp.jpg);
    }
}

.hero-med-career-top {
    background-image: url(https://www.intraxjp.com/img/medicine/career/hero_med_career_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-career-top {
        background-image: url(https://www.intraxjp.com/img/medicine/career/hero_med_career_sp.jpg);
    }
}

.hero-med-campuslife-top {
    background-image: url(https://www.intraxjp.com/img/medicine/campus-life/hero_med_campuslife_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-campuslife-top {
        background-image: url(https://www.intraxjp.com/img/medicine/campus-life/hero_med_campuslife_sp.jpg);
    }
}

.hero-med-admissions-top {
    background-image: url(https://www.intraxjp.com/img/medicine/admissions/hero_med_admissions_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-admissions-top {
        background-image: url(https://www.intraxjp.com/img/medicine/admissions/hero_med_admissions_sp.jpg);
    }
}

.hero-med-forstudents-top {
    background-image: url(https://www.intraxjp.com/img/medicine/for-students/hero_med_forstudents_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-med-forstudents-top {
        background-image: url(https://www.intraxjp.com/img/medicine/for-students/hero_med_forstudents_sp.jpg);
    }
}

@media screen and (max-width: 767px) {
    .about-kindai .hero-cmn-header.with-bg-black {
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    .campus-life .hero-cmn-header.with-bg-black {
        padding-bottom: 6px;
    }
}

.is-drug .hero-cmn-header,
.is-drug .hero-cmn-header,
.is-farm .hero-cmn-header,
.is-farm .hero-cmn-header {
    top: -390px;
    bottom: auto;
    min-height: 470px;
    padding-top: 96px;
    padding-bottom: 73px;
    margin-bottom: -80px;
}

@media screen and (max-width: 767px) {

    .is-drug .hero-cmn-header,
    .is-drug .hero-cmn-header,
    .is-farm .hero-cmn-header,
    .is-farm .hero-cmn-header {
        top: auto;
        min-height: 265px;
        padding-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}

.is-drug.hero-no-text .hero-cmn-header,
.is-farm.hero-no-text .hero-cmn-header {
    top: auto;
    bottom: 100%;
    min-height: 330px;
}

@media screen and (max-width: 767px) {

    .is-drug.hero-no-text .hero-cmn-header,
    .is-farm.hero-no-text .hero-cmn-header {
        min-height: 165px;
    }
}

@media screen and (max-width: 767px) {

    body.is-drug.explore.hero-no-text .hero-cmn-logo picture,
    body.is-farm.explore.hero-no-text .hero-cmn-logo picture {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.is-drug.campus-life .hero-cmn-image,
.is-drug.research .hero-cmn-image {
    background-position: top center;
}

.hero-agri-about-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/about/hero_agri_about_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-about-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/about/hero_agri_about_sp.jpg);
    }
}

.hero-agri-department-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/department/hero_agri_department_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-department-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/department/hero_agri_department_sp.jpg);
    }
}

.hero-agri-career-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/career/hero_agri_career_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-career-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/career/hero_agri_career_sp.jpg);
    }
}

.hero-agri-campuslife-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/campus-life/hero_agri_life_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-campuslife-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/campus-life/hero_agri_life_sp.jpg);
    }
}

.hero-agri-education-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/research-and-education/hero_agri_education_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-education-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/research-and-education/hero_agri_education_sp.jpg);
    }
}

.hero-agri-admissions-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/admissions/hero_agri_admissions_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-admissions-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/admissions/hero_agri_admissions_sp.jpg);
    }
}

.hero-agri-forstudents-top {
    background-image: url(https://www.intraxjp.com/img/agriculture/for-students/hero_agri_forstudents_pc.jpg);
}

@media screen and (max-width: 767px) {
    .hero-agri-forstudents-top {
        background-image: url(https://www.intraxjp.com/img/agriculture/for-students/hero_agri_forstudents_sp.jpg);
    }
}

.is-farm.career .hero-cmn-image,
.is-farm.department .hero-cmn-image {
    background-position: top center;
}

.is-farm-top .hero-title-sub,
.is-farm .hero-title-sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108px;
    height: 100%;
    background-color: #ebebeb;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub,
    .is-farm .hero-title-sub {
        width: 54px;
    }
}

.is-farm-top .hero-title-sub .title,
.is-farm .hero-title-sub .title {
    position: absolute;
    display: inline-block;
    right: 100%;
    width: 61px;
    padding: 4px 1px 1px;
    margin-top: 30px;
    margin-right: -10px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .title,
    .is-farm .hero-title-sub .title {
        width: 32px;
        padding: 2px 1px 0;
        margin-top: 74px;
        margin-right: -7px;
    }
}

.is-farm-top .hero-title-sub .title span,
.is-farm .hero-title-sub .title span {
    position: absolute;
    background-color: #222;
    padding: 2px 1px 8px;
}

.is-farm-top .hero-title-sub .title span.txt-01,
.is-farm .hero-title-sub .title span.txt-01 {
    width: 61px;
    margin-right: -10px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .title span.txt-01,
    .is-farm .hero-title-sub .title span.txt-01 {
        width: 32px;
    }
}

.is-farm-top .hero-title-sub .title span.txt-02,
.is-farm .hero-title-sub .title span.txt-02 {
    width: 61px;
    right: 60px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .title span.txt-02,
    .is-farm .hero-title-sub .title span.txt-02 {
        width: 32px;
        right: 31px;
    }
}

.is-farm-top .hero-title-sub .title~.text:nth-of-type(2),
.is-farm .hero-title-sub .title~.text:nth-of-type(2) {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .title~.text:nth-of-type(2),
    .is-farm .hero-title-sub .title~.text:nth-of-type(2) {
        margin-top: 74px;
    }
}

.is-farm-top .hero-title-sub .title~.text:nth-of-type(3),
.is-farm .hero-title-sub .title~.text:nth-of-type(3) {
    margin-top: 232px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .title~.text:nth-of-type(3),
    .is-farm .hero-title-sub .title~.text:nth-of-type(3) {
        margin-top: 173px;
    }
}

.is-farm-top .hero-title-sub .text,
.is-farm .hero-title-sub .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    margin-left: 22px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .text,
    .is-farm .hero-title-sub .text {
        width: 15px;
        margin-left: 14px;
    }
}

.is-farm-top .hero-title-sub .text:nth-of-type(1),
.is-farm .hero-title-sub .text:nth-of-type(1) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .text:nth-of-type(1),
    .is-farm .hero-title-sub .text:nth-of-type(1) {
        margin-top: 90px;
    }
}

.is-farm-top .hero-title-sub .text:nth-of-type(2),
.is-farm .hero-title-sub .text:nth-of-type(2) {
    margin-top: 188px;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub .text:nth-of-type(2),
    .is-farm .hero-title-sub .text:nth-of-type(2) {
        margin-top: 192px;
    }
}

.is-farm-top .hero-title-sub::after,
.is-farm .hero-title-sub::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 100%;
}

@media screen and (max-width: 767px) {

    .is-farm-top .hero-title-sub::after,
    .is-farm .hero-title-sub::after {
        width: 5px;
    }
}

body.about-kindai .bg-style-02 {
    display: none;
}

.tab-news-area .news-list-item a {
    padding: 20px 20px;
}

@media screen and (max-width: 767px) {
    .tab-news-area .news-list-item a {
        padding: 10px 12px;
    }
}

.tab-news-area .news-list-text {
    padding-left: 0;
}

.tab-news-area .news-list-text p {
    font-size: 14px;
}

[class^="box-explain"]+[class^="box-explain"] {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    [class^="box-explain"]+[class^="box-explain"] {
        margin-top: 25px;
    }
}

[class^="box-explain"]>.title {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    [class^="box-explain"]>.title {
        margin-bottom: 15px;
    }
}

[class^="box-explain"]>.title span {
    display: inline-block;
    padding: 3px 5px 2px;
    color: #fff;
    line-height: 1.2;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 24px;
    background-color: #000;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    [class^="box-explain"]>.title span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

@-moz-document url-prefix() {
    [class^="box-explain"]>.title span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    [class^="box-explain"]>.title span {
        font-size: 23px;
    }
}

[class^="box-explain"]>p:not([class])+.c-media {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    [class^="box-explain"]>p:not([class])+.c-media {
        margin-top: 25px;
    }
}

.box-explain-01-wrap {
    position: relative;
    padding-top: 77px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .box-explain-01-wrap {
        margin-right: -18px;
        margin-left: -18px;
    }
}

.box-explain-01-wrap::before,
.box-explain-01-wrap::after {
    position: absolute;
    left: 8px;
    content: '';
    height: 7px;
    background-color: #000;
}

@media screen and (max-width: 767px) {

    .box-explain-01-wrap::before,
    .box-explain-01-wrap::after {
        left: 0;
        height: 4px;
    }
}

.box-explain-01-wrap::before {
    top: 70px;
    width: calc(100% - 235px);
}

@media screen and (max-width: 767px) {
    .box-explain-01-wrap::before {
        top: 73px;
        width: calc(100% - 118px);
    }
}

.box-explain-01-wrap::after {
    top: 100%;
    width: calc(100% - 8px);
}

@media screen and (max-width: 767px) {
    .box-explain-01-wrap::after {
        width: 100%;
    }
}

.box-explain-01 {
    position: relative;
    padding: 50px 57px;
    border-right: 7px solid #000;
    background: url(bg_stripe_01_pc.png) repeat;
}

@media screen and (max-width: 767px) {
    .box-explain-01 {
        border-right-width: 4px;
        padding: 40px 18px 40px 22px;
        background-size: 8px 8px;
    }
}

.box-explain-01::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 1;
    content: '';
    display: block;
    width: 167px;
    padding-bottom: 148px;
    margin-right: 1.7%;
    margin-bottom: -71px;
    background: url(ico_quotation_01.png) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .box-explain-01::before {
        width: 75px;
        padding-bottom: 65px;
        margin-right: 16px;
        margin-bottom: -29px;
    }
}

.box-explain-01>.title+p:not([class]) {
    width: 100%;
}

.box-explain-01>p:not([class]):first-child {
    width: calc(100% - 167px);
}

@media screen and (max-width: 767px) {
    .box-explain-01>p:not([class]):first-child {
        width: 100%;
    }
}

.box-explain-02-wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .box-explain-02-wrap {
        margin-right: -18px;
        margin-left: -18px;
    }
}

.box-explain-02-wrap::after {
    position: absolute;
    top: 100%;
    left: 8px;
    bottom: 100%;
    content: '';
    width: calc(100% - 8px);
    height: 7px;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .box-explain-02-wrap::after {
        height: 4px;
    }
}

.box-explain-02 {
    padding: 34px 57px;
    border-right: 7px solid #000;
    background: url(bg_stripe_02_pc.png) repeat;
}

@media screen and (max-width: 767px) {
    .box-explain-02 {
        border-right-width: 4px;
        padding: 40px 18px 40px 22px;
        background-size: 8px 8px;
    }
}

ul.card-cmn-01>li:nth-child(1)::after {
    background-color: #25cbd3;
}

ul.card-cmn-01>li:nth-child(2)::after {
    background-color: #64127e;
}

ul.card-cmn-01>li:nth-child(3)::after {
    background-color: #006fbc;
}

ul.card-cmn-01>li:nth-child(4)::after {
    background-color: #ef8f00;
}

ul.card-cmn-01>li:nth-child(5)::after {
    background-color: #004ea2;
}

ul.card-cmn-01>li:nth-child(6)::after {
    background-color: #00a8e3;
}

ul.card-cmn-01>li:nth-child(7)::after {
    background-color: #1d2088;
}

ul.card-cmn-01>li:nth-child(8)::after {
    background-color: #c0005e;
}

ul.card-cmn-01>li:nth-child(9)::after {
    background-color: #f8b500;
}

ul.card-cmn-01>li:nth-child(10)::after {
    background-color: #8fc31f;
}

ul.card-cmn-01>li:nth-child(11)::after {
    background-color: #e7242e;
}

ul.card-cmn-01>li:nth-child(12)::after {
    background-color: #cf0081;
}

ul.card-cmn-01>li:nth-child(13)::after {
    background-color: #0a9521;
}

ul.card-cmn-01>li:nth-child(14)::after {
    background-color: #009085;
}

ul.card-cmn-01>li:nth-child(15)::after {
    background-color: #fff100;
}

ul.card-cmn-01>li:nth-child(16)::after {
    background-color: #6714b5;
}

ul.card-cmn-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: -50px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.1;
}

@-moz-document url-prefix() {
    ul.card-cmn-01 {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01 {
        margin-bottom: 0;
        font-size: 16px;
    }
}

ul.card-cmn-01>li {
    position: relative;
    width: 31.7%;
    margin-bottom: 70px;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li {
        margin-bottom: 20px;
        width: 48.67%;
    }
}

ul.card-cmn-01>li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

ul.card-cmn-01>li::after {
    z-index: 5;
    height: 5px;
    background-color: #ccc;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li::after {
        height: 2px;
    }
}

ul.card-cmn-01>li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 0 54.897%;
    width: 100%;
    height: 0;
    background-color: transparent;
}

ul.card-cmn-01>li a:hover {
    opacity: 1;
}

ul.card-cmn-01>li a:hover {
    background-color: rgba(0, 80, 126, 0.65);
}

ul.card-cmn-01>li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a {
        overflow: visible;
    }
}

ul.card-cmn-01>li a::before,
ul.card-cmn-01>li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

ul.card-cmn-01>li a::after {
    z-index: 3;
    height: 100%;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a:hover img {
        -webkit-transform: none;
        transform: none;
    }
}

ul.card-cmn-01>li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a img {
        -webkit-transition: none;
        transition: none;
    }
}

ul.card-cmn-01>li a div.txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a div.txt {
        bottom: -.5em;
    }
}

ul.card-cmn-01>li a div.txt span {
    display: block;
}

ul.card-cmn-01>li a div.txt span.en {
    padding: .5em;
    font: 900 12px "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
}

@-moz-document url-prefix() {
    ul.card-cmn-01>li a div.txt span.en {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    ul.card-cmn-01>li a div.txt span.en {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a div.txt span.en {
        margin-left: -1.5em;
        padding: 0;
        font-size: 10px;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

ul.card-cmn-01>li a div.txt span.ja {
    display: inline-block;
    padding-right: .3em;
    background-color: #f8f8f8;
    line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    ul.card-cmn-01>li a div.txt span.ja {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    ul.card-cmn-01>li a div.txt span.ja {
        padding: 0 .25em;
    }
}

.card-cmn-02 {
    margin-right: -20px;
    margin-left: -20px;
}

.card-cmn-02::before,
.card-cmn-02::after {
    content: "";
    display: table;
}

.card-cmn-02::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .card-cmn-02 {
        margin-right: -7px;
        margin-left: -7px;
    }
}

.card-cmn-02+.card-cmn-02 {
    margin-top: 40px;
}

.card-cmn-02+.card-cmn-03 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02.s-col-sp-01 .col {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .card-cmn-02.s-col-sp-01 .col+.col {
        margin-top: 15px;
    }
}

.card-cmn-02 .col {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02 .col {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.card-cmn-02 .col:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02 .col:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .card-cmn-02 .col.col-full-sp {
        width: 100%;
    }

    .card-cmn-02 .col.col-full-sp img {
        max-width: none;
        width: 100%;
    }
}

.card-cmn-02 .detail>p {
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02 .detail>p {
        font-size: 12px;
    }
}

.card-cmn-02 .detail .list {
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .card-cmn-02 .detail .list {
        font-size: 12px;
        line-height: 1.5833;
    }
}

.card-cmn-02 [class^="list-note"] {
    margin-top: 10px;
}

.card-cmn-02+.grid-cmn-02 {
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02+.grid-cmn-02 {
        margin-top: 30px;
    }
}

.card-cmn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-cmn-flex::before,
.card-cmn-flex::after {
    display: none;
}

.card-cmn-flex .col {
    float: none;
}

.card-cmn-03 {
    margin-right: -10px;
    margin-left: -10px;
}

.card-cmn-03::before,
.card-cmn-03::after {
    content: "";
    display: table;
}

.card-cmn-03::after {
    clear: both;
}

.card-cmn-03 .col {
    float: left;
    width: 33.33%;
    padding-right: 10px;
    padding-left: 10px;
}

.card-cmn-03 .col:nth-child(n + 4) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .card-cmn-03 .col.col-full-sp {
        width: 100%;
        margin-top: 40px;
    }

    .card-cmn-03 .col.col-full-sp img {
        max-width: none;
        width: 100%;
    }
}

.card-cmn-03 .detail>p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
}

.card-solid::before,
.card-solid::after {
    content: "";
    display: table;
}

.card-solid::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .card-solid {
        margin-right: -18px;
        margin-left: -18px;
    }
}

.card-solid+.card-solid {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .card-solid+.card-solid {
        margin-top: 40px;
    }
}

.card-solid .col-01 {
    width: 100%;
}

.card-solid .col-01>figure {
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .card-solid .col-01>figure {
        width: 100%;
        margin-left: 0;
    }
}

.card-solid .col-01>p {
    position: relative;
    width: 96.7%;
    padding: 15px 20px;
    margin-top: -30px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .card-solid .col-01>p {
        top: 0;
        width: 100%;
        font-size: 12px;
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.card-solid .col-02 {
    position: relative;
    float: left;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02 {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .card-solid .col-02>figure {
        background-color: #000;
    }

    .card-solid .col-02>figure img {
        width: 67.3%;
    }
}

.card-solid .col-02:nth-child(odd)>figure {
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02:nth-child(odd)>figure {
        margin-left: 0;
    }

    .card-solid .col-02:nth-child(odd)>figure img {
        margin-left: 105px;
    }
}

.card-solid .col-02:nth-child(odd)>p {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02:nth-child(odd)>p {
        margin-left: 0;
    }
}

.card-solid .col-02:nth-child(odd)::before {
    width: 109%;
}

.card-solid .col-02:nth-child(even)>figure {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02:nth-child(even)>figure {
        margin-left: 0;
    }

    .card-solid .col-02:nth-child(even)>figure img {
        margin-left: 105px;
    }
}

.card-solid .col-02:nth-child(even)>p {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02:nth-child(even)>p {
        margin-left: 0;
    }
}

.card-solid .col-02:nth-child(n + 3) {
    clear: both;
}

.card-solid .col-02::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    margin-top: 140px;
    width: 100%;
    height: 124px;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02::before {
        display: none;
    }
}

.card-solid .col-02>p {
    position: relative;
    top: -30px;
    width: 84.5%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 2;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .card-solid .col-02>p {
        top: -15px;
        width: 69.5%;
    }
}

.card-cmn-02+.ttl-cmn-03 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .card-cmn-02+.ttl-cmn-03 {
        margin-top: 25px;
    }
}

.grid-cmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-cmn .col-03 {
    margin-top: 50px;
}

@media screen and (min-width: 1168px) {
    .grid-cmn .col-03 {
        width: calc(33.3% - 45px);
        margin-top: 0;
        margin-left: 68px;
    }

    .grid-cmn .col-03:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .grid-cmn .col-03 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .grid-cmn .col-03 {
        margin-top: 60px;
        width: 100%;
    }
}

.grid-cmn-02 {
    margin-right: -20px;
    margin-left: -20px;
}

.grid-cmn-02::before,
.grid-cmn-02::after {
    content: "";
    display: table;
}

.grid-cmn-02::after {
    clear: both;
}

.grid-cmn-02+.grid-cmn-02 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02+.grid-cmn-02 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 {
        margin-right: 0;
        margin-left: 0;
    }
}

.grid-cmn-02 .col-01 {
    margin: auto 20px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-01 {
        margin: auto 0;
    }
}

.grid-cmn-02 .col-01+.col-01 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-01+.col-01 {
        margin-top: 15px;
    }
}

.grid-cmn-02 .col-02 {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-02 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-02:nth-child(2) {
        margin-top: 15px;
    }
}

.grid-cmn-02 .col-02:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-02:nth-child(n + 3) {
        margin-top: 15px;
    }
}

.grid-cmn-02 .col-03 {
    float: left;
    width: 33.33%;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-03 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.grid-cmn-02 .col-03:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .grid-cmn-02 .col-03:nth-last-child(-n + 3) {
        margin-bottom: 15px;
    }
}

.grid-cmn-02 .col-03:last-child {
    margin-bottom: 0;
}

.box-title {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 8px solid #222;
    /* 見出しの右に設置する三角のリンク */
}

@media screen and (max-width: 767px) {
    .box-title {
        margin-bottom: 10px;
    }
}

.box-title.s-line-none {
    border-bottom: 0;
}

.box-title .ttl-box-title {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.333;
}

@-moz-document url-prefix() {
    .box-title .ttl-box-title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .box-title .ttl-box-title {
        font-size: 23px;
        letter-spacing: -.1em;
    }
}

.box-title .ttl-box-title_large {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 41px;
    line-height: 1.1;
    letter-spacing: -.025em;
}

@-moz-document url-prefix() {
    .box-title .ttl-box-title_large {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .box-title .ttl-box-title_large {
        line-height: 1.05;
    }
}

.box-title .box-cmn-utility {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.box-title .box-cmn-utility .txt-cmn-date {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .box-title .box-cmn-utility .txt-cmn-date {
        margin-top: -.2em;
        font-size: 14px;
    }
}

.box-title ul.ttl-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: 30px;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.box-title ul.ttl-box-link li {
    float: left;
    width: 30px;
    height: inherit;
}

.box-title ul.ttl-box-link li a {
    display: block;
    width: inherit;
    height: inherit;
    background-image: url(btn_next_01.png);
    background-size: contain;
}

.box-title ul.ttl-box-link li a span {
    display: none;
}

.ttl-cmn-page,
.ttl-cmn-page_large {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {

    .ttl-cmn-page,
    .ttl-cmn-page_large {
        margin: 0 -18px 35px;
        width: 100%;
    }
}

.ttl-cmn-page>span,
.ttl-cmn-page_large>span {
    display: inline-block;
    padding: 3px 8px 4px;
    height: 68px;
    background-color: #000;
}

.admissions .ttl-cmn-page>span,
.admissions .ttl-cmn-page_large>span {
    height: 82px;
}

@media screen and (max-width: 767px) {

    .admissions .ttl-cmn-page>span,
    .admissions .ttl-cmn-page_large>span {
        height: 47px;
    }
}

@media screen and (max-width: 767px) {

    .ttl-cmn-page>span,
    .ttl-cmn-page_large>span {
        padding: 6px 5px 5px;
        height: 47px;
    }

    .ttl-cmn-page>span+span,
    .ttl-cmn-page_large>span+span {
        margin-top: 5px;
    }
}

body.about-kindai .ttl-cmn-page>span.only-sp:first-child,
body.about-kindai .ttl-cmn-page_large>span.only-sp:first-child {
    padding-right: 3px;
    padding-left: 2px;
}

body.about-kindai .ttl-cmn-page>span.only-sp:first-child img,
body.about-kindai .ttl-cmn-page_large>span.only-sp:first-child img {
    max-width: none;
    width: auto;
    height: 39px;
}

.ttl-cmn-page>span img,
.ttl-cmn-page_large>span img {
    height: 100%;
}

.hero-admissions-top .ttl-cmn-page_large {
    margin-bottom: 0;
}

.hero-admissions-top .ttl-cmn-page_large>span {
    width: 643px;
    height: 79px;
}

@media screen and (max-width: 767px) {
    .hero-admissions-top .ttl-cmn-page_large>span {
        width: auto;
        height: 51px;
    }
}

.ttl-cmn-page-02>span {
    background-color: #fff;
}

.ttl-cmn-page.ttl-has-link {
    margin-right: 120px;
}

.ttl-others-sub {
    position: absolute;
    bottom: -33px;
    padding: 0 5px;
    background-color: #222;
    color: #fff;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.0754;
}

@-moz-document url-prefix() {
    .ttl-others-sub {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.ttl-cmn-page {
    position: relative;
}

.ttl-cmn-page.s-have-others-sub {
    overflow: hidden;
}

.ttl-cmn-page.s-have-others-sub>span {
    float: left;
}

.ttl-cmn-page.s-have-others-sub sub {
    clear: both;
    float: left;
    margin-top: 5px;
    padding: 0 5px;
    display: inline-block;
    background-color: #222;
    color: #fff;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.0754;
}

@-moz-document url-prefix() {
    .ttl-cmn-page.s-have-others-sub sub {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .ttl-cmn-page.s-have-others-sub sub {
        width: 13.8em;
    }
}

@media screen and (max-width: 767px) {
    .ttl-cmn-page.s-have-others-sub sub {
        width: 9.5em;
        top: 56px;
        font-size: 23px;
        line-height: 1.01;
    }
}

@media screen and (max-width: 411px) {
    .ttl-cmn-page.s-have-others-sub.s-have-others-sub.s-2line sub {
        top: 108px;
    }
}

.ttl-cmn-line,
.ttl-cmn-line-02 {
    position: relative;
    margin-bottom: 40px;
    padding: 0 1em;
    font-size: 36px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.2;
}

@-moz-document url-prefix() {

    .ttl-cmn-line,
    .ttl-cmn-line-02 {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .ttl-cmn-line,
    .ttl-cmn-line-02 {
        margin-left: -18px;
        padding: 0 .5em;
        font-size: 23px;
    }
}

.ttl-feature+.ttl-cmn-line,
.ttl-feature+.ttl-cmn-line-02 {
    margin-top: 70px;
}

.ttl-cmn-line::before,
.ttl-cmn-line-02::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    width: 100%;
    height: 12px;
    background-color: #000;
}

@media screen and (max-width: 767px) {

    .ttl-cmn-line::before,
    .ttl-cmn-line-02::before {
        top: .25em;
        width: 10px;
        height: 13px;
    }
}

.ttl-cmn-line span,
.ttl-cmn-line-02 span {
    position: relative;
    display: inline-block;
    padding: 0 .25em;
    background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .ttl-cmn-line span:after,
    .ttl-cmn-line-02 span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

.ttl-cmn-line-02 {
    margin-bottom: 30px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .ttl-cmn-line-02 {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.ttl-cmn-line-02::before {
    top: -5px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.ttl-cmn-line-02+.table-pull {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-line-02+.table-pull {
        margin-top: 20px;
    }
}

.ttl-cmn-line-02+.box-explain-01 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-line-02+.box-explain-01 {
        margin-top: 40px;
    }
}

.ttl-cmn-line-04 {
    margin-bottom: 13px;
}

.ttl-cmn-line-04>span {
    display: inline-block;
    border-bottom: 6px solid #000;
    font-size: 28px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.25;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .ttl-cmn-line-04>span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

@-moz-document url-prefix() {
    .ttl-cmn-line-04>span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .ttl-cmn-line-04>span {
        display: block;
        border-width: 4px;
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.commute .sec-med-detail section:not([class]) .ttl-cmn-line-04 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
    .commute .sec-med-detail section:not([class]) .ttl-cmn-line-04 {
        margin-top: 20px !important;
    }
}

.ttl-cmn-line-04+.img-full-sp {
    margin-top: 20px;
}

.ttl-feature {
    position: relative;
    border-bottom: 8px solid;
    padding-bottom: 18px;
    font-size: 60px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1;
}

@-moz-document url-prefix() {
    .ttl-feature {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .ttl-feature {
        padding-bottom: 0;
        border: none;
        font-size: 42px;
        line-height: 1.15;
    }
}

@media screen and (max-width: 767px) {
    .ttl-feature::before {
        position: absolute;
        content: '';
        bottom: 0;
        display: block;
        width: 105%;
        height: 8px;
        margin-bottom: -14px;
        margin-left: -18px;
        background-color: #000;
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .ttl-feature::before {
        width: 103%;
    }
}

.ttl-feature+.btn-row {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .ttl-feature+.btn-row {
        margin-top: 44px;
    }
}

.ttl-feature+.box-title {
    margin-top: 70px;
}

.ttl-feature i {
    display: inline-block;
    vertical-align: baseline;
    font-size: 48px;
}

@media screen and (max-width: 767px) {
    .ttl-feature i {
        font-size: 30px;
    }
}

.ttl-feature.ttl-feature-result {
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .ttl-feature.ttl-feature-result {
        font-size: 5vw;
    }
}

@media screen and (max-width: 767px) {
    .ttl-feature.ttl-feature-result {
        font-size: 30px;
    }
}

.ttl-brand {
    text-align: center;
}

.ttl-brand-image {
    margin: 0 auto;
}

.ttl-brand-text {
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .ttl-brand-text {
        margin-bottom: 15px;
    }
}

.ttl-brand-text::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #000;
}

.ttl-brand-text>span {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #fff;
}

@-moz-document url-prefix() {
    .ttl-brand-text>span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .ttl-brand-text>span {
        padding: 18px;
        font-size: 11px;
    }
}

.ttl-brand-news {
    padding-top: 22px;
}

.ttl-brand-news .ttl-brand-image {
    width: 213px;
}

.ttl-brand-news .ttl-brand-image img {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .ttl-brand-news .ttl-brand-image {
        width: 143px;
    }
}

.ttl-emphasis-01 {
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .ttl-emphasis-01 {
        position: relative;
        left: -18px;
        margin-bottom: 37px;
    }
}

.ttl-emphasis-01::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 21px;
    height: 6px;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .ttl-emphasis-01::after {
        width: 10px;
        height: 3px;
        right: auto;
        left: 100%;
        margin-left: 25px;
    }
}

.ttl-emphasis-01>span {
    display: inline-block;
    padding: 2px 10px 4px;
    font-size: 50px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.2;
    color: #fff;
    background-color: #222;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .ttl-emphasis-01>span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

@-moz-document url-prefix() {
    .ttl-emphasis-01>span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .ttl-emphasis-01>span {
        font-size: 35px;
        padding: 3px 10px 2px;
    }
}

.mac .ttl-emphasis-01::after {
    margin-top: 10px;
}

.ttl-emphasis-02,
.ttl-qa-01 {
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {

    .ttl-emphasis-02,
    .ttl-qa-01 {
        margin-bottom: 10px;
    }
}

.ttl-emphasis-02>span,
.ttl-qa-01>span {
    display: inline-block;
    padding: 2px 5px 4px;
    line-height: 1.2;
    font-size: 24px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
    background-color: #222;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .ttl-emphasis-02>span:after,
    .ttl-qa-01>span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

@-moz-document url-prefix() {

    .ttl-emphasis-02>span,
    .ttl-qa-01>span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .ttl-emphasis-02>span,
    .ttl-qa-01>span {
        padding: 3px 5px 2px;
        font-size: 16px;
    }
}

.ttl-cmn-03 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .ttl-cmn-03 {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .ttl-cmn-03 {
        font-size: 16px;
        line-height: 1.25;
    }
}

.ttl-cmn-03+[class^="box-note"],
.ttl-cmn-03+[class^="table"] {
    margin-top: 17px;
}

@media screen and (max-width: 767px) {

    .ttl-cmn-03+[class^="box-note"],
    .ttl-cmn-03+[class^="table"] {
        margin-top: 10px;
    }
}

.ttl-qa-01>span {
    position: relative;
    padding-left: 1.5em;
}

.ttl-qa-01>span::before {
    content: 'Q';
    position: absolute;
    left: 0;
    margin-left: 5px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

.ttl-qa-01>span a {
    font-size: inherit;
    color: #fff;
}

.txt-cmn-date {
    display: inline-block;
    float: right;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 13px;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    .txt-cmn-date {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .txt-cmn-date {
        line-height: 1;
    }
}

.txt-cmn-date.s-line {
    border-bottom: 2px solid #222;
    margin-bottom: 18px;
}

.txt-sub-date {
    position: relative;
    margin-bottom: 25px;
    font-size: 30px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.33333;
}

@-moz-document url-prefix() {
    .txt-sub-date {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .txt-sub-date {
        margin-bottom: 10px;
        font-size: 23px;
    }
}

.l-content section.sec-med-detail>p:not([class]),
.l-content section.sec-agri-detail>p:not([class]) {
    line-height: 1.77;
}

@media screen and (max-width: 767px) {

    .l-content section.sec-med-detail>p:not([class]),
    .l-content section.sec-agri-detail>p:not([class]) {
        line-height: 1.7;
    }
}

.l-content section:not([class]) p:not([class]) {
    line-height: 1.77;
}

@media screen and (max-width: 767px) {
    .l-content section:not([class]) p:not([class]) {
        line-height: 1.7;
    }
}

.l-content section:not([class]) p:not([class])+.l-content section:not([class]) p:not([class]) {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .l-content section:not([class]) p:not([class])+.l-content section:not([class]) p:not([class]) {
        margin-top: 12px;
    }
}

.l-content section:not([class]) p:not([class])+p[class^=txt-cmn-0] {
    margin-top: 28px;
}

@media screen and (max-width: 767px) {
    .l-content section:not([class]) p:not([class])+p[class^=txt-cmn-0] {
        margin-top: 12px;
    }
}

.l-content section:not([class]) p[class^=txt-cmn-0]+.l-content section:not([class]) p[class^=txt-cmn-0] {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .l-content section:not([class]) p[class^=txt-cmn-0]+.l-content section:not([class]) p[class^=txt-cmn-0] {
        margin-top: 12px;
    }
}

.l-content section:not([class]) p[class^=txt-cmn-0]+p {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .l-content section:not([class]) p[class^=txt-cmn-0]+p {
        margin-top: 12px;
    }
}

.l-content section:not([class]) p[class^=txt-cmn-01]+p[class^=txt-cmn-01] {
    margin-top: 0;
}

.txt-cmn-01+.ttl-emphasis-02 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .txt-cmn-01+.ttl-emphasis-02 {
        margin-top: 20px;
    }
}

.txt-cmn-02 {
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .txt-cmn-02 {
        font-size: 12px;
        line-height: 1.5833;
    }
}

.txt-cmn-03 {
    font-size: 14px;
    line-height: 1.77;
}

@media screen and (max-width: 767px) {
    .txt-cmn-03 {
        font-size: 12px;
        line-height: 1.7;
    }
}

.txt-bold-l {
    font-weight: bold;
}

.txt-red {
    color: #f30000;
}

.list-cmn::before,
.list-cmn::after {
    content: "";
    display: table;
}

.list-cmn::after {
    clear: both;
}

.list-cmn>li {
    float: left;
    margin-right: 30px;
}

.list-cmn>li:last-child {
    margin-right: 0;
}

.list-square-01::before,
.list-square-01::after {
    content: "";
    display: table;
}

.list-square-01::after {
    clear: both;
}

.list-square-01>li {
    position: relative;
    float: left;
    padding-left: 15px;
    margin-right: 30px;
    line-height: 2.4;
}

@media screen and (max-width: 767px) {
    .list-square-01>li {
        margin-right: 15px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1167px) {
    .list-square-01>li:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

.list-square-01>li:last-child {
    margin-right: 0;
}

.list-square-01>li::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #c0c0c0;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .list-square-01>li:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

.list-cmn-circle li::before {
    content: '●';
}

.list-cmn-info::before,
.list-cmn-info::after {
    content: "";
    display: table;
}

.list-cmn-info::after {
    clear: both;
}

.list-cmn-info dt {
    float: left;
}

.list-cmn-info dt::before {
    content: '■';
}

.list-cmn-info dt::after {
    content: '：';
}

.list-cmn-info dd {
    overflow: hidden;
}

.list-cmn-tag {
    letter-spacing: -.4em;
    line-height: 1;
    overflow: hidden;
    float: left;
}

.list-cmn-tag li {
    display: inline-block;
    width: 72px;
    background-color: #222;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.55;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 10px 20px 0;
}

@-moz-document url-prefix() {
    .list-cmn-tag li {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.list-cmn-tag li:last-child {
    margin: 0 0 20px 0;
}

@media screen and (min-width: 1168px) {
    .list-cmn-tag li {
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .list-cmn-tag li {
        margin: 0 5px 10px 0;
    }
}

.list-cmn-pagination {
    clear: both;
    display: block;
    margin-top: 45px;
    font-size: 18px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: center;
    letter-spacing: -.4em;
}

@-moz-document url-prefix() {
    .list-cmn-pagination {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 1168px) {
    .list-cmn-pagination {
        margin-top: 120px;
    }
}

@media screen and (max-width: 767px) {
    .list-cmn-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        letter-spacing: normal;
    }
}

.list-cmn-pagination li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .list-cmn-pagination li {
        margin: 0;
    }
}

.list-cmn-pagination li a {
    display: block;
    min-width: inherit;
    height: inherit;
    background-color: #ececec;
}

.list-cmn-pagination li a:hover {
    background-color: #000;
    color: #fff;
}

.list-cmn-pagination li a.is-current {
    background-color: #000;
    color: #fff;
}

.list-cmn-pagination li[class] a {
    position: relative;
    border: 2px solid #222;
    background-color: #fff;
}

.list-cmn-pagination li[class] a::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 6px 4.5px 0;
    border-color: transparent #000 transparent transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-cmn-pagination li[class] a:hover {
    background-color: #000;
}

.list-cmn-pagination li[class] a:hover::before {
    border-color: transparent #fff transparent transparent;
}

.list-cmn-pagination li.next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-cmn-pagination li.skipPrev a::before,
.list-cmn-pagination li.skipNext a::before {
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}

.list-cmn-pagination li.skipPrev a::after,
.list-cmn-pagination li.skipNext a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 11px;
    background-color: #000;
}

.list-cmn-pagination li.skipPrev a:hover::after,
.list-cmn-pagination li.skipNext a:hover::after {
    background-color: #fff;
}

.list-cmn-pagination li.skipPrev a::after {
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
}

.list-cmn-pagination li.skipNext {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-cmn-pagination li.skipNext a::after {
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
}

.list-cmn-sns {
    margin: 20px 0 40px;
    letter-spacing: -.4em;
}

@media screen and (max-width: 767px) {
    .list-cmn-sns {
        margin: 30px 0;
    }
}

.list-cmn-sns li {
    display: inline-block;
    vertical-align: top;
}

.list-cmn-sns li:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .list-cmn-sns li:not(:last-child) {
        margin-right: 1em;
    }
}

.list-cmn-sns li * {
    vertical-align: top !important;
}

@media screen and (max-width: 767px) {
    .list-cmn-sns.list-cmn-sns-top {
        margin-top: 0;
    }
}

.list-photo-gallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-photo-gallary li {
    position: relative;
    width: 20%;
}

.list-photo-gallary li a {
    background-color: transparent;
}

.list-photo-gallary li a:hover {
    opacity: 1;
}

.list-photo-gallary li a:hover {
    background-color: rgba(0, 80, 126, 0.65);
}

.list-photo-gallary li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.list-photo-gallary li a span {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 50%;
    background: url(https://www.intraxjp.com/img/news-pr/img_newsrelease_03.jpg) no-repeat center center;
    background-size: cover;
}

.list-photo-gallary li a span img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f2f2f2;
    max-width: 100%;
    max-height: 100%;
}

.list-photo-gallary+.btn-more {
    margin-top: 18px;
}

.list-area+.list-area {
    margin-top: 20px;
}

.list-area>dt,
.list-area dd {
    line-height: 1.7692;
}

.list-area dd>span a {
    display: inline-block;
}

.list-profile {
    margin-top: -1.5em;
}

@media screen and (max-width: 767px) {
    .list-profile {
        margin-top: -.75em;
    }
}

.list-profile .title {
    display: inline-block;
    padding: 2px 3px;
    line-height: 1;
    font-size: 40px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
    background-color: #222;
}

@-moz-document url-prefix() {
    .list-profile .title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .list-profile .title {
        font-size: 23px;
        padding: 1px 3px;
    }
}

.list-profile .title>a {
    color: #fff;
    display: block;
    padding-right: 24px;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    .list-profile .title>a {
        font-size: 23px;
        padding-right: 15px;
    }
}

.list-profile .title>a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .list-profile .title>a:after {
        right: 5px;
    }
}

.list-profile .title>a:hover {
    opacity: .8;
}

.list-profile .sub {
    margin-bottom: 5px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.6666;
}

@media screen and (max-width: 767px) {
    .list-profile .sub {
        font-size: 12px;
    }
}

.list-profile .label {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .list-profile .label {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .list-profile .label {
        padding-left: 23px;
        font-size: 12px;
    }
}

.list-profile .label::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    bottom: 0;
    display: block;
    width: 25px;
    height: 8px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #222;
}

@media screen and (max-width: 767px) {
    .list-profile .label::before {
        width: 18px;
        height: 6px;
        font-size: 12px;
    }
}

[class^="list-note"]>li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.77;
}

@media screen and (max-width: 767px) {
    [class^="list-note"]>li {
        font-size: 12px;
        line-height: 1.7;
    }
}

[class^="list-note"]>li::before {
    content: '※';
}

.list-note-db>li {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .list-note-db>li {
        font-size: 14px;
    }
}

.list-note-m>li {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .list-note-m>li {
        font-size: 12px;
    }
}

.list-gray {
    padding: 25px 30px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
    .list-gray {
        padding: 15px 12px;
    }
}

[class^="list-number"] {
    line-height: 1.875;
}

[class^="list-number"]+[class^="list-number"] {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    [class^="list-number"]+[class^="list-number"] {
        margin-top: 25px;
    }
}

[class^="list-number"]>li {
    position: relative;
    padding-left: 2em;
    counter-increment: number;
}

[class^="list-number"]>li::before {
    position: absolute;
    left: 0;
    content: counter(number, decimal-leading-zero) ".";
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

[class^="list-number"]>li .ttl-cmn-03 {
    margin-top: 30px;
}

[class^="list-number"] ol>li {
    counter-increment: number02;
}

[class^="list-number"] ol>li::before {
    content: counter(number02, decimal-leading-zero) ".";
}

[class^="list-number"] [class^="ttl"] {
    margin-left: -30px;
}

@media screen and (max-width: 767px) {
    [class^="list-number"] [class^="ttl"] {
        margin-left: -23px;
    }
}

[class^="list-number"] [class^="table"] {
    margin-left: -14px;
}

@media screen and (max-width: 767px) {
    [class^="list-number"] [class^="table"] {
        margin-left: -12px;
        margin-right: -12px;
    }
}

[class^="list-number"] [class^="table"]+p:not([class]) {
    margin-left: -28px;
}

@media screen and (max-width: 767px) {
    [class^="list-number"] [class^="table"]+p:not([class]) {
        margin-left: -24px;
    }
}

.list-number-01,
.list-qa-01 {
    font-weight: bold;
}

.list-number-01 li em,
.list-qa-01 li em {
    font-weight: bold;
}

.list-number-03-db {
    font-weight: bold;
}

.list-number-03-db li em {
    font-weight: bold;
}

.list-number-03-db table {
    font-weight: normal;
}

[class^="list-disc"] {
    padding-left: 1.7em;
    line-height: 1.7;
}

[class^="list-disc"]+[class^="list-disc"] {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    [class^="list-disc"]+[class^="list-disc"] {
        margin-top: 25px;
    }
}

[class^="list-disc"]>li {
    position: relative;
}

[class^="list-disc"]>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: -11px;
    background-color: #222;
}

[class$="-db"] {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

[class^="list-check"] {
    padding-left: 1.7em;
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    [class^="list-check"] {
        padding-left: 1.3em;
    }
}

[class^="list-check"]+[class^="list-check"] {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    [class^="list-check"]+[class^="list-check"] {
        margin-top: 25px;
    }
}

[class^="list-check"]>li {
    position: relative;
}

[class^="list-check"]>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 19px;
    height: 19px;
    margin-top: 5px;
    margin-left: -30px;
    background: url(ico_check_01.png) no-repeat;
    background-size: 19px 19px;
}

@media screen and (max-width: 767px) {
    [class^="list-check"]>li::before {
        width: 15px;
        height: 15px;
        margin-left: -20px;
        background-size: 15px 15px;
    }
}

@media screen and (max-width: 767px) {
    [class^="list-check"]>li {
        font-size: 12px;
    }
}

.list-check-02>li {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .list-check-02>li {
        font-size: 12px;
    }
}

.list-check-02>li::before {
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .list-check-02>li::before {
        margin-top: 4px;
    }
}

.list-slide-01 {
    display: none;
    margin-right: -10px;
    margin-left: -10px;
}

.list-slide-01 .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
}

.list-slide-01 a {
    background-color: transparent;
    position: relative;
    display: block;
}

.list-slide-01 a:hover {
    opacity: 1;
}

.list-slide-01 a:hover {
    background-color: rgba(0, 80, 126, 0.65);
}

.list-slide-01 a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.list-slide-01 a>img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .list-slide-01 {
        margin-right: 34px;
        margin-left: 34px;
    }
}

.list-qa-01 {
    line-height: 1.875;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.list-qa-01 .title {
    position: relative;
    display: inline-block;
    padding: 2px 5px 4px 1.5em;
    line-height: 1.2;
    font-size: 24px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
    background-color: #222;
}

@media screen and (max-width: 767px) {
    .list-qa-01 .title {
        padding: 3px 5px 2px 1.5em;
        font-size: 16px;
    }
}

.list-qa-01 .title::before {
    content: 'Q';
    position: absolute;
    left: 0;
    margin-left: 5px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

@-moz-document url-prefix() {
    .list-qa-01 {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.list-qa-01+.list-qa-01 {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .list-qa-01+.list-qa-01 {
        margin-top: 25px;
    }
}

.list-qa-01>li {
    position: relative;
    padding-left: 2em;
}

.list-qa-01>li::before {
    position: absolute;
    left: 0;
    margin-left: 7px;
    content: 'A';
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

.list-qa-01>li .ttl-cmn-03 {
    margin-top: 30px;
}

.list-qa-01 [class^="table"] {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .list-qa-01 [class^="table"] {
        margin-top: 20px;
    }
}

.list-qa-01 [class^="table"] {
    margin-top: 40px;
    margin-left: -14px;
}

@media screen and (max-width: 767px) {
    .list-qa-01 [class^="table"] {
        margin: 20px -12px 0;
    }
}

[class^="list"]+.c-media {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    [class^="list"]+.c-media {
        margin-top: 25px;
    }
}

.explore .l-content-noFlex {
    margin-top: 170px;
}

@media screen and (max-width: 767px) {
    .explore .l-content-noFlex {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hero-cmn+.l-content-noFlex {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .explore.hero-no-text .l-content-noFlex {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    body.about-kindai .l-content-noFlex {
        margin-bottom: 0;
    }
}

.c-menu-wrap {
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

.c-menu-wrap.c-menu-wrap-top {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-menu-wrap.c-menu-wrap-top {
        display: block;
        margin-right: 6px;
    }
}

.c-menu {
    display: table;
    width: 1284px;
    background-color: #222;
}

@media screen and (max-width: 767px) {
    .c-menu {
        width: 980px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

main .c-menu {
    overflow: hidden;
}

.c-menu-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c-menu-item a {
    display: block;
    border-right: 1px solid #4e4e4e;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-menu-item a {
        font-size: 12px;
    }
}

.c-menu-item-title {
    background-color: #393939;
}

.c-menu-item-title>a {
    padding: 0 0 3px 0;
    border-right: none;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .c-menu-item-title>a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.c-menu-item-title span {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .c-menu-item-title span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.c-menu-wrap-top {
    padding-right: 6px;
    padding-left: 6px;
}

@media screen and (max-width: 767px) {
    .c-menu-wrap-top {
        margin-bottom: 10px;
    }
}

.c-menu .marquee {
    width: 726px;
}

.marquee-box {
    position: relative;
    height: 65px;
}

@media screen and (max-width: 767px) {
    .marquee-box {
        height: 20px;
    }
}

.marquee-box .marquee {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .marquee-box .marquee {
        top: 0;
    }
}

.c-menu-search {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 820px;
    height: 61px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-menu-search {
        width: 100%;
    }
}

.c-menu-search .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-menu-search .c-menu-item-title {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 18.5px 23px;
}

.c-menu-search .c-menu-item-title a {
    width: 94px;
}

.c-menu-search .c-menu-item-title img {
    display: block;
    width: 100%;
}

.c-search-box-wrap {
    position: relative;
}

.c-search-box-result {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    max-width: 725px;
    display: none;
    padding: 10px;
    margin-bottom: -7px;
    margin-left: 7px;
    border: 1px solid #cacacb;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-search-box-result {
        max-width: 755px;
    }
}

@media screen and (max-width: 767px) {
    .c-search-box-result {
        margin-bottom: -5px;
        margin-left: 0;
    }
}

.c-search-box-result li {
    border-bottom: 1px solid #d4d4d4;
}

.c-search-box-result li:last-child {
    border-bottom: none;
}

.c-search-box-result li a {
    padding: 10px;
    font-size: 14px;
    line-height: 2.85714;
    color: #6c6c6c;
}

.c-search-box-result-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-search-box-result-sp {
        display: block;
    }
}

.c-search {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 30px;
    width: 820px;
    margin-right: auto;
    margin-left: auto;
    z-index: 11000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-search {
        width: 80%;
    }
}

.c-search-box {
    position: relative;
    display: block;
}

.c-search-box input {
    width: 100%;
    display: block;
    padding: 30px 17px;
    margin-left: auto;
    border: 7px solid #00507e;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-search-box input {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.c-search-box input::-webkit-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search-box input:-ms-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search-box input::placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search .c-search-btn {
    position: absolute;
    top: 0;
    right: 0;
}

#search-container {
    opacity: 0;
}

.sc-btm-fixed #search-container {
    position: absolute;
    bottom: inherit;
    top: -193px;
}

.sc-btm-fixed .thin#search-container {
    top: -155px;
}

@media screen and (max-width: 1167px) and (min-width: 768px) {
    .sc-btm-fixed #search-container {
        top: -176px;
    }
}

.c-search.is-active {
    position: fixed;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
}

.c-search.is-active .c-menu-search {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.c-search-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
    border-radius: 50%;
    background-color: #ffef03;
}

.c-search-close::before,
.c-search-close::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: #000;
}

.c-search-close::before:hover,
.c-search-close::after:hover {
    opacity: .8;
}

.c-search-close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-search-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-search-box-side {
    position: relative;
    display: block;
}

.c-search-box-side input {
    width: 100%;
    display: block;
    height: 37px;
    border: none;
    line-height: 1;
    padding: 14px 60px 14px 14px;
}

.c-search-box-side input::-webkit-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-weight: 900;
    vertical-align: middle;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search-box-side input:-ms-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-weight: 900;
    vertical-align: middle;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search-box-side input::placeholder {
    color: #ddd;
    line-height: 1;
    font-weight: 900;
    vertical-align: middle;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.c-search-box-side .c-search-side-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 41px;
    margin-top: auto;
    margin-bottom: auto;
    background: url(ico_search_02.svg) no-repeat center center;
    background-size: 45px 45px;
}

.c-nav-box-wrap {
    z-index: 10;
}

.c-nav-box {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: bottom linear .4s;
    transition: bottom linear .4s;
}

@media screen and (max-width: 767px) {
    .c-nav-box {
        min-width: 0;
        width: 100%;
    }
}

.c-nav-box-item {
    position: relative;
}

.c-nav-box .c-search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.c-nav-box.is-active {
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
}

.c-nav-box.is-active-fixed {
    position: fixed;
}

.c-nav-box.is-active-absolute {
    position: absolute;
}

.c-nav-box .c-search-btn {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-nav-box .c-search-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-search-btn .ico-search-btn {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    background: #00507e;
}

@media screen and (min-width: 1168px) {
    .c-search-btn .ico-search-btn {
        width: 88px;
        height: 88px;
    }
}

.c-search-btn .ico-search-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 23px;
    background: url(ico_search_01.svg) no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 1168px) {
    .c-search-btn .ico-search-btn:after {
        width: 33px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .c-search-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 58px);
    }
}

.c-search-btn .sp-input {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-search-btn .sp-input {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-search-btn input {
        width: 100%;
        min-height: 58px;
        padding: 5px;
        border: 5px solid #00507e;
        border-radius: 0;
        line-height: 1;
    }
}

.c-search-btn input::-webkit-input-placeholder {
    font-weight: bold;
    color: #b2cad8;
    font-size: 11px;
}

.c-search-btn input:-ms-input-placeholder {
    font-weight: bold;
    color: #b2cad8;
    font-size: 11px;
}

.c-search-btn input::placeholder {
    font-weight: bold;
    color: #b2cad8;
    font-size: 11px;
}

.c-hamburger-btn {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    background-color: #222;
    opacity: 1;
}

@media screen and (min-width: 1168px) {
    .c-hamburger-btn {
        width: 88px;
        height: 88px;
    }
}

.c-hamburger-btn-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}

.c-hamburger-btn-border {
    width: 25px;
    height: 4px;
    background-color: #fff;
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media screen and (max-width: 767px) {
    .c-hamburger-btn-border {
        width: 17px;
        height: 3px;
    }
}

.c-hamburger-btn-border:nth-child(1) {
    bottom: 16px;
}

@media screen and (max-width: 767px) {
    .c-hamburger-btn-border:nth-child(1) {
        bottom: 18px;
    }
}

.c-hamburger-btn-border:nth-child(2) {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .c-hamburger-btn-border:nth-child(2) {
        bottom: 6px;
    }
}

.c-hamburger-btn-border:nth-child(3) {
    bottom: -16px;
}

@media screen and (max-width: 767px) {
    .c-hamburger-btn-border:nth-child(3) {
        bottom: -6px;
    }
}

.c-hamburger-btn-text {
    top: auto;
    bottom: 20px;
    width: 36px;
    height: 8px;
   /* background: url(../img/txt_menu.svg) no-repeat center center;*/
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-hamburger-btn-text {
        bottom: 8px;
        width: 28px;
    }
}

@media screen and (max-width: 767px) {
    .c-hamburger-btn-text {
        width: 24px;
        height: 6px;
        bottom: 12px;
    }
}

@-webkit-keyframes hamburger {
    100% {
        height: 0;
    }
}

@keyframes hamburger {
    100% {
        height: 0;
    }
}

.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(2) {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-animation: hamburger .8s forwards;
    animation: hamburger .8s forwards;
}

.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
}

.c-svg-line {
    fill: transparent;
    -webkit-animation: line 1.5s linear forwards;
    animation: line 1.5s linear forwards;
}

@-webkit-keyframes line {
    0% {
        fill: transparent;
    }

    100% {
        fill: #222;
    }
}

@keyframes line {
    0% {
        fill: transparent;
    }

    100% {
        fill: #222;
    }
}

.c-video {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-video {
        padding-top: 0;
    }
}

body.is-movieSp .c-video {
    position: relative;
    height: 0;
    padding: 0 0 100%;
}

.c-video video {
    width: 100%;
}

body.is-movieSp .c-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .c-video {
        min-width: 100%;
        left: 0;
    }

    .c-video video {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .c-video video {
        height: 100%;
        width: auto;
    }
}

.c-video #video {
    opacity: 0;
}

.c-video video {
    display: none;
}

.c-video {
    pointer-events: none;
}

.c-layer {
    position: absolute;
    top: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.c-layer.is-show {
    opacity: 1;
    z-index: 4;
}

.c-frame {
    position: relative;
}

.c-frame-header,
.c-frame-header-search {
    position: relative;
    top: -15px;
}

@media screen and (max-width: 767px) {

    .c-frame-header,
    .c-frame-header-search {
        top: auto;
    }
}

.c-frame-header::after,
.c-frame-header-search::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 100%;
    z-index: -1;
    width: 520px;
    height: 175px;
    margin-bottom: -82px;
   /* background: url(../img/bg_title_01.svg) no-repeat;*/
}

@media screen and (max-width: 767px) {

    .c-frame-header::after,
    .c-frame-header-search::after {
        left: 0;
        right: auto;
        bottom: -27px;
        margin-left: -18px;
        width: 400px;
        height: 172px;
    }
}

.c-frame-header-search::after {
    width: 766px;
    margin-bottom: -82px;
   /* background: url(../img/bg_title_search.svg) no-repeat;*/
}

@media screen and (max-width: 767px) {
    .c-frame-header-search::after {
        bottom: 100%;
        width: 355px;
        margin-bottom: -135px;
    }
}

.c-frame-text-result {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 4px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .c-frame-text-result {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .c-frame-text-result {
        position: static;
        margin-top: 35px;
        margin-right: 0;
    }
}

.c-frame-text-result>a {
    display: inline-block;
    padding: 5px 45px 5px 10px;
    font-size: 30px;
    background: #314fa8 url(btn_next_04.png) no-repeat 98% center;
    background-size: 25px 25px;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-frame-text-result>a {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .c-frame-text-result>a {
        padding: 5px 35px 5px 10px;
        background-size: 20px 20px;
        font-size: 5vw;
        color: #fff;
    }
}

.c-frame-content {
    padding: 36px 30px 90px;
    border: 1px solid #e5e5e5;
    margin-top: -15px;
}

@media screen and (max-width: 767px) {
    .c-frame-content {
        padding: 35px 0 0;
        border: none;
        margin: 0 -1em;
    }
}

.c-explore::before,
.c-explore::after {
    content: "";
    display: table;
}

.c-explore::after {
    clear: both;
}

.c-explore+.c-explore {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .c-explore+.c-explore {
        overflow: visible;
        margin-top: 40px;
    }
}

.c-explore div.c-explore-head {
    float: left;
    margin-right: 30px;
    width: 250px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .c-explore div.c-explore-head {
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 16px;
    }
}

.c-explore div.c-explore-head .c-explore-title {
    display: table;
    border: 6px solid #000;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-explore div.c-explore-head .c-explore-title {
        border-width: 3px;
    }
}

.c-explore div.c-explore-head .c-explore-title a,
.c-explore div.c-explore-head .c-explore-title em {
    display: table-cell;
    padding: 22px 14px;
    height: 104px;
    background-color: #fff;
    vertical-align: middle;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {

    .c-explore div.c-explore-head .c-explore-title a,
    .c-explore div.c-explore-head .c-explore-title em {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .c-explore div.c-explore-head .c-explore-title a,
body.win.chrome .c-explore div.c-explore-head .c-explore-title em {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {

    .c-explore div.c-explore-head .c-explore-title a,
    .c-explore div.c-explore-head .c-explore-title em {
        height: auto;
    }
}

.c-explore div.c-explore-head .c-explore-title a span,
.c-explore div.c-explore-head .c-explore-title em span {
    display: block;
    position: relative;
    padding-left: 30px;
}

.c-explore div.c-explore-head .c-explore-title a span::before,
.c-explore div.c-explore-head .c-explore-title a span::after,
.c-explore div.c-explore-head .c-explore-title em span::before,
.c-explore div.c-explore-head .c-explore-title em span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-explore div.c-explore-head .c-explore-title a span::before,
.c-explore div.c-explore-head .c-explore-title em span::before {
    width: 18px;
    height: 18px;
    background-color: #000;
}

.c-explore div.c-explore-head .c-explore-title a span::after,
.c-explore div.c-explore-head .c-explore-title em span::after {
    left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
}

.c-explore div.c-explore-head .c-explore-title em span {
    padding-left: 0;
}

.c-explore div.c-explore-head .c-explore-title em span::before,
.c-explore div.c-explore-head .c-explore-title em span::after {
    display: none;
}

.c-explore div.c-explore-body {
    font-size: 18px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .c-explore div.c-explore-body {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .c-explore div.c-explore-body {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-explore div.c-explore-body {
        margin-top: 1em;
        font-size: 14px;
    }
}

.c-explore div.c-explore-body ul {
    overflow: hidden;
    margin-bottom: -5px;
}

.c-explore div.c-explore-body ul li.c-explore-body-item {
    position: relative;
    float: left;
    margin: 0 0 5px 30px;
    width: calc(50% - 15px);
}

.c-explore div.c-explore-body ul li.c-explore-body-item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}

@media screen and (max-width: 960px) {
    .c-explore div.c-explore-body ul li.c-explore-body-item {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}

.c-explore div.c-explore-body ul li.c-explore-body-item a {
    display: block;
    padding: .73em 0;
    border-bottom: 2px solid #e1e1e1;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .c-explore div.c-explore-body ul li.c-explore-body-item a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .c-explore div.c-explore-body ul li.c-explore-body-item a {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

.c-explore div.c-explore-body ul li.c-explore-body-item a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43px;
    height: 2px;
    background-color: #000;
}

.c-explore div.c-explore-body ul li.c-explore-body-item a span {
    display: block;
    padding-right: 43px;
}

.c-explore div.c-explore-body ul li.c-explore-body-item a span::before,
.c-explore div.c-explore-body ul li.c-explore-body-item a span::after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-explore div.c-explore-body ul li.c-explore-body-item a span::before {
    width: 18px;
    height: 18px;
    background-color: #000;
}

.c-explore div.c-explore-body ul li.c-explore-body-item a span::after {
    right: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
}

.c-explore-panel div.c-explore-body {
    margin-left: 280px;
}

@media screen and (max-width: 767px) {
    .c-explore-panel div.c-explore-body {
        margin-top: 30px;
        margin-left: 0;
    }
}

.c-explore-body ul+.c-explore-body-title {
    margin-top: 40px;
}

.c-explore-body-title {
    padding-bottom: 5px;
    border-bottom: 7px solid;
    margin-bottom: 10px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .c-explore-body-title {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .c-explore-body-title {
        border-bottom-width: 5px;
    }
}

.c-explore-body+.btn-info {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-explore-body+.btn-info {
        margin-top: 20px;
    }
}

.c-recommend {
    width: 100%;
    text-align: center;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
    word-break: break-all;
    line-height: 1.1;
}

@-moz-document url-prefix() {
    .c-recommend {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend {
        display: block;
        padding-right: 17px;
        padding-left: 17px;
    }
}

.c-recommend>a {
    display: block;
    width: 100%;
}

.c-recommend>a:nth-child(1) {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .c-recommend>a:nth-child(1) {
        margin-right: 0;
    }
}

.c-recommend-content {
    display: table;
    width: 100%;
}

.c-recommend-image {
    position: relative;
    display: table-cell;
    width: 100px;
}

@media screen and (max-width: 767px) {
    .c-recommend-image {
        width: 30%;
    }
}

.c-recommend-image img {
    width: 100%;
}

.c-recommend-text {
    display: table-cell;
    font-size: 28px;
    vertical-align: middle;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #ffea00;
}

@-moz-document url-prefix() {
    .c-recommend-text {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend-text {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-text {
        font-size: 2.5vw;
    }
}

.c-recommend-text>span {
    display: inline-block;
}

.c-recommend-utility {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    background-color: #222;
}

.c-recommend-utility>p {
    position: relative;
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-recommend-utility>p {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-utility>p {
        font-size: 2vh;
    }
}

.c-recommend-utility>p::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    background: url(ico_instagram.svg) no-repeat center center;
}

@media screen and (max-width: 767px) {
    .c-recommend.only-sp .c-recommend-content {
        min-height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend.only-sp .c-recommend-text {
        font-size: 25px;
    }
}

.c-recommend-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 90px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-download {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend-download {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

.c-recommend-download>a {
    width: 300px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-recommend-download>a {
        width: 49%;
    }
}

.c-recommend-download .c-recommend-text {
    width: 200px;
    padding-left: 10px;
    letter-spacing: -.04em;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-download .c-recommend-text {
        padding-left: 6px;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend-download .c-recommend-text {
        padding-left: 6px;
        width: 60%;
    }
}

.c-recommend-download .c-recommend-utility {
    width: 163px;
}

.c-recommend-download .c-recommend-utility>p::after {
    width: 38px;
    height: 24px;
    background-image: url(ico_download_01.svg);
}

@media screen and (max-width: 767px) {
    .c-recommend-download .c-recommend-utility>p::after {
        width: 24px;
        height: 17px;
    }
}

.c-recommend-download>.c-recommend-service {
    margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-download>.c-recommend-service {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend-download>.c-recommend-service {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}

.c-recommend-service::before,
.c-recommend-service::after {
    content: "";
    display: table;
}

.c-recommend-service::after {
    clear: both;
}

.c-recommend-contact {
    float: left;
    width: 65.94%;
    margin-right: 3.04%;
}

.c-recommend-contact>a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    white-space: nowrap;
    background-color: #222;
}

@-moz-document url-prefix() {
    .c-recommend-contact>a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .c-recommend-contact>a {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-contact>a {
        font-size: 1.5vh;
    }
}

.c-recommend-contact>a>span {
    padding-right: 40px;
    background: url(ico_mail.svg) no-repeat right center;
    background-size: 23px 17px;
}

.c-recommend-sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .c-recommend-sns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
    }
}

.c-recommend-sns>li {
    width: 40px;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .c-recommend-sns>li {
        margin-right: 0;
    }
}

.c-recommend-sns>li:last-child {
    margin-right: 0;
}

.c-recommend-sns>li a {
    display: block;
}

.c-recommend-sns .icon {
    display: block;
    width: 100%;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #222;
}

.c-recommend-sns .text {
    color: #222;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

@-moz-document url-prefix() {
    .c-recommend-sns .text {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.c-recommend-sns .c-recommend-sns-campus {
    width: 100px;
}

.c-recommend-sns .c-recommend-sns-campus .icon {
    background-image: url(ico_campus_01.png);
}

.c-recommend-sns-instagram .icon {
    background-image: url(ico_instagram_dark_01.svg);
}

.c-recommend-sns-facebook .icon {
    background-image: url(ico_facebook_dark_01.svg);
}

.c-recommend-sns-twitter .icon {
    background-image: url(ico_twitter_dark_01.svg);
}

.c-recommend-sns-youtube .icon {
    background-image: url(ico_youtube_dark_02.svg);
}

.c-recommend-sns-line .icon {
    background-image: url(ico_line_dark_01.svg);
}

.c-media::before,
.c-media::after {
    content: "";
    display: table;
}

.c-media::after {
    clear: both;
}

.c-media+.c-media {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-media+.c-media {
        margin-top: 20px;
    }
}

.c-media .c-media-col {
    max-width: 47%;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-col {
        max-width: none;
        width: 100%;
    }

    .c-media .c-media-col img {
        max-width: none;
        width: inherit;
    }
}

.c-media .c-media-image-left {
    float: left;
    margin-right: 4.5%;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-image-left {
        float: none;
        margin-bottom: 15px;
    }
}

.c-media .c-media-image-left+.c-media-detail-right {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-image-left+.c-media-detail-right {
        margin-top: 15px;
    }
}

.c-media .c-media-image-right {
    float: right;
    margin-left: 4.5%;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-image-right {
        float: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-media .c-media-image-right+.c-media-detail-left {
        margin-top: 15px;
    }
}

.c-media .c-media-detail-right,
.c-media .c-media-detail-left {
    width: 47%;
}

@media screen and (max-width: 767px) {

    .c-media .c-media-detail-right,
    .c-media .c-media-detail-left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

.c-media .c-media-detail-right {
    float: right;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-detail-right {
        float: none;
    }
}

.c-media .c-media-detail-left {
    float: left;
}

@media screen and (max-width: 767px) {
    .c-media .c-media-detail-left {
        float: none;
    }
}

.c-media+.card-cmn-02 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-media+.card-cmn-02 {
        margin-top: 25px;
    }
}

.c-media figure {
    margin-bottom: 5px;
}

.c-media .list-profile .title {
    margin-bottom: 3px;
}

.c-media .btn-row {
    margin-right: 0;
    margin-left: 0;
}

.c-media .btn-row [class*="btn-col"] {
    padding-right: 0;
    padding-left: 0;
}

.c-media .btn-row .btn-col-2:nth-child(1) {
    padding-right: .5%;
}

.c-media .btn-row .btn-col-2:nth-child(2) {
    padding-left: .5%;
}

.c-media-04 .c-media-col {
    max-width: 21.67%;
    margin-right: 4.4%;
}

.c-media-04 .c-media-col:nth-child(4n) {
    margin-right: 0;
}

.c-media-04 .c-media-col:nth-child(n + 5) {
    margin-top: 4.4%;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-media-04 .c-media-col {
        max-width: 30.37%;
    }

    .c-media-04 .c-media-col:nth-child(3n) {
        margin-right: 0;
    }

    .c-media-04 .c-media-col:nth-child(4n) {
        margin-right: 4.4%;
    }

    .c-media-04 .c-media-col:nth-child(n + 5) {
        margin-top: auto;
    }

    .c-media-04 .c-media-col:nth-child(n + 4) {
        margin-top: 4.4%;
    }
}

@media screen and (max-width: 767px) {
    .c-media-04 .c-media-col {
        max-width: 47.67%;
        float: left;
    }

    .c-media-04 .c-media-col:nth-child(2n) {
        margin-right: 0;
    }

    .c-media-04 .c-media-col:nth-child(n + 3) {
        margin-top: 15px;
    }
}

.c-media-04 .list-profile {
    margin-top: -12px;
}

.c-media-04 .list-profile .title {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .c-media-04 .list-profile .title {
        margin-bottom: 5px;
    }
}

.c-media-04 .list-profile .sub,
.c-media-04 .list-profile .label {
    font-size: 12px;
}

.c-media-04 .list-profile .sub {
    margin-bottom: 0;
}

.c-media-04 .list-profile .label {
    padding-left: 20px;
}

.c-media-04 .list-profile .label::before {
    width: 15px;
    height: 6px;
}

.c-media-04 .list-profile+p {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .c-media-04 .list-profile+p {
        margin-top: 10px;
    }
}

.c-underline {
    text-decoration: underline;
}

.c-parts-number {
    position: absolute;
    right: 0;
    z-index: 999;
    color: crimson;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-style-01,
.bg-style-01-top {
    position: relative;
}

.bg-style-01::before,
.bg-style-01-top::before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url(bg_point_01.png) repeat-y left top, url(bg_point_01.png) repeat-y right top;
}

@media screen and (max-width: 767px) {

    .bg-style-01::before,
    .bg-style-01-top::before {
        display: none;
        background-image: none;
    }
}

.bg-style-01-top {
    padding-right: 71px;
    padding-left: 71px;
}

@media screen and (max-width: 767px) {
    .bg-style-01-top {
        padding-right: 0;
        padding-left: 0;
    }
}

.bg-style-02 {
    position: relative;
    width: 100%;
    margin-bottom: 164px;
    background-color: #f8f8f8;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .bg-style-02 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .bg-style-02 {
        margin-bottom: 50px;
    }
}

.l-content-noMargin+.bg-style-02 {
    margin-bottom: 0;
}

@media screen and (min-width: 1168px) {
    .l-content-noFlex+.bg-style-02 {
        margin-top: -64px;
    }
}

@media screen and (max-width: 767px) {
    .l-content-noFlex+.bg-style-02 {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.bg-style-02>.sec-pr,
.bg-style-02 .sec-pr-type02 {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {

    .bg-style-02>.sec-pr,
    .bg-style-02 .sec-pr-type02 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.bg-style-02 .list-link-banner li a span {
    background-color: #f8f8f8 !important;
}

.bg-headline {
    background: url(bg_title_01.svg) no-repeat 101.7% 33px;
    background-size: 893px 301px;
}

@media screen and (max-width: 767px) {
    .bg-headline {
        background-position: 0 25px;
        background-size: contain;
    }
}

@media screen and (min-width: 1168px) {
    .bg-headline.bg-headline-no-pc {
        background: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .bg-headline.bg-headline-no-pc {
        background: none;
    }
}

.bg-headline-02 {
    background: url(bg_title_01.svg) no-repeat 103% 38px;
    background-size: 790px;
}

@media screen and (max-width: 767px) {
    .bg-headline-02 {
        background-position: 0 25px;
        background-size: contain;
    }
}

.tab-news {
    position: relative;
}

.tab-news-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .tab-news-list {
        font-size: 10px;
    }
}

.tab-news-list>li {
    display: table-cell;
    border-right: 3px solid #fff;
    text-align: center;
    vertical-align: middle;
}

.tab-news-list>li:last-child {
    border-right: none;
}

.tab-news-list a {
    display: block;
    line-height: 1.1;
    color: #000;
    font-weight: bold;
    background-color: #e8e8e8;
    white-space: nowrap;
}

.tab-news-list a span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.tab-news-list a::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60px;
    vertical-align: middle;
}

.tab-news-list a:hover,
.tab-news-list .is-current a {
    color: #fff;
    background-color: #222;
}

.tab-news+.c-explore {
    margin-top: 107px;
}

@media screen and (max-width: 767px) {
    .tab-news+.c-explore {
        margin-top: 50px;
    }
}

.tab-news-select {
    position: relative;
    display: none;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .tab-news-select {
        display: block;
    }
}

.tab-news-select::before,
.tab-news-select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto 12px auto auto;
    display: block;
}

.tab-news-select::before {
    width: 22px;
    height: 22px;
    background: #fff;
}

.tab-news-select::after {
    margin-right: 19px;
    width: 7px;
    height: 15px;
    background: url(ico_select_02.svg) no-repeat;
}

.tab-news-select select {
    width: 100%;
    border: none;
    padding: 12px;
    color: #fff;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: center;
    background-color: #000;
}

@-moz-document url-prefix() {
    .tab-news-select select {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.tab-news-select select option {
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .news-list {
        display: none;
    }
}

.news-list-item {
    border: 2px solid #f1f1f1;
    margin-top: 20px;
}

.news-list-item:first-child {
    margin-top: 0;
}

.news-list-item a {
    display: table;
    width: 100%;
    padding: 25px 20px;
}

@media screen and (max-width: 767px) {
    .news-list-item a {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .news-list.is-current {
        display: block;
    }
}

.tab-news-content {
    display: none;
}

.news-list-tag {
    display: table-cell;
    width: 14%;
    vertical-align: middle;
}

.news-list-tag::before,
.news-list-tag::after {
    content: "";
    display: table;
}

.news-list-tag::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .news-list-tag {
        display: block;
        width: 100%;
    }
}

.news-list-tag>li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 1;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .news-list-tag>li {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .news-list-tag>li {
        margin-bottom: 7px;
    }
}

.news-list-tag>li:last-child {
    margin-right: 0;
}

.news-list-tag>li span {
    display: inline-block;
    min-width: 53px;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #222;
}

.news-list-text {
    display: table-cell;
    width: 87.5%;
    padding-left: 37px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .news-list-text {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.news-list-text>p {
    padding-left: 30px;
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background: url(ico_arrow_square_black_right.svg) no-repeat left center;
    background-size: 16px 16px;
}

@-moz-document url-prefix() {
    .news-list-text>p {
        font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .news-list-text>p {
        font-size: 12px;
        background-position: left top;
        background-size: 19px 19px;
    }
}

.news-list-date {
    display: table-cell;
    width: 8.5%;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .news-list-date {
        display: block;
        width: 100%;
        text-align: right;
    }
}

.news-list-date>p {
    padding-left: 20px;
    font-size: 10px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
}

@-moz-document url-prefix() {
    .news-list-date>p {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.tab-news-button {
    text-align: center;
}

.tab-news-button>span,
.tab-news-button>a {
    display: block;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {

    .tab-news-button>span,
    .tab-news-button>a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .tab-news-button>span,
    .tab-news-button>a {
        font-size: 16px;
    }
}

.tab-news-button>span {
    background-color: #e8e8e8;
}

.tab-news-button>a {
    background-color: #222;
}

.img-full-sp>iframe {
    width: 100%;
    min-height: 520px;
}

@media screen and (max-width: 767px) {
    .img-full-sp>iframe {
        min-height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .img-full-sp {
        margin-right: -17px;
        margin-left: -17px;
    }
}

.img-full-sp>p {
    font-size: 14px;
    line-height: 1.77;
}

@media screen and (max-width: 767px) {
    .img-full-sp>p {
        font-size: 12px;
        line-height: 1.7;
    }
}

.is-hide {
    position: relative;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.is-show {
    opacity: 1;
}

.gsc-control-cse * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.gsc-input {
    line-height: 1;
}

.only-tab,
.only-sp,
.no-pc {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .only-tab {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {

    .only-tab,
    .only-pc,
    .no-sp {
        display: none !important;
    }

    .only-sp,
    .no-pc {
        display: block !important;
    }

    span.only-sp,
    img.only-sp,
    img.no-pc {
        display: inline-block !important;
    }
}

.c-streaming-video {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.c-streaming-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1168px) {
    .c-txt-indent-01 {
        padding-left: 5em;
        text-indent: -5em;
    }
}

table[class^="table-cmn-"],
.sec-news-detail table {
    border-collapse: separate;
    border-spacing: 2px;
    border: 2px solid #c0c0c0;
    background-color: #c0c0c0;
}

table[class^="table-cmn-"] tr:first-child>th:first-child,
table[class^="table-cmn-"] tr:first-child>td:only-child,
.sec-news-detail table tr:first-child>th:first-child,
.sec-news-detail table tr:first-child>td:only-child {
    position: relative;
}

table[class^="table-cmn-"] tr:first-child>th:first-child::before,
table[class^="table-cmn-"] tr:first-child>td:only-child::before,
.sec-news-detail table tr:first-child>th:first-child::before,
.sec-news-detail table tr:first-child>td:only-child::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    overflow: hidden;
    width: 34px;
    height: 10px;
    background-color: #000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (max-width: 767px) {

    table[class^="table-cmn-"] tr:first-child>th:first-child::before,
    table[class^="table-cmn-"] tr:first-child>td:only-child::before,
    .sec-news-detail table tr:first-child>th:first-child::before,
    .sec-news-detail table tr:first-child>td:only-child::before {
        width: 28px;
        height: 6px;
    }
}

table[class^="table-cmn-"] tr th,
table[class^="table-cmn-"] tr td,
.sec-news-detail table tr th,
.sec-news-detail table tr td {
    border: none;
    padding: 8px 12px;
    line-height: 1.77;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {

    table[class^="table-cmn-"] tr th,
    table[class^="table-cmn-"] tr td,
    .sec-news-detail table tr th,
    .sec-news-detail table tr td {
        padding: 8px 6px;
        line-height: 1.7;
    }
}

table[class^="table-cmn-"] tr th,
.sec-news-detail table tr th {
    text-align: center;
    background-color: #e1e1e1;
    font-weight: bold;
}

table[class^="table-cmn-"] tr td,
.sec-news-detail table tr td {
    background-color: #fff;
}

table[class^="table-cmn-"] tbody tr th,
.sec-news-detail table tbody tr th {
    background-color: #f0f0f0;
}

table[class^="table-cmn-"] thead+tbody tr:first-child>th:first-child::before,
.sec-news-detail table thead+tbody tr:first-child>th:first-child::before {
    display: none;
}

table[class^="table-cmn-"] .left,
.sec-news-detail table .left {
    text-align: left;
}

table[class^="table-cmn-"] .right,
.sec-news-detail table .right {
    text-align: right;
}

table[class^="table-cmn-"] .center,
.sec-news-detail table .center {
    text-align: center;
}

table[class^="table-cmn-"] .no-label th::before,
table[class^="table-cmn-"] .no-label td::before,
.sec-news-detail table .no-label th::before,
.sec-news-detail table .no-label td::before {
    display: none;
}

div.table-scroll {
    position: relative;
}

@media screen and (max-width: 767px) {
    div.table-scroll {
        overflow-x: scroll;
        overflow-y: visible;
        padding-top: 4px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    div.table-scroll>table {
        max-width: none;
        width: 900px;
    }

    div.table-scroll>table th {
        min-width: 10em;
    }

    div.table-scroll>table td {
        min-width: 15em;
    }
}

.table-cmn-block {
    position: relative;
}

@media screen and (max-width: 767px) {

    .table-cmn-block>table th,
    .table-cmn-block table td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid #c0c0c0;
    }
}

@media screen and (max-width: 767px) {
    .table-cmn-block [class*="table-th-width"] tr th:first-child {
        width: 100%;
    }
}

.table-cmn-wrap {
    position: relative;
}

.table-cmn-wrap+.table-cmn-wrap {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .table-cmn-wrap+.table-cmn-wrap {
        margin-top: 20px;
    }
}

.table-cmn-01,
table.table-cmn-02,
table.table-cmn-03,
table.table-cmn-04,
table.table-cmn-05,
.sec-news-detail table {
    width: 100%;
    table-layout: fixed;
}

.table-cmn-01 thead th,
table.table-cmn-02 thead th,
table.table-cmn-03 thead th,
table.table-cmn-04 thead th,
table.table-cmn-05 thead th,
.sec-news-detail table thead th {
    font-size: 14px;
}

.table-cmn-01 tbody th,
table.table-cmn-02 tbody th,
table.table-cmn-03 tbody th,
table.table-cmn-04 tbody th,
table.table-cmn-05 tbody th,
.sec-news-detail table tbody th {
    font-size: 15px;
}

@media screen and (max-width: 767px) {

    .table-cmn-01 tbody th,
    table.table-cmn-02 tbody th,
    table.table-cmn-03 tbody th,
    table.table-cmn-04 tbody th,
    table.table-cmn-05 tbody th,
    .sec-news-detail table tbody th {
        font-size: 12px;
    }
}

.table-cmn-01 tbody td,
table.table-cmn-02 tbody td,
table.table-cmn-03 tbody td,
table.table-cmn-04 tbody td,
table.table-cmn-05 tbody td,
.sec-news-detail table tbody td {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .table-cmn-01 tbody td,
    table.table-cmn-02 tbody td,
    table.table-cmn-03 tbody td,
    table.table-cmn-04 tbody td,
    table.table-cmn-05 tbody td,
    .sec-news-detail table tbody td {
        font-size: 12px;
    }
}

.table-cmn-01 .list-disc-01,
table.table-cmn-02 .list-disc-01,
table.table-cmn-03 .list-disc-01,
table.table-cmn-04 .list-disc-01,
table.table-cmn-05 .list-disc-01,
.sec-news-detail table .list-disc-01 {
    padding-left: 15px;
}

.table-cmn-01 .list-disc-01>li,
table.table-cmn-02 .list-disc-01>li,
table.table-cmn-03 .list-disc-01>li,
table.table-cmn-04 .list-disc-01>li,
table.table-cmn-05 .list-disc-01>li,
.sec-news-detail table .list-disc-01>li {
    line-height: 2;
}

.table-cmn-01 .list-disc-01>li::before,
table.table-cmn-02 .list-disc-01>li::before,
table.table-cmn-03 .list-disc-01>li::before,
table.table-cmn-04 .list-disc-01>li::before,
table.table-cmn-05 .list-disc-01>li::before,
.sec-news-detail table .list-disc-01>li::before {
    width: 3px;
    height: 3px;
    margin-top: 12px;
}

.table-cmn-01 .list::before,
.table-cmn-01 .list::after,
table.table-cmn-02 .list::before,
table.table-cmn-03 .list::before,
table.table-cmn-04 .list::before,
table.table-cmn-05 .list::before,
.sec-news-detail table .list::before,
table.table-cmn-02 .list::after,
table.table-cmn-03 .list::after,
table.table-cmn-04 .list::after,
table.table-cmn-05 .list::after,
.sec-news-detail table .list::after {
    content: "";
    display: table;
}

.table-cmn-01 .list::after,
table.table-cmn-02 .list::after,
table.table-cmn-03 .list::after,
table.table-cmn-04 .list::after,
table.table-cmn-05 .list::after,
.sec-news-detail table .list::after {
    clear: both;
}

.table-cmn-01 .list>li,
table.table-cmn-02 .list>li,
table.table-cmn-03 .list>li,
table.table-cmn-04 .list>li,
table.table-cmn-05 .list>li,
.sec-news-detail table .list>li {
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {

    .table-cmn-01 .list>li,
    table.table-cmn-02 .list>li,
    table.table-cmn-03 .list>li,
    table.table-cmn-04 .list>li,
    table.table-cmn-05 .list>li,
    .sec-news-detail table .list>li {
        margin-right: 15px;
    }
}

.table-cmn-01 .list>li:last-child,
table.table-cmn-02 .list>li:last-child,
table.table-cmn-03 .list>li:last-child,
table.table-cmn-04 .list>li:last-child,
table.table-cmn-05 .list>li:last-child,
.sec-news-detail table .list>li:last-child {
    margin-right: 0;
}

.table-cmn-01 .list>li span,
table.table-cmn-02 .list>li span,
table.table-cmn-03 .list>li span,
table.table-cmn-04 .list>li span,
table.table-cmn-05 .list>li span,
.sec-news-detail table .list>li span {
    position: relative;
    padding-left: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .table-cmn-01 .list>li span:after,
    table.table-cmn-02 .list>li span:after,
    table.table-cmn-03 .list>li span:after,
    table.table-cmn-04 .list>li span:after,
    table.table-cmn-05 .list>li span:after,
    .sec-news-detail table .list>li span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

.table-cmn-01 .list>li span::before,
table.table-cmn-02 .list>li span::before,
table.table-cmn-03 .list>li span::before,
table.table-cmn-04 .list>li span::before,
table.table-cmn-05 .list>li span::before,
.sec-news-detail table .list>li span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #c0c0c0;
}

.table-cmn-01 .list>li a,
table.table-cmn-02 .list>li a,
table.table-cmn-03 .list>li a,
table.table-cmn-04 .list>li a,
table.table-cmn-05 .list>li a,
.sec-news-detail table .list>li a {
    color: #00507e;
    text-decoration: underline;
}

.table-cmn-01 .list>li a[href$=".pdf"],
table.table-cmn-02 .list>li a[href$=".pdf"],
table.table-cmn-03 .list>li a[href$=".pdf"],
table.table-cmn-04 .list>li a[href$=".pdf"],
table.table-cmn-05 .list>li a[href$=".pdf"],
.sec-news-detail table .list>li a[href$=".pdf"] {
    padding-right: 27px;
    background: url(ico_pdf_04.svg) no-repeat right center;
    background-size: 22px 14px;
}

.table-cmn-01 .list>li a[target="_blank"]:not([href$=".pdf"]),
table.table-cmn-02 .list>li a[target="_blank"]:not([href$=".pdf"]),
table.table-cmn-03 .list>li a[target="_blank"]:not([href$=".pdf"]),
table.table-cmn-04 .list>li a[target="_blank"]:not([href$=".pdf"]),
table.table-cmn-05 .list>li a[target="_blank"]:not([href$=".pdf"]),
.sec-news-detail table .list>li a[target="_blank"]:not([href$=".pdf"]) {
    padding-right: 20px;
    background: url(ico_blank_02.svg) no-repeat right center;
    background-size: 14px 11px;
}

.table-cmn-01+[class^="list-note"],
table.table-cmn-02+[class^="list-note"],
table.table-cmn-03+[class^="list-note"],
table.table-cmn-04+[class^="list-note"],
table.table-cmn-05+[class^="list-note"],
.sec-news-detail table+[class^="list-note"] {
    margin-top: 10px;
}

.table-th-width-5p tr th:first-child {
    width: 5%;
}

.table-th-width-10p tr th:first-child {
    width: 10%;
}

.table-th-width-15p tr th:first-child {
    width: 15%;
}

.table-th-width-20p tr th:first-child {
    width: 20%;
}

.table-th-width-25p tr th:first-child {
    width: 25%;
}

.table-th-width-30p tr th:first-child {
    width: 30%;
}

.table-th-width-35p tr th:first-child {
    width: 35%;
}

.table-th-width-40p tr th:first-child {
    width: 40%;
}

.table-th-width-45p tr th:first-child {
    width: 45%;
}

.table-th-width-50p tr th:first-child {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .table-th-width-20p tr th:first-child {
        width: 40%;
    }
}

table.table-th-bg-01 tbody tr th {
    background-color: #e1e1e1;
}

table.table-cmn-03 tbody td {
    padding: 10px;
}

table.table-cmn-04,
table.table-cmn-05 {
    border: none;
    background-color: #f0f0f0;
}

table.table-cmn-04 tr th,
table.table-cmn-05 tr th,
table.table-cmn-04 tr td,
table.table-cmn-05 tr td {
    padding: 25px 30px;
}

@media screen and (max-width: 767px) {

    table.table-cmn-04 tr th,
    table.table-cmn-05 tr th,
    table.table-cmn-04 tr td,
    table.table-cmn-05 tr td {
        padding: 10px 16px;
    }
}

table.table-cmn-04 tr th,
table.table-cmn-05 tr th {
    font-weight: normal;
}

@media screen and (max-width: 767px) {

    table.table-cmn-04 tr td,
    table.table-cmn-05 tr td {
        padding: 15px 20px;
    }
}

table.table-cmn-04 tr:first-child>th:first-child::before,
table.table-cmn-05 tr:first-child>th:first-child::before {
    top: 6px;
    left: -2px;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}

@media screen and (max-width: 767px) {

    table.table-cmn-04 tr:first-child>th:first-child::before,
    table.table-cmn-05 tr:first-child>th:first-child::before {
        top: 0;
    }
}

table.table-cmn-05 {
    border-spacing: 4px;
    border-color: #ddd;
    background-color: #ddd;
}

.table-pull {
    margin-right: -20px;
    margin-left: -20px;
}

.table-pull::before,
.table-pull::after {
    content: "";
    display: table;
}

.table-pull::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .table-pull {
        margin-right: 0;
        margin-left: 0;
    }
}

.table-pull .col-01 {
    margin: auto 20px 40px;
}

@media screen and (max-width: 767px) {
    .table-pull .col-01 {
        margin: auto 0 30px;
    }
}

.table-pull .col-02 {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .table-pull .col-02 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.table-pull .col-02:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .table-pull .col-02:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .table-pull .col-02:nth-child(2) {
        margin-top: 30px;
    }
}

.table-pull .col-03 {
    float: left;
    width: 33.33%;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .table-pull .col-03 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.table-pull .col-03:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .table-pull .col-03:nth-last-child(-n + 3) {
        margin-bottom: 30px;
    }
}

.table-pull .col-03:last-child {
    margin-bottom: 0;
}

.table-pull .table-cmn-03 th {
    width: 18.1%;
}

.btn-more {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #222;
    font-size: 18px;
    color: #fff;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .btn-more {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .btn-more {
        padding: 14px 0 13px;
        font-size: 16px;
    }
}

.btn-info {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px;
    border: 6px solid #222;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .btn-info {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 1168px) {
    .btn-info {
        text-align: center;
    }
}

.btn-info::after {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    content: '';
    background-image: url(btn_next_03.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: auto;
}

.btn-more+.btn-info {
    margin-top: 40px;
}

.grid-cmn+.btn-info {
    margin-top: 15px;
    font-size: 20px;
}

@media screen and (min-width: 1168px) {
    .grid-cmn+.btn-info {
        margin-top: 40px;
    }
}

.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .btn-row {
        display: block;
    }
}

.btn-row .btn-col-1 {
    width: 100%;
}

.btn-row .btn-col-2 {
    width: 50%;
}

.btn-row .btn-col-2+.btn-col-1 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .ttl-cmn-line+.btn-row {
        margin-top: -20px;
    }
}

.btn-row+.ttl-cmn-line {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .btn-row+.ttl-cmn-line {
        margin-top: 50px;
    }
}

.btn-row+.box-title {
    margin-top: 50px;
}

.btn-row .btn-col-2>p {
    margin: 15px 0 0 30px;
    font-size: 14px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .btn-row .btn-col-2>p {
        margin: 10px 0 0 20px;
        font-size: 12px;
    }
}

.sec-med-detail .btn-row .btn-col-2>p,
.sec-agri-detail .btn-row .btn-col-2>p {
    margin-left: 0;
}

.btn-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.btn-gutter-20 .btn-cmn,
.btn-gutter-20 .btn-cmn-02,
.btn-gutter-20 .btn-cmn-03 {
    padding-right: 10px;
    padding-left: 10px;
}

.btn-gutter-20 .btn-cmn .ico-underline,
.btn-gutter-20 .btn-cmn-02 .ico-underline,
.btn-gutter-20 .btn-cmn-03 .ico-underline {
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.4;
}

.btn-gutter-30 {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-gutter-30 .btn-cmn-02 {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
}

.btn-gutter-40 .btn-cmn-02 {
    padding-right: 20px;
    padding-left: 20px;
}

.btn-cmn,
.btn-cmn-02,
.btn-cmn-03 {
    position: relative;
}

.btn-cmn>a,
.btn-cmn em,
.btn-cmn-02>a,
.btn-cmn-03>a,
.btn-cmn-02 em,
.btn-cmn-03 em {
    display: block;
    padding: 18px 65px 19px 20px;
    border: 2px solid #e1e1e1;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
    background: #fff;
}

@media screen and (max-width: 767px) {

    .btn-cmn>a,
    .btn-cmn em,
    .btn-cmn-02>a,
    .btn-cmn-03>a,
    .btn-cmn-02 em,
    .btn-cmn-03 em {
        padding: 20px;
        font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
    }
}

.btn-cmn>a>span,
.btn-cmn-02>a>span,
.btn-cmn-03>a>span {
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .btn-cmn>a>span:after,
    .btn-cmn-02>a>span:after,
    .btn-cmn-03>a>span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important;
    }
}

.btn-cmn .ico-arrow-right::after,
.btn-cmn-02 .ico-arrow-right::after,
.btn-cmn-03 .ico-arrow-right::after {
    margin-right: 26px;
}

@media screen and (max-width: 767px) {

    .btn-cmn .ico-arrow-right::after,
    .btn-cmn-02 .ico-arrow-right::after,
    .btn-cmn-03 .ico-arrow-right::after {
        margin-right: 18px;
    }
}

.btn-cmn .list,
.btn-cmn-02 .list,
.btn-cmn-03 .list {
    margin: 15px 0 0 30px;
}

.btn-cmn .list::before,
.btn-cmn .list::after,
.btn-cmn-02 .list::before,
.btn-cmn-03 .list::before,
.btn-cmn-02 .list::after,
.btn-cmn-03 .list::after {
    content: "";
    display: table;
}

.btn-cmn .list::after,
.btn-cmn-02 .list::after,
.btn-cmn-03 .list::after {
    clear: both;
}

@media screen and (max-width: 767px) {

    .btn-cmn .list,
    .btn-cmn-02 .list,
    .btn-cmn-03 .list {
        margin: 10px 0 0 20px;
    }
}

.btn-cmn .list>li,
.btn-cmn-02 .list>li,
.btn-cmn-03 .list>li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 767px) {

    .btn-cmn .list>li,
    .btn-cmn-02 .list>li,
    .btn-cmn-03 .list>li {
        margin-right: 15px;
        font-size: 12px;
    }
}

.btn-cmn .list>li:last-child,
.btn-cmn-02 .list>li:last-child,
.btn-cmn-03 .list>li:last-child {
    margin-right: 0;
}

.btn-cmn .list>li span,
.btn-cmn-02 .list>li span,
.btn-cmn-03 .list>li span {
    position: relative;
    padding-left: 15px;
}

.btn-cmn .list>li span::before,
.btn-cmn-02 .list>li span::before,
.btn-cmn-03 .list>li span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #c0c0c0;
}

.btn-cmn .list>li a,
.btn-cmn-02 .list>li a,
.btn-cmn-03 .list>li a {
    padding: 0;
    color: #00507e;
    text-decoration: underline;
}

.btn-cmn .list>li a[href$=".pdf"],
.btn-cmn-02 .list>li a[href$=".pdf"],
.btn-cmn-03 .list>li a[href$=".pdf"] {
    padding-right: 27px;
    background: url(ico_pdf_04.svg) no-repeat right center;
    background-size: 22px 14px;
}

.btn-cmn .list>li a[target="_blank"]:not([href$=".pdf"]),
.btn-cmn-02 .list>li a[target="_blank"]:not([href$=".pdf"]),
.btn-cmn-03 .list>li a[target="_blank"]:not([href$=".pdf"]) {
    padding-right: 20px;
    background: url(ico_blank_02.svg) no-repeat right center;
    background-size: 14px 11px;
}

.btn-gutter-20 .btn-col-1:nth-child(n + 2) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .btn-gutter-20 .btn-col-1:last-child {
        margin-bottom: 0;
    }
}

.btn-gutter-40 .btn-col-1:nth-child(n + 2) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .btn-gutter-40 .btn-col-1:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-gutter-20 .btn-col-2:not(:first-child) {
        margin-top: 15px;
    }
}

.btn-gutter-20 .btn-col-2:nth-child(n + 3) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .btn-gutter-20 .btn-col-2:nth-child(n + 3) {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contents-main .btn-row.btn-gutter-20:last-of-type .btn-cmn.btn-col-2:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-gutter-40 .btn-col-2:nth-child(2) {
        margin-top: 20px;
    }
}

.btn-gutter-40 .btn-col-2:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .btn-gutter-40 .btn-col-2:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .btn-gutter-40 .btn-col-2:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-full-sp [class^="btn-cmn"] {
        width: 100%;
    }
}

.btn-cmn-02 a {
    padding: 14px 65px 14px 20px;
    border-color: #222;
    border-width: 4px;
    font-size: 16px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .btn-cmn-02 a {
        font-size: 13px;
        padding: 13px 50px 13px 13px;
    }
}

.btn-cmn-02 .ico-arrow-square::before,
.btn-cmn-02 .ico-pdf-01::before,
.btn-cmn-02 .ico-pdf-02::before,
.btn-cmn-02 .ico-blank-01::before,
.btn-cmn-02 .ico-blank-02::before,
.btn-cmn-02 .ico-arrow-square-02::before {
    left: auto;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {

    .btn-cmn-02 .ico-arrow-square::before,
    .btn-cmn-02 .ico-arrow-square-02::before {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .btn-cmn-02 .ico-blank-01::before {
        width: 20px;
        height: 14px;
        background-size: 20px 14px;
    }
}

.btn-detail-01 a {
    color: #fff;
    padding-top: 17px;
    padding-bottom: 15px;
    border: none;
    background-color: #222;
}

@media screen and (max-width: 767px) {
    .btn-detail-01 a {
        padding: 15px 13px;
    }
}

.btn-detail-01 a>span {
    border-bottom: 4px solid;
}

.btn-detail-02 a {
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .btn-detail-02 a {
        padding: 18px 16px;
    }
}

.btn-detail-02 a>span {
    border-bottom: 4px solid;
}

@media screen and (max-width: 767px) {
    .btn-cmn-03+.btn-cmn-03 {
        margin-bottom: 15px;
    }
}

.btn-cmn-03 a {
    padding-left: 28px;
}

@media screen and (max-width: 767px) {
    .btn-cmn-03 a {
        padding: 20px 45px 20px 20px;
    }
}

.btn-cmn-03 a>span {
    display: inline-block;
}

.sec-med-detail .btn-cmn-03 a,
.sec-agri-detail .btn-cmn-03 a,
.template .btn-cmn-03 a {
    padding: 12px 65px 17px 20px;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-cmn-03 a,
    .sec-agri-detail .btn-cmn-03 a,
    .template .btn-cmn-03 a {
        padding: 14px 45px 14px 13px;
    }
}

.sec-med-detail .btn-cmn-03 .ico-underline::before,
.sec-agri-detail .btn-cmn-03 .ico-underline::before,
.template .btn-cmn-03 .ico-underline::before {
    margin-top: 0.65em;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-cmn-03 .ico-underline::before,
    .sec-agri-detail .btn-cmn-03 .ico-underline::before,
    .template .btn-cmn-03 .ico-underline::before {
        margin-top: 0.85em;
    }
}

.btn-follow-wrap {
    text-align: center;
    margin: 0 auto;
}

.btn-follow-wrap+.list-photo-gallary {
    margin-top: 30px;
}

.ttl-pr-large+.btn-follow-wrap {
    margin-top: 40px;
}

.btn-follow {
    position: relative;
    display: inline-block;
    padding: 14px 81px 14px 51px;
    background-color: #222;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
    line-height: 1.1;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    .btn-follow {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.btn-follow::after {
    position: absolute;
    top: 25%;
    display: inline-block;
    content: '';
    background: url(ico_instagram.svg) center center no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;
    margin-left: 15px;
}

.tab-news-area+.btn-info {
    margin-top: 20px;
}

.btn-login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.btn-login>li {
    width: 25%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid;
}

@media screen and (max-width: 767px) {
    .btn-login>li {
        width: 50%;
    }
}

.btn-login>li:first-child {
    border-left: 4px solid;
}

@media screen and (max-width: 767px) {
    .btn-login>li:nth-child(2n+1) {
        border-left: 4px solid;
    }

    .btn-login>li+li+li {
        border-top: none;
    }
}

.btn-login>li button,
.btn-login>li a {
    display: block;
    width: 100%;
    padding: 23px 35px 23px 27px;
    line-height: 1.6153;
    font-size: 26px;
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@media screen and (max-width: 767px) {

    .btn-login>li button,
    .btn-login>li a {
        padding: 10px 13px;
        font-size: 13px;
    }
}

.btn-login>li button:hover,
.btn-login>li a:hover {
    cursor: pointer;
    opacity: .8;
}

.btn-login>li button span,
.btn-login>li a span {
    display: block;
    text-align: left;
}

.btn-login>li .en {
    position: relative;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn-login>li .en {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .btn-login>li .en>span {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

.btn-login>li .en::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-right: -19px;
    background: url(ico_arrow_square_black_right.svg) no-repeat right center;
}

@media screen and (max-width: 767px) {
    .btn-login>li .en::after {
        width: 11px;
        height: 11px;
        margin-right: -5px;
    }
}

.is-drug-top .btn-login>li {
    width: 33.333333%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@media screen and (max-width: 767px) {
    .is-drug-top .btn-login>li {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .is-drug-top .btn-login>li>a {
        font-size: 2.13333vw;
        padding: 2vw 4vw 2vw 2vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .is-drug-top .btn-login>li>a span {
        line-height: 1.4;
    }
}

.ico-arrow-square {
    position: relative;
}

.ico-arrow-square::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 4px;
    width: 26px;
    height: 26px;
    margin: auto auto auto -36px;
    background: url(ico_arrow_square_black_right.svg) no-repeat;
}

@media screen and (min-width: 1168px) {
    .ico-arrow-square::before {
        width: 19px;
        height: 19px;
        margin-left: -26px;
    }
}

.ico-arrow-square-02 {
    position: relative;
}

.ico-arrow-square-02::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    margin: auto auto auto -36px;
    background: url(ico_arrow_square_white_right.svg) no-repeat;
}

@media screen and (min-width: 1168px) {
    .ico-arrow-square-02::before {
        width: 19px;
        height: 19px;
        margin-left: -26px;
    }
}

.ico-global {
    position: relative;
}

.ico-global::before {
    position: absolute;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(global.svg) center center no-repeat;
    background-size: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .ico-global::before {
        width: 23px;
        height: 23px;
        background-size: 23px 23px;
    }
}

@media screen and (max-width: 767px) {
    .ico-global::before {
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
}

.ico-underline {
    position: relative;
}

.ico-underline::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 0.85em;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .ico-underline::before {
        height: 4px;
        margin-top: 1.42em;
    }
}

.ico-arrow-right {
    position: relative;
}

.ico-arrow-right::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: auto;
    margin-bottom: auto;
    border: 3.5px solid transparent;
    border-left: 7px solid #000;
}

.ico-pdf-01,
.ico-pdf-02 {
    position: relative;
}

.ico-pdf-01::before,
.ico-pdf-02::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 4px;
    width: 21px;
    height: 26px;
    margin: auto;
    background: url(ico_pdf_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .ico-pdf-01::before,
    .ico-pdf-02::before {
        width: 15px;
        height: 18px;
    }
}

.ico-pdf-02::before {
    background-image: url(ico_pdf_03.svg);
}

.ico-blank-01,
.ico-blank-02 {
    position: relative;
}

.ico-blank-01::before,
.ico-blank-02::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 19px;
    margin: auto;
    background: url(ico_blank_01.svg) no-repeat;
    background-size: 24px 19px;
}

@media screen and (max-width: 767px) {

    .ico-blank-01::before,
    .ico-blank-02::before {
        width: 20px;
        height: 14px;
    }
}

.ico-blank-02::before {
    background-image: url(ico_blank_03.svg);
}

@media screen and (max-width: 767px) {
    .ico-blank-02::before {
        background-size: 20px 14px;
    }
}

.ico-check-01 {
    position: relative;
}

.ico-check-01::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 18px;
    margin: auto;
    background: url(ico_check_01.png) no-repeat;
}

@media screen and (min-width: 1168px) {
    .ico-check-01::before {
        width: 15px;
        height: 15px;
    }
}

.link-relation {
    font-weight: 800;
    text-decoration: underline;
}

.link-relation:hover {
    text-decoration: none;
}

.link-cmn-rss {
    position: absolute;
    bottom: 0;
    right: 0;
}

.link-cmn-rss.s-titlebox {
    top: 36%;
    right: 0;
}

@media screen and (min-width: 1168px) {
    .link-cmn-rss.s-titlebox {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.link-cmn-rss a {
    font-size: 22.5px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .link-cmn-rss a {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.link-cmn-rss a::after {
    content: '';
    display: inline-block;
    background-image: url(btn_next_01.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: 0 0 -1px 10px;
}

.link-cmn-rss_h3 {
    position: absolute;
    top: 2em;
    right: 0;
}

.link-cmn-rss_h3.s-titlebox {
    top: 36%;
    right: 0;
}

@media screen and (min-width: 1168px) {
    .link-cmn-rss_h3.s-titlebox {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.link-cmn-rss_h3 a.link-rss {
    -webkit-transform: scale(0.9, 0.9) translateX(5%);
    transform: scale(0.9, 0.9) translateX(5%);
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .link-cmn-rss_h3 a.link-rss {
        -webkit-transform: none;
        transform: none;
    }
}

.link-cmn-rss_h3 a>img {
    width: 64px;
    vertical-align: baseline;
}

@media screen and (max-width: 767px) {
    .link-cmn-rss_h3 a>img {
        width: 46px;
    }
}

.link-cmn-rss_h3 a::after {
    content: '';
    display: inline-block;
    background-image: url(btn_next_01.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 0 0 -3px 10px;
}

@media screen and (max-width: 767px) {
    .link-cmn-rss_h3 a::after {
        margin-bottom: -6px;
    }
}

a[class^="link-cmn-0"] {
    color: #00507e;
    text-decoration: underline;
}

a[class^="link-cmn-0"][href^=".pdf"] {
    padding-right: 20px;
    background: url(ico_pdf_02.svg) no-repeat right center;
    background-size: 12px 15px;
}

a[class^="link-cmn-0"][target="_blank"]:not([href^=".pdf"]) {
    padding-right: 20px;
    background: url(ico_blank_02.png) no-repeat right center;
    background-size: 14px 11px;
}

.gsc-control-searchbox-only form.gsc-search-box {
    margin-bottom: 0;
    background: #00507e;
}

.gsc-control-searchbox-only table.gsc-search-box {
    margin-bottom: 0;
    background: #00507e;
}

.gsc-control-searchbox-only .gsc-input-box {
    height: auto !important;
    border: none;
    background: #00507e;
}

.gsc-control-searchbox-only .gsc-input {
    padding: 0 !important;
}

.gsc-control-searchbox-only .gsib_a {
    padding: 0 !important;
    background: #fff;
}

.gsc-control-searchbox-only .gsib_b {
    position: absolute;
    right: 100px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
}

@media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsib_b {
        height: 20px;
        margin: -10px 0 0;
        right: 20%;
    }
}

.gsc-control-searchbox-only .gsc-input input {
    width: 100%;
    height: 93px !important;
    display: block;
    padding: 30px 17px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: 0 !important;
    border: 7px solid #00507e !important;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
    background-position: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .gsc-control-searchbox-only .gsc-input input {
        height: 65px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-input input {
        width: 100%;
        height: 58px !important;
        padding: 5px !important;
        border: 5px solid #00507e !important;
        border-right: none !important;
        border-radius: 0;
        line-height: 1;
    }
}

.gsc-control-searchbox-only .gsc-input input::-webkit-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.gsc-control-searchbox-only .gsc-input input:-ms-input-placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.gsc-control-searchbox-only .gsc-input input::placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.gsc-control-searchbox-only .gsc-search-button {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-search-button {
        position: relative;
        top: auto;
        right: auto;
    }
}

.gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
    display: block;
    width: 56px;
    height: 56px;
    background: #00507e url(ico_search_01.svg) no-repeat center center;
    background-size: 22px 23px;
    padding: 34px;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

@media screen and (min-width: 1168px) {
    .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        width: 88px;
        height: 88px;
        padding: 45px;
        background-size: 33px 35px;
    }
}

@media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        padding: 29px 10px;
    }
}

.gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 svg {
    display: none;
}

.gssb_c {
    z-index: 8001 !important;
    top: auto !important;
    bottom: 193px;
    position: fixed !important;
    bottom: 165px;
}

@media screen and (min-width: 1168px) {
    .gssb_c {
        bottom: 193px;
    }
}

@media screen and (max-width: 767px) {
    .gssb_c {
        bottom: 58px;
        width: 91.5% !important;
    }
}

.sp-unit {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-unit {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-search-btn .ico-search-btn {
        display: none !important;
    }
}

.gs-title {
    line-height: 1;
}

.gsc-result .gs-title {
    height: auto !important;
}

.sec-med-detail>section:not([class])+section:not([class]),
.sec-agri-detail>section:not([class])+section:not([class]),
.template>section:not([class])+section:not([class]) {
    margin-top: 100px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class])+section:not([class]),
    .sec-agri-detail>section:not([class])+section:not([class]),
    .template>section:not([class])+section:not([class]) {
        margin-top: 60px !important;
    }
}

.sec-med-detail>section:not([class]),
.sec-agri-detail>section:not([class]),
.template>section:not([class]) {
    margin-top: 70px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class]),
    .sec-agri-detail>section:not([class]),
    .template>section:not([class]) {
        margin-top: 40px !important;
    }
}

.sec-med-detail>section:not([class])>section:not([class]),
.sec-agri-detail>section:not([class])>section:not([class]),
.template>section:not([class])>section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class])>section:not([class]),
    .sec-agri-detail>section:not([class])>section:not([class]),
    .template>section:not([class])>section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail>section:not([class])>section:not([class])>section:not([class]),
.sec-agri-detail>section:not([class])>section:not([class])>section:not([class]),
.template>section:not([class])>section:not([class])>section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class])>section:not([class])>section:not([class]),
    .sec-agri-detail>section:not([class])>section:not([class])>section:not([class]),
    .template>section:not([class])>section:not([class])>section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail>section:not([class]) section:not([class])+section:not([class]),
.sec-agri-detail>section:not([class]) section:not([class])+section:not([class]),
.template>section:not([class]) section:not([class])+section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class]) section:not([class])+section:not([class]),
    .sec-agri-detail>section:not([class]) section:not([class])+section:not([class]),
    .template>section:not([class]) section:not([class])+section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .s-top-margin01,
.sec-agri-detail .s-top-margin01,
.template .s-top-margin01 {
    margin-top: 70px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .s-top-margin01,
    .sec-agri-detail .s-top-margin01,
    .template .s-top-margin01 {
        margin-top: 40px !important;
    }
}

.sec-med-detail>.s-top-margin01+section:not([class]),
.sec-agri-detail>.s-top-margin01+section:not([class]),
.template>.s-top-margin01+section:not([class]) {
    margin-top: 100px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>.s-top-margin01+section:not([class]),
    .sec-agri-detail>.s-top-margin01+section:not([class]),
    .template>.s-top-margin01+section:not([class]) {
        margin-top: 60px !important;
    }
}

.sec-med-detail>section:not([class]) .s-top-margin01+section:not([class]),
.sec-agri-detail>section:not([class]) .s-top-margin01+section:not([class]),
.template>section:not([class]) .s-top-margin01+section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class]) .s-top-margin01+section:not([class]),
    .sec-agri-detail>section:not([class]) .s-top-margin01+section:not([class]),
    .template>section:not([class]) .s-top-margin01+section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail>section:not([class])>.ttl-cmn-line-02,
.sec-agri-detail>section:not([class])>.ttl-cmn-line-02,
.template>section:not([class])>.ttl-cmn-line-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail>section:not([class])>.ttl-cmn-line-02,
    .sec-agri-detail>section:not([class])>.ttl-cmn-line-02,
    .template>section:not([class])>.ttl-cmn-line-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail section:not([class])>.ttl-cmn-line-04:not(:first-child),
.sec-agri-detail section:not([class])>.ttl-cmn-line-04:not(:first-child),
.template section:not([class])>.ttl-cmn-line-04:not(:first-child) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail section:not([class])>.ttl-cmn-line-04:not(:first-child),
    .sec-agri-detail section:not([class])>.ttl-cmn-line-04:not(:first-child),
    .template section:not([class])>.ttl-cmn-line-04:not(:first-child) {
        margin-top: 25px !important;
    }
}

.sec-med-detail>section:not([class])>section:not([class])>[class^="ttl-cmn-"]+section:not([class]),
.sec-agri-detail>section:not([class])>section:not([class])>[class^="ttl-cmn-"]+section:not([class]),
.template>section:not([class])>section:not([class])>[class^="ttl-cmn-"]+section:not([class]) {
    margin-top: 0 !important;
}

.sec-med-detail p:not([class])+p:not([class]),
.sec-agri-detail p:not([class])+p:not([class]),
.template p:not([class])+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+p:not([class]),
    .sec-agri-detail p:not([class])+p:not([class]),
    .template p:not([class])+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.c-media,
.sec-agri-detail p:not([class])+.c-media,
.template p:not([class])+.c-media {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.c-media,
    .sec-agri-detail p:not([class])+.c-media,
    .template p:not([class])+.c-media {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail p:not([class])+.btn-row.btn-gutter-40.btn-full-sp,
.template p:not([class])+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail p:not([class])+.btn-row.btn-gutter-40.btn-full-sp,
    .template p:not([class])+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.list-number-03,
.sec-med-detail .list-number-03+p:not([class]),
.sec-agri-detail p:not([class])+.list-number-03,
.sec-agri-detail .list-number-03+p:not([class]),
.template p:not([class])+.list-number-03,
.template .list-number-03+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.list-number-03,
    .sec-med-detail .list-number-03+p:not([class]),
    .sec-agri-detail p:not([class])+.list-number-03,
    .sec-agri-detail .list-number-03+p:not([class]),
    .template p:not([class])+.list-number-03,
    .template .list-number-03+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.ttl-emphasis-02,
.sec-agri-detail p:not([class])+.ttl-emphasis-02,
.template p:not([class])+.ttl-emphasis-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.ttl-emphasis-02,
    .sec-agri-detail p:not([class])+.ttl-emphasis-02,
    .template p:not([class])+.ttl-emphasis-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.img-full-sp,
.sec-agri-detail p:not([class])+.img-full-sp,
.template p:not([class])+.img-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.img-full-sp,
    .sec-agri-detail p:not([class])+.img-full-sp,
    .template p:not([class])+.img-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.table-cmn-wrap,
.sec-agri-detail p:not([class])+.table-cmn-wrap,
.template p:not([class])+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.table-cmn-wrap,
    .sec-agri-detail p:not([class])+.table-cmn-wrap,
    .template p:not([class])+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.list-disc-02,
.sec-agri-detail p:not([class])+.list-disc-02,
.template p:not([class])+.list-disc-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.list-disc-02,
    .sec-agri-detail p:not([class])+.list-disc-02,
    .template p:not([class])+.list-disc-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.btn-cmn-02,
.sec-agri-detail p:not([class])+.btn-cmn-02,
.template p:not([class])+.btn-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.btn-cmn-02,
    .sec-agri-detail p:not([class])+.btn-cmn-02,
    .template p:not([class])+.btn-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.card-cmn-02,
.sec-agri-detail p:not([class])+.card-cmn-02,
.template p:not([class])+.card-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.card-cmn-02,
    .sec-agri-detail p:not([class])+.card-cmn-02,
    .template p:not([class])+.card-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-cmn-02+p:not([class]),
.sec-agri-detail .btn-cmn-02+p:not([class]),
.template .btn-cmn-02+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-cmn-02+p:not([class]),
    .sec-agri-detail .btn-cmn-02+p:not([class]),
    .template .btn-cmn-02+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.list-check-02,
.sec-agri-detail p:not([class])+.list-check-02,
.template p:not([class])+.list-check-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.list-check-02,
    .sec-agri-detail p:not([class])+.list-check-02,
    .template p:not([class])+.list-check-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail p:not([class])+.table-scroll,
.sec-agri-detail p:not([class])+.table-scroll,
.template p:not([class])+.table-scroll {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail p:not([class])+.table-scroll,
    .sec-agri-detail p:not([class])+.table-scroll,
    .template p:not([class])+.table-scroll {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-number-03.list-number-03-db+.ttl-emphasis-02,
.sec-agri-detail .list-number-03.list-number-03-db+.ttl-emphasis-02,
.template .list-number-03.list-number-03-db+.ttl-emphasis-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-number-03.list-number-03-db+.ttl-emphasis-02,
    .sec-agri-detail .list-number-03.list-number-03-db+.ttl-emphasis-02,
    .template .list-number-03.list-number-03-db+.ttl-emphasis-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-disc-02+p:not([class]),
.sec-agri-detail .list-disc-02+p:not([class]),
.template .list-disc-02+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-disc-02+p:not([class]),
    .sec-agri-detail .list-disc-02+p:not([class]),
    .template .list-disc-02+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-disc-02+.img-full-sp,
.sec-agri-detail .list-disc-02+.img-full-sp,
.template .list-disc-02+.img-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-disc-02+.img-full-sp,
    .sec-agri-detail .list-disc-02+.img-full-sp,
    .template .list-disc-02+.img-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-disc-02+.table-cmn-wrap,
.sec-agri-detail .list-disc-02+.table-cmn-wrap,
.template .list-disc-02+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-disc-02+.table-cmn-wrap,
    .sec-agri-detail .list-disc-02+.table-cmn-wrap,
    .template .list-disc-02+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-disc-02+.table-scroll,
.sec-agri-detail .list-disc-02+.table-scroll,
.template .list-disc-02+.table-scroll {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-disc-02+.table-scroll,
    .sec-agri-detail .list-disc-02+.table-scroll,
    .template .list-disc-02+.table-scroll {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-number-01+p:not([class]),
.sec-agri-detail .list-number-01+p:not([class]),
.template .list-number-01+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-number-01+p:not([class]),
    .sec-agri-detail .list-number-01+p:not([class]),
    .template .list-number-01+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .img-full-sp+p:not([class]),
.sec-agri-detail .img-full-sp+p:not([class]),
.template .img-full-sp+p:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .img-full-sp+p:not([class]),
    .sec-agri-detail .img-full-sp+p:not([class]),
    .template .img-full-sp+p:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
.sec-agri-detail .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
.template .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
    .sec-agri-detail .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
    .template .img-full-sp+.btn-row.btn-gutter-20.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.template .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .template .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail [class^="box-explain-"]+[class^="table-cmn-"],
.sec-agri-detail [class^="box-explain-"]+[class^="table-cmn-"],
.template [class^="box-explain-"]+[class^="table-cmn-"] {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail [class^="box-explain-"]+[class^="table-cmn-"],
    .sec-agri-detail [class^="box-explain-"]+[class^="table-cmn-"],
    .template [class^="box-explain-"]+[class^="table-cmn-"] {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02+.table-cmn-wrap,
.sec-agri-detail .card-cmn-02+.table-cmn-wrap,
.template .card-cmn-02+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .card-cmn-02+.table-cmn-wrap,
    .sec-agri-detail .card-cmn-02+.table-cmn-wrap,
    .template .card-cmn-02+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02+.img-full-sp,
.sec-agri-detail .card-cmn-02+.img-full-sp,
.template .card-cmn-02+.img-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .card-cmn-02+.img-full-sp,
    .sec-agri-detail .card-cmn-02+.img-full-sp,
    .template .card-cmn-02+.img-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02+section:not([class]),
.sec-agri-detail .card-cmn-02+section:not([class]),
.template .card-cmn-02+section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .card-cmn-02+section:not([class]),
    .sec-agri-detail .card-cmn-02+section:not([class]),
    .template .card-cmn-02+section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02:not(:only-child):not(:last-child),
.sec-agri-detail .card-cmn-02:not(:only-child):not(:last-child),
.template .card-cmn-02:not(:only-child):not(:last-child) {
    margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .card-cmn-02:not(:only-child):not(:last-child),
    .sec-agri-detail .card-cmn-02:not(:only-child):not(:last-child),
    .template .card-cmn-02:not(:only-child):not(:last-child) {
        margin-bottom: 25px !important;
    }
}

.sec-med-detail .img-full-sp+.card-cmn-02,
.sec-agri-detail .img-full-sp+.card-cmn-02,
.template .img-full-sp+.card-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .img-full-sp+.card-cmn-02,
    .sec-agri-detail .img-full-sp+.card-cmn-02,
    .template .img-full-sp+.card-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02 *+.image,
.sec-agri-detail .card-cmn-02 *+.image,
.template .card-cmn-02 *+.image {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .card-cmn-02 *+.image,
    .sec-agri-detail .card-cmn-02 *+.image,
    .template .card-cmn-02 *+.image {
        margin-top: 15px !important;
    }
}

.sec-med-detail .card-cmn-02 .image:not(:last-child),
.sec-agri-detail .card-cmn-02 .image:not(:last-child),
.template .card-cmn-02 .image:not(:last-child) {
    margin-bottom: 10px !important;
}

.sec-med-detail .img-full-sp>img+*,
.sec-agri-detail .img-full-sp>img+*,
.template .img-full-sp>img+* {
    margin-top: 10px !important;
}

.sec-med-detail .box-explain-01-wrap+.img-full-sp,
.sec-agri-detail .box-explain-01-wrap+.img-full-sp,
.template .box-explain-01-wrap+.img-full-sp {
    margin-top: 47px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .box-explain-01-wrap+.img-full-sp,
    .sec-agri-detail .box-explain-01-wrap+.img-full-sp,
    .template .box-explain-01-wrap+.img-full-sp {
        margin-top: 29px !important;
    }
}

.sec-med-detail .ttl-cmn-line-04+[class^="table"],
.sec-agri-detail .ttl-cmn-line-04+[class^="table"],
.template .ttl-cmn-line-04+[class^="table"] {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .ttl-cmn-line-04+[class^="table"],
    .sec-agri-detail .ttl-cmn-line-04+[class^="table"],
    .template .ttl-cmn-line-04+[class^="table"] {
        margin-top: 13px;
    }
}

.sec-med-detail .c-media+.btn-row,
.sec-agri-detail .c-media+.btn-row,
.template .c-media+.btn-row {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .c-media+.btn-row,
    .sec-agri-detail .c-media+.btn-row,
    .template .c-media+.btn-row {
        margin-top: 25px !important;
    }
}

.sec-med-detail .c-media+.table-cmn-wrap,
.sec-agri-detail .c-media+.table-cmn-wrap,
.template .c-media+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .c-media+.table-cmn-wrap,
    .sec-agri-detail .c-media+.table-cmn-wrap,
    .template .c-media+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01,
.sec-agri-detail .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01,
.template .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01,
    .sec-agri-detail .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01,
    .template .table-scroll+.btn-cmn-02.btn-col-1.btn-detail-01 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-scroll+.list-note-m,
.sec-agri-detail .table-scroll+.list-note-m,
.template .table-scroll+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-block+.ttl-cmn-03,
.sec-agri-detail .table-cmn-block+.ttl-cmn-03,
.template .table-cmn-block+.ttl-cmn-03 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-cmn-block+.ttl-cmn-03,
    .sec-agri-detail .table-cmn-block+.ttl-cmn-03,
    .template .table-cmn-block+.ttl-cmn-03 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-cmn-wrap+.ttl-cmn-03,
.sec-agri-detail .table-cmn-wrap+.ttl-cmn-03,
.template .table-cmn-wrap+.ttl-cmn-03 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-cmn-wrap+.ttl-cmn-03,
    .sec-agri-detail .table-cmn-wrap+.ttl-cmn-03,
    .template .table-cmn-wrap+.ttl-cmn-03 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-cmn-wrap+.list-note-db,
.sec-agri-detail .table-cmn-wrap+.list-note-db,
.template .table-cmn-wrap+.list-note-db {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-wrap+.list-note-m,
.sec-agri-detail .table-cmn-wrap+.list-note-m,
.template .table-cmn-wrap+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp,
.template .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp,
    .template .table-cmn-wrap+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-scroll+.list-note-db,
.sec-agri-detail .table-scroll+.list-note-db,
.template .table-scroll+.list-note-db {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-scroll+.list-note-db,
    .sec-agri-detail .table-scroll+.list-note-db,
    .template .table-scroll+.list-note-db {
        margin-top: 15px !important;
    }
}

.sec-med-detail .table-scroll+.list-number-03,
.sec-agri-detail .table-scroll+.list-number-03,
.template .table-scroll+.list-number-03 {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-scroll+.list-number-03,
    .sec-agri-detail .table-scroll+.list-number-03,
    .template .table-scroll+.list-number-03 {
        margin-top: 15px !important;
    }
}

.sec-med-detail .list-note-db+.list-note-m,
.sec-agri-detail .list-note-db+.list-note-m,
.template .list-note-db+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .list-note-db+.list-disc-02,
.sec-agri-detail .list-note-db+.list-disc-02,
.template .list-note-db+.list-disc-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-db+.list-disc-02,
    .sec-agri-detail .list-note-db+.list-disc-02,
    .template .list-note-db+.list-disc-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-db+.ttl-emphasis-02,
.sec-agri-detail .list-note-db+.ttl-emphasis-02,
.template .list-note-db+.ttl-emphasis-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-db+.ttl-emphasis-02,
    .sec-agri-detail .list-note-db+.ttl-emphasis-02,
    .template .list-note-db+.ttl-emphasis-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-db+.table-cmn-wrap,
.sec-agri-detail .list-note-db+.table-cmn-wrap,
.template .list-note-db+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-db+.table-cmn-wrap,
    .sec-agri-detail .list-note-db+.table-cmn-wrap,
    .template .list-note-db+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-m+.btn-cmn-02,
.sec-agri-detail .list-note-m+.btn-cmn-02,
.template .list-note-m+.btn-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-m+.btn-cmn-02,
    .sec-agri-detail .list-note-m+.btn-cmn-02,
    .template .list-note-m+.btn-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .ttl-cmn-03+.c-media,
.sec-agri-detail .ttl-cmn-03+.c-media,
.template .ttl-cmn-03+.c-media {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .ttl-cmn-03+.c-media,
    .sec-agri-detail .ttl-cmn-03+.c-media,
    .template .ttl-cmn-03+.c-media {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-cmn-02+.list-note-m,
.sec-agri-detail .btn-cmn-02+.list-note-m,
.template .btn-cmn-02+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
.template .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
    .template .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp,
    .template .list-check-02 li>.btn-row.btn-gutter-40.btn-full-sp {
        margin-bottom: 25px !important;
    }
}

.sec-med-detail .grid-cmn-02+section:not([class]),
.sec-agri-detail .grid-cmn-02+section:not([class]),
.template .grid-cmn-02+section:not([class]) {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .grid-cmn-02+section:not([class]),
    .sec-agri-detail .grid-cmn-02+section:not([class]),
    .template .grid-cmn-02+section:not([class]) {
        margin-top: 25px !important;
    }
}

.sec-med-detail .txt-cmn-01+.txt-cmn-01,
.sec-agri-detail .txt-cmn-01+.txt-cmn-01,
.template .txt-cmn-01+.txt-cmn-01 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .txt-cmn-01+.txt-cmn-01,
    .sec-agri-detail .txt-cmn-01+.txt-cmn-01,
    .template .txt-cmn-01+.txt-cmn-01 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .txt-cmn-01+.c-media,
.sec-agri-detail .txt-cmn-01+.c-media,
.template .txt-cmn-01+.c-media {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .txt-cmn-01+.c-media,
    .sec-agri-detail .txt-cmn-01+.c-media,
    .template .txt-cmn-01+.c-media {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
.template .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
    .sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp,
    .template .btn-row.btn-gutter-40.btn-full-sp+.btn-row.btn-gutter-20.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02,
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02,
.template .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02,
    .sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02,
    .template .btn-row.btn-gutter-40.btn-full-sp+.table-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.template .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .template .btn-row.btn-gutter-20.btn-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .table-cmn-02+.list-disc-02,
.sec-agri-detail .table-cmn-02+.list-disc-02,
.template .table-cmn-02+.list-disc-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-cmn-02+.list-disc-02,
    .sec-agri-detail .table-cmn-02+.list-disc-02,
    .template .table-cmn-02+.list-disc-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+p:not([class]),
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+p:not([class]),
.template .btn-row.btn-gutter-40.btn-full-sp+p:not([class]) {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+p:not([class]),
    .sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+p:not([class]),
    .template .btn-row.btn-gutter-40.btn-full-sp+p:not([class]) {
        margin-top: 15px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02,
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02,
.template .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02 {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02,
    .sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02,
    .template .btn-row.btn-gutter-40.btn-full-sp+.txt-cmn-02 {
        margin-top: 15px !important;
    }
}

.sec-med-detail .table-cmn-wrap+.list-note-db,
.sec-agri-detail .table-cmn-wrap+.list-note-db,
.template .table-cmn-wrap+.list-note-db {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-block+.list-note-db,
.sec-agri-detail .table-cmn-block+.list-note-db,
.template .table-cmn-block+.list-note-db {
    margin-top: 10px !important;
}

.sec-med-detail .list-note-db+.table-scroll,
.sec-agri-detail .list-note-db+.table-scroll,
.template .list-note-db+.table-scroll {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-db+.table-scroll,
    .sec-agri-detail .list-note-db+.table-scroll,
    .template .list-note-db+.table-scroll {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-m+.table-scroll,
.sec-agri-detail .list-note-m+.table-scroll,
.template .list-note-m+.table-scroll {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-m+.table-scroll,
    .sec-agri-detail .list-note-m+.table-scroll,
    .template .list-note-m+.table-scroll {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-m+.table-cmn-wrap,
.sec-agri-detail .list-note-m+.table-cmn-wrap,
.template .list-note-m+.table-cmn-wrap {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-m+.table-cmn-wrap,
    .sec-agri-detail .list-note-m+.table-cmn-wrap,
    .template .list-note-m+.table-cmn-wrap {
        margin-top: 25px !important;
    }
}

.sec-med-detail .list-note-m+.card-cmn-02,
.sec-agri-detail .list-note-m+.card-cmn-02,
.template .list-note-m+.card-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-m+.card-cmn-02,
    .sec-agri-detail .list-note-m+.card-cmn-02,
    .template .list-note-m+.card-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .txt-cmn-03+.card-cmn-02,
.sec-agri-detail .txt-cmn-03+.card-cmn-02,
.template .txt-cmn-03+.card-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .txt-cmn-03+.card-cmn-02,
    .sec-agri-detail .txt-cmn-03+.card-cmn-02,
    .template .txt-cmn-03+.card-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
.template .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp,
    .template .img-full-sp+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .i .btn-cmn-02.btn-col-1>.list-note-db,
.sec-agri-detail .i .btn-cmn-02.btn-col-1>.list-note-db,
.template .i .btn-cmn-02.btn-col-1>.list-note-db {
    margin-top: 10px !important;
}

.sec-med-detail .ico-arrow-square+p:not([class]),
.sec-agri-detail .ico-arrow-square+p:not([class]),
.template .ico-arrow-square+p:not([class]) {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .ico-arrow-square+p:not([class]),
    .sec-agri-detail .ico-arrow-square+p:not([class]),
    .template .ico-arrow-square+p:not([class]) {
        margin-top: 15px !important;
    }
}

.sec-med-detail .s-top-margin02,
.sec-agri-detail .s-top-margin02,
.template .s-top-margin02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .s-top-margin02,
    .sec-agri-detail .s-top-margin02,
    .template .s-top-margin02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .c-calender+.btn-row.btn-gutter-40.btn-full-sp,
.sec-agri-detail .c-calender+.btn-row.btn-gutter-40.btn-full-sp,
.template .c-calender+.btn-row.btn-gutter-40.btn-full-sp {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .c-calender+.btn-row.btn-gutter-40.btn-full-sp,
    .sec-agri-detail .c-calender+.btn-row.btn-gutter-40.btn-full-sp,
    .template .c-calender+.btn-row.btn-gutter-40.btn-full-sp {
        margin-top: 25px !important;
    }
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.list-note-m,
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.list-note-m,
.template .btn-row.btn-gutter-40.btn-full-sp+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .btn-row.btn-gutter-40.btn-full-sp+.list-note-db,
.sec-agri-detail .btn-row.btn-gutter-40.btn-full-sp+.list-note-db,
.template .btn-row.btn-gutter-40.btn-full-sp+.list-note-db {
    margin-top: 10px !important;
}

.sec-med-detail .list-note-db+.card-cmn-02,
.sec-agri-detail .list-note-db+.card-cmn-02,
.template .list-note-db+.card-cmn-02 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .list-note-db+.card-cmn-02,
    .sec-agri-detail .list-note-db+.card-cmn-02,
    .template .list-note-db+.card-cmn-02 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .card-cmn-02 .col .image+.txt-cmn-03,
.sec-agri-detail .card-cmn-02 .col .image+.txt-cmn-03,
.template .card-cmn-02 .col .image+.txt-cmn-03 {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-wrap+p:not([class]),
.sec-agri-detail .table-cmn-wrap+p:not([class]),
.template .table-cmn-wrap+p:not([class]) {
    margin-top: 10px !important;
}

.sec-med-detail .table-scroll+p:not([class]),
.sec-agri-detail .table-scroll+p:not([class]),
.template .table-scroll+p:not([class]) {
    margin-top: 10px !important;
}

.sec-med-detail .c-media-col img+.list-note-m,
.sec-agri-detail .c-media-col img+.list-note-m,
.template .c-media-col img+.list-note-m {
    margin-top: 10px !important;
}

.sec-med-detail .table-cmn-wrap+.list-number-03,
.sec-agri-detail .table-cmn-wrap+.list-number-03,
.template .table-cmn-wrap+.list-number-03 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .table-cmn-wrap+.list-number-03,
    .sec-agri-detail .table-cmn-wrap+.list-number-03,
    .template .table-cmn-wrap+.list-number-03 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .special-mt10,
.sec-agri-detail .special-mt10,
.template .special-mt10 {
    margin-top: 10px !important;
}

.sec-med-detail .special-mt20,
.sec-agri-detail .special-mt20,
.template .special-mt20 {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .special-mt20,
    .sec-agri-detail .special-mt20,
    .template .special-mt20 {
        margin-top: 15px !important;
    }
}

.sec-med-detail .special-mt40,
.sec-agri-detail .special-mt40,
.template .special-mt40 {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .special-mt40,
    .sec-agri-detail .special-mt40,
    .template .special-mt40 {
        margin-top: 25px !important;
    }
}

.sec-med-detail .special-mt70,
.sec-agri-detail .special-mt70,
.template .special-mt70 {
    margin-top: 70px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .special-mt70,
    .sec-agri-detail .special-mt70,
    .template .special-mt70 {
        margin-top: 40px !important;
    }
}

.sec-med-detail .special-mt100,
.sec-agri-detail .special-mt100,
.template .special-mt100 {
    margin-top: 100px !important;
}

@media screen and (max-width: 767px) {

    .sec-med-detail .special-mt100,
    .sec-agri-detail .special-mt100,
    .template .special-mt100 {
        margin-top: 60px !important;
    }
}

.admissions {
    background-repeat: no-repeat;
    background-image: url(bg_title_04.svg), url(bg_mark_01.svg);
    background-position: 40px 9%, 94% 9.3%;
    background-size: 319px 931px, 561px 561px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .admissions {
        background-position: left 15%, 90% 13%;
        background-size: 30%, 50%;
    }
}

@media screen and (max-width: 767px) {
    .admissions {
        background-position: left 8%, 180% 7.7%;
        background-size: 160px 466px, 280px 280px;
    }
}

.admissions .hero-cmn+.l-content-noMargin {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .admissions .hero-cmn+.l-content-noMargin {
        padding-top: 0;
    }
}

.admissions .l-content-noMargin {
    padding-bottom: 80px;
}

.admissions .l-content-noMargin:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 164px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .admissions .l-content-noMargin:last-of-type {
        margin-bottom: 128px;
    }
}

@media screen and (max-width: 767px) {
    .admissions .l-content-noMargin {
        padding-bottom: 20px;
    }

    .admissions .l-content-noMargin:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .admissions .l-content-noMargin .list-link-banner.s-col-02 li:last-child {
        margin-bottom: 1em;
    }
}

.admissions .sec-pr .list-link-banner,
.admissions .sec-pr-type02 .list-link-banner {
    font-size: 34px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .admissions .sec-pr .list-link-banner,
    .admissions .sec-pr-type02 .list-link-banner {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {

    .admissions .sec-pr .list-link-banner,
    .admissions .sec-pr-type02 .list-link-banner {
        font-size: 16px;
    }
}

.admissions .sec-pr .list-link-banner li a,
.admissions .sec-pr-type02 .list-link-banner li a {
    white-space: nowrap;
}

.admissions .sec-pr .list-link-banner li a span,
.admissions .sec-pr-type02 .list-link-banner li a span {
    top: calc(100% - 1em);
    padding-top: 3px;
    padding-right: 16px;
    line-height: 1.7857;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .admissions .sec-pr .list-link-banner li a span,
    .admissions .sec-pr-type02 .list-link-banner li a span {
        top: auto;
        bottom: -.5em;
        line-height: 1.4;
        white-space: normal;
    }
}

@media screen and (max-width: 767px) {

    .admissions .sec-pr .list-link-banner li a span,
    .admissions .sec-pr-type02 .list-link-banner li a span {
        top: calc(100% - .7em);
        padding-top: 5px;
        padding-right: 11px;
        font-size: 22px;
        line-height: 1.1;
    }
}

.admissions .sec-pr .list-link-banner {
    font-size: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .admissions .sec-pr .list-link-banner {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .admissions .sec-pr .list-link-banner {
        font-size: 16px;
    }
}

.admissions .sec-pr .list-link-banner li a span {
    min-height: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .admissions .sec-pr .list-link-banner li a span {
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    .admissions .sec-pr .list-link-banner li a span {
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-inner div:nth-of-type(1).l-content-noMargin {
        padding-bottom: 29px;
    }
}

.wrapper-inner div:nth-of-type(2) .sec-pr-type02 {
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .wrapper-inner div:nth-of-type(2) .sec-pr-type02 {
        padding-bottom: 25px;
    }
}

.wrapper-inner div:nth-of-type(2) .ttl-pr-large span {
    margin-top: 17px;
}

@media screen and (max-width: 767px) {
    .wrapper-inner div:nth-of-type(2) .ttl-pr-large span {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-inner div:nth-of-type(3).l-content-noMargin {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .news-box {
        margin-top: 35px;
    }
}

.news-box_noSpFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .news-box_noSpFlex {
        display: block;
    }
}

.news-box_noSpFlex .news-box-item.s-col-02,
.news-box_noSpFlex .news-box-item.s-col-02:nth-child(even) {
    padding: 0;
}

.news-box-item {
    width: calc(50% - 7px);
}

@media screen and (max-width: 767px) {
    .news-box-item {
        width: 100%;
    }
}

.news-box-item .news-box-item-image>div {
    overflow: hidden;
    background: url(https://www.intraxjp.com/img/news-pr/img_newsrelease_03.jpg) no-repeat center center;
    background-size: cover;
}

.news-box-item .news-box-item-image>div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .news-box-item:not(:last-child) {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1168px) {
    .news-box-item:not(:last-child) {
        margin-bottom: 25px;
    }
}

.news-box-item:nth-last-child(-n + 2) .news-box-item-content02,
.news-box-item:nth-last-child(-n + 2) .news-box-item-content03 {
    border-bottom: none;
}

.news-box-item a {
    display: block;
    width: 100%;
}

.news-box-item a:hover {
    opacity: 1;
}

.news-box-item a:hover [class$="image"] {
    background-color: rgba(0, 80, 126, 0.65);
}

.news-box-item a [class$="text"] {
    position: relative;
    z-index: 2;
}

.news-box-item a [class$="image"] {
    position: relative;
    background-color: transparent;
}

.news-box-item a [class$="image"]::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.news-box-item a .news-box-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.news-box-item a .news-box-item-content02,
.news-box-item a .news-box-item-content03 {
    border-bottom: 2px solid #e2e2e2;
}

.news-box-item a .news-box-item-content02 .txt-date,
.news-box-item a .news-box-item-content03 .txt-date {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 4px solid #000;
    font-size: 26px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1.2;
}

@-moz-document url-prefix() {

    .news-box-item a .news-box-item-content02 .txt-date,
    .news-box-item a .news-box-item-content03 .txt-date {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .news-box-item a .news-box-item-content02 .txt-date,
    .news-box-item a .news-box-item-content03 .txt-date {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.news-box-item a .news-box-item-content02 ul.list-cmn-tag,
.news-box-item a .news-box-item-content03 ul.list-cmn-tag {
    display: block;
    float: none;
}

.news-box-item a .news-box-item-content02 .txt-detail,
.news-box-item a .news-box-item-content03 .txt-detail {
    height: 6em;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .news-box-item a .news-box-item-content02 .txt-detail,
    .news-box-item a .news-box-item-content03 .txt-detail {
        margin-top: 1em;
        padding: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {

    .news-box-item a .news-box-item-content02 .txt-detail,
    .news-box-item a .news-box-item-content03 .txt-detail {
        margin-top: 1em;
        padding: 0;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
}

.news-box-item a .news-box-item-content02 ul.list-cmn-tag li {
    margin-bottom: 9px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item a .news-box-item-content02 ul.list-cmn-tag li {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item a .news-box-item-content02 ul.list-cmn-tag li {
        margin-bottom: 0;
    }
}

.news-box-item a .news-box-item-content03 .txt-date {
    float: right;
    border-bottom-width: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.news-box-item a .news-box-item-content03 ul.list-cmn-tag {
    float: left;
    width: calc(100% - 6em);
    min-width: 72px;
}

.news-box-item a .news-box-item-content03 .txt-detail {
    clear: both;
}

@media screen and (min-width: 1168px) {
    .news-box-item.s-col-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(50% - 15px);
    }

    .news-box_noSpFlex .news-box-item.s-col-02 {
        width: calc(50% - 30px);
    }

    .news-box-item.s-col-03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(30% - 7px);
    }
}

.news-box-item-image {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    text-align: center;
}

@media screen and (min-width: 1168px) {
    .news-box-item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-right: 0;
    }
}

.news-box-item .box-cmn-utility {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 10px 0 0;
    width: 100%;
}

@media screen and (min-width: 1168px) {
    .news-box-item .box-cmn-utility {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item .box-cmn-utility {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.news-box-item .box-cmn-utility .list-cmn-tag {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .news-box-item .box-cmn-utility .list-cmn-tag {
        margin-bottom: 13px;
    }
}

.news-box-item .box-cmn-utility .list-cmn-tag li {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .news-box-item .box-cmn-utility .list-cmn-tag li {
        margin-bottom: 5px;
        margin-top: 0;
    }
}

.news-box-item .box-cmn-utility .txt-cmn-date {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item:first-child .box-cmn-utility {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item:first-child .box-cmn-utility {
        margin-top: 10px;
    }
}

.news-box-item .txt-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    line-height: 1.35;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item .txt-detail {
        margin-top: -3px;
    }
}

@media screen and (min-width: 1168px) {
    .news-box-item .txt-detail {
        width: 100%;
        line-height: 1.444;
        letter-spacing: -.01em;
    }
}

.txt-detail {
    font-size: 14px;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .txt-detail {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .txt-detail {
        font-size: 13px;
    }
}

@media screen and (min-width: 1168px) {
    .txt-detail {
        width: 100%;
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-02 .txt-detail {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item-content03 .txt-detail {
        font-size: 16px !important;
    }
}

.sec-pr,
.sec-pr-type02 {
    max-width: 1285px;
    padding: 40px 30px 45px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .sec-pr,
    .sec-pr-type02 {
        padding: 20px 17px 0;
    }
}

.l-content-noMargin .sec-pr,
.l-content-noMargin .sec-pr-type02 {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1168px) {

    .l-content-noMargin .sec-pr,
    .l-content-noMargin .sec-pr-type02 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .l-content-noMargin .sec-pr,
    .l-content-noMargin .sec-pr-type02 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {

    .l-content-noMargin .sec-pr,
    .l-content-noMargin .sec-pr-type02 {
        padding-bottom: 0;
    }
}

.sec-pr .ttl-pr,
.sec-pr .ttl-pr-large,
.sec-pr-type02 .ttl-pr,
.sec-pr-type02 .ttl-pr-large {
    text-align: center;
    font-size: 47px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    margin-bottom: 19px;
}

@-moz-document url-prefix() {

    .sec-pr .ttl-pr,
    .sec-pr .ttl-pr-large,
    .sec-pr-type02 .ttl-pr,
    .sec-pr-type02 .ttl-pr-large {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.sec-pr .ttl-pr span,
.sec-pr .ttl-pr-large span,
.sec-pr-type02 .ttl-pr span,
.sec-pr-type02 .ttl-pr-large span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    text-align: center;
    /* for no-flexbox browsers */
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

@-moz-document url-prefix() {

    .sec-pr .ttl-pr span,
    .sec-pr .ttl-pr-large span,
    .sec-pr-type02 .ttl-pr span,
    .sec-pr-type02 .ttl-pr-large span {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr span,
    .sec-pr .ttl-pr-large span,
    .sec-pr-type02 .ttl-pr span,
    .sec-pr-type02 .ttl-pr-large span {
        margin-top: 10px;
        font-size: 11px;
    }
}

.sec-pr .ttl-pr span:after,
.sec-pr .ttl-pr span:before,
.sec-pr .ttl-pr-large span:after,
.sec-pr .ttl-pr-large span:before,
.sec-pr-type02 .ttl-pr span:after,
.sec-pr-type02 .ttl-pr span:before,
.sec-pr-type02 .ttl-pr-large span:after,
.sec-pr-type02 .ttl-pr-large span:before {
    border-top: 8px solid;
    content: "";
    display: inline;
    /* for IE */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sec-pr .ttl-pr span:after,
.sec-pr .ttl-pr-large span:after,
.sec-pr-type02 .ttl-pr span:after,
.sec-pr-type02 .ttl-pr-large span:after {
    margin-left: 0.5em;
}

.sec-pr .ttl-pr span:before,
.sec-pr .ttl-pr-large span:before,
.sec-pr-type02 .ttl-pr span:before,
.sec-pr-type02 .ttl-pr-large span:before {
    margin-right: 0.5em;
}

.sec-pr .ttl-pr-large,
.sec-pr-type02 .ttl-pr-large {
    font-size: 70px;
    line-height: 1;
}

.sec-pr .ttl-pr-large>img,
.sec-pr-type02 .ttl-pr-large>img {
    height: 58px;
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr-large>img,
    .sec-pr-type02 .ttl-pr-large>img {
        display: block;
        height: 37px;
    }

    .sec-pr .ttl-pr-large>img+img,
    .sec-pr-type02 .ttl-pr-large>img+img {
        margin-top: 5px;
    }
}

.sec-pr .ttl-pr-large.s-custom-01>picture img,
.sec-pr-type02 .ttl-pr-large.s-custom-01>picture img {
    height: 117px;
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr-large.s-custom-01>picture img,
    .sec-pr-type02 .ttl-pr-large.s-custom-01>picture img {
        height: 118px;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr-large,
    .sec-pr-type02 .ttl-pr-large {
        font-size: 49px;
        text-align: left;
        letter-spacing: -.06em;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr-large span,
    .sec-pr-type02 .ttl-pr-large span {
        letter-spacing: normal;
    }

    .sec-pr .ttl-pr-large span:after,
    .sec-pr .ttl-pr-large span:before,
    .sec-pr-type02 .ttl-pr-large span:after,
    .sec-pr-type02 .ttl-pr-large span:before {
        border-top: 9px solid;
    }

    .sec-pr .ttl-pr-large span:before,
    .sec-pr-type02 .ttl-pr-large span:before {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 1em;
    }

    .sec-pr .ttl-pr-large span:after,
    .sec-pr-type02 .ttl-pr-large span:after {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 1em;
    }
}

.sec-pr .ttl-pr.s-ttl-img,
.sec-pr-type02 .ttl-pr.s-ttl-img {
    font-size: 18px;
}

.sec-pr .ttl-pr.s-ttl-img>span,
.sec-pr-type02 .ttl-pr.s-ttl-img>span {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr.s-ttl-img>span,
    .sec-pr-type02 .ttl-pr.s-ttl-img>span {
        margin-top: 12px;
    }
}

.sec-pr .ttl-pr>img,
.sec-pr-type02 .ttl-pr>img {
    height: 50px;
}

@media screen and (max-width: 767px) {

    .sec-pr .ttl-pr>img,
    .sec-pr-type02 .ttl-pr>img {
        height: 35px;
    }
}

@media screen and (min-width: 1168px) {

    .sec-pr .list-link-pr,
    .sec-pr-type02 .list-link-pr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sec-pr .list-link-pr li,
.sec-pr-type02 .list-link-pr li {
    display: table;
    width: 100%;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #fff;
    vertical-align: top;
}

@-moz-document url-prefix() {

    .sec-pr .list-link-pr li,
    .sec-pr-type02 .list-link-pr li {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

body.win.chrome .sec-pr .list-link-pr li,
body.win.chrome .sec-pr-type02 .list-link-pr li {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
}

@media screen and (min-width: 1168px) {

    .sec-pr .list-link-pr li,
    .sec-pr-type02 .list-link-pr li {
        width: calc(50% - 18px);
    }

    .sec-pr .list-link-pr li:nth-child(odd),
    .sec-pr-type02 .list-link-pr li:nth-child(odd) {
        margin-right: 36px;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li:not(:first-child),
    .sec-pr-type02 .list-link-pr li:not(:first-child) {
        border-width: 4px;
        margin-top: -4px;
    }
}

.sec-pr .list-link-pr li,
.sec-pr-type02 .list-link-pr li {
    border: 6px solid #ddd;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li,
    .sec-pr-type02 .list-link-pr li {
        border-width: 4px;
    }
}

@media screen and (min-width: 1168px) {

    .sec-pr .list-link-pr li:nth-child(n+3),
    .sec-pr-type02 .list-link-pr li:nth-child(n+3) {
        margin-top: 20px;
    }
}

.sec-pr .list-link-pr li a,
.sec-pr-type02 .list-link-pr li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 30px 15px 30px 45px;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a,
    .sec-pr-type02 .list-link-pr li a {
        padding: 0 0 0 45px;
        height: 74px;
    }
}

.sec-pr .list-link-pr li a.no-normal-ico,
.sec-pr-type02 .list-link-pr li a.no-normal-ico {
    padding: 30px 15px 30px 60px;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.no-normal-ico,
    .sec-pr-type02 .list-link-pr li a.no-normal-ico {
        padding: 0 0 0 55px;
    }
}

.sec-pr .list-link-pr li a:before,
.sec-pr-type02 .list-link-pr li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto auto auto 15px;
    background: url(ico_arrow_square_black_right.svg) no-repeat;
}

.sec-pr .list-link-pr li a.no-normal-ico:before,
.sec-pr-type02 .list-link-pr li a.no-normal-ico:before {
    position: static;
    content: '';
}

.sec-pr .list-link-pr li a.ico-line-01:before,
.sec-pr-type02 .list-link-pr li a.ico-line-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    margin: auto auto auto 15px;
    background: url(ico_line_dark_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.ico-line-01:before,
    .sec-pr-type02 .list-link-pr li a.ico-line-01:before {
        width: 28px;
        height: 28px;
    }
}

.sec-pr .list-link-pr li a.ico-tw-01:before,
.sec-pr-type02 .list-link-pr li a.ico-tw-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    margin: auto auto auto 15px;
    background: url(ico_twitter_dark_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.ico-tw-01:before,
    .sec-pr-type02 .list-link-pr li a.ico-tw-01:before {
        width: 28px;
        height: 28px;
    }
}

.sec-pr .list-link-pr li a.ico-fb-01:before,
.sec-pr-type02 .list-link-pr li a.ico-fb-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    margin: auto auto auto 15px;
    background: url(ico_facebook_dark_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.ico-fb-01:before,
    .sec-pr-type02 .list-link-pr li a.ico-fb-01:before {
        width: 28px;
        height: 28px;
    }
}

.sec-pr .list-link-pr li a.ico-inst-01:before,
.sec-pr-type02 .list-link-pr li a.ico-inst-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    margin: auto auto auto 15px;
    background: url(ico_instagram_dark_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.ico-inst-01:before,
    .sec-pr-type02 .list-link-pr li a.ico-inst-01:before {
        width: 28px;
        height: 28px;
    }
}

.sec-pr .list-link-pr li a.ico-youtube-01:before,
.sec-pr-type02 .list-link-pr li a.ico-youtube-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 23px;
    margin: auto auto auto 15px;
    background: url(ico_youtube_dark_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-pr li a.ico-youtube-01:before,
    .sec-pr-type02 .list-link-pr li a.ico-youtube-01:before {
        width: 28px;
        height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .sec-pr .list-link-pr.s-tab-col2 li,
    .sec-pr-type02 .list-link-pr.s-tab-col2 li {
        float: left;
        display: inline-block;
        width: calc(50% - 18px);
    }

    .sec-pr .list-link-pr.s-tab-col2 li:nth-child(odd),
    .sec-pr-type02 .list-link-pr.s-tab-col2 li:nth-child(odd) {
        margin-right: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .sec-pr .list-link-pr.s-tab-col2 li:nth-child(n+3),
    .sec-pr-type02 .list-link-pr.s-tab-col2 li:nth-child(n+3) {
        margin-top: 20px;
    }
}

.sec-pr .list-link-banner,
.sec-pr-type02 .list-link-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.7857;
}

@-moz-document url-prefix() {

    .sec-pr .list-link-banner,
    .sec-pr-type02 .list-link-banner {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner,
    .sec-pr-type02 .list-link-banner {
        font-size: 16px;
    }
}

@media screen and (min-width: 1168px) {

    .sec-pr .list-link-banner:after,
    .sec-pr-type02 .list-link-banner:after {
        content: "";
        display: block;
        width: 31.7%;
    }
}

.sec-pr .list-link-banner li,
.sec-pr-type02 .list-link-banner li {
    width: 31.7%;
}

.sec-pr .list-link-banner li:nth-child(n + 4),
.sec-pr-type02 .list-link-banner li:nth-child(n + 4) {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner li,
    .sec-pr-type02 .list-link-banner li {
        width: 48.67%;
        margin-bottom: 0;
    }

    .sec-pr .list-link-banner li:nth-child(n + 3),
    .sec-pr-type02 .list-link-banner li:nth-child(n + 3) {
        margin-top: 39px;
    }
}

.sec-pr .list-link-banner li a,
.sec-pr-type02 .list-link-banner li a {
    background-color: transparent;
    position: relative;
    display: block;
    padding: 0 0 54.897%;
    width: 100%;
    height: 0;
    background: url(https://www.intraxjp.com/img/news-pr/img_newsrelease_03.jpg) no-repeat center center;
    background-size: cover;
}

.sec-pr .list-link-banner li a:hover,
.sec-pr-type02 .list-link-banner li a:hover {
    opacity: 1;
}

.sec-pr .list-link-banner li a:hover,
.sec-pr-type02 .list-link-banner li a:hover {
    background-color: rgba(0, 80, 126, 0.65);
}

.sec-pr .list-link-banner li a::before,
.sec-pr-type02 .list-link-banner li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.sec-pr .list-link-banner li a>img,
.sec-pr-type02 .list-link-banner li a>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sec-pr .list-link-banner li a span,
.sec-pr-type02 .list-link-banner li a span {
    position: absolute;
    left: 0;
    top: calc(100% - 1.17em);
    z-index: 3;
    padding-top: 3px;
    padding-right: 3px;
    line-height: 1.1;
    background-color: #fff;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner li a span,
    .sec-pr-type02 .list-link-banner li a span {
        top: calc(100% - .6em);
        padding-top: 5px;
    }
}

.sec-pr .list-link-banner li a span img,
.sec-pr-type02 .list-link-banner li a span img {
    vertical-align: middle;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner li a span img,
    .sec-pr-type02 .list-link-banner li a span img {
        width: 60px;
    }
}

.sec-pr .list-link-banner.s-col-02 li,
.sec-pr-type02 .list-link-banner.s-col-02 li {
    width: calc(50% - 20px);
}

.sec-pr .list-link-banner.s-col-02 li:nth-child(n + 3),
.sec-pr-type02 .list-link-banner.s-col-02 li:nth-child(n + 3) {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner.s-col-02 li:nth-child(n + 3),
    .sec-pr-type02 .list-link-banner.s-col-02 li:nth-child(n + 3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner.s-col-02 li,
    .sec-pr-type02 .list-link-banner.s-col-02 li {
        margin-bottom: 35px;
        width: 100%;
    }

    .sec-pr .list-link-banner.s-col-02 li:last-child,
    .sec-pr-type02 .list-link-banner.s-col-02 li:last-child {
        margin-bottom: 0;
    }
}

.sec-pr .list-link-banner.s-col-02 li a,
.sec-pr-type02 .list-link-banner.s-col-02 li a {
    padding-bottom: 66%;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner.s-blackBand li,
    .sec-pr-type02 .list-link-banner.s-blackBand li {
        margin-bottom: 25px;
    }
}

.sec-pr .list-link-banner.s-blackBand li a,
.sec-pr-type02 .list-link-banner.s-blackBand li a {
    padding-bottom: 59.63%;
    color: #fff;
}

.sec-pr .list-link-banner.s-blackBand li a span,
.sec-pr-type02 .list-link-banner.s-blackBand li a span {
    top: auto;
    bottom: 0;
    padding: .45em .5em .25em;
    width: 100%;
    background-color: #000;
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner.s-blackBand li a span,
    .sec-pr-type02 .list-link-banner.s-blackBand li a span {
        max-width: none;
        min-height: 40px;
        font-size: 16px;
        padding: .75em .5em .25em;
    }
}

.sec-pr .list-link-banner.s-blackBand li a span::after,
.sec-pr-type02 .list-link-banner.s-blackBand li a span::after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 10px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

    .sec-pr .list-link-banner.s-blackBand li a span::after,
    .sec-pr-type02 .list-link-banner.s-blackBand li a span::after {
        top: 40%;
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

.news-box-item.s-col-02 {
    padding-right: 5px;
}

.news-box-item.s-col-02 .news-box-item-image>div {
    position: relative;
    padding-bottom: 66.6666%;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item.s-col-02 .news-box-item-image>div {
        height: 0;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-02 .news-box-item-image>div {
        height: 0;
    }
}

.news-box-item.s-col-02 .news-box-item-image:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-02 .news-box-item-image:nth-child(2n) {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item.s-col-02 .txt-detail {
        padding-left: .7em;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-02 .txt-detail {
        padding-left: .7em;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-03 .news-box-item-image {
        width: 100%;
    }
}

.news-box-item.s-col-03 .news-box-item-image>div {
    position: relative;
    padding-right: 0;
    padding-bottom: 66.6666%;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item.s-col-03 .news-box-item-image>div {
        height: 0;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-03 .news-box-item-image>div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-03 .box-cmn-utility {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .news-box-item.s-col-03 .txt-detail {
        padding-left: .7em;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-03 .txt-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        font-size: 18px;
    }
}

.news-box-item.s-col-02 .box-cmn-utility .list-cmn-tag,
.news-box-item.s-col-03 .box-cmn-utility .list-cmn-tag {
    width: calc(100% - 6em);
    min-width: 72px;
}

.ttl-pr-link {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 41px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.025em;
}

@-moz-document url-prefix() {
    .ttl-pr-link {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.box-detail-01 {
    border-bottom: 2px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
    .box-detail-01 {
        padding-bottom: 20px;
        margin-top: 20px;
    }
}

.box-detail-01+.box-detail-01 {
    margin-top: 25px;
}

.box-detail-01>a {
    display: block;
}

.box-detail-01 .txt-date {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: 700;
    border-bottom: 4px solid #222;
    font-size: 21px;
    line-height: 1.38;
    margin: -7px 0 10px;
}

@-moz-document url-prefix() {
    .box-detail-01 .txt-date {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 1168px) {
    .box-detail-01 .txt-date {
        font-size: 26px;
        width: 9em;
    }
}

@media screen and (max-width: 767px) {
    .box-detail-01 .txt-date {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.box-detail-01 .list-cmn-tag {
    float: none;
}

.box-detail-01 .txt-detail {
    clear: both;
    width: 100%;
    height: 5.62em;
    line-height: 1.571;
    letter-spacing: -.02em;
}

@media screen and (min-width: 1168px) {
    .box-detail-01 .txt-detail {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .box-detail-01 .txt-detail {
        margin-top: .5em;
        height: auto;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: normal;
    }
}

.box-detail-01+.btn-more {
    margin-top: 29px;
}

.box-detail-02 {
    margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 2px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
    .box-detail-02 {
        margin-top: 20px;
        padding-bottom: 22px;
    }
}

.box-detail-02:last-of-type {
    margin-bottom: 30px;
}

.box-detail-02>a {
    display: block;
}

.box-detail-02 .list-cmn-tag {
    float: none;
}

.box-detail-02 .txt-detail {
    clear: both;
    width: 100%;
    height: 5.5em;
    line-height: 1.571;
    letter-spacing: -.05em;
}

@media screen and (min-width: 1168px) {
    .box-detail-02 .txt-detail {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .box-detail-02 .txt-detail {
        margin-top: .5em;
        height: auto;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: normal;
    }
}

.sec-link {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .sec-link {
        margin-top: 0;
    }
}

/*btn*/
.news-box-item+.btn-more {
    margin-top: 22px;
}

@media screen and (min-width: 1168px) {
    .news-box-item+.btn-more {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .news-box-item.s-col-03+.btn-more {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {

    .grid-cmn .col-03 .box-detail-01:last-of-type,
    .grid-cmn .col-03 .box-detail-02:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.grid-cmn .col-03 .box-detail-01 .list-cmn-tag li,
.grid-cmn .col-03 .box-detail-02 .list-cmn-tag li {
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {

    .grid-cmn .col-03 .box-detail-01 .list-cmn-tag li,
    .grid-cmn .col-03 .box-detail-02 .list-cmn-tag li {
        margin-bottom: 3px;
    }
}

.grid-cmn .col-03 .box-detail-01 .txt-cmn-date,
.grid-cmn .col-03 .box-detail-02 .txt-cmn-date {
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {

    .grid-cmn .col-03 .box-detail-01 .txt-cmn-date,
    .grid-cmn .col-03 .box-detail-02 .txt-cmn-date {
        margin-bottom: 3px;
    }
}

.is-drug .sec-pr .list-link-pr li,
.is-farm .sec-pr .list-link-pr li,
.is-drug .sec-pr-type02 .list-link-pr li,
.is-farm .sec-pr-type02 .list-link-pr li {
    border-width: 6px;
}

@media screen and (max-width: 767px) {

    .is-drug .sec-pr .list-link-pr li,
    .is-farm .sec-pr .list-link-pr li,
    .is-drug .sec-pr-type02 .list-link-pr li,
    .is-farm .sec-pr-type02 .list-link-pr li {
        border-width: 4px;
    }

    .is-drug .sec-pr .list-link-pr li:not(:first-child),
    .is-farm .sec-pr .list-link-pr li:not(:first-child),
    .is-drug .sec-pr-type02 .list-link-pr li:not(:first-child),
    .is-farm .sec-pr-type02 .list-link-pr li:not(:first-child) {
        border-width: 4px;
    }
}

.is-drug .sec-pr .list-link-pr li a,
.is-farm .sec-pr .list-link-pr li a,
.is-drug .sec-pr-type02 .list-link-pr li a,
.is-farm .sec-pr-type02 .list-link-pr li a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {

    .is-drug .sec-pr .list-link-pr li a,
    .is-farm .sec-pr .list-link-pr li a,
    .is-drug .sec-pr-type02 .list-link-pr li a,
    .is-farm .sec-pr-type02 .list-link-pr li a {
        padding: 0 0 0 45px;
        height: 74px;
        font-size: 16px;
    }
}

.news-result {
    margin-bottom: 45px;
    padding: 5px;
    line-height: 1.5333;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 30px;
    background-color: #e6e6e6;
}

@-moz-document url-prefix() {
    .news-result {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .news-result {
        margin: auto -17px 30px;
        font-size: 18px;
    }
}

.sec-news-detail {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.692;
}

@media screen and (max-width: 767px) {
    .sec-news-detail {
        margin-bottom: 50px;
    }
}

.sec-news-detail img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .sec-news-detail img+p {
        margin-top: 0;
    }
}

.sec-news-detail h3,
.sec-news-detail h4,
.sec-news-detail h5 {
    margin-bottom: 7px;
}

.sec-news-detail p,
.sec-news-detail ul,
.sec-news-detail ol,
.sec-news-detail blockquote,
.sec-news-detail table,
.sec-news-detail a[class^="btn_"] {
    margin-bottom: 40px;
}

.sec-news-detail h3,
.sec-news-detail h4,
.sec-news-detail h5,
.sec-news-detail ul,
.sec-news-detail ol {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {

    .sec-news-detail h3,
    .sec-news-detail h4,
    .sec-news-detail h5,
    .sec-news-detail ul,
    .sec-news-detail ol {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.sec-news-detail p,
.sec-news-detail ul,
.sec-news-detail ol {
    line-height: 2;
}

.sec-news-detail h3 {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .sec-news-detail h3 {
        font-size: 25px;
    }
}

.sec-news-detail h4 {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .sec-news-detail h4 {
        font-size: 21px;
    }
}

.sec-news-detail h5 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .sec-news-detail h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .sec-news-detail ul {
        font-size: 12px;
    }
}

.sec-news-detail ul>li {
    position: relative;
    padding-left: 1.5em;
}

.sec-news-detail ul>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #222;
}

@media screen and (max-width: 767px) {
    .sec-news-detail ol {
        font-size: 12px;
    }
}

.sec-news-detail ol>li {
    position: relative;
    padding-left: 2em;
    counter-increment: number;
}

.sec-news-detail ol>li::before {
    position: absolute;
    left: 0;
    content: counter(number, decimal-leading-zero) ".";
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900;
}

.sec-news-detail ol>li a {
    color: #000;
    text-decoration: underline;
}

.sec-news-detail ol>li a:hover {
    text-decoration: none;
}

.sec-news-detail table {
    table-layout: auto;
}

@media screen and (max-width: 767px) {
    .sec-news-detail table {
        table-layout: fixed;
        font-size: 13px;
    }
}

.sec-news-detail table th,
.sec-news-detail table td {
    padding: 5px 10px !important;
}

@media screen and (max-width: 767px) {

    .sec-news-detail table th,
    .sec-news-detail table td {
        font-size: 13px !important;
    }
}

.sec-news-detail table th.th1 {
    background-color: #e1e1e1;
}

.sec-news-detail blockquote {
    border-left: 10px solid #ddd;
    padding: 10px 22px;
    font-size: 15px;
    line-height: 1.86667;
}

@media screen and (max-width: 767px) {
    .sec-news-detail blockquote {
        padding: 8px 17px;
        font-size: 14px;
    }
}

.sec-news-detail hr {
    margin: 80px 0;
    border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 767px) {
    .sec-news-detail hr {
        margin: 40px 0;
        border-width: 3px;
    }
}

.sec-news-detail strong {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {
    .sec-news-detail strong {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.sec-news-detail em {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-style: italic;
}

@-moz-document url-prefix() {
    .sec-news-detail em {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

.sec-news-detail small {
    display: block;
    margin: 20px 0 40px;
    font-size: 12px;
}

.sec-news-detail a {
    color: #104bad;
    text-decoration: underline;
}

.sec-news-detail a:hover {
    text-decoration: none;
}

.sec-news-detail a[class^="icon_"]::after {
    content: '';
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a[class^="icon_"]::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sec-news-detail a[class^="icon_"]::before {
        content: '';
        display: inline-block;
        margin-right: .5em;
        vertical-align: middle;
    }
}

.sec-news-detail a.icon_pdf::after {
    width: 12px;
    height: 15px;
    background: url("ico_pdf_02.svg") no-repeat;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a.icon_pdf::before {
        margin-right: 2px;
        width: 12px;
        height: 15px;
        background: url("ico_pdf_02.svg") no-repeat;
    }
}

.sec-news-detail a.icon_blunk::after {
    width: 14px;
    height: 11px;
    background: url("ico_blank_02.svg") no-repeat;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a.icon_blunk::before {
        margin-right: 1px;
        width: 14px;
        height: 11px;
        background: url("ico_blank_02.svg") no-repeat;
    }
}

.sec-news-detail a[class^="btn_"] {
    display: block;
    position: relative;
    border: 4px solid #222;
    padding: 25px 49px 25px 20px;
    background: #fff;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.38462;
    text-decoration: none;
}

@-moz-document url-prefix() {
    .sec-news-detail a[class^="btn_"] {
        font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .sec-news-detail a[class^="btn_"] {
        padding: 12px 49px 10px 10px;
        margin-bottom: 20px;
        font-size: 13px;
    }
}

.sec-news-detail a[class^="btn_"]::before {
    position: absolute;
    content: '';
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a[class^="btn_"]::before {
        margin-right: 12px;
    }
}

.sec-news-detail a.btn_blunk::before {
    width: 24px;
    height: 19px;
    background: url(ico_blank_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a.btn_blunk::before {
        width: 17px;
        height: 13px;
    }
}

.sec-news-detail a.btn_pdf::before {
    bottom: 4px;
    width: 21px;
    height: 26px;
    background: url(ico_pdf_01.svg) no-repeat;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a.btn_pdf::before {
        width: 14px;
        height: 18px;
    }
}

.sec-news-detail a.btn_link::before {
    bottom: 4px;
    margin-left: -36px;
    width: 26px;
    height: 26px;
    background: url(ico_arrow_square_black_right.svg) no-repeat;
}

@media screen and (max-width: 767px) {
    .sec-news-detail a.btn_link::before {
        width: 17px;
        height: 17px;
    }
}

.sec-news-detail .txt-center {
    text-align: center;
}

.sec-news-detail .enclose {
    position: relative;
    margin-bottom: 40px;
    border: 4px solid #ddd;
    padding: 27px 30px;
}

@media screen and (max-width: 767px) {
    .sec-news-detail .enclose {
        padding: 15px 20px;
        font-size: 12px;
    }
}

.sec-news-detail .enclose::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    margin-left: -4px;
    width: 34px;
    height: 10px;
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .sec-news-detail .enclose::before {
        width: 28px;
        height: 7px;
    }
}

.list-link-banner+.list-link-pr {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .list-link-banner+.list-link-pr {
        margin-top: 25px;
    }
}

.l-content .c-introduce section:not([class]) p:not([class]) {
    font-size: 12px;
}

.c-introduce.undergraduate-custom section:not([class]) .ttl-cmn-line-02 {
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .c-introduce.undergraduate-custom section:not([class]) .ttl-cmn-line-02 {
        margin-bottom: 29px;
    }
}

.c-introduce.undergraduate-custom section:not([class])+section:not([class]) {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .c-introduce.undergraduate-custom section:not([class])+section:not([class]) {
        margin-top: 57px;
    }
}

.c-introduce.undergraduate-custom .list-number-01 li+li {
    margin-top: 26px;
}

@media screen and (max-width: 767px) {
    .c-introduce.undergraduate-custom .list-number-01 li+li {
        margin-top: 16px;
    }
}

.c-introduce.undergraduate-custom .link-teachers-more-01 {
    display: inline-block;
    padding-left: 24px;
    margin-top: 34px;
    color: #00507e;
    text-decoration: underline;
    padding-right: 20px;
    background: url(ico_blank_02.png) no-repeat right center;
    background-size: 14px 11px;
    font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-introduce.undergraduate-custom .link-teachers-more-01 {
        padding-left: 32px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .c-introduce.undergraduate-custom .link-teachers-more-01 {
        margin-top: 14px;
        padding-left: 24px;
        font-size: 12px;
    }
}

.c-introduce.undergraduate-custom.detail section:not([class])+section:not([class]) {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .c-introduce.undergraduate-custom.detail section:not([class])+section:not([class]) {
        margin-top: 33px;
    }
}

.c-introduce .label+.detail-02 {
    margin-top: 5px;
}

.c-introduce .table-cmn-wrap+.btn-cmn-02 {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-introduce .table-cmn-wrap+.btn-cmn-02 {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1168px) {
    .c-introduce .ttl-cmn-line-04>span {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-introduce .ttl-cmn-line-04>span {
        font-size: 28px;
    }
}

.c-introduce .box-explain-02 p+.title {
    margin-top: 34px;
}

@media screen and (max-width: 767px) {
    .c-introduce .box-explain-02 p+.title {
        margin-top: 17px;
    }
}

.c-introduce .list-profile {
    margin-top: 0;
}

.c-introduce .list-profile .title {
    position: relative;
    height: auto;
    white-space: normal;
}

.c-introduce .list-profile .detail-01,
.c-introduce .list-profile .detail-02 {
    font-size: 14px;
}

@media screen and (max-width: 767px) {

    .c-introduce .list-profile .detail-01,
    .c-introduce .list-profile .detail-02 {
        font-size: 11px;
    }
}

.c-introduce .list-profile .detail-01 span.txt-title,
.c-introduce .list-profile .detail-02 span.txt-title {
    font-weight: bold;
}

.c-introduce .list-profile .detail-01 .link-01,
.c-introduce .list-profile .detail-02 .link-01 {
    color: #00507e;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    .c-introduce .list-profile .detail-01 .link-01,
    .c-introduce .list-profile .detail-02 .link-01 {
        font-size: 13px;
    }
}

.c-introduce .list-profile .detail-01 .link-01[target="_blank"]:not([href^=".pdf"]),
.c-introduce .list-profile .detail-02 .link-01[target="_blank"]:not([href^=".pdf"]) {
    padding-right: 20px;
    background: url(ico_blank_02.png) no-repeat right center;
    background-size: 14px 11px;
}

@media screen and (min-width: 1168px) {
    .c-introduce .list-profile .detail-02 .txt-title {
        display: block;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .c-introduce .list-profile .detail-02 .txt-title {
        display: block;
    }
}

@media screen and (min-width: 1168px) {
    .c-introduce .list-profile .detail-02 span:not(.txt-title) {
        display: block;
        overflow: auto;
    }
}

.c-introduce .c-media.s-teacher .list-profile .title+.label {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .c-introduce .c-media.s-teacher .list-profile .title+.label {
        margin-top: 6px;
    }
}

.c-introduce .c-media.s-teacher .list-profile .label+.detail-01 {
    margin-top: 5px;
}

.c-introduce .c-media.s-photo-01 {
    display: table;
}

.c-introduce .c-media.s-photo-01 .c-media-image-introduce {
    display: table-cell;
    width: 130px;
}

@media screen and (max-width: 767px) {
    .c-introduce .c-media.s-photo-01 .c-media-image-introduce {
        width: 31.2%;
    }
}

.c-introduce .c-media.s-photo-01 .c-media-image-introduce img {
    width: 100%;
}

@media screen and (min-width: 1168px) {
    .c-introduce .c-media.s-photo-01 .c-media-image-introduce img {
        max-width: 130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-introduce .c-media.s-photo-01 .c-media-image-introduce img {
        max-width: 130px;
    }
}

.c-introduce .c-media.s-photo-01 .list-profile {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 20px;
}

.c-introduce .s-photo-01+.table-cmn-wrap {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-introduce .s-photo-01+.table-cmn-wrap {
        margin-top: 25px;
    }
}

.c-introduce .list-teacher {
    overflow: hidden;
    margin: 0 -15px;
}

.c-introduce .list-teacher li {
    float: left;
    margin: 45px 0 0;
    padding: 0 15px;
    max-width: 310px;
    width: 33.333%;
}

@media screen and (max-width: 960px) {
    .c-introduce .list-teacher li {
        width: 50%;
    }
}

.c-introduce .list-teacher li:nth-child(3n+1) {
    clear: left;
}

@media screen and (max-width: 960px) {
    .c-introduce .list-teacher li:nth-child(3n+1) {
        clear: none;
    }
}

@media screen and (max-width: 960px) {
    .c-introduce .list-teacher li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .c-introduce .list-teacher li {
        width: calc(50% - 15px);
        margin-top: 30px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 1168px) {

    .c-introduce .list-teacher li:nth-child(1),
    .c-introduce .list-teacher li:nth-child(2),
    .c-introduce .list-teacher li:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {

    .c-introduce .list-teacher li:nth-child(1),
    .c-introduce .list-teacher li:nth-child(2),
    .c-introduce .list-teacher li:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 960px) {

    .c-introduce .list-teacher li:nth-child(1),
    .c-introduce .list-teacher li:nth-child(2) {
        margin-top: 0;
    }

    .c-introduce .list-teacher li:nth-child(3) {
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {

    .c-introduce .list-teacher li:nth-child(1),
    .c-introduce .list-teacher li:nth-child(2) {
        margin-top: 0;
    }

    .c-introduce .list-teacher li:nth-child(3) {
        margin-top: 30px;
    }
}

.c-introduce .list-disc-01,
.c-introduce .list-number-01 {
    font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
}

@-moz-document url-prefix() {

    .c-introduce .list-disc-01,
    .c-introduce .list-number-01 {
        font-family: "Gothic MB101 Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    }
}

@media screen and (min-width: 1168px) {

    .c-introduce .list-disc-01,
    .c-introduce .list-number-01 {
        font-size: 12px;
    }
}

.c-introduce .ttl-cmn-line-04 {
    font-size: 28px;
}

.c-introduce .ttl-cmn-line-04+.box-explain-02 {
    margin-top: 20px;
}

.c-introduce .ttl-cmn-line-04+.ttl-cmn-03 {
    margin-top: 10px;
}

.c-introduce *+.ttl-cmn-03 {
    margin-top: 31px;
}

@media screen and (max-width: 767px) {
    .c-introduce *+.ttl-cmn-03 {
        margin-top: 19px;
    }
}

@media screen and (min-width: 1168px) {
    .c-introduce .list-number-01 li+li {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .c-introduce .list-number-01 li+li {
        margin-top: 16px;
    }
}

.c-introduce section:not([class])+section:not([class]) {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .c-introduce section:not([class])+section:not([class]) {
        margin-top: 33px;
    }
}

@media screen and (min-width: 1168px) {
    .c-introduce .ttl-emphasis-01 {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1167px) {
    .c-introduce .ttl-emphasis-01 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .c-introduce .ttl-emphasis-01 {
        margin-bottom: 38px;
    }
}

.c-introduce section:not([class]):nth-of-type(2)>.ttl-cmn-line-04 {
    margin-top: 58px;
}

@media screen and (max-width: 767px) {
    .c-introduce section:not([class]):nth-of-type(2)>.ttl-cmn-line-04 {
        margin-top: 37px;
    }
}

.c-introduce table[class^="table-cmn-"] tr th,
.c-introduce table[class^="table-cmn-"] tr td {
    padding: 10px 16px;
}

.footer {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0px;
	padding:0!important
}


figure.footer-card-image {
    margin: 0;
    padding: 0;
}



figure.footer-card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
/*# sourceMappingURL=common.css.map */

/*FooterForm*/

@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (max-width: 769px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (max-width: 990px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}


article#footer-common-form {
    background: aliceblue;
}
.articleInner {
    border: none!important;
    margin: 30px auto 100px;
    padding: 30px 0;
	text-align:left;
}
.articleInner {
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}
h1.arrow {
    font-size: 1.5em;
	text-align:center!important;
    text-transform: uppercase;
    color: rgb(40, 40, 40);
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-weight: bold;
    background: url(h1-bg.png) center bottom no-repeat;
}
.mb50 {
    margin-bottom: 50px;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.lead {
    font-size: 1.3em;
    font-weight: 400;
}
h1 + p, .mw_wp_form_complete p {
    max-width: 1140px;
    margin: 0 auto 52px;
    text-align: center;
}
.contact-form {
    padding: 10%;
    background: #fff;
    margin-top: 3%;
    margin-bottom: 5%;
    width: 100%;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.form-group {
    margin-top: 0!important;
    margin-bottom: 1.5em;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContact {
    background: #3dc9b3 !important;
}
@media screen and (max-width: 768px) {
.contact-form .btnContact {
    width: 100%;
    display: inline-flex;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
}
}
article#footer-common-form p{
	text-align:center;}

article#footer-common-form a {
    font-weight: 600;
    text-decoration: underline;
    /* display: block; */
    margin: 0.1em;
    padding: 0.3em;
    width: 5em;
    /* float: left; */
    /* text-decoration: none; */
    /* background-color: #ffffcc; */
    color: blue;
    /* border-width: 2px; */
    /* border-style: outset; */
    /* border-color: #ffff55; */
}
article#footer-common-form a:hover {
   background-color: #ffffaa;  /* ★背景色 */
   color: red;                 /* 文字色 */
   border-style: inset;        /* ★凹型に見えるように */
   text-decoration: underline; /* 下線を引く */
}
#footer-common-form {
    background: aliceblue;
}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  font-weight: 500;
  color: #323651;
  font-size: 16px;
  /* font-size: 1.6rem; */
  font-style: normal;
  /* line-height: 220%; */
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
.form-control {
    font-size: 1.6rem!important;
}
.form-group.mb-5.center {
    text-align: center;
}
.contact-form .btnContact {
    text-align: center!important;

}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.col {
    flex: 1 0 0%;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.mb-5 {
    margin-bottom: 3rem!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}