@charset "utf-8";
/* CSS Document */
#main .tank_flow {
    margin: 20px 20px 40px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
#main .tank_price {
    margin: 20px 20px 40px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
.tank_price h3 {
    margin: 0 0 20px 0;
}
.img_title-pc {
    background: url(../img/tank_clean_image-pc.png) top left no-repeat;
    background-size: cover;
}
.img_title-sp {
    background: url(../img/tank_clean_image-sp.png) top left no-repeat;
    background-size: cover;
}
.img_title-pc p,
.img_title-sp p {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.tank_flow h4,
.tank_price h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 6px 12px 6px 6px;
    color: #3954a4;
}
#reportbox p {
    font-weight: bolder;
    color: #3954a4;
    text-align: center;
}
#reportbox ul {
    margin: 0 auto;
    overflow: hidden;
}
#reportbox ul li {
    border: 1px solid #3954a4;
    margin-bottom: 10px;
}
.tank_flow .tank_flow_box {
    overflow: hidden;
}
.tank_flow_txt {
    border-top: solid 1px #3954a4;
    padding-top: 6px;
    margin: 15px 0 10px 0;
    line-height: 1.8em;
}
.tank_flow_box2 {
    margin-bottom: 20px;
}
.tank_flow_box2 h5 {
    font-size: 14px;
    float: left;
    font-weight: bold;
    margin-left: 5px;
    color: #3954a4;
}
.tank_flow_box2 .number,
.tank_flow_box2 .number2{
    background: url(../img/tank_flow_back.gif) repeat;
    font-weight: bold;
    color: #FFF;
    padding: 2px 0 0 6px;
    float: left;
    height: 20px;
    width: 20px;
    font-size: 88%;
}
.tank_flow_box2 .number2 {
    padding: 2px 0 0 2px;

}
.tank_flow_numberbox {
    border-top: 1px solid #f90;
    border-right: 1px solid #f90;
    border-left: 1px solid#f90;
    height: 28px;
    padding-left: 4px;
    padding-top: 3px;
}
.tank_flow_box2 p {
    border: 1px solid #FF9900;
    padding: 3px;
    clear: both;
}
.tank_flow table,
.tank_price table{
    border-collapse: separate;
    border-spacing: 4px;
    clear: both;
    margin-bottom: 15px;
}
.tank_flow table tr th,
.tank_price table tr th {
    background-color: #CCC;
}
.tank_flow table th,td {
    border: 1px solid #999;
    padding: 0.5em;
    vertical-align: middle;
}
.tank_price table th,td {
    border: 1px solid #999;
    padding: 0.5em;
}
.tank_flow table tr th:first-child,
.tank_price table tr th:first-child {
    width:40%;
}
.tank_flow_box2 .arrow {
    background: url(../img/arrow5.gif) no-repeat center top;
    height: 38px;
}
/* ########### 599px以下 ########### */
@media only screen and ( max-width: 599px){
.tank_flow #reportbox ul li {
    float: left;
    width: 32%;
}
.tank_flow #reportbox ul li:nth-child(3) {
    margin-right: 0;
}
.tank_flow #reportbox p {
    font-size: 12px;
}
}
/* ########### 768px以下 ########### */
@media only screen and ( max-width: 768px){
.tank_flow .tank_flow_box {
    width: 100%;
    overflow: hidden;
}
.tank_flow_box #reportbox {
    width: 100%;
}
#reportbox ul {
    width: 100%;
}
#reportbox ul li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
}
#reportbox ul li a img {
   width: 100%;
}
#reportbox ul li:last-child {
    margin-right: 0;
}
.tank_flow .tank_flow_box {
    width: 100%;
}
.tank_flow_box2 {
    width: 100%;
}
.tank_flow_numberbox {
    width: 100%;
}
}
/* ########### 769px以上 ########### */
@media ( min-width: 769px){
#main .tank_flow {
    width: 710px;
}
.tank_flow .tank_flow_box {
    width: 710px;
}
.tank_flow_box2 {
    width: 710px;
}
.tank_flow_numberbox {
    width: 710px;
}
.tank_flow_box #reportbox {
    width: 710px;
}
#reportbox ul {
    width: 535px;
}
#reportbox ul li {
    float: left;
    height: 141px;
    width: 100px;
    margin-right: 5px;
}
.tank_price {
    width: 710px;
}
}
