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

/*//////////////// セクション2 //////////////////*/
.sec2 .box {
	margin-bottom: 30px;
}

.sec2 .box a div {
	overflow: hidden;
	cursor: pointer;
	width: 100%;
}

.sec2 .box a div img{
	display: block;
	transition-duration: 0.5s;
}

.sec2 .box a div img:hover{
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.sec2 .box a p {
	margin-bottom: 0;
}

.sec2 .box a p:hover {
	color: #C7B4A0 !important;
	text-decoration: none;
	transition-duration: 0.3s;	
}

@media (min-width: 992px) {
	.sec2 .box {
		margin-bottom: 40px;
	}
	
	.sec2 .box p {
		letter-spacing: 0;
	}
}




/*//////////////// results //////////////////*/
.sec1-results .title {
	border-left: 3px solid #222;
	padding-left: 0.5rem;
}

.sec1-results h1 {
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 0.5rem;
}

.sec1-results h2 {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.sec1-results ul {
	list-style: none;
	padding-left: 0;
	color: #3f3f3f;
}

.sec1-results img {
	margin-bottom: 0.8rem;
}

.sec1-results h3 {
	font-size: 1.25rem;
	font-weight: 600;
}

.sec1-results p {
	margin-bottom: 0;
}


@media (min-width: 576px) {
	.sec1-results h3 {
		display: inline-block;
		margin-right: 1em;
	}
	
	.sec1-results .d-sm-flex {
		justify-content: space-between;
		align-items: center;
	}
	
	.sec1-results .box1 {
		width: 50%
	}
	
	.sec1-results .box2 {
		width: 45%
	}	
}

@media (min-width: 768px) {
	.sec1-results .title {
		padding-left: 0.8rem;
	}

	.sec1-results h1 {
		font-size: 1.5rem;
		margin-bottom: 0.7rem;
	}

	.sec1-results h2 {
		font-size: 1.25rem;
	}	
	
	.sec1-results h3 {
		font-size: 1.3rem;
	}
	
	.sec1-results .box1 {
		width: 55%
	}
	
	.sec1-results .box2 {
		width: 40%
	}		
}

@media (min-width: 1100px) {
	.data-box {
		margin-left: 7.5%;
	}
}	
@media (min-width: 1200px) {
	.data .container {
		max-width: 100% !important;
	}
	
	.data-box {
		margin-left: 10%;
	}	
}

@media (min-width: 1300px) {
	.data-box {
		margin-left: 15%;
	}	
}

@media (min-width: 1400px) {
	.data-box {
		margin-left: 20%;
	}
	
	.sec1-results h1 {
		font-size: 1.7rem;
		margin-bottom: 0.75rem;
	}

	.sec1-results h2 {
		font-size: 1.3rem;
	}
	
	.sec1-results h3 {
		font-size: 1.5rem;
	}	
}

@media (min-width: 1500px) {
	.data-box {
		margin-left: 25%;
	}	
}

@media (min-width: 1600px) {
	.data-box {
		margin-left: 30%;
	}	
}

	
/*//////////////// ページ遷移 //////////////////*/
.page-transition span, .page-transition a {
	font-size: 0.9rem;
	text-align: center;
	color: #222 !important;
	border: 1px solid #222;
	display: block;
	padding: 0.6rem 0;
}

.page-transition a:hover {
	color: #FFF !important;
	background-color: #C7B4A0;
}

.page-transition .container {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.page-transition .glay {
	background-color: #ECECEC;
	color: #AAA !important;
	font-size: 0.9rem;
	padding: 0.6rem 0;
}

@media (min-width: 768px) {
	.page-transition a, .page-transition .glay {
		font-size: 1rem;
		padding: 0.8rem 0;
	}
}	