@charset "UTF-8";
.details {
  background-color: #f5f3ed;
  padding-bottom: 80px;
}
@media only screen and (max-width: 428px) {
  .details {
    padding-bottom: 30px;
  }
}
.content {
 max-width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 0 29px 0 31px;
}

/*@media only screen and (max-width: 834px) {
  .content {
    max-width: 720px;
    padding: 0 2.08%;
  }
}*/
@media only screen and (max-width: 428px) {
  .content {
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
	border-radius: 0;  
	  line-height: 1.5;
  }
}
.content h1 {
  text-align: center;
  color: #cfa008;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 58px;
}
@media only screen and (max-width: 834px) {
  .content h1 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 428px) {
  .content h1 {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}
.content h2 {
  display: inline-block;
  color: #cfa008;
  font-size: 1.625rem;
  border-bottom: solid 2px #cfa008;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 428px) {
  .content h2 {
    font-size: 1.125rem;
    display: inline;
    background: linear-gradient(transparent 98%, #cfa008 98%);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
.content h3 {
  display: inline-block;
  font-size: 1.375rem;
  background-color: #bfa272;
  color: #fff;
  font-weight: bold;
  padding: 4.5px 11px 4.5px 10px;
  border-radius: 10px;
}
.content h4 {
  display: inline-block;
  font-size: 1.375rem;
  color: #bfa272;
  font-weight: bold;
  border-bottom: 2px solid #bfa272;
  padding-bottom: 1.5px;
}
.content p {
  font-size: 1.125rem;
  letter-spacing: -0.02rem;
  line-height: 1.5;
  color: #534e52;
  font-weight: lighter;
}
@media only screen and (max-width: 834px) {
  .content p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 428px) {
  .content p {
    font-size: 0.75rem;
  }
}
.content .point__title {
  margin-top: 71px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 834px) {
  .content .point__title {
    margin-top: 47px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 428px) {
  .content .point__title {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.content .point__title p {
  display: inline-block;
  color: #cfa008;
  border-bottom: solid 2px #cfa008;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.625rem;
}
@media only screen and (max-width: 834px) {
  .content .point__title p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 428px) {
  .content .point__title p {
    font-size: 1rem;
  }
}
.box1 {
  padding-top: 112px;
  margin-bottom: 80px;
  background: url(../img/backimg2.jpg) no-repeat top 99px left 40.83%, url(../img/backimg1.jpg) no-repeat top 105px left 37.33%;
}
@media only screen and (max-width: 834px) {
  .box1 {
    padding-top: 73px;
    background: url(../img/backimg2-tb.jpg) no-repeat top 65px left 37.22%, url(../img/backimg1-tb.jpg) no-repeat top 69px left 32.5%;
  }
}
@media only screen and (max-width: 428px) {
  .box1 {
    padding-top: 44px;
    padding-bottom: 21px;
    margin-bottom: 30px;
    background: url(../img/backimg2-sp.jpg) no-repeat top 39px left 31.67%, url(../img/backimg1-sp.jpg) no-repeat top 42px left 29.44%;
  }
}
/*.box1 span {
  display: block;
  color: #cfa008;
  font-size: 1.5rem;
}*/
@media only screen and (max-width: 428px) {
  .box1 span {
    font-size: 0.937rem;
    margin-bottom: 23px;
  }
}
.box1 p {
  font-size: 1.125rem;
  letter-spacing: -0.02rem;
  line-height: 1.5;
}
@media only screen and (max-width: 834px) {
  .box1 p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 428px) {
  .box1 p {
    font-size: 0.75rem;
	  padding-top: 22px;
  }
}
.box1 ul {
  padding-top: 24.5px;
  list-style: decimal;
  color: #638aa6;
  padding-bottom: 74px;
  margin-left: 2.19%;
}
@media only screen and (max-width: 834px) {
  .box1 ul {
    padding-top: 15.5px;
    padding-bottom: 55px;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 428px) {
  .box1 ul {
    padding-top: 12px;
    margin-left: 22px;
    padding-bottom: 0;
  }
}
.box1 li {
  padding-bottom: 17px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .box1 li {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 428px) {
  .box1 li {
    font-size: 0.875rem;
    padding-bottom: 7px;
  }
}
.box1 li:hover {
  color: #cfa008;
}
.box2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 428px) {
  .box2 {
    margin-bottom: 30px;
  }
}
.box2 h2 {
  margin-top: 73px;
}
@media only screen and (max-width: 834px) {
  .box2 h2 {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 428px) {
  .box2 h2 {
	  display: inline-block;
    margin-top: 26px;
  }
}
.box2-flex {
  display: flex;
  justify-content: space-between;
  margin: 55.5px 28px 0 10px;
  padding-bottom: 141px;
}
@media only screen and (max-width: 834px) {
  .box2-flex {
    margin: 27.5px 0 0 0.88%;
    padding-bottom: 59.6px;
  }
}
@media only screen and (max-width: 428px) {
  .box2-flex {
    display: block;
    margin: 27px 0 0 5px;
    padding-bottom: 31.7px;
  }
}
@media only screen and (max-width: 834px) {
  .box2-flex p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 428px) {
  .box2-flex p {
    font-size: 0.75rem;
    letter-spacing: -0.01em;
  }
}
.red-bold {
  color: #bc8080;
  font-weight: bold;
}
.box2-flex img {
  width: 32.11%;
  height: 23.91%;
  margin-left: 32px;
}
@media only screen and (max-width: 834px) {
  .box2-flex img {
    width: 43.96%;
  }
}
@media only screen and (max-width: 428px) {
  .box2-flex img {
    width: 316px;
    height: 235px;
    margin: 30px auto 0 auto;
  }
}

.sp-img {
        display: none;
    }
@media only screen and (max-width: 834px) {
    .sp-img {
        display: block!important;
    }
}










.box3 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 428px) {
  .box3 {
    margin-bottom: 30px;
  }
}
.box3 h2 {
  margin-top: 73px;
}
@media only screen and (max-width: 834px) {
  .box3 h2 {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 428px) {
  .box3 h2 {
	  display: inline-block;
    margin-top: 26px;
  }
}
.box3-flex {
  display: flex;
  justify-content: space-between;
  margin: 55.5px 28px 0 10px;
  padding-bottom: 141px;
}
@media only screen and (max-width: 834px) {
  .box3-flex {
    margin: 27.5px 0 0 0.88%;
    padding-bottom: 59.6px;
  }
}
@media only screen and (max-width: 428px) {
  .box3-flex {
    display: block;
    margin: 27px 0 0 5px;
    padding-bottom: 31.7px;
  }
}
@media only screen and (max-width: 834px) {
  .box3-flex p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 428px) {
  .box3-flex p {
    font-size: 0.75rem;
    letter-spacing: -0.01em;
  }
}

.box3-flex img {
  width: 32.11%;
  height: 23.91%;
  margin-left: 32px;
}
@media only screen and (max-width: 834px) {
  .box3-flex img {
    width: 43.96%;
  }
}
@media only screen and (max-width: 428px) {
  .box3-flex img {
    width: 316px;
    height: 235px;
    margin: 30px auto 0 auto;
  }
}





.box4 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 428px) {
  .box4 {

    margin-bottom: 30px;
  }
}
.box4 h2 {
  margin-top: 73px;
}
@media only screen and (max-width: 834px) {
  .box4 h2 {
    margin-top: 54px;
  }
}

@media only screen and (max-width: 428px) {
  .box4 h2 {
	  display: inline-block;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 428px) {
.content  .box4 h2 {
	 background : none;
	border-bottom: none;
  }
	.box4-border{
		background: linear-gradient(transparent 98%, #cfa008 98%);
		 border-bottom: solid 2px #cfa008;
	}	
	
	
}

.box5 {
 padding: 80px 0;
 margin-bottom: 80px;   
 
}

@media only screen and (max-width: 834px) {
  .box5 {
 padding: 60px 0;
}
}

@media only screen and (max-width: 428px) {
  .box5 {
 padding: 30px 0;
 margin-bottom: 30px;     
    
}
}

.box6 {
 padding: 80px 0;
 
}

@media only screen and (max-width: 834px) {
  .box6 {
 padding: 60px 0;
}
}

@media only screen and (max-width: 428px) {
  .box6 {
 padding: 30px 0;
    
}
}




p.kansyu{
    font-size: 1.375rem;
    font-weight: bold!important;
    color: #bfa272!important;
}
@media only screen and (max-width: 834px) {
 p.kansyu {
   font-size: 1rem;
  }
}
p.kansyu-txt{
    margin-top: 10px;
    color: #1E2D58!important;
}
@media only screen and (max-width: 428px) {
p.kansyu-txt{
    margin-top: 5px;
    color: #1E2D58!important;
}
}
.kansyu-sp{
    display: none;
}
@media only screen and (max-width: 428px) {
.kansyu-sp{
    display: block;
}
}




.content-table {
  margin: 72px 29px 0 0;
}
@media only screen and (max-width: 834px) {
  .content-table {
    margin: 47px 0 0 0;
  }
}
@media only screen and (max-width: 428px) {
  .content-table {
    margin: 44.7px 0 0 0;
  }
}
.content-table-title {
  color: #787e9d;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 8px;
  border-left: solid 8px #787e9d;
}
@media only screen and (max-width: 428px) {
  .content-table-title {
    font-size: 0.875rem;
  }
}
.vertical-table {
  margin-top: 24.5px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  .vertical-table {
    margin-top: 16px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 428px) {
  .vertical-table {
    padding-bottom: 29.8px;
  }
}
.vertical-table__inner {
  width: 100%;
}
.vertical-table__header-row {
  background-color: #534e52;
  height: 40px;
}
.vertical-table__header-text {
  width: 10.9%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media only screen and (max-width: 428px) {
  .vertical-table__header-text {
    width: 16.42%;
    font-size: 0.625rem;
  }
}
.vertical-table__header-text1 {
  width: 46.41%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media only screen and (max-width: 428px) {
  .vertical-table__header-text1 {
    width: 48.96%;
    font-size: 0.625rem;
  }
}
.vertical-table__header-text2 {
  width: 46.41%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media only screen and (max-width: 428px) {
  .vertical-table__header-text2 {
    width: 34.93%;
    font-size: 0.625rem;
  }
}
.vertical-table__body-row {
  background-color: #f3eac2;
  height: 100px;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row {
    height: 150px;
  }
}
.vertical-table__body-row-text {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  padding-top: 31px;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row-text {
    font-size: 0.75rem;
    padding-top: 57.5px;
  }
}
.vertical-table__body-row-text span {
  display: block;
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row-text span {
    display: block;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    letter-spacing: -0.05rem;
  }
}
.vertical-table__body-row-text1 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 13px 0 0 10px;
  letter-spacing: -0.03rem;
  line-height: 1.42;
  font-weight: lighter;
  font-size: 0.875rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row-text1 {
    font-size: 0.75rem;
    letter-spacing: -0.05em;
    padding: 3px 0 0 6px;
    line-height: 1.75;
  }
}
.vertical-table__body-row-text2 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 13px 0 0 10.5px;
  font-weight: lighter;
  font-size: 0.875rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row-text2 {
    font-size: 0.75rem;
    padding: 2.5px 0 0 6px;
  }
}
.vertical-table__body-row-text2 span {
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row-text2 span {
    font-size: 0.625rem;
  }
}
.vertical-table__body-row1 {
  background-color: #f2dcbb;
  height: 100px;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row1 {
    height: 150px;
  }
}
.vertical-table__body-row1-text {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 100px;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row1-text {
    line-height: 150px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row1-text1 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  letter-spacing: -0.03rem;
  line-height: 1.42;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row1-text1 {
    font-size: 0.75rem;
    padding: 3px 7px 0 6.5px;
    letter-spacing: -0.04em;
  }
}
.vertical-table__body-row1-text2 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row1-text2 {
    font-size: 0.75rem;
    padding: 3px 11px 0 6px;
    font-weight: bold;
  }
}
.vertical-table__body-row1-text2 span {
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row1-text2 span {
    font-size: 0.625rem;
  }
}
.vertical-table__body-row2 {
  background-color: #bed5db;
  height: 100px;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row2 {
    height: 150px;
  }
}
.vertical-table__body-row2-text {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 100px;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row2-text {
    line-height: 150px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row2-text1 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  letter-spacing: -0.03rem;
  line-height: 1.42;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row2-text1 {
    padding: 2px 0 0 6.5px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row2-text2 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row2-text2 {
    font-size: 0.75rem;
    padding: 3px 11px 0 6px;
    font-weight: bold;
  }
}
.vertical-table__body-row2-text2 span {
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row2-text2 span {
    font-size: 0.625rem;
  }
}
.vertical-table__body-row3 {
  background-color: #e1d4e3;
  height: 100px;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row3 {
    height: 150px;
  }
}
.vertical-table__body-row3-text {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 100px;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row3-text {
    line-height: 150px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row3-text1 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  letter-spacing: -0.03rem;
  line-height: 1.42;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row3-text1 {
    padding: 2px 0 0 6.5px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row3-text2 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row3-text2 {
    font-size: 0.75rem;
    padding: 3px 11px 0 6px;
    font-weight: bold;
  }
}
.vertical-table__body-row3-text2 span {
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row3-text2 span {
    font-size: 0.625rem;
  }
}
.vertical-table__body-row4 {
  background-color: #fddfdf;
  height: 100px;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row4 {
    height: 150px;
  }
}
.vertical-table__body-row4-text {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 100px;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row4-text {
    line-height: 150px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row4-text1 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  letter-spacing: -0.03rem;
  line-height: 1.42;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row4-text1 {
    padding: 2px 0 0 6.5px;
    font-size: 0.75rem;
  }
}
.vertical-table__body-row4-text2 {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  padding: 15.5px 0 0 10px;
  font-weight: lighter;
  font-size: 0.875rem;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row4-text2 {
    font-size: 0.75rem;
    padding: 3px 11px 0 6px;
    font-weight: bold;
  }
}
.vertical-table__body-row4-text2 span {
  font-weight: lighter;
  font-size: 0.75rem;
  color: #534e52;
}
@media only screen and (max-width: 428px) {
  .vertical-table__body-row4-text2 span {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 428px) {
  .box4 {
    padding-top: 26px;
  }
}
.box4 h2 {
  margin-top: 72px;
}
@media only screen and (max-width: 834px) {
  .box4 h2 {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 428px) {
  .box4 h2 {
    margin-top: 0;
  }
}
.box4 p {
  margin-top: 55.5px;
  margin-left: 10px;
  margin-right: 28px;
  padding-bottom: 77px;
}
@media only screen and (max-width: 834px) {
  .box4 p {
    margin-top: 27.5px;
    padding-bottom: 57px;
  }
}
@media only screen and (max-width: 428px) {
  .box4 p {
    margin-left: 5px;
    padding-bottom: 28px;
    margin-top: 27px;
	margin-right: 0;  
  }
}
.box4 span {
  color: #bc8080;
  font-weight: bold;
}
.footer {
  background-color: #e4dfd6;
  width: 100%;
}
.footer__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 46px 114px 0 114px;
}
@media only screen and (max-width: 834px) {
  .footer__inner {
    max-width: 834px;
    padding: 50px 39px 0 39px;
  }
}
.footer__box {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #638aa6;
  padding: 15px 0 77px 0;
  font-weight: lighter;
}
@media only screen and (max-width: 834px) {
  .footer__box {
    font-size: 0.625rem;
    padding: 15px 0 48px 0;
  }
}
.footer__box li:hover {
  color: #cfa008;
}
.footer__box li:nth-of-type(2):hover {
  color: #638aa6;
}
.footer__box li ul {
  padding-top: 13px;
}
.footer__box li ul li {
  padding-bottom: 15px;
}
.footer__box li ul li:hover {
  color: #cfa008;
}
.footer__copy {
  text-align: center;
  background-color: #f5f3ed;
}
.footer__copy p {
  padding: 17px 0 21px 0;
  font-size: 0.562rem;
  font-weight: normal;
}
.top-back {
  width: 38px;
  height: 33px;
  background-color: #534e52;
  text-align: center;
  margin: 0 0 0 auto;
}
.top-back-btn {
  color: #fff;
  line-height: 33px;
}
.top-back:hover {
  background-color: #cfa008;
}
.fa-arrow-up {
  font-size: 14px;
}
.this {
  pointer-events: none;
  color: #cfa008;
}
.one:hover {
  color: #cfa008;
}
.two:hover {
  color: #cfa008;
}
.title__orenge {
  color: #cfa008;
  font-weight: bold;
  font-size: 0.75rem;
}
@media only screen and (max-width: 834px) {
  .title__orenge {
    font-size: 0.625rem;
  }
}
.title__navy {
  color: #638aa6;
  font-weight: bold;
  font-size: 0.75rem;
}
.title__navy:hover {
  color: #cfa008;
}
@media only screen and (max-width: 428px) {
  .footer {
    background-color: #e4dfd6;
    width: 100%;
  }
  .footer__inner {
    padding: 46px 0 0 12px;
    margin: 0 auto;
  }
  .footer__box {
    display: block;
    padding: 0 0 18px 0;
    font-size: 0.75rem;
  }
  .footer__box li {
    margin-top: 15px;
  }
  .footer__box li ul {
    padding-top: 0;
    margin-left: 12px;
  }
  .footer__box li ul li {
    padding-bottom: 0;
  }
  .footer__box li ul li:hover {
    color: #cfa008;
  }
  .footer__box li:nth-of-type(2):hover {
    color: #638aa6;
    margin-bottom: 0;
  }
}
.header__nav-box2::before {
	content: "";
	display: block;
  width: 100%;
  max-width: 261px;
  position: absolute;
  height: 100px;
	background-color: #f5f3ed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
}
@media only screen and (max-width: 834px) {
  .header__nav-box2::before {
   height: 65px;
  }
}
@media only screen and (max-width: 428px) {
 .header__nav-box2::before {
   height: 50px;
  }
}
.header__nav-box2-inner-txt1{
       color: #cfa008;
}