@charset "UTF-8";
.inquiry .form-box table td span.chui {
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {

  /*-------------------------------
  お問い合わせ
  -------------------------------*/
  .inquiry #contents .c-box01 {
    padding: 30px 0 60px;
    margin: 0 auto;
  }
	.inquiry #contents .c-box01 h1 {
		color: #333;
		font-size: 28px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.inquiry #contents .c-box01 h2 {
		color: #333;
		font-size: 24px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 30px!important;
		padding: 0;
	}
	.inquiry #contents .c-box01 h2:before {
		display: none;
	}
	.inquiry #contents .c-box01 .read {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.inquiry #contents .c-box01 .info-area {
		display: inline-block;
		padding-left: 20px;
		border-left: 2px solid #333;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 60px;
	}
	.inquiry #contents .c-box01 .info-area span:nth-of-type(1) {
		color: #333;
	}
	.inquiry #contents .c-box01 .info-area span:nth-of-type(2) {
		font-size: 36px;
	}
  .inquiry .form-box {
    margin: 0 auto;
  }
  .inquiry .form-box table {
    width: 100%;
		border: 1px solid #707070;
		margin-bottom: 50px;
  }
  .inquiry .form-box table th {
    padding: 15px 20px;
		font-weight: bold!important;
    background: #F5F5F5;
    width: 250px;
    font-size: 16px;
		border: 1px solid #707070;
  }
	.inquiry .formTable {
		border: 1px solid #707070;
		margin-bottom: 50px;
	}
	.inquiry .formTable th {
    padding: 15px 20px;
		font-weight: bold!important;
    background: #f5f5f5;
    width: 220px;
    font-size: 16px;
		border: 1px solid #707070;
  }

  .inquiry .form-box table th .hissu {
    width: 60px;
    background: #FF0000;
    color: #fff;
    font-size: 16px!important;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
		font-weight: normal;
  }
  .inquiry .form-box table th .nini {
    width: 60px;
    background: #CC8443;
    color: #fff;
    font-size: 16px!important;
    text-align: center;
    border-radius: 4px;
    line-height: 20px;
    margin-top:10px;
    font-weight: normal;
  } 
  .inquiry .form-box table td {
    background: #FFF;
    vertical-align: middle;
    padding: 15px 20px;
		border: 1px solid #707070;
  }
	.inquiry .formTable td {
    background: #FFF;
    vertical-align: middle;
    padding: 15px 20px;
		border: 1px solid #707070;
  }
	.inquiry .form-box table td dl {
		display: table;
	}
	.inquiry .form-box table td dl dt,.inquiry .form-box table td dl dd {
		display: table-cell;
	}
	.inquiry .form-box table td dl dt {
		padding-right: 20px;
		width: 340px;
	}
  .inquiry .form-box table td p {
    padding-bottom: 5px;
  }
  .inquiry .form-box h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .inquiry .form-box .privacy-box {
    width: 100%;
    background: #FAF8EF;
    padding: 5px;
    margin: 0 auto;
  }
  .inquiry .form-box .privacy-box iframe {
    border: 1px solid #A4814B;
    width: 100%;
    padding: 10px;
    height: 220px;
    overflow: scroll;
  }
  .privacy_inline h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
  }
  .privacy_inline p {
    font-size: 14px!important;
  }
  .inquiry .form-box .form-item {
    text-align: center;
    margin: 20px auto 40px;
  }
  
  .inquiry .form-box .form-item label {
    display: inline-block;
  }
  .inquiry .form-box .form-item label.check-sp span{
    vertical-align: top!important;
  }
 .inquiry .form-box .ico-hissu {
    width: 40px;
    background: #A11F02;
    color: #fff!important;
    font-size: 13px!important;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 5px;
  }
  .inquiry .form-box .btnBox {
    text-align: center;
    margin: 20px auto 0;
  }
  .inquiry .form-box .btn {
    text-align: center;
    margin: 20px auto 0;
  }
  /*.inquiry .form-box .btn #submit-btn:disabled {
    opacity: 0.3;
  }*/
	.inquiry .form-box .btn input[type="submit"] {
    padding: 14px 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 250px;
    background: #17184B;
    border: none;
		border-radius: 30px;
}

  /* フォームパーツ */
  input[type="radio"],
  input[type="checkbox"] {
    display: none;
  }
   label {
    position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
    display: block;
    padding: 3px 0 3px 30px;
    cursor: pointer;
    line-height: 2;
    margin-right: 20px;
  }
  label:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
  .radio-sp span::after {
      position: absolute;
      content: '';
      top: 50%;
      border-radius: 100%;
      -webkit-transition: all .2s;
      transition: all .2s;
  }
  .radio+span::before {
      left: 0;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      background: #fff;/* ラジオボタンの元の色の指定*/
      border: 1px solid #666;
  }
  .radio+span:hover::before {
      background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
  }
  .radio+span::after {
      opacity: 0;
      left: 5px;
      width: 12px;
      height: 12px;
      margin-top: -7px;
      background: #A11F02;/* ラジオボタンのチェックした時の色の指定*/
      -webkit-transform: scale(2);
      transform: scale(2);
  }
  .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
      background: #fff;
      border: 1px solid #666;/* ラジオボタンのチェックした時の枠の線の指定*/
  }
  .radio:checked + span::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  /* チェックボックス01 */
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
  }
  label.check-sp {
    line-height: 1!important;
      margin-right: 13px;
  }

  label.check-sp input[type="checkbox"] + span::before {
    border-color: #A11F02;
  }
  label.check-sp input[type="checkbox"]:checked + span::before {
    background-color: #A11F02;
  }

  label.check-sp span {
    display: inline-block;
    color:#000 !important;
    vertical-align: middle;
    font-size:1em !important;
  }
  label.check-sp input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  label.check-sp input[type="checkbox"] + span::before, label.check-sp input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }
  label.check-sp input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #666 solid !important;
    border-radius: 2px;
  }
  label.check-sp input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 3px 8px;
    width: 7px;
    height: 12px;
    border: none;
  }
  label.check-sp input[type="checkbox"]:checked + span::before {
    background-color: #fff;
  }
  label.check-sp input[type="checkbox"]:checked + span::after {
    border: 3px solid #A11F02;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  select.minimal {
    /* styling */
    background-color: white;
    border: thin solid #aaa;
    display: inline-block;
    font: inherit;
    line-height: 1.8em;
    padding: 0.2em 3.5em 0.3em 0.8em;
    border-radius:2px;
    max-width: 100%;

    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  /* arrows */
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, #aaa 50%),
      linear-gradient(135deg, #aaa 50%, transparent 50%),
      linear-gradient(to right, #aaa, #aaa);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }

  select.minimal:focus {
    background-image:
      linear-gradient(45deg, #aaa 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #aaa 50%),
      linear-gradient(to right, #aaa, #aaa);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: #aaa;
    outline: 0;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #f2b5bd;
  }
  .texArea {
    width:650px;
    height:150px;
    padding: 0.8em 1em 0.8em 1em;
    border:solid 1px #707070;
    font-size:16px;
  }
  .texBox01{
    width:650px;
    padding: 0.8em 1em 0.8em 1em;
    border:solid 1px #707070;
    font-size:16px;
  }
	.texBox02{
    width:220px;
    padding: 0.8em 1em 0.8em 1em;
    border:solid 1px #707070;
    font-size:16px;
  }
	.texBox03{
    width:150px;
    padding: 0.8em 1em 0.8em 1em;
    border:solid 1px #707070;
    font-size:16px;
  }
  .button-Area {
    margin: 20px auto 0;
    text-align: center
  }
  ::placeholder {
    color: #999;
  }
.button01 {
    padding: 14px 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 250px;
    background: #17184B;
		text-decoration:none;
    border-radius: 30px;
		display: inline-block;
		border: none;
		box-shadow: none;
	}
  .button02 {
    border: 2px solid #17184B;
		display: inline-block;
    padding: 14px 0;
    margin: 20px 0;
    font-size: 18px;
    background:#fff;
    font-weight:bold;
    color:#17184B;
    cursor:pointer;
    text-align: center;
    width:200px;
    border-radius: 30px;
    text-decoration:none;
    margin-right: 20px;
		box-shadow: none;
  }
  .button01:hover,.button02:hover {
    opacity: 0.7;
  }

}


@media screen and (max-width: 768px) {
body {
    padding-top: 40px;
    padding-bottom: 50px!important;
}

  /*-------------------------------
  お問い合わせ
  -------------------------------*/
  .inquiry #contents .c-box01 {
    padding: 0 0 15px;
    margin: 0 auto;
  }
	.inquiry #contents .c-box01 h1 {
		color: #333;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.inquiry #contents .c-box01 h2 {
		color: #333;
		font-size: 18px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 15px!important;
		padding: 0;
	}
	.inquiry #contents .c-box01 h2:after {
		display: none;
	}
	.inquiry #contents .c-box01 .read {
		font-size: 16px;
		margin-bottom: 20px;
	}
  
  .inquiry.thanks #contents .c-box01 .read {
		font-size: 16px;
		margin: 20px 0!important;
	}
	.inquiry #contents .c-box01 .info-area {
		display: inline-block;
		padding-left: 20px;
		border-left: 2px solid #17184B;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.inquiry #contents .c-box01 .info-area span:nth-of-type(1) {
		color: #17184B;
	}
	.inquiry #contents .c-box01 .info-area span:nth-of-type(2) {
		font-size: 24px;
	}
  .inquiry .form-box {
    width: 100%;
    margin: 0 auto;
  }
  .inquiry .form-box table {
    width: 100%;
    margin-bottom: 30px;
		border-bottom: 1px solid #070707;
  }
	.inquiry .formTable {
    width: 100%;
    margin-bottom: 30px;
		border-bottom: 1px solid #070707;
  }
  .inquiry .form-box table th {
    padding: 10px 15px;
    background: #f5f5f5;
    width: 100%;
    display: block;
    vertical-align: middle;
    font-size: 16px;
		border: 1px solid #707070;
		font-weight: bold;
  }
	.inquiry .formTable th {
    padding: 10px 15px;
    background: #f5f5f5;
    width: 100%;
    display: block;
    vertical-align: middle;
    font-size: 16px;
		border: 1px solid #707070;
		font-weight: bold;
  }
  .inquiry .form-box table th p {
    display: inline-block;
    vertical-align: middle;
  }
  .inquiry .form-box table th .hissu {
    width: 40px;
    background: #FF0000;
    color: #fff;
    font-size: 13px!important;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    float: right;
    margin-top: 4px;
    vertical-align: middle;
  }
  .inquiry .form-box table td {
    background: #FFF;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 10px;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
  }
	.inquiry .formTable td {
    background: #FFF;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 10px;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
  }
  .inquiry .form-box table th:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .inquiry .form-box table td p {
    padding-bottom: 5px;
  }
  .inquiry .form-box h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .inquiry .form-box .privacy-box {
    width: 100%;
    background: #FAF8EF;
    padding: 5px;
    margin: 0 auto;
  }
  .inquiry .form-box .privacy-box iframe {
    border: 1px solid #A4814B;
    width: 100%;
    padding: 5px;
    height: 220px;
    overflow: scroll;
  }
  .privacy_inline h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .privacy_inline p {
    font-size: 14px!important;
  }
  .inquiry .form-box .form-item {
    text-align: center;
    margin: 20px auto;
  }
  
  .inquiry .form-box .form-item label {
    display: inline-block;
  }
  .inquiry .form-box .form-item label.check-sp span{
    vertical-align: top!important;
    font-size: 14px;
  }
  .inquiry .form-box .btnBox {
    width: 100%;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 20px auto 0;
  }
  .inquiry .form-box .btn {
    text-align: center;
    margin: 20px auto 0;
  }
  /*.inquiry .form-box .btn #submit-btn:disabled {
    opacity: 0.3;
  }*/
	.inquiry .form-box .btn input[type="submit"] {
    padding: 14px 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background: #17184B;
    border: none;
		border-radius: 30px;
}
  
  /* フォームパーツ */
  input[type="radio"],
  input[type="checkbox"] {
    display: none;
  }
   label {
    position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
    display: block;
    padding: 3px 0 0 30px;
    cursor: pointer;
    line-height: 2;
    margin-right: 20px;
  }
  label:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
  .radio-sp span::after {
      position: absolute;
      content: '';
      top: 50%;
      border-radius: 100%;
      -webkit-transition: all .2s;
      transition: all .2s;
  }
  .radio+span::before {
      left: 0;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      background: #fff;/* ラジオボタンの元の色の指定*/
      border: 1px solid #666;
  }
  .radio+span:hover::before {
      background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
  }
  .radio+span::after {
      opacity: 0;
      left: 5px;
      width: 12px;
      height: 12px;
      margin-top: -7px;
      background: #A11F02;/* ラジオボタンのチェックした時の色の指定*/
      -webkit-transform: scale(2);
      transform: scale(2);
  }
  .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
      background: #fff;
      border: 1px solid #666;/* ラジオボタンのチェックした時の枠の線の指定*/
  }
  .radio:checked + span::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  /* チェックボックス01 */
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
  }
  label.check-sp {
    line-height: 1!important;
      margin-right: 13px;
  }

  label.check-sp input[type="checkbox"] + span::before {
    border-color: #A11F02;
  }
  label.check-sp input[type="checkbox"]:checked + span::before {
    background-color: #A11F02;
  }

  label.check-sp span {
    display: inline-block;
    color:#000 !important;
    vertical-align: middle;
    font-size:1em !important;
  }
  label.check-sp input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  label.check-sp input[type="checkbox"] + span::before, label.check-sp input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }
  label.check-sp input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #666 solid !important;
    border-radius: 2px;
  }
  label.check-sp input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 3px 8px;
    width: 7px;
    height: 12px;
    border: none;
  }
  label.check-sp input[type="checkbox"]:checked + span::before {
    background-color: #fff;
  }
  label.check-sp input[type="checkbox"]:checked + span::after {
    border: 3px solid #A11F02;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  select.minimal {
    /* styling */
    background-color: white;
    border: thin solid #aaa;
    display: inline-block;
    font: inherit;
    line-height: 1.8em;
    padding: 0.2em 3.5em 0.3em 0.8em;
    border-radius:2px;
    max-width: 100%;

    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  /* arrows */
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, #aaa 50%),
      linear-gradient(135deg, #aaa 50%, transparent 50%),
      linear-gradient(to right, #aaa, #aaa);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }

  select.minimal:focus {
    background-image:
      linear-gradient(45deg, #aaa 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #aaa 50%),
      linear-gradient(to right, #aaa, #aaa);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: #aaa;
    outline: 0;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #f2b5bd;
  }
	
  .texArea {
    width:90%;
    height:180px;
    padding: 0.8em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #666;
    font-size:16px;
  }
  .texBox01{
    width:90%;
    padding: 0.8em;
    border:solid 1px #707070;
    font-size:16px;
  }
	.texBox02{
    width:90%;
    padding: 0.8em;
    border:solid 1px #707070;
    font-size:16px;
  }
	.texBox03{
    width:90%;
    padding: 0.8em;
    border:solid 1px #707070;
    font-size:16px;
  }
  .button-Area {
    margin: 20px auto 0;
    text-align: center
  }
  ::placeholder {
    color: #999;
  }
	.button01 {
    padding: 14px 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background: #17184B;
		text-decoration:none;
    border-radius: 30px;
		border: none;
		box-shadow: none;
	}
  .button02 {
    border: 1px solid #17184B;
    padding: 14px 0;
    font-size: 18px;
    background:#fff;
    font-weight:bold;
    color:#17184B;
    cursor:pointer;
    text-align: center;
    width:100%;
    border-radius: 30px;
    text-decoration:none;
    margin-right: 10px;
		box-shadow: none;
  }
  .button01:hover,.button02:hover {
    opacity: 0.7;
  }

  .inquiry .form-box table td dl {
		width: 100%;
	}
	.inquiry .form-box table td dl dt,.inquiry .form-box table td dl dd {
		display: block;
	}
	.inquiry .form-box table td dl dt {
		margin-bottom: 10px;
	}


}

.error_messe {
	color:#F5080C;
	font-size: 16px;
}

.inquiry .form-box h3 a{
	color: #17184B;
	text-decoration: none;
}
.inquiry .form-box h3 a:hover {
	text-decoration: underline;
}
