@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'M PLUS 1p',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size:100%;
	color:#000;
}

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

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

img{
  width: 100%;
  height: auto;
	vertical-align:bottom;
}

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


ul,ol {
	list-style:none;
}

a{
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

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

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

strong{
  font-weight: 800;
}

.inner{
  width: 900px;
  margin: 0 auto;
}

.ch_btn{
  width: 645px;
  display: inline-block;
}

.btn{
  width: 250px;
  height: 50px;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.btn span{
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.btn span::after{
  content: "〉";
  position: absolute;
  top: 0;
  right: -.3em;
}

.btn.nv{
  color: #FFF;
  background: #172c6c;
  border: 2px solid #172c6c;
}

.btn.wh{
  color: #172c6c;
  background: #FFF;
  border: 2px solid #172c6c;
}

.btn.whbk{
  color: #000;
  background: #FFF;
  border: 2px solid #000;
}

.btn.red{
  color: #FFF;
  background: #e72e35;
  border: 2px solid #e72e35;
}

.btn.bk{
  color: #FFF;
  background: #000;
  border: 2px solid #000;
}

.sp{
  display: none;
}

.pc{
  display: block;
}


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

  .pc{
    display: none;
  }
  
  .inner{
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .ch_btn{
    width: 90%;
    display: inline-block;
  }

  .btn{
    width: 90%;
    height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .btn span{
    padding-right: 5vw;
  }

  .btn span::after{
    content: "〉";
    position: absolute;
    top: 0;
    right: -.3em;
  }

}

