/*=================================
*
*	footer
*
=================================*/
.footer_copy{
	width: 1100px;
	margin: 15px auto 5px;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
.abj_block{
	width: 595px;
}
.abj_block ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.abj_block ul li{
	width: 500px;
}
.abj_block ul li:first-child{
	width: 80px;
}
.c-text-copyright{
	width: 340px;
	line-height: 1.6;
}
#footerlink span::after{
	content: " ｜ ";
}
#footerlink span:nth-child(6n)::after{
	content: "\A";
	white-space: pre;
}
#footerlink a.l-menu__link,
#footerlink_sm a.l-menu__link{
	width: auto;
	display: inline-block;
	white-space: nowrap;
}
#footerlink_sm{
	font-size: 12px;
}
#footerlink_sm span::after{
	content: " ｜ ";
}
#footerlink_sm span:nth-child(4n)::after{
	content: "\A";
	white-space: pre;
}
/*=================================
*
*	single pages
*
=================================*/
.c-text-date__strong_serialization a{
	color: #000;
	text-decoration: underline;
}
.c-text-date__strong_serialization a:hover{
	text-decoration: none;
}
.c-text-date__strong{
	margin-right: 5px;
}
.c-text-date__strong_serialization{
	margin-right: 5px;
	padding-right: 10px;
	border-right: solid 1px #ddd;
	font-weight: normal;
	color: #0000a2;
}
.c-text-date__strong_pr{
	background: url(../img/tag_pr.png) no-repeat;
	width: 28px;
	display: inline-block;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 20px;
    margin: -2px 5px 0 -5px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
}
.c-text-date__strong::after{
	/*content: url(../img/icon_arrow_gray.png);*/
	content: ' ';
	width: 6px;
	height: 10px;
	margin: 0 0 0 10px;
	background-image: url(../img/icon_arrow_black.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}
.c-text-date__strong:last-child::after{
	content: ' ';
	background: none;
	width: 0;
	height: 0;
}
/*=================================
*
*	連載一覧
*
=================================*/
.spe_list_title_box{
	margin:0 0 13px;
	padding:4px 0;
	/*border-bottom: solid 1px #E0E0E0;*/
}
/*.spe_list_title_box_inner{
	padding:0 0 0 18px;
	border-left: solid 6px #CECECE;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}*/
.spe_list_title_box_inner h2{
	padding: 16px 0 0;
	border-top: solid 1px #efefef;
	font-size: 24px;
	line-height: 1.4;
}
.spe_list_title_box_inner p{
	width: 569px;
	font-size:13px;
}
.spe_list_contents_inner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spe_list_area{
	width: 50%;
	margin: 0 0 21px;
	padding: 0 0 21px;
	border-bottom: solid 1px #efefef;
	text-align: center;;
}
.spe_list_area dl{
	width:345px;
	margin: 0 auto 14px;
	box-sizing: border-box;
}
.spe_list_area:nth-child(odd) dl{
	margin-right: 12px;
}
.spe_list_area:nth-child(even) dl{
	margin-left: 12px;
}
.spe_list_area dl dt{
	/*height: 222px;*/
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	line-height: 0;
	border: solid 1px #efefef;
}
.spe_list_area dl dt p.images{
	width: 100%;
	height: 222px;
	background: #ddd;
	margin:0 0 7px;
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	line-height: 0;
	z-index: 888;
}
.spe_list_area dl dt p.article_title{
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 5px;
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: left;
}
.spe_list_area dl dt a{
	margin: 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	line-height: 1.3;
}
/*.spe_list_area dl dt a img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}*/
.spe_list_area dl dt a:hover{
	color: #ff2800;
}
.spe_list_area dl dt a:hover img{
	opacity: 0.65;
}
.spe_list_area dl dd p{
	margin:0 0 5px;
	font-size: 16px;
	line-height:1.3;
	color: #707070;
	text-align: left;
}
.spe_list_area dl dd p a{
	color: #333;
}
.spe_list_area dl dd p a:hover{
	font-size: 16px;
	color: #ff2800;
}
.spe_list_area dl dd p.date{
	margin: 0;
	font-size: 14px;
	color: #9FA0A0;
	text-align: left;
}
.spe_list_area p.spe_more_button{
	width: 345px;
	box-sizing: border-box;
}
.spe_list_area:nth-child(even) p.spe_more_button{
	margin-left: 12px;

}
.spe_list_area:nth-child(odd) p.spe_more_button{
	margin-right: 12px;
}
.spe_list_area p.spe_more_button a{
	width: 100%;
	margin:  0 auto;
	padding: 13px 0;
	background: #F5F5F5;
	display: block;
	box-sizing: border-box;
	border: solid 1px #efefef;
	line-height: 1.0;
	font-size: 16px;
	text-align: center;
	color: #333;
}
/*.spe_list_area p.spe_more_button a::before {
	content: '';
    background: url(../img/icon_arrow_gray.png) no-repeat;
    height: 10px;
    margin: -2px 10px 0 0;
    width: 7px;
	display: inline-block;
}*/
.spe_list_area p.spe_more_button a:hover{
	/*border: solid 1px #ff2800;*/
	color: #ff2800;
}
.l-header__title_block{
	width: 431px;
	height: 40px;
    border-left: 1px solid #ddd;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    z-index: 0;
}
.l-header__title_block-inner{
	position: absolute;
	top: 50%;
	z-index: 0;
	width: 100%;
	transform: translate(0, -50%);
    font-size: 16px;
	line-height: 1.4;
    letter-spacing: 0.025em;
}
/*=================================
*
*	サイトマップ
*
=================================*/

/*被リンク用*/
.p-block_inner{
	margin: -20px 0 0;
}
.p-block_inner ul{
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p-block_inner li{
	width: 25%;
	margin:  5px 0 0;
	border-right: solid 1px #000;
	box-sizing: border-box;
	text-align: center;
}
.p-block_inner li:nth-child(4n){
	width: 20%;
	border-right: none;
}
.p-block_inner li a{
	color: #333;
}
.p-block_inner li a:hover{
	color: #ff2800;
}

.p-block_inner #sitemap,
.p-block_inner #sitemap_sm{
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p-block_inner #sitemap{
	background: #f2f2f2;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
.p-block_inner #sitemap li{
	width: 20%;
	margin: 0;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
	text-align: center;
}
.p-block_inner #sitemap li a{
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
}
/*.p-block_inner #sitemap li:first-child{
	width: 100%;
	background: #fff;
	color: #ff2800;
}
.p-block_inner #sitemap li:first-child a{
	font-weight: bold;
	color: #ff2800;
}
}*/
.p-block_inner #sitemap li:first-child a:hover{
	color: #ff2800;
}
.p-block_inner #sitemap li a.l-menu__link{
	display: inline-block;
}
.p-block_inner #sitemap_sm{
	padding: 15px 0 0;
	/*border-top: double 3px #ddd;*/
}
.p-block_inner #sitemap_sm li{
	width: 25%;
	margin:  5px 0 0;
	border-right: solid 1px #000;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}
.p-block_inner #sitemap_sm li a{
	margin: 0 auto;
}
.p-block_inner #sitemap_sm li:nth-child(4n){
	width: 25%;
	border-right: none;
}
.p-block_inner #sitemap_sm li a.l-menu__link{
	display: inline-block;
}
/*================================
*
*	タイトル（SEO施策調整分）
*
=================================*/
.c-title--single{
font-family: "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    position: relative;
}
h1.c-title--single:first-child {
    margin-top: -4.8px;
}
h1.c-title--single {
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 15.2px 0 -4.8px;
        margin-top: 15.2px;
}
h2.c-title--single,
.p-block h2 {
    border-left: 3px solid 
    #ff2800;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 32px 0 -8px;
        margin-top: 32px;
    padding: 3px 0 3px 12px;
}
h3.pr_title{ border-left: none; font-family: "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0.05em; line-height: 1.5; margin: 32px 0 -8px; padding: 3px 0 3px 12px; }
.p-block blockquote{
	width: 654px;
	box-sizing: border-box;
}

/*================================
*
*	記事内クイズ
*
=================================*/
.quiz-check-block{
	/*margin:33.667px 0 -6.4px;*/
	margin:67.2px 0 60.8px;
}
.quiz-check{
    display: none;
}
.quiz-label{
	width: 35%;
    background: #ff2800;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    /*padding: 5.6px 12px;*/
    padding: 12px;
	position: relative;
	text-align: center;
}

.quiz-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    /*transition: .5s;
    visibility: hidden;*/
}
/*.acd-check:checked + .acd-label:after{
    content: '\f068';
}*/
.quiz-check:checked + .quiz-label{
    display: none;
}
.quiz-check:checked + .quiz-label + .quiz-content{
	background-color: #eee;
	/*height: 50px;*/
	min-height: 25px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/*情報提供*/
.confidentialBanner{
	padding-top: 30px;
}
.confidentialBanner a{
	width: 100%; 
	display: block;
	margin: 0;
	text-align: center;
}
.confidentialBanner a img{
	width: 620px;
	margin: 0 auto;
}
/*=================================
*
*	Ads
*
=================================*/
.c-box-ad--gray.billbord-spacer > div{
 margin: 0 auto;
 padding: 20px 0;
}

.c-box-ad > div{
	margin-left: auto;
	margin-right: auto;
}
/*=================================
*
*	固定ページ（シングルカラム）
*
=================================*/
img{
	height: auto;
}
.contents_center{
	width: 100%;
	text-align: center;
}

.c-contents__section{
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	padding: 48px 92px;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.c-text{
	text-align: left;
}
.c-contents__section h2.titleHead02{
	/*width: 76%;*/
	margin: 0 auto 45px;
}

.c-contents__section h3{
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 50px 0 -4.8px;
	text-align: left;
}

.inquiryBlock{
	width: 490px;
	margin: 30px auto 0;
	font-size: 12px;
	text-align: center;
}

.c-thumbnail__linkbutton{
	width: 100%;
	background: #2280FF;
	margin: auto;
	padding: 15px 0;
	border: solid 2px #2280FF;
	border-radius: 50px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.c-thumbnail__linkbutton:hover{
	background: #fff;
	border: solid 2px #2280FF;
	color: #2280FF;
}
.inquiryBlock .c-text, .optoutBlock .c-text{
	margin-top: 16px;
}

.optoutBlock{
	width: 490px;
	margin: 30px auto 0;
	font-size: 12px;
	text-align: center;
}

.optoutBlock .c-optout__linkbutton{
	padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.returnBtnBlock{
margin-top:30px;
}

.returnBtnBlock a{
	color: #0000a2;
	font-weight: bold;
	text-decoration: none;
}

.returnBtnBlock a:hover{
	color: #ff2800;
	text-decoration: none;
}

.optoutList .c-list li{
	margin-bottom: 10px;
}