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

html {
	font-size:62.5%;
	height:100%;
	width:100%;
}

* html div#container {
	height:100%;
}
body > #container {
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 175%;
	background-color: #fff;
	overflow-x: hidden;
}

div#container {
	float: none;
	display:block;
	margin:0 auto;
	padding: 0;
	position:relative;
	min-height: 100%;
	width: 100%;
}

.contents {
	max-width: 1040px;
	margin:0 auto;
	overflow: hidden;
	padding: 0 20px;
}

header {
	position: relative;
}
header .img {
	padding-top: 569px;
}
header .img img {
	max-width: none;
}
header h1 {
	position: absolute;
	left: 50%;
	top: 125px;
	margin-left: -575px;
}
header h1 img {
	display: block;
	margin: 25px auto;
}
header h1 img:nth-child(2) {
	position: absolute;
	right: -70px;
	margin: 0;
	top: 65px;
}

.outline {
	margin: 45px 0;
	text-align: center;
}
.outline h2 {
	margin-bottom: 40px;
}
.outline p {
	font-size: 2.0rem;
	line-height: 200%;
}
.outline .limit {
	border: 2px solid #ec6b37;
	background-color: #fdfbef;
	position: relative;
	width: -webkit-calc(25em * 1.25 + 160px);
	width: calc(25em * 1.25 + 160px);
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	line-height: 250%;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 65px;
}
.outline .limit h3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #ec6b37;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
.outline .limit dl {
	display: inline-block;
	margin: 30px 0;
}
.outline .limit dl dt,
.outline .limit dl dd {
	float: left;
	text-align: left;
}
.outline .limit dl dt {
	clear: both;
	font-weight: bold;
	width: 11.25em;
}
.outline .limit dl dt:after {
	content: "：";
}

.present,
.product,
.entry,
.howto {
	margin: 90px 0;
	text-align: center;
}
.present p {
	margin: 35px 0 65px 0;
}
.present ul {
	text-align: left;
	margin-top: -30px;
}
.present ul li {
	margin: 55px 0;
	position: relative;
}

.present ul li:after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	background-color: #fdfbef;
	top: 50%;
	z-index: 0;
}
.present ul li:nth-child(odd):after {
	right: 0;
	left: 50%;
	margin-left: -300px
}
.present ul li:nth-child(even):after {
	left: 0;
	right: 50%;
	margin-right: -300px
}
.present ul li:last-child:after {
	bottom: 40px;
}
.present ul li ul li:after {
	display: none;
}

.present ul li .contents {
	z-index: 1;
	position: relative;
}
.present ul li:nth-child(odd) .contents		{ padding-left: 515px; }
.present ul li:nth-child(even) .contents	{ padding-right: 515px; }

.present ul li:last-child .contents {
	min-height: 386px;
}
.present ul li .contents .img {
	position: absolute;
	top: 0;
}
.present ul li:nth-child(odd) .contents .img	{ left: 0; }
.present ul li:nth-child(even) .contents .img	{ right: 0; }

.present ul li:first-child .contents .img {
	width: 489px;
	padding-top: 358px;
}
.present ul li:nth-child(2) .contents .img {
	width: 513px;
	padding-top: 348px;
}
.present ul li:last-child .contents .img {
	width: 490px;
	padding-top: 336px;
	top: 50px;
}

.present ul li:nth-child(2) .contents h4 {
	margin-top: -15px;
}
.present ul li .contents h4 img {
	display: block;
	margin: 25px 0;
	position: static;
}
.present ul li .contents aside {
	font-size: 1.2rem;
	position: absolute;
	left: 50px;
	top: 358px;
}
.present ul li .contents aside:before {
	content: "※";
}
.present ul li .contents img {
	position: absolute;
}
.present ul li:first-child .contents img {
	right: 30px;
	top: 125px;
}
.present ul li:nth-child(2) .contents img {
	left: -webkit-calc(50% - 120px);
	left: calc(50% - 120px);
	top: 170px;
}
.present ul li:last-child .contents img {
	right: 30px;
	top: 150px;
}
.present ul li .contents ul {
	margin-top: 70px;
}
.present ul li .contents ul li {
	margin: 20px 0;
	padding: 0 0 0 1.5em;
	font-weight: bold;
	position: relative;
	clear: both;
}
.present ul li .contents ul li:before,
.howto ul li ul li:before,
.howto .later ul li:before,
.howto .warning ul li ul li:before,
.version article ul li:before {
	content: "";
	display: block;
	height: 0.9em;
	width: 0.9em;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.present ul li .contents ul li:before,
.howto .warning ul li ul li:before,
.version article ul li:before {
	top: -webkit-calc(1.75em / 2);
	top: calc(1.75em / 2);
}
.howto ul li ul li:before,
.howto .later ul li:before {
	top: -webkit-calc(2.25em / 2);
	top: calc(2.25em / 2);
}
.present ul li .contents ul li:before {
	background-color: #ec6b37;
}
.howto ul li ul li:before {
	background-color: #21b8d5;
}
.howto .later ul li:before,
.howto .warning ul li ul li:before,
.version article ul li:before {
	background-color: #ccc;
}

.present ul li .contents ul li br {
	display: none;
}
.present ul li .contents ul li span,
.present ul li .contents ul li dl {
	font-size: 1.3rem;
	line-height: 175%;
	font-weight: normal;
}
.present ul li .contents ul li span {
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.present ul li .contents ul li dl {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.present ul li .contents ul li dl dt,
.present ul li .contents ul li dl dd {
	float: left;
}
.present ul li .contents ul li dl dt {
	clear: both;
}
.present ul li .contents ul li dl dt:after {
	content: "：";
}
.present ul li .contents ul li dl dd br {
	display: block;
}

.product {
	position: relative;
}
.product .img {
	position: absolute;
	top: 160px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 286px;
	padding-top: 368px;
	z-index: 0;
}
.product img {
	display: none;
}
.product h2 img,
.product .img img,
.product ul li img {
	display: inline-block;
	vertical-align: bottom;
}
.product ul {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 275px;
	margin: 80px 0;
	display: inline-block;
}
.product ul li {
	position: absolute;
}
.product ul li:first-child {
	left: 20px;
	top: 0;
}
.product ul li:nth-child(2) {
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product ul li:last-child {
	left: 50px;
	bottom: 0;
}
.product aside {
	font-size: 1.4rem;
}
.product aside:before {
	content: "※";
	margin-right: 0.5em;
}

.entry h2 {
	margin-bottom: -65px;
	position: relative;
	z-index: 1;
}
.entry .contents {
	background-color: #fdfbef;
	position:relative;
	z-index: 0;
	padding-bottom: 60px;
}
.entry .contents a {
	margin: 100px auto 35px auto;
	display: inline-block;
}
.entry .contents aside {
	display: block;
	clear: both;
	margin-bottom: 35px;
}
.entry .contents h3 {
	font-size: 1.8rem;
	line-height: 175%;
}
.entry .contents p,
.entry .contents p span a {
	margin: 0;
	padding: 0;
}
.entry .contents span + span {
	margin-left: 1.5em;
}
.entry .contents p span a,
.version article p a {
	color: #000;
}

.howto p {
	margin: 35px 0;
}
.howto p br {
	display: none;
}
.howto ul {
	text-align: left;
	margin-top: -30px;
}
.howto ul li,
.howto .later {
	margin: 60px 0;
	padding: 40px 45px;
	position: relative;
	line-height: 225%;
}
.howto ul li {
	background-color: #f2fbfd;
}
.howto .later {
	background-color: #f5f5f5;
}
.howto ul li h3,
.howto .later h3,
.howto .warning h3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.howto .later h3 {
	font-size: 2.6rem;
}
.howto ul li ul,
.howto ul li ul li {
	padding: 0;
}
.howto ul li ul {
	margin-top: 25px;
}
.howto ul li ul li,
.howto .later ul li,
.howto .warning ul li ul li,
.version article ul li {
	margin: 10px 0;
	padding-left: 1.5em;
	position: relative;
}

.howto ul li aside {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 1em;
	vertical-align: baseline;
}
.howto ul li .atte {
	font-size: 1.4rem;
	line-height: 185%;
}

.howto .later {
	position: relative;
}
.howto .later ul {
	margin: 0;
}
.howto .later ul li,
.howto .warning ul li {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
}
.howto .warning {
	margin: 120px auto 0 auto;
	position: relative;
	width: 680px;
	padding: 40px 45px;
	border: 2px solid #071522;
	background-color: #fdfbef;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.howto .warning h3 {
	height: 35px;
	width: 220px;
	text-align: center;
	background-color: #071522;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #fff;
	line-height: 35px;
	font-size: 2.0rem;
	letter-spacing: 0.25em;
	padding-left: 0.25em;
}
.howto .warning ul {
	margin: -65px 0;
}
.howto .warning ul li {
	padding: 0;
	margin: 65px 0;
	clear: both;
	letter-spacing: -0.4em;
}
.howto .warning ul li * {
	letter-spacing: normal;
}
.howto .warning ul li h4 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 25px;
}
.howto .warning ul li .img {
	background-color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
.howto .warning ul li:first-child .img {
	width: 300px;
	padding-top: 260px;
}
.howto .warning ul li:nth-child(2) .img {
	width: 300px;
	padding-top: 550px;
}
.howto .warning ul li ul,
.howto .warning ul li ul li {
	margin: 0;
	line-height: 175%;
}
.howto .warning ul li ul {
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
	display: inline-block;
	margin-left: 30px;
}
.howto .warning ul li:first-child ul {
	height: 260px;
	max-height: 297px;
	padding: 5px 0;
}
.howto .warning ul li:nth-child(2) ul li:last-child {
	width: 260px;
	border: 2px solid #fff000;
	padding-left: 0;
	margin: 0 auto;
	margin-top: -webkit-calc(550px - 300px - (1.75em * 7));
	margin-top: calc(550px - 300px - (1.75em * 7));
	background-color: #fff;
	height: 300px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.howto .warning ul li:nth-child(2) ul li:last-child:before {
	display: none;
}
.howto .warning ul li:nth-child(2) ul li .img {
	padding-top: 274px;
	width: 100%;
	max-width: 218px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.howto .warning ul li:nth-child(2) ul li .img img {
	bottom: 0;
	top: auto !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.version {
	width: 680px;
	margin: 0 auto;
}
.version article {
	margin-bottom: 45px;
	padding: 0 20px;
}
.version article h3 {
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #f5f5f5;
	height: 60px;
	line-height: 60px;
	font-size: 2.0rem;
}
.version article h3 br {
	display: none;
}
.version article ul {
	margin-top: 1em;
}
.version article:last-child p {
	line-height: 200%;
	padding-left: 1em;
}
.version article:last-child p b {
	margin-left: -1em;
}

footer {
	margin-top: 90px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	height: 40px;
	line-height: 40px;
}


