<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(../fonts/Noto/load.css);
/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #232323;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  font-weight: 500;
  word-break: break-all;
}

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

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15vw 0;
}

.com-pt {
  padding-top: 15vw;
}

.com-pb {
  padding-bottom: 15vw;
}

.com-mb {
  margin-bottom: 15vw;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 5%;
  line-height: 1.8;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 25;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
}
.com-dl &gt; dl &gt; dt {
  background: #3cb371;
  color: #fff;
  padding: 2% 3%;
}
.com-dl &gt; dl &gt; dd {
  padding: 3%;
}
.com-dl &gt; dl &gt; dd a[href^="tel:"],
.com-dl &gt; dl &gt; dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 3.5% 4%;
  background: #fff;
}
#header h1 {
  width: 50%;
  line-height: 1;
}
#header .hd-right {
  display: none;
}

/*==========================================
nav
===========================================*/
nav {
  display: none;
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  height: 65vw;
  position: relative;
  z-index: 1;
}
#mv:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 30vw;
  background: #fdf9e2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#mv h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 2%;
  width: 67%;
  z-index: 100;
}
#mv .frame {
  width: 75%;
  margin-left: auto;
  height: 100%;
  border-radius: 0 0 0 30px;
}
#mv .frame li {
  border-radius: 0 0 0 30px;
}
#mv .frame #top-slider {
  height: 65vw;
  position: relative;
}
#mv .frame #top-slider li {
  height: 100%;
}
#mv .frame #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.png) center no-repeat;
  background-size: cover;
}
#mv .frame #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.png) center no-repeat;
  background-size: cover;
}
#mv .frame #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.png) center no-repeat;
  background-size: cover;
}
#mv .frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#mv .frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#mv .frame .bx-pager {
  display: none;
}

/*==========================================
グローバルナビ
===========================================*/
#nav-toggle {
  position: fixed;
  top: 5px;
  right: 3%;
  width: 43px;
  height: 43px;
  cursor: pointer;
  z-index: 1006;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-toggle &gt; div {
  position: relative;
  width: 26px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #3cb371;
  position: absolute;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease-in-out;
  transition: top .3s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease;
  transition: transform .3s ease-in-out, top .3s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: -9px;
}
#nav-toggle span:nth-child(2) {
  top: 0;
}
#nav-toggle span:nth-child(3) {
  top: 9px;
}

.open #nav-toggle span {
  background: #3cb371;
}
.open #nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#container {
  z-index: 1005;
}

#global-nav {
  background: #fdf9e2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5vw;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: .1em;
  /*--- ↓スクロールバー ----*/
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#global-nav #nav-inner {
  width: 80%;
}
#global-nav .sp-nav {
  list-style: none;
  margin-bottom: 7vw;
}
#global-nav .sp-nav &gt; li {
  letter-spacing: 2px;
  opacity: 0;
  border-bottom: 1px solid #a9a9a9;
  text-align: left;
  font-weight: 500;
  font-family: 'Kosugi Maru', sans-serif;
}
#global-nav .sp-nav &gt; li a {
  display: block;
  color: #232323;
  text-decoration: none;
  padding: 3.5% 0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#global-nav .sp-nav .current {
  border-bottom: 1px solid #232323;
}
#global-nav .sp-nav .current a span {
  position: relative;
}
#global-nav .sp-nav .current a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#global-nav .sp-nav .current a span {
  display: block;
  padding-left: 5%;
}
#global-nav .tel {
  font-size: 5.85vw;
  font-weight: bold;
  padding-left: 7%;
  text-decoration: underline;
  background: url(../img/common/hd-tel_icon.png) left center/7% no-repeat;
}
#global-nav .tel span {
  font-size: 3.4vw;
  font-weight: 500;
  vertical-align: middle;
}
#global-nav .time {
  width: 270px;
  margin: 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#global-nav .time dt {
  width: 16%;
  font-size: 3.6vw;
  line-height: 1.5;
  margin-right: 5%;
}
#global-nav .time dd {
  width: 76%;
  text-align: left;
  line-height: 1.5;
}
#global-nav .time dd span {
  font-size: 2.7vw;
}
#global-nav .time dd small {
  font-size: 2.7vw;
  margin-left: 2vw;
}
#global-nav .hd-btn {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#global-nav .hd-btn li {
  font-size: 3.6vw;
  font-weight: bold;
  width: 46%;
}
#global-nav .hd-btn li a {
  border-radius: 20px;
  color: #fff;
  padding: 13vw 2% 4% 2%;
  display: block;
}
#global-nav .hd-btn li:first-child a {
  background: url(../img/common/hd-line_icon.png) top 3.4vw center no-repeat, #3cb371;
}
#global-nav .hd-btn li:last-child a {
  background: url(../img/common/hd-reserve_icon.png) top 4vw center no-repeat, #3cb371;
}

/* open */
.open #global-nav {
  visibility: visible;
  opacity: 1;
}
.open #global-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*==========================================
トップページ
===========================================*/
/*-------------------------------
こんなお悩みございませんか？
-------------------------------*/
#top-worry {
  padding: 12vw 0;
  position: relative;
  z-index: 1;
  background: url(../img/top/worry-bg.png) right bottom/31.927% no-repeat;
}
#top-worry:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  left: 0;
  top: 0;
  z-index: -1;
}
#top-worry .ttl01 span {
  font-size: 5.65vw;
}
#top-worry li {
  width: 85%;
  padding-bottom: 50vw;
  margin: 0 auto 7vw auto;
  position: relative;
}
#top-worry li:last-child {
  margin-bottom: 0;
}
#top-worry li:nth-child(1) {
  background: url(../img/top/worry-icon01.png) bottom center/65% no-repeat;
}
#top-worry li:nth-child(2) {
  background: url(../img/top/worry-icon02.png) bottom center/65% no-repeat;
}
#top-worry li:nth-child(3) {
  background: url(../img/top/worry-icon03.png) bottom center/65% no-repeat;
}
#top-worry li:nth-child(4) {
  background: url(../img/top/worry-icon04.png) bottom center/65% no-repeat;
}
#top-worry li:nth-child(5) {
  background: url(../img/top/worry-icon05.png) bottom center/65% no-repeat;
}
#top-worry li:before {
  position: absolute;
  content: '';
  background: url('../img/top/worry-check.png?1672199490');
  width: 57px;
  height: 53px;
  top: 9vw;
  right: auto;
  bottom: auto;
  left: 13vw;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top-worry li span {
  display: block;
  font-size: 4.45vw;
  font-weight: bold;
}
#top-worry li span:first-letter {
  font-size: 5.2vw;
  color: #3cb371;
}
#top-worry li .view-more {
  position: absolute;
  right: -5vw;
  bottom: 0;
  font-size: 3vw;
  font-weight: bold;
  padding-right: 6vw;
  background: url(../img/top/worry-arr.png) right center no-repeat;
}

#top-solution {
  padding: 10vw 0;
  background: url(../img/top/solution-bg.png) center/cover no-repeat;
}
#top-solution .txt-blc {
  border: 2px solid #f7e68a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 5.5vw 3%;
  border-radius: 8px;
  letter-spacing: .06em;
  line-height: 2.5;
  text-align: center;
}
#top-solution .txt-blc span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff+60,fff+60,f7e68a+60 */
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(60%, #ffffff), color-stop(60%, rgba(247, 230, 138, 0.3)));
  background: linear-gradient(to bottom, #ffffff 60%, #ffffff 60%, rgba(247, 230, 138, 0.3) 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgba(#f7e68a,.3)',GradientType=0 );
  /* IE6-9 */
}

/*-------------------------------
当院が選ばれる3つの理由
-------------------------------*/
#top-reason {
  padding: 12vw 0 15vw 0;
  background: url(../img/top/reason-bg.png) left top 10vw/46.14583% no-repeat;
  position: relative;
  z-index: 1;
}
#top-reason:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  right: 0;
  top: 0;
  z-index: -1;
}
#top-reason .ttl01 span {
  font-size: 8vw;
}
#top-reason li {
  width: 95%;
  margin: 0 auto 7vw auto;
}
#top-reason li .img-blc {
  margin-bottom: 5vw;
}
#top-reason li .img-blc img {
  border-radius: 8px;
  border: 3px solid #f7e68a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-reason li dt {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 3vw;
}
#top-reason li dt span {
  position: relative;
  z-index: 1;
}
#top-reason li dt span:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 30px;
  left: -20px;
  top: -10px;
  z-index: -1;
}
#top-reason li dd {
  text-align: left;
}
#top-reason li:nth-child(1) dt span:before {
  background: url(../img/top/reason-num01.png) center no-repeat;
}
#top-reason li:nth-child(2) dt span:before {
  background: url(../img/top/reason-num02.png) center no-repeat;
}
#top-reason li:nth-child(3) dt span:before {
  background: url(../img/top/reason-num03.png) center no-repeat;
}
#top-reason .more-btn {
  width: 90%;
  display: block;
  background: #fff;
  margin: 10vw auto 0 auto;
  font-size: 4vw;
  font-weight: bold;
  border: 4px solid #f7e68a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 3.5% 2%;
}
#top-reason .more-btn:hover {
  opacity: 1;
  background: #fff462;
}

/*-------------------------------
お知らせ
-------------------------------*/
#top-news {
  padding: 10vw 0 12vw 0;
}
#top-news .banner {
  display: block;
  margin-bottom: 10vw;
}
#top-news .news-wrap h3 {
  font-size: 5.75vw;
  letter-spacing: .12em;
  margin-bottom: 7vw;
}
#top-news .news-wrap h3 span {
  position: relative;
  z-index: 1;
}
#top-news .news-wrap h3 span:before {
  width: 20px;
  height: 20px;
  background: #fff462;
  position: absolute;
  content: '';
  left: -10px;
  top: 0;
  z-index: -1;
}
#top-news .news-wrap article {
  border-bottom: 1px solid rgba(149, 149, 149, 0.3);
}
#top-news .news-wrap article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5% 0;
}
#top-news .news-wrap article time {
  width: 25%;
  font-size: 13px;
  color: rgba(35, 35, 35, 0.3);
}
#top-news .news-wrap article .post-meta {
  width: 69%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-news .news-wrap article .post-meta h4 {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#top-news .news-wrap article .post-meta .category-label {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1vw;
}
#top-news .news-wrap article .post-meta .category-label li {
  color: #f7e68a;
  border: 1px solid #f7e68a;
  font-size: 2.7vw;
  margin-right: 3%;
  margin-bottom: 2%;
  padding: 2px 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top-news .news-wrap article .post-meta .category-label li:last-child {
  margin-right: 0;
}
#top-news .news-wrap article a:hover {
  opacity: 1;
}
#top-news .news-wrap article a:hover .category-label li {
  background: #f7e68a;
  color: #fff;
}
#top-news .news-wrap .view-more {
  width: 26%;
  display: block;
  margin: 7vw 0 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 3vw;
  background: url(../img/top/news-arr.png) right center/22% no-repeat;
}

/*-------------------------------
アクセス
-------------------------------*/
#top-access {
  padding: 12vw 6%;
  background: #fdf9e2;
}
#top-access .inbox {
  position: relative;
  background: #fff;
  padding: 7vw 4%;
  border-radius: 8px;
}
#top-access .wrap .txt-blc {
  margin-bottom: 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-access .wrap .txt-blc h4 {
  font-size: 4.75vw;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 5vw;
}
#top-access .wrap .txt-blc h4:first-letter {
  color: #3cb371;
  font-size: 5.45vw;
}
#top-access .wrap .txt-blc address {
  font-weight: bold;
  margin-bottom: 35px;
}
#top-access .wrap .txt-blc p {
  letter-spacing: .03em;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../img/common/footer-bg.png) center/cover no-repeat;
}
#footer #ft-reserve {
  padding: 10vw 0;
}
#footer #ft-reserve .ttl01 {
  color: #fff;
}
#footer #ft-reserve p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5vw;
  line-height: 2.4;
}
#footer #ft-reserve .reserve-btn {
  width: 95%;
  margin: 0 auto;
}
#footer #ft-reserve .reserve-btn li {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 5vw;
}
#footer #ft-reserve .reserve-btn li:last-child {
  margin-bottom: 0;
}
#footer #ft-reserve .reserve-btn li a {
  display: block;
  padding: 4% 2%;
  border-radius: 30px;
  color: #fff;
  background: #f7e68a;
}
#footer #ft-reserve .reserve-btn li:nth-child(1) span {
  padding-left: 10%;
  background: url(../img/common/hd-line_icon.png) left center/19% no-repeat;
}
#footer #ft-reserve .reserve-btn li:nth-child(2) span {
  padding-left: 7%;
  background: url(../img/common/hd-reserve_icon.png) left center/12% no-repeat;
}
#footer .ft-inner {
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 7vw 4% 2% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .ft-inner .ft-left .ft-logo {
  width: 75%;
  margin: 0 auto 5vw auto;
}
#footer .ft-inner .ft-left address {
  font-size: 3vw;
  margin-bottom: 5vw;
}
#footer .ft-inner .ft-left .tel {
  font-size: 5.85vw;
  font-weight: bold;
  padding-left: 8%;
  text-decoration: underline;
  background: url(../img/common/hd-tel_icon.png) left center/8% no-repeat;
}
#footer .ft-inner .ft-left .tel span {
  font-weight: 500;
  font-size: 3vw;
  vertical-align: middle;
}
#footer .ft-inner .ft-left .time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5vw 0;
}
#footer .ft-inner .ft-left .time dt {
  width: 11%;
  font-size: 3.2vw;
  line-height: 1.5;
}
#footer .ft-inner .ft-left .time dd {
  width: 87%;
  text-align: left;
  line-height: 1.5;
}
#footer .ft-inner .ft-left .time dd span {
  font-size: 3vw;
}
#footer .ft-inner .ft-left .time dd small {
  font-size: 2.7vw;
  margin-left: 5px;
}
#footer .ft-inner .ft-left .ft-btn {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
#footer .ft-inner .ft-left .ft-btn li {
  margin-bottom: 7vw;
}
#footer .ft-inner .ft-left .ft-btn a {
  color: #fff;
  background: #3cb371;
  display: block;
}
#footer .ft-inner .ft-left .ft-btn small {
  display: block;
  font-size: 14px;
}
#footer .ft-inner .ft-left .ft-btn li:nth-child(1) a {
  padding: 12px 5px;
  border-radius: 30px;
}
#footer .ft-inner .ft-left .ft-btn li:nth-child(1) span {
  padding-left: 35px;
  background: url(../img/common/ft-mail_icon.png) left center no-repeat;
}
#footer .ft-inner .ft-left .ft-btn li:nth-child(2) a {
  padding: 7px 5px;
  border-radius: 45px;
  line-height: 1.5;
}
#footer .ft-inner .ft-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .ft-inner .ft-right ul {
  width: 50%;
}
#footer .ft-inner .ft-right ul:nth-child(1) {
  width: 57%;
}
#footer .ft-inner .ft-right ul:nth-child(2) {
  width: 40%;
}
#footer .ft-inner .ft-right li {
  text-align: left;
  margin-bottom: 3.5vw;
  font-size: 2.7vw;
}
#footer .ft-inner .ft-right li:last-child {
  margin-bottom: 0;
}
#footer .instagram {
  width: 10%;
  margin: 0 0 4vw auto;
  display: block;
}
#footer #copyright {
  font-size: 10px;
  word-break: normal;
}

/*==========================================
サブビジュアル
===========================================*/
#sv {
  position: relative;
  height: 40vw;
  z-index: 1;
}
#sv:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 20vw;
  background: #fdf9e2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#sv h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: '';
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  font-size: 5.75vw;
  font-weight: bold;
  width: 95%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: .03em;
}
#sv h2:before {
  position: absolute;
  content: '';
  width: 90%;
  height: 3px;
  background: #f7e68a;
  right: 0;
  bottom: 4%;
}
#sv .frame {
  width: 75%;
  margin-left: auto;
  height: 100%;
  background: url(../img/sv/sv.png) center/cover no-repeat;
  border-radius: 0 0 0 30px;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 4.75vw;
  padding-bottom: 5vw;
  margin-bottom: 7vw;
  letter-spacing: .12em;
  font-weight: 500;
  font-family: 'Kiwi Maru', serif;
  background: url(../img/common/ttl01-deco.png) bottom center/12% no-repeat;
}

.ttl02 {
  font-size: 4.25vw;
  margin-bottom: 3vw;
  font-family: 'Kiwi Maru', serif;
  text-align: left;
}
.ttl02:first-letter {
  color: #3cb371;
  font-size: 5.45vw;
}

/*==========================================
カイロプラクティックについて
===========================================*/
/*-------------------------------
カイロプラクティックとは？
-------------------------------*/
#comment {
  position: relative;
  z-index: 1;
  background: url(../img/about/comment-bg.png) right top 5vw/31.92708% no-repeat;
}
#comment:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#comment .ttl01 small {
  display: block;
  font-size: 4.35vw;
}
#comment .ttl01 span {
  font-size: 5.5vw;
  color: #3cb371;
  line-height: 1.4;
}
#comment .wrap {
  margin-bottom: 8vw;
}
#comment .wrap .txt-blc h4 {
  font-size: 4.75vw;
  font-weight: 500;
  margin-bottom: 4vw;
  text-align: center;
}
#comment .wrap .txt-blc h4 span {
  position: relative;
  z-index: 1;
}
#comment .wrap .txt-blc h4 span:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff462;
  left: -10px;
  top: 0;
  z-index: -1;
}
#comment .wrap .img-blc {
  margin-bottom: 4vw;
}
#comment .wrap .img-blc img {
  border-radius: 8px;
}
#comment .difference .ttl02 {
  text-align: center;
  margin-bottom: 5vw;
}
#comment .difference .box {
  border-radius: 8px;
  border: 2px solid #f7e68a;
  margin-bottom: 7vw;
}
#comment .difference .box:last-child {
  margin-bottom: 0;
}
#comment .difference .box dt {
  background: #f7e68a;
  border-radius: 8px 8px 0 0;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 2% 0;
}
#comment .difference .box dd {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 5% 4%;
}
#comment .difference .box dd li {
  text-align: left;
  font-size: 3.7vw;
  padding-left: 8%;
  letter-spacing: .04em;
  margin-bottom: 3%;
  background: url(../img/headache/check_icon.png) left center/5% no-repeat;
}
#comment .difference .box dd li:last-child {
  margin-bottom: 0;
}
#comment .difference .box dd li span {
  font-size: 4.05vw;
  font-weight: bold;
}

/*-------------------------------
当院が選ばれる3つの理由
-------------------------------*/
#reason {
  position: relative;
  z-index: 1;
  background: url(../img/about/reason-bg.png) left top 15vw/46.14583% no-repeat;
}
#reason:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#reason .ttl01 span {
  color: #3cb371;
}
#reason .ttl01 span em {
  font-size: 8vw;
}
#reason .lead-txt {
  margin-bottom: 5vw;
}
#reason .lead-txt strong {
  font-weight: 500;
}
#reason .wrap {
  margin-bottom: 8vw;
}
#reason .wrap:last-child {
  margin-bottom: 0;
}
#reason .wrap .img-blc {
  border-radius: 8px;
  margin-bottom: 4vw;
}
#reason .wrap .img-blc img {
  border-radius: 8px;
  border: 3px solid #f7e68a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#reason .wrap .txt-blc h4 {
  font-size: 4.75vw;
  font-weight: bold;
  padding: 2% 0 0 5%;
  margin-bottom: 4vw;
}
#reason .wrap .txt-blc p {
  letter-spacing: .03em;
}
#reason .wrap:nth-child(1) h4 {
  background: url(../img/top/reason-num01.png) left top no-repeat;
}
#reason .wrap:nth-child(2) h4 {
  background: url(../img/top/reason-num02.png) left top no-repeat;
}
#reason .wrap:nth-child(3) h4 {
  background: url(../img/top/reason-num03.png) left top no-repeat;
}

/*==========================================
頭痛の症状/腰痛の症状
===========================================*/
.ache-sec .ttl-wrap {
  padding: 7% 0;
}
.ache-sec .ttl-wrap .ttl-box {
  width: 87%;
  margin-left: auto;
  padding: 7% 10% 7% 10%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ache-sec .ttl-wrap .ttl-box h3 {
  margin-bottom: 0;
}
.ache-sec .ttl-wrap .ttl-box h3 span {
  color: #3cb371;
  font-size: 5.7vw;
}
.ache-sec .container {
  padding: 12vw 0;
  position: relative;
  z-index: 1;
}
.ache-sec .container:before, .ache-sec .container:after {
  position: absolute;
  content: '';
  width: 39.0625%;
  background: #fdf9e2;
  z-index: -1;
}
.ache-sec .container:before {
  left: 0;
  top: 0;
  height: 65vw;
}
.ache-sec .container:after {
  right: 0;
  bottom: 0;
  height: 48.5vw;
}
.ache-sec .container .problem dl {
  margin-bottom: 17vw;
  position: relative;
  border: 1px solid #f7e68a;
  border-radius: 8px;
}
.ache-sec .container .problem dl dt {
  border-radius: 5px 5px 0 0;
  background: #f7e68a;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 2% 0;
}
.ache-sec .container .problem dl dd {
  padding: 5% 4%;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.ache-sec .container .problem dl dd li {
  font-size: 4.35vw;
  text-align: left;
  padding-left: 7%;
  background: url(../img/headache/check_icon.png) left center/5% no-repeat;
  margin-bottom: 2vw;
}
.ache-sec .container .problem dl dd ul:last-child li:last-child {
  margin-bottom: 0;
}
.ache-sec .container .problem .symptom:after {
  position: absolute;
  content: '';
  background: url('../img/headache/check-arr.png?1672199487');
  width: 138px;
  height: 52px;
  top: auto;
  right: 0;
  bottom: -14vw;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
  width: 27%;
  height: 9vw;
  background-size: 100%;
  background-position: 50% 50%;
}
.ache-sec .container .problem .cause dt span {
  position: relative;
}
.ache-sec .container .point .lead-txt {
  margin-bottom: 7vw;
  text-align: left;
  letter-spacing: .04em;
}
.ache-sec .container .point li {
  margin-bottom: 7vw;
}
.ache-sec .container .point li:last-child {
  margin-bottom: 0;
}
.ache-sec .container .point li span {
  display: block;
  text-align: left;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 2% 0 0 6%;
  margin-bottom: 2vw;
  line-height: 1.6;
}
.ache-sec .container .point li:nth-child(1) span {
  background: url(../img/top/reason-num01.png) left top no-repeat;
}
.ache-sec .container .point li:nth-child(2) span {
  background: url(../img/top/reason-num02.png) left top no-repeat;
}
.ache-sec .container .point li:nth-child(3) span {
  background: url(../img/top/reason-num03.png) left top no-repeat;
}
.ache-sec .container .point li .img-blc img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 3px solid #f7e68a;
}

#headache .ttl-wrap {
  background: url(../img/headache/headache-bg.png) center/cover no-repeat;
}
#headache .ttl-wrap .ttl-box {
  background: url(../img/headache/headache-deco.png) left bottom/30% no-repeat, #fff;
}
#headache .container {
  background: url(../img/headache/headache-bg_deco.png) right bottom 282vw/31.927% no-repeat, url(../img/headache/point-bg.png) left bottom 282vw/46.145% no-repeat;
}
#headache .problem .symptom dd {
  background: url(../img/headache/headache-deco.png) right bottom/48% no-repeat, #fff;
}
#headache .problem .cause dt span:before {
  position: absolute;
  content: '';
  background: url('../img/headache/check-ttl_deco.png?1672199489');
  width: 36px;
  height: 36px;
  top: -30px;
  right: -45px;
  bottom: auto;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#lower-back-pain .ttl-wrap {
  background: url(../img/lower-back-pain/lower-back-pain-bg.png) center/cover no-repeat;
}
#lower-back-pain .ttl-wrap .ttl-box {
  background: url(../img/lower-back-pain/lower-back-pain-deco.png) left bottom/31% no-repeat, #fff;
}
#lower-back-pain .container {
  background: url(../img/headache/headache-bg_deco.png) right bottom 295vw/31.927% no-repeat, url(../img/headache/point-bg.png) left bottom 293vw/46.145% no-repeat;
}
#lower-back-pain .problem .symptom dd {
  background: url(../img/lower-back-pain/lower-back-pain-deco.png) right 5% bottom/47% no-repeat, #fff;
}
#lower-back-pain .problem .cause dt span:before {
  position: absolute;
  content: '';
  background: url('../img/lower-back-pain/lower-back-pain-check_ttl-deco.png?1672199484');
  width: 35px;
  height: 39px;
  top: -30px;
  right: -45px;
  bottom: auto;
  left: auto;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*==========================================
その他サービス
===========================================*/
.other-sec .ttl01 span {
  font-size: 5.75vw;
  color: #3cb371;
}
.other-sec .wrap {
  margin-bottom: 7vw;
}
.other-sec .wrap .txt-blc p {
  letter-spacing: .04em;
}
.other-sec .wrap .img-blc {
  margin-bottom: 3vw;
}
.other-sec .wrap .img-blc img {
  border-radius: 8px;
}
.other-sec .effect-box {
  margin-bottom: 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #f7e68a;
}
.other-sec .effect-box dt {
  border-radius: 5px 5px 0 0;
  font-size: 4.5vw;
  font-weight: bold;
  background: #f7e68a;
  padding: 2% 0;
}
.other-sec .effect-box dd {
  padding: 5% 4%;
  border-radius: 0 0 8px 8px;
}
.other-sec .effect-box dd li {
  text-align: left;
  padding-left: 7%;
  font-size: 4.25vw;
  margin-bottom: 2vw;
  background: url(../img/headache/check_icon.png) left top 1.9vw/5% no-repeat;
}
.other-sec .effect-box dd ul:last-child li:last-child {
  margin-bottom: 0;
}
.other-sec .treatment .ttl02 {
  text-align: center;
}
.other-sec .treatment .lead-txt {
  margin-bottom: 5vw;
  letter-spacing: .04em;
}
.other-sec .treatment .menu-wrap {
  margin-bottom: 7vw;
}
.other-sec .treatment .menu-wrap .img-blc {
  margin-bottom: 3vw;
}
.other-sec .treatment .menu-wrap .img-blc img {
  border-radius: 8px;
}
.other-sec .treatment .menu-wrap .menu-tbl {
  font-size: 3.75vw;
}
.other-sec .treatment .menu-wrap .menu-tbl dl {
  border-bottom: 1px solid rgba(35, 35, 35, 0.3);
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other-sec .treatment .menu-wrap .menu-tbl dl:nth-of-type(3) {
  border-bottom: none;
}
.other-sec .treatment .menu-wrap .menu-tbl dl dt {
  width: 30%;
  font-weight: bold;
}
.other-sec .treatment .menu-wrap .menu-tbl dl dd {
  width: 65%;
  text-align: left;
}
.other-sec .attention {
  border-radius: 8px;
  border: 1px solid #f7e68a;
  background: url(../img/other/attention-bdr.png) top center repeat-x, url(../img/other/attention-bdr.png) bottom center repeat-x, url(../img/other/whitening-attention_deco.png) right 5% bottom 3%/26% no-repeat, #fff;
  padding: 7% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other-sec .attention h5 {
  font-size: 4.7vw;
  font-weight: bold;
}
.other-sec .attention p {
  margin-bottom: 5vw;
}
.other-sec .attention li {
  padding-left: 7%;
  background: url(../img/headache/check_icon.png) left top 1.9vw/5% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 4.25vw;
  margin-bottom: 2vw;
}

#whitening {
  background: url(../img/other/whitening-bg_deco.png) right top 5vw/31.927% no-repeat;
  position: relative;
  z-index: 1;
}
#whitening:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  left: 0;
  top: 0;
  z-index: -1;
}
#whitening .effect-box dd {
  background: url(../img/other/whitening-effect_deco.png) right 5% bottom 5%/45% no-repeat, #fff;
}

#postpartum {
  background: url(../img/other/postpartum-bg.png) left top 9vw/46.14583% no-repeat;
  position: relative;
  z-index: 1;
}
#postpartum:before {
  position: absolute;
  content: '';
  width: 39.0625%;
  height: 100%;
  background: #fdf9e2;
  right: 0;
  top: 0;
  z-index: -1;
}
#postpartum .effect-box dd {
  background: url(../img/other/postpartum-effect_deco.png) right 5% bottom/23% no-repeat, #fff;
}
#postpartum .menu-tbl p {
  text-align: left;
}
#postpartum .attention {
  padding: 10% 5%;
  background: url(../img/other/attention-bdr.png) top center repeat-x, url(../img/other/attention-bdr.png) bottom center repeat-x, url(../img/other/whitening-attention_deco.png) right 5% bottom 3%/16% no-repeat, #fff;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 8px;
  color: #2e2e2e;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap .column-lists &gt; li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists &gt; li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 0;
}
.post-wrap .column-lists &gt; li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-area {
  width: 55%;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 37%;
  font-size: 2.55vw;
  color: #3cb371;
  text-align: left;
  padding: 2px 0;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 62%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3cb371;
  color: #fff;
  background: #3cb371;
  padding: 2px 3px;
  text-align: center;
  font-size: 2.55vw;
  margin-bottom: 2%;
  margin-right: 2%;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-bottom: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 3.7vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #3cb371;
  border: 1px solid #3cb371;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-meta .category-label li {
  font-size: 2.55vw;
  margin-right: 4%;
  margin-bottom: 2%;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #3cb371;
  color: #3cb371;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #3cb371;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #3cb371;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd {
  padding: 10px 0;
}
#contact .contact-form dl dd li {
  list-style: none;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form dl dd ::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd :-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd ::-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form dl dd ::placeholder {
  color: rgba(204, 204, 204, 0.8);
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#contact .contact-form #post01,
#contact .contact-form #post02 {
  width: 95px;
}
#contact .contact-form #addr21 {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #3cb371;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #f7e68a;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: bold;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #3cb371;
  color: #3cb371;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #3cb371;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"] {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}
</pre></body></html>