@charset "UTF-8";
/* ----------------------------------------
	#contact
---------------------------------------- */
#contact #lead .inner {
  padding-bottom: 0px; }
#contact #lead .ol {
  border: 3px double #009999;
  padding: 20px;
  background: #f5f5f5; }
  @media screen and (min-width: 768px) {
    #contact #lead .ol {
      padding: 50px 50px; } }
#contact #lead p {
  margin-bottom: 30px; }
  @media screen and (min-width: 901px) {
    #contact #lead p {
      margin-bottom: 40px; } }
#contact #lead h2 {
  font-weight: bold;
  color: #009999;
  font-size: 1.8rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #contact #lead h2 {
      font-size: 2.0rem; } }
#contact #lead ul.link {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #contact #lead ul.link {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  #contact #lead ul.link li {
    margin-bottom: 15px;
    border: 1px solid #333;
    background: #ffffff; }
    @media screen and (min-width: 768px) {
      #contact #lead ul.link li {
        margin-bottom: 10px;
        width: 49%; } }
    #contact #lead ul.link li:hover {
      background: #ebebeb; }
    #contact #lead ul.link li a {
      display: block;
      padding: 10px 10px;
      color: #000000; }
      @media screen and (min-width: 768px) {
        #contact #lead ul.link li a {
          padding: 13px 15px; } }

/*******************************
#contactform 共通
*******************************/
@media screen and (max-width: 900px) {
  #contactform dl {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 30px; } }
@media screen and (min-width: 901px) {
  #contactform dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-bottom: 50px; } }
#contactform dl dt, #contactform dl dd {
  padding: 15px 15px;
  border-bottom: 1px solid  #cccccc; }
  @media screen and (min-width: 901px) {
    #contactform dl dt, #contactform dl dd {
      padding: 30px 30px; } }
#contactform dl dt {
  font-weight: bold;
  background: #EBEBEB;
  color: #202c41; }
  @media screen and (max-width: 900px) {
    #contactform dl dt {
      width: 100%;
      border-bottom: 1px solid  #cccccc;
      padding: 15px 15px 15px 15px; } }
  @media screen and (min-width: 901px) {
    #contactform dl dt {
      width: 240px;
      text-align: center; } }
@media screen and (max-width: 900px) {
  #contactform dl dd {
    width: 100%;
    padding: 20px 15px 20px 15px; } }
@media screen and (min-width: 901px) {
  #contactform dl dd {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px); } }
#contactform dl span.req {
  background: #E41E26;
  color: #ffffff;
  line-height: 1.0;
  padding: 2px 8px 6px 8px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  border-radius: 2px; }
#contactform dl p {
  margin: 0px !important; }
#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: #009999;
    font-size: 1.8rem; }
#contactform #lastcheck {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  background: #ebebeb;
  text-align: center;
  font-weight: bold;
  color: #E41E26;
  margin: 0px auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #contactform #lastcheck {
      text-align: left;
      margin-bottom: 30px; } }
#contactform dd.naiyou span {
  font-weight: bold !important; }
#contactform dd.naiyou span.wpcf7-list-item {
  margin-bottom: 5px !important; }
#contactform span.kome {
  color: #E41E26; }

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

div.wpcf7 input, .wpcf7 textarea {
  padding: 20px;
  margin: 0px auto; }

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #009999;
  font-size: 1.8rem;
  border-radius: 10px;
  transition: all .25s ease-out; }

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

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

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

.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: #009999; }

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

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

/* 任意緑色表示 */
.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; } }

.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 #999999;
  border-radius: 0px;
  padding: 15px 15px;
  background: #ffffff;
  display: inline-block;
  min-width: 300px;
  font-size: 1.6rem; }

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; }

  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: #333333;
  	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 #333333;
    border-bottom: 4px solid #333333;
    -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: #E41E26;
  text-align: center; }

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

/*資料請求*/
#request span.wpcf7-list-item-label {
  margin-bottom: 5px; }
#request .sex .wpcf7-form-control {
  display: flex; }
  #request .sex .wpcf7-form-control .wpcf7-list-item {
    display: inline-block; }
@media screen and (min-width: 768px) {
  #request .kibou .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  #request .kibou .wpcf7-form-control .wpcf7-list-item {
    width: 50%; } }
@media screen and (min-width: 1025px) {
  #request .shoji .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (min-width: 1025px) {
  #request .shoji .wpcf7-form-control .wpcf7-list-item {
    width: 50%; } }
#request .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%; }
