@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
/**
* Base
*/
a {
color: #005EAD;
}

body {
    min-width: 1300px;
}

/**
* Header
*/
.l-header {
border-bottom: 1px solid #FFF;
position: fixed;
z-index: 99;
background: #fff;
width: 100%;
}

.l-header__container {
padding: 0;
}

.l-header .topArea {
height: 55px;
border-bottom-color: #FFF;
}

.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: #D7E5F1;
}

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

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

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

.l-header .topArea .l-header__container > div.link .linkList .contact a::before {
width: 15px;
height: 11.5px;
background-image: url(../images/icon_balloon_blue.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: #D7E5F1;
text-align: center;
color: #005EAD;
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: #005EAD;
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 {
border-bottom: none;
padding: 0 25px 0 8px;
width: 150px;
height: 25px;
background-color: #D7E5F1;
}

.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 70px;
}

.l-header .btmArea .logo [lang="en"] {
display: block;
margin-top: 5px;
color: #FFF;
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%;
background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #00afee), to(#005ead));
background-image: linear-gradient(-90deg, #00afee 50%, #005ead 100%);
}

.l-header .btmArea .gNav::after {
right: 100%;
top: -56px;
bottom: 0;
width: 100vw;
background-color: #005EAD;
}

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

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

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

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

.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 #8CBCE4;
}

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

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

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

.l-header .btmArea .gNav__list__item:first-child {
border-left-color: #FFF;
}

@media screen and (max-width: 750px) {
body {
    min-width: 0;
}    
.l-header {
    border-bottom: 3px solid #005EAD;
}
.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: #005EAD;
    letter-spacing: 1px;
}
.l-header .btmArea .spMenu {
    border-top-color: #005EAD;
}
.l-header .btmArea .spMenu .spAccordionBtn > span::before, .l-header .btmArea .spMenu .spAccordionBtn > span::after {
    background-color: #005EAD;
}
.l-header .btmArea .spMenu .gNav::before, .l-header .btmArea .spMenu .gNav::after {
    content: none;
}
.l-header .btmArea .spMenu .gNav__list__item {
    border-color: #005EAD;
}
.l-header .btmArea .spMenu .gNav__list__item > a {
    height: 52px;
    color: #005EAD;
}
.l-header .btmArea .spMenu .gNav__list__item > a::before {
    border-left-color: #005EAD;
}
.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: #005EAD;
}
.l-header .btmArea .spMenu .gNav__list__item .subMenuList li {
    border-top-color: #005EAD;
}
.l-header .btmArea .spMenu .gNav__list__item .subMenuList a {
    position: relative;
    padding: 12px 35px;
    background-color: inherit;
    text-align: center;
    color: #005EAD;
    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: #005EAD;
}
.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: #005EAD;
}
.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: #005EAD;
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList li {
    border-color: #005EAD;
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList li:nth-child(odd) {
    border-right-color: #005EAD;
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList .concerned span::before {
    width: 12px;
    height: 13px;
    background-image: url(../images/icon_figure_blue.png);
    background-size: 12px;
    vertical-align: -2px;
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList .access span::before {
    background-image: url(../images/icon_pin_blue.png);
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList .contact span::before {
    width: 14px;
    height: 11px;
    background-image: url(../images/icon_balloon_blue.png);
    background-size: 14px;
}
.l-header .btmArea .spMenu .utilityMenu .link .linkList .floormap span::before {
    width: 12px;
    height: 9px;
    background-image: url(../images/icon_floormap_blue.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: #005EAD;
    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: #005EAD;
    color: #FFF;
}
.l-header .btmArea .spMenuBtn {
    border-left-color: #005EAD;
}
.l-header .btmArea .spMenuBtn .hamburgerIcon span {
    background-color: #005EAD;
}
.l-header .btmArea .spMenuBtn .hamburgerIcon span::before, .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
    background-color: #005EAD;
}
.l-header .btmArea .spMenuBtn.is-active {
    background-image: url(../images/icon_cross_blue.png);
}
.l-header .btmArea .spSearch__btn.is-active {
    background-image: url(../images/icon_cross_blue.png);
}
.l-header .btmArea .spSearch__window {
    border-top-color: #005EAD;
}
}

/**
* Footer
*/
.l-footer .breadcrumbArea .toPageTop a {
background-image: -webkit-gradient(linear, left bottom, left top, from(#005eab), color-stop(32.5%, #0060ad), to(#2aabec));
background-image: linear-gradient(0deg, #005eab 0%, #0060ad 32.5%, #2aabec 100%);
}

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

.l-footer .btmArea::before {
right: 0;
background-image: -webkit-gradient(linear, right top, left top, from(#00a0e9), color-stop(81%, #005ead));
background-image: linear-gradient(-90deg, #00a0e9 0%, #005ead 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: 350px;
}

.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_white.png);
vertical-align: -2px;
}

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

.l-footer .btmArea .infoArea .copyright {
margin-top: 95px;
color: #FFF;
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 -380px;
}

/**
* old
.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 ~ .linkGroup {
margin-top: 25px;
border-top-color: #FFF;
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(#00a0e9), color-stop(81%, #005ead));
    background-image: linear-gradient(-90deg, #00a0e9 0%, #005ead 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 ~ li {
    margin-top: 0;
}
.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: #FFF;
}
.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 #FFF;
}
.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;
}
    .l-footer .btmArea .linkListArea .linkIcon {
        margin-top: 30px;
        padding: 0;
        background: none;
        text-align: center;
    }
}

/**
* Contents
*/

.l-contents {
padding-top: 125px;
}
.l-contents .breadcrumbArea {
background-color: #EBF2F8;
}

/**
* Module
*/
.m-hdgLg {
border-bottom-color: #005EAD;
}

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

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

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

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

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

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

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

.m-wysiwyg a {
color: #005EAD;
}

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

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

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

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

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

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

.m-textBtn {
border-color: #005EAD;
color: #005EAD;
}

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

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

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

.m-textBtn2::before {
background-image: linear-gradient(-60deg, #00a0e9 0%, #005ead 81%);
}

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

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

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

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

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

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

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

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

.m-imageList a {
color: inherit;
}

.m-catLabel {
background-color: #005EAD;
}

/**
* Component
*/
.c-pageHeader {
background-image: -webkit-gradient(linear, left top, right top, from(#005ead), to(#19b7f0));
background-image: linear-gradient(90deg, #005ead 0%, #19b7f0 100%);
}

.c-pageHeader__container {
height: 226px;
}

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

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

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

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

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

.c-qa__list__a::before {
color: #009BE5;
}

@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: #005EAD;
}

.c-anchor a:hover {
background-color: #D2E2F1;
color: #005EAD;
}

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

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

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

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

.c-linkGroup__list__item__mainLink__desc {
color: #333;
}

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

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

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

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

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

.c-relatedLink__list__item__hdg {
color: #005EAD;
}

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

.c-relatedLink__list__item__desc {
color: #333;
}

.c-staffIntroTable th {
background-color: #EBF2F8;
color: #333;
text-align: left;
}

.c-staffIntroTable .midashi {
    background-color: #005EAD;
    color: #fff;
    text-align: center;
}

.c-staffIntroTable td a::after {
background-image: url(../images/icon_arrow_blue2.png);
}
/*
@media screen and (max-width: 750px) {
.c-staffIntroTable {
    width: 200% !important;
}
}
*/
.c-gMap .gMap .linkBtn a {
border-color: #005EAD;
color: #005EAD;
}

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

@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: #005EAD;
}

.c-tabCont__tabList button {
background-color: rgba(0, 94, 173, 0.2);
color: #005EAD;
}

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

/* 個別パーツ */
.boxFlow .c-wysiwyg--framed {
position: relative;
margin-bottom: 90px;
background-color: #edf2f5;
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: #cadcea;
}

.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: #a3c4e0;
}

.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: #005ead;
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: #005EAD;
font-size: 2rem;
font-weight: normal;
}

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

.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_blue.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: #005EAD;
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: #a3c4e0;
}

.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: #a3c4e0;
}

.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;
}

@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: #005EAD;
    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: 480px;
min-height: auto;
overflow: hidden;
}

main.p-top2 .mainVisualArea__frame {
position: absolute;
z-index: 10;
width: 100%;
background-image: -webkit-gradient(linear, right top, left top, from(#00afee), to(#003c87));
background-image: linear-gradient(-90deg, #00afee 0%, #003c87 100%);
top: 0;
bottom: 0;
}

 main.p-top2 .mainVisualArea__frame__inner {
position: absolute;
display: flex;
justify-content: center;
top: -74px;
z-index: 11;
margin-top: -1.714285714vw;
width: 100%;
height: 140%;
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: 48.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;
}

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;
}

main.p-top2 .guideLinkArea__time {
position: absolute;
right: 10.714285714%;
bottom: 85%;
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, #00afee 0%, #003c87 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: #005EAD;
font-size: 2rem;
}

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

main.p-top2 .guideLinkArea__time .time__time {
color: #005EAD;
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: #005EAD;
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: #005EAD;
}

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(-55deg, #84e9d0 0%, #008ed1 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: .8;
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: .6;
}

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

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

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

main.p-top2 .guideLinkArea__linkList li:nth-child(4) .image::before {
background-image: linear-gradient(-100deg, #00c8b3 0%, #00a1b4 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: #FFF;
}

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 .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;
}

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(#84e9d0), to(#008ed1));
background-image: linear-gradient(-90deg, #84e9d0 0%, #008ed1 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;
}

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: #007CAD;
}

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

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

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

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 {
position: relative;
margin: auto;
max-width: 1400px;
}*/

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

main.p-top2 .certArea__image {
float: right;
position: relative;
width: 50%;
}

main.p-top2 .certArea__image .certText {
position: absolute;
right: 0;
bottom: 90px;
border-radius: 100px 0 0 100px;
padding: 30px 0;
width: 540px;
background-color: #FFF;
text-align: center;
}

main.p-top2 .certArea__body {
margin: 0 700px 0 auto;
padding: 88px 40px 0 0;
width: 550px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
main.p-top2 .top2 {
width: 100%;
background: #F2F9FF;
margin-bottom: 80px;
}

main.p-top2 .top2 .certArea__body {
margin: 0 auto 60px;
padding: 88px 40px 80px 0;
width: 1100px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
}

main.p-top2 .top2 .certArea__body .certText {
margin-bottom: 30px;
}
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 #005EAD;
padding: 17px 60px;
width: 340px;
-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: #005EAD;
}

main.p-top2 .certArea__body__linkBtn a:hover .m-arrow {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
main.p-top2 .greetingArea {
width: 100%;
padding: 100px 0;
}

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

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

main.p-top2 .greetingArea .certArea__image {
float: none;
width: 500px;
}

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

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

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

main.p-top2 .linkBlockArea {
    margin: 30px auto 0;
    min-width: 1400px;
}

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

main.p-top2 .linkBlockArea .u-pcOnly li {
float: left;
width: 24.9%;
margin-right: 1px;
overflow: hidden;
}

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

main.p-top2 .linkBlockArea .u-pcOnly .text {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 1.8rem;
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 .text .icon {
    margin-right: 20px;
}

main.p-top2 .linkBlockArea .u-pcOnly .text .icon img {
    width: 100px;
}

main.p-top2 .linkBlockArea .u-pcOnly .text .m-arrow {
    width: 100px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

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


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, #005ead 0%, #0044aa 100%);
}

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

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

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

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 #005EAD;
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: #005EAD;
}

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 #A3C2E0;
}

main.p-top2 .infoArea li a {
display: block;
}
main.p-top2 .infoArea .pickup a {
    background-color: rgba(0, 94, 173, 0.08);
    font-weight: bold;
}
main.p-top2 .infoArea li a:hover {
opacity: 1;
background-color: rgba(0, 94, 173, 0.05);
}

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, #007dad 0%, #005ead 100%);
font-size: 1.2rem;
}

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 #005EAD;
border-radius: 50%;
width: 44px;
height: 44px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #FFF;
text-align: center;
color: #005EAD;
line-height: 44px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
main.p-top2 .infoArea article.pickup {
    position: relative;
}
main.p-top2 .infoArea article.pickup::before {
    content: "Pickup";
    position: absolute;
    right: 30px;
    top: 50%;
    border: 1px solid #005EAD;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #005EAD;
    text-align: center;
    color: #FFF;
    line-height: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
main.p-top2 .infoArea article.pickup .meta .m-catLabel {
    border-radius: 0;
}
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.85;
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 .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(#0086b1), to(#003c87));
background-image: linear-gradient(-90deg, #0086b1 0%, #003c87 100%);
}

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

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

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

main.p-top2 .targetLinkBlockArea .employ .guideText {
color: #00B2B2;
}

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

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: #005EAD;
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: #DFEBF4;
color: #005EAD;
}

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_blue.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: 41.333333vw;
    min-height: 0;
}
main.p-top2 .mainVisualArea__frame {
    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(#00afee), to(#003c87));
    background-image: linear-gradient(-90deg, #00afee 0%, #003c87 100%);
}
main.p-top2 .mainVisualArea__frame__inner {
    margin-top: -4vw;
    top: -21px;
}
}

@media screen and (max-width: 400px) {
main.p-top2 .mainVisualArea__frame__inner {
    top: -17px
}
}

@media screen and (max-width: 750px) {

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 .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;
}
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 #AAC9E4;
    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;
}
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;
}
main.p-top2 .top2 .certArea__body {
    margin: 50px auto;
    padding: 0 5.06667%;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
main.p-top2 .certArea__body__hdg {
    margin-bottom: 28px;
    text-align: center;
    text-indent: .8em;
    font-size: 2.4rem;
    line-height: 1.3;
}
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 .greetingArea {
    padding: 50px 0;
}
  main.p-top2 .greetingArea .certArea__body {
    margin: auto;
    width: 90%;
    padding: 30px 0;
  }
  main.p-top2 .greetingArea .certArea {
    display: block;
  }
  
  main.p-top2 .greetingArea .certArea .name {
    font-size: 2rem;
    text-align: center;
  }
  
  main.p-top2 .greetingArea .certArea__image {
    width: 100%;
  }
  
  main.p-top2 .greetingArea .certArea__image img {
    width: 100%;
  }
  main.p-top2 .linkBlockArea {
    min-width: 100%;
}

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 .icon {
    margin-right: 20px;
}
main.p-top2 .linkBlockArea .u-spOnly .linkSlide .text .icon img {
    width: 100px;
}
main.p-top2 .linkBlockArea .u-spOnly .linkSlide .text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    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, #005ead 0%, #0044aa 100%);
}
main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item.safety .image::before {
    background-image: linear-gradient(-100deg, #007ead 0%, #005ead 100%);
}
main.p-top2 .linkBlockArea .u-spOnly .linkSlide__item.int .image::before {
    background-image: linear-gradient(-100deg, #00a1b4 0%, #007ead 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 10px;
    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 .infoArea article.pickup::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: #005ead;
    vertical-align: 3px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

main.p-top2 .specialtopicsArea .specialtopicsArea_linkset .pickup a::before {
    border-left-color: #C23C40;
}

main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li a {
    font-size: 1.8rem;
    color: #333;
}

main.p-top2 .specialtopicsArea .specialtopicsArea_linkset .pickup 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: #005ead;
    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.6rem;
    }

    main.p-top2 .specialtopicsArea .specialtopicsArea_linkset .pickup a {
        font-size: 1.8rem;
    }
    
    main.p-top2 .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
    margin-bottom: 10px;
    }
}


/* 汎用詳細 */
.p-genDet > section.news .sectHdg {
color: #005EAD;
}

.p-genDet > section.news li ~ li {
border-top-color: rgba(0, 94, 173, 0.5);
}

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

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

.p-genDet > section.news a:hover article {
background-color: rgba(0, 94, 173, 0.05);
}

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

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

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

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

/* ニュース一覧 */
.p-newsList header .yearLinkListArea__hdg {
color: #005EAD;
}

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

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

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

.p-newsList header .refineArea .refineList button {
background-color: rgba(0, 94, 173, 0.2);
}

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

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

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

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

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

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

.p-newsList .articleList a:hover article {
background-color: rgba(0, 94, 173, 0.05);
}

/* ニュース詳細 */
.p-newsDet header {
border-bottom-color: #005EAD;
}

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

/* ツールチップ */
.tooltip {
  cursor: pointer; 
}

.tooltip-wrap {
    width: 1194px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -6.5%;
  transform: translateX(-50%);
  bottom: 15px;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1.3;
  background: #333;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in;
 z-index: 999;
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover {
  opacity: 1;
}
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
    .tooltip-wrap {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        position: relative;
    }

    /* ツールチップのテキスト */
.tooltip-text {
  opacity: 1;
visibility: visible;
    bottom: initial;
    top: 10px;
    right: -20%;
}
}