/* 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: 380px;
}

/*
.titleBox.main {
  background: url(/lib/cmn_img/bg_milk02.jpg) no-repeat center center;
  background-size: cover;
  width: 55%;
  padding: 70px 50px;
  position: relative;
  top: -140px;
  display: flex;
}
*/
.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;
}

/*#section01*/
.contants {
  background: linear-gradient(#ebf9fa, #fff);
}

#section01 {
  padding: 120px 0 60px;
}

#section01 .titleBox .txt {
  line-height: 2.5;
}

#section01 .titleBox .txt span {
  width: 48%;
  display: block;
  margin: 30px auto 30px;
}

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

#section01 .titleBox p.txt {
  font-weight: 400;
}

#section01 .titleBox p.txt.top {
  margin-bottom: 70px;
}

#section01 .vn-txt {
  width: 100% !important;
  font-size: 40px;
  font-weight: 900;
}

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

#section02 .wideBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#section02 .wideBox .imgBox {
  width: 50%;
}

#section02 .wideBox .imgBox img {
  width: 100%;
}

#section02 .wideBox .txtBox {
  width: 50%;
  padding-left: 50px;
  justify-content: center;
  display: flex;
}

#section02 .wideBox .txtBox ul li.title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #f12837;
  font-weight: 800;
  margin-bottom: 20px;
  width: 100%;
}

#section02 .wideBox .txtBox ul li.text {
  line-height: 26px;
}

#section02 .wideBox .txtBox:nth-child(odd) {
  padding-left: 0;
  padding-right: 50px;
}

#section02 .wideBox .imgBox {
  width: 50%;
}

/*#section03*/
#section03 {
  padding: 80px 0 150px;
  background: #fff;
}

#section03 .sub_title h3 {
  margin-bottom: 15px;
}

#section03 .tableBox {
  margin-bottom: 50px;
}

#section03 .tableBox:last-child {
  margin-bottom: 0;
}

#section03 .tableBox table {
  border-top: 1px solid #0a3066;
  border-left: 1px solid #0a3066;
  width: 100%;
}

#section03 .tableBox table th {
  background-color: #f9f9f9;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

#section03 .tableBox table td {
  background-color: #fff;
  font-size: 14px;
}

#section03 .tableBox table th,
#section03 .tableBox table td {
  border-right: 1px solid #0a3066;
  border-bottom: 1px solid #0a3066;
  line-height: 1.4;
  padding: 12px 40px;
  text-align: left;
}

#section03 .tableBox table td a {
  text-decoration: underline;
  color: #333333;
}

#section03 .tableBox table td a:hover {
  opacity: 1;
  color: #f12837;
}

.btn4 .blob-btn {
  color: #f12837;
  background-color: transparent;
  border: 1px solid #f12837;
  padding: 18px 100px;
  font-size: 18px;
}

@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: 800px) {
  section {
    padding: 50px 10px !important;
  }
  #section01 {
    padding: 80px 10px;
  }
  #section01 .titleBox .txt span {
    width: 100%;
    display: block;
    margin: 30px auto 15px;
  }
  #section01 .titleBox p.txt {
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #section01 .vn-txt {
    font-size: 9vw;
  }
  #section02 .wideBox .imgBox {
    width: 100%;
    order: 1;
  }
  #section02 .wideBox .txtBox:first-child {
    margin-bottom: 50px;
  }
  #section02 .wideBox .txtBox {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
  #section02 .wideBox .txtBox:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
  #section03 .tableBox table th,
#section03 .tableBox table td {
    display: block;
    width: 100%;
  }
  /* #section02 */
  #section02 .wideBox .txtBox ul li.title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}