.content {}
.content p {
  font-size: 14px;
  line-height: 20px;
}
.content a {
  transition: all 300ms 0s ease;
}
.content a:hover {
  opacity: 0.5;
}
.bg {
  background-color: #f5f7f4;
  padding-bottom: 5px;
}
.inr {
  width: 1000px;
}
span.cap {
  font-size: 70%;
  line-height: 70%;
}
.content .flex {
  align-items: flex-start;
}
.content .flex > div {
  width: 48%;
}
.mt20 {
  margin-top: 20px;
}
.head-image p.h-ttl {
  transform: translate(-50%, -50%);
  margin-top: 50px;
  max-width: 1000px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.head-image p.h-ttl img {
  margin-bottom: 20px;
}
.img-nav-wrap {
  background: #E0CA76;
  background: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%);
  padding: 10px 0px;
}
.img-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto;
  min-width: 1000px;
}
.img-nav p {
  padding: 5px 0px;
  width: 49.5%;
}
.cont-nav {
  border-bottom: 1px solid #2a4f5e;
  background-color: #FFFFFF;
}
.cont-nav ul {
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
  flex-wrap: wrap;
}
.cont-nav ul li {
  width: calc(100% / 7);
  border-right: 1px solid #2a4f5e;
}
.cont-nav ul li:first-child {
  border-left: 1px solid #2a4f5e;
}
.cont-nav ul li a {
  display: block;
}
.cont-nav ul li a.active {
  pointer-events: none;
}
#c1 .cont-nav ul li a.active {
  background-color: #fffcd1;
}
#c2 .cont-nav ul li a.active {
  background-color: #feebc8;
}
#c3 .cont-nav ul li a.active {
  background-color: #fbdac8;
}
#c4 .cont-nav ul li a.active {
  background-color: #fadce9;
}
#c5 .cont-nav ul li a.active {
  background-color: #d2cce6;
}
#c6 .cont-nav ul li a.active {
  background-color: #d3edfb;
}
#c7 .cont-nav ul li a.active {
  background-color: #d5ead8;
}
.cont-inr {
  margin: 100px auto;
  max-width: 1000px;
  color: #2a4f5e;
  position: relative;
}
.cont-inr.mb0 {
  margin-bottom: 0px;
}
.content .cont-inr h2 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.content .cont-inr h3 {
  text-align: center;
  font-size: 20px;
  background-color: #dde0dc;
  margin: 30px auto;
  padding: 10px;
  max-width: 750px;
  letter-spacing: normal;
}
.content .cont-inr p {
  font-size: 22px;
  line-height: 1.6;
}
.cont-inr .btn a {
  background-color: #2a4f5e;
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  margin: 30px auto 0px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  max-width: 750px;
  text-align: center;
  width: 80%;
}
.cont-inr .btn a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.m-num {
  position: absolute;
  width: 150px;
  top: -40px;
}
#c1 .m-num {
  left: 25%;
}
#c2 .m-num {
  left: 58%;
}
#c3 .m-num {
  left: 0px;
}
#c4 .m-num, #c6 .m-num {
  left: 65%;
}
#c7 .m-num {
  left: auto;
  right: 0px;
}
#c1 .cont-inr .flex div {
  width: 35%;
}
#c1 .cont-inr .flex div:last-child {
  width: 60%;
}
#c2 .cont-inr .flex div {
  width: 60%;
}
#c2 .cont-inr .flex div:last-child {
  width: 40%;
}
#c4 .cont-inr .flex div, #c6 .cont-inr .flex div {
  width: 65%;
}
#c4 .cont-inr .flex div:last-child, #c6 .cont-inr .flex div:last-child {
  width: 30%;
}
#c5 .cont-inr .flex img {
  margin-bottom: 20px;
}
#c5 .cont-inr .flex span.cap {
  margin-top: 10px;
  display: block;
  line-height: 1.2;
}
#c7 .cont-inr h2 {
  max-width: 960px;
}
.cont-inr.col-inr {
  padding: 50px;
  background-color: #e0e5dc;
  margin-top: 30px;
}
.cont-inr.col-inr p:first-child {
  text-align: center;
}
.cont-inr.col-inr h3 {
  text-align: center;
  background-color: transparent;
  font-size: 35px;
  border-top: 2px solid #2a4f5e;
  padding: 20px 0px;
  border-bottom: 2px solid #2a4f5e;
  margin-bottom: 20px;
  max-width: none;
  font-weight: bold;
}
.cont-inr.col-inr h3.col-bg {
  background-color: #becbb8;
  border-top-style: none;
  border-bottom-style: none;
  font-size: 43px;
}
.cont-inr.col-inr p {
	font-size: 20px;  
}
.cont-inr.col-inr p.arrow {
  margin: 30px auto 0px;
  max-width: 55px;
}
.contact-btn.gra a {
  background: linear-gradient(90deg, rgba(224, 202, 118, 1) 0%, rgba(190, 203, 184, 1) 100%);
  padding: 20px 0px;
  color: #2a4f5e;
  line-height: 1.4;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:768px) {
  .content {
    padding-top: 0px;
  }
  .head-image p.h-ttl {
    font-size: 14px;
    margin-top: 0px;
  }
	.img-nav-wrap {
	padding: 5px 0px;
  }
  .img-nav {
	min-width: 0px;
  }
  .img-nav p {
    padding: 5px 0px;
    width: 100%;
  }
  .cont-nav ul li {
    width: calc(100% / 4);
  }
  .cont-nav ul li:first-child {
    border-left-style: none;
  }
  .cont-nav ul li:nth-child(4) {
    border-right-style: none;
  }
  .cont-nav ul li:nth-child(-n+4) {
    border-bottom: 1px solid #2a4f5e;
  }
  .content .flex > div {
    width: 100%;
  }
  .cont-inr {
    margin: 40px auto;
    width: 95%;
  }
  .content .cont-inr h2 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 1.2;
  }
  .content .cont-inr h3 {
    font-size: 18px;
  }
  .content .cont-inr p,.cont-inr.col-inr p {
	font-size: 17px;
	line-height: 1.2;
	text-align: justify;
  }
  .content #c1 .cont-inr .flex {
    flex-direction: column-reverse;
  }
  .m-num {
    position: static;
    width: 120px;
    top: 0px;
    margin: 0px auto 20px;
  }
  #c1 .m-num {
    left: 25%;
  }
  #c2 .m-num {
    left: 58%;
  }
  #c3 .m-num {
    left: 0px;
  }
  #c4 .m-num, #c6 .m-num {
    left: 65%;
  }
  #c7 .m-num {
    left: auto;
    right: 0px;
  }
  #c1 .cont-inr .flex div, #c1 .cont-inr .flex div:last-child, #c2 .cont-inr .flex div, #c2 .cont-inr .flex div:last-child, #c4 .cont-inr .flex div, #c6 .cont-inr .flex div, #c4 .cont-inr .flex div:last-child, #c6 .cont-inr .flex div:last-child {
    width: 100%;
  }
  .cont-inr .flex div img {
    margin-top: 20px;
  }
  .cont-inr.col-inr {
    padding: 20px;
  }
  .cont-inr.col-inr h3 {
    font-size: 20px;
  }
  .cont-inr.col-inr h3.col-bg {
    font-size: 24px;
  }
}