/* Y'S GEAR : function.css */


.contentsWidth {
	font-size: 1.6rem;
	line-height: 1.6;
}
.contentsWidth * {
	box-sizing: border-box;
}
.contentsWidth section {
	margin: 75px 0;
}
.contentsWidth section section {
	margin: 50px 0;
}
.contentsWidth p {
	margin: 15px 0;
}
.contentsWidth figure {
	margin: 25px 0;
	text-align: center;
}
.contentsWidth figcaption {
	display: inline-block;
	margin-top: 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.contentsWidth ul,
.contentsWidth ol {
	margin: 15px 0 15px 2em;
}
.contentsWidth li + li {
	margin-top: 10px;
}
.contentsWidth ul li {
	list-style-type: disc;
}
.contentsWidth ol li {
	list-style-type: decimal;
}
.contentsWidth a {
	-webkit-transition: background ease .3s, 
						color ease .3s, 
						border ease .3s, 
						opacity ease .3s; /* Safari */
	transition: background ease .3s, 
				color ease .3s, 
				border ease .3s, 
				opacity ease .3s;
}
.contentsWidth b, 
.contentsWidth span {
	display: inline-block;
}
.contentsWidth sup {
	font-size: 80%;
	vertical-align: top;
}

.contentsWidth .note {
	padding-left: 1em;
	font-size: 1.2rem;
	text-indent: -1em;
}

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding: 0 !important;
	}
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth section section {
		margin: 40px 0;
	}
	.contentsWidth figcaption {
		font-size: 1.4rem;
	}
} /* */


/*==============================================*
 *  [ mainBox ] 
 *==============================================*/

.mainBox div {
	margin-bottom: 60px;
	padding-bottom: 30px;
	background: url(../img/bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.mainBox h2 {
	margin-bottom: 15px;
	padding: 0 20px;
	line-height: 1;
	text-align: center;
}
.mainBox h2 span {
	padding-bottom: 10px;
	font-size: 2.4rem;
}
.mainBox h2 b {
	padding-bottom: 5px;
	font-size: 3rem;
}
.mainBox figure {
	margin: 0;
}
.mainBox p {
	padding: 0 40px;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
}

@media screen and (max-width: 568px) {
	.mainBox div {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.mainBox h2 {
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.mainBox h2 span {
		font-size: 1.6rem;
	}
	.mainBox h2 b {
		font-size: 2.2rem;
	}
	.mainBox p {
		padding: 0 10px;
		font-size: 1.6rem;
	}
} /* */

/*==============================================*
 *  [ nanameBox ] 
 *==============================================*/

.nanameBox {
	position: relative;
	padding: 40px;
}
.nanameBox > *:nth-last-child(1) {
	margin-bottom: 0;
}
.nanameBox.blue {
	background: #e4eff8;
}
.nanameBox.gray {
	background: #f3f3f0;
}
.nanameBox::before {
	position: absolute;
	top: -15px;
	width: 183px;
	height: 30px;
	background: url(../img/naname.png);
	background-size: contain;
	content: "";
}
.nanameBox.blue::before { right: 15px; }
.nanameBox.gray::before { left: 15px; }
.nanameBox h2, 
.nanameBox h3 {
	margin-bottom: 20px;
	color: #2c5d83;
	font-size: 2rem;
	line-height: 1.2;
}
.nanameBox .logo {
	text-align: center;
}
.nanameBox .logo + p {
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.nanameBox {
		position: relative;
		padding: 40px 10px 20px;
	}
	.nanameBox::before {
		top: -12px;
		width: 146px;
		height: 24px;
	}
	.nanameBox h2, 
	.nanameBox h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.nanameBox .logo {
		margin-bottom: 5px;
	}
	.nanameBox .logo img {
		max-width: 300px;
	}
	.nanameBox .logo + p {
		margin: 0 0 40px;
		font-size: 1.2rem;
		font-weight: normal;
	}
} /* */


/*==============================================*
 *  [ lineupLink ] 
 *==============================================*/

.lineupLink {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 !important;
	text-align: center;
}
.lineupLink li {
	list-style-type: none !important;
	width: 50%;
	max-width: 350px;
}
.lineupLink li + li {
	margin-left: 20px;
}
.lineupLink a {
	display: block;
	position: relative;
	max-width: 330px;
	margin: 0 auto;
	padding: 15px 30px 15px 15px;
	border: 2px solid #4794cf;
	background: #fff;
	color: #4794cf;
	font-weight: bold;
	line-height: 1.2;
}
.lineupLink a:hover, 
.lineupLink a:active {
	background: rgba(255,255,255,.75);
}
.lineupLink a::after {
	position: absolute;
	top: calc(50% - 8.5px);
	right: 20px;
	content: url(../img/arrow.svg);
}

@media screen and (max-width: 568px) {
	.lineupLink {
		display: block;
	}
	.lineupLink li {
		width: 100%;
		max-width: 100%;
	}
	.lineupLink li + li {
		margin: 40px 0 20px;
	}
} /* */

/*==============================================*
 *  [ howtoBox ] 
 *==============================================*/

.howtoBox {
	padding: 0 40px;
}
.howtoBox h2 {
	margin: 0 -40px 30px;
	padding: 15px 40px;
	background: #4794cf;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
}
.howtoBox h3 {
	margin-bottom: 15px;
	padding: 2px 0 2px 5px;
	border-left: 5px solid #4794cf;
	font-size: 2rem;
	line-height: 1.2;
}
.howtoBox a {
	display: block;
	position: relative;
	max-width: 370px;
	margin: 0 auto;
	padding: 15px 45px 15px 15px;
	border: 2px solid #4794cf;
	background: #fff;
	color: #4794cf;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.howtoBox a:hover, 
.howtoBox a:active {
	background: #f8fbfd;
}
.howtoBox a::after {
	position: absolute;
	top: calc(50% - 13px);
	right: 19px;
	content: url(../img/manual.svg);
}

@media screen and (max-width: 568px) {
	.howtoBox {
		padding: 0 10px;
	}
	.howtoBox h2 {
		margin: 0 -10px 20px;
		padding: 15px 10px;
		background: #4794cf;
		color: #fff;
		font-size: 2rem;
	}
	.howtoBox h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
} /* */

