select,
::picker(select) {
  appearance: base-select;
}

section.p-inq_container {
  width: auto;
  padding: 6vw;
}
/* .p-inq_intro {
	line-height: 2em;
	letter-spacing: .1em;
} */
.p-inq_container {
  text-align: left;
  max-width: 760px;
  line-height: 2em;
	letter-spacing: .1em;
}
.p-inq_table {
  width: 100%;
}
.p-inq_head {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.4em;
  /* font-weight: bold; */
  font-size: 0.8em;
}
.p-inq_head span {
  margin-left: 0.5em;
}
.p-inq_input__confirmation {
  padding: 0.5em 0.8em;

  font-size: 1.2em;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
.p-inq__exosome {
	padding: 1em;
	max-width: 400px;
	margin: 0 auto;
}

/* .p-inq_table .row {
	display: flex;
	padding: 0.5em 0;
	align-items: center;
}
.p-inq_table .row > div {
	padding-right: 0.25em;
	padding-left: 0.25em;
} */

.c-input {
  padding: 0.5em 0.8em;

  font-size: 1em;
  border-radius: 4px;
  border: 2px solid #ddd;
  box-sizing: border-box;
}
.c-select {
  position: relative;
  -webkit-appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 0.8em 1.2em;
  background: white;
  border: 1px solid #aaaaaa;
  border-radius: 0.2em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow: hidden;
  text-shadow: 0 1px 0 white;
  -webkit-transition:
    box-shadow 200ms,
    border-color 200ms;
  -moz-transition:
    box-shadow 200ms,
    border-color 200ms;
  transition:
    box-shadow 200ms,
    border-color 200ms;
  white-space: nowrap;
}
.c-select option {
  text-shadow: none;
}
.c-check[type='checkbox'] {
  display: none;
}
.c-check + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.c-check + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-check + label::after {
  border-right: 6px solid #7cc1e0;
  border-bottom: 6px solid #7cc1e0;
  content: '';
  display: block;
  height: 20px;
  left: 10px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  width: 12px;
}
.c-check[type='checkbox']:checked + label::before {
  border-color: #666;
}
.c-check[type='checkbox']:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.c-radio[type='radio'] {
  display: none;
}
.c-radio + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  width: auto;
}
@media screen and (min-width: 600px) {
  .l-flex {
    display: flex;
    flex-wrap: wrap;
	}
	.l-flex__center {
    display: flex;
    justify-content: center;
  }
  .l-flex__50 {
    width: 50%;
  }
  .c-radio + label {
    padding: 5px 5px 5px 30px;
		font-size: .8em;
  }
}

.c-radio + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-radio + label::after {
  background: #7cc1e0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale3d(0.3, 0.3, 1);
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  width: 12px;
}
.c-radio[type='radio']:checked + label::before {
  border-color: #7cc1e0;
}
.c-radio[type='radio']:checked + label::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.c-textarea {
  padding: 0.5em 0.8em;
  font-size: 1em;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  min-height: 240px;
  field-sizing: content;
}

.p-inq_list:has(input:checked) {
  border-left: 4px solid #7cc1e0;
}

.p-inq_list {
  border-left: 4px solid #f3f8fc;
  margin-bottom: 1em;
  padding: 0 0 1em 1em;
  transition:
    background0-color 0.4s ease-in-out,
    opacity 0.2s ease-in-out;
}

/* .c-article__detail {
  background-color: #f3f8fc;
}
 */
.c-article__detail {
  /* background-color: #fcfcfc; */
  color: #999;
  /* margin-bottom: 1em; */
  /* padding: .5em 1em; */
  /* border-radius: 1em; */
}



.ly_cont {
  display: grid;
  place-content: center;
  padding-block: 100px;
}
.inquiry_item {
  padding-top: 24px;
}
.inquiry_item,
.inquiry_type_item {
  /* display: none; */
  /* opacity: 0; */
  /* will-change: opacity; */
  /* transition: opacity 0.5s ease-in-out; */
}

.inquiry_item li {
  /* display: none; */
}

.inquiry_item.is_active,
.inquiry_type_item.is_active {
  display: revert;
}
.c-button__submit {
  font-size: 1.4em;
  display: block;
  border: none;
  border-radius: 2.1em;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #a9d5e8;
  font-weight: bold;
  line-height: 1em;
  padding: 0.8em 3.2em 0.8em 1.6em;
  transition: 0.3s;
  margin: 0 auto;
  width: 100%;
}
.c-button_submit:hover {
  background: #c6e0eb;
}
.c-button__submit__wrapper {
  color: #fff;
  position: relative;
  /* line-height: 2.8em; */
  width: 320px;
  transition: 0.5s;
  margin: 30px auto;
}
.c-button__submit__wrapper::after {
  transition: 0.3s;
  content: url('../images/arrow2.png');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: auto;
  line-height: 1em;
}
/* .l-button_submit__wrapper.back::after {
transform: rotate(180deg);
right: auto;
left: 20px;
} */

.c-tag__must {
  display: inline-block;
  background-color: #ff3535;
  color: #fff;
  border-radius: 0.5em;
  padding: 4px 8px;
  font-size: 0.6em;
  line-height: 1em;
}
.c-tag__must {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.u-weight {
  font-weight: bold;
}
.u-mb2 {
	margin-bottom: 2em;
}
.u-w50 {
  width: 50%;
}
.u-w100 {
  width: 100%;
}
.u-text__small {
  font-size: 14px;
	line-height: 1.2em;
}
.u-text__smaller {
  font-size: 12px;
	line-height: 1.2em;
}
.u-note {
  color: #ccc;
}
.u-warning {
  color: #ff3535;
}





.c-gallery {
  padding: .5em 1em;
  margin-bottom: 1em;
  /* border: 2px solid #ff3535; */
  background-color: #f3f8fc;
  border-radius: .5em;
}

.c-gallery__title {
  color: #ff3535;
  margin-bottom: .5em;
  font-size: 0.6em;
  line-height: 1em;
}

.c-gallery__items {
  display: flex;
  gap: .5em;
}

.c-thumbnail {
  width: 60px;
  height: auto;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: transform 0.3s, border-color 0.3s;
}

.c-thumbnail:hover {
  transform: scale(1.05);
  border-color: #000;
}

/* Modal styles */
/* .c-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-modal__content {
  display: block;
  margin: 50px auto;
  max-width: 90%;
  max-height: 80%;
}

.c-modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.c-modal__close:hover,
.c-modal__close:focus {
  color: #bbb;
}
 */



.c-modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.c-modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.c-modal_container::after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

.c-modal_inner {
  position: relative;
  margin: 20px auto;
  width: auto;
}

.c-modal_content {
  /* display: none; */
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.c-modal_button {
  background: #eee;
  border-radius: 9999px;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 250px;
  padding: 10px 2em;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.c-modal_button:hover {
  background: #898989;
  color: #FFF;
}

.c-modal_button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #898989;
  border-right: 3px solid #898989;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button:hover:after {
  border-color: #FFF;
}

body.is-locked {
  overflow: hidden;
}
