
/* ------------------------------------------------------------ */
/* 460px 以下の場合 */

@media screen and (max-width:460px) {

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}

#index_top #top_catch h2 {
	font-size: 20px;
}

#index_top #top_catch br {
	 display: none;
}

#index_top #top_catch p {
	font-size: 16px;
}

#sub_top {
	font-size: 20px;
}

.content h2 {
	font-size: 24px;
}

.content h2 span {
	font-size: 12px;
}

a .btn_check {
	font-size: 12px;
	line-height: 30px;
}

a .btn_check i {
	padding-right: 5px;
	padding-left: 2px;
}

a:hover .btn_check i {
	padding-right: 2px;
	padding-left: 5px;
}

ul.works_list li {
	width: 98%;
}

ul.labo_list li.box {
	width: 98%;
}

ul.point_list li {
	width: 98%;
}

}

