@charset "utf-8";
/* CSS Document */

section {
	padding: 80px 0 135px;
	width: 1100px;
	margin: 0 auto;
}
section .flex {
	justify-content: space-between;
}

.inner {
	width: 100%;
}

/* article
=========================================== */

section .article {
	width: 600px;
}

.cat__item {
	line-height: 28px;
	background: #EBC420;
	font-size: 13px;
	border-radius: 14px;
	width: 120px;
	text-align: center;
	color: #FFF;
}

.item__date {
	line-height: 40px;
	color: #23B0B4;
	font-size: 13px;
	margin-bottom: 10px;
}

.item__date span {
	margin: 21px;
}

.item__img {
	margin-bottom: 50px;
}
.item__img img {
	max-width: 600px;
}

/* .item__txt {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
} */
.item__txt * {
	/* font-size: 14px; */
	line-height: 24px;
}

.item__tit {
	margin-top: 10px;
	line-height: 40px;
	font-size: 24px
}

/* h3::before {
	content: "■";
}
h3 {
	margin-bottom: 	24px;
	font-size: 15px;
} */

.back {
	width: 160px;
	display: block;
	border-bottom: 2px solid #707070;
	text-align: right;
	background-image: url("../images/article-ico-back.png");
	background-repeat: no-repeat;
	background-position: left center;
}

/* article
=========================================== */
section aside {
	width: 230px;
	padding-top: 250px
}

.aside__head {
	font-size: 16px;
	text-align: center;
	margin-bottom: 24px;
}
.aside__img {
	margin-bottom: 15px;
}
.aside__img img {
	max-width: 230px;
}
.aside__tit {
	margin: 15px 0 11px;
}

.aside__txt {
	font-size: 13px;
	margin-bottom: 10px;
}
.article-item {
	margin-bottom: 30px;
}




/* FOOTER
=========================================== */


.contact {
	margin: 0 auto 27px;
}


/* ===========================================
    SP
   =========================================== */

@media screen and (max-width: 1000px) {

section {
	padding: 80px 0 0;
	width: 100%;
	margin: 0 auto;
}

/* article
=========================================== */

section .article {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.item__img {
	margin-bottom: 50px;
}
.item__img img {
	max-width: 340px;
}


/* article
=========================================== */
section aside {
	width: 100%;
	padding-top: 50px;
	background-color: #FFF;
}

.article-item {
	width: 230px;;
	margin: 0 auto;
	margin-bottom: 70px;
}


}
