@charset "UTF-8";

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

	- tit01
	+ support
		- box01
		- box02

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

/*----------------------------------------
	tit01
-----------------------------------------*/

#tit01 {
	position: relative;
	min-width: 960px;
	height: 480px;
	background: url(../img/support_tit_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#tit01:after {
	content: "";
	position: absolute;
	top: 120px;
	right: 0;
	width: calc(50% - 480px);
	height: 180px;
	/*background: #000000;*/
	background: #ffffff;
	opacity: 0.7;
}

#tit01 > div:first-of-type {
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}

#tit01 > div:first-of-type > div {
	min-width: fit-content;
	max-width: 300px;
	height: 155px;
	margin: 0 0 0 auto;
	padding-top: 25px;
	background: rgba(255,255,255,0.7);
	position: relative;
	background-image: url("../img/c_tit_t01_black.png");
	background-position: top 35px right;
	background-repeat: no-repeat;
	background-size: 101px auto;
}
#tit01 > div:first-of-type > div:before {
	display: block;
	content: '';
	width: 90px;
	height: 100%;
	position: absolute;
	left: -90px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to top left, #ffffff 49%, transparent 50%) ;
	opacity: 0.7;
}

p.title_stage {
	background: #a4862f;
    padding: 5px 0 5px 0;
    position: relative;
	max-width: 9.0em;
	width: 100%;
	margin: 0 0 35px 15px;
	text-align: center;
	z-index: 2;
}
p.title_stage:before {
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to top left, #a4862f 48%, transparent 52%) ;
}
p.title_stage:after {
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to bottom right, #a4862f 48%, transparent 52%) ;
}
#tit01 h1 {
	margin: 0 0 0 0;
	line-height: 1.3;
}
#tit01 h1 strong {
	font-size:36px;
	font-size: 3.6rem;
}
.title_time {
	margin: 0 0 0 0;
}
#tit01 > div:last-of-type {
	padding-top: 130px;
}

#tit01 > div:last-of-type:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: url(../img/c_lnav_bg01.gif) repeat left top;
	opacity: 0.8;
}

#tit01 > div:last-of-type ul {
	width: 960px;
	margin: 0 auto;
}

#tit01 > div:last-of-type ul li {
	float: left;
}

#tit01 > div:last-of-type ul li img {
	opacity: 1;
}

#tit01 > div:last-of-type ul li + li {
	margin-left: 10px;
}

/*----------------------------------------
	support
-----------------------------------------*/

#support {
	margin-top: 70px;
 }

/*----------------------------------------
	box01
-----------------------------------------*/
#box01 {
	text-align: center;
}
#box01 h1 {
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}

#box01 p {
	text-align: left;
	display: inline-block;
}

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

#box02 {
	margin-top: 60px;
}

#box02 > h1 {
	margin-bottom: 50px;
	text-align: center;
}

#box02 > div {
	position: relative;
	width: 960px;
}

#box02 > div > div {
	float: left;
	width: 450px;
}

#box02 > div > div > section {
	width: 450px;
	margin-bottom: 25px;
}

#box02 > div > div > section h1 {
	display: table;
	margin-bottom: 15px;
}

#box02 > div > div > section h1 img {
	display: table-cell;
	vertical-align: top;
}

#box02 > div > div > section h1 > span {
	display: table-cell;
	padding-left: 12px;
	vertical-align: middle;
	word-break: break-all;
}

#box02 > div > div > section h1 > span > span {
	display: block;
	padding-top: 5px;
}

#box02 > div > div > section div {
	margin-left: 10px;
}

#box02 > div > div > p {
	position: absolute;
	left: 10px;
	bottom: 0;
}

#box02 > div > div > p a img {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 > div > div > p a:hover img {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 > div > figure {
	float: right;
	width: 470px;
}

#box02 > dl {
	width: 880px;
	margin-top: 70px;
	padding: 40px 40px 45px;
	background: url(../../img/c_bg02.gif) repeat left top;
}

#box02 > dl dt {
	margin-bottom: 45px;
	text-align: center;
}

#box02 > dl + dl > dd + dd {
	margin-top: 20px;
}

#box02 > dl dd ul li {
	display: inline-block;
	width: calc(430px - 1em);
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -2em;
	vertical-align: top;
}

#box02 > dl dd ul li:before {
	content: "\0025cf";
	width: 1em;
	padding-left: 1em;
	color: #06478b;
}

#box02 > dl dd ul li:nth-of-type(even) {
	margin-left: 20px;
}

#box02 > dl dd ul li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
