@charset "UTF-8";

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

#header,
#main_menu,
.side {
	display: none;
}

div.container_in {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

div.page_in {
	background: none;

}

div.content {
	width: 100%;
	float: none;
}

div.side {
	display: none;
}
#side_foot,
#footer_head,
#footer,
#copy,
#main_contents_list,
#h1_ct {
	display: none;
}

div#page div#mukuge {
	background: none;
}


div.text_box {
	padding-top: 1px;
	width: 100%;
	background: none;
	margin-left: 0px;
}

div.text_box_in {
	padding: 20px;
	background: none;
}

div#page_content {
	width: 100%;
	background: url(../img/content_st.png) left 284px no-repeat;
	background: none;
}

div#page_content h2 {
	padding-top: 79px;
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
}

/******* form *******/

div.text_text_box {
	padding: 0px 0px 20px 0px;
	background: none;
}
.text_text_box p {
	padding-left: 50px;
	font-size: 16px;
}
div.form_box {
	padding: 20px 50px;
	box-sizing: border-box;
}

div#form_box01 {
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(../img/text_line.gif) center bottom no-repeat;
}

table.form_table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

table.form_table th {
	padding: 10px 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 0px #ddd;
	background-color: #FCECF3;
	color: #222;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 16px;
	display: block;
	margin-top: 40px;
}

table.form_table td {
	border-bottom: solid 0px #ddd;
	padding: 0px 0 0 0px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
}

p.form-btn {
	padding: 15px 0px 0px 0px;
	text-align: center;
}
p.form-btn input {
	border: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 244px;
	height: 56px;
	background: url(../img/form_next_off.gif) left top no-repeat;
	margin: 30px auto 0 auto;
}

input.form_text {
	width: 100%;
	border: solid 1px #666;
	background-color: #fff;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
}

textarea.form_text_box {
	width: 100%;
	height: 180px;
	border: solid 1px #666;
	background-color: #fff;
	padding: 10px;
	font-size: 18px;
	box-sizing: border-box;
	line-height: 1.4;
}

}

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

.text_text_box p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
div.form_box {
	padding: 20px 20px;
}

table.form_table th {
	padding: 6px 10px;
	line-height: 1.4;
	font-size: 14px;
	margin-top: 30px;
}
table.form_table td {
	border-bottom: solid 0px #ddd;
	padding: 0px 0 0 0px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin-top: 6px;
}

table.form_table td.form_nendai .select_age {
	width: 100%;
	box-sizing: border-box;
}

table.form_table td.form_clinic_01 {
	padding-top: 20px;
}

select.select_day.select_day_y {
	margin-left: 0em;
}
select.select_day.select_day_time {
	margin-left: 0em;
}

ul.menu_ck li {
	background: url(../img/form_line.gif) left bottom repeat-x;
	padding: 10px 0px;
	color: #dd488e;
	font-size: 16px;
	font-weight: bold;
	padding-left:2em;
	text-indent:-2em;
	line-height: 1.4;
}

.sp_back_home {
	display: block;
	width: 100%;
	text-align: center;
}
.sp_back_home a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	max-width: 200px;
	text-align: center;
	background-color: #dd488e;
	color: #fff;
	margin: 0 auto;
	font-size: 16px;
	text-decoration: none;
}

}
