@charset "UTF-8";
/* CSS Document */

/*--------------------
#News
--------------------*/
#News .h2-title.small{
text-align: start;
}
#News .h2-title.small span{
text-align: center;
}
#News ul.inner > li:nth-child(2) .h2-title.small span{
background-color: #050655;
color: #fff;
}
#News ul.inner > li:first-of-type{
background-color: #f7f7fa;
}
#News ul.inner ul{
border-top: solid 1px #cdcddd;
}
#News ul.inner ul li{
display: flex;
}
#News ul.inner ul li:last-of-type{
padding-bottom: 0;
}
#News ul.inner ul li time{
color: #999;
}
#News ul.inner ul li a{
color: #050655;
text-decoration:underline;
text-decoration-color: #050655;
}
#News ul.inner li a.btn{
background: none;
}
/*--------------------
#ServiceStations
--------------------*/
#ServiceStations{
background-image: url("../images/stations_bg.webp");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#ServiceStations .inner{
background-color: #fffffff2;
margin: 0 auto;
}
#ServiceStations p{
text-align: center;
}
#ServiceStations a.btn.store{
background-color: #050655;
color: #fff;
background-image: url("../images/icn_gas.webp");
background-repeat: no-repeat;
}
#ServiceStations a.btn.map{
background-image: url("../images/icn_map.webp");
background-repeat: no-repeat;
}
/*--------------------
#Download
--------------------*/
#Download p{
text-align: center;
}
#Download div.wrap ul{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}
#Download div.wrap img{
transition-delay: 0.3s;
}
#Download div.wrap ul li:nth-child(1){
background-color: #050655;
}
#Download div.wrap ul li:nth-child(2){
background-color: #da768f;
}
#Download div.wrap ul li:nth-child(3){
background-color: #d86529;
}
#Download div.wrap ul li:nth-child(4){
background-color: #69b063;
}
#Download div.wrap ul li:nth-child(5){
background-color: #5dafc9;
}
#Download div.wrap ul li:nth-child(6){
background-color: #ecb858;
}
#Download div.wrap ul li:nth-child(7){
background-color: #295594;
}
#Download div.wrap ul li:nth-child(8){
background-color: #a26ea4;
}
#Download div.wrap ul li:nth-child(9){
background-color: #7792c5;
}
#Download div.wrap ul li a{
display: block;
width: 100%;
height: 100%;
}
#Download div.wrap ul li a div{
width: 100%
}
#Download div.wrap ul li a div span{
display: block;
text-align: center;
color: #fff;
font-weight: bold;
}
#Download div.wrap ul li a div img{
display: block;
margin: 0 auto;
}
/*--------------------
#Service
--------------------*/
#Service{
background-color: #050655;
background-repeat: no-repeat;
background-position: center;
}
#Service h2.h2-title{
color: #fff;
}
#Service h2.h2-title span{
color: #1a1a1a;
}
#Service ul{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
#Service ul li{
position: relative;
background-color: #fff;
}
#Service ul li:nth-child(1), #Service ul li:nth-child(8) {
transition-delay: 0.3s;
}
#Service ul li:nth-child(2), #Service ul li:nth-child(7) {
transition-delay: 0.5s;
}
#Service ul li:nth-child(3), #Service ul li:nth-child(6) {
transition-delay: 0.7s;
}
#Service ul li:nth-child(4), #Service ul li:nth-child(5) {
transition-delay: 0.9s;
}
#Service ul li a{
display: block;
}
#Service ul li:after {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
top: 50%;
right: 7%;
transform: translateY(-50%);
}
#Service ul li img{
display: block;
margin: 0 auto;
}
#Service ul li h3{
color: #060754;
text-align: center;
font-weight: bold;
}
#Service ul li h3.annotation span{
vertical-align: top; 
}
#Service ul li:last-of-type h3 span{
display: block;
}
#Service p{
text-align: end;
color: #fff;
margin: 0 auto;
}
#Service a.btn{
border: 1px solid #fff;
background: none;
color: #fff;
}
/*--------------------
#BusinessCustomers
--------------------*/
#BusinessCustomers{
background-image: url("../images/customers_bg.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
overflow-x: hidden;
}
#BusinessCustomers ul h3{
position: relative;
background-color: #fff;
color: #060754;
text-align: center;
font-weight: bold;
}
#BusinessCustomers ul h3:after {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}

@media (max-width: 560px){
/*--------------------
#News
--------------------*/
#News .h2-title.small{
font-size: 2.6rem;
margin-bottom: 0;
}
#News .h2-title.small span{
font-size: 1.2rem;
width: 70px;
margin: 0 0 7px 0;
}
#News ul.inner > li:nth-child(1) {
transform: translateY(0);
opacity: 1;
}
#News ul.inner > li{
padding: 35px 20px;
}
#News ul.inner ul{
padding: 20px 0;
margin-top: 20px;
}
#News ul.inner ul li{
padding-bottom: 15px;
}
#News ul.inner ul li time{
padding-right: 5px;
}
/*--------------------
#ServiceStations
--------------------*/
#ServiceStations .inner{
max-width: 960px;
padding: 40px 10px;
}
#ServiceStations h2.h2-title{
margin-bottom: 10px;
}
#ServiceStations p{
padding-bottom: 20px;
}
#ServiceStations a.btn.store{
width: 250px;
padding: 20px 0;
margin-bottom: 20px;
font-size: 1.6rem;
background-position: 18% 50%;
background-size: 1.5rem;
}
#ServiceStations a.btn.map{
width: 250px;
background-position: 10% 50%;
background-size: 1.6rem;
}
/*--------------------
#Download
--------------------*/
#Download .box{
width: calc(90% - 50px);
border: solid 10px #f7f7fa;
padding: 30px 20px;
}
#Download p{
margin-bottom: 20px;
}
#Download h2.h2-title{
font-size: 7.5vw;
margin-bottom: 10px;
}
#Download div.wrap img{
margin-bottom: 20px;
}
#Download div.wrap ul li{
width: 48%;
margin-right: 4%;
margin-bottom: 10px;
}
#Download div.wrap ul li:nth-child(1), 
#Download div.wrap ul li:nth-child(3), 
#Download div.wrap ul li:nth-child(5), 
#Download div.wrap ul li:nth-child(7), 
#Download div.wrap ul li:nth-child(9) {
transition-delay: 0.3s;
}
#Download div.wrap ul li:nth-child(2), 
#Download div.wrap ul li:nth-child(4), 
#Download div.wrap ul li:nth-child(6) , 
#Download div.wrap ul li:nth-child(8) {
transition-delay: 0.5s;
}
#Download div.wrap ul li:nth-of-type(2n){
margin-right: 0;
}
#Download div.wrap ul li:last-of-type{
margin-bottom: 0;
}
#Download div.wrap ul li a{
padding: 20px 0;
}
#Download div.wrap ul li a div span{
margin-bottom: 5px;
}
#Download div.wrap ul li a div img{
width: 10%;
}
/*--------------------
#Service
--------------------*/
#Service{
background-image: url("../images/services_bg_sp.webp");
background-size: 90%;
}
#Service h2.h2-title{
margin-top: 40px;
}
#Service ul{
width: 90%;
}
#Service ul li{
width: 48%;
margin-bottom: 10px;
margin-right: 4%;
}
#Service ul li a{
padding: 20px 10px;
}
#Service ul li:nth-of-type(2n){
margin-right: 0;
}
/*
#Service ul li:nth-last-child(-n+2){
margin-bottom: 0;
}
*/
#Service ul li:nth-child(1),
#Service ul li:nth-child(4),
#Service ul li:nth-child(5),
#Service ul li:nth-child(7){
line-height: 37px;
}
#Service ul li img{
width: 40px;
padding-bottom: 10px;
}
#Service ul li h3{
font-size: 1.3rem;
}
#Service ul li h3.annotation{
padding-left: 10px;
}
#Service ul li h3.annotation span{
font-size: 0.8rem;
}
#Service p{
font-size: 1.0rem;
padding: 7px 0 30px;
width: 90%;
}
#Service a.btn{
margin-bottom: 40px;
}
/*--------------------
#BusinessCustomers
--------------------*/
#BusinessCustomers ul li{
margin-bottom: 15px;
}
#BusinessCustomers ul li:last-of-type{
margin-bottom: 0;
}
#BusinessCustomers ul h3{
font-size: 1.6rem;
padding: 10px 0;
}
/*--------------------
#banner
--------------------*/
#banner ul li{
margin-bottom: 20px;
}
#banner ul li:last-of-type{
margin-bottom: 0;
}
}

@media (min-width: 561px){
/*--------------------
#News
--------------------*/
#News .h2-title.small{
font-size: 4.0rem;
margin-bottom: 0;
}
#News .h2-title.small span{
font-size: 1.4rem;
width: 100px;
margin: 0 0 10px 0;
}
#News ul.inner{
display: flex;
justify-content: space-between;
}
#News ul.inner > li{
width: 50%;
}
#News ul.inner > li:nth-child(2) {
transition-delay: 0.3s;
}
#News ul.inner ul li time{
padding-right: 10px;
}
#News ul.inner ul li a{
transition: .3s;
}
#News ul.inner ul li a:hover{
opacity: 0.5;
transition: .3s;
}
#News ul.inner li a.btn{
width: 200px;
}
/*--------------------
#ServiceStations
--------------------*/
#ServiceStations .inner{
width: 90%;
max-width: 960px;
padding: 80px 0;
}
#ServiceStations h2.h2-title{
margin-bottom: 10px;
}
#ServiceStations p{
padding-bottom: 40px;
}
/*--------------------
#Download
--------------------*/
#Download .box{
width: calc(90% - 80px);
border: solid 16px #f7f7fa;
padding: 50px 40px;
}
#Download p{
margin-bottom: 30px;
}
#Download h2.h2-title{
margin-bottom: 10px;
}
#Download div.wrap{
display: flex;
justify-content: space-between;
}
#Download div.wrap img{
width: 25%
}
#Download div.wrap ul{
width: 70%;
}
#Download div.wrap ul li{
width: 32%;
margin-right: 2%;
margin-bottom: 10px;
}
#Download div.wrap ul li:nth-child(1), 
#Download div.wrap ul li:nth-child(6), 
#Download div.wrap ul li:nth-child(7) {
transition-delay: 0.3s;
}
#Download div.wrap ul li:nth-child(2), 
#Download div.wrap ul li:nth-child(5), 
#Download div.wrap ul li:nth-child(8) {
transition-delay: 0.5s;
}
#Download div.wrap ul li:nth-child(3), 
#Download div.wrap ul li:nth-child(4), 
#Download div.wrap ul li:nth-child(9) {
transition-delay: 0.7s;
}
#Download div.wrap ul li:nth-of-type(3n){
margin-right: 0;
}
#Download div.wrap ul li:nth-child(n+7){
margin-bottom: 0;
}
#Download div.wrap ul li a{
position: relative;
}
#Download div.wrap ul li a div{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%
}
#Download div.wrap ul li a div span{
margin-bottom: 10px;
}
#Download div.wrap ul li a div img{
width: 12%;
}
/*--------------------
#Service
--------------------*/
#Service{
background-image: url("../images/services_bg.webp");
background-size: 90%;
}
#Service ul{
width: 90%;
max-width: 1000px;
}
#Service ul li{
width: 24%;
margin-bottom: 15px;
margin-right: calc(4% / 3);
}
#Service ul li a{
padding: 30px 0;
transition: .3s;
}
#Service ul li a:hover{
opacity: 0.7;
transition: .3s;
}
#Service ul li:nth-of-type(4n){
margin-right: 0;
}
/*
#Service ul li:nth-last-child(-n+4){
margin-bottom: 0;
}
*/
#Service ul li img{
width: 50px;
padding-bottom: 10px;
}
#Service ul li h3{
font-size: 1.6rem;
}
#Service ul li h3.annotation{
padding-left: 15px;
}
#Service ul li h3.annotation span{
font-size: 1.0rem;
}
#Service p{
font-size: 1.2rem;
padding: 10px 0 30px;
width: 90%;
max-width: 1000px;
}
/*--------------------
#BusinessCustomers
--------------------*/
#BusinessCustomers ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 70%;
max-width: 940px;
margin: 0 auto;
}
#BusinessCustomers ul li{
width: 49%;
margin-bottom: 20px;
background-color: #fff;
}
/*
#BusinessCustomers ul li:nth-last-child(-n+3){
margin-bottom: 0;
}
*/
#BusinessCustomers ul li:nth-child(2) {
transition-delay: 0.2s;
}
#BusinessCustomers ul li:nth-child(3) {
transition-delay: 0.4s;
}
#BusinessCustomers ul li:nth-child(4) {
transition-delay: 0.6s;
}
#BusinessCustomers ul li a{
transition: .3s;
}
#BusinessCustomers ul li a:hover{
opacity: 0.8;
transition: .3s;
}
#BusinessCustomers ul h3{
font-size: 1.8rem;
padding: 20px 0;
}
/*--------------------
#banner
--------------------*/
#banner ul{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
#banner ul li{
width: 32%;
margin-right: 2%;
margin-bottom: 20px;
}
#banner ul li:nth-of-type(3n){
margin-right: 0;
}
#banner ul li:nth-last-child(-n+3){
margin-bottom: 0;
}
#banner ul li a{
display: block;
transition: .3s;
}
#banner ul li a:hover{
opacity: 0.8;
transition: .3s;
}
}

@media (min-width: 561px) and (max-width: 1024px){
/*--------------------
#News
--------------------*/
#News ul.inner > li{
padding: 40px 30px;
}
#News ul.inner ul{
padding: 30px 0;
margin-top: 30px;
}
#News ul.inner ul li{
padding-bottom: 20px;
}
/*--------------------
#ServiceStations
--------------------*/
#ServiceStations a.btn.store{
width: 500px;
padding: 25px 0;
margin-bottom: 20px;
font-size: 2rem;
background-position: 28% 50%;
}
#ServiceStations a.btn.map{
width: 350px;
background-position: 15% 50%;
}
/*--------------------
#Download
--------------------*/
#Download div.wrap ul li a div span {
margin-bottom: 5px;
font-size: 1.2rem;
}
}
/*--------------------
#Service
--------------------*/
#Service ul {
width: 95%;
}
/*--------------------
#BusinessCustomers
--------------------*/
#BusinessCustomers ul{
width: 90%;
}
}

@media (min-width: 1025px){
/*--------------------
#News
--------------------*/
#News {
padding-top: 20px;
}
#News ul.inner > li{
padding: 70px 40px;
}
#News ul.inner ul{
padding: 40px 0;
margin-top: 40px;
}
#News ul.inner ul li{
padding-bottom: 30px;
}
/*--------------------
#ServiceStations
--------------------*/
#ServiceStations a.btn.store{
max-width: 500px;
padding: 30px 0;
margin-bottom: 30px;
font-size: 2rem;
background-position: 30% 50%;
}
#ServiceStations a.btn.map{
margin-bottom: 30px;
background-position: 13% 50%;
}
/*--------------------
#Service
--------------------*/
#Service ul li:nth-child(1),
#Service ul li:nth-child(2),
#Service ul li:nth-child(4),
#Service ul li:nth-child(5),
#Service ul li:nth-child(6),
#Service ul li:nth-child(7){
line-height: 46px;
}
/*--------------------
#BusinessCustomers
--------------------*/
#BusinessCustomers ul{
width: 70%;
max-width: 940px;
}
}
