@charset "UTF-8";
:root {
  --corporate-color: #0073c0;
  --sub-corporate-color: #0073c0;
  --active-color: #e8f6fd;
  --textLink-color: #333;
  --caution-color: #db2100;
  --disable-bg-color: #f5f5f5;
  --disable-font-color: #bbb;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents {
  width: calc(100% - 20px);
  max-width: 1024px;
  margin: 0 auto;
}

h1 {
  background-color: var(--corporate-color);
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
}

.hd_contents {
  border: solid 1px #cccccc;
  margin-bottom: 50px;
  padding: 30px;
}

.hd_contents .txt {
  font-size: 16px;
  color: #333333;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.caution {
  color: #c00;
}

.Faq__link {
  text-align: center;
  margin-top: 20px;
}

/* start_Common21__line-btn */
.Common21__line-btn {
  display: inline-block;
  position: relative;
  padding: 15px 155px 15px 120px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  transition: border-color 0.3s, background-color 0.3s;
}

.Common21__line-btn:hover {
  border-color: var(--corporate-color);
  background-color: #f2fafe;
}

.Common21__line-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.Common21__line-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}
/* end_Common21__line-btn */

.flow__group {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
}

.flow__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(84% / 3);
  height: 40px;
  background-color: #ddd;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ddd;
  position: absolute;
  top: 0%;
  right: -20px;
}

.flow__item.current {
  background-color: var(--corporate-color);
}

.flow__item.current::after {
  border-color: transparent transparent transparent var(--corporate-color);
}

/* 取材に関するお問い合わせについて */
.form__group {
  display: flex;
  margin-bottom: 30px;
}

.form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  width: 330px;
  height: 50px;
  font-size: 16px;
  line-height: 1.4;
  margin-right: 10px;
}

.form__label-inner {
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 20px;
}

.form__label-inner::before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--corporate-color);
}

.form__label-inner small {
  display: block;
}

.required__item {
  /* border: solid 1px #cc0000; */
  background-color: #c00;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
}

.input__group {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.flex__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input__group.wrap {
  flex-wrap: wrap;
}

.input__group-split {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.input__group-split:first-child {
  margin-bottom: 20px;
}

.input__group-inner {
  display: block;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px 0 20px;
}

.input__group-inner.name {
  width: 40px;
}

.input__group-inner.contact {
  width: 300px;
  text-align: left;
}

.input__square {
  display: flex;
  border: 1px solid #bfbfbf;
  color: #333333;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  margin-left: 0;
	align-items: center;
}

.input__square02 {
  display: flex;
  border: none;
  color: #333333;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  margin-left: 0;
	align-items: center;
}

.input__square02 span {
	padding: 0 6px;
}

.Half-width {
  width: 50%;
}

.zip-width {
  width: 100%;
  display: block;
}

.input__full-width {
  width: 100%;
  height: auto;
  padding: 10px;
  line-height: 1.5;
}

.input__full-width03 {
	border: 1px solid #bfbfbf;
    width: 10%;
    height: 50px;
    text-align: center;
}

.input__full-width04 {
	border: 1px solid #bfbfbf;
    width: 10%;
    height: 50px;
    text-align: center;
}

.select__group {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.select__group.split {
  display: flex;
  align-items: center;
  width: 40%;
}

.select__square {
  position: relative;
}

.select__square::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: translateY(-50%) rotate(135deg);
}

.Half-width.flex__column.month {
  flex: 1;
}

.Half-width.flex__column.day {
  flex: 1;
}

.select__group-inner {
  display: block;
  width: 30px;
  white-space: nowrap;
  text-align: center;
  margin: 0 20px 0 10px;
}

.select__square {
  display: flex;
  border: 1px solid #bfbfbf;
  color: #333333;
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  margin-left: 0;
}

.select__square-half {
  display: flex;
  border: 1px solid #bfbfbf;
  color: #333333;
  width: 50%;
  font-size: 14px;
  -webkit-appearance: none;
  margin-left: 0;
}

.select__full-width {
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px;
}

.group__full-width {
  width: 100%;
}

.notice {
  margin-bottom: 5px;
}

.textarea01 {
  width: 100%;
  padding: 10px;
}

.checkbox {
  display: none;
}

.checkbox+.checkbox-icon {
  position: relative;
  vertical-align: middle;
}

/*.checkbox + .checkbox-icon:before {
  content: "";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 44px;
  font-size:2px;
  border: 2px #ccc solid;
padding: 10px;
 }*/
.checkbox+.checkbox-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px #ccc solid;
  vertical-align: -3px;
}

.checkbox:checked+.checkbox-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #001831;
  border-right: 3px solid #001831;
}

.policy {
  border: solid 1px #cccccc;
  margin-bottom: 50px;
  padding: 30px;
}

.policy__txt {
  margin-bottom: 10px;
}

.policy__link {
  margin-bottom: 15px;
}

.policy__link-inner {
  display: inline-block;
  color: var(--corporate-color);
  font-weight: 600;
}

.policy__link-inner:hover{
  opacity: .7;
}

.policy__checbox {
  display: flex;
  align-items: baseline;
}

.policy__checbox-label {
  margin-right: 10px;
}

.recaptcha__group {
  display: flex;
  justify-content: center;
}
#recaptcha{
  display: flex;
  justify-content: center;
}

.form__submit-group {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.btnform_ch {
  text-align: center;
}

.btnform_ch a {
  position: relative;
  display: inline-block;
  background-color: #cc0000;
  border-radius: 3px;
  float: none;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  padding: 22px 120px;
  color: #fff;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
	font-weight: 700;
}

.btnform_ch a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
}

.btnform_ch.btn_fm01 a {
  background-color: #cc0000;
  border-radius: 3px;
  float: none;
  font-size: 18px;
  margin: 0 auto;
  /* padding: 22px 120px; */
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.btnform_ch.btn_fm01 input {
  background-color: #cc0000;
  border-radius: 3px;
  float: none;
  font-size: 18px;
  margin: 0 auto;
  padding: 16px 120px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.btnform__reset {
  text-align: center;
}

.btnform__reset-inner {
  display: inline-block;
  background-color: #535353;
  border-radius: 3px;
  float: none;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 70px;
  color: #fff;
  text-decoration: none;
}

/* エラーメッセージのスタイル */
.err__txt {
  width : 100%;
  padding: 0;
  display: inline-block;
  font-size: 90%;
  color: #cc0000;
  box-sizing: border-box;
}


/*
確認ページ
confirm.html
ここから
*/
.txt-red {
  font-weight: 600;
  color: #eb5c5c;
}

.txt-bold {
  font-weight: 600;
}

.confirm .input__group {
  align-items: center;
}

.confirm .input__square,
.confirm .select__square {
  align-items: center;
  height: 50px;
  padding: 0px;
}

.confirm .input__square_syousai {
    height: auto;
    padding: 10px;
}

.confirm .select__square::before {
  content: none;
}

.confirm .input__group-split {
  align-items: center;
}

.confirm .btn-group {
  text-align: center;
  margin: 50px 0;
}

.btn-primary {
  width: 300px;
}

.btnform__back {
  text-align: center;
  margin-right: 30px;
}

.btnform__back-inner {
  position: relative;
  display: inline-block;
  background-color: #535353;
  border-radius: 3px;
  width: 100%;
  float: none;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
}

.btnform__back-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(-135deg);
}

.btnform__back-inner:hover {
  opacity: 0.5;
}

.btnform__back-inner a {
  display: block;
  padding: 20px;
	font-weight: 700;
}

.confirm .btn-primary.confirm {
  position: relative;
  display: inline-block;
  background-color: #cc0000;
  border-radius: 3px;
  float: none;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
}

.confirm .btn-primary.confirm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}

.confirm .btn-primary.confirm:hover {
  opacity: 0.5;
}

.confirm .btn-primary.confirm input {
  width: 100%;
  padding: 20px;
	font-weight: 700;
}

/*
thanks_customer.php
*/
.thanks h1 {
  background-color: var(--corporate-color);
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
}

.thanks .flow__group {
  margin: 0 auto 30px;
}

.Header__thanks-group {
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
  text-align: center;
  padding: 10px 0;
}

.Header__thanks-group img {
  width: 10%;
}

.brake {
  display: none;
}
.thanks .hd_contents {
  font-size: 16px;
  text-align: center;
  padding: 30px;
}

.thanks .hd_contents h2 {
  font-size: 30px;
  font-weight: 700;
}

.thanks .hd_contents a {
  display: block;
}

.completed {
  font-size: 24px;
  font-weight: 700;
  color: #FF0000;
  text-align: center;
  margin-bottom: 30px;
}

.mailto_link {
  margin: 10px 0;
}

.mailto_link a {
  color: var(--corporate-color);
  text-decoration: underline;
}

.category_btn {
  text-align: center;
}

.category_btn-inner {
  display: inline-block;
  width: 480px;
}

.category_link {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
	width: 600px;
    margin: 20px auto 0;
    padding: 10px 0;
    transition: background-color 0.5s, color 0.5s;
}

.category_link:hover {
    border-color: #00a0e9;
    background-color: #f2fafe;
}

.category_link::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.category_link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

div.contents.confirm .input__full-width {
  height: auto;

}
div.contents.confirm .input__square {
  height: auto;
  padding: 0px;
}

@media screen and (max-width:959px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #skipNav {
    display: none;
  }

  h1 {
    font-size: 20px;
    margin: 30px -10px;
    padding: 10px 0;
  }

  .hd_contents {
    margin-bottom: 30px;
    padding: 20px;
  }

  .Common21__line-btn {
    --Common21__line-btn-height: 6rem;
    --Common21__line-btn-padding: 1.5rem;
    min-height: var(--Common21__line-btn-height);
    padding: var(--Common21__line-btn-padding) 4rem var(--Common21__line-btn-padding) 2rem;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: left;
    border-radius: 0.4rem;
    width: 100%;
  }
  .Common21__line-btn-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(var(--Common21__line-btn-height) - (var(--Common21__line-btn-padding)* 2));
  }

  .flow__group {
    margin: 0 0 30px -10px;
  }

  .flow__item {
    font-size: 12px;
  }

  .form__group {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .form__label {
    width: 100%;
    height: auto;
    align-items: start;
    border: 0;
    border-top: solid 5px var(--corporate-color);
    text-align: center;
    padding: 10px 0;
    margin-right: 0;
  }

  .form__label-inner {
    font-weight: 700;
    text-align: left;
    padding: 0;
  }

  .form__label-inner::before {
    display: none;
  }

  .input__group {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }

  .input__group-inner {
    font-size: 14px;
    margin: 0 10px;
  }

  .input__group-inner.name {
    width: auto;
  }

  .flex__column--name {
    width: calc(100% -  35px);
  }

  .flex__column--ruby {
    width: calc(100% - 50px);
  }

  .select__group.split {
    width: 100%;
  }

  .notice {
    font-size: 14px;
  }

  .policy {
    margin: 20px auto 20px auto;
    padding: 10px;
  }
  
  .btnform_ch {
    display: flex;
    width: 90%;
    text-align: center;
  }

  .btnform_ch a {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 20px;
  }
  .btnform__back {
    margin-right: 0px;
}
  .form__submit-group {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}