@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     資料請求
 Notes:          
--------------------------------------------------------------- */
.txt01 {
  margin: 0 auto 10%;
}
.txt02 {
  margin: 0 auto 10%;
  text-align: center;
}
.txt03 {
  margin: 10% auto 3%;
  text-align: center;
  font-size: 110%;
}
.txt03 .color02 {
  color: #ff0000;
}
#mfp_element_0_label {
  width: 100%;
  border-bottom: 1px dashed #7B7B7B;
}
form .tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #7B7B7B;
}
form .tr:last-child {
  border-bottom: none;
}
form .th {
  width: 25%;
  min-width: 15em;
  padding: 2% 0;
}
form .td {
  width: 80%;
  padding: 2% 0;
}
form .td .color01 {
  font-size: 1.1em;
  color: #EE8099;
}
.td #radio-box01 {
  width: 100%;
  padding: 0 0 0 2em;
}
.td #radio-box02 {
  padding: 0 0 0 2em;
}
.td .mfp_not_checked #radio-box01 {
  display: none;
}
.td .mfp_not_checked #radio-box02 {
  display: none;
}
.td select {
  margin: 0 1em 0 0;
}
.required {
  padding: 0.1em 0.5em;
  color: #FFF;
  font-size: 0.9em;
  background-color: #EE8099;
}
.width01 {
  width: 60% !important;
}
.width02 {
  width: 40% !important;
}
.width03 {
  width: 90% !important;
}
.width04 {
  width: 90% !important;
  height: 10em !important;
}
input::placeholder,
textarea::placeholder {
	color: #B0B0B0;
}
.situation-area .situation-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
form#mailformpro .situation-area .situation-list label {
  position: relative;
  width: 100%;
  padding-top: 35%;
  display: block;
  border-radius: 0;
  cursor: pointer;
}
form#mailformpro .situation-area .situation-list label.situation01 {
  background: url(../img/doc_request/radio01.jpg) no-repeat center /cover;
}
form#mailformpro .situation-area .situation-list label.situation02 {
  background: url(../img/doc_request/radio02.jpg) no-repeat center /cover;
}
form#mailformpro .situation-area .situation-list label.situation03 {
  background: url(../img/doc_request/radio03.jpg) no-repeat center /cover;
}
form#mailformpro .situation-area .situation-list label.situation04 {
  background: url(../img/doc_request/radio04.jpg) no-repeat center /cover;
}
form#mailformpro .situation-area .situation-list label input {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  width: 7%;
  height: 20%;
  border: 0;
}
.mail-area input {
  width: 100%;
  background: #fcece7;
  padding: 1em 2em;
  font-size: 130%;
}
.mail-area_txt {
  margin-top: 2%;
  text-align: center;
}
form#mailformpro dl.input-area {
  display: grid;
  grid-template-columns: 20% 1fr;
  row-gap: 1.5em;
}
form#mailformpro dl.input-area dt {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  font-size: 110%;
  border: 0;
  margin: 0;
  align-self: center;
}
form#mailformpro dl.input-area dd {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: normal;
}
form#mailformpro dl.input-area dd input {
  width: 100%;
  background: #fcece7;
  padding: 1em 2em;
}
form#mailformpro dl.input-area dd input[type=checkbox] {
  width: 1em;
  height: 1em;
  background: none;
  margin-left: 3.5em;
}
form#mailformpro dl.input-area dd input[type=radio] {
  width: 1em;
  height: 1em;
  background: none;
  margin: 0;
}
form#mailformpro dl.input-area dd label {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  cursor: pointer;
  width: fit-content;
}
form#mailformpro dl.input-area dd label a {
  text-decoration: underline;
}
form#mailformpro dl.input-area + .input-area {
  margin-top: 12%;
}
div.mfp_buttons .send.size-l {
  font-size: 195%;
  font-weight: 700;
}

/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
form .tr {
  padding: 2% 0;
  display: block;
}
form .th {
  width: 100%;
}
form .td {
  width: 100%;
}
.width01 {
  width: 100% !important;
}
.width02 {
  width: 100% !important;
}
.width03 {
  width: 100% !important;
}
.width04 {
  width: 100% !important;
}
form#mailformpro .situation-area .situation-list {
  gap: 10px;
}
form#mailformpro dl.input-area {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
}
form#mailformpro dl.input-area dt {
}
form#mailformpro dl.input-area dd {
  font-size: 16px;
}
form#mailformpro dl.input-area dd + dt {
  margin-top: 1em;
}
form#mailformpro dl.input-area dd input[type=checkbox] {
  margin-left: 0;
}
div.mfp_buttons .send.size-l {
  font-size: 20px!important;
  width: 60%!important;
}
}