@charset "UTF-8";
html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }
  html * {
    box-sizing: border-box; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #333; }

main {
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.font_serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media print, screen and (min-width: 1140px) {
    .container {
      width: 1000px; } }

/* ----------------------------------- */
/* レイアウト
/* ----------------------------------- */
.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }

.ichiran-box {
  width: 100%;
  padding-bottom: 0px;
  -webkit-transition: width 1s ease-in-out;
  -webkit-transition-delay: 0.01s;
  -moz-transition: width 1s ease-in-out 0.01s;
  -o-transition: width 1s ease-in-out 0.01s;
  transition: width 1s ease-in-out 0.01s; }
  @media (min-width: 640px) {
    .ichiran-box .ichiran-box {
      width: 48%; } }
  @media (min-width: 1140px) {
    .ichiran-box .ichiran-box {
      width: 31%; } }

.wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row; }
  .wrap2 .ichiran-box img {
    margin-bottom: 0px !important; }
  .wrap2 .ichiran-box p {
    margin-bottom: 20px; }
  @media (min-width: 640px) {
    .wrap2 .ichiran-box {
      flex-basis: 48%;
      width: 48%; } }

.wrap4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row; }
  .wrap4 .ichiran-box {
    flex-basis: 48%;
    width: 48%; }
  @media (min-width: 1140px) {
    .wrap4 .ichiran-box {
      flex-basis: 23%;
      width: 23%; } }

/* ----------------------------------- */
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #D8455B;
  text-decoration: underline;
  transition: all ease-in-out .3s; }
  a:hover, a:focus {
    color: #765973;
    text-decoration: none;
    transition: all ease-in-out .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }

/* ----------------------------------- */
/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important; }

a:active {
  text-decoration: none; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  text-align: center;
  margin: 60px auto; }
  .btn a {
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 720px;
    background: #D8455B;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    box-shadow: 2px 2px 4px gray;
    text-decoration: none; }
    .btn a:hover {
      background: #765973;
      color: #fff !important; }
  .btn.small a {
    max-width: 300px;
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    background: #D8455B url("../images/common/click.png") 30px center no-repeat;
    background-size: 30px auto; }
    .btn.small a:hover {
      background: #765973 url("../images/common/click.png") 30px center no-repeat;
      background-size: 30px auto; }
  @media (min-width: 840px) {
    .btn a {
      text-decoration: none;
      height: 120px;
      font-size: 28px;
      border-radius: 60px;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      background: #D8455B url("../images/common/click.png") 60px center no-repeat; }
      .btn a:hover {
        background: #765973 url("../images/common/click.png") 60px center no-repeat; }
    .btn.small a {
      height: 100%; } }

.btn2 {
  text-align: center;
  padding: 26px 15px 6px; }
  .btn2 a {
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    max-width: 290px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #333; }
    .btn2 a:hover {
      background: #eee; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px; }

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 640px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%; }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: 45%; }

  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 1140px) {
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }
/* ----------------------------------- */
/* ヘッダー
/* ----------------------------------- */
#header {
  width: 100%;
  height: 90px; }
  #header #headerInner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #header #headerInner h1 {
      flex-basis: 100%;
      width: 100%;
      font-size: 12px;
      margin: 0;
      padding: 6px 0 0;
      font-weight: normal; }
    #header #headerInner #logo {
      width: 200px;
      height: auto;
      padding: 6px 0 0; }
    #header #headerInner #contactWrap {
      display: none;
      margin-left: auto;
      padding: 6px 0 0; }
  @media (min-width: 880px) {
    #header #headerInner {
      max-width: 1000px; }
      #header #headerInner #contactWrap {
        flex-basis: 340px;
        width: 340px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #header #headerInner #contactWrap #tel {
          flex-basis: 139px;
          height: auto; }
        #header #headerInner #contactWrap #entryBtn {
          flex-basis: 180px;
          width: 180px;
          height: 50px; }
          #header #headerInner #contactWrap #entryBtn a {
            width: 100%;
            height: 100%;
            text-decoration: none;
            border-radius: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-color: #D8455B;
            transition: all ease-in-out .3s;
            position: relative; }
            #header #headerInner #contactWrap #entryBtn a:after {
              border-right: 2px solid #fff;
              border-top: 2px solid #fff;
              border-radius: 2px;
              content: "";
              height: 5px;
              right: 20px;
              position: absolute;
              transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              top: 45%;
              width: 5px;
              transition: all ease-in-out .3s; }
            #header #headerInner #contactWrap #entryBtn a:hover {
              background-color: #765973; } }

/* ----------------------------------- */
/* フッター
/* ----------------------------------- */
#footer {
  width: 100%;
  background: #fff;
  clear: both;
  text-align: center;
  padding: 40px 0 50px;
  border-top: 1px dotted #EFEAEB; }
  #footer p {
    margin-bottom: 10px !important;
    margin-top: 30px;
    font-size: 14px; }
  #footer a {
    text-decoration: none; }
  #footer img {
    width: 200px;
    height: auto; }

/* ----------------------------------- */
/* メインイメージ
/* ----------------------------------- */
#mainImg {
  background: url("../images/top/main_sp.jpg") no-repeat center center;
  background-size: auto 100%;
  padding-top: 150%;
  width: 100%; }
  @media (min-width: 640px) {
    #mainImg {
      background: url("../images/top/main_pc.jpg") no-repeat center center;
      background-size: 100% auto;
      padding-top: 40%; } }

/* ----------------------------------- */
/* CTAボタン
/* ----------------------------------- */
.footer_ftr {
  bottom: 0px;
  position: fixed;
  z-index: 10000;
  width: 100%;
  opacity: 0;
  z-index: 1;
  bottom: -50px;
  transition: .6s; }
  .footer_ftr.fixed {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  .footer_ftr ul {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0px;
    background: #E46C88;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center; }
    .footer_ftr ul li {
      list-style: none;
      padding: 0px;
      margin: 0px;
      flex-basis: 50%;
      width: 50%;
      height: 100%; }
    .footer_ftr ul a {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-right: 1px solid #fff;
      background: #E46C88;
      text-decoration: none;
      color: #fff;
      font-size: 10px;
      padding-top: 5px; }
      .footer_ftr ul a i {
        display: block;
        font-size: 20px;
        margin-bottom: 5px; }
  @media (min-width: 640px) {
    .footer_ftr {
      display: none; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage .btn {
  padding: 26px 15px;
  border-top: 1px dotted #EFEAEB;
  border-bottom: 1px dotted #EFEAEB; }
  @media (min-width: 840px) {
    #indexPage .btn {
      padding: 58px 15px; } }
#indexPage h3.hukidasi {
  background: url("../images/top/triangleline_01.jpg") top center no-repeat;
  color: #333;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold; }
#indexPage h3.f_text {
  background: url("../images/top/triangleline_02.jpg") top center no-repeat;
  color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 24px; }
#indexPage h3.f_text2 {
  background: url("../images/top/triangleline_01.jpg") bottom center no-repeat;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center; }
#indexPage h3.titleBg {
  font-size: 28px;
  background: #E0B8CC url("../images/top/title_bk.jpg") no-repeat top center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  color: #fff; }
#indexPage .g_text {
  border: 1px solid #765973; }
  #indexPage .g_text p {
    font-size: 24px;
    padding: 20px 15px;
    margin: 0px; }
    #indexPage .g_text p span:nth-child(1) {
      color: #765973; }
    #indexPage .g_text p span:nth-child(2) {
      color: #E46C88; }
#indexPage .v_text {
  font-size: 24px;
  color: #E46C88;
  text-align: center !important; }
  #indexPage .v_text span {
    font-size: 24px;
    color: #333;
    display: block; }
#indexPage .k_list {
  margin: 0px;
  padding: 0px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  #indexPage .k_list .k_list_box {
    margin: 0px;
    flex-basis: 100%;
    width: 100%;
    list-style: none;
    background: #765973;
    color: #fff;
    font-size: 16px; }
    #indexPage .k_list .k_list_box + .k_list_box {
      border-top: 1px solid #fff; }
    #indexPage .k_list .k_list_box .k_list_box_inner {
      padding: 10px 5px; }
  @media (min-width: 840px) {
    #indexPage .k_list .k_list_box {
      flex-basis: 50%;
      width: 50%; }
      #indexPage .k_list .k_list_box + .k_list_box {
        border-top: 0; }
      #indexPage .k_list .k_list_box:nth-child(n+3) {
        border-top: 1px solid #fff; }
      #indexPage .k_list .k_list_box .k_list_box_inner {
        border-left: 1px solid #fff; } }
#indexPage .c_list {
  margin: 0px;
  padding: 0px 0px 80px; }
  #indexPage .c_list .c_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #indexPage .c_list img {
    vertical-align: bottom; }
  @media (min-width: 640px) {
    #indexPage .c_list .c_list_box {
      border-bottom: 1px dotted #EFEAEB;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #indexPage .c_list .c_list_box .imgBox {
        flex-basis: 240px;
        width: 240px;
        height: auto; }
      #indexPage .c_list .c_list_box .textBox {
        flex-basis: calc(100% - 240px - 30px);
        width: calc(100% - 240px - 30px); }
      #indexPage .c_list .c_list_box h4 {
        padding: 0;
        margin: 0; }
      #indexPage .c_list .c_list_box p {
        margin-top: 0;
        padding-bottom: 0px;
        text-align: left; } }
#indexPage .c2_list {
  margin: 0;
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #indexPage .c2_list li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-basis: 100%;
    width: 100%; }
    #indexPage .c2_list li + li {
      margin-top: 30px; }
    #indexPage .c2_list li a {
      height: 60px;
      color: #fff;
      text-decoration: none;
      border-radius: 12px;
      background-color: #E46C88;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 4px 3px 0 #D8455B;
      font-size: 22px;
      position: relative; }
      #indexPage .c2_list li a:after {
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        border-radius: 2px;
        content: "";
        height: 10px;
        right: 20px;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 50%;
        width: 10px;
        margin-top: -5px;
        transition: all ease-in-out .3s; }
      #indexPage .c2_list li a:hover {
        background: #765973;
        color: #fff;
        border-color: #765973;
        box-shadow: 4px 3px 0 #634461; }
        #indexPage .c2_list li a:hover:after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff; }
  @media (min-width: 640px) {
    #indexPage .c2_list li {
      flex-basis: 48%;
      width: 48%; }
      #indexPage .c2_list li + li {
        margin-top: 0; }
      #indexPage .c2_list li:nth-child(n+3) {
        margin-top: 30px; } }
  @media (min-width: 840px) {
    #indexPage .c2_list::after {
      content: "";
      display: block;
      flex-basis: 31%;
      width: 31%; }
    #indexPage .c2_list li {
      flex-basis: 31%;
      width: 31%; }
      #indexPage .c2_list li:nth-child(n+3) {
        margin-top: 0; } }
#indexPage .x_text {
  border-top: 1px dotted #EFEAEB;
  padding: 30px 0 0; }
  #indexPage .x_text p {
    font-size: 20px;
    color: #333;
    text-align: center !important; }
  #indexPage .x_text + .btn {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px; }
#indexPage .a_list {
  margin: 0;
  padding: 0px 0 30px; }
  #indexPage .a_list li {
    list-style: none;
    text-align: left;
    border-bottom: 1px dotted #EFEAEB;
    font-size: 18px;
    padding: 5px 0;
    margin: 0; }
#indexPage .b_list {
  margin: 0;
  padding: 0px 0 30px;
  display: flex;
  align-items: center; }
  #indexPage .b_list li {
    width: 16%;
    border: 1px solid #765973;
    list-style: none;
    margin: 0px 4.5% 0 0;
    color: #765973;
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    position: relative; }
    #indexPage .b_list li.end {
      margin-right: 0px;
      border: 1px solid #E46C88;
      color: #fff !important;
      background: #E46C88; }
      #indexPage .b_list li.end::after {
        content: ""; }
    #indexPage .b_list li::after {
      content: ">";
      position: absolute;
      top: 50%;
      right: -17px;
      margin-top: -16px; }
  @media (min-width: 440px) {
    #indexPage .b_list li {
      width: 18%;
      margin: 0px 2.5% 0 0; }
      #indexPage .b_list li:after {
        right: -15px; } }
  @media (min-width: 640px) {
    #indexPage .b_list li::after {
      right: -11%; } }
#indexPage table {
  border-collapse: collapse; }
  #indexPage table.type2 {
    margin: 0px 0 50px;
    width: 100%; }
    #indexPage table.type2 tbody {
      width: 100%; }
    #indexPage table.type2 th, #indexPage table.type2 td {
      padding: 10px 20px;
      font-size: 16px;
      width: 100%;
      text-align: left;
      display: block; }
    #indexPage table.type2 th {
      background: #765973;
      color: #fff; }
  @media (min-width: 1000px) {
    #indexPage table.type2 {
      border: 1px solid #765973; }
      #indexPage table.type2 th, #indexPage table.type2 td {
        border-bottom: 1px solid #765973;
        display: table-cell; }
      #indexPage table.type2 th {
        width: 200px;
        text-align: right; }
      #indexPage table.type2 td {
        width: 800px; } }
#indexPage .hidden_box {
  margin: 2em 0;
  padding: 0; }
  #indexPage .hidden_box label {
    padding: 15px 0px;
    font-weight: bold;
    background: #765973;
    cursor: pointer;
    transition: .5s;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #fff; }
    #indexPage .hidden_box label span {
      padding: 0px 25px; }
    #indexPage .hidden_box label:hover {
      background: #E46C88; }
    #indexPage .hidden_box label::after {
      display: inline-block;
      content: '+';
      font-family: 'FontAwesome';
      padding-right: 5px;
      transition: 0.2s;
      position: absolute;
      right: 10px; }
  #indexPage .hidden_box input {
    display: none; }
    #indexPage .hidden_box input:checked + label:after {
      content: '－';
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      color: #fff; }
    #indexPage .hidden_box input:checked + label + .hidden_show {
      padding: 10px 0;
      height: auto;
      opacity: 1; }
  #indexPage .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden !important;
    opacity: 0;
    transition: 0.8s; }
  @media (min-width: 640px) {
    #indexPage .hidden_box label {
      display: none; }
    #indexPage .hidden_box .hidden_show {
      height: auto !important;
      overflow: hidden !important;
      opacity: 10; } }
#indexPage .contents_1 {
  background: #fff;
  padding: 50px 15px 20px; }
  #indexPage .contents_1 img {
    margin-bottom: 30px; }
  #indexPage .contents_1 .contents_inner1 {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    #indexPage .contents_1 .contents_inner1 h3 {
      font-size: 24px;
      margin: 0;
      font-weight: bold; }
    #indexPage .contents_1 .contents_inner1 p {
      font-size: 16px;
      margin-top: 0;
      color: #333;
      text-align: left; }
      #indexPage .contents_1 .contents_inner1 p.name_p {
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 30px; }
    #indexPage .contents_1 .contents_inner1 .wrap2 {
      border-top: 1px solid #CFCFCF;
      padding-top: 45px; }
      #indexPage .contents_1 .contents_inner1 .wrap2 .ichiran-box:nth-child(1) {
        margin-bottom: 20px; }
  @media (min-width: 640px) {
    #indexPage .contents_1 .contents_inner1 .wrap2 .ichiran-box:nth-child(1) {
      margin-bottom: 0; } }
#indexPage .contents_2 {
  padding: 40px 0 50px; }
  #indexPage .contents_2 .contents_inner2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    #indexPage .contents_2 .contents_inner2 p img {
      text-align: center; }
    #indexPage .contents_2 .contents_inner2 img {
      margin: 0 0 30px;
      text-align: center; }
      #indexPage .contents_2 .contents_inner2 img.lightImg {
        width: 32px;
        height: auto;
        margin-bottom: 0; }
    #indexPage .contents_2 .contents_inner2 .flexBox ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      margin: 0; }
      #indexPage .contents_2 .contents_inner2 .flexBox ul li {
        flex-basis: 100%;
        width: 100%;
        list-style-type: none; }
    #indexPage .contents_2 .contents_inner2 .v_text {
      margin-top: 0; }
  @media (min-width: 640px) {
    #indexPage .contents_2 .contents_inner2 p {
      text-align: center; }
    #indexPage .contents_2 .contents_inner2 img {
      margin: 0 15px 30px; }
    #indexPage .contents_2 .contents_inner2 .flexBox ul li {
      flex-basis: 32%;
      width: 32%; } }
#indexPage .contents_3 {
  padding: 0; }
  #indexPage .contents_3 .contents_inner3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    #indexPage .contents_3 .contents_inner3 .titleBox {
      padding: 10px 0 30px; }
    #indexPage .contents_3 .contents_inner3 > img {
      margin-bottom: 30px; }
    #indexPage .contents_3 .contents_inner3 .wrap4 .ichiran-box:nth-child(n+3) {
      margin-top: 20px; }
    #indexPage .contents_3 .contents_inner3 .type2 {
      margin-bottom: 0; }
  @media (min-width: 640px) {
    #indexPage .contents_3 .contents_inner3 .wrap4 .ichiran-box:nth-child(n+3) {
      margin-top: 0; } }
#indexPage .contents_4 {
  padding: 50px 0 55px; }
  #indexPage .contents_4 .contents_inner4 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    #indexPage .contents_4 .contents_inner4 img {
      vertical-align: bottom; }
    #indexPage .contents_4 .contents_inner4 h4 {
      font-size: 18px;
      color: #765973;
      padding: 20px 0 20px;
      margin: 0;
      text-align: left;
      font-weight: normal; }
    #indexPage .contents_4 .contents_inner4 .c_list {
      margin-top: 50px;
      padding-bottom: 60px; }
      #indexPage .contents_4 .contents_inner4 .c_list p {
        text-align: left;
        margin-top: 0; }
  @media (min-width: 640px) {
    #indexPage .contents_4 .contents_inner4 .c_list {
      margin-top: 90px;
      padding-bottom: 40px; } }
#indexPage .contents_5 {
  padding: 0 0 50px !important; }
  #indexPage .contents_5 h3.titleBg {
    margin-bottom: 0; }
  #indexPage .contents_5 .flexWrap {
    background-color: #765973; }
    #indexPage .contents_5 .flexWrap .flexWrapInner {
      max-width: 1000px;
      padding: 20px 15px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox {
        flex-basis: 100%;
        width: 100%; }
        #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox:first-child {
          padding-bottom: 30px; }
        #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox p {
          font-size: 20px;
          margin: 0;
          font-weight: bold;
          color: #fff;
          padding: 15px 10px 15px 10px;
          margin: 0px;
          text-align: left;
          border-bottom: 1px solid #fff; }
          #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox p.top_text {
            background: url("../images/top/profile.png") no-repeat center left 10px;
            padding-left: 60px;
            font-weight: normal;
            font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
          #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox p span {
            padding-left: 30px;
            font-size: 14px;
            font-weight: normal; }
  #indexPage .contents_5 .contents_inner5 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px; }
  #indexPage .contents_5 .flex180Wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #indexPage .contents_5 .flex180Wrap .flexBox {
      flex-basis: 100%;
      width: 100%; }
  #indexPage .contents_5 .wrap2Box {
    padding: 30px 0 30px;
    background: #EFEAEB;
    margin-bottom: 50px; }
    #indexPage .contents_5 .wrap2Box h4 {
      font-size: 18px;
      color: #765973;
      padding: 0 0 0;
      margin: 0 0 30px;
      text-align: left; }
    #indexPage .contents_5 .wrap2Box .wrap2 {
      padding: 0 15px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #indexPage .contents_5 .wrap2Box .wrap2 .flexBox {
        flex-basis: 100%;
        width: 100%; }
        #indexPage .contents_5 .wrap2Box .wrap2 .flexBox:nth-child(1) {
          margin-bottom: 30px; }
  #indexPage .contents_5 .link_btn_wrap {
    padding: 0 15px;
    margin-top: 50px; }
  @media (min-width: 640px) {
    #indexPage .contents_5 .flexWrap .flexWrapInner {
      padding: 50px 15px;
      flex-wrap: nowrap; }
      #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox {
        flex-basis: 48%;
        width: 48%; }
        #indexPage .contents_5 .flexWrap .flexWrapInner .flexBox:first-child {
          padding-bottom: 0; }
    #indexPage .contents_5 .contents_inner5 .textWrap {
      column-count: 2; }
      #indexPage .contents_5 .contents_inner5 .textWrap p {
        margin: 0 0 40px; }
        #indexPage .contents_5 .contents_inner5 .textWrap p:last-child {
          margin-bottom: 0; }
    #indexPage .contents_5 .flex180Wrap {
      flex-wrap: nowrap; }
      #indexPage .contents_5 .flex180Wrap .flexBox:nth-child(1) {
        flex-basis: 180px;
        width: 180px; }
      #indexPage .contents_5 .flex180Wrap .flexBox:nth-child(2) {
        flex-basis: calc(100% - 180px - 35px);
        width: calc(100% - 180px - 35px); }
      #indexPage .contents_5 .flex180Wrap.reverse {
        flex-direction: row-reverse; }
    #indexPage .contents_5 .wrap2Box {
      padding: 60px 0 60px; }
      #indexPage .contents_5 .wrap2Box .wrap2 {
        max-width: 1000px;
        margin: 0 auto;
        flex-wrap: nowrap; }
        #indexPage .contents_5 .wrap2Box .wrap2 .flexBox {
          flex-basis: 49%;
          width: 49%; }
          #indexPage .contents_5 .wrap2Box .wrap2 .flexBox:nth-child(1) {
            margin-bottom: 0; }
    #indexPage .contents_5 .link_btn_wrap {
      padding: 0 15px;
      margin-top: 180px; }
      #indexPage .contents_5 .link_btn_wrap .link_btn {
        max-width: 1000px;
        margin: 0 auto 0; } }
#indexPage .contents_6 {
  margin-top: 0px;
  padding: 30px 0 0px; }
  #indexPage .contents_6 h3.titleBg {
    margin-bottom: 0; }
  #indexPage .contents_6 .contents_inner6 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 15px 50px;
    text-align: center; }
  #indexPage .contents_6 img {
    margin-top: 10px; }
  @media (min-width: 640px) {
    #indexPage .contents_6 {
      padding: 0; }
      #indexPage .contents_6 img {
        margin-top: 10px;
        width: auto; }
      #indexPage .contents_6 .contents_inner6 {
        padding: 60px 0px 60px; } }
#indexPage .contents_7 {
  padding: 0px 0 0px; }
  #indexPage .contents_7 .contents_inner7 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 15px 50px;
    text-align: center; }
  #indexPage .contents_7 img {
    margin-top: 10px; }
  @media (min-width: 640px) {
    #indexPage .contents_7 {
      padding: 0; }
      #indexPage .contents_7 img {
        width: auto; }
      #indexPage .contents_7 .contents_inner6 {
        padding: 50px 0px 50px; } }
#indexPage .contents_8 {
  padding: 0; }
  #indexPage .contents_8 .contents_inner8 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 15px 50px;
    text-align: center; }
  #indexPage .contents_8 img {
    margin-top: 10px; }
  #indexPage .contents_8 .c2_list {
    padding-bottom: 45px; }
  #indexPage .contents_8 .link_btn {
    border-bottom: 0; }
  @media (min-width: 640px) {
    #indexPage .contents_8 {
      padding: 0; }
      #indexPage .contents_8 img {
        margin-top: 10px;
        width: auto; }
      #indexPage .contents_8 .c2_list {
        padding-bottom: 30px; } }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* 詳細ページ */
/* ---------------------------- */
#kangoshiPage #postCnt,
#joshiPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
#kangoshiPage h2,
#joshiPage h2 {
  font-weight: bold;
  font-size: 26px;
  color: #000; }
#kangoshiPage h3,
#joshiPage h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  background-color: #765973;
  color: #fff; }
#kangoshiPage h4,
#joshiPage h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px 5px;
  color: #765973;
  border-bottom: 1px solid #765973; }
#kangoshiPage h1, #kangoshiPage h2, #kangoshiPage h3, #kangoshiPage h4, #kangoshiPage h5, #kangoshiPage h6,
#joshiPage h1,
#joshiPage h2,
#joshiPage h3,
#joshiPage h4,
#joshiPage h5,
#joshiPage h6 {
  line-height: 1.2; }
#kangoshiPage p,
#joshiPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  #kangoshiPage p img,
  #joshiPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  #kangoshiPage p.tableAtt,
  #joshiPage p.tableAtt {
    margin: -20px 0 20px; }
#kangoshiPage .bold,
#joshiPage .bold {
  font-weight: bold; }
#kangoshiPage .coming,
#joshiPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
#kangoshiPage .small,
#joshiPage .small {
  font-size: 14px; }
#kangoshiPage .linkWrap,
#joshiPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
#kangoshiPage .imgWrap,
#joshiPage .imgWrap {
  margin: 5px; }
#kangoshiPage .box,
#joshiPage .box {
  margin-bottom: 50px; }
#kangoshiPage .textLeft,
#joshiPage .textLeft {
  text-align: left; }
#kangoshiPage .textCenter,
#joshiPage .textCenter {
  text-align: center; }
#kangoshiPage .textRight,
#joshiPage .textRight {
  text-align: right; }
#kangoshiPage pre,
#joshiPage pre {
  overflow: auto;
  background: #eee;
  padding: 5px;
  border-radius: 8px; }
#kangoshiPage a,
#joshiPage a {
  position: relative; }
  #kangoshiPage a:hover, #kangoshiPage a:focus,
  #joshiPage a:hover,
  #joshiPage a:focus {
    text-decoration: none;
    color: #765973; }
  #kangoshiPage a.textBlank,
  #joshiPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    #kangoshiPage a.textBlank:before,
    #joshiPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  #kangoshiPage a.textArrow,
  #joshiPage a.textArrow {
    text-decoration: none;
    color: #E46C88; }
    #kangoshiPage a.textArrow:hover,
    #joshiPage a.textArrow:hover {
      color: #D8455B;
      text-decoration: underline; }
    #kangoshiPage a.textArrow:after,
    #joshiPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  #kangoshiPage a.textArrowR,
  #joshiPage a.textArrowR {
    text-decoration: none;
    color: #D8455B; }
    #kangoshiPage a.textArrowR:hover, #kangoshiPage a.textArrowR:focus,
    #joshiPage a.textArrowR:hover,
    #joshiPage a.textArrowR:focus {
      color: #E46C88;
      text-decoration: underline; }
    #kangoshiPage a.textArrowR:after,
    #joshiPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
#kangoshiPage table,
#joshiPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #765973; }
  #kangoshiPage table caption,
  #joshiPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  #kangoshiPage table tr th, #kangoshiPage table tr td,
  #joshiPage table tr th,
  #joshiPage table tr td {
    display: block;
    min-height: 30px;
    padding: .5em .8em;
    width: auto;
    line-height: 1.4; }
  #kangoshiPage table tr th,
  #joshiPage table tr th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #F1EEF1; }
  #kangoshiPage table.type2 tr:nth-child(odd),
  #joshiPage table.type2 tr:nth-child(odd) {
    background: #F1EEF1; }
  #kangoshiPage table.type2 tr th, #kangoshiPage table.type2 tr td,
  #joshiPage table.type2 tr th,
  #joshiPage table.type2 tr td {
    display: table-cell;
    border-collapse: collapse; }
  #kangoshiPage table.type2 tr th,
  #joshiPage table.type2 tr th {
    background: #765973;
    text-align: center;
    color: #fff;
    vertical-align: middle; }
    #kangoshiPage table.type2 tr th + th,
    #joshiPage table.type2 tr th + th {
      border-left: 1px solid #fff; }
  #kangoshiPage table.type2 tr td,
  #joshiPage table.type2 tr td {
    border-left: 1px solid #765973; }
    #kangoshiPage table.type2 tr td:nth-of-type(1),
    #joshiPage table.type2 tr td:nth-of-type(1) {
      border: none; }
#kangoshiPage blockquote,
#joshiPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  #kangoshiPage blockquote:before,
  #joshiPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #E46C88;
    left: 10px;
    top: 10px; }
  #kangoshiPage blockquote:after,
  #joshiPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #E46C88;
    right: 10px; }
  #kangoshiPage blockquote p,
  #joshiPage blockquote p {
    margin: 0 0 15px; }
    #kangoshiPage blockquote p:last-child,
    #joshiPage blockquote p:last-child {
      margin-bottom: 0; }
#kangoshiPage dl,
#joshiPage dl {
  margin: 0 0 30px; }
  #kangoshiPage dl dt,
  #joshiPage dl dt {
    font-weight: bold; }
  #kangoshiPage dl dd,
  #joshiPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
#kangoshiPage ul,
#joshiPage ul {
  margin: 0 0 20px 20px;
  padding: 0; }
  #kangoshiPage ul li,
  #joshiPage ul li {
    position: relative;
    padding: 0; }
    #kangoshiPage ul li ul,
    #joshiPage ul li ul {
      padding: 0; }
  #kangoshiPage ul.numList,
  #joshiPage ul.numList {
    margin: 0 0 30px;
    padding: 0; }
    #kangoshiPage ul.numList li,
    #joshiPage ul.numList li {
      list-style: none;
      position: relative;
      padding: 0;
      display: flex;
      margin-bottom: 15px; }
      #kangoshiPage ul.numList li .num,
      #joshiPage ul.numList li .num {
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 15px;
        color: #fff;
        background: #009C6F;
        border-radius: 100%; }
      #kangoshiPage ul.numList li span:nth-of-type(2),
      #joshiPage ul.numList li span:nth-of-type(2) {
        flex-basis: calc( 100% - 55px );
        align-self: center; }
      #kangoshiPage ul.numList li:before,
      #joshiPage ul.numList li:before {
        display: none; }
#kangoshiPage ol,
#joshiPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 25px; }
  #kangoshiPage ol li,
  #joshiPage ol li {
    margin: 0;
    padding: 0; }
    #kangoshiPage ol li:last-child,
    #joshiPage ol li:last-child {
      margin: 0 0 10px; }
    #kangoshiPage ol li ol,
    #joshiPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 20px; }
#kangoshiPage address,
#joshiPage address {
  font-style: normal; }
#kangoshiPage hr.red,
#joshiPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
#kangoshiPage .gmapWrap,
#joshiPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  #kangoshiPage .gmapWrap iframe,
  #joshiPage .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#kangoshiPage .youtubeWrap,
#joshiPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  #kangoshiPage .youtubeWrap iframe,
  #joshiPage .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media print, screen and (min-width: 640px) {
  #kangoshiPage table tr:nth-child(odd),
  #joshiPage table tr:nth-child(odd) {
    background-color: #F1EEF1; }
  #kangoshiPage table tr th, #kangoshiPage table tr td,
  #joshiPage table tr th,
  #joshiPage table tr td {
    display: table-cell;
    width: inherit; }
  #kangoshiPage table tr th,
  #joshiPage table tr th {
    background-color: inherit; }
  #kangoshiPage table tr td,
  #joshiPage table tr td {
    border-left: 1px solid #765973; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
.contactPage,
.thanksPage {
  margin-top: 50px; }
  .contactPage .btn_wrap,
  .thanksPage .btn_wrap {
    text-align: center;
    margin-top: 30px; }
    .contactPage .btn_wrap input[type="submit"],
    .contactPage .btn_wrap input[type="reset"],
    .contactPage .btn_wrap input[type="button"],
    .thanksPage .btn_wrap input[type="submit"],
    .thanksPage .btn_wrap input[type="reset"],
    .thanksPage .btn_wrap input[type="button"] {
      display: block;
      width: 100%;
      height: 50px;
      cursor: pointer;
      background-color: #D8455B;
      border: 1px solid #D8455B;
      color: #fff;
      font-size: 16px;
      padding: 0; }
      .contactPage .btn_wrap input[type="submit"]:hover,
      .contactPage .btn_wrap input[type="reset"]:hover,
      .contactPage .btn_wrap input[type="button"]:hover,
      .thanksPage .btn_wrap input[type="submit"]:hover,
      .thanksPage .btn_wrap input[type="reset"]:hover,
      .thanksPage .btn_wrap input[type="button"]:hover {
        background-color: #765973;
        border: 1px solid #765973; }
    .contactPage .btn_wrap input[type="reset"],
    .thanksPage .btn_wrap input[type="reset"] {
      margin-top: 30px; }
  .contactPage table,
  .thanksPage table {
    margin-top: 20px; }
  .contactPage input[type="submit"],
  .contactPage input[type="reset"],
  .contactPage input[type="button"],
  .thanksPage input[type="submit"],
  .thanksPage input[type="reset"],
  .thanksPage input[type="button"] {
    max-width: 290px;
    width: 100%;
    background-color: #D8455B;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #D8455B;
    color: #fff;
    cursor: pointer; }
  .contactPage input[type="submit"]:hover,
  .contactPage input[type="reset"]:hover,
  .contactPage input[type="button"]:hover,
  .thanksPage input[type="submit"]:hover,
  .thanksPage input[type="reset"]:hover,
  .thanksPage input[type="button"]:hover {
    background-color: #765973;
    border: 1px solid #765973; }
  .contactPage .contactForm form,
  .thanksPage .contactForm form {
    margin-top: 20px; }
    .contactPage .contactForm form table,
    .thanksPage .contactForm form table {
      width: 100%;
      border-top: 1px dotted #765973;
      border-collapse: collapse; }
      .contactPage .contactForm form table th, .contactPage .contactForm form table td,
      .thanksPage .contactForm form table th,
      .thanksPage .contactForm form table td {
        padding: 10px;
        display: block;
        vertical-align: middle;
        border-bottom: 1px dotted #333;
        font-size: 16px; }
      .contactPage .contactForm form table th,
      .thanksPage .contactForm form table th {
        width: 100%;
        text-align: left;
        font-weight: bold;
        background-color: #F1EEF1; }
      .contactPage .contactForm form table td,
      .thanksPage .contactForm form table td {
        width: 100%; }
        .contactPage .contactForm form table td input,
        .thanksPage .contactForm form table td input {
          width: 100%;
          height: 35px; }
        .contactPage .contactForm form table td input[type="radio"],
        .thanksPage .contactForm form table td input[type="radio"] {
          width: auto;
          height: auto; }
      .contactPage .contactForm form table span,
      .thanksPage .contactForm form table span {
        color: #E64C3C; }
      .contactPage .contactForm form table input, .contactPage .contactForm form table select,
      .thanksPage .contactForm form table input,
      .thanksPage .contactForm form table select {
        padding: 5px; }
      .contactPage .contactForm form table textarea,
      .thanksPage .contactForm form table textarea {
        width: 100%;
        height: 100px;
        padding: 5px;
        border: 1px solid #765973; }
  .contactPage .contactForm span.att,
  .thanksPage .contactForm span.att {
    color: #D8455B;
    padding: 2px 5px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold; }
  .contactPage .contactForm input[type=text],
  .thanksPage .contactForm input[type=text] {
    border: #765973 1px solid;
    width: 100%;
    height: 2em;
    padding: 0;
    resize: none; }
  .contactPage .contactForm input[type=text]:focus,
  .thanksPage .contactForm input[type=text]:focus {
    border: solid 1px #E46C88; }
  .contactPage .contactForm input[type=text], .contactPage .contactForm select,
  .thanksPage .contactForm input[type=text],
  .thanksPage .contactForm select {
    outline: 0;
    padding: 0 10px; }
  @media (min-width: 640px) {
    .contactPage .btn_wrap,
    .thanksPage .btn_wrap {
      max-width: 650px;
      width: 100%;
      margin: 30px auto;
      display: flex;
      justify-content: space-between; }
      .contactPage .btn_wrap input[type="submit"],
      .contactPage .btn_wrap input[type="reset"],
      .contactPage .btn_wrap input[type="button"],
      .thanksPage .btn_wrap input[type="submit"],
      .thanksPage .btn_wrap input[type="reset"],
      .thanksPage .btn_wrap input[type="button"] {
        width: 300px;
        height: 50px;
        margin: 0 auto; }
      .contactPage .btn_wrap input[type="reset"],
      .thanksPage .btn_wrap input[type="reset"] {
        margin-top: 0; }
    .contactPage .contactForm form table th, .contactPage .contactForm form table td,
    .thanksPage .contactForm form table th,
    .thanksPage .contactForm form table td {
      width: auto;
      display: table-cell; }
    .contactPage .contactForm form table th,
    .thanksPage .contactForm form table th {
      width: 280px; }
    .contactPage .contactForm form table td,
    .thanksPage .contactForm form table td {
      width: 440px; }
      .contactPage .contactForm form table td input,
      .thanksPage .contactForm form table td input {
        width: auto;
        height: auto; }
    .contactPage .contactForm form table textarea,
    .thanksPage .contactForm form table textarea {
      width: 500px; }
    .contactPage table,
    .thanksPage table {
      margin: 20px auto 0; }
      .contactPage table th, .contactPage table td,
      .thanksPage table th,
      .thanksPage table td {
        display: table-cell; }
      .contactPage table th,
      .thanksPage table th {
        width: 280px; }
      .contactPage table td,
      .thanksPage table td {
        width: 440px; } }

.thanksPage {
  margin-top: 50px; }
