@charset "utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
/*----------------------------------------------------
 results
----------------------------------------------------*/
.r_lnkarea {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.r_lnkbox {
    width: fit-content;
    display: flex;
    justify-content: end;
    position: relative;
	color: #666666;
}
.r_lnkbox a {
    width: 236px;
    height: 70px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background: #0ea9bb;
	border: solid 2px #0ea9bb;
    border-radius: 6px;
    text-align: center;
    align-content: center;
    display: block;
	box-sizing: border-box;
}
.r_lnkbox a:first-child {
	margin-right: 2%;
}
.r_lnkbox a:last-child, 
.r_lnkbox a:first-child:hover {
	color: #0ea9bb;
	background: #FFFFFF;
}
.r_lnkbox a:last-child:hover {
	color: #FFFFFF;
	background: #0ea9bb;
}

.r_boxarea.js-accordion {
    margin: 0 auto 150px;
}
.resultsblock div h4 {
	width: fit-content;
	font-size: min(35px, 2.56vw);
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 0.3em;
	position: relative;
}
.resultsblock div h4::before {
    content: "";
    width: 80px;
    height: 5px;
	margin: auto;
    background: #0ea9bb;
    display: block;
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
}
.results01 {
	margin: 50px auto 80px;
}
.r_logoarea {
    width: 90%;
    max-width: 1100px;
    margin: 30px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.r_logoarea img {
	width: 16.6%;
    margin: 0 0.5%;
    max-width: fit-content;
}
.r_boxul {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.r_boxul .r_box {
	width: 23%;
	margin-bottom: 5%;
	padding-bottom: 5.5em;
	box-sizing: border-box;
	position: relative;
}
.r_box p.r_img {
	width: 100%; 
	max-width: 240px;   
    margin: 0 auto;
    overflow: hidden;
	display: block;
	box-shadow: #f3f3f3 0px 0px 10px 1px;
}
.r_box p.r_img img {
	display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    transition: 0.5s;
}
.r_box p.r_img img:hover {
    transform: scale(1.1);
}
.r_box .r_comp {
	font-size: min(17px, 1.2vw);
	font-weight: 600;
	color: #0ea9bb;
	margin: 5% 0 3%;
}
.r_box .r_txt{
	font-size: min(14px, 1vw);
	line-height: 1.5;
	color: #666666;
}
.r_box .r_ctgr {   
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.r_box .r_ctgr p {
	width: 49%;
	height: auto;
	min-height: 2.25em;
	font-size: min(13px, 0.95vw);
	line-height: 1.25;
	letter-spacing: -0.5px;
	text-align: center;
	align-content: center;
	margin-bottom: 2%;
	padding: 0.2em 0;
	color: #666666;
	background: #FFFFFF;
	border: solid 1px #0ea9bb;
	border-radius: 3px;
	box-sizing: border-box;
}
.r_box .r_ctgr p:nth-child(2n) {
	margin-left: 2%;
}
.r_box .r_ctgr p:nth-child(3),
.r_box .r_ctgr p:nth-child(4) {
	margin-bottom: 0;
}

.r_boxarea .r_btn {
    width: 30%;
    max-width: 350px;
    height: 3.75vw;
    margin: 0 auto;
	font-size: min(26px, 1.9vw);
    font-weight: 600;
    align-content: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    background: #999898;
}
.r_boxarea .r_btn:hover {
	cursor: pointer;
	background: #d1d0d0;
}

@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
   表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}

/*----------------------------------------------------
 results
----------------------------------------------------*/
.r_boxarea .r_btn {
    height: 5.5vw;
}
.r_boxul .r_box {
	padding-bottom: 4em;
}
.r_box .r_ctgr p {
	height: auto;
	min-height: 2.5em;
}
	
}

@media screen and (max-width: 767px) {
	/*////////////////////////////////////////////////
	表示変更
	////////////////////////////////////////////////*/
	.spNone {
		display: none!important;
	}
	.pcNone {
		display: block!important;
	}
	
	.titltxtbox {
        margin: -8% auto 8%;
    }
	/*----------------------------------------------------
	 results
	----------------------------------------------------*/
	.otherarea .title {
		width: 100%;
	}
	.results01 {
		margin: 0 auto 20%;
	}
	.resultsblock div h4 {
		font-size: 6.5vw;
		padding-bottom: 0.5em;
	}
	.r_logoarea {
		margin: 5% auto;
	}
	.r_logoarea img {
		width: 32%;
	}
	.r_lnkarea {
		display: block;
	}
	.r_lnkbox {
        width: 100%;
        margin: 5% auto 10%;
        justify-content: space-between;
    }
	.r_lnkbox a {
		width: 49%;
        height: 15vw;
        font-size: min(30px, 4vw);
	}
	.r_boxul .r_box {
		width: 48.5%;
		margin-bottom: 8%;
		padding-bottom: 8.5em;
	}
	.r_box .r_comp {
		font-size: 4.5vw;
		margin: 7% 0 5%;
	}
	.r_box .r_txt {
		font-size: 3.85vw;
		line-height: 1.25;
		margin-bottom: 5%;
	}
	.r_box .r_ctgr {
		display: block;
		margin: 5% auto 0;
	}
	.r_box .r_ctgr p {
		min-height: none;
	}
	.r_box .r_ctgr p,
	.r_box .r_ctgr p:nth-child(3),
	.r_box .r_ctgr p:nth-child(4){
		width: 100%;
		height: auto;
		font-size: 3vw;
		margin: 0 0 2%;
	}
	.r_box .r_ctgr p:nth-child(2n) {
		margin-left: 0;
	}
	.r_boxarea .r_btn {
		width: 90%;
		height: 12vw;
		font-size: 4.5vw;
	}

}
