@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 960px; }
  @media only screen and (max-width: 768px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 150px;
  padding: 0 10px; }

#contents {
  width: 100%;
  max-width: 960px; }
  @media only screen and (max-width: 768px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0; }
  .pankuzu a {
    color: #01b4bb; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  color: #01b4bb; }
  .error_link a:hover {
    text-decoration: underline; }

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

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

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px; }
  .smp h2:first-of-type {
    margin-top: 0; }
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px; }
  .smp h3:first-of-type {
    margin-top: 20px; }
.smp p {
  margin-bottom: 10px; }
.smp ul {
  padding: 0 20px; }
.smp li {
  margin-bottom: 10px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !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: 15px; }

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

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 1; }

.imgR, .imgL {
  margin-left: 30px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .imgR, .imgL {
      max-width: 30% !important; } }
  @media only screen and (max-width: 468px) {
    .imgR, .imgL {
      display: block;
      float: none;
      margin: 0 auto 20px !important;
      max-width: 100% !important;
      text-align: center; } }

.imgL {
  margin-left: 0;
  margin-right: 30px; }

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

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

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px 0; }
  @media only screen and (max-width: 468px) {
    #header {
      display: block; } }
  @media only screen and (max-width: 468px) {
    #header #siteID {
      margin-bottom: 10px; } }
  #header #siteID a {
    opacity: 1; }
  #header #hed_info {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e4f8f9;
    padding: 10px; }
    @media only screen and (max-width: 468px) {
      #header #hed_info {
        display: block; } }
    #header #hed_info .txt_tel {
      margin-right: 15px;
      font-size: 15px;
      color: #01b4bb; }
      @media only screen and (max-width: 468px) {
        #header #hed_info .txt_tel {
          margin-bottom: 10px; } }
      #header #hed_info .txt_tel .linkTel {
        margin-left: 5px;
        font-size: 30px; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          #header #hed_info .txt_tel .linkTel {
            font-size: 17px; } }
        #header #hed_info .txt_tel .linkTel a {
          font-size: 30px; }
    #header #hed_info .cont a {
      display: block;
      width: 165px;
      padding: 1px;
      border: 1px solid #01b4bb;
      background-color: #01b4bb;
      color: #fff; }
      @media only screen and (max-width: 468px) {
        #header #hed_info .cont a {
          margin: 0 auto; } }
      #header #hed_info .cont a:hover {
        background-color: #fff;
        color: #01b4bb; }

#nav_global {
  margin-bottom: 30px;
  padding: 0 6px; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      border-left: 1px solid #555555;
      line-height: 1.4; }
      #nav_global ul li:last-of-type {
        border-right: 1px solid #555555; }
      #nav_global ul li a {
        display: block;
        font-size: 15px;
        color: #555555; }
        #nav_global ul li a:hover {
          color: #01b4bb; }

#mainArea {
  width: 100%;
  overflow: hidden;
  background: url(../images/contents/bg_main.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 130px;
  padding: 13% 0; }
  @media only screen and (max-width: 768px) {
    #mainArea {
      margin-bottom: 50px; } }

.mean-container .mean-bar {
  background: #01b4bb !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #e4f8f9 !important; }

.mean-container .mean-nav ul {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(1, 180, 187, 0.5) !important;
  padding: 2% 5% !important;
  color: #01b4bb !important; }

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 15px; }
  footer#global_footer a {
    font-size: 15px;
    color: #fff;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 5%; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #pagetop {
        bottom: 10px;
        right: 2%; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #pagetop {
        width: 25%; } }
  footer#global_footer #nav_footer {
    background-color: #01b4bb; }
    footer#global_footer #nav_footer ul {
      padding: 20px 5px; }
    footer#global_footer #nav_footer li {
      display: inline-block; }
      footer#global_footer #nav_footer li:before {
        content: "|";
        padding: 0 8px;
        color: #fff; }
      footer#global_footer #nav_footer li:last-of-type:after {
        content: "|";
        padding: 0 8px;
        color: #fff; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          text-decoration: underline; }
    footer#global_footer #nav_footer .pc_none {
      display: none; }
  footer#global_footer #copy {
    display: block;
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #copy {
        border-top: 1px solid #01b4bb; } }
    footer#global_footer #copy a {
      text-decoration: none;
      color: #000000; }

/* index.html */
.top_h1 h1 {
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_h1 h1 {
      margin-bottom: 20px;
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    .top_h1 h1 {
      margin-bottom: 40px;
      font-size: 19px; } }

.top_h2 h2 {
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  font-weight: bold; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_h2 h2 {
      font-size: 24px;
      text-align: center; } }
  @media only screen and (max-width: 468px) {
    .top_h2 h2 {
      margin-bottom: 20px;
      font-size: 16px; } }

.top_con01 {
  margin-top: 130px;
  padding-right: 45%;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (max-width: 768px) {
    .top_con01 {
      margin-top: 70px;
      padding: 85% 0 0 0;
      background-size: contain; } }

.bg_news {
  margin-top: 70px;
  padding: 180px 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .bg_news {
      padding: 120px 0; } }
  @media only screen and (max-width: 468px) {
    .bg_news {
      padding: 100px 0; } }

.ttl_news h2 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .ttl_news h2:before, .ttl_news h2:after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #ccc; }
  .ttl_news h2:before {
    margin-right: 1rem; }
  .ttl_news h2:after {
    margin-left: 1rem; }

.wrap_news dl {
  display: block !important;
  margin-bottom: 15px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #000000; }
  .wrap_news dl:last-of-type {
    margin-bottom: 0; }
.wrap_news dt, .wrap_news dd {
  border: none !important;
  background-color: transparent !important; }

.wrap_acs {
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .wrap_acs {
      display: block;
      margin-top: 70px; } }

.g_map, .adsTxt {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .g_map, .adsTxt {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .adsTxt {
    margin-top: 70px; } }
.adsTxt li {
  text-align: center !important; }
  .adsTxt li:first-of-type {
    margin-bottom: 30px; }
  .adsTxt li:nth-of-type(2) {
    margin-bottom: 40px;
    line-height: 3.1; }
  .adsTxt li .linkTel a {
    color: #000000; }

.insta {
  margin-top: 100px; }
  .insta .sns_list {
    flex-wrap: wrap;
    flex-direction: row !important;
    border: none !important; }
  .insta .sns_list > div {
    width: 20%;
    border-bottom: 0 !important; }
  .insta .sns_photo {
    width: 100% !important;
    padding: 0 3% 3% 0 !important; }
    .insta .sns_photo:nth-of-type(5n) {
      margin-right: 0; }
  .insta .sns_text {
    display: none; }

.koushin {
  margin-top: 50px;
  padding: 4%;
  border: 4px double #01b4bb; }
  .koushin ul {
    height: 230px;
    overflow-x: auto; }
  .koushin li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc; }
    .koushin li:last-of-type {
      margin-bottom: 0; }
    .koushin li span {
      margin-right: 20px; }
      @media only screen and (max-width: 468px) {
        .koushin li span {
          display: block;
          width: 100%;
          margin-right: 0; } }

/* index.html */
.pnt_st01 {
  margin: 70px auto 40px auto; }
  .pnt_st01 dl {
    align-items: center; }
    @media only screen and (max-width: 468px) {
      .pnt_st01 dl {
        display: block !important; } }
  .pnt_st01 dt, .pnt_st01 dd {
    border: none !important;
    background-color: transparent !important; }
    @media only screen and (max-width: 468px) {
      .pnt_st01 dt, .pnt_st01 dd {
        width: 100%; } }
  .pnt_st01 dt {
    background-color: #01b4bb !important;
    border-radius: 50%;
    margin-right: 25px;
    padding: 25px 10px !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    color: #fff; }
    @media only screen and (max-width: 468px) {
      .pnt_st01 dt {
        flex-direction: inherit !important;
        padding: 0px 10px !important;
        border-radius: 0;
        text-align: center; } }
  .pnt_st01 dd {
    font-size: 20px;
    color: #01b4bb;
    line-height: 1.5; }

/* coupon.html */
.wrap_cpn {
  background-color: #e4f8f9;
  margin-top: 50px;
  padding: 4%;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 468px) {
    .wrap_cpn {
      padding: 20px 10px; } }
  .wrap_cpn .ttl02 h2 {
    margin-bottom: 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px; }

.pnt_cpn {
  margin-bottom: 10px; }
  .pnt_cpn .box {
    margin-right: 10px;
    background-color: #b8a789;
    padding: 0 15px;
    color: #fff;
    font-size: 16px; }
    .pnt_cpn .box:last-of-type {
      margin-right: 0; }

.prc_cpn {
  justify-content: space-evenly;
  align-items: center; }
  @media only screen and (max-width: 468px) {
    .prc_cpn {
      display: block !important; } }
  .prc_cpn .box div {
    text-align: center; }
  .prc_cpn .box:first-of-type {
    background-color: #01b4bb;
    border-radius: 10px;
    padding: 20px 40px;
    font-size: 16px;
    color: #fff; }
    @media only screen and (max-width: 468px) {
      .prc_cpn .box:first-of-type {
        margin-bottom: 20px;
        padding: 20px 5px; } }
  .prc_cpn .box:nth-of-type(2) {
    padding: 0 20px; }
    .prc_cpn .box:nth-of-type(2) div {
      border-bottom: 2px solid #01b4bb;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 40px;
      font-weight: bold;
      font-style: oblique;
      color: #01b4bb;
      letter-spacing: 2px; }

.cpn_txt {
  margin-top: 30px; }

/* voice.html */
.wrap_voice {
  border: 1px solid #01b4bb;
  margin-top: 50px; }

.ttl_voice {
  justify-content: space-between;
  background-color: #e4f8f9;
  padding: 10px 20px;
  border-bottom: 1px solid #01b4bb; }
  .ttl_voice div {
    font-size: 16px; }
  .ttl_voice i {
    margin-right: 10px;
    color: #b8a789; }

.hoshi {
  color: #b8a789; }

.voice_menu {
  justify-content: space-between;
  margin: 0 10px;
  padding: 10px;
  border-bottom: 1px dotted #ccc; }
  @media only screen and (max-width: 768px) {
    .voice_menu {
      display: block !important; } }
  .voice_menu .box {
    line-height: 1.5; }
    .voice_menu .box:nth-of-type(2) {
      margin-top: 10px;
      text-align: right; }
  .voice_menu div {
    color: #01b4bb;
    font-weight: bold; }

.voice_txt {
  padding: 20px; }

/* faq.html */
.faqQ {
  margin-bottom: 2px; }
  .faqQ h3 {
    position: relative;
    background-color: #e4f8f9;
    padding: 10px 50px 10px 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5; }
    .faqQ h3:before {
      content: "Q.";
      margin-right: 10px;
      color: #01b4bb;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 28px;
      font-weight: bold; }
    .faqQ h3:after {
      content: "\f13a";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: 30%;
      bottom: -30%;
      right: 20px;
      color: #01b4bb; }

.faqA {
  margin-top: 5px;
  border: 1px solid #01b4bb;
  margin-bottom: 10px;
  padding: 20px; }

/* access.html */
.access h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #01b4bb; }

/* box */
.home_td02 .box {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 468px) {
    .home_td02 .box {
      width: 100% !important;
      margin-right: 0;
      margin-bottom: 30px; } }
  .home_td02 .box:nth-of-type(even) {
    margin-right: 0; }
  .home_td02 .box img {
    width: 100% !important; }

.home_td03 {
  margin-top: 60px; }
  .home_td03 .box {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .home_td03 .box {
        width: 48%;
        margin-right: 4%; } }
    @media only screen and (max-width: 468px) {
      .home_td03 .box {
        width: 100% !important;
        margin-left: 0 !important; } }
    .home_td03 .box:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .home_td03 .box:nth-of-type(3n) {
          margin-right: 4%; } }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .home_td03 .box:nth-of-type(even) {
        margin-right: 0; } }
    .home_td03 .box img {
      width: 100% !important; }

/* title */
body header #local-keyvisual #local-keyvisual-bg, body header #local-keyvisual .local-keyvisual-bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  padding: 150px 0; }
  @media only screen and (max-width: 468px) {
    body header #local-keyvisual #local-keyvisual-bg, body header #local-keyvisual .local-keyvisual-bg {
      padding: 70px 0; } }

.ttl01 h1 {
  margin: 100px auto 40px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: #b8a789;
  line-height: 1.5; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .ttl01 h1 {
      font-size: 32px; } }
  @media only screen and (max-width: 468px) {
    .ttl01 h1 {
      font-size: 21px; } }
.ttl01 h2 {
  margin: 100px auto 40px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 468px) {
    .ttl01 h2 {
      margin-top: 70px;
      font-size: 20px; } }
.ttl01 h3 {
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  font-weight: bold;
  color: #01b4bb; }

.ttl02 h2 {
  margin: 0px auto 40px auto;
  padding: 0px 10px 3px 10px;
  border-bottom: 1px solid #01b4bb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .ttl02 h2 {
      font-size: 20px; } }
  .ttl02 h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-right: 10px;
    background-color: #01b4bb;
    border-radius: 20px; }

/* btn */
.btn01 {
  margin-top: 40px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .btn01 {
      justify-content: space-evenly; } }
  @media only screen and (max-width: 468px) {
    .btn01 {
      display: block; } }
  .btn01 .box {
    max-width: 200px;
    width: 48%;
    margin-right: 3%; }
    @media only screen and (max-width: 468px) {
      .btn01 .box {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0; } }
    .btn01 .box:nth-of-type(even) {
      margin-right: 0; }
    @media only screen and (max-width: 468px) {
      .btn01 .box:last-of-type {
        margin-bottom: 0; } }
    .btn01 .box a {
      display: block;
      background-color: #01b4bb;
      padding: 6px 5px;
      border: 1px solid #01b4bb;
      color: #fff;
      text-align: center; }
      .btn01 .box a:hover {
        background-color: #fff;
        color: #01b4bb; }

.btn02 a {
  display: block;
  max-width: 300px;
  background-color: #01b4bb;
  margin: 0 auto;
  padding: 16px 5px;
  border: 1px solid #01b4bb;
  color: #fff;
  text-align: center; }
  .btn02 a:hover {
    background-color: #fff;
    color: #01b4bb; }

.btn_grd01 {
  margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .btn_grd01 {
      margin-top: 70px; } }
  .btn_grd01 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 60px 10px;
    border: solid 8px #b8a789;
    text-align: center; }
    .btn_grd01 a:after {
      content: "";
      border: solid 1px #b8a789;
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 12px);
      height: calc(100% - 12px); }
    .btn_grd01 a:hover {
      background-color: rgba(184, 167, 137, 0.3); }

.btn_an .box {
  width: 29%;
  margin-right: 6%;
  margin-bottom: 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .btn_an .box {
      width: 46%;
      margin-right: 8%; } }
  @media only screen and (max-width: 468px) {
    .btn_an .box {
      width: 100%;
      margin-right: 0; } }
  .btn_an .box:nth-of-type(3n) {
    margin-right: 0; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .btn_an .box:nth-of-type(3n) {
        margin-right: 8%; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .btn_an .box:nth-of-type(even) {
      margin-right: 0; } }
  .btn_an .box a {
    display: block;
    border: 1px solid #01b4bb;
    border-radius: 10px;
    padding: 10px 3px;
    text-align: center; }
    .btn_an .box a:hover {
      background-color: #01b4bb;
      color: #fff; }

/* txt */
.pnt_txt01 {
  text-align: center; }
  .pnt_txt01 div {
    display: inline-block;
    background: linear-gradient(transparent 70%, #ffff66 70%); }
    @media only screen and (max-width: 468px) {
      .pnt_txt01 div {
        background: none;
        text-align: left !important; } }

/* common */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.wrap_flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .wrap_flex .box {
    width: 46%; }

.bg_wh {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 50px 30px 30px 30px; }
  @media only screen and (max-width: 768px) {
    .bg_wh {
      margin: 0 10px; } }

.bg_blue {
  background-color: #e4f8f9;
  margin-top: 70px;
  padding: 4%; }
  @media only screen and (max-width: 468px) {
    .bg_blue {
      padding: 20px 10px; } }

.list_st01 {
  margin: 30px auto;
  padding: 4%;
  background-color: #e4f8f9; }

.dl_st01 dl {
  margin-bottom: 20px; }
  @media only screen and (max-width: 468px) {
    .dl_st01 dl {
      display: block !important; } }
.dl_st01 dt, .dl_st01 dd {
  padding-left: 2% !important;
  background-color: transparent !important;
  border: none !important; }
  @media only screen and (max-width: 468px) {
    .dl_st01 dt, .dl_st01 dd {
      width: 100% !important; } }
.dl_st01 dt {
  border-bottom: 1px solid #01b4bb !important;
  font-weight: bold; }
.dl_st01 dd {
  border-bottom: 1px solid #ccc !important; }
  @media only screen and (max-width: 468px) {
    .dl_st01 dd {
      border-bottom: 0 !important; } }

@media only screen and (max-width: 468px) {
  .tbl_st01 table {
    table-layout: auto !important; } }
.tbl_st01 td {
  padding: 10px !important;
  text-align: center !important; }
  .tbl_st01 td:first-of-type {
    background-color: #e4f8f9; }
    .tbl_st01 td:first-of-type div {
      color: #01b4bb;
      font-weight: bold; }
.tbl_st01 tr:first-of-type td {
  background-color: #e4f8f9; }
  .tbl_st01 tr:first-of-type td div {
    color: #01b4bb;
    font-weight: bold; }

.mg_30 {
  margin: 30px auto; }

.mg_t0 {
  margin-top: 0; }
  .mg_t0 h2, .mg_t0 h3 {
    margin-top: 0; }

.mg_t30 {
  margin-top: 30px; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .tab_cntr div {
    text-align: center !important; } }

@media only screen and (max-width: 468px) {
  .sp_left div {
    text-align: left !important; } }

/*# sourceMappingURL=common_style.css.map */
