@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .detail_box .txt_box h2 .bor_ttl {
    margin-left: 0;
}
#main .bg_box .info_list table {
    margin-bottom: 35px;
}
#main .bg_box .info_list th,
#main .bg_box .info_list td {
    width: calc(100%/3);
	vertical-align: middle;
    text-align: center !important;
}
#main .bg_sec .flow_box {
    padding: 0;
    margin-bottom: 120px;
    background: none;
}
#main .bg_sec .flow_box > div {
    margin-bottom: 0;
    max-width: inherit;
}
#main .bg_sec .flow_box .flow_img01 {
}
#main .bg_sec .notice_box .sub_box .heading02 {
	margin-bottom: 0;
	border: none;
}
#main .bg_sec .notice_box .table01 {
	margin-bottom: 15px;
	width: 100%;
	max-width: inherit;
	border-collapse: collapse;
}
#main .bg_sec .notice_box .sub_box .heading02 .r_txt {
	font-size: 1.6rem;
}
#main .bg_sec .notice_box .table01 th,
#main .bg_sec .notice_box .table01 td {
	padding: 8px 15px;
	color: #2B221F;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
    text-align: left;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	vertical-align: middle;
}
#main .bg_sec .notice_box .table01 th {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.39;
    text-align: center;
	background-color: #F5F5F4;
}
#main .bg_sec .notice_box .table01 th:first-child {
    width: 78%;
}
#main .bg_sec .notice_box .table01 td:last-child {
    text-align: center;
}
#main .bg_sec .notice_box .table01 sub {
	font-size: 1rem;
}
#main .bg_sec .notice_box .bg_white p {
	font-size: 1.6rem;
	line-height: 1.88;
}
#main .bg_sec .notice_box .bg_white .txt_list02 li {
	margin-bottom: 30px;
	padding-left: 0;
	text-indent: 0;
	font-size: 1.6rem;
	line-height: 1.88;
}
#main .bg_sec .notice_box .bg_white .txt_list02 li:last-of-type {
	margin-bottom: 0;
}
#main .bg_sec .notice_box .bg_white .txt_list02 table {
	margin-top: 15px;
	max-width: 458px;
}
#main .bg_sec .notice_box .bg_white .txt_list02 table th,
#main .bg_sec .notice_box .bg_white .txt_list02 table td {
	padding: 0 15px;
}
#main .bg_sec .notice_box .bg_white .txt_list02 table td:nth-of-type(2) {
	padding-left: 30px;
}
#main .bg_sec .notice_box .bg_white .txt_list02 table th {
	background-color: #F5F5F4;
	font-weight: 700;
}
#main .bg_sec .notice_box .bg_white .txt_list02 table td {
	text-align: left;
}
@media all and (min-width: 768px) {
    #feature h3 {
        margin-bottom: 58px;
    }
    #main .qa_box {
        margin-bottom: 120px;
    }
    #notice h3 {
        margin-bottom: 40px;
    }
    #notice .sub_box:first-child {
        max-width: 600px;
    }
}
@media all and (max-width: 767px) {
	#main .bg_sec .flow_box {
		margin-bottom: 70px;
	}
    #main .bg_sec .notice_box .sub_box .heading02 .r_txt {
		font-size: 1.3rem;
	}
    #main .bg_sec .sub_box {
        margin-bottom: 30px;
    }
	#main .bg_sec .notice_box .table01 th,
	#main .bg_sec .notice_box .table01 td {
		padding: 8px 5px;
		width: 20%;
		font-size: 1.3rem;
	}
	#main .bg_sec .notice_box .table01 th {
		font-size: 1.4rem;
	}
	#main .bg_sec .notice_box .table01 .th_style01 {
		padding-top: 20px;
	}
	#main .bg_sec .notice_box .table01 th:nth-of-type(2),
	#main .bg_sec .notice_box .table01 td:nth-of-type(2) {
		width: 46%;
	}
	#main .bg_sec .notice_box .table01 th:last-of-type,
	#main .bg_sec .notice_box .table01 td:last-of-type {
		width: 34%;
	}
	#main .bg_sec .notice_box .bg_white p {
		font-size: 1.4rem;
	}
	#main .bg_sec .notice_box .bg_white .txt_list02 li {
		font-size: 1.4rem;
	}
	#main .bg_sec .notice_box .bg_white .txt_list02 table {
		max-width: inherit;
	}
	#main .bg_sec .notice_box .bg_white .txt_list02 table th,
	#main .bg_sec .notice_box .bg_white .txt_list02 table td {
		padding: 0 10px;
	}
	#main .bg_sec .notice_box .bg_white .txt_list02 table td:nth-of-type(2) {
		padding-left: 5px;
	}
}