@charset "UTF-8";
/*
	Filename: faq_contact
	Version: 1.0.1
*/
#faq_contact {
  padding-bottom: 80px;
}
#faq_contact .wrap .faq_contact_title {
  padding: 40px 0;
}
#faq_contact h1 {
  margin-bottom: 32px;
}
#faq_contact .faq_contact_title p {
  line-height: 1.6;
}
.tabs ul.flex li.tab_item.tab_current::after, .tabs ul.flex li.tab_item:hover::after {
    background: #0EA4B3;
}
@media screen and (max-width: 900px) {
  #faq_contact {
    padding-top: 74px;
  }
}
@media screen and (max-width: 750px) {
  #faq_contact h1 {
    margin-bottom: 16px;
  }
  #faq_contact .faq_contact_title p {
    font-size: 14px;
  }
}
#faq_contact h4 {
  margin-bottom: 20px;
  padding: 16px 24px;
  background: #F5FBFF;
  border-radius: 8px;
  color: #0F76B9;
  text-align: center;
}
#faq_contact h4.midasi_04_center {
  background: #FFFAF5;
  color: #E67612;
}
.faq_contact_nav {
  margin-bottom: 80px;
}
a.faq_contact_link {
  display: block;
  width: 32%;
  padding: 24px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
}
a.faq_contact_link img {
  margin-bottom: 12px;
}
a.faq_contact_link p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
#faq_contact h2.midasi_terminal {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
}
#faq_contact h2.midasi_terminal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
#faq_contact h2.midasi_center {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
}
#faq_contact h2.midasi_center::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #E67612;
  border-radius: 3px;
}
#faq_contact h3.midasi_02 {
  margin-bottom: 32px;
}
.faq {
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.faq.last {
  margin-bottom: 85px;
  border-bottom: none;
}
.faq a {
  color: #0EA4B3;
  text-decoration: underline;
}
.faq dt, .faq dd {
  position: relative;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.faq dt::before {
  content: "Q";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  padding: 3px 10px 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
}
.faq dd {
  margin-bottom: 30px;
  font-weight: 700;
}
.faq dd::before {
  content: "A";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  padding: 3px 11px 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .faq_contact_nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #faq_contact h4 {
    font-size: 14px;
  }
  .faq_contact_nav {
    margin-bottom: 60px;
  }
  a.faq_contact_link p {
    font-size: 14px;
  }
  #faq_contact h2.midasi_terminal {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #faq_contact h2.midasi_center {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #faq_contact h3.midasi_02 {
    margin-bottom: 16px;
  }
  .faq.last {
    margin-bottom: 65px;
    border-bottom: none;
  }
  .faq dt, .faq dd {
    padding-top: 5px;
    font-size: 14px;
  }
  .faq dt::before {
    font-size: 16px;
  }
  .faq dd {
    margin-bottom: 30px;
  }
  .faq dd::before {
    font-size: 16px;
  }
  .tabs ul.flex {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  a.faq_contact_link {
    width: 100%;
    margin-bottom: 10px;
  }
}


.formArea {
  width: 750px;
}

.formArea table {
  width: 100%;
  margin-bottom: 20px;
}
.formArea table tr th {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.formArea table tr td {
  display: block;
  width: 100%;
  padding: 10px 0 20px;
  font-size: 16px;
}
.formArea table tr td p {
  margin-bottom: 16px !important;
}
.formArea table.formTable tr th {
  padding: 20px;
  background: #F5FBFF;
  border: 1px solid #ccc;
  border-bottom: none;
}
.formArea table.formTable tr td {
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
}
.formArea table.formTable tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
.formArea p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.w100 {
  width: 100%;
}
.required {
  font-size: 16px;
  font-weight: 700;
  color: #B30E0E;
}
/* Chrome */
::-webkit-input-placeholder {
  color: #ccc;
}
/* Firefox */
::-moz-placeholder {
  color: #ccc;
}
/* IE */
:-ms-input-placeholder {
  color: #ccc;
}
.w50 {
  width: 50%;
}
.mb16 {
  margin-bottom: 16px;
}
.formArea input[type="text"], .formArea textarea {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formArea textarea {
  height: 305px;
}
.formArea input[type="text"]:focus, .formArea textarea:focus {
  box-shadow: 0 0 7px #0EA4B3;
  border: 1px solid #0EA4B3;
}
.formArea input[type=radio] {
  display: none;
}
.formArea .radio01 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 10px 10px 36px;
}
.formArea .radio01::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.formArea .radio01::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background: #0EA4B3;
  border-radius: 50%;
  opacity: 0;
}
.formArea input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.formArea input[type="radio"],input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.selectbtn select {
	width: 100%;
  padding: 10px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.selectbtn select::-ms-expand {
  display: none;
}
.selectbtn.select_arrow {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #ffffff;
}
.selectbtn.select_arrow::before {
	content: '';
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/drop_downarrow.png) no-repeat center center;
  background-size: cover;
	pointer-events: none;
}
.date_select {
  -webkit-box-align: center;
  align-items: center;
}
.date_select_day {
  width: 30%;
}
.date_select_l {
  width: 30%;
}
.date_select_c {
  width: 2%;
}
.date_select_r {
  width: 30%;
}
.child_radio {
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.control {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.control input:checked ~ .control__indicator {
  background: #0EA4B3;
  border: 1px solid #0EA4B3;
}
.control__indicator::after {
  display: none;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: url("../img/common/check.svg") no-repeat center center;
  background-size: cover;
  z-index: +1;
}
.control input:checked ~ .control__indicator::after {
  display: block;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.formArea ul {
  margin-bottom: 35px;
  margin-left: 20px;
}
.formArea ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
}
.privacy_link {
  display: block;
  position: relative;
  width: 368px;
  margin: 0 auto 16px;
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.privacy_link::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/common/picture_as_pdf.svg") no-repeat center center;
  background-size: cover;
}
.policy_check {
  margin-bottom: 36px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.btn {
  text-align: center;
}
.submit-btn {
  width: 368px;
  padding: 12px;
  background-color: #0EA4B3;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
.submit-btn.cancel {
  margin-top: 20px;
  background-color: #ccc;
}
/*-----------------------------------------------------
	広告等掲載・配架のお問い合わせ
------------------------------------------------------*/
body.page-template-advertisement_contact #faq_contact .wrap .faq_contact_title {
  padding: 40px 0 8px;
}
/*-----------------------------------------------------
	施設利用のお問い合わせ
------------------------------------------------------*/
body.page-template-facillity_contact #faq_contact .wrap .faq_contact_title {
  padding: 40px 0 8px;
}
/*-----------------------------------------------------
	thanks
------------------------------------------------------*/
body.page-template-thanks #faq_contact .wrap .faq_contact_title {
  padding: 40px 0 8px;
}
.top_link {
  display: block;
  width: 368px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .formArea {
    width: 100%;
  }
  .formArea table tr th {
    font-size: 14px;
  }
  .formArea table tr td {
    font-size: 14px;
  }
  .formArea table tr td p {
    margin-bottom: 14px !important;
  }
  .formArea p {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .required {
    font-size: 14px;
  }
  .w50 {
    width: 100%;
  }
  .formArea input[type="text"], .formArea textarea {
    font-size: 14px;
  }
  .formArea .radio01::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  .formArea .radio01::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #0EA4B3;
    border-radius: 50%;
    opacity: 0;
  }
  .selectbtn select {
    font-size: 14px;
  }
  .date_select_day {
    width: 100%;
    margin-bottom: 10px;
  }
  .date_select_l {
    width: 46%;
  }
  .date_select_c {
    width: 4%;
  }
  .date_select_r {
    width: 46%;
  }
  .child_radio {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  .control {
    font-size: 14px;
  }
  .formArea ul li {
    font-size: 14px;
  }
  .privacy_link {
    max-width: 100%;
  }
  .submit-btn {
    max-width: 100%;
  }
  .top_link {
    max-width: 100%;
  }
}