@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
単位のご案内
--------------------------------*/

/*注意事項*/
.attention_title {
	display: inline-block;
	padding: 2px 30px 2px 10px;
	background-color: #FF0004;
	font-size: 15px;
	color: white;
	clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
.attention_inner {
	padding: 10px;
}
.attention_inner p {
	margin: 0;
	font-weight: 600;
}

/*テーブル*/
.unit_table1 {
	width: 100%;
}
.unit_table1 th {
	text-align: center;
}
.unit_table1 th:nth-child(1) {
	width: 9.5em;
}
.unit_table1 th:nth-child(2) {
	width: 5.5em;
}