@charset "UTF-8";
@media only screen and (min-width: 599px) {
.pc_none{
	display: none!important;
}

.maintable h1{
	font-size: 20px!important;
	font-weight: 800;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
}

p.entry_title {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	color: #76ddff;
	letter-spacing: 5px;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: left center;
	padding-left: 60px;
	background-image: url(../img/icon_r_02.png);
}

p.entry_title.kaigo {
	color: #FCABAB;
	background-image: url(../img/icon_r_07.png);
}

.maintable table{
	margin-top: 50px;
	display: block;
}

.maintable table.main_contact{
	width: 80%;
	margin: 0 auto;
}
.maintable table .border{
	border-top: 2px dotted #ddd;
}
.maintable table th{
	padding-bottom: 0;
}
.maintable table td{
	width: auto;
	min-width: 500px;
}
div.maintable form table tbody tr td p.radio_text{
	font-size: 12px;
	padding: 10px 0;
}
div.maintable form table tbody tr td p input.radio{
	margin-left: 10px;
}
div.maintable form table tbody tr td p input.first{
	margin-left: 0;
}
div.maintable form table tbody tr td input.input_text{
	width: 80%;
	margin: 10px 0;
	padding: 1%;
}
.maintable form table tbody tr th.text{
	padding-top: 20px;
}
.maintable form table tbody tr td textarea{
	width: 80%!important;
	padding: 1%;
}

/*送信ボタン部分*/
form p.soushin{
	text-align: center;
	margin: 40px auto ;
}
form p.soushin input{
	padding: 5px 50px;
	font-size: 11px;
	line-height: 25px!important;
	margin-top: 40px;
	vertical-align: middle;
}

form table tr td span{
	color: red!important;
	font-size: 20px;
}

p.b_text{
	margin-top: 50px;
}
span.red{
	color: red!important;
	font-size: 12px;
}


}










/*SP用CSS*/
@media screen and (max-width : 640px) {

.sp_none{
	display: none!important;
}

div.r_menu_bg div.r_menu{
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.maintable{
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.maintable h1{
	font-size: 20px!important;
	font-weight: 800;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
}

p.entry_title {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #76ddff;
	letter-spacing: 5px;
	background-repeat: no-repeat;
	background-size: auto 35px;
	background-position: left top;
	padding-left: 40px;
	background-image: url(../img/icon_r_02.png);
}

.maintable table{
	margin-top: 25px;
	margin-bottom: 0;
	display: block;
}
.maintable table tbody{
	display: block;
	width: 100%!important;
}
.maintable table tbody tr{
	width: 100%;
	display: block;
}
.maintable table .border{
	border-top: 2px dotted #ddd!important;
}
.maintable table .sp_border{
	border: none!important;
}
.maintable table th{
	width: 100%;
	padding: 10px 0 0;
}
.maintable table td{
	width: 95%;
	padding: 0 10px;
}
div.maintable form table tbody tr td p.radio_text{
	font-size: 12px;
	padding: 10px 0;
}
div.maintable form table tbody tr td p input.radio{
	/*margin-left: 10px;*/
	margin-bottom: 10px;
}
div.maintable form table tbody tr td input.input_text{
	width: 100%;
	margin: 10px 0;
	padding: 1%;
}
.maintable form table tbody tr th.text{
	padding-top: 10px;

}
.maintable form table tbody tr td textarea{
	width: 100%!important;
	padding: 1%;
	padding-top: 10px;
	margin-top: 10px;
}

/*送信ボタン部分*/
form p.soushin{
	text-align: center;
	margin: 0 auto 40px;
}
form p.soushin input{
	padding: 5px 50px;
	font-size: 11px;
	line-height: 25px!important;
	margin-top: 40px;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

form table tr td span{
	color: red!important;
	font-size: 20px;
}

p.b_text{
	margin: 50px 0;
}

input.input_text,textarea{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
span.red{
	color: red;
	font-size: 12px;
}

/*input, button, textarea {
    -webkit-appearance: none;
}*/







}
