@charset "UTF-8";
.clearfix:after, #contact-form td.ct-row > div:after {
  content: " ";
  display: block;
  clear: both;
}

.cont-width {
  margin-left: auto;
  margin-right: auto;
}

/*
	html5 ResetStyle
===================================================*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

br {
  letter-spacing: 0;
}

ol, ul {
  list-style: none;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background-color: transparent;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
	Bootstrap v3.3.6 (http://getbootstrap.com)
===================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.42857;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/*
	Project Common Style
===================================================*/
html {
  font-size: 62.5%;
}
html, html body {
  overflow-x: hidden !important;
  min-height: 100%;
}

body {
  font-size: 1.7em;
  font-family: "Helvetica Neue", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  min-width: 320px;
  color: #231815;
  background: #EBEBEB;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

table, li {
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

/* Use Style よく使用するスタイル
--------------------------------------------------*/
.img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.cont-width {
  max-width: 1040px;
  width: 100%;
  position: relative;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.red {
  color: #e50012;
}

.mt15 {
  margin-top: 15px;
}

.bold {
  font-weight: bold;
}

.lg-none {
  display: none;
}

/*
	Original Style このサイトの独自スタイル
===================================================*/
/* Common 共通スタイル
--------------------------------------------------*/
#header {
  padding: 15px 15px;
}
#header h1 {
  text-align: center;
}
#header img {
  min-width: 120px;
  max-width: 200px;
  height: auto;
}

#header, #cont-header {
  background: #fff;
}

#cont-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
#cont-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

#contact-form, #confirm, #thanks {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact-form p {
  color: #6C7B7B;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
#contact-form table, #contact-form tbody, #contact-form tr, #contact-form th, #contact-form td {
  display: block;
  width: 100%;
}
#contact-form table {
  border-top: solid 1px #ccc;
  padding: 15px 15px 0;
  width: 100%;
}
#contact-form th {
  text-align: left;
  margin-bottom: 7px;
  color: #6C7B7B;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
#contact-form th span {
  background: #F28149;
  padding: 2px 3px;
  border-radius: 3px;
  color: #fff;
  margin-left: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
#contact-form td {
  margin-bottom: 20px;
}
#contact-form td.ct-row {
  padding: 0;
}
#contact-form td.ct-row > div {
  margin-left: -15px;
  margin-right: -15px;
}
#contact-form td.ct-row span {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#submit, .btn {
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 20px;
  min-height: 30px;
  min-width: 160px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #bf9e56;
  -webkit-box-shadow: 0px 1px 0px 0px #777777;
  -moz-box-shadow: 0px 1px 0px 0px #777777;
  box-shadow: 0px 1px 0px 0px #777777;
}
#submit:active, .btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#submit:focus, .btn:focus {
  outline: none;
}

#confirm {
  font-size: 14px;
  font-size: 1.4rem;
}
#confirm p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #6C7B7B;
}
#confirm table {
  width: 100%;
  margin-bottom: 20px;
}
#confirm th, #confirm td {
  padding: 15px;
  border: solid 1px #ccc;
}

#contact {
  font-size: 15px;
  font-size: 1.5rem;
}
#contact p {
  color: #6C7B7B;
}
#contact a {
  color: #F28149;
}

.ct-row .btn:first-child {
  margin-bottom: 10px;
}

/*
	Responsive Common
===================================================*/
/* ～768px以下（タブレットサイズ）
--------------------------------------------------*/
@media (max-width: 768px) {
  /* Common 共通
  --------------------------------------------------*/
  body {
    min-width: 480px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  img {
    max-width: 100%;
  }

  p {
    line-height: 1.6;
  }

  #confirm, #thanks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ～480px以下（スマホサイズ）
--------------------------------------------------*/
@media (max-width: 480px) {
  /* Common 共通
  --------------------------------------------------*/
  body {
    min-width: 320px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }

  li {
    line-height: 1.4;
  }

  p {
    line-height: 1.6;
  }

  .img-responsive {
    width: 100%;
  }

  #contact-form td.ct-row span {
    float: none;
    width: 100%;
    display: block;
  }
  #contact-form td.ct-row span:first-child {
    margin-bottom: 5px;
  }

  #confirm th, #confirm td {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
