﻿@charset "utf-8";
/* CSS Document */

#right_box ul.anchor{
	margin-bottom:3rem;
	font-size:0px;
	display:flex;
}
#right_box ul.anchor li{
	display:inline-block;
	width:31%;
	margin-right:3.5%;
	font-size:1.6rem;
}
#right_box ul.anchor li:nth-of-type(3){
	margin-right:0px;
}
#right_box ul.anchor li a{
	display:flex;
	height:4em;
	align-items:center;
	border-bottom:1px solid #ccc9c9;
	padding:0 1.5em 0.8em 0;
	position:relative;
	margin-bottom:1em;
}
#right_box ul.anchor li a:hover{
	color:#EB0100;
}
#right_box ul.anchor li a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    right: 0.5em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.15em solid #ff0a0a;
    border-right: 0.15em solid #ff0a0a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#right_box .unit {
    text-align: right;
    margin-bottom: 0.8em;
	font-size:1.4rem;
}
#right_box .table_wrap{
	margin-bottom:8rem;
}
#right_box table.number th:first-child {
	width:50%;
	text-align:left;
}
#right_box table.number td:first-child {
    background-color: #FFF;
	padding-left:1.5em;
}
#right_box table.number .total td{
padding: 0.5em 0.5em;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
#right_box table.number .total th{
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
#right_box table.number .total td:first-child{
	font-weight:bold;
}
#right_box table.number .bb td {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
#right_box table.table02 td:first-child {
	padding-left:0.5em;
}
#right_box table.table03 tr.ttl th{
	border-left:none;
	border-right:none;
}
#right_box table.number .bb th {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
#right_box table.table03 tr.ttl th:first-child{
	border-left:solid 1px #ccc9c9;
}

#right_box table.table03 tr.ttl th:last-child{
	border-right:solid 1px #ccc9c9;
}
#right_box table.number tr.bb_none td{
	border-bottom:none;
}
#right_box table.number tr.bb_none th{
	border-bottom:none;
}
/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
#right_box ul.anchor li a{
	font-size:1.35vw;
}
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#right_box ul.anchor{
	display:block;
}
#right_box ul.anchor li {
    width:100%;
    margin-right:0%;
}
#right_box ul.anchor li a {
    height: auto;
}
#right_box table.number th:first-child {
	width:10em;
}
#right_box table.number td:first-child {
    width: 10em;
	justify-content:flex-start;
}
#right_box table.table03 tr.ttl th:last-child{
	border-right:none;
}
#right_box table.table03 tr.ttl th:first-child {
    border-right: none;
}


}



