@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
case_detail
****************************************************************************/

#case_detail #onayami .icon {
	background-color: #FFD500;
}
#case_detail #onayami .icon:after {
	background-image: url(/-/wp-content/themes/tochi/img/syueki/detail/case_detail_onayami_sankaku.svg);
}
#case_detail #saiyou .icon {
	background-color: #003B80;
}
#case_detail #saiyou .icon:after {
	background-image: url(/-/wp-content/themes/tochi/img/syueki/detail/case_detail_saiyou_sankaku.svg);
}

/***************************************************************************
case_photo
****************************************************************************/



@media only screen and (max-width: 767px) {

}