@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
}

.heading-lv2,.heading-lv3 {width: 100%; margin: 0;}
.heading-lv2 > .heading_title{display: none;}

.topicsText{
	display: none;
}

.link_bnr img {
    border: 1px solid #fff;
}

.link_btn:hover {
	background: #c2df39;
}

@media screen and (max-width: 735px) {
/* ****************************************************
	スマホ用プロパティ
***************************************************** */

.title_pc {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	background: #000;
	font-family: YakuHanJPs,"Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	color: #fff;
	padding: 0 0 50px 0;
}

#contentswrap img{
    max-width: 100%;
    height: auto;
	width:auto; /* for ie8 */
}

.title {
    width: 100%;
	background: #fefff7;
	margin-bottom: 20px!important;
}

.read {
    width: 85%;
	font-size: 1em!important;
	line-height: 1.8;
	margin: 0 auto;
	margin-bottom: 40px;
}

.date {
    width: 85%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.link_text {
    max-width: 1000px;
	text-align: center;
	font-size: 0.9em!important;
	font-weight: 500;
	margin: 0 auto;
	padding-bottom: 10px;
}

.link_btn {
    display: block;
	width: 80%;
	background: #abce04;
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1;
	box-sizing: border-box;
	color: #000!important;
	text-decoration: none!important;
	text-align: center;
	font-size: 1.1em!important;
	font-weight: 500;
}

.link_bnr {
    width: 80%;
	margin: 0 auto;
}
}

@media screen and (min-width: 736px) {
/* ****************************************************
	PC用プロパティ
***************************************************** */

.title_smp {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	text-align:center;
	padding: 0 0 50px 0;
	background: #000;
	font-family: YakuHanJPs,"Noto Sans JP","Noto Sans CJK JP","Noto Sans Japanese","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	color: #fff;
}

.title {
    width: 100%;
	background-image: linear-gradient(90deg, #fefff3, #f9fffd);
	margin-bottom: 40px;
}

.title img {
    max-width: 1000px;
	margin: 0 auto;
}

.read {
    max-width: 1000px;
	text-align: center;
	font-size: 1em;
	line-height: 1.8;
	margin: 0 auto;
	margin-bottom: 40px;
}

.date {
    max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.link_text {
    max-width: 1000px;
	text-align: center;
	font-size: 0.95em;
	font-weight: 500;
	margin: 0 auto;
	padding-bottom: 10px;
}

.link_btn {
    display: block;
	max-width: 400px;
	background: #abce04;
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1;
	box-sizing: border-box;
	color: #000!important;
	text-decoration: none!important;
	font-size: 1.1em;
	font-weight: 500;
}

.link_bnr {
    width: 400px;
	margin: 0 auto;
}
}