@charset "utf-8";
/* CSS Document */
.onlySp {
  display: none;
}
.onlyPc {
  display: block;
}
/*------------------------       ----------------
body
------------------------------------------*/
body {
  margin: 0px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  color: #333333;
  font-size: 90%;
  background-color: #fff8db;
}
/*----------------------------------------
link
------------------------------------------*/
a {
  color: #028BE7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  /*box-shadow: 0px 0px 3px #999999;*/
  position: relative;
  behavior: url(../../contact/PIE.htc);
  padding-bottom: 0px;
  margin-top: 40px;
}
#inner {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}
#header {
  height: auto;
}
#header .inner {
  padding: 0px 0;
}
#header .inner img {
  width: 180px;
  height: auto;
  margin: 20px auto;
  display: block;
}
.tel {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 30px 0px 30px 0px;
  width: 100%;
  text-align: center;
}
h3 {
  color: #fff;
  font-size: 1.5em;
  background: #073657;
  text-align: center;
  padding: 15px;
  margin: 0px 0px 20px 0px;
}
/*----------------------------------------
contact
------------------------------------------*/
.message {
  padding: 20px 0;
}
.message p {
  font-size: 16px;
  line-height: 155% !important;
}
.message_end {
  text-align: center;
}
.message_end span {
  font-size: 16px;
  font-weight: bold;
}
.wrap-form {
  width: 910px;
  padding: 0px 45px 45px 45px;
}
.wrap-form span {
  display: block;
}
.point div {}
.input-b {
  height: 49px;
  width: 200px;
  background-color: #00982F;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  background-image: url(../../img/btn_form.png);
  background-repeat: repeat-x;
}
.input-b_submit {}
.input-b_back {
  margin-right: 20px;
}
.copy {
  position: relative;
  right: -9999px;
}
.copy a {
  font-size: 70%;
  text-decoration: none;
  color: #ccc;
}
.err {
  color: #FF3717;
  font-weight: bold;
  display: block;
}
.point {
  padding-top: 3px;
}
.input-s {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  width: 260px;
  background-color: #F5FEF7;
  float: left;
  padding: 2px;
  border: 1px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #016B22;
  border-right-color: #019930;
  border-bottom-color: #019930;
  border-left-color: #016B22;
  margin-right: 20px;
}
.input-l {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  width: 500px;
  height: 15px;
}
.input-box {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  width: 530px;
  font-size: 16px;
  padding: 2px;
  border: 1px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #016B22;
  border-right-color: #019930;
  border-bottom-color: #019930;
  border-left-color: #016B22;
  background-color: #F5FEF7;
}
.align-c {
  text-align: center;
  padding-top: 20px;
}
.txt-center {
  text-align: center
}
.hiss {
  background-image: url(../../img/icon_hiss.svg);
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 49px;
  position: absolute;
  top: 15px;
  left: 190px;
}
.w100 {
  width: 100px;
}
#wrapper {
  background-image: url(../../images/bg0.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  text-align: center;
}
body {
  margin: 0px;
  padding: 0px;
  background-image: url(../../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#header {
  z-index: auto;
  width: 100%;
  overflow: hidden;
  height: auto;
  background-color: #FFF;
}
.inner {
  height: auto;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
p {
  font-size: 16px;
  line-height: 150%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-image: url(../../images/spacer.gif);
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  height: auto;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center !important;
}
/*----------------------------------------
link
------------------------------------------*/
a {
  color: #028BE7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.txt16 {
  font-size: 15px;
  line-height: 180%;
}
.yel {
  background-color: #FF0;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}
.blu {
  color: #013492;
}
.mgt20 {
  margin-top: 20px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt35 {
  padding-top: 30px;
}
.pdl5 {
  padding-left: 5px;
}
.pdl20 {
  padding-left: 20px;
}
.pdb20 {
  padding-bottom: 20px;
}
.mar20 {
  margin-right: 20px;
}
.mar30 {
  margin-right: 50px;
}
li {
  list-style-type: none;
}
/*----------------------------------------
footer
------------------------------------------*/
#footer {
  width: 606px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: auto;
  text-align: center;
  padding-left: px;
}
/************問い合わせ*********************/
/*画像の縦位置を下に*/
img {
  vertical-align: middle;
}
/* form */
#form_tb {
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin-bottom: 25px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px; /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
  border-top-style: dotted;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 1px;
  border-top-color: #E3E3E3;
}
#form_tb th {
  font-weight: normal !important;
  background-color: #d5ebf4 !important;
  font-size: 16px;
  width: 220px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E3E3E3;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
#form_tb th .naiyou {
  padding: 15px;
  font-size: 16px;
}
#form_tb td {
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
  line-height: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E3E3E3;
  word-break: break-all;
  word-wrap: break-word;
  width: auto;
}
#form_btn_width {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.no_bdr {
  border-bottom-style: none !important;
}
.small {
  font-size: 11px !important;
  color: #999 !important;
  line-height: 130% !important;
  margin-top: 5px;
}
.red {
  color: #F00;
}
.b {
  font-weight: bold !important;
}
.txtbox {

  background-color: #FFFFFF !important;
  border: 1px solid #5a6267 !important;
  background-image: url(../../images/bg_no_required.gif);
  background-position: -1px -1px;
	font-size:16px;
	line-height:30px;
	border-radius:3px;
}
.txtbox2 {
  background-color: #FFFFFF !important;
  border: 1px solid #5a6267 !important;
  background-image: url(../../images/bg_no_required.gif);
  background-position: -1px -1px;
	font-size:16px;
}
.required {
  background-image: url(img/icon_hiss.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 185px center !important;
  vertical-align: middle;
}
.required_box {
  background-color: #fff4e6 !important;
  border: 2px solid #aeaeae !important;
  background-image: url(../../images/bg_required.gif);
  background-position: -1px -1px;
  height: auto;
	font-size:16px;
	line-height:30px;
	border-radius:3px;
}
::placeholder {
  color: #bab8b8;
}
select{
font-size:16px;
	padding:8px 10px;
}
.hissu_chk {
  border: 1px solid #ea4e5b;
}
.error_messe {
  text-align: left !important;
  background-repeat: no-repeat !important;
  background-position: 0px 1px !important;
  padding-left: 40px !important;
  padding-bottom: 0px !important;
  color: #CC0000 !important;
  margin-bottom: 10px !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  text-indent: 10 !important;
  height: auto;
  width: auto;
}
.error_title {
  font-size: 16px;
  line-height: 140%;
  color: #C00;
  background-color: #FFECEC;
  padding: 20px;
  border: 1px none #C00;
  margin-bottom: 25px;
  text-align: center;
}
.center {
  text-align: center !important;
  line-height: 25px;
  font-size: 16px;
}
.center_div {
  text-align: center;
  height: auto;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #0CC;
}
#image-btn {
  background-image: url(img/btn_confirm.gif) !important;
  height: 55px !important;
  width: 258px !important;
  margin-right: auto !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  cursor: pointer !important;
  text-align: center;
  margin-left: auto;
	margin-top:20px;
  color: #000;
  border-radius: 100px;
  font-weight: 900;
	font-size:18px;
}
#image-btn1 {
  background-image: url(../../contact/img/btn_submit.gif) !important;
  height: 55px !important;
  width: 258px !important;
  margin-right: auto !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  cursor: pointer !important;
  text-align: center !important;
  margin-left: auto !important;
  color: #000;
  border-radius: 100px;
  font-weight: 900;
		font-size:18px;
}
#image-btn2 {
  background-image: url(img/btn_back.gif) !important;
  height: 55px !important;
  width: 258px !important;
  margin-right: auto !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  cursor: pointer !important;
  text-align: center !important;
  margin-left: auto !important;
  color: #fff;
  border-radius: 100px;
  font-weight: 900;
		font-size:18px;
}
input[type="submit"] {
  border-width: 0px;
  display: block;
}
input[type="image"] {
  border-width: 0px;
  display: block;
}
input[type="button"] {
  border-width: 0px;
  display: block;
}
.chkbox {
  margin-bottom: 10px;
}
.chkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  vertical-align: middle;
}
/*-------------------------------------------------------------------

	scrollBox

-------------------------------------------------------------------*/
div.scrollBox {
  border: 1px solid #D8D8D8;
  overflow-y: scroll;
  padding: 13px 16px;
  margin-top: 15px;
  height: 160px;
}
div.scrollBox p {
  font-size: 16px;
  line-height: 20px !important;
}
/*=================================================================================================================
画面の横幅が768pxまで（スマホ用）
===================================================================================================================*/
@media screen and (min-width: 1px) and (max-width: 768px) {
  /*この部分にタブレット用・スマホ用に対応させたいCSSコードを入力していく*/
  .onlySp {
    display: block;
  }
  .onlyPc {
    display: none;
  }
  #header {
    height: auto;
    background: #fff;
  }
  #header .inner img {
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .tel img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 0px 10px 0px;
    width: 95%;
    height: auto;
  }
  h3 {
    color: #fff;
    font-size: 1.1em;
    background: #073657;
    text-align: center;
    padding: 15px;
  }
  .inner {
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  p {
    font-size: 1em;
    line-height: 150%;
    margin: 0px;
    padding: 0px 10px 10px 10px ;
    text-align: left;
    background-image: url(../../images/spacer.gif);
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .center {
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .txt-left {
    text-align: left;
  }
  .txt-right {
    text-align: right;
  }
  .txt-center {
    text-align: center !important;
  }
  /*----------------------------------------
link
------------------------------------------*/
  a {
    color: #028BE7;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .mgt20 {
    margin-top: 20px;
  }
  .pdt20 {
    padding-top: 20px;
  }
  .pdt35 {
    padding-top: 30px;
  }
  .pdl5 {
    padding-left: 5px;
  }
  .pdl20 {
    padding-left: 20px;
  }
  .pdb20 {
    padding-bottom: 20px;
  }
  .mar20 {
    margin-right: 20px;
  }
  .mar30 {
    margin-right: 50px;
  }
  li {
    list-style-type: none;
  }

  /************問い合わせ*********************/
  /*画像の縦位置を下に*/
  img {
    vertical-align: middle;
  }
  /* form */
  #form_tb {
    margin: 0px;
    height: auto;
    width: auto;
	  width:100%!important;
  }
	#form_tb tr{
			  width:100%!important;
	}
  #form_tb th {
    font-weight: normal !important;
    background-color: #d4ebf3 !important;
    font-size: 16px !important;
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E3E3E3;
    padding: 10px;
    text-align: left;
    display: block;
    margin: 0;
  width:95%;
  }
  #form_tb th .naiyou {
    padding: 15px;
    font-size: 16px;
  }
  #form_tb td {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    padding: 15px;
    line-height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E3E3E3;
  width:95%;
 }
  #form_btn_width {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
	  margin:0 auto;
  }
  #form_btn_width td,#form_btn_width tr {
    display: block;
	  text-align: center!important;
	  border:thin solid #fff;
	  width:90vw!important;
  }
  .no_bdr {
    border-bottom-style: none !important;
  }
  .small {
    font-size: 1em !important;
    color: #999 !important;
    line-height: 130% !important;
    margin-top: 5px;
  }
  .red {
    color: #F00;
  }
  .b {
    font-weight: bold !important;
  }
  .txtbox {
    width: 90%;
    background-color: #FFFFFF !important;
    border: 1px solid #5a6267 !important;
    background-image: url(../../images/bg_no_required.gif);
    background-position: -1px -1px;
    font-size: 1em;
  }
  .txtbox2 {
    width: 90%;
    background-color: #FFFFFF !important;
    border: 1px solid #5a6267 !important;
    background-image: url(../../images/bg_no_required.gif);
    background-position: -1px -1px;
    font-size: 1em;
  }
  .required {
    background-image: url(img/icon_hiss.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    vertical-align: middle;
  }
  .required_box {
    background-color: #fff4e6 !important;
    border: 2px solid #aeaeae !important;
    background-image: url(../../images/bg_required.gif);
    background-position: -1px -1px;
    height: auto;
    width: 90%;
  }
  .hissu_chk {
    border: 1px solid #ea4e5b;
  }
  .error_messe {
    text-align: left !important;
    background-repeat: no-repeat !important;
    background-position: 0px 1px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    color: #CC0000 !important;
    margin-bottom: 10px !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-indent: 10 !important;
    height: auto;
    width: auto;
  }
  .error_title {
    font-size: 16px;
    line-height: 140%;
    color: #C00;
    background-color: #FFECEC;
    padding: 20px;
    border: 1px none #C00;
    margin-bottom: 25px;
    text-align: center;
  }
  .center {
    text-align: center !important;
    line-height: 25px;
    font-size: 16px;
  }
  .center_div {
    text-align: center;
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #0CC;
  }
  #image-btn {
    background-image: url(img/btn_confirm.gif) !important;
    height: 47px !important;
    width: 198px !important;
    margin-right: auto !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    cursor: pointer !important;
    text-align: center;
    margin-left: auto;
	  margin-bottom:30px;
    color: #000;
    border-radius: 100px;
    font-weight: 900;
  }
  #image-btn1 {
    background-image: url(../../contact/img/btn_submit.gif) !important;
    height: 47px !important;
    width: 198px !important;
    margin-right: auto !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    cursor: pointer !important;
    text-align: center !important;
    margin-left: auto !important;
    color: #000;
    border-radius: 100px;
    font-weight: 900;
	  display:block;
  }
  #image-btn2 {
    background-image: url(img/btn_back.gif) !important;
    height: 47px !important;
    width: 198px !important;
    margin-right: auto !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    cursor: pointer !important;
    text-align: center !important;
    margin-left: auto !important;
    color: #fff;
    border-radius: 100px;
    font-weight: 900;
	  	  display:block;

  }
  input[type="submit"] {
    border-width: 0px;
    display: block;
  }
  input[type="image"] {
    border-width: 0px;
    display: block;
  }
  input[type="button"] {
    border-width: 0px;
    display: block;
  }
  .chkbox {
    margin-bottom: 10px;
  }
  .chkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    vertical-align: middle;
  }
  /*-------------------------------------------------------------------

	scrollBox

-------------------------------------------------------------------*/
  div.scrollBox {
    border: 1px solid #D8D8D8;
    overflow-y: scroll;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    width: 90% !important;
    float: none;
  }
  div.scrollBox p {
    font-size: 16px;
    line-height: 20px !important;
  }
  /*----------------------------------------
wrap
------------------------------------------*/
  #wrap {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    /*box-shadow: 0px 0px 3px #999999;*/
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
  }
  /*----------------------------------------
footer
------------------------------------------*/
  #footer {
    text-align: center;
    width: 90%;
  }
  /*----------------------------------------
contact
------------------------------------------*/
  .message {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	  padding:0 0 20px 0;
	  padding:0 0 15px 0;
  }
  .message p {
    font-size: 1em;
    line-height: 155% !important;
  }
  .message_end {
    text-align: center;
  }
  .message_end span {
    font-size: 16px;
    font-weight: bold;
  }
  .wrap-form {
    width: 100%;
    padding: 0px;
    overflow: hidden;
  }
  .wrap-form span {
    display: block;
  }
  .point div {}
  .input-b {
    height: 49px;
    width: 200px;
    background-color: #00982F;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    background-image: url(../../img/btn_form.png);
    background-repeat: repeat-x;
  }
  .input-b_submit {}
  .input-b_back {
    margin-right: 20px;
  }
  .copy {
    position: relative;
    right: -9999px;
  }
  .copy a {
    font-size: 70%;
    text-decoration: none;
    color: #ccc;
  }
  .err {
    color: #FF3717;
    font-weight: bold;
    display: block;
  }
  .point {
    padding-top: 3px;
  }
  
  .align-c {
    text-align: center;
    padding-top: 20px;
  }
  .hiss {
    background-image: url(../../img/icon_hiss.svg);
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    width: 49px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .w100 {
    width: 85%;
  }
	.privacy{
		width:90%;
		display:block;
		margin:20px auto;
	}
}
.mgb10 {
  margin-bottom: 10px;
}