@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/contact-images/page-bg.jpg") 50% 100% no-repeat;
  margin-bottom: 0;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*CONTACT*/

.contact .inner {
	width: 90%;
	margin: 0 auto 50px auto;
}

.contact .inner dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.contact .inner dt {
	float: left;
	width: 20%;
}
.contact .inner dd {
	float: right;
	width: 75%;
}

.hissu {
  display: inline-block;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	background-color: #d40000;
	padding: 2px 5px;
	margin-left: 7px;
}
.err {
  color: #e00202;
}

.input01 input {
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
	width: 50%;
}
.input03 input {
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
}
textarea {
	width: 100%;
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
select {
  width: 50%;
  border: solid 1px #ccc;
  padding: 10px;
}

/*bt*/

.form-bt-wrapper {
  text-align: center;
}
.form-bt {
	width: 500px;
  display: inline-block;
  text-align: center;
	margin: 0 auto;
}
.form-bt li {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
}
.form-bt li input {
  display: block;
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: #ff7200;
	border: solid 1px #ff7200;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-submit input:hover {
	background-color: #ff9845;
	border: solid 1px #ff9845;
}
.bt-reset input {
	color: #fff;
	background-color: #959595;
	border: solid 1px #959595;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-reset input:hover {
	background-color: #bdbdbd;
	border: solid 1px #bdbdbd;
}

.form-bt02 {
	width: 40%;
	margin: 0 auto;
}
.form-bt02 li input {
	width: 100%;
}

.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #223f9e;
	font-weight: bold;
	text-decoration: underline;
}
.back-top a {
	color: #223f9e;
}


/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #858585;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #858585;
  border-right: 3px solid #858585;
}

.scroll {
	height: 200px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #CCC;
	padding: 30px;
	margin-bottom: 40px;
}
.scroll__tit {
	font-size: clamp(1.6rem,2vw,2rem);
}
.scroll__item {
	margin-bottom: 30px;
}
.scroll__item dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.scroll__item th {
	width: 200px;
	border: solid 1px #ccc;
	padding: 10px;
}
.scroll__item td {
	border: solid 1px #ccc;
	padding: 10px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){


/*CONTACT*/

.contact .inner {
	width: 100%;
}
.contact .inner dl {
  margin-bottom: 20px;
}
.contact .inner dt {
	float: none;
	width: 100%;
  margin-bottom: 10px;
}
.contact .inner dd {
	float: none;
	width: 100%;
}

.contact input {
  font-size: 16px;
}
.input01 input {
	padding: 15px;
}
.input02 input {
	width: 70%;
	padding: 15px;
}
.input03 input {
	padding: 15px;
}
textarea {
  font-size: 16px;
	padding: 15px;
}

/*bt*/

.form-bt {
	width: 100%;
}
.form-bt li {
  width: 40%;
  margin: 0 10px;
}


.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #223f9e;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.back-top a {
	color: #223f9e;
}

.scroll {
	padding: 20px;
	margin-bottom: 30px;
}
.scroll__tit {
	margin-bottom: 10px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

}
