@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
reset
----------------------------------------------------------*/
html{
overflow-y: scroll;
font-size: 10px;
}
@media (max-width: 768px){
html{
font-size: 2.666vw;
}
}

body{
width: 100%;
min-width: 1280px;
color: #333;
font-size: 1.6rem;
line-height: 1.6;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
}
@media (max-width: 768px){
body{
min-width: 320px;
}
}

h1,h2,h3,h4,h5,h6{
font-size: 1.6rem;
margin: 0;
}

p{
margin: 0;
}

ul,ol{
margin: 0;
padding: 0;
}

ul{
list-style: none;
}

ol{
list-style-position: inside;
}

table{
margin:0;
border-collapse: collapse;
border-spacing: 0;
}
tr,th,td{
font-weight: normal;
margin: 0;
padding: 0;
}
dl,dt,dd{
margin: 0;
padding: 0;
}

hr{
display:none;
}

img{
width: 100%;
height: auto;
border: 0;
vertical-align: middle;
}

li img{
vertical-align: middle;
}

button,input,select,textarea{
font-size: 1.6rem;
vertical-align: middle;
}

button{
display: inline;
border: none;
padding: 0;
background: none;
}

em,address,small{
font-style: normal;
}

em{
font-weight: bold;
}

article,aside,dialog,figure,footer,header,menu,nav,section,mark,audio,video,main{
display: block;
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

fieldset{
margin: 0;
padding: 0;
border: none;
}

nav ul{
list-style: none;
}

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix::after{
content: "";
height: 0;
display: block;
clear: both;
visibility: hidden;
}

.pc_dsb{display: block!important;}
.pc_dsn{display: none!important;}
.sp_dsb{display: none!important;}
.sp_dsn{display: block!important;}
@media (max-width: 768px){
.pc_dsb{display: none!important;}
.pc_dsn{display: block!important;}
.sp_dsb{display: block!important;}
.sp_dsn{display: none!important;}
}
.dsb{display: block!important;}
.dsn{display: none!important;}

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

a{
text-decoration: none;
color: inherit;
transition: 0.3s;
display: inline-block;
}

/*----------------------------------------------------------
wrapper
----------------------------------------------------------*/
#wrap{
width: 100%;
position: relative;
}
.container{
position: relative;
z-index: 1;
}

/*----------------------------------------------------------
header
----------------------------------------------------------*/
#header{
width: 100%;
background: #fff;
position: relative;
z-index: 1;
}
#header .logo{
width: 1000px;
margin: 0 auto;
padding: 24px 0;
}
#header .logo img{
width: 180px;
}
@media (max-width: 768px){
#header .logo{
width: 100%;
padding: 0.75rem 2.0rem;
}
#header .logo img{
width: 10.2rem;
}
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
#footer{
width: 100%;
background: #11284a;
position: relative;
z-index: 1;
}
#footer .copyright{
width: 1000px;
color: #fff;
font-size: 1.3rem;
text-align: center;
letter-spacing: 1px;
margin: 0 auto;
padding: 15px 0 15px;
}
@media (max-width: 768px){
#footer .copyright{
width: 100%;
font-size: 1.0rem;
letter-spacing: 0;
padding: 0.7rem 0;
}
}