@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:600,700,800");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* header____________________________*/
.drawer-hamburger {
  display: none;
}

body.dcms_editor header {
  position: static;
}

header {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 102;
  transition: 0.8s;
}

header.is-animation {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

header #header_area {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

header #header_logo {
  position: relative;
  width: 185px;
  margin-right: auto;
}

header #header_logo a {
  display: block;
  height: 45px;
}

header #header_logo a img {
  width: 100%;
  height: 45px;
  display: block;
}

/*TOPのみ*/
#top header #header_logo a {
  background: url(../image/common/logo_wh.png) no-repeat center center / cover;
}

#top header.is-animation #header_logo a {
  background: none;
}

#top header #header_logo a img {
  display: none;
}

#top header.is-animation #header_logo a img {
  display: block;
}

header .gnavi_area {
  height: 100%;
  display: block;
}

header .gnavi_area #drawer_in,
header .gnavi_area nav {
  height: 100%;
}

header .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

header .gnavi_area ul li {
  margin-right: 2em;
  list-style: none;
  height: 100%;
}

header .gnavi_area ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}

.page_index header .gnavi_area ul li a {
  color: #fff;
}

#top header.gnavi_area ul li a {
  color: #fff;
}

header.is-animation .gnavi_area ul li a {
  color: #333;
}

header .gnavi_area ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #0cabff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .gnavi_area ul li a:hover {
  text-decoration: none;
}

header .gnavi_area ul li a:hover::after {
  width: 100%;
}

header .gnavi_area ul li.main_current a {
  text-decoration: none;
}

/*DROP MENU_________________________________________*/

header .gnavi_area ul li.dropmenu {
  position: relative;
}

/*header .gnavi_area ul li.dropmenu::after {
  content: "";
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  top: 70px;
  left: 50vw;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -10;
  transform: translateX(-50vw);
}*/
header .gnavi_area ul li.dropmenu .inn__ {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  display: block;
  transform: translate(-50%, 60px);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em 1.5em 5px;
  white-space: nowrap;
  transition: 0.2s;
}

header.is-animation .gnavi_area ul li.dropmenu .inn__ {
  background-color: rgba(255, 255, 255, 0.8);
}

header .gnavi_area ul li.dropmenu:hover .inn__ {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translate(-50%, 70px);
}

header .gnavi_area ul li.dropmenu:hover::after {
  visibility: visible;
  opacity: 1;
  /*transition-delay: 0s, 0s, 0.3s;*/
}

header .gnavi_area ul li.dropmenu .inn__ li {
  display: block;
  margin: 0;
  height: auto;
  margin-bottom: 10px;
}

header .gnavi_area ul li.dropmenu .inn__ li a {
  position: relative;
  display: block;
  padding: 0 0 12px;
  font-size: 13px;
  line-height: 1;
  z-index: 20;
}

.page_index header .gnavi_area ul li.dropmenu .inn__ li a {
  color: #333;
}

/*header .gnavi_area ul li.dropmenu .inn__ li a:hover{
  color: #0cabff;
}*/
header .gnavi_area ul li.dropmenu .inn__ li a::after {
  height: 1px;
  background-color: #0cabff;
}

header #header_area .cv {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  transition: 0.8s;
}

header #header_area .cv a {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  height: 100%;
  justify-content: center;
  padding: 5px 15px;
  background-color: #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  z-index: 0;
}

header #header_area .cv a::after {
  content: "";
  display: inline-block;
  transform: scaleX(0);
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 0;
  height: 100%;
  transform-origin: center right;
  transition: 0.8s ease transform;
  background-color: #fff;
  z-index: -1;
}

header #header_area .cv a:hover {
  text-decoration: none;
  color: #4c4c4c;
  background-color: #fff;
}

header #header_area .cv a:hover::before {
  background: url(../image/common/icon_mail_on.png) no-repeat center center / contain;
}

header #header_area .cv a:hover::after {
  transform: scaleX(1);
  transform-origin: center left;
}

header #header_area .cv a::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../image/common/icon_mail.png) no-repeat center center / contain;
  margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
  header #header_logo {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 690px) {
  .drawer-hamburger {
    display: block;
  }

  header #header_area .cv {
    position: relative;
  }

  body.drawer-open header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  header #header_logo a img {
    height: 40px;
    width: auto;
    max-width: auto;
  }

  header .gnavi_area nav {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .page_index header .gnavi_area ul li a {
    color: #333;
  }

  header .gnavi_area ul {
    height: auto;
    flex-direction: column;
  }

  header .gnavi_area ul li {
    margin: 0;
  }

  header #header_area .cv a {
    color: #333;
    background-color: transparent;
    border: none;
  }

  header .gnavi_area ul li.dropmenu {
    height: auto;
  }

  header #header_area .cv a::before,
  header .gnavi_area ul li.dropmenu .inn__ {
    display: none;
  }
}

/*FOOTER BANNER
_________________________________________*/
.fttrBnr {
  margin-bottom: 80px;
}

.fttrBnr ul {
  display: flex;
}

.fttrBnr li {
  list-style-type: none;
  width: calc(25% - 20px);
  margin-right: 20px;
}

.fttrBnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  padding: 1.5em;
}

.fttrBnr li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
  .fttrBnr {
    margin-bottom: 40px;
  }

  .fttrBnr ul {
    flex-wrap: wrap;
  }

  .fttrBnr li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .fttrBnr li:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .fttrBnr li {
    width: 100%;
    margin-right: 0;
  }
}

/* FOOTER____________________________*/
footer {
  color: #fff;
  background-color: #333333;
}

footer #footer_nav .footer_nav_block {
  width: 95%;
  padding: 50px 0 30px;
  display: flex;
}

footer .footer_nav_block .inn__ {
  /*  display: -webkit-box;
  display: -ms-flexbox;*/
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
}

footer .ListSNS {
  display: flex;
  margin-left: auto;
}

footer .ListSNS li {
  list-style-type: none;
  width: 40px;
  height: 40px;
}

footer .ListSNS li + li {
  margin-left: 15px;
}

footer .ListSNS li a {
  display: block;
}

footer .fnav_unit {
  margin-right: 3em;
}

footer .fnav_title {
  margin-bottom: 16px;
}

footer .fnav_title a {
  line-height: 1.2;
  color: #fff;
  position: relative;
}

footer .fnav_title a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent currentColor;
  margin-top: -5px;
  vertical-align: middle;
  margin-right: 7px;
}

footer .fnav_list li {
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.4;
}

footer .fnav_list li a {
  position: relative;
  padding-left: 13px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

footer .fnav_list li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

footer .fftrlogo img {
  width: 200px;
  margin-bottom: 15px;
}

footer #footer_info {
  /*background-color: #000;  */
}

footer #footer_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}

footer #footer_info .footer_info_navi a {
  position: relative;
  padding-right: 30px;
  padding-left: 17px;
  color: #fff;
}

footer #footer_info .footer_info_navi a::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

footer #footer_info small {
  margin-left: auto;
}

@media only screen and (max-width: 979px) {
  footer #footer_nav .footer_nav_block {
    flex-wrap: wrap;
  }

  footer .footer_nav_block .inn__ {
    width: 95%;
    margin: auto;
  }

  footer .fnav_unit {
    flex-grow: 1;
  }

  footer .ListSNS {
    margin-right: auto;
  }

  footer .unit {
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 690px) {
  footer .fnav_unit {
    width: 100%;
    margin-right: 0;
  }

  footer .fnav_unit_one {
    margin-bottom: 0;
  }

  footer #footer_nav .footer_nav_block {
    padding: 0 0 10px;
    width: 100%;
  }

  footer .fnav_list {
    display: none;
  }

  footer .fnav_title {
    margin-bottom: 0;
  }

  footer .fnav_title a {
    display: block;
    padding: 1em;
    font-weight: normal;
  }

  footer .fnav_unit + .fnav_unit .fnav_title a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  footer #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  footer #footer_info .footer_info_navi a {
    font-size: 12px;
    padding-right: 0.5em;
  }

  footer #footer_info small {
    display: block;
    margin: 5px auto;
  }
}

/*-----------------------------------------------------------------

 pagetop

-----------------------------------------------------------------*/
#topcontrol {
  z-index: 150;
  bottom: 40px !important;
}

a.pagetop {
  width: 60px;
  height: 60px;
  background: url(../image/common/pagetop.png) no-repeat 0 0;
  background-size: 60px 60px;
  display: block;
  z-index: 50;
}

@media only screen and (max-width: 979px) {
  #topcontrol {
    margin-bottom: 20px;
  }

  a.pagetop {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

@media only screen and (max-width: 690px) {
  #topcontrol {
    display: none;
  }
}

/*CONTENTS LAYOUT_____________________________*/
.inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.inner_m {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
}
.inner_s {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

/*1col 100%*/
main {
  position: relative;
  /*margin-bottom: 60px;*/
}

#contents_left {
  position: relative;
  width: 100%;
}

#contents_right {
  width: 100%;
  background-color: #333333;
}
#contents_right.fixed {
  max-width: 1180px;
  width: 100% !important;
  margin: 0 !important;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#contents_right.fixed #subnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 268px !important;
  margin: 0 !important;
}

@media only screen and (max-width: 690px) {
  main.inner {
    display: block;
  }

  #contents_left,
  #contents_right {
    width: 100%;
  }
}

/*pagetitle_____________________________*/
#pagetitle {
  margin-top: 70px;
  margin-bottom: 40px;
  background-image: url(../image/pagetitle_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#pagetitle::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pagetitle > .inner {
  padding: 28vh 0;
}

#pagetitle .pagetitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.pagetitl_en {
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

#pagetitle .linear {
  background-color: #0cabff;
  padding: 15px 0;
  color: #fff;
}

#pagetitle .leadtitl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

#pagetitle .leadtitl::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/icon_cube.png) no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  #pagetitle > .inner {
    padding: 15vh 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagetitle > .inner {
    padding: 40px 0;
  }

  .pagetitl_en {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #pagetitle .pagetitle {
    font-size: 20px;
  }
}

/*pagetitle　C2C_____________________________*/
#pagetitle_c2c {
  margin-top: 70px;
  margin-bottom: 40px;
  background-image: url(../image/c2c_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#pagetitle_c2c::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pagetitle_c2c > .inner {
  padding: 28vh 0;
}

#pagetitle_c2c .pagetitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.pagetitl_en {
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

#pagetitle_c2c .linear {
  background-color: #0cabff;
  padding: 15px 0;
  color: #fff;
}

#pagetitle_c2c .leadtitl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

#pagetitle_c2c .leadtitl::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/icon_cube.png) no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  #pagetitle_c2c > .inner {
    padding: 15vh 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagetitle_c2c > .inner {
    padding: 40px 0;
  }

  .pagetitl_en {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #pagetitle_c2c .pagetitle {
    font-size: 20px;
  }
}

/*pagetitle　COMPANY_____________________________*/
#pagetitle_cp {
  margin-top: 70px;
  margin-bottom: 40px;
  background-image: url(../image/pagetitle_cp_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#pagetitle_cp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pagetitle_cp > .inner {
  padding: 28vh 0;
}

#pagetitle_cp .pagetitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.pagetitl_en {
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

#pagetitle_cp .linear {
  background-color: #0cabff;
  padding: 15px 0;
  color: #fff;
}

#pagetitle_cp .leadtitl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

#pagetitle_cp .leadtitl::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/icon_cube.png) no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  #pagetitle_cp > .inner {
    padding: 15vh 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagetitle_cp > .inner {
    padding: 40px 0;
  }

  .pagetitl_en {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #pagetitle_cp .pagetitle {
    font-size: 20px;
  }
}

/*pagetitle　GLOBAL_____________________________*/
#pagetitle_gl {
  margin-top: 70px;
  margin-bottom: 40px;
  background-image: url(../image/pagetitle_gl_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#pagetitle_gl::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pagetitle_gl > .inner {
  padding: 28vh 0;
}

#pagetitle_gl .pagetitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.pagetitl_en {
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

#pagetitle_gl .linear {
  background-color: #0cabff;
  padding: 15px 0;
  color: #fff;
}

#pagetitle_gl .leadtitl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

#pagetitle_gl .leadtitl::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/icon_cube.png) no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  #pagetitle_gl > .inner {
    padding: 15vh 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagetitle_gl > .inner {
    padding: 40px 0;
  }

  .pagetitl_en {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #pagetitle_gl .pagetitle {
    font-size: 20px;
  }
}

/*LOCATOR ////////////////////////////////////*/
#locator {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#locator,
#locator li a {
  font-size: 11px;
}

#locator .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: flex-end;
  justify-content: flex-end;
  height: 35px;
}

#locator .inner::before {
  content: "";
  border-style: solid;
  border-width: 35px 25px 0 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -25px;
  bottom: 0px;
}

#locator .inner::after {
  content: "";
  border-style: solid;
  border-width: 35px 0px 0 25px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -25px;
  bottom: 0px;
}

#locator li {
  position: relative;
  list-style: none;
}

#locator li + li {
  margin-left: 24px;
}

#locator li + li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#locator li a {
  text-decoration: underline;
}

#locator li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #locator {
    position: static;
  }
}

/*-----------------------------------------------------------------

お知らせ一覧 news

-----------------------------------------------------------------*/
.rss_box dl {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.rss_box .rss_date {
  float: left;
  width: 100px;
}

.rss_box .rss_title {
  float: left;
  width: calc(100% - 100px);
}

.rss_box .rss_contents {
  clear: both;
  padding-top: 10px;
}

.rss_box span {
  line-height: 1;
  font-size: 10px;
  margin-right: 16px;
  padding: 6px 8px 4px;
}

@media only screen and (max-width: 690px) {
  .rss_box dl {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }

  .rss_box .rss_date {
    float: none;
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .rss_box .rss_title {
    float: none;
    width: 100%;
    font-size: 110%;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rss_box .rss_contents {
    clear: both;
    padding-top: 8px;
  }

  .rss_box span {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 21px;
    right: 0;
  }
}

/*SITEMAP ////////////////////////////////////*/
#sitemap {
  padding-bottom: 100px;
}

#sitemap li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
  padding-left: 15px;
}

#sitemap li::before {
  content: "";
  display: block;
  z-index: 3;
  width: 4px;
  height: 4px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  color: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: -2px;
}

#sitemap ul {
  padding: 0 0 5px 25px;
}

#sitemap ul li {
  margin: 5px 0;
}

#sitemap ul li::before {
  width: 10px;
  height: 0;
  border-width: 1px 0 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 15px;
}

@media only screen and (max-width: 690px) {
  #sitemap {
    padding-bottom: 60px;
  }
}

/*SUB NAVI ////////////////////////////////////*/
#subnav {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

/*#subnav .inner {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-top: 1px dotted #b9b9b9;
    border-bottom: 1px dotted #b9b9b9;
}*/
#subnav_title {
  position: relative;
  margin-right: 30px;
}

#subnav_title a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 12px 0;
}

#subnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#subnav li {
  position: relative;
  list-style-type: none;
  margin-right: 20px;
  /*border-left: 1px solid rgba(255,255,255,0.5);*/
  padding: 5px 0 5px 20px;
}

#subnav li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 40%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  width: 1px;
}

#subnav li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 13px;
}

#subnav li a:hover,
#subnav li.main_current a {
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

#subnav li.main_current a::before {
  content: "";
  display: block;
}

@media only screen and (max-width: 1200px) {
  #subnav {
    display: block;
  }

  #subnav li {
    margin-right: 0;
    padding: 0;
    margin-bottom: 5px;
  }

  #subnav li + li::before {
    width: 3px;
    height: 3px;
    border-radius: 10px;
    left: 0;
  }
}

@media only screen and (max-width: 690px) {
  #subnav {
    padding: 30px 0 20px;
  }

  #subnav li a {
    padding-left: 0;
  }

  #subnav li + li::before {
    left: -10px;
  }
}

/*Bligger LINK ////////////////////////////////////*/
/*.bl{
  transition: 1s;
}
.bl-hover{
  box-shadow: 16px 16px 20px -6px #f5f5f5;
}*/
.bl img {
  transition: 0.8s;
}

.after-bk {
  position: relative;
}

.after-bk::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

/*FLEX ////////////////////////////////////*/
.fl,
.fl2,
.fl3 {
  display: flex;
  flex-wrap: wrap;
}

.fl .col {
  flex: 1;
}

.fl.m2em .col + .col {
  margin-left: 2em;
}

/*画像１個*/
.fl figure.foto {
  width: 100%;
  flex: initial;
  max-width: 300px;
}

.fl.m2em figure.foto {
  margin-right: 2em;
}

/*1COLUMN_______________*/
.fl.m3em .col + .col {
  margin-left: 3em;
}

.fl.m4em .col + .col {
  margin-left: 4em;
}

/*2COLUMN_______________*/
.fl2 .col {
  width: 50%;
}

/*Margin 2em*/
.fl2.m2em .col {
  width: calc(50% - 1em);
  margin-right: 2em;
}

/*Margin 3em*/
.fl2.m3em .col {
  width: calc(50% - 1.5em);
  margin-right: 3em;
  margin-bottom: 3em;
}

/*Margin 4em*/
.fl2.m4em .col {
  width: calc(50% - 2em);
  margin-right: 4em;
}

.fl2.m2em .col:nth-child(even),
.fl2.m3em .col:nth-child(even),
.fl2.m4em .col:nth-child(even) {
  margin-right: 0;
}

/*リバース*/
.fl.m3em.rve .col_l {
  order: 0;
  margin-left: 0;
  margin-right: 3em;
}

.fl.m3em.rve figure.foto {
  order: 1;
}

@media only screen and (max-width: 690px) {
  .fl2 .col {
    width: 100%;
  }

  .fl.m2em .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }

  .fl figure.foto {
    width: 100%;
    max-width: none;
  }

  .fl.m3em.rve .col_l {
    order: 1;
    margin-right: 0;
  }

  .fl.m3em.rve figure.foto {
    order: 0;
  }

  .fl2.m2em .col,
  .fl2.m3em .col,
  .fl2.m4em .col {
    width: 100%;
    margin-right: 0;
  }

  .fl .col + .col,
  .fl.m2em .col + .col,
  .fl.m3em .col + .col,
  .fl2.m2em .col + .col,
  .fl2.m3em .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*3COLUMN_______________*/
.fl3 .col {
  flex-basis: calc(100% / 3);
}

.fl3.m3em .col {
  flex-basis: calc(100% / 3 - 2em);
  margin-right: 3em;
  margin-bottom: 3em;
}

.fl3.m3pnt .col {
  flex-basis: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.fl3.m3em .col:nth-child(3n),
.fl3.m3pnt .col:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
  .fl {
    display: block;
  }

  .fl .col,
  .fl3.m3em .col,
  .fl3.m3pnt .col {
    width: 100%;
    flex-basis: 100%;
    flex: inherit;
    margin-right: 0;
  }

  .fl.m4em .col + .col,
  .fl.m3em .col + .col,
  .fl.m2em .col + .col {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

/*### ### ###col### ### ###*/
.fl.textImgArea {
  flex-direction: row-reverse;
}

.fl.m2em.textImgArea figure.foto {
  margin-left: 2em;
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
  .fl.m2em.textImgArea figure.foto {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ### ### ###title Sub### ### ###*/
.subBlock {
  display: block;
  margin: 5px 0 10px;
}

/*### ### ###width### ### ###*/
.widthBlock {
  max-width: 50%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 980px) {
  .widthBlock {
    max-width: 95%;
    width: 100%;
  }
}

/* ### ### ###br### ### ###*/
.only_pc {
  display: block;
}

@media only screen and (max-width: 980px) {
  .only_pc {
    display: none;
  }
}

/*### ### ###nav### ### ###*/
.navStyle {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.navStyle li {
  list-style-type: none;
}

.navStyleBlog li {
  position: relative;
}

/* .navStyleBlog li+li {
  padding-left: 15px;
} */

.navStyleBlog li + li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  top: 7px;
  left: 5px;
  border: 2px solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

/*### ### ###mainImgWrapper01### ### ###*/
.mainImgWrapper01 {
  height: 70vh;
  width: 100%;
  background-image: url(../image/netImg01.jpg);
  position: relative;
  z-index: 1;
}

.mainImgWrapper01::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  z-index: -1;
}

.mainImgConArea {
  padding: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.title01Style {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  text-shadow: 2px 1px 5px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 980px) {
  .mainImgWrapper01 {
    height: 400px;
  }

  .title01Style {
    font-size: 30px;
  }
}

@media only screen and (max-width: 690px) {
  .mainImgConArea {
    padding: 30px;
  }

  .title01Style {
    font-size: 25px;
  }
}

/*### ### ###blockWrapper01 ### ### ###*/
.blockWrapper01 {
  background: #fff;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.blockWrapper01 .blockArea {
  padding: 20px;
}

.blockWrapper01 .btnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blockWrapper01 .btnArea a {
  width: calc((100% - 10px) / 2);
}

.blockWrapper01 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-top: 10px;
}

.blockWrapper01 .txt .subB {
  display: block;
  font-size: 25px;
  margin: 0 8px;
}

.blockWrapper01 .txt .subS {
  display: block;
  font-size: 13px;
}

@media only screen and (max-width: 980px) {
  .blockWrapper01 .txt .subS {
    font-size: 10px;
  }

  .blockWrapper01 .txt .subB {
    font-size: 20px;
  }

  .blockWrapper01 .txt {
    font-size: 14px;
  }

  .blockWrapper01 .blockArea {
    padding: 10px;
  }
}

@media only screen and (max-width: 690px) {
  .blockWrapper01 .btnArea {
    flex-wrap: wrap;
  }

  .blockWrapper01 .btnArea a {
    width: 100%;
  }

  .blockWrapper01 .btnArea a + a {
    margin-top: 10px;
  }

  .blockWrapper01 .txt {
    flex-wrap: wrap;
  }
}

/* ### ### ###btn### ### ###*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.5s ease;
}

.btn01:hover {
  color: #fff;
  text-decoration: none;
}

.btn01:hover img {
  opacity: 1;
}

.bg01:hover {
  background: #58901d;
}

.bg02:hover {
  background: #286eb5;
}

.btn01 img {
  max-width: 30px;
  margin: 0 15px 0 0;
}

.bg01 {
  background: #6fba21;
}

.bg02 {
  background: #358adf;
}

.btn02 {
  display: block;
  padding: 15px 40px;
  background: #fff;
  border-radius: 50px;
  color: #f62263;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border: 2px solid #fff;
  font-weight: bold;
  background-image: url(../image/netImg05.png);
  background-position: right 10px center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.btn02:hover {
  text-decoration: none;
  color: #f62263;
  box-shadow: 0 0 15px rgba(246, 34, 99, 0.8) inset;
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 690px) {
  .btn02 {
    padding: 10px 30px;
  }
}

/* ### ### ###blockWrapper02### ### ###*/
.blockWrapper02 {
  padding: 35px 0;
}

.blockWrapper02 .blockArea {
  background: #292935;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}

.blockWrapper02 .blockArea .imgArea {
  width: 25%;
  position: relative;
}

.blockWrapper02 .blockArea .imgArea img {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 160px;
}

.blockWrapper02 .blockArea .innerCol {
  width: 75%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.blockWrapper02 .blockArea .titleArea {
  font-size: 40px;
  color: #eed376;
  line-height: 1;
}

@media only screen and (max-width: 980px) {
  .blockWrapper02 .blockArea .titleArea {
    font-size: 25px;
  }

  .blockWrapper02 .blockArea {
    padding: 15px;
  }

  .blockWrapper02 {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 690px) {
  .blockWrapper02 .blockArea {
    flex-wrap: wrap;
  }

  .blockWrapper02 .blockArea .imgArea {
    width: 100%;
  }

  .blockWrapper02 .blockArea .innerCol {
    width: 100%;
    flex-wrap: wrap;
  }

  .blockWrapper02 .blockArea .titleArea {
    padding: 10px 0;
    font-size: 20px;
  }

  .blockWrapper02 .blockArea .imgArea img {
    position: static;
    transform: translateY(-0%) translateX(-0%);
    max-height: 100px;
  }
}

/* ### ### ### title ### ### ###*/
.titleArea01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.titleArea01 .titleText {
  text-align: center;
  line-height: 1.5;
}

.titleArea02 .title02Style001::after {
  background: #ff4d4d;
}

.title02Style001 {
  font-size: 32px;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.title02Style001::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 8px;
  background: #6fba21;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title03Style01 {
  font-size: 23px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.title03Style01::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: #6fba21;
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 690px) {
  .title02Style001 {
    font-size: 25px;
  }
}

.blockWrapper03 {
  background: #fff;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
}

.blockWrapper03 .blockArea {
  padding: 40px;
}

.blockWrapper03 .listStyle03 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 980px) {
  .blockWrapper03 .listStyle03 {
    max-width: 100%;
  }

  .blockWrapper03 .blockArea {
    padding: 30px;
  }
}

@media only screen and (max-width: 690px) {
  .blockWrapper03 .blockArea {
    padding: 20px;
  }
}

/* ### ### ###listStyle### ### ###*/
.listStyle03 li {
  position: relative;
  margin-left: 35px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  list-style-type: none;
  font-weight: bold;
}

.listStyle03 li .bgArea {
  background: repeating-linear-gradient(#fff -2px, #fff 17px, #6fba21 17px, #6fba21 25px);
}

.listStyle03 li + li {
  margin-top: 10px;
}

.listStyle03 li::before {
  display: block;
  content: "";
  position: absolute;
  left: -35px;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
}

.listStyle03 li::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  border: 4px solid #6fba21;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
  left: -35px;
  top: 5px;
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 690px) {
  .listStyle03 li {
    margin-left: 25px;
    font-size: 15px;
  }

  .listStyle03 li::after {
    width: 15px;
    height: 5px;
    left: -25px;
  }

  .listStyle03 li::before {
    left: -25px;
    width: 15px;
    height: 15px;
  }
}

/* ### ### ###blockWrapper04### ### ###*/
.blockWrapper04 {
  background: #6fba21;
  padding: 30px;
  position: relative;
  color: #fff;
  text-align: center;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
  z-index: 2;
}

.blockWrapper04::before {
  display: block;
  content: "";
  position: absolute;
  border: 40px solid #6fba21;
  border-color: transparent transparent #6fba21 transparent;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.blockWrapper04 .txt01 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blockWrapper04 .txt02 {
  font-size: 16px;
}

@media only screen and (max-width: 980px) {
  .blockWrapper04::before {
    border: 30px solid #6fba21;
    border-color: transparent transparent #6fba21 transparent;
    top: -60px;
  }

  .blockWrapper04 .txt01 {
    font-size: 25px;
  }

  .blockWrapper04 .txt02 {
    font-size: 14px;
  }

  .blockWrapper04 {
    padding: 20px;
  }
}

@media only screen and (max-width: 690px) {
}

/* ### ### ###blockWrapper05### ### ###*/
.blockWrapper05 {
  background: #eef4e9;
  width: 100%;
}

.blockWrapper05 .blockArea {
  padding: 60px 0;
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 690px) {
}

/* ### ### ###dlListStyle01### ### ###*/
.dlListStyle01 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  align-items: center;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
}

.dlListStyle01 + .dlListStyle01 {
  margin-top: 20px;
}

.dlListStyle01 dt {
  width: 20%;
  background: #6fba21;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  width: calc(20% - 10px);
  font-weight: bold;
}

.dlListStyle01 dd {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  width: calc(80% - 10px);
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 690px) {
  .dlListStyle01 {
    flex-wrap: wrap;
  }

  .dlListStyle01 dt {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }

  .dlListStyle01 dd {
    font-size: 21px;
    text-align: center;
    width: 100%;
  }
}

/* ### ### ###blockWrapper06### ### ###*/

.blockWrapper06 .blockArea {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.blockWrapper06 .blockArea .col {
  width: 50%;
}

.blockWrapper06 .blockArea .col .innerCon {
  max-width: 60%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #000;
}

.blockWrapper06 .blockArea:nth-child(2n + 1) .col .innerCon {
  transform: translateX(20px);
}

.blockWrapper06 .blockArea:nth-child(2n) .col .innerCon {
  transform: translateX(-20px);
}

.blockWrapper06 .blockArea:nth-child(2n + 1) .txtArea {
  display: flex;
  justify-content: flex-end;
}

.blockWrapper06 .blockArea:nth-child(2n) .txtArea {
  display: flex;
  justify-content: flex-start;
}

.blockWrapper06 .blockArea .imgArea {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blockWrapper06 .title03Style01 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .blockWrapper06 .blockArea .col .innerCon {
    max-width: 80%;
  }
}

@media only screen and (max-width: 980px) {
  .blockWrapper06 .blockArea .col .innerCon {
    max-width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .blockWrapper06 .blockArea {
    flex-wrap: wrap;
  }

  .blockWrapper06 .blockArea .col {
    width: 100%;
  }

  .blockWrapper06 .blockArea .col {
    width: 100%;
  }

  .blockWrapper06 .blockArea:nth-child(2n + 1) .col .innerCon {
    transform: translateX(0px);
  }

  .blockWrapper06 .blockArea:nth-child(2n) .col .innerCon {
    transform: translateX(0px);
  }

  .blockWrapper06 .blockArea .imgArea {
    order: 1;
  }

  .blockWrapper06 .blockArea .txtArea {
    order: 2;
  }

  .blockWrapper06 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .blockWrapper06 .blockArea .col .innerCon {
    padding: 20px;
  }
}

.ctaConWrapper {
  border: 5px solid #000;
  padding: 30px;
  margin: 30px auto;
}

.ctaConTitle {
  font-size: 27px;
  margin-bottom: 10px;
}

.ctaCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctaConTxt {
  margin-bottom: 25px;
}

.ctaCol .col:nth-child(1) {
  width: calc(70% - 10px);
  margin-right: 10px;
}

.ctaCol .col:nth-child(2) {
  width: calc(30% - 10px);
  margin-left: 10px;
}

.ctaCol .col:nth-child(2) img {
  max-height: 200px;
}

.ctaConBTn {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  transition: 0.5s ease;
  max-width: 350px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}

.ctaConBTn:hover {
  color: #000;
  text-decoration: none;
  background: transparent;
}

.ctaBanWrapper {
  border: 5px solid #000;
  max-width: 70%;
  margin: auto;
}

.ctaBanTitle {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 17px;
  background: #000;
  font-weight: bold;
}

.ctaBanTxt {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 20px auto;
}

.ctaBanTxt .lable {
  display: inline-block;
  color: #32ba00;
}

.ctaBanTxt img {
  max-width: 25%;
  margin: 20px auto;
  width: 100%;
}

.ctaBanTxt .imgArea {
  width: 100%;
  display: block;
}

.ctaBanWrapper .ctaConBTn {
  margin: 20px auto;
  max-width: 80%;
}

@media only screen and (max-width: 980px) {
  .ctaBanWrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .ctaCol {
    flex-direction: column-reverse;
  }

  .ctaCol .col {
    width: 100% !important;
    margin: 10px auto;
  }

  .ctaCol .col:nth-child(2) img {
    max-height: 150px;
  }

  .ctaConTitle {
    font-size: 23px;
    text-align: center;
  }

  .ctaBanWrapper {
    max-width: 100%;
  }

  .ctaBanTxt {
    font-size: 20px;
    max-width: 90%;
  }

  .ctaConWrapper {
    padding: 20px;
  }

  .ctaBanTxt img {
    margin: 15px auto;
  }

  .ctaBanWrapper .ctaConBTn {
    max-width: 90%;
  }
}

.iconColArea {
  display: flex;
  flex-wrap: wrap;
}

.iconColArea .col {
  width: calc((100% - 50px) / 5);
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0px 5px 10px;
}

.iconColArea .col img {
  max-width: 60px;
}

.iconColArea .col .ttl {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}

.innerConArea {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1120px) {
  .innerConArea {
    max-width: 95%;
  }
}

@media only screen and (max-width: 980px) {
  .iconColArea .col {
    width: calc((100% - 40px) / 4);
  }
}

@media only screen and (max-width: 690px) {
  .iconColArea .col {
    width: calc((100% - 20px) / 2);
    margin: 0px 5px 10px;
  }
}

.maxW70 .ctaConWrapper {
  max-width: 70%;
}

@media only screen and (max-width: 690px) {
  .maxW70 .ctaConWrapper {
    max-width: 100%;
  }
}

/* ### ### ###faq### ### ###*/

/*### ### ###pageTitleWrapper### ### ###*/
.pageTitleWrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/netImg01.jpg);
  padding: 75px 15px 110px;
  color: #fff;
}

/*titleAreaC*/
.titleAreaC {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.titleAreaC h1,
.titleAreaC h2,
.titleAreaC h3,
.titleAreaC h4,
.titleAreaC h5 {
  margin: 0;
}

/*titleStyle01*/
.titleStyle01 {
  font-size: 30px;
  line-height: 1.2;
}

/*faqBox*/

.faqBox + .faqBox {
  margin-top: 60px;
}

.faqTopWrapper .faqStyle {
  padding: 20px;
  transition: 0.5s ease;
}

.faqTopWrapper .faqStyle:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.faqStyle .qStyle {
  font-size: 20px;
  padding-left: 50px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  margin-bottom: 25px;
}

.faqStyle .qStyle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  content: "Q.";
  color: #6fba21;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}

.faqStyle .aStyle {
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.5;
  position: relative;
}

.faqStyle .aStyle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  content: "A.";
  color: #b9b8b8;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}

.txtStyle01 + .txtStyle01 {
  margin-top: 10px;
}

.faqTopWrapper .aStyle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ctaConWrapper.isActive {
  max-width: 70%;
}

@media only screen and (max-width: 980px) {
  .ctaConWrapper.isActive {
    max-width: 100%;
  }

  .faqBox + .faqBox {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 690px) {
  .faqBox + .faqBox {
    margin-top: 20px;
  }

  .faqTopWrapper .faqStyle {
    padding: 0;
  }

  .faqStyle .aStyle::before,
  .faqStyle .qStyle::before {
    top: 0px;
    font-size: 32px;
  }
  .titleAreaC {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*listStyle01*/
.listStyle01 {
  margin: 15px 0;
}

.listStyle01 li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.listStyle01 li + li {
  margin-top: 10px;
}

.listStyle01 li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border: 2px solid #6fba21;
  background: #fff;
  border-radius: 100%;
}

/*locator*/
#locator.isActive {
  position: relative;
  top: -35px;
}

#locator.isActive::before {
  content: "";
  border-style: solid;
  border-width: 35px 25px 0 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -25px;
  bottom: 0px;
}

#locator.isActive::after {
  content: "";
  border-style: solid;
  border-width: 35px 0px 0 25px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -25px;
  bottom: 0px;
}
/*  */
/*  */
/*  */

/*  */
/* 2022 12/01  add */
/*  */

.uishare-cta {
  background: url(../image/uishare-back-cta.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border: solid 4px #f66264;
  position: relative;
  z-index: 0;
}
/* .uishare-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
} */
.uishare-cta .-left {
  max-width: 500px;
  padding: 26px 30px;
  /* z-index: 5; */
}

.uishare-cta .-img img {
  margin-left: 0;
  max-width: 160px;
  width: 100%;
}
.uishare-cta .-img + .-ttl,
.uishare-cta .-icon + .-ttl,
.uishare-cta .-img + .-icon {
  margin-top: 20px;
}
#articledetail .uishare-cta .-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 2.2rem;
  margin-bottom: 0;
}
.uishare-cta .-ttl + .-txt {
  margin-top: 10px;
}
#articledetail .uishare-cta .-txt {
  font-size: 32px;
  font-weight: bold;
}
.uishare-cta .-txt + .btn-area {
  margin-top: 20px;
}
.uishare-cta .btn-area {
  margin-right: 0;
}
.uishare-cta .btn-area a {
  text-decoration: none !important;
}
.uishare-cta .-icon {
  display: none;
}
.uishare-cta .-right {
}
.btn-cta-g {
  transition: 0.4s;
  display: inline-block;
  border: solid 2px #333333;
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  color: #fff;
  background: #333333;
  min-width: 250px;
}
.btn-cta-g:hover {
  color: #333;
  background: #fff;
}
@media only screen and (max-width: 690px) {
  .uishare-cta .-left {
    max-width: unset;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 480px) {
  .uishare-cta {
    background: linear-gradient(#ffc9c9, #ffffff);
  }
  .uishare-cta .-left {
    background: unset;
    padding: 20px;
  }
  /*  */
  #articledetail .uishare-cta .-ttl {
    font-size: 28px;
    font-weight: bold;
  }
  .uishare-cta .-ttl + .-txt {
    margin-top: 10px;
  }
  #articledetail .uishare-cta .-txt {
    font-size: 24px;
    font-weight: bold;
  }
  .uishare-cta .-icon {
    display: block;
  }
  .uishare-cta .btn-area {
    text-align: center;
  }
}

/*  */

#articledetail .col02-cta {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border: solid 3px #ff4d4d;
}

.area-txt .-ttl {
  font-size: 20px;
  color: #ff4d4d;
}
.area-txt .-txt {
  font-size: 16px;
}
.area-txt .-ttl + .-txt,
.area-txt .-ttl + .area-btn,
.area-txt .-txt + .area-btn {
  margin-top: 20px;
}
.area-txt .area-btn {
  text-align: right;
}
.area-txt a {
  text-decoration: none !important;
}
.area-btn.bttn a {
  padding: 24px 12px;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .col02-cta {
    padding: 24px 30px;
    gap: 30px;
  }
  .area-img {
  }
  .area-txt {
    width: 65%;
  }
}
@media screen and (max-width: 690px) {
  .col02-cta {
    padding: 30px 30px;
    gap: 40px;
    flex-direction: column;
  }
  .area-img {
  }
  .area-txt {
    width: 100%;
  }
  .area-txt .area-btn {
    text-align: center;
  }
}
