﻿@charset "UTF-8";

#item1_2{
	background: #fff;
    color: #060606;
    padding: 0;
	padding-bottom: 4px;
}
.uvs_tbl{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.uvs_tbl th, td{
	border: solid 1px #060606;
	padding: 10px;
}
.uvs_tbl-blue{
	color: #fff;
	background-color: rgb(61, 122, 237);
}
.item7__caption{
	font-size: 13px;
}
.item7__caption__li{
	margin-left: 2em; /* ブロック全体を 1em 右に */
    text-indent: -2em; /* 先頭の1文字のみ 1em 左に */
}
.mb-0{
	margin-bottom: 0px!important;
}
.mb-80{
	margin-bottom: 80px!important;
}
.contactbox__top{
	display: none;
}
.cnt__tbl--center tbody tr td{
	text-align: center;
}

/*============= SP =============*/

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */
}
