@charset "UTF-8";




/*variations
---------------------------------------------------------*/
#variations {
	background-image: url(../images/sports_mouthguard/variations_bg1@2x.png), url(../images/sports_mouthguard/variations_bg2@2x.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
	background-size: 32% auto;
	background-color: rgba(97, 171, 129, 0.2);
	padding-top: 6%;
}
#variations::before {
	display: none;
}
#variations .tit {
	text-align: center;
	font-size: min(112%,2vw);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-bottom: 5%;
}
#variations .tit .green {
	font-size: 131%;
	margin: .4em auto .3em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#variations {
	padding-top: 8%;
}
#variations .tit {
	font-size: 100%;
	letter-spacing: .05em;
}
#variations .tit .green {
	font-size: 120%;
}
}


/*sports
---------------------------------------------------------*/
#sports .index {
	text-align: center;
	color: #FFF;
	font-size: min(105%,2vw);
	line-height: 1.4;
	letter-spacing: .1em;
	padding: .5em 1em;
	background-color: #67AF9B;
	margin-bottom: 1em;
}
#sports .com_list > li {
	font-size: 94%;
}

#sports .inbox > div:nth-of-type(3) .index {background-color: #99C27E;}
#sports .inbox > div:nth-of-type(3) .com_list > li::before {color: #99C27E;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#sports .inbox {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, min(48%,490px));
	row-gap: 2.5em;
}
#sports .inbox > div:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/2;
}
#sports .inbox > div:nth-of-type(2) {
	grid-column: 1/2;
	grid-row: 2/3;
}
#sports .inbox > div:nth-of-type(3) {
	grid-column: 2/3;
	grid-row: 1/3;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#sports .index {
	font-size: 100%;
	margin-bottom: .8em;
}
#sports .inbox > div:nth-of-type(n+2) {
	margin-top: 8%;
}
#sports .com_list > li {
	font-size: 90%;
}
}



/*box2
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.med_col3 li dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 2.4em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}