@charset "UTF-8";.under_menu {	position: fixed;	z-index: 25;	width: 100vw;	bottom: 0px;}.under_menu .container {	width: 95%;	margin-left: auto;	margin-right: auto;}.under_menu .inner {	display: flex;	justify-content: space-between;	padding-bottom: 17px;}.under_menu .contact {	text-decoration: none;	display: flex;	justify-content: center;	border-radius: 9999px;	align-items: center;	box-shadow: 1px 1px 6px #8C8C8C;}.under_menu .contact.tel {	background-color: #18A71F;	height: 38px;	width: 51%;}.under_menu .contact.mail {	background-color: #FFFFFF;	height: 38px;	width: 33%;}.under_menu .top {	width: 38px;	text-align: center;	background-color: #FFFFFF;	display: flex;	align-items: center;	border-radius: 50%;	justify-content: center;	box-shadow: 1px 1px 6px #8C8C8C;}.under_menu .contact img {	width: auto;	height: 5.2vw;}.under_menu .contact.tel p {	color: #F6EE00;	font-size: min(4.6vw,19px);/*（基本サイズ、最大サイズ）*/	font-weight: bold;	line-height: 1;	margin-left: 7px;	margin-top: -7px;}.under_menu .contact.tel p span {	color: #FFFFFF;	font-size: min(3.0vw,10px);/*（基本サイズ、最大サイズ）*/	font-weight: normal;	line-height: 1;}.under_menu .contact.mail p {	font-size: min(3.5vw,15px);/*（基本サイズ、最大サイズ）*/	font-weight: bold;	line-height: 1;	color: #18A71F;}.under_menu .contact.mail p span {	color: #18A71F;}.under_menu .top img {	width: 38%;	height: auto;}@media (min-width:600px) and (max-width:959px){.under_menu .contact img {	height: 26px;	display: inline;}.under_menu .top img {	width: 15px;	height: auto;}.under_menu .contact.tel {	width: 210px;}.under_menu .contact.mail {	width: 160px;}.under_menu .contact {	margin-right: 15px;}.under_menu .inner {	justify-content: flex-end;}}@media (min-width:960px){.under_menu {	width: auto;	left: auto;	right: 0px;}.under_menu .container {	width: 100%;}.under_menu .inner {	align-items: center;}.under_menu .contact {	width: auto;	margin-right: 15px;	transition: all 0.3s;	box-shadow: 1px 1px 8px #8C8C8C;}.under_menu .contact:hover {	opacity: 0.8;}.under_menu .contact.tel p {	font-size: 25px;	margin-left: 10px;	line-height: 1;	margin-top: -12px;}.under_menu .contact.tel p span {	font-size: 11px;}.under_menu .contact.mail p {	font-size: 18px;}.under_menu .top {	width: 50px;	height: 50px;	cursor: pointer;	transition: all 0.3s;	margin-right: 1.5vw;	box-shadow: 1px 1px 8px #8C8C8C;	margin-left: 7px;	display: flex;}.under_menu .top:hover {	opacity: 0.8;}.under_menu .contact img {	height: 30px;	display: inline;}.under_menu .contact.mail {	height: 50px;	width: 180px;}.under_menu .contact.tel {	height: 50px;	width: 270px;}}