﻿@charset "utf-8";

@font-face {
	font-family: 'nse-r';
	src: url('fonts/NotoSerifJP-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.nse-r {
	font-family: 'nse-r' !important;
}

/* hhw
--------------------------- */
.hhw_main {
	background-color: #a81616;
	margin: 20px 0px
}

.hhw h1 {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	color: #1d1d1d;
	padding: 40px 0;
	background: none;
}

.hhw_main h1 {
	padding: 10px 0;
}

.hhw h2 {
	background: #eddbc1;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 0.5em;
	margin: 70px 0 20px;
}

.hhw h3 {
	padding: 2px 10px;
	border-left: 8px solid #a81616;
	margin-bottom: 15px;
	font-weight: bold;
}

.hhw p.pb50 {
	padding-bottom: 50px;
}

.hhw p.pb20 {
	padding-bottom: 20px;
}

.hhw_text p {
	text-align: justify;
	text-justify: inter-character;
}

.hhw.sec .hhw_text p {
	margin-bottom: 1em;
}

.hhw.sec .hhw_text p:last-child {
	margin-bottom: 0;
}

.hhw ul {
	list-style: none;
}

.hhw dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.hhw dt {
	width: 20%;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.hhw dd {
	width: 80%;
	margin-bottom: 10px;
}

.hhw_news {
	padding: 20px 0 30px;
}

.hhw_program {
	padding: 20px 0 50px;
	border-bottom: 1px solid #b2b2b2;
}

.hhw_program.end {
	border-bottom: none;
}

.hhw img.program {
	width: 400px;
}

/* list
--------------------------- */

#hhw_list li {
	padding: 30px 16px;
	float: left;
	width: 300px;
}

#hhw_list li:last-child {
	height: auto;
}

#hhw_list li h3 {
	padding: 5px 0;
	border-left: none;
	margin-bottom: 0;
	font-weight: bold;
}

#hhw_list li dt {
	line-height: 1.2em;
}

#hhw_list li dd {
	line-height: 1.2em;
	margin: 10px 0;
}

#hhw_list li a {
	line-height: 1.2em;
}

#hhw_list image {
	width: 300px
}

/*----------------------------------------------

/* btn
--------------------------- */

.btn,
a.btn,
button.btn {
	font-weight: 700;
	font-size: 90%;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.2rem 1.5rem;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

.btn--gray,
a.btn--gray {
	color: #fff;
	background-color: #cccbcb;
}

.btn--gray:hover,
a.btn--gray:hover {
	color: #fff;
	background: #cccbcb;
}

a.btn--radius {
	border-radius: 100vh;
}

/*----------------------------------------------

/* whatsnew
--------------------------- */
.hhw_whatsnew {
	width: 800px;
	max-height: 300px;
	overflow: auto;
}

.hhw_whatsnew dt {
	float: left;
	margin-bottom: 1em;
}

.hhw_whatsnew dd {
	margin-left: 11em;
	margin-bottom: 1em;
}

.hhw_whatsnew dt:last-of-type {
	margin-bottom: 0;
}

.hhw_whatsnew dd:last-of-type {
	margin-bottom: 0;
}
/*----------------------------------------------*/
/*
/* SP Layout
/*
/*----------------------------------------------*/


@media screen and (max-width:640px) {

	/* hhw sp
--------------------------- */
	.hhw_main {
		padding: 15px 0;
		background-color: #a81616;
		margin: 20px 0px;
	}

	.hhw_read {
		margin-bottom: 50px;
	}

	ul.slider_mt,
	ul.slider_mb {
		width: calc(100% - 30px);
		list-style: none;
		margin: 0 auto;
	}

	.hhw_main h1 {
		width: 100%;
		padding: 0px 15px;
		box-sizing: border-box;
	}

	.hhw_main h1 img {
		width: 100%;
	}

	.hhw ul li {
		margin-bottom: 20px;
	}

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

	.hhw ul li .hhw_text {
		position: relative;
		min-height: auto;
		padding-left: 0;
		overflow: auto;
	}

	.hhw ul li .hhw_img {
		width: 100%;
		position: relative;
		hhw: auto;
		left: auto;
	}

	.hhw.sec ul li .hhw_text h3 {
		position: relative;
		font-size: 1.5em;
		line-height: 1.3em;
		margin-bottom: 15px;
		padding: 0.5em 0.5em 0.5em 2em;
		background-repeat: repeat;
		text-align: left;
	}
}

.hhw.sec .slider,
.hhw.sec .slider_fade {
	width: 70% !important;
	margin: 0 auto 70px !important;
	text-align: center !important;
}

.hhw.sec .slider img,
.hhw.sec .slider_fade img {
	max-width: 100% !important;
	max-height: 55vh !important;
}

.hhw.sec .slick-slide {
	text-align: center !important;
}

.hhw.sec .slick-slide img {
	display: inline-block !important;
}

.hhw.sec .slick-slide p {
	font-size: 0.8em;
}

.hhw.sec ul.slick-dots {
	bottom: auto !important;
}

.hhw.sec ul li {
	padding: 0 !important;
	border: none !important;
}

.hhw.sec .slick-prev:before,
.hhw.sec .slick-next:before {
	color: #000 !important;
}

@media screen and (max-width:640px) {

	.hhw.sec .slider,
	.hhw.sec .slider_fade {
		width: 80% !important;
		margin: 0 auto 50px !important;
	}

	.hhw.sec .slider img,
	.hhw.sec .slider_fade img {
		max-width: 100% !important;
		max-height: 30vh !important;
	}

}

/* PCでは横並び */
.program-flex {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.program-text {
	flex: 1;
}

.program-image {
	flex: 0 0 auto;
}

.program-image img.program {
	width: 400px;
	max-width: 100%;
	height: auto;
}

/* --- スマホ用 --- */
@media screen and (max-width:640px) {
	.program-flex {
		display: block;
		/* 縦並び */
	}

	.program-image {
		margin-top: 20px;
		/* テキスト下に余白を追加 */
		text-align: center;
		/* 中央寄せ */
	}

	.program-image img.program {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* hhw_whatsnew sp
--------------------------- */
.hhw_whatsnew_title {
	float: none;
	width: 100%;
}

.hhw_whatsnew_title h2 {
	display: inline-block;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 0.8em;
}

.hhw_whatsnew_title a {
	float: right;
	margin-top: -8px;
	padding: 10px 10px;
	font-size: 90%;
	line-height: 1em;
	background-color: rgba(220, 220, 220, 1);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

.hhw_whatsnew_title a:hover,
.hhw_whatsnew_title a:focus {
	background-color: rgba(91, 87, 166, 1);
	color: #fff;
}

.hhw_whatsnew {
	float: none;
	width: 100%;
	max-height: 300px;
	overflow: auto;
}

.hhw_whatsnew dt {
	float: none;
	margin-bottom: 0;
}

.hhw_whatsnew dd {
	margin-left: 0;
	margin-bottom: 1em;
}

.hhw_whatsnew dt:last-of-type {
	margin-bottom: 0;
}

.hhw_whatsnew dd:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------*/