@charset "UTF-8";

/**
 *
 * コンテンツ
 *
**/


/**
 * wrapper
**/
#wrapper {
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 850px) {
  #wrapper {}
}


/**
 * page_header
**/
#page_header {
  margin: 0 0 45px 0;
  width: 100%;
  height: 220px;
  text-align: center;
  background: #f7f7f6;
}

#page_header .inner {
  margin: 0 auto;
  padding: 55px 0 0 0;
  width: 91.66%;
  max-width: 1200px;
}

#page_header .inner .eng {
  margin: 0 0 15px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #ff711f;
  background: url("../img/title_back_01.png") no-repeat center bottom;
  background-size: 45px auto;
}

#page_header .inner h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  color: #342a23;
}

#page_header .inner .tab {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
}

#page_header .inner .tab a {
  margin: 0 0 0 0;
  padding: 20px 0;
  width: 49%;
  line-height: 1.2em;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  background: #214463;
  display: block;
  position: relative;
}

#page_header .inner .tab a:nth-of-type(2) {
  margin: 0 0 0 2%;
  background: #c1b594;
}

#page_header .inner .tab a.active:before {
  margin: 0 0 0 -10px;
  padding: 0 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: #214463;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg);
}

#page_header .inner .tab a:nth-of-type(2).active:before {
  margin: 0 0 0 -10px;
  padding: 0 0 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: #c1b594;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg);
}

@media only screen and (max-width: 850px) {
  #page_header {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: #f7f7f6;
  }

  #page_header .inner {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    width: 91.66%;
    max-width: 1200px;
  }

  #page_header .inner .eng {
    margin: 0 0 12px 0;
    padding: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 13px;
    color: #dc304d;
    background: url("../img/title_back_01.png") no-repeat center bottom;
    background-size: 45px auto;
  }

  #page_header .inner h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 22px;
    color: #342a23;
  }

  #page_header .inner .tab {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
  }

  #page_header .inner .tab a {
    margin: 0 0 0 0;
    padding: 13px 0;
    width: 49%;
    line-height: 1.2em;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    background: #214463;
    display: block;
    position: relative;
  }

  #page_header .inner .tab a:nth-of-type(2) {
    margin: 0 0 0 2%;
    background: #c1b594;
  }

  #page_header .inner .tab a.active:before {
    margin: 0 0 0 -10px;
    padding: 0 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: #214463;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
  }

  #page_header .inner .tab a:nth-of-type(2).active:before {
    margin: 0 0 0 -10px;
    padding: 0 0 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: #c1b594;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
  }
}

/**
 * single_header
**/
#single_header {
  margin: 0 0 80px 0;
  padding: 105px 0 50px 0;
  width: 100%;
  color: #7a6a39;
  background: #e5e1d5;
}

#single_header.certified_therapist {
  color: #ffffff;
  background: #988757;
}

#single_header.graduate {
  color: #7a6a39;
  background: #EDEFE2;
}

#single_header .inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 91.66%;
  max-width: 1026px;
  text-align: left;
  position: relative;
}

#single_header .inner img {
  width: 100%;
  display: block;
}

#single_header .inner .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 207px;
  position: absolute;
  top: 0;
  left: 0;
}

#single_header .inner .image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}



#single_header .inner .right {
  margin: 0 0 0 265px;
  padding: 0 0 0 10px;
  position: relative;
}

#single_header .inner .right .label {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
}

#single_header .inner .right .area {
  margin: 0 0 25px 0;
  padding: 4px 0;
  width: 78px;
  text-align: center;
  line-height: 1.2em;
  font-size: 13px;
  color: #ffffff;
  background: #bdb293;
  border: 2px solid #ffffff;
}

#single_header .inner .right .job {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 14px;
}

#single_header .inner .right .name {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 35px;
  font-weight: bold;
}

#single_header .inner .right .name .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: normal;
}

#single_header .inner .tag_box {
  margin: 0 0 0 265px;
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #c9c9c9;
}

#single_header .inner .tag_box .tag {
  margin: 0 6px 10px 0;
  padding: 4px 10px;
  text-align: center;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #bdb293;
  border: 2px solid #ffffff;
  border-radius: 90px;
  display: inline-block;
}

#single_header .inner .profile {
  margin: 0 0 0 265px;
  padding: 20px 0 0 10px;
}

#single_header .inner .profile h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
}

#single_header .inner .profile dl {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  display: table;
}

#single_header .inner .profile dl dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 55px;
  text-align: left;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}

#single_header .inner .profile dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
}

#single_header .inner .profile dl dd a {
  color: #7a6a39;
}

#single_header.certified_therapist .inner .profile dl dd a {
  color: #fff;
}

#single_header.graduate .inner .profile dl dd a {
  color: #7a6a39;
}

#single_header .inner .profile ul {
  margin: 0 0 0 55px;
  padding: 0 0 0 1.2em;
  line-height: 1.6em;
  font-size: 14px;
  color: #7a6a39;
  list-style: disc;
}

#single_header.certified_therapist .inner .profile ul {
  color: #fff;
}

#single_header.graduate .inner .profile ul {
  color: #7a6a39;
}

#single_header .inner .profile ul li a {
  color: #7a6a39;
}

#single_header.certified_therapist .inner .profile ul li a {
  color: #fff;
}

#single_header.graduate .inner .profile ul li a {
  color: #7a6a39;
}

@media only screen and (max-width: 850px) {
  #single_header {
    margin: 0 0 35px 0;
    padding: 20px 0 20px 0;
    width: 100%;
    color: #ffffff;
    background: #214463;
  }

  #single_header .inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 1026px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #single_header .inner img {
    width: 100%;
    display: block;
  }

  #single_header .inner .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 46%;
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }

  #single_header .inner .image img {
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }

  #single_header .inner .right {
    margin: 0 0 0 50.0%;
    padding: 0 0 0 0;
    position: relative;
  }

  #single_header .inner .right .label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #single_header .inner .right .area {
    margin: 0 0 27vw 0;
    padding: 4px 0;
    width: 78px;
    text-align: center;
    line-height: 1.2em;
    font-size: 13px;
    color: #ffffff;
    background: #bdb293;
    border: 2px solid #ffffff;
  }

  #single_header .inner .right .job {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 13px;
  }

  #single_header .inner .right .name {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
  }

  #single_header .inner .right .name .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: normal;
    display: block;
  }

  #single_header .inner .tag_box {
    margin: 0 0 0 0;
    padding: 40px 0 10px 0;
    border-bottom: 1px solid #c9c9c9;
    clear: both;
  }

  #single_header .inner .tag_box .tag {
    margin: 0 6px 10px 0;
    padding: 4px 10px 6px;
    text-align: center;
    line-height: 1.2em;
    font-size: 11px;
    color: #ffffff;
    background: #7a8fa1;
    border: 2px solid #ffffff;
    border-radius: 90px;
    display: inline-block;
  }

  #single_header .inner .profile {
    margin: 0 0 0 0;
    padding: 15px 0 0 5px;
  }

  #single_header .inner .profile h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: bold;
  }

  #single_header .inner .profile dl {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    display: table;
  }

  #single_header .inner .profile dl dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 55px;
    text-align: left;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
  }

  #single_header .inner .profile dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
  }

  #single_header .inner .profile ul {
    color: #fff;
  }

  #single_header .inner .profile ul li a {
    color: #fff;
  }
}


/**
 * search_form
**/
.search_form {
  margin: 0 auto 98px;
  padding: 38px 0;
  width: 91.66%;
  max-width: 942px;
  line-height: 1.2em;
  font-size: 17px;
  color: #000000;
  text-align: left;
  border: 1px solid #c9c9c9;
  display: none;
  overflow: hidden;
}

.search_form h3 {
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 80%;
  line-height: 1.2em;
  font-size: 24px;
  color: #214463;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}

.search_form dl {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 80%;
  display: table;
  border-bottom: 1px solid #c9c9c9;
}

.search_form dl dt {
  margin: 0 0 0 0;
  padding: 15px 0 15px 15px;
  width: 182px;
  line-height: 1.2em;
  font-size: 21px;
  color: #214463;
  box-sizing: border-box;
  text-align: left;

  display: table-cell;
  vertical-align: middle;
}

.search_form dl dd {
  margin: 0 0 0 0;
  padding: 15px 0;
  line-height: 1.2em;
  font-size: 17px;
  color: #000000;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.search_form dl dd label {
  margin: 13px 5px 0 0;
  display: inline-block;
  float: left;
  vertical-align: middle;
}

.search_form dl dd .btn {
  margin: 0 0 0 0;
  padding: 12px 0;
  width: 248px;
  line-height: 1.2em;
  font-size: 18px;
  color: #ffffff;
  background: #dc304d;
  border: 1px solid #dc304d;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s 0s;
  float: right;
}

.search_form dl dd .btn:hover {
  color: #dc304d;
  background: #ffffff;
  border: 1px solid #dc304d;
}

.search_form .btn_box {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  width: 100%;
}

.search_form .btn_box .btn {
  margin: 0 auto;
  padding: 12px 0;
  width: 248px;
  line-height: 1.2em;
  font-size: 18px;
  color: #ffffff;
  background: #dc304d;
  border: 1px solid #dc304d;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s 0s;
  display: block;
}

.search_form .btn_box .btn .btn:hover {
  color: #dc304d;
  background: #ffffff;
  border: 1px solid #dc304d;
}

.form_open {
  margin: 0 0 98px 0;
  text-align: center;
}

.form_open a {
  margin: 0 auto;
  padding: 12px 0;
  width: 248px;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  background: #dc304d;
  border: 1px solid #dc304d;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s 0s;
  display: block;
}

.form_open a:hover {
  color: #dc304d;
  background: #ffffff;
  border: 1px solid #dc304d;
}



@media only screen and (max-width: 850px) {
  .search_form {
    margin: 0 auto 25px;
    padding: 20px 0;
    width: 91.66%;
    max-width: 942px;
    line-height: 1.2em;
    font-size: 17px;
    color: #000000;
    text-align: left;
    border: 1px solid #c9c9c9;
  }

  /*
  .search_form dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
  }
  .search_form dl dt {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 21px;
    color: #214463;
    text-align: center;
    border-right: none;
    display: block;
    vertical-align: middle;
  }
  .search_form dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 15px;
    color: #000000;
    text-align: center;
    display: block;
    vertical-align: middle;
  }
  .search_form dl dd label {
    margin: 13px 2px 0 2px;
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .search_form dl dd .btn {
    margin: 15px auto ;
    padding: 12px 0;
    width: 248px;
    line-height: 1.2em;
    font-size: 18px;
    color: #ffffff;
    background: #dc304d;
    border: 1px solid #dc304d;
    border-radius: 0px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    transition:all 0.5s 0s;
    float: none;
  }
  .search_form dl dd .btn:hover {
    color: #dc304d;
    background: #ffffff;
    border: 1px solid #dc304d;
  }
  */
  .search_form h3 {
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 90%;
    line-height: 1.2em;
    font-size: 20px;
    color: #214463;
    text-align: center;
    border-bottom: 1px solid #c9c9c9;
  }

  .search_form dl {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 90%;
    display: table;
    border-bottom: 1px solid #c9c9c9;
  }

  .search_form dl dt {
    margin: 0 0 0 0;
    padding: 15px 0 15px 15px;
    width: 110px;
    line-height: 1.2em;
    font-size: 16px;
    color: #214463;
    box-sizing: border-box;
    text-align: left;

    display: table-cell;
    vertical-align: middle;
  }

  .form_open {
    margin: 0 0 25px 0;
    text-align: center;
  }

  .form_open a {
    margin: 0 auto;
    padding: 6px 0;
    width: 129px;
    line-height: 1.2em;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    background: #dc304d;
    border: 1px solid #dc304d;
    border-radius: 0px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s 0s;
    display: block;
  }

  .form_open a:hover {
    color: #dc304d;
    background: #ffffff;
    border: 1px solid #dc304d;
  }

}

/**
 * about
**/
.about {
  margin: 0 auto 90px;
  padding: 40px 85px 45px 85px;
  width: 91.66%;
  max-width: 942px;
  line-height: 1.6em;
  font-size: 14px;
  color: #342a23;
  text-align: left;
  background: #f7f7f6;
  box-sizing: border-box;
}

.about h2 {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 20px;
  color: #342a23;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .about {
    margin: 0 auto 35px;
    padding: 25px 15px 20px 15px;
    width: 91.66%;
    max-width: 942px;
    line-height: 1.6em;
    font-size: 14px;
    color: #342a23;
    text-align: left;
    background: #f7f7f6;
    box-sizing: border-box;
  }

  .about h2 {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    line-height: 1.6em;
    font-size: 20px;
    color: #342a23;
    text-align: center;
  }

}

/**
 * result_message
**/
.result_message {
  margin: 0 auto 15px;
  width: 91.66%;
  max-width: 1200px;
  line-height: 1.2em;
  font-size: 17px;
  color: #000000;
  text-align: left;
}

@media only screen and (max-width: 850px) {
  .result_message {
    margin: 0 auto 15px;
    width: 91.66%;
    max-width: 1200px;
    line-height: 1.2em;
    font-size: 17px;
    color: #000000;
    text-align: left;
  }
}

/**
 * result_list
**/
.result_list {
  margin: 0 auto 60px;
  width: 91.66%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}

.result_list img {
  width: 100%;
  display: block;
}

.result_list .item {
  margin: 0 0 35px 0;
  width: 48.33%;
}

.result_list .item:nth-of-type(2n) {
  margin: 0 0 35px 3.34%;
}

.result_list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  visibility: none;
  float: none;
  clear: both;
}

.result_list .item a {
  margin: 0 0 0 0;
  padding: 38px 30px 30px 37px;
  padding: 38px 0 30px 0;
  height: 100%;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
}

.result_list .item a {
  color: #7a6a39;
  background: #EDEFE2;
  border: 3px solid #808B30;
}

.result_list .item.executive a {
  color: #ffffff;
  background: #A1A86F;
  border: 3px solid #808B30;
}

.result_list .item.executive a:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.result_list .item.graduate a:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  background: url("../img/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.result_list .item a:hover {
  opacity: 0.4;
}

.result_list .item a .label {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 15.5%;
  position: absolute;
  top: 38px;
  right: 4.8%;
}

.result_list .item a .image {
  width: 25.3%;
  margin: 0 5.8% 0 6.38%;
  padding: 0 0 0 0;
  float: left;
}

.result_list .item a .image img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.result_list .item a .right {
  width: 56.14%;
  margin: 0 6.38% 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.result_list .item a .area {
  margin: 0 0 10px 0;
  padding: 4px 0;
  width: 78px;
  text-align: center;
  line-height: 1.2em;
  font-size: 13px;
  color: #ffffff;
  background: #bdb293;
  border: 1px solid #ffffff;
}

.result_list .item a .job {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.2em;
  font-size: 14px;
}

.result_list .item a .name {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
}

.result_list .item a .name .eng {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.result_list .item a .comment {
  width: 56.14%;
  margin: 0 6.38% 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  float: right;
}

@media only screen and (max-width: 1200px) {
  .result_list .item a .image img {
    height: 14vw;
  }
}

@media only screen and (max-width: 850px) {
  .result_list {
    margin: 0 auto 25px;
    width: 91.66%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
  }

  .result_list img {
    width: 100%;
    display: block;
  }

  .result_list .item {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .result_list .item:nth-of-type(2n) {
    margin: 0 0 15px 0;
  }

  .result_list .item a {
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .result_list .item.executive a {
    color: #ffffff;
    background: #A1A86F;
    border: 3px solid #808B30;
  }

  .result_list .item.graduate a {
    color: #7a6a39;
    background: #EDEFE2;
    border: 3px solid #808B30;
  }

  .result_list .item.executive a:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 12px;
    right: 12px;
  }

  .result_list .item.graduate a:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../img/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 12px;
    right: 12px;
  }

  .result_list .item a .label {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 70px;
    position: absolute;
    top: 15px;
    right: 5px;
  }

  .result_list .item a .image {
    width: 22.2%;
    margin: 0 4.54% 0 15px;
    padding: 0 0 0 0;

  }

  .result_list .item a .image img {
    width: 100%;
    height: 26vw;
    object-fit: cover;
  }

  .result_list .item a .right {
    width: calc(73.26% - 30px);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .result_list .item a .area {
    margin: 0 0 10px 0;
    padding: 4px 0;
    width: 78px;
    text-align: center;
    line-height: 1.2em;
    font-size: 13px;
    color: #ffffff;
    background: #bdb293;
    border: 1px solid #ffffff;
  }

  .result_list .item a .job {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 12px;
  }

  .result_list .item a .name {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
  }

  .result_list .item a .name .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: normal;
    display: block;
  }

  .result_list .item a .comment {
    margin: 0 15px;
    padding: 25px 0 5px 0;
    width: auto;
    line-height: 1.6em;
    font-size: 14px;
    float: none;
    clear: both;
  }
}


/**
 * paging
**/
.paging {
  padding: 0 0 160px 0;
  text-align: center;
}

.paging a {
  margin: 0 4px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #727171;
  background: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.5s 0s;
}

.paging a:hover {
  background: #dc304d;
  color: #ffffff;
}

.paging .current {
  margin: 0 4px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background: #dc304d;
  color: #ffffff;
  display: inline-block;
}

.paging .extend {
  margin: 0 4px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #727171;
  letter-spacing: -5px;
  display: inline-block;
}

.paging a.prev {
  margin: 0 4px;
  padding: 0 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  background: #9a9b9b url("../img/prev_01.png") no-repeat center center;
  background-size: 6px auto;
  box-sizing: border-box;
  display: inline-block;
}

.paging a.prev:hover {
  background: #dc304d url("../img/prev_01.png") no-repeat center center;
  background-size: 6px auto;
  color: #ffffff;
}

.paging a.next {
  margin: 0 4px;
  padding: 0 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  background: #9a9b9b url("../img/next_01.png") no-repeat center center;
  background-size: 6px auto;
  box-sizing: border-box;
  display: inline-block;
}

.paging a.next:hover {
  background: #dc304d url("../img/next_01.png") no-repeat center center;
  background-size: 6px auto;
  color: #ffffff;
}

.paging a.previouspostslink {
  margin: 0 4px;
  padding: 0 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  background: #9a9b9b url("../img/prev_01.png") no-repeat center center;
  background-size: 6px auto;
  box-sizing: border-box;
  display: inline-block;
}

.paging a.previouspostslink:hover {
  background: #dc304d url("../img/prev_01.png") no-repeat center center;
  background-size: 6px auto;
  color: #ffffff;
}

.paging a.nextpostslink {
  margin: 0 4px;
  padding: 0 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  background: #9a9b9b url("../img/next_01.png") no-repeat center center;
  background-size: 6px auto;
  box-sizing: border-box;
  display: inline-block;
}

.paging a.nextpostslink:hover {
  background: #dc304d url("../img/next_01.png") no-repeat center center;
  background-size: 6px auto;
  color: #ffffff;
}

@media only screen and (max-width: 850px) {
  .paging {
    padding: 0 0 75px 0;
    text-align: center;
  }

  .paging a {
    margin: 0 4px;
    padding: 0 6px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #727171;
    background: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.5s 0s;
  }

  .paging a:hover {
    background: #dc304d;
    color: #ffffff;
  }

  .paging .current {
    margin: 0 4px;
    padding: 0 6px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    background: #dc304d;
    color: #ffffff;
    display: inline-block;
  }

  .paging .extend {
    margin: 0 4px;
    padding: 0 6px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #727171;
    letter-spacing: -5px;
    display: inline-block;
  }

  .paging a.prev {
    margin: 0 4px;
    padding: 0 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: -9999px;
    text-decoration: none;
    background: #9a9b9b url("../img/prev_01.png") no-repeat center center;
    background-size: 6px auto;
    box-sizing: border-box;
    display: inline-block;
  }

  .paging a.prev:hover {
    background: #dc304d url("../img/prev_01.png") no-repeat center center;
    background-size: 6px auto;
    color: #ffffff;
  }

  .paging a.next {
    margin: 0 4px;
    padding: 0 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: -9999px;
    text-decoration: none;
    background: #9a9b9b url("../img/next_01.png") no-repeat center center;
    background-size: 6px auto;
    box-sizing: border-box;
    display: inline-block;
  }

  .paging a.next:hover {
    background: #dc304d url("../img/next_01.png") no-repeat center center;
    background-size: 6px auto;
    color: #ffffff;
  }

  .paging a.previouspostslink {
    margin: 0 4px;
    padding: 0 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: -9999px;
    text-decoration: none;
    background: #9a9b9b url("../img/prev_01.png") no-repeat center center;
    background-size: 6px auto;
    box-sizing: border-box;
    display: inline-block;
  }

  .paging a.previouspostslink:hover {
    background: #dc304d url("../img/prev_01.png") no-repeat center center;
    background-size: 6px auto;
    color: #ffffff;
  }

  .paging a.nextpostslink {
    margin: 0 4px;
    padding: 0 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: -9999px;
    text-decoration: none;
    background: #9a9b9b url("../img/next_01.png") no-repeat center center;
    background-size: 6px auto;
    box-sizing: border-box;
    display: inline-block;
  }

  .paging a.nextpostslink:hover {
    background: #dc304d url("../img/next_01.png") no-repeat center center;
    background-size: 6px auto;
    color: #ffffff;
  }
}

/**
 * detail
**/
.detail {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.detail .sec {
  margin: 0 auto;
  padding: 0 0 95px 0;
  width: 91.66%;
  max-width: 1026px;
  text-align: left;
  overflow: hidden;
}

.detail img {
  width: 100%;
  height: auto;
  display: block;
}

.detail .image {
  margin: 0 0 0 6.2%;
  width: 400px;
  max-width: 400px;
  float: right;
}

.detail .image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.detail .sec .sec_inner {
  overflow: hidden;
}

.detail .sec h3 {
  margin: 0 0 25px 0;
  padding: 0 0 20px 25px;
  line-height: 1.4em;
  font-size: 27px;
  font-weight: bold;
  color: #7a6a39;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}

.detail .sec h3:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 10px;
  height: calc(100% - 20px);
  content: "";
  background: #7a6a39;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.detail .sec .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 14px;
  color: #342a23;
}

.col_introarticle {
  width: 100%;
  max-width: 466px;
  margin: 0;
  padding: 45px 0 35px;
  background-color: #f4f3ee;
  box-sizing: border-box;
  display: flex;
}

.col_introarticle h3.mds {
  width: 50%;
  margin: 0 2% 0 0;
  padding: 0;
  text-align: center;
  align-self: center;
  padding: 0;
  border: none;
}

.col_introarticle h3.mds::before {
  content: none;
}

.col_introarticle .cont {
  width: 36%;
  margin: 0;
  padding: 0;
  color: #988757;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.col_introarticle .cont img {
  margin: 0 0 7px;
  padding: 0;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

.detail .sec .features {
  margin: 0 0 20px 0;
  padding: 25px 0;
  border: 1px solid #988757;
  background: #f4f3ee;
  display: flex;
}

.detail .sec .features .box {
  margin: 0 0 0 0;
  padding: 0 25px 0 25px;
  width: 50%;
  width: 100%;
  /*  border-right: 1px solid #988757;*/
  box-sizing: border-box;
}

.detail .sec .features .box:nth-of-type(2) {
  margin: 0 0 0 0;
  padding: 0 40px 0 20px;
  border-right: none;
}

.detail .sec .features .box h4 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
  color: #342a23;
}

.detail .sec .features .box li {
  margin: 0 0 0 10px;
  padding: 0 0 10px 1em;
  line-height: 1.6em;
  font-size: 14px;
  color: #342a23;
  position: relative;
}

.detail .sec .features .box li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.detail .sec .features .box ol li {
  margin: 0 0 0 30px;
  padding: 0 0 5px 0;
  line-height: 1.6em;
  font-size: 14px;
  color: #342a23;
  position: relative;
  list-style: decimal;
  list-style: disc;
}

.detail .sec .features .box ol li:before {
  display: none;
}

.detail .sec .schedule {
  margin: 0 0 20px 0;
  padding: 30px 0 52px 0;
  color: #000;
  background: #A1A86F;
  text-align: center;
}

.detail .sec .schedule h4 {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 21px;
  font-weight: bold;
}

.detail .sec .schedule .box {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
  max-width: 800px;
}

.detail .sec .schedule .box table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

.detail .sec .schedule .box table th {
  margin: 0 0 0 0;
  padding: 8px 0;
  width: 14.28%;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f4f4f4;
  background: #f4f3ee;
  border: 1px solid #e7e7e7;
}

.detail .sec .schedule .box table td {
  margin: 0 0 0 0;
  padding: 12px 0;
  width: 14.28%;
  line-height: 1.4em;
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.detail .sec .schedule .box table tr:nth-of-type(2n+1) td {
  background: #f4f3ee;
}

.detail .sec .schedule dl.note_schedule {
  margin: 0;
  padding: 8px;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  background: #fff;
  border: solid 1px #e7e7e7;
  border-top: none;
  display: flex;
}

.detail .sec .schedule dl.note_schedule dt {
  width: 60px;
  margin: 0;
  padding: 0;
}

.detail .sec .schedule dl.note_schedule dd {
  width: calc(100% - 60px);
  margin: 0;
  padding: 0;
}

.detail .sec .box_detail_session {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: solid 1px #988757;
}

.detail .sec .box_detail_session dl {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #988757;
  display: flex;
}

.detail .sec .box_detail_session dl dt {
  width: 180px;
  margin: 0;
  padding: 15px 20px;
  line-height: 1.5;
  background-color: #f4f3ee;
  box-sizing: border-box;
}

.detail .sec .box_detail_session dl dd {
  width: calc(100% - 180px);
  margin: 0;
  padding: 15px 20px;
  line-height: 1.5;
  box-sizing: border-box;
}

.detail .sec .box_detail_session dl dd .note_detail_session {
  margin: 0;
  padding: 5px 0 0;
}

.detail .sec .box_detail_session dl dd .note_detail_session.red {
  color: #DC143C;
}

.detail .sec .box_detail_session dl dd ul.list_condition_trial {
  margin: 0;
  padding: 0;
}

.detail .sec .box_detail_session dl dd ul.list_condition_trial li {
  margin: 0 0 5px;
  /* padding: 0 0 0 1em;
  text-indent: -1em; */
}

.detail .sec .box_detail_session dl dd ul.list_condition_trial li * {
  text-indent: 0;
}

@media only screen and (max-width: 700px) {
  .detail .sec .box_detail_session dl {
    display: block;
  }

  .detail .sec .box_detail_session dl dt {
    width: 100%;
    padding: 8px 15px;
  }

  .detail .sec .box_detail_session dl dd {
    width: 100%;
    padding: 10px 15px;
  }
}

.detail .sec ol.flow_therapy1 {
  width: 100%;
  max-width: 800px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail .sec ol.flow_therapy1 li {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  background-color: #EDEFE2;
  border: solid 2px #A1A86F;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 0;
}

.detail .sec ol.flow_therapy1 li::before {
  content: "";
  margin: 0;
  padding: 0;
  border-top: solid 15px #A1A86F;
  border-left: solid 15px rgba(255, 255, 255, 0);
  border-right: solid 15px rgba(255, 255, 255, 0);
  position: absolute;
  top: calc(100% + 18px);
  left: calc(50% - 15px);
}

.detail .sec ol.flow_therapy1 li:last-child {
  margin-bottom: 0;
}

.detail .sec ol.flow_therapy1 li:last-child::before {
  content: none;
}

.detail .sec ol.flow_therapy1 li .num {
  width: 60px;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #A1A86F;
  box-sizing: border-box;
}

.detail .sec ol.flow_therapy1 li .txt {
  width: calc(100% - 60px);
  margin: 0;
  padding: 18px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}


@media only screen and (max-width: 850px) {
  .detail {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }

  .detail .sec {
    margin: 0 auto;
    padding: 0 0 25px 0;
    width: 91.66%;
    max-width: 1026px;
    text-align: left;
    overflow: hidden;
  }

  .detail img {
    width: 100%;
    height: auto;
    display: block;
  }

  .detail .image {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 95.4%;
    max-width: 95.4%;
    float: none;
  }

  .detail .image img {
    width: 100%;
    height: 85.0vw;
  }


  .detail .sec .sec_inner {
    overflow: hidden;
  }

  .detail .sec h3 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 10px;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #7a6a39;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
  }

  .detail .sec h3:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 7px;
    height: calc(100% - 15px);
    content: "";
    background: #7a6a39;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .detail .sec .description {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 95.4%;
    line-height: 1.6em;
    font-size: 14px;
    color: #342a23;
  }

  .col_introarticle {
    margin: 0 auto;
    padding: 30px 5% 22px;
    display: block;
  }

  .col_introarticle h3.mds {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: none;
  }

  .col_introarticle h3.mds::before {
    content: none;
  }

  .col_introarticle .cont {
    width: 90%;
    max-width: 260px;
    margin: 0 auto;
  }

  .detail .sec .features {
    margin: 0 0 20px 0;
    padding: 15px 0;
    border: 1px solid #988757;
    background: #f4f3ee;
    display: block;
  }

  .detail .sec .features .box {
    margin: 0 10px;
    padding: 0 0 10px 0;
    width: calc(100% - 20px);
    border-right: none;
    /*    border-bottom: 2px dotted #988757;*/
    box-sizing: border-box;
  }

  .detail .sec .features .box:nth-of-type(2) {
    margin: 0 10px;
    padding: 10px 0 0 0;
    border-right: none;
    border-bottom: none;
  }

  .detail .sec .features .box h4 {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: bold;
    color: #342a23;
  }

  .detail .sec .features .box li {
    margin: 0 0 0 10px;
    padding: 0 0 10px 1em;
    line-height: 1.6em;
    font-size: 14px;
    color: #342a23;
    position: relative;
  }

  .detail .sec .features .box li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .detail .sec .features .box ol li {
    margin: 0 0 0 30px;
    padding: 0 0 5px 0;
    line-height: 1.6em;
    font-size: 14px;
    color: #342a23;
    position: relative;
  }

  .detail .sec .features .box ol li:before {
    display: none;
  }

  .detail .sec .schedule {
    margin: 0 0 20px 0;
    padding: 18px 0 15px 0;
    color: #ffffff;
    background: #A1A86F;
    text-align: center;
  }

  .detail .sec .schedule h4 {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    line-height: 1.6em;
    font-size: 21px;
    font-weight: bold;
  }

  .detail .sec .schedule .box {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 92.4%;
    max-width: 800px;
  }

  .detail .sec .schedule .box table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }

  .detail .sec .schedule .box table tbody {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .detail .sec .schedule .box table tr {
    margin: 0;
    padding: 0;
    display: block;
    flex-grow: 1;
  }

  .detail .sec .schedule .box table tr:first-child {
    width: 40px;
    flex-grow: 0;
  }

  .detail .sec .schedule .box table th {
    width: auto;
    height: 3.6em;
    margin: 0 0 0 0;
    padding: 8px 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail .sec .schedule .box table td {
    width: auto;
    height: 3.6em;
    margin: 0 0 0 0;
    padding: 8px 5px;
    line-height: 1.1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail .sec .flow {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }

  .detail .sec .flow .step {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    width: 100%;
    position: relative;
  }

  .detail .sec .flow .step:after {
    margin: 0 0 0 -14px;
    padding: 0 0 0 0;
    width: 28px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../img/arrow_01.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 50%;
  }

  .detail .sec .flow .step:nth-of-type(3):after {
    display: none;
  }

  .detail .sec .flow .step dl {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
    border: 2px solid #988757;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .detail .sec .flow .step dl dt {
    margin: 0 0 0 0;
    padding: 15px 0;
    width: 80px;
    text-align: center;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #988757;
    display: table-cell;
    vertical-align: middle;
  }

  .detail .sec .flow .step dl dt .num {
    line-height: 1.2em;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    display: block;
  }

  .detail .sec .flow .step dl dd {
    margin: 0 0 0 0;
    padding: 15px 15px;
    line-height: 1.4em;
    font-size: 17px;
    color: #988757;
    text-align: left;
    background: #e5e1d5;
    display: table-cell;
    vertical-align: middle;
  }

}

/**
 * form
**/
.form {
  margin: 0 0 0 0;
  padding: 90px 0 0 0;
  width: 100%;
  background: #f7f7f6;
  border-bottom: 1px solid #b5b6b6;
}

.form .form_inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 91.66%;
  max-width: 1026px;
  text-align: left;
  overflow: hidden;
}

.form .head {
  margin: 0 auto;
  padding: 0 0 35px 0;
  text-align: center;
  overflow: hidden;
}

.form .head .eng {
  margin: 0 0 15px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #dc304d;
  background: url("../img/title_back_01.png") no-repeat center bottom;
  background-size: 45px auto;
}

.form .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 30px;
  color: #342a23;
}

.form .flow {
  margin: 0 0 60px 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form .flow .step {
  margin: 0 0 0 0;
  padding: 12px 20px;
  width: 33.33%;
  line-height: 1.2em;
  font-size: 14px;
  text-align: left;
  color: #342a23;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.form .flow .step .num {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #342a23;
  background: #ffffff;
  display: inline-block;
  border-radius: 90px;
}

.form .flow .step:nth-child(1) {
  color: #ffffff;
  background: #dc304d;
}

.form .flow .step:nth-of-type(1) .num {
  color: #000000;
}

.form .flow .step:nth-of-type(1):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.form .flow .step:nth-of-type(1):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}

.form .flow .step:nth-of-type(2):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.form .flow .step:nth-of-type(2):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}



.form .flow.end .step:nth-child(1) {
  color: #342a23;
  background: #ffffff;
}

.form .flow.end .step:nth-of-type(1) .num {
  color: #000000;
}

.form .flow.end .step:nth-child(3) {
  color: #ffffff;
  background: #dc304d;
}

.form .flow.end .step:nth-of-type(3) .num {
  color: #000000;
}

.form .flow.end .step:nth-of-type(1):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.form .flow.end .step:nth-of-type(1):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}

.form .flow.end .step:nth-of-type(2):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #dc304d;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.form .flow.end .step:nth-of-type(2):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #dc304d;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}




.mw_wp_form_confirm .form .flow .step:nth-child(1) {
  color: #342a23;
  background: #ffffff;
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(1) .num {
  color: #000000;
}

.mw_wp_form_confirm .form .flow .step:nth-child(2) {
  color: #ffffff;
  background: #dc304d;
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(2) .num {
  color: #000000;
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(1):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #dc304d;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(1):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #dc304d;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(2):before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -30px;
  right: -51px;
  transform: rotate(45deg);
}

.mw_wp_form_confirm .form .flow .step:nth-of-type(2):after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  background: #ffffff;
  border: 1px solid #f7f7f6;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -51px;
  transform: rotate(-45deg);
}





/*
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-child(1) {
  color: #ffffff;
  background: #c9c9c9;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1) .num {
  color: #c9c9c9;
  background: #ffffff;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-child(2) {
  background: #000000;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2) .num {
  color: #000000;
}

.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1):before {
  background: #000000;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1):after {
  background: #000000;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2):before {
  background: #c9c9c9;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2):after {
  background: #c9c9c9;
  border: 1px solid #ffffff;
}

.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(1) {
  color: #ffffff;
  background: #c9c9c9;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1) .num {
  color: #c9c9c9;
  background: #ffffff;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(2) {

}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2) .num {

}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(3) {
  background: #000000;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(3) .num {
  color: #000000;
}

.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1):before {
  background: #c9c9c9;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1):after {
  background: #c9c9c9;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2):before {
  background: #000000;
  border: 1px solid #ffffff;
}
.contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2):after {
  background: #000000;
  border: 1px solid #ffffff;
}
*/
.form .note {
  margin: 0 0 0 0;
  padding: 0 0 10px 15px;
  line-height: 1.2em;
  font-size: 14px;
  text-align: left;
  color: #dc304d;
}

.form .tb {
  margin: 0 auto 0px auto;
  padding: 0 0 0 0;
  width: 100%;
}

.form .tb table {
  margin: 0 0 55px 0;
  padding: 0 0 0 0;
  width: 100%;
}

.form .tb table th {
  margin: 0 0 0 0;
  padding: 25px 10px 25px 15px;
  width: 257px;
  line-height: 1.4em;
  font-size: 14px;
  color: #342a23;
  box-sizing: border-box;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #b5b6b6;
  vertical-align: top;
}

.form .tb table th .must {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  color: #dc304d;
  display: inline-block;
}

.form .tb table th .sub {
  margin: 0 0 0 0;
  padding: 15px 15px 0 0;
  line-height: 1.4em;
  font-size: 12px;
  color: #342a23;
  display: block;
}

.form .tb table td {
  margin: 0 0 0 0;
  padding: 25px 25px 25px 25px;
  line-height: 1.4em;
  font-size: 14px;
  color: #342a23;
  background: #ffffff;
  text-align: left;
  border: 1px solid #b5b6b6;
  vertical-align: middle;
}

.form .tb table td .name {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: table;
}

.form .tb table td .name dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50px;
  display: table-cell;
  vertical-align: middle;
}

.form .tb table td .name dd {
  margin: 0 0 0 0;
  padding: 0 35px 0 0;
  display: table-cell;
  vertical-align: middle;
}

.form .tb table td .text01 {
  margin: 0 0 0 0;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #b5b6b6;
  border-radius: 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .tb table td .text02 {
  margin: 0 0 0 0;
  padding: 10px 15px;
  width: 173px;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #b5b6b6;
  border-radius: 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .tb table td .textarea01 {
  margin: 0 0 0 0;
  padding: 10px 15px;
  width: 100%;
  height: 186px;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #b5b6b6;
  border-radius: 5px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form .tb table td .radio_box {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
}

.form .tb table td .radio_box .horizontal-item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50%;
  display: block;
}

.form .tb table td .checkbox_box {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form .tb table td .checkbox_box .horizontal-item {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  width: 33.33%;
  display: block;
}



/*
.contact_page .mail_form .form .form_tb td .reservation_wrap {
  margin: 0 0 0 -125px;
  padding: 35px 0 25px 0;
  overflow: hidden;
  display: none;
}
.contact_page .mail_form .form .form_tb td .reservation {
  margin: 0 0 0 0;
  padding: 10px 32px;
  text-align: left;
  background: #faf2f4;
  position: relative;
}
.contact_page .mail_form .form .form_tb td .reservation:after {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: "";
  background: #faf2f4;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -2px;
  left: 111px;
  transform: rotate(-45deg);
}
.contact_page .mail_form .form .form_tb td .reservation table {
  width: 100%;
}
.contact_page .mail_form .form .form_tb td .reservation table th {
  margin: 0 0 0 0;
  padding: 45px 40px 25px 0;
  width: 175px;
  text-align: right;
  border-top: 1px dotted #000000;
}
.contact_page .mail_form .form .form_tb td .reservation table tr:nth-of-type(1) th {
  border-top: none;
}
.contact_page .mail_form .form .form_tb td .reservation table tr.none_border th {
  border-top: none;
}
.contact_page .mail_form .form .form_tb td .reservation table td {
  padding: 35px 0 25px 0;
  border-top: 1px dotted #000000;
}
.contact_page .mail_form .form .form_tb td .reservation table tr:nth-of-type(1) td {
  border-top: none;
}
.contact_page .mail_form .form .form_tb td .reservation table tr.none_border td {
  border-top: none;
}
.contact_page .mail_form .form .form_tb td .reservation table tr td .text01 {
  margin: 0 0 0 0;
  padding: 10px 15px;
  width: 90%;
  max-width: 270px;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
  background: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 0px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.contact_page .mail_form .form .form_tb td .reservation table tr td .select {
}
.contact_page .mail_form .form .form_tb td .reservation table tr td .select select {
  margin: 0 0 0 0;
  padding: 10px 15px;
  width: 90%;
  max-width: 270px;
  text-align: left;
  line-height: 1.4em;
  font-size: 15px;
  background: #fff url("../img/contact/deco_01.png") no-repeat right 10px center;
  background-size: 8px auto;
  border: 1px solid #b5b5b6;
	box-sizing: border-box;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_page .mail_form .form .form_tb td .reservation table tr td .select select::-ms-expand {
    display: none;
}

.contact_page .mail_form .form .form_tb td .reservation table td .attention {
  margin: 15px 0 0 0;
  padding: 0 0 0 1em;
  color: #970021;
  line-height: 1.4em;
  font-size: 14px;
  position: relative;
}
.contact_page .mail_form .form .form_tb td .reservation table td .attention:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
*/
.form .message {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  line-height: 2.0em;
  font-size: 14px;
  text-align: center;
  color: #342a23;
}

.form .privacy {
  margin: 0 0 0 0;
  padding: 0 0 55px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 17px;
  color: #342a23;
}

.form .btn_box {
  margin: 0 0 0 0;
  padding: 0 0 85px 0;
  text-align: center;
}

.form .btn_box .btn {
  margin: 0 0 0 0;
  padding: 15px 0;
  width: 205px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #dc304d;
  border: 1px solid #dc304d;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s 0s;
}

.form .btn_box .btn:hover {
  color: #dc304d;
  background: #ffffff;
  border: 1px solid #dc304d;
}

.form .return {
  margin: 0 0 0;
  padding: 35px 0 60px 0;
}

.form .return a {
  margin: 0 auto;
  padding: 15px 0;
  width: 205px;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
  background: #dc304d;
  border: 1px solid #dc304d;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s 0s;
  display: block;
  text-decoration: none;
}

.form .return a:hover {
  color: #dc304d;
  background: #ffffff;
  border: 1px solid #dc304d;
}


@media only screen and (max-width: 850px) {
  .form {
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    width: 100%;
    background: #f7f7f6;
    border-bottom: 1px solid #b5b6b6;
  }

  .form .form_inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 91.66%;
    max-width: 1026px;
    text-align: left;
    overflow: hidden;
  }

  .form .head {
    margin: 0 auto;
    padding: 0 0 50px 0;
    text-align: center;
    overflow: hidden;
  }

  .form .head .eng {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 13px;
    color: #dc304d;
    background: url("../img/title_back_01.png") no-repeat center bottom;
    background-size: 45px auto;
  }

  .form .head h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 22px;
    color: #342a23;
  }

  .form .flow {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .form .flow .step {
    margin: 0 0 0 0;
    padding: 12px 20px;
    width: 33.33%;
    line-height: 1.2em;
    font-size: 14px;
    text-align: center;
    color: #342a23;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .form .flow .step .num {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #342a23;
    background: #ffffff;
    display: inline-block;
    border-radius: 90px;
  }

  .form .flow .step:nth-child(1) {
    color: #ffffff;
    background: #dc304d;
  }

  .form .flow .step:nth-of-type(1) .num {
    color: #000000;
  }

  .form .flow .step:nth-of-type(1):before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    content: "";
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -30px;
    right: -52px;
    transform: rotate(60deg);
  }

  .form .flow .step:nth-of-type(1):after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    content: "";
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: -30px;
    right: -52px;
    transform: rotate(-60deg);
  }

  .form .flow .step:nth-of-type(2):before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    content: "";
    background: #ffffff;
    border: 1px solid #f7f7f6;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -30px;
    right: -52px;
    transform: rotate(60deg);
  }

  .form .flow .step:nth-of-type(2):after {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    content: "";
    background: #ffffff;
    border: 1px solid #f7f7f6;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: -30px;
    right: -52px;
    transform: rotate(-60deg);
  }

  /*
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-child(1) {
    color: #ffffff;
    background: #c9c9c9;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1) .num {
    color: #c9c9c9;
    background: #ffffff;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-child(2) {
    background: #000000;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2) .num {
    color: #000000;
  }

  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1):before {
    background: #000000;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(1):after {
    background: #000000;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2):before {
    background: #c9c9c9;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_confirm .mail_form .flow ol li:nth-of-type(2):after {
    background: #c9c9c9;
    border: 1px solid #ffffff;
  }

  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(1) {
    color: #ffffff;
    background: #c9c9c9;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1) .num {
    color: #c9c9c9;
    background: #ffffff;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(2) {

  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2) .num {

  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-child(3) {
    background: #000000;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(3) .num {
    color: #000000;
  }

  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1):before {
    background: #c9c9c9;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(1):after {
    background: #c9c9c9;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2):before {
    background: #000000;
    border: 1px solid #ffffff;
  }
  .contact_page .mw_wp_form_complete .mail_form .flow ol li:nth-of-type(2):after {
    background: #000000;
    border: 1px solid #ffffff;
  }
  */
  .form .note {
    margin: 0 0 0 0;
    padding: 0 0 5px 10px;
    line-height: 1.2em;
    font-size: 14px;
    text-align: left;
    color: #dc304d;
  }

  .form .tb {
    margin: 0 auto 0px auto;
    padding: 0 0 0 0;
    width: 100%;
  }

  .form .tb table {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    width: 100%;
    border-top: 1px solid rgba(181, 182, 182, 0.5);
    display: block;
  }

  .form .tb table tr {
    display: block;
  }

  .form .tb table tbody {
    display: block;
  }

  .form .tb table th {
    margin: 0 0 0 0;
    padding: 10px 0 10px 10px;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    color: #342a23;
    box-sizing: border-box;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-left: 1px solid rgba(181, 182, 182, 0.5);
    border-right: 1px solid rgba(181, 182, 182, 0.5);
    vertical-align: top;
    display: block;
  }

  .form .tb table th .must {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 14px;
    color: #dc304d;
    display: inline-block;
  }

  .form .tb table th .sub {
    margin: 0 0 0 0;
    padding: 15px 15px 0 0;
    line-height: 1.4em;
    font-size: 12px;
    color: #342a23;
    display: block;
  }

  .form .tb table td {
    margin: 0 0 0 0;
    padding: 15px 15px 15px 10px;
    line-height: 1.4em;
    font-size: 14px;
    color: #342a23;
    background: #ffffff;
    text-align: left;
    border: 1px solid #b5b6b6;
    display: block;
  }

  .form .tb table td .name {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: table;
  }

  .form .tb table td .name dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 50px;
    display: table-cell;
    vertical-align: middle;
  }

  .form .tb table td .name dd {
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
  }

  .form .tb table td .text01 {
    margin: 0 0 0 0;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #b5b6b6;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
  }

  .form .tb table td .text02 {
    margin: 0 0 0 0;
    padding: 10px 15px;
    width: 173px;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #b5b6b6;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
  }

  .form .tb table td .textarea01 {
    margin: 0 0 0 0;
    padding: 10px 15px;
    width: 100%;
    height: 186px;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #b5b6b6;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
  }

  .form .tb table td .radio_box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .form .tb table td .radio_box .horizontal-item {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
  }

  .form .tb table td .checkbox_box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .form .tb table td .checkbox_box .horizontal-item {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
  }


  .form .message {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    line-height: 2.0em;
    font-size: 14px;
    text-align: center;
    color: #342a23;
  }

  .form .privacy {
    margin: 0 0 0 0;
    padding: 0 0 55px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 17px;
    color: #342a23;
  }

  .form .btn_box {
    margin: 0 0 0 0;
    padding: 0 0 85px 0;
    text-align: center;
  }

  .form .btn_box .btn {
    margin: 0 0 0 0;
    padding: 15px 0;
    width: 205px;
    line-height: 1.2em;
    font-size: 14px;
    color: #ffffff;
    background: #dc304d;
    border: 1px solid #dc304d;
    border-radius: 0px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s 0s;
  }

  .form .btn_box .btn:hover {
    color: #dc304d;
    background: #ffffff;
    border: 1px solid #dc304d;
  }



}