@charset "utf-8";
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
img {
    height: auto;
    max-width: 100% !important;
}
a {
    transition: 0.3s;
    color: #006cd8;
}
a img {
    transition: 0.3s;
}
a:hover img {
    opacity: 0.7;
}
a:hover {
    text-decoration: none;
}
p {
    word-break: break-all;
}
html,
body {
    height: 100%;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
        'sans-serif';
    color: #333;
}
.bold {
    font-weight: bold;
}

/* option */
.fwb {
    font-weight: 900;
}
.tar {
    text-align: right;
}
.redtext {
    color: #b20000;
}
.mb0 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    body {
        font-size: 14px;
        color: #333;
        position: relative;
    }
    .inner,
    .sinner {
        width: 96%;
        margin: 0 auto;
    }
    .spMenu {
        display: block;
        width: 100%;
        height: 45px;
        background: #fff;
        position: fixed;
        text-align: center;
        top: 0;
    }
    .pb100 {
        padding-bottom: 100px;
    }
    /* header */
    header {
        background: #f0f0f7;
        padding: 0px 0px 10px;
        text-align: center;
        color: #333;
    }
    header .headblue {
        background: #003893;
        color: #fff;
        font-size: 18px;
        font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN',
            'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        padding: 8px;
        margin-bottom: 20px;
        border-bottom: 2px solid #fff;
    }
    header .headblue span {
        margin-left: 10px;
        color: #fff;
        font-size: 19px;
        font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3',
            'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
            'sans-serif';
    }
    header .pageHead {
        font-size: 26px;
        line-height: 180%;
        padding: 0 10px;
    }
    header .pageHead strong {
        display: block;
        font-size: 26px;
    }
    header p {
        line-height: 160%;
        font-size: 18px;
    }
    header .headerInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-right: 100px;
    }
    header .headicon {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
    }

    /* nav */
    nav {
        background: #f0f0f7;
        padding: 10px 0 0;
        border-bottom: 2px solid #003893;
    }
    nav ul {
        text-align: center;
        border-top: 1px solid #333;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    nav ul li {
        display: block;
        border-bottom: 1px solid #333;
        padding: 10px;
        width: 50%;
        box-sizing: border-box;
    }
    nav ul li:nth-of-type(1),
    nav ul li:nth-of-type(3) {
        border-right: 1px solid #333;
    }
    nav ul li:last-child {
    }
    nav ul li a {
        display: block;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        padding: 0 5px;
        margin: 0 5px;
    }
    nav ul li a:hover,
    nav ul li.current a {
        color: #003892;
        text-decoration: underline;
    }
    .pageContents {
        margin: 30px auto;
    }
    .mainTtl {
        color: #b20000;
        font-size: 15px;
        text-align: center;
        line-height: 180%;
        border-bottom: 3px solid #b20000;
        margin-bottom: 30px;
    }
    .mainTtl strong {
        display: block;
        font-size: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid #b20000;
        margin-bottom: 2px;
    }
    .subTtl {
        color: #003893;
        font-size: 16px;
        text-align: center;
        line-height: 180%;
        border-bottom: 3px solid #003893;
        margin-bottom: 30px;
    }
    .subTtl strong {
        display: block;
        font-size: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid #003893;
        margin-bottom: 2px;
    }
    .ttlSubtext {
        text-align: center;
        font-size: 20px;
        margin: 10px auto 30px;
    }
    .notetext {
        font-size: 13px !important;
    }
    .borderTtl {
        margin-bottom: 20px;
    }
    .borderTtl h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 16px;
        color: #009bbd;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.7);
    }
    .borderTtl h3 strong {
        display: block;
        font-size: 24px;
        font-weight: bold;
    }
    .borderTtl p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .borderTtl p strong {
        text-decoration: underline;
    }
    .colorContents h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        color: #fff;
        background: #009cbd;
    }
    .colorContents h3 strong {
        display: block;
        font-size: 24px;
    }
    .colorContents p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .colorContents p strong {
        text-decoration: underline;
    }
    .ccText {
        border: 1px solid #009bbd;
        background: #fff;
        padding: 15px;
    }
    .brainLogo {
        text-align: center;
        padding: 20px 0 20px;
    }
    .inText p {
        font-size: 16px;
    }
    .inText p strong {
        color: #b20000;
        text-decoration: underline;
    }
    .arwArea h2 {
        color: #0099bd;
        font-size: 24px;
        text-align: center;
        padding: 20px 0;
    }

    .pagetop {
        position: fixed;
        right: 15px;
        bottom: 95px;
        z-index: 1000;
        /* width: 26px; */
    }
    footer {
        background: #f0f0f7;
        padding: 15px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .mriBtn {
    }
    .contactArea {
        margin-bottom: 20px;
    }
    .footerLink {
        margin-bottom: 50px;
    }
    .footerLink a {
        color: #333;
        text-decoration: none;
        margin: 0 5px;
    }
    .footerLink a:hover {
        text-decoration: underline;
    }
}
@media print, screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
    body {
        font-size: 14px;
        color: #333;
        padding-bottom: 100px;
    }
    .inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 70px;
    }
    .pb100 {
        padding-bottom: 150px;
    }

    /* header */
    header {
        background: #f0f0f7;
        padding: 0px 0px 10px;
        text-align: center;
        color: #333;
    }
    header .headblue {
        background: #003893;
        color: #fff;
        font-size: 28px;
        font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN',
            'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
        padding: 8px;
        margin-bottom: 20px;
        border-bottom: 2px solid #fff;
    }
    header .headblue span {
        margin-left: 10px;
        color: #fff;
        font-size: 19px;
        font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3',
            'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
            'sans-serif';
    }
    header .pageHead {
        font-size: 28px;
        line-height: 180%;
    }
    header .pageHead strong {
        display: block;
        font-size: 50px;
    }
    header p {
        line-height: 200%;
        font-size: 18px;
    }
    header .headerInner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 1000px;
    }
    header .headicon {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* nav */
    nav {
        background: #f0f0f7;
        padding: 10px 0 20px;
        border-bottom: 2px solid #003893;
    }
    nav ul {
        text-align: center;
    }
    nav ul li {
        display: inline-block;
        border-right: 1px solid #333;
    }
    nav ul li:last-child {
        border-right: none;
    }
    nav ul li a {
        display: block;
        font-size: 20px;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        padding: 0 5px;
        margin: 0 5px;
    }
    nav ul li a:hover,
    nav ul li.current a {
        color: #003892;
        text-decoration: underline;
    }
    .pageContents {
        margin: 30px auto;
    }
    .mainTtl {
        color: #b20000;
        font-size: 18px;
        text-align: center;
        line-height: 240%;
        border-bottom: 3px solid #b20000;
        margin-bottom: 30px;
    }
    .mainTtl strong {
        display: block;
        font-size: 36px;
        padding-bottom: 5px;
        border-bottom: 1px solid #b20000;
        margin-bottom: 2px;
    }
    .subTtl {
        color: #003893;
        font-size: 18px;
        text-align: center;
        line-height: 240%;
        border-bottom: 3px solid #003893;
        margin-bottom: 30px;
    }
    .subTtl strong {
        display: block;
        font-size: 36px;
        padding-bottom: 5px;
        border-bottom: 1px solid #003893;
        margin-bottom: 2px;
    }
    .ttlSubtext {
        text-align: center;
        font-size: 20px;
        margin: 10px auto 30px;
    }
    .notetext {
        font-size: 13px !important;
    }
    .borderTtl {
        margin-bottom: 30px;
    }
    .borderTtl h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        color: #009bbd;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.7);
    }
    .borderTtl h3 strong {
        display: block;
        font-size: 36px;
        font-weight: bold;
    }
    .borderTtl p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .borderTtl p strong {
        text-decoration: underline;
    }
    .colorContents h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        color: #fff;
        background: #009cbd;
    }
    .colorContents h3 strong {
        display: block;
        font-size: 36px;
    }
    .colorContents p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .colorContents p strong {
        text-decoration: underline;
    }
    .ccText {
        border: 1px solid #009bbd;
        background: #fff;
        padding: 15px;
    }
    .brainLogo {
        text-align: center;
        padding: 20px 0 20px;
    }
    .inText p {
        font-size: 16px;
    }
    .inText p strong {
        color: #b20000;
        text-decoration: underline;
    }
    .arwArea h2 {
        color: #0099bd;
        font-size: 36px;
        text-align: center;
        padding: 30px 0;
    }

    .pagetop {
        position: fixed;
        right: 30px;
        bottom: 20px;
        z-index: 1000;
    }
    footer {
        background: #f0f0f7;
        padding: 15px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .mriBtn {
    }
    .contactArea {
        margin-bottom: 20px;
    }
    .footerLink {
        margin-bottom: 50px;
    }
    .footerLink a {
        color: #333;
        text-decoration: none;
        margin: 0 5px;
    }
    .footerLink a:hover {
        text-decoration: underline;
    }
}
