@charset "utf-8";

.pc-view .maincontents .head li a.a01 {
  background: url('../img/index_btn01_pc.png') no-repeat;
}
.pc-view .maincontents .head li a.a02 {
  background: url('../img/index_btn02_pc.png') no-repeat;
}
.pc-view .maincontents .head li a.a03 {
  background: url('../img/index_btn03_pc.png') no-repeat;
}

.maincontents .box h3 {
  margin-bottom: 12px;
}
.pc-view .maincontents .box h3 {
  height: 0;
  padding-top: 28px;
  overflow: hidden;
}
.pc-view .maincontents #section01 h3 {
  background: url('../img/index_sec01_ttl01_pc.png') no-repeat;
}
.pc-view .maincontents #section02 h3 {
  background: url('../img/index_sec02_ttl01_pc.png') no-repeat;
}
.pc-view .maincontents #section03 h3 {
  background: url('../img/index_sec03_ttl01_pc.png') no-repeat;
}
.maincontents .box h3 + p {
  margin-bottom: 12px;
}

.maincontents #section01 {
  margin-top: 15px;
}
.maincontents #section01 .image {
  margin-left: -9px;
}
.maincontents #section01 p.caution {
  font-size: 10px;
  line-height: 16px;
  margin-top: 10px;
}

.maincontents #section03 {
  padding-right: 15px;
}
.maincontents #section03 h3 {
  margin-bottom: 17px;
}
.maincontents #section03 ol {
  margin-top: -33px;
}
.maincontents #section03 li {
  overflow: hidden;
}
.maincontents #section03 h4 {
  margin-bottom: 10px;
}
.pc-view .maincontents #section03 h4 {
  height: 0;
  padding-top: 21px;
  overflow: hidden;
}
.pc-view .maincontents #section03 li:first-child h4 {
  background: url('../img/index_sec03_txt01_pc.png') no-repeat;
}
.pc-view .maincontents #section03 li:first-child + li h4 {
  background: url('../img/index_sec03_txt02_pc.png') no-repeat;
}
.pc-view .maincontents #section03 li:first-child + li + li h4 {
  background: url('../img/index_sec03_txt03_pc.png') no-repeat;
}

.maincontents #section03 .text {
  float: left;
  width: 489px;
  margin-top: 33px;
}
.maincontents #section03 .image {
  float: left;
  width: 417px;
  margin-top: 2px;
  margin-top: 33px;
}
.maincontents #section03 .image img {
  margin: 0 auto;
}


/* ===================================================================================
for SP max-width: 640px
=================================================================================== */
@media screen and (max-width: 640px) {

.maincontents .box h3 {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #0085ba;
}
.maincontents #section01 .image {
  margin-left: -14px;
  margin-right: -14px;
}
.maincontents #section03 .text,
.maincontents #section03 .image {
  width: auto;
}
.maincontents #section03 .image {
  margin-top: 15px;
}
.maincontents #section03 h4 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}
.maincontents #section03 h4:first-letter {
  color: #0085ba;
}
}