@charset "UTF-8";


/* anchor
-----------------------------------------------*/
#anchor > p {
  max-width: 1300px;
  margin: 10px auto 0;
  width: 100%;
  text-align: right;
}
#anchor .inner {
  max-width: 1260px !important;
  padding: 20px 20px 25px !important;
}
@media only screen and (max-width:768px) {
  #anchor li {
    margin: 0 0 0 2.8em !important;
    text-indent: -2.8em !important;
  }
  #anchor .inner {
    padding: 20px 20px 35px !important;
  }
  #anchor > p {
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}


/* section
-----------------------------------------------*/
#sec01, #sec02, #sec03 {
  padding-top: 100px !important;
}
section .inner {
  max-width: 1040px !important;
}
section p > span {
  color: #337c94;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
section h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 60px;
}
section h4 {
  text-align: center;
  font-size: 20px;
}
section .col2 .col p {
  text-align: right !important;
  font-size: 14px !important;
}
@media only screen and (max-width:768px) {
  #sec01, #sec02, #sec03 {
    padding-top: 60px !important;
  }
  section h2 {
    text-align: left;
    margin: 0 0 0 1.8em !important;
    text-indent: -1.8em !important;
  }
  section h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  section h4 {
    font-size: 16px;
  }
  section p > span {
    font-size: 16px;
  }
  section h2 + h3{
    text-align: left;
    padding-left: 1em;
    text-indent: -1.2em;
    line-height: 1.5;
  }
}
/* sec01
-----------------------------------------------*/
#sec01 {
  padding-bottom: 60px !important;
}
#sec01 p {
  margin-top: 10px !important;
}
@media only screen and (max-width:768px) {
  #sec01 {
    padding-bottom: 40px !important;
  }
  #sec01 p {
    font-size: 12px !important;
    margin-top: 0 !important;
  }
}
/* sec02
-----------------------------------------------*/
#sec02 .inner {
  position: relative;
}
#sec02 .inner::before {
  position: absolute;
  display: block;
  content: "";
  background: #cccccc;
  width: 100%;
  height: 1px;
  top: -90px;
  left: 50%;
  max-width: 1040px;
  transform: translateX(-50%);
}
#sec02 h3 {
  border: none !important;
  margin: 40px 0 10px !important;
}
#sec02 h2 + h3 {
  margin-bottom: 30px !important;
}
#sec02 h3::after, #sec02 h3::before {
  display: none;
}
#sec02 .img + p {
  margin-top: 35px !important;
}
#sec02 p + h3 {
  margin-top: 90px !important;
}
#sec02 h4 {
  margin-top: 35px;
  color: #333 !important;
}
#sec02 .img + .img h4 {
  margin-top: 65px;
}
#sec02 .box {
  background: #f2f2f2;
  margin: 50px auto 30px;
  padding: 60px;
}
#sec02 .box h2 {
  color: #333;
}
#sec02 .box p {
  margin-top: 40px;
}
#sec02 .box .bnr {
  margin-top: 40px;
  text-align: center;
}
#sec02 .box .bnr span {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width:768px) {
  #sec02 .inner::before {
    top: -50px;
  }
  #sec02 h2 + h3 {
    margin-bottom: 10px !important;
  }
  #sec02 .img + p {
    margin-top: 15px !important;
  }
  #sec02 p + h3 {
    margin-top: 50px !important;
  }
  #sec02 h4 {
    margin-top: 15px;
  }
  #sec02 .img + .img h4 {
    margin-top: 25px;
  }
  #sec02 .box {
    padding: 20px;
  }
  #sec02 .box h2 {
    text-indent: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    font-feature-settings: "palt";
  }
  #sec02 .box .bnr span {
    font-size: 14px;
  }
  #sec02 .box p {
    margin-top: 20px;
  }
}
/* sec03
-----------------------------------------------*/
#sec03 {
  padding-bottom: 120px;
}
#sec03 .inner {
  position: relative;
}
#sec03 .inner::before {
  position: absolute;
  display: block;
  content: "";
  background: #cccccc;
  width: 100%;
  height: 1px;
  top: -90px;
  left: 50%;
  max-width: 1040px;
  transform: translateX(-50%);
}
#sec03 .col {
  display: flex;
  gap: 40px;
}
#sec03 .col .img {
  width: 48%;
  margin: 0 !important;
}
#sec03 .col .img span {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#sec03 .col .txt {
  width: 52%;
}
#sec03 .col .txt p {
  text-align: left !important;
}
@media only screen and (max-width:768px) {
  #sec03 .inner::before {
    top: -50px;
  }
  #sec03 .col {
    flex-wrap: wrap;
    gap: 20px;
  }
  #sec03 .col .txt,
  #sec03 .col .img {
    width: 100%;
  }
  #sec03 .col .img span {
    font-size: 14px;
  } 
  #sec03 .col .txt p {
    margin: 0!important;
  }
}