@charset "utf-8";

/*---------------------------------------------
	フォームCSS
---------------------------------------------*/
#contact{
margin-left:auto;
margin-right:auto;
max-width:1000px;
padding-left:5%;
padding-right:5%;
}


.contact-dl {
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom: solid 1px #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-dl dt {
	vertical-align: top;
	width: 250px;
	display: inline-block;
	margin-right: 20px;
}

.contact-dl dd {
	width: 500px;
	display: inline-block;
	vertical-align: top;
}

.radio-span {
	display: block;
	margin-bottom: 10px;
}

.radio-span input {
	vertical-align: middle;
	margin-right: 6px;
}

.komoku {
	float: left;
	width: 175px;
	display: inline-block;
	margin-top: 0em;
}

.must {
	font-size: 13px !important;
	float: right;
	display: inline-block;
	color: #fff;
	background: #f16464;
	width: 60px;
	line-height: 1.0;
	text-align: center;
	padding: 0.5em 0;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	padding: 0.6em;
	outline: none;
	border: 1px solid #DDD;
	font-size: 15px;
	background: #eeeeee;
	box-sizing: border-box;
}

.input-zip {
	width: 100px;
	padding: 0.6em;
	outline: none;
	border: 1px solid #DDD;
	font-size: 15px;
	background: #eeeeee;
	box-sizing: border-box;
	margin-right: 10px;
}

.input-box01 {
	width: 100%;
}

.input-box01c {
	width: 100% !important;
	margin-bottom: 8px !important;
}

.zip {
	width: 150px;
	border: solid 1px #ccc !important;
	padding: 7px 6px;
	background: #eeeeee;
}

.add-txt {
	display: inline-block;
	width: 9.4em;
}

.ml5 {
	margin-left: 5px;
}

.mwform-radio-field {
	margin: 0 15px;
}

.input-box02 {
	width: 100%;
	height: 200px;
}

.input-box03 {
	margin-top: -25px;
}

.input-btn01 {
	font-size: 16px;
	display: inline-block;
	padding: 1.0em 2.0em;
	color: #fff;
	background-color: #1b82d6;
	border-radius: 6px !important;
}

.input-btn01:hover {
	background-color: rgba(51, 158, 219, 0.7);
}

.input-btn02 {
	font-size: 16px;
	display: inline-block;
	padding: 1.0em 2.0em;
	color: #fff;
	background: #888;
	margin-right: 30px !important;
	border-radius: 6px !important;
}

.input-btn02:hover {
	background: #ccc;
}

.confirm-p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.cr02 {
	color: #ff0000;
}

/* エラー吹き出し */
.error {
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 0.5em 1.5em;
	color: #fff !important;
	border-radius: 6px;
	background: #f16464;
	font-size: 1.4rem;
	margin-top: 12px;
	width: 200px;
	text-align: center;
}

.error::before {
	content: '';
	position: absolute;
	left: 64px;
	top: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #f16464;
	border-left: 15px solid transparent;
}

.input-box01b {
	width: 5em;
}

.contact-dl select {
	border: solid 1px #ccc;
}

.bg-type01 {
	background: #fbedef;
}

.bg-type02 {
	background: #f0fcee;
}

.confirm .no-confirm {
	display: none;
}

.kakunin-wrap .no-confirm {
	display: none;
}

.form_btn {
        padding-top:30px;
	margin-bottom: 100px;
}

.error-message {
	width: 90%;
	background: #fbedef;
	padding: 3% 5%;
	color: red;
	text-align: center;
}

.confirm,
.thanks-message {
	width: 90%;
	background: #CFEBF6;
	padding: 3% 5%;
	text-align: center;
}


.kakunin-wrap .kakunin_off{
display:none;
}

.gazo-ninsho img{
width:200px !important;
height:auto !important;
}

#contact_wrap{
border-bottom:solid 1px #999;
}

/*
-----------------------------------------------
スマホ
----------------------------------------------- */

@media screen and (max-width: 820px) {
  .contact-dl dt {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
  }

  .contact-dl dt .must {
    position: absolute;
    top: 0;
    right: 0;
  }


  .komoku {
    width: 100%;
  }

  .contact-dl dd {
    width: 100%;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 16px;
  }

  .add_txt {
    font-size: 90%;
    display: block;
    margin-top: 5px;
  }

  .contact-dl dd span.kakunin_off {
    font-size: 90%;
  }

}