@charset "UTF-8";

/*MV*/
.spHeader {
  background: #DAF4F8 url(/img/terms_of_service_mv_sp.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.spHeader {
    background: #DAF4F8 url(/img/terms_of_service_mv_pc.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  body {
    background: #DAF4F8 url(/img/terms_of_service_mv_pc.png) no-repeat center top;
    background-size: 1366px;
  }
}

/*sp左右余白調整*/
@media screen and (max-width: 768px) {
  .contents {
  	padding-right: 32px;
  	padding-left: 32px;
  }
}

body .heading__lv2:first-child {
  font-size: 20px;
  color: #73d4e6;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 0 20px;
}

body .heading__lv2 {
  font-size: 20px;
  color: #73d4e6;
  text-align: center;
  margin: 90px 0 10px;
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  body .heading__lv2:first-child {
    font-size: 20px;
    color: #73d4e6;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 20px;
  }
  
  body .heading__lv2 {
    font-size: 20px;
    color: #73d4e6;
    text-align: center;
    margin: 60px 0 30px;
    padding: 0 0 20px;
  }
}

.h1__mb {
  margin-bottom: 56px;
}

@media screen and (min-width: 769px) {
  .termsBlock {
    width: 88.3%;
    margin: auto;
  }
}