@charset "UTF-8";
.news-slider {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	margin-bottom: 110px;
}
@media (max-width: 768px) {
	.news-slider {
		width: auto;
		padding: 0 5.3vw;
	}
}
@media (max-width: 768px) {
	.news-slider {
		margin-bottom: 10vw;
	}
}
.news-slider .slick-arrow {
	position: absolute;
	top: 148px;
	width: 55px;
	height: 55px;
	padding: 0;
	border: 0;
	font-size: 0;
	cursor: pointer;
	z-index: 2;
	outline: none;
}
@media (max-width: 768px) {
	.news-slider .slick-arrow {
		width: 10vw;
		height: 10vw;
		top: 20vw;
	}
}
.news-slider .slick-arrow.slick-prev {
	left: -36px;
	background: url(../../img/icon_news_arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
}
@media (max-width: 768px) {
	.news-slider .slick-arrow.slick-prev {
		left: 0;
	}
}
.news-slider .slick-arrow.slick-next {
	right: -36px;
	background: url(../../img/icon_news_arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
}
@media (max-width: 768px) {
	.news-slider .slick-arrow.slick-next {
		right: 0;
	}
}

.slider {
	overflow: hidden;
}
.slider .slick-list {
	margin-right: -40px;
}
@media (max-width: 768px) {
	.slider .slick-list {
		margin-right: -5vw;
	}
}
.slider-img {
	position: relative;
	z-index: -1;
}
.slider-img__img {
	width: 100%;
	height: 343px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.slider-img__img {
		height: 50vw;
	}
}
.slider-link {
	position: relative;
	display: block;
	text-align: center;
	margin-right: 40px;
}
@media (max-width: 768px) {
	.slider-link {
		margin-right: 5vw;
	}
}
.slider-link:hover {
	opacity: 1;
}
.slider-link:hover .slider-cat {
	background: #FFEE8A;
}
.slider-link .grad {
	display: block;
	transition: 0.3s;
}
.slider-link:hover .grad {
	background: url(../../img/bg_news_slider_ttl.png) 0 0 repeat;
}
@media (max-width: 768px) {
	.slider-link:hover .grad {
		background: none;
	}
}
.slider-cat {
	position: absolute;
	top: 328px;
	left: 50%;
	width: 175px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	background: #fff;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding: 1em 0;
	transition: 0.3s;
	transform: translateX(-50%);
}
.ie11 .slider-cat {
	padding: 1.5em 0 1em;
}
@media (max-width: 768px) {
	.slider-cat {
		top: 45vw;
		width: 40vw;
		font-size: 3.90625vw;
	}
}
.slider-date {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 30px;
	padding: 1.7em 0;
}
@media (max-width: 768px) {
	.slider-date {
		font-size: 3.6458333333vw;
		margin-top: 6vw;
		padding: 1.2em 0;
	}
}
.slider-ttl {
	display: inline-block;
	font-size: 2.4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
	.slider-ttl {
		font-size: 6.5104166667vw;
	}
}
.slider-txt {
	width: 470px;
	line-height: 1.8;
	font-size: 1.4rem;
	margin: 1em auto 0;
}
@media (max-width: 768px) {
	.slider-txt {
		font-size: 3.6458333333vw;
		width: auto;
	}
}

.topics {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1080px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.topics {
		width: auto;
		padding: 0 5.3vw;
	}
}
@media (max-width: 768px) {
	.topics {
		display: block;
	}
}
.topics-main {
	width: 750px;
}
@media (max-width: 768px) {
	.topics-main {
		width: auto;
	}
}
.topics-detail {
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
	.topics-detail {
		padding-bottom: 10vw;
	}
}
.topics-detail + .topics-detail {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.topics-detail + .topics-detail {
		margin-top: 10vw;
	}
}
.topics-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-flow: row-reverse;
}
@media (max-width: 768px) {
	.topics-link {
		display: block;
	}
}
.topics-link-img {
	width: 290px;
}
@media (max-width: 768px) {
	.topics-link-img {
		width: 100%;
	}
}
.topics-link-img__img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.topics-link-img__img {
		height: 50vw;
	}
}
.topics-link-inner {
	width: 430px;
}
@media (max-width: 768px) {
	.topics-link-inner {
		width: auto;
	}
}
.topics-link-inner__date {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.topics-link-inner__date {
		font-size: 3.6458333333vw;
		margin: 1em 0 0;
	}
}
.topics-link-inner__ttl {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	margin: 0.4em 0;
}
@media (max-width: 768px) {
	.topics-link-inner__ttl {
		font-size: 5.2083333333vw;
	}
}
.topics-link-inner__txt {
	line-height: 1.8;
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.topics-link-inner__txt {
		font-size: 3.6458333333vw;
	}
}
.topics-link-inner__cat {
	display: inline-block;
	font-size: 1.2rem;
	background: #FFEE8A;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	margin-top: 15px;
	padding: 5px 10px;
}
.ie11 .topics-link-inner__cat {
	padding: 10px 10px 5px;
}
@media (max-width: 768px) {
	.topics-link-inner__cat {
		font-size: 3.3854166667vw;
	}
}
.topics-btn {
	width: 380px;
	margin: 45px auto 0;
}
@media (max-width: 768px) {
	.topics-btn {
		width: auto;
		margin: 10vw auto 0;
	}
}
.topics-btn__link {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.025em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	background: #FFEE8A;
	border: 1px solid #000;
	border-radius: 3em;
	padding: 1.5em 0;
}
@media (max-width: 768px) {
	.topics-btn__link {
		font-size: 3.6458333333vw;
	}
}
.ie11 .topics-btn__link {
	padding: 1.8em 0 1.2em;
}
.topics-side {
	width: 280px;
	padding-top: 42px;
}
@media (max-width: 768px) {
	.topics-side {
		width: auto;
		margin-top: 15vw;
		padding-top: 0;
	}
}
.topics-side-ttl {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 1em;
}
@media (max-width: 768px) {
	.topics-side-ttl {
		font-size: 6.5104166667vw;
		padding: 0 0 5vw;
	}
}
.topics-side-ttl__ja {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	margin-top: 1em;
}
.ie11 .topics-side-ttl__ja {
	margin-top: 0.5em;
}
@media (max-width: 768px) {
	.topics-side-ttl__ja {
		font-size: 3.6458333333vw;
		margin-top: 0.8em;
	}
}
.topics-side--detail {
	padding-top: 10px;
}
@media (max-width: 768px) {
	.topics-side--detail {
		padding-top: 0;
	}
}
.topics-rank {
	border-top: 2px solid #333;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 22px 15px;
}
.ie11 .topics-rank {
	padding-top: 30px;
}
@media (max-width: 768px) {
	.topics-rank {
		padding: 5vw;
	}
}
.topics-rank--cat {
	margin-top: 35px;
	padding-bottom: 0;
}
.topics-rank-detail {
	margin-top: 35px;
}
@media (max-width: 768px) {
	.topics-rank-detail {
		margin-top: 5vw;
	}
}
.topics-rank-detail + .topics-rank-detail {
	margin-top: 25px;
}
@media (max-width: 768px) {
	.topics-rank-detail + .topics-rank-detail {
		margin-top: 5vw;
	}
}
.topics-rank-link {
	display: block;
}
.topics-rank-img {
	position: relative;
	width: 170px;
	margin: 0 auto;
	padding: 17px 0 0;
}
@media (max-width: 768px) {
	.topics-rank-img {
		width: 50vw;
		padding: 5vw 0 0;
	}
}
.topics-rank-img__img {
	height: 112px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.topics-rank-img__img {
		width: 100%;
		height: 30vw;
	}
}
.topics-rank-img .number {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	font-size: 2.2rem;
	background: #333;
	color: #fff;
	border-radius: 100%;
	font-weight: 700;
	z-index: 2;
}
@media (max-width: 768px) {
	.topics-rank-img .number {
		font-size: 5.2083333333vw;
		width: 10vw;
		height: 10vw;
	}
}
.topics-rank-img .number--01 {
	color: #333;
	background: #F4CA29;
}
.topics-rank-inner__ttl {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.topics-rank-inner__ttl {
		font-size: 3.90625vw;
	}
}
.topics-rank-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 10px;
}
@media (max-width: 768px) {
	.topics-rank-data {
		margin: 3vw 0;
	}
}
.topics-rank-data__date {
	font-size: 1.2rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 0.025em;
}
@media (max-width: 768px) {
	.topics-rank-data__date {
		font-size: 3.3854166667vw;
	}
}
.topics-rank-data__cat {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	background: #FFEE8A;
	padding: 5px 1em;
}
.ie11 .topics-rank-data__cat {
	padding: 10px 1em 5px;
}
.topics-rank .topics-btn {
	width: auto;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.topics-rank .topics-btn {
		margin-top: 5vw;
	}
}
.topics-rank .topics-btn__link {
	background: #fff;
}
.ie11 .topics-rank .topics-btn {
	padding: 1.6em 0 1.2em;
}
.topics-category-list {
	font-size: 1.6rem;
	line-height: 1;
	border-top: 1px solid #E6E6E6;
	padding: 1.37em 1em;
}
@media (max-width: 768px) {
	.topics-category-list {
		font-size: 3.90625vw;
	}
}
.topics-category-list:first-child {
	border-top: 0;
}
.topics-post {
	width: 740px;
}
@media (max-width: 768px) {
	.topics-post {
		width: auto;
	}
}
.topics-post__ttl {
	font-size: 3.7rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.topics-post__ttl {
		font-size: 6.5104166667vw;
	}
}
.topics-post-data {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 25px 0 40px;
}
@media (max-width: 768px) {
	.topics-post-data {
		margin: 3vw 0 5vw;
	}
}
.topics-post-data__date {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.topics-post-data__cat {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	background: #F4CA29;
	margin-left: 0.5em;
	padding: 0 5px;
}
.ie11 .topics-post-data__cat {
	line-height: 1;
	padding: 6px 5px 1px;
	margin-bottom: 6px;
}
.topics-post__caption {
	letter-spacing: 0.025em;
	line-height: 1.9;
	margin: 35px 0 0;
}
@media (max-width: 768px) {
	.topics-post__caption {
		margin: 5vw 0 0;
	}
}
.topics-post-index {
	width: 460px;
	border: 1px solid #999;
	padding: 0 24px 24px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.topics-post-index {
		width: auto;
		padding: 0 5vw 5vw;
		margin-top: 5vw;
	}
}
.topics-post-index__ttl {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.025em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	border-bottom: 1px solid #999;
	margin-bottom: 1.2em;
	padding: 0.5em 0;
}
@media (max-width: 768px) {
	.topics-post-index__ttl {
		font-size: 4.6875vw;
	}
}
.ie11 .topics-post-index__ttl {
	padding: 1em 0 0.4em;
}
.topics-post-number {
	counter-reset: item;
}
.topics-post-number__list {
	position: relative;
	counter-increment: item;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding-left: 1.5em;
}
@media (max-width: 768px) {
	.topics-post-number__list {
		font-size: 3.90625vw;
	}
}
.topics-post-number__list::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(item);
}
.topics-post-number__list + .topics-post-number__list {
	margin-top: 5px;
}
.topics-post-number-inner {
	counter-reset: item2;
	margin-top: 5px;
}
.topics-post-number-inner__list {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	counter-increment: item2;
	padding-left: 2em;
}
@media (max-width: 768px) {
	.topics-post-number-inner__list {
		font-size: 3.90625vw;
	}
}
.topics-post-number-inner__list::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(item) "-" counter(item2);
}
.topics-post-number-inner__list + .topics-post-number-inner__list {
	margin-top: 3px;
}
.topics-post-txt {
	border-bottom: 2px solid #333;
	padding-bottom: 200px;
}
@media (max-width: 768px) {
	.topics-post-txt {
		padding-bottom: 20vw;
	}
}
.topics-post-txt p {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 0.025em;
	line-height: 2;
}
.topics-post-txt > img {
	max-width: 100%;
	height: auto;
}
* + .topics-post-txt > img {
	margin: 40px 0 0;
}
@media (max-width: 768px) {
	* + .topics-post-txt > img {
		margin-top: 10vw;
	}
}
.topics-post-txt h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-bottom: 1em;
}
.topics-post-txt h2 span {
	background: linear-gradient(transparent 40%, #CCF0C8 40%);
	line-height: 1.4;
}
@media (max-width: 768px) {
	.topics-post-txt h2 {
		font-size: 4.6875vw;
	}
}
* + .topics-post-txt h2 {
	margin-top: 1.5em;
}
.topics-post-txt h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-bottom: 1em;
}
@media (max-width: 768px) {
	.topics-post-txt h3 {
		font-size: 4.6875vw;
	}
}
* + .topics-post-txt h3 {
	margin-top: 1.5em;
}
.topics-post-txt .column {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0 0;
}
@media (max-width: 768px) {
	.topics-post-txt .column {
		display: block;
		margin-top: 10vw;
	}
}
.topics-post-txt .column__inner {
	padding-left: 45px;
}
@media (max-width: 768px) {
	.topics-post-txt .column__inner {
		padding-left: 0;
		margin: 10vw 0 0;
	}
}
.topics-post-txt .column__inner h2, .topics-post-txt .column__inner h3 {
	margin-top: 0;
}
.topics-post-txt .column--reverse {
	flex-flow: row-reverse;
}
.topics-post-txt .column--reverse .column__inner {
	padding: 0 45px 0 0;
}
@media (max-width: 768px) {
	.topics-post-txt .column--reverse .column__inner {
		padding-right: 0;
	}
}
.topics-post-txt .document {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #BABABA;
	border-radius: 9px;
	padding: 20px 35px;
	margin-top: 48px;
}
@media (max-width: 768px) {
	.topics-post-txt .document {
		margin-top: 10vw;
		padding: 5vw;
	}
}
@media (max-width: 768px) {
	.topics-post-txt .document img {
		width: 10vw;
		height: auto;
	}
}
.topics-post-txt .document-inner {
	width: 570px;
}
@media (max-width: 768px) {
	.topics-post-txt .document-inner {
		width: calc(100% - 15vw);
	}
}
.topics-post-txt .document-inner__ttl {
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
@media (max-width: 768px) {
	.topics-post-txt .document-inner__ttl {
		font-size: 4.4270833333vw;
		line-height: 1.6;
	}
}
.topics-post-txt .document-inner__txt {
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.topics-post-txt .document-inner__txt {
		font-size: 3.6458333333vw;
	}
}
.topics-post-txt .button {
	width: 330px;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.025em;
	margin: 60px auto 0;
}
@media (max-width: 768px) {
	.topics-post-txt .button {
		width: auto;
		font-size: 3.90625vw;
		margin-top: 10vw;
	}
}
.topics-post-txt .button__link {
	display: block;
	color: #fff;
	background: #222;
	border-radius: 4px;
	line-height: 1;
	padding: 1.4em 0;
}
.ie11 .topics-post-txt .button__link {
	padding: 1.7em 0 1.2em;
}
.topics-post-txt .list {
	margin-top: 75px;
}
@media (max-width: 768px) {
	.topics-post-txt .list {
		margin-top: 10vw;
	}
}
.topics-post-txt .list-block {
	margin-top: 20px;
	padding: 0 0 0 40px;
}
@media (max-width: 768px) {
	.topics-post-txt .list-block {
		margin-top: 5vw;
		padding: 0 0 0 8vw;
	}
}
.topics-post-txt .list-block__ttl {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}
@media (max-width: 768px) {
	.topics-post-txt .list-block__ttl {
		font-size: 4.1666666667vw;
	}
}
.topics-post-txt .list-block__ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #83CE6C;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.topics-post-txt .list-block__ttl::before {
		left: -8vw;
		width: 4vw;
		height: 4vw;
	}
}
.topics-post-txt .list-block__txt {
	margin-top: 0.5em;
}
.topics-post-txt .list-block:first-child {
	margin-top: 0;
}

.pager {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
@media (max-width: 768px) {
	.pager {
		margin-top: 10vw;
	}
}
.pager-arrow {
	width: 280px;
}
@media (max-width: 768px) {
	.pager-arrow {
		width: 30vw;
	}
}
.pager-arrow__link {
	display: block;
}
@media (max-width: 768px) {
	.pager-arrow__link {
		line-height: 1;
	}
}
.pager-arrow--prev .pager-arrow__link {
	background: url(../../img/icon_pager_arrow_prev.png) 0 center no-repeat;
	padding-left: 48px;
}
@media (max-width: 768px) {
	.pager-arrow--prev .pager-arrow__link {
		background-size: auto 60%;
		padding-left: 5vw;
	}
}
.pager-arrow--next .pager-arrow__link {
	background: url(../../img/icon_pager_arrow_next.png) right center no-repeat;
	padding-right: 48px;
}
@media (max-width: 768px) {
	.pager-arrow--next .pager-arrow__link {
		background-size: auto 60%;
		padding-right: 5vw;
	}
}
.pager-arrow__ttl {
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.pager-arrow__ttl {
		font-size: 3.6458333333vw;
	}
}
.pager-arrow__txt {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.4rem;
}
@media (max-width: 768px) {
	.pager-arrow__txt {
		display: none;
	}
}
.pager-arrow--prev {
	float: left;
}
.pager-arrow--next {
	float: right;
}
.pager-arrow--next .pager-arrow__ttl {
	text-align: right;
}
.pager-arrow--next .pager-arrow__txt {
	text-align: right;
}
.pager-back {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	font-size: 1.2rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
	.pager-back {
		width: 24vw;
		font-size: 3.3854166667vw;
	}
}
.pager-back__link {
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	letter-spacing: 0.025em;
	text-indent: 0.025em;
	padding: 5px 0;
}
.ie11 .pager-back__link {
	padding: 10px 0 5px;
}

.search {
	border-radius: 30px;
	border: 1px solid #808080;
	overflow: hidden;
	margin-top: 35px;
}
@media (max-width: 768px) {
	.search {
		margin-top: 10vw;
	}
}
.search-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px 15px 25px;
}
@media (max-width: 768px) {
	.search-inner {
		padding: 3vw 5vw;
	}
}
.search input[type=search] {
	width: calc(100% - 25px);
	outline: none;
	border: 0;
	font-size: 1.6rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding: 0;
}
@media (max-width: 768px) {
	.search input[type=search] {
		-webkit-appearance: none;
		border-radius: 0;
		width: calc(100% - 10vw);
		font-size: 1.6rem;
	}
}
.ie11 .search input[type=search] {
	line-height: 1.6rem;
}
.search input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	width: 21px;
	height: 21px;
	background: url(../../img/icon_search.png) 0 0 no-repeat;
	background-size: 100% auto;
	border: 0;
	padding: 0;
	transition: 0.3s;
	cursor: pointer;
}
.search input[type=submit]:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.search input[type=submit] {
		width: 5vw;
		height: 5vw;
	}
}

.latest {
	width: 1080px;
	margin: 0 auto;
	margin-top: 90px;
}
@media (max-width: 768px) {
	.latest {
		width: auto;
		padding: 0 5.3vw;
	}
}
@media (max-width: 768px) {
	.latest {
		margin-top: 15vw;
	}
}
.latest-post {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.latest-post {
		display: block;
	}
}
.latest-post-list {
	width: 320px;
	margin-right: 60px;
}
@media (max-width: 768px) {
	.latest-post-list {
		width: auto;
		margin-right: 0;
		margin-bottom: 8vw;
	}
}
.latest-post-list:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.latest-post-img__img {
	width: 100%;
	height: auto;
}
.latest-post-link {
	position: relative;
	display: block;
	padding: 22px 0 0;
}
@media (max-width: 768px) {
	.latest-post-link {
		padding: 5vw 0 0;
	}
	.latest--recommend .latest-post-link {
		padding-top: 0;
	}
}
.latest-post-link:hover {
	opacity: 1;
}
.latest--recommend .latest-post-link:hover {
	opacity: 0.7;
}
.latest-post-link__cat {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	width: 175px;
	line-height: 1;
	letter-spacing: 0.025em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	background: #fff;
	padding: 1em 0;
	transform: translateX(-50%);
	transition: 0.3s;
	z-index: 2;
}
@media (max-width: 768px) {
	.latest-post-link__cat {
		font-size: 3.6458333333vw;
		width: 40vw;
	}
}
.ie11 .latest-post-link__cat {
	padding: 1em 0 0.5em;
}
.latest--recommend .latest-post-link__cat {
	display: inline-block;
	width: auto;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	font-size: 1.2rem;
	background: #F4CA29;
	margin-bottom: 15px;
	padding: 3px 5px;
}
@media (max-width: 768px) {
	.latest--recommend .latest-post-link__cat {
		font-size: 3.6458333333vw;
	}
}
.latest-post-link:hover > .latest-post-link__cat {
	background: #FFEE8A;
}
.latest--recommend .latest-post-link:hover > .latest-post-link__cat {
	background: #F4CA29;
}
.latest-post-link__date {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.4rem;
	padding: 1em 0 0.5em;
}
@media (max-width: 768px) {
	.latest-post-link__date {
		font-size: 3.6458333333vw;
	}
}
.latest-post-link__ttl {
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
}
@media (max-width: 768px) {
	.latest-post-link__ttl {
		font-size: 3.90625vw;
	}
}