/* 追従g_nave
-------------------------*/

.persist-header {
  background: -moz-linear-gradient(left, #0f796b, #159b49);
  background: -webkit-linear-gradient(left, #0f796b, #159b49);
  background: linear-gradient(to right, #0f796b, #159b49);
  left: 0;
  line-height: 50px;
  position: fixed;
  top: -50px;
  width: 100%;
  z-index: 9999;
}

.menu {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.menu > li {
  float: left;
  width: calc(100% / 8);
  line-height: 50px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

.menu > li a {
  display: block;
  color: #fff;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  background: #0b554b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li a:hover {
  background: #0d4a3f;
}

li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  width: 80%;
  padding: 23px 2% 23px;
  background: #0b554b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.menu__mega:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 48%;
  border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(2n + 2) {
  margin: 0 1%;
}

/* 下矢印 */

.init-bottom:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0 3px 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* floatクリア */

.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .drawer-hamburger {
    width: 37px;
    height: 13px;
    right: 0;
    background: #12895c;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background: #fff;
  }

  .drawer-hamburger:hover {
    background-color: #12895c;
  }

  .drawer--right .drawer-nav {
    right: -100%;
    height: 100%;
    background: #fff;
  }

  .drawer-menu li:first-child {
    padding-top: 20px;
  }

  .drawer-nav {
    width: 100%;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    z-index: 99999;
  }

  .drawer-nav {
    z-index: 9999;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer-nav ul li {
    letter-spacing: 0.2em;
    margin: 0 5%;
    border-bottom: dashed 1px #ccc;
  }

  .drawer-nav ul li:last-child a:before {
    content: "";
  }

  .drawer-nav ul li a {
    color: #12895c;
    display: block;
    padding: 13px 10px;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .drawer-nav ul li:last-child span {
    display: block;
    font-size: 1.1rem !important;
    font-weight: 500;
    margin-left: 17px;
    letter-spacing: 0.1em;
  }

  .drawer-nav ul li:last-child i {
    margin-right: 1px;
    vertical-align: 3px;
  }
}

/* header
-------------------------*/

header {
  padding: 20px 0 0;
  width: 100%;
}

header .w1100.flex {
  margin-bottom: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .side {
  margin-right: 15%;
}

header .borer {
  padding: 0 8px;
  margin: 0 8px;
  height: 40%;
  position: relative;
}

header .borer::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 30%;
  left: 0;
}

header .borer::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 30%;
  right: 0;
}

header .w1100 h1 {
  display: inline-block;
}

header h1 img {
  width: 200px;
  height: auto;
}

header .gnav {
  background: -moz-linear-gradient(left, #0f796b, #159b49);
  background: -webkit-linear-gradient(left, #0f796b, #159b49);
  background: linear-gradient(to right, #0f796b, #159b49);
  line-height: 50px;
}

header .gnav .w1100 {
  position: relative;
  width: 98%;
}

header .gnav .menu {
  margin: 0;
  width: calc(100% - 14%);
}

header .gnav .menu > li {
  float: left;
  width: calc(100% / 8);
  line-height: 50px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}

header .gnav .img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.5%;
}

header .gnav .img img {
  width: 100%;
  max-width: 137px;
  height: auto;
}

header .gnav .img:hover {
  background: none;
}

header a img:hover {
  opacity: 0.7;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  header {
    padding: 13px 0 0;
  }

  header h1 img {
    width: 150px;
    height: auto;
  }
}

/* kv
-------------------------*/

.kv .hero {
  background: url("../img/kv.jpg") top center no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.08);
  background-blend-mode: lighten;
  height: 500px;
  width: 100%;
}

.kv .hero img {
  padding-top: 180px;
  width: 53%;
  min-width: 450px;
}

@media screen and (max-width: 767px) {
  .kv .hero {
    height: 350px;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: lighten;
  }

  .kv .hero img {
    padding-top: 120px;
    width: 95%;
    max-width: 400px;
    min-width: 265px;
  }
}

@media screen and (max-width: 539px) {
  .kv .hero {
    height: 210px;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
  }

  .kv .hero img {
    padding-top: 80px;
    max-width: 370px;
    width: 100%;
  }
}

/* kv_second
-------------------------*/

.kv_second .hero {
  background: #a7c5fd url("../img/bg_kv_second.png") center no-repeat;
  background-size: auto 100%;
  height: 160px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kv_second .hero {
    background: #a7c5fd url(../img/bg_kv_second.png) center no-repeat;
    background-size: cover;
    height: 100px;
  }

  .kv_second h2 {
    font-size: 2.6rem;
    padding-top: 25px;
  }

  .kv_second h2.fs {
    font-size: 2rem;
  }
}

@media screen and (max-width: 319px) {
  .kv_second h2.fs {
    letter-spacing: normal;
  }
}

/* breadcrumb
-------------------------*/

.breadcrumb {
  padding: 25px 0 35px;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  letter-spacing: 0.08em;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.05em 0 0.15em;
  color: #ccc;
  vertical-align: middle;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 5px 0 8px;
  }

  .breadcrumb li a {
    font-size: 1.1rem;
  }
}

/* idx_sct1
-------------------------*/

.idx_sct1 {
  padding: 50px 0 48px;
}

.idx_sct1 .txt {
  margin: 27px auto 0;
  text-align: center;
}

.idx_sct1 p {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .idx_sct1 {
    padding: 30px 0 15px;
  }

  .idx_sct1 .txt {
    margin: 10px auto 0;
    text-align: left;
  }
}

/* idx_sct2
-------------------------*/

.idx_sct2 {
  padding-bottom: 45px;
}

.idx_sct2 .flex {
  max-width: 700px;
  width: 85%;
  margin: 0 auto;
}

.idx_sct2 .link {
  width: 200px;
}

.idx_sct2 .link img {
  max-width: 140px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.idx_sct2 .flex a {
  display: block;
  border: 1px solid #12895c;
  color: #12895c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 35px;
  width: 180px;
  text-align: center;
  margin: 30px auto 0;
  transition: 0.5s;
}

.idx_sct2 .flex a:hover {
  background: #12895c;
  color: #fff;
}

.hero_img {
  position: relative;
  margin: 50px auto 0;
}

.hero_img .hero {
  display: block;
  width: 100%;
  height: auto;
}

.hero_img p {
  background: rgb(18, 137, 92, 0.8);
  color: #000;
  font-weight: 700;
  padding: 0 20px;
  margin: 3px;
  line-height: 40px;
  transition: 0.5s;
  border-radius: 5px;
}

.hero_img p:hover {
  background: #00ccff;
}

.hero_img .hero_img_link1 {
  position: absolute;
  bottom: 23.5%;
  left: 10%;
}

.hero_img .hero_img_link2 {
  position: absolute;
  top: 3%;
  left: 40%;
}

.hero_img .hero_img_link3 {
  position: absolute;
  top: 30%;
  left: 35%;
}

.hero_img .hero_img_link4 {
  position: absolute;
  top: 25%;
  right: 5%;
}

.hero_img .hero_img_link5 {
  position: absolute;
  bottom: 23.5%;
  right: 25%;
}

.hero_img .hero_img_link6 {
  position: absolute;
  top: 10%;
  right: 15%;
}

@media screen and (max-width: 767px) {
  .idx_sct2 {
    padding-bottom: 23px;
  }

  .idx_sct2 .link {
    margin: 0 auto;
  }

  .idx_sct2 .link img {
    max-width: 100px;
  }

  .idx_sct2 .flex a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 15px auto 23px;
    background: #12895c;
    width: 150px;
  }

  .idx_sct2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_img {
    margin-top: 10px;
  }

  .hero_img .hero {
    margin-bottom: 10px;
  }

  .hero_img p {
    position: static !important;
    background: rgb(18, 137, 92, 1);
    line-height: 32px;
    font-size: 1.35rem;
  }
}

/* idx_sct3
-------------------------*/

.idx_sct3 {
  background: #e6f6e7;
}

.idx_sct3 .w1100 {
  padding: 40px 5% 45px;
}

.idx_sct3 h5.green {
  font-size: 2.4rem;
}

.idx_sct3 p {
  padding: 10px 0 30px;
}

.idx_sct3 .flex p {
  font-size: 1.3rem;
  padding: 7px 0 0;
}

.idx_sct3 figcaption.ta_c {
  font-size: 1.45rem;
  line-height: 38px;
  font-weight: 700;
}

.idx_sct3 .flex.row figure a.icon img {
  width: 45px;
  height: auto;
  vertical-align: middle;
  transition: 0.3s;
  margin-bottom: 4px;
}

.idx_sct3 .flex.row figure .icon_img:hover {
  opacity: 0.6;
}

.idx_sct3 .flex.row figcaption:hover {
  color: yellow;
}

.idx_sct3.business_sct2 a {
  color: #fff;
  border-bottom: none;
}

.idx_sct3.business_sct2 .flex.row figure span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.idx_sct3.business_sct2 .flex.row figure span img {
  transition: 1s all;
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.idx_sct3.business_sct2 .flex.row figure span img:hover {
  transform: scale(1.15, 1.15);
  transition: 1s all;
}

@media screen and (max-width: 1023px) {
  .idx_sct3 .w1100 {
    padding: 40px 0 45px;
  }

  .idx_sct3 figcaption.ta_c {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .idx_sct3 .w1100 {
    padding: 20px 2.5% 20px;
  }

  .idx_sct3 p {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 539px) {
  .idx_sct3 .flex.row.flex-between figure {
    width: 100%;
    max-width: inherit;
    margin-bottom: 10px;
  }

  .idx_sct3 p {
    text-align: left;
  }

  .idx_sct3 figcaption.ta_c {
    font-size: 1.6rem;
  }
}

/* idx_sct4
-------------------------*/

.idx_sct4 {
  background: url("../img/idx_bg.jpg") top center;
  background-size: cover;
  padding: 50px 0 55px;
  margin-bottom: 20px;
}

.idx_sct4 h3 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  line-height: 1.5;
}

.idx_sct4 .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-around;
  width: 410px;
}

.idx_8 {
  max-width: 140px;
  height: auto;
  margin-right: 5%;
  box-shadow: 5px 2px 20px -6px rgb(86 150 216 / 70%);
}

.idx_9 {
  width: 50%;
  max-width: 205px;
  height: auto;
  box-shadow: 5px 2px 20px -6px rgba(86, 150, 216, 0.7);
}

@media screen and (max-width: 767px) {
  .idx_sct4 {
    padding: 35px 0 35px;
    margin-bottom: 0;
  }

  .idx_sct4 h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
    padding: 0 2.5%;
  }
}

/* news
-------------------------*/

.news.news_sct1 .box {
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.news a.btn {
  width: 95%;
}

.news a.btn::after {
  content: url(../img/arrow.png);
  margin-left: 5px;
}

/* business
-------------------------*/

.business_sct1 .txt {
  margin: 27px auto 25px;
}

.business_sct1 p {
  margin-top: 5px;
}

.business_sct1 img {
  display: block;
  margin: 0 auto 8px;
  max-width: 555px;
  width: 95%;
  height: auto;
}

.business_sct2 h3 {
  margin-bottom: 0;
}

.business_sct2 h5 {
  font-size: 2rem;
  text-align: center;
}

.business_sct2 .inner {
  background: #e6f6e7;
  padding: 30px 6% 40px;
}

.business_sct2 figure {
  width: 215px;
}

.business_sct2 figcaption {
  background: #12895c;
  color: #fff;
  line-height: 30px;
}

.business_sct2 .txt {
  width: calc(100% - 215px - 4.5%);
}

.business_sct2 dt {
  background: #12895c;
  color: #fff;
  width: 45px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
  font-weight: 500;
}

.business_sct2 dd {
  width: calc(100% - 45px);
}

.business_sct2 a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
}

.business_sct2 .float {
  overflow: hidden;
  padding: 23px 0 25px;
}

.business_sct2 .float img {
  float: right;
  width: 215px;
  height: auto;
  margin: 0 0 5px 2%;
}

.business_sct2 .flex.row figure {
  width: 23.5%;
}

.business_sct2 .flex.row figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .business_sct1 .txt {
    margin: 10px auto;
  }

  .business_sct2 .inner {
    width: 100%;
    padding: 15px 2.5% 20px;
  }

  .business_sct2 .flex.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .business_sct2 .txt {
    width: 100%;
  }

  .business_sct2 figure {
    margin: 0 auto;
  }

  .business_sct2 dl {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .business_sct2 dt {
    width: 40px;
  }

  .business_sct2 dd {
    width: calc(100% - 40px);
  }

  .business_sct2 dd a {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .business_sct2 .float img {
    width: 55%;
    max-width: 200px;
  }

  .business_sct2 .flex.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 500px;
    margin: 18px auto 0;
  }

  .business_sct2 .flex.row figure {
    width: 48%;
    max-width: 215px;
    margin-bottom: 10px;
  }

  .business_sct2 .fs {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

/* list
-------------------------*/

.list_sct2 {
  margin-top: 10px;
}

.list_sct2 .flex {
  margin-bottom: 60px;
}

.list_sct2 .flex:last-of-type {
  margin-bottom: 0;
}

.list_sct2 img {
  width: 50%;
  height: 250px;
  object-fit: cover;
}

.list_sct2 .txt {
  width: 46%;
}

.list_sct2 h4 {
  font-size: 2rem;
  border-bottom: #0f796b 2px solid;
  padding-bottom: 7px;
  margin-bottom: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .list_sct2 {
    margin-top: 0;
  }

  .list_sct2 .flex {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_sct2 img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .list_sct2 .txt {
    width: 100%;
  }

  .list_sct2 h4 {
    font-size: 1.7rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: #0f796b 2px solid;
  }
}

/* faq
-------------------------*/

.faq .box {
  margin-bottom: 40px;
}

.faq .box.last {
  margin-bottom: 20px;
}

.faq .box h2 {
  font-size: 1.9rem;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 0 0 12px;
}

.faq .green {
  font-size: 1.6rem;
  font-weight: 700;
}

.faq .flex .img {
  width: 65px;
  margin-left: 1%;
}

.faq .flex p {
  width: calc(100% - 70px);
  margin-right: 1%;
  line-height: 1.5;
}

.faq .flex p.fw-700 {
  font-size: 1.9rem;
}

.faq .flex.bb {
  border-bottom: 1px #12895c dotted;
  margin: 0 0 16px;
  padding: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .faq .box {
    margin-bottom: 20px;
  }

  .faq .flex.bb {
    border-bottom: 1px #12895c dotted;
    margin: 0 0 12px;
    padding: 0 0 11px;
  }

  .faq .flex .img {
    width: 30px;
    margin-left: 1%;
  }

  .faq .flex p {
    width: calc(100% - 30px);
    margin: 0 1% 0 3%;
    line-height: 1.5;
  }

  .faq .green {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

/* products
-------------------------*/

main.products h4.blue {
  font-size: 2.2rem;
  margin-bottom: 25px;
}

.products_sct1 {
  background: none;
}

.products_sct1 .flex {
  margin-top: 45px;
}

.products_sct2 h3 {
  background: -moz-linear-gradient(left, #34add3, #2ab481);
  background: -webkit-linear-gradient(left, #34add3, #2ab481);
  background: linear-gradient(to right, #34add3, #2ab481);
  color: #fff;
  padding: 30px 2.5% 45px;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: 40px;
}

.products_sct2 h5 {
  font-size: 1.8rem;
  padding: 20px 0 27px;
}

.products_sct2 .flex img {
  width: 25%;
  height: auto;
}

.products_sct2 .flex .txt {
  width: 70%;
}

.products_sct3 .inner {
  background: #e6f6e7;
  padding: 25px 0 30px;
}

.products_sct3 .flex {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.products_sct3 img {
  width: 50%;
  height: auto;
}

.products_sct4 .flex img {
  width: 35%;
  height: auto;
}

.products_sct4 .flex .txt {
  width: 61%;
}

.products_sct5 p {
  margin-bottom: 25px;
}

.products_sct5 img {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  min-width: 400px;
  width: 50%;
}

.products_sct6 .flex p {
  line-height: 1.5;
  background: #ceeffd;
  padding: 10px 0;
  margin: 5px 0 10px;
}

.products_sct6 img {
  width: 100%;
  height: auto;
}

.products_sct6 .img6 {
  width: 41%;
}

.products_sct6 .img7 {
  width: 56.7%;
}

.products_sct7 .box {
  width: 50%;
}

.products_sct7 .box {
  border: 1px solid #ccc;
}

.products_sct7 dt {
  border-bottom: 1px solid #ccc;
}

.products_sct7 dt {
  background: #e6f6e7;
  padding: 13px 0;
  font-size: 2.4rem;
  font-weight: 700;
}

.products_sct7 dd {
  padding: 20px 2.5%;
  height: 110px;
  vertical-align: middle;
}

.products_sct7 .pink {
  font-size: 3rem;
}

.products_sct2 .fs_12,
.products_sct7 .fw-n {
  line-height: 1.5;
}

.products_sct7 img {
  width: 60px;
  height: 60px;
  margin-right: 13px;
}

.products_sct8 h5 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.products_sct8 .pink {
  font-size: 2.2rem;
  line-height: 1.5;
}

.products_sct8 .fs {
  font-size: 1.5rem;
  font-weight: normal;
}

.products_sct8 .box {
  position: relative;
  width: 32%;
  margin-top: 15px;
  border: 1px solid #ccc;
}

.products_sct8 img {
  border: 13px solid #fff;
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

.products_sct8 .txt {
  position: absolute;
  background: rgb(255, 255, 255, 0.8);
  padding: 12px 0 22px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

.products_sct8 .note {
  background: #e6f6e7;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 70px;
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .products_sct7 .box.bn {
    border-right: none;
  }
}

@media screen and (max-width: 900px) {
  .products_sct6 .flex .img7 p {
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  main.products h4.blue {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .products_sct7 .w850.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products_sct7 .box {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
  }

  .products_sct7 .box.bn {
    border-bottom: none;
  }

  .products_sct7 dt {
    font-size: 2rem;
    padding: 10px 0;
  }

  .products_sct7 .pink {
    font-size: 2.6rem;
  }

  .products_sct7 dd {
    padding: 15px 0;
  }

  .products_sct7 dd {
    height: auto;
    text-align: left;
  }

  .products_sct8 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products_sct8 .box {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    border-top: none;
  }

  .products_sct8 h5 .db {
    display: inline-block;
  }

  .products_sct8 img {
    height: 240px;
    min-height: inherit;
  }
}

@media screen and (max-width: 539px) {
  .products_sct1 .category {
    max-width: 95%;
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .products_sct1 .category a {
    width: 100%;
  }

  .products_sct2 h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 25px 2.5% 35px;
  }

  .products_sct2 h5 {
    font-size: 1.6rem;
    padding: 10px 0;
  }

  .products_sct2 .flex,
  .products_sct4 .flex,
  .products_sct6 .flex {
    display: block;
  }

  .products_sct3 img {
    width: 100%;
  }

  .products_sct5 img {
    min-width: inherit;
    width: 100%;
  }

  .products_sct2 .flex img {
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 0 auto 10px;
  }

  .products_sct2 .flex .txt {
    width: 100%;
  }

  .products_sct4 .flex img,
  .products_sct4 .flex .txt {
    width: 100%;
  }

  .products_sct4 .flex img {
    margin-bottom: 10px;
  }

  .products_sct5 p {
    margin-bottom: 15px;
  }

  .products_sct6 .flex .img7 p {
    line-height: 1.8;
  }

  .products_sct6 .img6,
  .products_sct6 .img7 {
    width: 100%;
  }

  .products_sct6 .fs_12 {
    font-weight: normal;
    padding: 0 2%;
  }

  .products_sct7 img {
    width: 50px;
    height: 50px;
  }
}

/* products2
-------------------------*/

.products2_sct1 p {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

.products2_sct1 img {
  width: 35px;
  height: 32px;
  margin-right: 20px;
}

.products2_sct2 .inner {
  background: #ceeffd;
  padding: 20px 3% 22px;
  border: 2px solid #043b59;
}

.products2_sct2 .inner2 {
  background: #e6f6e7;
  border: 2px solid #12895c;
}

.products2_sct2 .inner3 {
  background: #ffedd5;
  border: 2px solid #4b271b;
}

.products2_sct2 .inner4 {
  border: none;
}

.products2_sct2 .inner5 {
  background: #e6f6e7;
  border: none;
}

.products2_sct2 .inner6 {
  background: #f8b1bd;
  border: none;
  color: #fff;
}

.products2_sct2 h5 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.products2_sct2 .flex img {
  width: 26%;
  height: auto;
}

.products2_sct2 .flex .txt {
  width: 70%;
}

.products2_sct2 .box {
  background: #158bcf;
  border-radius: 3px;
  padding: 15px 5%;
  color: #fff;
  margin-top: 10px;
}

.products2_sct2 .arrow {
  margin: 15px 0;
}

.products2_sct2 .inner2.business_sct2 figcaption {
  line-height: 1.3;
  height: 45px;
}

.products2_sct2 .inner2 .flex.row {
  margin: 10px 0;
}

.products2_sct2 .inner3 img {
  margin-right: 2%;
}

.products2_sct2 .inner4 h5 {
  margin: 0;
}

.products2_sct2 .inner4 h5 img {
  width: 50px;
  height: auto;
  margin: 0 2.5% 0 0;
}

.products2_sct2 .inner5.business_sct2 figcaption {
  background: none;
  color: #043b59;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 5px;
}

.products2_sct2 .inner6 h5 {
  max-width: 400px;
  height: 56px;
  width: 100%;
  margin: 0 auto;
}

.products2_sct2 .inner6 h5 .shop1 {
  width: 15%;
  height: auto;
}

.products2_sct2 .inner6 h5 .shop2 {
  width: 22%;
  height: auto;
}

.products2_sct2 p.note a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
}

@media screen and (max-width: 767px) {
  .products2_sct2 h5 {
    font-size: 1.8rem;
  }

  .products2_sct1 p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .products2_sct1 img {
    width: 25px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
  }

  .products2_sct2 .inner {
    padding: 10px 2.5% 13px;
  }

  .products2_sct2 .flex.flex-itemcenter {
    display: inherit;
  }

  .products2_sct2 .inner2.business_sct2 figcaption,
  .products2_sct2 .inner4 h5.flex.flex-itemcenter,
  .products2_sct2 .inner6 h5.flex.flex-itemcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products2_sct2 .inner img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }

  .products2_sct2 .flex .txt {
    width: 100%;
  }

  .products2_sct2 .inner2 .flex.row {
    margin: 0;
  }

  .products2_sct2 .inner2 p {
    text-align: left;
  }

  .products2_sct2 .inner2.business_sct2 .flex.row figure,
  .products2_sct2 .inner5.business_sct2 .flex.row figure {
    width: 100%;
    max-width: 300px;
  }

  .products2_sct2 .inner5.business_sct2 .flex.row figure img {
    margin-bottom: 0;
  }

  .products2_sct2 .inner6 h5 {
    padding-top: 10px;
  }

  .products2_sct2 p.note {
    text-align: left;
  }
}

@media screen and (max-width: 539px) {
  .products2_sct2 .inner6 h5 {
    max-width: 210px;
  }

  .products2_sct2 .inner6 h5 .shop1 {
    width: 40px;
    height: auto;
  }
}

/* products3
-------------------------*/

.products3_sct1 p {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

.products3_sct1 img {
  width: 35px;
  height: 32px;
  margin-right: 20px;
}

.products3_sct2 .inner {
  background: #e6f6e7;
  border: 2px solid #12895c;
  padding: 20px 3% 22px;
}

.products3_sct2 .inner2 {
  background: #ceeffd;
  border: 2px solid #043b59;
}

.products3_sct2 .inner4 {
  background: #ffedd5;
  border: 2px solid #4b271b;
}

.products3_sct2 .inner5 {
  background: #ceeffd;
  border: none;
}

.products3_sct2 .inner6 {
  border: none;
}

.products3_sct2 .inner7 {
  background: #f8b1bd;
  border: none;
  color: #fff;
}

.products3_sct2 h5 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.products3_sct2 .inner img {
  margin-right: 2%;
}

.products3_sct2 .flex img {
  width: 26%;
  height: auto;
}

.products3_sct2 .flex .txt {
  width: 70%;
}

.products3_sct2 .box {
  background: #158bcf;
  border-radius: 3px;
  padding: 15px 5%;
  color: #fff;
  margin-top: 10px;
}

.products3_sct2 .arrow {
  margin: 15px 0;
}

.products3_sct2 .inner3.business_sct2 figcaption {
  line-height: 1.3;
  height: 45px;
}

.products3_sct2 .inner3 .flex.row {
  margin: 10px 0;
}

.products3_sct2 .inner5 h5 {
  margin: 0;
}

.products3_sct2 .inner5 h5 img {
  width: 50px;
  height: auto;
  margin: 0 2.5% 0 0;
}

.products3_sct2 .inner6.business_sct2 figcaption {
  background: none;
  color: #043b59;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 5px;
}

.products3_sct2 .inner7 h5 {
  max-width: 400px;
  height: 56px;
  width: 100%;
  margin: 0 auto;
}

.products3_sct2 .inner7 h5 .shop1 {
  width: 15%;
  height: auto;
}

.products3_sct2 .inner7 h5 .shop2 {
  width: 22%;
  height: auto;
}

.products3_sct2 p.note a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
}

@media screen and (max-width: 767px) {
  .products3_sct2 h5 {
    font-size: 1.8rem;
  }

  .products3_sct1 p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .products3_sct1 img {
    width: 25px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
  }

  .products3_sct2 .inner {
    padding: 10px 2.5% 13px;
  }

  .products3_sct2 .flex.flex-itemcenter {
    display: inherit;
  }

  .products3_sct2 .inner3.business_sct2 figcaption,
  .products3_sct2 .inner5 h5.flex.flex-itemcenter,
  .products3_sct2 .inner7 h5.flex.flex-itemcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products3_sct2 .inner img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }

  .products3_sct2 .flex .txt {
    width: 100%;
  }

  .products3_sct2 .inner3 .flex.row {
    margin: 0;
  }

  .products3_sct2 .inner3.business_sct2 .flex.row figure,
  .products3_sct2 .inner6.business_sct2 .flex.row figure {
    width: 100%;
    max-width: 300px;
  }

  .products3_sct2 .inner6.business_sct2 .flex.row figure img {
    margin-bottom: 0;
  }

  .products3_sct2 .inner7 h5 {
    padding-top: 10px;
  }

  .products3_sct2 p.note {
    text-align: left;
  }
}

@media screen and (max-width: 539px) {
  .products3_sct2 .inner7 h5 {
    max-width: 210px;
  }

  .products3_sct2 .inner7 h5 .shop1 {
    width: 40px;
    height: auto;
  }
}

/* products4
-------------------------*/

.products4_sct1 p {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

.products4_sct1 img {
  width: 35px;
  height: 32px;
  margin-right: 20px;
}

.products4_sct2 .inner {
  background: #ceeffd;
  padding: 20px 3% 22px;
  border: 2px solid #043b59;
}

.products4_sct2 .inner2 {
  background: #e6f6e7;
  border: 2px solid #12895c;
}

.products4_sct2 .inner3 {
  background: #ffedd5;
  border: 2px solid #4b271b;
}

.products4_sct2 .inner4 {
  border: none;
}

.products4_sct2 .inner5 {
  background: #e6f6e7;
  border: none;
}

.products4_sct2 .inner6 {
  background: #f8b1bd;
  border: none;
  color: #fff;
}

.products4_sct2 h5 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.products4_sct2 .flex img {
  width: 26%;
  height: auto;
}

.products4_sct2 .flex .txt {
  width: 70%;
}

.products4_sct2 .box {
  background: #158bcf;
  border-radius: 3px;
  padding: 15px 5%;
  color: #fff;
  margin-top: 10px;
}

.products4_sct2 .arrow {
  margin: 15px 0;
}

.products4_sct2 .inner2.business_sct2 figcaption {
  line-height: 1.3;
  height: 45px;
}

.products4_sct2 .inner2 .flex.row {
  margin: 10px 0;
}

.products4_sct2 .inner3 img {
  margin-right: 2%;
}

.products4_sct2 .inner4 h5 {
  margin: 0;
}

.products4_sct2 .inner4 h5 img {
  width: 50px;
  height: auto;
  margin: 0 2.5% 0 0;
}

.products4_sct2 .inner5.business_sct2 figcaption {
  background: none;
  color: #043b59;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 5px;
}

.products4_sct2 .inner6 h5 {
  max-width: 400px;
  height: 56px;
  width: 100%;
  margin: 0 auto;
}

.products4_sct2 .inner6 h5 .shop1 {
  width: 15%;
  height: auto;
}

.products4_sct2 .inner6 h5 .shop2 {
  width: 22%;
  height: auto;
}

.products4_sct2 p.note a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
}

@media screen and (max-width: 767px) {
  .products4_sct2 h5 {
    font-size: 1.8rem;
  }

  .products4_sct1 p {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .products4_sct1 img {
    width: 25px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
  }

  .products4_sct2 .inner {
    padding: 10px 2.5% 13px;
  }

  .products4_sct2 .flex.flex-itemcenter {
    display: inherit;
  }

  .products4_sct2 .inner2.business_sct2 figcaption,
  .products4_sct2 .inner4 h5.flex.flex-itemcenter,
  .products4_sct2 .inner6 h5.flex.flex-itemcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products4_sct2 .inner img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }

  .products4_sct2 .flex .txt {
    width: 100%;
  }

  .products4_sct2 .inner2 .flex.row {
    margin: 0;
  }

  .products4_sct2 .inner2 p {
    text-align: left;
  }

  .products4_sct2 .inner2.business_sct2 .flex.row figure,
  .products4_sct2 .inner5.business_sct2 .flex.row figure {
    width: 100%;
    max-width: 300px;
  }

  .products4_sct2 .inner5.business_sct2 .flex.row figure img {
    margin-bottom: 0;
  }

  .products4_sct2 .inner6 h5 {
    padding-top: 10px;
  }

  .products4_sct2 p.note {
    text-align: left;
  }
}

@media screen and (max-width: 539px) {
  .products4_sct2 .inner6 h5 {
    max-width: 210px;
  }

  .products4_sct2 .inner6 h5 .shop1 {
    width: 40px;
    height: auto;
  }
}

/* company
-------------------------*/

.company_sct1 .float {
  overflow: hidden;
}

.company_sct1 .float .photo {
  float: right;
  width: 200px;
  height: auto;
  margin: 0 0 5px 2%;
}

.company_table {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.company_table th {
  width: 30%;
  text-align: right;
  padding-right: 5%;
  border-right: 1px dotted #ccc;
}

.company_table td {
  width: 70%;
  text-align: left;
  padding: 10px 0 10px 5%;
}

.company_table span {
  display: inline-block;
  line-height: 1.5;
  padding-left: 1em;
}

.company_sct3 a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.company_sct5 ul {
  max-width: 410px;
  width: 80%;
  margin: 0 auto;
}

.company_sct5 ul li {
  list-style-type: square;
  color: #fa7c41;
}

.company_sct5 ul li span {
  color: #393939;
}

@media screen and (max-width: 767px) {
  .company_sct1 .float .photo {
    width: 40%;
    max-width: 200px;
  }

  .company_sct1 .Inc {
    margin-top: 8px;
    width: 80%;
    min-width: 250px;
    margin-left: auto;
  }

  .company_sct1 .Inc img {
    width: 100%;
    height: auto;
    max-width: 240px;
  }

  .company_table td {
    padding: 10px 0 10px 3.5%;
  }

  .company_table th {
    padding-right: 2.5%;
  }

  .company_sct2 .company_table th {
    font-size: 1.35rem;
  }

  .company_sct4 .company_table th {
    font-size: 1.3rem;
  }

  .company_table span a {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
    font-weight: 500;
  }

  .company_sct3 a {
    padding: 10px 0 5px;
  }
}

/* recruit
-------------------------*/

.recruit_sct1 h4 {
  margin-bottom: 30px;
}

.recruit_sct3 .flex.flex-reverse {
  max-width: 540px;
  width: 100%;
  margin: 30px auto 0;
}

.recruit_sct3 .flex img {
  width: 220px;
  height: 135px;
}

.recruit_sct3 dl {
  line-height: 2.2;
}

.recruit_sct3 dt {
  background: #12895c;
  color: #fff;
  width: 100px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 16px;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.recruit_sct3 dd {
  letter-spacing: 0.1em;
}

.recruit_sct3 .mail {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
  font-weight: 500;
}

.recruit_sct4 ul {
  margin-left: 25px;
}

.recruit_sct4 ul li {
  list-style-type: square;
  color: #fa7c41;
}

.recruit_sct4 ul li span {
  color: #393939;
}

.recruit_sct4 .w1000 {
  padding: 5px 0;
}

.recruit_sct4 tr {
  width: 100%;
  border: 1px solid #ccc;
}

.recruit_sct4 th {
  background: #e6f6e7;
  width: 25%;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}

.recruit_sct4 td {
  background: #fff;
  width: 75%;
  vertical-align: middle;
  padding: 18px 4%;
}

.recruit_sct4 td span {
  font-size: 1.3rem;
  margin-top: 8px;
}

.recruit_sct4 span ul {
  margin-left: 5px;
}

.recruit_sct4 span ul li {
  list-style-type: none;
  color: #393939;
}

.recruit_sct4 span ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #f44363;
  position: relative;
  top: -3px;
  border-radius: 50%;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .recruit_sct1 h4 {
    margin-bottom: 18px;
  }

  .recruit_sct3 p {
    text-align: left;
  }

  .recruit_sct3 a {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
    font-weight: 500;
  }

  .recruit_sct3 .flex.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }

  .recruit_sct3 dl {
    max-width: 257px;
    width: 100%;
    margin: 13px auto 0;
  }

  .recruit_sct4 .w1000 {
    padding: 10px 0 5px;
  }
}

@media screen and (max-width: 539px) {
  .recruit_sct4 th,
  .recruit_sct4 td {
    width: 100%;
    display: block;
  }

  .recruit_sct4 th {
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .recruit_sct4 td {
    padding: 10px 3.5%;
  }

  .recruit_sct4 ul {
    margin-left: 20px;
  }
}

/* sitemap
-------------------------*/

.sitemap {
  margin-bottom: 5px;
}

.sitemap .box1 {
  width: 20%;
  min-width: 146px;
}

.sitemap .box2 {
  width: 35%;
  min-width: 256px;
}

.sitemap dt {
  font-weight: 700;
  font-size: 1.7rem;
  color: #043b59;
  border-bottom: #ccc 3px solid;
  padding: 0 5px 4px 5px;
  margin-bottom: 5px;
}

.sitemap dd {
  line-height: 3.2;
  padding: 0 5px;
}

.sitemap a {
  display: block;
}

.sitemap a::after {
  content: url("../img/arrow.png");
  margin-left: 5px;
}

.sitemap a:hover {
  color: #0066cc;
}

@media screen and (max-width: 767px) {
  .sitemap {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .sitemap .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .sitemap dd {
    line-height: 2.8;
  }

  .sitemap .box2 {
    width: 100%;
    max-width: 300px;
    min-width: inherit;
  }

  .sitemap .mb {
    margin-bottom: 17px;
  }
}

/* link
-------------------------*/

.link_sct1 h4 {
  font-size: 1.8rem;
  margin-bottom: 13px;
}

.link_sct1 th {
  width: 47%;
  border-right: none;
  font-size: 1.35rem;
}

.link_sct1 td {
  width: 53%;
  padding: 15px 0 15px 5%;
  font-size: 1.3rem;
}

.link_sct1 a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
}

.link_sct1 .mb {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .link_sct1 h4 {
    margin-bottom: 10px;
  }

  .link_sct1 th,
  .link_sct1 td {
    width: 100%;
    display: block;
    text-align: center;
  }

  .link_sct1 th {
    padding-right: 0;
  }

  .link_sct1 td {
    padding: 0 0 15px 0;
  }

  .link_sct1 .mb {
    margin-bottom: 15px;
  }
}

/* policy
-------------------------*/

.policy .category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 685px;
  margin: 0 auto 40px;
}

.policy .category a {
  border: 1px solid #12895c;
  color: #12895c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 43px;
  width: 31%;
  text-align: center;
  margin: 0 0 10px 0;
  transition: 0.5s;
}

.policy .category a:hover {
  background: #e6f6e7;
}

.policy h4 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.policy .p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.policy dt {
  border-bottom: solid 1px #12895c;
  padding-bottom: 1px;
  margin: 10px 0 8px;
}

.policy dt span {
  padding: 0 1% 0;
}

.policy dd,
.policy p {
  line-height: 2;
  padding: 0 1% 0;
  font-size: 1.3rem;
}

.policy .note {
  line-height: 1.6;
  padding-left: 1em;
}

.policy p.ta_r {
  line-height: 1.6;
  padding-top: 5px;
}

.policy .mb {
  margin-bottom: 40px;
}

.iso_img {
  max-width: 260px;
  width: 80%;
  margin: 10px auto 0;
  box-shadow: 5px 2px 20px -6px rgba(204, 204, 204, 0.8);
}

.policy .note .mail {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .policy .category {
    max-width: 210px;
    margin: 0 auto 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .policy .category a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 0 5px 0;
    background: #e6f6e7;
  }

  .policy h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .policy .p10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .policy dt {
    margin: 5px 0 5px;
  }

  .policy .note {
    line-height: 1.8;
    padding-left: 0;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }

  .policy .note a {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
    font-weight: 500;
  }

  .policy .mb {
    margin-bottom: 20px;
  }
}

/* access
-------------------------*/

.access {
  margin-bottom: -50px;
}

.access .category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 560px;
  margin: 0 auto 30px;
}

.access .category a {
  /*  background: -moz-linear-gradient(left, #0F796B, #139251);
  background: -webkit-linear-gradient(left, #0F796B, #139251);
  background: linear-gradient(to right, #0F796B, #139251);
	color: #fff;*/
  border: 1px solid #12895c;
  color: #12895c;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 36px;
  width: 32%;
  text-align: center;
  margin: 0 0 10px 0;
  transition: 0.5s;
}

.access .category a:hover {
  background: #e6f6e7;
}

.access .box2 {
  width: 47.5%;
  margin: 0;
}

.access .name {
  border: 1px solid #12895c;
  color: #12895c;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 30px;
}

.access .name2 {
  margin: 0 auto 25px;
}

.access .box1 .flex.flex-reverse {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.access .address {
  padding-bottom: 13px;
  font-size: 1.5rem;
}

.access .box1 .flex img {
  width: 220px;
  height: 135px;
}

.access dt {
  background: #12895c;
  color: #fff;
  width: 100px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 16px;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.access dd {
  letter-spacing: 0.1em;
}

.access iframe {
  margin: 30px 0 50px;
}

.access .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.access .mr {
  margin-right: 5%;
}

.access span.flex {
  margin: 0 auto;
  width: 245px;
}

@media screen and (max-width: 767px) {
  .access {
    margin-bottom: -25px;
  }

  .access .category {
    margin: 0 auto 25px;
  }

  .access .category a {
    width: 49%;
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0 0 5px 0;
    background: #e6f6e7;
  }

  .access .box1 .flex.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .access .box1 .name {
    margin: 0 auto 17px;
  }

  .access .box2 .name {
    margin: 0 auto 12px;
  }

  .access .address {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }

  .access .box1 .flex img {
    display: block;
    margin: 0 auto 10px;
  }

  .access iframe {
    margin: 17px 0 25px;
    height: 250px;
  }

  .access .box2 {
    width: 100%;
  }

  .access .mr {
    margin-right: 0;
  }

  .access dt {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
  }

  .access dd {
    font-size: 1.35rem;
  }

  .access dd a {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
    font-weight: 500;
  }
}

/* news
-------------------------*/

.news_sct1 a {
  color: #0066cc;
  font-weight: 500;
}

.news_sct1 .border {
  color: #0066cc;
  font-weight: 500;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.news_sct1 .box {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.news_sct1 .day {
  display: flex;
  padding: 0 8px 0;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #393939;
}

.news_sct1 .flex_l {
  display: inline-block;
  width: 95px;
  padding: 0 15px 0;
}

.news_sct1 .flex_r {
  padding: 0 8px 0 4.5%;
  width: calc(100% - 226px);
}

.news_sct1 span {
  display: inline-block;
  color: #fff;
  width: 80px;
  text-align: center;
  font-size: 1.1rem;
  padding: 1px;
  font-weight: 700;
  border-radius: 30px;
}

.news_sct1 .orn {
  background: #fa7c41;
  margin-left: 5%;
  margin-right: 5%;
}

.news_sct1 .orn02 {
  background: #fa7c41;
  margin-left: 13%;
  width: 117px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_sct1 .pink {
  background: #f44363;
}

.news_sct1 .blue {
  background: #1aa1e7;
  margin-left: 5%;
  margin-right: 5%;
}

.news_sct1 .blue02 {
  background: #1aa1e7;
  margin-left: 13%;
  width: 117px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_sct1 .grn {
  background: #3cb146;
  margin-left: 5%;
  margin-right: 5%;
}

.news_sct1 .grn02 {
  background: #3cb146;
  margin-left: 13%;
  width: 117px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_sct1 .box {
    font-size: 1.3rem;
  }

  .news_sct1 .flex_l {
    display: inline-block;
    width: 100%;
    padding: 0 8px 5px;
  }

  .news_sct1 .flex_r {
    width: 100%;
    padding: 0 8px 0;
  }

  .news_sct1 span {
    font-size: 1rem;
  }
}

/* eventlist
-------------------------*/

@media screen and (min-width: 768px) {
  .eventlist.news_sct1 .flex_r {
    width: calc(100% - 275px);
  }

  .eventlist .day {
    font-size: 1.3rem;
    width: 180px;
  }
}

/* contact
-------------------------*/

input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}

.contact_sct1 p {
  margin-bottom: 35px;
}

.Form {
  padding-top: 5px;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.Form-Item {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  align-items: center;
}

.Form-Item-Label {
  width: 100%;
  max-width: 170px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.5rem;
}

.Form-Item-Label.tel {
  padding-left: 56px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  margin-right: 7px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f44363;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 500;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 3%;
  padding: 10px 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 520px;
  background: #f2fbff;
  font-size: 1.6rem;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 3%;
  padding: 10px 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 520px;
  background: #f2fbff;
  font-size: 1.6rem;
}

.Form-Btn {
  margin: 10px auto;
  line-height: 45px;
  max-width: 300px;
  width: 100%;
  border: none;
  display: block;
  letter-spacing: 0.1em;
  background: #ccc;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  cursor: pointer;
}

.Form .txt {
  padding: 12px 0;
}

.Form .txt a {
  color: #0066cc;
  border-bottom: 1px dotted #0066cc;
  font-weight: 500;
}

.Form strong {
  display: inline-block;
  font-size: 1.7rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact_sct1 p {
    text-align: left;
    display: inline-block;
    margin: 0 auto 8px;
  }

  .contact_sct1 img {
    margin-bottom: 7px;
  }

  .Form-Item-Label {
    font-size: 1.4rem;
    max-width: 165px;
  }

  .Form-Item-Input,
  .Form-Item-Textarea {
    margin-left: 0.5%;
  }

  .Form .txt {
    padding: 5px 0 8px;
  }

  .Form-Btn {
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .Form {
    padding-top: 0;
  }

  .Form-Item {
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    width: 32px;
    font-size: 1.1rem;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 7px;
    height: 40px;
    flex: inherit;
  }

  .Form-Item-Label.tel {
    padding-left: 0.2em;
  }

  .Form-Item-Textarea {
    margin-top: 7px;
    margin-left: 0;
    height: 150px;
    flex: inherit;
  }

  .Form .txt p {
    text-align: left;
  }

  .Form strong {
    font-size: 1.55rem;
  }

  .Form .txt p.fw-700 {
    text-align: center;
  }
}

.CMS-FORM-GROUP label:first-child {
  font-size: 120%;
}

.CMS-FORM-GROUP label:not(:nth-of-type(3))::before {
  content: "必須";
  background: #e25266;
  color: #fff;
  line-height: 1;
  padding: 5px 15px;
  font-size: 13px;
  margin-right: 10px;
}

.CMS-FORM > .CMS-FORM-GROUP:nth-of-type(3) label::before {
  content: "" !important;
  background: none;
  padding: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  form {
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  .CMS-FORM-GROUP {
    display: flex;
  }

  .CMS-FORM-GROUP > label {
    width: 30%;
  }

  .CMS-FORM-GROUP > input,
  .CMS-FORM-GROUP > select,
  .CMS-FORM-GROUP > textarea {
    width: 70%;
  }

  .CMS-FORM-GROUP > select {
    width: 20%;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
    box-sizing: border-box;
  }

  form input[type="submit"] {
    border: 0px;
    width: 50%;
    background: #38786a;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    margin: 0 25%;
  }

  .CMS-FORM-RADIO label {
    display: inline-block;
  }

  form input[type="radio"] {
    max-width: none !important;
    width: 30px !important;
    vertical-align: -1px;
  }
}

@media screen and (max-width: 767px) {
  form {
    padding: 0 20px;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
    box-sizing: border-box;
  }

  form input[type="submit"] {
    border: 0px;
    width: 90%;
    background: #38786a;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    margin: 0 5%;
  }

  .CMS-FORM-RADIO label {
    display: inline-block;
  }

  form input[type="radio"] {
    max-width: none !important;
    width: 30px !important;
    vertical-align: -1px;
  }
}

.hunbetu-list {
  text-decoration: underline;
}

.CMS-NEWS-TITLE {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

button.CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-LINK {
  margin-bottom: 26px;
}

.CMS-NEWS-ITEM {
  margin-left: 316px;
}

/* 共通 */
.CMS-NEWS-ITEM {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

a.CMS-NEWS-LINK-CONTENT {
  color: #0066cc;
  font-weight: 500;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.CMS-NEWS-TIME {
  display: inline-block;
  padding: 0 8px 0;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #393939;
  font-weight: bold;
}

.CMS-NEWS-CATEGORY-NAME {
  display: inline-block;
  width: 95px;
  padding: 0 15px 0;
  background: #1aa1e7;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
}

.CMS-NEWS-LINK {
  padding: 0 8px 0 1%;
  width: calc(100% - 28%);
  margin: auto;
}

/* PC用 */
@media screen and (min-width: 768px) {
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  .CMS-NEWS-ITEM {
    font-size: 1.3rem;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 0 8px 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .CMS-NEWS-CATEGORY-NAME {
    color: #fff;
    width: 80px;
    font-size: 1rem;
    padding: 1px;
    font-weight: 700;
    border-radius: 30px;
  }
  .CMS-NEWS-LINK {
    width: 100%;
    padding: 0 8px 0 1%;
  }
}
