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

body{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
	font-size:100%;
	color:#313131;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,h5,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5{
	font-weight: normal;
}

i,em{
  font-style: normal;
}

img{
  max-width: 100%;
  height: auto;
}

a img{
	border: none;
	outline: none;
}

ul,ol {
	list-style:none;
}

* {
  box-sizing: border-box
}
*:before, *:after {
  box-sizing: border-box
}

a{
  color: #FFF;
	text-decoration: none;
	transition: 0.3s linear;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a:hover{
    transition:0.3s;
    opacity:0.7;
  }
}

.f_min{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header{
  max-width: 1000px;
  padding: 10px 40px 8px;
  margin: 0 auto;
}

header h1{
  width: 230px;
  font-size: 12px;
  line-height: 1;
}

.inner{
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.title{
  text-align: center;
  margin-bottom: 30px;
}

.title img{
  width: auto;
  height: 60px;
}

.totop{
  width: 83px;
  line-height: 1;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

footer{
  text-align: center;
  border-top: 1px solid #B2B2B2;
  padding: 25px 0 20px;
}

footer ul{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer ul li + li{
  margin-left: 25px;
}

footer ul a{
  font-size: 15px;
  line-height: 1;
  color: #1A1311;
  padding-right: 25px;
  background: url("../img/icon_blank_f.png") right center no-repeat;
  background-size: 14px auto;
}

footer h2{
  width: 300px;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto 15px;
}

footer small{
  font-size: 13px;
  line-height: 1;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
  
  img{
    max-width: none;
    width: 100%;
    height: auto;
  }
  
  header{
    padding: 1vw 2vw;
    margin: 0 auto;
  }

  header h1{
    width: 53%;
  }

  .inner{
    padding: 0 5vw;
  }
  
  .title{
    text-align: center;
    margin-bottom: 5vw;
  }

  .title img{
    width: 100%;
    height: auto;
  }

  .totop{
    width: 23vw;
    position: fixed;
    right: 1vw;
    bottom: 3vw;
    display: none;
  }

  footer{
    text-align: center;
    letter-spacing: normal;
    border-top: 1px solid #B2B2B2;
    padding: 8vw 2vw 4vw;
  }

  footer ul{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-bottom: 8vw;
  }

  footer ul li + li{
    margin-left: 5vw;
  }
  
  footer ul li:last-of-type{
    margin-top: 3vw;
  }

  footer ul a{
    font-size: 3.8vw;
    line-height: 1;
    padding-right: 4vw;
    background: url("../img/icon_blank_f.png") right center no-repeat;
    background-size: 3vw auto;
  }

  footer h2{
    width: 60%;
    margin: 0 auto 5vw;
  }

  footer small{
    font-size: 3vw;
    line-height: 1;
  }

}




