/* global */
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↓2017.02.14追加*/
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↑2017.02.14追加*/
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 1.95;
	background-color: #d9dadb;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, figure, p, ul {
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

.red{color: #dd0e0e;}
/* a:hover,
a:focus {
	text-decoration: underline;
} */
img {
	max-width: 100%;
}
iframe,
img {
	vertical-align: top;
}
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.page-title {
	padding: 208px 16px 199px;
}
#main {
	background-color: #fff;
	border-radius: 10px;
	padding: 55px 64px 64px;
	margin-bottom: 112px;
}
h2 {
	font-size: 20px;
}
h2 time {
	color: #000;
	display: block;
	margin-bottom: 3px;
}
p {
	line-height: 21px;
}
h4 {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 300;
}
h5 {
	font-size: 12px;
	font-weight: 300;
}
.time-list {
	padding: 0;
	font-size: 14px;
	line-height: 1.75;
	margin-top: 10px;
	margin-bottom: 8px;
}
.time-list li {
	display: inline-block;
	margin: 10px 44px;
}

.announce {
	padding-bottom: 43px;
	margin-bottom: 47px;
	border-bottom: 1px solid #bebebe;
}
.announce a:hover {
	text-decoration: underline;
}
.jumbotron.border {
	padding-bottom: 43px;
	margin-bottom: 47px;
	border-bottom: 1px solid #bebebe;
}

.jumbotron .part + .part {
	margin-top: 16px;
}
.jumbotron .part h2 {
	margin-bottom: 8px;
}
.jumbotron .part p {
	line-height: 1.75;
}
.jumbotron .apply {
	font-size: 15px;
}

.lineThrough {
	text-decoration: line-through;
}
.ended {
	color: #dd0e0e;
	margin-left: 0.2rem;
}

.notice {
	padding: 0 10px;
	text-align: left;
	margin-top: 26px;
}
.notice .notice-list {
	padding: 19px 28px 20px;
	background-color: #f4f3f1;
}
.notice .notice-list p {
	padding-left: 12px;
	text-indent: -12px;
}
.notice .notice-list dl{
	display: flex;
	flex-wrap: wrap;
}
.notice .notice-list dl dt{
  width: 15%;
	min-width: 7em;
}
.notice .notice-list dl dd{
	width: 82%;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	.notice .notice-list dl dt{display: block;width: 100%;}
	.notice .notice-list dl dd{display: block;width: 100%;}
}


.btn {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 210px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #000;
	padding: 12px 10px 11px;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.last-section {
	margin-top: 60px;
	border-top: 1px solid #bebebe;
	padding-top: 54px;
}
.last-section h2 {
	margin-bottom: 8px;
}
.last-section h4 {
	margin-top: 6px;
}
.last-section .attention {
	margin-bottom: 16px;
}
.last-section .btn {
	margin-bottom: 17px;
}
#footer {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	padding: 21px 0;
}
.site-copyright {
	font-size: 10px;
	color: #777;
}
.site-copyright a img {
	margin-top: 2px;
	height: 11px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.social {
		position: absolute;
		right: 55px;
		bottom: 20px;
		text-align: right;
	}
	.social li + li {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
	body {
		font-size: 22px;
	}
	p {
		line-height: 34.5px;
	}
	h2 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
	}
	.btn {
		font-size: 28px;
		width: 360px;
	}
	#header {
		margin-left: -20px;
		margin-right: -20px;
	}
	.page-title {
		padding: 395px 76px 402px 75px;
	}
	#main {
		padding: 97px 13px 83px;
		margin-bottom: 176px;
	}
	.time-list {
		font-size: 22px;
		margin-top: 7px;
		margin-bottom: 20px;
	}
	.announce {
		padding-bottom: 113px;
		margin-bottom: 102px;
	}
	.jumbotron .part h2 {
		margin-bottom: 8px;
	}
	.jumbotron .apply {
		font-size: 12px;
	}
	.notice {
		margin: 46px -3px 0;
		padding: 0;
	}
	.notice .notice-list {
		padding: 41px 36px 44px;
	}
	.last-section {
		margin-top: 87px;
		padding-top: 77px;
	}
	.last-section h2 {
		margin-bottom: 4px;
	}
	.last-section h4 {
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.last-section .btn {
		margin-bottom: 27px;
	}
	.social {
		margin-bottom: 10px;
		line-height: 1;
	}
	.social li {
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		line-height: 0;
	}
	.site-copyright {
		font-size: 18px;
	}
	.site-copyright a img {
		margin-top: 10px;
		width: 64px;
		height: auto;
	}
}
@media (max-width: 749px) {
	body {
		font-size: 11px;
	}
	p {
		line-height: 17px;
	}
	h2 {
		font-size: 15px;
	}
	h2 span {
		font-size: 14px;
	}
	h4 {
		font-size: 11px;
	}
	.btn {
		font-size: 14px;
		width: 180px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	#header {
		margin-left: -10px;
		margin-right: -10px;
	}
	.page-title {
		padding: 197px 38px 201px 38px;
	}
	#main {
		padding: 48.5px 6.5px 41.5px;
		margin-bottom: 88px;
	}
	.time-list {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.announce {
		padding-bottom: 56.5px;
		margin-bottom: 51px;
	}
	.jumbotron .part h2 {
		margin-bottom: 4px;
	}
	.notice {
		margin: 23px -1.5px 0;
	}
	.notice .notice-list {
		padding: 20.5px 18px 22px;
	}
	.last-section {
		margin-top: 43.5px;
		padding-top: 38.5px;
	}
	.last-section h4 {
		margin-top: 2.5px;
		margin-bottom: 4px;
	}
	.last-section .attention {
		margin-bottom: 16px;
	}
	.last-section .btn {
		margin-bottom: 13.5px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.social {
		margin-bottom: 5px;
	}
	.site-copyright {
		font-size: 9px;
	}
	.site-copyright a img {
		margin-top: 5px;
		width: 32px;
	}
}

.caution a {
	font-size: 14px;
	color: #dd0e0e;
	text-decoration: underline;
}
@media (max-width: 749px) {
	.caution a {
		font-size: 13px;
	}
}
.caution a:hover {
	text-decoration: none;
}
#caution_covid {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#caution_covid a {
	padding: 20px 40px;
	border: 1px solid #dd0e0e;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #dd0e0e;
}
#caution_covid a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#caution_covid a span {
	font-size: 16px;
	text-decoration: underline;
}
#caution_covid a small,
#caution_covid a small:hover {
	font-size: 14px;
	text-decoration: none !important;
}
@media (max-width: 749px) {
	#caution_covid a {
		padding: 10px 20px;
	}
	#caution_covid a span {
		font-size: 13px;
	}
	#caution_covid a small,
	#caution_covid a small:hover {
		font-size: 11px;
	}
}

#header.precaution {
	width: 100%;
	margin: 0;
}
.precaution .page-title {
	padding: 10vw 20vw 60px 20vw;
}
.c-coronaCaution__body {
	max-width: 860px;
	margin: 0 auto 112px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.c-coronaCaution__body p {
	padding-left: 12px;
	text-indent: -12px;
}
.c-coronaCaution__body h2 {
	margin-top: 32px;
	margin-bottom: 16px;
}
.c-coronaCaution__body h3{
	font-size: 16px;
	color: #dd0e0e;
	border-top: 1px solid #dd0e0e;
	border-bottom: 1px solid #dd0e0e;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.c-coronaCaution__body h4{
	font-weight: 400;
}
.c-coronaCaution figure img {
	padding: 50px 80px;
	max-width: 1000px;
	width: 100%;
	height: auto;
}
@media (max-width: 749px) {
	.precaution .page-title {
		padding: 12vw 10vw 8vw 10vw;
	}
	.c-coronaCaution__body h2 {
		font-size: 13px;
	}
	.c-coronaCaution__body h3{
		font-size: 13px;
	}
	.c-coronaCaution figure img {
		padding: 6vw 8vw;
	}
}
