﻿@charset "utf-8";
/* CSS Document */
#right_box table span{
	border: 1px solid;
	padding: .3rem 1rem;
	display: inline-block;
	font-size: 1.8rem;
	margin: 3rem 0 2rem;
}
#right_box table tr td span:first-child{
	margin-top: 0;
}
#right_box .flex{
	align-items: center;
}
#right_box table ul li{
	margin-bottom: .5rem;
}
#right_box table ul a{
	text-decoration: underline;
	display: inline-block;
}
#right_box table ul a:hover{
	text-decoration: none;
}
#right_box .google_map{
	border: 1px solid #ccc9c9;
	border-radius: 5px;
	padding: .7rem 3rem;
	position: relative;
}
#right_box .google_map:hover{
	color: #ff0a0a;
}
#right_box .google_map::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 1.5rem;
    right: 1.3rem;
    width: .7rem;
    height: .7rem;
    border-top: 0.15rem solid #ff0a0a;
    border-right: 0.15rem solid #ff0a0a;
    transform: rotate(45deg);
}
#right_box td p{
	line-height: 1.9;
}
/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px) {

}

/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#right_box .google_map{
		margin-top: 1rem;
	}
	
#right_box table th {
    width: 100%;
	display:block;
}
#right_box table td {
    padding: 2rem 2rem 2rem 2rem;
    display: block;
}

	
	
}
