/* all */
header.pc_only nav#gNav {
  background-color: #fff;
}

header.pc_only nav#gNav ul {
  padding: 15px 30px;
}

header.pc_only nav#gNav ul:first-child {
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
}

header.pc_only nav#gNav ul li a {
  font-size: 16px;
}

/* -------mv sub page------- */
#maincontants {
  padding-top: 96px;
}

.mv.sub {
  background: url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 300px;
}

.titleBox.main .wrapper .ttl {
  width: 100%;
  text-align: left;
}

.titleBox.main .wrapper .txt {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #f12837;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}

/*ancher Button*/
.ancBtn {
  padding: 60px 0 0;
}

.ancBtn ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ancBtn ul li {
  width: 31%;
  margin-right: 30px;
  margin-bottom: 10px;
}

.ancBtn ul li:nth-child(3n) {
  margin-right: 0%;
}

.ancBtn ul li.btn4 .blob-btn {
  width: 100%;
  padding: 12px 0;
}

/*arrow*/
.ancBtn .buttons button {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
}

.ancBtn .buttons button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ancBtn .buttons button::after {
  content: "";
  right: 16px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f12837;
  border-right: 2px solid #f12837;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.titleBox h2.ttl {
  margin-bottom: 50px;
}

/*#section01*/
#section01 {
  padding: 100px 50px;
  background: #fff;
}

.ctsTitle {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #f12837;
  font-weight: 800;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: left;
}

.contents {
  display: flex;
  justify-content: flex-start;
}

#section01 .contents .imgBox {
  width: 50%;
}

.contents .imgBox img {
  width: 100%;
}

#section01 .btn4 .buttons {
  text-align: left;
  margin-top: 20px;
}

/*#section02*/
#section02 {
  padding: 100px 50px;
  background: #f7f7f7;
}

.contents .imgBox {
  width: 30%;
}

.contents .listBox {
  width: 65%;
  padding-left: 30px;
  margin-bottom: 50px;
}

.contents .txtBox {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  width: 100%;
}

.contents .listBox table th {
  padding-left: 20px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: left;
  background: #b28856;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
}

.contents .listBox table td {
  line-height: 1.4;
  padding: 12px 20px;
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  width: 70%;
}

@media screen and (max-width: 1000px) {
  /* all */
  .titleBox h2.ttl {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .titleBox p.txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  /* #section02 */
  #section02 .wideBox .txtBox ul li.title {
    font-size: 26px;
    margin-bottom: 5px;
  }
  section {
    padding: 50px 10px !important;
  }
  /*ancBtn */
  .ancBtn {
    padding: 30px 10px;
  }
  .ancBtn ul li {
    width: 100%;
    margin-right: 0;
  }
  .ancBtn ul li:nth-child(3n) {
    margin-right: 0;
  }
  .ancBtn .buttons button {
    font-size: 14px;
  }
  #section01 .contents {
    flex-wrap: wrap;
    justify-content: center;
  }
  #section01 .contents .imgBox {
    width: 80%;
    margin-bottom: 30px;
  }
  .contents {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ctsTitle {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  .contents .imgBox {
    width: 80%;
  }
  .contents .listBox {
    width: 80%;
    padding-left: 0;
    margin: 20px 0 50px;
  }
  .contents .listBox table th {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .contents .listBox table td {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}