@charset "UTF-8";

/* !Clearfix
---------------------------------------------------------- */
.Clear::after {
	content: "";
	display: block;
	clear: both;
}
.Clear::before {
	content: "";
	display: block;
	clear: both;
}
.Clear {
	display: block;
}

/* !Fonts -------------------------------------------------------------- */
.fwB { font-weight: bold;}
.fcRed { color: #ff0103;}
.fcBlue { color: #0332fc;}
.fz54 { font-size: 54px;}

/* !Margin ------------------------------------------------------------------ */
.mt20 { margin-top:20px !important;}
.mt40 { margin-top:40px !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.taR { text-align: right !important;}

/* !contents
---------------------------------------------------------- */
#Result_Area {

}

/*--- 背景（白） ---*/
.Bg_White_Top {
	width:100%;
	max-width: 1110px;
	margin: 0 auto;
	background: none;
	padding: 0 0 100px;
}

.Bg_White_Btm {
	width:100%;
	max-width: 1110px;
	margin: 0 auto;
	background: none;
	padding: 40px 0 0;
}

.Bg_White {
	width:100%;
	max-width: 1110px;
	margin: 0 auto;
	background: none;
	padding: 0 0 20px;
}

/*--- 背景（グリーン） ---*/
.Bg_Green {
	position: relative;
	background: #cef4a7;
	padding: 0 0 60px;
}

.Bg_Green .Cont {
	width:90%;
	margin: 20px auto 0;
	background: #fff;
	padding: 40px 60px 50px;
}

/*--- 見出し ---*/
h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}

/*--- 下線 ---*/
.Ul_Yellow {
	text-decoration-line: underline;
	text-decoration-color: #ffed11;
	text-decoration-thickness: 4px;
}

/*--- ボタン（グリーン） ---*/
.btn_grn {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	display: inline-block;
	padding: 14px 80px;
	transition: all 0.3s;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #99cc67;
	border-radius: 30px;
}

.btn_grn::after {
	content: '▶';
	font-size: 13px;
	position: absolute;
	right: 26px;
}

.btn_grn:hover {
	text-decoration: none;
	color: #fff;
	background: #ffa500;
}

/*--- 帯（ピンク） ---*/
.Bg_Green .hl_pink {
	position: absolute;
	top: -30px;
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	display: inline-block;
	padding: 14px 60px;
	transition: all 0.3s;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #fc56a0;
	border-radius: 30px;
}

/*--- 位置調整 ---*/
.Bg_Green .txt_posi {
	margin-top: 0;
}

/*--- 画像 hover ---*/
.img-wrapper {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}

.img-wrapper img {
	height: auto;
	transition: transform .4s ease;
}

.box_column .box:hover .img-wrapper img {
	transform: scale(1.1);
}

/* !カラム設定
---------------------------------------------------------- */
.box_column {
	margin: 0;
}
.box_column .box {
	float: left;
}
.box_column.box2 .box {
	margin: 0 2.2% 20px 0;
	width: 48.9%;
}
.box_column.box3 .box {
	margin: 0 2.2% 24px 0;
	width: 31.86%;
	background: #fff;
}
.box_column.box2 .box:nth-child(2n),
.box_column.box3 .box:nth-child(3n),
.box_column.box4 .box:nth-child(4n),
.box_column.box5 .box:nth-child(5n) {
	margin-right: 0;
}
.box_column.box2 .box:nth-child(2n+1),
.box_column.box3 .box:nth-child(3n+1),
.box_column.box4 .box:nth-child(4n+1),
.box_column.box5 .box:nth-child(5n+1) {
	clear: both;
}

@media screen and (max-width:811px){
	.box_column  {
		margin: 0;
	}
	/*---2→1---*/
	.box_column.box2 .box {
		margin: 0 0 20px;
		width: 100%;
	}
	/*--- 3→1 ---*/
	.box_column.box3 .box {
		margin: 0 0 20px;
		width: 100%;
	}
}

/*--- 装飾 ---*/
.box_column .box a {
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}

.box_column .box a:hover {
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}

.box_column .box .frame {
	border:2px solid #000;
	padding:10px;
}

.box_column .box .date {
	font-size: 14px;
	margin-top:10px;
}

.box_column .box .title {
	font-size: 16px;
	/*---文字数制限---*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数 */
}

/*--- 投稿詳細 ---*/
#Post_Result {
	margin-bottom: 40px;
}

#Post_Result .date {
	font-size: 14px;
	line-height: 1.5em;
}

#Post_Result .title {
	font-size: 22px;
	line-height: 1.5em;
	margin: 12px 0 24px;
	padding-bottom: 10px;
	border-bottom:1px solid #ccc;
}

#Post_Result p {
	margin: 10px 0;
}

/*--- エリア分け ---*/
.Reason_Area .contL30 {
	width: 12%;
	float: left;
}

.Reason_Area .contL30 img {
	margin-top: 16px;
}

.Reason_Area .contR70 {
	width: 82%;
	float: right;
}

.Reason_Area .contR70 .Tit {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4em;
	color: #36659b;
	text-decoration: underline;
}

.Reason_Area .contR70 p {
	margin: 10px 0;
}

/*--- 区切り線（緑色） ---*/
.line_grn {
	border-top: 1px solid #80c550;
	margin: 40px 0;
}

/* ▼810px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 811px) {

	.Sp_Cont {
		display: none;
	}

}

/* ▼810px以下の場合に適用（ipad以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 811px) {

	.Sp_None {
		display: none;
	}

	/* !Fonts -------------------------------------------------------------- */
	.fz54 { font-size: 30px;}

	/* !Margin ------------------------------------------------------------------ */
	.mt20 { margin-top:20px !important;}
	.mt40 { margin-top:20px !important;}

	/*--- 背景（白） ---*/
	.Bg_White_Top {
		width:100%;
		background: #fff;
		padding: 20px 20px 60px;
	}

	.Bg_White_Btm {
		width:100%;
		background: #fff;
		padding: 20px;
	}

	.Bg_White {
		width:100%;
		max-width: 1110px;
		margin: 0 auto;
		background: none;
		padding: 0;
	}

	/*--- 背景（グリーン） ---*/
	.Bg_Green {
		position: relative;
		background: #cef4a7;
		padding: 0 0 30px;
	}

	.Bg_Green .Cont {
		width:90%;
		margin: 0 auto;
		margin: 20px auto 0;
		background: #fff;
		padding: 20px 20px 30px;
	}

	/*--- 見出し ---*/
	h3 {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1em;
	}

	/*--- ボタン（グリーン） ---*/
	.btn_grn {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		position: relative;
		display: inline-block;
		padding: 10px 60px;
		transition: all 0.3s;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background: #99cc67;
		border-radius: 30px;
	}

	/*--- 帯（ピンク） ---*/
	.Bg_Green .hl_pink {
		position: absolute;
		top: -24px;
		font-size: 18px;
		line-height: 1.5em;
		position: relative;
		display: inline-block;
		padding: 10px 40px;
		transition: all 0.3s;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background: #fc56a0;
		border-radius: 30px;
	}

	/*--- 装飾 ---*/
	.box_column .box a {
		line-height: 1.4em;
		color: #000;
		text-decoration: none;
	}

	.box_column .box a:hover {
		line-height: 1.4em;
		color: #000;
		text-decoration: none;
	}

	/*--- 投稿詳細 ---*/
	#Post_Result {
		margin-bottom: 30px;
	}

	#Post_Result .date {
		font-size: 14px;
		line-height: 1.5em;
	}

	#Post_Result .title {
		font-size: 18px;
		line-height: 1.5em;
		margin: 8px 0 14px;
		padding-bottom: 8px;
		border-bottom:1px solid #ccc;
	}

	/*--- エリア分け ---*/
	.Reason_Area .contL30 {
		width: 100%;
	}

	.Reason_Area .contL30 img {
		display: block;
		width: 68px;
		margin: 0 auto 10px;
	}

	.Reason_Area .contR70 {
		width: 100%;
	}

	.Reason_Area .contR70 .Tit {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4em;
		color: #36659b;
		text-decoration: underline;
	}

	/*--- 区切り線（緑色） ---*/
	.line_grn {
		border-top: 1px solid #80c550;
		margin: 20px 0;
	}

}
