@charset "UTF-8";
img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  zoom: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  transition-duration: .4;
}
a:hover img {
  zoom: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
a img:hover {
  opacity: .8;
}

#Cont {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
}

#Cont .bold {
  font-weight: bold;
}

.structure {
  width: 930px;
  margin: 0 auto 2.5em;
}

.structure p {
  margin-bottom: 0.5em;
}

.termsofservice{
  line-height: 1.7em;
  margin-bottom: 1em !important;
}

.structure p img {
  width: 100%;
  height: auto;
}

a img:hover {
  opacity: .8;
}

.copyright {
  margin-top: 1em;
  padding-top: 1em;
  text-align: right;
  border-top: solid 1px #eee;
}

#Cont a {
  text-decoration: underline;
  color: #5EA9DD;
}

#Cont a:hover {
  text-decoration: none;
}

.heading_lv01 h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

.heading_lv01.keyvisual {
  text-align: center;
  margin-bottom: 30px;
}

.heading_lv01.keyvisual img {
  display: inline-block;
  width: 600px;
}

.heading_ex h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 60px 0 30px 0px;
  border-left: solid 7px #002253;
  padding-left: 20px;
  letter-spacing: .2em;
}

.end {
    font-size: 18px;
    text-align: center;
}

label {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 60px 0 30px 0px;
  border-left: solid 7px #002253;
  padding-left: 20px;
  letter-spacing: .2em;
  display: block;
  cursor: pointer;
}

label:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 8px;
    color: #002253;
}

.heading_lv02 h2 {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  background-color: #fff;
  color: #002253;
  border: 2px solid #002253;
  margin: 0 -15px 30px;
  font-size: 19px;
  font-weight: bold;
}

.heading_lv03, .heading_lv04 {
  margin-bottom: 25px;
}

.heading_lv03 h3 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #959595;
  margin-bottom: 10px;
  padding-left: 5px;
}

.heading_lv04 h4 {
  font-size: 15px;
  font-weight: bold;
}

.notice {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  margin-bottom: 5px;
}

.notice.red {
  color: #DB292C
}

.notice .indent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-list-01 {
  margin-bottom: 20px;
}

.lp-list-01 li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

.lp-list-01 li::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  display: block;
  top: 7.5px;
  left: 0;
  border-radius: 50%;
}

.ajust-indent {
  margin-left: 1.5em;
}

.lp-list-num li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}

.lp-list-num li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-list-num li>.lp-list-01 {
  margin-top: 5px;
}

.lp-list-num li>.lp-list-01 li {
  padding-left: 10px;
  margin-bottom: 3px;
}

.img-mail {
  display: inline;
  vertical-align: text-bottom;
}

.box-end-lp {
  display: none;
}

.box-end-lp p {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

/*チェックは隠す*/
input {
    display: none;
}

/*中身を非表示にしておく*/
.accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: '\f078';
    color: #002253;
}

.brank_style02 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAMAAABstdySAAAACVBMVEUAAAD////wAADGAvChAAAAAXRSTlMAQObYZgAAACdJREFUeNp1y0EKAAAIAkHt/49OwoMdHAgWITRjmToeJUsavL3/YgEfAgB22LEXlQAAAABJRU5ErkJggg==) no-repeat left 4px!important;
  display: inline-block;
  padding-left: 20px
}
.linkstyle01 {
  background: url(/common/images/icon_008.png) no-repeat left .4em;
  display: inline-block;
  padding-left: 20px;
}

@media only screen and (max-width: 960px) {
  .heading_lv01 h1 {
    margin: 0 10px 1em;
    line-height: 1.4;
  }
  .heading_lv02 h2 {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 930px) {
  .structure {
    width: auto;
    margin: 0 20px 25px;
  }
  .heading_lv02 h2 {
    margin: 0 -10px 30px;
  }
}

@media only screen and (max-width: 640px) {
  #Cont {
    width: auto;
    margin: 1.5em auto 1em;
  }
  .heading_lv01.keyvisual {
    margin-bottom: 20px;
  }
  .heading_lv01 h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
  }
  .heading_lv02 h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .heading_lv03 h3 {
    font-size: 15px;
    font-weight: bold;
  }
  .box-end-lp p {
    padding: 0 15px 20px 15px;
    font-size: 16px;
  }
  .termsofservice{
  line-height: 1.5em;
  }
}

@media only screen and (max-width: 374px) {
  .box-end-lp p {
    font-size: 14px;
    letter-spacing: -1px;
  }
}