  @charset "utf-8";

/*
　saiyo2 css
--------------------------------------------------------
    Last up date   : 2022.03.05
*/
/*--------------------------------------------------------
#kyouryoku
--------------------------------------------------------*/
.saiyo2 {
	overflow: hidden;
	width:96%;
	margin:0 2% 0 2%;
}
@media screen and (max-width:800px) {
.saiyo2 p {
	width:96%;
}
.saiyo2 {
	margin:0;
	padding-right:10px;
	padding-left:10px;
}
}


/*--------------------------------------------------------
　saiyo2
--------------------------------------------------------*/
.saiyoTable {
	width: 100%;
	max-width: 950px;
	margin: 10px 0 30px 0;
	border-top: 1px dotted #666666;
}
.saiyoTable ul {
	overflow: hidden;
	display: -webkit-flex;
    display: flex;
}
.saiyoTable ul li {
}

.saiyoTable ul li:first-child {
		width : 20%;
		background: #E3F6F8;
		border-bottom: 1px dotted #666666;
		text-align: left;
		padding: 15px 0 15px 15px;
		font-size: 14px;
		vertical-align: top;
		font-weight: bold;
}
.saiyoTable ul li:last-child {
		width : 80%;
		background: #FFF;
		border-bottom: 1px dotted #666666;
		padding: 15px 0 15px 15px;
		font-size: 14px;
		font-weight: normal;
}

@media screen and (max-width:800px) {
.saiyoTable ul {
	overflow: hidden;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.saiyoTable ul li {
}

.saiyoTable ul li:first-child {
		width : 100%;
		background: #E3F6F8;
		border-bottom: 1px dotted #666666;
		text-align: left;
		padding: 5px 0 5px 10px;
		font-size: 14px;
		vertical-align: top;
		font-weight: bold;
}
.saiyoTable ul li:last-child {
		width : 100%;
		background: #FFF;
		border-bottom: 1px dotted #666666;
		padding: 5px 0 15px 5px;
		font-size: 14px;
		font-weight: normal;
}
}

span.small {
	font-size: 12px;
}
span.red {
	font-size: 12px;
	color: #F00;
	padding-left: 5px;
}
p.red {
	color: #F00;
}
