@charset "UTF-8";
/* CSS Document */

/* --------------------
		reset
-------------------- */

#special {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#special p,
#special h3,
#special li,
#special div {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
}

#special a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#special a:hover {
	opacity: 0.6;
}

/* --------------------
		common
-------------------- */

:root {
	--c-txt-b: #333;
	--c-txt-w: #fff;
	--c-bg: #999;
	--c-link: #b4751e;
	--c-point: #E84388; /* シーズンカラー */
}

/* --------------------
		#head
-------------------- */

#head {
	width: 100%;
}

#head h1 {
	width: 1200px;
	margin: 0 auto;
}

#head img {
	width: 100%;
}

#txt {
	width: 720px;
	padding: 80px 0;
	margin: 0 auto;
}

#txt p {
	text-align: center;
}

#txt p:first-of-type {
	margin-bottom: 30px;
}

/* .info */

.info > span {
	font-weight: 700;
	color: var(--c-point);
}

/* --------------------
		#main
-------------------- */

#main {
	width: 720px;
	margin: 0 auto;
}

/*----- .box01 ------*/

.box01 {
	margin-bottom: 80px;
	background: var(--c-bg);
}

.ttl {
	width: 100%;
}

.ttl h2 {
	padding: 40px 0 30px;
	margin-left: 40px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--c-txt-w);
}

.ttl h2 span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.ttl::after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 4px #fff dotted;
	margin-bottom: 50px;
}

.ttl_sub {
	width: 340px;
	margin-bottom: 40px;
	background: #fff;
}

.ttl_sub h3 {
	padding: 10px 0;
	margin-left: 40px;
	font-size: 20px !important;
	font-weight: bold;
}

.box01 > div:nth-child(3),
.box01 > ul {
	width: 640px;
	margin: 0 auto;
}

.box01 > div:nth-child(3) > div {
	padding-bottom: 20px;
	color: var(--c-txt-w);
}

.box01 ul {
	font-size: 0;
}

.box01 li {
	display: inline-block;
	padding-bottom: 20px;
	line-height: 1.5 !important;
	color: #fff;
}

.box01 > div:nth-child(3) li:nth-child(odd) {
	margin-right: 70px;
}

.box01 li div {
	display: flex;
}

.icon {
	width: 27px;
	max-width: 27px;
	height: 54px;
	margin-top: 8px;
}

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

.box01 li span {
	margin-left: 10px;
	font-size: 26px;
	font-weight: bold;
	color: var(--c-txt-w);
}

.box01 li span::before {
	content: '';
	display: block;
	padding-top: 8px;
}

.box01 ul li:last-child {
	padding-bottom: 60px;
}

.date {
	font-size: 18px !important;
	font-weight: bold;
}

/*----- .box02 ------*/

.box02 {
	margin-bottom: 50px;
}

.box02 .ttl_sub {
	background: #e0e0e0;
}

.box02 ul {
	width: 640px;
	margin: 0 auto;
}

.box02 li {
	padding-left: 10px;
	text-indent: -14px;
}

.box02 li::before {
	content: '・';
}

.box02 #login {
	display: inline;
	color: var(--c-link);
	font-weight: bold;
	text-decoration: underline;
}

.more {
	position: relative;
	width: 640px;
	padding: 40px 0 60px;
	margin: 0 auto;
}

.more a {
	position: absolute;
	right: 0;
	width: 240px !important;
	border-bottom: 1px #333 solid;
}

.more a::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----- .box03 ------*/

.box03 {
	margin-bottom: 80px;
}

.box03 .ttl_sub {
	background: #e0e0e0;
}

.btn {
	width: 480px;
	border-radius: 6px;
	margin: 0 auto;
	background: #333;
}

.btn a {
	padding: 16px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.box03 p {
	margin: 0 auto;
}

.box03 p {
	width: 640px;
	margin: 0 auto 40px;
}

/* --------------------
		renewal
-------------------- */

.u-breadcrumb-t {
	width: 1200px;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.u-breadcrumb-b {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.sc-l-Body {
	width: 100%;
	border-top: none;
}

.sc-l-Main {
	width: 100%;
	min-width: 1280px;
}

.sc-SelectorArea {
	margin: 0 auto;
}


