@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  /*background: #FFF;*/
  background: #f4f3ef;
  z-index: 0;
  color: #493f39;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.inner {
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.notes {
  font-size: 1.4rem;
}
.notes .red {
  color: #ed1c24;
}
.notes .large {
  font-size: 114%;
}
.notes strong {
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }

  .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*PCでは表示しない*/
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

/*　リンク
----------------------------------------------------*/
a {
  color: #f78f93;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*　リンクボタン
----------------------------------------------------*/
/* button */
.button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  opacity: 1.0;
}

.button {
  width: auto;
  background-color: #8ac8cf;
  border: 2px solid #8ac8cf;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 18px 64px;
  border-radius: 30px;
}
.button:hover {
  color: #8ac8cf;
  background-color: #fff;
  border: 2px solid #8ac8cf;
}

@media screen and (max-width: 896px) {
  .button {
    font-size: 1.6rem;
  }
}
/* link_btn */
.link_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.link_btn a {
  width: 300px;
  padding: 18px 0;
}

/* link_btn_list */
ul.link_btn_list {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
ul.link_btn_list li {
  margin-left: 24px;
}
ul.link_btn_list li:first-child {
  margin-left: 0;
}
ul.link_btn_list li .button {
  width: 333px;
  font-size: 1.6rem;
  padding: 14px 8px;
}

.btn_center {
  width: 34%;
  height: auto;
  margin: 48px auto 0;
}

/*　見出し
----------------------------------------------------*/
/* top_section_title */
.top_section_title {
  margin: 80px auto 16px;
  color: #5ea2a5;
  font-size: 7.2rem;
  font-family: "Text Me One", sans-serif;
  position: relative;
  z-index: 1;
}
.top_section_title::before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 80px;
  background: url(../images/common/bg_section_title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -32px;
}
.top_section_title span {
  margin-left: 32px;
  color: #493f39;
  font-size: 2.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .top_section_title {
    margin: 40px auto 16px;
    color: #5ea2a5;
    font-size: 4.0rem;
    font-family: "Text Me One", sans-serif;
    position: relative;
    z-index: 1;
  }
  .top_section_title::before {
    display: inline-block;
    content: '';
    width: 44px;
    height: 40px;
    background: url(../images/common/bg_section_title.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 10px;
  }
  .top_section_title span {
    margin-left: 16px;
    color: #493f39;
    font-size: 1.8rem;
    font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
    vertical-align: middle;
  }
}
/* page_title */
.page_title {
  margin: 0 auto 70px;
  color: #5ea2a5;
  font-size: 7.2rem;
  font-family: "Text Me One", sans-serif;
  position: relative;
  z-index: 1;
}
.page_title::before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 80px;
  background: url(../images/common/bg_section_title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -32px;
}
.page_title span {
  margin-top: -8px;
  display: block;
  color: #493f39;
  font-size: 2.4rem;
  letter-spacing: 9.5px;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  text-shadow: 0px 3px 1px #f4f3ef, 0px 2px 1px #f4f3ef, 1px 2px 1px #f4f3ef, 2px 2px 1px #f4f3ef, 2px 1px 1px #f4f3ef, 2px 0px 1px #f4f3ef, 3px 0px 1px #f4f3ef, 2px -1px 1px #f4f3ef, 2px -2px 1px #f4f3ef, 2px -3px 1px #f4f3ef, 1px -3px 1px #f4f3ef, 0px -3px 1px #f4f3ef, -1px -3px 1px #f4f3ef, -2px -3px 1px #f4f3ef, -3px -3px 1px #f4f3ef, -3px -2px 1px #f4f3ef, -3px -1px 1px #f4f3ef, -3px 0px 1px #f4f3ef, -3px 1px 1px #f4f3ef, -3px 2px 1px #f4f3ef, -2px 2px 1px #f4f3ef, -1px 2px 1px #f4f3ef;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .page_title {
    margin: 0 auto 16px;
    color: #5ea2a5;
    font-size: 4.0rem;
    font-family: "Text Me One", sans-serif;
    position: relative;
    z-index: 1;
  }
  .page_title::before {
    display: inline-block;
    content: '';
    width: 44px;
    height: 40px;
    background: url(../images/common/bg_section_title.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 10px;
  }
  .page_title span {
    margin-top: -8px;
    color: #493f39;
    font-size: 1.8rem;
    letter-spacing: 4px;
    font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
    text-shadow: 0px 3px 1px #f4f3ef, 0px 2px 1px #f4f3ef, 1px 2px 1px #f4f3ef, 2px 2px 1px #f4f3ef, 2px 1px 1px #f4f3ef, 2px 0px 1px #f4f3ef, 3px 0px 1px #f4f3ef, 2px -1px 1px #f4f3ef, 2px -2px 1px #f4f3ef, 2px -3px 1px #f4f3ef, 1px -3px 1px #f4f3ef, 0px -3px 1px #f4f3ef, -1px -3px 1px #f4f3ef, -2px -3px 1px #f4f3ef, -3px -3px 1px #f4f3ef, -3px -2px 1px #f4f3ef, -3px -1px 1px #f4f3ef, -3px 0px 1px #f4f3ef, -3px 1px 1px #f4f3ef, -3px 2px 1px #f4f3ef, -2px 2px 1px #f4f3ef, -1px 2px 1px #f4f3ef;
    vertical-align: middle;
  }
}
/* section_title */
.section_title {
  margin: 64px auto 40px;
  color: #5ea2a5;
  font-size: 4.8rem;
  font-family: "Text Me One", sans-serif;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.section_title span {
  margin-left: 16px;
  color: #493f39;
  font-size: 2.2rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  vertical-align: middle;
  letter-spacing: 10px;
}

@media screen and (max-width: 896px) {
  .section_title {
    margin: 40px auto 16px;
    color: #5ea2a5;
    font-size: 3.6rem;
    font-family: "Text Me One", sans-serif;
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  .section_title span {
    margin-left: 10px;
    color: #493f39;
    font-size: 1.6rem;
    font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
    vertical-align: middle;
    letter-spacing: 3px;
  }
}
/* section_sub_title */
.section_sub_title {
  margin: 40px auto 24px;
  color: #5b504b;
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #ffd7d7 0%);
  padding: 0 0 2px 0;
  letter-spacing: 1px;
}

/*　カラム
----------------------------------------------------*/
/* col2 */
.col2 {
  position: relative;
  width: 100%;
  height: auto;
}
.col2 .col_1 {
  float: left;
  width: 48%;
  height: auto;
  margin: 2.5% 0 0 4%;
}
.col2 .col_1:nth-child(2n+1) {
  margin-left: 0;
}
.col2 .col_1:nth-child(-n+2) {
  margin-top: 0;
}

/* col3 */
.col3 {
  position: relative;
  width: 100%;
  height: auto;
}
.col3 .col_1 {
  float: left;
  width: 31%;
  height: auto;
  margin: 3% 0 0 3.5%;
}
.col3 .col_1:nth-child(3n+1) {
  margin-left: 0;
}
.col3 .col_1:nth-child(-n+3) {
  margin-top: 0;
}

/* col4 */
.col4 {
  position: relative;
  width: 100%;
  height: auto;
}
.col4 .col_1 {
  float: left;
  width: 23.5%;
  height: auto;
  margin: 3% 0 0 2%;
}
.col4 .col_1:nth-child(4n+1) {
  margin-left: 0;
}
.col4 .col_1:nth-child(-n+4) {
  margin-top: 0;
}

/* col5 */
.col5 {
  position: relative;
  width: 100%;
  height: auto;
}
.col5 .col_1 {
  float: left;
  width: 19%;
  height: auto;
  margin: 3% 0 0 1.2%;
}
.col5 .col_1:nth-child(5n+1) {
  margin-left: 0;
}
.col5 .col_1:nth-child(-n+5) {
  margin-top: 0;
}

/* col6 */
.col6 {
  position: relative;
  width: 100%;
  height: auto;
}
.col6 .col_1 {
  float: left;
  width: 16%;
  height: auto;
  margin: 3% 0 0 0.8%;
}
.col6 .col_1:nth-child(6n+1) {
  margin-left: 0;
}
.col6 .col_1:nth-child(-n+6) {
  margin-top: 0;
}

/*　テーブル
----------------------------------------------------*/
/* tbl_type01 tbl_type01b
---------------------------------------*/
.tbl_type01, .tbl_type01b {
  width: 100%;
  background: #fff;
  border: solid 1px #5ea2a5;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.tbl_type01 tr, .tbl_type01b tr {
  border-top: solid 1px #5ea2a5;
}
.tbl_type01 tr.total th, .tbl_type01b tr.total th {
  color: #fff;
  font-weight: 700;
  background: #5ea2a5;
}
.tbl_type01 tr th, .tbl_type01b tr th {
  background: #caebed;
  padding: 2px 6px;
  border-left: solid 1px #5ea2a5;
  text-align: center;
}
.tbl_type01 tr td, .tbl_type01b tr td {
  width: 85px;
  padding: 2px 6px;
  border-left: solid 1px #5ea2a5;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.tbl_type01 tr td.num, .tbl_type01b tr td.num {
  text-align: right;
}

.tbl_type01 tr.total {
  border-top: solid 2px #5ea2a5;
}

.tbl_type01b tr.total {
  border-top: solid 1px #5ea2a5;
}

/* tbl_type02
---------------------------------------*/
.tbl_type02 {
  width: 100%;
  background: #fff;
  border: solid 1px #5ea2a5;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.tbl_type02 tr {
  border-top: solid 1px #5ea2a5;
}
.tbl_type02 tr th {
  width: 50%;
  background: #caebed;
  padding: 2px 6px;
}
.tbl_type02 tr td {
  padding: 2px 8px;
  border-left: solid 1px #5ea2a5;
  text-align: left;
  line-height: 1.3;
  white-space: nowrap;
}
.tbl_type02 tr td.num {
  text-align: right;
}

@media screen and (max-width: 896px) {
  .tbl_type02 tr th {
    width: auto;
  }
}
/* tbl_type03
---------------------------------------*/
.tbl_type03 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-size: 1.8rem;
}
.tbl_type03 tr {
  border-bottom: dashed 2px #ffdbdd;
}
.tbl_type03 tr:last-child {
  border-bottom: 0;
}
.tbl_type03 tr th {
  width: 24%;
  width: 217px;
  padding: 12px 0;
}
.tbl_type03 tr td {
  width: 76%;
  width: 700px;
  padding: 12px 8px;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 896px) {
  .tbl_type03 {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    font-size: 1.4rem;
  }
  .tbl_type03 tr {
    border-bottom: dashed 2px #ffdbdd;
  }
  .tbl_type03 tr:first-child th {
    padding: 0 12px 12px 0;
  }
  .tbl_type03 tr:first-child td {
    padding: 0 8px 12px;
  }
  .tbl_type03 tr:last-child {
    border-bottom: 0;
  }
  .tbl_type03 tr th {
    width: auto;
    padding: 12px 12px 12px 0;
    white-space: nowrap;
  }
  .tbl_type03 tr td {
    width: auto;
    padding: 12px 8px;
    text-align: left;
    line-height: 1.3;
  }
}
@media screen and (max-width: 896px) {
  /*scroll*/
  .scroll {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .scroll .tbl_type1 {
    margin-top: 8px;
  }
}
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/* アンカー
----------------------------------------------------*/
#shaken_hiyo,
#shaken,
#tenken,
#bankin,
#toritsuke,
#ryokin,
#hoken,
#used {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 896px) {
  #shaken_hiyo,
  #shaken,
  #tenken,
  #bankin,
  #toritsuke,
  #ryokin,
  #hoken,
  #used {
    margin-top: -88px;
    padding-top: 88px;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
---------------------------------------*/
.global_header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header_contents {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: 98%;
  min-width: 1024px;
  height: 77px;
  margin: 20px auto;
  padding: 16px;
  box-sizing: border-box;
  background: white;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.header_contents .header_title {
  width: 350px;
  height: 85px;
}
.header_contents .header_title a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/title_logo.png) no-repeat center;
  background-size: contain;
  transition: 0.3s;
}
.header_contents .header_title a:hover {
  opacity: 0.7;
}

/* global_nav
---------------------------------------*/
.global_nav {
  margin-left: 80px;
  width: 100%;
}
.global_nav .pc_contents {
  display: flex;
  justify-content: space-between;
}
.global_nav .pc_contents .menu_list {
  display: flex;
  align-items: center;
  float: left;
}
.global_nav .pc_contents .menu_list li {
  margin: 0 0 0 48px;
}
.global_nav .pc_contents .menu_list li:first-child {
  margin-left: 0;
}
.global_nav .pc_contents .menu_list li a {
  margin-top: 0;
  display: block;
  color: #493f39;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}
.global_nav .pc_contents .menu_list li a span {
  margin-top: 6px;
  display: block;
  color: #5ea2a5;
  font-size: 1.6rem;
  font-family: "Text Me One", sans-serif;
}
.global_nav .pc_contents .menu_list li a:hover {
  color: #5ea2a5;
  opacity: 0.7;
}
.global_nav .pc_contents .menu_list li.active a {
  color: #5ea2a5;
}
.global_nav .pc_contents .sns_list {
  margin-left: 56px;
  display: flex;
  float: left;
}
.global_nav .pc_contents .sns_list li {
  margin: 0 0 0 18px;
}
.global_nav .pc_contents .sns_list li:first-child {
  margin-left: 0;
}
.global_nav .pc_contents .sns_list li a {
  margin-top: 0;
  display: block;
  color: #493f39;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}
.global_nav .pc_contents .header_contact {
  margin-left: auto;
}
.global_nav .pc_contents .header_contact p {
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.global_nav .pc_contents .header_contact p .tel {
  margin-top: 6px;
  display: block;
  color: #5ea2a5;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 1330px) {
  .global_nav {
    margin-left: 40px;
  }

  .global_nav .pc_contents .menu_list li {
    margin: 0 0 0 24px;
  }

  .global_nav .pc_contents .sns_list {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header_contents .header_title {
    width: 250px;
    height: 65px;
  }

  .global_nav {
    margin-left: 24px;
  }

  .global_nav .pc_contents .menu_list li a {
    font-size: 1.6rem;
  }
  .global_nav .pc_contents .menu_list li a span {
    font-size: 1.4rem;
  }

  .global_nav .pc_contents .header_contact p {
    font-size: 1.4rem;
  }
  .global_nav .pc_contents .header_contact p .tel {
    font-size: 2.0rem;
  }
}
/* global_nav
---------------------------------------*/
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .header_contents {
    width: 98%;
    min-width: auto;
    height: 64px;
    margin: 12px auto;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
  }
  .header_contents .header_title {
    width: 160px;
    height: 60px;
  }

  .global_nav {
    margin-left: auto;
    width: auto;
  }

  .sp_contents {
    display: flex;
    width: 100%;
    height: 64px;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_contents .sp_head_logo {
    margin-left: 10px;
  }
  .sp_contents .sp_head_logo img {
    width: 260px;
    height: 40px;
  }
  .sp_contents .menu {
    margin-left: auto;
    margin-right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .sp_contents .menu a {
    color: #5ea2a5;
    font-size: 3.0rem;
    line-height: 1;
  }

  .sp_nav_menu ul li.menu a {
    font-size: 1.4rem;
    color: #493f39 !important;
  }
  .sp_nav_menu ul li.menu a span {
    font-size: 1.8rem;
    color: #5ea2a5 !important;
    margin-right: 12px;
  }
  .sp_nav_menu ul .top_cover_contents {
    padding: 5% 0 5% 20px;
  }
  .sp_nav_menu ul .top_cover_contents h3 {
    font-size: 2.4rem;
  }
  .sp_nav_menu ul .top_cover_contents h3 span {
    font-size: 1.6rem;
  }
  .sp_nav_menu ul .top_cover_contents p.address {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .sp_nav_menu ul .top_cover_contents a {
    color: #ff4066;
  }
  .sp_nav_menu ul .top_cover_contents a i {
    color: #333 !important;
  }
}
.mm-menu {
  background: #f4f3ef !important;
}

/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer .footer_contents {
  background: #8ac8cf;
  padding: 32px 0;
  box-sizing: border-box;
}
.global_footer .footer_contents .inner {
  display: flex;
  align-items: center;
}
.global_footer .footer_contents .footer_title {
  width: 360px;
}
.global_footer .footer_contents .footer_title .footer_logo {
  margin: 0 auto;
  width: 165px;
  height: 185px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/footer_logo.png) no-repeat center;
  background-size: contain;
}
.global_footer .footer_contents .footer_title .footer_logo_caption {
  margin: 0 0 0 8px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 3.5px;
}
.global_footer .footer_contents .footer_title .qualification {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
.global_footer .footer_contents section {
  margin-left: 72px;
  width: 576px;
}
.global_footer .footer_contents section address {
  font-size: 1.8rem;
}
.global_footer .footer_contents section p {
  margin-top: 8px;
}
.global_footer .footer_contents section .footer_menu {
  margin-top: 8px;
  display: flex;
}
.global_footer .footer_contents section .footer_menu li {
  border-left: solid 1px #666666;
  padding: 0 10px;
  line-height: 1;
}
.global_footer .footer_contents section .footer_menu li:last-child {
  border-right: solid 1px #666666;
}
.global_footer .footer_contents section .footer_menu li a {
  color: #5b504b;
}
.global_footer .footer_contents section .footer_menu li a:hover {
  opacity: 1.0;
  color: #fff;
}
.global_footer .footer_contents section h3 {
  margin-top: 32px;
  font-size: 1.8rem;
  font-weight: 700;
}
.global_footer .footer_contents section .contact_btn_list {
  position: relative;
  width: 100%;
  height: auto;
}
.global_footer .footer_contents section .contact_btn_list li {
  float: left;
  width: 32.3%;
  height: auto;
  margin: 3% 0 0 1.5%;
}
.global_footer .footer_contents section .contact_btn_list li:nth-child(3n+1) {
  margin-left: 0;
}
.global_footer .footer_contents section .contact_btn_list li:nth-child(-n+3) {
  margin-top: 16px;
}
.global_footer .footer_contents section .contact_btn_list li .button {
  width: 100%;
  background-color: #fff;
  border: 2px solid #8ac8cf;
  color: #8ac8cf;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 4px;
}
.global_footer .footer_contents section .contact_btn_list li .button:hover {
  color: #fff;
  background-color: #c2e0e3;
  border: 2px solid #8ac8cf;
  opacity: 1.0;
}
.global_footer .copyright {
  background: #5b504b;
  padding: 24px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  .global_footer .footer_contents .footer_title {
    width: 100%;
  }
  .global_footer .footer_contents .footer_title .footer_logo {
    margin: 0 auto;
    width: 165px;
    height: 185px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/common/footer_logo.png) no-repeat center;
    background-size: contain;
  }
  .global_footer .footer_contents .footer_title .footer_logo_caption {
    margin: 0 0 0 8px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 3.5px;
  }
  .global_footer .footer_contents .footer_title .qualification {
    margin-top: 16px;
    font-size: 1.2rem;
    text-align: center;
  }
  .global_footer .footer_contents section {
    margin: 10% auto 0;
    width: 100%;
  }
  .global_footer .footer_contents section address {
    font-size: 1.6rem;
    text-align: center;
  }
  .global_footer .footer_contents section p {
    margin-top: 4px;
    text-align: center;
  }
  .global_footer .footer_contents section .footer_menu {
    margin-top: 24px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .global_footer .footer_contents section .footer_menu li {
    float: left;
    width: 48%;
    height: auto;
    margin: 0 0 0 4%;
    padding: 0;
    border-left: 0;
    border-bottom: solid 1px #666666;
  }
  .global_footer .footer_contents section .footer_menu li:nth-child(2n+1) {
    margin-left: 0;
  }
  .global_footer .footer_contents section .footer_menu li:nth-child(-n+2) {
    margin-top: 0;
    border-top: solid 1px #666666;
  }
  .global_footer .footer_contents section .footer_menu li:last-child {
    border-bottom: solid 1px #666666;
    border-right: 0;
  }
  .global_footer .footer_contents section .footer_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #5b504b;
    padding: 8px;
    box-sizing: border-box;
    line-height: 1;
  }
  .global_footer .footer_contents section .footer_menu li a:hover {
    opacity: 1.0;
    color: #fff;
  }
  .global_footer .footer_contents section h3 {
    margin-top: 32px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .global_footer .footer_contents section .contact_btn_list {
    position: relative;
    width: 100%;
    height: auto;
  }
  .global_footer .footer_contents section .contact_btn_list li {
    float: left;
    width: 48%;
    height: auto;
    margin: 3% 0 0 4%;
  }
  .global_footer .footer_contents section .contact_btn_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .global_footer .footer_contents section .contact_btn_list li:nth-child(-n+3) {
    margin-top: 16px;
  }
  .global_footer .footer_contents section .contact_btn_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .global_footer .footer_contents section .contact_btn_list li .button {
    width: 100%;
    background-color: #fff;
    border: 2px solid #8ac8cf;
    color: #8ac8cf;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 4px;
  }
  .global_footer .footer_contents section .contact_btn_list li .button:hover {
    color: #fff;
    background-color: #c2e0e3;
    border: 2px solid #8ac8cf;
    opacity: 1.0;
  }

  .global_footer .footer_contents .inner {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .global_footer .footer_contents section {
    margin: 10% auto 0;
    width: 100%;
  }
}
/*****************************************************

 Page - Common
 
*****************************************************/
/* main_content
-----------------------------------*/
.main_content {
  background: #fff;
}
.main_content .text {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .main_content {
    background: #fff;
  }
  .main_content .text {
    margin-top: 24px;
  }
}
/* cover
-----------------------------------*/
.cover {
  margin: 117px auto 0;
  width: 90%;
  height: 510px;
  background: #f4f3ef;
  display: flex;
  align-items: center;
}
.cover .cover_contents {
  width: 512px;
}
.cover .cover_contents p {
  letter-spacing: 1.0px;
  text-shadow: 0px 3px 1px #f4f3ef,0px 2px 1px #f4f3ef,1px 2px 1px #f4f3ef,2px 2px 1px #f4f3ef,2px 1px 1px #f4f3ef,2px 0px 1px #f4f3ef,3px 0px 1px #f4f3ef,2px -1px 1px #f4f3ef,2px -2px 1px #f4f3ef,2px -3px 1px #f4f3ef,1px -3px 1px #f4f3ef,0px -3px 1px #f4f3ef,-1px -3px 1px #f4f3ef,-2px -3px 1px #f4f3ef,-3px -3px 1px #f4f3ef,-3px -2px 1px #f4f3ef,-3px -1px 1px #f4f3ef,-3px 0px 1px #f4f3ef,-3px 1px 1px #f4f3ef,-3px 2px 1px #f4f3ef,-2px 2px 1px #f4f3ef,-1px 2px 1px #f4f3ef;
}
.cover.blog_cover {
  background: url("../images/blog/img_blog_cover.png") no-repeat top right;
}
.cover.service_cover {
  background: url("../images/service/img_service_cover.png") no-repeat top right;
}
.cover.about_cover {
  background: url("../images/about/img_about_cover.png") no-repeat top right;
}
.cover.contact_cover {
  background: url("../images/contact/img_contact_cover.png") no-repeat top right;
}

@media screen and (max-width: 896px) {
  .cover {
    margin: 88px auto 0;
    width: 100%;
    height: auto;
    background: #f4f3ef;
    padding: 0 0 40px;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
  .cover .cover_contents {
    width: 100%;
  }
  .cover .cover_contents p {
    letter-spacing: 1.0px;
    text-shadow: 0px 3px 1px #f4f3ef,0px 2px 1px #f4f3ef,1px 2px 1px #f4f3ef,2px 2px 1px #f4f3ef,2px 1px 1px #f4f3ef,2px 0px 1px #f4f3ef,3px 0px 1px #f4f3ef,2px -1px 1px #f4f3ef,2px -2px 1px #f4f3ef,2px -3px 1px #f4f3ef,1px -3px 1px #f4f3ef,0px -3px 1px #f4f3ef,-1px -3px 1px #f4f3ef,-2px -3px 1px #f4f3ef,-3px -3px 1px #f4f3ef,-3px -2px 1px #f4f3ef,-3px -1px 1px #f4f3ef,-3px 0px 1px #f4f3ef,-3px 1px 1px #f4f3ef,-3px 2px 1px #f4f3ef,-2px 2px 1px #f4f3ef,-1px 2px 1px #f4f3ef;
  }
  .cover.blog_cover, .cover.service_cover, .cover.about_cover, .cover.contact_cover {
    background: none;
  }
  .cover .cover_img_sp {
    width: 100%;
    height: auto;
    margin: 0 0 0 12%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .cover {
    width: 95%;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cover .inner {
    width: 48%;
  }
  .cover .cover_contents {
    width: 100%;
  }
  .cover .cover_contents p {
    letter-spacing: 1.0px;
    text-shadow: 0px 3px 1px #f4f3ef,0px 2px 1px #f4f3ef,1px 2px 1px #f4f3ef,2px 2px 1px #f4f3ef,2px 1px 1px #f4f3ef,2px 0px 1px #f4f3ef,3px 0px 1px #f4f3ef,2px -1px 1px #f4f3ef,2px -2px 1px #f4f3ef,2px -3px 1px #f4f3ef,1px -3px 1px #f4f3ef,0px -3px 1px #f4f3ef,-1px -3px 1px #f4f3ef,-2px -3px 1px #f4f3ef,-3px -3px 1px #f4f3ef,-3px -2px 1px #f4f3ef,-3px -1px 1px #f4f3ef,-3px 0px 1px #f4f3ef,-3px 1px 1px #f4f3ef,-3px 2px 1px #f4f3ef,-2px 2px 1px #f4f3ef,-1px 2px 1px #f4f3ef;
  }
  .cover .cover_img_sp {
    width: 50%;
    height: auto;
    margin: 0 0 0 0;
  }
  .cover.blog_cover, .cover.service_cover, .cover.about_cover, .cover.contact_cover {
    background: none;
  }
}
/* 背景レイアウトテンプレート
----------------------------------------------------*/
/* bg_type01
-----------------------------------*/
.bg_type01 {
  background-color: #ffffff;
  background-image: url(../images/common/bg_parts01.png), url(../images/common/bg_parts01.png);
  background-position: right -2% top 2%,bottom 2% left -2%;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 896px) {
  .bg_type01 {
    background-color: #ffffff;
    background-image: url(../images/common/bg_parts01.png), url(../images/common/bg_parts01.png);
    background-position: right -1% top 1%,bottom 1% left -1%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
}
/* bg_type02
-----------------------------------*/
.bg_type02 {
  background-color: #f4f3ef;
  background-image: url(../images/common/bg_parts02.png), url("../images/common/bg_parts02.png");
  background-position: right 2% top 2%,bottom 2% left 2%;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 896px) {
  .bg_type02 {
    background-color: #f4f3ef;
    background-image: url(../images/common/bg_parts02.png), url("../images/common/bg_parts02.png");
    background-position: right -1% top 1%,bottom 1% left -1%;
    background-repeat: no-repeat;
    background-size: 30%;
  }
}
/* BOXレイアウトテンプレート
----------------------------------------------------*/
/* box_type01
-----------------------------------*/
.box_type01 {
  background: #fff;
  padding: 40px 45px;
  box-sizing: border-box;
  border-radius: 40px;
}

@media screen and (max-width: 896px) {
  .box_type01 {
    background: #fff;
    padding: 24px 18px;
    box-sizing: border-box;
    border-radius: 20px;
  }
}
/* box_type02
-----------------------------------*/
.box_type02 {
  background: #caebed;
  padding: 24px 24px;
  box-sizing: border-box;
  border-radius: 40px;
}

@media screen and (max-width: 896px) {
  .box_type02 {
    background: #caebed;
    padding: 24px 18px;
    box-sizing: border-box;
    border-radius: 20px;
  }
}
/* googlemap
----------------------------------------------------*/
.googlemap {
  background: #fff;
  line-height: 0;
}
.googlemap iframe {
  border: 0;
  width: 98%;
  margin: 1%;
  line-height: 0;
}

@media screen and (max-width: 896px) {
  .googlemap {
    position: relative;
    padding-bottom: 25.12%;
    padding-top: 80px;
    height: 0;
    overflow: hidden;
  }

  .googlemap iframe,
  .googlemap object,
  .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 95%;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  margin-top: 118px;
}

@media screen and (max-width: 896px) {
  .top_mainvisual {
    margin-top: 88px;
  }
}
/* top_blog
-----------------------------------*/
.top_blog {
  background: #f4f3ef;
  padding: 0 0 80px;
}

/* top_service
-----------------------------------*/
.top_service {
  padding: 0 0 80px;
}
.top_service .list_service_contents {
  width: 90%;
  margin: 40px auto 0;
}
.top_service .list_service_contents .col_1 {
  float: left;
  width: 31%;
  height: auto;
  margin: 3% 0 0 3.5%;
  display: block;
  background: #ffd7d7;
  padding: 40px 32px;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
}
.top_service .list_service_contents .col_1:nth-child(3n+1) {
  margin-left: 0;
}
.top_service .list_service_contents .col_1:nth-child(-n+3) {
  margin-top: 0;
}
.top_service .list_service_contents .col_1 .num {
  width: 67px;
  height: 92px;
  background: #fff8d6;
  padding: 16px 8px;
  color: #5ea2a5;
  font-size: 4.8rem;
  font-family: "Text Me One", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}
.top_service .list_service_contents .col_1 .num::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffd7d7 transparent;
  border-width: 0 34px 24px 34px;
}
.top_service .list_service_contents .col_1 h3 {
  font-size: 2.4rem;
  text-align: center;
}
.top_service .list_service_contents .col_1 img {
  margin: 50px auto 0;
  width: 50%;
  max-width: 240px;
  height: auto;
  display: block;
  border-radius: 50%;
}
.top_service .list_service_contents .col_1 p {
  margin-top: 24px;
}
.top_service .list_service_contents .col_1 .link_btn a i {
  margin-right: 4px;
}

@media screen and (max-width: 1330px) {
  .top_service .list_service_contents .col_1 {
    padding: 32px 24px;
  }

  .top_service .list_service_contents .col_1 h3 {
    font-size: 2rem;
    text-align: center;
  }

  .top_service .list_service_contents .col_1 .num {
    width: 48px;
    height: 64px;
    padding: 16px 8px;
    font-size: 3.2rem;
  }

  .top_service .list_service_contents .col_1 .num::after {
    border-width: 0 24px 16px 24px;
  }
}
@media screen and (max-width: 1080px) {
  .top_service .list_service_contents .col_1 {
    float: left;
    width: 48%;
    height: auto;
    margin: 2.5% 0 0 4%;
    display: block;
    background: #ffd7d7;
    padding: 40px 32px;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;
  }
  .top_service .list_service_contents .col_1:nth-child(2n+1) {
    margin-left: 0;
  }
  .top_service .list_service_contents .col_1:nth-child(-n+2) {
    margin-top: 0;
  }
  .top_service .list_service_contents .col_1:nth-child(-n+3) {
    margin-top: 2.5%;
  }
  .top_service .list_service_contents .col_1:nth-child(4), .top_service .list_service_contents .col_1:nth-child(10) {
    margin-left: 4%;
  }
  .top_service .list_service_contents .col_1:first-child, .top_service .list_service_contents .col_1:nth-child(3), .top_service .list_service_contents .col_1:nth-child(7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .top_service .list_service_contents {
    margin: 24px auto 0;
  }
  .top_service .list_service_contents .col_1 {
    float: none;
    width: 100%;
    height: auto;
    margin: 24px auto 0;
    display: block;
    background: #ffd7d7;
    padding: 24px 18px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
  }
  .top_service .list_service_contents .col_1:nth-child(-n+3) {
    margin-top: 24px;
  }
  .top_service .list_service_contents .col_1:first-child {
    margin-top: 0;
  }
  .top_service .list_service_contents .col_1:nth-child(4) {
    margin-left: auto;
  }
  .top_service .list_service_contents .col_1 .num {
    width: 48px;
    height: 74px;
    background: #fff8d6;
    padding: 16px 8px;
    color: #5ea2a5;
    font-size: 3.2rem;
    font-family: "Text Me One", sans-serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 30px;
    box-sizing: border-box;
  }
  .top_service .list_service_contents .col_1 .num::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffd7d7 transparent;
    border-width: 0 24px 16px 24px;
  }
  .top_service .list_service_contents .col_1 h3 {
    font-size: 2.2rem;
    text-align: center;
  }
  .top_service .list_service_contents .col_1 img {
    margin: 24px auto 0;
    width: 65%;
    max-width: 240px;
    height: auto;
    display: block;
    border-radius: 50%;
  }
  .top_service .list_service_contents .col_1 p {
    margin-top: 16px;
  }
  .top_service .list_service_contents .col_1 .link_btn a i {
    margin-right: 4px;
  }
}
/* top_about
-----------------------------------*/
.top_about {
  padding: 0 0 80px;
}
.top_about .top_about_cnt01 {
  display: flex;
  position: relative;
}
.top_about .top_about_cnt01 .text_area p {
  width: 620px;
}
.top_about .top_about_cnt01 figure {
  margin: auto;
  display: inline-block;
  width: 260px;
  height: 214px;
  position: absolute;
  right: 28px;
  bottom: 12px;
}
.top_about .top_about_cnt02 {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: auto;
}
.top_about .top_about_cnt02 .col_1 {
  float: left;
  width: 48%;
  height: auto;
  margin: 2.5% 0 0 4%;
}
.top_about .top_about_cnt02 .col_1:nth-child(2n+1) {
  margin-left: 0;
}
.top_about .top_about_cnt02 .col_1:nth-child(-n+2) {
  margin-top: 0;
}
.top_about .top_about_cnt02 .info p {
  margin-top: 4px;
  font-size: 1.8rem;
  padding: 0 0 8px;
  border-bottom: dashed 2px #ffdbdd;
}
.top_about .top_about_cnt02 .info p:first-child {
  margin-top: 0;
}
.top_about .top_about_cnt02 .line .line_lead {
  display: flex;
}
.top_about .top_about_cnt02 .line .line_lead .text_area {
  width: 295px;
}
.top_about .top_about_cnt02 .line .line_lead .text_area h3 {
  width: 264px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/home/title_line_account.svg") no-repeat center;
  background-size: contain;
}
.top_about .top_about_cnt02 .line .line_lead .text_area p {
  margin-top: 20px;
  font-size: 1.4rem;
}
.top_about .top_about_cnt02 .line .line_lead figure {
  margin: auto;
  display: inline-block;
  width: 94px;
  height: 94px;
}
.top_about .top_about_cnt02 .line .link_btn {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.top_about .top_about_cnt02 .line .link_btn .button {
  width: 180px;
  font-size: 1.4rem;
  padding: 8px 0;
  background: #f78f93;
  border-color: #f78f93;
}
.top_about .top_about_cnt02 .line .link_btn .button:hover {
  color: #f78f93;
  background: #fff;
}
.top_about .top_about_media {
  margin: 0;
}
.top_about .top_about_media .top_about_sub_ttl {
  margin: 106px auto 30px;
  color: #5ea2a5;
  font-size: 4.6rem;
  font-family: "Text Me One", sans-serif;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .top_about {
    padding: 0 0 80px;
  }
  .top_about .top_about_cnt01 {
    display: flex;
    position: relative;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top_about .top_about_cnt01 .text_area {
    margin-top: 24px;
    display: block;
  }
  .top_about .top_about_cnt01 .text_area p {
    width: 100%;
  }
  .top_about .top_about_cnt01 figure {
    margin: 0 auto 0 14%;
    display: block;
    width: 60%;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .top_about .top_about_cnt02 {
    margin-top: 24px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .top_about .top_about_cnt02 .col_1 {
    float: none;
    width: 100%;
    height: auto;
    margin: 24px auto 0;
  }
  .top_about .top_about_cnt02 .col_1:nth-child(2n+1) {
    margin-left: auto;
  }
  .top_about .top_about_cnt02 .col_1:nth-child(-n+2) {
    margin-top: 24px;
  }
  .top_about .top_about_cnt02 .col_1:first-child {
    margin-top: 0;
  }
  .top_about .top_about_cnt02 .info p {
    margin-top: 8px;
    font-size: 1.4rem;
    padding: 0 0 6px;
    border-bottom: dashed 2px #ffdbdd;
  }
  .top_about .top_about_cnt02 .info p:first-child {
    margin-top: 0;
  }
  .top_about .top_about_cnt02 .line .line_lead {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top_about .top_about_cnt02 .line .line_lead .text_area {
    width: 100%;
  }
  .top_about .top_about_cnt02 .line .line_lead .text_area h3 {
    width: 100%;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/home/title_line_account.svg") no-repeat center;
    background-size: contain;
  }
  .top_about .top_about_cnt02 .line .line_lead .text_area p {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .top_about .top_about_cnt02 .line .line_lead figure {
    margin: auto;
    display: inline-block;
    width: 94px;
    height: 94px;
  }
  .top_about .top_about_cnt02 .line .link_btn {
    margin-top: 12px;
    display: flex;
    justify-content: center;
  }
  .top_about .top_about_cnt02 .line .link_btn .button {
    width: 180px;
    font-size: 1.4rem;
    padding: 8px 0;
    background: #f78f93;
    border-color: #f78f93;
  }
  .top_about .top_about_cnt02 .line .link_btn .button:hover {
    color: #f78f93;
    background: #fff;
  }
  .top_about .top_about_media {
    margin: 0;
  }
  .top_about .top_about_media .top_about_sub_ttl {
    margin: 64px auto 30px;
    color: #5ea2a5;
    font-size: 4.0rem;
    font-family: "Text Me One", sans-serif;
    line-height: 1;
    text-align: center;
  }

  .top_about .about_lead .text_area p {
    width: 100%;
  }

  .top_about .line .line_lead .text_area {
    width: 100%;
  }

  .top_about .line .line_lead .text_area h3 {
    width: 264px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/home/title_line_account.svg) no-repeat center;
    background-size: contain;
  }
}
/*****************************************************

 Template - Blog
 
*****************************************************/
/* list_blog_post
----------------------------------------------------*/
.list_blog_post {
  position: relative;
  width: 100%;
  height: auto;
}
.list_blog_post li {
  float: left;
  width: 31%;
  height: auto;
  margin: 40px 0 0 3.5%;
}
.list_blog_post li:nth-child(3n+1) {
  margin-left: 0;
}
.list_blog_post li:nth-child(-n+3) {
  margin-top: 0;
}
.list_blog_post li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_blog_post li a img {
  width: 312px;
  height: 190px;
}
.list_blog_post li a .date {
  margin-top: 12px;
  color: #f78f93;
  font-size: 1.4rem;
}
.list_blog_post li a .post_ttl {
  margin-top: 6px;
  color: #5b504b;
  line-height: 1.5;
}

@media screen and (max-width: 896px) {
  .list_blog_post {
    position: relative;
    width: 100%;
    height: auto;
  }
  .list_blog_post li {
    float: left;
    width: 48%;
    height: auto;
    margin: 24px 0 0 4%;
  }
  .list_blog_post li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list_blog_post li:nth-child(-n+3) {
    margin-top: 24px;
  }
  .list_blog_post li:nth-child(-n+2) {
    margin-top: 0;
  }
  .list_blog_post li:nth-child(4), .list_blog_post li:nth-child(10) {
    margin-left: 4%;
  }
  .list_blog_post li:first-child, .list_blog_post li:nth-child(3), .list_blog_post li:nth-child(7) {
    margin-left: 0;
  }
  .list_blog_post li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list_blog_post li a img {
    width: 100%;
    height: auto;
  }
  .list_blog_post li a .date {
    margin-top: 6px;
    color: #f78f93;
    font-size: 1.2rem;
  }
  .list_blog_post li a .post_ttl {
    margin-top: 3px;
    color: #5b504b;
  }
}
/*　Pager
-----------------------------------*/
.pager {
  margin-top: 80px;
  text-align: center;
  line-height: 1;
}
.pager .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 13px 16px;
  border: solid 2px #f78f93;
  border-radius: 50%;
  color: #f78f93;
  background: #fff;
}
.pager a.page-numbers {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pager a.page-numbers:hover {
  background: #ffe9ea;
  border: solid 2px #f78f93;
  color: #f78f93;
  opacity: 1;
}
.pager .current {
  background: #f78f93;
  border: solid 3px #f78f93;
  color: #fff;
}

/* blog
-----------------------------------*/
.blog {
  padding: 0 0 80px;
}

/* blog_post_title
-----------------------------------*/
.blog_post_title {
  margin-top: 80px;
  display: block;
  padding: 0 0 16px 75px;
  background: url(../images/common/bg_border_dot.png) bottom left repeat-x;
  position: relative;
}
.blog_post_title::before {
  content: '';
  color: #5ea2a5;
  font-size: 4.0rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.blog_post_title .date {
  color: #f78f93;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
.blog_post_title .title {
  color: #493f39;
  font-size: 2.2rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 896px) {
  .blog_post_title {
    margin-top: 80px;
    display: block;
    padding: 0 0 12px 38px;
    background: url(../images/common/bg_border_dot.png) bottom left repeat-x;
    position: relative;
  }
  .blog_post_title::before {
    content: '';
    color: #5ea2a5;
    font-size: 3.0rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
  }
  .blog_post_title .date {
    color: #f78f93;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
  .blog_post_title .title {
    color: #493f39;
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  margin: 56px auto 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  /*h3 + p{
  	margin-top: -24px;
  }*/
  /*h4 + p{
  	margin-top: -16px;
  }*/
}
.editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
  margin-top: 0;
}
.editor_area img {
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  border: none !important;
  vertical-align: bottom;
}
.editor_area .gallery {
  margin-top: 14px !important;
}
.editor_area p {
  margin-top: 16px;
  line-height: 1.9;
}
.editor_area a {
  color: #f78f93;
  border-bottom: solid 1px #f78f93;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 16px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border: 0;
  border-top: 1px #cccccc dotted;
  margin-top: 40px;
  margin-bottom: 40px;
}
.editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h3, .editor_area hr + h4 {
  margin-top: 0;
}
.editor_area h3 {
  display: block;
  /*margin:40px auto 32px;*/
  margin: 56px auto -8px;
  color: #5b4545;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 0;
  position: relative;
}
.editor_area h3::before {
  margin-right: 6px;
  content: '';
  color: #5ea2a5;
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.editor_area h3:first-child {
  margin-top: 0;
}
.editor_area h4 {
  /*margin: 32px auto 24px;*/
  margin: 32px auto -4px;
  color: #5ea2a5;
  font-size: 1.6rem;
  font-weight: 700;
}
.editor_area h4:first-child {
  margin-top: 0;
}

/*****************************************************

 Page - Service
 
*****************************************************/
/*　service
--------------------------------*/
.service {
  padding: 0 0 80px;
  background: url("../images/common/bg_parts01_long.png") repeat-y top 1% left 1% #fff;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  .service {
    padding: 0 0 80px;
    background: url(../images/common/bg_parts01_long_sp.png) repeat-y top center #fff;
    background-size: contain;
  }
}
/*　service01~06
--------------------------------*/
.service01,
.service02,
.service03,
.service04,
.service05,
.service06 {
  padding-bottom: 0;
}
.service01::after,
.service02::after,
.service03::after,
.service04::after,
.service05::after,
.service06::after {
  margin-top: 80px;
  display: block;
  width: 100%;
  height: 6px;
  content: "";
  background: url(../images/common/bg_border_dot.png) bottom center repeat-x;
}

@media screen and (max-width: 896px) {
  .service01::after,
  .service02::after,
  .service03::after,
  .service04::after,
  .service05::after,
  .service06::after {
    margin-top: 40px;
    display: block;
    width: 100%;
    height: 6px;
    content: "";
    background: url(../images/common/bg_border_dot.png) bottom center repeat-x;
  }
}
/*　service03 service04
--------------------------------*/
.service03 .col3, .service04 .col3 {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .service03 .col3, .service04 .col3 {
    margin-top: 24px;
  }
}
/*　service05
--------------------------------*/
.service05 .text + .table_area {
  margin-top: 40px;
}
.service05 .tbl_type01, .service05 .tbl_type01b, .service05 .tbl_type02 {
  margin-top: 24px;
}
.service05 .notes {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .service05 .text + .table_area {
    margin-top: 24px;
  }
  .service05 .scroll {
    margin-top: -12px;
  }
  .service05 .scroll_comment {
    font-size: 1.2rem;
  }
  .service05 .tbl_type01, .service05 .tbl_type01b, .service05 .tbl_type02 {
    margin-top: 24px;
  }
  .service05 .tbl_type01 tr th, .service05 .tbl_type01b tr th {
    min-width: 120px;
  }
  .service05 .tbl_type01 tr td, .service05 .tbl_type01b tr td {
    min-width: 85px;
  }
  .service05 .notes {
    margin-top: 16px;
  }
}
/*　service07
--------------------------------*/
.service07 {
  padding-bottom: 0;
}

/* service_comment
-----------------------------------*/
.service_comment {
  position: relative;
}
.service_comment::before {
  display: block;
  content: '';
  background: url("../images/service/figure_service_cat.png") no-repeat center center;
  background-size: contain;
  width: 165px;
  height: 193px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.service_comment .comment_inner {
  margin-top: 40px;
  width: 806px;
  background: #fff;
  border: solid 4px #f78f93;
  margin-left: auto;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 20px;
  position: relative;
  letter-spacing: 1px;
}
.service_comment .comment_inner::before, .service_comment .comment_inner::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 25%;
}
.service_comment .comment_inner::before {
  border-color: rgba(247, 143, 147, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -14px;
  margin-right: 4px;
  border-right-color: #F78F93;
}
.service_comment .comment_inner::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 11px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 14px;
  margin-top: -12px;
  border-right-color: #FFFFFF;
}
.service_comment .comment_inner h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 12px 10px;
  background: #ffd7d7;
  border-radius: 10px;
}
.service_comment .comment_inner h3:first-child {
  margin-top: 0;
}
.service_comment .comment_inner p {
  padding: 16px 12px 12px;
}

@media screen and (max-width: 896px) {
  .service_comment {
    display: flex;
    flex-direction: column-reverse;
  }
  .service_comment::before {
    display: block;
    content: '';
    background: url(../images/service/figure_service_cat.png) no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 175px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 34px auto 0 24%;
  }
  .service_comment .comment_inner {
    margin-top: 40px;
    width: 100%;
    background: #fff;
    border: solid 4px #f78f93;
    margin-left: auto;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 20px;
    position: relative;
    letter-spacing: 1px;
  }
  .service_comment .comment_inner h3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .service_comment .comment_inner::before, .service_comment .comment_inner::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  .service_comment .comment_inner::before {
    border-color: rgba(247, 143, 147, 0);
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    margin-top: 3px;
    border-top-color: #F78F93;
  }
  .service_comment .comment_inner::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 32px;
    border-bottom-width: 16px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-left: -20px;
    border-top-color: #FFFFFF;
  }
}
/* box_service_hoken
-----------------------------------*/
.box_service_hoken {
  margin-top: 56px;
  background: #caebed;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.box_service_hoken figure {
  width: 280px;
}
.box_service_hoken .text_area {
  margin-left: 24px;
  text-align: center;
}
.box_service_hoken .text_area .link_btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.box_service_hoken .text_area .link_btn .button {
  width: 375px;
  background: #f77484;
  border-color: #f77484;
  padding: 16px 12px;
  font-size: 1.8rem;
  border-radius: 20px;
}
.box_service_hoken .text_area .link_btn .button span {
  font-size: 1.4rem;
}
.box_service_hoken .text_area .link_btn .button:hover {
  background: #fff;
  color: #f77484;
  border-color: #f77484;
}
.box_service_hoken::after {
  display: block;
  content: '';
  background: url(../images/service/figure_hoken_cat.png) no-repeat center center;
  background-size: contain;
  width: 180px;
  height: 199px;
  position: absolute;
  top: -15px;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 896px) {
  .box_service_hoken {
    margin-top: 24px;
    background: #caebed;
    padding: 24px 16px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .box_service_hoken figure {
    max-width: 280px;
    margin: 0 auto;
  }
  .box_service_hoken figure.cat {
    max-width: 150px;
    margin: 24px auto 0;
  }
  .box_service_hoken .text_area {
    margin: 24px auto 0;
    text-align: left;
  }
  .box_service_hoken .text_area .link_btn {
    margin-top: 16px;
  }
  .box_service_hoken .text_area .link_btn .button {
    width: 100%;
    font-size: 1.6rem;
  }
  .box_service_hoken .text_area .link_btn .button span {
    font-size: 1.4rem;
  }
  .box_service_hoken .text_area .link_btn .button:hover {
    background: #fff;
    color: #f77484;
    border-color: #f77484;
  }
  .box_service_hoken::after {
    display: none;
    content: '';
    background: url(../images/service/figure_hoken_cat.png) no-repeat center center;
    background-size: contain;
    width: 180px;
    height: 199px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
/* box_service_used
-----------------------------------*/
.box_service_used {
  display: flex;
}
.box_service_used figure {
  width: 312px;
}
.box_service_used .text_area {
  margin-left: 40px;
  width: 640px;
}
.box_service_used .text_area .text {
  margin-top: 0;
}
.box_service_used .text_area .link_btn {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .box_service_used {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .box_service_used figure {
    width: 100%;
  }
  .box_service_used .text_area {
    margin: 40px auto 0;
    width: 100%;
  }
  .box_service_used .text_area .text {
    margin-top: 0;
  }
  .box_service_used .text_area .link_btn {
    margin-top: 40px;
  }
}
/*****************************************************

 Page - About
 
*****************************************************/
.about {
  padding: 0 0 0;
}

/* about_greeting
-----------------------------------*/
.about_greeting {
  padding: 0 0 64px;
}
.about_greeting .greeting_inner {
  display: flex;
  width: 120%;
  max-width: 1200px;
}
.about_greeting .greeting_inner .text_area {
  width: 670px;
}
.about_greeting .greeting_inner .text_area .signature {
  margin-top: 32px;
  font-size: 1.8rem;
}
.about_greeting .greeting_inner figure {
  margin: -100px 0 0 40px;
}

@media screen and (max-width: 896px) {
  .about_greeting {
    padding: 0 0 64px;
  }
  .about_greeting .greeting_inner {
    display: block;
    width: 100%;
    max-width: none;
  }
  .about_greeting .greeting_inner .text_area {
    width: 100%;
  }
  .about_greeting .greeting_inner .text_area .text {
    margin-top: 24px;
  }
  .about_greeting .greeting_inner .text_area .signature {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .about_greeting .greeting_inner figure {
    margin: 40px auto 0;
  }
}
/* about_overview
-----------------------------------*/
.about_overview {
  padding: 0 0 64px;
}

/* about_staff
-----------------------------------*/
.about_staff {
  padding: 0 0 64px;
}

.box_staff {
  margin-top: 40px;
  display: flex;
}
.box_staff figure {
  width: 260px;
}
.box_staff .text_area {
  margin-left: auto;
  width: 704px;
}
.box_staff .text_area .title {
  font-size: 1.8rem;
  padding-bottom: 8px;
  border-bottom: dashed 2px #ffdbdd;
}
.box_staff .text_area .title .name {
  font-size: 2.2rem;
  margin-right: 16px;
}
.box_staff .text_area .sub_title {
  margin: 20px auto 32px;
}
.box_staff .text_area .text {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .box_staff {
    margin-top: 40px;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .box_staff figure {
    margin: 24px auto 0;
    width: 65%;
    max-width: 240px;
  }
  .box_staff figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .box_staff .text_area {
    margin-left: auto;
    width: 100%;
  }
  .box_staff .text_area .title {
    font-size: 1.6rem;
    padding-bottom: 8px;
    border-bottom: dashed 2px #ffdbdd;
    text-align: center;
  }
  .box_staff .text_area .title .name {
    display: block;
    font-size: 1.8rem;
  }
  .box_staff .text_area .sub_title {
    margin: 8px auto 16px;
    text-align: center;
  }
  .box_staff .text_area .text {
    margin-top: 20px;
  }
}
/* about_map
-----------------------------------*/
.about_map {
  padding: 0 0 80px;
}
.about_map .googlemap {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .about_map {
    padding: 0 0 80px;
  }
  .about_map .googlemap {
    margin-top: 24px;
  }
}
/*****************************************************

 Page - Contact
 
*****************************************************/
.contact {
  padding: 0 0 0;
}

@media screen and (max-width: 896px) {
  .contact .section_title span {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
/* contact_info
-----------------------------------*/
.contact_info {
  padding: 0 0 80px;
}
.contact_info .contact_info_col {
  position: relative;
  width: 100%;
  height: auto;
}
.contact_info .contact_info_col .col_1 {
  float: left;
  width: 48%;
  height: auto;
  margin: 2.5% 0 0 4%;
}
.contact_info .contact_info_col .col_1:nth-child(2n+1) {
  margin-left: 0;
}
.contact_info .contact_info_col .col_1:nth-child(-n+2) {
  margin-top: 64px;
}
.contact_info .box_type02 h3 {
  color: #5ea2a5;
  font-size: 2.4rem;
  text-align: center;
  background: #fff;
  padding: 9px 0 8px;
  box-sizing: border-box;
  border-radius: 8px;
}
.contact_info .info p {
  margin-top: 24px;
  text-align: center;
}
.contact_info .info p:first-child {
  margin-top: 0;
}
.contact_info .info p.tel {
  margin-top: 16px;
  color: #ff4066;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.8;
}
.contact_info .line .line_lead {
  margin-top: 24px;
  display: flex;
}
.contact_info .line .line_lead .text_area {
  width: 295px;
}
.contact_info .line .line_lead .text_area h3 {
  width: 264px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/home/title_line_account.svg") no-repeat center;
  background-size: contain;
}
.contact_info .line .line_lead figure {
  margin: auto;
  display: inline-block;
  width: 94px;
  height: 94px;
}
.contact_info .line .link_btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.contact_info .line .link_btn .button {
  width: 180px;
  font-size: 1.4rem;
  padding: 8px 0;
  background: #f78f93;
  border-color: #f78f93;
}
.contact_info .line .link_btn .button:hover {
  color: #f78f93;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .contact_info {
    padding: 0 0 80px;
  }
  .contact_info .contact_info_col {
    position: relative;
    width: 100%;
    height: auto;
  }
  .contact_info .contact_info_col .col_1 {
    float: none;
    width: 100%;
    height: auto;
    margin: 2.5% auto 0;
  }
  .contact_info .contact_info_col .col_1:nth-child(2n+1) {
    margin-left: 0;
  }
  .contact_info .contact_info_col .col_1:nth-child(-n+2) {
    margin-top: 24px;
  }
  .contact_info .box_type02 h3 {
    color: #5ea2a5;
    font-size: 2.0rem;
    text-align: center;
    background: #fff;
    padding: 9px 0 8px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .contact_info .info p {
    margin-top: 24px;
    text-align: left;
  }
  .contact_info .info p:first-child {
    margin-top: 0;
  }
  .contact_info .info p.tel {
    margin-top: 16px;
    color: #ff4066;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 0.8;
    text-align: center;
  }
  .contact_info .info p.tel a {
    color: #ff4066;
  }
  .contact_info .line .line_lead {
    margin-top: 24px;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contact_info .line .line_lead .text_area {
    width: 100%;
  }
  .contact_info .line .line_lead .text_area h3 {
    width: 264px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/home/title_line_account.svg") no-repeat center;
    background-size: contain;
  }
  .contact_info .line .line_lead figure {
    margin: 16px auto 0;
    display: inline-block;
    width: 94px;
    height: 94px;
  }
  .contact_info .line .link_btn {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }
  .contact_info .line .link_btn .button {
    width: 180px;
    font-size: 1.4rem;
    padding: 8px 0;
    background: #f78f93;
    border-color: #f78f93;
  }
  .contact_info .line .link_btn .button:hover {
    color: #f78f93;
    background: #fff;
  }
}
/* contact_mailform
-----------------------------------*/
.contact_mailform {
  padding: 0 0 80px;
}

.privacypolicy h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 72px auto 0;
}
.privacypolicy .text {
  margin-top: 6px;
}

.mailform_area {
  margin-top: 40px;
}

/* poricy_scroll_box
-----------------------------------*/
.poricy_scroll_box {
  margin-top: 40px;
  width: auto;
  height: 290px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #fff solid;
  background: #fff;
  overflow-y: scroll;
}
.poricy_scroll_box h4 {
  margin: 32px auto 16px;
  font-weight: 700;
}
.poricy_scroll_box ul {
  margin: 8px 8px;
}
.poricy_scroll_box ul li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

/* form_tbl
-----------------------------------*/
table.form_tbl {
  width: 100%;
  font-weight: 400;
  line-height: 1;
}
table.form_tbl tr {
  border-bottom: dashed 2px #ffdbdd;
  /*&:first-of-type{
  	th,td{
  		padding-top:0;
  	}
  }*/
}
table.form_tbl tr th {
  width: 284px;
  padding: 24px 20px 24px 0;
  color: #333333;
  text-align: left;
}
table.form_tbl tr td {
  padding: 16px 20px 16px 20px;
  color: #666666;
}

@media screen and (max-width: 820px) {
  table.form_tbl {
    width: 100%;
    font-weight: 400;
    line-height: 1;
  }
  table.form_tbl tr {
    border-bottom: dashed 2px #ffdbdd;
    /*&:first-of-type{
    	th,td{
    		padding-top:0;
    	}
    }*/
  }
  table.form_tbl tr th {
    display: block;
    width: 100%;
    padding: 24px 8px 16px;
    box-sizing: border-box;
    color: #333333;
    text-align: left;
  }
  table.form_tbl tr td {
    display: block;
    width: 100%;
    padding: 0 8px 16px;
    box-sizing: border-box;
    color: #666666;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 8px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, textarea.w80, select.w80 {
  width: 80%;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, textarea.w60, select.w60 {
  width: 60%;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, input[type="date"].w20, textarea.w20, select.w20 {
  width: 20%;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, textarea.zip, select.zip {
  width: 40%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, textarea.addr, select.addr {
  width: 100%;
  /*margin-top:16px;*/
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 4px #8bd2f5;
  border: 1px solid #8bd2f5;
}

textarea {
  height: 180px;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

.wpcf7-select {
  overflow: hidden;
  width: 50%;
  text-align: center;
}

.wpcf7-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-select select::-ms-expand {
  display: none;
}

.select_btn {
  position: relative;
  border-radius: 2px;
  background: transparent;
}

.select_btn::before {
  position: absolute;
  top: 0.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
  z-index: 1;
}

.select_btn:after {
  position: absolute;
  top: -9px;
  right: 0;
  bottom: 0;
  width: 41px;
  height: 41px;
  content: '';
  background: #ccc;
  pointer-events: none;
  border-top-right-radius: 4px;
}

.select_btn select {
  padding: 8px 38px 8px 12px;
  color: #666666;
}

.wpcf7-custom-item-error .naiyou::before, .wpcf7-custom-item-error .naiyou::after {
  display: none;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 2em !important;
}
span.wpcf7-list-item:first-of-type {
  margin-left: 0 !important;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

input[type="radio"] label {
  padding: 3px 3px 3px 0;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #206a97;
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }

  input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }

  .wpcf7 input[type="date"] {
    appearance: auto;
    height: 40px;
  }
}
/*来店／引き取り*/
@media screen and (max-width: 896px) {
  .reserve_leave span.wpcf7-list-item {
    display: inline-block;
    margin: 6px 0 0 1em !important;
  }
  .reserve_leave span.wpcf7-list-item:first-of-type {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (max-width: 585px) {
  .reserve_leave span.wpcf7-list-item {
    display: inline-block;
    margin: 6px 0 0 0 !important;
  }
  .reserve_leave span.wpcf7-list-item:first-of-type {
    margin: 0 0 0 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .reserve_leave .last input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 13px;
  }
}
.radio-label label::before {
  border-radius: 50%;
}

/*contactform7 エラーメッセージ*/
/*span.wpcf7-not-valid-tip {
    margin-top: 16px;
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}*/
/*contactform7 送信完了メッセージ枠*/
/*div.wpcf7-mail-sent-ok {
	border: 2px solid #E34F4A !important;
}*/
/* btn_base
-----------------------------------*/
.agree_checkbox {
  margin-top: 32px;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  background: #ffd7d7;
  padding: 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .agree_checkbox {
    font-size: 1.3rem;
  }
}
/* btn_base
-----------------------------------*/
.btn_base {
  width: 300px;
  background-color: #8ac8cf;
  border: 2px solid #8ac8cf;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 13px 0 14px;
  border-radius: 30px;
  transition: all .3s;
}
.btn_base:hover {
  color: #8ac8cf;
  background-color: #fff;
  border: 2px solid #8ac8cf;
}
