/* CSS Document */

.SPOnly {
display:none !important;
}

html {
overflow-x:hidden;
}

body {
font-family: 'nunito','Zen Maru Gothic', sans-serif;
color:#111111;
line-height:1;
overflow-x:hidden;
}


#HERO {
height:auto;
padding-bottom:4%;
}

@media screen and (max-width: 1400px) {

#HERO {
height:auto;
padding-bottom:5%;
}

}

#HERO2,
#HERO3 {
height:1000px;
}

#HERO #LOGO,
#HERO2 #LOGO,
#HERO3 #LOGO,
.hero #LOGO {
position:fixed;
top:17px;
left:17px;
z-index:1000;
width:195px;
transition:all .3s ease;
}

#HERO #LOGO_Light,
#HERO2 #LOGO_Light,
#HERO3 #LOGO_Light,
.hero #LOGO_Light {
position:fixed;
top:16px;
left:30px;
z-index:1000;
opacity:1;
display:none;
}

.cbp-af-header.cbp-af-header-shrink #LOGO {
display:none !important;
}

.cbp-af-header.cbp-af-header-shrink #LOGO_Light {
opacity:1;
display:block !important;
transition-delay:1s;
}

#HERO nav,
#HERO2 nav,
#HERO3 nav,
.hero nav {
padding:20px 30px 0 30px;
transition:all .3s ease;
z-index:999;
}

#HERO nav ul,
#HERO2 nav ul,
#HERO3 nav ul,
.hero nav ul {
display:flex;
justify-content:center;
gap:0 25px;
transition:all .3s ease;
}

#HERO nav ul li a,
#HERO2 nav ul li a,
#HERO3 nav ul li a,
.hero nav ul li a {
font-size:clamp(20px,6vw,22px);
font-weight:700;
color:#fff;
display:block;
padding:10px 10px 30px 10px;
background:url(./images/nav_normal.png) center bottom no-repeat;
transition:all .3s ease;
}

#HERO nav ul li.active a,
#HERO nav ul li a:hover,
#HERO2 nav ul li.active a,
#HERO2 nav ul li a:hover,
#HERO3 nav ul li.active a,
#HERO3 nav ul li a:hover,
.hero nav ul li.active a,
.hero nav ul li a:hover {
background:url(./images/nav_active.png) center bottom no-repeat;
}

#HERO nav ul li a,
#QAHERO nav ul li a,
#FORMHERO nav ul li a {
font-size:clamp(20px,6vw,22px);
font-weight:700;
color:#111;
display:block;
padding:10px 10px 30px 10px;
background:url(./images/nav2_normal.png) center bottom no-repeat;
transition:all .3s ease;
}

#HERO nav ul li.active a,
#HERO nav ul li a:hover,
#QAHERO nav ul li.active a,
#QAHERO nav ul li a:hover,
#FORMHERO nav ul li.active a,
#FORMHERO nav ul li a:hover {
background:url(./images/nav2_active.png) center bottom no-repeat;
}


.cbp-af-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height:110px;
z-index: 99;
overflow: hidden;
transition:all .3s ease;
}

.cbp-af-header.cbp-af-header-shrink {
background:rgba(20,100,200,0.98);
height:96px;
box-shadow:0 0 2px rgba(0,0,0,0.66);
}

.cbp-af-header.cbp-af-header-shrink nav {
padding-top:15px !important;
}

.cbp-af-header.cbp-af-header-shrink nav li a {
padding-bottom:20px !important;
font-size:clamp(19px,5.5vw,20px) !important;
background:url(./images/nav_normal.png) center bottom no-repeat !important;
background-size:12px !important;
color:#fff !important;
}

.cbp-af-header.cbp-af-header-shrink li:hover a,
.cbp-af-header.cbp-af-header-shrink li.active a{
background:url(./images/nav_active.png) center bottom no-repeat !important;
background-size:12px !important;
}


@media screen and (max-width: 1500px) {

#HERO nav ul,
#HERO2 nav ul,
#HERO3 nav ul,
.hero nav ul {
gap:0 15px;
}

}

@media screen and (max-width: 1400px) {

#HERO #LOGO *,
#HERO2 #LOGO *,
#HERO3 #LOGO *,
.hero #LOGO * {
width:150px !important;
}

#HERO nav ul,
#HERO2 nav ul,
#HERO3 nav ul,
.hero nav ul {
gap:0 15px;
}

#HERO nav ul li a,
#HERO2 nav ul li a,
#HERO3 nav ul li a,
.hero nav ul li a {
padding:10px 10px 30px 10px;
}

#HERO nav ul,
#HERO2 nav ul,
#HERO3 nav ul,
.hero nav ul {
justify-content:start;
padding-left:180px;
}

}


#CATCH {
margin-bottom:90px;
}

#SUBCATCH {
text-align:center;
padding:205px 0 20px 0;
}

@media screen and (max-width: 1400px) {

#CATCH {
margin-bottom:60px;
}

#SUBCATCH {
padding:180px 0 20px 0;
}

}

#SUBCATCH img {
max-width:70%;
}

#SUBCATCH2 {
text-align:center;
padding:50px 0 40px 0;
}

#CATCHREMARKS {
text-align:center;
font-size:clamp(15px,4vw,17px);
font-weight:700;
line-height:1.51;
}

#MAINCATCH {
text-align:center;
}

#MAINCATCH img {
max-width:78%;
}

#HOMEHEROCONTENTS {
display:flex;
justify-content:center;
align-items:baseline;
gap:50px 50px;
padding:0 30px;
}

#HOMEHEROCONTENTS a {
display:block;
text-align:center;
transition:all .3s ease;
transform:translate(0,0);
}

#HOMEHEROCONTENTS section a img {
max-width:86%;
padding:25px 0 35px;
}

#HOMEHEROCONTENTS a:hover {
transform:translate(0,-5px);
}

#HOMEHEROCONTENTS section .homeHeroText1 {
margin-bottom:23px;
}

@media screen and (max-width: 1500px) {

#HOMEHEROCONTENTS {
display:flex;
justify-content:center;
align-items:normal;
gap:40px 40px;
padding:0 30px;
flex-wrap:wrap;
}

#HOMEHEROCONTENTS section a img {
max-width:80%;
padding:0 0 30px;
}

#HOMEHEROCONTENTS section {
width:40%;
}

#HOMEHEROCONTENTS #HOMECARDS {
width:53.5%;
}

}

@media screen and (max-width: 1400px) {

#HOMEHEROCONTENTS {
display:flex;
justify-content:center;
align-items:normal;
gap:5vw 5vw;
padding:0 30px;
flex-wrap:wrap;
flex-direction:column-reverse;
}

#HOMEHEROCONTENTS section {
width:100%;
text-align:center;
}

#HOMEHEROCONTENTS section a img {
max-width:640px;
padding:0 0 4%;
}

#HOMEHEROCONTENTS #HOMECARDS {
width:100%;
}

#HOMEHEROCONTENTS .homeHeroText1 img {
width:960px;
max-width:86%;
padding:0 0 1%;
}

#HOMEHEROCONTENTS .homeHeroText2 img {
width:1060px;
max-width:90%;
padding:0 0 1%;
}

}






#HOMECARDS dl {
display:flex;
justify-content:center;
gap:0 20px;
padding:50px 0 0 0;
}


#HOMECARDS ul {
display:flex;
justify-content:center;
gap:0 30px;
}




#SIDEMEMBERS {
position:fixed;
right:0;
top:180px;
z-index:100;
transition:all .3s ease;
}

#SIDEMEMBERS:hover {
opacity:0.8;
}

.homeDouble {
text-align:center;
}

.homeDouble img {
width:466px;
max-width:60%;
}

.homeDescription {
padding:50px 30px 30px 30px;
overflow:hidden;
}

.homeDescription p {
text-align:center;
font-size:clamp(1rem,4vw,2.4rem);
font-weight:700;
line-height:1.51;
}

.homeDescription p br {
display:none;
}


.homeRemarks {
padding:0 30px;
}

.homeRemarks fieldset {
width:640px;
margin:0 auto;
text-align:center;
border:solid 3px #ff2200;
border-radius:30px;
padding:7px 20px 18px 20px;
}

.homeRemarks fieldset legend {
color:#ff2200;
font-size:clamp(1rem,2rem,6vw);
font-weight:500;
padding:0 5px 6px;
}

.homeRemarks fieldset p {
font-size:clamp(1rem,1.5rem,6vw);
font-weight:700;
line-height:1.51;
color:#ff2200;
}

.homeLogoVector {
text-align:center;
padding:70px 30px 50px 30px;
}

.homeLogoVector img {
width:150px;
}

.homeMyNameIs {
padding:0 30px 80px 30px;
text-align:center;
}

.homeMyNameIs h1 {
text-align:center;
font-size:clamp(1.2rem,1.5rem,24px);
font-weight:700;
}


.homeRecommend {
padding:120px 30px 120px 30px;
background:url(./images/bg_triangle.png) center -1px no-repeat #fccc00;
background-size:66px;
text-align:center;
}

.homeRecommend ul {
padding:25px 0 80px 0;
}

.homeRecommend ul li {
margin-bottom:6px;
}

.homeRecommend h3 {
margin-bottom:30px;
position:relative;
}

.homeFeature {
padding:130px 30px 90px;
border-radius:60px;
margin:-80px 60px 0 60px;
background:#fff;
text-align:center;
position:relative;
z-index:1;
}

.homeFeature h2 {
font-size:clamp(1.1rem,4.5vw,3rem);
font-weight:700;
color:#2e196e;
margin-bottom:110px;
}

.homeFeature div {
width:1200px;
padding:130px 60px 60px 60px;
background:#bfe4f3;
border-radius:40px;
margin:0 auto;
}

.homeFeature div ul {
margin-top:-200px;
margin-bottom:30px;
display:flex;
gap:0 20px;
justify-content:center;
}

.homeFeature div ul li {
width:300px;
}

.homeFeature section {
background:#fff;
border-radius:30px;
padding:30px;
display:flex;
flex-wrap:wrap;
gap:30px 0;
}

.homeFeature section fieldset {
border:solid 2px #2e196d;
border-radius:20px;
padding:20px;
width:100%;
}

.homeFeature section fieldset legend {
font-size:clamp(1.2rem,5vw,3rem);
font-weight:700;
padding:0 10px;
}

.homeFeature section fieldset h3 {
font-size:clamp(1rem,4vw,2rem);
font-weight:700;
color:#fff;
display:inline-block;
padding:13px 30px 6px 30px;
background:#2e196d;
border-radius:100px;
margin-bottom:20px;
}

.homeFeature section fieldset p {
text-align:left;
font-size:clamp(1rem,4vw,22px);
font-weight:500;
line-height:1.81;
}


.homeToETC {
padding:0 30px;
text-align:center;
}

.homeToETC h2 {
font-size:clamp(1rem,4vw,2.2rem);
font-weight:700;
line-height:1.51;
margin-bottom:30px;
}

.homeToETC h3 {
font-size:clamp(0.9rem,3vw,1.15rem);
font-weight:500;
line-height:1.51;
margin-bottom:50px;
}

.homeToETC h4 {

}

.homeToETC h4 a {
display:inline-block;
background:#e71f19;
border:solid 5px #f72f29;
border-radius:200px;
padding:35px 60px 26px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
transition:all .3s ease;
position:relative;
overflow:hidden;
}

.homeToETC h4 a:before{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  width: 0;
  display: block;
  background: #dd1111;
  z-index: 1;
  transition: .2s;
  border-radius:200px;
  opacity:0;
}

.homeToETC h4 a:hover:before{
  width: 100%;
  opacity:1;
}

.homeToETC h4 a strong {
color:#fff;
font-size:clamp(1.2rem,6vw,3rem);
font-weight:700;
display:block;
position:relative;
z-index:2;
}

.homeToETC h4 a small {
color:#fff;
font-size:clamp(0.9rem,3.5vw,1.5rem);
font-weight:500;
display:block;
position:relative;
z-index:2;
}

.homeToETC p {
font-size:clamp(0.9rem,3vw,1.05rem);
font-weight:500;
padding:30px 0 0 30px;
line-height:1.71;
}

.copyright {
padding:30px 0 39px 0;
text-align:center;
margin:50px 30px 0 30px;
}

.copyright p {
font-size:clamp(0.8rem,3.5vw,1rem);
font-weight:500;
color:#666;
}


#ETCCARDWARIBIKI {
text-align:center;
padding:10px 30px 40px 30px;
max-width:1200px;
margin:0 auto;
}

#ETCCARDWARIBIKI ul {
display:flex;
justify-content:center;
gap:29px 29px;
flex-wrap:wrap;
}

#ETCCARDWARIBIKI ul li {
display:flex;
justify-content:start;
border:solid 1px #c0c0c0;
width:calc(50% - 15px);
border-radius:20px;
overflow:hidden;
}

#ETCCARDWARIBIKI ul li div img {
max-width:270px;
}

#ETCCARDWARIBIKI ul li section {
padding:20px 25px;
}

#ETCCARDWARIBIKI ul li section h2 {
font-size:clamp(20px,6vw,32px);
font-weight:700;
line-height:1.1;
text-align:left;
margin-bottom:13px;
}

#ETCCARDWARIBIKI ul li section h2 strong {
font-size:clamp(24px,7vw,36px);
}

#ETCCARDWARIBIKI ul li section h2 small {
font-size:clamp(16px,4.5vw,18px);
}

#ETCCARDWARIBIKI ul li:nth-of-type(1) section h2 {
color:#5822b2;
}

#ETCCARDWARIBIKI ul li:nth-of-type(2) section h2 {
color:#ff4800;
}

#ETCCARDWARIBIKI ul li:nth-of-type(3) section h2 {
color:#48aa13;
}

#ETCCARDWARIBIKI ul li:nth-of-type(4) section h2 {
color:#06afce;
}

#ETCCARDWARIBIKI ul li section p {
font-size:clamp(15px,3.5vw,16px);
font-weight:700;
line-height:1.41;
text-align:left;
}


#ETCCARDTEXT1 {
padding:0 30px 50px 30px;
}

#ETCCARDTEXT1 p {
text-align:center;
font-size:clamp(16px,4vw,18px);
font-weight:500;
line-height:1.51;
}

#ETCCARDHEADING2 {
padding:50px 30px 30px 30px;
overflow:hidden;
}

#ETCCARDHEADING2 h2 {
text-align:center;
font-family:'Zen Maru Gothic', sans-serif;
font-size:clamp(1rem,4vw,2.4rem);
font-weight:700;
line-height:1.51;
}

#ETCCARDHEADING2 dl {
display:flex;
justify-content:center;
gap:0 20px;
padding:30px 0 40px 0;
}

#ETCCARDHEADING2 dl dt {
width:300px;
}

#ETCCARDHEADING2 dl dt p {
text-align:center;
padding:18px 0 0 0;
font-size:clamp(18px,5vw,20px);
font-weight:700;
}


.etcIntro {
width:1400px;
max-width:100%;
margin:0 auto;
position:relative;
}

#ETCINTROKY cite {
position:absolute;
top:0;
right:0;
display:inline-block;
padding:15px 15px 10px 25px;
background:rgba(255,255,255,0.2);
font-size:clamp(20px,5vw,24px);
font-weight:700;
color:#fff;
font-style:normal;
border-radius:0 0 0 20px;
}

#ETCINTROUC cite {
position:absolute;
top:0;
left:0;
display:inline-block;
padding:15px 25px 10px 15px;
background:rgba(255,255,255,0.2);
font-size:clamp(20px,5vw,24px);
font-weight:700;
color:#fff;
font-style:normal;
border-radius:0 0 20px 0;
}

.etcIntro div {
display:flex;
justify-content:center;
gap:0 45px;
padding:70px 45px 45px 45px;
}

.etcIntro dl dd {
text-align:center;
padding:20px 0 0 0;
font-size:clamp(16px,3.5vw,18px);
font-weight:700;
text-shadow:
            2px 2px 2px #fff, -2px -2px 2px #fff,
           -2px 2px 2px #fff,  2px -2px 2px #fff,
            2px 0px 2px #fff, -2px -0px 2px #fff,
            0px 2px 2px #fff,  0px -2px 2px #fff;
}

.etcIntro section ul {
display:flex;
justify-content:start;
gap:0 15px;
}

.etcIntro section ul li {
padding:12px 20px 7px;
border-radius:100px;
font-size:clamp(18px,4.5vw,20px);
font-weight:700;
color:#fff;
}

#ETCINTROKY section h2 {
padding:30px 0 30px 0;
color:#fff;
font-size:clamp(36px,8vw,44px);
font-weight:700;
line-height:1.31;
text-shadow:
            2px 2px 2px #1760d2, -2px -2px 2px #1760d2,
           -2px 2px 2px #1760d2,  2px -2px 2px #1760d2,
            2px 0px 2px #1760d2, -2px -0px 2px #1760d2,
            0px 2px 2px #1760d2,  0px -2px 2px #1760d2;
}

.etcIntro section h3 a {
display:inline-block;
padding:12px 20px 7px;
border-radius:100px;
font-size:clamp(24px,5.5vw,30px);
font-weight:700;
color:#fff;
border:solid 2px #fff;
transition:all .3s ease;
position:relative;
overflow:hidden;
}

.etcIntro section h3 a span {
position:relative;
z-index:2;
}

#ETCINTROKY section h3 a {
background:#e71f19;
}

#ETCINTROKY section h3 a:before{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  width: 0;
  display: block;
  background: #dc110e;
  z-index: 1;
  transition: .2s;
  border-radius:200px;
  opacity:0;
}

#ETCINTROKY section h3 a:hover:before{
  width: 100%;
  opacity:1;
}

#ETCINTROKY section ul li {
background:#1760d2;
border:solid 2px #073bbf;
}


#ETCINTROKY {
background:#4c9de8;
}

#ETCINTROKY dl dd {
color:#1760d2;
}



#ETCINTROUC section h2 {
padding:30px 0 30px 0;
color:#fff;
font-size:clamp(36px,8vw,44px);
font-weight:700;
line-height:1.31;
text-shadow:
            2px 2px 2px #f61b32, -2px -2px 2px #f61b32,
           -2px 2px 2px #f61b32,  2px -2px 2px #f61b32,
            2px 0px 2px #f61b32, -2px -0px 2px #f61b32,
            0px 2px 2px #f61b32,  0px -2px 2px #f61b32;
}

#ETCINTROUC div {
flex-direction: row-reverse;
}

#ETCINTROUC section h3 {
text-align:right;
}

#ETCINTROUC section h3 a {
background:#0971c9;
}

#ETCINTROUC section h3 a:before{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0869bb;
  z-index: 1;
  transition: .2s;
  border-radius:200px;
  opacity:0;
}

#ETCINTROUC section h3 a:hover:before{
  width: 100%;
  opacity:1;
}

#ETCINTROUC section ul li {
background:#f61b32;
border:solid 2px #ce0a23;
}


#ETCINTROUC {
background:#fd708e;
}

#ETCINTROUC dl dd {
color:#e71f19;
}


.etcBar1 {
width:1400px;
max-width:100%;
margin:0 auto;
font-size:0;
}

.etcBar1 img {
vertical-align:top;
}

.etcArrow1 {
width:1400px;
max-width:100%;
margin:0 auto;
font-size:0;
}



.etcContent {
width:1400px;
max-width:100%;
margin:0 auto;
background:#4c9de8;
padding:50px;
text-align:center;
}

#ETCCONTENTUC {
background:#fd708e;
}

.etcContent h2 {
padding:0 0 20px;
color:#fff;
background:#4c9de8;
font-size:clamp(40px,9vw,50px);
font-weight:700;
line-height:1.31;
text-align:center;
}

#ETCCONTENTUC h2 {
background:#fd708e;
}

.etcContent h2 br {
display:none;
}

#ETCCONTENTKY h2,
#ETCCONTENTKY2 h2 {
text-shadow:
            2px 2px 2px #1760d2, -2px -2px 2px #1760d2,
           -2px 2px 2px #1760d2,  2px -2px 2px #1760d2,
            2px 0px 2px #1760d2, -2px -0px 2px #1760d2,
            0px 2px 2px #1760d2,  0px -2px 2px #1760d2;
}

#ETCCONTENTUC h2 {
text-shadow:
            2px 2px 2px #f61b32, -2px -2px 2px #f61b32,
           -2px 2px 2px #f61b32,  2px -2px 2px #f61b32,
            2px 0px 2px #f61b32, -2px -0px 2px #f61b32,
            0px 2px 2px #f61b32,  0px -2px 2px #f61b32;
}

.etcContent div {
padding:60px 30px;
border-radius:50px;
background:#fff;
}

.etcContent div h3 {
font-size:clamp(30px,7vw,36px);
font-weight:700;
line-height:1.31;
}

.etcContent div h3 br {
display:none;
}

.etcContent dl {
padding:20px 0 40px;
display:flex;
justify-content:center;
gap:0 20px;
}

.etcContent dl dd {
padding:13px 20px 8px;
border-radius:100px;
font-size:clamp(16px,4vw,18px);
font-weight:700;
color:#fff;
}

#ETCCONTENTKY dl dd,
#ETCCONTENTKY2 dl dd {
background:#4c9de8;
border:solid 2px #1783e6;
}

#ETCCONTENTUC dl dd {
background:#fd708e;
border:solid 2px #f61b32;
}

.etcContent section {
display:flex;
justify-content:center;
gap:0 30px;
text-align:left;
}

.etcContent section main {
max-width:600px;
}

.etcContent section h4 {
text-align:left;
font-size:clamp(23px,6vw,27px);
font-weight:700;
line-height:1.51;
margin-bottom:25px;
}

.etcContent section h4 small {
text-align:left;
font-size:clamp(16px,4vw,18px);
font-weight:700;
line-height:1.41;
margin-top:15px;
margin-bottom:25px;
color:#111111;
display:block;
}

.etcContent section h4 small i {
font-style:normal;
display:inline-block;
margin-bottom:5px;
}

.etcContent section h5 {
display:inline-block;
padding:23px 13px 15px 13px;
border:solid 3px #ff3300;
font-size:clamp(23px,6vw,27px);
font-weight:700;
line-height:1.41;
color:#ff3300;
margin:0 10px 10px 0;
float:left;
}

.etcContent section h5:last-child {
margin-right:0;
}

.etcContent section h5 strong {
font-size:clamp(26px,8vw,36px);
}

.etcContent section h5 small {
font-size:clamp(18px,4.5vw,24px);
margin-left:3px;
}

.etcContent section h5:not(:last-child) {
margin-right:10px;
}

.etcContent section ul {
clear:both;
padding:7px 0 0 0;
}

.etcContent section ul li {
font-size:clamp(13px,3vw,14px);
font-weight:700;
margin-bottom:3px;
line-height:1.31;
}

.etcContent h6 {
padding:50px 0 70px;
text-align:center;
}

.etcContent h6 a {
display:inline-block;
padding:13px 25px 7px;
font-size:clamp(26px,8vw,32px);
font-weight:700;
color:#fff;
border-radius:100px;
position:relative;
overflow:hidden;
}

.etcContent h6 a span {
position:relative;
z-index:10;
}

#ETCCONTENTKY h6 a,
#ETCCONTENTKY2 h6 a,
#ETCCONTENTUC h6 a {
background:#e71f19;
border:solid 2px #ce0a23;
}

#ETCCONTENTKY h6 a:before,
#ETCCONTENTKY2 h6 a:before,
#ETCCONTENTUC h6 a:before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  width: 0;
  display: block;
  background: #dc110e;
  z-index: 1;
  transition: .2s;
  border-radius:200px;
  opacity:0;
}

#ETCCONTENTKY h6 a:hover:before,
#ETCCONTENTKY2 h6 a:hover:before,
#ETCCONTENTUC h6 a:hover:before {
  width: 100%;
  opacity:1;
}

.etcContent p {
font-size:clamp(18px,4.5vw,20px);
font-weight:500;
line-height:1.31;
}

.etcContent p br {
display:none;
}

.etcContent cite {
padding:30px 0 0 0;
display:flex;
justify-content:center;
gap:0 20px;
}

.etcContent cite img {

}


#ETCCONTENTKY section h4,
#ETCCONTENTKY2 section h4 {
color:#0971c9;
}

#ETCCONTENTUC section h4 {
color:#f61b32;
}


.afterContact {
width:1400px;
max-width:100%;
margin:60px auto 30px;
text-align:center;
padding:10px;
background:url(./images/bg_triangle.png) center -1px no-repeat #0070c0;
background-size:40px;
}

.afterContact h2 {
color:#fff;
font-size:clamp(30px,7vw,36px);
font-weight:600;
padding:50px 30px 20px 30px;
line-height:1.41;
}

.afterContact p {
color:#fff;
font-size:clamp(18px,5vw,20px);
font-weight:500;
line-height:1.41;
padding:0 30px 20px 30px;
}

.afterContact h3 {
color:#fff;
font-size:clamp(36px,7vw,39px);
font-weight:500;
padding:0 30px 30px 30px;
line-height:1.41;

}

.afterContact h3 a {
font-size:clamp(41px,8vw,46px);
}

.afterContact h3 a:hover {
text-decoration:underline;
}


.etcDocument {
padding:40px 0 50px 0;
width:1400px;
max-width:100%;
margin:0 auto;
}

.etcDocument fieldset {
border:solid 2px #0070c0;
text-align:center;
}

@media screen and (max-width: 1450px) {

.etcDocument fieldset {
border:solid 2px #fff;
}

}

.etcDocument fieldset legend {
padding:0 10px;
}

.etcDocument fieldset legend img {
width:70px;
}

.etcDocument fieldset h2 {
padding:40px 30px 10px 30px;
font-size:clamp(30px,7vw,36px);
font-weight:600;
}

.etcDocument fieldset section {
background:#ccecff;
border:solid 15px #fff;
border-radius:30px;
padding:40px 30px 0 30px;
}

.etcDocument fieldset section h3 {
font-size:clamp(32px,8vw,36px);
font-weight:700;
margin-bottom:40px;
}

.etcDocument fieldset section h3 strong {
border-bottom:solid 2px #ff0000;
}

.etcDocument fieldset section dl {

}

.etcDocument fieldset section dl dt {
font-size:clamp(24px,6vw,26px);
font-weight:700;
color:#0070c0;
}

.etcDocument fieldset section dl dd {
font-size:clamp(17px,5vw,19px);
font-weight:500;
line-height:1.51;
padding:5px 0 30px 0;
}


.etcFlow {
width:1400px;
max-width:94%;
margin:0 auto;
text-align:center;
padding:40px 0 50px;
}

.etcFlow h2 {

}

.etcFlow h2 strong {
display:inline-block;
padding:18px 35px 10px;
background:#ffc000;
border-radius:100px;
font-size:clamp(32px,7vw,38px);
font-weight:700;
margin-bottom:50px;
}

.etcFlow ol {
width:90%;
margin:0 auto;
}

.etcFlow ol li {
margin-bottom:20px;
}

.etcFlow ol li img {
width:60px;
}

.etcFlow h4 {
margin-bottom:30px;
}

.etcFlow ol li h3 {
font-size:clamp(30px,6vw,34px);
font-weight:700;
}

.etcFlow ol li section {
border:solid 5px #c0c0c0;
padding:35px 30px 30px 30px;
}

.etcFlow ol li:nth-of-type(1) section,
.etcFlow ol li:nth-of-type(3) section {
border-color:#0070c0;
}

.etcFlow ol li:nth-of-type(2) section,
.etcFlow ol li:nth-of-type(4) section {
border-color:#00b050;
}

.etcFlow ol li:nth-of-type(5) section {
border-color:#0070c0;
background:#66ffff;
}

.etcFlow ol li section img {
width:80px;
margin:0 10px;
}

.etcFlow li section h4 img {
width:230px;
}

.etcFlow ol li p {
font-size:clamp(18px,4vw,20px);
font-weight:700;
padding:15px 0 0 0;
}


.etcOverture {
width:1400px;
max-width:94%;
margin:0 auto;
text-align:center;
padding:30px 0 50px 0;
}

.etcOverture h2 {
font-size:clamp(36px,7vw,41px);
font-weight:700;
margin-bottom:40px;
}

.etcOverture ul {
display:flex;
justify-content:center;
gap:30px 30px;
}

.etcOverture ul li {
background:#c0c0c0;
padding:30px;
border-radius:30px;
width:calc(50% - 15px);
}

.etcOverture ul li:first-child {
background:#4c9de8;
}

.etcOverture ul li:last-child {
background:#fd708e;
}

.etcOverture ul li h3 span {
font-size:clamp(32px,6vw,36px);
font-weight:700;
text-shadow:
            2px 2px 2px #1760d2, -2px -2px 2px #1760d2,
           -2px 2px 2px #1760d2,  2px -2px 2px #1760d2,
            2px 0px 2px #1760d2, -2px -0px 2px #1760d2,
            0px 2px 2px #1760d2,  0px -2px 2px #1760d2;
color:#fff;
}

.etcOverture ul li:last-child h3 span {
text-shadow:
            2px 2px 2px #f61b32, -2px -2px 2px #f61b32,
           -2px 2px 2px #f61b32,  2px -2px 2px #f61b32,
            2px 0px 2px #f61b32, -2px -0px 2px #f61b32,
            0px 2px 2px #f61b32,  0px -2px 2px #f61b32;
}

.etcOverture ul li h4 {
font-size:clamp(20px,5vw,24px);
font-weight:700;
color:#fff;
padding:20px 20px 20px 20px;
}

.etcOverture h5 {
padding:10px 0;
}

.etcOverture h5 a {
display:inline-block;
padding:13px 25px 7px;
font-size:clamp(24px,7vw,28px);
font-weight:700;
color:#fff;
border-radius:100px;
position:relative;
overflow:hidden;
}

.etcOverture h5 a span {
position:relative;
z-index:10;
}

.etcOverture h5 a {
background:#e71f19;
border:solid 2px #ce0a23;
}

.etcOverture h5 a:before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  width: 0;
  display: block;
  background: #dc110e;
  z-index: 1;
  transition: .2s;
  border-radius:200px;
  opacity:0;
}

.etcOverture h5 a:hover:before {
  width: 100%;
  opacity:1;
}

.etcOverture h6 {
padding:10px 0 30px 0;
}

.etcOverture dl {
background:#fff;
border-radius:25px;
padding:20px;
margin-bottom:20px;
}

.etcOverture dl dd {
font-size:clamp(15px,4vw,17px);
font-weight:500;
line-height:1.51;
margin-bottom:15px;
text-align:left;
text-indent:-18px;
padding-left:18px;
}

.etcOverture dl dd:before {
content:"・";
}


.detailInfo {
width:1400px;
max-width:94%;
margin:0 auto;
padding:50px 0 0 0;
}

.detailInfo section {
text-align:center;
}

.detailInfo section h2 {
background:#ffc000;
font-size:clamp(28px,6.5vw,32px);
font-weight:700;
padding:15px 30px 5px 30px;
border-radius:30px 30px 0 0;
}

.detailInfo section dl {
padding:30px;
border:solid 2px #ffc000;
border-radius:0 0 30px 30px;
}

.detailInfo section dd {
font-size:clamp(18px,4.5vw,20px);
font-weight:500;
line-height:1.51;
margin-bottom:15px;
}

.detailInfo section dd:last-child {
margin-bottom:0;
}

.detailInfo section dd h3 {
font-weight:700;
font-size:clamp(22px,5.5vw,24px);
}

.detailInfo section dd:nth-child(n+2) h3 {
padding-top:15px;
}

.detailInfo section dd h3:before {
content:"＜";
}

.detailInfo section dd h3:after {
content:"＞";
}

.detailInfo section dd h4 {
font-weight:500;
font-size:clamp(20px,5vw,22px);
}

.detailInfo section dd h4:before {
content:"●";
color:#ffc000;
}

.detailInfo section dd h4:nth-child(n+2) {
padding-top:10px;
}

.detailInfo section dd p small {
font-size:clamp(15px,3.5vw,16px);
}

.detailInfoFlow p {
padding-top:10px;
}


#GASOLINECARD {
padding:200px 30px 25px 30px;
text-align:center;
}

#GASOLINEHERO {
text-align:center;
}

#GASOLINEHERO h1 {
padding:20px 0 30px;
}

#GASOLINECARD ul {
text-align:center;
}

#GASOLINECARD li {
position:relative;
width:505px;
margin:0 auto;
}

#GASOLINECARD li a {
position:absolute;
right:-200px;
bottom:-30px;
}

#GASOLINEHERO ul {
padding:30px 0 0 0;
display:flex;
justify-content:center;
gap:0 20px;
}

#GASOLINEHERO ul li {
color:#fff;
background:#ef0107;
border:solid 2px #fff;
padding:13px 20px 5px 20px;
border-radius:100px;
font-size:clamp(28px,6vw,32px);
font-weight:700;
}

.gasolineFeature {
padding:90px 30px 60px 30px;
text-align:center;
}

.gasolineFeature h2 {
color:#ef0107;
font-size:clamp(41px,8vw,46px);
font-weight:700;
margin-bottom:30px;
}

.gasolineFeature ul {
width:1400px;
max-width:94%;
margin:0 auto;
}

.gasolineFeature li {
background: rgb(240,1,8);
background: linear-gradient(90deg, rgba(240,1,8,1) 0%, rgba(240,169,1,1) 100%);
padding:15px;
width:100%;
margin-bottom:20px;
display:flex;
justify-content:start;
align-items:center;
gap:0 30px;
border-radius:25px;
}

.gasolineFeature li h3 {
color:#fff;
font-size:clamp(30px,6vw,34px);
font-weight:700;
width:35%;
text-align:right;
padding-top:10px;
}

.gasolineFeature li section {
background:#fff;
padding:20px;
border-radius:20px;
width:calc(65% - 30px);
}

.gasolineFeature li section p {
text-align:left;
font-size:clamp(18px,5vw,20px);
font-weight:500;
line-height:1.39;
}

.gasolineFeature li section p strong {
color:#ef0107;
}

.gasolineFeature li dl {
padding:5px 0 0 0;
}

.gasolineFeature li dl dd {
text-align:left;
font-size:clamp(15px,4vw,17px);
font-weight:500;
line-height:1.39;
margin-top:5px;
}

@media screen and (max-width: 1400px) {

.gasolineFeature li {
flex-wrap:wrap;
gap:15px 0;
}

.gasolineFeature li h3 {
width:100%;
text-align:center;
}

.gasolineFeature li section {
padding:20px;
border-radius:20px;
width:100%;
}

.gasolineFeature li section p {
text-align:center;
}

.gasolineFeature li dl dd {
text-align:center;
}

}


.gasolineStands {
padding:0 30px 50px 30px;
}

.gasolineStands ul {
display:flex;
justify-content:center;
gap:0 20px;
max-width:1200px;
margin:0 auto;
}

.gasolineStands ul li img {
border:solid 2px #f00108;
}

.gasolineStands h2 {
padding:40px 0 0 0;
text-align:center;
font-size:clamp(24px,7vw,28px);
font-weight:700;
line-height:1.51;
}


.gasolineToDetail {
padding:100px 4% 0 4%;
}

.gasolineToDetail h2 {
text-align:center;
font-size:clamp(36px,7vw,41px);
font-weight:700;
}

.gasolineFootBtn {
padding-top:60px;
padding-bottom:30px;
}


#HEROMEMBERS {
height:auto;
background:#9bc724;
}

#MEMBERS h1 {
padding:200px 4% 60px 4%;
text-align:center;
}

.membersContent {
background:#9bc724;
padding:0 50px 50px;
}

.membersConsists {
padding:50px;
background:#fff;
border-radius:50px;
text-align:center;
}

.membersConsistsHome {
width:1600px;
margin:0 auto;
padding:20px 50px 50px 50px;
background:#fff;
border-radius:50px;
text-align:center;
}


.membersMeisai {
width:1400px;
max-width:100%;
margin:0 auto;
}

.membersConsists fieldset {
border:solid 5px #00b050;
border-radius:40px;
padding:30px;
}

.membersConsists fieldset legend {
padding:10px 10px 0 10px;
font-size:clamp(28px,6vw,32px);
font-weight:700;
}

.membersMeisai ul li {
margin:10px 0 15px;
}

.membersMeisai ul li a img {
transition:all .3s ease;
opacity:1;
}

.membersMeisai ul li a:hover img {
opacity:0.7;
}

.membersMeisai dl {
padding:20px 0 0 0;
}

.membersMeisai dl dt {
font-size:clamp(18px,4vw,20px);
font-weight:700;
}

.membersMeisai dl dd {
font-size:clamp(15px,3.5vw,17px);
font-weight:500;
padding:5px 0 0 0;
line-height:1.61;
}

.membersInfo {
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:0 30px;
padding:50px 0;
}

.membersInfo fieldset {
min-height:430px;
}

.membersInfo fieldset:nth-child(1) {
width:calc(55% - 15px);
}

.membersInfo fieldset:nth-child(2) {
width:calc(45% - 15px);
}

.membersConsistsHome .membersInfo fieldset {
width:calc(50% - 15px);
}

.membersInfo section iframe {
width:100%;
height:360px;
}

.membersInfo ul {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
padding:15px;
}

.membersInfo ul li {
width:100%;
}

.membersInfo ul li a {
display:inline-block;
color:#007919;
font-size:clamp(22px,5vw,25px);
font-weight:700;
padding:20px 20px 15px 20px;
border-radius:20px;
width:100%;
border:solid 2px #007919;
transition:all .3s ease;
}

.membersInfo ul li a:hover {
background:#009534;
color:#fff;
}

.membersContact dl {
padding:20px 0;
}

.membersContact dl dt {
font-size:clamp(22px,5vw,24px);
font-weight:500;
margin-bottom:25px;
}

.membersContact dl dd {

}

.membersContact dl dd h2 {
font-size:clamp(28px,6vw,32px);
font-weight:700;
display:flex;
justify-content:center;
gap:0 5px;
align-items:center;
}

.membersContact dl dd h2 a {
font-size:clamp(36px,8vw,39px);
font-weight:700;
border-bottom:solid 1px #009534;
}

.membersContact dl dd h2 span {
font-size:clamp(18px,4vw,24px);
font-weight:700;
}

.membersContact dl dd i {
display:inline-block;
margin-top:-7px;
}

.membersContact dd:nth-of-type(1) {
padding-bottom:40px;
}

.membersContact dd h3 a {
display:inline-block;
padding:30px 30px 25px 30px;
font-size:clamp(24px,6vw,28px);
font-weight:700;
background:#009534;
border-radius:25px;
color:#fff;
}


#INFORMATIONHERO {
height:1000px;
}

#INFORMATION {
text-align:center;
padding:250px 4% 0 4%;
}

#INFORMATION h1 {
padding:30px 0 0 0;
}

.infomationMessage {
margin:-80px auto 0 auto;
width:1400px;
max-width:100%;
background:#fff;
border-radius:50px;
padding:30px;
text-align:center;
}

.infomationMessage h2 {
padding:30px 0 60px 0;
}

.infomationMessage p {
font-size:clamp(22px,4.5vw,24px);
font-weight:700;
line-height:1.81;
}

.infomationMessage p br {
display:none;
}


.informationCustomers {
padding:80px 2% 0 4%;
text-align:center;
}

.informationCustomers:after {
content:"";
display:block;
clear:both;
height:0;
}

.informationCustomers h2 {
font-size:clamp(24px,5vw,32px);
font-weight:700;
margin-bottom:20px;
}

.informationCustomers h3 {
width:49.5%;
float:left;
height:100px;
border-right:solid 1px #ffc805;
}

.informationCustomers ul {
background:url(./images/information/customer_bg.jpg) center bottom no-repeat #d5c1b2;
background-size:cover;
border-radius:40px;
padding:50px;
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.informationCustomers ul li {
background:#fff;
padding:20px;
border-radius:30px;
width:calc(50% - 20px);
}

.informationCustomers ul li h3 {
font-size:clamp(20px,4vw,24px);
font-weight:700;
line-height:1.51;
margin-bottom:10px;
}

.informationCustomers ul li p {
font-size:clamp(16px,3.5vw,20px);
font-weight:500;
line-height:1.51;
}


.informationOutline {
padding:2% 4% 80px;
text-align:center;
}

.informationOutline section {
width:1400px;
max-width:90%;
margin:0 auto;
}

.informationOutline section fieldset {
border:solid 2px #111111;
border-radius:40px;
padding:50px;
}

.informationOutline section fieldset legend {
padding:0 15px 0 15px;
font-size:36px;
font-weight:700;
}

.informationOutline section fieldset legend img {
width:150px;
}

.informationOutline table {
width:100%;
}

.informationOutline table th {
border-bottom:solid 1px #777;
text-align:left;
white-space:nowrap;
padding:35px 50px 15px 0;
font-size:clamp(17px,4vw,19px);
font-weight:700;
line-height:1.51;
min-width:200px;
}

.informationOutline table td {
border-bottom:solid 1px #ccc;
padding:35px 0 15px 0;
text-align:left;
font-size:clamp(17px,4vw,19px);
font-weight:700;
line-height:1.51;
width:100%;
}

.informationOutline table td h3 {
font-weight:700;
}

.informationOutline table td h3:not(:nth-of-type(1)) {
padding-top:15px;
}

.informationOutline table td p small {
font-size:clamp(15px,3.5vw,16px);
font-weight:500;
}



#QAHERO {
background:url(./images/qa/title_bg.jpg) center top no-repeat;
background-size:cover;
height:580px;
text-align:center;
}

#QA {
padding:300px 5%;
}

#QA h1 {
padding:0 0 20px 0;
}

.selectHero {
background:#fff !important;
height:250px !important;
}

.requestSelect {
text-align:center;
}

.requestSelect h1 {
display:inline-block;
background:#fdc902;
color:#fff;
font-size:clamp(30px,7vw,39px);
font-weight:600;
padding:50px 60px 40px 60px;
border-radius:20px;
margin-bottom:30px;
}

.requestSelect p {
padding:30px 0 0 0;
font-size:clamp(17px,4vw,19px);
font-weight:500;
line-height:1.81;
}


.details {
line-height: 2;
box-shadow:0 0 4px rgba(0,0,0,0.3);
border-radius:10px;
width: 960px;
max-width:94%;
margin: 0 auto 20px;
}
.details__summary {
position: relative;
display: block;
cursor: pointer;
margin: 0;
padding: 17px 40px 12px 18px;
font-size:clamp(20px,4.5vw,22px);
font-weight:700;
}
.details__summary::before {
display: block;
content: "";
box-sizing: border-box;
position: absolute;
top: calc(50% - 6px);
right: 16px;
width: 6px;
height: 6px;
border: 6px solid transparent;
border-left: 6px solid #111111;
transition: all 0.4s ease-out;
transform-origin: 3px 6px;
transform: rotate(90deg);
}
.details[open] .details__summary::before {
transform: rotate(-90deg);
}
.details__content {
overflow: hidden;
margin: 0;
padding-left: 16px;
padding-right: 16px;
padding-bottom:16px;
}

.faq {
padding:80px 0;
}

.details__content p {
padding:20px 20px 25px 20px;
background:#f5f5f5;
border-radius:15px;
font-size:clamp(16px,4vw,18px);
font-weight:500;
}

.details__content p a {
color:#0977ff;
text-decoration:underline;
}

#FORMHERO {
height:100px;
}

#FORMHEAD {
padding:200px 5% 100px;
text-align:center;
}


.formContact h2 {
color:#111111 !important;
}

.formContact table,
.formContact table td {
border-color:#fccc00 !important;
}

.formContact td.inq03 {
background:#fffae5 !important;
}


.formKyushu h2 {
color:#1760d2 !important;
}

.formKyushu table,
.formKyushu table td {
border-color:#4c9de8 !important;
}

.formKyushu td.inq03 {
background:#edf5fd !important;
}


.formUC h2 {
color:#f61b32 !important;
}

.formUC table,
.formUC table td {
border-color:#fd708e !important;
}

.formUC td.inq03 {
background:#fff0f3 !important;
}


.formGasoline h2 {
color:#f05d04 !important;
}

.formGasoline table,
.formGasoline table td {
border-color:#f05d04 !important;
}

.formGasoline td.inq03 {
background:#fdeee5 !important;
}

.fieldsetKousoku td.inq03 {
background:#ebf3fc !important;
}


#ETCCARDS2 {
padding:200px 5% 40px 5%;
}

#ETCCARDS2 ul {
display:flex;
justify-content:center;
gap:0 30px;
}


.homeNews {
padding:70px 3% 40px;
text-align:center;
max-width:96%;
margin:0 auto;
}

.homeNews h2 {
font-size:clamp(16px,4vw,20px);
line-height:1.61;
font-weight:500;
margin-bottom:50px;
}

.homeNewsDocs {
display:flex;
justify-content:center;
gap:20px;
}

.homeNewsDocs section,
.homeNewsDocs dl {
padding:25px 20px;
border-radius:25px;
}

.homeNewsDocs section {
background:#64c209;
}

.homeNewsDocs dl {
background:#774de3;
}

.homeNewsDocs section h3,
.homeNewsDocs dl dt {
font-size:clamp(22px,5vw,30px);
font-weight:600;
color:#fff;
margin-bottom:10px;
}

.homeNewsDocs section iframe {
border-radius:10px;
width:700px;
height:220px;
background:#fff;
border:solid 3px #fff;
}

@media screen and (max-width: 1540px) {
.homeNewsDocs section iframe {
border-radius:10px;
width:500px;
height:220px;
background:#fff;
border:solid 3px #fff;
}
}

.homeNewsDocs section iframe ul {
list-style:none;
}

.homeNewsDocs dl dd ul {
display:flex;
justify-content:space-between;
gap:10px;
}

.homeNewsDocs dl dd ul li {
background:#fff;
padding:15px;
border-radius:15px;
}

.homeNewsDocs dl dd ul li h4 {
font-size:clamp(18px,4.5vw,21px);
font-weight:600;
line-height:1.41;
margin-bottom:5px;
}

.homeNewsDocs dl dd ul li p {
padding-top:7px;
}

.homeNewsDocs dl dd ul li p a {
font-size:clamp(20px,4vw,20px);
font-weight:600;
line-height:1.21;
color:#774de3;
display:block;
padding:12px 20px 7px 20px;
border:solid 2px #774de3;
border-radius:10px;
transition:all .3s ease;
}

.homeNewsDocs dl dd ul li p a:hover {
color:#fff;
background:#774de3;
}

@media screen and (max-width: 1380px) {

.homeNewsDocs dl dd ul li h4 {
font-size:clamp(17px,4.5vw,19px);
font-weight:600;
line-height:1.41;
margin-bottom:5px;
}

.homeNewsDocs dl dd ul li p a {
font-size:clamp(15px,4vw,17px);
padding:14px 15px 9px 15px;
}

}

.requestSelect section {
padding:60px 0 0 0;
display:flex !important;
justify-content:center;
gap:20px;
}

.requestSelect section .homeToETC {
padding:0 0;
text-align:center;
}

.requestSelect section .homeToETC h4 a {
display:inline-block;
background:#e71f19;
border:solid 5px #f72f29;
border-radius:200px;
padding:32px 60px 24px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
transition:all .3s ease;
position:relative;
overflow:hidden;
}

.requestSelect section .homeToETC h4 a strong {
color:#fff;
font-size:clamp(24px,6vw,36px);
font-weight:700;
display:block;
position:relative;
z-index:2;
line-height:1.39;
}

.requestSelect section .homeToETC h4 a small {
color:#fff;
font-size:clamp(0.9rem,3.5vw,1.5rem);
font-weight:500;
display:block;
position:relative;
z-index:2;
}

.requestSelect section .homeToETC p {
font-size:clamp(0.9rem,3vw,1.05rem);
font-weight:500;
padding:30px 0 0 30px;
line-height:1.71;
}

.requestSelect h5 {
padding:50px 0 50px 0;
font-size:clamp(16px,4vw,18px);
font-weight:500;
line-height:1.51;
opacity:0.8;
}









.homeNews.invoice{
	padding-top: 20px;
}

.homeNews.invoice h2{
	text-align: center;
        font-size: clamp(24px, 7vw, 28px);
        font-weight: 700;
        line-height: 1.51;
        margin-bottom: 25px;
}


.homeNews.invoice dl {
    background: #4dbee3;
}

.homeNews.invoice dl dd{
	background: #fff;
        padding: 15px;
        border-radius: 15px;
}

.homeNews.invoice dl dd p{
font-size: clamp(16px, 4vw, 20px);
        line-height: 1.61;
        font-weight: 500;
}

.homeNews.invoice dl dd ul {
	margin-top: 20px;
}

.homeNews.invoice dl dd ul li {
        background: #fff;
        padding: 0;
        border-radius: 10px;
	border: solid 2px #4dbee3;
	transition: 0.3s;
    }

.homeNews.invoice dl dd ul li h4{
	margin-bottom:0;
}

.homeNews.invoice dl dd ul li a{
	padding: 15px;
	display: block;
	width: 100%;
	height: 100%;
}

.homeNews.invoice dl dd ul li:hover{
        background: #4dbee3;
    }
.homeNews.invoice dl dd ul li:hover a{
        color: #FFF;
    }









