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


/*-----------
base
-----------*/

*{
  margin:0;
  padding:0;
  border:none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, small{
  display: block;
}

img{
  vertical-align: top;
}

ul{
  list-style: none;
}

a {
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  text-decoration: none;
  color: #1b365d;
}

a:hover {
  opacity: 0.5;
}

sup,
sub{
  font-size: 0.5em;
}

sub{
 vertical-align: baseline;
}

sub.sub1 {
  vertical-align: -1px;
}

html,select,input,input[type="file"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .9px;
  font-size: 16px;
  line-height: 1.7;
  color:#000;
  -webkit-text-size-adjust:100%;
}

.bold{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.pc_nobr{
  display: none;
}

.sp_nobr{
  display: block;
}

#wrapper{
  position: relative;
}

#wrapper_contents{
  position: relative;
  padding-top: 112px;
}

#wrapper .inner{
}

#header .header_inner{
  width: 1080px;
  margin: 0 auto;
}


/*-----------
readcrumb
-----------*/

.breadcrumb {
  width: 100%;
  background: #fff;
  padding: 18px 0;
}

.breadcrumb .breadcrumb_inner {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #000;
}

.breadcrumb li::before {
  content: '>';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #000;
}

.breadcrumb li:last-child::before {
  content: normal;
}



/*-----------
pagetop
-----------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 0.8;
}

.pagetop a img {
  width: 100%;
}

.pagetop a:hover {
  opacity: 1;
}

/*-----------
contents
-----------*/

.contents{
  width: 1000px;
  margin: 0 auto;
}

.contents2{
  width: 100%;
}

.contents h1{
  text-align: center;
  padding: 25px 0 60px;
}

.contents h1 img{
  height: 40px;
}

.txt_center{
  text-align: center;
}

.btn_b{
  display: block;
  width: 360px;
  height: 54px;
  background: #1b365d url("../img/arrow_r_w.png") no-repeat center right 25px;
  background-size: 9px auto;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  box-sizing: border-box;
}


.btn_back{
  display: block;
  width: 440px;
  background: #1b365d url("../img/icon_back.png") no-repeat 40px 12px;
  background-size: 19px auto;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0 15px 20px;
}

.txt_slide {
  display: none;
}


/*---gas---*/

#gas{
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 75px;
  border-top: 1px solid #b2b2b2;
}

.contents #gas{
  border-top: none !important;
}

#gas h3{
  font-size: 34px;
  text-align: center;
  color: #1b365d;
  padding: 75px 0 10px;
  margin-bottom: 0;
}

#gas .gas_txt{
  font-size: 20px;
  text-align: center;
  color: #1b365d;
  padding: 0 0 50px;
}

#gas .gas_logo{
  width: 700px;
  display:flex;
  flex-wrap:wrap;
  margin: 0 auto 30px;
}

#gas .gas_logo li{
  width: 350px;
  margin-bottom: 40px;
  text-align: center;
}

#gas .gas_txt_s{
  text-align: center;
}


/*-----------
footer
-----------*/

footer{
  background: #434343;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}

footer.gas{
  padding: 30px 0 90px;
}

.footer_inner{
  width: 500px;
  margin: 0 auto;
}

.footer_link_l{
  padding: 0 0 25px;
}

a.link_onlineshop{
  display: inline-block;
  margin: 0 auto 5px;
  padding: 0 0 0 35px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: url("../img/icon_cart.png") no-repeat left center;
  background-size: 21px auto;
}

.footer_link {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
}

.footer_fujioh {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 16px;
  vertical-align: top;
}

.footer_fujioh img {
  width: 100%;
}

.footer_link li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
}

.footer_link li:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -3px;
}

.footer_link li:last-child::after {
  content: none;
}

.footer_link li a {
  color: #fff;
}

.footer_copyright {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}

#fix_footer{
  display: none;
}

#fix_footer_gas{
  display: block;
  width: 500px;
  position: fixed;
  left: 50%;
  bottom: 1em;
  margin-left: -250px;
  z-index: 90;
  background: rgba(234,118,0,1);
  border-radius: 30px;
}

#fix_footer_gas ul li a.gaslink{
  display: block;
  text-align: center;
  font-size: 23px;
  padding: 15px 0;
  color: #fff;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
}

#fix_footer_gas ul li a.gaslink span{
  font-weight: bold;
  font-size: 26px;
}





/*
PC
---------------------------------------------------------------------*/

@media print, screen and ( min-width : 769px ) {

#header {
  height: 111px;
  border-bottom: 1px solid #ebebeb;
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
}

.header_bg {
  display: none;
}

a.meanmenu-reveal {
  display:none;
}

.h_logo img {
  width: 180px;
}

#h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  height: 36px;
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}

.menu li a {
  padding: 0 15px 0 0;
  margin-right: 18px;
  font-size: 16px;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #1b365d;
  position: relative;
}

.menu li a:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 9px;
  height: 16px;
  background: url(../img/arrow_r_b.png) no-repeat right center;
  background-size: 8px auto;
}

.menu li a.trader {
  padding: 0 15px 0 45px;
  margin-right: 30px;
  background: url("../img/icon_trader.png") no-repeat 10px center;
  background-size: 30px auto;
}


#gNav {
  margin: 10px 0 0 0;
}

#gNav ul {
  display: flex;
}

#gNav li.no_pc {
  display: none;
}

#gNav > .nav > li > a {
  display: block;
  text-align: center;
  line-height: 45px;
  padding: 0 15px 0 30px;
  background: url("../img/arrow_r_bk.png") no-repeat 12px center;
  background-size: 8px auto;
  color: #000;
}

#gNav > .nav > li:hover > a, #gNav .current-menu-parent a {
  color: #1b365d;
  background:#e2f6ff url("../img/arrow_r_b.png") no-repeat 12px center;
  background-size: 8px auto;
  opacity: 1;
}

#gNav .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #e2f6ff;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  padding: 20px 0;
  color: #1b365d;
}

#gNav .sub-menu li {
  display: block;
  font-size: 15px;
  padding: 15px 20px;
  margin: 0 10px;
  background: #fff;
}

#gNav .sub-menu li h3 {
  font-size: 16px;
  font-weight: bold;
}

.box {
  display:flex;
  flex-wrap:wrap;
}

#gNav .nav li .sub-menu a, #gNav .nav li .sub-menu a:hover {
  width: fit-content;
  padding: 4px 60px 4px 30px;
  display: block;
  border-bottom: none;
  background: url("../img/arrow_r_b.png") no-repeat 13px center;
  background-size: 7px auto;
  color: #1b365d !important;
  position: relative;
  vertical-align: middle;
}

#gNav .nav li .sub-menu a.new::after  {
  content: "";
  position: absolute;
  top: 2px;
  right: 30px;
  width: 26px;
  height: 26px;
  background: url(../../product/img/top/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}


#gNav .nav li .sub-menu a.new_agg::after  {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 34px;
  height: 34px;
  background: url(../../product/img/top/icon_new_agg.png) 0 0 no-repeat;
  background-size: 100%;
}

#gNav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#gNav li ul li:after {
  content: none;
}

#gNav li:hover .sub-menu a {
  color: #111;
}

#gNav .sub-menu li a:hover {
  background: #fff;
}

}


/*
SP
---------------------------------------------------------------------*/

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


a {
  transition: none;
}

a:hover {
  opacity: 1;
}

.pc_nobr{
  display: block;
}

.sp_nobr{
  display: none;
}

*#wrapper,
*#wrapper_contents{
  font-size: 15px;
}

#wrapper{
  width: 100%;
  overflow: hidden;
}

#wrapper_contents{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}

#wrapper .inner,
#wrapper_contents .inner{
  width: 92%;
  margin-bottom: 0 auto;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 50px;
  z-index: 98;
  top: 0;
  left: 0;
}

.open:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 16px;
  width: 130px;
  height: 19px;
  z-index: 999;
  background: url("../img/logo_w.png") left top;
  background-size: 130px auto;
}

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 50px;
  right: 0;
  top: 0;
}

.meanmenu-reveal {
  width: 30px;
  height: 23px;
  margin: 14px 17px 13px 17px;
  display: block !important;
  position: relative;
}

.meanmenu-reveal.meanclose {
  background:rgba(0,78,140,0.7);
}

.meanmenu-reveal:hover {
  opacity: 1;
}

.meanmenu-reveal span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
}

.meanmenu-reveal span:nth-of-type(1) {
  top: 0;
  background: #1b365d;
}

.meanmenu-reveal span:nth-of-type(2) {
  top: 10px;
  background: #1b365d;
}

.meanmenu-reveal span:nth-of-type(3) {
  top: 20px;
  background: #1b365d;
}

.meanmenu-reveal  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}

.meanmenu-reveal  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.meanmenu-reveal  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: 0;
  background: #fff;
}

.meanclose span:nth-of-type(2) {
  opacity: 0;
}

.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
  background: #fff;
  top: 18px;
}

@-webkit-keyframes menu-ber01 {
  0% {
  -webkit-transform: translateY(8px) rotate(45deg);
}
  50% {
  -webkit-transform: translateY(8px) rotate(0);
}
  100% {
  -webkit-transform: translateY(0) rotate(0);
}
}

@keyframes menu-ber01 {
  0% {
  transform: translateY(8px) rotate(45deg);
}
  50% {
  transform: translateY(8px) rotate(0);
}
  100% {
  transform: translateY(0) rotate(0);
}
}

@-webkit-keyframes menu-ber02 {
  0% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
}
  50% {
  -webkit-transform: translateY(-8px) rotate(0);
}
  100% {
  -webkit-transform: translateY(0) rotate(0);
}
}

@keyframes menu-ber02 {
  0% {
  transform: translateY(-8px) rotate(-45deg);
}
  50% {
  transform: translateY(-8px) rotate(0);
}
  100% {
  transform: translateY(0) rotate(0);
}
}

@-webkit-keyframes active-menu-ber01 {
  0% {
  -webkit-transform: translateY(0) rotate(0);
}
  50% {
  -webkit-transform: translateY(10px) rotate(0);
}
  100% {
  -webkit-transform: translateY(10px) rotate(45deg);
}
}

@keyframes active-menu-ber01 {
  0% {
  transform: translateY(0) rotate(0);
}
  50% {
  transform: translateY(10px) rotate(0);
}
  100% {
  transform: translateY(10px) rotate(45deg);
}
}

@-webkit-keyframes active-menu-ber03 {
  0% {
  -webkit-transform: translateY(0) rotate(0);
}
  50% {
  -webkit-transform: translateY(-8px) rotate(0);
}
  100% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
}
}

@keyframes active-menu-ber03 {
  0% {
  transform: translateY(0) rotate(0);
}
  50% {
  transform: translateY(-8px) rotate(0);
}
  100% {
  transform: translateY(-8px) rotate(-45deg);
}
}

.mean-container .mean-nav {
  width:100%;
  max-height:100vh;
  overflow-y:auto;
}

.mean-container .mean-nav ul.nav {
  padding: 50px 0 0 0;
  margin: 0 0 150px;
  width: 100%;
  list-style-type: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  position: relative;
  z-index: 99;
  max-height: 100vh;
  background: #004e8c;
}

.mean-container .mean-nav ul ul {
  padding-bottom:0;
  margin-bottom:0;
}

.mean-container .mean-nav ul.nav > li {
  position:relative;
  width:100%;
  box-sizing: border-box;
  border-top: 1px solid #80a7c6;
}

.mean-container .mean-nav ul.nav > li > a,.mean-container .mean-nav ul li span.pre {
  display:block;
  width:100%;
  padding:.8em 2em;
  margin:0;
  text-align:left;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  box-sizing: border-box;
}

.mean-container .mean-nav ul.nav > li > a {
  width:100%;
  padding: 0 3em;
  text-shadow:none !important;
  visibility:visible;
  height: 52px;
  line-height: 52px;
  background: url("../img/arrow_r_w.png") no-repeat right 20px center;
  background-size: 9px auto;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 60px;
  height: 52px;
  line-height: 52px;
  text-align:center;
  position:absolute;
  right:0;
  top:0;
  z-index:2;
  font-size: 24px;
  border-left: 1px solid #80a7c6;
  box-sizing: border-box;
  padding: 0;
  background: #004e8c;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #fff;
  opacity: 1;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}

.mean-remove {
  display:none !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#header .mask {
  background: rgba(22,34,42,.4);
  top: 50px;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 1;
  display: none;
}

.header_bg {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
  position: fixed;
  background:rgba(255,255,255,0.9);
}

#header {
  height: 50px;
  color: #fff;
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.h_logo {
  width: 130px;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 100;
}

.h_logo img {
  width: 100%;
}

#gNav .nav {
  overflow-y: auto;
  height: 100vh;
}

.mean-nav .container {
  padding: 0;
}

.menu {
  display: none;
}

#gNav li.no_pc {
  display: block;
}

.sub-menu li {
  margin: 0 0 0 2em;
  padding: .9em 1em;
  border-top: 1px solid #80a7c6;
}

.sub-menu h3 {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: .3em;
}

.sub-menu a {
  color: #fff;
  display: block;
  padding: .2em .2em .2em 1em;
  background: url("../img/arrow_r_w.png") no-repeat right 10px center;
  background-size: 7px auto;
  position: relative;
}

.sub-menu a.new::after  {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 26px;
  height: 26px;
  background: url(../../product/img/top/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}


.sub-menu a.new_agg::after  {
  content: "";
  position: absolute;
  top: -2px;
  left: -24px;
  width: 36px;
  height: 36px;
  background: url(../../product/img/top/icon_new_agg.png) 0 0 no-repeat;
  background-size: 100%;
}


/*-----------
readcrumb
-----------*/

.breadcrumb .breadcrumb_inner {
  width: 92%;
}


/*-----------
contents
-----------*/

.contents{
  width: 92%;
  margin: 0 auto;
}

.contents h1{
  text-align: center;
  padding: 25px 0;
}

.contents h1 img{
  height: 30px;
}

.btn_b{
  display: block;
  width: 100%;
  background: #1b365d url("../img/arrow_r_w.png") no-repeat center right 10px;
  background-size: 7px auto;
  height: 52px;
  line-height: 52px;
}

.btn_back{
  display: block;
  width: 100%;
  background: #1b365d url("../img/icon_back.png") no-repeat 15px 12px;
  background-size: 19px auto;
  border-radius: 3px;
  margin: 0;
  padding: 15px 0 15px 30px;
}


  .txt_slide img {
    width: 100%;
  }


/*---gas---*/

#gas{
  width: 100%;
  margin: 0 0 0;
  padding-bottom: 0;
  padding-top: 50px;
}

#wrapper_contents #gas{
  width: 92%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#gas h3{
  font-size: 24px;
  padding: 0 0 10px;
  margin-bottom: 20px;
}

#gas .gas_txt{
  font-size: 16px;
  padding: 0 0 30px;
}

#gas .gas_logo{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin: 0 auto 30px;
}

#gas .gas_logo li{
  width: 50%;
  margin-bottom: 10px;
}

#gas .gas_logo li img{
  width: 90%;
}


/*-----------
footer
-----------*/

#footer,
footer.gas{
  padding: 20px 0 70px;
}

#body_business #footer{
  padding: 20px 0 10px !important;
}

.footer_inner{
  width: 100%;
  margin: 0;
}

.footer_logo img {
  width: 115px;
}


.footer_link_l{
  padding: 0;
}

.footer_link li {
  padding: 10px 20px 0;
}

.footer_copyright {
  padding: 0 10px 15px;
}

.footer_link {
  margin-bottom: 25px;
}

.footer_link li:nth-child(2)::after {
  content: none;
}

  
  
#fix_footer_gas{
  width: calc(100% - 20px);
  left: 0;
  bottom: 10px;
  _border-radius: 0;
  margin: 0 10px;
}

#fix_footer_gas ul li a.gaslink{
  font-size: 20px;
}

#fix_footer_gas ul li a.gaslink span{
  font-size: 23px;
}



  
#fix_footer{
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 12;
  background: rgba(230,230,230,0.9);
}

#fix_footer ul li a.trader{
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  background: none;
  color: #1b365d;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
}

#fix_footer ul li a.trader img{
  padding-right: 5px;
  width: 36px;
  height: 36px;
  box-sizing: content-box;
}


#fix_footer ul li a.trader:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../img/arrow_r_b.png) no-repeat right bottom;
  background-size: 7px auto;
}

#body_business #fix_footer {
  display: none !important;
}


/*-----------
pagetop
-----------*/

.pagetop {
  bottom: 70px;
  right: 0;
  z-index: 12;
}

.pagetop a {
  padding: 13px 8px 13px 15px;
  width: 50px;
  height: 50px;
}

}

@media screen and ( max-width:540px) {
  .txt_slide {
    display: block;
    width: 80%;
    height: 20px;
    margin: 0 auto;
    padding: 5px 4% 0 0;
  }
}
