.wrap {
	width: 760px;
	box-sizing: border-box;
	padding: 0 10px;
	}

ul.top_head_r_list {
    background: #fff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    border-radius: 3px;
    padding: 20px 40px;
    margin-bottom: 0;
}

.top_head {
    display: block;
    padding: 30px 0 0 0;
	}
.top_head_l {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    padding: 30px 0 0 0;
	}
.top_head_r {
    flex: 0 0 100%;
    max-width: 100%;
	}

h1.top_head_l_title {
    font-size: 30px;
    line-height: 34px;
	}
ul.top_head_r_list li {
    padding: 0;
    margin: 0 0 20px 0;
	}

.top_nav ul li{
	padding: 0 10px 5px 11px;
	}

.top_bott_list {
    display: block;
    padding: 0 0 0 0;
	}
.top_bott_l {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
	}
.top_bott_r {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
	margin: 0 0 20px 0;
	}

.top_bott_title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
	text-align: center;
	}
.top_bott_info {
	text-align: center;
    justify-content: center;
    margin: 0 0 0 0;
	}

#content {
    padding: 30px 0;
	}

.footer_list {
    justify-content: center;
	text-align: center;
	}
.footer_text {
	width: 100%;
	padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
	}
