@charset "Shift_JIS";
/* = reset
----------------------------------------------- */
/* = contents
----------------------------------------------- */
input,select {
    font-size:120%;
}

table {
    border: solid 0px #FFFFFF;
}
/* = index.asp
----------------------------------------------- */
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

.headerImg{
  width: 700px;  
  height: 100px;
  margin: 10px auto;
  text-align: center;
  background: url(../img/header.gif) no-repeat center;
}
.headerImg img{
  display: none;
}
.headerImg2{
  width: 700px;  
  height: 131px;
  margin: 10px auto;
  text-align: center;
  background: url(../img/carbon.jpg) no-repeat center;
}
.headerImg2 img{
  display: none;
}
.form #zip_btn {
  /* 文字サイズを13pxに指定 */
  font-size: 13px;
  /* 文字の太さをboldに指定 */
  font-weight: bold;
  /* 文字色を白色に指定 */
  color: #ffffff;
  /* 縦方向に2px 横方向に5px */
  padding: 2px 8px 2px 8px;
  /* ボーダーをなくす */
  border-style: none;
  /* 角丸の設定 */
  border-radius: 4px;
  /* ボタン同士の隙間設定 */
  margin: auto auto auto 10px;
  /* マウスのポインタ設定 */
  cursor: pointer;
  /* ボタンの色を指定 */
  background: #79AE97;
}
.form #zip_btn:hover {
  /* 透明度を20%に指定 */
  opacity: 0.8;
}
.form #sch_btn {
  /* 文字サイズを13pxに指定 */
  font-size: 13px;
  /* 文字の太さをboldに指定 */
  font-weight: bold;
  /* 文字色を白色に指定 */
  color: #ffffff;
  /* 縦方向に2px 横方向に5px */
  padding: 2px 8px 2px 8px;
  /* ボーダーをなくす */
  border-style: none;
  /* 角丸の設定 */
  border-radius: 4px;
  /* ボタン同士の隙間設定 */
  margin: auto auto auto 10px;
  /* マウスのポインタ設定 */
  cursor: pointer;
  /* ボタンの色を指定 */
  background: #79AE97;
}
.form #sch_btn:hover {
  /* 透明度を20%に指定 */
  opacity: 0.8;
}
.form th {
  border: solid 0px #000000;
  padding: 10px 12px;
  text-align: right;
  vertical-align: top;
}
.form th.required {
  padding-left: 0;
  background: url(../img/icn_required_pc.png) no-repeat 0 10px #79AE97;
}
.form td {
  border: solid 0px #000000;
  vertical-align: middle;
}
.form td.answer {
  background-color: #fAfAfA;
  padding-left: 10px;
  vertical-align: middle;
}
.form td.anslist {
    font-size:120%;
}
.text_lng{
  width: 400px;
}
.form input[type=text], input[type=number], input[type=tel] {
  border: none;
  border-radius: 10;
  background-color: #ffffff;
  height:32px;
  vertical-align: middle;
}
.form input[type=text], input[type=number], input[type=tel]{
	padding: 0 10px;
}
.text_alrea_style{
	padding: 0 10px;
	width: 300px;
	height: 80px;
}
.pcrequired{
    font-size: 13px;
    color: #FF0000;
    line-height: 140%;
}
/* = confirm.asp
----------------------------------------------- */
.confirm th {
  border: solid 0px #000000;
  padding: 10px 12px;
  text-align: right;
  vertical-align: middle;
}
.confirm th.required {
  padding-left: 0;
  background: url(../img/icn_required_pc.png) no-repeat 0 10px #79AE97;
}
.confirm td {
  border: solid 0px #000000;
  vertical-align: middle;
}
.confirm td.answer {
  background-color: #fAfAfA;
  padding-left: 5px;
}
/* = thanks.asp
----------------------------------------------- */
.thanks input {
  display: block;
  width: 128px;
  height: 44px;
  border: none;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.thanks #close_btn {
  float: center;
  background-image: url(../img/btn_close_pc.png);
}
/* = submit_area
----------------------------------------------- */
.submits {
  float: center;
  width: 400px;
  margin: 15px auto 35px;
  overflow: hidden;
}
.submits button {
  /* ボタンをブロック要素として表示 */
  display: block;
  /* 文字サイズを22pxに指定 */
  font-size: 22px;
  /* 文字の太さをboldに指定 */
  font-weight: bold;
  /* 文字色を白色に指定 */
  color: #ffffff;
  /* 縦方向に10px 横方向に40px */
  padding: 10px 40px;
  /* ボーダーをなくす */
  border-style: none;
  /* 角丸の設定 */
  border-radius: 4px;
  /* ボタン同士の隙間設定 */
  margin: 0 auto;
  /* マウスのポインタ設定 */
  cursor: pointer;
}
.submits button:hover {
  /* 透明度を20%に指定 */
  opacity: 0.8;
}
.submits #close_btn {
  float: center;
  background-image: url(../img/btn_close_pc.png);
}
.submits #close3_btn {
  float: center;
  background-image: url(../img/btn_close3_pc.png);
}
.submits #sub_button {
  /* ボタンの影の指定 */
  box-shadow: inset -2px -2px 2px #46978E, 1px 1px 2px #000000;
  /* テキストの影の指定 */
  text-shadow: -1px -1px #46978E;
  /* ボタンの色を指定 */
  background: #79AE97;
  /* ボタンの位置を左に配置 */
  float: left;
}
.submits #clear_button {
  /* ボタンの影の指定 */
  box-shadow: inset -2px -2px 2px #DB5200, 1px 1px 2px #000000;
  /* テキストの影の指定 */
  text-shadow: -1px -1px #FFAE7D;
  /* ボタンの色を指定 */
  background: #FF863E;
  /* ボタンの位置を左に配置 */
  float: right;
}
.submits #back_button {
  /* ボタンの影の指定 */
  box-shadow: inset -2px -2px 2px #DB5200, 1px 1px 2px #000000;
  /* テキストの影の指定 */
  text-shadow: -1px -1px #FFAE7D;
  /* ボタンの色を指定 */
  background: #FF863E;
  /* ボタンの位置を左に配置 */
  float: right;
}
.submits #back_button2 {
  /* ボタンの影の指定 */
  box-shadow: inset -2px -2px 2px #FF660B, 1px 1px 2px #000000;
  /* テキストの影の指定 */
  text-shadow: -1px -1px #FFAE7D;
  /* ボタンの色を指定 */
  background: #FF863E;
  /* ボタンの位置を左に配置 */
  float: none;
}
.submits #home_button {
  /* ボタンの影の指定 */
  box-shadow: inset -2px -2px 2px #FF660B, 1px 1px 2px #000000;
  /* テキストの影の指定 */
  text-shadow: -1px -1px #FFAE7D;
  /* ボタンの色を指定 */
  background: #FF863E;
  /* ボタンの位置を左に配置 */
  float: none;
}


/* = sp/pc
----------------------------------------------- */
.pc {
}
.sp {
  display: none;
}


/* = for smartphone
----------------------------------------------- */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    width: auto;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    padding: 0 10px ;
  }
  #contents {
    width: 95%;
    text-align: left;
    margin:0 auto;
  }
  .headerImg{
    width: auto;
    height: auto;
    text-align: left;
    background: none;
  }
  .headerImg img{
    width: 100%;
    height: auto;
    display: block;
  }
  .headerImg2{
    width: auto;  
    height: auto;  
    background: none;
  }
  .headerImg2 img{
    width: 100%;
    height: auto;
    display: block;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-left : 0 ;
    margin-right : auto ;
  }
  hr{
    width: auto;
  }
  /* = index.asp
  ----------------------------------------------- */
  input[type="text"], input[type=tel]{
	width: 90%;
     margin-bottom:10px;
  }
  select{
	width: 90%;
     margin-bottom:10px;
  }
  .text_alrea_style{
	width: 90%;
	margin-bottom:10px;
  }
  .pcrequired{
    display: none;
  }
  .header{
    width: auto;
  }
  .form {
    width: auto;
  }
  .form tr {
    width: auto;
  }
  .form th, .form td {
    width: auto;
    display: block;
    text-align: left;
    height: auto;
    font-size: 13px;
  }
  .form th {
    width: auto;
    padding: 8px 10px;
    border-top: 5px solid #FFFFFF;
  }
  .form th.required {
    padding-left: 45px;
    background: url(../img/icn_required_sp.png) no-repeat 0 6px #79AE97;
    background-size: 35px 19px;
  }
  .form th.pc , .form td.pc {
    display: none;
  }
  .form td {
    padding: 10px 0px 10px 0px;
    padding-left: 10px;
  }
  .form .size01 {
    width: 210px;
  }
  .form .innertable td {
    padding: 0px 0px 0px 0px;
  }
  .form .innertable2 td {
    padding: 0px 0px 0px 0px;
    display: block;
  }
  .form .note{
    font-size: 13px;
  }
  .document td{
    font-size: 13px;
  }
/* = confirm.asp
----------------------------------------------- */
  .confirm {
    width: auto;
  }
  .confirm tr {
    width: auto;
  }
  .confirm th, .confirm td {
    width: auto;
    display: block;
    text-align: left;
    height: auto;
    font-size: 13px;
  }
  .confirm th {
    width: auto;
    padding: 8px 10px;
    border-top: 5px solid #fff;
    font-size: 13px;
  }
  .confirm th.required {
    padding-left: 45px;
    background: url(../img/icn_required_sp.png) no-repeat 0 6px #79AE97;
    background-size: 35px 19px;
  }
  .confirm td {
    padding: 10px 0px 10px 0px;
    font-size: 13px;
  }
  .confirm th.pc , .form td.pc {
    display: none;
  }
/* = thanks.asp
----------------------------------------------- */
  .thanks table {
    width: 100%;
  }
  .thanks th, .thanks td {
    width: auto;
    font-size: 13px;
  }
  .thanks input {
    width: 145px;
    height: 45px;
    background-size: 145px 45px;
  }
  .thanks #close_btn {
    background-image: url(../img/btn_close_sp.png);
  }
/* = submit_area
----------------------------------------------- */
  .submits {
    float: center;
    width: 200px;
    margin: 10px auto 20px;
    text-align: center;
  }
  .submits input {
    width: 90px;
    height: 30px;
    background-size: 95px 35px;
  }
  .submits input:hover {
    background-position: 0 0;
  }

.submits button {
  /* 文字サイズを18pxに指定 */
  font-size: 18px;
  /* 縦方向に10px 横方向に40px */
  padding: 8px 20px;
}

/* = inlinetable
----------------------------------------------- */
  .form .inlinetale td {
    display: inline;
  }
}
