@charset "UTF-8";
/******初期設定ここから******/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, article, figure, section {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-familu: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
  /*黒丸を消す*/
}

a {
  text-decoration: none;
  /*下線を消す*/
}

img {
  border: 0;
}

ing, input {
  vertical-aligin: bottom;
}

/*クリア*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/******初期設定ここまで******/
/***********ヘッダエリア***********/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  min-width: 1100px;
  font-family: "Kosugi Maru", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #666;
  line-height: 180%;
  background-color: #61d7ac !important;
}

a {
  color: #666;
}

.spbr {
  display: none;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .spbr {
    display: block;
  }
}

:root {
  --accent: #e7a6c8;
  /* 淡いピンク */
  --accent-bg: #fff4f9;
  /* hover用 */
}

/* ヘッダ */
#in_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

/* 横並び */
.inh_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  height: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 共通 */
.ih_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ih_link_o, .ih_link_e {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 6px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease;
  color: #36997a;
}

/* アイコン */
.ih_icon {
  font-size: 16px;
  line-height: 1;
}

/* テキスト */
.ih_text {
  white-space: nowrap;
}

/* 区切り */
.ih_other .ih_link_e {
  border-left: 1px solid #e6e6e6;
}

/* メイン導線をほんのり強調 */
.ih_link_e, .ih_link_o {
  font-weight: 600;
}

/* hover */
.ih_link_o:hover {
  background: #64caaa;
  color: #FFF !important;
}

.ih_link_e:hover {
  background: #e48181;
  color: #FFF !important;
}

/* activeっぽさ（音声収録ページ想定） */
.ih_main .ih_link.is-active {
  color: var(--accent);
}

/* スマホ */
@media (max-width: 768px) {
  .inh_ul {
    height: 56px;
  }
  .ih_text {
    font-size: 13px;
  }
}

/******共通エリア******/
#main {
  background-color: #61d7ac !important;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  background-color: #FFF;
}

#in_head {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#cont_head {
  position: relative;
  background: url(../mikoshiba/images/head_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 250px 0;
  padding-left: 30px;
}

#cont_head h1.logo, #cont_head h1.logo_sonota {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#cont_head h1.logo img, #cont_head h1.logo_sonota img {
  width: 500px;
}

#cont_head h1.logo_sonota {
  text-align: center;
}

#cont_head h1.logo_sonota img {
  width: 400px;
}

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

@media (max-width: 768px) {
  #in_head {
    max-width: auto;
  }
  #cont_head {
    padding: 30px 0;
    padding-left: 30px;
    padding-bottom: 80px;
  }
  #cont_head h1.logo img {
    width: 80%;
    height: auto;
  }
  #cont_head h1.logo_sonota img {
    width: 70%;
    height: auto;
  }
}

#cont_main {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  width: 1100px;
  margin: 0 auto;
}

.cm_head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-left: auto;
  padding-right: 50px;
}

.cm_head dt img {
  width: 250px;
  height: auto;
}

.cm_head dd img {
  width: 150px;
  height: auto;
}

.cmh_so {
  width: auto;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media (max-width: 768px) {
  #cont_main {
    position: relative;
    top: -80px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: auto;
    width: 100%;
    margin: 0 auto;
  }
  .cm_head {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 100%;
    margin-left: auto;
    padding-right: 0px;
  }
  .cm_head dt img {
    width: 100px;
    height: auto;
  }
  .cm_head dd img {
    width: 50px;
    height: auto;
  }
  .spcag {
    padding-top: 130px;
  }
}

/* 対象のimgに付けるクラス */
.jump-loop {
  display: inline-block;
  /* transformを安定させる */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  /* 着地感 */
  -webkit-animation: jump2pause 4s infinite;
          animation: jump2pause 4s infinite;
  will-change: transform;
}

/* ぴょん(1) → ぴょん(2) → 休み */
@-webkit-keyframes jump2pause {
  /* 休み（静止） */
  0%, 15% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* ぴょん(1) */
  20% {
    -webkit-transform: translateY(-10px) scaleY(1);
            transform: translateY(-10px) scaleY(1);
  }
  /* 上に */
  26% {
    -webkit-transform: translateY(0) scaleY(0.92);
            transform: translateY(0) scaleY(0.92);
  }
  /* 着地で少し潰れる */
  30% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* 戻る */
  /* ちょい間 */
  36% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* ぴょん(2) */
  42% {
    -webkit-transform: translateY(-14px) scaleY(1);
            transform: translateY(-14px) scaleY(1);
  }
  48% {
    -webkit-transform: translateY(0) scaleY(0.9);
            transform: translateY(0) scaleY(0.9);
  }
  52% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* 休み（長め） */
  60%, 100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@keyframes jump2pause {
  /* 休み（静止） */
  0%, 15% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* ぴょん(1) */
  20% {
    -webkit-transform: translateY(-10px) scaleY(1);
            transform: translateY(-10px) scaleY(1);
  }
  /* 上に */
  26% {
    -webkit-transform: translateY(0) scaleY(0.92);
            transform: translateY(0) scaleY(0.92);
  }
  /* 着地で少し潰れる */
  30% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* 戻る */
  /* ちょい間 */
  36% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* ぴょん(2) */
  42% {
    -webkit-transform: translateY(-14px) scaleY(1);
            transform: translateY(-14px) scaleY(1);
  }
  48% {
    -webkit-transform: translateY(0) scaleY(0.9);
            transform: translateY(0) scaleY(0.9);
  }
  52% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  /* 休み（長め） */
  60%, 100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}

.in_cntm {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #fafce5;
  border-radius: 20px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .in_cntm {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    background-color: #fafce5;
    border-radius: 20px;
    padding-bottom: 50px;
  }
}

/*****メインコンテンツ*****/
#cm_main {
  width: 920px;
  margin: 0 auto;
  padding-top: 70px;
}

#cm_main .syo_head {
  border: 4px solid #3ec191;
  border-radius: 20px;
  padding: 15px;
}

#cm_main .cmp_tyu1 {
  color: #3ec191;
  text-align: center;
  font-size: 24px;
  font-weight: 900 !important;
  line-height: 180%;
  margin: 20px 0;
}

#cm_main .cmp_tyu1 span {
  background-color: #f7c0bf;
  padding: 5px;
  color: #bb4b4b;
}

#cm_main .etc_cont {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 15px;
  padding: 25px;
}

#cm_main .etc_cont h6 {
  font-size: 21px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  color: #36997a;
}

#cm_main .etc_cont h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #36997a;
}

#cm_main .etc_cont .ec_min {
  margin-top: 20px;
}

#cm_main .etc_cont .ec_min span {
  color: #ec6565;
}

#cm_main .etc_cont .ec_tyu {
  background-color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
  margin: 10px 0;
}

#cm_main .etc_cont .etc_btn {
  margin-top: 20px;
}

#cm_main .etc_cont .etc_btn a {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #f08c98;
  border-radius: 15px;
  color: #FFF;
  padding: 10px;
  text-align: center;
}

#cm_main .etc_cont_sono {
  margin-top: 0px !important;
  background-color: none !important;
}

#cm_main .etc_cont_sono .ec_sono_h {
  font-size: 28px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#cm_main .etc_cont_sono .ec_s_p {
  font-size: 18px;
}

#cm_main .etc_cont_sono .ec_s_p a {
  color: #c75050;
}

#cm_main .etc_cont_sono .ec_li_box {
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

#cm_main .etc_cont_sono .ec_ml {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 20px;
}

#cm_main .etc_cont_sono li {
  line-height: 200%;
  margin-bottom: 5px;
}

#cm_main .cm_left_head {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

#cm_main .cm_left_head dt {
  font-size: 38px;
  font-weight: bold;
  color: #36997a;
}

#cm_main .cm_left_head dd {
  background-color: #c75050;
  color: #fffedf;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
}

#cm_main .cm_left_head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: #36997a;
}

#cm_main h2 {
  background: url(../mikoshiba/images/icon_goirai.gif) no-repeat center top;
  text-align: center;
  padding-top: 80px;
  margin-top: 50px;
  font-size: 36px;
  color: #8b765b;
  position: relative;
  padding-bottom: 30px;
}

#cm_main h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #8b765b;
}

#cm_main .ec_sono_fh {
  background: url(../mikoshiba/images/icon_goirai.gif) no-repeat center top;
  text-align: center;
}

#cm_main .saisou {
  background: url(../mikoshiba/images/icon_goirai.gif) no-repeat center top;
  margin-top: 0;
}

@media (max-width: 768px) {
  #cm_main {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px;
    padding-top: 30px;
  }
  #cm_main .syo_head {
    border: 4px solid #3ec191;
    border-radius: 20px;
    padding: 15px;
  }
  #cm_main .cmp_tyu1 {
    color: #3ec191;
    text-align: center;
    font-size: 18px;
  }
  #cm_main .cmp_tyu1 span {
    background-color: #f7c0bf;
    padding: 5px;
    color: #bb4b4b;
  }
  #cm_main .etc_cont {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
  }
  #cm_main .etc_cont h6 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    color: #36997a;
  }
  #cm_main .etc_cont h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #36997a;
  }
  #cm_main .etc_cont .ec_min {
    font-size: 14px;
    margin-top: 20px;
  }
  #cm_main .etc_cont .ec_min span {
    color: #ec6565;
  }
  #cm_main .etc_cont .ec_tyu {
    background-color: #FFF;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
  }
  #cm_main .etc_cont .etc_btn {
    margin-top: 20px;
  }
  #cm_main .etc_cont .etc_btn a {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #f08c98;
    border-radius: 15px;
    color: #FFF;
    padding: 10px;
    text-align: center;
  }
  #cm_main .etc_cont_sono {
    margin-top: 0px !important;
    background-color: none !important;
  }
  #cm_main .etc_cont_sono .ec_sono_h {
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #cm_main .etc_cont_sono .ec_s_p {
    font-size: 14px;
    line-height: 180%;
  }
  #cm_main .etc_cont_sono .ec_s_p a {
    color: #c75050;
  }
  #cm_main .etc_cont_sono .ec_ml {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 20px;
  }
  #cm_main .etc_cont_sono .ec_list {
    font-size: 14px;
  }
  #cm_main .cm_left_head {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #cm_main .cm_left_head dt {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #36997a;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #cm_main .cm_left_head dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: #36997a;
  }
  #cm_main .cm_left_head dd {
    background-color: #c75050;
    color: #fffedf;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
  }
  #cm_main .cm_left_head::after {
    background: none;
  }
  #cm_main h2 {
    background: url(../br_contact/images/icon_goirai.gif) no-repeat center top;
    background-size: 20px auto;
    text-align: center;
    padding-top: 80px;
    margin-top: 50px;
    font-size: 28px;
    color: #8b765b;
    position: relative;
    padding-bottom: 30px;
  }
  #cm_main h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #8b765b;
  }
}

.seisaku_area {
  margin-top: 50px;
}

.seisaku_area .seisaku_mi {
  margin-bottom: 30px;
}

.seisaku_area .seisaku_mi li {
  background-color: #d05f6f;
  border-radius: 10px;
  margin-bottom: 7px;
  text-align: left;
  font-size: 26px;
  color: #FFF;
  line-height: 1.8;
  padding: 20px;
}

.seisaku_area .seisaku_mi li span {
  color: #feffad;
}

.seisaku_area .sisesaku_box1 {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.seisaku_area .sisesaku_box1 a {
  color: #d05f6f;
}

.etc_tyu_area {
  margin-top: 50px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
}

.etc_tyu_area h6 {
  text-align: center;
  font-size: 24px;
  color: #c75050;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.etc_tyu_area h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #c04a4a;
}

.etc_tyu_area p {
  background-color: #f3f3f3;
  line-height: 180%;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.etc_tyu_area p a {
  color: #ec5151;
}

@media (max-width: 768px) {
  .seisaku_area {
    margin-top: 50px;
  }
  .seisaku_area .seisaku_mi {
    margin-bottom: 30px;
  }
  .seisaku_area .seisaku_mi li {
    background-color: #d05f6f;
    border-radius: 10px;
    margin-bottom: 7px;
    text-align: left;
    font-size: 21px;
    color: #FFF;
    line-height: 1.5;
    padding: 15px;
  }
  .seisaku_area .seisaku_mi li span {
    color: #feffad;
  }
  .seisaku_area .sisesaku_box1 {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .seisaku_area .sisesaku_box1 a {
    color: #d05f6f;
  }
  .etc_tyu_area {
    margin-top: 50px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
  }
  .etc_tyu_area p {
    font-size: 14px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/****フォームエリア*****/
#formbox {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 0;
}

.formarea {
  max-width: 850px;
  margin: 0 auto;
}

.formarea .formhisu {
  margin-bottom: 20px;
}

.formarea .formhisu span {
  color: #f82626;
}

.formarea dl {
  margin-bottom: 25px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  border-radius: 10px;
}

.formarea .fmrebg {
  background-color: #f8f8f8;
}

.formarea .formbg1 {
  background-color: #edf7e1;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.formarea .formbg1 dl {
  background-color: #FFF;
}

.formarea .formbg2 {
  background-color: #fff6f6;
  padding: 15px;
  border-radius: 20px;
}

.formarea .formbg2 dl {
  background-color: #FFF;
}

.formarea h5 {
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.formarea h6 {
  font-size: 16px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.formarea dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.formarea dt span {
  color: #f56285;
}

.formarea dt span.chk_sp {
  font-size: 14px !important;
  margin-top: 10px !important;
}

.formarea dt .tyuui_bik {
  margin-top: 10px;
  background-color: #f7f7f7;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.formarea .bikou {
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 20px;
}

.formarea p.mdtyuui {
  font-size: 14px !important;
  margin-top: 5px;
  font-weight: normal;
  color: #777;
}

.formarea dd input {
  width: calc(100%-10px);
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 15px;
}

.formarea dd textarea {
  width: 100%;
  font-size: 16px;
}

.formarea .fobt {
  margin-top: 0px;
  text-align: center;
}

.formarea .fobt button {
  background-color: #929292;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 15px 100px;
  border: none;
  font-size: 18px;
  cursor: default;
}

.formarea .fobt button.enabled {
  background-color: #38b39f;
  cursor: pointer;
}

.fobt_bt {
  background-color: #f8f8f8;
  font-size: 14px;
  padding: 15px !important;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
}

.fobt_bt p {
  margin-top: 10px;
}

.sendm_txt {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
}

.sendm_txt p {
  font-size: 14px;
  padding: 0 10px;
}

.ddtyuu {
  background-color: #f3f3f3;
  margin-top: 10px;
  padding: 5px;
  font-size: 14px;
}

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

.fm2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fm2 dl {
  margin-right: 10px;
}

.fm3 {
  background-color: #FFF;
  border-radius: 10px;
}

.takup a {
  font-size: 14px;
  font-weight: bold;
  color: #cf5a91;
  text-decoration: underline;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.mabnasi {
  margin-bottom: 30px;
}

.mabbor {
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
}

.txtrei {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  margin-top: 15px;
}

.formhisu {
  font-size: 14px;
  margin-bottom: 15px;
}

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

.daihontxt {
  margin: 15px 0;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
}

.daihontxt h6 {
  font-size: 14px;
}

.daihontxt p, .daihontxt ul {
  padding-left: 15px;
}

.daihontxt ul {
  padding-top: 15px;
}

.daihontxt p, .daihontxt li {
  font-size: 14px;
}

.daihontxt li {
  list-style: disc;
  margin-left: 10px;
}

.yoteiontxt {
  margin: 0 15px !important;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  margin-top: 0px !important;
}

.yoteiontxt p {
  font-size: 14px;
  line-height: 160%;
  font-weight: bold;
}

.yoteiontxt p .redy {
  color: #f14867;
}

.yoteiontxt p .ytbm {
  font-weight: normal;
}

.rpd_numtime {
  margin-bottom: 30px;
}

.matop {
  margin-top: 25px;
}

.chkrev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.redbgd {
  background-color: #ffdfe2 !important;
  color: #412828;
}

.redbgd a {
  color: #e01818;
}

.footer {
  text-align: center;
  padding-bottom: 30px;
}

.footer p {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 8px;
}

.footer .ft_boot {
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fafce5;
  color: #36997a;
  padding: 10px;
  border-radius: 10px;
}

.footer .ft_boot a {
  color: #36997a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
    padding-bottom: 10px;
  }
  .footer p {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 8px;
  }
  .footer .ft_boot {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fafce5;
    color: #36997a;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
  }
  .footer .ft_boot a {
    color: #36997a;
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  .formarea {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .formarea dl {
    margin-bottom: 15px;
  }
  .formarea .formbg1 {
    background-color: #edf7e1;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .formarea .formbg1 dl {
    background-color: #FFF;
  }
  .formarea .formbg2 {
    background-color: #fff6f6;
    padding: 10px;
    border-radius: 20px;
  }
  .formarea .formbg2 dl {
    background-color: #FFF;
  }
  .formarea h5 {
    font-size: 18px;
  }
  .formarea dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .formarea dt span {
    color: #f56285;
  }
  .formarea dt .tyuui_bik {
    margin-top: 10px;
    background-color: #f7f7f7;
    padding: 10px 0px;
    font-weight: normal;
    font-size: 12px;
    color: #000;
  }
  .formarea .bikou {
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .formarea dd input {
    width: 90%;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
  }
  .formarea dd textarea {
    width: 90%;
    font-size: 14px;
  }
  .formarea .rabt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .formarea .rabt input {
    margin-bottom: 10px;
    width: auto !important;
  }
  .formarea .fobt {
    margin-top: 0px;
    text-align: center;
  }
  .formarea .fobt button {
    background-color: #929292;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 15px 100px;
    border: none;
    font-size: 16px;
  }
  .saicontsi {
    font-size: 28px !important;
  }
  .fm2 {
    display: block !important;
  }
  .fm2 dl {
    margin-right: 10px;
  }
  .fm3 {
    background-color: #FFF;
    border-radius: 10px;
  }
  input::-webkit-input-placeholder {
    color: #999;
  }
  input:-ms-input-placeholder {
    color: #999;
  }
  input::-ms-input-placeholder {
    color: #999;
  }
  input::placeholder {
    color: #999;
  }
}

/****アコーディオン*****/
.accordion {
  max-width: 920px;
  overflow: hidden;
}

.acc-item + .acc-item {
  border-top: 1px solid #eee;
}

.acc-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px;
  margin-top: 7px;
  background: #36997a;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 26px;
  color: #FFF;
  line-height: 1.3;
  border-radius: 10px;
}

.acc-rbg {
  background: #c75050;
}

.acc-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  /* 左揃え */
  font-weight: 600;
}

.acc-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* 開いた時に矢印回転（▼→▲っぽく） */
.acc-item.is-open .acc-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* スライド用：max-height をJSで制御 */
.acc-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 260ms ease;
  transition: max-height 260ms ease;
  background: #fff;
  border-radius: 10px;
}

.acc-body {
  padding: 15px 15px;
  color: #333;
}

/* ちょい気持ちいい hover */
.acc-header:hover {
  background: #185548;
}

.acc-rbg:hover {
  background: #921e1e;
}

/* フォーカス可視化 */
.acc-header:focus-visible {
  outline: 3px solid rgba(0, 120, 255, 0.35);
  outline-offset: 2px;
}

/* 動きが苦手な人向け（OS設定に従う） */
@media (prefers-reduced-motion: reduce) {
  .acc-panel, .acc-icon {
    -webkit-transition: none;
    transition: none;
  }
}

/* ===== Script Guide (Accordion body) ===== */
/* セクション（2-1〜2-6） */
.sg-section {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 10px;
  background: #fff;
}

/* セクション見出し行 */
.sg-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.sg-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #38b39f;
}

.ryotyup {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  background-color: #ffdcd9;
  padding: 10px;
}

.sg-redtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px 10px;
  background-color: #ec5151;
  color: #FFF;
}

.sg-ryotitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px 10px;
  background-color: #d2f0e1;
}

.sg-kantxt {
  margin: 20px 0;
  line-height: 200%;
}

.sg-kantxt span {
  background-color: #ffe3e3;
  padding: 5px;
  font-weight: bold;
}

/* バッジ */
.sg-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #ddd;
  background: #f7f7f7;
}

.sg-badge--must {
  border-color: #e3b9b9;
  background: #fff1f1;
}

.sg-badge--nice {
  border-color: #cfe1ff;
  background: #f1f6ff;
}

.sg-badge--good {
  border-color: #cfe8d8;
  background: #f0fbf4;
}

/* 本文のリスト */
.sg-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.sg-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
  color: #222;
}

/* チェック風のマーカー */
.sg-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #666;
}

/* 注記 */
.sg-note {
  color: #666;
  font-size: 13px;
}

/* 注意（追加料金など） */
.sg-alert {
  margin-top: 6px;
  padding: 8px 10px;
  border-left: 3px solid #f0b3b3;
  background: #fff6f6;
  border-radius: 8px;
  color: #333;
  font-size: 13px;
}

/* 例 */
.sg-example {
  margin-top: 6px;
  padding: 8px 10px;
  border-left: 3px solid #cfd9ff;
  background: #f6f8ff;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
}

/* NG例ブロック */
.sg-ng {
  margin-top: 10px;
  border: 1px solid #f0d6d6;
  background: #fff7f7;
  border-radius: 10px;
  overflow: hidden;
}

.sg-ng__label {
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid #f0d6d6;
}

.sg-pre {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  /* スマホで折り返す */
  word-break: break-word;
  text-align: left;
}

.sg-shead {
  background-color: #ececec;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px !important;
  padding: 5px 10px;
}

.sg-rhead {
  background-color: #ffe8e8;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px !important;
  padding: 5px 10px;
}

/**スマホ**/
@media (max-width: 768px) {
  /****アコーディオン*****/
  .accordion {
    max-width: 100%;
    overflow: hidden;
  }
  .acc-item + .acc-item {
    border-top: 1px solid #eee;
  }
  .acc-header {
    width: 100%;
    font-size: 21px;
  }
  /* ===== Script Guide (Accordion body) ===== */
  /* セクション（2-1〜2-6） */
  .sg-section {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 10px;
    background: #fff;
  }
  /* セクション見出し行 */
  .sg-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
  }
  .sg-title {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #38b39f;
  }
  .sg-redtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    background-color: #ec5151;
    color: #FFF;
  }
  .sg-ryotitle {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    background-color: #d2f0e1;
  }
  .sg-kantxt {
    margin: 20px 0;
    line-height: 200%;
    font-size: 14px;
  }
  .sg-kantxt span {
    background-color: #ffe3e3;
    padding: 5px;
    font-weight: bold;
  }
  /* バッジ */
  .sg-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #ddd;
    background: #f7f7f7;
  }
  .sg-badge--must {
    border-color: #e3b9b9;
    background: #fff1f1;
  }
  .sg-badge--nice {
    border-color: #cfe1ff;
    background: #f1f6ff;
  }
  .sg-badge--good {
    border-color: #cfe8d8;
    background: #f0fbf4;
  }
  /* 本文のリスト */
  .sg-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 8px;
  }
  .sg-list li {
    position: relative;
    padding-left: 22px;
    line-height: 1.55;
    color: #222;
  }
  /* チェック風のマーカー */
  .sg-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    color: #666;
  }
  /* 注記 */
  .sg-note {
    color: #666;
    font-size: 13px;
  }
  /* 注意（追加料金など） */
  .sg-alert {
    margin-top: 6px;
    padding: 8px 10px;
    border-left: 3px solid #f0b3b3;
    background: #fff6f6;
    border-radius: 8px;
    color: #333;
    font-size: 13px;
  }
  /* 例 */
  .sg-example {
    margin-top: 6px;
    padding: 8px 10px;
    border-left: 3px solid #cfd9ff;
    background: #f6f8ff;
    border-radius: 8px;
    font-size: 13px;
    color: #333;
  }
  /* NG例ブロック */
  .sg-ng {
    margin-top: 10px;
    border: 1px solid #f0d6d6;
    background: #fff7f7;
    border-radius: 10px;
    overflow: hidden;
  }
  .sg-ng__label {
    padding: 8px 10px;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid #f0d6d6;
  }
  .sg-pre {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-wrap;
    /* スマホで折り返す */
    word-break: break-word;
    text-align: left;
  }
  .sg-shead {
    background-color: #ececec;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px !important;
    padding: 5px 10px;
  }
  .sg-rhead {
    background-color: #ffe8e8;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px !important;
    padding: 5px 10px;
  }
}

/**スマホ終わり**/
/* スマホ調整 */
@media (max-width: 520px) {
  .sg-section {
    padding: 11px 12px;
  }
  .sg-title {
    font-size: 14px;
  }
  .sg-list li {
    padding-left: 20px;
    font-size: 14px;
  }
  .sg-list li::before {
    left: 7px;
  }
}

.ryo_table {
  font-size: 16px;
  background-color: #f1f1f1;
}

.ryo_table table {
  width: 100%;
  margin-top: 10px;
}

.ryo_table tr {
  border-bottom: 3px solid #ffffff;
}

.ryo_table th, .ryo_table td {
  padding: 10px 10px;
}

.ryo_table th {
  width: 30%;
  text-align: left;
}

.ryo_table th span {
  font-size: 16px;
}

.ryo_table td {
  width: 34%;
  text-align: center;
  border-left: 3px solid #ffffff;
}

.ryo_table td span {
  font-size: 14px;
}

.ryo_table p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.scg_inh {
  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;
  gap: 10px;
  margin: 15px 0;
}

.uke_oka {
  margin-top: 20px;
  text-align: center;
}

.yoteitable table {
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.yoteitable th, .yoteitable td {
  padding: 20px 5px;
  text-align: center;
}

.yoteitable th {
  font-size: 14px;
  padding: 20px 10px;
  background-color: #fde6ec;
}

/**スマホ始まり**/
@media (max-width: 768px) {
  .ryo_table {
    font-size: 14px;
    background-color: #f1f1f1;
  }
  .ryo_table table {
    width: 100%;
    margin-top: 10px;
  }
  .ryo_table tr {
    border-bottom: 3px solid #ffffff;
  }
  .ryo_table th, .ryo_table td {
    padding: 10px 10px;
  }
  .ryo_table th {
    width: 30%;
    text-align: left;
  }
  .ryo_table th span {
    font-size: 16px;
  }
  .ryo_table td {
    width: 34%;
    text-align: center;
    border-left: 3px solid #ffffff;
  }
  .ryo_table td span {
    font-size: 14px;
  }
  .ryo_table p {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
  }
  .scg_inh {
    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;
    gap: 10px;
    margin: 15px 0;
  }
  .scg_inh img {
    width: 80%;
  }
  .uke_oka {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
  .yoteitable table {
    width: 100%;
    margin-top: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .yoteitable th, .yoteitable td {
    padding: 20px 5px;
    text-align: center;
    font-size: 14px;
  }
  .yoteitable th {
    font-size: 14px;
    padding: 20px 10px;
    background-color: #fde6ec;
  }
}

/****再お問い合わせ****/
/****プライバシーポリシー*****/
.prv_area {
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
  margin-top: 50px;
}

.prv_area h3 {
  font-size: 21px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.prv_area h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #3ec191;
}

.prv_area p {
  font-size: 14px;
  line-height: 180%;
}

.prv_area .h3p {
  margin-bottom: 40px;
}

.prv_area h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.prv_area h4.listup {
  margin-top: 30px;
  border-top: 1px dotted #b8b8b8;
  padding-top: 30px;
}

.prv_area .h4p {
  margin-bottom: 20px;
}

.prv_area h5 {
  font-size: 16px;
  font-weight: bold;
}

.prv_area .h5p {
  margin-bottom: 20px;
  padding-left: 20px;
}

.prv_area .h5p_l {
  margin-bottom: 20px;
  padding-left: 0px;
}

.prv_area ul {
  margin-left: 10px;
}

/**スマホ終わり**/
.go-top {
  position: fixed;
  /*固定表示*/
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  text-align: center;
  display: none;
  /*通常は非表示に*/
  z-index: 9998;
  cursor: pointer;
}

.go-top p {
  background: url(../common/minimiko5.png) no-repeat bottom center;
  background-size: 50px;
  font-size: 12px;
  padding: 1.5em;
  padding-bottom: 80px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.go-top:hover p {
  color: #333;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#modalWindow {
  width: 600px;
  position: fixed;
  background-color: #4dc29d;
  text-align: center;
  z-index: 99999;
}

#modalWindow h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  background-color: #000;
  color: #FFF;
}

#modalWindow h3.kariy {
  background: -webkit-gradient(linear, left top, left bottom, from(#db571a), to(#bd1439));
  background: linear-gradient(180deg, #db571a, #bd1439);
  background: -webkit-linear-gradient(-90deg, #db571a, #bd1439);
}

#modalWindow p {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

#modalWindow p.mdw_s {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #c2f0df;
}

#modalWindow p.mdw_s a {
  color: #e23787;
}

#modalWindow p.kariytx {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 0 !important;
}

#modalWindow button#close {
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 18px;
  background: #000;
  color: #FFF;
  border: none;
}

@media (max-width: 768px) {
  #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  #modalWindow {
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 2;
  }
  #modalWindow h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 21px;
  }
  #modalWindow p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
  }
  #modalWindow p.mdw_s {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #c2f0df;
  }
  #modalWindow p.mdw_s a {
    color: #e23787;
  }
  #modalWindow button#close {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 18px;
    background: #333;
    color: #FFF;
  }
}
/*# sourceMappingURL=brcontact.css.map */