@charset "Shift_JIS";

/*=================
 common
=================*/
main{
  line-height: 1.7;
}

main p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

a:hover{
 text-decoration: none;
}

/*=================
 header
=================*/

#header > div:first-of-type {
    overflow: hidden;
    position: relative;
    max-height: 70px;
}
#header > div:first-of-type .contentsSP {
    float: right;
    width: 46.875%;
}
#header > div:first-of-type .contentsSP ul {
    overflow: hidden;
    float: right;
}
#header > div:first-of-type .contentsSP li {
    float: left;
    border-left: 1px solid #ccc;
    text-align: center;
    width: 33.3%;
    max-width: 69px;
}
#header > div:first-of-type .contentsSP li img {
    width: 100%;
    height: auto;
    max-width: 69px;
    max-height: 70px;
}
#header > div:first-of-type .contentsSP li:last-of-type {
    position: relative;
}
#header > div:first-of-type .contentsSP li:last-of-type > img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
#header.on > div:first-of-type .contentsSP li:last-of-type > img:last-of-type {
    display: block;
}

#headerLogo {
    float: left;
    width: 44%;
    max-width: 250px;
    line-height: 0;
    padding-top: 4.5%;
    padding-left: 15px;
}
@media (min-width: 480px) {
   #headerLogo {
        padding-top: 3.5%;
    }
}
@media (min-width: 550px) {
   #headerLogo {
        padding-top: 2.5%;
    }
}

#header > nav {
    position: relative;
    display: none;
}
#header.on > nav {
    display: block;
}
#header > nav > a {
    display: none;
}
#header > nav > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .8);
}
#header > nav > ul > li {
    background-color: #e5e9f1;
    border-bottom: 1px solid #ccc;
}
#header > nav > ul > li > a {
    display: block;
    padding: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
#header > nav > ul > li > a::before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-right: 8px;
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #002b79;
    border-right: 1px solid #002b79;
}
#header > nav > ul > li:last-of-type > a::before {
    display: none;
}
#header > nav > ul > li:last-of-type {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#header > nav > ul > li:last-of-type > a {
    position: relative;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #fff;
    width: 40%;
}
#header > nav > ul > li:last-of-type > a:first-of-type {
    margin-right: 10px;
}
#header > nav > ul > li:last-of-type > a:last-of-type::after {
    content:"";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 7px;
    height: 6px;
    background: url(../img/header__link--icon_sp.png) no-repeat top left;
    background-size: 7px 6px;
    display: block;
}
#header > nav li > div {
    display: none;
}


/*=================
 footer
=================*/

#btnPagetop {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    padding-bottom: 40px;
}
#btnPagetop a {
    padding-top: 20px;
}

#footerInner {
    font-size: 1.0rem;
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}

#footerInnerData {
    max-width: 260px;
    margin: 0 auto;
}

#footerInnerData > div:first-of-type {
    width: 80px;
    min-height: 43px;
    margin-right: 30px;
}
#footerInnerData > div:first-of-type img {
    width: 100%;
    height: auto;
}

#footerInnerData > div:last-of-type > a > img {
    width: 89px;
}

#footerInnerLinks {
    margin-top: 15px;
}

#footerInnerLinks > ul > li {
    margin-right: 10px;
    line-height: 1.8;
}

#footerInnerLinks > div {
    padding-top: 10px;
}

#footerInnerLinks > div > ul {
   padding-top: 17px;
   text-align: center;
}

#footerInnerLinks > div > ul > li {
    display: inline-block;
    margin-right: 20px;
}
#footerInnerLinks > div > ul > li:last-of-type {
    margin-right: 0;
}
#footerInnerLinks > ul {
    text-align: center;
    font-size: 1.1rem;
}

#footerInnerLinks small {
    text-align: center;
    display: block;
}

#footerBnr {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
}

#footerBnr li {
    display: inline-block;
    background-color: #e77d1c;
    width: 64.8%;
}
#footerBnr li:first-of-type {
    margin-right: 4px;
    width: 32.8%;
}
#footerBnr li:first-of-type a {
       background: #e77d1c url(../img/footer_iconbook--bg_sp.png) no-repeat center center;
       background-size: 25.5px 30.5px;
}
#footerBnr li a {
    padding-top: 1em;
    line-height: 1.5;
    display: inline-block;
    height: 46px;
    width: 100%;
    color: #fff;
    background: #e77d1c url(../img/footer_iconpc--bg_sp.png) no-repeat center center;
    background-size: 33.5px 31.5px;
}

#footerBnr li a::after {
    border-color: transparent transparent #fff transparent;
}

#footerBnr li a br {
    display: block;
}


/*   ベース用   */
#contact {
    margin: 30px 0 40px;
    border: 6px solid #f9dbb4;
    padding: 20px;
}


#contact .ttl-noborder{
    margin: 0 0 15px;
}

#contact .singleBtn.orange {
    margin: 10px 0 0;
}

#contact .contentsSP a{
	text-decoration: underline;
}

#contact .ttl{
	font-size: 1.8rem;
}

#contact .ttl::after {
    top: auto;
    height: 0px;
    width: 100%;
}

#contact p:last-child{
	margin-bottom: 0px;
}









