@charset "UTF-8";
/* ----------------------------------------
	#contact
---------------------------------------- */
#contact #lead {
  text-align: center; }
  #contact #lead .inner {
    padding-top: 0px;
    padding-bottom: 0px; }
  #contact #lead p {
    margin-bottom: 30px;
    font-weight: bold; }
  #contact #lead .requestArea {
    background: #efe4e1;
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 20px;
    border-radius: 20px; }
    @media screen and (min-width: 768px) {
      #contact #lead .requestArea {
        padding: 30px; } }
    #contact #lead .requestArea .moreBtn {
      max-width: 350px;
      width: 100%;
      margin: 0px auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        #contact #lead .requestArea .moreBtn {
          margin: 0px auto; } }
      #contact #lead .requestArea .moreBtn a {
        background: #000000;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        display: block;
        line-height: 1.0;
        transition: all .25s ease-out;
        padding: 20px 10px;
        border-radius: 33px; }
        #contact #lead .requestArea .moreBtn a:hover {
          background: #4c4c4c;
          transition: all .25s ease-out; }

/* ----------------------------------------
	#briefing
---------------------------------------- */
#briefing #lead {
  text-align: center; }
  #briefing #lead .inner {
    padding-bottom: 0px; }
  #briefing #lead p {
    margin-bottom: 30px;
    font-weight: bold; }
  #briefing #lead .tit {
    font-size: 2.0rem; }
  #briefing #lead .hissu {
    background: #d1121b;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    margin: 0px auto; }

/* ----------------------------------------
	#curriculum
---------------------------------------- */
#curriculum #lead {
  text-align: center; }
  #curriculum #lead .inner {
    padding-bottom: 0px; }
  #curriculum #lead p {
    margin-bottom: 30px;
    font-weight: bold; }
  #curriculum #lead .tit {
    font-size: 2.0rem; }
  #curriculum #lead .hissu {
    color: #d1121b;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0px auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1121b; }
    @media screen and (min-width: 768px) {
      #curriculum #lead .hissu {
        font-size: 2.0rem !important; } }
#curriculum .moreBtn {
  margin: 0px auto !important; }
  #curriculum .moreBtn a {
    border-radius: 5px !important;
    background: #ffffff !important;
    color: #1d2088 !important;
    border: 1px solid #1d2088; }
    @media screen and (min-width: 768px) {
      #curriculum .moreBtn a {
        font-size: 2.0rem !important; } }
    #curriculum .moreBtn a:hover {
      background: #ebebeb; }
  @media screen and (min-width: 768px) {
    #curriculum .moreBtn {
      width: 400px; } }
  #curriculum .moreBtn::after {
    content: url("../images/common/arrow_b.svg");
    display: inline-block;
    top: 15px;
    right: 15px;
    width: 15px;
    background-size: contain;
    position: absolute; }
    @media screen and (min-width: 961px) {
      #curriculum .moreBtn::after {
        top: 18px;
        width: 18px; } }

/*******************************
#contactform 共通
*******************************/
#contactform .inner {
  /*max-width: 1060px;*/
  margin: 0px auto; }
#contactform .form_ol {
  background: #d8e8ec;
  border-radius: 20px;
  padding: 30px 0px; }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #contactform .form_ol {
      padding: 100px 100px; } }
  @media screen and (min-width: 1281px) {
    #contactform .form_ol {
      padding: 100px 100px; } }
#contactform .note {
  margin-bottom: 30px;
  /*border:1px dashed $red;*/
  padding: 20px 20px;
  font-weight: 400;
  background: #FDFFF0; }
  @media screen and (min-width: 961px) {
    #contactform .note {
      margin-bottom: 50px;
      padding: 40px 40px; } }
@media screen and (max-width: 960px) {
  #contactform dl {
    /*border-right: 1px solid #000000;
    border-left: 1px solid #000000;*/
    /*border-top: 1px solid #000000;*/
    margin-bottom: 30px; } }
@media screen and (min-width: 961px) {
  #contactform dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #333333;
    /*border-right: 1px solid #000000;
    border-left: 1px solid #000000;*/
    margin-bottom: 50px; } }
#contactform dl dt, #contactform dl dd {
  padding: 15px 15px; }
  @media screen and (min-width: 961px) {
    #contactform dl dt, #contactform dl dd {
      padding: 30px 30px;
      border-bottom: 1px solid #333333; } }
#contactform dl dt {
  font-weight: bold;
  /*background:#4c4c4c;
  color:#ffffff;*/ }
  @media screen and (max-width: 960px) {
    #contactform dl dt {
      width: 100%;
      /*border-bottom: 1px solid  #000000;*/
      padding: 15px 15px 0px 15px; } }
  @media screen and (min-width: 961px) {
    #contactform dl dt {
      width: 240px;
      text-align: center;
      /*border-right: 1px solid  #000000;*/ } }
@media screen and (max-width: 960px) {
  #contactform dl dd {
    width: 100%;
    padding: 10px 15px 20px 15px; } }
@media screen and (min-width: 961px) {
  #contactform dl dd {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px); } }
#contactform dl span.req {
  color: #ffffff;
  line-height: 1.0;
  padding: 2px 7px 5px 7px;
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 7px;
  border-radius: 2px;
  background: #333333; }
#contactform dl p {
  margin: 0px !important;
  line-height: 1.3; }
#contactform dl .policy {
  font-weight: bold; }
  #contactform dl .policy a {
    color: #333333;
    font-size: 1.4rem;
    text-decoration: underline;
    margin-bottom: 20px; }
  #contactform dl .policy .agree {
    margin-top: 20px;
    color: #1d2088;
    font-size: 1.8rem; }
#contactform dl span.pointR {
  color: #d1121b;
  padding-bottom: 5px;
  display: inline-block; }
#contactform #lastcheck {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #d1121b;
  margin: 0px auto;
  margin-bottom: 50px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    #contactform #lastcheck {
      text-align: left;
      margin-bottom: 30px; } }
#contactform .add .form-width2 {
  margin-bottom: 7px; }
#contactform .sex span.wpcf7-list-item, #contactform .check-day span.wpcf7-list-item, #contactform .kitai span.wpcf7-list-item, #contactform .pay span.wpcf7-list-item, #contactform .briefinginfo span.wpcf7-list-item, #contactform .check-day span.wpcf7-list-item, #contactform .course span.wpcf7-list-item, #contactform .participation span.wpcf7-list-item {
  padding-bottom: 7px; }

/* デザインカスタマイズ */
div.wpcf7 input, .wpcf7 .send {
  padding-bottom: 0px; }

div.wpcf7 input, .wpcf7 textarea {
  padding: 15px 20px;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif; }
  @media screen and (min-width: 768px) {
    div.wpcf7 input, .wpcf7 textarea {
      padding: 20px 20px; } }

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #4c4c4c;
  font-size: 1.8rem;
  border-radius: 5px;
  transition: all .25s ease-out; }
  @media screen and (max-width: 480px) {
    div.wpcf7 input.wpcf7-submit {
      max-width: 300px; } }

div.wpcf7 input.wpcf7-submit:hover {
  background: #333333;
  padding: 20px 20px;
  transition: all .25s ease-out; }

.wpcf7 input.wpcf7-submit:active {
  position: relative; }

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #d1121b; }

.wpcf7-captchac {
  border: 1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #F8E5E6; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%; }

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.wpcf7 .wpcf7-validation-errors {
  color: #fff;
  background-color: #1d2088; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #1d2088; }

/* 必須赤色表示 */
.wpcf7 .required {
  color: #d1121b; }

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080; }

.wpcf7 .pointR {
  color: #f00; }

.form-width {
  width: 100% !important; }

.form-width2 {
  width: 45%;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width2 {
      width: 200px; } }

.form-width3 {
  width: 80px;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width3 {
      width: 120px; } }

.ex {
  color: #333333;
  margin-bottom: 3px;
  font-size: 1.4rem; }

.mr {
  margin-right: 7px; }

/*ラジオボタン箇条書き*/
.wpcf7-list-item {
  margin: 0px !important; }

span.wpcf7-list-item {
  display: block; }

.choice {
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc; }

/*pulldown*/
select {
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 15px 15px;
  background: #ffffff;
  display: inline-block;
  min-width: 300px;
  font-size: 1.6rem;
  color: #000000; }

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px !important; }

input[type=radio] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0; }

  input[type=radio] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 35px; }

  input[type=radio] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #CBC9C9 !important;
    border-radius: 3px; }

  input[type=radio]:checked + span::after,
  input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

  /*input[type=radio]:checked + span::after {
  	left: 3px;
  	width: 15px;
  	height: 15px;
  	margin-top: -6px;
  	background: $brown;
  	border-radius: 15px;
  }*/
  input[type=checkbox]:checked + span::after,
  input[type=radio]:checked + span::after {
    left: 5px;
    width: 22px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #3f3530;
    border-bottom: 4px solid #3f3530;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
/*ios対策*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/*ラジオボタンサイズ変更*/
input[type="radio"] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-right: 0.2em;
  position: relative;
  top: 11px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d1121b;
  text-align: center; }

/*entry_job用*/
#entry_job #form-jobname textarea {
  font-weight: bold;
  padding: 0px;
  border: 0px;
  font-size: 1.8rem;
  height: 25px;
  background: none; }
  @media screen and (max-width: 480px) {
    #entry_job #form-jobname textarea {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

/*reCAPTCHA*/
p.recaptcha {
  padding-top: 20px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #626262;
  text-align: center; }
  p.recaptcha a {
    font-size: 1.0rem;
    color: #626262; }
    p.recaptcha a:hover {
      text-decoration: underline; }

#wpcf7cpcnf table {
  width: 100%; }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    padding: 15px 15px;
    text-align: left;
    border: 1px solid #666;
    background: #ffffff; }
  #wpcf7cpcnf table th {
    background: #ebebeb;
    color: #000000; }
#wpcf7cpcnf div.wpcf7cp-btns {
  text-align: center; }
  #wpcf7cpcnf div.wpcf7cp-btns button {
    background: #032f7c;
    color: #ffffff;
    width: 140px;
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 8px;
    border: 0px;
    font-family: "Noto Sans JP", sans-serif; }

#factory-tour #content {
  min-height: 0px !important; }
#factory-tour p.soon {
  font-size: 3.0rem; }
#factory-tour #contactform .inner {
  padding-top: 20px; }
#factory-tour .datepicker {
  margin-bottom: 5px;
  margin-top: 5px; }
#factory-tour .time {
  margin-top: 5px; }
#factory-tour .wpcf7-date {
  width: 180px;
  margin: 0 0 10px 0;
  background: #ffffff; }
@media screen and (max-width: 767px) {
  #factory-tour .wpcf7-date::before {
    content: '日付を選択';
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    color: #000000; } }
#factory-tour select {
  min-width: 100px; }
