/****** media query ******/
/****** other ******/

.section_contact {
  margin-top: 60px;
  margin-bottom: 100px; }

.section_contact .wrapper .mailform a {
  position: relative;
  text-decoration: underline; }

.section_contact .wrapper .mailform a:link, .section_contact .wrapper .mailform a:visited, .section_contact .wrapper .mailform a:active, .section_contact .wrapper .mailform a:hover {
  color: #003983; }

.section_contact .wrapper a.btn-more {
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 12px 13px 0 5px;
  display: block;
  height: 40px;
  width: 180px;
  font-size: 16px;
  line-height: 1;
  background: #003983;
  text-align: center;
  text-decoration: none; }

.section_contact .wrapper a.btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 12px;
  height: 17px;
  background: url(../img/common/icn_bullet03.png) no-repeat right 1px;
  background-size: 12px auto;
  right: 8px; }

.section_contact .wrapper .title {
  font-size: 24px;
  border-bottom: solid 1px #aaaaaa;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 21px; }

.section_contact .wrapper .tab_area.under {
  margin-top: 75px; }

.section_contact .wrapper .tab_area ul {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.section_contact .wrapper .tab_area ul li {
  width: 290px;
  font-size: 15px;
  color: #003983;
  letter-spacing: 0.2em;
  text-align: center;
  background: #f2f2f2;
  display: block;
  height: 50px;
  cursor: pointer;
  transition: ease 0.26s; }

.section_contact .wrapper .tab_area ul li a {
  display: block;
  height: 50px;
  padding: 15px 0;
  text-decoration: none; }

.section_contact .wrapper .tab_area ul li a:link, .section_contact .wrapper .tab_area ul li a:visited, .section_contact .wrapper .tab_area ul li a:active {
  color: #003983; }

.section_contact .wrapper .tab_area ul li a:hover {
  color: #fff; }

.section_contact .wrapper .tab_area ul li:hover {
  background: #003983;
  color: #fff; }

.section_contact .wrapper .tab_area ul li.active {
  background: #003983;
  color: #fff; }

.section_contact .wrapper .tab_area ul li.active a:link, .section_contact .wrapper .tab_area ul li.active a:visited, .section_contact .wrapper .tab_area ul li.active a:active, .section_contact .wrapper .tab_area ul li.active a:hover {
  color: #fff; }

.section_contact .wrapper .form form dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 auto; }

.section_contact .wrapper .form form dl dt, .section_contact .wrapper .form form dl dd {
  padding: 20px 0; }

.section_contact .wrapper .form form dl dt {
  position: relative;
  width: 290px;
  text-align: right; }

.section_contact .wrapper .form form dl dt span.must {
  position: absolute;
  left: 0;
  color: #be0000;
  font-size: 12px;
  border: solid 1px #be0000;
  padding: 2px 10px; }

.section_contact .wrapper .form form dl dd {
  width: 460px; }

.section_contact .wrapper .form form dl dd.name {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.section_contact .wrapper .form form dl dd.name .mfp_err:nth-of-type(2) {
  margin-left: 75px; }

.section_contact .wrapper .form form dl dd input {
  width: 100%;
  border: solid 1px #bbbbbb;
  padding: 5px 10px; }

.section_contact .wrapper .form form dl dd input.pst {
  margin: 10px 0; }

.section_contact .wrapper .form form dl dd input.add {
  width: 376px;
  margin: 10px 0 10px 15px; }

.section_contact .wrapper .form form dl dd input.nameproblem, .section_contact .wrapper .form form dl dd input.name {
  width: 48%; }

.section_contact .wrapper .form form dl dd input.nameproblem:nth-child(2), .section_contact .wrapper .form form dl dd input.name:nth-child(2) {
  margin-left: 7px; }

.section_contact .wrapper .form form dl dd input.confirm_check {
  width: 13px; }

.section_contact .wrapper .form form dl dd select {
  border: solid 1px #bbbbbb;
  margin-left: 15px; }

.section_contact .wrapper .form form dl dd textarea {
  width: 100% !important;
  border: solid 1px #bbbbbb;
  padding: 5px 10px; }

.section_contact .wrapper .form.kitchen_car form dl dd.border {
  border: solid 1px #bbbbbb;
  padding: 0 0 0 20px;
  margin-top: 18px; }

.section_contact .wrapper .form.kitchen_car form dl dd.border input {
  width: 20px;
  margin-top: -8px; }

.section_contact .wrapper .form.kitchen_car form dl dd input.radio {
  width: 20px;
  margin-top: -6px; }

.section_contact .wrapper .form.kitchen_car form dl dd input.number {
  width: 330px; }

.section_contact .wrapper .box {
  border: solid 4px #f2f2f2;
  margin-top: 60px;
  padding: 20px;
  line-height: 1.6; }

.section_contact .wrapper .box h4 {
  color: #003983; }

.section_contact .wrapper .text_box01 {
  margin-top: 35px;
  line-height: 1.6; }

.section_contact .pc_none {
  display: none; }

.section_contact .sp_none {
  display: block; }

.section_thanks {
  margin-top: 60px;
  margin-bottom: 100px; }

.section_thanks .wrapper p {
  line-height: 1.8; }

.section_thanks .wrapper a {
  position: relative;
  text-decoration: underline; }

.section_thanks .wrapper a:link, .section_thanks .wrapper a:visited,
.section_thanks .wrapper a:active .section_thanks .wrapper a:hover {
  color: #003983; }

.section_thanks .wrapper .text_box01 {
  margin-top: 35px;
  line-height: 1.8; }

#mfp_overlay_background {
  display: none;
  background-color: #333333;
  z-index: 10; }

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute; }

#mfp_overlay {
  display: none;
  position: fixed;
  top: 40px !important;
  left: 0;
  right: 0;
  width: 800px !important;
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 30;
  height: 80vh;
  overflow: scroll; }

#mfp_overlay_inner {
  padding-bottom: 30px; }

#mfp_overlay_inner h3 {
  background-color: #003983;
  color: #fff;
  height: 55px;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 35px; }

#mfp_overlay_inner h4, #mfp_overlay_inner table {
  margin-left: 30px; }

#mfp_overlay_inner table {
  margin-top: 30px;
  line-height: 1.8; }

#mfp_overlay_inner table tr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }

#mfp_overlay_inner table tr th {
  border-bottom: 1px black solid;
  margin-bottom: 10px;
  font-weight: bold;
  width: 740px; }
  
#mfp_overlay_inner table tr td {
  margin-bottom: 30px;
  width: 740px; }

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(../../mfp.statics/images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px; }

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px; }

#mfp_phase_stat {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; }

#mfp_phase_stat .mfp_active_phase {
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 11px 5px 0 5px;
  display: block;
  height: 40px;
  width: 180px;
  font-size: 16px;
  line-height: 1;
  background: #003983;
  text-align: center; }

#mfp_phase_stat .mfp_inactive_phase {
  border-radius: 4px;
  color: #aaaaaa;
  letter-spacing: 0.1em;
  padding: 11px 5px 0 5px;
  display: block;
  height: 40px;
  width: 180px;
  font-size: 16px;
  line-height: 1;
  background: #f2f2f2;
  text-align: center; }

#mfp_phase_stat .mfp_phase_arrow {
  margin: 0 20px;
  color: #003983;
  padding-top: 10px; }

.mfp_next {
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 5px;
  display: block;
  height: 40px;
  width: 280px;
  font-size: 16px;
  line-height: 1;
  background: #003983;
  margin: 30px auto 0; }

#mfp_element_26 {
  margin-top: 5px;
  margin-bottom: 10px; }

.mfp_buttons {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 40px auto 0; }

.mfp_buttons button {
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 5px;
  display: block;
  height: 40px;
  width: 180px;
  font-size: 16px;
  line-height: 1;
  background: #003983;
  text-align: center; }

.mfp_prev {
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0 5px;
  display: block;
  height: 40px;
  width: 280px;
  font-size: 16px;
  line-height: 1;
  background: #003983;
  margin: 100px auto 0; }

@media screen and (max-width: 750px) {
  .section_contact {
    margin-top: 25px;
    margin-bottom: 65px; }
  .section_contact .wrapper .title {
    margin: 35px 0 10px;
    padding-bottom: 5px;
    font-size: 18px; }
  .section_contact .wrapper .tab_area {
    display: none; }
  .section_contact .wrapper .form form dl {
    width: 100%; }
  .section_contact .wrapper .form form dl dt {
    width: 100%;
    padding-bottom: 0;
    text-align: left; }
  .section_contact .wrapper .form form dl dt span.must {
    position: relative;
    margin-right: 10px; }
  .section_contact .wrapper .form form dl dd {
    width: 100%;
    padding-top: 10px; }
  .section_contact .wrapper .form form dl dd select {
    width: 100%;
    margin-left: 0; }
  .section_contact .wrapper .form form dl dd ol li:nth-child(n+2) {
    margin-top: 20px; }
  .section_contact .wrapper .form form dl dd input.add {
    width: 100%;
    margin: 0; }
  .section_contact .wrapper .form form dl dd input.number {
    width: 30% !important; }
  .section_contact .wrapper .form form dl dd .lh_2 {
    line-height: 2; }
  .section_contact .pc_none {
    display: block; }
  .section_contact .sp_none {
    display: none; }
  #mfp_phase_stat .mfp_active_phase,
  #mfp_phase_stat .mfp_inactive_phase {
    font-size: 10px;
    padding-top: 15px; }
  #mfp_phase_stat .mfp_phase_arrow {
    margin: 0 5px; }
  #mfp_element_26_label {
    width: 100%; }
  #mfp_element_26_label input {
    width: 5%; }
  .mfp_buttons {
    width: 100%; }
  .mfp_buttons button {
    width: 46%; }
  #mfp_overlay {
    width: 90% !important;
    top: 100px !important; }
  #mfp_overlay_inner h3 {
    font-size: 16px;
    height: 43px; }
  #mfp_overlay_inner h4,
  #mfp_overlay_inner table {
    margin-left: 10px; }
  #mfp_overlay_inner table tr {
    display: flex;
    flex-wrap: wrap;
    width: 85vw;
    margin-top: 10px; }
  #mfp_overlay_inner table tr th, #mfp_overlay_inner table tr td {
    width: 100%; }
  #mfp_overlay_inner table tr td {
    padding-left: 0; }
  #mfp_overlay_inner .mfp_buttons {
    display: flex;
    flex-wrap: wrap;
    width: 90%; }
  #mfp_overlay_inner .mfp_buttons button {
    width: 100%; } }

