.contents {
	width: 1560px;
	position: relative;
	margin: 0 auto 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contents#dento_form h3 {
	width: 100%;
	height: 90px;
	background: url("../images/header_dento_form.png") no-repeat center center;
}
.contents#dento_form2 h3 {
	width: 100%;
	height: 90px;
	background: url("../images/header_dento_form2.png") no-repeat center center;
}

#dento_wrap{
	width: 1100px;
	padding: 20px 0px 20px 40px;
	margin: 20px auto;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	background: #fff;
	color: #000;
}
#dento_wrap h5{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #0036C5;
	color: #0036C5;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}

#dento_wrap .read{
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 500;
}

#dento_wrap .read span{
	font-weight: 700;
	color: #0D7C6E;
}

#dento_wrap .read a{
	color: #5B0DA8;
	font-weight: 700;
}

#dento_wrap dl.form, #dento_wrap dl.form_0{
	width: 527px;
	float: left;
}
#dento_wrap dl.form_0{
	margin-left: 40px;
}
textarea{
	width: 90%;
	height: 300px;
	font-size: 18px;
}


.bo_bottom{
	width: 100%;
	height: 80px;
	font-size: 12px;
}
.bo_bottom #check_nick{
	width: 238px;
	height: 34px;
	background: url("../images/check_nick.png") no-repeat top left;
}
.bo_bottom #check_nick:hover{
	transition: 0.3s all;
	opacity: 0.7;
	cursor: pointer;
}


#dento_wrap dl{
	width: 100%;
	position: relative;
	margin: 20px 0;
}


#dento_wrap dl dt, #dento_wrap dl dd{
	width: 100%;
	min-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
#dento_wrap dl dd{
	font-family: 'Noto Sans JP', sans-serif;
}

dl.check dt{
	color: #6D11AC;
	width: 94% !important;
}
dl.check dd{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	width: 94% !important;
	border-bottom: 2px dotted #6D11AC;
}
dl.check dd.msg{
	padding-bottom: 20px;
}

#dento_wrap dl select{
	width: 400px;
	height: 40px;
	font-size: 16px;
}
#dento_wrap dl input{
	width: 392px;
	height: 40px;
	font-size: 16px;
}

#dento_wrap dl input.size01, #dento_wrap dl select.size01{
	width: 140px;
	float: left;
}
#dento_wrap dl input.size02, #dento_wrap dl select.size02{
	width: 100px;
	float: left;
}
#dento_wrap dl input.size03, #dento_wrap dl select.size03{
	width: 60px;
	float: left;
}
#dento_wrap dl .txt, #dento_wrap dl .txt2, #dento_wrap dl .txt3{
	width: 20px;
	padding: 6px;
	float: left;
	line-height: 50px;
}

#dento_wrap dl .txt{
	text-align: right;
}
#dento_wrap dl .txt2{
	text-align: left;
}
#dento_wrap dl .txt3{
	text-align: center;
	line-height: 30px;
}


.md-radio input[type=radio] {
  display: none;
}
.md-radio input[type=radio]:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;	
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
	font-family: "Roboto", sans-serif;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  background: #337ab7;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}




#dento_wrap dl dd.toiawase textarea{
	width: 800px;
	height: 250px;
	font-size: 16px;
}
#confirm{
	width: 380px;
	height: 54px;
	background: url("../images/ouen_check.png");
	margin: 40px auto;
}
#confirm a, .confirm_back a, .confirm_next a, .confirm_next2 a{
	line-height: 54px;
	display: block;
	text-indent: -9999px;
}
#confirm:hover, .confirm_back:hover, .confirm_next:hover, .confirm_next2:hover{
	opacity: 0.7;
	transition: 0.3s all;
}
.confirm_back{
	width: 180px;
	height: 54px;
	background: url("../images/ouen_check01.png");
	float: left;
}
.confirm_next{
	width: 180px;
	height: 54px;
	background: url("../images/dento_check02.png");
	margin-left: 20px;
	float: left;
}
.confirm_next2{
	width: 180px;
	height: 54px;
	background: url("../images/dento_check03.png");
	margin-left: 20px;
	float: left;
}


.btn{
	width: 380px;
	margin: 40px auto;
}


#sign{
	width: 466px;
	height: 70px;
	background: rgba(60,60,60,0.7);
}

.sign_size{
	width: 306px;
	height: 70px;
	padding: 14px 10px 0;
	text-align: left;
	font-size: 14px;
}

#tel_n{
	width: 100%;
	height: 80px;
	background: url("../images/tel_num.png") no-repeat left center;
}
#tel_n2{
	width: 100%;
	height: 80px;
	background: url("../images/tel_num2.png") no-repeat left center;
}


#tel_n a, #tel_n2 a{
	display: block;
	text-indent: -9999px;
	line-height: 80px;
}

.m_top{
	margin-top: 80px;
}
.success{
	width: 792px;
	margin: 60px auto 0;
	padding-top: 420px;
	background: url("../images/dento_success.png") no-repeat center top;
}
.success2{
	width: 792px;
	margin: 60px auto 0;
	padding-top: 420px;
	background: url("../images/dento_success2.png") no-repeat center top;
}

#add_cha{
	display: none;
}
#add_cha.active{
	display: block;
}

