@charset "utf-8";
/* CSS Document */

.custom_table{
	border: solid 1px #999999;
	border-collapse: collapse;
	margin: 30px 0;
}
.custom_table th{
	border: solid 1px #999999;
	text-align: center;
}
.custom_table td{
	border: solid 1px #999999;
	text-align: center;
}

.custom_t-label{
	background-color: #E8E8E8;
	font-weight: normal;
}
.custom_th_left{
	width: 40%;
}
.custom_th_right{
	width: 60%;
}

.custom_t-cont{
	padding: 10px;
}
.custom_kome{
	font-size: 0.5em;
}
.custom_inner_table{
	border-collapse: collapse;
	margin-bottom: 20px;
}
.custom_inner_table td{
	padding: 5px;
}
.custom_inner_t-adj{
	padding: 0 8px;
}
.custom_h2-title {
    font-size: 18px;
    color: #FF6666;
	margin: 30px 0;
}
.custom_step_img {
    width: 60px;
}
.custom_step_txt {
    padding-left: 10px;
	font-size: 18px;
}
.custom_step_p{
	margin: 20px 0 10px;
}
.custom_info{
	margin: 30px 0 5px;
}
.custom_info_txt{
	margin-bottom: 20px;
}
/*************************************************************/
/*************************************************************/
/*************************************************************/

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

.custom_table{
	margin: 7vw 0;
	font-size: 3vw;
}
.custom_th_left{
	width: 20%;
}
.custom_th_right{
	width: 80%;
}
	
.custom_inner_t-adj{
	padding: 0 1.2vw;
}
.custom_t-cont{
	padding: 2.3vw;
}
.custom_inner_table{
	margin-bottom: 4.7vw;
}
.custom_inner_table td{
	padding: 1.2vw;
}
.custom_h2-title {
    font-size: 4.2vw;
    color: #FF6666;
	margin: 7vw 0;
}
.custom_step_img {
    width: 14vw;
}
.custom_step_txt {
    padding-left: 2.3vw;
	font-size: 4.2vw;
}
.custom_step_p{
	margin: 4.7vw 0 2.3vw;
}
.custom_info{
	margin: 7vw 0 1.2vw;
}
.custom_info_txt{
	margin-bottom: 4.7vw;
}
	
	
}
