@charset "utf-8";
@font-face {font-family: Futura; src: url(../fonts/FuturaPTMedium.otf);}

.p-magazine .p_top_txt {
  text-align: center;
}
.p-magazine #box01 {
  max-width: 1012px;
  padding: 0 30px;
  margin: 80px auto 136px;
}
.p-magazine .mv {
  width: 100%;
  margin: 48px auto 50px;
}
.p-magazine .mv img {
  aspect-ratio: 437/170;
  object-fit: cover;
}
.p-magazine__lead {
  text-align: center;
  margin-bottom: 44px;
}
.p-magazine #box01 h2 {
  line-height: 1.7;
  padding-bottom: 12px;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  margin-bottom: 44px;
}
.p-magazine .form-block:not(:last-child) {
  margin-bottom: 20px;
}
.p-magazine .row {
  display: flex !important;
  margin-bottom: 12px;
}
.p-magazine .row .col01 {
  width: 25.7%;
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.p-magazine .row .col01 p {
  white-space: nowrap;
}
.p-magazine .row .col02 {
  width: 74.3%;
}
.p-magazine input[type="text"],
.p-magazine input[type="email"],
.p-magazine input[type="tel"] {
  width: 100%;
  border: 1px solid #ccc;
  height: 48px;
  padding-left: 14px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
}
.p-magazine input[type="text"]:placeholder,
.p-magazine input[type="email"]:placeholder,
.p-magazine input[type="tel"]:placeholder,
.p-magazine select,
.p-magazine textarea:placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.p-magazine textarea {
  width: 100%;
  height: 312px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  padding: 11px 14px;
}
.p-magazine .select_wrap {
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 1;
}
.p-magazine .select_wrap select {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding-left: 14px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.p-magazine .select_wrap select option {
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.p-magazine .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 18px;
  height: 18px;
  background: url(../img/common/select_arrow.png) no-repeat center center / contain;
  transform: translateY(-50%);
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}

.p-magazine .time_comment {
  width: 100%;
  padding: 18px 21px;
  background-color: rgba(217, 217, 217, 0.3);
  margin-top: 12px;
}
.p-magazine .time_comment_block {
  border-bottom: #ccc 1px solid;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.p-magazine .time_comment_block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-magazine .time_comment_flex {
  display: flex;
  margin: 6px 0;
}
.p-magazine .time_comment_flex_item {
  width: 50%;
}
.p-magazine .time_coment_flex_info {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.p-magazine .time_coment_flex_info::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 1px;
  height: 44px;
  background-color: #000;
}
.p-magazine .time_comment_notes {
  text-indent: -1em;
  padding-left: 1em;
}
.p-magazine .time_comment_block.accordion {

}
.p-magazine .time_comment_block.accordion .accordion_ttl {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.p-magazine .time_comment_block.accordion .accordion_ttl .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #000;
  transform: translateY(-50%);
}
.p-magazine .time_comment_block.accordion .accordion_ttl .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  /* width: 7px; */
  /* height: 4px; */
  /* background: url(../img/common/select_arrow_inner.png) no-repeat center center / contain; */
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -75%) rotate(45deg);
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}
.p-magazine .time_comment_block.accordion.active .accordion_ttl .arrow::after {
  transform: translate(-50%, -25%) rotate(225deg);
}
.p-magazine .time_comment_block.accordion .accordion_cnt {
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}
.p-magazine .time_comment_block.accordion .accordion_cnt_inner {
  padding-top: 10px;
}
.p-magazine .rd-list {
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}
.p-magazine .rd-list label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-magazine .rd-list input[type="radio"] {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.p-magazine .rd-list input[type="radio"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.p-magazine .rd-list input[type="radio"]:checked::before {
  background-color: #000;
}
.p-magazine .privacy {
  display: flex;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 40px;
}
.p-magazine .privacy label {
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-magazine .privacy input[type="checkbox"] {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.p-magazine .privacy input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 60%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(42deg);
}
.p-magazine .cf7-recaptcha-info {
  text-align: center;
}
.p-magazine .form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background-color: #000;
  border-radius: 4px;
  border: none;
  color: #fff;
  padding: 0 38.5px;
  margin: 0 auto;
  transition: .3s;
  cursor: pointer;
}
.p-magazine .form_btn:hover {
  opacity: .5;
  cursor: pointer;
}
.p-magazine .form-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.p-contact .go-back-btn {
  background: #fff;
  border: 1px solid #000;
}
.p-magazine .form-btns .form_btn {
  font-family: "Shippori Mincho B1", serif;
  width: 168px;
  height: 42px;
  border-radius: 4px;
  margin: 0;
}
.p-magazine .form-btns .form_btn:nth-of-type(1) {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.p-magazine .form-btns .form_btn:nth-of-type(2) {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.p-magazine-comp {
  padding-bottom: 136px;
}

@media screen and (max-width: 768px) {
  .p-magazine .mv {
    margin: 40px auto 0;
  }
  .p-magazine .mv img {
    width: 100%;
    /* height: 150px; */
  }
  .p-magazine .p_top_txt {
    text-align: left;
  }
  .p-magazine #box01 {
    padding: 0 20px;
    margin: 80px auto 64px;
  }
  .p-magazine #box01 h2 {
    margin-bottom: 24px;
  }
  .p-magazine .form-block:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-magazine .form-block.no-bottom {
    margin-bottom: 0;
  }
  .p-magazine .row {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .p-magazine .row .col01 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
  .p-magazine .row .col02 {
    width: 100%;
  }
  .p-magazine .time_comment {
    padding: 32px 20px;
    margin-top: 24px;
  }
  .p-magazine .time_comment_block {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  .p-magazine .time_comment_flex {
    flex-direction: column;
    row-gap: 6px;
    margin: 8px 0;
  }
  .p-magazine .time_comment_flex_item {
    width: 100%;
  }
  .p-magazine .time_coment_flex_info {
    min-height: unset;
    padding-left: 12px;
  }
  .p-magazine .time_coment_flex_info::before {
    height: calc(100% - 6px);
    top: 0;
    left: 0;
  }
  .p-magazine .time_comment_notes {
    text-indent: 0;
    padding-left: 0;
  }
  .p-magazine textarea {
    height: 260px;
    padding: 18px 20px;
  }
  .p-magazine .privacy {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
