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

#gifu .nav-trial a {
  color: #b4d100!important;
}
#kani .nav-trial a {
  color: #ef7a1b!important;
}
#gifu .page-tit .page-bg {
  background: url("../images/gifu/trial-images/gage-tit.jpg") 50% 0 no-repeat;
}
#kani .page-tit .page-bg {
  background: url("../images/kani/trial-images/gage-tit.jpg") 50% 0 no-repeat;
}

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

.contact-tel {
	text-align: center;
}
.number {
	font-size: 2.2rem;
	font-weight: bold;
	margin-left: 5px;
}
.link-margin {
  padding-top: 80px!important;
}
.mw_wp_form_confirm .confirm-none {
  display: none!important;
}

/*フォーム*/

.contact-form {
  width: 80%;
  margin: 0 auto 30px auto;
}
.contact-form dl {
  margin-bottom: 30px;
}
.contact-form dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.hissu {
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}
.hissu02 {
	font-size: 80%;
	text-align: center;
	background-color: #fcff00;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}

.input01 input {
	background-color: #eee;
	border: solid 1px #eee;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #eee;
	border: solid 1px #eee;
	padding: 20px;
	width: 30%;
}
textarea {
	width: 100%;
	background-color: #eee;
	border: solid 1px #eee;
	box-sizing: border-box;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
.bt-form {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px auto;
}
.bt-form li {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}
.bt-form li button {
	display: inline-block;
	color: #fff;
	width: 35%;
	background-color: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 25px 0;
	margin: 0 10px;
	-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-form li button:hover {
	background-color: #4e4e4e;
	border: solid 1px #4e4e4e;
}
.bt-form li input {
	display: inline-block;
	color: #fff;
	width: 25%;
	background-color: #4e4e4e;
	border: solid 1px #4e4e4e;
	cursor: pointer;
	padding: 25px 0;
	margin: 0 10px;
	-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-form li input:hover {
	background-color: #4e4e4e;
}
.bt-form li.reset input {
	color: #fff;
	background-color: #ec7e65;
	border: solid 1px #ec7e65;
	border-bottom: solid 3px #ae4229;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0;
	margin: 0 10px;
}

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

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

.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;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #3bbe9e;
}
.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 #3bbe9e;
  border-right: 3px solid #3bbe9e;
}

.g-recaptcha {
  margin: 20px 0 40px !important;
}

/*セレクトボックス*/

.select-box {
	overflow: hidden;
	width: 70%;
	text-align: center;
}
.select-box select {
	width: 100%;
	color: #fff;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box.select01 {
	position: relative;
	color: #fff;
	border: 1px solid #222222;
	border-radius: 2px;
	background: #222222;
}
.select-box.select01::before {
	position: absolute;
	top: 1.6em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select-box.select01 select {
	padding: 15px 38px 15px 15px;
}

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

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


}


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

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

.link-margin {
  padding-top: 60px!important;
}

}

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

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

.contact-tel {
	margin-bottom: 30px;
}
.number {
	font-size: 1.8rem;
}
.link-margin {
  padding-top: 40px!important;
}


/*フォーム*/

.contact-form {
  width: 100%;
  margin: 0 auto 20px auto;
}
.contact-form dl {
  margin-bottom: 20px;
}
.contact-form dt {
  margin-bottom: 5px;
}

.input01 input {
	font-size: 16px;
	padding: 15px;
	width: 100%;
}
.input02 input {
	font-size: 16px;
	padding: 15px;
	width: 50%;
}
textarea {
	font-size: 16px;
	padding: 15px;
}
.bt-form li button {
	width: 35%;
	padding: 15px 0;
	margin: 0 5px;
}
.bt-form li input {
	width: 35%;
	padding: 15px 0;
	margin: 0 5px;
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	font-size: 1.3rem;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-size: 1.3rem;
}
/* Firefox 18- */
:-moz-placeholder {
	font-size: 1.3rem;
}
/* Firefox 19+ */
::-moz-placeholder {
	font-size: 1.3rem;
}

}

