@charset "utf-8";
/*===Summary==========================================================

・TOPページ -> #TOP_start
-共通
-max-width:540px
-min-width:540px and max-width:1000px
-min-width:1000px

・詳細ページ(detail) -> #detail_start
-共通
=====================================================================*/


/*===#TOP_start=======================================================*/

.curation_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom:60px;
}

.curation_list .cl_box{
	background: #F3EEE8;
}

.article_body h2.ico_01:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_01@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_02:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_02@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_03:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_03@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_04:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_04@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_05:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_05@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_06:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_06@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_07:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_07@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_08:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_08@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.article_body h2.ico_09:before{
		position:absolute;
		left:0;
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background-image:url(/img/curation/ico_09@2x.png);
		background-repeat: no-repeat;
		background-size:contain;
	}

	.cl_box_list__wrap{
		background: #ffffff;
		padding:16px;
		margin: 16px;
	}

	.cl_box_list__wrap p{
		font-weight: bold;

	}

	.article_body h2{
		font-size: 20px;
		color:#333333;
		background-color:transparent;
		padding:0;
		margin:16px;
		position:relative;
		line-height:2em;
		text-indent:2.5em;
	}
	.article_body h2 span{
		font-size: 80%;
	}

	.cl_box_list__wrap ul li{
		margin-bottom:4px;
	}

	.cl_box_list__wrap ul li:last-child{
		margin-bottom:0;
	}

	.cl_box_list__wrap ul li a{
		position:relative;
		text-decoration: none;
		line-height:2em;
		padding-left:1em;
		color:#333333;
		font-size:0.95em;
		display:block;
	}

	.cl_box_list__wrap ul li a:hover{
		text-decoration: none;
	}

	.cl_box_list__wrap ul li a:before{
		display:inline-block;
		font-family: "Font Awesome 5 Free";
		content:"\f105";
		font-weight:900;
		color: #ff9c00;
		font-size:16px;
		position:absolute;
		left:0;
		width:2em;
		height:2em;
	}
@media screen and (max-width:375px){
	.unc_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.unc_list::after {
		display: block;
		content:"";
		width: 40%;
	}
	.unc_list li{
		display: block;
		border: 1px solid #aaaaaa;
	    border-radius: 8px;
	    margin: 0 7px 7px 0;
	    padding: 0px 8px;
	}
}

@media screen and (max-width:540px){
	.article_body{
		width:calc(100% - 20px);
		padding:10px;
	}
	.curation_list .cl_box{
		width:100%;
		margin-top:24px;
	}
}

@media screen and (min-width:540px) and (max-width:1000px){
	.curation_list .cl_box{
		width:100%;
		margin-top:3%;
	}
}

@media screen and (min-width:1000px){
	.curation_list .cl_box{
		width:100%;
		margin-top:3%;
	}
}

.unc_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.unc_list li{
	display: block;
	border: 1px solid #aaaaaa;
    border-radius: 8px;
    margin: 0 10px 10px 0;
    padding: 0px 8px;
}
.unc_list li a{
	display: block !important;
	text-decoration: none;
	padding-left:20px;
	font-size: 14px;
}
.unc_list li a:hover{
	text-decoration: none;
}


.unc_list li.unc_01:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_01@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_02:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_03@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_03:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_04@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_04:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_06@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_05:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_02@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_06:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_05@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_07:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_07@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_08:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_08@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.unc_list li.unc_09:before {
	position: absolute;
	top: 4px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/curation/ico_09@2x.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.unc_list li.unc_01,
.unc_list li.unc_02,
.unc_list li.unc_03,
.unc_list li.unc_04,
.unc_list li.unc_05,
.unc_list li.unc_06,
.unc_list li.unc_07,
.unc_list li.unc_08,
.unc_list li.unc_09{
	position: relative;
}

.article_body .marker{
	display: inline-block;
	/* background:linear-gradient(transparent 60%, #ff0 60%); */
	background:linear-gradient(transparent 60%, #ffcc99 60%);
	font-weight: bold !important;
}

@media screen and (max-width:768px){
	.article_body .marker {
		background: linear-gradient(transparent 60%, #ffcc99 60%);
		font-size: 13.8px;
		display: inline;
		margin: 0 0 15px 0px;
		padding: 0;
		font-weight: bold !important;
	}
}

/*===#detail_start================================================*/
.article_body h2.link_box_title{
    font-size: 20px;
    background: #ffd3b2;
    padding: 12px 16px;
    margin: 40px 0 24px 0;
    line-height: 1.4;
    text-indent: 0;
    border-radius: 5px;
}

h3.article_link{
	background-color: transparent;
    font-size: 18px;
    margin: 0 0 0.3em 0;
    padding: 0 0 0 1em;
    border-radius: unset;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    border-bottom: 1px solid #ff9c00;
}

h3.article_link:before{
	display:inline-block;
	font-family: "Font Awesome 5 Free";
	content:"\f105";
	font-weight:900;
	color: #ff9c00;
	font-size:16px;
	position:absolute;
	left:0;
}

h3.article_link a,h3.article_link a:hover{
	text-decoration: none;
}

h3.article_link a{
	color: #333333;
	font-weight: bold !important;
}

h3.article_link a:hover{
	color: #ff9c00;
}

.link_box ul li{
	margin-bottom: 24px;
}

.article_body .link_box_advisor{	/*	2020-04add	*/
	padding: 0 10px 0 8px;
    margin: 10px 0 0 0;
    color: #ff9c00;
    font-size: 12px;
    display: inline-block;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}