@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg img {
	width: 100%;
}
#main .brand {
	padding: 1.1rem 2rem 2.5rem;
	background-color: #FFFFBB;
}
#main .brand .imgtext {
	margin: 0 auto;
	max-width: 62.4rem;
}
#main .method {
	padding: 2rem 0 7.7rem;
	background-color: #00B7DE;
}
#main .method h2 {
	padding-bottom: 0.5rem;
	margin: 0 5rem 4.1rem;
	text-align: center;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 600;
	border-bottom: 1px dashed #fff;
}
#main .method .whiteBg {
	position: relative;
	margin-bottom: 8rem;
	padding: 4.5rem 2rem 6.4rem;
	background-color: #fff;
}
#main .method .whiteBg:not(:last-child)::after {
	position: absolute;
	z-index: 1;
	bottom: -5.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4.6rem;
	height: 3.3rem;
	content: "";
	background: url(../img/common/icon01.png) no-repeat left top / cover;
}
#main .method .whiteBg:last-of-type {
	margin-bottom: 0;
}
#main .method .whiteBg .topText {
	margin-bottom: 4.9rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.46;
}
#main .method .whiteBg .topText .line {
	padding: 0 1rem;
	background:linear-gradient(to top,#FFFF78 1.5rem,transparent 0);
}
#main .method .whiteBg .topText .line .red {
	font-size: 4rem;
	color: #FF3840;
}
#main .method .whiteBg .imgtext01 {
	margin: 0 auto 4.4rem;
	max-width: 56.3rem;
}
#main .method .whiteBg .imgtext02 {
	margin: 0 auto 4.4rem;
	max-width: 57.2rem;
}
#main .method .whiteBg .imgtext03 {
	margin: 0 auto;
	max-width: 56.7rem;
}
#main .method .whiteBg .hTitle {
	margin: 0 auto 1.5rem;
	max-width: 39.6rem;
}
#main .method .whiteBg .btn {
	margin: 0 auto;
	max-width: 52.5rem;
}
#main .method .whiteBg .btn a {
	display: block;
}
#main .method .whiteBg .btn a:hover {
	opacity: 0.7;
}
#main .method .whiteBg01 {
	padding: 5.2rem 2rem 5.6rem;
}
#main .outBox .yellowBg {
	padding: 6.2rem 2rem;
	background-color: #FFFFBB;
}
#main .outBox .yellowBg .linkImg {
	position: relative;
	margin: 0 auto 4.1rem;
	max-width: 55.4rem;
}
#main .outBox .yellowBg .linkImg a {
	position: absolute;
	bottom: 0.3rem;
	right: 0;
	max-width: 33.7rem;
	z-index: 1;
}
#main .outBox .yellowBg .linkImg a:hover {
	opacity: 0.7;
}
#main .outBox .yellowBg .notes {
	margin: 0 auto;
	max-width: 59rem;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.04em;
	text-align: justify;
	font-feature-settings: "palt";
	line-height: 1.55;
}
#main .outBox .innerBox {
	padding: 7.6rem 0 6.4rem;
	background-color: #FFFBEE;
}
#main .outBox .innerBox .imgText01 {
	margin: 0 auto 6.7rem;
	max-width: 58.9rem;
}
#main .outBox .innerBox .imgText02 {
	margin: 0 auto 2.4rem;
	max-width: 56.9rem;
}
#main .outBox .innerBox .innerUl {
	margin: 0 auto;
	max-width: 56rem;
}
#main .outBox .innerBox .innerUl li {
	margin-bottom: 4.2rem;
}
#main .outBox .innerBox .innerUl li:last-child {
	margin-bottom: 0;
}
#main .outBox .innerBox .innerUl p {
	margin-bottom: 2.5rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}
#main .outBox .innerBox .innerUl .thin {
	font-weight: 400;
}
#main .outBox .innerBox .innerUl .image {
	margin: 0 auto;
	max-width: 49.5rem;
}
#main .textInner {
	padding-top: 4.3rem;
	background-color: #fff;
}
#main .textInner .subInner {
	margin: 0 auto;
	max-width: 56.1rem;
}
#main .textInner .subInner h3 {
	margin-bottom: 4.6rem;
	font-size: 3.3rem;
	text-align: center;
	font-weight: 600;
	font-feature-settings: "palt";
}
#main .textInner .subInner .textList {
	margin-bottom: 4rem;
	padding-bottom: 6.3rem;
	border-bottom: 0.2rem solid #262626;
}
#main .textInner .subInner .textList li:not(:last-child) {
	margin-bottom: 5rem;
}
#main .textInner .subInner .textList li .ttl {
	padding-bottom: 0.1rem;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 0.2rem solid #262626;
}
#main .textInner .subInner .textList li .txtBox .txt {
	margin-bottom: 4.8rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.73;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-align: justify;
}
#main .textInner .subInner .textList li .txtBox .txt:last-child {
	margin-bottom: 0;
}
#main .textInner .btmText {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.74;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	#main .brand {
		padding: 0.5rem 2rem 1.3rem;
	}
	#main .brand .imgtext {
		max-width: 93%;
	}
	#main .brand .imgtext img {
		width: 100%;
	}
	#main .method {
		padding: 1.1rem 0 3.9rem;
	}
	#main .method h2 {
		padding-bottom: 0.2rem;
		margin: 0 2.7rem 2rem;
		font-size: 2.25rem;
	}
	#main .method .whiteBg {
		margin-bottom: 4rem;
		padding: 2.3rem 2.4rem 3.2rem;
	}
	#main .method .whiteBg:not(:last-child)::after {
		bottom: -2.9rem;
		width: 2.2rem;
		height: 1.6rem;
	}
	#main .method .whiteBg .topText {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
	}
	#main .method .whiteBg .topText .line {
		padding: 0 0.5rem;
		background:linear-gradient(to top,#FFFF78 1rem,transparent 0);
	}
	#main .method .whiteBg .topText .line .red {
		font-size: 2rem;
	}
	#main .method .whiteBg .imgtext01 {
		margin-bottom: 2.2rem;
		max-width: 28.2rem;
	}
	#main .method .whiteBg .imgtext02 {
		margin-bottom: 2.2rem;
		max-width: 28.6rem;
	}
	#main .method .whiteBg .imgtext03 {
		max-width: 28.4rem;
	}
	#main .method .whiteBg .hTitle {
		margin-bottom: 0.75rem;
		max-width: 19.8rem;
	}
	#main .method .whiteBg .btn {
		max-width: 26.3rem;
	}
	#main .method .whiteBg01 {
		padding: 2.6rem 2rem 2.8rem;
	}
	#main .outBox .yellowBg {
		padding: 3.1rem 2rem;
	}
	#main .outBox .yellowBg .linkImg {
		max-width: 27.7rem;
		margin-bottom: 2.05rem;
	}
	#main .outBox .yellowBg .linkImg a {
		bottom: 0.2rem;
		max-width: 16.8rem;
	}
	#main .outBox .yellowBg .notes {
		max-width: 89.6%;
	}
	#main .outBox .innerBox {
		padding: 3.8rem 0 2.5rem;
	}
	#main .outBox .innerBox .imgText01 {
		margin-bottom: 3.4rem;
		max-width: 29.5rem;
	}
	#main .outBox .innerBox .imgText02 {
		margin-bottom: 0.3rem;
		max-width: 28.5rem;
	}
	#main .outBox .innerBox .innerUl {
		max-width: 31rem;
	}
	#main .outBox .innerBox .innerUl li {
		margin-bottom: 1rem;
	}
	#main .outBox .innerBox .innerUl p {
		margin-bottom: 0.2rem;
		font-size: 1.8rem;
		letter-spacing: 0.06em;
	}
	#main .outBox .innerBox .innerUl .image {
		max-width: 30rem;
	}
	#main .textInner {
		padding-top: 2.15rem;
	}
	#main .textInner .subInner {
		max-width: 75%;
	}
	#main .textInner .subInner h3 {
		margin-bottom: 2.3rem;
		font-size: 1.65rem;
	}
	#main .textInner .subInner .textList {
		margin-bottom: 1.9rem;
		padding-bottom: 3.15rem;
		border-width: 1px;
	}
	#main .textInner .subInner .textList li:not(:last-child) {
		margin-bottom: 2.4rem;
	}
	#main .textInner .subInner .textList li .ttl {
		font-size: 1.33rem;
		border-width: 1px;
	}
	#main .textInner .subInner .textList li .txtBox .txt {
		margin-bottom: 2.4rem;
		font-size: 1.33rem;
	}
	#main .textInner .btmText {
		font-size: 1.15rem;
	}
}