@charset "UTF-8";

section.news_wrapper {
    padding: 150px 0 100px;
}

.news_inner {
    max-width: 800px;
    margin: 0 auto;
}

.news_date {
    font-size: 2rem;
    padding: 3px 17px;
    background: #eee;
    width: max-content;
    font-weight: 300;
}

h1.news_title {
    font-size: 3rem;
    font-weight: 500;
    margin: 30px 0;
    line-height: 50px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.news_text {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 40px;
}

.news_text a {
    display: block;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}

a.back_btn {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 30px;
    width: max-content;
    margin: 50px auto 0;
    border-radius: 100px;
}

h2.news_subtitle {
    background: #f5f5f5;
    padding: 12px 15px;
    margin: 40px 0 20px;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
}

table.news_table td {
    border-bottom: 1px solid #eee;
}

table.news_table th {
	border-bottom: 1px solid #eee;
	padding: 20px;
	width: 20%;
	font-size: 1.4rem;
	background: #f9f9f9;}

table.news_table td {
    padding: 25px;
    width: 80%;
    font-size: 1.4rem;
    line-height: 21px;
    border-bottom: 1px solid #eee;
}

table.news_table td a {
    text-decoration: underline;
    color: #000;
}
.news_image_single {
    margin: 30px 0;
}

.news_image_single span {
    font-size: 1.3rem;
    color: #888;
}

.news_image_double a {
    color: #000;
    margin-right: 20px;
    font-size: 1.3rem;
}

.news_image_double {
    display: flex;
}

table.news_table {
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.news_image_single span {
    font-size: 1.2rem;
}

.news_image_double a img {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

.news_inner h3 {
    font-size: 2rem;
    font-weight: 500;
    margin: 20px 0 40px;
    border-left: 1px solid;
    padding-left: 10px;
}

.news_inner h4 {
    font-size: 1.4rem;
    border: 1px solid;
    width: max-content;
    padding: 1px 10px;
    margin: 0 0 10px;
}

.news_inner h3 span {
    display: block;
    margin-top: 6px;
    font-weight: 400;
}

.logo_image {
    max-width: 200px;
    margin: 60px 0 0;
}

.news_text img {
    max-width: 100%;
    margin: 30px 0;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.news_wrapper {
    padding: 100px 5% 50px;
}

.news_date {
    font-size: 1.5rem;
}

h1.news_title {
    font-size: 2rem;
    line-height: 32px;
    padding-bottom: 20px;
}

.news_text {
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
	
.news_image_double a {
    width: 48%;
    margin-right: 0;
    font-size: 1.2rem;
}

.news_image_double a img {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 5px;
}

.news_image_double {
    justify-content: space-between;
}

.logo_image {
    margin: 40px 0 0;
}

h2.news_subtitle {
    font-size: 1.5rem;
    padding: 8px 13px;
    border-radius: 0;
    line-height: 24px;
}

table.news_table th {
    font-size: 1.2rem;
    padding: 12px;
    width: 35%;
}

table.news_table td {padding: 15px;line-height: 19px;width: 65%;font-size: 1.2rem;}

table.news_table td a {
    font-size: 1.2rem;
}
}