@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 97%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  width: 960px;
  margin: 56px auto 120px;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}
.pankuzu ol li:nth-child(1):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #00c7a0 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #00c7a0;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #00c7a0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #00c7a0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

@media screen and (max-width: 834px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}
@media screen and (max-width: 640px) {
  .dnone_pc {
    display: block;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

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

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

.pd10 {
  padding: 10px !important;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}
.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* 会社概要 *********/
.company_cont01 table td {
  border-bottom: 1px solid #ccc !important;
}
.company_cont01 table td:nth-child(odd) {
  border-bottom: 1px solid #00c7a0 !important;
}
@media screen and (max-width: 640px) {
  .company_cont01 table td:nth-child(odd) {
    background: rgba(0, 199, 160, 0.1);
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

/********* 2カラム *********/
.works_cont01 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}
.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}
.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* 404 *********/
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* Other *********/
header#global_header {
  max-width: 100%;
}
#header {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
  }
}

.header_container {
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
  }
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
  }
}
.header_container .col_01 .h_logo {
  z-index: 9999;
  margin-top: 13px;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .h_logo {
    width: 20%;
    position: fixed;
    top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .h_logo {
    width: 38%;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    top: 5px;
  }
}
.header_container .col_01 .contact {
  margin-right: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .contact {
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .contact {
    margin-right: 0px;
    margin-top: 50px;
  }
}
.header_container .col_01 .contact .ttl {
  background-color: #00c7a0;
  color: #fff;
  padding: 1px 35px;
  text-align: center;
}
.header_container .col_01 .info {
  display: flex;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .info {
    right: 40px;
    margin-top: 0px;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .info {
    flex-direction: column;
    right: 0;
    margin-top: 8px;
    position: static;
    z-index: 1;
  }
}
.header_container .col_01 .cal {
  background-color: #ecffcc;
  border: 1px solid #d4d6c4;
  padding: 10px;
  font-size: 12px;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .cal {
    display: none;
  }
}
.header_container .col_01 .cal .time {
  display: flex;
}
.header_container .col_01 .cal .time span {
  background-color: #a2db45;
  color: #fff;
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  padding: 0 10px;
}
.header_container .col_01 .cal .teikyuu {
  display: flex;
}
.header_container .col_01 .cal .teikyuu span {
  background-color: #a2db45;
  color: #fff;
  display: inline-block;
  height: 20px;
  margin-right: 20px;
  padding: 0 10px;
}
.header_container .col_01 .tel {
  color: #00c7a0;
  font-size: 27px;
  margin-top: 20px;
}
.header_container .col_01 .tel a {
  color: #00c7a0 !important;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .tel {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .tel {
    margin-top: 10px;
  }
}
.header_container .col_01 .tel [data-ruby] {
  position: relative;
}
.header_container .col_01 .tel [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0.2em;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  color: #a2db45;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 .tel [data-ruby]::before {
    font-size: 0.4em;
    top: -0.5em;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .tel [data-ruby]::before {
    font-size: 0.4em;
  }
}
.header_container .col_02 {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .header_container .col_02 {
    text-align: center;
  }
}
.header_container .col_02 a {
  color: #333 !important;
}

button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  button {
    display: block !important;
  }
}

#nav_global {
  background-color: #00c7a0;
}
#nav_global ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #87f3de;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px solid #87f3de;
}
#nav_global ul li a {
  display: block;
}
#nav_global ul li a:hover {
  transition: 0.5s;
  color: #333;
}
#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #00c7a0;
}
#nav_global ul li ul li a {
  display: block;
  padding: 10px 0;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: 500px;
    min-height: 200px;
    width: 100% !important;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    max-height: 500px;
    min-height: 156px;
    width: 500px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .spnone {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  #mainArea .pcnone {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #00c7a0 !important;
  z-index: 9999 !important;
}

.mean-container a.meanmenu-reveal {
  color: #333 !important;
  top: 8px !important;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 8 !important;
  padding: 2px 0 !important;
}
@media screen and (max-width: 834px) {
  .mean-container .mean-bar {
    padding: 12px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .mean-container .mean-bar {
    padding: 2px 0 !important;
  }
}
@media screen and (max-width: 834px) {
  .mean-container .mean-bar img {
    width: 5% !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .mean-container .mean-bar img {
    width: 10% !important;
    padding-right: 20px !important;
  }
}

.mean-container .mean-nav {
  background: #00c7a0 !important;
  margin-top: 54px !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  color: #fff !important;
  font-size: 15px;
  padding-left: 20px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #000 !important;*/
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
}

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

.web-btn {
  display: flex;
  align-items: center;
  margin-left: 1px;
  padding: 10px 5px;
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: #00c7a0;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .web-btn {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.web-btn:after {
  margin-left: 5px;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-family: 900;
}

#global_footer {
  background-color: #fff !important;
  position: relative;
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 640px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 10px 0;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
#footer .inner .footer_container .col_01 {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_01 {
    margin-bottom: 0px;
  }
}
#footer .inner .footer_container .col_02 .nav_footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_02 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_02 .nav_footer li a {
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_02 .nav_footer li a {
    background-color: #00c7a0;
    width: 75%;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    padding: 2px;
    margin-bottom: 1em;
    color: #fff !important;
  }
}

#copyright {
  padding-top: 20px;
  color: #333;
  font-size: 13px;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

/*-------------------- HOME --------------------*/
.h1ttl {
  background-image: url(../images/home/h1_bg.png);
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .h1ttl {
    background-image: url(../images/home/h1_bg_sp.png);
    background-position: 49% 50%;
  }
}
@media screen and (max-width: 640px) {
  .h1ttl {
    background-image: url(../images/home/h1_bg_sp.png);
    background-position: 49% 100%;
  }
}
.h1ttl h1 {
  padding-top: 55px;
  font-size: 34px;
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .h1ttl h1 {
    font-size: 26px;
  }
}

.bnone td {
  border: none !important;
}

.greeting .left {
  width: 55%;
}

.h2ttl {
  position: relative;
}
.h2ttl h2 {
  font-size: 27px;
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2ttl h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #00c7a0;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .h2ttl h2:after {
    left: 42%;
  }
}
@media screen and (max-width: 640px) {
  .h2ttl h2 {
    text-align: center;
  }
}

.cont_1 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column;
  }
}
.cont_1 .kamoku table {
  width: 94% !important;
}
@media screen and (max-width: 640px) {
  .cont_1 .kamoku table {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .kamoku {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.cont_1 .kamoku td {
  padding: 0px !important;
}
@media screen and (max-width: 834px) {
  .cont_1 .kamoku td {
    padding: 4px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .kamoku td {
    padding: 0px !important;
  }
}
.cont_1 .kamoku h3 {
  font-size: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .cont_1 .kamoku h3 {
    font-size: 16px;
  }
}
.cont_1 .txt {
  font-size: 13px;
  width: 70% !important;
}
.cont_1 .img {
  margin: 0 auto;
}

.button {
  margin-top: 50px;
  display: inline-block;
  padding: 1.2rem 1.25rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  width: 400px;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .button {
    margin-top: 10px;
    width: 100%;
  }
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c7a0;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #14eac0;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover {
  color: #fff;
  opacity: 10 !important;
}
.button:hover:before {
  width: 100%;
}

.timehyou {
  font-size: 18px;
}
.timehyou td {
  border: 1px solid #89c723 !important;
}
@media screen and (max-width: 640px) {
  .timehyou table {
    width: auto !important;
  }
}
.timehyou .ttl {
  color: #fff;
  font-size: 18px;
}
.timehyou .maru {
  color: #89c723 !important;
  font-size: 20px;
}

/*-------------------- h1背景 --------------------*/
.cont_2 {
  position: relative;
  background-image: url(../images/home/access_bg.jpg);
  background-size: cover;
  display: flex;
  margin-top: 80px;
}
.cont_2 a {
  color: #00c7a0 !important;
  border-bottom: 1px solid #00c7a0;
}
.cont_2 .inner {
  padding: 50px 0px;
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 640px) {
  .cont_2 .inner {
    flex-direction: column;
  }
}
.cont_2 .news {
  text-align: center;
  margin: 0 auto;
}
.cont_2 .news h3 {
  font-size: 20px;
  border-bottom: 2px solid #00c7a0;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.cont_2 .newsbox td {
  border: none !important;
}
.cont_2 .scroll {
  z-index: 99999 !important;
  background-color: #fff !important;
  padding: 10px;
  overflow-y: scroll;
  max-height: 300px;
  width: 95%;
}
@media screen and (max-width: 640px) {
  .cont_2 .scroll {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    padding-left: 0px;
  }
}
.cont_2 .scroll .left {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .cont_2 .scroll .left {
    width: 40% !important;
  }
}
.cont_2 .side {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .cont_2 .side {
    width: 100%;
  }
}
.cont_2 .info {
  background-color: #fff;
  padding: 30px;
}
.cont_2 .info .inner {
  display: flex;
  flex-direction: column;
}

/*-------------------- h1背景 --------------------*/
.cont_3 {
  position: relative;
  background-image: url(../images/home/access_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .cont_3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 {
    margin-top: 0px;
  }
}
.cont_3 .inner {
  padding: 50px 0px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    padding: 38px 0px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .inner {
    padding: 20px 0px;
  }
}
.cont_3 .h1txt h1 {
  font-size: 30px;
  font-family: "Source Han Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cont_3 .h1txt h1 {
    font-size: 20px;
  }
}

.pankuzu {
  font-size: 14px;
  color: #333 !important;
}
.pankuzu a {
  color: #00c7a0 !important;
}

.h2txt {
  background-color: #bef9ed;
  padding: 10px;
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.h2txt h2 {
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
  color: #333;
}
@media screen and (max-width: 640px) {
  .h2txt h2 {
    font-size: 17px;
  }
}
.h2txt h2:before {
  content: url(../images/contents/h2_icon.png);
  position: absolute;
  top: 7px;
  left: 8px;
  padding-right: 30px;
}

.h3txt h3 {
  border-bottom: solid 3px #ceddda;
  position: relative;
  font-size: 18px;
  margin-top: 60px;
}
.h3txt h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00c7a0;
  bottom: -3px;
  width: 20%;
}

.sinryou {
  margin-top: 15px;
}
.sinryou td {
  padding: 0px !important;
}
.sinryou .left {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .sinryou .left {
    margin-bottom: 20px !important;
  }
}
.sinryou .right {
  text-align: right;
}
.sinryou .right img {
  outline: 10px solid #9cded1;
  outline-offset: -10px;
  width: 235px !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.sinryou .button02 {
  margin-top: 50px;
  padding: 1.1rem 1.25rem;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  width: 300px;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  margin-top: 0 auto;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .sinryou .button02 {
    margin-top: 10px;
  }
}
.sinryou .button02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c7a0;
  z-index: -2;
}
.sinryou .button02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #14eac0;
  transition: all 0.3s;
  z-index: -1;
}
.sinryou .button02:hover {
  color: #fff;
  opacity: 10 !important;
}
.sinryou .button02:hover:before {
  width: 100%;
}

.mente {
  margin-top: 30px;
}
.mente td {
  padding: 0px !important;
}
.mente .right {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .mente .right {
    text-align: center;
  }
}
.mente .right img {
  width: 400px !important;
}
@media screen and (max-width: 834px) {
  .mente .right img {
    width: 93% !important;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .mente .right img {
    width: 70% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.mente .txt {
  color: #00a383;
  border-bottom: 1px dotted #868686 !important;
  padding-left: 25px !important;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .mente .txt {
    font-size: 15px;
  }
}
.mente .txt:before {
  position: absolute;
  left: 0;
  content: "●";
  /*アイコンのユニコード*/
  font-size: 18px;
}

.box {
  margin-top: 30px;
  border: 3px double #95b8b2;
  padding: 20px;
  background-color: #e1f8f4;
}

.cont_4 {
  position: relative;
  display: flex;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column;
  }
}
.cont_4 .inner {
  padding: 20px 0px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .cont_4 .inner {
    padding: 20px 0px;
  }
}
.cont_4 .beaf {
  text-align: center;
}
.cont_4 .beaf td {
  padding: 5px !important;
}
.cont_4 .old {
  background-color: #dadada;
  font-size: 18px;
}
.cont_4 .new {
  background-color: #00c7a0;
  color: #fff;
  font-size: 18px;
}

.stepbox {
  margin-top: 30px;
}
.stepbox td {
  padding: 10px !important;
}
.stepbox .step {
  background-color: #00c7a0;
  color: #fff;
  font-size: 18px;
  padding: 0px !important;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .stepbox .step {
    width: 30% !important;
    font-size: 14px;
  }
}
.stepbox .txt {
  width: 80%;
  text-align: left;
  padding-left: 30px !important;
}

.stepttl {
  color: #00c7a0;
  font-size: 17px;
}

.box02 {
  margin-top: 30px;
  border: 3px double #95b8b2;
  padding: 20px;
  background-color: #e1f8f4;
}
.box02 td {
  padding: 5px !important;
}

.faq {
  border-bottom: 1px dotted #333 !important;
}
.faq td {
  padding: 15px !important;
}
.faq .q {
  background-color: #00c7a0;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq .q5 {
    width: 20% !important;
  }
}
.faq .qtxt {
  width: 92%;
  text-align: left;
  font-size: 20px;
}
.faq .a {
  background-color: #c75e00;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}

.box03 {
  margin-top: 30px;
  border: 3px double #95b8b2;
  padding: 30px;
  background-color: #e1f8f4;
}
.box03 td {
  padding: 5px !important;
}
.box03 .h3txt h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 18px;
  margin-top: 20px;
}
.box03 .h3txt h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00c7a0;
  bottom: -3px;
  width: 20%;
}

.price {
  font-size: 16px;
}
.price td {
  padding: 10px !important;
}
.price .left {
  width: 70%;
  color: #00a383;
}
.price .right {
  text-align: right;
}
.price tr {
  border-bottom: 1px dotted #868686 !important;
}

.photo {
  color: #00c7a0;
  font-weight: bold !important;
  font-size: 18px;
}

.info td {
  padding: 10px !important;
}
.info .left {
  background-color: #daf7f1;
  width: 20%;
}

.banner td {
  padding: 0px !important;
}
@media screen and (max-width: 834px) {
  .banner td {
    padding: 10px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .banner td {
    padding: 10px 20px !important;
  }
}

/* title *//*# sourceMappingURL=common.css.map */