@charset "UTF-8";
@import url("9617a86055914e76add77b318f897f5f.css");
/**
* Base
*/

a {
    color: #FF5543;
}

/**
* Header
*/

.l-header {
    border-bottom: 1px solid #FF5543;
}

.l-header__container {
    padding: 0;
}

.l-header .topArea {
    height: 55px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #FFFFFF), to(#FBD1CB));
    background-image: linear-gradient(-90deg, #FFFFFF 20%, #FBD1CB 100%);
    border-bottom: solid 1px #FF5543;
}

.l-header .topArea .l-header__container {
    padding: 0 40px;
}

.l-header .topArea .l-header__container>div {
    padding-top: 18px;
}

.l-header .topArea .l-header__container>div.link .linkList .concerned a {
    display: block;
    margin-top: -3px;
    border-radius: 100px;
    padding: 3px 16px;
    background-color: #FFFFFF;
}

.l-header .topArea .l-header__container>div.link .linkList .concerned a::before {
    width: 20px;
    height: 20px;
    background-image: url(../icon/user.png);
    background-size: 20px;
}

.l-header .topArea .l-header__container>div.link .linkList .access a::before {
    background-image: url(../icon/lock.png);
}

.l-header .topArea .l-header__container>div.link .linkList .floormap a::before {
    width: 20px;
    height: 20px;
    background-image: url(../icon/lang.png);
    background-size: 20px;
}

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

.l-header .topArea .l-header__container>div.lang {
    margin-left: 22px;
}

.l-header .topArea .l-header__container>div.lang .linkList {
    margin-top: -4px;
}

.l-header .topArea .l-header__container>div.lang .linkList li {
    margin-left: 4px;
}

.l-header .topArea .l-header__container>div.lang .linkList a {
    padding: 6px 0 0;
    width: 40px;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FBD1CB;
    text-align: center;
    color: #FF5543;
    font-size: 1.1rem;
}

.l-header .topArea .l-header__container>div.lang .linkList a[lang="en"] {
    font-size: 1.3rem;
}

.l-header .topArea .l-header__container>div.lang .linkList .current a {
    background-color: #FF5543;
    color: #FFF;
}

.l-header .topArea .l-header__container>div.search form {
    margin-top: -4px;
    padding-left: 0;
}

.l-header .topArea .l-header__container>div.search .searchInput {
    padding: 0 25px 0 8px;
    width: 150px;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #FF5543;
}

.l-header .topArea .l-header__container>div.search .searchBtn {
    left: auto;
    right: 7px;
    top: 5px;
    width: 14px;
}

.l-header .btmArea .logo {
    position: relative;
    z-index: 1;
    margin-top: -18px;
    padding: 0 0 0 40px;
}

.l-header .btmArea .logo [lang="en"] {
    display: block;
    margin-top: 5px;
    color: #FF5543;
    letter-spacing: 2.5px;
}

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

.l-header .btmArea .gNav::before, .l-header .btmArea .gNav::after {
    content: "";
    position: absolute;
}

.l-header .btmArea .gNav::before {
    left: 0;
    right: 0;
    top: 0;
    min-width: 100vw;
    height: 100%;
}

.l-header .btmArea .gNav::after {
    right: 100%;
    top: -56px;
    bottom: 0;
    width: 100vw;
    background-color: #FFF;
    border-right: solid 1px #FF5543;
}

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

.l-header .btmArea .gNav__list__item {
    position: relative;
    border-color: #FF5543;
}

.l-header .btmArea .gNav__list__item>a {
    height: 68px;
    color: #FF5543;
}

.l-header .btmArea .gNav__list__item>a>span {
    padding: 0 45px;
}

.l-header .btmArea .gNav__list__item .subMenuList {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2000;
}

.l-header .btmArea .gNav__list__item .subMenuList li {
    border-top: 1px solid #FFFFFF;
}

.l-header .btmArea .gNav__list__item .subMenuList a {
    display: block;
    padding: 15px 20px;
    background-color: #FC8C80;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.8;
}

.l-header .btmArea .gNav__list__item .subMenuList a:hover {
    opacity: 1;
    background-color: #FFB2AA;
}

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

.l-header .btmArea .gNav__list__item:first-child {}

@media screen and (max-width: 750px) {
    .l-header {
        border-bottom: 3px solid #FF5543;
    }
    .l-header .btmArea .l-header__container {
        padding: 0 5.06667%;
    }
    .l-header .btmArea .logo {
        margin-top: 0;
        padding: 12px 0 0;
    }
    .l-header .btmArea .logo [lang="en"] {
        margin-top: 0;
        color: #FF5543;
        letter-spacing: 1px;
    }
    .l-header .btmArea .logo img {
        height: 15px;
    }
    .l-header .btmArea .spMenu {
        border-top-color: #FF5543;
    }
    .l-header .btmArea .spMenu .spAccordionBtn>span::before, .l-header .btmArea .spMenu .spAccordionBtn>span::after {
        background-color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav::before, .l-header .btmArea .spMenu .gNav::after {
        content: none;
    }
    .l-header .btmArea .spMenu .gNav__list__item {
        border-color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item>a {
        height: 52px;
        color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item>a::before {
        border-left-color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding-left: 40px;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList li {
        border-top-color: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList a {
        position: relative;
        padding: 12px 35px;
        background-color: inherit;
        text-align: center;
        color: #FF5543;
        line-height: 1.6;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList 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: #FF5543;
    }
    .l-header .btmArea .spMenu .gNav__list__item .subMenuList a:hover {
        background-color: inherit;
    }
    .l-header .btmArea .spMenu .gNav__list__item.current>a, .l-header .btmArea .spMenu .gNav__list__item:hover>a {
        background-color: inherit;
        color: #FF5543;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList {
        position: relative;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #FF5543;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList li {
        border-color: #FF5543;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList li:nth-child(odd) {
        border-right-color: #FF5543;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .concerned span::before {
        width: 12px;
        height: 13px;
        background-image: url(../images/icon_figure_red.png);
        background-size: 12px;
        vertical-align: -2px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .access span::before {
        background-image: url(../images/icon_pin_red.png);
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .contact span::before {
        width: 14px;
        height: 11px;
        background-image: url(../images/icon_balloon_red.png);
        background-size: 14px;
    }
    .l-header .btmArea .spMenu .utilityMenu .link .linkList .floormap span::before {
        width: 12px;
        height: 9px;
        background-image: url(../images/icon_floormap_red.png);
        background-size: 12px;
        vertical-align: 0;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList li {
        width: 33.333%;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList a {
        padding: 11px 10px 0;
        height: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #D7E5F1;
        color: #FF5543;
        font-size: 1.4rem;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList a[lang="en"] {
        padding-top: 11px;
        font-size: 1.5rem;
    }
    .l-header .btmArea .spMenu .utilityMenu .lang .linkList .current a {
        background-color: #FF5543;
        color: #FFF;
    }
    .l-header .btmArea .spMenuBtn {
        border-left-color: #FF5543;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span {
        background-color: #FF5543;
    }
    .l-header .btmArea .spMenuBtn .hamburgerIcon span::before, .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
        background-color: #FF5543;
    }
    .l-header .btmArea .spMenuBtn.is-active {
        background-image: url(../images/icon_cross_red.png);
    }
    .l-header .btmArea .spSearch__btn.is-active {
        background-image: url(../images/icon_cross_red.png);
    }
    .l-header .btmArea .spSearch__window {
        border-top-color: #FF5543;
    }
}

/**
* Footer
*/

.l-footer .breadcrumbArea .toPageTop a {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FDB5AF), to(#FFE2DF));
    background-image: linear-gradient(0deg, #FDB5AF 0%, #FFE2DF 100%);
}

.l-footer .btmArea {
    color: #FF5543;
}

.l-footer .btmArea::before {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 246, 246)), color-stop(81%, rgb(252, 232, 230)));
    background-image: linear-gradient(-90deg, rgb(255, 246, 246) 0%, rgb(252, 232, 230) 81%);
}

.l-footer .btmArea::after {
    content: none;
}

.l-footer .btmArea__container {
    margin: 0 auto;
    padding: 75px 0;
    width: 1100px;
}

.l-footer .btmArea .infoArea {
    padding: 0;
    width: 400px;
}

.l-footer .btmArea .infoArea address {
    font-size: 1.3rem;
    line-height: 2;
}

.l-footer .btmArea .infoArea .linkList {
    margin: 40px 0 0 -20px;
}

.l-footer .btmArea .infoArea .linkList li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

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

.l-footer .btmArea .infoArea .linkList a {
    padding-left: 0;
    font-size: 1.3rem;
}

.l-footer .btmArea .infoArea .linkList a::before {
    display: inline-block;
    position: static;
    margin-right: 10px;
}

.l-footer .btmArea .infoArea .linkList .access a::before {
    content: "";
    width: 10px;
    height: 14px;
    background: url(../images/icon_pin_red.png);
    background-size: cover;
    vertical-align: -2px;
}

.l-footer .btmArea .infoArea .linkList .contact a::before {
    content: "";
    width: 15px;
    height: 12px;
    background: url(../images/icon_balloon_red.png);
    background-size: cover;
    vertical-align: -1px;
}

.l-footer .btmArea .infoArea .copyright {
    margin-top: 95px;
    color: #FF5543;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.l-footer .btmArea .linkListArea {
    padding: 0;
    text-align: right;
}

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

.l-footer .btmArea .linkListArea .col {
    padding: 0 38px;
    width: auto;
    text-align: left;
}

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

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

.l-footer .btmArea .linkListArea .linkGroup__list a {
    font-size: 1.3rem;
}

.l-footer .btmArea .linkListArea .linkGroup__list a::before {
    content: "・";
}

.l-footer .btmArea .linkListArea .linkGroup~.linkGroup {
    margin-top: 25px;
    border-top-color: #FF5543;
    padding-top: 25px;
}

@media screen and (max-width: 750px) {
    .l-footer .btmArea__container {
        padding: 40px 5.06667% 78px;
        width: auto;
        background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 246, 246)), color-stop(81%, rgb(252, 232, 230)));
        background-image: linear-gradient(-90deg, rgb(255, 246, 246) 0%, rgb(252, 232, 230) 81%);
    }
    .l-footer .btmArea .infoArea {
        padding: 0;
        width: auto;
        background: none;
    }
    .l-footer .btmArea .infoArea .logo img {
        width: 209px;
    }
    .l-footer .btmArea .infoArea address {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .l-footer .btmArea .infoArea .linkList {
        margin: 22px 0 30px;
    }
    .l-footer .btmArea .infoArea .linkList li {
        margin: 0;
    }
    .l-footer .btmArea .infoArea .linkList li~li {
        border-left-color: #FFF;
    }
    .l-footer .btmArea .infoArea .linkList a {
        font-size: 1.2rem;
    }
    .l-footer .btmArea .infoArea .linkList .access a::before, .l-footer .btmArea .infoArea .linkList .contact a::before {
        content: none;
    }
    .l-footer .btmArea .infoArea .copyright {
        margin-top: 0;
        font-size: 1rem;
    }
    .l-footer .btmArea .linkListArea {
        margin-top: 30px;
        padding: 0;
        background: none;
        text-align: right;
    }
    .l-footer .btmArea .linkListArea .row {
        margin: 0;
    }
    .l-footer .btmArea .linkListArea .col {
        padding: 0;
    }
    .l-footer .btmArea .linkListArea .linkList>li {
        border-bottom: 1px solid #FF5543;
    }
    .l-footer .btmArea .linkListArea .linkList>li~li {
        margin-top: 0;
        border-bottom: 1px solid #FF5543;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col {
        position: relative;
        font-size: 0;
        letter-spacing: normal;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col::before, .l-footer .btmArea .linkListArea .linkList--sp2col::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #FF5543;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col::before {
        top: 0;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col::after {
        bottom: 0;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col>li {
        display: inline-block;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col>li>a>span {
        padding: 0 20px 0 30px;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col>li:first-child {
        border-top: none;
    }
    .l-footer .btmArea .linkListArea .linkList--sp2col>li:nth-child(odd) {
        border-right: 1px solid #FF5543;
    }
    .l-footer .btmArea .linkListArea .linkGroup__list li~li {
        margin-top: 6px;
    }
    .l-footer .btmArea .linkListArea .linkGroup__list a {
        font-size: 1.2rem;
    }
    .l-footer .btmArea .linkListArea .linkGroup~.linkGroup {
        margin-top: 0;
        padding-top: 0;
        border-bottom: 1px solid #FF5543;
    }
    .l-footer .btmArea .linkListArea .linkGroup {
        border-bottom: 1px solid #FF5543;
    }
}

/**
* Contents
*/

.l-contents .breadcrumbArea {
    background-color: #FFDAD6;
}

/**
* Module
*/

.m-hdgLg {
    border-bottom-color: #FF5543;
}

.m-hdgLg::before {
    background-color: #FF5543;
}

.m-hdgMd::before {
    background-color: #FFDCD8;
}

.m-hdgSm::before {
    background-color: #FFDCD8;
}

.m-wysiwyg h2 {
    border-bottom-color: #FF5543;
}

.m-wysiwyg h2::before {
    background-color: #FF5543;
}

.m-wysiwyg h3::before {
    background-color: #FFDCD8;
}

.m-wysiwyg h4::before {
    background-color: #FCB4AC;
}

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

.m-wysiwyg a[target="_blank"]::after {
    background-image: url(../images/icon_external_red.png);
}

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

.m-wysiwyg table th, .m-wysiwyg table td {
    border: 1px solid #F8BEB8;
}

.m-wysiwyg table th {
    background-color: #FF8174;
}

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

.doctor_table table {
    width: 100%;
    text-align: center;
}

.doctor_table table td {
    width: 16%;
    font-size: 1.2rem;
    padding: 10px;
}

.doctor_table table .morning, .doctor_table table .afternoon {
    background-color: #FFF7F7;
    width: 4%;
}

.m-wysiwyg ul li::before {
    color: #FF5543;
}

.m-wysiwyg ol>li::before {
    color: #FF5543;
}

.m-textBtn {
    border-color: #FF5543;
    color: #FF5543;
}

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

.m-textBtn:hover {
    background-color: #FF8174;
}

.m-textBtn2 {
    color: #FFF !important;
}

.m-textBtn2::before {
    background-image: linear-gradient(-60deg, #F8BEB8 0%, #FF8174 51%, #FF5543 80%);
}

.m-textBtn2:hover {
    color: #FF5543 !important;
}

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

.m-linkList a::before {
    border-left-color: #FF5543;
}

.m-linkList a[target="_blank"]::after {
    background-image: url(../images/icon_external_red.png);
}

.m-linkBtnList {
    border-left-color: #FF5543;
}

.m-linkBtnList li {
    border-color: #FF5543 !important;
}

.m-linkBtnList li::before {
    border-left-color: #FF5543;
}

.m-linkBtnList li:hover {
    background-color: #FF8174;
}

.m-imageList a {
    color: inherit;
}

.m-catLabel {
    background-color: #FF5543;
}

.p-deptDet .diseaseArea .text {
    color: #333;
    font-size: 1.6rem;
    line-height: 2;
}

/**
* Component
*/

.c-pageHeader {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFEBEB), to(#FFFEFE));
    background-image: linear-gradient(90deg, #FFEBEB 0%, #FFFEFE 100%);
    color: #FF5543;
}

.c-pageHeader__container {
    height: 226px;
}

@media screen and (max-width: 750px) {
    .c-pageHeader__container {
        height: auto;
    }
}

.c-bodyAndImage--framed {
    border-color: #FFDCD8;
}

.c-wysiwyg--framed {
    border-color: #FFDCD8;
}

.c-qa__list__q::before, .c-qa__list__a::before {
    font-family: 'Crimson Text', serif;
}

.c-qa__list__q::before {
    left: 18px;
    color: #FF5543;
}

.c-qa__list__a::before {
    color: #FFA095;
}

@media screen and (max-width: 750px) {
    .c-qa__list__q::before {
        left: 10px;
    }
    .c-qa__list__a::before {
        left: 11px;
    }
}

.c-anchor a::before {
    border-top-color: #FF5543;
}

.c-anchor a:hover {
    background-color: #FFFBFB;
    color: #FF5543;
}

@media screen and (max-width: 750px) {
    .c-anchor a {
        color: #FF5543;
    }
}

.c-linkGroup__list__item__mainLink__hdg {
    border-bottom-color: #FF5543;
    color: #FF5543;
}

.c-linkGroup__list__item__mainLink__hdg::before {
    background-image: url(../images/icon_arrow_red.png);
}

.c-linkGroup__list__item__mainLink__image {
    border-top-color: #FF5543;
}

.c-linkGroup__list__item__mainLink__desc {
    color: #333;
}

.c-linkGroup__list__item__subLinkList li {
    border-bottom-color: #FF5543;
}

.c-linkGroup__list__item__subLinkList li:first-child {
    border-top-color: #FF5543;
}

.c-linkGroup__list__item__subLinkList a::before {
    border-left-color: #FF5543;
}

.c-linkGroup__list__item__subLinkList a:hover {
    background-color: #FF8174;
}

@media screen and (max-width: 750px) {
    .c-linkGroup__list__item__subLinkList a:hover {
        background-color: inherit;
        color: #FF8174;
    }
}

.c-relatedLink__list__item__hdg {
    color: #FF5543;
}

.c-relatedLink__list__item__hdg::before {
    border-left-color: #FF5543;
}

.c-relatedLink__list__item__desc {
    color: #333;
}

.c-staffIntroTable th {
    background-color: #FF8174;
}

.c-staffIntroTable th, .c-staffIntroTable td {
    border: 1px solid #F8BEB8;
}

.c-staffIntroTable td a::after {
    background-image: url(../images/icon_arrow_blue2.png);
}

.c-staffIntroTable td {
    vertical-align: middle;
}

.c-staffIntroTable td .horList li {
    display: block;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-staffIntroTable {
        width: 200% !important;
    }
}

.c-gMap .gMap .linkBtn a {
    border-color: #FF5543;
    color: #FF5543;
}

.c-gMap .gMap .linkBtn a:hover {
    background-color: #FF8174;
}

@media screen and (max-width: 750px) {
    .c-gMap .infoList li~li {
        border-top-color: rgba(0, 94, 173, 0.1);
    }
}

.c-tabCont__tabList {
    border-bottom-color: #FF8174;
}

.c-tabCont__tabList button {
    background-color: #F8BEB8;
    color: #000;
}

.c-tabCont__tabList button.is-current {
    background-color: #FF8174;
}

/* 個別パーツ */

.boxFlow .c-wysiwyg--framed {
    position: relative;
    margin-bottom: 90px;
    background-color: #FFFBFB;
    border: none;
}

.boxFlow .c-wysiwyg--framed:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 100% 0;
    background-color: #FFDAD6;
}

.boxFlow .c-wysiwyg--framed:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    margin-left: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-top-color: #FFDAD6;
}

.boxFlow .c-wysiwyg--framed:last-child .m-hdgLg {
    margin-bottom: 0;
}

.boxFlow .c-wysiwyg--framed:last-child:after {
    display: none;
}

.boxFlow .c-wysiwyg--framed .m-hdgLg {
    margin: -3px 0 25px -8px;
    padding-bottom: 0;
    color: #FF5543;
    border-bottom: none;
}

.boxFlow .c-wysiwyg--framed .m-hdgLg:before {
    display: none;
}

.boxFlow .c-wysiwyg--framed .m-hdgLg span {
    margin-right: 18px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 4rem;
}

.boxFlow .c-wysiwyg--framed .m-hdgMd {
    margin-top: 25px;
}

.boxFlow .c-wysiwyg--framed .m-hdgSm {
    margin-top: 28px;
}

.boxFlow .c-wysiwyg--framed__singleTitle .m-hdgLg {
    margin-bottom: 0;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn {
    margin-bottom: 28px;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn {
    width: 100%;
    height: 100%;
    padding: 32px 36px 32px 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #FF5543;
    font-size: 2rem;
    font-weight: normal;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn:hover {
    background-color: #fff;
    color: #FF5543;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn:before {
    display: none;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .text {
    vertical-align: top;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number {
    position: relative;
    margin-left: 58px;
    font-size: 3.2rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    line-height: 26px;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -37px;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: url(../images/icon_tel_red.png);
    background-size: 100% 100%;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn {
    margin-left: 20px;
}

.boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn:first-child {
    margin-left: 0;
}

.boxFlow .c-wysiwyg--framed .m-textBtn {
    background-color: #fff;
}

.boxFlow .c-wysiwyg--framed .m-textBtn:hover {
    background-color: #FF8174;
    color: #fff;
}

.boxFlow .c-wysiwyg--framed--line .m-hdgLg {
    display: inline;
}

.boxFlow .c-wysiwyg--framed--line .m-wysiwyg {
    margin-top: -42px;
    text-align: center;
}

.boxFlow .c-wysiwyg--framed--line ul {
    margin-top: -36px;
}

.boxFlow .c-wysiwyg--framed.innerFlow ul {
    text-align: center;
}

.boxFlow .c-wysiwyg--framed.innerFlow li {
    margin-top: 50px;
}

.boxFlow .c-wysiwyg--framed.innerFlow li:before {
    display: none;
}

.boxFlow .c-wysiwyg--framed.innerFlow li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 44px;
    margin-left: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 20px 13px 0 13px;
    border-top-color: #FFDAD6;
}

.boxFlow .c-wysiwyg--framed.innerFlow li:first-child {
    margin-top: 0;
}

.boxFlow .c-wysiwyg--framed.innerFlow li:first-child:after {
    display: none;
}

.boxFlow .c-wysiwyg--framed.innerFlow .c-bodyAndImage__linkBtn {
    text-align: center;
}

.boxFlow .c-wysiwyg--framed--half {
    width: 365px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.boxFlow .c-wysiwyg--framed--half:nth-of-type(odd) {
    margin-left: 24px;
}

.boxFlow .c-wysiwyg--framed--half:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-top-color: #FFDAD6;
}

.boxFlow .c-wysiwyg--framed--half .m-hdgLg {
    width: 38%;
    display: block;
    float: left;
    margin-bottom: 0;
}

.boxFlow .c-wysiwyg--framed--half .m-wysiwyg {
    width: 62%;
    float: left;
    margin-top: 15px;
}

.boxFlow.firstFlow .c-wysiwyg--framed:nth-of-type(3):after {
    display: none;
}

.boxFlow.firstFlow .c-wysiwyg--framed:last-child:after {
    display: block;
}

.boxFlow.firstFlow .c-wysiwyg--framed:last-child .c-bodyAndImage__linkBtn {
    margin: 0;
}

.boxFlow.firstFlow .c-wysiwyg--framed:last-child .m-textBtn {
    margin-top: 30px;
    margin-left: -100px;
}

/* 個別パーツ※追加 */

.boxFlow.firstFlow .border_box {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px dotted #FF8174;
}

.boxFlow.firstFlow .border_title {
    background: #FFDAD6;
}

.boxFlow.firstFlow .border_title::before {
    width: 0;
    margin: 0;
}

@media screen and (max-width: 750px) {
    .boxFlow .c-wysiwyg--framed {
        margin-bottom: 85px;
    }
    .boxFlow .c-wysiwyg--framed:before {
        width: 50px;
        height: 50px;
    }
    .boxFlow .c-wysiwyg--framed:after {
        bottom: -64px;
        margin-left: -22px;
        border-width: 34px 22px 0 22px;
    }
    .boxFlow .c-wysiwyg--framed:nth-of-type(1) {
        margin-top: 30px;
    }
    .boxFlow .c-wysiwyg--framed .m-hdgLg {
        margin: -13px 0 18px -5px;
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .boxFlow .c-wysiwyg--framed .m-hdgLg span {
        margin-right: 10px;
        font-size: 3.4rem;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn {
        margin-bottom: 0;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white {
        margin: 20px 0 0;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn {
        padding: 23px 36px 23px 30px;
        font-size: 2rem;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .text {
        margin-bottom: 5px;
        display: block;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number {
        position: relative;
        margin-left: 6%;
        font-size: 3.2rem;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--white .m-textBtn .number:before {
        left: -30px;
        width: 22px;
        height: 22px;
        margin-top: -11px;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .boxFlow .c-wysiwyg--framed .c-bodyAndImage__linkBtn--multi .m-textBtn:last-child {
        margin-bottom: 0;
    }
    .boxFlow .c-wysiwyg--framed .m-textBtn {
        background-color: #fff;
    }
    .boxFlow .c-wysiwyg--framed .m-textBtn:hover {
        background-color: #FF8174;
        color: #fff;
    }
    .boxFlow .c-wysiwyg--framed.innerFlow ul {
        margin-top: 0;
    }
    .boxFlow .c-wysiwyg--framed.innerFlow li {
        padding-left: 0;
    }
    .boxFlow .c-wysiwyg--framed.innerFlow li:after {
        margin-left: -12px;
    }
    .boxFlow .c-wysiwyg--framed--line .m-hdgLg {
        display: block;
    }
    .boxFlow .c-wysiwyg--framed--line .m-wysiwyg {
        margin-top: 0;
    }
    .boxFlow .c-wysiwyg--framed--half {
        width: 43.333%;
        margin-bottom: 0;
    }
    .boxFlow .c-wysiwyg--framed--half:nth-of-type(odd) {
        margin-left: 0;
        float: right;
    }
    .boxFlow .c-wysiwyg--framed--half .m-hdgLg {
        width: 100%;
        margin-bottom: 0;
    }
    .boxFlow .c-wysiwyg--framed--half .m-wysiwyg {
        width: 100%;
    }
    .boxFlow.firstFlow .c-wysiwyg--framed:last-child {
        position: relative;
    }
    .boxFlow.firstFlow .c-wysiwyg--framed:last-child:after {
        display: block;
    }
    .boxFlow.firstFlow .c-wysiwyg--framed:last-child .c-bodyAndImage__linkBtn {
        margin: 0;
    }
    .boxFlow.firstFlow .c-wysiwyg--framed:last-child .m-textBtn {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* 病院TOP */

main.p-top2 .mainVisualArea {
    position: relative;
    height: 580px;
    min-height: 704px;
    overflow: hidden;
}

main.p-top2 .mainVisualArea__frame {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    border-radius: 50%;
    width: 171.428571429%;
    height: 71.428571429vw;
    min-height: 1000px;
    background-color: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

main.p-top2 .mainVisualArea__frame__inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    margin-top: -1.714285714vw;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1400px) {
    main.p-top2 .mainVisualArea__frame__inner {
        margin-top: -24px;
    }
}

main.p-top2 .mainVisualArea__pcSlide {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    min-width: 1400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

main.p-top2 .mainVisualArea__pcSlide__item__image {
    padding-top: 35.571428571%;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform 32s linear;
    transition: -webkit-transform 32s linear;
    transition: transform 32s linear;
    transition: transform 32s linear, -webkit-transform 32s linear;
}

main.p-top2 .mainVisualArea__pcSlide__item__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
	font-weight:bold;
	text-shadow: 0 2px 0 rgb(0 0 0);
}

main.p-top2 .mainVisualArea__pcSlide__item.is-current .mainVisualArea__pcSlide__item__image {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

main.p-top2 .mainVisualArea__pcSlide.slick-initialized {
    opacity: 1;
}

main.p-top2 .mainVisualArea__spSlide {
    display: none;
}

main.p-top2 .guideLinkArea {
    position: relative;
    margin-bottom: 20px;
}

main.p-top2 .guideLinkArea__time {
    position: absolute;
    right: 10.714285714%;
    bottom: 100%;
    z-index: 11;
    width: 264px;
    height: 264px;
}

main.p-top2 .guideLinkArea__time::before {
    content: "";
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-130deg, #FFFFFF 0%, #FFECEC 100%);
}

main.p-top2 .guideLinkArea__time__inner {
    position: absolute;
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
    border-radius: 50%;
    padding: 40px 0 0;
    background-color: #FFF;
    text-align: center;
}

main.p-top2 .guideLinkArea__time .time__hdg {
    margin-bottom: 30px;
    color: #FF5543;
    font-size: 2rem;
}

main.p-top2 .guideLinkArea__time .time__body {
    position: relative;
}

main.p-top2 .guideLinkArea__time .time__time {
    color: #FF5543;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.2rem;
    font-style: italic;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 1;
}

main.p-top2 .guideLinkArea__time .time__day {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    color: #FF5543;
    font-size: 1.3rem;
}

main.p-top2 .guideLinkArea__time .time__day::before {
    content: "●";
}

main.p-top2 .guideLinkArea__time .off {
    position: relative;
    margin-top: 25px;
    font-size: 1.3rem;
}

main.p-top2 .guideLinkArea__time .off::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 12px -77px;
    width: 154px;
    height: 1px;
    background-color: #FF5543;
}

main.p-top2 .guideLinkArea__time .off__hdg::before {
    content: "[";
    margin-right: 3px;
}

main.p-top2 .guideLinkArea__time .off__hdg::after {
    content: "]";
    margin-left: 3px;
}

main.p-top2 .guideLinkArea__pop {
    opacity: .6;
    position: absolute;
    right: 2.142857143%;
    bottom: 100%;
    z-index: 11;
    margin-bottom: 9.2857143%;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    background-image: linear-gradient(-90deg, #FFFFFF 20%, #FBD1CB 100%);
}

main.p-top2 .guideLinkArea__linkList::after {
    content: "";
    display: block;
    clear: both;
}

main.p-top2 .guideLinkArea__linkList li {
    float: left;
    width: 25%;
}

main.p-top2 .guideLinkArea__linkList li a {
    display: block;
    position: relative;
    margin-top: -6.8vw;
    padding-top: 6.8vw;
    height: 22.857142857vw;
    min-height: 320px;
}

main.p-top2 .guideLinkArea__linkList li a:hover {
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    main.p-top2 .guideLinkArea__linkList li a {
        margin-top: -95px;
        padding-top: 95px;
    }
}

main.p-top2 .guideLinkArea__linkList li .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

main.p-top2 .guideLinkArea__linkList li .image::before {
    content: "";
    opacity: .9;
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

main.p-top2 .guideLinkArea__linkList li .image>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

main.p-top2 .guideLinkArea__linkList li a:hover .image::before {
    opacity: .8;
}

main.p-top2 .guideLinkArea__linkList li:nth-child(1) .image::before {
    background-image: linear-gradient(-100deg, #FFE4E4 0%, #FFE4E4 100%);
}

main.p-top2 .guideLinkArea__linkList li:nth-child(2) .image::before {
    background-image: linear-gradient(-100deg, #FFE8E8 0%, #FFE4E4 100%);
}

main.p-top2 .guideLinkArea__linkList li:nth-child(3) .image::before {
    background-image: linear-gradient(-100deg, #FFF6F6 0%, #FFE8E8 100%);
}

main.p-top2 .guideLinkArea__linkList li:nth-child(4) .image::before {
    background-image: linear-gradient(-100deg, #FFFFFF 0%, #FFF6F6 100%);
}

main.p-top2 .guideLinkArea__linkList li .body {
    position: absolute;
    left: 14.285714286%;
    right: 14.285714286%;
    bottom: 12.048192771%;
    z-index: 1;
    text-align: center;
    color: #000000;
}

main.p-top2 .guideLinkArea__linkList li .body .hdg {
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2.2rem;
}

main.p-top2 .guideLinkArea__linkList li .body .text {
    font-size: 1.3rem;
}

main.p-top2 .guideLinkArea__linkList li .body .icon {
    margin: 25px 0 30px;
}

main.p-top2 .guideLinkArea__linkList li .body .icon img {
    width: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main.p-top2 .guideLinkArea__linkList li .body .text_btn {
    width: 215px;
    background-color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 auto;
}

main.p-top2 .guideLinkArea__linkList li .body .text_btn .m-arrow::before, main.p-top2 .guideLinkArea__linkList li .body .text_btn .m-arrow::after {
    background-color: #FF5543;
}

main.p-top2 .guideLinkArea__linkList li .body .text_btn .text {
    color: #FF5543;
    margin-right: 15px;
}

/*main.p-top2 .guideLinkArea__linkList li .body .m-arrow {
  width: 100%;
}

main.p-top2 .guideLinkArea__linkList li .body .m-arrow::after {
  height: 12px;
}*/

main.p-top2 .guideLinkArea__linkList li~li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 1px;
    height: 100%;
    background-color: #FFF;
}

main.p-top2 .searchArea {
    position: relative;
    padding: 42px 0 50px;
    margin-bottom: 120px;
}

main.p-top2 .searchArea::before {
    content: "";
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#FBD1CB), to(#FBD1CB));
    background-image: linear-gradient(-90deg, #FBD1CB 10%, #FBD1CB 100%);
}

main.p-top2 .searchArea__inner {
    position: relative;
    margin: auto;
    width: 860px;
}

main.p-top2 .searchArea__inner::after {
    content: "";
    display: block;
    clear: both;
}

main.p-top2 .searchArea__hdg {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    letter-spacing: 1px;
    padding-top: 2rem;
}

main.p-top2 .searchArea__guide {
    float: left;
    width: 300px;
}

main.p-top2 .searchArea__guide .text {
    margin-top: 8px;
    font-size: 1.3rem;
}

main.p-top2 .searchArea__form {
    float: right;
    position: relative;
    margin-top: 5px;
    width: 540px;
}

main.p-top2 .searchArea__form input[type="text"] {
    border: none;
    border-radius: 100px;
    padding: 20px 75px 20px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

main.p-top2 .searchArea__form input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #FF5543;
}

main.p-top2 .searchArea__form input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #FF5543;
}

main.p-top2 .searchArea__form input[type="text"]::-ms-input-placeholder {
    opacity: 1;
    color: #FF5543;
}

main.p-top2 .searchArea__form input[type="text"]::placeholder {
    opacity: 1;
    color: #FF5543;
}

main.p-top2 .searchArea__form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 100%;
}

main.p-top2 .searchArea__form button img {
    margin-right: 8px;
}

main.p-top2 .certArea {
    margin: auto;
    max-width: 1200px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main.p-top2 .certArea__image img {
    width: 500px;
}

main.p-top2 .certArea__body {
    margin: 0 30px 0 0;
    width: 550px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main.p-top2 .certArea__body__hdg {
    margin-bottom: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.8rem;
    letter-spacing: 3px;
}

main.p-top2 .certArea__body__desc {
    font-size: 1.4rem;
    line-height: 2.714285714;
}

main.p-top2 .certArea__body__desc>p~p {
    margin-top: 18px;
}

main.p-top2 .certArea__body__linkBtn {
    margin-top: 38px;
}

main.p-top2 .certArea__body__linkBtn a {
    display: inline-block;
    position: relative;
    border: 1px solid #FF5543;
    padding: 17px 60px;
    width: 510px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
}

main.p-top2 .certArea__body__linkBtn a:hover {
    opacity: 1;
}

main.p-top2 .certArea__body__linkBtn .m-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

main.p-top2 .certArea__body__linkBtn .m-arrow::before, main.p-top2 .certArea__body__linkBtn .m-arrow::after {
    background-color: #FF5543;
}

main.p-top2 .certArea__body__linkBtn a:hover .m-arrow {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

main.p-top2 .certArea .topics {
    margin-top: 100px;
    margin-bottom: 50px;
}

main.p-top2 .certArea .topics a {
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
}

main.p-top2 .certArea .topics a:hover {
    background: rgb(255, 242, 240);
}

main.p-top2 .linkBlockArea {
    margin: auto;
    max-width: 1400px;
}

main.p-top2 .linkBlockArea .u-pcOnly ul {
    display: flex;
    justify-content: center;
}

main.p-top2 .linkBlockArea .u-pcOnly ul::after {
    content: "";
    display: block;
}

main.p-top2 .linkBlockArea .u-pcOnly li {
    width: 33.333%;
    overflow: hidden;
}

main.p-top2 .linkBlockArea .u-pcOnly a {
    display: block;
    position: relative;
}

main.p-top2 .linkBlockArea .u-pcOnly .text {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

main.p-top2 .linkBlockArea .u-pcOnly .bottom {
    top: 90%;
}

main.p-top2 .linkBlockArea .u-pcOnly .image img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

main.p-top2 .linkBlockArea .u-pcOnly .image::before {
    content: "";
    opacity: .55;
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

main.p-top2 .linkBlockArea .u-pcOnly a:hover .image::before {
    opacity: .45;
}

main.p-top2 .linkBlockArea .u-pcOnly li:nth-child(1) .image::before {
    background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
}

main.p-top2 .linkBlockArea .u-pcOnly li:nth-child(2) .image::before {
    background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
}

main.p-top2 .linkBlockArea .u-pcOnly li:nth-child(3) .image::before {
    background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
}

main.p-top2 .linkBlockArea .u-pcOnly a:hover {
    opacity: 1;
}

main.p-top2 .linkBlockArea .u-pcOnly a:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

main.p-top2 .infoArea {
    padding: 70px 0 80px;
}

main.p-top2 .infoArea__header {
    position: relative;
}

main.p-top2 .infoArea__hdg {
    margin-bottom: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 3.4rem;
    letter-spacing: 2.5px;
}

main.p-top2 .infoArea__listLinkBtn {
    position: absolute;
    right: 0;
    top: 0;
}

main.p-top2 .infoArea__listLinkBtn a {
    display: inline-block;
    position: relative;
    padding: 0 32px 10px 1px;
    border-bottom: 1px solid #FF5543;
    font-size: 1.3rem;
}

main.p-top2 .infoArea__listLinkBtn a:hover {
    opacity: 1;
}

main.p-top2 .infoArea__listLinkBtn .m-arrow {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

main.p-top2 .infoArea__listLinkBtn .m-arrow::before, main.p-top2 .infoArea__listLinkBtn .m-arrow::after {
    background-color: #FF5543;
}

main.p-top2 .infoArea__listLinkBtn a:hover .m-arrow {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

main.p-top2 .infoArea li {
    border-bottom: 1px solid #FC8C80;
}

main.p-top2 .infoArea li a {
    display: block;
}

main.p-top2 .infoArea li a:hover {
    opacity: 1;
    background-color: rgba(255, 235, 235, 0.2);
}

main.p-top2 .infoArea article {
    display: table;
    width: 100%;
    height: 64px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

main.p-top2 .infoArea article .meta, main.p-top2 .infoArea article .title {
    display: table-cell;
    vertical-align: middle;
}

main.p-top2 .infoArea article .meta {
    width: 300px;
}

main.p-top2 .infoArea article .meta .date, main.p-top2 .infoArea article .meta .m-catLabel {
    display: inline-block;
    vertical-align: middle;
}

main.p-top2 .infoArea article .meta .date {
    padding: 0 0 0 18px;
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
}

main.p-top2 .infoArea article .meta .m-catLabel {
    border-radius: 100px;
    width: 10em;
    background-image: linear-gradient(-100deg, #FFFFFF 0%, #FFEBEB 100%);
    font-size: 1.2rem;
    border: 1px solid #FFE0DC;
    color: #FF5543;
}

main.p-top2 .infoArea article .title {
    padding: 28px 100px 28px 0;
    font-size: 1.5rem;
}

main.p-top2 .infoArea article.new {
    position: relative;
}

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

main.p-top2 .targetLinkBlockArea {
    margin: auto;
    max-width: 1400px;
}

main.p-top2 .targetLinkBlockArea ul::after {
    content: "";
    display: block;
    clear: both;
}

main.p-top2 .targetLinkBlockArea li {
    float: left;
    position: relative;
    width: 50%;
}

main.p-top2 .targetLinkBlockArea li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 1px;
    height: 100%;
    background-color: #FFF;
}

main.p-top2 .targetLinkBlockArea a {
    display: block;
}

main.p-top2 .targetLinkBlockArea a::before {
    content: "";
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

main.p-top2 .targetLinkBlockArea a:hover {
    opacity: 1;
}

main.p-top2 .targetLinkBlockArea a:hover::before {
    opacity: 0.7;
}

main.p-top2 .targetLinkBlockArea .body {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    color: #FFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

main.p-top2 .targetLinkBlockArea .recruit {
    color: #000;
}

main.p-top2 .targetLinkBlockArea .icon {
    margin-bottom: 20px;
}

main.p-top2 .targetLinkBlockArea .hdg {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 2.2rem;
    letter-spacing: 2px;
}

main.p-top2 .targetLinkBlockArea .text {
    margin-top: 8px;
    font-size: 1.4rem;
}

main.p-top2 .targetLinkBlockArea .guideText {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0 0 30px;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 1.5rem;
}

main.p-top2 .targetLinkBlockArea .guideText .m-arrow {
    margin-left: 27px;
    width: 20px;
    vertical-align: middle;
}

main.p-top2 .targetLinkBlockArea .image img {
    width: 100%;
}

main.p-top2 .targetLinkBlockArea .med a::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#FEBAB4), to(#F98174));
    background-image: linear-gradient(-90deg, #FEBAB4 0%, #F98174 100%);
}

main.p-top2 .targetLinkBlockArea .med .guideText {
    color: #FF5543;
}

main.p-top2 .targetLinkBlockArea .med .guideText .m-arrow::before, main.p-top2 .targetLinkBlockArea .med .guideText .m-arrow::after {
    background-color: #FF5543;
}

main.p-top2 .targetLinkBlockArea .employ a::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFC2BC), to(#FFEEEC));
    background-image: linear-gradient(90deg, #FFC2BC 0%, #FFEEEC 100%);
}

main.p-top2 .targetLinkBlockArea .employ .guideText {
    color: #3E3231;
}

main.p-top2 .targetLinkBlockArea .employ .guideText .m-arrow::before, main.p-top2 .targetLinkBlockArea .employ .guideText .m-arrow::after {
    background-color: #3E3231;
}

main.p-top2 .linkBtnArea {
    padding-top: 60px;
}

main.p-top2 .linkBtnArea__hdg {
    margin-bottom: 32px;
}

main.p-top2 .linkBtnArea__hdg [lang="en"] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.4rem;
}

main.p-top2 .linkBtnArea__hdg [lang="ja"] {
    margin-left: 28px;
    vertical-align: 10px;
    color: #FF5543;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

main.p-top2 .linkBtnArea .linkBtnList {
    margin: -20px 0 0 -20px;
}

main.p-top2 .linkBtnArea .linkBtnList::after {
    content: "";
    display: block;
    clear: both;
}

main.p-top2 .linkBtnArea .linkBtnList li {
    float: left;
    padding: 20px 0 0 20px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main.p-top2 .linkBtnArea .linkBtnList a {
    display: table;
    position: relative;
    width: 100%;
    height: 54px;
    background-color: #FDEEEF;
    color: #FF5543;
}

main.p-top2 .linkBtnArea .linkBtnList a>span {
    display: table-cell;
    padding: 0 40px 0 20px;
    vertical-align: middle;
    font-size: 1.3rem;
}

main.p-top2 .linkBtnArea .linkBtnList a[target="_blank"]::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 13px;
    height: 8px;
    background: url(../images/icon_external_red.png) no-repeat;
    background-size: auto 8px;
}

@media screen and (max-width: 750px) {
    main.p-top2 .m-container {
        padding: 0 5.06667%;
    }
    main.p-top2 .mainVisualArea {
        height: 121.333333333vw;
        min-height: 0;
    }
    main.p-top2 .mainVisualArea__frame {
        width: 200%;
        height: 133.333333333vw;
        min-height: 0;
    }
    main.p-top2 .mainVisualArea__frame::before {
        content: "";
        opacity: .9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(#FEBAB4), to(#FDAAA1));
        background-image: linear-gradient(-90deg, #FEBAB4 0%, #FDAAA1 100%);
    }
    main.p-top2 .mainVisualArea__frame__inner {
        margin-top: -4vw;
    }
    main.p-top2 .mainVisualArea__pcSlide {
        display: none;
    }
    main.p-top2 .mainVisualArea__spSlide {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100vw;
        background-color: #FFF;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    main.p-top2 .mainVisualArea__spSlide__item__image {
        padding-top: 117.333333333%;
        background-position: 50%;
        background-size: cover;
        -webkit-transition: -webkit-transform 32s linear;
        transition: -webkit-transform 32s linear;
        transition: transform 32s linear;
        transition: transform 32s linear, -webkit-transform 32s linear;
    }
    main.p-top2 .mainVisualArea__spSlide__item__caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 21.333333333%;
        text-align: center;
        color: #FFF;
        font-size: 3.733333333vw;
    }
    main.p-top2 .mainVisualArea__spSlide__item.is-current .mainVisualArea__spSlide__item__image {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    main.p-top2 .guideLinkArea__time {
        position: static;
        width: auto;
        height: auto;
    }
    main.p-top2 .guideLinkArea__time::before {
        content: none;
    }
    main.p-top2 .guideLinkArea__time__inner {
        position: static;
        border-radius: 0;
        padding: 30px 5.06667% 38px;
        text-align: left;
    }
    main.p-top2 .guideLinkArea__time .time::after {
        content: "";
        display: block;
        clear: both;
    }
    main.p-top2 .guideLinkArea__time .time__hdg {
        float: left;
        margin-bottom: 0;
        width: 8.25em;
        font-size: 1.7rem;
    }
    main.p-top2 .guideLinkArea__time .time__hdg::before {
        content: "[";
        margin-right: 3px;
    }
    main.p-top2 .guideLinkArea__time .time__hdg::after {
        content: "]";
        margin-left: 3px;
    }
    main.p-top2 .guideLinkArea__time .time__body {
        overflow: hidden;
    }
    main.p-top2 .guideLinkArea__time .time__time {
        display: inline;
        font-size: 2.4rem;
        font-style: normal;
    }
    main.p-top2 .guideLinkArea__time .time__day {
        display: inline;
        position: static;
        margin-left: 4px;
        vertical-align: 2px;
        font-size: 1.2rem;
    }
    main.p-top2 .guideLinkArea__time .time__day::before {
        content: "(";
        margin-right: 3px;
    }
    main.p-top2 .guideLinkArea__time .time__day::after {
        content: ")";
        margin-left: 3px;
    }
    main.p-top2 .guideLinkArea__time .off {
        margin-top: 15px;
    }
    main.p-top2 .guideLinkArea__time .off::before {
        content: none;
    }
    main.p-top2 .guideLinkArea__time .off__hdg {
        float: left;
        width: 8.25em;
        font-size: 1.7rem;
    }
    main.p-top2 .guideLinkArea__time .off__body {
        padding-top: 3px;
        overflow: hidden;
        font-size: 1.4rem;
    }
    main.p-top2 .guideLinkArea__pop {
        display: none;
    }
    main.p-top2 .guideLinkArea__linkList {
        overflow: hidden;
    }
    main.p-top2 .guideLinkArea__linkList li {
        width: 50%;
    }
    main.p-top2 .guideLinkArea__linkList li a {
        margin-top: 0;
        padding-top: 0;
        height: 185px;
        min-height: 0;
    }
    main.p-top2 .guideLinkArea__linkList li .body {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        padding-top: 28px;
    }
    main.p-top2 .guideLinkArea__linkList li .body .hdg {
        margin-bottom: 5px;
        font-size: 1.9rem;
    }
    main.p-top2 .guideLinkArea__linkList li .body .text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
    main.p-top2 .guideLinkArea__linkList li .body .text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 750px) {
    main.p-top2 .guideLinkArea__linkList li .body .icon {
        margin: 16px 0 0;
    }
    main.p-top2 .guideLinkArea__linkList li .body .icon img {
        width: 60px;
    }
    main.p-top2 .guideLinkArea__linkList li .body .text_btn {
        display: none;
    }
    main.p-top2 .guideLinkArea__linkList li .body .m-arrow {
        display: none;
    }
    main.p-top2 .guideLinkArea__linkList li:nth-child(odd) a::before {
        content: none;
    }
    main.p-top2 .guideLinkArea__linkList li:nth-child(n+3) a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-color: #FFF;
    }
    main.p-top2 .searchArea {
        padding: 32px 5.06667% 40px;
        margin-bottom: 0;
    }
    main.p-top2 .searchArea__inner {
        width: auto;
    }
    main.p-top2 .searchArea__hdg {
        font-size: 2rem;
    }
    main.p-top2 .searchArea__guide {
        float: none;
        margin-bottom: 15px;
        padding-left: 20px;
        width: auto;
    }
    main.p-top2 .searchArea__guide .text {
        margin-top: 10px;
    }
    main.p-top2 .searchArea__form {
        float: none;
        margin-top: 0;
        width: auto;
    }
    main.p-top2 .searchArea__form input[type="text"] {
        border: 1px solid #FF5543;
        padding: 15px 50px 15px 20px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
    main.p-top2 .searchArea__form input[type="text"] {
        font-size: 1rem;
    }
}

@media screen and (max-width: 750px) {
    main.p-top2 .searchArea__form button {
        width: 50px;
    }
    main.p-top2 .searchArea__form button img {
        margin-right: 8px;
        width: 18px;
    }
    main.p-top2 .certArea {
        overflow: hidden;
        display: block;
    }
    main.p-top2 .certArea__image {
        float: none;
        position: relative;
        width: auto;
    }
    main.p-top2 .certArea__image::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        margin: -50px 0 0 -175px;
        border-radius: 50%;
        width: 350px;
        height: 326.5px;
        background-color: #FFF;
    }
    main.p-top2 .certArea__body {
        position: relative;
        margin: 0;
        padding: 0 5.06667% 50px;
        width: auto;
        background-color: #FFF;
    }
    main.p-top2 .certArea__body__hdg {
        margin-bottom: 28px;
        text-align: center;
        text-indent: .8em;
        font-size: 2.6rem;
        line-height: 1;
    }
    main.p-top2 .certArea__body__desc {
        position: relative;
        margin-top: 38px;
        line-height: 2.071428571;
    }
    main.p-top2 .certArea__body__desc::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin: 0 0 16px -25px;
        width: 50px;
        height: 1px;
        background-color: #D2B140;
    }
    main.p-top2 .certArea__body__desc>p~p {
        margin-top: 9px;
    }
    main.p-top2 .certArea__body__linkBtn {
        margin-top: 22px;
    }
    main.p-top2 .certArea__body__linkBtn a {
        display: block;
        padding: 13px 40px;
        width: auto;
        font-size: 1.4rem;
    }
    main.p-top2 .certArea__body__linkBtn .m-arrow {
        right: 13px;
        margin-top: 1px;
    }
    main.p-top2 .certArea__body__linkBtn a:hover .m-arrow {
        -webkit-transform: none;
        transform: none;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide {
        position: relative;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item {
        position: relative;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide a:hover {
        opacity: 1;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .text {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .text img {
        display: inline-block;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .image::before {
        content: "";
        opacity: .55;
        position: absolute;
        left: 0;
        right: -1px;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item.med .image::before {
        background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item.safety .image::before {
        background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item.int .image::before {
        background-image: linear-gradient(-100deg, #000000 0%, #000000 100%);
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .slick-dots {
        position: absolute;
        left: 50%;
        bottom: 30px;
        margin-bottom: -7px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .slick-dots li {
        display: inline-block;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .slick-dots button {
        opacity: .4;
        padding: 7px;
        font-size: 0;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .slick-dots button::before {
        content: "";
        display: block;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #FFF;
    }
    main.p-top2 .linkBlockArea .u-spOnly .linkSlide .slick-dots .slick-active button {
        opacity: 1;
    }
    main.p-top2 .infoArea {
        padding: 42px 0 50px;
    }
    main.p-top2 .infoArea__hdg {
        margin-bottom: 6px;
        font-size: 2.5rem;
    }
    main.p-top2 .infoArea__listLinkBtn {
        top: 5px;
    }
    main.p-top2 .infoArea__listLinkBtn a {
        padding: 0 45px 10px 8px;
    }
    main.p-top2 .infoArea__listLinkBtn .m-arrow {
        right: 12px;
        width: 20px;
    }
    main.p-top2 .infoArea article {
        display: block;
        padding: 24px 60px 20px 0;
        width: auto;
        height: auto;
    }
    main.p-top2 .infoArea article .meta, main.p-top2 .infoArea article .title {
        display: block;
    }
    main.p-top2 .infoArea article .meta {
        margin-bottom: 10px;
        width: auto;
    }
    main.p-top2 .infoArea article .meta .date {
        padding: 0;
        width: 96px;
    }
    main.p-top2 .infoArea article .meta .m-catLabel {
        font-size: 1.1rem;
    }
    main.p-top2 .infoArea article .title {
        padding: 0;
        font-size: 1.5rem;
    }
    main.p-top2 .infoArea article.new::before {
        right: 0;
    }
    main.p-top2 .targetLinkBlockArea li {
        float: none;
        width: auto;
    }
    main.p-top2 .targetLinkBlockArea li:nth-child(2)::before {
        content: none;
    }
    main.p-top2 .targetLinkBlockArea .body {
        padding-bottom: 0;
    }
    main.p-top2 .targetLinkBlockArea .icon {
        margin-bottom: 14px;
    }
    main.p-top2 .targetLinkBlockArea .icon img {
        height: 45px;
    }
    main.p-top2 .targetLinkBlockArea .hdg {
        font-size: 1.8rem;
    }
    main.p-top2 .targetLinkBlockArea .text {
        margin-top: 10px;
        font-size: 1.3rem;
    }
    main.p-top2 .targetLinkBlockArea .guideText {
        display: none;
    }
    main.p-top2 .linkBtnArea {
        padding-top: 35px;
    }
    main.p-top2 .linkBtnArea__hdg {
        margin-bottom: 18px;
        padding-left: 12px;
    }
    main.p-top2 .linkBtnArea__hdg [lang="en"] {
        font-size: 3rem;
        letter-spacing: 1px;
    }
    main.p-top2 .linkBtnArea__hdg [lang="ja"] {
        margin-left: 12px;
        vertical-align: 4px;
        font-size: 1rem;
        letter-spacing: .5px;
    }
    main.p-top2 .linkBtnArea .linkBtnList {
        margin: 0;
    }
    main.p-top2 .linkBtnArea .linkBtnList li {
        float: none;
        border-bottom: 1px solid #CECCD8;
        padding: 0;
        width: auto;
    }
    main.p-top2 .linkBtnArea .linkBtnList li:first-child {
        border-top: 1px solid #CECCD8;
    }
    main.p-top2 .linkBtnArea .linkBtnList a {
        border: none;
        height: auto;
        background-color: transparent;
    }
    main.p-top2 .linkBtnArea .linkBtnList a>span {
        padding: 12px 40px 12px 12px;
    }
    main.p-top2 .linkBtnArea .linkBtnList a[target="_blank"]::before {
        right: 12px;
    }
}

/* トップ特設 */

main.p-top2 .specialtopicsArea {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    border: 3px solid #C23C40;
    width: 70%;
    margin: 60px auto;
    border-radius: 5px;
  }
  
  main.p-top2 .specialtopicsArea p {
    margin-right: 50px;
  }
  
  main.p-top2 .specialtopicsArea p img {
    width: 200px;
  }
  
  main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #C23C40;
    vertical-align: 3px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li a {
    font-size: 2.4rem;
    font-weight: bold;
    color: #C23C40;
  }
  
  main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 750px) {
  
    main.p-top2 .specialtopicsArea {
      display: block;
      padding: 20px;
    }
    
    main.p-top2 .specialtopicsArea p {
      display: flex;
      justify-content: center;
      margin-right: 0;
      margin-bottom: 20px;
    }
    
    main.p-top2 .specialtopicsArea p img {
      margin-right: 20px;
    }
    
    main.p-top2 .specialtopicsArea p span {
      font-size: 4rem;
      font-weight: bold;
      color: #C23C40;
    }
    
    main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li a::before {
      content: "";
      display: inline-block;
      margin-right: 10px;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-left-color: #C23C40;
      vertical-align: 1px;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
    }
    
    main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li a {
      font-size: 1.8rem;
      font-weight: bold;
      color: #C23C40;
    }
    
    main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
      margin-bottom: 10px;
    }
  }


/* 汎用詳細 */

.p-genDet>section.news .sectHdg {
    color: #FF5543;
}

.p-genDet>section.news li~li {
    border-top-color: #FF8174;
}

.p-genDet>section.news article .title {
    color: #FF5543;
}

.p-genDet>section.news article.new .title>span::before {
    border-color: #FF5543;
    color: #FF5543;
}

.p-genDet>section.news a:hover article {
    background-color: rgba(255, 235, 235, 0.2);
}

.p-genDet>section.news .listLinkBtn a {
    border-color: #FF5543;
}

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

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

@media screen and (max-width: 750px) {
    .p-genDet>section.news article .meta .date {
        color: #FF5543;
    }
    .p-genDet>section.news article.new::before {
        border-color: #FF5543;
        color: #FF5543;
    }
}

/* ニュース一覧 */

.p-newsList header .yearLinkListArea__hdg {
    color: #FF5543;
}

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

.p-newsList header .refineArea {
    color: #FF5543;
}

.p-newsList header .refineArea__hdg::before {
    background-image: url(../images/icon_3bar_red.png);
}

.p-newsList header .refineArea .refineList button {
    background-color: rgba(255, 235, 235, 0.2);
}

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

@media screen and (min-width: 751px) {
    .p-newsList header .refineArea .refineResetBtn::before {
        background-image: url(../images/icon_rollback_red.png);
    }
}

.p-newsList .articleList {
    border-top-color: #FF5543;
}

.p-newsList .articleList li {
    border-bottom-color: #FF5543;
}

.p-newsList .articleList a:hover {
    color: #FF5543;
}

.p-newsList .articleList article.new::before {
    border-color: #FF5543;
    color: #FF5543;
}

.p-newsList .articleList a:hover article {
    background-color: rgba(255, 235, 235, 0.2);
}

/* ニュース詳細 */

.p-newsDet header {
    border-bottom-color: #FF5543;
}

.p-newsDet header .hdg {
    color: #FF5543;
}

/* 特集 */

.special .c-pageHeader__container {
    height: 600px;
}

.special .c-pageHeader__container .c-pageHeader__hdg {
    color: #FFF;
}

.special .description_area {
    background: #F6F6F6;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.special .description_area h2 {
    font-size: 3.1rem;
    color: #FF5543;
    font-family: 'Barlow Condensed', sans-serif;
    margin-right: 60px;
}

.special .description_area p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.special .description_area p span {
    font-size: 1.6rem;
    font-weight: bold;
}

.special .profile_area {
    margin-bottom: 30px;
}

.special .profile_area h4 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.special .profile_area h4 .position {
    font-size: 1.4rem;
}

.special .profile_area p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.special .description_area {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .special .c-pageHeader {
        background-size: cover;
    }
    .special .c-pageHeader__container {
        height: auto;
    }
    .special .description_area {
        padding: 20px;
        display: block;
        align-items: center;
        margin-bottom: 20px;
    }
    .special .description_area h2 {
        font-size: 3.1rem;
        color: #FF5543;
        font-family: 'Barlow Condensed', sans-serif;
        margin-right: 60px;
    }
}