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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
li{
  list-style: none;
}
img{
  vertical-align: bottom;
}

/*----------------------------------------
全ページ
------------------------------------------*/
html{
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #534741;
  font-size: 14px;
}
body{
  padding-top: 60px!important;
}
a:link    {color: #333333; text-decoration: none;}
a:visited {color: #333333;}
a:hover   {color: #333333; text-decoration: underline;}
a:active  {color: #333333;}

a{
  transition-duration: 0.3s;
}
a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

.pc{ display: none; }
.sp{ display: block; }
img{
  width: 100%;
  height: auto;
}


/*----------------------------------------
共通
------------------------------------------*/
/* ヘッダー */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index:  10004;
}
header .wrap{
  margin: 5px 6.3% 5px 5.9%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
}
header h1{
  margin-right: auto;
}
header h1 img{
  width: auto;
  height: 30px;
}
header #hd-menu img{
  width: auto;
  height: 28px;
}
header #hd-menu.active img{
  opacity: 0;
}
header #hd-menu.active{
  background: url(../img/sp/hd-menu_active.png);
  background-size: 28px;
}
#hd-spmenu{
  /*width: 93.8%;*/
  padding: 10px 3.1% 20px 3.1%;
  background: #1a1b1c;
  display: none;
  z-index: 10004;
  opacity: 0.9;
}
#hd-spmenu ul{
  margin-bottom: 16px;
}
#hd-spmenu ul li{
  border-bottom: solid 1px #FFFFFF;
}
#hd-spmenu ul li a{
  padding: 14px 0 14px 20px;
  color: #FFFFFF;
  background: url(../img/menu_li_bg.png) right 5.5% center no-repeat;
  background-size: 7px;
  display: block;
}
#hd-spmenu div.menu_btn{
  text-align: center;
}
#hd-spmenu .menu_btn img{
  width: 41px;
}
/*#topimage{
  margin-top: 60px;
}*/
#topimage .btn{
  margin: 20px 8% 27px 8%;
}

/* メニュー */

/* フッターボタン */
#ft_btn{
  margin: 27px 10.7%;
}

/* フロートボタン */
#float{
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/* フッター */
footer{
  padding: 15px 0 120px!important;
  background: #f8f8f8!important;
}
footer ul{
  margin: 0 auto 10px auto;
  /*color: #FFFFFF;*/
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  align-items: center;*/
}
footer ul li a{
  /*color: #FFFFFF !important;*/
  text-decoration: underline!important;
}
footer ul li{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px!important;
  line-height: 30px!important;
}
footer ul li:after{
  content: "";
  margin: 0 1em;
}
footer ul li:last-child:after{
  content: "";
  margin: 0;
}
footer #copyright{
  font-size: 12px!important;
  text-align: center!important;
}





.footer-logo{
  display: block;
  max-width: 650px;
  width: calc(100% - 10px);
  margin: 20px auto;
  overflow: hidden;
}
.footer-logo > div{
  width: 100%;
  float: left;  
  text-align: center;
}
.footer-logo > div:nth-of-type(1){
  width: 42%;  
}
.footer-logo > div:nth-of-type(2){
  width: 58%;
}
.footer-logo > div:nth-of-type(1) img{
  max-width: 145px;
  width: 100%;
}
.footer-logo > div:nth-of-type(2) img{
  max-width: 205px;
  width: 100%;
}
.footer-logo > div:nth-of-type(2) img:nth-of-type(2){
  margin-top: 20px;
}