﻿@charset "UTF-8";
@keyframes fadeInAnime{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#topimage {
	width: 100%;
}
#topimage img {
	object-fit: contain;
	width: 100%;
	height: auto;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
	line-height: 1.6;
}
#header_img {
	width: 100%;
	height: auto;
	display: block;
}
#purpose {
	background-color: #DFF2FC;
	padding: 8px;
	margin: 8px 4px;
}
#purpose h2 {
	color: #00A0E9;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	line-height: 1.4;
	margin: 8px auto;
}
#purpose img {
	float: right;
}
@media screen and (max-width: 450px) {
	#purpose img {
		width: 80px;
		height: auto;
	}
}
#article_list {
	margin-top: 20px;
}
#article_list h2 {
	color: #00A0E9;
	border: 1px solid #00A0E9;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 4px;
	margin-bottom: 8px;
}
.explanation {
	margin: 16px 8px;
}
.articles {
	border: 1px solid #00A0E9;
	border-top-width: 10px;
	margin-top: 8px;
	margin-bottom: 40px;
}
.articles_orenge {
	border: 1px solid rgb(240, 131, 54);
	border-top-width: 10px;
	margin-top: 8px;
	margin-bottom: 40px;
}
.article_header {
	padding: 8px;
}
.article_img {
	width: 98%;
	height: auto;
	margin: 4px 1%;
}
.article_catchcopy {
	font-size: 22px;
	font-weight: bold;
	margin: 0 8px;
	line-height: 1.6;
}
.article_comname {
	color: #00A0E9;
	margin: 12px 8px;
	font-weight: 800;
}
.article_comname_orenge {
	color: rgb(240, 131, 54);
	margin: 12px 8px;
	font-weight: 800;
}
.article_pickup {
	background-color: #DFF2FC;
	text-align: center;
	font-weight: 400;
}
.article_pickup p {
	background-color: #FFF;
	width: 13em;
	margin: 0 auto;
}
.pickup_icon {
	margin: 8px;
}
.pickup_icon:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.pickup_icon li {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	background-color: #36BEF0;
	border-radius: 16px;
	width: 46%;
	margin: 6px 2%;
	padding: 4px 0;
	text-align: center;
	float: left;
}
.pickup_icon li.pickup_icon_wide {
	width: 96%;
}
a.article_link {
	color: #00A0E9;
	font-size: 20px;
	text-align: center;
	border: 1px solid #00A0E9;
	border-radius: 28px;
	margin: 24px auto;
	display: block;
	width: 80%;
	padding: 8px 0 8px 16px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	transition: .2s;
}
a.article_link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 30%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #00A0E9;
	border-right: 1px solid #00A0E9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
a.article_link:hover {
	background-color: #00A0E9;
	color: #FFF;
}
a.article_link:hover::before {
	left: 33%;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
a.article_link_orenge {
	color: rgb(240, 131, 54);
	font-size: 20px;
	text-align: center;
	border: 1px solid rgb(240, 131, 54);
	border-radius: 28px;
	margin: 24px auto;
	display: block;
	width: 80%;
	padding: 8px 0 8px 16px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	transition: .2s;
}
a.article_link_orenge::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 30%;
	width: 9px;
	height: 9px;
	border-top: 1px solid rgb(240, 131, 54);
	border-right: 1px solid rgb(240, 131, 54);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .2s;
}
a.article_link_orenge:hover {
	background-color: rgb(240, 131, 54);
	color: #FFF;
}
a.article_link_orenge:hover::before {
	left: 33%;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.other_article_link {
}
.other_article_link a {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: #00A0E9;
	border-radius: 20px;
	margin: 12px auto;
	display: block;
	width: 80%;
	padding: 6px 0 6px 16px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}
.other_article_link a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 20%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hidden-view{
	display: none;
}
.hidden-view.open{
	display: block;
	padding-bottom: 15px;
}
.button::before{
	content: "+もっと見る";
}
.hidden-view.open + .button::before{
	content: "閉じる";
}
.button{
	margin: 0 auto;
	width: 140px;
	display: block;
	border: none;
	background: #00a0e9;
	color: white;
	font-size: 16px;
	border-radius: 26px;
	font-weight: 700;
	padding: 4px 0px;
}