@charset "UTF-8";


/*------------------------
建物調査のルール
------------------------*/
/*--------共通--------*/
.rule .cont .ttl h3 {
	font-weight: 500;
	color: var(--accentcolor);
	letter-spacing: .05em;
}
.rule .cont .ttl h3 span {
	letter-spacing: -.2em;
}
.rule .ttl-area {
	color: var(--accentcolor);
}
.rule .cont {
	background: url(../img/bg_dot.jpg);
}
.rule .cont .inner h2 {
	color: var(--accentcolor);
}
.rule .cont .inner .top-cont {
	position: relative;
}
.rule .cont .inner .top-cont .img {
	position: absolute;
}
.rule .cont .inner .top-cont ul {
	background: #fff url(../img/bg_pat.png);
	border-radius: 6px;
}
.rule .cont .inner .top-cont ul li {
	display: flex;
	color: var(--inccolor);
	font-weight: 500;
}
.rule .cont .inner .top-cont ul li::before {
	content: '';
	display: inline-block;
}
.rule .cont .inner .top-cont ul li span {
	flex: 1;
}
.rule .cont .inner .top-cont .img img {
	width: 100%;
}
/*対象用途*/
.rule .cont .inner .purpose .ttl {
	align-items: center;
	color: var(--accentcolor);
	line-height: 1;
}
.rule .cont .inner .purpose .ttl h4 {
	background: #93ceea;
	border-radius: 4px;
	font-weight: 500;
}
.rule .cont .inner .purpose .ttl .caution {
	display: block;
}
.rule .cont .inner .purpose ul li {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	color: var(--accentcolor);
	letter-spacing: 0;
}
.rule .cont .inner .purpose ul li .head {
	display: block;
	line-height: 1;
}
.rule .cont .inner .purpose ul li .icn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*対象外*/
.rule .cont .inner .applicable {
	background: #bdc6d9;
	border-radius: 6px;
}
.rule .cont .inner .applicable .txt {
	color: var(--accentcolor);
}
.rule .cont .inner .applicable .txt h3 {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.rule .cont .inner .applicable .txt h3::before {
	content: '';
	display: inline-block;
}
.rule .cont .inner .applicable .txt ul li {
	display: flex;
	font-weight: 500;
}
.rule .cont .inner .applicable .txt ul li::before {
	content: '';
	display: inline-block;
}
.rule .cont .inner .applicable .txt ul li span {
	flex: 1;
}
.rule .cont .inner .applicable .img::after {
	content: '×';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #2a424b;
	line-height: 1;
	opacity: .84;
}
/*提供資料*/
.rule .cont .inner .materials .provided {
	background: url(../img/bg_provided.jpg) no-repeat 100%/cover;
	border-radius: 10px;
	position: relative;
}
.rule .cont .inner .materials .provided h4 {
	text-align: center;
}
.rule .cont .inner .materials .provided .btn {
	margin: auto;
}
.rule .cont .inner .materials .provided .btn a {
	border: 2px solid var(--inccolor);
}
.rule .cont .inner .materials .provided .btn a ,
.rule .cont .inner .materials .provided .btn a span::before  {
	background: var(--inccolor);
}
.rule .cont .inner .materials .provided .btn a span::after {
	border-bottom: 2px solid var(--inccolor);
	border-right: 2px solid var(--inccolor);
}
/*--------pc--------*/
@media screen and (min-width:768px) {

	main section.rule .inner{
		padding: 10rem 0 10rem;
	}
	.rule .cont .ttl {
		line-height: 1;
		margin-bottom: 2rem;
	}
	.rule .cont .inner h2 {
		font-size: 4.2rem;
		margin-bottom: 5rem;
	}
	.rule .cont .ttl h3 {
		font-size: 4.4rem;
	}
	.rule .cont .inner .top-cont {
		margin-bottom: 4rem;
	}
	.rule .cont .inner .top-cont ul {
		width: 87rem;
		padding: 2.5rem 3rem;
	}
	.rule .cont .inner .top-cont ul li {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.rule .cont .inner .top-cont ul li:not(:last-of-type) {
		margin-bottom: 1rem;
	}
	.rule .cont .inner .top-cont ul li::before {
		width: .8rem;
		height: .8rem;
		background: var(--inccolor);
		border-radius: 50vw;
		vertical-align: 5px;
		margin: 1.2rem 1.4rem 0 0;
	}
	.rule .cont .inner .top-cont ul li.come{
		font-size: 2.2rem;
	}
	.rule .cont .inner .top-cont ul li.come::before{
		content: none;
	}
	.rule .cont .inner .top-cont .img {
		top: -2.2rem;
		right: 0;
		width: 51rem;
	}
	/*対象用途*/
	.rule .cont .inner .purpose {
		margin-bottom: 5rem;
	}
	.rule .cont .inner .purpose .ttl {
		margin-bottom: 2rem;
	}
	.rule .cont .inner .purpose .ttl h4 {
		padding: 1.3rem 2.5rem 1rem;
		font-size: 2.8rem;
		margin-right: 1.5rem;
	}
	.rule .cont .inner .purpose .ttl .caution {
		font-size: 1.8rem;
	}
	.rule .cont .inner .purpose ul {
		gap: 0 1rem;
	}
	.rule .cont .inner .purpose ul li {
		width: 100%;
		padding: 1.2rem 1rem;
		height: 9.2rem;
		font-size: 1.6rem;
	}
	.rule .cont .inner .purpose ul li .icn {
		width: 68%;
		height: 62%;
	}
	/*対象外*/
	.rule .cont .inner .applicable {
		padding: 1.4rem 3.5rem;
		justify-content: space-between;
	}
	.rule .cont .inner .applicable .txt {
		padding: 2.6rem .5rem;
	}
	.rule .cont .inner .applicable .txt h3 {
		font-size: 3rem;
		letter-spacing: .075em;
		line-height: 1;
		margin-bottom: 2rem;
	}
	.rule .cont .inner .applicable .txt h3::before {
		width: 4.5rem;
		height: 4rem;
		background: url(../img/icn_applicable.svg) no-repeat 100%/contain;
		margin: 0 1rem .5rem 0;
	}
	.rule .cont .inner .applicable .txt ul li {
		align-items: center;
		font-size: 2.4rem;
		line-height: 1;
	}
	.rule .cont .inner .applicable .txt ul li:not(:last-of-type) {
		margin-bottom: 2.3rem;
	}
	.rule .cont .inner .applicable .txt ul li::before {
		width: .8rem;
		height: .8rem;
		background: var(--accentcolor);
		border-radius: 50vw;
		margin-right: 1.2rem;
	}
	.rule .cont .inner .applicable .img {
		width: 38rem;
		position: relative;
	}
	.rule .cont .inner .applicable img {
		width: 100%;
	}
	.rule .cont .inner .applicable .img::after {
		font-size: 34rem;
	}
	/*提供資料*/
	.rule .cont .inner .materials .provided {
		padding: 8rem 0 6rem;
		background-position: top;
	}
	.rule .cont .inner .materials .provided h4 {
		width: 80%;
		margin: 0 auto 2rem;
	}
	.rule .cont .inner .materials .provided .arrow {
		position: relative;
		overflow: hidden;
		width: 5rem;
		height: 8rem;
		margin: 0 auto 5rem;
	}
	.rule .cont .inner .materials .provided .arrow span {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 3.4rem;
		height: 3.4rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-left: .4rem solid #fff;
		border-bottom: .4rem solid #fff;
		-webkit-animation: sdb 2s infinite;
		animation: arrow 2s infinite;
		opacity: 0;
	}
	.rule .cont .inner .materials .provided .arrow span:nth-of-type(1) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
	.rule .cont .inner .materials .provided .arrow span:nth-of-type(2) {
		top: 22%;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
		border-left: .4rem solid #c1ddea;
		border-bottom: .4rem solid #c1ddea;
	}
	.rule .cont .inner .materials .provided .arrow span:nth-of-type(3) {
		top: 44%;
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
		border-left: .4rem solid #93ceea;
		border-bottom: .4rem solid #93ceea;
	}
	@keyframes arrow {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	.rule .cont .inner .materials .provided .btn {
		width: 54rem;
	}
	.rule .cont .inner .materials .provided .btn a {
		padding: 3rem 3rem 2.8rem;
		font-size: 2.6rem;
		letter-spacing: .1em;
	}
	.rule .cont .inner .materials .provided .btn a::after {
		width: 8.6rem;
	}
	.rule .cont .inner .materials .provided .btn a:hover {
		color: var(--inccolor);
	}
	.rule .cont .inner .materials .provided .btn a span::before {
		right: 2.7rem;
		width: 3.4rem;
	}
	.rule .cont .inner .materials .provided .btn a span::after {
		right: 2.6rem;
		width: 1rem;
		height: 1rem;
	}
	.rule .cont .inner .materials .provided .img {
		width: 47.5rem;
		position: absolute;
		right: -8rem;
		bottom: -7.4rem;
	}
	.rule .cont .inner .materials .provided .img img {
		width: 100%;
	}
}


/*--------sp--------*/
@media screen and (max-width:767px) {
	section.rule .inner{
		padding: 10vw 4.5% 10.667vw;
		margin: 0;
	}
	.rule .ttl-area {
		font-size: 26.667vw;
	}
	section.rule .cont .ttl h3 {
		font-size: 7.2vw;
	}
	.rule .cont .inner .top-cont ul {
		padding: 4.5vw 4vw 4vw;
		margin-bottom: 6%;
	}
	.rule .cont .inner .top-cont ul li {
		line-height: 1.3;
	}
	.rule .cont .inner .top-cont ul li:not(:last-of-type) {
		margin-bottom: 3%;
	}
	.rule .cont .inner .top-cont ul li::before {
		width: 2vw;
		height: 2vw;
		background: var(--inccolor);
		border-radius: 50vw;
		margin-top: 1.5vw;
	}
	.rule .cont .inner .top-cont ul li.come::before{
		content: none;
	}
	.rule .cont .inner .top-cont ul li span {
		margin-left: 2vw;
		letter-spacing: 0;
	}
	.rule .cont .inner .top-cont .img {
		top: -8vw;
		right: -4%;
		width:  42.4vw;
	}
	.rule .cont .inner .purpose {
		margin-bottom: 6%;
	}
	.rule .cont .inner .purpose .ttl{
		margin-bottom: 3.33vw;
	}
	.rule .cont .inner .purpose .ttl h4 {
		padding: 2.667vw 5.333vw 2vw;
		font-size: 5.07vw;
		margin-right: 2vw;
	}
	.rule .cont .inner .purpose .ttl .caution {
		font-size: 3.2vw;
	}
	.rule .cont .inner .purpose ul {
		flex-wrap: wrap;
		align-items: stretch;
		gap: 2%;
	}
	.rule .cont .inner .purpose ul li {
		width: 23.5%;
		padding: 1.6vw;
		height: 17.333vw;
		margin-bottom: 2%;
	}
	.rule .cont .inner .purpose ul li .icn {
		width: 68%;
		height: 62%;
	}
	.rule .cont .inner .purpose ul li .head {
		font-size: 3.2vw;
	}
	.rule .cont .inner .applicable {
		display: block;
		padding: 5.333vw 4vw;
		margin-bottom: 6%;
		position: relative;
	}
	.rule .cont .inner .applicable .txt h3 {
		font-size: 4.54vw;
		line-height: 1.2;
		margin-bottom: 7vw;
	}
	.rule .cont .inner .applicable .txt h3::before {
		width: 8vw;
		height: 7.2vw;
		background: url(../img/icn_applicable.svg) no-repeat 100% / contain;
		margin: 0 10px 5px 0;
	}
	.rule .cont .inner .applicable .txt ul li:not(:last-of-type) {
		margin-bottom: 2%;
	}
	.rule .cont .inner .applicable .txt ul li::before {
		width: 2vw;
		height: 2vw;
		background: var(--accentcolor);
		border-radius: 50vw;
		margin: 1.5vw 2vw 0 0;
	}
	.rule .cont .inner .applicable .txt ul li span {
		line-height: 1.4;
	}
	.rule .cont .inner .applicable .img::after {
		font-size: 26.667vw;
	}
	.rule .cont .inner .applicable .img {
		position: absolute;
		top: -4.8vw;
		right: -3.2vw;
		width: 30.667vw;
	}
	/*提供資料*/
	.rule .cont .inner .materials .provided {
		padding: 11vw 4vw 6vw;
	}
	.rule .cont .inner .materials .provided h4 {
		margin-bottom: 5.333vw;
	}
	.rule .cont .inner .materials .provided .img {
		position: absolute;
		top: -5vw;
		right: -8.2vw;
		width: 26.667vw;
	}
}



/*------------------------
ルール共通
------------------------*/
/*--------共通--------*/
section .inner .ttl-wrap .ef{
	display: block;
	color: #8aa0cc;
}
section .inner .ttl-wrap h2{
	line-height: 1;
	color: var(--accentcolor);
	font-weight: 500;
}
.image img{
	width: 100%;
	height: 100%;
}
.lb-nav a.lb-next,.lb-nav a.lb-prev{
	opacity: 1;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	section .inner{
		max-width: 120rem;
		margin: 0 auto;
	}
	section .inner .ttl-wrap{
		margin-bottom: 2rem;
	}
	section .inner .ttl-wrap h2{
		font-size: 6rem;
		letter-spacing: .05em;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	.lb-nav a.lb-next:hover,
	.lb-nav a.lb-prev:hover{
		opacity: .6;
	}
	section .inner{
		margin: 10vw 4.5% 10.667vw;
		overflow: hidden;
	}
	section .inner .ttl-wrap{
		margin-bottom: 3.667vw;
		line-height: 1;
	}
	section .inner .ttl-wrap .ef{
		font-size: 4.54vw;
		margin-bottom: 2vw;
	}
	section .inner .ttl-wrap h2{
		font-size: 7.2vw;
	}
}
/*------------------------
ページジャンプ
------------------------*/
/*--------共通--------*/
#provided .page-jump .box a{
	background: var(--mygray);
}
#provided .page-jump .box .text .ttl{
	line-height: 1;
	font-weight: 500;
	color: var(--accentcolor);
	letter-spacing: .05em;
	display: flex;
	align-items: flex-end;
}
#provided .page-jump .box .text .ttl span{
	display: block;
}
#provided .page-jump .box .text .item-list .item {
	display: flex;
	line-height: 1;
}
#provided .page-jump .box .text .item-list .item .num{
	background: #93ceea;
	color: var(--accentcolor);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#provided .page-jump .box .text .item-list .head {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1;
}
#provided .page-jump .box .text .item-list .head::after {
	content: '';
	flex: 1;
	width: 100%;
	height: 1px;
	background: var(--txtcolor);
	margin-left: 1rem;
}
#provided .page-jump .box .link{
	background: var(--accentcolor);
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 500;
	position: relative;
}
#provided .page-jump .box .link::after{
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*--------pc--------*/
@media screen and (min-width:768px) {
	#provided .inner{
		padding: 10rem 0 10rem;
	}
	#provided .page-jump{
		display: flex;
		justify-content: space-between;
		margin-bottom: 10.5rem;
	}
	#provided .page-jump .box a{
		width: 28.2rem;
		min-height: 38.6rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-radius: 12px;
	}
	#provided .page-jump .box a:hover{
		transform: translateY(-5px);
	}
	#provided .page-jump .box .image{
		height: 18rem;
	}
	#provided .page-jump .box .image img{
		border-radius: 12px 12px 0 0;
	}
	#provided .page-jump .box .text{
		padding: 1.2rem 1.4rem 1.4rem;
	}
	#provided .page-jump .box .text .ttl{
		font-size: 2.6rem;
		margin-bottom: 1.2rem;
	}
	#provided .page-jump .box .text .ttl span{
		font-size: 4.8rem;
		line-height: .7;
		margin-right: 1.2rem;
	}
	#provided .page-jump .box .text .item-list .item:not(:last-child){
		margin-bottom: .5rem;
	}
	#provided .page-jump .box .text .item-list .item .num{
		font-size: 1.6rem;
		width: 3.7rem;
		height: 2rem;
		margin-right: 1rem;
	}
	#provided .page-jump .box .text .item-list .head {
		font-size: 1.4rem;
		margin: 1rem 0 .6rem;
	}
	#provided .page-jump .box .link{
		height: 4rem;
		padding: 1.5rem;
		border-radius: 0 0 1.2rem 1.2rem;
		transition: all .3s ease 0s;
	}
	#provided .page-jump .box a:hover .link{
		background: #93ceea;
		color: var(--accentcolor);
	}
	#provided .page-jump .box .link::after{
		width: .6rem;
		height: .6rem;
		border-bottom: .2rem solid #fff;
		border-left: .2rem solid #fff;
		right: 1.5rem;
	}
	#provided .page-jump .box a:hover .link::after{
		border-bottom: .2rem solid var(--accentcolor);
		border-left: .2rem solid var(--accentcolor);
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {

	#provided .page-jump{
		margin-bottom: 10.667vw;
	}
	#provided .page-jump .box{
		margin-bottom: 4vw;
	}
	#provided .page-jump .box a{
		width: 100%;
		display: block;
		border-radius: 12px;
	}
	#provided .page-jump .box .ttl{
		font-size: 5.34vw;
		line-height: 1;
		font-weight: 500;
		color: var(--accentcolor);
		letter-spacing: .05em;
		display: flex;
		align-items: flex-end;
		padding: 4vw 4vw 3vw 4vw
	}
	#provided .page-jump .box .ttl span{
		font-size: 38px;
		line-height: .8;
		margin-right: 2vw;
	}
	#provided .page-jump .box .image{
		height: 21.33vw;
		width: 29.33vw;
		margin-right: 3vw;
	}
	#provided .page-jump .box .image img{
		border-radius: 6px;
	}
	#provided .page-jump .box .in{
		display: flex;
		margin: 0 4vw 2vw;
	}
	#provided .page-jump .box .text{
		flex: 1;
	}
	#provided .page-jump .box .text .item-list .item:not(:last-child){
		margin-bottom: 1vw;
	}
	#provided .page-jump .box .text .item-list .item .num{
		font-size: 3.2vw;
		width: 8vw;
		height: 5.33vw;
		margin-right: 2vw;
	}
	#provided .page-jump .box .text .item-list .head {
		font-size: 3.2vw;
		margin: 2vw 0 1vw;
	}
	#provided .page-jump .box .text .item-list .item p{
		font-size: 4vw;
		line-height: 1.3;
	}
	#provided .page-jump .box .link{
		height: 10.67vw;
		padding: 3vw;
		border-radius: 0 0 12px 12px;
		font-size: 4vw;
	}
	#provided .page-jump .box .link::after{
		width: 1.6vw;
		height: 1.6vw;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		right: 4vw;
	}
}
/*------------------------
提供資料 詳細 共通
------------------------*/
/*--------共通--------*/
#provided .c-block .ttl-area h3{
	color: var(--accentcolor);
	font-weight: 500;
	line-height: 1;
	position: relative;
}
#provided .c-block .ttl-area h3::before{
	content: "";
	width: 100%;
	background: #cff4f2 url(../img/rule/pattern_ttl_line.png);
	position: absolute;
	left: 0;
	z-index: -1;
}
/* 注意事項 */
#provided .notics ul li {
	display: flex;
	align-items: flex-start;
}
#provided .notics ul li::before{
	content: "";
	background: var(--txtcolor);
	border-radius: 50vw;
	display: inline-block;
}
#provided .notics ul li .f-box{
	flex: 1;
}
#provided .notics ul li .f-box .box.list dd::before{
	content: "";
	background: var(--txtcolor);
	display: inline-block;
	border-radius: 50%;
}
#provided .notics ul li .f-box .box{
	border-left: 2px solid var(--txtcolor);
}
/* flexボックス */
#provided .c-block .flex-box .img-wrap img{
	object-fit: cover;
}
#provided .c-block .flex-box .img-wrap .contain img{
	object-fit: contain;
}
#provided .c-block .flex-box .img-wrap .image.big::after{
	content: "";
	background: url(../img/rule/icon_search.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
}
#provided .c-block .flex-box .text .ttl{
	display: flex;
	align-items: center;
	font-weight: 500;
	letter-spacing: .05em;
}
#provided #num01 .flex-box:last-child .text .ttl a{
	text-decoration: underline;
}
#provided .c-block .flex-box .text .ttl .num{
	background: #93ceea;
	color: var(--accentcolor);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	line-height: 1;
}


#provided .c-block .flex-box .text ul li{
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
}
#provided .c-block .flex-box .text ul li::before{
	content: "";
	background: var(--accentcolor);
	border-radius: 50vw;
	display: inline-block;
}
#provided .c-block .flex-box .text ul li span{
	letter-spacing: -0.4em;
}

#provided .c-block .flex-box .text dl{
	display: flex;
}
#provided .c-block .flex-box .text dt{
	background: var(--txtcolor);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
	position: relative;  
}
#provided .c-block .flex-box .text dt::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--txtcolor);
	position: absolute;
}
#provided .c-block .flex-box .text dd{
	width: 100%;
	flex: 1;
	border: 1px solid var(--txtcolor);
	display: flex;
	align-items: center;
}

/* 良い例・悪い例 */
/*#provided .c-block .example .box .ttl,
#provided .c-block .flex-box .text .ok-ttl{
	font-weight: 600;
	color: var(--inccolor);
	background-size: contain;
	display: flex;
	align-items: center;
	position: relative;
}
#provided .c-block .example .box .ttl::before,
#provided .c-block .flex-box .text .ok-ttl::before{
	content: "";
	background: url(../img/rule/icon_maru.svg) no-repeat;
	background-size: contain;
	opacity: .12;
	position: absolute;
}

#provided .c-block .example .box.batu .ttl{
	color: var(--accentcolor);
}
#provided .c-block .example .box.batu .ttl::before{
	background: url(../img/rule/icon_batu.svg) no-repeat;
	background-size: contain;
}*/
#provided .c-block .ok-ttl {
	display: flex;
	font-weight: 600;
	color: var(--inccolor);
	line-height: 1;
	align-items: center;
}
#provided .c-block .ok-ttl::before {
	content: "";
	background: url(../img/rule/icon_maru.svg) no-repeat;
	background-size: contain;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	#provided .c-block{
		margin-bottom: 7rem;
	}
	#provided .c-block .ttl-area h3{
		font-size: 3.2rem;
		padding: 0 2rem 2rem 2rem;
		letter-spacing: .08em;
		margin-bottom: 2.5rem;
	}
	#provided .c-block .ttl-area h3::before{
		height: 3.5rem;
		bottom: .2rem;
	}
	#provided .c-block .ttl-area .ef{
		font-size: 5.8rem;
		line-height: 1;
		margin-right: .5rem;
		vertical-align: -.5rem;
	}

	/* 注意事項 */
	#provided .notics ul li {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	#provided .notics ul li:not(:last-of-type){
		margin-bottom: 1.3rem;
	}
	#provided .notics ul li::before{
		width: .8rem;
		height: .8rem;
		margin-right: 1.2rem;
		margin-top: 1rem;
	}
	#provided .notics ul li .f-box .box{
		padding-left: 2rem;
		line-height: 1.3;
		margin-top: 1rem;
	}
	#provided .notics ul li .f-box .box.list dt{
		font-size: 2.1rem;
	}
	#provided .notics ul li .f-box .box.list dd{
		font-size: 1.9rem;
		line-height: 1.4;
		display: flex;
		align-items: center;
	}
	#provided .notics ul li .f-box .box.list dd::before{
		width: .3rem;
		height: .3rem;
		margin-right: .8rem;
	}

	/* flexボックス */
	#provided .c-block:not(#num01) .flex-box{
		justify-content: space-between;
		padding: 4rem 0;
		border-bottom: 1px solid var(--txtcolor);
	}
	#provided .c-block:not(#num01) .flex-box:last-child{
		border-bottom: none;
	}
	#provided .c-block .item:not(:nth-child(4)){
		border-bottom: 1px solid var(--txtcolor);
	}
	#provided .c-block .item .flex-box {
		border-bottom: none;
		padding: 4rem 0;
	}
	#provided .c-block:not(#num01) .item .flex-box:first-child{
		padding: 1.5rem 0 4rem;
	}
	#provided .c-block:not(#num01) .flex-box:nth-child(2) {
		padding: 0 0 4rem 0;
	}
	#provided .c-block:not(#num01) .flex-box:nth-child(2n + 1){
		flex-direction: row-reverse;
	}
	#provided .c-block .item:nth-child(2n + 1) .flex-box{
		flex-direction: row-reverse;
	}
	#provided #num01.c-block .item:nth-child(2) .flex-box{
		padding: 1.5rem 0 4rem;
	}
	#provided .c-block .flex-box .text dl{
		margin-bottom: 2.5rem;
	}

	/* 良い例slick */
	#provided .c-block .flex-box .text .ok-ttl {
		font-size: 2.1rem;
		margin-bottom: .5rem;
	}
	#provided .c-block .flex-box .text .ok-ttl::before{
		width: 2rem;
		height: 2rem;
		margin: 0 .6rem .3rem 0;
	}
	/* Slick */
	#provided .c-block .flex-box .text .sub-img{
		display: flex;
		flex-wrap: wrap;
	}
	#provided .c-block .flex-box .text .sub-img .image a{
		width: 13.7rem;
		height: 9.3rem;
		display: block;
		margin-bottom: 1rem;
		border: 1px solid #c9c9c9;
	}
	#provided .c-block .flex-box .text .sub-img .image a img{
		object-fit: cover;
	}
	#provided .c-block .flex-box .text .sub-img .image a:hover{
		opacity: .8;
	}
	#provided .c-block .flex-box .text .sub-img .image:nth-child(4n) a{
		margin-right: 0;
	}
	#provided .c-block .flex-box .text .come{
		font-size: 1.4rem;
	}
	#provided .c-block .flex-box .img-wrap{
		margin-left: 4rem;
	}
	#provided  .c-block:not(#num01) .flex-box:nth-child(2n + 1) .img-wrap{
		margin-left: 0;
		margin-right: 4rem;
	}
	#provided .c-block .item:nth-child(2n + 1) .flex-box .img-wrap{
		margin-left: 0;
		margin-right: 4rem;
	}
	#provided .c-block .flex-box .img-wrap .image{
		position: relative;
		transition: all 800ms;
	}
	#provided .c-block .flex-box .img-wrap .image.big::after{
		width: 3.8rem;
		height: 3.8rem;
	}
	#provided .c-block .flex-box .img-wrap .image{
		width: 58rem;
		height: 43rem;
		display: block;
		border: 1px solid var(--txtcolor);
	}
	#provided .c-block .flex-box .img-wrap .image a:hover{
		opacity: .8;
	}
	#provided .c-block .flex-box .img-wrap .cup{
		padding: 1.5rem 0 0 0;
		font-size: 2.1rem;
		text-align: center;
	}
	#provided .c-block .flex-box .text{
		flex: 1;
	}
	#provided .c-block .flex-box .text .ttl{
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	#provided #num01 .flex-box:nth-child(4) .text .ttl{
		letter-spacing: .01em;
	}
	#provided #num01 .flex-box:last-child .text .ttl a:hover{
		color: var(--accentcolor);
	}
	#provided .c-block .flex-box .text .ttl .num{
		font-size: 2.1rem;
		width: 6rem;
		height: 3.4rem;
		margin-right: 1rem;
		padding-top: 0.2rem;
	}
	#provided .c-block .flex-box .text .ttl a{
		text-decoration: underline;
		letter-spacing: 0;
	}
	#provided .c-block .flex-box .text .ttl a:hover{
		color: var(--accentcolor);
	}
	
	#provided .c-block .flex-box .text ul li::before{
		width: .7rem;
		height: .7rem;
		margin-right: 1rem;
		margin-top: 1.2rem;
	}

	#provided .c-block .flex-box .text .textarea{
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 1rem;
		letter-spacing: .05em;
	}
	#provided .c-block .flex-box .text dt{
		font-size: 1.9rem;
		width: 8.2rem;
		height: 5rem;
		padding-top: .2rem;
	}
	#provided .c-block .flex-box .text dt::after{
		border-width: 2.5rem 0px 2.5rem 1.1rem;
		right: -1.1rem;
	}
	#provided .c-block .flex-box .text dd{
		padding-left: 3rem;
		font-size: 2.1rem;        
		padding-top: .2rem;
	}
	/*イメージリスト*/
	#provided .c-block .img-list .ok-ttl {
		display: flex;
		font-size: 2.1rem;
		font-weight: 600;
		color: var(--inccolor);
		line-height: 1;
		align-items: center;
		margin-bottom: .5rem;
	}
	#provided .c-block .img-list .ok-ttl::before {
		content: '';
		background: url(../img/rule/icon_maru.svg) no-repeat;
		background-size: contain;
		width: 2rem;
		height: 2rem;
		margin: 0 .6rem .3rem 0;
	}
	#provided .c-block .img-list .sub-img {
		display: flex;
		gap: 0 .8rem;
		margin-bottom: 1rem;
	}
	#provided .c-block .img-list .come {
		font-size: 1.5rem;
	}
	
	/* 良い例・悪い例 */
	#provided .c-block .example{
		display: flex;
		justify-content: space-between;
	}
	#provided .c-block .example .box.maru{
		position: relative;
	}
	#provided .c-block .example .box.maru::before{
		content: "";
		width: 3px;
		height: 100%;
		background-size: 3px 14px;
		background-image: linear-gradient(to bottom, var(--accentcolor) 8px, transparent 6px);
		background-repeat: repeat-y;
		position: absolute;
		right: -2rem;
	}
	#provided .c-block .example .box .ttl{
		font-size: 2.1rem;
		height: 6.3rem;
		margin-bottom: .8rem;
	}
	#provided .c-block .example .box .ttl::before{
		width: 6.3rem;
		height: 5.9rem;
		left: .3rem;
	}
	#provided .c-block .example .box ul{
		display: flex;
	}
	#provided .c-block .example .box ul li:not(:last-child){
		margin-right: 1.4rem;
	}
	#provided .c-block .example .box ul li .image{
		width: 18.4rem;
		height: 13.2rem;
	}
	#provided .c-block .example .box ul li .cup{
		font-size: 1.6rem;
		padding: .3rem 0 .3rem;
	}
}

/*--------sp--------*/
@media screen and (max-width:767px) {

	#provided .c-block{
		margin-bottom: 10.667vw;
	}
	#provided .c-block .ttl-area h3{
		font-size: 6.133vw;
		padding: 0 4vw 2.13vw 4vw;
		letter-spacing: .08em;
		margin-bottom: 4vw;
	}
	#provided .c-block .ttl-area h3::before{
		height: 5.33vw;
		bottom: 0;
	}
	#provided .c-block .ttl-area .ef{
		font-size: 11.73vw;
		line-height: .7;
		margin-right: 2.67vw;
		vertical-align: -1.33vw;
	}

	/* 注意事項 */
	#provided .notics ul li {
		font-size: 4.27vw;
		line-height: 1.4;
	}
	#provided .notics ul li:not(:last-of-type){
		margin-bottom: 2vw;
	}
	#provided .notics ul li::before{
		width: 1.6vw;
		height: 1.6vw;
		margin-right: 2vw;
		margin-top: 2%;
	}
	#provided .notics ul li .f-box .box{
		padding-left: 3vw;
		line-height: 1.3;
		margin-top: 1vw;
		font-size: 3.43vw;
	}
	#provided .notics ul li .f-box .box.list dt{
		font-size: 4vw;
		margin-bottom: 1vw;
		letter-spacing: 0;
	}
	#provided .notics ul li .f-box .box.list dd{
		font-size: 3.73vw;
		line-height: 1.4;
		display: flex;
		align-items: flex-start;
		margin-bottom: 1.33vw;
	}
	#provided .notics ul li .f-box .box.list dd::before{
		width: 1.6vw;
		height: 1.6vw;
		margin-right: 2vw;
		margin-top: 2vw;
	}

	
	/* flexボックス */
	#provided .c-block .flex-box{
		padding: 6.67vw 0 3vw;
		flex-direction: column;
		align-items: stretch;
		border-bottom: 1px solid var(--inctxt);
	}
	#provided #num01.c-block .flex-box,
	#provided .c-block .flex-box:last-child{
		border-bottom: none;
	}
	#provided .c-block:not(#num01) .flex-box:nth-child(2){
		padding: 0 0 6.67vw 0;
	}
	#provided #num01.c-block .item:nth-child(2) .flex-box{
		padding: 0 0 3vw 0;
	}
	#provided .c-block .flex-box .img-wrap .image{
		position: relative;
		transition: all 800ms;
	}
	#provided .c-block .flex-box .img-wrap .image::after{
		width: 9.6vw;
		height: 9.6vw;
	}
	#provided .c-block .flex-box .img-wrap .image{
		width: 100%;
		height: 67.87vw;
		display: block;
		border: 1px solid var(--txtcolor);
	}
	#provided .c-block .flex-box .img-wrap .cup{
		padding: 2vw 0 0 0;
		font-size: 3.73vw;
		text-align: center;
	}
	#provided .c-block .flex-box .text{
		margin-bottom: 4vw;
	}
	#provided .c-block .flex-box .text .ttl{
		font-size: 5.34vw;
		margin-bottom: 2vw;
	}
	#provided .c-block .flex-box .text .ttl a{
		text-decoration: underline;
	}
	#provided #num01 .flex-box:nth-child(4) .text .ttl{
		letter-spacing: .01em;
		align-items: baseline;
	}
	#provided .c-block .flex-box .text .ttl .num{
		font-size: 5.07vw;
		width: 13.33vw;
		height: 7.47vw;
		margin-right: 2vw;
		padding-top: 1vw;
	}
	#provided .c-block .flex-box .text .ttl p{
		line-height: 1.3;
	}
	
	#provided .c-block .flex-box .text ul li::before{
		width: 1.07vw;
		height: 1.07vw;
		margin-right: 2.67vw;
		margin-top: 1.87vw;
	}

	#provided .c-block .flex-box .text .textarea{
		font-size: 4vw;
		line-height: 1.5;
		margin-bottom: 2vw;
		letter-spacing: .05em;
	}
	#provided .c-block .flex-box .text dt{
		font-size: 4.8vw;
		width: 16vw;
		height: 13.33vw;
		padding-top: .5vw;
	}
	#provided .c-block .flex-box .text dt::after{
		border-width: 6.67vw 0px 6.67vw 2.67vw;
		right: -2.67vw;
	}
	#provided .c-block .flex-box .text dd{
		padding-left: 4.8vw;
		font-size: 4.27vw;
		padding-top: .5vw;
		flex: 1;
		letter-spacing: 0;
	}
	/* lightbox */
	#provided .c-block .sub-img{
		display: flex;
		flex-wrap: wrap;
	}
	#provided .c-block .sub-img .image a{
		width: 21.33vw;
		height: 14.4vw;
		display: block;
		margin-right: 1.87vw;
		margin-bottom: 1.87vw;
		border: 1px solid #c9c9c9;
	}
	#provided .c-block .sub-img .image a img{
		object-fit: cover;
	}
	#provided .c-block .sub-img .image:nth-child(4n) a{
		margin-right: 0;
	}
	#provided .c-block .come{
		font-size: 3.43vw;
	}

	
	/* 良い例・悪い例 */
	#provided .c-block .example{
		display: flex;
		justify-content: space-between;
	}
	#provided .c-block .example .box{
		width: 46%;
	}
	#provided .c-block .example .box.maru{
		position: relative;
	}
	#provided .c-block .example .box.maru::before{
		content: "";
		width: 2px;
		height: 100%;
		background-size: 2px 14px;
		background-image: linear-gradient(to bottom, var(--accentcolor) 8px, transparent 6px);
		background-repeat: repeat-y;
		position: absolute;
		right: -3.73vw;
	}
	#provided .c-block .img-list{
		padding-bottom: 6.76vw;
		border-bottom: 1px solid var(--txtcolor);
	}
	#provided .c-block .ok-ttl {
		font-size: 4.27vw;
		margin-bottom: .8vw;
	}
	#provided .c-block .ok-ttl::before {
		width: 4.27vw;
		height: 4.27vw;
		margin: 0 .4vw .3vw 0;
	}

	#provided .c-block .example .box ul li:not(:last-child){
		margin-bottom: 3vw;
	}
	#provided .c-block .example .box ul li .image{
		width: 100%;
		height: 27.87vw;
		margin-bottom: 2vw;
	}
	#provided .c-block .example .box ul li .cup{
		font-size: 3.73vw;
		line-height: 1.4;
	}
}


/*------------------------
提供資料 詳細 
------------------------*/
/*--------共通--------*/
#num01 .note{
	background: var(--mygray);
}
#num01 .note ul li{
	display: flex;
}

#num01 .note ul li::before{
	content: "";
	background: var(--accentcolor);
	border-radius: 50vw;
	display: inline-block;
}
#num01 .note ul li p{
	flex: 1;
}
#num01 .note .come p{
	flex: 1;
}

/*--------pc--------*/
@media screen and (min-width:768px) {
	/* 01 */
	#num01 .note{
		margin: 0rem 0 3rem;
		padding: 3rem;
	}
	#num01 .note .ttl{
		font-size: 2.3rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 1.5rem;
	}
	#num01 .note ul li{
		font-size: 1.8rem;
		margin-bottom: 1rem;
		line-height: 1;
	}
	#num01 .note ul li::before{
		width: .4rem;
		height: .4rem;
		margin-right: 1rem;
		margin-top: 0.6rem;
	}
	#num01 .note .come{
		display: flex;
		font-size: 1.6rem;
		margin-left: 1.5rem;
	}
	/* num02 */
	#num02.c-block .example{
		margin-top: 3rem;
	}

	/* num04 */
	#num04.c-block{
		margin-bottom: 0;
	}
	#num04.c-block .flex-box .text .textarea .kome{
		font-size: 1.9rem;
		margin-left: 1.5rem;
	}

}
/*--------sp--------*/
@media screen and (max-width:767px) {
	/* 01 */
	#num01 .note{
		margin: 6vw 0;
		padding: 6vw 4.5vw 4.5vw;
	}
	#num01 .note .ttl{
		font-size: 5.33vw;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 2.67vw;
	}
	#num01 .note ul li{
		font-size: 4vw;
		margin-bottom: 2.67vw;
		line-height: 1.4;
	}
	#num01 .note ul li::before{
		width: 1.07vw;
		height: 1.07vw;
		margin-right: 2.67vw;
		margin-top: 1.6vw;
	}
	#num01 .note .come{
		display: flex;
		font-size: 3.43vw;
		margin-left: 4vw;
		letter-spacing: -.02em;
	}
	
	/* num02 */
	#num02.c-block .example{
		margin-top: 3rem;
	}

	/* num04 */
	#num04.c-block{
		margin-bottom: 0;
	}
	#num04.c-block .flex-box .text .textarea .kome{
		font-size: 3.43vw;
		margin-left: 4vw;
	}
}


/*------------------------
調査規約
------------------------*/
/*--------共通--------*/
#survey{
	background: var(--mygray);
}
#survey ul li::before{
	content: "";
	background: var(--accentcolor);
	border-radius: 50vw;
	display: inline-block;
}
#survey ul li p{
	flex: 1;
}

/*--------pc--------*/
@media screen and (min-width:768px) {
	#survey{
		margin-bottom: 10rem;
	}
	#survey .inner{
		padding: 9.5rem 0 10rem;
	}
	#survey ul li{
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0;
		display: flex;
		align-items: flex-start;
		line-height: 1.5;
		margin-bottom: 3px;
	}
	#survey ul li::before{
		width: .8rem;
		height: .8rem;
		margin-right: 1rem;
		margin-top: 1.2rem;
	}
	#survey ul li span{
		font-size: 2.1rem;
		display: inline-block;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	#survey{
		margin-bottom: 10rem;
	}
	#survey .inner{
		padding: 10vw 0 10.667vw;
	}
	#survey ul li{
		position: relative;
		font-size: 4.27vw;
		letter-spacing: 0;
		display: flex;
		align-items: flex-start;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	#survey ul li::before{
		width: 1.33vw;
		height: 1.33vw;
		margin-right: 2.67vw;
		margin-top: 2.13vw;
	}
	#survey ul li span{
		font-size: 3.43vw;
		display: inline-block;
		padding-top: 1.33vw;
	}
	#survey ul li span.space{
		display: none;

	}
}






/*------------------------
エフェクト
------------------------*/
.img-animation {
	overflow: hidden;
	position: relative;
	opacity: 0;
}
.img-animation.active{
	opacity: 1;
}
.img-animation.active::before {
	animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
	background: var(--accentcolor);
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	z-index: 1;
}
@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}

/*------------------------
謝礼
------------------------*/
/*--------共通--------*/

#incentive .ttl-area {
	display: block;
	text-align: center;
	line-height: .82;
	letter-spacing: -.02em;
}
.incentive .ttl-area {
	color: var(--inccolor);
	position: relative;
	z-index: 1;
}
.incentive .cont {
	background: #fecbd8;
	position: relative;
	overflow: hidden;
}
.incentive .cont .inner {
	position: relative;
	z-index: 1;
}
.incentive .cont .inner h2 {
	color: var(--inctxt);
	letter-spacing: 0;
}
.incentive .cont .inner .ttl .ef {
	color: var(--inccolor);
}
.incentive .cont .inner .ttl h3 {
	color: var(--inctxt);
	letter-spacing: -.04em;
}
.incentive .cont .inner .txt p {
	font-weight: 500;
	color: var(--inctxt);
}
.incentive .cont .inner .txt .caution {
	color: var(--inctxt);
	letter-spacing: .01em;
}
.incentive .cont .inner .txt .caution::before {
	content: '※';
	display: inline-block;
}
.incentive .cont .ashi01 {
	position: absolute;
	top: 0;
}
.incentive .cont .ashi02 {
	position: absolute;
	top: 0;
}
.incentive .cont .ashi03 {
	position: absolute;
}
.incentive .cont .ashi04 {
	position: absolute;
	bottom: 0;
}
.incentive .cont .ashi05 {
	position: absolute;
	bottom: 0;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	/* 共通 */
	
	section:not(.about,.flow) .cont {
		margin-top: -4.8rem;
	}
	section:not(.about) .ttl-area {
		font-size: 22.4rem;
	}
	.incentive{
		margin: 0 3rem 10rem;
		border-radius: 1.8rem;
	}
	.incentive .cont .inner h2 {
		font-size: 6rem;
		margin-bottom: 3rem;
		text-align: center;
		font-weight: 500;
	}
	
	main section.incentive .ttl-area{
		letter-spacing: -.04em;
	}
	main section.incentive .cont{
		padding: 11rem 6rem 5rem;
	}
	.incentive .cont{
		border-radius: 1.8rem;
	}
	.incentive .cont .inner .top-cont {
		justify-content: space-between;
	}
	.incentive .cont .inner .ttl {
		margin-bottom: 2rem;
	}
	.incentive .cont .inner .txt p {
		font-size: 2.4rem;
		text-align: justify;
		line-height: 1.62;
		margin-bottom: 2rem;
		letter-spacing: 0;
	}
	.incentive .cont .inner .txt .caution {
		line-height: 1;
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	.incentive .cont .inner .ttl{
		line-height: 1;
		margin-bottom: 2rem;
	}
	.incentive .cont .inner .ttl h3 {
		font-size: 4.4rem;
		font-weight: 500;
	}

	.incentive .cont .btn{
		width: 54rem;
	}
	.incentive .cont .btn a{
		padding: 3rem 3rem 2.8rem;
		font-size: 2.6rem;
		letter-spacing: .1em;
	}
	.incentive .cont .btn a::after{
		width: 8.6rem;
	}
	.incentive .cont .btn a span::before {
		right: 2.7rem;
		width: 3.4rem;
	}
	.incentive .cont .btn a span::after {
		right: 2.6rem;
		width: 1rem;
		height: 1rem;
	}

	.incentive .cont .ashi01 {
		left: 10%;
	}
	.incentive .cont .ashi02 {
		right: 0;
	}
	.incentive .cont .ashi03 {
		bottom: 0;
		left: 0;
	}
	.incentive .cont .ashi04 {
		left: 30%;
	}
	.incentive .cont .ashi05 {
		right: 0;
	}
	.incentive .cont .bounce{
		width: 49rem;
		margin-left: 2rem;
		margin-top: -3rem;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	/* 共通 */
	section:not(.about) .cont h2 {
		margin-bottom: 6.133vw;
	}

	.incentive{
		margin: 0 4.5% 10.667vw;
		overflow: hidden;
	}
	.incentive .ttl-area {
		font-size: 21.333vw;
		margin-bottom: -6vw;
	}
	.incentive .cont {
		border-radius: 18px;
	}
	.incentive .cont .inner{
		margin: 0;
		padding: 12vw 4vw 9.333vw;
	}
	.incentive .cont .txt .ttl{
		line-height: 1;
		margin-bottom: 3.667vw;
	}
	.incentive .cont .inner h2 {
		font-size: 7.47vw;
		line-height: 1.3;
		text-align: center;
		font-weight: 500;
	}
	.incentive .cont .inner .top-cont {
		display: block;
		position: relative;
	}
	.incentive .cont .inner .ttl h3 {
		line-height: 1.1;
		letter-spacing: -.04em;
		font-size: 7.2vw;
		font-weight: 600;
	}
	.incentive .cont .inner .txt p {
		font-size: 4.8vw;
		line-height: 1.3;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.incentive .cont .inner .txt p .tume{
		letter-spacing: -1em;
	}
	.incentive .cont .inner .txt .caution {
		font-size: 3.74vw;
		margin-bottom: 4vw;
		line-height: 1.3;
	}
	.incentive .cont .inner .top-cont .img {
		position: absolute;
		top: -8vw;
		right: -4vw;
		width: 31.267vw;
	}
	.incentive .cont .ashi01 {
		top: 0;
		left: 0;
		width: 30vw;
	}
	.incentive .cont .ashi02 {
		right: -12%;
		width: 36vw;
	}
	.incentive .cont .ashi03 {
		bottom: 50vw;
		left: -8vw;
		width: 34vw;
	}
	.incentive .cont .ashi04 {
		left: 2%;
		width: 41vw;
	}
	.incentive .cont .ashi05 {
		right: -5vw;
		width: 31vw;
	}
}


/*------------------------
ルール
------------------------*/
/*--------共通--------*/

/*--------pc--------*/
@media screen and (min-width:768px) {
}
/*--------sp--------*/
@media screen and (max-width:767px) {
}

