@charset "UTF-8";
[data-animation] {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
[data-animation="after"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-delay: .3s;
	transition-duration: 1s;
}
.contents {}
.vis {
	height: 626px;
	background-size: 287px 287px;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' fill-opacity='0.15' viewBox='0 0 287 287' preserveAspectRatio='none'%3E%3Cpolygon points='239.64 -91.93 -166.3 716.8 -122.49 739.46 283.45 -69.26 239.64 -91.93'/%3E%3Cpolygon points='96.14 -91.93 -309.8 716.8 -265.99 739.46 139.95 -69.26 96.14 -91.93'/%3E%3Cpolygon points='383.14 -91.93 -22.8 716.8 21.01 739.46 426.95 -69.26 383.14 -91.93'/%3E%3C/svg%3E");
	background-color: #00A9EB;
	box-sizing: border-box;
	padding-top: 45px;
	overflow: hidden;
}
.vis_inner {
	max-width: 1254px;
}
.vis_title {
	width: 1062px;
	position: relative;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%;
}
.vis_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.pageNav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -1px 0 #fff;
}
.pageNav_inner {
	max-width: 620px;
}
.pageNav_list {
	list-style: none;
	display: flex;
	position: relative;
	z-index: 1;
}
.pageNav_list::after {
	content: "";
	display: block;
	width: 0;
	height: 38px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 2px dashed #00B1ED;
}
.pageNav_list > li {
	flex-grow: 1;
}
.pageNav_list > li:first-child {}
.pageNav_list > li:last-child {}
.pageNav_list > li:nth-child(2n + 1) {}
.pageNav_list > li:nth-child(n + 3) {}
.pageNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 76px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	font-size: 20px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.pageNav_list > li > a:not([href]) {
	color: #868686;
	pointer-events: none;
}
.pageNav_list > li > a::before {
	content: "";
	display: block;
	width: 0;
	height: 38px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 2px dashed #00B1ED;
}
.pageNav_list > li > a::after {
	content: "";
}
.idea {
	background-color: #B5E1F8;
	background-size: 287px 287px;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' fill-opacity='0.15' viewBox='0 0 287 287' preserveAspectRatio='none'%3E%3Cpolygon points='239.64 -91.93 -166.3 716.8 -122.49 739.46 283.45 -69.26 239.64 -91.93'/%3E%3Cpolygon points='96.14 -91.93 -309.8 716.8 -265.99 739.46 139.95 -69.26 96.14 -91.93'/%3E%3Cpolygon points='383.14 -91.93 -22.8 716.8 21.01 739.46 426.95 -69.26 383.14 -91.93'/%3E%3C/svg%3E");
	padding: 57px 0 50px;
}
.idea_inner {
	max-width: 1085px;
}
.idea_box {
	background-image: url(../img/bg-idea@2x.png);
	height: 1077px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 176px;
}
.idea_title {
	max-width: 636px;
	margin: 0 auto 68px;
}
.idea_title > img {
	display: block;
}
.idea_text {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	margin-bottom: 42px;
	transform: rotate(0.03deg);
}
.idea_text > img {
	vertical-align: middle;
	margin-right: 13px;
}
.idea_list {
	list-style: none;
	display: flex;
	justify-content: center;
	max-width: 631px;
	margin: 0 auto;
}
.idea_list > li {
	width: 48%;
	margin-left: 4%;
}
.idea_list > li:first-child {
	margin-left: 0;
}
.idea_list > li:last-child {}
.idea_list > li:nth-child(2n + 1) {}
.idea_list > li:nth-child(n + 3) {}
.idea_list > li > a {
	text-decoration: none;
}
.idea_list > li:first-child > a {
	background-color: #00B7EE;
	border-color: #00B7EE;
}
.idea_list > li > a::before {
	content: "";
}
.idea_list > li > a::after {
	content: "";
}
.spot {
	background-color: #FDE8CC;
	position: relative;
	z-index: 1;
	padding: 212px 0 98px;
	overflow: hidden;
}
.spot::before {
	content: "";
	background-image: url(../img/bg-spot@2x.png);
	min-width: 1910px;
	height: 478px;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.spot_inner {}
.spot_title {
	max-width: 689px;
	margin: 0 auto 50px;
}
.spot_title > img {}
.spot_text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 95px;
	line-height: 2.3;
	transform: rotate(0.03deg);
}
.spot_sect {
	margin-bottom: 65px;
}
.spot_headline {
	margin-bottom: 0px;
}
.spot_headline > img {
	display: block;
	margin: 0 auto;
}
.spot_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.spot_col {}
.spot_col-no1 {
	margin-right: 20px;
}
.spot_image {}
.spot_image > img {}
.spot_col-no2 {
	width: 300px;
	text-align: center;
}
.spot_subhead {}
.spot_subhead > img {}
.spot_photo {
	max-width: 256px;
	margin: -25px auto 0;
}
.spot_photo > img {}
.spot_caption {
	font-weight: bold;
	margin-top: 15px;
	font-size: 19px;
	text-align: left;
	display: flex;
	justify-content: center;
	transform: rotate(0.03deg);
}
.spot_link {
	max-width: 300px;
	margin: 0 auto;
	transform: rotate(0.03deg);
}
.spot_link-site {
	max-width: 483px;
	margin: 122px auto 50px;
}
.spot_link > a {}
.spot_link > a::before {
	content: "";
}
.spot_link > a::after {
	content: "";
}
.spot_link-site > a {
	background-color: #009245;
	border-color: #009245;
}
.spot_link-site > a::before {
	content: "";
}
.spot_link-site > a::after {
	content: "";
}
.app {
	background-color: #B5E1F8;
	background-image: url(../img/bg-app@2x.png);
	background-size: 1050px auto;
	background-position: center center;
	background-repeat: repeat;
	padding: 65px 0 105px;
}
.app_inner {
	max-width: 1105px;
}
.app_areaTitle {
	background-image: url(../img/bg-prize@2x.png);
	background-size: 100% 100%;
	padding: 201px 0 120px;
	margin-bottom: 56px;
}
.app_title {
	max-width: 506px;
	margin: 0 auto -5px;
}
.app_title > img {}
.app_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.app_list > li {
	margin-left: 20px;
}
.app_list > li:first-child {
	margin-left: 0;
}
.app_list > li:last-child {}
.app_list > li:nth-child(2n + 1) {}
.app_list > li:nth-child(n + 3) {}
.app_list > li > img {}
.app_box {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 7px 7px 0px #48b5ee;
	padding: 50px 50px 55px;
	transform: rotate(0.03deg);
}
.app_headline {
	max-width: 295px;
	margin: 0 auto 25px;
}
.app_headline > img {}
.app_table {
	display: block;
	font-size: 18px;
	max-width: 950px;
	margin: 0 auto;
}
.app_table > tbody {
	display: block;
}
.app_table > tbody > tr {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #ddc;
	padding: 15px 0;
}
.app_table > tbody > tr:first-child {}
.app_table > tbody > tr:last-child {
	border-bottom: none;
}
.app_table > tbody > tr > th {
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-weight: inherit;
	width: 160px;
}
.app_table > tbody > tr > th::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	min-width: 15px;
	background-color: #4AC1F1;
	border-radius: 50%;
	margin-right: 4px;
}
.app_table > tbody > tr > td {
	display: block;
	width: calc(100% - 160px);
}
.app_link {
	max-width: 300px;
	margin: 40px auto 40px;
}
.app_link > a {}
.app_link > a::before {
	content: "";
}
.app_link > a::after {
	content: "";
}
.app_dList {
	list-style: none;
	margin-bottom: 40px;
	max-width: 950px;
	margin: 0 auto 34px;
	font-size: 15px;
}
.app_dList > dt {}
.app_dList > dd {
	text-indent: -1em;
	padding-left: 1em;
}
.contact {
	background-color: #EFEFEF;
	padding: 20px 32px;
	max-width: 950px;
	box-sizing: border-box;
	margin: 0 auto 0;
	font-size: 18px;
}
.contact_dList {
	list-style: none;
}
.contact_dList > dt {}
.contact_dList > dd {}
.footNav {
	background-size: 287px 287px;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' fill-opacity='0.15' viewBox='0 0 287 287' preserveAspectRatio='none'%3E%3Cpolygon points='239.64 -91.93 -166.3 716.8 -122.49 739.46 283.45 -69.26 239.64 -91.93'/%3E%3Cpolygon points='96.14 -91.93 -309.8 716.8 -265.99 739.46 139.95 -69.26 96.14 -91.93'/%3E%3Cpolygon points='383.14 -91.93 -22.8 716.8 21.01 739.46 426.95 -69.26 383.14 -91.93'/%3E%3C/svg%3E");
	background-color: #00A9EB;
	padding-bottom: 50px;
}
.contact_dList > dd > a {
	color: inherit;
	text-decoration: none;
}
.footNav_inner {
	max-width: 890px;
}
.footNav_list {
	list-style: none;
	display: flex;
	position: relative;
	z-index: 1;
}
.footNav_list > li {
	flex-grow: 1;
}
.footNav_list > li:first-child {}
.footNav_list > li:last-child {}
.footNav_list > li:nth-child(2n + 1) {}
.footNav_list > li:nth-child(n + 3) {}
.footNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: #fff;
	height: 130px;
	align-items: center;
	position: relative;
	z-index: 1;
	justify-content: center;
	font-size: 19px;
	box-sizing: border-box;
	padding-top: 0;
	transition-duration: .3s;
	transition-property: padding;
}
.footNav_list > li > a:not([href]) {
	color: rgba(255, 255, 255, 0.55);
	pointer-events: none;
}
.footNav_list > li > a::before {
	content: "";
	display: block;
	width: 0;
	height: 38px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 2px dashed #fff;
}
.footNav_list::after {
	content: "";
	display: block;
	width: 0;
	height: 38px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 2px dashed #fff;
}
.footNav_list > li > a::after {
	content: "";
}
.app_cTbl {
	font-size: 120%;
	margin-bottom: 7px;
}
.app_cTbl > tbody {}
.app_cTbl > tbody > tr {}
.app_cTbl > tbody > tr:first-child {}
.app_cTbl > tbody > tr:last-child {}
.app_cTbl > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	font-weight: inherit;
	vertical-align: top;
}
.app_cTbl > tbody > tr > td {}
.app_span {
	font-size: 120%;
}
.header {
	padding: 19px 0 9px;
}
.header_inner {
	display: flex;
	align-items: flex-end;
	max-width: 1244px;
}
.header_image {
	margin-right: 20px;
	width: 108px;
}
.header_image > img {
	display: block;
}
.header_text {
	font-weight: 500;
	position: relative;
	z-index: 1;
	top: -1px;
}
.app_list2 {
	list-style: none;
}
.app_list2 > li {
	text-indent: -1em;
	padding-left: 1em;
}
.app_list2 > li:first-child {}
.app_list2 > li:last-child {}
.app_list2 > li:nth-child(2n + 1) {}
.app_list2 > li:nth-child(n + 3) {}
.spNav {
	display: none;
}
.spNav_inner {}
.spNav_text {}
.spNav_text > img {}
.menuBtn {
	display: block;
}
.menuBtn::before {
	content: "";
}
.menuBtn::after {
	content: "";
}
.menuBtn_bar {}
.menuBtn_bar-no1 {}
.menuBtn_bar-no2 {}
.menuBtn_bar-no3 {}
.resultWrap {
	position: relative;
}
.result {
	background-image: url(../img/result/bg-main@2x.png);
	background-size: 65px 71px;
	background-color: #ffe67a;
	background-position: center center;
	padding: 108px 0 100px;
}
.result_inner {}
.result_sect {
	background-image: url(../img/result/bg-result01@2x.png);
	background-size: 100% auto;
	height: 1201px;
	background-position: 0 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 100px 0 70px;
	margin-bottom: 120px;
	max-width: 729px;
	margin-left: auto;
	margin-right: auto;
}
.result_sect:last-child {
	margin-bottom: 0;
}
.result_title {
	max-width: 345px;
	margin: 0 auto 48px;
}
.result_title > img {}
.result_headline {
	max-width: 485px;
	margin: 0 auto 42px;
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.result_headline > img {
	display: block;
}
.result_headline > b {
	display: block;
	font-weight: inherit;
	text-align: center;
	margin-top: 0.8em;
	font-size: 22px;
}
.result_headline > span {
	font-size: 18px;
}
.result_textWrap {
	max-width: 490px;
	margin: 40px auto 147px;
	position: relative;
	z-index: 1;
}
.result_textWrap::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.result_textWrap:last-child {
	margin-bottom: 0;
}
.result_text {
	line-height: 56px;
	font-size: 19px;
	background-image: linear-gradient(to bottom, #000 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0));
	background-size: 100% 56px;
	background-repeat: repeat-y;
	text-align: justify;
	background-position: center top;
	font-weight: 500;
	position: relative;
	z-index: 10;
	transform: rotate(0.03deg);
}
.result_text::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 0;
}
.isIE11 .result_text {
	font-weight: bold;
}
.result_text::after {
	content: "";
	display: block;
	clear: both;
}
.result_text_image-no6 {
	display: none;
}
.result_text_image {
	box-shadow: 0 0 0 15px #fff;
	background-color: #fff;
}
.result_text_image-no0 {
	display: none;
}
.result_text_image > img {}
.result_text_image-no1 {
	float: left;
	margin-right: 22px;
	width: 162px;
	height: 160px;
}
.result_text_image-no2 {
	float: right;
	margin-left: 15px;
	width: 200px;
}
.result_text_image-no3 {
	float: right;
	margin-left: 15px;
	width: 221px;
}
.result_text_image-no4 {
	float: right;
	margin-left: 15px;
	width: 221px;
}
.result_text_image-no5 {
	float: right;
	margin-left: 15px;
	width: 221px;
}
.result_sect-no2 {
	background-image: url(../img/result/bg-result02@2x.png?date=200126);
	height: 4105px;
	padding-top: 78px;
}
.result_rebon {
	display: none;
}
.result_rebon-no1 {}
.result_rebon > img {}
.result_rebon-no2 {}
.result_headlineWrap {
	position: relative;
	z-index: 1;
}
.result_headlineWrap_image {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 70px;
	width: 128px;
}
.result_headlineWrap_image > img {
	display: block;
}
@media screen and (min-width:1000px) {
	.menuBtn:hover {}
	.pageNav_list > li > a:hover {
		color: #696969;
	}
	.idea_list > li:first-child > a:hover {
		color: #00B7EE;
		background-color: #fff;
	}
	.idea_list > li > a:hover {}
	.spot_link > a:hover {}
	.spot_link-site > a:hover {
		color: #009245;
	}
	.app_link > a:hover {}
	.footNav_list > li > a:hover {
		padding-top: 5px;
	}
}
@media screen and (max-width:999px) {
	.contents {}
	.vis {
		height: 400px;
		padding-top: 37px;
	}
	.vis_inner {}
	.vis_title {
		width: 650px;
	}
	.vis_title > img {}
	.pageNav {}
	.pageNav_inner {}
	.pageNav_list {}
	.pageNav_list::after {
		height: 30px;
	}
	.pageNav_list > li {}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(2n + 1) {}
	.pageNav_list > li:nth-child(n + 3) {}
	.pageNav_list > li > a {
		height: 60px;
		font-size: 16px;
	}
	.pageNav_list > li > a:not([href]) {}
	.pageNav_list > li > a::before {
		height: 30px;
	}
	.pageNav_list > li > a::after {}
	.idea {}
	.idea_inner {}
	.idea_box {}
	.idea_title {
		max-width: 470px;
	}
	.idea_title > img {}
	.idea_text {
		font-size: 18px;
	}
	.idea_text > img {
		width: 270px;
	}
	.idea_list {
		max-width: 500px;
	}
	.idea_list > li {}
	.idea_list > li:first-child {}
	.idea_list > li:last-child {}
	.idea_list > li:nth-child(2n + 1) {}
	.idea_list > li:nth-child(n + 3) {}
	.idea_list > li > a {}
	.idea_list > li:first-child > a {}
	.idea_list > li > a::before {}
	.idea_list > li > a::after {}
	.spot {}
	.spot::before {}
	.spot_inner {}
	.spot_title {
		max-width: 500px;
	}
	.spot_title > img {}
	.spot_text {
		font-size: 18px;
	}
	.spot_sect {}
	.spot_headline {}
	.spot_headline > img {
		height: 100px;
		width: auto;
	}
	.spot_cols {}
	.spot_col {}
	.spot_col-no1 {}
	.spot_image {}
	.spot_image > img {}
	.spot_col-no2 {}
	.spot_subhead {}
	.spot_subhead > img {}
	.spot_photo {}
	.spot_photo > img {}
	.spot_caption {
		font-size: 17px;
	}
	.spot_link {}
	.spot_link-site {}
	.spot_link > a {}
	.spot_link > a::before {}
	.spot_link > a::after {}
	.spot_link-site > a {}
	.spot_link-site > a::before {}
	.spot_link-site > a::after {}
	.app {}
	.app_inner {}
	.app_areaTitle {}
	.app_title {
		max-width: 380px;
	}
	.app_title > img {}
	.app_list {
		max-width: 630px;
		margin: 0 auto;
	}
	.app_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.app_list > li:first-child {}
	.app_list > li:last-child {}
	.app_list > li:nth-child(2n + 1) {}
	.app_list > li:nth-child(n + 3) {}
	.app_list > li > img {}
	.app_box {}
	.app_headline {
		max-width: 240px;
	}
	.app_headline > img {}
	.app_table {
		font-size: 16px;
	}
	.app_table > tbody {}
	.app_table > tbody > tr {}
	.app_table > tbody > tr:first-child {}
	.app_table > tbody > tr:last-child {}
	.app_table > tbody > tr > th {}
	.app_table > tbody > tr > th::before {}
	.app_table > tbody > tr > td {}
	.app_link {}
	.app_link > a {}
	.app_link > a::before {}
	.app_link > a::after {}
	.app_dList {}
	.app_dList > dt {}
	.app_dList > dd {}
	.contact {
		font-size: 16px;
	}
	.contact_dList {}
	.contact_dList > dt {}
	.contact_dList > dd {}
	.footNav {
		padding-bottom: 25px;
	}
	.contact_dList > dd > a {}
	.footNav_inner {}
	.footNav_list {}
	.footNav_list > li {}
	.footNav_list > li:first-child {}
	.footNav_list > li:last-child {}
	.footNav_list > li:nth-child(2n + 1) {}
	.footNav_list > li:nth-child(n + 3) {}
	.footNav_list > li > a {
		font-size: 16px;
		height: 100px;
	}
	.footNav_list > li > a:not([href]) {}
	.footNav_list > li > a::before {}
	.footNav_list::after {}
	.footNav_list > li > a::after {}
	.app_cTbl {}
	.app_cTbl > tbody {}
	.app_cTbl > tbody > tr {}
	.app_cTbl > tbody > tr:first-child {}
	.app_cTbl > tbody > tr:last-child {}
	.app_cTbl > tbody > tr > th {}
	.app_cTbl > tbody > tr > td {}
	.app_span {}
	.header {
		padding: 10px 0;
	}
	.header_inner {}
	.header_image {
		width: 80px;
	}
	.header_image > img {}
	.header_text {
		font-size: 12px;
		top: 0;
	}
	.app_list2 {}
	.app_list2 > li {}
	.app_list2 > li:first-child {}
	.app_list2 > li:last-child {}
	.app_list2 > li:nth-child(2n + 1) {}
	.app_list2 > li:nth-child(n + 3) {}
	.resultWrap {}
	.result {}
	.result_inner {}
	.result_sect {}
	.result_sect:last-child {}
	.result_title {}
	.result_title > img {}
	.result_headline {}
	.result_headline > img {}
	.result_textWrap {}
	.result_textWrap:last-child {}
	.result_text {}
	.result_text_image {}
	.result_text_image-no1 {}
	.result_text_image-no2 {}
	.result_text_image-no3 {}
	.result_text_image-no4 {}
	.result_text_image-no5 {}
	.result_sect-no2 {}
	.result_headlineWrap {}
	.result_headlineWrap_image {}
	.result_headlineWrap_image > img {}
}
@media screen and (max-width: 767px) {
	.contents {}
	.vis {
		background-size: 130px 130px;
		height: auto;
		padding: 55px 0 18px;
		position: relative;
		z-index: 1;
		margin-top: -40px;
	}
	.vis_inner {}
	.vis_title {
		width: 100%;
	}
	.vis_title > img {
		width: 100%;
		height: auto;
	}
	.pageNav {
		position: relative;
		display: none;
	}
	.pageNav_inner {}
	.pageNav_list {}
	.pageNav_list::after {}
	.pageNav_list > li {}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(2n + 1) {}
	.pageNav_list > li:nth-child(n + 3) {}
	.pageNav_list > li > a {}
	.pageNav_list > li > a:not([href]) {}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {}
	.idea {
		background-size: 130px 130px;
		padding: 31px 0 51px;
	}
	.idea_inner {}
	.idea_box {
		background-image: none;
		padding: 0;
		height: auto;
	}
	.idea_box_inner {
		background-image: url(../img/bg-idea_sp@2x.png);
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 76px 0 51px;
		margin-bottom: 35px;
	}
	.idea_title {
		max-width: 196px;
		margin: 0 auto 30px;
	}
	.idea_title > img {}
	.idea_text {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 2em;
	}
	.idea_text:last-child {
		margin-bottom: 0;
	}
	.idea_text > img {
		width: 112px;
		margin-right: 7px;
	}
	.idea_list {
		display: block;
		max-width: 270px;
	}
	.idea_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 23px;
	}
	.idea_list > li:first-child {}
	.idea_list > li:last-child {}
	.idea_list > li:nth-child(2n + 1) {}
	.idea_list > li:nth-child(n + 3) {}
	.idea_list > li > a {}
	.idea_list > li:first-child > a {}
	.idea_list > li > a::before {}
	.idea_list > li > a::after {}
	.spot {
		padding: 82px 0 36px;
	}
	.spot::before {
		width: 140%;
		min-width: 0;
		height: 125px;
	}
	.spot_inner {
		padding: 0 10px;
	}
	.spot_title {
		max-width: 270px;
		margin-bottom: 24px;
	}
	.spot_title > img {}
	.spot_text {
		font-size: 15px;
		line-height: 2;
		margin-bottom: 35px;
		margin-top: 0;
	}
	.spot_sect {
		margin-bottom: 35px;
	}
	.spot_headline {}
	.spot_headline > img {
		height: 64px;
	}
	.spot_cols {
		display: block;
	}
	.spot_col {
		width: auto;
	}
	.spot_col-no1 {}
	.spot_image {
		max-width: 260px;
		margin: 14px auto 17px;
	}
	.spot_image > img {}
	.spot_col-no2 {}
	.spot_subhead {
		max-width: 191px;
		margin: 0 auto;
	}
	.spot_subhead > img {}
	.spot_photo {
		max-width: 163px;
		margin-top: -18px;
	}
	.spot_photo > img {}
	.spot_caption {
		font-size: 15px;
		text-align: center;
		margin-top: 11px;
	}
	.spot_link {
		max-width: 266px;
	}
	.spot_link-site {
		max-width: 266px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.spot_link > a {}
	.spot_link > a::before {}
	.spot_link > a::after {}
	.spot_link-site > a {
		font-size: 16px;
	}
	.spot_link-site > a::before {}
	.spot_link-site > a::after {}
	.app {
		background-size: 500px auto;
		padding: 17px 0 54px;
	}
	.app_inner {}
	.app_areaTitle {
		background-image: url(../img/bg-prize_sp@2x.png);
		padding: 79px 0 56px;
		margin-bottom: 34px;
	}
	.app_title {
		max-width: 252px;
		margin-bottom: 5px;
	}
	.app_title > img {}
	.app_list {
		display: block;
		max-width: 210px;
	}
	.app_list > li {
		width: auto;
		margin-left: 0;
	}
	.app_list > li:first-child {}
	.app_list > li:last-child {}
	.app_list > li:nth-child(2n + 1) {}
	.app_list > li:nth-child(n + 2) {
		margin-top: 30px;
	}
	.app_list > li > img {}
	.app_box {
		padding: 24px 20px;
		border-radius: 15px;
	}
	.app_headline {
		max-width: 180px;
		margin-bottom: 1px;
	}
	.app_headline > img {}
	.app_table {
		display: block;
		font-size: 14px;
	}
	.app_table > tbody {}
	.app_table > tbody > tr {
		display: block;
	}
	.app_table > tbody > tr:first-child {}
	.app_table > tbody > tr:last-child {}
	.app_table > tbody > tr > th {
		width: auto;
	}
	.app_table > tbody > tr > th::before {
		width: 12px;
		height: 12px;
		min-width: 12px;
	}
	.app_table > tbody > tr > td {
		width: auto;
	}
	.app_link {
		max-width: 270px;
	}
	.app_link > a {}
	.app_link > a::before {}
	.app_link > a::after {}
	.app_dList {
		font-size: inherit;
	}
	.app_dList > dt {}
	.app_dList > dd {}
	.contact {
		font-size: 14px;
		padding: 20px 20px;
	}
	.contact_dList {}
	.contact_dList > dt {}
	.contact_dList > dd {}
	.footNav {
		background-size: 130px 130px;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	.contact_dList > dd > a {}
	.footNav_inner {}
	.footNav_list {
		flex-wrap: wrap;
	}
	.footNav_list > li {}
	.footNav_list > li:first-child {}
	.footNav_list > li:last-child {
		width: 100%;
	}
	.footNav_list > li:nth-child(2n + 1) {}
	.footNav_list > li:nth-child(n + 3) {}
	.footNav_list > li > a {
		font-size: 14px;
		height: 30px;
	}
	.footNav_list > li > a:not([href]) {}
	.footNav_list > li > a::before {
		border-left: 1px solid #fff;
		height: 14px;
		left: auto;
		right: 0;
	}
	.footNav_list > li:last-child > a::before {
		display: none;
	}
	.footNav_list::after {
		display: none;
	}
	.footNav_list > li > a::after {}
	.app_cTbl {
		font-size: inherit;
	}
	.app_cTbl > tbody {}
	.app_cTbl > tbody > tr {}
	.app_cTbl > tbody > tr:first-child {}
	.app_cTbl > tbody > tr:last-child {}
	.app_cTbl > tbody > tr > th {}
	.app_cTbl > tbody > tr > td {}
	.app_span {
		font-size: inherit;
	}
	.header {
		overflow: hidden;
	}
	.header_inner {
		padding: 0 6px;
	}
	.header_image {
		width: 70px;
		min-width: 70px;
		margin-right: 8px;
	}
	.header_image > img {}
	.header_text {
		font-size: 10px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		white-space: nowrap;
	}
	.app_list2 {}
	.app_list2 > li {}
	.app_list2 > li:first-child {}
	.app_list2 > li:last-child {}
	.app_list2 > li:nth-child(2n + 1) {}
	.app_list2 > li:nth-child(n + 3) {}
	.spNav {
		display: block;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1000;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.70);
	}
	.spNav_inner {
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 15px;
	}
	.spNav_text {
		width: 185px;
	}
	.spNav_text > img {
		display: block;
	}
	.menuBtn {
		height: 40px;
		width: 40px;
		position: relative;
		z-index: 10;
	}
	.menuBtn::before {}
	.menuBtn::after {}
	.menuBtn_bar {
		width: 35px;
		height: 1px;
		background-color: currentColor;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: top, width, -webkit-transform;
		transition-property: transform, top, width;
		transition-property: transform, top, width, -webkit-transform;
	}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {
		margin: 6px auto;
	}
	.menuBtn_bar-no3 {}
	.isShow .menuBtn_bar-no1 {
		top: 7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 30px;
	}
	.isShow .menuBtn_bar-no2 {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.isShow .menuBtn_bar-no3 {
		top: -7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 30px;
	}
	.spNav_box {
		position: absolute;
		z-index: 1;
		top: 0;
		background-color: #fff;
		width: 100%;
		left: 0;
		padding: 55px 0 40px;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		pointer-events: none;
	}
	.spNav_box.isShow {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
		pointer-events: auto;
	}
	.spNav_box_text {
		max-width: 290px;
		margin: 0 auto 20px;
	}
	.spNav_box_text > img {}
	.spNav_box_list {
		list-style: none;
	}
	.spNav_box_list > li {}
	.spNav_box_list > li:first-child {}
	.spNav_box_list > li:last-child {}
	.spNav_box_list > li:nth-child(2n + 1) {}
	.spNav_box_list > li:nth-child(n + 3) {}
	.spNav_box_list > li > a {
		display: flex;
		text-decoration: none;
		color: inherit;
		font-size: 18px;
		padding: 4px 20px;
		align-items: center;
	}
	.spNav_box_list > li > a:not([href]) {
		pointer-events: none;
		color: rgba(34, 23, 20, 0.29);
	}
	.spNav_box_list > li > a::before {
		content: "";
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23221714' viewBox='0 0 20 10'%3E%3Cpolygon class='st0' points='19.1,5 10.5,0 10.5,4.5 0.9,4.5 0.9,5.5 10.5,5.5 10.5,10 '/%3E%3C/svg%3E");
		width: 20px;
		height: 10px;
		background-size: 100% 100%;
		display: block;
		margin-right: 11px;
	}
	.spNav_box_list > li > a:not([href])::before {
		opacity: .3;
	}
	.spNav_box_list > li > a::after {
		content: "";
	}
	.resultWrap {}
	.result {
		background-size: 32px auto;
		padding: 45px 0;
	}
	.result_inner {}
	.result_sect {
		max-width: none;
		padding-top: 40px;
		background-color: #fff;
		box-shadow: 5px 5px 0 rgba(117, 117, 117, 0.36);
		background-image: none;
		border-radius: 20px;
		padding: 40px 25px;
		height: auto;
		margin-bottom: 35px;
		border-radius: 10px;
		position: relative;
		z-index: 1;
	}
	.result_sect:last-child {}
	.result_title {
		max-width: 170px;
		margin-bottom: 20px;
	}
	.result_title > img {}
	.result_headline {
		max-width: 290px;
		margin-bottom: 24px;
		font-size: 18px;
		margin-top: 50px;
	}
	.result_headline:first-child {
		margin-top: 0;
	}
	.result_headline > img {}
	.result_headline > b {
		margin-top: 7px;
		font-size: 21px;
	}
	.result_textWrap {
		margin-top: 20px;
		max-width: none;
		margin-bottom: 15px;
	}
	.result_textWrap:last-child {}
	.result_text {
		font-size: 14px;
		line-height: 40px;
		background-size: 100% 40px;
	}
	.result_text_image {
		float: none;
		width: 140px;
		margin: 0px auto 21px;
		display: block;
		width: auto;
		background-color: #fff;
		box-shadow: none;
	}
	.result_text_image-no6 {
		float: right;
		box-shadow: 0 0 0 15px #fff;
		background-color: #fff;
	}
	.result_text_image-no0 {
		margin-bottom: 16px;
	}
	.result_text_image-no0:last-child {
		margin-bottom: 0;
	}
	.result_text_image > img {
		display: block;
		margin: 0 auto;
		width: 130px;
	}
	.result_text_image-no2 > img {
		width: 150px;
	}
	.result_text_image-no1 {
		float: none;
		display: block;
		box-shadow: none;
		margin: 16px 0;
		height: auto;
		display: none;
	}
	.result_text_image-no2 {
		margin-bottom: 18px;
		display: none;
	}
	.result_text_image-no3 {}
	.result_text_image-no4 {}
	.result_text_image-no5 {}
	.result_text_image-no1 > img {
		width: 127px;
	}
	.result_sect-no2 {}
	.result_rebon {
		display: block;
		position: absolute;
		z-index: 1;
		top: -6px;
		left: -6px;
		width: 70px;
	}
	.result_rebon-no1 {}
	.result_rebon > img {}
	.result_rebon-no2 {
		top: auto;
		left: auto;
		bottom: -6px;
		right: -6px;
	}
	.result_headlineWrap {}
	.result_headlineWrap_image {
		position: static;
		margin: 0 auto;
		width: 100px;
		display: none;
	}
	.result_headlineWrap_image > img {}
}
@media screen and (max-width: 374px) {
	.spot_headline > img {
		height: 55px;
	}
	.contact {
		font-size: 13px;
	}
}
