@charset "utf-8";

/* ======================================================

index.css
-----------------------------------
 * COMPONENT ********************************************
 * Page Parts 
 * Clearfix
====================================================== */

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

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

    .spOnly {
        display: block;
    }

    .spW70per {
        width: 70% !important;
        margin: 0 auto;
    }

    .spW100per {
        width: 100% !important;
    }

    .dIb.pcOnly {
        display: none !important;
    }

    .pcOnly.dTcell {
        display: none !important;
    }
}

.ancList {
    list-style: none;
}

@media only screen and (min-width: 641px),
print {

    /********************************************************

  ELEMENT

********************************************************/

    /* Page Parts
------------------------------------------------------ */
    /* newsArea */
    .heading01 {}

    .heading01+* {
        margin-top: 20px !important;
    }

    /* mapArea */
    .mapArea {
        position: relative;
        margin: 30px 0 0 30px;
    }

    .mapArea .ancList {}

    .mapArea .ancList>li>a {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 124px;
        border-radius: 62px;
        background: #007bcf;
        text-align: center;
        padding: 3px;
    }

    .mapArea .ancList>li>a>span {
        display: table-cell;
        vertical-align: middle;
        min-width: 181px;
        padding: 5px 0;
        border-radius: 58px;
        background: url(../../img/index_ic01.gif) no-repeat 161px center;
        color: #ffffff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .mapArea .ancList>li>a>span>.name {
        padding-right: 15px;
    }

    .mapArea .ancList>li.large>a {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 144px;
        height: 144px;
        padding-left: 4px;
        border-radius: 72px;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

    .mapArea .ancList>li.large>a>span {
        display: table-cell;
        vertical-align: middle;
        width: 136px;
        height: 136px;
        border-radius: 68px;
        background: #007bcf;
        color: #ffffff;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .mapArea .ancList>li>a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

    .mapArea .ancList>li.num01 {
        position: absolute;
        top: 50px;
        left: 10px;
    }

    .mapArea .ancList>li.num02 {
        position: absolute;
        top: 129px;
        left: 188px;
    }

    .mapArea .ancList>li.num03 {
        position: absolute;
        top: 177px;
        left: 362px;
    }

    .mapArea .ancList>li.num04 {
        position: absolute;
        top: 85px;
        left: 630px;
    }

    .mapArea .ancList>li.num05 {
        position: absolute;
        top: 305px;
        left: 205px;
    }

    .mapArea .ancList>li.num06 {
        position: absolute;
        top: 380px;
        left: 350px;
    }

    .mapArea .ancList>li.num07 {
        position: absolute;
        top: 315px;
        right: 25px;
    }


}


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

    /********************************************************

  ELEMENT

********************************************************/
    /* mapArea */
    .mapArea {
        position: relative;
        margin: 15px -3% 0;
        background: url(../../img/sp_index_im01.png) left top no-repeat;
        background-size: cover;
        padding: 8% 3%;
    }

    .mapArea .domestic {
        width: 100%;
        margin: 0 auto 14%;
    }

    .mapArea .domestic>a {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 55px;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

    .mapArea .domestic>a>span {
        display: block;
        vertical-align: middle;
        width: 100%;
        border-radius: 52px;
        background: #007bcf;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .mapArea .domestic>a>span>.name {
        padding: 13px 0;
        background: rgba(0, 0, 0, 0) url("../../img/sp_index_ic01.png") no-repeat scroll 96% 50% / 7px 10px;
        background-size: 7px 10px;
        text-align: center;
        display: block;
    }

    /*.mapArea .domestic > a:after {
	position: absolute;
	content: "";
	left: 47%;
	bottom: 17px;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../img/sp_index_ic01.png);
	background-size: 7px 10px;
}*/
    .mapArea .domestic>a:hover {
        text-decoration: none;
    }

    .mapArea .ancList {
        margin: 38px 0;

    }

    .mapArea .ancList li {
        float: left;
        margin: 3% 1% 0;
        width: 48%;
    }

    .mapArea .ancList>li>a {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 20px;
        text-align: center;
    }

    .mapArea .ancList>li>a>span {
        display: block;
        vertical-align: middle;
        width: 100%;
        border-radius: 47px;
        background: #007bcf url(../../img/sp_index_ic01.png) 92% 50% no-repeat;
        background-size: 7px 10px;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 13px 0;
        min-height: 40px;
    }

    .mapArea .ancList>li>a>span>.name {
        padding-right: 10px;
    }

    .mapArea .ancList>li.line2>a>span {
        font-size: 1.5px;
        font-size: 1.5rem;
        padding: 6px 0;
        line-height: 1.2;
    }

    /*.mapArea .ancList > li > a:after {
	position: absolute;
	content: "";
	left: 47%;
	bottom: 17px;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../img/sp_index_ic01.png);
	background-size: 7px 10px;
}*/
    .mapArea .ancList>li>a:hover {
        opacity: 0.8;
        text-decoration: none;
    }


    /* Clearfix
------------------------------------------------------ */
    .mapArea .ancList:after {
        content: "";
        display: block;
        clear: both;
    }

    .mapArea .ancList {
        zoom: 1;
    }


}