@charset "utf-8";
@media screen and (max-width:767px){

/* display none
-------------------*/
#header,#header_sub {
  display:none!important
}

#container {
  width:100%;
  margin:0 auto;
  position:relative;
  height:auto!important;
  height:100%;
  min-height:100%
}

.font_16 {
  font-size:1.1em
}

.font_24 {
  font-size:1.3em
}

#main {
  background-size:contain;
  padding-bottom: 0;
  position:relative
}

#contents {
  box-sizing: border-box;
  min-height:60%;
  padding: 27% 7% 7%;
  margin-top: 0;
  width: 100%;
  
}

#contents .inner {
  margin:0 auto
}

.backtotop a {
  color:#666
}

/*
 * reqSection
 */
.reqSection {
  font-size: 14px;
}

.reqSection__h2 {
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
}

.reqSection__h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 16px;
}

.reqDefList__title {
  font-size: 19px;
  margin-bottom: 0;
}

.reqDefList {
  margin-bottom: 20px;
}

.mb_60{
	margin-bottom:10px;
}

}

