@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=M+PLUS+Rounded+1c:wght@400;700;800&display=swap');

/*======================
           mb           
======================*/
@media screen and (max-width: 768px) {

	/* --------- 調整・消去 --------- */
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
	}
	body .post-content p,
	body .post-content h2,
	body .post-content h3{
		margin: 0;
	}
	#news main .pc { display: none !important; }
	#news main .sp { display: block !important; }

	#news main {
	}
	.content-main img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#news main .content img.img-responsive {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	/*---------------------------------------- 共通 */

	#news main .content-main{
		padding-bottom: 50px;
		background: url(images/bg.png) #000;
	}
	body .post-content #news main a{
		color: #f8c5ae;
	}
	#news main .content-main p,
	#news main .content-main b,
	#news main .content-main th,
	#news main .content-main td,
	#news main .content-main li,
	#news main .content-main dt,
	#news main .content-main dd{
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		line-height:1.85em;
		color: #f9f9f9;
	}
	#news main .content-main h1,
	#news main .content-main h2,
	#news main .content-main h3,
	#news main .content-main h4,
	#news main .content-main h5{
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		line-height:1.5em;
		font-weight: bold;
		font-feature-settings : "palt";
		color: #f9f9f9;
	}
	#news main img{
		display:block;
	}
	#news main .margin-top30{
		margin-top: 30px;
	}
	/****** header ******/

	#news main header p{
		background-color: #000;
		margin: 0 5vw;
		padding: 30px 5vw 40px;
	}
	#news main header ul{
		margin: 25px 60px;
	}
	#news main header li{
		position: relative;
		padding-left: 12px;
		margin-bottom: 10px;
	}
	#news main header li:before {
		content: "";
		position: absolute;
		top: .4em;
		left: 0;
		width: 7px;
		height: 7px;
		background-color: #7ec0d7;
		border-radius: 50%;
	}

	#news main div#wrapp {
		background-color: #000;
		margin: 0 5vw;
	}
	#news main .itemlist{
		margin: 0 5vw 80px;
	}
	#news main .itemlist p{
		border: 1px #757575 dashed;
		padding: 20px;
		margin: 40px 0 20px;
		font-size: 12px;
	}

	/*-------------------------------------- buttons */

	#news main .gold_button {
		width: 100%;
		margin: 40px auto 0;
	}
	#news main .gold_button + p{
		text-align: center;
		color: #fff;
	}
	#news main .gold_button a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 3.4em;
		position: relative;
		background: #d2a142;
		border: 2px solid #d2a142; /* ◆リンクボタン枠色◆ */
		border-radius: 2em;
		box-sizing: border-box;
		color: #fff; /* ◆リンクボタン文字色◆ */
		line-height: 1.3;
		font-weight: bold;
		font-size: 1.1em;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#news main .gold_button a:before{
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;/* ◆リンクボタン矢印色◆ */
		border-right: 2px solid #fff;/* ◆リンクボタン矢印色◆ */
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -6px;
	}
	#news main .gold_button a:hover {
		background: #fff;/* ◆リンクボタン背景色◆ */
		color: #d2a142;
	}
	#news main .gold_button a:hover:before {
		border-top: 2px solid #d2a142;
		border-right: 2px solid #d2a142;
	}

}


/*----------------------*/
/*          pc          */
/*----------------------*/
@media print, screen and (min-width: 769px) {

	/* --------- 調整・消去 --------- */
	body header.title_area,
	body .group:nth-of-type(2n-1)::before {
		display: none !important;
	}
	body .group,
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .inner{
		max-width: 960px;
		width: 100%;
	}
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .post-content p,
	body .post-content h2,
	body .post-content h3{
		margin: 0;
	}
	#news main div.image{
		text-align:center;
	}

	#news main div.image{
		text-align:center;
	}
	#news main .content-topic {
		margin: 0 auto;
		padding-top:68px;
		padding-bottom: 100px;
	}
	#news main .content-topic a:hover {
		text-decoration: none;
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
	}
	#news main .pc { display: block !important; }
	#news main .sp { display: none !important; }

	/*---------------------------------------- 共通 */
	
	#news main .content-main{
		background: url(images/bg.png) #000;
		padding-bottom: 50px;
	}
	body .post-content #news main a{
		color: #f8c5ae;
	}

	#news main .content-main p,
	#news main .content-main b,
	#news main .content-main th,
	#news main .content-main td,
	#news main .content-main li,
	#news main .content-main dt,
	#news main .content-main dd{
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		line-height:1.85em;
		color: #f9f9f9;
	}
	#news main .content-main h1,
	#news main .content-main h2,
	#news main .content-main h3,
	#news main .content-main h4,
	#news main .content-main h5{
		font-family: 'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		line-height:1.5em;
		font-weight: bold;
		font-feature-settings : "palt";
		color: #f9f9f9;
	}
	#news main img{
	}
	#news main .margin-top30{
		margin-top: 30px;
	}
	#news main #main_outer{
		margin: 0 5%;
	}

	/****** header ******/

	#news main header h2{
		margin: 30px 60px;
	}
	#news main header p{
		width: 700px;
		background-color: #000;
		margin: 0 auto;
		padding: 40px 0;
		text-align: center;
	}
	#news main header ul{
		margin: 25px 60px;
	}
	#news main header li{
		position: relative;
		padding-left: 12px;
		margin-bottom: 10px;
	}
	#news main header li:before {
		content: "";
		position: absolute;
		top: .4em;
		left: 0;
		width: 7px;
		height: 7px;
		background-color: #7ec0d7;
		border-radius: 50%;
	}

	#news main div#wrapp {
		width: 700px;
		background-color: #000;
		margin: 0 auto;
	}
	#news main .itemlist{
		width: 550px;
		margin: 0 auto 80px;
	}
	#news main .itemlist p{
		border: 1px #757575 dashed;
		padding: 20px;
		margin: 40px 25px 20px;
		font-size: 12px;
	}

	/*-------------------------------------- buttons */

	#news main .gold_button {
		width: 460px;
		margin: 40px auto 0;
	}
	#news main .gold_button + p{
		text-align: center;
		color: #fff;
	}
	#news main .gold_button a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 3.4em;
		position: relative;
		background: #d2a142;
		border: 2px solid #d2a142; /* ◆リンクボタン枠色◆ */
		border-radius: 2em;
		box-sizing: border-box;
		color: #fff; /* ◆リンクボタン文字色◆ */
		line-height: 1.3;
		font-weight: bold;
		font-size: 1.1em;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#news main .gold_button a:before{
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;/* ◆リンクボタン矢印色◆ */
		border-right: 2px solid #fff;/* ◆リンクボタン矢印色◆ */
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 1em;
		margin-top: -6px;
	}
	#news main .gold_button a:hover {
		background: #fff;/* ◆リンクボタン背景色◆ */
		color: #d2a142;
	}
	#news main .gold_button a:hover:before {
		border-top: 2px solid #d2a142;
		border-right: 2px solid #d2a142;
	}


}