@charset "UTF-8";
/* ========================================

contact.css
* contact

======================================== */
.page-other .p-contact-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px 0; }
.page-other .p-contact-content p,
.page-other .p-contact-content li {
  font-family: heisei-kaku-gothic-std, sans-serif; }
.page-contact a,
.page-catalogue a {
  text-decoration: none; }
.page-contact .container,
.page-catalogue .container {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .page-contact .container,
    .page-catalogue .container {
      margin-bottom: 50px; } }
.c-btn1 {
  width: 600px;
  padding-bottom: 30px; }
@media screen and (max-width: 767px) {
  .c-btn1 {
    width: 100%;
    max-width: 320px; } }
   .c-btn1__txt {
     display: block;
     text-align: center;
     font-size: 2.4rem;
     line-height: 1.5;
     background: #ffffff;
     color: #363636;
     font-weight: bold;
     border: 2px solid #363636;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
     padding: 22px 32px 18px; }
   @media screen and (max-width: 767px) {
     .c-btn1__txt {
       font-size: 1.6rem;
       padding: 18px 20px 14px; } }
   .c-btn1__txt::after {
     content: '';
     width: 8px;
     height: 8px;
     border-top: 4px solid #363636;
     border-right: 4px solid #363636;
     position: absolute;
     top: 50%;
     right: 15px;
     -webkit-transform: translate(-50%, 0) rotate(45deg);
     transform: translate(-50%, 0) rotate(45deg);
     margin: -5px 0 0; }
   @media screen and (max-width: 767px) {
     .c-btn1__txt::after {
       border-width: 2px;
       margin: -3px 0 0; } }
   .c-btn-faq .c-btn1__txt{
     background: #093d6e;
     color: #fff;
     border: 2px solid #093d6e; }
   .c-btn-faq .c-btn1__txt::after {
     border-top: 4px solid #fff;
     border-right: 4px solid #fff; }
    .p-contact-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 46px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .p-contact-list {
          display: block;
          margin-top: 26px; } }
    .p-contact-list li {
      font-size: 3.6rem;
      line-height: 36px;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        .p-contact-list li {
           font-size: 2.6rem;
           line-height: 26px;
           text-align: center;
           padding: 0 0 10px; }
        .p-contact-list li:first-child {
           padding: 0 0 20px; } }
    .p-contact-list li span {
      display: inline-block; }
    .p-contact-list li a {
      color: #363636;
      display: none; }
      @media screen and (max-width: 767px) {
        .p-contact-list li span {
           display: none; }
        .p-contact-list li a {
           display: inline-block; } }
      .p-contact-list li small {
        font-size: 2.4rem; }
        @media screen and (max-width: 767px) {
          .p-contact-list li small {
             font-size: 1.8rem; } }
    .p-contact-text {
      font-size: 1.6rem;
      line-height: 1.75;
      text-align: center;
      margin-top: 8px;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .p-contact-text {
           margin-top: 0; } }
    .p-contact-text2 {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.75;
      text-align: left;
      margin-top: 24px;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .p-contact-text2 {
           margin-top: 16px; } }
    .p-contact-text3 {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.75;
      text-align: left;
      padding-left: 5%;
      margin-top: 24px;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .p-contact-text3 {
           padding-left: 0;
           margin-top: 16px;} }
.p-contact-imgtext1 {
  position: relative;
  border: 1px solid #ededed;
  margin: 23px 106px; }
  @media screen and (max-width: 767px) {
    .p-contact-imgtext1 {
      margin: 23px 0; } }
.p-contact-imgtext1 a {
  color: #363636;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .p-contact-imgtext1 a {
      display: block; } }
    .p-contact-imgtext1:before,
    .p-contact-imgtext1:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px; }
    .p-contact-imgtext1:before {
        z-index: 2;
        width: 16px;
        height: 16px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        right: -15px;
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        transform: translate(-50%, 0) rotate(45deg);
        margin: -10px 0 0; }
    .p-contact-imgtext1:after {
        z-index: 1;
        width: 50px;
        height: 50px;
        background: #363636;
        right: -25px;
        margin: -25px 0 0; }
     @media screen and (max-width: 767px) {
       .p-contact-imgtext1:before,
       .p-contact-imgtext1:after {
           content: '';
           position: absolute;
           top: 100%; }
       .p-contact-imgtext1:before {
           z-index: 2;
           width: 10px;
           height: 10px;
           border-top: 4px solid #fff;
           border-right: 4px solid #fff;
           right: 6px;
           -webkit-transform: translate(-50%, 0) rotate(45deg);
           transform: translate(-50%, 0) rotate(45deg);
           margin: -24px 0 0; }
       .p-contact-imgtext1:after {
           z-index: 1;
           width: 35px;
           height: 35px;
           background: #363636;
           right: 0px;
           margin: -34px 0 0; } }
    .p-contact-imgtext1__info {
      padding-right: 56px;
      width: calc(100% - 316px); }
      @media screen and (max-width: 767px) {
        .p-contact-imgtext1__info {
          padding: 0 16px 16px 16px;
          width: 100%; } }
    .p-contact-imgtext1__img {
      text-align: center;
      width: 300px;
      margin-right: 16px; }
      @media screen and (max-width: 767px) {
        .p-contact-imgtext1__img {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
    .p-contact-imgtext1__img img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .otherSingle2__imgtxt__img img {
          width: 100%; } }
    .p-contact-imgtext1__ttl {
      font-size: 2.8rem;
      line-height: 28px;
      font-family: heisei-kaku-gothic-std, sans-serif;
      border-bottom: 2px solid #dcdcdc;
      margin-top: 28px ;
      margin-bottom: 20px ;
      padding-bottom: 20px ; }
      @media screen and (max-width: 767px) {
        .p-contact-imgtext1__ttl {
          font-size: 2.0rem;
          line-height: 20px;
          margin-top: 18px ;
          margin-bottom: 8px ;
          padding-bottom: 8px ; } }
    
    .p-contact-imgtext1__txt {
      font-size: 1.6rem;
      line-height: 1.75;
      font-family: heisei-kaku-gothic-std, sans-serif;
      display: block; }
      @media screen and (max-width: 767px) {
        .p-contact-imgtext1__txt {
          padding-right: 10px;
          font-size: 1.4rem;
          line-height: 1.4; } }


.contact-bottom-buttons button[disabled] {
  background: #ccc;
  color: #363636;
  border: 2px solid #ccc;
  background-color: #ccc;
  cursor: none;
}
.contact-bottom-buttons button[disabled]:after {
  display: none;
}


.header-contact {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}



button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
}

.p-contact a.link-btn-arrow {
  margin: 30px 0 60px;
}
.form_row {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 border-bottom: 1px solid #dcdcdc;
}
.form_row label {
  font-size: 16px;

}

.form_row .left {
 position: relative;
 width: 33.75%;
 padding-left: 5%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 16px;
}
.form_row .right {
 width: calc(100% - 33.75%);
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.form_row .form_checkbox,
.form_row .right label {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.form_row.form_row_02 .right label,
.form_row.form_row_03 .right label {
  width: calc(50% - 20px) ;
}
.form_row.form_row_02 .right label + label {
  margin-left: 20px;
}

.form_row.form_row_02 .right .label_text {
  display: inline-block;
  width: 40px;
}
.form_row .form-group-02 {
  width: 100%;
}

.form_row .right .form_radiobox {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form_row .right .form_radiobox label {
  display: inline-block;
}

.form_row_theme .right .form_radiobox label {
  width: 30%;
  margin-right: 0;
}

.form_row_trigger .right .form_checkbox label {
  width: 50%;
  margin-right: 0;
}

.form_row ul {
  margin-top: 40px;
  
}
.form_row ul li {
  margin-bottom: 20px;
  
}
.required {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 6px;
  background: #dc3b3a;
  font-size: 10px;
  color: #fff;
  line-height: 14px;
}
.required.error {
  background: #dc3b3a;
}

input[type="radio"] {
  visibility: hidden;
  width: 0;
  margin: 0;
}
input[type="radio"] + .label_text {
  display: inline-block;
  padding-left: 24px;
  position:relative;
  margin: 20px 30px 20px 0;
}
input[type="radio"] + .label_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #918d8a;
  border-radius: 50%;
}
input[type="radio"]:checked + .label_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #060605;
  border-radius: 50%;
}


.form_checkbox {
  position: relative;
}


input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  margin: 0;
}
input[type="checkbox"] + .label_text {
  padding-left: 24px;
  position:relative;
  margin: 5px 20px 5px 0;
}
input[type="checkbox"] + .label_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #918d8a;
}
input[type="checkbox"]:checked + .label_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #060605;
  border-right: 2px solid #060605;
}
.form_checkbox input[type="checkbox"] + .label_text:before {
  
}
.form_checkbox input[type="checkbox"]:checked + .label_text::after {
  
}
@media screen and (max-width: 767px) {
	.label_text {
		white-space: nowrap;
	}
}

textarea,
input[type="text"],
input[type="url"],
input[type="email"] {
  display: block;
  padding: 12px;
  font-size: 16px;
  line-height: 1.571;
  background-color: #f8f8f8;
  border-width: 1px;
  border: 1px solid #dcdcdc!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: none!important;
}
input[type="text"],
input[type="url"],
input[type="email"] {
  height: 50px;
}
.form_select {
  position: relative;
  min-width: 126px;
}
select::-ms-expand {
display: none;
}
.form_select:after {
  content: '▼';
  font-size: 10px;
  color: #fff;
  right: 0;
  top: 0;
  padding: 18px 10px 18px;
  position: absolute;
  pointer-events: none;
  width: 10px;
  height: 14px;
  background: #333;
}

.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 244px;
  height: 50px;
  float: right;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #dcdcdc!important;
  -ms-word-break: normal;
  word-break: normal;
  outline: none!important;
}

.form_select select + .label_text {
  margin-left: 30px;
  
}
.form_row .right > p,
input[type="radio"],
input[type="radio"] + label {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

input[type="checkbox"],
input[type="checkbox"] + label {
  margin-top: 8px;
}

textarea,
input[type="text"],
input[type="url"],
input[type="email"] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form_select {
  margin-top: 20px;
  margin-bottom: 20px;
}





textarea,
input[type="text"],
input[type="url"],
input[type="email"] {
  width: 90%;
}
#last_name,
#first_name,
#last_name_kana,
#first_name_kana
{
  margin-left: 8px;
  margin-right: 18px;
  width: 300px;
}
#start_time,
#end_time {
  width: calc(50% - 30px);
}
#start_time {
  margin-right: 8px;
}
#end_time {
  margin-left: 8px;
}
#number_people {
  margin-right: 8px;
  width: calc(50% - 30px);
}

#first_name,
#first_name_kana
{
  margin-right: 0;
}
#year {
  width: 144px;
  margin-right: 10px;
}
#number_of_employees {
  width: 144px;
  margin-right: 10px;
}
#zip,
#month,
#day,
#pref {
  width: 244px;
}
#town,
#building {
  margin-top: 10px;
  width: 90%;
}


#start_time,
#end_time
{
  margin-top: 0;
  margin-bottom: 0;
}

#space1 + label,
#space2 + label,
#corporation + label,
#individual + label,
#web_search + label,
#introduction + label {
  margin-top: 15px;
}

#space7 + label,
#other_opportunity + label,
#user_agreement + label,
#finished + label {
  margin-bottom: 15px;
}
#finished + label {
  margin-top: 0;
}

p + .form_checkbox {
  margin-top: 0;
}

.form_select {
  margin-left: 16px;
  margin-right: 6px;
}
.form_select:first-child {
  margin-left: 0;
}
.form_checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.observation_day_text
{
  margin-top: -9px!important;
  margin-bottom: 15px!important;
}


/* バリデーションエラーメッセージ */
.form_row .right .alert_text_pc {
 display: inline-block!important;
}
.form_row .right .alert_text_sp {
 display: none!important;
}
.form_row .right .alert_area{
 width: 100%;
}
.form_row .right p.alert_text{
 margin-top:-10px;
 margin-bottom: 10px;
 width: 100%;
 color: #dc3b3a;
 font-size: 14px;
  display: block;
}
.form_row .right .alert_area {
 margin-top: -10px;
}
.form_row .right .form_checkbox p.alert_text{
 margin-top:0px;
}


.form_row .right .alert_area p.alert_text{
 margin-top: 0;
 display: inline-block;
 width: auto;
}
.form_row_02 .right .alert_area p.alert_text{
  margin-left: 50px;
 display: inline-block;
 width: calc(45% - 40px);
}
.form_row_02 .right .alert_area p.alert_text + p.alert_text{
  margin-left: 70px;
}
.form_row_04 .right .alert_area p.alert_text + p.alert_text {
  margin-left: 14px;
}
.form_row_04 .right .alert_area p.alert_text:last-child {
  margin-left: 106px!important;
}
.form_row .left label[for="service_use"] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-bottom-buttons {
 margin: 60px auto 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 min-height: 81px;
 width: 80%;
}
.contact-bottom-buttons .left {
  width: 33.75%;
  padding-right: 40px;
}
.contact-bottom-buttons .right {
  width: calc(100% - 33.75%);
}
.contact-bottom-buttons button[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.contact-bottom-buttons button[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
}

@media(max-width:768px) {
  .content-side .content-side-section {
    margin-bottom: 0;
  }
  .form_row,
  .contact-bottom-buttons {
    display: block;
  }
  .form_row .left,
  .form_row .right,
  .contact-bottom-buttons .left,
  .contact-bottom-buttons .right {
    width: 100%;
  }
  .form_row .left {
    padding-left: 0;
    margin-top: 15px;
  }
  .form_row .left br {
    display: none;
  }
  .p-contact a.link-btn-arrow {
    margin: 30px 0 0;
  }
  .contact-bottom-buttons .left {
    padding-right: 0;
  }
  .form_row.form_row_02 .right label,
  .form_row.form_row_03 .right label {
    width: 100%;
  }
  .form_row.form_row_02 .right label + label {
    margin-left: 0;
  }
  .form_row .left label[for="service_use"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .form_row.form_row_theme .right label:not(:first-child) {
    margin-left: 0;
  }
  .form_row.form_row_trigger .right label:not(:first-child) {
    margin-left: 0;
  }
  #last_name,
  #first_name,
  #last_name_kana,
  #first_name_kana {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #media + label {
    width: 100%;
  }
  #tel_no_1, #tel_no_2, #tel_no_3 {
    width: calc(33% - 10px);
  }
  #start_time, #end_time {
    width: calc(50% - 20px);
  }
  #end_time + p {
    width: 120%;
  }
  .form_select {
    margin-left: 0;
  }
  #use_year,
  #observation_year {
    width: 100px;
    
  }
  #use_month,
  #observation_month,
  #use_day,
  #observation_day {
    width: 80px;
  }
  #town,
  #building {
    margin-top: 10px;
    width: 100%;
  }
  textarea,
  input[type="text"],
  input[type="url"],
  input[type="email"] {
    margin-top: 8px;
    width: 100%;
  }
  #zip,
  #month,
  #day,
  #pref {
    width: 320px;
  }
  .form_select {
    margin-top: 8px;
  }
 .form_row .right .alert_text_pc {
   display: none!important;
  }
 .form_row .right .alert_text_sp {
   display: block!important;
  }
 .form_row .right .alert_area {
   margin-top: -10px;
  }
  .form_row .right .alert_area p.alert_text{
   margin-top: 0;
   display: block;
   width: 100%;
  }
  .form_row_02 .right .alert_area p.alert_text{
   margin-left: 0;
   display: block;
   width: 100%;
  }
  .form_row_02 .right .alert_area p.alert_text + p.alert_text{
    margin-left: 0;
  }
  .form_row_04 .right .alert_area p.alert_text + p.alert_text {
    margin-left: 0;
  }
  .form_row_04 .right .alert_area p.alert_text:last-child {
    margin-left: 0!important;
  }

}

/* ------------------------------------------
                  confirm
------------------------------------------ */

.p-contact-confirm .form_row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-contact-confirm .form_row.form_row_02 .right .label_text,
.p-contact-confirm .form_row.form_row_02 .right label {
  width: auto;
}
.p-contact-confirm .form_row.form_row_02 .right label + label {
  margin-left: 20px;
}
.p-contact-confirm label {
  cursor: text!important;
}


@media(max-width:768px) {
  .p-contact-confirm .form_row {
    padding-top: 0;
  }
  .p-contact-confirm .form_row .left {
    padding-bottom: 8px;
  }
  .form_row_theme .right .form_radiobox label {
    width: 100%;
    margin-left: 0;
  }
  .form_row_trigger .right .form_checkbox label {
    width: 100%;
    margin-left: 0;
  }
  .p-contact-confirm .contact-bottom-buttons .c-btn1,
  .p-contact-confirm .contact-bottom-buttons .left button[type="submit"] {
    margin-bottom: 0px;
  }
}









/* ------------------------------------------
                  thanks
------------------------------------------ */
#p-thanks .content-section-box h3 {
  font-size: 1.7rem;
  margin-bottom: 26px;
}
#p-thanks .content-section-box h4 {
  font-weight: 800;
  margin-top: 46px;
  margin-bottom: 16px;
}

#p-thanks .content-section-box p + p {
  margin-top: 26px;
}

#p-thanks .contact-bottom-buttons a {
  margin-top: 50px;
}



/* 
family coaching & Leader Kids 送信ボタン
-------------------------------------------- */
input.applyBtn {
  cursor: pointer;
  display: block;
  width: 780px;
  height: 120px;
  border: none;
  text-indent: -9999px;
	margin:40px auto;
  background: url("../img/btn_inquiry_pc_off.jpg") no-repeat 0 0;
}
 
input.applyBtn:hover {
  background: url("../img/btn_inquiry_pc_on.jpg") no-repeat 0 0;
}
.focus{
color:#969696;
}

@media screen and (max-width: 767px){
	input.applyBtn {
  width: 100%;
	margin:40px auto;
		background: url("../img/btn_inquiry_sp_off.jpg") no-repeat 0 0;
		background-size:100% auto;
	}
	input.applyBtn:hover {
		margin:40px auto;
  background: url("../img/btn_inquiry_sp_on.jpg") no-repeat 0 0;
		background-size:100% auto;
	}
}













