
html {
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  html{
    font-size: 14px;
  }
}
  
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

section a {
  text-decoration: underline;
  color:#4a4a4a;
}

.section {
  padding: 80px 30px;
  overflow: hidden;
}
.section:nth-of-type(2n) {
  background: #fff;
}

.section.no-bg {
  padding: 0;
  background: none;
  overflow: visible;
}
@media only screen and (max-width: 900px) {
  .section {
    width: 90%;
    padding: 30px 0px;
    margin: auto;
  }
}
.section-inner {
  margin: 0 auto;
  max-width: 900px;
}
@media only screen and (max-width: 900px) {
  .section-inner {
    width: 100%;
  }
}

.text {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.top-text{
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #CDD6DD;
}
.bottom-text{
  text-align: left;
  padding-bottom: 30px;
 font-size:12px;
}
@media only screen and (max-width: 900px) {
  .text {
    font-size: 14px;
  }
}


.button {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #00afa8;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 20px;
  min-width: 300px;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.button:hover {
  opacity: 0.7;
}
.button.sub {
  background-color: #e9eef1;
  color: #828385;
  border: none;
}
.button[target="_blank"]:before,
.button[target="_blank"]:after {
  position: absolute;
  top: 17px;
  right: 15px;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #00afa8;
  background: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 900px) {
  .button[target="_blank"]:before,
  .button[target="_blank"]:after {
    top: 11px;
    width: 10px;
    height: 10px;
  }
}
.button[target="_blank"]:after {
  transform: translate(-4px, -4px);
}


.form-wrapper {
  padding-top: 30px;
  border-top: 1px solid #CDD6DD;
  font-size: 16px;
  display: none;
}
.form-wrapper.visible {
  display: block;
}
.form-row {
  width: 60%;
  margin: auto;
  display: block;
  padding: 10px;
}
.form-row:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 900px) {
  .form-row {
    padding: 10px 0 0 0;
    flex-direction: column;
  }
}
.form-label {
  width: 220px;
  padding-right: 50px;
  line-height: 30px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .form-label {
    width: auto;
    text-align: left;
    padding-right: 0;
    margin-right: 0;
    border: none;
    font-size: 14px;
  }
}
[data-required] .form-label:before {
  position: absolute;
  top: 16px;
  right: 10px;
  transform: translate(0, -50%);
  content: "*";
  padding: 2px 4px;
  line-height: 1;
  text-align: center;
  color: #ee4a75;
  font-size: 20px;
}
.hidden {
  display: none;
}
.form-fields {
  flex-grow: 1;
}
.form-fields.radio-layout-horizontal {
  display: flex;
}
.form-fields.radio-layout-horizontal {
  display: flex;
  flex-direction: column;
}
.form-fields textarea {
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  border-radius: 3px;
  min-height: 200px;
  width: 100%;
  vertical-align: top;
}
.form-fields select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: #fff;
}
.form-fields option {
  font-size: 16px;
}
.form-fields input[type="email"],
.form-fields input[type="text"] {
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form-description {
  margin-bottom: 20px;
  padding: 0 10px;
}
.form-note {
  margin-bottom: 10px;
}
.form-radio {
  display: flex;
  align-items: start;
}
.form-radio:not(:first-child) {
  margin-top: 5px;
}
.radio-layout-horizontal .form-radio:not(:first-child) {
  margin-top: 0;
  margin-left: 15px;
}
.radio-layout-horizontal .form-radio:not(:first-child) {
  margin-top: 10px;
  margin-left: 0;
}
.form-radio input[type="text"] {
  width: auto;
}
.form-inquiry-genre {
  width: 70%;
  margin: auto;
  padding: 40px 0;
}
@media only screen and (max-width: 900px) {
  .form-inquiry-genre {
    width: 100%;
    margin: 0 0 10px;
  }
}
.radio-label {
  font-size: 16px;
  cursor: pointer;
  padding-left: 5px;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .radio-label {
    font-size: 14px;
    width: calc(100% - 30px);
    white-space:normal;
  }
  .radio-input{

  }
  .form-radio{
    align-items: flex-start;
  }
}
.radio-label:hover {
}
.radio-input {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #CDD6DD;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.radio-input:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: #4281A4;
}
.checkbox-input {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  margin: 0;
  background: #fff;
}
.checkbox-input:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(33deg);
  width: 3px;
  height: 9px;
  background-color: transparent;
  border-style: solid;
  border-color: transparent #ee4a75 #ee4a75 transparent;
  border-width: 3px;
  content: "";
}

/*ここから*/
section{
  width: 70%;
  margin: auto;
  max-width: 1280px;
}
label{
  margin-bottom: 3px;
}

.section-title{
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  font: normal normal bold 36px/48px Noto Sans JP;
  color: #3B4043;
}
.section-title::after{
  content: '';
    display: inline-block;
    position: absolute;
    width: 20%;
    border-bottom: 1px solid #3B4043;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.table-striped tbody tr:nth-of-type(odd){
  background-color: #fff;
}
.table-bordered{
  border:none;
  width: 70%;
  margin: auto;
}
.table td, .table th{
  border: none;
  display: block;
  width: 100%;
  max-width:none;
}
select,textarea,input{
  width: 100%;
}
th {
    max-width: none;
    min-width: 80px;
}#where-to-get-other-text-container {
    display: none;
}.obtained-year {
    width: 150px!important;
}.obtained-month {
    width: 150px!important;
}
label{
  display: flex;
  align-items: center;
}
label>input{
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CDD6DD;
  border-radius: 20%;
  margin: 0 10px 0 0;
  background: #fff;
}
label>input:checked:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(33deg);
  width: 10px;
  height: 20px;
  background-color: transparent;
  border-style: solid;
  border-color: transparent #4281A4 #4281A4 transparent;
  border-width: 3px;
  content: "";

}

button, input, select{
  border:1px solid #CDD6DD;
  height: 50px;
  padding: 10px;
}
textarea{
  border:1px solid #CDD6DD;
  padding: 10px;
}
.title-contactform7{
  font-weight: bold;
}

.table th{
  padding-bottom: 5px;
  padding-top: 15px;
}
.btn{
  line-height: normal;
  width: 200px;
  height: 50px;
  font-size: 20px;
  color:#FFF;
  background-color: #2AB978;
  border: 2px solid #2AB978;

}
.btn:hover, .btn:active{
  color:#2AB978;
  border: 2px solid #2AB978;
  background-color: #FFF;
  opacity: 1;
}

select{
  appearance:none;
}
.pulldown span{
position:relative;
}
.pulldown span::after{
  content: "";
  background: url(/assets/img/common/icon_arrow.png) no-repeat center;
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
  background-size: 25px;
}
.pulldown_2 span::after{
  right:15px;
}
.check_box_month .wpcf7-form-control-wrap::after,
.check_box_year .wpcf7-form-control-wrap::after{
  right: 10px;
}
td.check_box_pattern label{
  width: 300px;
  margin-bottom: 3px
}
.required-text{
  width: 70%;
  margin: auto;
  font-size: 14px;
  color:#ff9393;
}
section.contact-attention{
  background-color: #F0F3F5;
  width: 100%;
  max-width: none;
}
.contact-attention__inner{
  width: 70%;
  margin: auto;
  padding: 50px 0;
}
.contact-attention__inner{
  border-bottom: 1px solid #98A6B5;
}
.contact-attention__inner:last-child{
  border-bottom: none;
  padding-bottom: 100px;
}
.contact-attention__inner--title{
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-attention__inner--bold{
  font-weight: bold;
}
.contact-attention__inner--link{
  display: flex;
}
.contact-attention__inner--link p{
  padding: 20px;
}
.contact-attention__inner--link p:first-child{
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  section{
    width: 90%;
    margin: auto;
  }
  section.contact-attention{
    width: 100%;
    margin: auto;
  }
  .section-title{
    margin-bottom: 30px;
    text-align: center;
    font: normal normal bold 16px/19px Noto Sans JP;
    letter-spacing: 0.8px;
    color: #3B4043;
  }

  .table-bordered{
    border:none;
    width: 100%;
    margin: auto;
    table-layout: fixed;
    word-break: break-all;
    font-size: 14px;
  }
  .obtained-year{
    width: 80px!important;
  }
  .obtained-month{
    width: 80px!important;
  }
  .required-text{
    width: 100%;
  }
  .contact-attention__inner{
    width: 90%;
    margin: auto;
    padding: 30px 0;
  }
  .contact-attention__inner:last-child{
    padding-bottom: 30px;
  }
}