@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;
}
img {
  width: 100%;
  height: auto;
}
/*=================================================

					共通header

=================================================*/
header {
  width: 100%;
  height: auto;
}
#logo h1 {
  width: 80%;
  margin: 30px auto;
  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: 2em;
  margin: 0;
  padding: 0 55px;
  color: #0068B6;
  position: relative;
  display: inline-block;
}
#title h2::before, #title h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  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%;
  margin: 50px auto;
  padding: 0 0 50px;
}
/*
  txtBox
--------------------------*/
section .txtBox {
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
section .txtBox p {
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 1.5px;
  text-align: justify;
}
section .txtBox p a {
  color: #0068B6;
  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: 100%;
  margin: 10px auto 50px;
  text-align: left;
}
.contact section table th, .contact section table td {
  display: block;
  width: 100%;
}
.contact section table th {
  padding: 40px 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #555;
}
.contact section table th span {
  margin-left: 10px;
  font-size: 13px;
  color: #E02D30;
  display: inline-block;
}
.contact section table td {
  padding: 20px 20px 40px;
  border-bottom: 1px solid #ccc;
  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%;
  margin: 0 5px 0 0;
  font-size: 16px;
  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%;
  margin-bottom: 5px;
  display: 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: 15px;
  margin: auto;
  z-index: 1;
}
.contact section table td select {
  outline: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 12px;
  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.address .select-wrap label.myError {}
/*
  ラジオボタン
--------------------------*/
.label-radio input[type="radio"] {
  display: none;
}
.label-radio {
  cursor: pointer;
  color: #828c9a;
  padding-right: 15px;
  font-weight: normal;
  display: block;
}
.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;
}
/*
  住所
--------------------------*/
.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: 60%;
  margin: 0 0 0 5px;
}
.contact section table td.address p:nth-of-type(1) label.myError {}
/*
  企業名・部署名
--------------------------*/
.contact section table td.company p input[type="text"] {
  width: 100%;
}
.contact section table td.company p {}
.contact section table td.company p label.myError {}
/*
  お客様名
--------------------------*/
.contact section table td.name p input[type="text"] {
  width: 89%;
  margin-bottom: 10px;
}
.contact section table td.name p label.myError {
  margin-top: -5px;
}
/*
  住所
--------------------------*/
.contact section table td.address .select-wrap + .txt-wrap {
  width: 100%;
  display: inline-block;
  margin: 5px 0 0 0;
  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 {}
/*
  電話番号・FAX
--------------------------*/
.contact section table td.tel p input[type="text"] {
  width: 100%;
}
.contact section table td.tel p {}
.contact section table td.tel p label.myError {}
/*
  メールアドレス
--------------------------*/
.contact section table td.mail p input[type="text"] {
  width: 100%;
}
.contact section table td.mail p {}
.contact section table td.mail p label.myError {}
/*
  テキストエリア
--------------------------*/
.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 {}
.contact section table td.content p label.myError {}
/* ※ */
.radio-wrap + p {
  margin-top: 2em;
  line-height: 1.5;
}
.contact section table td.name p.kome {
  margin-top: 1em;
}
.contact section table td.name p.kome br {
  display: block;
}
/*------------------------

    確認事項

--------------------------*/
.contact .checktxt {
  margin-bottom: 50px;
}
.contact .checktxt h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.contact .checktxt h2 + p {
  font-size: 18px;
}
.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: 90%;
  max-width: 800px;
  margin: 30px auto;
  text-align: left;
}
.contact .privacy .scr {
  overflow-y: scroll; /* スクロール表示 */
  height: 200px;
  margin: 10px 0;
  padding: 20px 5px 30px 30px;
  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;
}
.submit {
  width: 100%;
  margin: 40px auto 0;
  display: inline-block;
}
.submit .button {
  width: 50%;
  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: 1.2em;
  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;
}