@charset "utf-8";

/* CSS information ===================================================

	 file name : style.css
	style info : コンテンツ部分スタイルシート

=================================================================== */

/*----------------------------------------------------------
/* .form お問い合わせフォーム
----------------------------------------------------------*/

/* 共通 *******************************/
/* フォームテーブル */
.form {
  padding-top: 50px
}

.form h1 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 1px solid #d8d8d8
}
.form h1 + p {
	margin-bottom: 20px;
}
.form .notice_box {
	margin-bottom: 40px;
	padding: 20px 30px;
	background-color: #FFF0F4;
}
.form .notice_box p {
	margin-bottom: 0;
	padding-left: 55px;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #E02756;
	background: url("../img/contact/contact_cg004.png") no-repeat left center / 38px 38px;
}

.form table {
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.form table td, .form table th {
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.8
}

.form table th {
  background-color: #e7f5f1
}

.form .contact_table th img {
  padding-top: 4px
}

.form .contact_table td label {
  display: block;
  margin: 8px 0
}

.form .contact_table td span.horizontal-item {
  margin-left: 0!important
}

.form table td table {
  margin-bottom: 0;
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.form table td table, .form table td table td, .form table td table th {
  border: 0
}

.form table td table td, .form table td table th {
  padding: 10px;
  width: auto
}

.form table td table th {
  text-align: right;
  background-color: #fff
}

.form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=text], .form select, .form textarea {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 6px;
  border: solid 1px #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.form input[type=checkbox], .form input[type=radio] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle
}

.form label {
  display: block;
  margin: 5px 0
}

::-webkit-input-placeholder {
  color: #ccc
}

:-moz-placeholder {
  color: #ccc
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

:-ms-input-placeholder {
  color: #ccc
}

.form table td p.err_msg {
  margin: 0;
  font-size: 93%;
  color: red
}

.form .button_center {
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 20px auto
}

input[name=submitBack], input[name=submitConfirm], input[name=submit_b] {
  font-size: 1.8px;
  font-size: 1.8rem;
  height: 50px;
  width: 15pc;
  cursor: pointer;
  background-color: #00ada9;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom: 4px solid #008a87;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  margin-bottom: 4px;
  margin-top: 0
}

.form .disc {
  margin-left: 20px;
  margin-bottom: 40px;
  list-style-type: disc
}

.form .disc li {
  margin-bottom: 15px!important
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0!important
}

@media print, screen and (min-width:641px) {
  .form table {
    margin-bottom: 30px;
    font-size: 123.1%
  }
  .form table th {
    width: 30%;
    vertical-align: top;
    vertical-align: middle
  }
  .form table td, .form table th {
    padding: 15px 10px;
    border: solid 1px #ccc
  }
  .form table td {
    width: 70%
  }
  .form table td ul.budget li {
    float: left;
    width: 25%
  }
  .form table td table th {
    width: auto;
    line-height: 1.2
  }
  .form table td table th br {
    display: none
  }
  .form input[name="add1"] {
    width: 200px
  }
  .form input[name="add3"], .form input[name="company"], .form input[name="email"], .form input[name="kana"], .form input[name="name"], .form input[name="tel"], .form select {
    width: 25pc
  }
  .form input[name="add3"] {
    width: 500px
  }
  .form textarea {
    width: 100%
  }
  input[name="submitBack"]:hover, input[name="submitConfirm"]:hover, input[name="submit_b"]:hover {
    background-color: #33bdba;
    border-bottom-style: none;
    margin-top: 4px;
    margin-bottom: 0
  }
  input[name=submitBack] {
    float: left
  }
  input[name=submit_b] {
    float: right
  }
  .form .disc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8
  }
  .form table td p.err_msg {
    font-size: 108%
  }
}

@media print, screen and (max-width:980px) {
  .form table th {
    width: 40%
  }
  .form table td {
    width: 60%
  }
  .form input[name="add1"] {
    width: 170px
  }
  .form input[name="add3"], .form input[name="company"], .form input[name="email"], .form input[name="kana"], .form input[name="name"], .form input[name="tel"], .form select, .form textarea {
    width: 100%
  }
  .form table td table th {
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    white-space: nowrap
  }
  .form table td table td, .form table td table th {
    vertical-align: middle;
    padding: 5px
  }
  .form table td table th br {
    display: block
  }
  .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=text], .form select, .form textarea {
    font-size: .1pc;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width:640px) {
.form h1 + p {
	margin-bottom: 20px;
}
.form .notice_box {
	margin-bottom: 30px;
	padding: 15px 20px;
}
.form .notice_box p {
	margin-bottom: 0;
	padding-left: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	background-size: calc(38px * 0.75) calc(38px * 0.75);
}

  .form table {
    margin-bottom: 20px;
    font-size: 123.1%;
    border-bottom: solid 1px #ccc
  }
  .form table th {
    position: relative;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    display: block;
    width: 100%
  }
  .form table th img {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px
  }
  .form table td {
    width: 100%;
    padding: 15px 10px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    display: block
  }
  .form table td table td, .form table td table th {
    display: table-cell
  }
  .form .disc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8
  }
  .form textarea {
    height: 75pt
  }
  .form table td p.err_msg {
    font-size: 93%
  }
  .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=text], .form select, .form textarea {
    width: 100%;
  }
  input[name=submitBack], input[name=submit_b] {
    margin-bottom: 20px
  }
  input[name=submitBack], input[name=submitConfirm], input[name=submit_b] {
    -webkit-appearance: none;
  }
}