@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #4d4d4d;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */

/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #4d4d4d;
  overflow: hidden;
  font-size: 16px;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  #wrapper {
    padding-bottom: 49px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    font-size: 14px;
  }
}
/* ========== end △ */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 2%;
  }
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1104px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* ========== end △ */

/* ==================================================
	header
================================================== */
#cm-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 99;
}
#cm-header .header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#cm-header .header-inner .header-logo {
  width: 317px;
}
#cm-header .header-inner .header-logo .h_link_map {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
}
#cm-header.is-visible .header-inner .header-logo .h_link_map, 
#cm-header.fix_second_page .header-inner .header-logo .h_link_map {
  color: #000;
}

#cm-header .header-inner .certification-logo {
	width: 80px;
  margin-left: 20px;
}

#cm-header .header-inner .certification-logo .img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #cm-header .header-inner .header-logo .h_link_map:hover {
    color: #00b900;
  }
}
#cm-header .header-inner .header-logo .logo_fix {
  display: none;
}
#cm-header .header-inner .header-infor {
  width: calc(100% - 320px);
}
#cm-header .header-inner .header-infor .cm-head_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cm-header .header-inner .header-infor .cm-head_contact .cm-phone {
  margin-right: 25px;
}
#cm-header .header-inner .header-infor .cm-head_contact .cm-phone .cm-phone-note {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
}
#cm-header .header-inner .header-infor .cm-head_contact .btn {
  width: 245px;
}
#cm-header .header-inner .header-infor .cm-head_contact .btn a {
  height: 50px;
  /*line-height: 50px;*/
  line-height: 1.1;
}
#cm-header .header-inner .header-infor .cm-head_contact .btn.btn-contact {
  margin-right: 25px;
}
#cm-header.is-visible, #cm-header.fix_second_page {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
#cm-header.is-visible .header-inner, #cm-header.fix_second_page .header-inner {
  padding: 10px;
}

#cm-header.is-visible .header-inner .header-logo .logo_ab, #cm-header.fix_second_page .header-inner .header-logo .logo_ab {
  display: none;
}
#cm-header.is-visible .header-inner .header-logo .logo_fix, #cm-header.fix_second_page .header-inner .header-logo .logo_fix {
  display: inline-block;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .cm-phone, #cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .cm-phone {
  margin-right: 15px;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .cm-phone a span, #cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .cm-phone a span {
  color: #000;
  font-size: 18px;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .cm-phone .cm-phone-note, 
#cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .cm-phone .cm-phone-note {
  color: #000;
}

#cm-header.is-visible .header-inner .header-infor .cm-head_contact .cm-phone a span.ico, #cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .cm-phone a span.ico {
  background: url("../common_img/h_icon_tel_fix.png") no-repeat center left;
  background-size: 16px;
  padding-left: 20px;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .btn, #cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .btn {
  width: 190px;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .btn a, #cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .btn a {
  height: 40px;
  /*line-height: 40px;*/
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .btn .btn-line, 
#cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .btn .btn-line {
  padding: 0;
}
#cm-header.is-visible .header-inner .header-infor .cm-head_contact .btn .btn-line span, 
#cm-header.fix_second_page .header-inner .header-infor .cm-head_contact .btn .btn-line span {
  font-size: 14px;
}
#cm-header.is-visible .header-inner .header-infor .gnav .gnav_pc li a, #cm-header.fix_second_page .header-inner .header-infor .gnav .gnav_pc li a {
  color: #000;
}



/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
	#cm-header.fix_second_page .header-inner {
		justify-content: flex-start;
	}

  #cm-header .header-inner .header-logo {
    width: 52%;
		flex-shrink: 0;
  }
  #cm-header .header-inner .header-logo a {
    width: 100%;
  }
  #cm-header .header-inner .header-logo a img {
    width: 100%;
  }
	
	#cm-header .header-inner .certification-logo {
		width: 70px;
		flex-shrink: 0;
	}
	
  #cm-header .header-inner .header-infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 48%;
  }
  #cm-header .header-inner .header-infor .cm-head_contact {
    display: none;
  }
  #cm-header .header-inner .header-infor .navTrigger {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    height: 52px;
    z-index: 1001;
  }
  #cm-header .header-inner .header-infor .navTrigger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 42px;
    background: #fff;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #cm-header .header-inner .header-infor .navTrigger span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  #cm-header .header-inner .header-infor .navTrigger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  #cm-header .header-inner .header-infor .navTrigger span:nth-child(3) {
    bottom: 10px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  #cm-header .header-inner .header-infor .navTrigger.active {
    background: #4d4d4d;
  }
  #cm-header .header-inner .header-infor .navTrigger.active span:nth-child(1) {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 11px;
    top: 10px;
  }
  #cm-header .header-inner .header-infor .navTrigger.active span:nth-child(2) {
    opacity: 0;
  }
  #cm-header .header-inner .header-infor .navTrigger.active span:nth-child(3) {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 11px;
    bottom: 9px;
  }
  #cm-header.is-visible, #cm-header.fix_second_page {
    position: absolute;
  }
  #cm-header.is-visible .header-inner .header-logo a img, #cm-header.fix_second_page .header-inner .header-logo a img {
    max-width: 221px;
  }
  #cm-header.is-visible .header-inner .header-infor, #cm-header.fix_second_page .header-inner .header-infor {
    position: fixed;
    right: 15px;
  }
  #cm-header.is-visible .header-inner .header-infor .navTrigger, #cm-header.fix_second_page .header-inner .header-infor .navTrigger {
    background: #9ab3a7;
  }
  #cm-header.is-visible.head_opened .header-inner .header-infor, #cm-header.fix_second_page.head_opened .header-inner .header-infor {
    width: 100%;
    right: 0;
    top: 0;
  }
  #cm-header.is-visible.head_opened .header-inner .header-infor .navTrigger, #cm-header.fix_second_page.head_opened .header-inner .header-infor .navTrigger {
    right: 15px;
    position: absolute;
    top: 8px;
  }
}
/* ========== end △ */
@media only screen and (max-width: 767px) {
  #cm-header .header-inner .header-logo .h_link_map {
    font-size: 11px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
	#cm-header .header-inner .certification-logo {
		align-self: flex-end
	}

  #cm-header .header-inner .header-infor .cm-head_contact .cm-phone {
    width: 45px;
    height: 45px;
  }
  #cm-header .header-inner .header-infor .cm-head_contact .cm-phone span.ico {
    background: url("../common_img/sp_h_icon_tel.png") no-repeat center;
    background-size: 20px;
  }
  #cm-header .header-inner .header-infor .navTrigger {
    width: 45px;
    height: 45px;
  }
  #cm-header .header-inner .header-infor .navTrigger span {
    height: 2px;
    width: 32px;
  }
  #cm-header .header-inner .header-infor .navTrigger.active {
    background: #4d4d4d;
  }
  #cm-header .header-inner .header-infor .navTrigger.active span:nth-child(1) {
    left: 10px;
    top: 10px;
  }
  #cm-header .header-inner .header-infor .navTrigger.active span:nth-child(3) {
    left: 10px;
    bottom: 10px;
  }
}
/* ========== end △ */

.cm-phone {
  line-height: normal;
}
.cm-phone a {
  display: inline-block;
}
.cm-phone a span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.cm-phone a span.ico {
  background: url("../common_img/h_icon_tel.png") no-repeat center left;
  background-size: 21px;
  padding-left: 30px;
  height: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-phone a span {
    font-size: 20px !important;
  }
  .cm-phone a span.ico {
    background: url("../common_img/h_icon_tel.png") no-repeat center left;
    background-size: 16px !important;
    padding-left: 20px !important;
  }
}
/* ========== end △ */

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #00b900;
  color: #fff;
  text-decoration: none !important;
  padding: 5px;
  border-radius: 30px;
  overflow: hidden;
  height: 50px;
  /*line-height: 50px;*/
  line-height: 1.1;
}
.btn-line span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.btn-line span.ico {
  background: url("../common_img/h_icon_LINE.png") no-repeat center left;
  background-size: 24px;
  width: 24px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #9ab3a7;
  color: #fff;
  text-decoration: none !important;
  padding: 5px;
  border-radius: 30px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.btn-contact a span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn-line:hover, .btn-contact:hover {
    opacity: 0.7;
  }
}
/* ========== end △ */

/* ==================================================
	gnav
================================================== */
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gnav .gnav_pc {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav .gnav_pc li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  margin: 0 20px;
  font-size: 15px;
}
.gnav .gnav_pc li a:after {
  position: absolute;
  content: "";
  background: #9ab3a7;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* gnav_pc accordion */
.has-submenu {position: relative;}
.submenu {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 20px;
  background: none;
  z-index: 1000;
  width: 170px;
  text-align: right;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.submenu li a {
  margin: 0 !important;
  padding: 5px 0 !important;
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

#cm-header.fix_second_page .header-inner .header-infor .gnav .gnav_pc .submenu {
  margin: 0;
  right: 0;
  color: #000;
  background-color: #fff;
  text-align: center;
}
#cm-header.fix_second_page .header-inner .header-infor .gnav .gnav_pc .submenu li a{
   padding: 10px !important;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav .gnav_pc li a:hover {
    color: #9ab3a7 !important;
  }
  .gnav .gnav_pc li a:hover:after {
    width: 100%;
  }
}
/* ========== end △ */
.gnav .gnav_sp {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .gnav .gnav_pc li a {
    margin: 0 10px;
    font-size: 13px;
  }
}

/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .gnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: none;
    padding: 2% 0;
  }
  .gnav .gnav_pc {
    display: none !important;
  }
  .gnav .gnav_sp {
    display: inline-block;
    width: 100%;
  }
  .gnav.opened {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    left: 0%;
    width: 100%;
    height: calc(100vh - 50px);
    display: block;
    padding-bottom: 50px;
  }
  .gnav.opened .gnav_sp .header-logo {
    margin: 10px 4% 5%;
  }
  .gnav.opened .gnav_sp .inner_menu {
    height: 71vh;
    overflow-y: auto;
  }
  .gnav.opened .gnav_sp .inner_menu .link {
    width: 100%;
    padding: 0 4%;
  }
  .gnav.opened .gnav_sp .inner_menu .link > li {
    border-top: 1px solid #9ab3a7;
    padding: 4% 3%;
    line-height: normal;
  }
  .gnav.opened .gnav_sp .inner_menu .link > li .txt_eng {
    display: inline-block;
    font-size: 15px;
    color: #65937d;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .gnav.opened .gnav_sp .inner_menu .link > li > ul {
    margin-left: 15px;
  }
  .gnav.opened .gnav_sp .inner_menu .link > li > ul li a {
    display: inline-block;
    padding: 2% 0;
    text-decoration: none;
    font-size: 14px;
  }
  .gnav.opened .gnav_sp .inner_menu .btn {
    width: 92%;
    margin: 5% auto 0;
  }
  .gnav.opened .gnav_sp .inner_menu .btn a {
    display: inline-block;
    width: 100%;
    background: #9ab3a7;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 16px;
  }
  .gnav.opened .gnav_sp .inner_menu .list_sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5% auto;
  }
  .gnav.opened .gnav_sp .inner_menu .copy_right {
    font-size: 14px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav.opened .gnav_sp .inner_menu {
    height: 76vh;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
  .gnav.opened .gnav_sp .inner_menu .btn a {
    font-size: 14px;
  }
  .gnav.opened .gnav_sp .inner_menu .tel-line > li.btn-line span {
    font-size: 15px;
  }
  .gnav.opened .gnav_sp .inner_menu .tel-line > li.btn-line span.ico {
    background-size: 32px;
    width: 32px;
    height: 32px;
  }
  .gnav.opened .gnav_sp .inner_menu .tel-line > li.cm-phone a {
    height: 42px;
  }
  .gnav.opened .gnav_sp .inner_menu .tel-line > li.cm-phone a span {
    font-size: 18px;
  }
  .gnav.opened .gnav_sp .inner_menu .tel-line > li.cm-phone a span.ico {
    background-size: 16px;
    padding-left: 25px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 320px) {
  .gnav.opened .gnav_sp .inner_menu .btn a {
    font-size: 13px;
  }
}
/* ========== end △ */

.bt_fixed {
  display: none;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .bt_fixed {
    display: inline-block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  .bt_fixed .tel-line {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bt_fixed .tel-line > li {
    width: 33.33%;
  }
  .bt_fixed .tel-line > li.btn-contact a {
    border-radius: 0;
  }
  .bt_fixed .tel-line > li.btn-line {
    border-radius: 0px;
    padding: 0;
  }
  .bt_fixed .tel-line > li.btn-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff !important;
    width: 100%;
    padding: 5px;
  }
  .bt_fixed .tel-line > li.cm-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 100%;
    background: #4d4d4d;
  }
}
/* ========== end △ */

/* ==================================================
	content_area
================================================== */
.sec_cont {
  padding: 30px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_cont {
    padding: 8% 0;
  }
}
/* ========== end △ */

.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.cm-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.cm-btn.news-btn {
  margin-top: 40px;
}
.cm-btn.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  margin-top: 50px;
}
.cm-btn a {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  background: #9ab3a7;
  border-radius: 100px;
  font-size: 18px;
  width: 335px;
  max-width: 100%;
  padding: 20px 50px;
  border: 2px solid #9ab3a7;
}
.cm-btn.news-btn a {
  padding: 13px;
  width: 220px;
  color: #47947d;
  font-size: 16px;
  background: #fff;
  border: 2px solid #47947d;
}
.cm-btn.cm-btn--color01 a {
  background: #00b900;
  border: 2px solid #00b900;
}
.cm-btn.cm-btn--color02 a {
  background: #479ebf;
  border: 2px solid #479ebf;
}
.cm-btn.cm-btn--color03 a {
  background: #47947d;
  border: 2px solid #47947d;
}
.cm-btn.cm-btn--color04 a {
  background: #f5f5dc;
  border: 2px solid #f5f5dc;
	color: #000;
}
.cm-btn.cm-btn--color04.cm-btn--txt01 a {
	color: #00b900;
}
.cm-btn.long_txt a{
  width: 430px;
  margin-bottom: 50px;
}
.cm-btn a .cm-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.cm-btn a .cm-arrow.arrow_back {
  right: auto;
  left: 15px;
}
.cm-btn a.btn_pdf {
  width: 370px;
}
.cm-btn a.btn_pdf .icon_pdf {
  background: url("../column/images/icon_pdf.png") no-repeat center left;
  padding: 10px 0 10px 50px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn a:hover {
    background: #fff;
    color: #9ab3a7;
  }
  .cm-btn.news-btn a:hover {
    background: #47947d;
    color: #fff;
  }
  .cm-btn.cm-btn--color01 a:hover {
    color: #00b900;
  }
  .cm-btn.cm-btn--color02 a:hover {
    color: #479ebf;
  }
  .cm-btn.cm-btn--color03 a:hover {
    color: #47947d;
  }
  .cm-btn.cm-btn--color04 a:hover {
    color: #000;
  }
  .cm-btn.cm-btn--color04.cm-btn--txt01 a:hover {
    color: #00b900;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-btn {
    margin-top: 7%;
  }
  .cm-btn a {
    width: 300px;
    font-size: 16px;
    padding: 15px 30px;
  }
  .cm-btn a .cm-arrow {
    right: 10px;
  }
  .cm-btn a .cm-arrow.arrow_back {
    left: 10px;
  }
  .cm-btn a.btn_pdf {
    width: 100%;
    max-width: 280px;
  }
  .cm-btn a.btn_pdf .icon_pdf {
    background: url("../column/images/icon_pdf.png") no-repeat center left;
    background-size: 25px;
    padding-left: 35px;
  }
  .cm-btn.mt20 {
    margin-top: 10px !important;
  }
  .cm-btn.flex_end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}
/* ========== end △ */
.cm-btn.btn_white a {
  background: #fff;
  color: #9ab3a7;
  font-weight: bold;
  border-radius: 10px;
  font-size: 20px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn.btn_white a:hover {
    background: #9ab3a7;
    color: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-btn.btn_white a {
    font-size: 16px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 320px) {
  .cm-btn.btn_white a {
    font-size: 15px;
  }
}
/* ========== end △ */

.cm-arrow {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  background: #9ab3a7;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.cm-btn--color01 .cm-arrow {
  background-color: #00b900;
}
.cm-btn--color02 .cm-arrow {
  background-color: #479ebf;
}
.cm-btn--color03 .cm-arrow {
  background-color: #47947d;
}
.cm-btn--color04 .cm-arrow {
  background-color: #f5f5dc;
}
.cm-arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cm-arrow.arrow_back:after {
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-left: none;
  border-bottom: 4px solid transparent;
}
.cm-arrow.arrow_down:after {
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
}

.cm-btn--color04 .cm-arrow.arrow_down:after {
  border-top: 4px solid #000;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text_line {
    display: inline-block;
    line-height: 40px;
    background-image: -webkit-linear-gradient(right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, rgb(128, 128, 128) 0%, rgba(128, 128, 128, 0) 1px, rgba(128, 128, 128, 0) 100%);
    -ms-background-size: 4px 30px;
    background-size: 10px 40px;
    background-repeat: repeat;
  }
  .text_small_sp {
    font-size: 12px;
    line-height: normal;
    margin-top: 5%;
  }
}
/* ========== end △ */
/* title set
-------------------------------------------------- */
.style_ttl01 {
  text-align: center;
  margin-bottom: 50px;
}
.style_ttl01 span {
  display: inline-block;
  width: 100%;
}
.style_ttl01 span.txt_jp {
  position: relative;
  font-size: 30px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.style_ttl01 span.txt_jp strong {
  color: #65937d;
}
.style_ttl01 span.txt_jp.txt_small {
  font-size: 24px;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.style_ttl01 span.txt_jp.ls_0 {
  letter-spacing: 0;
}
.style_ttl01 span.txt_jp.bd_none {
  color: #9ab3a7;
}
.style_ttl01 span.txt_jp.bd_none:after {
  background: none;
}
.style_ttl01 span.txt_jp:after {
  position: absolute;
  content: "";
  background: #cbcbcb;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_ttl01 {
    margin-bottom: 5% !important;
  }
  .style_ttl01 span.txt_jp {
    font-size: 24px;
    letter-spacing: 5px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .style_ttl01 span.txt_jp.txt_small {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
  .style_ttl01 span.txt_jp {
    font-size: 20px;
  }
  .style_ttl01 span.txt_jp.txt_small {
    font-size: 18px;
  }
}
/* ========== end △ */
.text_blue {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.text_blue span {
  color: #65937d;
  font-size: 30px;
}
.txt_01 {
  font-size: 24px;
  color: #65937d;
  margin-bottom: 20px;
  border-bottom: 1px solid #65937d;
  display: inline-block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text_blue {
    font-size: 16px;
    font-weight: 500;
  }
  .text_blue span {
    font-size: 24px;
  }
  .txt_01 {
    font-size: 20px;
    margin-bottom: 3%;
    display: block;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
  .text_blue {
    font-size: 16px;
  }
  .text_blue span {
    font-size: 20px;
  }
  .txt_01 {
    font-size: 18px;
  }
}
/* ========== end △ */

.txt_02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.txt_02 span {
  color: #65937d;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .txt_02 {
    font-size: 16px;
  }
}
/* ========== end △ */

/* ==================================================
	main_content
================================================== */
/* section set
-------------------------------------------------- */
.box_first p {
  text-align: center;
}
.box_first p span {
  font-weight: bold;
  font-size: 18px;
}
.box_first p:nth-child(3){
  margin-top: 50px;
}
.box_first .sec_border {
  border: 1px dashed #000;
  width: 70%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3%;
  margin: 40px auto 0;
}
.box_first .sec_border ol li {
  list-style: auto;
  list-style-position: inside;
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 10px;
}
.box_first .sec_border ol li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_first p {
    margin-bottom: 4%;
  }
  .box_first p:nth-child(3){
    margin-top: 10%;
  }
  .box_first p span {
    font-size: 16px;
  }
  .box_first .sec_border {
    width: 100%;
    padding: 6% 3% 2%;
    margin: 10px auto 0;
  }
  .box_first .sec_border .f12 {
    font-size: 2.7vw !important;
  }
}
.sec_intro {
  width: 100%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 60px 0 50px;
}
.sec_intro > div {
  width: 50%;
  padding: 0 40px;
}
.sec_intro > div .ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sec_intro > div .ttl span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.sec_intro > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 10px;
}
.sec_intro > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 200px;
  height: 200px;
  background: #f5f5f5;
  text-align: center;
  margin: 10px;
  border-radius: 50%;
  margin-top: 0;
}
.sec_intro .teamLink {
  font-size: 14px;
}
.sec_intro > div ul li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #65937d;
  margin-top: 10px;
  line-height: normal;
}
.sec_intro > div ul li h3 span {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
}
.sec_intro > div .sec_table {
  margin-top: 55px;
  margin-bottom: 10px;
}
.sec_intro > div .sec_table .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_intro > div .sec_table .sec_row dl {
  width: calc(50% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
}
.sec_intro > div .sec_table .sec_row dl dt, .sec_intro > div .sec_table .sec_row dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 10px;
  line-height: normal;
}
.sec_intro > div .sec_table .sec_row dl dt {
  width: 40%;
  background: #9ab3a7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.sec_intro > div .sec_table .sec_row dl dd {
  width: 60%;
  background: #f5f5f5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec_intro > div .sec_table .sec_row dl dd span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.sec_intro > div.sec_team {
  border-right: 1px solid #ccc;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_intro {
    border: none;
    padding: 0;
    margin: 0;
  }
  .sec_intro > div {
    width: 100%;
    padding: 10% 0%;
    margin: auto;
  }
  .sec_intro > div .ttl {
    font-size: 18px;
    margin-bottom: 4%;
  }
  .sec_intro > div .ttl span {
    font-size: 14px;
  }
  .sec_intro > div ul li {
    width: 180px;
    height: 180px;
    margin: 0;
  }
  .sec_intro > div ul li h3 {
    font-size: 18px;
    margin-top: 2%;
  }
  .sec_intro > div ul li h3 span {
    font-size: 12px;
  }
  .sec_intro > div ul li:first-child {
    margin: 0 25%;
  }
  .sec_intro > div ul li:nth-child(2), .sec_intro > div ul li:nth-child(3) {
    margin-top: -23px;
  }
  .sec_intro > div .sec_table {
    margin-top: 5%;
  }
  .sec_intro > div .sec_table .sec_row dl {
    width: calc(50% - 2px);
    margin: 2px 0;
  }
  .sec_intro > div .sec_table .sec_row dl dt, .sec_intro > div .sec_table .sec_row dl dd {
    padding: 0 2px;
    font-size: 14px;
  }
  .sec_intro > div .sec_table .sec_row dl dd span {
    font-size: 10px;
  }
  .sec_intro > div.sec_team {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
  .sec_intro > div {
    width: 100%;
  }
  .sec_intro > div .ttl {
    font-size: 16px;
    margin-bottom: 4%;
  }
  .sec_intro > div .ttl span {
    font-size: 14px;
  }
  .sec_intro > div ul li h3 {
    font-size: 16px;
  }
  .sec_intro > div ul li h3 span {
    font-size: 11px;
  }
}
/* ========== end △ */
@media only screen and (max-width: 375px) {
  .sec_intro > div ul li {
    width: 160px;
    height: 160px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 320px) {
  .sec_intro > div ul li {
    width: 143px;
    height: 143px;
  }
}
/* ========== end △ */

.sec_banner {
  background: #cddad4;
  padding: 40px 0;
}
.sec_banner .inner_banner {
  position: relative;
  width: 90%;
  margin: auto;
  background: #fff;
  border: 1px solid #9ab3a7;
  padding: 40px 35% 40px 0;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}
.sec_banner .inner_banner:after {
  position: absolute;
  content: "";
  background: url("../images/banner_img.jpg") no-repeat center/cover;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}
.sec_banner .inner_banner h3 {
  display: inline-block;
  color: #65937d;
  font-size: 24px;
  text-align: center;
  padding: 17px 0 17px 100px;
  background: url("../images/banner_icon.png") no-repeat top left;
  background-size: 68px;
}
.sec_banner .inner_banner .cm-arrow {
  position: absolute;
  right: 15px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec_banner .inner_banner:hover {
    background: #9ab3a7;
  }
  .sec_banner .inner_banner:hover h3 {
    color: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_banner {
    padding: 8% 0;
  }
  .sec_banner .inner_banner {
    width: 100%;
    padding: 4% 4% 4% 0;
    border-radius: 15px;
    text-align: left;
  }
  .sec_banner .inner_banner:after {
    width: 100%;
    background: url("../images/sp_banner_img.jpg") no-repeat center/cover;
  }
  .sec_banner .inner_banner h3 {
    font-size: 16px;
    padding: 15px 0 15px 70px;
    background: url("../images/banner_icon.png") no-repeat center left 10px;
    background-size: 50px;
    text-align: left;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 415px) {
  .sec_banner .inner_banner {
    padding: 4% 8% 4% 0;
  }
  .sec_banner .inner_banner h3 {
    font-size: 15px;
    padding: 15px 0 15px 55px;
    background-size: 40px;
  }
  .sec_banner .inner_banner .cm-arrow {
    right: 10px;
  }
}
/* ========== end △ */

.sec_column {
  position: relative;
  padding-bottom: 30px !important;
  z-index: 3;
}
.sec_column:after {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 55%;
  bottom: 7%;
  left: 0;
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_column:after {
    height: 72%;
    bottom: 6%;
  }
}
/* ========== end △ */

/* ==================================================
	aside_area
================================================== */
/* ==================================================
	footer
================================================== */
#footer {
  border-top: 10px solid #97afa3;
  margin-top: 70px;
}
#footer .footer-head .f-logo {
  text-align: center;
  margin-bottom: 30px;
}
#footer .footer-head .f_infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-head .f_infor .left_infor {
  width: 48%;
}
#footer .footer-head .f_infor .left_infor dl {
  display: block;
  margin-bottom: 25px;
}

#footer .footer-head .f_infor .left_infor dl dt {
  display: block;
  width: 100%;
  color: #65937d;
  font-weight: bold;
}
#footer .footer-head .f_infor .left_infor dl dd {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}
#footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line {
	/* padding: 0 5px; */
	height: 55px;
	line-height: 1.1;
	min-width: 263px;
}
#footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line span {
  font-size: 16px;
}
#footer .footer-head .f_infor .left_infor dl dd .access {
  display: inline-block;
  font-weight: bold;
  color: #00a0c2;
  text-decoration: underline;
  margin-top: 20px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .footer-head .f_infor .left_infor dl dd .access:hover {
    text-decoration: none;
  }
}
/* ========== end △ */
#footer .footer-head .f_infor .left_infor .time_ttl {
  border-bottom: 1px solid #875f83;
}
#footer .footer-head .f_infor .left_infor .time_ttl span {
  display: inline-block;
  background: #875f83;
  color: #fff;
  padding: 0 10px;
}
#footer .footer-head .f_infor .left_infor .txt_f {
  font-size: 12px;
  margin-top: 7px;
}
#footer .footer-head .f_infor .left_infor .txt_f ul li {
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size:0.7rem;
}
#footer .footer-head .f_infor .left_infor .txt_f ul li.adjust_indent {
  padding-left: 1em;
  text-indent: -1em;
}

#footer .footer-head .f_infor .right_map {
  width: 48%;
}
#footer .footer-head .f_infor .right_map iframe {
  width: 100%;
  height: 645px;
}
#footer .footer-head .f_list_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-head .f_list_banner > div {
  width: 48%;
}
#footer .footer-head .f_list_banner > div .ttl {
  position: relative;
  margin-bottom: 10px;
}
#footer .footer-head .f_list_banner > div .ttl:after {
  position: absolute;
  content: "";
  background: #65937d;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
#footer .footer-head .f_list_banner > div .ttl span {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #65937d;
  padding-right: 10px;
  z-index: 3;
}
#footer .footer-head .f_list_banner > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-head .f_list_banner > div ul li {
  position: relative;
  width: 48.5%;
  margin: 1.5% 0;
}
#footer .footer-head .f_list_banner > div ul .border_banner {
	border: 1px solid #ccc;
}
#footer .footer-head .f_list_banner > div ul li figure {
  padding: 0;
  margin: 0;
}
#footer .footer-head .f_list_banner > div ul li figure img {
  width: 100%;
}
#footer .footer-head .f_list_banner > div ul li p {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#footer .footer-head .f_list_banner > div ul li:first-child p {
  color: #69a4b3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .footer-head .f_list_banner > div ul li:hover {
    opacity: 0.7;
  }
}
/* ========== end △ */
#footer .cm-footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#footer .cm-footer_contact .cm-phone a span {
  color: #000;
}
#footer .cm-footer_contact .cm-phone a span.ico {
  background: url("../common_img/f_icon_tel.png") no-repeat center left;
  background-size: 21px;
  padding-left: 30px;
}
#footer .cm-footer_contact .btn {
  min-width: 150px;
}
#footer .f_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .f_gnav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
#footer .f_gnav li a:after {
  position: absolute;
  content: "";
  background: #9ab3a7;
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#footer .f_gnav li a .cm-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .f_gnav li a:hover {
    color: #9ab3a7;
  }
  #footer .f_gnav li a:hover:after {
    width: 100%;
  }
}
/* ========== end △ */
#footer .f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
#footer .f_sns .cm-footer_contact .btn {
  width: 250px;
  margin-right: 40px;
}


@media only screen and (max-width: 1024px) {
	#footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line {
		min-width: unset;
	}
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line span {
    font-size: 14px;
  }

}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    border-top: 5px solid #97afa3;
    margin-top: 10%;
  }
  #footer .footer-head .f-logo {
    width: 55%;
    margin: 0 auto 5%;
  }
  #footer .footer-head .f_infor .left_infor {
    width: 100%;
  }
  #footer .footer-head .f_infor .left_infor dl {
    display: block;
    margin-bottom: 2%;
  }
  #footer .footer-head .f_infor .left_infor dl:first-child dd {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer-head .f_infor .left_infor dl dt, #footer .footer-head .f_infor .left_infor dl dd {
    display: block;
    width: 100%;
  }
  #footer .footer-head .f_infor .left_infor dl dd .access {
    font-weight: bold;
    color: #00a0c2;
    text-decoration: underline;
  }
  /* ▽ PC-TAB layout ========== */
  /* ========== end △ */
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  #footer .footer-head .f_infor .left_infor dl dd .access:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-head .f_infor .left_infor .time_ttl {
    border-bottom: 1px solid #875f83;
  }
  #footer .footer-head .f_infor .left_infor .time_ttl span {
    display: inline-block;
    background: #875f83;
    color: #fff;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-head .f_infor .left_infor .txt_f {
    font-size: 12px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-head .f_infor .right_map {
    width: 100%;
  }
  #footer .footer-head .f_infor .right_map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-head .f_list_banner {
    margin-top: 5%;
  }
  #footer .footer-head .f_list_banner > div {
    width: 100%;
    margin-top: 5%;
  }
  #footer .footer-head .f_list_banner > div ul li p {
    top: 4%;
    left: 2%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .f_gnav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .f_sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  #footer .f_sns .cm-footer_contact {
    display: none;
  }
  #footer .f_sns .list_sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 460px) {
  #footer .f_sns .cm-footer_contact .btn {
    width: 50%;
    margin-right: 4%;
  }
  #footer .f_sns .cm-footer_contact .btn .btn-line span {
    font-size: 16px;
  }
  #footer .f_sns .cm-footer_contact .btn .btn-line span.ico {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 360px) {
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn {
    min-width: 120px;
  }
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line {
    padding: 0 5px;
  }
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line span {
    font-size: 14px;
  }
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .btn .btn-line span.ico {
    background-size: 20px;
    height: 20px;
    margin-right: 0;
  }
  #footer .footer-head .f_infor .left_infor dl dd .cm-footer_contact .cm-phone a span {
    font-size: 18px !important;
  }
  #footer .f_sns .cm-footer_contact .btn {
    min-width: 120px;
  }
  #footer .f_sns .cm-footer_contact .btn .btn-line span {
    font-size: 14px;
  }
  #footer .f_sns .cm-footer_contact .btn .btn-line span.ico {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  #footer .f_sns .cm-footer_contact .cm-phone a span {
    font-size: 18px !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 320px) {
  #footer .f_sns .cm-footer_contact .cm-phone a span {
    font-size: 16px !important;
  }
}
/* ========== end △ */

.time_table {
  width: 100%;
}
.time_table tr {
  border-bottom: 1px solid #ccc;
}
.time_table tr th {
  font-weight: bold;
}
.time_table tr th, .time_table tr td {
  padding: 10px 0;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 16px;
}
.time_table tr th:first-child, .time_table tr td:first-child {
  text-align: left;
}
.time_table tr td {
  text-align: center;
}
.time_table tr td span {
  display: inline-block;
}
.time_table tr td span.line {
  width: 15px;
  height: 8px;
  border-top: 2px solid #444;
}
.time_table tr td span.circle {
  position: relative;
  background: #9ab3a7;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.time_table tr td span.circle.num_span:after {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.time_table tr td span.circle.num_1:after {
  content: "※1";
}
.time_table tr td span.circle.num_2:after {
  content: "※2";
}
.time_table tr td span.multiply {
  position: relative;
  width: 15px;
  height: 8px;

}
.time_table tr td span.multiply:after,
.time_table tr td span.multiply:before {
  position: absolute;
  content: "";
  background: #444;
  width: 15px;
  height: 2px;
  left: 0;
}
.time_table tr td span.multiply:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.time_table tr td span.multiply:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 460px) {
  .time_table tr th, .time_table tr td {
    min-width: 25px;
    font-size: 14px;
  }
  .time_table tr td span.line {
    width: 10px;
    height: 5px;
  }
  .time_table tr td span.circle {
    width: 10px;
    height: 10px;
  }
  
  .time_table tr td span.circle.num_span:after {
    font-size: 10px;
    bottom: -15px;
  }
  .time_table tr td span.multiply {
    width: 10px;
    height: 6px;
  }
  .time_table tr td span.multiply:after,
  .time_table tr td span.multiply:before {
    width: 10px;
  }
}
/* ========== end △ */

.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_sns li a {
  text-decoration: none;
}
.list_sns li a span.cm_txt {
  margin-left: 3px;
}
.list_sns li:first-child {
  margin-right: 40px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .list_sns li:first-child a:hover {
    color: #ff0000;
  }
  .list_sns li:nth-child(2) a:hover {
    color: #1da1f2;
  }
}
/* ========== end △ */

.copy_right {
  background: #9ab3a7;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 2px;
}

/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 8% !important;
  }
}
/* ========== end △ */

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 8% !important;
  }
}
/* ========== end △ */

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .f18 {
    font-size: 16px !important;
  }
}
/* ========== end △ */

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.add_font2 {
  font-family: "Oswald", sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}
.t_red{
  color: red;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
}
/* ========== end △ */
/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .l-pagetopanchor {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 999;
}

/*==========================================
■8.Title cm
====================================================================================*/
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}


/*====================================================================================
■09.FIX BTN
====================================================================================*/
.fix_btn_wrap {
  position: fixed;
  right: 0;
  top: 50%;
	transform: translateY(-50%);
  z-index: 999;
	width: 53px;	
}

.calender_fix {
	cursor: pointer;
}

.mail_fix{
	margin-top: 15px;
}

.calender_fix .link,
.mail_fix .link{
	text-decoration: none !important;
}

.calender_fix .link:hover,
.mail_fix .link:hover{
	opacity: .7;
}

.calender_fix .txt,
.mail_fix .txt{
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	writing-mode: vertical-rl;
	padding: 20px 15px;
	background-color: #47947d;
	border-radius: 4px 0 0 0;
	text-decoration: none;
}

.calender_fix .txt {
	background-color: #47947d;
}

.mail_fix .txt {
	background-color: #479ebf;
}

.calender_fix .txt::before,
.mail_fix .txt::before{
	content: "";
	display: block;
	margin-bottom: 10px;
}


.calender_fix .txt::before{
	background: url("../common_img/calender_icon.png") ;
	width: 23px;
	height: 24px;
}

.mail_fix .txt::before{
	background: url("../common_img/mail_icon.png") ;
	width: 25px;
	height: 19px;
}


.calender_fix .icon,
.mail_fix .icon{
	display: flex;
	justify-content: center;
	padding: 13px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 0 4px;
}

.calender_fix .icon::before,
.mail_fix .icon::before{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 8.5px 0 8.5px 15px;
}

.calender_fix .icon::before {
	border-color: transparent transparent transparent #47947D;
}

.mail_fix .icon::before{
	border-color: transparent transparent transparent #479ebf;
}

@media only screen and (max-width: 767px) {
	.fix_btn_wrap {
		display: none;
	}
}

