@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700&display=swap");
/*============================================================================
	TOP
==============================================================================*/
.slider-cont {
  position: relative;
  margin: 140px auto 100px auto;
  width: 1024px;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  .slider-cont {
    margin: 80px auto;
    width: 100%;
    min-height: 280px;
  }
}
.slider-cont .catch {
  position: absolute;
  left: 0;
  width: 440px;
  padding: 90px 40px;
  background-color: #CCAF6C;
  border-radius: 5px;
  z-index: 1;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .slider-cont .catch {
    padding: 30px;
    width: 80%;
  }
}
.slider-cont .catch .jp {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .jp {
    font-size: 2.8vw;
    margin-bottom: 20px;
  }
}
.slider-cont .catch .en {
  font-family: "Fanwood Text", serif;
  font-size: 20px;
}
.slider-cont .catch .en.main-lang {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .en.main-lang {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .en {
    font-size: 2.8vw;
  }
}
.slider-cont .visual {
  width: 630px;
  position: absolute;
  right: 0;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .slider-cont .visual {
    width: 100%;
    left: 0;
    top: 85px;
  }
}

.concept-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 80px;
  color: #3B4043;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .concept-cont {
    padding: 140px 0 40px 0;
    font-size: 12px;
  }
}

/*============================================================================
	MESSAGE
==============================================================================*/
h2.h2-tit {
  text-align: center;
  padding: 40px 0;
}
h2.h2-tit span {
  font-size: 11px;
  display: block;
}

.contact-cont iframe {
  display: flex;
  margin: auto;
  min-height: 1500px;
}

.message-box {
  width: 1024px;
  padding: 40px;
  margin: 0 auto;
  background-color: #F7F5F0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.message-box h2.h2-tit-01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .message-box {
    width: 90%;
    padding: 40px 20px;
  }
}
.message-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100px;
  background-color: #CCAF6C;
}
.message-box .message-cont {
  display: flex;
}
.message-box .message-cont.about {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.message-box .message-cont .img-cont {
  margin-left: 20px;
  width: 400px;
  position: relative;
}
.message-box .message-cont .img-cont.prof {
  width: 200px;
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont.prof {
    width: 60%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.message-box .message-cont .img-cont .img_01 {
  position: absolute;
  top: 0;
  left: 60px;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont .img_01 {
    margin: 0 0 0 -30px;
    position: relative;
    width: 70%;
    top: inherit;
    left: inherit;
  }
}
.message-box .message-cont .img-cont .img_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont .img_02 {
    margin: -50px -30px 0 0;
    position: relative;
    width: 70%;
    top: inherit;
    left: inherit;
  }
}
.message-box .message-cont .txt-cont {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .txt-cont {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .txt-cont.prof {
    margin-bottom: 0;
  }
}
.message-box .message-cont .txt-cont.prof p {
  margin-bottom: 10px;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0077b5; /* LinkedInの青 */
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 15px; /* アイコンの大きさを調整 */
}
.icon-circle a {
  color: #fff !important;
}

.business-box > dt {
  padding: 5px 0 5px 20px;
  background-color: #CCAF6C;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
.business-box > dd {
  background-color: #fff;
  padding: 20px;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.business-box > dd p {
  font-size: 16px;
}
.business-box > dd p.ja {
  font-size: 14px;
}
.business-box > dd ul {
  list-style-type: disc;
  padding-left: 15px;
}
.business-box > dd dl.box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCAF6C;
}
.business-box > dd dl.box dt {
  font-size: 30px;
  font-style: italic;
  color: #CCAF6C;
}
.business-box > dd dl.box dd p {
  font-size: 16px;
}
.business-box > dd dl.box dd p.ja {
  font-size: 14px;
}
.business-box > dd dl.box dd ul {
  list-style-type: disc;
  padding-left: 15px;
}
.business-box > dd dl.box:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.note {
  font-size: 90%;
}

.massage-cont02 h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.about-cont {
  display: flex;
}
.about-cont .about-txt {
  width: 600px;
  margin-right: 60px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt {
    width: 90%;
  }
}
.about-cont .about-txt dl {
  margin: 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl {
    flex-direction: column;
  }
}
.about-cont .about-txt dl dt {
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.about-cont .about-txt dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl dd {
    flex: inherit;
    width: 100%;
    margin: 0;
  }
}
.about-cont .img-cont {
  flex: 1;
}

.cta {
  padding-bottom: 60px;
}
.cta .contact-btn {
  font-size: 18px;
  display: block;
  color: #fff;
  border: 1px solid #CCAF6C;
  background-color: #CCAF6C;
  width: 400px;
  padding: 20px;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .cta .contact-btn {
    width: 90%;
  }
}
.cta .contact-btn:hover {
  opacity: 1;
  text-decoration: none;
  border: 1px solid #CCAF6C;
  color: #CCAF6C;
  background-color: #fff;
}

.gototop {
  text-align: center;
  padding: 20px 0;
}
.gototop img {
  width: 30px;
  height: auto;
}

/*============================================================================
	ABOUT
==============================================================================*/
.gmap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 15px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*============================================================================
	NEWS
==============================================================================*/
.sns-box {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sns-box {
    width: 90%;
  }
}
.sns-box .sns-cont p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.sns-box .sns-cont ul {
  display: flex;
  justify-content: center;
}
.sns-box .sns-cont ul li {
  margin: 0 10px;
}
.sns-box .sns-cont ul li a i {
  font-size: 40px;
  color: #3B4043;
}

/*============================================================================
	CONTACT
==============================================================================*/
.contact-box {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-box {
    width: 90%;
  }
}
.contact-box p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-box .contact-cont {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #3B4043;
  margin: 0 auto;
}
.contact-box .contact-cont dl {
  margin: 0;
}
.contact-box .contact-cont dl dt {
  padding: 10px 20px;
  border-bottom: 1px solid #3B4043;
}
.contact-box .contact-cont dl dd {
  padding: 10px 0;
  margin: 0;
  min-height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-box .contact-cont dl dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-box .contact-cont dl dd ul {
    flex-direction: column;
  }
}
.contact-box .contact-cont dl dd ul li {
  font-weight: bold;
  margin: 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-box .contact-cont dl dd ul li {
    font-size: 18px;
  }
}
.contact-box .contact-cont dl dd ul li span {
  font-size: 12px;
}
.contact-box .contact-cont dl dd ul li a {
  color: #3B4043;
  font-weight: bold;
}
.contact-box .contact-cont dl p {
  margin-bottom: 0;
}

/*============================================================================
	ニュース
==============================================================================*/
.sec02.news-wrapper {
  padding-bottom: 60px;
}
.sec02 .news-cont {
  width: 80%;
  max-width: 1720px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .news-cont {
    width: 90%;
  }
}
.sec02 .news-cont .news-swiper {
  display: flex;
  margin-bottom: 40px;
}
.sec02 .news-cont .news-swiper .swiper-slide {
  text-align: center;
  width: 33.3333333333%;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .sec02 .news-cont .news-swiper .swiper-slide {
    width: 100%;
  }
}
.sec02 .news-cont .news-swiper .swiper-slide .date {
  font-size: 11px;
  margin-top: 0.5em;
}

a .thum {
  overflow: hidden;
}
a .thum img.zoom {
  transition: 1s all;
}
a .thum img.zoom:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

a:hover {
  text-decoration: none;
}

.item a:hover {
  text-decoration: none;
}

/*============================================================================
	ITEMS
==============================================================================*/
.item-cont {
  width: 80%;
  max-width: 1720px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .item-cont {
    width: 90%;
  }
}
.item-cont .item {
  text-align: center;
  width: calc(25% - 0.5em);
  padding: 0 0.5em 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .item-cont .item {
    width: 50%;
  }
}

/*============================================================================
	BRAND
==============================================================================*/
.brand-cont {
  width: 80%;
  max-width: 1720px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .brand-cont {
    width: 90%;
  }
}
.brand-cont .item {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: calc(25% - 1em);
  padding: 1.5em;
  border: 1px solid #eee;
  margin: 0 1em 1em 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .brand-cont .item {
    width: calc(50% - 0.5em);
  }
  .brand-cont .item:nth-child(2n) {
    margin: 0 0 1em 0;
  }
}
.brand-cont .item .br-logo {
  min-height: 7vw;
  max-height: 8em;
}
@media screen and (max-width: 768px) {
  .brand-cont .item .br-logo {
    min-height: 60px;
  }
}
.brand-cont .item .name {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
.brand-cont .item .name-ja {
  font-size: 10px;
  line-height: 1.4;
}

/*============================================================================
	INSTAGRAM
==============================================================================*/
.insta-cont {
  width: 80%;
  max-width: 1720px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .insta-cont {
    width: 90%;
    margin-bottom: 0;
  }
}
.insta-cont .item {
  text-align: center;
  width: 20%;
  padding: 0 0.5em 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .insta-cont .item {
    width: 50%;
  }
}

/*============================================================================
	ACCESS
==============================================================================*/
.access-wrapper #access {
  padding-top: 80px;
  margin-top: -80px;
}
.access-wrapper #access .access-cont .access-txt {
  text-align: center;
  line-height: 2.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access-wrapper #access .access-cont .access-txt {
    line-height: 1.8em;
  }
}
.access-wrapper #access .access-cont figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.access-wrapper #access .access-cont .gm_link {
  text-align: center;
}
.access-wrapper #access .access-cont .gm_link a {
  text-decoration: underline;
}

/*============================================================================
	FOOTER
==============================================================================*/
.copy {
  background-color: #fff;
  text-align: center;
  line-height: 6em;
  color: #CCAF6C;
}

.copy-sp {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.copy-sp figure img {
  padding-right: 10px;
}
.copy-sp small {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3B4043;
}

/*============================================================================

	PAGES

==============================================================================*/
.item-page-inner {
  width: 769px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner {
    width: 90%;
    margin: auto;
  }
}
.item-page-inner .sub-slider {
  width: 769px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-slider {
    width: 100%;
  }
}
.item-page-inner .sub-thumb {
  width: 769px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-thumb {
    width: 100%;
  }
}
.item-page-inner .sub-thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100% !important;
}
.item-page-inner .sub-thumb .slick-track .slider {
  width: 16.6666666667% !important;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-thumb .slick-track .slider {
    width: 25% !important;
  }
}
.item-page-inner .sub-thumb .slick-track .slider figcaption {
  margin-bottom: 10px;
}

.page-section .news-cont {
  width: 80%;
  max-width: 1720px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .archive {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-section .news-cont {
    width: 100%;
  }
}
.page-section .news-cont .brand-info-txt {
  padding: 0 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .brand-info-txt {
    padding: 0;
    width: 100%;
  }
}
.page-section .news-cont .news-swiper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .news-swiper {
    flex-wrap: nowrap;
  }
}
.page-section .news-cont .news-swiper .swiper-slide {
  text-align: center;
  width: 25%;
  padding: 0 0.5em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .news-swiper .swiper-slide {
    width: 100%;
  }
}
.page-section .news-cont .news-swiper .swiper-slide .date {
  font-size: 11px;
  margin-top: 0.5em;
}
.page-section .single-info-txt {
  margin-bottom: 1em;
}

.swiper-pagination.pagenation-02 {
  margin-bottom: -40px;
}

.flex-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.flex-box .left-box {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .flex-box .left-box {
    width: 100%;
    padding: 0;
  }
}
.flex-box .right-box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .flex-box .right-box {
    width: 100%;
    padding-bottom: 10px;
  }
}

.page-inner {
  width: 70%;
  max-width: 1720px;
  margin: 0 auto;
}
.page-inner p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .page-inner {
    width: 90%;
  }
}

/*============================================================================

	ITEM SINGLE

==============================================================================*/
.shop-url {
  margin: 50px 0 30px 0;
}

/*============================================================================

	ITEM ARCHIVE

==============================================================================*/
.news-cont.item {
  margin-top: -220px;
  padding-top: 220px;
  margin-bottom: 60px;
}

.item-anchor-cont {
  display: block;
  position: sticky;
  top: 80px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
  z-index: 3;
}

.item-anchor {
  word-break: keep-all;
  display: inline-block;
  margin: 2px 5px;
  font-size: 80%;
  border-radius: 30px;
  border: 1px solid #000;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.item-anchor:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .item-anchor {
    display: none;
  }
}

.item-btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-btn-cont a.btn-01 {
  margin: 0 2px;
}

/*============================================================================

	CONTACT

==============================================================================*/
.contact-box dl {
  margin-bottom: 40px;
}
.contact-box dl dt {
  margin: 0;
  padding: 0;
}
.contact-box dl dd {
  margin: 0;
  padding: 0;
}
.contact-box dl dd input,
.contact-box dl dd textarea {
  width: 100%;
}
.contact-box .wpcf7 input[type=submit] {
  color: #3B4043;
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  width: 20em;
  border-radius: inherit;
  border: 1px solid #3B4043;
  transition: all 0.4s;
  box-shadow: none;
}
.contact-box .wpcf7 input[type=submit]:hover {
  background-color: #3B4043;
  color: #fff;
}

.grecaptcha-badge {
  display: none;
}

/*============================================================================

	SINGLE,ARCHIVE

==============================================================================*/
.blog-single-cont {
  width: 769px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .blog-single-cont {
    width: 90%;
  }
}
.blog-single-cont .h2-news-cont {
  margin-bottom: 20px;
}
.blog-single-cont .h2-news-cont h2.news-tit {
  font-size: 22px;
}
.blog-single-cont .h2-news-cont span {
  font-size: 12px;
}

.pagenate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.pagenate .prev,
.pagenate .next {
  width: 50px;
}

.pagenate .prev a {
  margin-right: 30px;
}

.pagenate .next a {
  margin-left: 30px;
}

.pagenate .prev a,
.pagenate .next a {
  font-size: 20px;
  color: #393939;
  text-decoration: none;
  width: 50px;
}

a.btn-03 {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #393939;
  padding-bottom: 5px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  a.btn-03 {
    width: 12px;
  }
}

.wp-pagenavi {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.wp-pagenavi a.page {
  color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
  border: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
  border: none;
}

a.page-numbers:hover {
  opacity: 0.7;
}

span.page {
  color: #fff;
  background-color: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
}

/*============================================================================

	SERVICE

==============================================================================*/
.h2-blog-tit-cont {
  text-align: center;
}

.news-fl-box {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0;
}

.article-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
.article-l h3.title a {
  font-weight: bold;
}
.article-l .title {
  width: 100%;
}

.excerpt {
  width: 100%;
}

.thumb {
  width: 20%;
}
.thumb img {
  width: 100%;
}

.blog-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-item {
  flex-basis: 31%;
  flex-wrap: wrap;
  margin: 0 1% 20px 1%;
}
.blog-item .category {
  margin-right: 10px;
}
.blog-item a.category {
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #707070;
}
.blog-item .title a {
  font-weight: bold;
  color: #707070;
  text-decoration: none;
}

.blog-item.news-fl-box {
  border: none;
}

.sub {
  display: flex;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #ccc;
}
.sub div {
  margin-right: 30px;
  text-align: center;
}
.sub div h4 {
  color: #02326a;
}
.sub div a {
  color: #707070;
}

.wp-pagenavi {
  display: block;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  min-height: 20px;
  width: 100%;
}
.pager li {
  display: inline;
}
.pager li > a {
  display: inline-block;
  padding: 2px 14px;
  background-color: #fff;
  border: 1px solid #214490;
  border-radius: 15px;
  transition: all 300ms 0s ease;
  font-size: 14px;
}
.pager li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #214490;
  transition: all 300ms 0s ease;
}
.pager li > span {
  display: inline-block;
  padding: 2px 14px;
  background-color: #fff;
  border: 1px solid #214490;
  border-radius: 15px;
  transition: all 300ms 0s ease;
  font-size: 14px;
}
.pager .previous > a {
  float: left;
  color: #214490;
  text-decoration: none !important;
}
.pager .previous > span {
  float: left;
  color: #214490;
  text-decoration: none !important;
}
.pager .next > a {
  float: right;
  color: #214490;
  text-decoration: none !important;
}
.pager .next > span {
  float: right;
  color: #214490;
  text-decoration: none !important;
}

.viewall {
  text-align: center;
  margin: 60px 0;
}

.contact-form-cont {
  padding: 20px 0 0 0;
}
.contact-form-cont dl {
  margin-bottom: 40px;
}
.contact-form-cont dl dt {
  font-weight: bold;
  color: #02326a;
}
.contact-form-cont dl dd {
  width: 100%;
  margin: 0;
}
.contact-form-cont dl dd input {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #cccccc;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px !important;
}
.contact-form-cont dl dd textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #cccccc;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px !important;
}

.sub-tit span {
  font-size: 22px;
}

.submit-btn {
  width: 40%;
  margin: 20px auto 0 auto;
}
.submit-btn .form-btn {
  font-size: 18px;
  width: 100%;
  background-color: #224181;
  border: 1px solid #224181;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  transition: all 0.4s;
}
.submit-btn .form-btn:hover {
  background-color: #fff;
  color: #224181;
}

.contact-form-cont dl {
  flex-wrap: wrap;
}
.contact-form-cont dl dt {
  width: 100%;
  margin-bottom: 5px;
}
.contact-form-cont dl dd {
  width: 100%;
  margin: 0;
}

.submit-btn {
  width: 100%;
}
.submit-btn .form-btn {
  padding: 5px 0;
}/*# sourceMappingURL=style.css.map */