/**---------------------------------------------------------------------------------------------*/
.header_ttl_tos{
/*  height: 82px; */
  border-bottom:#174198 solid 2px;
}
.header_ttl_tos h1{
  font-size: 26px;
  font-weight: 700;
  line-height: 76px;
}
@media only screen and (max-width: 640px) {
  .header_ttl_tos h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 76px;
  }
}
/**---------------------------------------------------------------------------------------------*/
.inner{
  position: relative;
  width:990px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .inner{
    position: relative;
    width:100%;
    margin-left: 20px;
    margin-right: auto;
    text-align: left;
  }
}
/**---------------------------------------------------------------------------------------------*/
.tos_container{
  width: 100%;
  margin: 0 auto;
  background: #eaf1f6;
  padding: 50px 0 90px;
  display: block;
}

@media only screen and (max-width: 640px) {
  tos_container {
    padding: 30px 3%;
  }
}
/**---------------------------------------------------------------------------------------------*/
.tosArea {
  background-color: #dbddfa;
  padding: 35px 5%;
  max-width: 1020px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .tosArea {
    padding: 10px 3%;
  }
}
.tosArea p {
  margin-bottom: 5px;
  font-weight:bold;
}
@media only screen and (max-width: 640px) {
  .tosArea p {
    text-align: left;
    font-weight: normal;
  }
}
.tos {
  padding: 0 10px;
  max-width: 930px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
/**---------------------------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
