@charset "UTF-8";
* {
  box-sizing: border-box;
  list-style-type: none;
}

/*body{
	margin:0;
	padding:0;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
	line-height:1.8;
	font-size:100%;
	color:#000000;
	-moz-opacity:0.9999;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}*/
body {
  font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Verdana,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

header {
  padding: 12px 0 10px;
  border-bottom: 2px solid #c0c0c0;
  background-color: #fff;
}
header .inner {
  max-width: 1030px !important;
  margin: 0 auto;
  padding: 0 15px !important;
}
@media screen and (max-width: 768px) {
  header .inner .logo img {
    max-width: 80px;
  }
}
header small {
  font-weight: 300 !important;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  display: inline-block;
  margin-left: 6px;
  vertical-align: bottom;
  line-height: 1.4;
}

nav.footNav {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  nav.footNav {
    margin-top: 0;
    padding: 0 10%;
  }
}
nav.footNav ul li {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 40px;
  text-align: center;
}
nav.footNav ul li:first-child {
  width: 100%;
  margin-right: 0;
}
nav.footNav ul li:nth-child(odd) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  nav.footNav ul li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}

.txtTop {
  padding: 20px 0 40px;
  text-align: center;
  line-height: 1.7;
}
.txtTop a {
  display: inline-block;
  margin: 0 8px;
}
.txtTop a:hover {
  text-decoration: underline;
}

.btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6000;
}
@media screen and (max-width: 768px) {
  .btnTop {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

footer {
  width: 100%;
  background-color: #333;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
footer small {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}

.txaL {
  text-align: left;
}

.txaR {
  text-align: right;
}

.txaC {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.redTxt {
  color: #E40012;
}

.pinkTxt {
  color: #ED1E79;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  font-size: 0.1em;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*--opacity:hover--*/
.ov {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
}

/*--margin--*/
.mg0 {
  margin: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

/*--marginTop--*/
.mgT0 {
  margin-top: 0px !important;
}

.mgT5 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT35 {
  margin-top: 35px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT45 {
  margin-top: 45px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

/*--marginRight--*/
.mgR0 {
  margin-right: 0px !important;
}

.mgR5 {
  margin-right: 5px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR25 {
  margin-right: 25px !important;
}

.mgR1p {
  margin-right: 1% !important;
}

.mgR2p {
  margin-right: 2% !important;
}

.mgR3p {
  margin-right: 3% !important;
}

.mgR4p {
  margin-right: 4% !important;
}

.mgR5p {
  margin-right: 5% !important;
}

.mgR6p {
  margin-right: 6% !important;
}

.mgR7p {
  margin-right: 7% !important;
}

.mgR8p {
  margin-right: 8% !important;
}

.mgR9p {
  margin-right: 9% !important;
}

.mgR10p {
  margin-right: 10% !important;
}

/*--marginBottom--*/
.mgB0 {
  margin-bottom: 0px !important;
}

.mgB5 {
  margin-bottom: 5px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB25 {
  margin-bottom: 25px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB35 {
  margin-bottom: 35px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB45 {
  margin-bottom: 45px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgB55 {
  margin-bottom: 55px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.mgB1p {
  margin-bottom: 1% !important;
}

.mgB2p {
  margin-bottom: 2% !important;
}

.mgB3p {
  margin-bottom: 3% !important;
}

.mgB4p {
  margin-bottom: 4% !important;
}

.mgB5p {
  margin-bottom: 5% !important;
}

.mgB6p {
  margin-bottom: 6% !important;
}

.mgB7p {
  margin-bottom: 7% !important;
}

.mgB8p {
  margin-bottom: 8% !important;
}

.mgB9p {
  margin-bottom: 9% !important;
}

.mgB10p {
  margin-bottom: 10% !important;
}

@media screen and (max-width: 768px) {
  .mgB5 {
    margin-bottom: 2px !important;
  }

  .mgB10 {
    margin-bottom: 5px !important;
  }

  .mgB15 {
    margin-bottom: 7px !important;
  }

  .mgB20 {
    margin-bottom: 10px !important;
  }

  .mgB25 {
    margin-bottom: 12px !important;
  }

  .mgB30 {
    margin-bottom: 15px !important;
  }

  .mgB35 {
    margin-bottom: 17px !important;
  }

  .mgB40 {
    margin-bottom: 20px !important;
  }

  .mgB45 {
    margin-bottom: 22px !important;
  }

  .mgB50 {
    margin-bottom: 25px !important;
  }

  .mgB55 {
    margin-bottom: 27px !important;
  }

  .mgB60 {
    margin-bottom: 30px !important;
  }

  .mgB1p {
    margin-bottom: 1% !important;
  }

  .mgB2p {
    margin-bottom: 2% !important;
  }

  .mgB3p {
    margin-bottom: 3% !important;
  }

  .mgB4p {
    margin-bottom: 4% !important;
  }

  .mgB5p {
    margin-bottom: 5% !important;
  }

  .mgB6p {
    margin-bottom: 6% !important;
  }

  .mgB7p {
    margin-bottom: 7% !important;
  }

  .mgB8p {
    margin-bottom: 8% !important;
  }

  .mgB9p {
    margin-bottom: 9% !important;
  }

  .mgB10p {
    margin-bottom: 10% !important;
  }
}
/*--marginLeft--*/
.mgL0 {
  margin-left: 0px !important;
}

.mgL5 {
  margin-left: 5px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL1p {
  margin-left: 1% !important;
}

.mgL2p {
  margin-left: 2% !important;
}

.mgL3p {
  margin-left: 3% !important;
}

.mgL4p {
  margin-left: 4% !important;
}

.mgL5p {
  margin-left: 5% !important;
}

.mgL6p {
  margin-left: 6% !important;
}

.mgL7p {
  margin-left: 7% !important;
}

.mgL8p {
  margin-left: 8% !important;
}

.mgL9p {
  margin-left: 9% !important;
}

.mgL10p {
  margin-left: 10% !important;
}

/*--paddingTop--*/
.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

/*--paddingTop--*/
.pdT0 {
  padding-top: 0px !important;
}

.pdT5 {
  padding-top: 5px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px !important;
}

/*--paddingRight--*/
.pdR0 {
  padding-right: 0px !important;
}

.pdR5 {
  padding-right: 5px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdR15 {
  padding-right: 15px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

/*--paddingBottom--*/
.pdB0 {
  padding-bottom: 0px !important;
}

.pdB5 {
  padding-bottom: 5px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdB15 {
  padding-bottom: 15px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdB25 {
  padding-bottom: 25px !important;
}

.pdB30 {
  padding-bottom: 30px !important;
}

.pdB35 {
  padding-bottom: 35px !important;
}

.pdB40 {
  padding-bottom: 40px !important;
}

.pdB45 {
  padding-bottom: 45px !important;
}

.pdB50 {
  padding-bottom: 50px !important;
}

.pdB55 {
  padding-bottom: 55px !important;
}

.pdB60 {
  padding-bottom: 60px !important;
}

.pdB65 {
  padding-bottom: 65px !important;
}

.pdB70 {
  padding-bottom: 70px !important;
}

.pdB75 {
  padding-bottom: 75px !important;
}

.pdB80 {
  padding-bottom: 80px !important;
}

.pdB85 {
  padding-bottom: 85px !important;
}

.pdB90 {
  padding-bottom: 90px !important;
}

.pdB95 {
  padding-bottom: 95px !important;
}

.pdB100 {
  padding-bottom: 100px !important;
}

.pdB1p {
  padding-bottom: 1% !important;
}

.pdB2p {
  padding-bottom: 2% !important;
}

.pdB3p {
  padding-bottom: 3% !important;
}

.pdB4p {
  padding-bottom: 4% !important;
}

.pdB5p {
  padding-bottom: 5% !important;
}

.pdB6p {
  padding-bottom: 6% !important;
}

.pdB7p {
  padding-bottom: 7% !important;
}

.pdB8p {
  padding-bottom: 8% !important;
}

.pdB9p {
  padding-bottom: 9% !important;
}

.pdB10p {
  padding-bottom: 10% !important;
}

/*--paddingLeft--*/
.pdL0 {
  padding-left: 0px !important;
}

.pdL5 {
  padding-left: 5px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pdL1p {
  padding-left: 1% !important;
}

.pdL2p {
  padding-left: 2% !important;
}

.pdL3p {
  padding-left: 3% !important;
}

.pdL4p {
  padding-left: 4% !important;
}

.pdL5p {
  padding-left: 5% !important;
}

.pdL6p {
  padding-left: 6% !important;
}

.pdL7p {
  padding-left: 7% !important;
}

.pdL8p {
  padding-left: 8% !important;
}

.pdL9p {
  padding-left: 9% !important;
}

.pdL10p {
  padding-left: 10% !important;
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .pcImg {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .spImg {
    display: none;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .spImg {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .pcImg {
    display: none;
  }
}
.gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6000;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gotop {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}
