@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/sportguard/m_img@2x.jpg");}
.med_lead .com_lead_txt {background-image: url("../images/sportguard/parts1@2x.png");}

.med_framebox {border-color: #77c8ed;}
.med_framebox .fram_index {color: #369bc8;}

.med_osusume .osusume_title {background: #77c8ed;}
.med_osusume .osusume_title::before {background-image: url("../images/whitening/arrow1@2x.png");}

.med_index {background: #77c8ed;}
.med_index .ft_dm {color: #bbe3f6;}
.med_style2 > dt::before,
.med_style2_txt::before {
	color: #77c8ed;
}

.med_flow_vertical > li::before {
	color: #77c8ed;
	border-color: #77c8ed;
}
.med_flow_vertical > li::after {
	background: #77c8ed;
}



/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_lead .com_lead_txt {
	letter-spacing: normal;
}	
}


/* box1
---------------------------------------------------------*/
.box1 .sub_lead dt{
	font-size: 135%;
	letter-spacing: 0.10em;
	text-align: center;
	color: #786252;
}
.box1 .sub_lead dd{
	text-align: center;
	font-size: 90%;
}
.box1 .med_col_list > li{
	background: #e4f4fb;
}
.box1 .med_col_list > li:last-child{
	background: #f0f7fc;
}

.box1 .med_col_list dd ul {
	margin-bottom: 1.0em;
}
.box1 .med_col_list dd ul:last-child {
	margin-bottom: 0;
}
.box1 .med_col_list dd li {
	box-sizing: border-box;
	padding-left: 1.0em;
	position: relative;
}
.box1 .med_col_list dd li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.box1 .med_col_list .list_flex {
    display: flex;
}
.box1 .med_col_list .list_flex ul{
	width: 46%;
	margin-right: 1%;
	margin-bottom: 0;
}
.box1 .med_col_list .list_flex ul:last-child{
	width: 54%;
	margin-right: 0%;
}
.box1 .cir_list{
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 600px;
	margin: 0 auto;
}
.box1 .cir_list li{
	width: 32%;
	margin-right: 2%;
}
.box1 .cir_list li:last-child{
	margin-tighe: 0%;
}
.box1 .cap{
	color: #786252;
	font-size: 105%;
	letter-spacing: 0.12em;
	text-align: center;
	line-height: 1.8em;
	margin-top: 30px;
}
.box1 .med_osusume .osusume_title::before {
	background-image: url("../images/sportguard/arrow1@2x.png");
}
.box1 h4.osusume_title{
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .cap{
	font-size: 100%;
	letter-spacing: 0.10em;
}
.box1 .sub_lead dd{
	line-height: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .sub_lead dt{
	margin-bottom: 2%;
}
.box1 .sub_lead dd{
	line-height: 1.4em;
}
.box1 .med_osusume .osusume_title {
	font-size: 110%;
	letter-spacing: .05em;
}
.box1 .cap{
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-top: 5%;
}
.box1 .cir_list li{
	width: 33%;
	margin-right: 1%;
}
}