@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * Base
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: none;
    padding: 0;
}

button {
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

img {
    vertical-align: top;
}

input[type="text"] {
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
}

textarea {
    vertical-align: top;
    font-family: inherit;
}

button, input[type="button"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"], label, select {
    cursor: pointer;
}

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    min-width: 1400px;
    color: #333;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .5px;
    line-height: 1.6;
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
}

@media screen and (max-width: 750px) {
    body {
        min-width: 0;
    }
}

@media print {
  body {
    width: 1400px; /* 印刷時の全ページ幅を統一*/
    zoom: 0.77;
  }
}

html.is-safari body {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #4D438E;
    text-decoration: none;
    -webkit-transition-property: opacity, background-color, color;
    transition-property: opacity, background-color, color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

a:hover {
    opacity: .4;
}

a.ul {
    text-decoration: underline;
}

a.ul::after {
    content: none !important;
}

a.ul:hover {
    opacity: 1;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

/**
 * Header
 */

.l-header {
    border-bottom: 5px solid #4D438E;
}

.l-header [lang="en"] {
    font-family: 'Barlow Condensed', sans-serif;
}

.l-header__container {
    margin: 0 auto;
    padding: 0 46px;
    width: 1400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-header .topArea {
    height: 46px;
    border-bottom: 1px solid #E0DFE7;
}

.l-header .topArea .l-header__container {
    text-align: right;
}

.l-header .topArea .l-header__container>div {
    display: inline-block;
    margin-left: 18px;
    padding-top: 14px;
    text-align: left;
    vertical-align: top;
}

.l-header .topArea .l-header__container>div.target {
    position: relative;
    padding-top: 0;
}

.l-header .topArea .l-header__container>div.target .targetMenuBtn {
    height: 46px;
}

.l-header .topArea .l-header__container>div.target .targetMenuBtn>span {
    display: block;
    position: relative;
    padding-right: 15px;
    color: #4D438E;
    font-size: 1.2rem;
}

.l-header .topArea .l-header__container>div.target .targetMenuBtn>span::before {
    content: "";
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 16px;
    height: 12px;
    background: url(../images/icon_people.png) no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.l-header .topArea .l-header__container>div.target .targetMenuBtn>span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #4D438E;
}

.l-header .topArea .l-header__container>div.target .targetMenu {
    display: none;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 100;
    width: 202px;
    background-color: #4D438E;
    color: #FFF;
}

.l-header .topArea .l-header__container>div.target .targetMenu__hdg {
    width: 100%;
    height: 46px;
    text-align: left;
}

.l-header .topArea .l-header__container>div.target .targetMenu__hdg>span {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
}

.l-header .topArea .l-header__container>div.target .targetMenu__hdg>span::before {
    content: "";
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 16px;
    height: 12px;
    background: url(../images/icon_people_white.png) no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.l-header .topArea .l-header__container>div.target .targetMenu__hdg>span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #FFF;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.l-header .topArea .l-header__container>div.target .targetMenu__linkList li {
    border-top: 1px solid #E0DFE7;
}

.l-header .topArea .l-header__container>div.target .targetMenu__linkList a {
    display: table;
    width: 100%;
    height: 46px;
    color: #FFF;
}

.l-header .topArea .l-header__container>div.target .targetMenu__linkList a>span {
    display: table-cell;
    padding: 0 20px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.l-header .topArea .l-header__container>div.link .linkList li {
    display: inline-block;
    vertical-align: top;
}

.l-header .topArea .l-header__container>div.link .linkList li~li {
    margin-left: 15px;
}

.l-header .topArea .l-header__container>div.link .linkList a {
    font-size: 1.2rem;
}

.l-header .topArea .l-header__container>div.link .linkList a::before {
    content: "";
    display: inline-block;
    margin: -2px 6px 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.l-header .topArea .l-header__container>div.link .linkList .hosp a::before {
    width: 13px;
    height: 11px;
    background-image: url(../images/icon_hosp.png);
    background-size: 13px;
}

.l-header .topArea .l-header__container>div.link .linkList .access a::before {
    width: 10px;
    height: 13px;
    background-image: url(../images/icon_pin.png);
    background-size: 10px;
}

.l-header .topArea .l-header__container>div.link .linkList .contact a::before {
    width: 13px;
    height: 11px;
    background-image: url(../images/icon_balloon.png);
    background-size: 13px;
}

.l-header .topArea .l-header__container>div.link .linkList .request a::before {
    width: 16px;
    height: 11px;
    background-image: url(../images/icon_book.png);
    background-size: 16px;
}

.l-header .topArea .l-header__container>div.link .linkList .donation a::before {
    width: 11px;
    height: 10px;
    background-image: url(../images/icon_heart.png);
    background-size: 11px;
}

.l-header .topArea .l-header__container>div.search form {
    position: relative;
    padding-left: 20px;
}

.l-header .topArea .l-header__container>div.search .searchInput {
    border: none;
    border-bottom: 1px solid #4D438E;
    padding: 0;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.l-header .topArea .l-header__container>div.search .searchBtn {
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
}

.l-header .topArea .l-header__container>div.lang .linkList li {
    display: inline-block;
    vertical-align: top;
}

.l-header .topArea .l-header__container>div.lang .linkList a {
    display: block;
    padding: 4px 14px;
    background-color: #4D438E;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 1;
}

.l-header .topArea .l-header__container>div.lang .linkList .current a {
    background-color: #E2E2E2;
    color: #4D438E;
}

.l-header .topArea .l-header__container>div.lang .linkList .current a:hover {
    opacity: 1;
}

.l-header .btmArea::after {
    content: "";
    display: block;
    clear: both;
}

.l-header .btmArea .l-header__container {
    position: relative;
}

.l-header .btmArea .l-header__container::after {
    content: "";
    display: block;
    clear: both;
}

.l-header .btmArea .logo {
    float: left;
    padding-top: 24px;
}

.l-header .btmArea .logo a>* {
    vertical-align: middle;
}

.l-header .btmArea .logo a:hover {
    opacity: 1;
}

.l-header .btmArea .logo img {
    margin-right: 15px;
}

.l-header .btmArea .logo [lang="en"] {
    letter-spacing: 1px;
}

.l-header .btmArea .gNav {
    float: right;
}

.l-header .btmArea .gNav__list::after {
    content: "";
    display: block;
    clear: both;
}

.l-header .btmArea .gNav__list__item {
    float: left;
    border-right: 1px solid #E0DFE7;
}

.l-header .btmArea .gNav__list__item>a {
    display: table;
    height: 70px;
}

.l-header .btmArea .gNav__list__item>a>span {
    display: table-cell;
    padding: 0 42px;
    vertical-align: middle;
    font-size: 1.6rem;
}

.l-header .btmArea .gNav__list__item>a .m-transIcon {
    margin: -2px 0 0 4px;
}

.l-header .btmArea .gNav__list__item .spAccordionBtn {
    display: none;
}

.l-header .btmArea .gNav__list__item.current>a, .l-header .btmArea .gNav__list__item:hover>a {
    background-color: #4D438E;
    color: #FFF;
}

.l-header .btmArea .gNav__list__item.current>a:hover, .l-header .btmArea .gNav__list__item:hover>a:hover {
    opacity: 1;
}

.l-header .btmArea .gNav__list__item:first-child {
    border-left: 1px solid #E0DFE7;
}

.l-header .btmArea .gNav__list .megaMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    border-top: 5px solid #4D438E;
    width: 100%;
    background-color: #FFF;
}

.l-header .btmArea .gNav__list .megaMenu__inner {
    margin: 0 auto;
    padding: 70px 0;
    width: 1100px;
}

.l-header .btmArea .gNav__list .megaMenu .row {
    margin: 0 -25px;
    font-size: 0;
    letter-spacing: normal;
}

.l-header .btmArea .gNav__list .megaMenu .row~.row {
    margin-top: 40px;
}

.l-header .btmArea .gNav__list .megaMenu .col {
    display: inline-block;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.l-header .btmArea .gNav__list .megaMenu .col h3 {
    padding-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
}

.l-header .btmArea .gNav__list .megaMenu .col h3:first-child {
    margin-top: -.3em;
}

.l-header .btmArea .gNav__list .megaMenu .col>*+h3 {
    margin-top: 40px;
}

.l-header .btmArea .gNav__list .megaMenu .col>ul+ul {
    margin-top: 40px;
}

.l-header .btmArea .gNav__list .megaMenu .row--2col .col {
    width: 50%;
}

.l-header .btmArea .gNav__list .megaMenu .row--3col .col {
    width: 33.333%;
}

.l-header .btmArea .gNav__list .megaMenu .row--4col .col {
    width: 25%;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage {
    margin-top: -15px;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage li {
    margin-top: 15px;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage a {
    display: block;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage .image {
    margin-bottom: 10px;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage .image img {
    width: 100%;
    height: auto;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage .text {
    position: relative;
    padding-left: 18px;
    font-size: 1.6rem;
    letter-spacing: .5px;
    line-height: 1.2;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage .text::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 7px;
    border-left-color: #4D438E;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage .text small {
    font-size: 1.2rem;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage--2col {
    margin: -40px 0 0 -40px;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage--2col::after {
    content: "";
    display: block;
    clear: both;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage--2col li {
    float: left;
    margin: 0;
    padding: 40px 0 0 40px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-header .btmArea .gNav__list .megaMenu .linkList {
    margin-top: -15px;
}

.l-header .btmArea .gNav__list .megaMenu .linkList li {
    margin-top: 15px;
}

.l-header .btmArea .gNav__list .megaMenu .linkList a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
    letter-spacing: .5px;
}

.l-header .btmArea .gNav__list .megaMenu .linkList a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 7px;
    border-left-color: #4D438E;
}

.l-header .btmArea .gNav__list .megaMenu .linkList--2col {
    margin: -6px 0 0 -20px;
}

.l-header .btmArea .gNav__list .megaMenu .linkList--2col::after {
    content: "";
    display: block;
    clear: both;
}

.l-header .btmArea .gNav__list .megaMenu .linkList--2col li {
    float: left;
    margin: 0;
    padding: 6px 0 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage+.linkList a {
    padding-left: 18px;
}

.l-header .btmArea .gNav__list .megaMenu .linkListWithImage+.linkList a::before {
    left: 3px;
}

.l-header .btmArea .utilityMenu {
    display: none;
}

.l-header .btmArea .spMenuBtn, .l-header .btmArea .spSearch {
    display: none;
}

@media screen and (max-width: 750px) {
    .l-header {
        position: relative;
        z-index: 10000;
        border-bottom-width: 3px;
        height: 55px;
        background-color: #FFF;
    }
    .l-header__container {
        padding: 0 5.06667%;
        width: auto;
    }
    .l-header .topArea {
        display: none;
    }
    .l-header .btmArea .l-header__container {
        position: static;
    }
    .l-header .btmArea .logo {
        padding-top: 12px;
    }
    .l-header .btmArea .logo img {
        margin-right: 0;
        width: auto;
        height: 20px;
    }
    .l-header .btmArea .logo [lang="en"] {
        display: block;
        letter-spacing: 1px;
    }
    .l-header .btmArea .spMenu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        border-top: 3px solid #4D438E;
        padding: 10px 5.06667% 50px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFF;
    }
    .l-header .btmArea .spMenu .spAccordionBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 52px;
    }
    .l-header .btmArea .spMenu .spAccordionBtn>span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .l-header .btmArea .spMenu .spAccordionBtn>span::before, .l-header .btmArea .spMenu .spAccordionBtn>span::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #4D438E;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .l-header .btmArea .spMenu .spAccordionBtn>span::before {
        width: 13px;
        height: 1px;
    }
    .l-header .btmArea .spMenu .spAccordionBtn>span::after {
        width: 1px;
        height: 13px;
    }
    .l-header .btmArea .spMenu .spAccordionBtn.is-active>span::after {
        content: none;
    }
    .l-header .btmArea .spMenu .gNav {
        float: none;
    }
    .l-header .btmArea .spMenu .gNav__list__item {
        float: none;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .gNav__list__item>a {
        width: 100%;
        height: 52px;
    }
    .l-header .btmArea .spMenu .gNav__list__item>a::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 22px;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 7px;
        border-left-color: #4D438E;
    }
    .l-header .btmArea .spMenu .gNav__list__item>a>span {
        padding: 0 50px;
        text-align: center;
        font-size: 1.4rem;
    }
    .l-header .btmArea .spMenu .gNav__list__item.current>a, .l-header .btmArea .spMenu .gNav__list__item:hover>a {
        background-color: inherit;
        color: #4D438E;
    }
    .l-header .btmArea .spMenu .gNav__list__item:first-child {
        border-left: none;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu {
        position: static;
        border-top: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu__inner {
        padding: 20px 0 0;
        width: auto;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .row {
        margin: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .col {
        display: block;
        padding: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .col h3 {
        padding-bottom: 10px;
        font-size: 1.8rem;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .col h3:first-child {
        margin-top: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .col>*+h3 {
        margin-top: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .row--2col .col, .l-header .btmArea .spMenu .gNav__list .megaMenu .row--3col .col, .l-header .btmArea .spMenu .gNav__list .megaMenu .row--4col .col {
        width: auto;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage {
        margin: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage li {
        margin: 0 0 20px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage .text {
        padding-left: 20px;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage .text::before {
        left: 0;
        top: 5px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage--2col {
        margin: 0 0 0 -12px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkListWithImage--2col li {
        padding: 0 0 0 12px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList {
        margin: 0;
        padding-left: 40px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList li {
        margin-top: 0;
        border-top: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList a {
        display: block;
        padding: 11px 35px;
        text-align: center;
        font-size: 1.3rem;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList a::before {
        left: 15px;
        top: 50%;
        margin-top: -4px;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList--2col {
        margin: 0;
    }
    .l-header .btmArea .spMenu .gNav__list .megaMenu .linkList--2col li {
        float: none;
        padding: 0;
        width: auto;
    }
    .l-header .btmArea .spMenu .utilityMenu {
        display: block;
        margin-top: 60px;
    }
    .l-header .btmArea .spMenu .utilityMenu .target {
        position: relative;
        border-top: 1px solid #4D438E;
        border-bottom: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__hdg {
        width: 100%;
        height: 52px;
        color: #4D438E;
        font-size: 1.3rem;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__hdg .text::before {
        content: "";
        display: inline-block;
        margin: 0 10px 0 0;
        width: 16px;
        height: 12px;
        background: url(../images/icon_people.png) no-repeat;
        background-size: 16px;
        vertical-align: -2px;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__hdg.is-active .spAccordionBtn>span::after {
        content: none;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__linkList {
        display: none;
        border-top: 1px solid #4D438E;
        padding-left: 40px;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__linkList li~li {
        border-top: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__linkList a {
        display: block;
        position: relative;
        padding: 11px 30px;
        text-align: center;
        font-size: 1.3rem;
    }
    .l-header .btmArea .spMenu .utilityMenu .target__linkList a::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -4px;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 7px;
        border-left-color: #4D438E;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList {
        font-size: 0;
        letter-spacing: normal;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList li {
        display: inline-block;
        border-bottom: 1px solid #4D438E;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList li:nth-child(odd) {
        border-right: 1px solid #4D438E;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList a {
        display: table;
        width: 100%;
        height: 52px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList span {
        display: table-cell;
        font-size: 1.3rem;
        text-align: center;
        vertical-align: middle;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList span::before {
        content: "";
        display: inline-block;
        margin: 0 8px 0 0;
        background-repeat: no-repeat;
        vertical-align: -1px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .hosp span::before {
        width: 13px;
        height: 11px;
        background-image: url(../images/icon_hosp.png);
        background-size: 13px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .access span::before {
        width: 10px;
        height: 13px;
        background-image: url(../images/icon_pin.png);
        background-size: 10px;
        vertical-align: -2px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .contact span::before {
        width: 13px;
        height: 11px;
        background-image: url(../images/icon_balloon.png);
        background-size: 13px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .request span::before {
        width: 16px;
        height: 11px;
        background-image: url(../images/icon_book.png);
        background-size: 16px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .donation span::before {
        width: 11px;
        height: 10px;
        background-image: url(../images/icon_heart.png);
        background-size: 11px;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang {
        margin-top: 50px;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList {
        margin: -3px 0 0 -3px;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList::after {
        content: "";
        display: block;
        clear: both;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList li {
        float: left;
        padding: 3px 0 0 3px;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList a {
        display: block;
        padding: 10px;
        background-color: #4D438E;
        text-align: center;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList .current a {
        background-color: #E2E2E2;
        color: #4D438E;
    }
    .l-header .btmArea .spMenuBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #4D438E;
        width: 55px;
        height: 55px;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon {
        display: block;
        position: relative;
        margin: -2px auto 0;
        width: 20px;
        height: 20px;
        text-align: center;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #000;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span::before, .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4D438E;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span::before {
        top: -9px;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
        bottom: -9px;
    }
    .l-header .btmArea .spMenuBtn.is-active {
        background: url(../images/icon_cross.png) 50% no-repeat;
        background-size: 21.5px;
    }
    .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon {
        display: none;
    }
    .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon span {
        background-color: transparent;
    }
    .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon span::before, .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon span::after {
        margin-left: -2.5px;
        width: 25px;
    }
    .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .l-header .btmArea .spMenuBtn.is-active .hamburgerIcon span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .l-header .btmArea .spSearch {
        display: block;
    }
    .l-header .btmArea .spSearch__btn {
        position: absolute;
        right: 55px;
        top: 0;
        width: 55px;
        height: 55px;
    }
    .l-header .btmArea .spSearch__btn.is-active {
        background: url(../images/icon_cross.png) 50% no-repeat;
        background-size: 21.5px;
    }
    .l-header .btmArea .spSearch__btn.is-active img {
        display: none;
    }
    .l-header .btmArea .spSearch__window {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        border-top: 3px solid #4D438E;
        padding: 15px 5.06667%;
        background-color: #FFF;
    }
    .l-header .btmArea .spSearch__window form {
        position: relative;
        padding-right: 40px;
    }
    .l-header .btmArea .spSearch__window .searchInput {
        border: none;
        padding: 14px 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3px;
        background-color: #ECECEC;
        font-size: 1.4rem;
        -webkit-appearance: none;
    }
    .l-header .btmArea .spSearch__window .searchBtn {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px;
    }
    .l-header .btmArea .spMenuBtn.is-active+.spSearch {
        display: none;
    }
}

/**
 * Footer
 */

.l-footer {
    margin-top: 120px;
}

.l-footer .breadcrumbArea {
    padding-bottom: 65px;
}

.l-footer .breadcrumbArea__container {
    position: relative;
    margin: 0 auto;
    width: 1100px;
}

.l-footer .breadcrumbArea .m-breadcrumb {
    margin-right: 160px;
}

.l-footer .breadcrumbArea .toPageTop {
    opacity: 0;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    margin-left: 1030px;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.l-footer .breadcrumbArea .toPageTop a {
    display: block;
    padding-top: 24px;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3b3081), to(#275393));
    background-image: linear-gradient(0deg, #3b3081 0%, #275393 100%);
    text-align: center;
    vertical-align: middle;
}

.l-footer .breadcrumbArea .toPageTop.is-show {
    opacity: 1;
    pointer-events: auto;
}

.l-footer .breadcrumbArea .toPageTop.is-abs {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

.l-footer .btmArea {
    position: relative;
}

.l-footer .btmArea::before, .l-footer .btmArea::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.l-footer .btmArea::before {
    left: 0;
    right: 50%;
    background-image: linear-gradient(150deg, #e7e6ee 0%, white 100%);
}

.l-footer .btmArea::after {
    left: 50%;
    right: 0;
    margin-left: -264px;
    background-image: linear-gradient(150deg, #4d438e 0%, #245597 100%);
}

.l-footer .btmArea__container {
    display: table;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1400px;
    table-layout: fixed;
}

.l-footer .btmArea__container>div {
    display: table-cell;
    vertical-align: top;
}

.l-footer .btmArea .infoArea {
    padding: 40px 95px 60px;
    width: 436px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-footer .btmArea .infoArea .logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l-footer .btmArea .infoArea address {
    margin-top: 45px;
    font-size: 1.2rem;
    line-height: 1.75;
}

.l-footer .btmArea .infoArea .linkList {
    margin-top: 22px;
}

.l-footer .btmArea .infoArea .linkList li~li {
    margin-top: 2px;
}

.l-footer .btmArea .infoArea .linkList a {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    color: inherit;
    font-size: 1.2rem;
}

.l-footer .btmArea .infoArea .linkList a::before {
    content: "・";
    position: absolute;
    left: -2px;
    top: 0;
}

.l-footer .btmArea .infoArea .bannerList {
    margin-top: 42px;
}

.l-footer .btmArea .infoArea .bannerList li~li {
    margin-top: 15px;
}

.l-footer .btmArea .infoArea .bannerList img {
    max-width: 100%;
}

.l-footer .btmArea .infoArea .copyright {
    margin-top: 50px;
    color: #4D438E;
}

.l-footer .btmArea .linkListArea {
    padding: 120px 80px;
    color: #FFF;
}

.l-footer .btmArea .linkListArea a {
    color: #FFF;
    letter-spacing: normal;
}

.l-footer .btmArea .linkListArea .row {
    margin: 0 -10px;
}

.l-footer .btmArea .linkListArea .col {
    display: inline-block;
    padding: 0 10px;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.l-footer .btmArea .linkListArea .linkList>li>a {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
}

.l-footer .btmArea .linkListArea .linkList>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #FFF;
}

.l-footer .btmArea .linkListArea .linkList>li ul {
    margin-top: 8px;
}

.l-footer .btmArea .linkListArea .linkList>li ul li~li {
    margin-top: 6px;
}

.l-footer .btmArea .linkListArea .linkList>li ul a {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
}

.l-footer .btmArea .linkListArea .linkList>li ul a::before {
    content: "・";
    position: absolute;
    left: -1px;
    top: 0;
}

.l-footer .btmArea .linkListArea .linkList>li~li {
    margin-top: 35px;
}

.l-footer .btmArea .linkListArea .linkList .spAccordionBtn {
    display: none;
}

.l-footer .btmArea .linkListArea .linkGroup__list li~li {
    margin-top: 6px;
}

.l-footer .btmArea .linkListArea .linkGroup__list a {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
}

.l-footer .btmArea .linkListArea .linkGroup__list a::before {
    content: "・";
    position: absolute;
    left: -1px;
    top: 0;
}

.l-footer .btmArea .linkListArea .linkGroup~.linkGroup {
    margin-top: 12px;
    border-top: 1px solid #756DA2;
    padding-top: 12px;
}

@media screen and (max-width: 750px) {
    .l-footer {
        margin-top: 60px;
    }
    .l-footer .breadcrumbArea {
        padding-bottom: 22px;
    }
    .l-footer .breadcrumbArea__container {
        width: auto;
    }
    .l-footer .breadcrumbArea .m-breadcrumb {
        margin-right: 0;
        padding: 0 5.06667%;
        min-height: 0;
    }
    .l-footer .breadcrumbArea .toPageTop {
        right: 5.06667%;
        margin-right: 0;
    }
    .l-footer .breadcrumbArea .toPageTop a {
        padding-top: 14px;
        width: 45px;
        height: 45px;
    }
    .l-footer .breadcrumbArea .toPageTop img {
        width: 11px;
    }
    .l-footer .breadcrumbArea .toPageTop.is-abs {
        right: 5.06667%;
    }
    .l-footer .btmArea::before, .l-footer .btmArea::after {
        content: none;
    }
    .l-footer .btmArea__container {
        display: block;
        position: static;
        width: auto;
    }
    .l-footer .btmArea__container>div {
        display: block;
    }
    .l-footer .btmArea .infoArea {
        width: auto;
        padding: 40px 5.06667%;
        background: #ECEBF1;
    }
    .l-footer .btmArea .infoArea .logo img {
        width: 169px;
    }
    .l-footer .btmArea .infoArea address {
        margin-top: 20px;
        line-height: 1.75;
    }
    .l-footer .btmArea .infoArea .linkList {
        margin-top: 20px;
    }
    .l-footer .btmArea .infoArea .linkList::after {
        content: "";
        display: block;
        clear: both;
    }
    .l-footer .btmArea .infoArea .linkList li {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .l-footer .btmArea .infoArea .linkList li~li {
        border-left: 1px solid #4D438E;
        margin-top: 0;
    }
    .l-footer .btmArea .infoArea .linkList a {
        display: inline;
        padding-left: 0;
    }
    .l-footer .btmArea .infoArea .linkList a::before {
        content: none;
    }
    .l-footer .btmArea .infoArea .bannerList {
        margin-top: 20px;
    }
    .l-footer .btmArea .infoArea .bannerList li {
        text-align: center;
    }
    .l-footer .btmArea .infoArea .copyright {
        position: absolute;
        left: 5.06667%;
        right: 5.06667%;
        bottom: 40px;
        text-align: center;
        color: #FFF;
    }
    .l-footer .btmArea .linkListArea {
        padding: 40px 5.06667% 78px;
        background-image: linear-gradient(150deg, #4d438e 0%, #245597 100%);
    }
    .l-footer .btmArea .linkListArea .row {
        margin: 0;
    }
    .l-footer .btmArea .linkListArea .col {
        display: block;
        padding: 0;
        width: auto;
    }
    .l-footer .btmArea .linkListArea .linkList>li {
        position: relative;
        border-bottom: 1px solid #FFF;
    }
    .l-footer .btmArea .linkListArea .linkList>li>a {
        display: table;
        width: 100%;
        height: 52px;
        padding-left: 0;
    }
    .l-footer .btmArea .linkListArea .linkList>li>a>span {
        display: table-cell;
        padding: 0 50px;
        text-align: center;
        vertical-align: middle;
    }
    .l-footer .btmArea .linkListArea .linkList>li>a::before {
        left: 15px;
        top: 22px;
        border-width: 4px 0 4px 7px;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul {
        display: none;
        margin-top: 0;
        border-top: 1px solid #FFF;
        padding-left: 40px;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul li {
        border-top: 1px solid #FFF;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul li:first-child {
        border-top: none;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul li~li {
        margin-top: 0;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul a {
        display: block;
        padding: 11px 35px;
        text-align: center;
        font-size: 1.3rem;
    }
    .l-footer .btmArea .linkListArea .linkList>li ul a::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -4px;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        border-left-color: #FFF;
    }
    .l-footer .btmArea .linkListArea .linkList>li:first-child {
        border-top: 1px solid #FFF;
    }
    .l-footer .btmArea .linkListArea .linkList>li~li {
        margin-top: 0;
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 52px;
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn>span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn>span::before, .l-footer .btmArea .linkListArea .linkList .spAccordionBtn>span::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #FFF;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn>span::before {
        width: 13px;
        height: 1px;
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn>span::after {
        width: 1px;
        height: 13px;
    }
    .l-footer .btmArea .linkListArea .linkList .spAccordionBtn.is-active>span::after {
        content: none;
    }
    .l-footer .btmArea .linkListArea .col~.col .linkList>li:first-child {
        border-top: none;
    }
    .l-footer .btmArea .linkListArea .linkGroup {
        margin: 15px 0;
        border-bottom: 1px solid #FFF;
        padding-bottom: 15px;
    }
    .l-footer .btmArea .linkListArea .linkGroup__list a {
        display: inline-block;
        position: relative;
        padding-left: 1em;
        font-size: 1.2rem;
    }
    .l-footer .btmArea .linkListArea .linkGroup__list a::before {
        content: "・";
        position: absolute;
        left: -1px;
        top: 0;
    }
    .l-footer .btmArea .linkListArea .linkGroup~.linkGroup {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
    }
}

/**
 * Wrapper
 */

.l-wrapper {
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .l-wrapper {
        overflow: visible;
    }
}

/**
 * Contents
 */

.l-contents .breadcrumbArea {
    padding: 12px 0;
    background-color: #F7F7FA;
}

.l-contents .breadcrumbArea__container {
    margin: 0 auto;
    width: 760px;
}

.l-contents .breadcrumbArea .m-breadcrumb {
    text-align: right;
}

.l-contents__main {
    margin: 0 auto;
    width: 760px;
}

.l-contents__main main {
    margin-top: 70px;
}

.l-contents__main--wide {
    width: 1100px;
}

.l-contents__main--full {
    width: auto;
}

@media screen and (max-width: 750px) {
    .l-contents .breadcrumbArea {
        display: none;
    }
    .l-contents__main {
        padding: 0 5.06667%;
        width: auto;
    }
    .l-contents__main main {
        margin-top: 30px;
    }
}

/**
 * Module
 */

.m-container {
    margin: 0 auto;
    width: 760px;
}

.m-container--wide {
    width: 1100px;
}

@media screen and (max-width: 750px) {
    .m-container {
        width: auto;
    }
}

.m-hdgLg {
    position: relative;
    margin-bottom: 28px;
    border-bottom: 1px solid #4D438E;
    padding-bottom: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 3rem;
    line-height: 1.5625;
}

.m-hdgLg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background-color: #4D438E;
}

@media screen and (max-width: 750px) {
    .m-hdgLg {
        margin-bottom: 20px;
        font-size: 2.3rem;
    }
    .m-hdgLg::before {
        width: 70px;
        height: 2px;
    }
}

.m-hdgMd {
    margin-bottom: 18px;
    padding-left: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1.833333333;
}

.m-hdgMd::before {
    content: "";
    display: inline-block;
    margin: -5px -13px 0 -17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DBD9E8;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .m-hdgMd {
        margin-bottom: 12px;
        padding-left: 12px;
        font-size: 2rem;
    }
    .m-hdgMd::before {
        margin: -1px -7px 0 -15px;
        width: 22px;
        height: 22px;
        vertical-align: text-top;
    }
}

.m-hdgSm {
    margin-bottom: 20px;
    padding-left: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.m-hdgSm::before {
    content: "";
    display: inline-block;
    margin: -4px 10px 0 -24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #9889BB;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .m-hdgSm {
        margin-bottom: 10px;
        padding-left: 22.5px;
        font-size: 1.6rem;
    }
    .m-hdgSm::before {
        margin: 5px 7.5px 0 -22.5px;
        width: 15px;
        height: 15px;
        vertical-align: -2px;
    }
}

.m-wysiwyg {
    font-size: 1.6rem;
    line-height: 2.125;
}

.m-wysiwyg>*~* {
    margin-top: 20px;
}

.m-wysiwyg br {
    margin: -1px 0;
}

.m-wysiwyg div {
    margin-top: 0;
}

.m-wysiwyg div.m-tableWrapper, .m-wysiwyg div.m-iframeWrapper {
    margin-top: 20px;
}

.m-wysiwyg h2 {
    position: relative;
    margin-bottom: 28px;
    border-bottom: 1px solid #4D438E;
    padding-bottom: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 3rem;
    line-height: 1.5625;
}

.m-wysiwyg h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background-color: #4D438E;
}

@media screen and (max-width: 750px) {
    .m-wysiwyg h2 {
        margin-bottom: 20px;
        font-size: 2.3rem;
    }
    .m-wysiwyg h2::before {
        width: 70px;
        height: 2px;
    }
}

.m-wysiwyg h3 {
    margin-bottom: 18px;
    padding-left: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1.833333333;
}

.m-wysiwyg h3::before {
    content: "";
    display: inline-block;
    margin: -5px -13px 0 -17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DBD9E8;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .m-wysiwyg h3 {
        margin-bottom: 12px;
        padding-left: 12px;
        font-size: 2rem;
    }
    .m-wysiwyg h3::before {
        margin: -1px -7px 0 -15px;
        width: 22px;
        height: 22px;
        vertical-align: text-top;
    }
}

.m-wysiwyg h4 {
    margin-bottom: 20px;
    padding-left: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.m-wysiwyg h4::before {
    content: "";
    display: inline-block;
    margin: -4px 10px 0 -24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #9889BB;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .m-wysiwyg h4 {
        margin-bottom: 10px;
        padding-left: 22.5px;
        font-size: 1.6rem;
    }
    .m-wysiwyg h4::before {
        margin: 5px 7.5px 0 -22.5px;
        width: 15px;
        height: 15px;
        vertical-align: -2px;
    }
}

.m-wysiwyg a {
    color: #285293;
}

.m-wysiwyg a::after {
    display: inline-block;
    margin: -3px 0 0 9px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.m-wysiwyg a[target="_blank"]::after {
    content: "";
    width: 13px;
    height: 8px;
    background-image: url(../images/icon_external.png);
    background-size: auto 8px;
}

.m-wysiwyg a[href$=".pdf"]::after, .m-wysiwyg a[href$=".doc"]::after, .m-wysiwyg a[href$=".docx"]::after, .m-wysiwyg a[href$=".xls"]::after, .m-wysiwyg a[href$=".xlsx"]::after {
    content: "";
    width: 15px !important;
    height: 18px !important;
    background-size: 15px !important;
}

.m-wysiwyg a[href$=".pdf"]::after {
    background-image: url(../images/icon_pdf.png) !important;
}

.m-wysiwyg a[href$=".doc"]::after, .m-wysiwyg a[href$=".docx"]::after {
    background-image: url(../images/icon_word.png) !important;
}

.m-wysiwyg a[href$=".xls"]::after, .m-wysiwyg a[href$=".xlsx"]::after {
    background-image: url(../images/icon_excel.png) !important;
}

@media screen and (max-width: 750px) {
    .m-wysiwyg a[target="_blank"]::after {
        width: 15px;
        height: 9px;
        background-size: auto 9px;
        vertical-align: 0;
    }
    .m-wysiwyg a[href$=".pdf"]::after, .m-wysiwyg a[href$=".doc"]::after, .m-wysiwyg a[href$=".docx"]::after, .m-wysiwyg a[href$=".xls"]::after, .m-wysiwyg a[href$=".xlsx"]::after {
        vertical-align: -4px;
    }
}

.m-wysiwyg a.m-textBtn {
    color: #4D438E;
}

.m-wysiwyg a.m-textBtn:hover {
    color: #FFF;
}

.m-wysiwyg b, .m-wysiwyg strong, .m-wysiwyg span.strong {
    font-weight: bold;
}

.m-wysiwyg i {
    font-style: italic;
}

.m-wysiwyg sub, .m-wysiwyg sup {
    font-size: 60%;
}

.m-wysiwyg sub {
    vertical-align: sub;
}

.m-wysiwyg sup {
    vertical-align: super;
}

.m-wysiwyg table {
    caption-side: bottom;
}

.m-wysiwyg table caption {
    margin-top: 12px;
    text-align: left;
    color: #848484;
    font-size: 1.3rem;
}

.m-wysiwyg table th, .m-wysiwyg table td {
    border: 1px solid #C6C6C6;
    padding: 12px;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.714285714;
}

.m-wysiwyg table th {
    background-color: #4D438E;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.m-wysiwyg table.full {
    min-width: 100%;
}

.m-wysiwyg table.fixed {
    min-width: 100%;
    table-layout: fixed;
}

.m-wysiwyg table.td-c td {
    text-align: center;
}

.m-wysiwyg table.td-r td {
    text-align: right;
}

.m-wysiwyg table.light th {
    background-color: #DBD9E8;
    color: #252525;
}

.m-wysiwyg ul li, .m-wysiwyg ol li {
    line-height: 1.857142857;
}

.m-wysiwyg ul li {
    position: relative;
    padding-left: 15px;
}

.m-wysiwyg ul li::before {
    content: "・";
    position: absolute;
    left: -2px;
    top: 0;
    color: #245597;
    font-weight: bold;
}

.m-wysiwyg ul li ul, .m-wysiwyg ul li ol {
    margin-top: 9px;
}

.m-wysiwyg ul li~li {
    margin-top: 9px;
}

.m-wysiwyg ul.li2col, .m-wysiwyg ul.li3col {
    font-size: 0;
    letter-spacing: normal;
}

.m-wysiwyg ul.li2col li, .m-wysiwyg ul.li3col li {
    display: inline-block;
    margin: 9px 0 0;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1.6rem;
}

.m-wysiwyg ul.li2col li {
    width: 50%;
}

.m-wysiwyg ul.li2col li:nth-child(-n+2) {
    margin-top: 0;
}

.m-wysiwyg ul.li2col li:nth-child(2n) {
    padding-right: 0;
}

.m-wysiwyg ul.li3col li {
    width: 33.333%;
}

.m-wysiwyg ul.li3col li:nth-child(-n+3) {
    margin-top: 0;
}

.m-wysiwyg ul.li3col li:nth-child(3n) {
    padding-right: 0;
}

.m-wysiwyg ol {
    counter-reset: ol-num;
}

.m-wysiwyg ol li~li {
    margin-top: 12px;
}

.m-wysiwyg ol>li {
    counter-increment: ol-num;
    position: relative;
    padding-left: 22px;
}

.m-wysiwyg ol>li::before {
    content: counter(ol-num) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #245597;
    font-style: italic;
    font-weight: bold;
}

.m-wysiwyg ol>li ul, .m-wysiwyg ol>li ol {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .m-wysiwyg {
        font-size: 1.4rem;
    }
    .m-wysiwyg table th, .m-wysiwyg table td {
        padding: 8px;
        font-size: 1.2rem;
    }
    .m-wysiwyg ul li, .m-wysiwyg ol li {
        line-height: 1.785714286;
    }
    .m-wysiwyg ul.li2col li, .m-wysiwyg ul.li3col li {
        font-size: 1.4rem;
    }
    .m-wysiwyg ol li~li {
        margin-top: 9px;
    }
}

.m-iframeWrapper {
    position: relative;
}

.m-iframeWrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.m-iframeWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .m-tableWrapper {
        margin-right: -5.637982196%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .m-tableWrapper>div {
        padding-right: 5.337078652%;
    }
    .m-tableWrapper table th, .m-tableWrapper table td {
        white-space: nowrap;
    }
}

.m-image {
    max-width: 100%;
}

.m-image img {
    max-width: 100%;
    height: auto;
}

.m-image__caption {
    display: block;
    margin-top: 20px;
    color: #848484;
    font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
    .m-image__caption {
        margin-top: 16px;
    }
}

.m-transIcon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 0;
}

.m-transIcon img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-transIcon img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

a:hover .m-transIcon img:first-child {
    opacity: 0;
}

@media screen and (max-width: 750px) {
    .m-transIcon {
        vertical-align: 0;
    }
    .m-transIcon--external {
        vertical-align: 4.5px;
    }
    .m-transIcon--external img {
        height: 9px;
    }
    a:hover .m-transIcon--external img:first-child {
        opacity: 1;
    }
}

.m-textBtn {
    display: inline-block;
    position: relative;
    border: 1px solid #4D438E;
    padding: 12px 36px 12px 45px;
    vertical-align: top;
    color: #4D438E;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.m-textBtn::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.m-textBtn:hover {
    opacity: 1;
    background-color: #4D438E;
    color: #FFF;
}

.m-textBtn:hover::before {
    border-left-color: #FFF;
}

.m-textBtn--rounded {
    padding-right: 30px;
    padding-left: 30px;
    min-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}

.m-textBtn--rounded::before {
    display: inline-block;
    position: static;
    margin-right: 20px;
    vertical-align: 2px;
}

.m-textBtn--back::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 750px) {
    .m-textBtn {
        display: block;
        padding: 13px 30px;
        text-align: center;
        font-size: 1.4rem;
    }
    .m-textBtn::before {
        left: 15px;
        border-width: 4px 0 4px 6px;
    }
    .m-textBtn--rounded {
        min-width: 0;
    }
    .m-textBtn--rounded::before {
        margin-right: 15px;
    }
}

.m-textBtn2 {
    display: table;
    position: relative;
    width: auto;
    height: 74px;
    color: #FFF;
}

.m-textBtn2::before, .m-textBtn2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.m-textBtn2::before {
    background-image: linear-gradient(150deg, #4d438e 0%, #245597 100%);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.m-textBtn2::after {
    border: 2px solid transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.m-textBtn2>span {
    display: table-cell;
    padding: 10px 50px 10px 98px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.m-textBtn2 .m-transIcon {
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -9px;
}

.m-textBtn2__text {
    position: relative;
}

.m-textBtn2:hover {
    opacity: 1;
    color: #4D438E;
}

.m-textBtn2:hover::before {
    opacity: 0;
}

.m-textBtn2:hover::after {
    border-color: #4D438E;
}

@media screen and (max-width: 750px) {
    .m-textBtn2 {
        width: 100%;
        text-align: center;
    }
    .m-textBtn2>span {
        padding: 13px 40px;
        font-size: 1.4rem;
        line-height: 1.714285714;
    }
    .m-textBtn2 .m-transIcon {
        left: 15px;
        margin-top: -6px;
    }
    .m-textBtn2 .m-transIcon img {
        width: 12px;
    }
    .m-textBtn2:hover {
        -webkit-box-shadow: inset 0 0 0 1px #4D438E;
        box-shadow: inset 0 0 0 1px #4D438E;
    }
}

.m-linkList li~li {
    margin-top: 15px;
}

.m-linkList a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.m-linkList a::after {
    display: inline-block;
    margin: -3px 0 0 9px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.m-linkList a[target="_blank"]::after {
    content: "";
    width: 13px;
    height: 8px;
    background-image: url(../images/icon_external.png);
    background-size: auto 8px;
}

.m-linkList a[href$=".pdf"]::after, .m-linkList a[href$=".doc"]::after, .m-linkList a[href$=".docx"]::after, .m-linkList a[href$=".xls"]::after, .m-linkList a[href$=".xlsx"]::after {
    content: "";
    width: 15px !important;
    height: 18px !important;
    background-size: 15px !important;
}

.m-linkList a[href$=".pdf"]::after {
    background-image: url(../images/icon_pdf.png) !important;
}

.m-linkList a[href$=".doc"]::after, .m-linkList a[href$=".docx"]::after {
    background-image: url(../images/icon_word.png) !important;
}

.m-linkList a[href$=".xls"]::after, .m-linkList a[href$=".xlsx"]::after {
    background-image: url(../images/icon_excel.png) !important;
}

@media screen and (max-width: 750px) {
    .m-linkList a[target="_blank"]::after {
        width: 15px;
        height: 9px;
        background-size: auto 9px;
        vertical-align: 0;
    }
    .m-linkList a[href$=".pdf"]::after, .m-linkList a[href$=".doc"]::after, .m-linkList a[href$=".docx"]::after, .m-linkList a[href$=".xls"]::after, .m-linkList a[href$=".xlsx"]::after {
        vertical-align: -4px;
    }
}

.m-linkList a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.m-linkList a:hover {
    text-decoration: none;
}

.m-linkList a:hover::before {
    left: 5px;
}

@media screen and (max-width: 750px) {
    .m-linkList li~li {
        margin-top: 11px;
    }
    .m-linkList a {
        font-size: 1.4rem;
    }
    .m-linkList a::before {
        top: 7px;
        border-width: 4px 0 4px 6px;
    }
}

.m-linkBtnList {
    border-left: 1px solid #4D438E;
    font-size: 0;
    letter-spacing: normal;
}

.m-linkBtnList li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #4D438E;
    border-bottom: 1px solid #4D438E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.m-linkBtnList li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
    -webkit-transition-property: margin-left, border-color;
    transition-property: margin-left, border-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.m-linkBtnList li:hover {
    opacity: 1;
    background-color: #4D438E;
}

.m-linkBtnList li:hover::before {
    margin-left: 5px;
    border-left-color: #FFF;
}

.m-linkBtnList li:hover a {
    color: #FFF;
}

.m-linkBtnList a {
    display: table;
    width: 100%;
}

.m-linkBtnList a>span {
    display: table-cell;
    padding: 19px 35px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .5px;
    line-height: 1.538461538;
}

.m-linkBtnList a:hover {
    opacity: 1;
}

.m-linkBtnList--2col li {
    width: 50%;
}

.m-linkBtnList--2col li:nth-child(-n+2) {
    border-top: 1px solid #4D438E;
}

.m-linkBtnList--3col li {
    width: 33.333%;
}

.m-linkBtnList--3col li:nth-child(-n+3) {
    border-top: 1px solid #4D438E;
}

.m-linkBtnList--4col li {
    width: 25%;
}

.m-linkBtnList--4col li:nth-child(-n+4) {
    border-top: 1px solid #4D438E;
}

@media screen and (max-width: 750px) {
    .m-linkBtnList li::before {
        left: 15px;
        border-width: 4px 0 4px 6px;
    }
    .m-linkBtnList--2col li {
        width: 100%;
    }
    .m-linkBtnList--2col li:nth-child(-n+2) {
        border-top: none;
    }
    .m-linkBtnList--2col li:first-child {
        border-top: 1px solid #4D438E;
    }
    .m-linkBtnList--3col li, .m-linkBtnList--4col li {
        width: 50%;
    }
    .m-linkBtnList--3col li:nth-child(-n+3), .m-linkBtnList--3col li:nth-child(-n+4), .m-linkBtnList--4col li:nth-child(-n+3), .m-linkBtnList--4col li:nth-child(-n+4) {
        border-top: none;
    }
    .m-linkBtnList--3col li:nth-child(-n+2), .m-linkBtnList--4col li:nth-child(-n+2) {
        border-top: 1px solid #4D438E;
    }
}

.m-imageList {
    font-size: 0;
    letter-spacing: normal;
}

.m-imageList a {
    display: block;
    color: inherit;
}

.m-imageList__item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.m-imageList__item__image {
    text-align: center;
}

.m-imageList__item__image .m-image {
    display: inline-block;
    vertical-align: top;
}

.m-imageList__item__image .m-image__caption {
    text-align: left;
}

.m-imageList__item__body {
    margin-top: 22px;
    letter-spacing: .5px;
}

.m-imageList__item__hdg {
    margin-bottom: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5625;
}

.m-imageList__item__desc {
    font-size: 1.3rem;
    line-height: 2;
}

.m-imageList--2col {
    margin: -6% 0 0 -6%;
}

.m-imageList--2col .m-imageList__item {
    padding: 5.659674724% 0 0 5.659674724%;
    width: 50%;
}

@media screen and (min-width: 751px) {
    .m-imageList--2col--slimPad {
        margin: -2.631578947% 0 0 -2.631578947%;
    }
    .m-imageList--2col--slimPad .m-imageList__item {
        padding: 2.564102564% 0 0 2.564102564%;
    }
}

.m-imageList--3col {
    margin: -5% 0 0 -5%;
}

.m-imageList--3col .m-imageList__item {
    padding: 4.761904762% 0 0 4.761904762%;
    width: 33.333%;
}

.m-imageList--4col {
    margin: -3% 0 0 -3%;
}

.m-imageList--4col .m-imageList__item {
    padding: 2.91224928% 0 0 2.91224928%;
    width: 25%;
}

.m-imageList--4col .m-imageList__item__body {
    margin-top: 16px;
}

.m-imageList--4col .m-imageList__item__hdg {
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.m-imageList--4col .m-imageList__item__desc {
    font-size: 1.2rem;
    letter-spacing: normal;
}

@media screen and (max-width: 750px) {
    .m-imageList__item__body {
        margin-top: 20px;
    }
    .m-imageList__item__hdg {
        margin-bottom: 12px;
        line-height: 1.5;
    }
    .m-imageList__item__desc {
        font-size: 1.3rem;
        letter-spacing: .5px;
        line-height: 2.076923077;
    }
    .m-imageList--2col {
        margin: -25px 0 0 0;
    }
    .m-imageList--2col .m-imageList__item {
        padding: 25px 0 0 0;
        width: 100%;
    }
    .m-imageList--3col, .m-imageList--4col {
        margin: -17px 0 0 -17px;
    }
    .m-imageList--3col .m-imageList__item, .m-imageList--4col .m-imageList__item {
        padding: 17px 0 0 17px;
        width: 50%;
    }
}

.m-breadcrumb {
    font-size: 0;
}

.m-breadcrumb li {
    display: inline-block;
    vertical-align: top;
}

.m-breadcrumb li::before {
    content: ">";
    margin: 0 12px;
    font-size: 1.5rem;
    line-height: 1;
}

.m-breadcrumb li:first-child::before {
    content: none;
}

.m-breadcrumb span {
    font-size: 1.2rem;
}

.m-catLabel {
    display: inline-block;
    padding: 2px 0 2px 1px;
    width: 98px;
    text-align: center;
    background-color: #4D438E;
    color: #FFF;
    font-size: 1.1rem;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.m-arrow {
    display: inline-block;
    position: relative;
    width: 17px;
    height: 1px;
}

.m-arrow::before, .m-arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #FFF;
}

.m-arrow::before {
    left: 0;
    width: 100%;
    height: 1px;
}

.m-arrow::after {
    right: 0;
    bottom: 1px;
    width: 1px;
    height: 7px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-researchCard {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.m-researchCard a {
    display: block;
    position: relative;
    color: inherit;
    outline: none;
}

.m-researchCard__image>div {
    padding-top: 64.761904762%;
    background-position: 50%;
    background-size: cover;
}

.m-researchCard__body {
    padding: 30px 40px;
    background-color: #FFF;
}

.m-researchCard__title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2rem;
    line-height: 1.8;
}

.m-researchCard__subtitle {
    margin-top: 12px;
    font-size: 1.6rem;
}

.m-researchCard__meta {
    position: relative;
    margin-top: 18px;
    padding-top: 21px;
}

.m-researchCard__meta::before {
    content: "";
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4d4380), to(#05bacc));
    background-image: linear-gradient(-270deg, #4d4380 0%, #05bacc 100%);
}

.m-researchCard__meta .name {
    font-size: 1.4rem;
}

.m-researchCard__meta .title {
    margin-top: 6px;
    font-size: 1.4rem;
}

.m-researchCard__meta .date {
    margin-top: 8px;
    color: #4D438E;
    font-size: 1.3rem;
}

.m-researchCard__meta .date::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    background-image: url(../images/icon_clock.png);
    background-size: 13px;
    vertical-align: text-top;
}

@media screen and (max-width: 750px) {
    .m-researchCard__body {
        padding: 24px 7.52688172%;
    }
    .m-researchCard__title {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .m-researchCard__subtitle {
        font-size: 1.3rem;
    }
    .m-researchCard__meta {
        margin-top: 15px;
        padding-top: 16px;
    }
    .m-researchCard__meta .name {
        font-size: 1.3rem;
    }
    .m-researchCard__meta .title {
        font-size: 1.3rem;
    }
}

.m-colSet__col {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .m-colSet__col {
        display: block;
        margin-right: 0;
    }
    .m-colSet__col~.m-colSet__col {
        margin-top: 8px;
    }
}

/**
 * Component
 */

.c-pageHeader {
    background-image: linear-gradient(150deg, #3b3081 0%, #275393 100%);
    color: #FFF;
}

.c-pageHeader__container {
    margin: 0 auto;
    width: 1100px;
    height: 220px;
}

.c-pageHeader__hdg {
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-pageHeader__hdg [lang="en"] {
    display: block;
    margin-top: 3px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
    .c-pageHeader__container {
        padding: 40px 5.06667%;
        width: auto;
        height: auto;
    }
    .c-pageHeader__hdg {
        position: static;
        font-size: 2.5rem;
        -webkit-transform: none;
        transform: none;
    }
    .c-pageHeader__hdg [lang="en"] {
        margin-top: 2px;
        font-size: 1.3rem;
    }
}

/* 記事セット */

.articleSet>*~* {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .articleSet>*~* {
        margin-top: 30px;
    }
}

.c-bodyAndImage::after {
    content: "";
    display: block;
    clear: both;
}

.c-bodyAndImage__image {
    margin-bottom: 15px;
}

.c-bodyAndImage__image a {
    display: block;
}

.c-bodyAndImage__image--left {
    float: left;
    margin-right: 35px;
}

.c-bodyAndImage__image--right {
    float: right;
    margin-left: 35px;
}

.c-bodyAndImage__text {
    font-size: 1.6rem;
    line-height: 1.9;
}

.c-bodyAndImage__text b, .c-bodyAndImage__text strong {
    font-weight: bold;
}

.c-bodyAndImage__linkBtn {
    margin-top: 20px;
}

.c-bodyAndImage--framed {
    border: 6px solid #DBD9E8;
    padding: 5%;
}

@media screen and (max-width: 750px) {
    .c-bodyAndImage__image {
        text-align: center;
    }
    .c-bodyAndImage__image .m-image {
        width: auto !important;
    }
    .c-bodyAndImage__image--left, .c-bodyAndImage__image--right {
        float: none;
        margin: 0 0 18px;
    }
    .c-bodyAndImage__body .m-hdgMd {
        margin-left: 0 !important;
    }
    .c-bodyAndImage__text {
        font-size: 1.4rem;
    }
    .c-bodyAndImage__linkBtn {
        margin-top: 16px;
    }
    .c-bodyAndImage--framed {
        border-width: 3px;
        padding: 7.418397626%;
    }
}

.c-imageCentered {
    text-align: center;
}

.c-imageCentered .m-image {
    display: inline-block;
    vertical-align: top;
}

.c-wysiwyg--framed {
    border: 6px solid #DBD9E8;
    padding: 5%;
}

@media screen and (max-width: 750px) {
    .c-wysiwyg--framed {
        border-width: 3px;
        padding: 7.418397626%;
    }
    .c-wysiwyg--framed .m-tableWrapper {
        margin-right: -6.666666667vw;
    }
    .c-wysiwyg--framed .m-tableWrapper>div {
        padding-right: 6.666666667vw;
    }
}

.c-textBtn__btn {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .c-textBtn__btn {
        width: 100%;
    }
}

.c-qa__list>li~li {
    margin-top: 45px;
}

.c-qa__list__q, .c-qa__list__a {
    position: relative;
}

.c-qa__list__q::before, .c-qa__list__a::before {
    position: absolute;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
}

.c-qa__list__q {
    padding: 25px 25px 25px 55px;
    background-color: #EEE;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.6;
}

.c-qa__list__q::before {
    content: "Q";
    left: 20px;
    top: 23px;
    color: #4D438E;
}

.c-qa__list__a {
    padding: 20px 25px 0 56px;
}

.c-qa__list__a::before {
    content: "A";
    left: 19px;
    top: 16px;
    color: #245597;
}

.c-qa__list__a .m-wysiwyg {
    font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
    .c-qa__list>li~li {
        margin-top: 25px;
    }
    .c-qa__list__q::before, .c-qa__list__a::before {
        font-size: 3rem;
    }
    .c-qa__list__q {
        padding: 16px 16px 16px 40px;
        font-size: 1.7rem;
    }
    .c-qa__list__q::before {
        left: 14px;
        top: 12px;
    }
    .c-qa__list__a {
        padding: 16px 16px 0 40px;
    }
    .c-qa__list__a::before {
        left: 13px;
        top: 13px;
    }
}

.c-anchor {
    position: relative;
}

.c-anchor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #5A5A5A;
}

.c-anchor ul {
    overflow: hidden;
    font-size: 0;
    letter-spacing: normal;
}

.c-anchor li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #5A5A5A;
    vertical-align: top;
}

.c-anchor li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 1100px;
    height: 1px;
    background-color: #5A5A5A;
}

.c-anchor a {
    display: block;
    position: relative;
    padding: 16px 40px 16px 45px;
    color: #333;
    font-size: 1.3rem;
    letter-spacing: .5px;
}

.c-anchor a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 3px 0;
    border-top-color: #4D438E;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.c-anchor a:hover {
    opacity: 1;
    background-color: #DBD9E8;
    color: #4D438E;
}

.c-anchor a:hover::before {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .c-anchor li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #5A5A5A;
    }
    .c-anchor li::before {
        content: none;
    }
    .c-anchor a {
        padding: 11px 35px;
        color: #4D438E;
        font-size: 1.1rem;
    }
    .c-anchor a::before {
        left: 16px;
        border-width: 7px 4px 0;
    }
}

.c-html {
    font-size: 1.6rem;
    line-height: 2.125;
}

@media screen and (max-width: 750px) {
    .c-html {
        font-size: 1.4rem;
    }
}

.c-linkGroup__list {
    margin: -50px 0 0 -6%;
    font-size: 0;
    letter-spacing: normal;
}

.c-linkGroup__list__item {
    display: inline-block;
    padding: 50px 0 0 5.659674724%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: .5px;
}

.c-linkGroup__list__item__mainLink {
    display: block;
    color: inherit;
}

.c-linkGroup__list__item__mainLink__hdg {
    position: relative;
    border-bottom: 2px solid #4D438E;
    padding: 0 20px 15px 36px;
    color: #4D438E;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5625;
}

.c-linkGroup__list__item__mainLink__hdg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_arrow_purple_lg.png);
    background-size: 18px;
}

.c-linkGroup__list__item__mainLink__image {
    border-top: 3px solid #4D438E;
}

.c-linkGroup__list__item__mainLink__image img {
    width: 100%;
    height: auto;
}

.c-linkGroup__list__item__mainLink__desc {
    margin: 16px 0 18px;
    font-size: 1.3rem;
    line-height: 1.923076923;
}

.c-linkGroup__list__item__subLinkList li {
    border-bottom: 1px solid #4D438E;
}

.c-linkGroup__list__item__subLinkList li:first-child {
    border-top: 1px solid #4D438E;
}

.c-linkGroup__list__item__subLinkList a {
    display: block;
    position: relative;
    padding: 12px 20px 12px 48px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.692307692;
}

.c-linkGroup__list__item__subLinkList a::after {
    display: inline-block;
    margin: -3px 0 0 9px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.c-linkGroup__list__item__subLinkList a[target="_blank"]::after {
    content: "";
    width: 13px;
    height: 8px;
    background-image: url(../images/icon_external.png);
    background-size: auto 8px;
}

.c-linkGroup__list__item__subLinkList a[href$=".pdf"]::after, .c-linkGroup__list__item__subLinkList a[href$=".doc"]::after, .c-linkGroup__list__item__subLinkList a[href$=".docx"]::after, .c-linkGroup__list__item__subLinkList a[href$=".xls"]::after, .c-linkGroup__list__item__subLinkList a[href$=".xlsx"]::after {
    content: "";
    width: 15px !important;
    height: 18px !important;
    background-size: 15px !important;
}

.c-linkGroup__list__item__subLinkList a[href$=".pdf"]::after {
    background-image: url(../images/icon_pdf.png) !important;
}

.c-linkGroup__list__item__subLinkList a[href$=".doc"]::after, .c-linkGroup__list__item__subLinkList a[href$=".docx"]::after {
    background-image: url(../images/icon_word.png) !important;
}

.c-linkGroup__list__item__subLinkList a[href$=".xls"]::after, .c-linkGroup__list__item__subLinkList a[href$=".xlsx"]::after {
    background-image: url(../images/icon_excel.png) !important;
}

.c-linkGroup__list__item__subLinkList a[target="_blank"]::after {
    content: none;
}

@media screen and (max-width: 750px) {
    .c-linkGroup__list__item__subLinkList a[target="_blank"]::after {
        width: 15px;
        height: 9px;
        background-size: auto 9px;
        vertical-align: 0;
    }
    .c-linkGroup__list__item__subLinkList a[href$=".pdf"]::after, .c-linkGroup__list__item__subLinkList a[href$=".doc"]::after, .c-linkGroup__list__item__subLinkList a[href$=".docx"]::after, .c-linkGroup__list__item__subLinkList a[href$=".xls"]::after, .c-linkGroup__list__item__subLinkList a[href$=".xlsx"]::after {
        vertical-align: -4px;
    }
}

.c-linkGroup__list__item__subLinkList a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
    -webkit-transition-property: margin-left, border-color;
    transition-property: margin-left, border-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.c-linkGroup__list__item__subLinkList a .m-transIcon {
    margin: -2px 0 0 9px;
}

.c-linkGroup__list__item__subLinkList a:hover {
    opacity: 1;
    background-color: #4D438E;
    color: #FFF;
}

.c-linkGroup__list__item__subLinkList a:hover::before {
    margin-left: 5px;
    border-left-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-linkGroup__list {
        margin: 0;
    }
    .c-linkGroup__list__item {
        display: block;
        padding: 0;
        width: auto;
    }
    .c-linkGroup__list__item__mainLink__hdg {
        padding: 0 0 14px 32px;
        font-size: 1.5rem;
        line-height: 1.666666667;
    }
    .c-linkGroup__list__item__mainLink__hdg::before {
        top: 5px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
    .c-linkGroup__list__item__mainLink__image {
        border-top: 1px solid #4D438E;
    }
    .c-linkGroup__list__item__mainLink__desc {
        line-height: 1.846153846;
    }
    .c-linkGroup__list__item__subLinkList a {
        padding: 10px 20px 10px 45px;
        font-size: 1.2rem;
        line-height: 1.692307692;
    }
    .c-linkGroup__list__item__subLinkList a::before {
        margin-top: -3.5px;
    }
    .c-linkGroup__list__item__subLinkList a:hover {
        background-color: inherit;
        color: #4D438E;
    }
    .c-linkGroup__list__item__subLinkList a:hover::before {
        border-left-color: inherit;
    }
    .c-linkGroup__list__item~.c-linkGroup__list__item {
        margin-top: 45px;
    }
}

.c-relatedLink__list {
    margin: -6% 0 0 -6%;
    font-size: 0;
    letter-spacing: normal;
}

.c-relatedLink__list__item {
    display: inline-block;
    padding: 5.659674724% 0 0 5.659674724%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: .5px;
}

.c-relatedLink__list__item a {
    display: block;
    color: inherit;
}

.c-relatedLink__list__item a::after {
    content: "";
    display: block;
    clear: both;
}

.c-relatedLink__list__item__image {
    float: right;
    margin: 0 0 10px 5.599104143%;
    width: 33.59462486%;
}

.c-relatedLink__list__item__image img {
    width: 100%;
    height: auto;
}

.c-relatedLink__list__item__body {
    overflow: hidden;
}

.c-relatedLink__list__item__hdg {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #4D438E;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5625;
}

.c-relatedLink__list__item__hdg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
}

.c-relatedLink__list__item__desc {
    font-size: 1.3rem;
    line-height: 1.923076923;
}

@media screen and (max-width: 750px) {
    .c-relatedLink__list {
        margin: 0;
    }
    .c-relatedLink__list__item {
        display: block;
        padding: 0;
        width: auto;
    }
    .c-relatedLink__list__item__image {
        margin: 0 0 10px 5.934718101%;
        width: 35.61%;
    }
    .c-relatedLink__list__item__hdg {
        margin-bottom: 4px;
        padding-left: 25px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .c-relatedLink__list__item__hdg::before {
        top: 9px;
    }
    .c-relatedLink__list__item__desc {
        line-height: 1.846153846;
    }
    .c-relatedLink__list__item~.c-relatedLink__list__item {
        margin-top: 25px;
    }
}

.c-slideSet::after {
    content: "";
    display: block;
    clear: both;
}

.c-slideSet__hdg {
    display: inline-block;
    margin: 0 70px 30px 0;
    padding: 8px 32px;
    background-color: #4D438E;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: normal;
}

.c-slideSet__body {
    float: left;
    width: 52.63%;
}

.c-slideSet__descSlide {
    display: none;
}

.c-slideSet__descSlide__item {
    padding-right: 70px;
}

.c-slideSet__descSlide__item__hdg {
    margin-bottom: 12px;
    font-size: 2rem;
}

.c-slideSet__descSlide__item__text {
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 2;
}

.c-slideSet__descSlide.slick-initialized {
    display: block;
}

.c-slideSet__imageSlide {
    display: none;
    float: right;
    margin-bottom: 20px;
    width: 47.37%;
}

.c-slideSet__imageSlide__item {
    outline: none;
}

.c-slideSet__imageSlide__item img {
    width: 100%;
}

.c-slideSet__imageSlide .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 2px solid #4D438E;
    border-radius: 50%;
    margin-top: -15px;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 0;
}

.c-slideSet__imageSlide .slick-arrow>span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-slideSet__imageSlide .slick-arrow>span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    border-color: transparent;
    border-style: solid;
}

.c-slideSet__imageSlide .slick-prev {
    left: -16px;
}

.c-slideSet__imageSlide .slick-prev>span::before {
    margin-left: -4.5px;
    border-width: 4px 7px 4px 0;
    border-right-color: #4D438E;
}

.c-slideSet__imageSlide .slick-next {
    right: -16px;
}

.c-slideSet__imageSlide .slick-next>span::before {
    margin-left: -2.5px;
    border-width: 4px 0 4px 7px;
    border-left-color: #4D438E;
}

.c-slideSet__imageSlide .slick-dots {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.c-slideSet__imageSlide .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}

.c-slideSet__imageSlide .slick-dots button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #E6E6EA;
    font-size: 0;
}

.c-slideSet__imageSlide .slick-dots .slick-active button {
    background-color: #4D438E;
}

.c-slideSet__imageSlide.slick-initialized {
    display: block;
}

@media screen and (max-width: 750px) {
    .c-slideSet {
        padding-bottom: 22px;
    }
    .c-slideSet__hdg {
        margin: 0 0 18px 0;
        padding: 9px 35px;
        letter-spacing: .5px;
    }
    .c-slideSet__body {
        float: none;
        width: auto;
    }
    .c-slideSet__descSlide {
        margin: 0 -5.066666667vw;
    }
    .c-slideSet__descSlide__item {
        padding: 0 5.066666667vw;
    }
    .c-slideSet__descSlide__item__hdg {
        font-size: 1.6rem;
    }
    .c-slideSet__descSlide__item__text {
        font-size: 1.4rem;
        letter-spacing: .5px;
        line-height: 2.071428571;
    }
    .c-slideSet__imageSlide {
        float: none;
        margin: 18px 0 0;
        width: auto;
    }
    .c-slideSet__imageSlide .slick-arrow {
        border-width: 1px;
        margin-top: -17px;
        width: 34px;
        height: 34px;
    }
    .c-slideSet__imageSlide .slick-prev {
        left: -10px;
    }
    .c-slideSet__imageSlide .slick-next {
        right: -10px;
    }
    .c-slideSet__imageSlide .slick-dots li {
        margin: 0 4px;
    }
    .c-slideSet__imageSlide .slick-dots button {
        width: 10px;
        height: 10px;
    }
}

.c-getReader {
    border-width: 2px;
    padding: 15px;
}

.c-getReader .c-bodyAndImage__text {
    font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
    .c-getReader {
        padding: 12px;
    }
    .c-getReader .c-bodyAndImage__text {
        font-size: 1.2rem;
    }
}

.c-staffIntroTable {
    width: 100%;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}

.c-staffIntroTable .cont1 {
    border: none;
}

.c-staffIntroTable .cont2 {
    border-top: 1px dashed #C6C6C6;
    border-bottom: 1px dashed #C6C6C6;
}

.c-staffIntroTable .cont3 {
    border-bottom: 1px solid #C6C6C6;
}

.c-staffIntroTable th, .c-staffIntroTable td {
    font-size: 1.6rem;
    padding: 18px 20px;
}

.c-staffIntroTable th {
    width: 104px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #EBF2F8;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
}

.c-staffIntroTable td .horList {
    margin: -10px -10px 0;
    font-size: 0;
    letter-spacing: normal;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.c-staffIntroTable td .horList:last-of-type {
    margin-bottom: 0;
}

.c-staffIntroTable td .horList dt {
    display: inline-block;
    padding: 10px 10px 0;
    width: 22%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 1.4rem;
    letter-spacing: .5px;
    font-weight: bold;
    flex-shrink: 0;
}

.c-staffIntroTable dt a {
    color: inherit;
}

.c-staffIntroTable dt a::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 8px;
    width: 13px;
    height: 14px;
    background: url(../images/icon_arrow_purple2.png) no-repeat;
    background-size: 13px;
    vertical-align: -2px;
}

.c-staffIntroTable td .horList dd {
    padding: 10px 10px 0;
    font-size: 1.4rem;
    letter-spacing: .5px;
}

body.hosp .c-staffIntroTable th, body.hosp .c-staffIntroTable td {
    padding: 18px 20px;
}

body.hosp .c-staffIntroTable th {
    width: 140px;
    font-size: 1.6rem;
    font-weight: normal;
}

body.hosp .c-staffIntroTable td .vertList {
    margin: -18px -35px;
}

body.hosp .c-staffIntroTable td .vertList li {
    padding: 18px 35px;
    font-size: 1.6rem;
}

body.hosp .c-staffIntroTable td .vertList li~li {
    border-top: 1px solid #C6C6C6;
}

body.hosp .c-staffIntroTable td .name {
    font-size: 1.6rem;
}

body.hosp .c-staffIntroTable td .name a::after {
    vertical-align: -1px;
}

body.hosp .c-staffIntroTable td .specialty {
    margin-top: 3px;
    font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
    .c-staffIntroTable {
        width: 200%;
    }
    body.hosp .c-staffIntroTable th, body.hosp .c-staffIntroTable td {
        padding: 10px 15px;
        font-size: 1.2rem;
        white-space: normal;
    }
    .c-staffIntroTable td .horList {
        white-space: normal;
    }
    body.hosp .c-staffIntroTable {
        width: auto;
        min-width: 100%;
    }
    body.hosp .c-staffIntroTable th {
        width: 20%;
        font-size: 1.2rem;
        text-align: left;
        white-space: nowrap;
    }
    body.hosp .c-staffIntroTable td dt {
        font-size: 1.2rem;
        width: 16%;
    }
    body.hosp .c-staffIntroTable td dd {
        font-size: 1.2rem;
    }
    body.hosp .c-staffIntroTable td .name {
        font-size: 1.2rem;
    }
    body.hosp .c-staffIntroTable td .specialty {
        font-size: 1.2rem;
    }
}

.c-bannerList {
    margin: -12px 0 0 -12px;
    font-size: 0;
    letter-spacing: normal;
}

.c-bannerList li {
    display: inline-block;
    padding: 12px 0 0 12px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.c-bannerList a {
    display: block;
    position: relative;
}

.c-bannerList a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #CECCD8;
}

.c-bannerList a img {
    width: 100%;
}

.c-bannerList--3col li {
    width: 33.333%;
}

@media screen and (max-width: 750px) {
    .c-bannerList {
        margin: -10px 0 0 -10px;
    }
    .c-bannerList li {
        padding: 10px 0 0 10px;
        width: 50%;
    }
}

.c-gMap .gMap {
    position: relative;
    padding-top: 55.263157895%;
}

.c-gMap .gMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c-gMap .gMap .linkBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.c-gMap .gMap .linkBtn a {
    display: block;
    border: 1px solid #4D438E;
    border-radius: 100px;
    padding: 8px 18px;
    background-color: #FFF;
    color: #4D438E;
    font-size: 1.4rem;
}

.c-gMap .gMap .linkBtn a:hover {
    opacity: 1;
    background-color: #4D438E;
    color: #FFF;
}

.c-gMap .infoList {
    margin: 30px 0 0 -30px;
}

.c-gMap .infoList::after {
    content: "";
    display: block;
    clear: both;
}

.c-gMap .infoList li {
    float: left;
    padding-left: 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-gMap .infoList li::after {
    content: "";
    display: block;
    clear: both;
}

.c-gMap .infoList .icon {
    float: left;
    margin-right: 20px;
    padding-top: 4px;
}

.c-gMap .infoList .icon img {
    width: 40px;
}

.c-gMap .infoList .text {
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1.733333333;
}

@media screen and (max-width: 750px) {
    .c-gMap .gMap {
        padding-top: 74.074074074%;
    }
    .c-gMap .gMap .linkBtn {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-top: -20px;
        text-align: center;
    }
    .c-gMap .gMap .linkBtn a {
        display: inline-block;
        margin: auto;
        padding: 9px 22px;
        font-size: 1.3rem;
    }
    .c-gMap .infoList {
        margin: 35px 0 0;
    }
    .c-gMap .infoList li {
        float: none;
        padding-left: 0;
        width: auto;
    }
    .c-gMap .infoList li~li {
        margin-top: 15px;
        border-top: 1px solid rgba(77, 67, 142, 0.1);
        padding-top: 15px;
    }
    .c-gMap .infoList .icon {
        margin-right: 15px;
        padding-top: 4px;
    }
    .c-gMap .infoList .text {
        font-size: 1.4rem;
    }
}

.c-tabCont__tabList {
    margin-bottom: 35px;
    border-bottom: 2px solid #4D438E;
}

.c-tabCont__tabList::after {
    content: "";
    display: block;
    clear: both;
}

.c-tabCont__tabList li {
    float: left;
    width: 31.447368421%;
}

.c-tabCont__tabList li:nth-child(3) {
    float: right;
}

.c-tabCont__tabList li~li {
    margin-left: 2px;
}

.c-tabCont__tabList button {
    width: 100%;
    height: 80px;
    background-color: #DBD9E8;
    color: #4D438E;
    font-size: 1.5rem;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.c-tabCont__tabList button .m-transIcon {
    margin-bottom: 5px;
}

.c-tabCont__tabList button .m-transIcon img {
    height: 16px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.c-tabCont__tabList button .text {
    display: block;
}

.c-tabCont__tabList button.is-current {
    background-color: #4D438E;
    color: #FFF;
}

.c-tabCont__tabList button.is-current .m-transIcon img:first-child {
    opacity: 0;
}

.c-tabCont__tabContList li>section>*~* {
    margin-top: 25px;
}

.c-tabCont__tabContList li>section~section {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .c-tabCont__tabList {
        margin: 0 -5.066666667vw 24px;
        overflow: auto;
        font-size: 0;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .c-tabCont__tabList li {
        display: inline-block;
        float: none;
        width: auto;
        vertical-align: top;
    }
    .c-tabCont__tabList li:nth-child(3) {
        float: none;
    }
    .c-tabCont__tabList li~li {
        margin-left: 10px;
    }
    .c-tabCont__tabList button {
        border-radius: 5px 5px 0 0;
        padding: 0 15px;
        height: 55px;
        font-size: 1.3rem;
    }
    .c-tabCont__tabList button .m-transIcon {
        margin-bottom: 3px;
    }
    .c-tabCont__tabList button .m-transIcon img {
        height: 12px;
    }
}

/**
 * Page
 */

/* トップ */

body.top .l-footer .breadcrumbArea .m-breadcrumb {
    display: none;
    height: 0;
}

/* 汎用詳細 */

.p-genDet>section.news .sectHdg {
    margin-bottom: 18px;
    text-align: center;
    color: #4D438E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.2rem;
    letter-spacing: 2.5px;
}

.p-genDet>section.news li~li {
    border-top: 1px solid #B2AFC5;
}

.p-genDet>section.news a {
    color: inherit;
}

.p-genDet>section.news a:hover {
    opacity: 1;
}

.p-genDet>section.news article {
    display: table;
    width: 100%;
    height: 80px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.p-genDet>section.news article .meta, .p-genDet>section.news article .title {
    display: table-cell;
    vertical-align: middle;
}

.p-genDet>section.news article .meta {
    width: 326px;
}

.p-genDet>section.news article .meta .date, .p-genDet>section.news article .meta .m-catLabel {
    display: inline-block;
    vertical-align: middle;
}

.p-genDet>section.news article .meta .date {
    padding: 0 0 0 12px;
    width: 164px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
}

.p-genDet>section.news article .meta .date .lg {
    margin: 0 6px;
    vertical-align: -1px;
    font-size: 1.6rem;
}

.p-genDet>section.news article .meta .m-catLabel {
    padding: 4px 0 4px 1px;
    width: 9em;
    font-size: 1.3rem;
}

.p-genDet>section.news article .title {
    padding: 20px 100px 20px 0;
    color: #4D438E;
    font-size: 1.6rem;
}

.p-genDet>section.news article .title>span {
    display: inline-block;
    position: relative;
}

.p-genDet>section.news article.new .title>span {
    padding-right: 65px;
}

.p-genDet>section.news article.new .title>span::before {
    content: "NEW";
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #4D438E;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    color: #4D438E;
    font-size: 1rem;
    line-height: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-genDet>section.news a:hover article {
    background-color: #F7F7FA;
}

.p-genDet>section.news .listLinkBtn {
    margin-top: 30px;
    text-align: center;
}

.p-genDet>section.news .listLinkBtn a {
    display: inline-block;
    border: 1px solid #4D438E;
    padding: 23px 0;
    width: 445px;
    background-color: #FFF;
    color: inherit;
    font-size: 1.4rem;
}

.p-genDet>section.news .listLinkBtn a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #4D438E;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.p-genDet>section.news .listLinkBtn a:hover {
    opacity: 1;
    background-color: #4D438E;
    color: #FFF;
}

.p-genDet>section.news .listLinkBtn a:hover::before {
    border-left-color: #FFF;
}

.p-genDet>section.news--narrow article.new {
    position: relative;
}

.p-genDet>section.news--narrow article.new .title>span {
    position: static;
    padding-right: 0;
}

.p-genDet>section.news--narrow article.new .title>span::before {
    right: 30px;
}

.p-genDet>section.news+.articleSet {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .p-genDet>section.news article {
        display: block;
        padding: 10px 0;
        width: auto;
        height: auto;
    }
    .p-genDet>section.news article .meta, .p-genDet>section.news article .title {
        display: block;
    }
    .p-genDet>section.news article .meta {
        margin-bottom: 5px;
        width: auto;
    }
    .p-genDet>section.news article .meta .date {
        display: block;
        margin-bottom: 1px;
        padding: 0;
        width: auto;
        color: #4D438E;
        font-size: 1.3rem;
    }
    .p-genDet>section.news article .meta .date .lg {
        margin: 0 3px;
        vertical-align: baseline;
        font-size: inherit;
    }
    .p-genDet>section.news article .meta .m-catLabel {
        padding: 2px 0 2px 1px;
        width: 9em;
        font-size: 1.1rem;
    }
    .p-genDet>section.news article .title {
        padding: 0;
        font-size: 1.15rem;
    }
    .p-genDet>section.news article.new {
        position: relative;
    }
    .p-genDet>section.news article.new::before {
        content: "NEW";
        position: absolute;
        right: 0;
        top: 5px;
        border: 1px solid #4D438E;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFF;
        text-align: center;
        color: #4D438E;
        font-size: 1rem;
        line-height: 36px;
    }
    .p-genDet>section.news article.new .title>span {
        padding-right: 0;
    }
    .p-genDet>section.news article.new .title>span::before {
        content: none;
    }
    .p-genDet>section.news li:first-child article {
        padding-top: 0;
    }
    .p-genDet>section.news a:hover article {
        background-color: inherit;
    }
    .p-genDet>section.news .listLinkBtn {
        margin-top: 30px;
    }
    .p-genDet>section.news .listLinkBtn a {
        padding: 10px 0;
        width: 240px;
    }
    .p-genDet>section.news+.articleSet {
        margin-top: 50px;
    }
}

/* ニュース一覧 */

.p-newsList header {
    margin-bottom: 60px;
}

.p-newsList header .yearLinkListArea {
    margin-bottom: 22px;
}

.p-newsList header .yearLinkListArea::after {
    content: "";
    display: block;
    clear: both;
}

.p-newsList header .yearLinkListArea__inner {
    float: right;
}

.p-newsList header .yearLinkListArea__inner::after {
    content: "";
    display: block;
    clear: both;
}

.p-newsList header .yearLinkListArea__hdg {
    float: left;
    margin-right: 20px;
    color: #4D438E;
    font-size: 1.4rem;
}

.p-newsList header .yearLinkListArea .yearLinkList {
    padding-top: 2px;
    overflow: hidden;
}

.p-newsList header .yearLinkListArea .yearLinkList li {
    float: left;
    margin: 0 0 8px 18px;
    border-right: 1px solid #BDBDBD;
    padding-right: 18px;
}

.p-newsList header .yearLinkListArea .yearLinkList li:last-child {
    border-right: none;
}

.p-newsList header .yearLinkListArea .yearLinkList a {
    color: #BDBDBD;
    font-size: 1.3rem;
}

.p-newsList header .yearLinkListArea .yearLinkList .current a {
    color: #4D438E;
}

.p-newsList header .refineArea {
    position: relative;
    color: #4D438E;
}

.p-newsList header .refineArea__hdg {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 2.4rem;
}

.p-newsList header .refineArea__hdg::before {
    content: "";
    position: absolute;
    left: 0;
    top: .35em;
    width: 26px;
    height: 20px;
    background: url(../images/icon_3bar_purple.png) no-repeat;
    background-size: auto 20px;
}

.p-newsList header .refineArea .refineList {
    margin: -5px 0 0 -5px;
}

.p-newsList header .refineArea .refineList::after {
    content: "";
    display: block;
    clear: both;
}

.p-newsList header .refineArea .refineList li {
    float: left;
    padding: 5px 0 0 5px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-newsList header .refineArea .refineList button {
    width: 100%;
    height: 30px;
    background-color: #DBD9E8;
    text-align: center;
    font-size: 1.3rem;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.p-newsList header .refineArea .refineList button.is-active {
    background-color: #4D438E;
    color: #FFF;
}

.p-newsList header .refineArea .refineResetBtn {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 1.3rem;
}

.p-newsList header .refineArea .refineResetBtn::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 12px;
    background: url(../images/icon_rollback_purple.png);
    background-size: 15px;
}

.p-newsList .articleList {
    border-top: 1px solid #4D438E;
}

.p-newsList .articleList li {
    border-bottom: 1px solid #4D438E;
}

.p-newsList .articleList a {
    color: inherit;
}

.p-newsList .articleList a:hover {
    opacity: 1;
    color: #4D438E;
}

.p-newsList .articleList article {
    display: table;
    width: 100%;
    height: 84px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.p-newsList .articleList article .meta, .p-newsList .articleList article .title {
    display: table-cell;
    vertical-align: middle;
}

.p-newsList .articleList article .meta {
    width: 296px;
}

.p-newsList .articleList article .meta .date, .p-newsList .articleList article .meta .m-catLabel {
    display: inline-block;
    vertical-align: middle;
}

.p-newsList .articleList article .meta .date {
    padding: 0 0 0 23px;
    width: 164px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-newsList .articleList article .meta .date .lg {
    margin: 0 10px 0 7px;
    vertical-align: -1px;
    font-size: 1.4rem;
}

.p-newsList .articleList article .title {
    padding: 20px 100px 20px 0;
    font-size: 1.4rem;
}

.p-newsList .articleList article.new {
    position: relative;
}

.p-newsList .articleList article.new::before {
    content: "NEW";
    position: absolute;
    right: 30px;
    top: 50%;
    border: 1px solid #4D438E;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    color: #4D438E;
    line-height: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-newsList .articleList a:hover article {
    background-color: #F7F7FA;
}

@media screen and (max-width: 750px) {
    .p-newsList header {
        margin-bottom: 40px;
    }
    .p-newsList header .yearLinkListArea {
        margin-bottom: 24px;
    }
    .p-newsList header .yearLinkListArea__inner {
        float: none;
    }
    .p-newsList header .yearLinkListArea__hdg {
        margin-right: 5px;
    }
    .p-newsList header .refineArea__hdg {
        margin-bottom: 20px;
    }
    .p-newsList header .refineArea .refineList {
        margin: -2px 0 0 -2px;
    }
    .p-newsList header .refineArea .refineList li {
        padding: 2px 0 0 2px;
        width: 33.333%;
    }
    .p-newsList header .refineArea .refineResetBtn {
        display: block;
        position: static;
        margin: 30px auto 0;
        padding: 0 25px;
        height: 40px;
        border-radius: 100px;
        background-color: #9B9B9B;
        color: #FFF;
    }
    .p-newsList header .refineArea .refineResetBtn::before {
        background-image: url(../images/icon_rollback_white.png);
    }
    .p-newsList .articleList article {
        display: block;
        padding: 30px 60px 24px 0;
        width: auto;
        height: auto;
    }
    .p-newsList .articleList article .meta, .p-newsList .articleList article .title {
        display: block;
    }
    .p-newsList .articleList article .meta {
        margin-bottom: 12px;
        width: auto;
    }
    .p-newsList .articleList article .meta .date {
        padding: 0;
        width: 134px;
    }
    .p-newsList .articleList article .title {
        padding: 0;
        font-size: 1.6rem;
    }
    .p-newsList .articleList article.new::before {
        right: 0;
    }
}

@media screen and (max-width: 350px) {
    .p-newsList header .yearLinkListArea .yearLinkList li {
        margin: 0 0 8px 15px;
        padding-right: 15px;
    }
    .p-newsList header .refineArea .refineList li {
        width: 50%;
    }
}

/* ニュース詳細 */

.p-newsDet header {
    margin-bottom: 40px;
    border-bottom: 2px solid #4D438E;
    padding-bottom: 28px;
}

.p-newsDet header .meta {
    margin-bottom: 20px;
}

.p-newsDet header .meta .date, .p-newsDet header .meta .m-catLabel {
    display: inline-block;
    vertical-align: 0;
}

.p-newsDet header .meta .date {
    margin-right: 26px;
}

.p-newsDet header .meta .date .lg {
    margin: 0 10px 0 7px;
    vertical-align: -1px;
    font-size: 1.4rem;
}

.p-newsDet header .hdg {
    color: #4D438E;
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 1.8;
}

.p-newsDet .relatedLink {
    margin-top: 90px;
}

.p-newsDet .backLink {
    margin-top: 70px;
    text-align: center;
}

.p-newsDet .backLink .m-textBtn {
    padding-right: 50px;
}

@media screen and (max-width: 750px) {
    .p-newsDet header .meta .date {
        margin-right: 20px;
    }
    .p-newsDet .backLink {
        margin-top: 60px;
    }
}

/* 研究室詳細 */

.p-labDet .infoArea {
    padding: 25px;
    background-color: #F7F7FA;
}

.p-labDet .infoArea ul {
    margin: -10px -14px 0;
    text-align: center;
}

.p-labDet .infoArea li {
    display: inline-block;
    margin: 15px 14px 0;
    vertical-align: top;
}

.p-labDet .infoArea a {
    font-size: 1.4rem;
}

.p-labDet .infoArea a::before {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.p-labDet .infoArea .link a::before {
    content: "";
    margin-top: -4px;
    width: 21px;
    height: 24px;
    background: url(../images/icon_website.png) no-repeat;
    background-size: auto 24px;
}

.p-labDet .infoArea .tel a::before {
    content: "";
    margin-top: -4px;
    width: 17px;
    height: 24px;
    background: url(../images/icon_smartphone.png) no-repeat;
    background-size: auto 24px;
}

.p-labDet .infoArea .email a::before {
    content: "";
    width: 25px;
    height: 16px;
    background: url(../images/icon_mail.png) no-repeat;
    background-size: 25px;
}

.p-labDet .staffArea, .p-labDet .articleSet {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .p-labDet .infoArea {
        padding: 25px 35px;
    }
    .p-labDet .infoArea ul {
        margin: 0;
        text-align: left;
    }
    .p-labDet .infoArea li {
        display: block;
        margin: 0;
    }
    .p-labDet .infoArea li~li {
        margin-top: 20px;
    }
    .p-labDet .infoArea a {
        display: inline-block;
        position: relative;
        padding-left: 35px;
    }
    .p-labDet .infoArea a::before {
        position: absolute;
        margin-right: 0;
    }
    .p-labDet .infoArea .link a::before {
        left: 2px;
        top: -2px;
        margin-top: 0;
    }
    .p-labDet .infoArea .tel a::before {
        left: 4px;
        top: -2px;
        margin-top: 0;
    }
    .p-labDet .infoArea .email a::before {
        left: 0;
        top: 5px;
    }
    .p-labDet .staffArea, .p-labDet .articleSet {
        margin-top: 55px;
    }
}

/* 診療科一覧 */

.p-deptList .c-anchor {
    margin-bottom: 95px;
}

.p-deptList .sectLg~.sectLg {
    margin-top: 120px;
}

.p-deptList .deptGroupList .deptGroupListItem {
    padding: 25px 20px 30px;
}

.p-deptList .deptGroupList .deptGroupListItem__hdg {
    margin-bottom: 2px;
    text-align: center;
    color: #005EAD;
    font-size: 1.8rem;
    font-weight: bold;
}

.p-deptList .deptGroupList .deptGroupListItem__list {
    margin-left: -22px;
    font-size: 0;
    letter-spacing: normal;
}

.p-deptList .deptGroupList .deptGroupListItem__list li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: .5px;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink {
    display: table;
    position: relative;
    border-bottom: 2px solid #005EAD;
    width: 100%;
    height: 104px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-left-color: #005EAD;
    -webkit-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink>span {
    display: table-cell;
    padding: 2px 100px 0 40px;
    vertical-align: middle;
    font-size: 1.6rem;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink:hover {
    opacity: 1;
    background-color: #005EAD;
    color: #FFF;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink:hover::before {
    border-left-color: #FFF;
}

.p-deptList .deptGroupList .deptGroupListItem__list .noTablePageLink .pageLink>span {
    padding-right: 20px;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    color: #005EAD;
    font-size: 1.2rem;
    letter-spacing: normal;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink .m-transIcon {
    margin: 14px 0 6px;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink .text {
    display: block;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink:hover {
    opacity: 1;
    background-color: #005EAD;
    color: #FFF;
}

.p-deptList .deptGroupList .deptGroupListItem:nth-child(odd) {
    background-color: #EFF2F4;
}

.p-deptList .deptGroupList .deptGroupListItem:nth-child(even) .tablePageLink {
    background-color: #EFF2F4;
}

.p-deptList .deptGroupList .deptGroupListItem:nth-child(even) .tablePageLink:hover {
    background-color: #005EAD;
}

.p-deptList .deptList {
    margin: -16px 0 0 -16px;
    font-size: 0;
    letter-spacing: normal;
}

.p-deptList .deptList li {
    display: inline-block;
    padding: 16px 0 0 16px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: .5px;
}

.p-deptList .deptList a {
    color: inherit;
}

.p-deptList .deptList .hdg {
    display: table;
    position: relative;
    width: 100%;
}

.p-deptList .deptList .hdg::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -4px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-left-color: #005EAD;
    -webkit-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
}

.p-deptList .deptList .hdg>span {
    display: table-cell;
    padding: 20px 24px 20px 42px;
    vertical-align: middle;
    font-size: 1.6rem;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.p-deptList .deptList a:hover .hdg::before {
    border-left-color: #FFF;
}

.p-deptList .deptList a:hover .hdg>span {
    background-color: #005EAD;
    color: #FFF;
}

.p-deptList .deptList .desc {
    border-bottom: 2px solid #005EAD;
    padding: 18px 30px;
    background-color: #EFF2F4;
    font-size: 1.4rem;
    line-height: 1.93;
}

@media screen and (max-width: 750px) {
    .p-deptList .c-anchor {
        margin-bottom: 60px;
    }
    .p-deptList .sectLg~.sectLg {
        margin-top: 55px;
    }
    .p-deptList .deptGroupList {
        margin: 0 -5.066666667vw;
    }
    .p-deptList .deptGroupList .deptGroupListItem {
        padding: 12px 5.06667% 25px;
    }
    .p-deptList .deptGroupList .deptGroupListItem__hdg {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list {
        margin-left: 0;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list li {
        display: block;
        padding-left: 0;
        width: auto;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .pageLink {
        border-bottom-width: 1px;
        height: 68px;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .pageLink::before {
        left: 15px;
        border-width: 4px 0 4px 7px;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .pageLink>span {
        padding: 2px 75px 0 35px;
        font-size: 1.3rem;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .noTablePageLink .pageLink>span {
        padding-right: 15px;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink {
        right: 15px;
        margin-top: -23px;
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink .m-transIcon {
        margin: 10px 0 4px;
    }
    .p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink .m-transIcon img {
        width: 11px;
    }
    .p-deptList .deptList {
        margin: 0;
    }
    .p-deptList .deptList li {
        display: block;
        padding: 0;
        width: auto;
    }
    .p-deptList .deptList li~li {
        margin-top: 16px;
    }
    .p-deptList .deptList .hdg::before {
        left: 22px;
        border-width: 4px 0 4px 7px;
    }
    .p-deptList .deptList .hdg>span {
        padding: 20px 24px 20px 40px;
        font-size: 1.3rem;
    }
    .p-deptList .deptList .desc {
        border-bottom: 1px solid #005EAD;
        font-size: 1.2rem;
    }
}

/* 診療科詳細 */

.p-deptDet>*~* {
    margin-top: 60px;
}

.p-deptDet .informationArea {
    border-collapse: collapse;
    margin-bottom: 60px;
    width: 100%;
}

.p-deptDet .informationArea th, .p-deptDet .informationArea td {
    font-size: 1.6rem;
    vertical-align: middle;
    border: 1px solid #C6C6C6;
    padding: 20px;
}

.p-deptDet .informationArea th {
    font-weight: bold;
    background-color: #EBF2F8;
    color: #005EAD;
}

.m-wysiwyg .dept-menu ul li::before {
    content: none;
}

.m-wysiwyg .dept-menu ul li {
    margin: 0;
    padding: 0;
}

.m-wysiwyg .dept-menu ul .at {
    margin: 0;
    padding: 15px 20px 10px;
}

.m-wysiwyg .dept-menu ul li a::after {
    margin: 0 0 0 10px;
}

.dept-menu ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid #005EAD;
}

.dept-menu .bumon {
    display: flex;
    justify-content: flex-start;
    border-bottom: 5px solid #005EAD;
}

.dept-menu ul li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.857142857;
}

.dept-menu .bumon li {
    margin-right: 10px;
}

.dept-menu ul .at {
    color: #fff;
    background: #005EAD;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
}

.dept-menu ul .at::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #fff;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 10px;
}

.dept-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005EAD;
    border: 1px solid #005EAD;
    border-bottom: none;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
}

.dept-menu ul .out {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005EAD;
    border: 1px solid #005EAD;
    border-bottom: none;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
    background: #C4C4C4;
}

.dept-menu ul li a::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-left-color: #005EAD;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 10px;
}

.dept-menu ul li a:hover {
    color: #fff;
    background: #005EAD;
    opacity: 1;
}

.dept-menu ul li a:hover::after {
    border-left-color: #fff;
}

.p-deptDet .medicalTreatmentContentArea .text {
    font-size: 1.6rem;
    line-height: 1.9;
}

.p-deptDet .leadArea .doctorTableLink {
    margin-bottom: 21px;
}

.p-deptDet .leadArea .desc {
    margin-bottom: 45px;
}

.p-deptDet .leadArea .desc .m-wysiwyg {
    line-height: 2;
}

.p-deptDet .profList__item {
    border: 2px solid #C4C4C4;
    padding: 50px 40px;
}

.p-deptDet .profList__item .header {
    position: relative;
    padding-right: 160px;
    min-height: 184px;
}

.p-deptDet .profList__item .header .copy {
    margin-bottom: 30px;
    color: #005EAD;
    font-size: 1.8rem;
}

.p-deptDet .profList__item .header .title {
    margin-bottom: 7px;
    font-size: 1.4rem;
}

.p-deptDet .profList__item .header .name, .p-deptDet .profList__item .header .post {
    display: inline;
}

.p-deptDet .profList__item .header .name {
    margin-right: 6px;
    font-size: 3.1rem;
}

.p-deptDet .profList__item .header .post {
    font-size: 1.8rem;
}

.p-deptDet .profList__item .header .enName {
    margin-top: 1px;
    color: #005EAD;
    font-size: 1.3rem;
}

.p-deptDet .profList__item .header .image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 142px;
}

.p-deptDet .profList__item .header .image img {
    max-width: 100%;
}

.p-deptDet .profList__item .specialty, .p-deptDet .profList__item .appeal {
    margin-top: 50px;
}

.p-deptDet .profList__item .specialty .m-wysiwyg, .p-deptDet .profList__item .appeal .m-wysiwyg {
    font-size: 1.4rem;
    line-height: 1.85;
}

.p-deptDet .profList__item~.profList__item {
    margin-top: 30px;
}

.p-deptDet .diseaseArea .text {
    color: #888;
    font-size: 1.2rem;
    line-height: 2.2;
}

.p-deptDet .relatedLink .c-textBtn__btn {
    display: block;
}

.p-deptDet .relatedLink .c-textBtn__btn~.c-textBtn__btn {
    margin-top: 15px;
}

.p-deptDet .m-wysiwyg table {
    border-collapse: collapse;
    margin-bottom: 60px;
    width: 100%;
}

.p-deptDet .m-wysiwyg table th, .p-deptDet .m-wysiwyg table td {
    font-size: 1.6rem;
    vertical-align: middle;
    border: 1px solid #C6C6C6;
    padding: 20px;
}

.p-deptDet .m-wysiwyg table th {
    text-align: left;
    font-weight: bold;
    background-color: #EBF2F8;
    color: #005EAD;
}

.p-deptDet .m-wysiwyg table .midashi {
    text-align: center;
    font-weight: bold;
    background-color: #005EAD;
    color: #fff;
}

.dept-menu .centermenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005EAD;
    border: 1px solid #005EAD;
    border-bottom: none;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
    line-height: 1.5;
    text-align: center;
}

.dept-menu .centermenu .at {
    color: #fff;
    background: #005EAD;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 10px;
    border-radius: 4px 4px 0 0;
    line-height: 1.5;
    text-align: center;
}

.dept-menu .groupmenu {
    justify-content: flex-start;
}

.m-wysiwyg .dept-menu .groupmenu li {
    margin-right: 10px;
}

.p-deptDet .sp-only {
    display: none;
}

.p-deptDet .pc-only {
    display: block;
}

@media screen and (max-width: 750px) {
    .p-deptDet>*~* {
        margin-top: 30px;
    }
    .p-deptDet .leadArea .doctorTableLink {
        margin-bottom: 25px;
    }
    .p-deptDet .leadArea .desc {
        margin-bottom: 28px;
    }
    .p-deptDet .profList__item {
        padding: 35px 20px 60px;
    }
    .p-deptDet .profList__item .header {
        position: static;
        padding-right: 0;
        min-height: 100px;
    }
    .p-deptDet .profList__item .header .copy {
        font-size: 1.7rem;
    }
    .p-deptDet .profList__item .header .personalInfo {
        position: relative;
        padding-right: 110px;
    }
    .p-deptDet .profList__item .header .title {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    .p-deptDet .profList__item .header .name {
        margin-right: 6px;
        font-size: 2.7rem;
    }
    .p-deptDet .profList__item .header .post {
        font-size: 1.7rem;
    }
    .p-deptDet .profList__item .header .enName {
        margin-top: 0;
        font-size: 1.2rem;
    }
    .p-deptDet .profList__item .header .image {
        max-width: 100px;
    }
    .p-deptDet .profList__item .specialty, .p-deptDet .profList__item .appeal {
        margin-top: 25px;
    }
    .p-deptDet .profList__item .specialty .m-wysiwyg, .p-deptDet .profList__item .appeal .m-wysiwyg {
        font-size: 1.5rem;
    }
    .p-deptDet .profList__item~.profList__item {
        margin-top: 15px;
    }
    .p-deptDet .diseaseArea .text {
        color: #888;
        font-size: 1.2rem;
        line-height: 2.2;
    }
    .p-deptDet .relatedLink .c-textBtn__btn {
        display: block;
    }
    .p-deptDet .relatedLink .c-textBtn__btn~.c-textBtn__btn {
        margin-top: 15px;
    }
    .p-deptDet .informationArea {
        margin-bottom: 30px;
    }
    .p-deptDet .informationArea th, .p-deptDet .informationArea td {
        font-size: 1.2rem;
        padding: 10px;
    }
    .dept-menu ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: none;
    }
    .dept-menu ul li {
        font-weight: bold;
        width: 49.5%;
        font-size: 1.2rem;
        margin-bottom: 3px;
        display: flex;
    }
    .m-wysiwyg .dept-menu ul li {
        margin-bottom: 3px;
    }
    .dept-menu ul li a {
        border-radius: 0;
        border-bottom: 1px solid #005EAD;
        width: 100%;
        padding: 15px 5px 10px;
        box-sizing: border-box;
    }
    .dept-menu ul .at {
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 15px 5px 10px;
    }

    .dept-menu ul .out {
        border-radius: 0;
        border-bottom: 1px solid #005EAD;
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 15px 5px 10px;
    }
    
    .m-wysiwyg .dept-menu ul .at {
        margin-bottom: 3px;
    }
    .dept-menu .bumon {
        justify-content: space-between;
        border-bottom: none;
    }
    .dept-menu .bumon li {
        margin-right: 0;
    }
    .dept-menu .centermenu li a {
        border-bottom: 1px solid #005EAD;
        border-radius: 0;
        padding: 15px 5px 10px;
    }
    .dept-menu .centermenu .at {
        border-radius: 0;
        padding: 15px 5px 10px;
    }

    .p-deptDet .m-wysiwyg table {
        width: 100%;
    }
    .p-deptDet .m-wysiwyg table th, .p-deptDet .m-wysiwyg table td {
        font-size: 1.2rem;
        padding: 10px;
    }

    .p-deptDet .sp-only {
        display: block;
    }
    
    .p-deptDet .pc-only {
        display: none;
    }
}

/* 研究特集一覧 */

.researchListPageHeader {
    position: relative;
    height: 515px;
    overflow: hidden;
}

.researchListPageHeader__frame {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    border-radius: 50%;
    width: 142.857142857%;
    height: 166.019417476%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

.researchListPageHeader__container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    padding-top: 86px;
    width: 1100px;
    height: 515px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
}

.researchListPageHeader__hdg {
    font-size: 4rem;
    letter-spacing: 1.5px;
}

.researchListPageHeader__desc {
    position: relative;
    margin-top: 55px;
}

.researchListPageHeader__desc::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 27px -30px;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

.researchListPageHeader__desc>p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 2.5;
}

.researchListPageHeader__desc>p~p {
    margin-top: 16px;
}

.researchListPageHeader__bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 515px;
    width: 100vw;
    min-width: 1400px;
    background: url(../images/img_research_01.jpg) 50% 50%;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .researchListPageHeader {
        height: 117.33333vw;
    }
    .researchListPageHeader__frame {
        width: 200%;
        height: 140.666666667%;
    }
    .researchListPageHeader__container {
        padding-top: 13.333333333vw;
        width: 100vw;
        height: 117.33333vw;
    }
    .researchListPageHeader__hdg {
        font-size: 8vw;
    }
    .researchListPageHeader__desc {
        margin-top: 11.2%;
    }
    .researchListPageHeader__desc::before {
        margin-bottom: 5.866666667%;
    }
    .researchListPageHeader__desc>p {
        font-size: 4vw;
        letter-spacing: .5px;
        line-height: 2;
    }
    .researchListPageHeader__desc>p~p {
        margin-top: 1.6%;
    }
    .researchListPageHeader__bg {
        height: 117.33333vw;
        min-width: 0;
        background-image: url(../images/img_research_01_sp.jpg);
    }
}

.p-researchList .researchListArea {
    position: relative;
    margin-top: 60px;
    padding-bottom: 70px;
    background-image: linear-gradient(180deg, white 0%, white 600px, #e7e6ee 600px, white 100%);
}

.p-researchList .researchListArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 1130px;
    background: url(../images/img_wave_green_purple_grad.png);
    background-size: 100% 1130px;
}

.p-researchList .researchListArea__inner {
    margin: auto;
    width: 1100px;
}

.p-researchList .researchListArea__hdg {
    margin-bottom: 60px;
    text-align: center;
    color: #4D438E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.2rem;
    letter-spacing: 2px;
}

.p-researchList .researchList {
    margin: -50px 0 0 -50px;
    font-size: 0;
    letter-spacing: normal;
}

.p-researchList .researchList li {
    display: inline-block;
    padding: 50px 0 0 50px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: .5px;
}

.p-researchList .researchList li:first-child {
    display: block;
    margin: 0 -100px 30px;
    width: auto;
}

.p-researchList .researchList li:first-child .m-researchCard {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p-researchList .researchList li:first-child .m-researchCard a::after {
    content: "";
    display: block;
    clear: both;
}

.p-researchList .researchList li:first-child .m-researchCard__image {
    float: left;
    width: 56.923076923%;
}

.p-researchList .researchList li:first-child .m-researchCard__body {
    position: absolute;
    right: 0;
    top: 70px;
    padding: 60px 60px;
    width: 620px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.p-researchList .researchList li:first-child .m-researchCard__title {
    font-size: 2.4rem;
    line-height: 1.666666667;
}

.p-researchList .researchList li:first-child .m-researchCard__meta {
    margin-top: 26px;
    padding-top: 26px;
}

@media screen and (max-width: 750px) {
    .p-researchList .researchListArea {
        margin: 25px -5.066666667vw 0;
        padding-bottom: 35px;
        background-image: linear-gradient(180deg, white 0%, white 450px, #e7e6ee 450px, white 100%);
    }
    .p-researchList .researchListArea::before {
        top: 55px;
        height: 758px;
        background-image: url(../images/img_wave_green_purple_grad_sm.png);
        background-size: 100% 758px;
    }
    .p-researchList .researchListArea__inner {
        padding: 0 5.066666667vw;
        width: auto;
    }
    .p-researchList .researchListArea__hdg {
        margin-bottom: 30px;
        font-size: 3.1rem;
        letter-spacing: 1.5px;
    }
    .p-researchList .researchList {
        margin: 0;
    }
    .p-researchList .researchList li {
        display: block;
        padding: 0;
        width: auto;
    }
    .p-researchList .researchList li~li {
        margin-top: 40px;
    }
    .p-researchList .researchList li:first-child {
        margin: 0;
    }
    .p-researchList .researchList li:first-child .m-researchCard__image {
        float: none;
        margin: 0 -5.066666667vw;
        width: auto;
    }
    .p-researchList .researchList li:first-child .m-researchCard__body {
        position: relative;
        right: auto;
        top: 0;
        margin-top: -25px;
        padding: 24px 7.52688172%;
        width: auto;
    }
    .p-researchList .researchList li:first-child .m-researchCard__title {
        font-size: 1.8rem;
        line-height: 1.555555556;
    }
    .p-researchList .researchList li:first-child .m-researchCard__meta {
        margin-top: 15px;
        padding-top: 16px;
    }
}

/* 研究特集詳細 */

.p-researchDet {
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
}

.p-researchDet .descArea {
    display: table;
    padding: 30px 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F1F0F5;
}

.p-researchDet .descArea__hdg, .p-researchDet .descArea__text {
    display: table-cell;
    vertical-align: middle;
}

.p-researchDet .descArea__hdg {
    width: 220px;
    color: #4D438E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
}

.p-researchDet .descArea__text {
    font-size: 1.4rem;
    line-height: 2.285714286;
}

.p-researchDet .profileArea {
    margin-top: 60px;
}

.p-researchDet .profileArea__hdg {
    margin: -.3em 0 16px;
}

.p-researchDet .profileArea__name {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
}

.p-researchDet .profileArea__title {
    font-size: 1.6rem;
    line-height: 2.125;
}

.p-researchDet .profileArea .c-bodyAndImage__body {
    margin-left: -5px;
    padding-left: 5px;
}

.p-researchDet .profileArea .c-bodyAndImage__text {
    margin-top: 12px;
    line-height: 2.125;
}

.p-researchDet .articleSet {
    margin-top: 64px;
}

.p-researchDet+.otherResearchArea {
    margin: 90px 0 -204px;
    padding-bottom: 280px;
    background: url(../images/img_wave_purple_grad.png) 0 45px;
    background-size: 100% 100%;
    overflow: hidden;
}

.p-researchDet+.otherResearchArea .otherResearchArea__hdg {
    margin-bottom: 50px;
    text-align: center;
    color: #4D438E;
    font-size: 3.4rem;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide {
    margin: auto;
    width: 1100px;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide__item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-item.active a::before {
    content: none;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-stage-outer {
    overflow: visible;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-nav>button {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #4D438E;
    font-size: 0;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-nav>button::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 18px;
    background: url(../images/arrow_up.png) no-repeat;
    background-size: auto 18px;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-prev {
    right: 50%;
    margin-right: 520px;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-prev::before {
    margin-right: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-next {
    left: 50%;
    margin-left: 520px;
}

.p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-next::before {
    margin-left: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 750px) {
    .p-researchDet {
        width: auto;
    }
    .p-researchDet .descArea {
        padding: 15px 5.934718101% 20px;
    }
    .p-researchDet .descArea__hdg, .p-researchDet .descArea__text {
        display: block;
    }
    .p-researchDet .descArea__hdg {
        margin-bottom: 2px;
        width: auto;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
    .p-researchDet .descArea__text {
        line-height: 1.785714286;
    }
    .p-researchDet .profileArea {
        margin-top: 30px;
    }
    .p-researchDet .profileArea__hdg {
        margin: 0 0 10px;
    }
    .p-researchDet .profileArea__name {
        margin-bottom: 7px;
        font-size: 1.8rem;
    }
    .p-researchDet .profileArea__title {
        font-size: 1.4rem;
    }
    .p-researchDet .profileArea .c-bodyAndImage__body {
        margin-right: 0 !important;
    }
    .p-researchDet .profileArea .c-bodyAndImage__text {
        margin-top: 6px;
        line-height: 2.125;
    }
    .p-researchDet .articleSet {
        margin-top: 52px;
    }
    .p-researchDet+.otherResearchArea {
        margin: 50px -5.066666667vw 0;
        padding-bottom: 30px;
        background: url(../images/img_wave_purple_grad_sm.png) no-repeat;
        background-size: 100%;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__hdg {
        margin-bottom: 30px;
        font-size: 2.6rem;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide {
        margin: 0;
        padding: 0 5.066666667vw;
        width: auto;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide__item .m-researchCard {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide__item a::before {
        content: none;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-stage-outer {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-nav>button {
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-nav>button::before {
        width: 10px;
        height: 13px;
        background-size: auto 13px;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-prev {
        left: 0;
        right: auto;
        margin-right: 0;
    }
    .p-researchDet+.otherResearchArea .otherResearchArea__slide .owl-next {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}

/* 教員一覧 */

.p-teacherList .searchArea {
    margin-bottom: 70px;
}

.p-teacherList .searchArea::after {
    content: "";
    display: block;
    clear: both;
}

.p-teacherList .searchArea__hdg {
    float: left;
    color: #4D438E;
    font-size: 3.2rem;
    letter-spacing: 1px;
}

.p-teacherList .searchArea__inputArea {
    float: right;
    position: relative;
}

.p-teacherList .searchArea__inputArea input[type="text"] {
    border: 1px solid #4D438E;
    padding: 0 60px 0 30px;
    width: 500px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 1.4rem;
    outline: none;
}

.p-teacherList .searchArea__inputArea input[type="text"]::-webkit-input-placeholder {
    color: #ADADAF;
    opacity: 1;
}

.p-teacherList .searchArea__inputArea input[type="text"]:-ms-input-placeholder {
    color: #ADADAF;
    opacity: 1;
}

.p-teacherList .searchArea__inputArea input[type="text"]::-ms-input-placeholder {
    color: #ADADAF;
    opacity: 1;
}

.p-teacherList .searchArea__inputArea input[type="text"]::placeholder {
    color: #ADADAF;
    opacity: 1;
}

.p-teacherList .searchArea__inputArea button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.p-teacherList .searchArea__inputArea button img {
    margin-right: 10px;
}

.p-teacherList .anchorList {
    margin: -2px 0 0 -2px;
}

.p-teacherList .anchorList::after {
    content: "";
    display: block;
    clear: both;
}

.p-teacherList .anchorList li {
    float: left;
    padding: 2px 0 0 2px;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-teacherList .anchorList a {
    display: block;
    padding: 19px;
    background-color: #DBD9E8;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.p-teacherList .anchorList a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 3px 0;
    border-top-color: #4D438E;
    vertical-align: 2px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.p-teacherList .anchorList a:hover {
    opacity: 1;
    background-color: #4D438E;
    color: #FFF;
}

.p-teacherList .anchorList a:hover::before {
    border-top-color: #FFF;
}

.p-teacherList .articleSet {
    margin-top: 70px;
}

.p-teacherList .otherDeptLink {
    border-top: 1px solid #4D438E;
    padding-top: 42px;
}

@media screen and (max-width: 750px) {
    .p-teacherList .searchArea {
        margin-bottom: 60px;
    }
    .p-teacherList .searchArea__hdg {
        float: none;
        margin-bottom: 12px;
        font-size: 2.3rem;
    }
    .p-teacherList .searchArea__inputArea {
        float: none;
    }
    .p-teacherList .searchArea__inputArea input[type="text"] {
        padding: 0 50px 0 20px;
        width: 100%;
    }
    .p-teacherList .searchArea__inputArea button img {
        width: 19px;
    }
    .p-teacherList .anchorList {
        margin: -10px 0 0 -10px;
    }
    .p-teacherList .anchorList li {
        padding: 10px 0 0 10px;
        width: 33.333%;
    }
    .p-teacherList .anchorList a {
        padding: 10px;
        font-size: 1.2rem;
    }
    .p-teacherList .articleSet {
        margin-top: 50px;
    }
}

/* 教員詳細 */

.p-teacherDet .detailArea .personalInfo {
    display: table;
    margin-bottom: 40px;
    width: 100%;
    table-layout: fixed;
}

.p-teacherDet .detailArea .personalInfo__textArea, .p-teacherDet .detailArea .personalInfo__image {
    display: table-cell;
    vertical-align: top;
}

.p-teacherDet .detailArea .personalInfo__textArea {
    padding-right: 40px;
}

.p-teacherDet .detailArea .personalInfo__textArea .dept {
    margin-bottom: 15px;
    color: #4D438E;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.p-teacherDet .detailArea .personalInfo__textArea .name, .p-teacherDet .detailArea .personalInfo__textArea .post {
    display: inline;
}

.p-teacherDet .detailArea .personalInfo__textArea .name {
    margin-right: 12px;
    font-size: 3.2rem;
    letter-spacing: 1px;
}

.p-teacherDet .detailArea .personalInfo__textArea .post {
    font-size: 1.8rem;
}

.p-teacherDet .detailArea .personalInfo__textArea .enName {
    margin-top: 12px;
    font-size: 1.2rem;
}

.p-teacherDet .detailArea .personalInfo__image {
    width: 212px;
    text-align: right;
}

.p-teacherDet .detailArea .personalInfo__image img {
    max-width: 100%;
    height: auto;
}

.p-teacherDet .detailArea .linkBtnList {
    margin: -15px 0 0 -30px;
}

.p-teacherDet .detailArea .linkBtnList::after {
    content: "";
    display: block;
    clear: both;
}

.p-teacherDet .detailArea .linkBtnList li {
    float: left;
    margin: 15px 0 0 30px;
}

.p-teacherDet .detailArea .linkBtnList .m-textBtn {
    font-size: 1.3rem;
}

.p-teacherDet .detailArea .dataTable, .p-teacherDet .detailArea .messege {
    margin-top: 60px;
}

.p-teacherDet .detailArea .dataTable {
    width: 100%;
}

.p-teacherDet .detailArea .dataTable tr {
    border-bottom: 1px solid #C9C6DC;
}

.p-teacherDet .detailArea .dataTable th, .p-teacherDet .detailArea .dataTable td {
    padding: 22px 0;
    font-size: 1.4rem;
    line-height: 2;
}

.p-teacherDet .detailArea .dataTable tr:first-child th, .p-teacherDet .detailArea .dataTable tr:first-child td {
    padding-top: 0;
}

.p-teacherDet .detailArea .dataTable th {
    width: 138px;
    text-align: left;
    color: #4D438E;
    font-weight: bold;
}

.p-teacherDet .detailArea .messege {
    position: relative;
    padding: 45px 50px 40px;
    background-color: #ECEBF1;
}

.p-teacherDet .detailArea .messege__hdg {
    position: absolute;
    left: 50px;
    top: -.5em;
    color: #4D438E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.2rem;
    letter-spacing: 1px;
    line-height: 1;
}

.p-teacherDet .detailArea .messege__hdg::before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    width: 30px;
    height: 26px;
    background: url(../images/icon_balloon_ellipsis.png) no-repeat;
    background-size: 30px;
    vertical-align: bottom;
}

.p-teacherDet .detailArea .messege .m-wysiwyg {
    font-size: 1.4rem;
}

.p-teacherDet .bio, .p-teacherDet .articleSet, .p-teacherDet .backLink {
    margin-top: 70px;
}

.p-teacherDet .bio th, .p-teacherDet .bio td {
    padding: 18px 40px;
}

.p-teacherDet .bio th {
    text-align: left;
}

.p-teacherDet .backLink {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .p-teacherDet .detailArea .personalInfo__textArea, .p-teacherDet .detailArea .personalInfo__image {
        display: block;
    }
    .p-teacherDet .detailArea .personalInfo__textArea {
        padding-right: 0;
    }
    .p-teacherDet .detailArea .personalInfo__textArea .dept {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
    .p-teacherDet .detailArea .personalInfo__textArea .name {
        margin-right: 22px;
    }
    .p-teacherDet .detailArea .personalInfo__textArea .post {
        font-size: 1.4rem;
        vertical-align: 5px;
    }
    .p-teacherDet .detailArea .personalInfo__textArea .enName {
        margin-top: 2px;
    }
    .p-teacherDet .detailArea .personalInfo__image {
        margin-top: 36px;
        width: auto;
        text-align: center;
    }
    .p-teacherDet .detailArea .linkBtnList {
        margin: 0;
    }
    .p-teacherDet .detailArea .linkBtnList li {
        float: none;
        margin: 0;
    }
    .p-teacherDet .detailArea .linkBtnList li~li {
        margin-top: 20px;
    }
    .p-teacherDet .detailArea .linkBtnList .m-textBtn {
        font-size: 1.4rem;
    }
    .p-teacherDet .detailArea .dataTable th, .p-teacherDet .detailArea .dataTable td {
        display: block;
        padding: 0;
    }
    .p-teacherDet .detailArea .dataTable th {
        padding: 22px 0 6px;
        width: auto;
    }
    .p-teacherDet .detailArea .dataTable td {
        padding-bottom: 22px;
    }
    .p-teacherDet .detailArea .messege {
        padding: 45px 30px 40px;
    }
    .p-teacherDet .detailArea .messege__hdg {
        left: 30px;
        font-size: 2.6rem;
    }
    .p-teacherDet .detailArea .messege__hdg::before {
        margin-right: 10px;
        width: 25px;
        height: 21px;
        background-size: 25px;
    }
    .p-teacherDet .detailArea .messege .m-wysiwyg {
        font-size: 1.3rem;
    }
    .p-teacherDet .bio, .p-teacherDet .articleSet, .p-teacherDet .backLink {
        margin-top: 60px;
    }
    .p-teacherDet .bio th, .p-teacherDet .bio td {
        font-size: 1.4rem;
    }
}

/**
 * Other
 */

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/**
 * Utility
 */

@media screen and (max-width: 750px) {
    .u-pcOnly {
        display: none;
    }
}

.u-spOnly {
    display: none;
}

@media screen and (max-width: 750px) {
    .u-spOnly {
        display: block;
    }
}

.u-textAlignC {
    text-align: center;
}

.u-textAlignR {
    text-align: right;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    padding: 44px 0 0 0;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, 0.6);
    height: 100%;
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0 0 0;
    }
    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}