﻿@charset "utf-8";
/* CSS Document */

#right_box h1 {
display:inline-block;
}

#right_box h2 {
    font-size: 2.6rem;
    text-align: center;
    background-color: #f1eee9;
    padding: 0.3em 0;
}
#right_box h3 {
    display: inline-block;
    font-size: 1.8rem;
    border: solid 1px;
    padding: 0.2em 0.8em;
    margin-bottom: 1em;
}

#right_box .unit {
  display:inline-block;  
  text-align: left;
    margin-bottom: 0.8em;
}
#right_box table.number{
	margin-bottom:5rem;
}
#right_box table.number th {
    text-align: center;
	vertical-align:middle;
}
#right_box table.number td {
    text-align: left;
	vertical-align:middle;
}
#right_box table.number td:first-child {
	width:16em;
}
#right_box .graph{
	justify-content:center;
	margin-bottom:5rem;
}
#right_box .graph img:nth-of-type(1){
margin-bottom: 2rem;
}

#right_box table.table03 td:first-child {
    width: 52%;
}
#right_box table.table03 td {
    text-align: right;
}
#right_box table.table03 td:first-child {
    text-align: left;
}
#right_box table.table03 {
    margin-bottom: 0rem;
}

#right_box .caption{
	margin-top:2rem;
	justify-content:flex-start;
	flex-wrap:nowrap;
	margin-bottom:5rem;
}
#right_box .caption p{
	font-size:1.4rem;
	margin-right:1em;
}
#right_box .caption li{
	font-size:1.4rem;
	padding-left:2em;
	text-indent:-2em;
}

#right_box ul.download {
    border-top: 1px solid #ccc9c9;
}
#right_box ul.download li {
    border-bottom: 1px solid #ccc9c9;
    padding: 0.8em 0.5em;
}
#right_box ul.download li span {
    margin-left: 1em;
}

/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
  
#right_box h1 {
    font-size: 2.6rem;
    margin-bottom:0;
}  
  
#right_box table.number td:first-child {
	width:52%;
}

#right_box .graph img:nth-of-type(1) {
    width: 80%;
    margin-right: 0%;
	margin-bottom:4rem;
}
#right_box .graph img:nth-of-type(2) {
    width: 80%;
}

#right_box table.table03 th {
    width: auto;
}
#right_box table.table03 th:first-child {
    width: 50%;
}
#right_box table.table03 td:first-child {
    width: 50%;
}
#right_box ul.download li span {
    margin-left: 0em;
    margin-left: 2em;
    display: block;
}
}



