@charset "UTF-8";
/* CSS Document */

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}


body {
    width:100%;
    margin: 0 auto;
    background-color: #F5F5F5;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 16px;
    word-wrap: break-word;
}
.container {
    width:640px;
    margin: 214px auto 0 ;
}

.pc_none {
    display:none;
}
.sp_none {
    display:block;
}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}

.red { color: #CB0C27;}
.white {color: #FFF !important;}



/*------------------------------
リンク設定
------------------------------*/
a {
    color: #595757;
    text-decoration: underline;
}

a:link {
    color: #595757;
    text-decoration: underline;
}

a:visited {
    color: #595757;
    text-decoration: underline;
}

a:hover {
    color: #595757;
    text-decoration: underline;
}

a:active {
    color: #595757;
    text-decoration: underline;
}

a:hover img {
    opacity: .7;
}



.btn_basic01 {
    display: table;
    width: 90%;
    height: 50px;
    margin: 15px auto;
    background-color: #248b9a;
    color: #fff !important;
    font-size: 1.3em;
    text-decoration: none !important;
    border-radius: 4px;
    text-align: center;
}
.btn_basic01 span {
    display: table-cell;
    vertical-align: middle;
}
.btn_basic01:hover {
    opacity: .7;
}
.btn_basic01.color01 {
    background-color: #e39600;
     background-image: url(../images/icon/icon_y.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

a[class="btn_basic01"] {
    background-image: url(../images/icon/icon_y.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}


/*------------------------------
navigartion
------------------------------*/


.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 7px #000000;
}
.navbar-nav {
    width: 1000px;
    height: 30px;
    margin: 5px auto 0;
    line-height: 2em;
}
.navbar-nav li {
    float: left;
    border-right: 1px solid #333;
    list-style: none;
    padding: 0 15px;
    font-size: 0.8em;
}

.navbar-nav li:hover {
    background-color: #ccc;}

.navbar-nav li:last-child {
    border: none;
}

.nav_tel{
    background: url("../images/icon/icon_x.png") no-repeat 0 5px;
    padding-left: 35px;
}


.nav_small {
    background-image: none;
    font-size: 0.6em;
    line-height: 1.5;
}
 .nav_small span {
     display: table-cell;
     text-align: right;
    background-color: #EEE;
 }


/*------------------------------
campaign
------------------------------*/


.ttl_tokuten {
    background-color: #CB0C27;
    border: 3px solid  #CB0C27;
    line-height: 2;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
}

.slide {
    margin-top: -30px;
    text-align: center;
}

section {
    margin: 35px auto;
    overflow: hidden;
}

.tbl_tokuten {
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #000;
}

.tbl_tokuten td{
    width: 50%;
    padding: 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.tel a　{pointer-events: none;
    text-decoration:none;}



.section019{
    background:url(../images/bg_section06.png) repeat center;
    text-align:center;
    padding:0 0;
    color:#FFFFFF;
}
.section019 p　{
    margin-bottom:20px;
    font-size:16px;
}

.nav_tokuten {
    overflow: hidden;
    margin: 2em auto;
	padding: 0 1%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nav_tokuten div {
    width: 48%;
    margin: 0 0 1em 1%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 3px solid #48281C;
    background-color: #FFF;
    color: #000;
    font-size: 1.2em;
    text-align: center;
}
.nav_tokuten div:nth-child(odd) {
	margin-left: 0;
}
.nav_tokuten div.large {
    width: 100%;
    margin: 0 0 1em 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 3px solid #48281C;
    background-color: #FFF;
    color: #000;
    text-align: center;
}
.nav_tokuten p {
    margin: 2%;
}
.nav_tokuten .large p {
    margin: 1%;
}
.nav_tokuten span {
    display: block;
    background-color: #48281C;
    line-height: 2;
    color: #fff;
}
.nev_tokuten a {

}

.section_inner {
    width: 95%;
    margin: 0 auto;
}

#include a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#include a:hover {
    opacity: 0.6;
}

#include img {
    width: 100%;
}
.include {
    width: 60%;
    margin: 1em auto;
}
.bnr_box {
    width: calc(100% - 20px);
    margin: 10px auto 20px;
    text-align: center;
}

@media only screen and (max-width: 820px) {
    .container {
        width:100%;
        margin: 30px auto 0;
    }
    .inner {
        width: 100%;
    }
    .slide {
        margin-top: 76px;
        margin-left: 60px;
    }
    #breadcrumbs.pc {
        margin-left: 124px!important;
    }
}

@media only screen and (max-width: 769px) {
body {
    width:100%;
}

.slide {
margin: 0;
}

.ttl_tokuten {
    line-height: 2;
    text-align: center;
    font-size: 1.4em;
}
.campaign_topics {
    font-size: 1.2em;
}
.btn_basic01 span {
    font-size: 0.8em;
}
.nav_tokuten div {
    font-size: .8em;
}

.pc_none {
    display:block;
}
.sp_none {
    display:none;
}
.include {
    width: 85%;
}
}