/* base.css */
/*--------------------------------------*/

html {
}

body * {
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 62.5%;
    color: #333d4d;
    letter-spacing: normal;
    -webkit-text-size-adjust: 100%;
}


/* text link color */
/*--------------------------------------*/

a {
    text-decoration:none;
    transition: all .3s ease;
}

a img {
    opacity:1;
    transition:all .3s ease;
}
a:hover img {
    opacity:0.7;
}
@media only screen and (max-width: 768px) {
    a:hover img {
        opacity: 1;
    }
}


/* wrapper */
/*--------------------------------------*/
#wrapper {
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#wrapper img {
    max-width:100%;
    height:auto;
    vertical-align:bottom;
}

/* section */
section {
    position: relative;
    width: 100%;
}
section .inner {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    z-index: 1;
}
@media only screen and (max-width: 750px) {
    section .inner {
        width: 85%;
    }
}

/* pc/sp */
.pc {}
.sp {display:none;}



/* common font/list */
/*--------------------------------------*/
strong {
    font-weight:700;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align:center !important;
}

.right {
    text-align:right !important;
}

.eol {
    margin-bottom:2.5em !important;
}

.bottom {
    margin-bottom:60px !important;
}

.nm {
    margin-bottom:0 !important;
}

.big {
    font-size:1.4em;
}

.note {
    font-size:0.8em;
}

.red {
    color:#ff0000;
}


/* sup sub */
sup {
    vertical-align:super;
    font-size:0.6em;
}
sub {
    vertical-align:sub;
    font-size:0.6em;
}

ul {
    letter-spacing:-0.5em;
}
ul li {
    letter-spacing:normal;
}


/* margin&padding */
.mb00 { margin-bottom:0 !important; }
.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }
.mb120 { margin-bottom:120px !important; }
.mb140 { margin-bottom:140px !important; }

.pb00 { padding-bottom:0 !important; }
.pb05 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb45 { padding-bottom:45px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb70 { padding-bottom:70px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }
.pb120 { padding-bottom:120px !important; }
.pb140 { padding-bottom:140px !important; }


/* map link */
area {
    outline:0;
}


/* breadcrumbs */

/* pagetop */


/* flex */
.flex-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


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


/* pc/sp */
.pc {display:none;}
.sp {display:block;}

/* flex */
.flex-wrap {
    display: block;
}

/* margin&padding */
.mb05 { margin-bottom:0.6vw !important; }
.mb10 { margin-bottom:1.3vw !important; }
.mb15 { margin-bottom:2vw !important; }
.mb20 { margin-bottom:2.6vw !important; }
.mb25 { margin-bottom:3.3vw !important; }
.mb30 { margin-bottom:4vw !important; }
.mb35 { margin-bottom:4.6vw !important; }
.mb40 { margin-bottom:5.3vw !important; }
.mb45 { margin-bottom:6vw !important; }
.mb50 { margin-bottom:6.6vw !important; }
.mb60 { margin-bottom:8vw !important; }
.mb70 { margin-bottom:9.3vw !important; }
.mb80 { margin-bottom:10.6vw !important; }
.mb90 { margin-bottom:12vw !important; }
.mb100 { margin-bottom:13.3vw!important; }
.mb120 { margin-bottom:16vw !important; }
.mb140 { margin-bottom:18.6vw !important; }

.pb05 { padding-bottom:0.6vw !important; }
.pb10 { padding-bottom:1.3vw !important; }
.pb15 { padding-bottom:2vw !important; }
.pb20 { padding-bottom:2.6vw !important; }
.pb25 { padding-bottom:3.3vw !important; }
.pb30 { padding-bottom:4vw !important; }
.pb35 { padding-bottom:4.6vw !important; }
.pb40 { padding-bottom:5.3vw !important; }
.pb45 { padding-bottom:6vw !important; }
.pb50 { padding-bottom:6.6vw !important; }
.pb60 { padding-bottom:8vw !important; }
.pb70 { padding-bottom:9.3vw !important; }
.pb80 { padding-bottom:10.6vw !important; }
.pb90 { padding-bottom:12vw !important; }
.pb100 { padding-bottom:13.3vw !important; }
.pb120 { padding-bottom:16vw !important; }
.pb140 { padding-bottom:18.6vw !important; }


}
/* - 750px end */







