@charset "UTF-8";

/* ----------------------------------------------------------
	general
------------------------------------------------------------- */
#container *{
    box-sizing: border-box;
}
.fs {
    font-size:12px!important;
    font-weight:normal;
}
.ico__newWindow {
    display:inline-block;
    background:url(../img/common/ico_blank.png);
    width:10px;
    height:9px;
    margin-left:.5em;
}
.ico__newWindow--modal {
    background-image:url(../img/common/ico_blank_modal.png);
    width:18px;
    height:16px;
}
.ico__arrow {
    display:inline-block;
    background:url(../img/common/ico_arrow.png);
    width:11px;
    height:16px;
    margin-left:.5em;
}
@media only screen and (min-width: 768px) {
    .view__sp {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .view__mobile {
        display: none;
    }
}
.view__pc {
    display: none;
}
@media only screen and (min-width: 1000px) {
    .view__pc {
        display: block;
    }
}


/* ----------------------------------------------------------
	header
------------------------------------------------------------- */

.gHeader {
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    padding:30px 0;
    text-align:center;
    line-height:1;
}
.gHeaderLogo {
    margin-right:20px;
}
.gHeaderTtl {
    font-size:24px;
    font-weight:bold;
    padding-top:3px;
}
/* SP + Tab */
@media only screen and (max-width: 767px) {
    .gHeader {
        padding:15px;
    }
    .gHeaderLogo {
        margin-right:5px;
    }
    .gHeaderLogo img {
        width:160px;
        height:auto;
    }
    .gHeaderTtl {
        font-size:12px;
    }
}

/* ----------------------------------------------------------
	footer
------------------------------------------------------------- */
.gfooter {
    min-height: 70px;
    padding: 20px 0;
    color: #222;
    text-align: center;
    background: #fff;
}

.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.fPrArea{
    margin-top: 10px;
    text-align: left;
}

.prArea {
    display: flex;
    margin-top: 20px;
    font-size: 12px;
    align-items: center;
    padding-left: 7px;
}

.prArea dt {
    padding-right: 15px;
}

.prArea dd {
    margin-right: 25px;
}

.prArea dd:last-child {
    margin-right: 0;
}

/* SP + Tab */
@media only screen and (max-width: 767px) {
    .prArea {
        font-size: 11px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .wrap {
        width: 94.79%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SP*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .gfooter {
        padding: 10px 0 15px;
    }
    
    .prArea {
        display: block;
        text-align: center;
        padding: 0 20px;
    }
    
    .prArea dt{
        margin: 20px 0 0;
    }
    
    .prArea dd{
        margin: 10px 0;
    }
}


/* ----------------------------------------------------------
	フッタ―ナビ
------------------------------------------------------------- */
.fNav {
    text-align: center;
}

.fNav li {
    display: inline-block;
}

.fNav li:after {
    content: '/';
    color: #666666;
}
        
.fNav li:last-child:after{
    content: none;
}

.fNav a {
    padding: 0 10px;
    color: #222;
    text-decoration: none;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .fNav {
        text-align: center;
    }
}

/* SP*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fNav {
        padding-right: 0;
        text-align: center;
    }
    
     .fNav li{
        margin: 0 5px 5px 0;
        border: none !important;
    }
    
    .fNav li:after{
        content: none;
    }
    
    .fNav li a{
        display: inline-block;
        padding: 3px 7px;
        background: #fff;
    }
}

/* ----------------------------------------------------------
	コピーライト、ロゴ
------------------------------------------------------------- */
.fBottom__logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 135px;
    padding: 48px 0 0;
    text-align: center;
}

.fBottom__copyright {
    display: block;
    margin: 12px 0 0 5px;
    color: #999;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .fBottom__logo{
        padding: 50px 0 0;
    }
}

/* SP*/
@media only screen and (min-width: 0) and (max-width: 767px) {
    .fBottom__logo{
        float: none;
        margin: 0 auto;
        height: auto;
        padding: 15px 0;
    }
}