/*
Theme Name: raqoon_wp child
Template: raqoon_wp
Text Domain: raqoon_wp_child
Author: raQoon LLC.
Author URI: https://raqoon.jp/
Description: raqoon_wp子テーマ
Version: 3.1.0
Tested up to: 6.5
Requires PHP: 7.4
*/


#MEDICAL .raqoon_box{
	height:100%;
}
#MEDICAL .wp-block-list{
	display:flex;
	flex-wrap:wrap;
	gap:0 1.5em;
	list-style:none;
}
#MEDICAL .wp-block-list li::before{
	content:"■";
	color: var(--sub-color);
	margin-right:5px;
}

#EQUIPMENT .wp-block-column p{
	margin:0;
}

#ABOUT td{
	border:none;
	border-bottom:solid 1px #ccc;
	padding:1em;
}
#ABOUT td:first-child{
	border-bottom:solid 1px var(--main-color);
}

#fix_nav_btn li:nth-child(1) a::before{
	content: "\f3cd"!important;
}
#fix_nav_btn li:nth-child(2) a::before {
    content: "\f073"!important;
}

@media screen and (min-width:768px){
	#footer_top .raqoon_phone_link{
		display:none;
	}
}