@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
#mainVisual{
	background-image: url("../../img/dr/head_bg-pc.jpg");
	background-repeat: repeat;
}

#mainVisual img{
	margin:auto;
}

.container{
	max-width: 1000px;
}

#dr{
	padding: 50px 0;
	max-width: 1000px!important;
}

#form-msg{
	font-size: 1.8rem;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#prefectures{
	width: 250px;
}

.selectBox:after{
	font-family: "Font Awesome 5 Free";
}

label{
	font-size: 1.8rem;
}

.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}

.checkbox + .checkbox-icon:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  color: #ccc;
  font-size: 25px;
}

.checkbox:checked + .checkbox-icon:before {
  content: "\f14a";
  color: #000;
}

#postalCode .num_frag{
	width: 250px;
	margin-right: 20px;
}

#postalCode input[type="button"]{
	padding:10px 20px;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #ccc;
}

.radiobtn {
  display: none;
}

.radiobtn + .radio-icon:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #ccc;
  font-size: 22px;
}

.radiobtn:checked + .radio-icon:before {
  content: "\f058";
  color: #000;
}

#submitBtnEloqua{
	text-align: center;
}

#submitBtnEloqua #submit_Box #submit{
	max-width: 450px;
	width: 100%;
	padding: 25px 15px;
	border-color: #e92e2e;
	color: #e92e2e;
	background-color: #FFF;
	font-size: 2.2rem;
	font-weight: 400;
	transition: 0.35s;
	border-style: solid;
	border-radius: 10rem;
	display: inline-block;
}

#submitBtnEloqua #submit_v{
	max-width: 450px;
    width: 100%;
    padding: 25px 15px;
    border-color: #e92e2e;
    color: #FFF;
    background-color: #e92e2e;
    font-size: 2.2rem;
    font-weight: 400;
    transition: 0.35s;
    border-style: solid;
    border-radius: 10rem;
    display: inline-block;
}

.tipInner{
	background-color: #e92e2e;
	border-radius: 3rem;
	color: #FFF;
	padding: 5px 10px;
}

.tipInner:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #e92e2e transparent transparent transparent;
	border-width: 15px 10px 0 10px;
}

#fmPoint{
	margin-top: 50px;
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
}

@media only screen and (max-width: 768px) {
	#dr{
		padding: 30px 20px;
	}

	#form-msg{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 414px) {
	#postalCode .num_frag{
		margin-bottom: 10px;
	}

	#submitBtnEloqua #submit_Box #submit{
		font-size: 2.0rem;
		padding: 20px 10px;
	}

	#mainVisual{
		background-image: url("../../img/dr/head_bg-sp.jpg");
		background-repeat: repeat;
	}

	#submitBtnEloqua #submit_v{
		padding:20px 15px;
		margin-bottom: 10px;
	}
}
