* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}


body {
  background-color: #f8f8f8;
  font-family: 'メイリオ' , sans-serif;
  line-height: 1.4;
}

button, input, select, textarea {
  font-family : inherit;
}

main {
  margin: auto;
  min-height: calc(100vh - 350px);
}

ul {
  list-style: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex_ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex_jc_around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex_jc_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_space {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex_ai_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex_jc_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_jc_center {
  justify-content: center;
}

.flex_1 {
  flex: 1;
}

.flex_wrap {
  flex-wrap: wrap;
  align-content: flex-start;
}

.flex_align_start {
  align-items: flex-start;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #ff6060;
  z-index: 5;
}

.blod {
  font-weight: bold;
}

.terms_text {
  width: 90%;
  max-width: 700px;
  margin: 65px auto 0;
  text-align: left;
}

.terms_text li {
  margin-bottom: 15px;
}

.terms_text li h3 {
  font-size: 14px;
  border-left: 5px solid #ff6060;
  color: #333;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.terms_text li p {
  line-height: 20px;
  font-size: 13px;
  color: #555;
  padding-left: 1em;
}

.indent {
  display: inline-block;
  text-indent: -1.5em;
  padding-left: 2em;
}

.tune {
  display: inline-block;
}

.address_time {
  width: 90%;
  max-width: 700px;
  margin: 10px auto 20px;
  text-align: right;
  font-size: 11px;
  color: #666;
}

.m_t5 {
  margin-top: 5px;
}

.m_b5 {
  margin-bottom: 5px;
}

footer {
  position: relative;
  width: 100%;
  height: 40px;
  color: #ff6060;
  line-height: 40px;
  text-align: center;
  padding: 10px 0 ;
  font-size: 12px;
}
  
.help_title h1 {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 10px 0 7px;
}
