@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 140%;
  /*16px*/
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 960px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  body {
    font-size: 120%;
    min-width: 100%; } }
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #4AAACB;
  text-decoration: underline; }

/* fontsize
   ========================================================================== */
/*.text10 { @include fontsize(10); }
.text11 { @include fontsize(11); }
.text12 { @include fontsize(12); }
.text13 { @include fontsize(13); }
.text14 { @include fontsize(14); }
.text15 { @include fontsize(15); }
.text16 { @include fontsize(16); }
.text17 { @include fontsize(17); }
.text18 { @include fontsize(18); }
.text19 { @include fontsize(19); }
.text20 { @include fontsize(20); }
.text21 { @include fontsize(21); }
.text22 { @include fontsize(22); }
.text23 { @include fontsize(23); }
.text24 { @include fontsize(24); }
.text25 { @include fontsize(25); }
.text26 { @include fontsize(26); }*/
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  width: auto; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle;
  outline: 0px none #fff; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
html {
  background: url(/css/images/body.gif) repeat left top; }

@media screen and (max-width: 767px) {
  html {
    background-size: auto 190px; } }
/* ==========================================================================
   header
   ========================================================================== */
#head-wrap {
  border-bottom: 1px solid #4d4d4d; }

header {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 8px;
  position: relative;
  width: 960px; }
  header h1 {
    margin-left: 2px; }

#head-tel {
  position: absolute;
  right: 1px;
  top: 55px; }

.inner-tel {
  font-size: 100%; }

.inner-tel.bottom {
  display: block;
  margin-top: 2px; }

.inner-tel.side {
  margin-left: 13px; }

#head-btn {
  line-height: 1.0;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 767px) {
  header {
    padding-bottom: 10px;
    padding-top: 8px;
    position: relative;
    width: 100%; }
    header h1 {
      width: 40%; }

  #head-tel {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 50%; }

  .inner-tel {
    font-size: 85.7142857143%; } }
/* ==========================================================================
   navigation
   ========================================================================== */
#head-logo {
  width: 222px; }

/* ==========================================================================
   contents
   ========================================================================== */
#main {
  border-top: 1px solid #999;
  padding-bottom: 98px;
  padding-top: 63px; }

#ttl {
  text-align: center;
  margin-bottom: 57px; }

.inner-cont {
  margin: 0 auto;
  width: 960px; }

.outer-cont {
  padding-left: 10px;
  padding-right: 10px; }

.relative {
  position: relative; }

@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 49px;
    padding-top: 31px; }

  .inner-cont {
    width: 100%; }

  #ttl {
    height: auto;
    margin: 0 auto 28px;
    width: 113px; } }
/* ==========================================================================
   入力画面
   ========================================================================== */
.description {
  font-size: 114.2857142857%; }

.main-tel {
  margin-top: 15px; }

#step-ttl {
  margin-top: 60px;
  margin-bottom: 60px; }

.tbl-wrap {
  background-color: #FFF;
  padding-bottom: 30px;
  padding-top: 33px; }

.form-notes {
  margin-left: 40px; }

.icon-required {
  background-color: #d7880b;
  border-radius: 4px;
  display: inline-block;
  color: #FFF;
  font-family: "ヒラギノ丸ゴ Pro W4";
  font-weight: normal;
  font-size: 85.7142857143%;
  padding: 0 4px; }

.required {
  padding-right: 45px;
  position: relative; }
  .required span {
    position: absolute;
    right: 0;
    top: 0; }

.form-tbl {
  background: url(images/tbl_dot.gif) no-repeat center top;
  margin-top: 12px;
  margin-bottom: 25px;
  width: 100%; }
  .form-tbl tr {
    background: url(images/tbl_dot.gif) no-repeat left bottom;
    display: block; }
  .form-tbl .error-item {
    background: #fdf9f3 url(images/tbl_dot.gif) no-repeat left bottom; }
  .form-tbl th,
  .form-tbl td {
    line-height: 2.28;
    vertical-align: top; }
  .form-tbl th {
    padding: 23px 20px 20px 40px;
    text-align: left;
    width: 175px; }
  .form-tbl td {
    padding: 20px 42px 20px 0;
    width: 683px; }
  .form-tbl input {
    font-size: 100%; }

select {
  background: #FFF url(images/select_arrow.gif) no-repeat right top;
  border: 1px solid #a5a4a3;
  background-color: #FFF;
  border-radius: 0;
  font-size: 100%;
  padding: 0 30px 0 5px;
  height: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.name-sei {
  margin-right: 7px; }

.name-mei {
  margin-right: 7px;
  margin-left: 7px; }

.inner-notes {
  margin-left: 5px; }

.medium,
.large {
  border: 1px solid #a5a4a3;
  padding: 5px; }

.medium {
  width: 24%; }

.large {
  width: 60%; }

textarea.large {
  width: 93%; }

.privacy-policy {
  margin: 5px 40px 0;
  border: 1px solid #a6a6a6;
  height: 160px;
  line-height: 1.8em;
  overflow-y: scroll;
  padding: 20px 30px; }

.nostyle {
  font-size: 128.5714285714%;
  text-align: center; }

.privacy-text {
  text-align: center;
  margin-top: 15px; }

.form-btn {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 45px; }
  .form-btn li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 365px; }
    .form-btn li:after {
      background: url(images/arrow_w_l.png) no-repeat left top;
      content: '';
      display: block;
      height: 16px;
      position: absolute;
      right: 20px;
      top: 25px;
      width: 10px; }
  .form-btn input {
    cursor: pointer;
    padding: 13px 0;
    width: 100%; }

.cmn-btn {
  border: none;
  color: #FFF;
  font-size: 157.1428571429%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.btn01 {
  background-color: #d7890b;
  border-radius: 3px; }
  .btn01:hover {
    background-color: #4aaacb; }

.btn02 {
  background-color: #b3b3b3;
  border-radius: 3px; }
  .btn02:hover {
    background-color: #333; }

@media screen and (max-width: 767px) {
  .inner-tel.side {
    display: block;
    margin-left: 0;
    margin-top: 2px; }

  .main-tel {
    margin-top: 15px;
    width: 70%; }

  #step-ttl {
    margin-top: 30px;
    margin-bottom: 30px; }
    #step-ttl img {
      height: auto;
      width: 100%; }

  .tbl-wrap {
    padding-bottom: 15px;
    padding-top: 15px; }

  .form-notes {
    margin-left: 10px; }

  .icon-required {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

  .form-tbl {
    background: none; }
    .form-tbl tr {
      background: none; }
    .form-tbl th,
    .form-tbl td {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      zoom: 1;
      display: block;
      width: 100%; }
    .form-tbl th {
      background-color: #ececec;
      padding: 10px; }
    .form-tbl td {
      padding: 10px 10px 30px 10px; }

  select {
    background: #FFF url(images/sp_select_arrow.gif) no-repeat right top;
    background-size: 24px 30px;
    height: 30px; }

  .large,
  textarea.large {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    width: 100%; }

  .privacy-policy {
    margin: 5px 10px 0;
    padding: 10px 15px; }

  .privacy-text {
    margin-top: 7px; }

  .cmn-btn {
    font-size: 128.5714285714%; }

  .form-btn {
    margin-top: 20px; }
    .form-btn li {
      display: block;
      width: 100%; }
      .form-btn li:after {
        background: url(images/arrow_w_l.png) no-repeat left top;
        background-size: 5px auto;
        content: '';
        display: block;
        height: 8px;
        position: absolute;
        right: 20px;
        top: 18px;
        width: 5px; }
    .form-btn input {
      cursor: pointer;
      padding: 10px 0;
      width: 100%; }

  .inner-notes {
    display: block;
    margin-left: 0; } }
/* エラー
   ========================================================================== */
.error-list {
  background-color: #fdf9f3;
  border: 1px solid #c31200;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 13px; }
  .error-list a {
    color: #c31200; }
    .error-list a:hover {
      text-decoration: none; }
  .error-list li {
    margin-top: 10px; }
    .error-list li:first-child {
      margin-top: 0; }

.error {
  color: #c31200;
  display: block;
  font-weight: bold;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .form-tbl .error-item {
    background: #fdf9f3; } }
/* 確認画面
   ========================================================================== */
.form-btn {
  overflow: hidden; }
  .form-btn .btn-submit {
    display: block;
    float: right;
    margin-right: 95px; }
  .form-btn .btn-back {
    display: block;
    float: left;
    margin-left: 95px;
    text-align: right; }

@media screen and (max-width: 767px) {
  .form-btn .btn-submit,
  .form-btn .btn-back {
    float: none;
    padding: 0; }
  .form-btn .btn-back {
    font-size: 85.7142857143%;
    margin: 15px auto 0;
    width: 70%; } }
/* 完了画面
   ========================================================================== */
.thanks-img {
  text-align: center;
  margin-bottom: 45px; }

.thanks-text {
  font-size: 114.2857142857%;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px; }

@media screen and (max-width: 767px) {
  .thanks-img {
    margin: 0 auto 22px;
    width: 70%; }

  .thanks-text {
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    margin-top: 12px; } }
/* ==========================================================================
   この画面を閉じる
   ========================================================================== */
#foot-close {
  background: url(/css/images/texture01.gif) repeat left top;
  height: 110px; }

#foot-btn {
  line-height: 1.0;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 767px) {
  #foot-close {
    background-size: 152px 70px;
    height: 75px; } }
/* ==========================================================================
   pagetop
   ========================================================================== */
#pagetop {
  text-align: center;
  margin-bottom: -47px;
  margin-top: -47px; }

@media screen and (max-width: 767px) {
  #pagetop {
    margin-bottom: -24px;
    margin-top: -24px; }
    #pagetop img {
      height: auto;
      width: 48px; } }
/* ==========================================================================
   footer
   ========================================================================== */
footer {
  background-color: #744F30;
  color: #FFF;
  padding-top: 55px; }

#flogo,
#copyright {
  text-align: center; }

#flogo {
  padding-bottom: 17px;
  padding-top: 23px; }

#copyright {
  background-color: #000;
  color: #FFF;
  font-size: 71.4285714286%;
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  padding-top: 5px; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 25px; }

  #flogo img {
    height: auto;
    width: 248px; } }
/* ==========================================================================
   button
   ========================================================================== */
.btn-close {
  background-color: #333;
  border-radius: 0 0 3px 3px;
  color: #FFF;
  display: block;
  font-size: 114.2857142857%;
  padding-bottom: 13px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 225px; }
  .btn-close:visited {
    color: #FFF; }
  .btn-close:after {
    background: url(images/close_w.png) no-repeat left top;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 18px; }
  .btn-close:hover {
    background-color: #eac000;
    color: #333;
    text-decoration: none; }
    .btn-close:hover:after {
      background: url(images/close_w_on.png) no-repeat left top; }

@media screen and (max-width: 767px) {
  .btn-close {
    font-size: 85.7142857143%;
    width: 150px; }
    .btn-close:after {
      background-size: 9px 9px;
      right: 5px; }
    .btn-close:hover:after {
      background-size: 9px 9px; } }
/* ==========================================================================
   parts
   ========================================================================== */
.inner-cont {
  margin: 0 auto;
  width: 960px; }

.pc-block {
  display: block; }

.sp-item {
  display: none; }

@media screen and (max-width: 767px) {
  .inner-cont {
    width: 100%; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; }

  .sp-item {
    display: block; }

  .pc-item {
    display: none; } }
