@charset "UTF-8";

.top_bnr {
    background: none;
}

.top_bnr h1 {
    color: #000;
}

.sc_noimgbnr .top_bnr {
    padding: 60px 0 20px;
}

.content {
	margin-bottom: 100px;
}

.wrap_btn {
	margin: 60px auto 0px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width: 1100px;
}

.btn {
	width: 48%;
}

.btn_scr {
    margin: 10px auto 20px;
    overflow: hidden;
}

.btn_scr li {
	margin-bottom: 30px;
}

.btn_scr_box a {
	display: block;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.btn h2 {
	color: #fff;
	letter-spacing: 1px;
	background-color: #007440;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 2;
    font-weight: bold;
}

.btn_scr_box h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
}

.btn_scr_box p {
    font-size: 15px;
    text-align: left;
}

.btn_scr_box .btn_detail {
	font-size: 12px;
	text-align: right;
}

.btn_scr_box .btn_detail .sc_arrow {
	margin-left: 10px;
}

.btn_scr_box a:hover {
    border: 1px solid #007440;
	color: #007440;
}

section {
	width: auto;
	max-width: 1107px;
	margin: auto;
	padding-top: 60px;
}

section h2 {
    color: #007440;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 2.3;
    font-weight: bold;
    text-align: left;
}

.table {
    border-spacing: 1px;
    text-align: left;
    border: 1px solid #dfdfdf;
	width: auto;
	margin: 10px 0 0px;
	clear: both;
	font-size: 14px;
}

.table td {
	padding: 10px 15px 10px 40px;
	line-height: 2;
	width: 850px;
}

.table td:not(.no_border) {
	border-bottom: 1px solid #dfdfdf;
}

.table th {
    padding: 0 50px 0 30px;
    border-bottom: 1px solid #dfdfdf;
    background: #f2f5f7;
	text-align:left;
	vertical-align: text-top;
	font-weight: bold;
	width: 120px;
}

.table ul:not(.process) {
	list-style:disc;
	margin-left: 15px;
}

.process li:nth-child(n+2) {
	margin-top: 30px;
}

@media (max-width: 768px) {

h2 {
	font-size:14px;
}

section h2 {
    font-size: 13px;
    margin: 20px 0 10px;
    padding-left: 3px;
}

section {
    padding-top: 20px;
}

.content {
    margin-bottom: 60px;
}

.btn_scr_box p {
    font-size: 13px;
}

.wrap_btn {
    width: 90%;
}

.btn_scr_box a {
    padding: 15px 15px;
}

.btn h2 {
    font-size: 16px;
}

.btn_scr_box h3 {
    font-size: 15px;
}

.btn_scr_box p {
    font-size: 11px;
}

.btn_scr_box .btn_detail {
    font-size: 10px;
    text-align: right;
}

section {
    width: 90%;
}

.table {
	font-size: 11px;
	margin: 10px 0 0px;
}

.table th {
    width: 30%;
	padding: 10px;
}

.table td {
    padding: 10px;
}

.process li:nth-child(n+2) {
    margin-top: 15px;
}

}

@media (max-width: 414px) {

.wrap_btn {
    margin: 30px auto 0px;
    display: block;
}

.btn {
    width: 100%;
}

.btn h2 {
    margin-bottom: 20px;
}

.btn_scr li {
    margin-bottom: 20px;
}

}

