@charset "UTF-8";
/* CSS Document */
/*===================各ページ共通==================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1;
  width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: #121212;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
.clear {
  clear: both;
}
/*=================================================

					共通header

=================================================*/
header {
  width: 100%;
  height: auto;
}
#logo {
  margin: 40px 0;
}
#logo h1 {
  text-align: center;
}
#logo h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*=================================================

					メイン

=================================================*/
main {
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
#title {
  padding: 0;
  text-align: center;
}
#title h2 {
  font-size: 38px;
  margin: 0;
  padding: 0 105px;
  color: #0068B6;
  position: relative;
  display: inline-block;
}
#title h2::before, #title h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 2px;
  border-top: solid 1px #0068B6;
  border-bottom: solid 1px #0068B6;
}
#title h2::before {
  left: 0;
}
#title h2::after {
  right: 0;
}
section {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 80px;
}
/* txtBox */
section .txtBox {
  text-align: center;
  line-height: 1.7;
}
section .txtBox p {
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 1.5px;
}
section .txtBox p a {
  color: #00a352;
  text-decoration: underline;
}
section .txtBox p span, section .txtBox p strong {
  color: #E02D30;
}
section .txtBox figure {
  margin: 20px auto;
  max-width: 180px;
}
section .txtBox figure img {
  width: 100%;
}
/*==============================
	エラー
==============================*/
p.is-error {
  font-size: 13px;
  color: #E02D30;
}
p.is-error span {
  display: block;
}
p.is-error.is-error-doui {
  text-align: center;
}
/*=================================================

				メールフォーム

=================================================*/
.contact section {
  text-align: center;
}
.contact section table {
  width: 90%;
  margin: 30px auto 50px;
  text-align: left;
}
.contact section table th, .contact section table td {
  border-bottom: 1px solid #ccc;
}
.contact section table th {
  width: 30%;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  vertical-align: middle;
  color: #555;
}
.contact section table th span {
  margin-left: 10px;
  font-size: 13px;
  color: #E02D30;
  display: inline-block;
}
.contact section table td {
  width: 70%;
  padding: 40px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #333;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: justify;
}
.contact section table td input[type="text"] {
  width: 100%;
  height: 50px;
  margin: 0 5px 0 0;
  font-size: 18px;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact section td p {
  text-align: left;
}
/*
  セレクトボックス
--------------------------*/
.contact section table td.kouza .select-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.contact section table td .select-wrap:before {
  content: '';
  width: 13px;
  height: 7px;
  background: url(../images/select.png) no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.contact section table td select {
  outline: none;
  background: #f9f9f9;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 12px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #ccc;
  color: #333;
  width: 100%;
  border-radius: 3px;
}
.contact section table td select option {
  background-color: #fff;
  color: #333;
}
.contact section table td select::-ms-expand {
  display: none;
}
.contact section table td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.contact section table td.kouza .select-wrap label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
/*
  ラジオボタン
--------------------------*/
.label-radio input[type="radio"] {
  display: none;
}
.label-radio {
  cursor: pointer;
  color: #828c9a;
  padding-right: 15px;
  font-weight: normal;
}
.label-radio .lever {
  padding-left: 20px;
  position: relative;
}
.label-radio .lever::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/radio_off.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.label-radio input[type="radio"]:checked + .lever {
  color: #0068B6;
}
.label-radio input[type="radio"]:checked + .lever:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/radio_on.png) no-repeat;
  background-size: contain;
}
.radio-wrap {
  position: relative;
}
.radio-wrap label.myError {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
}
td.textumu .label-radio {
  display: block;
}
td.textumu .radio-wrap label.myError {
  position: absolute;
  left: 0;
  display: block;
}
/*
  住所
--------------------------*/
.contact section table td.address p:nth-of-type(1) {
  margin: 0 0 10px 0;
}
.contact section table td.address p:nth-of-type(1) input {
  width: 30%;
  margin: 0 0 0 5px;
}
.contact section table td.address p:nth-of-type(1) label.myError {
  display: inline-block;
  margin-left: 10px;
}
/*
  企業名・部署名
--------------------------*/
.contact section table td.company p input[type="text"] {
  width: 100%;
}
.contact section table td.company p {
  position: relative;
}
.contact section table td.company p label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
/*
  お客様名
--------------------------*/
.contact section table td.name p br {
  display: none;
}
.contact section table td.name p {
  position: relative;
}
.contact section table td.name p input[type="text"] {
  width: 40%;
}
@media screen and (max-width:900px) {
  /*　画面サイズが928pxまではここを読み込む　*/
  .contact section table td.name p input[type="text"] {
    width: 39%;
  }
}
@media screen and (max-width:655px) {
  /*　画面サイズが928pxまではここを読み込む　*/
  .contact section table td.name p input[type="text"] {
    width: 30%;
  }
}
.contact section table td.name p label.myError:nth-of-type(1) {
  position: absolute;
  left: 6%;
  bottom: -30px;
}
.contact section table td.name p label.myError:nth-of-type(2) {
  position: absolute;
  left: 54%;
  bottom: -30px;
}
/*
  住所
--------------------------*/
.contact section table td.address .select-wrap + .txt-wrap {
  width: 64%;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
}
.contact section table td.address .select-wrap + .txt-wrap input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px;
}
.contact section table td.address .txt-wrap label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width:928px) {
  /*　画面サイズが928pxまではここを読み込む　*/
  .contact section table td.address p:nth-of-type(1) {
    width: 55%;
    position: relative;
  }
  .contact section table td.address p:nth-of-type(1) input {
    width: 83%;
  }
  .contact section table td.address p:nth-of-type(1) label.myError {
    position: absolute;
    right: -180px;
    top: 5px;
  }
  .contact section table td.address .select-wrap {
    width: 55%;
    margin-bottom: 10px;
  }
  .contact section table td.address .select-wrap label.myError {
    left: auto;
    right: -180px;
    top: 5px;
  }
  .contact section table td.address .select-wrap + .txt-wrap {
    width: 100%;
    margin: 0;
    display: block;
  }
}
/*
  電話番号・FAX
--------------------------*/
.contact section table td.tel p input[type="text"] {
  width: 50%;
}
.contact section table td.tel p {
  position: relative;
}
.contact section table td.tel p label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width:928px) {
  /*　画面サイズが928pxまではここを読み込む　*/
  .contact section table td.tel p input[type="text"] {
    width: 55%;
  }
}
/*
  メールアドレス
--------------------------*/
.contact section table td.mail p input[type="text"] {
  width: 100%;
}
.contact section table td.mail p {
  position: relative;
}
.contact section table td.mail p label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
/*
  テキストエリア
--------------------------*/
.contact section table td p textarea {
  width: 100%;
  min-height: 100px;
  margin: 10px 0 0;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact section table td.content p {
  position: relative;
}
.contact section table td.content p label.myError {
  position: absolute;
  left: 0;
  bottom: -30px;
}
/* ※ */
.radio-wrap + p {
  margin-top: 2em;
}
.contact section table td.name p.kome {
  margin-top: 2em;
}
.contact section table td.name p.kome br {
  display: block;
}
/*------------------------

    確認事項

--------------------------*/
.contact .checktxt {
  margin-bottom: 50px;
}
.contact .checktxt h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.contact .checktxt h2 + p {
  font-size: 20px;
}
.contact .checktxt ._txt {
  margin: 2em 0;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: justify;
  color: #333;
}
.contact .checktxt ._txt p {
  margin: .5em 0;
}
.contact .checktxt .doui label {
  font-size: 18px;
}
.contact .checktxt .red {
  color: #FF0000;
}
/*------------------------

    個人取り扱い

--------------------------*/
.contact .privacy {
  width: 80%;
  max-width: 800px;
  margin: 30px auto 0;
  text-align: left;
}
.contact .privacy .scr {
  overflow-y: scroll; /* スクロール表示 */
  height: 200px;
  margin: 10px 0;
  padding: 20px 10px 30px 50px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
.contact .privacy .scr ol li {
  margin-top: 10px;
  line-height: 1.5;
  color: #333;
  letter-spacing: 1.5px;
}
.contact .privacy .agree {
  margin-top: 20px;
  text-align: center;
  color: #333;
  letter-spacing: 1.5px;
}
.contact .privacy .scr + p {
  margin: 1em 0;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #333;
}
.contact .privacy .contact img {
  width: 220px;
}
.contact .privacy .agree input {}
.contact .privacy .agree label {
  font-size: 18px;
}
/*
  ボタン
--------------------------*/
input:hover, input:focus {
  background-color: white;
  outline: 0;
}
.submit {
  width: 100%;
  margin: 30px auto 0;
  display: inline-block;
}
.submit .button {
  width: 30%;
  padding: 12px;
  margin: 0 20px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.submit .button:hover {
  color: #ffffff;
  background: #0068B6;
  border: #0068B6 solid 1px;
}
.submit .button:disabled {
  color: #ccc;
  background-color: #fff;
  border: #ccc solid 1px;
  cursor: auto;
}
.submit .button:nth-of-type(2) {
  width: 20%;
}
/*=================================================

					共通footer

=================================================*/
footer {
  text-align: center;
  width: 100%;
  background-color: #0068B6;
}
footer .address {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
footer p.font_telfax {
  font-size: 20px;
  margin-top: 10px;
}
footer p.copyright {
  color: #231815;
  font-size: 10px;
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
}