@charset "utf-8";

body {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: "Helvetica Neue","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","遊ゴシック","Yu Gothic","メイリオ","Meiryo", sans-serif;
  line-height: 1.5;
  color: #212121;
}

body {
  padding-top: 106px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

.en {
  font-family: "Antonio" , sans-serif;
}

.jp {
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    max-width: 100%;
    padding-top: 130px;
    line-height: 1;
    font-size: .9rem;
    -webkit-text-size-adjust: 100%;
  }
  
  article,aside,canvas,details,figcaption,figure,
  footer,header,hgroup,menu,nav,section,summary { 
    display: block;
  }
  
  strong {
    font-weight: normal;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
/* responsive End */


/*============================================================================
  Header Setting
============================================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(160,160,160,.5);
}

.header__wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header__wrap h1 {
  padding-top: 20px;
}

.header__wrap h1 img {
  width: 420px;
}

.header__wrap .header__menu {
  width: 480px;
}

.header__wrap .phone-area {
  display: flex;
  justify-content: space-between;
}

.header__wrap .phone-area div {
  width: 235px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.header__wrap .phone-area .ss-name {
  background-color: #212121;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-size: .75rem;
}

.header__wrap .phone-area .ss-number {
}

.header__wrap .phone-area .ss-number img {
  width: auto;
  height: 20px;
  vertical-align: baseline;
  padding-right: 5px;
}

.header__wrap .phone-area span {
  display: inline-block;
}

.header__wrap .phone-area span.en {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 8px;
}

.header__wrap .phone-area span.time {
  vertical-align: .25rem;
}

.header__wrap .gloval_nav {
  display: flex;
  justify-content: start;
}

.header__wrap .gloval_nav li {
  width: 120px;
  text-align: center;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-weight: 500;
}

.header__wrap .gloval_nav li a {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  header {
    /*position: static;*/
  }
  
  .header__wrap {
    display: block;
    max-width: 100%;
  }
  
  .header__wrap h1 {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  
  .header__wrap h1 img {
    max-width: 100%;
  }
  
  .header__wrap .header__menu {
    width: 100%;
    margin-top: 15px;
  }
  
  .header__wrap .phone-area {
    display: none;
  }
  
  .header__wrap .gloval_nav {
    display: flex;
    justify-content: start;
  }
  
  .header__wrap .gloval_nav li {
    width: 25%;
    text-align: center;
    font-family: "Zen Kaku Gothic New" , sans-serif;
    font-weight: 500;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  
  .header__wrap .gloval_nav li:last-child {
    border-right: none;
  }
  
  .header__wrap .gloval_nav li a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
}
/* responsive End */


/*============================================================================
  Main Setting
============================================================================*/
.main__container {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 1000px;
}

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

.flex-spacebetween {
  display: flex;
  justify-content: space-between;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .main__container {
    max-width: 100%;
    padding-bottom: 50px;
  }
  
  .inner {
    max-width: 90%;
  }
}
/* responsive End */

/*============================================================================
  Footer Setting
============================================================================*/
footer {
  width: 100%;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

footer .catch {
  background-color: #006532;
  color: #ffffff;
  font-size: .875rem;
}

footer .catch .inner {
  padding: 30px 0 30px 60px;
  background: url(../img/logo_white.svg) no-repeat 0 50%;
}

footer .footer_flex {
  margin:0 auto;
  padding: 30px 0 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

footer .footer_flex .footer_logo img {
  width: 200px;
}

footer nav {
  margin-top: 15px;
}

footer nav ul {
  display: flex;
  justify-content: space-between;
}

footer nav ul li {
  position: relative;
  padding: 0 20px 0 10px;
  display: block;
  font-size: .875rem;
}

footer nav ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 6px solid #006532;
}

footer nav ul li a:hover {
  color: #006532;
}

footer .copy {
  margin-top: 30px;
  padding: 10px 0;
  font-size: .75rem;
  text-align: center;
}

footer .shop__wrap {
  width: ;
  text-align: left;
  font-size: .75rem;
}

footer .shop__wrap p {
  padding-bottom: 5px;
}

footer .shop__wrap p:last-child {
  padding-bottom: 0;
}

footer .shop__wrap .shop-name {
  font-size: .875rem;
  font-weight: 500;
}

footer .shop__wrap .map-link {
  margin-top: 5px;
}

footer .shop__wrap .map-link a {
  display: block;
  width: 64px;
  padding: 4px 0;
  position: relative;
  color: #212121;
  background-color: #ffffff;
  text-indent: 23px;
  border: 1px solid #212121;
  transition: all .2s ease;
}

footer .shop__wrap .map-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 12px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #212121;
}

footer .shop__wrap .map-link a:hover {
  background-color: #212121;
  color: #ffffff;
}

footer .shop__wrap .map-link a:hover::before {
  border-left: 4px solid #ffffff;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  footer .catch {
    line-height: 1.5;
  }
  
  footer .catch .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  footer .footer_flex {
    width: 90%;
    display: block;
    padding-top: 15px;
  }
  
  footer .footer_flex .footer_logo ,
  footer .footer_flex nav {
    display: none;
  }
  
  /*footer .footer_flex nav {
    padding-bottom: 20px;
  }*/
  
  footer .shop__wrap {
    margin-top: 15px;
    font-size: .875rem;
  }
  
  footer .shop__wrap .shop-name {
    font-size: 1rem;
  }
    
  footer .shop__wrap .map-link a {
    padding: 6px 0;
    font-size: .75rem;
  }
  
  footer .copy {
    margin-top: 20px;
  }
}
/* responsive End */

/*============================================================================
  Page Top Setting
============================================================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 1.5rem;
}

#page-top a {
  background-color: #006532;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  opacity: 1.0;
  transition: all .2s ease;
}

#page-top a:hover {
  background-color: #ffffff;
  border: 1px solid #006532;
  color: #006532;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #page-top {
    font-size: 1.2rem;
    bottom: 0;
    right: 0;
  }
  
  #page-top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-right: none;
    border-bottom: none;
  }
}
/* responsive End */

/*============================================================================
  Index Setting
============================================================================*/
.top_img_container {
  width: 100%;
}

.top_img_container p img {
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}

.slide__container {
  width: 100%;
  position: relative;
}

.slider {
  display: flex;
  margin: 0 auto;
}

.slider li {
  height: auto;
}

.slider li.slider_item img {
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}

.slider .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slider li.slider_item img {
    height: 250px;
  }
  
  .top_img_container p img {
    height: 250px;
  }
}
/* responsive End */


/* <main> */
h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.head .en {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: .15rem;
}

.service__wrap {
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #dddddd;
  position: relative;
  overflow: hidden;
}

.service__wrap h3 .en {
  color: #badedc;
  /*font-size: 1.625rem;*/
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
}

.service__wrap h3 .jp {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 3.0rem;
  display: block;
}

.service__wrap p {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.service__wrap .detail a {
  border: 1px solid #006532;
  color: #006532;
  display: block;
  width: 170px;
  line-height: 45px;
  text-indent: 35px;
  position: relative;
  transition: all .2s ease;
}

.service__wrap .detail a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 15px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #006532;
  transition: all .2s ease;
}

.service__wrap .detail a:hover {
  color: #ffffff;
  background-color: #006532;
}

.service__wrap .detail a:hover::before {
  border-left: 6px solid #ffffff;
}

.service__wrap img {
  position: absolute;
  right: 0;
  top: 0;
}

.news__wrap {
  margin-top: 50px;
  text-align: center;
}

.news__wrap iframe {
  width: 100%;
  border: none;
}

.news__wrap .more {
  margin-top: 30px;
  text-indent: 10px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-size: .875rem;
}

.news__wrap .more a {
  border: 1px solid #006532;
  padding: 5px 20px;
  display: inline-block;
  position: relative;
  color: #006532;
  transition: all .2s ease;
}

.news__wrap .more a:hover {
  background-color: #006532;
  color: #ffffff;
}

.news__wrap .more a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 15px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #006532;
  transition: all .2s ease;
}

.news__wrap .more a:hover::before {
  border-left: 5px solid #ffffff;
}

/*--------------------------------------------------------------------------*/

.ss__container {
  margin-top: 30px;
  padding: 30px 0 60px;
  background-color: #f8f8f8;
}

.ss__container .shop__wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.ss__container .shop__wrap .box {
  width: 480px;
}

.ss__container .shop__wrap h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  background-color: #006532;
  text-align: center;
  margin-top: 30px;
}

.ss__container .shop__wrap .box .ss_image img {
  width: 100%;
}

.ss__container .shop__wrap .info-area {
  background-color: #ffffff;
  padding: 20px;
  /*font-weight: 300;*/
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.ss__container .shop__wrap .info-area address {
}

.ss__container .shop__wrap .info-area address span {
  display: inline-block;
  background-color: #212121;
  color: #ffffff;
  margin: 5px 10px 0 0;
  padding: 4px 8px;
  font-size: .875rem;
}

.ss__container .shop__wrap .info-area .service-list {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c9caca;
}

.ss__container .shop__wrap .info-area .service-list li {
  display: inline-block;
  background-color: #badedc;
  color: #006532;
  padding: 4px 8px;
  margin: 5px 2px 0 0;
  font-size: .875rem;
}

.ss__container .shop__wrap .box iframe {
  width: 100%;
  height: 350px;
}

.ss__container .sale__wrap {
  margin: 20px auto 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

.ss__container .sale__wrap .cell {
  padding: 15px;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.ss__container .sale__wrap .wakos h4 ,
.ss__container .sale__wrap .tire h4 {
  padding: 5px;
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
  background-color: #212121;
  color: #ffffff;
}

.ss__container .sale__wrap .picture {
  
}

.ss__container .sale__wrap .wakos p ,
.ss__container .sale__wrap .tire p {
  text-align: center;
}

.ss__container .sale__wrap .wakos img ,
.ss__container .sale__wrap .tire img {
  margin: 15px 0;
  /*width: 100%;*/
  height: 100px;
}

.ss__container .sale__wrap .wakos {
  width: 300px;
}

.ss__container .sale__wrap .tire {
  width: 330px;
}

.ss__container .sale__wrap .line {
  width: 330px;
  position: relative;
}

.ss__container .sale__wrap .line h4 {
  font-weight: 500;
  font-size:;
  background: url(../img/line_logo.svg) no-repeat 0 50% / 40px 40px;
  padding-left: 50px;
}

.ss__container .sale__wrap .line h4 span {
  display: block;
  color: #06c755;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.ss__container .sale__wrap .line .member {
  margin: 20px 0 15px;
  display: inline-block;
  background-color: #de0000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 16px;
}

.ss__container .sale__wrap .line .qrcode img {
  position: absolute;
  right: 15px;
  bottom: 20px;
  border: 1px solid #cccccc;
  width: 95px;
}

.ss__container .sale__wrap .line .line-id {
  margin-top: 10px;
  color: #06c755;
  font-weight: 500;
}


/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .head .en {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  
  .service__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .service__wrap h3 {
    text-align: center;
  }
  
  .service__wrap h3 .en {
    font-size: 1.2rem;
  }
  
  .service__wrap h3 .jp {
    font-size: 2rem;
  }
  
  .service__wrap img {
    position: static;
    margin-top: 10px;
  }
  
  .service__wrap p {
    margin-top: 10px;
    line-height: 1.4;
  }
  
  .news__wrap {
  }
  
  .news__wrap iframe {
    width: 90%;
  }
  
  .news__wrap .more a {
    padding: 7px 20px;
  }
  
  .service__wrap .detail a {
    margin: 20px auto 0;
  }
  
  .ss__container .shop__wrap {
    display: block;
    max-width: 90%;
  }
  
  .ss__container .shop__wrap .box {
    width: 100%;
  }
  
  .ss__container .shop__wrap h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 40px;
  }
  
  .ss__container .shop__wrap .box .ss_image img {
    max-width: 100%;
  }
  
  .ss__container .shop__wrap .info-area address {
    font-size: .9rem;
  }
  
  .ss__container .shop__wrap .info-area address span {
    margin-top: 8px;
  }
  
  .ss__container .shop__wrap .info-area .service-list {
    padding-top: 10px;
  }
  
  .ss__container .shop__wrap .info-area .service-list li {
    margin-top: 8px;
  }
  
  .ss__container .shop__wrap .box iframe {
    height: 250px;
  }
  
  .ss__container .sale__wrap {
    width: 90%;
    display: block;
  }
  
  .ss__container .sale__wrap .cell {
    width: 100%;
    margin-top: 20px;
  }
  
  .ss__container .sale__wrap .line {
    line-height: 1.2;
  }
  
  .ss__container .sale__wrap .line h4 {
    background: url(../img/line_logo.svg) no-repeat 0 50% / 37px 37px;
  }
  
  .ss__container .sale__wrap .line h4 span {
    font-size: 1.4rem;
    font-weight: 500;
  }
  
  .ss__container .sale__wrap .line .qrcode img {
    width: 110px;
  }
}
/* responsive End */

/*============================================================================
  Bread Crumb Setting
============================================================================*/
.breadcrumb {
  background-color: #badedc;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.breadcrumb ol {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: start;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 0;
  font-size: .75rem;
  vertical-align: middle;
  text-decoration: none;
}

.breadcrumb li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: -15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb li:first-child::before {
  display: none;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
/* responsive End */

/*============================================================================
  Contents Title Setting
============================================================================*/
.contents-title__wrap {
  color: #ffffff;
  height: 300px;
}

.bg_kerosene {
  background: url(../img/contents_title_wrap_service01.jpg) no-repeat 0 50% / cover;
  /*background-attachment: fixed;*/
}

.bg_refueling {
  background: url(../img/contents_title_wrap_service02.jpg) no-repeat 50% 50% / cover;
  /*background-attachment: fixed;*/
}

.bg_company {
  background: url(../img/contents_title_wrap_company.jpg) no-repeat 50% 50% / cover;
  /*background-attachment: fixed;*/
}

.bg_contact {
  background: url(../img/contents_title_wrap_contact.jpg) no-repeat 50% 50% / cover;
}

.bg_news {
  background: url(../img/contents_title_wrap_news.jpg) no-repeat 50% 50% / cover;
}

.contents-title__wrap .inner {
  padding-top: 30px;
}

.contents-title__wrap h2 {
  display: inline-block;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 0 4px rgba(33, 33, 33, 0.5);
}

.contents-title__wrap h2 .en {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

.contents-title__wrap h2 .jp {
  display: block;
  margin-top: -10px;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .contents-title__wrap {
    height: 200px;
  }
  
  .contents-title__wrap .inner {
    padding-top: 50px;
  }
  
  .contents-title__wrap h2 {
    font-size: 2.2rem;
  }
  
  .contents-title__wrap h2 .en {
    font-size: 1.4rem;
  }
  
  .contents-title__wrap h2 .jp {
    margin-top: 0;
  }
}
/* responsive End */

/*============================================================================
  Contact Container Setting
============================================================================*/
.contact__container {
  background: url(../img/image_contact_container.jpg) no-repeat 0 0 / cover;
  /*background-attachment: fixed;*/
  font-family: "Zen Kaku Gothic New" , sans-serif;
  color: #ffffff;
  padding: 60px 0 60px;
}

.contact__container h3 {
  font-size: 1.25rem;
}

.contact__container h3 .en {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

.contact__container .select-box {
  font-size: .875rem;
}

.contact__container .select-box .shop-name {
  font-size: 1.125rem;
}

.contact__container .select-box .shop-name img {
  margin-right: 5px;
  vertical-align: middle;
}

.contact__container .select-box .en {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: .05rem;
}

.contact__container .form-button a {
  margin-top: 25px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #212121;
  font-size: 1.125rem;
  display: block;
  width: 360px;
  line-height: 80px;
  text-align: center;
  position: relative;
  transition: all .2s ease;
}

.contact__container .form-button a:hover {
  background-color: transparent;
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
}

.contact__container .form-button img {
  vertical-align: middle;
  margin-right: 10px;
}

.contact__container .form-button i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 10px;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .contact__container {
    background-position: 50% 0;
    padding: 30px 0;
  }
  
  .contact__container .flex-spacebetween {
    display: block;
  }
  
  .contact__container h3 {
    font-size: .95rem;
    text-align: center;
  }
  
  .contact__container h3 .en {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  
  .contact__container .select-box {
    margin-top: 20px;
    text-align: center;
  }
  
  .contact__container .select-box .en {
    font-size: 2.2rem;
    margin-top: 5px;
    padding-bottom: 10px;
  }
  
  .contact__container .form-button a {
    margin-left: auto;
    margin-right: auto;
	line-height: 60px;
    width: 80%;
    font-size: 1rem;
  }
  
  .contact__container .form-button i {
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
/* responsive End */

/*============================================================================
  Kerosene Setting
============================================================================*/
.feature__wrap {
  margin-top: 50px;
}

.feature__wrap .point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.feature__wrap .point-list .point-box {
  width: 235px;
  border: 1px solid #dddddd;
  padding: 15px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  text-align: center;
}

.feature__wrap .point-list .point-box .ribbon {
  position: relative;
  /*line-height: 46px;/*リボンの高さ*/
  width: 100%;
  background: #006532;
  padding: 4px 0;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto Condensed" , sans-serif;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.feature__wrap .point-list .point-box .ribbon:before ,
.feature__wrap .point-list .point-box .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.feature__wrap .point-list .point-box .ribbon:before {
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.feature__wrap .point-list .point-box .ribbon:after {
  top: 0;
  right: 0;
  border-width: 23px 5px 23px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.feature__wrap .point-list .point-box .graphic {
  padding: 30px 0;
}

.feature__wrap .point-list .point-box .graphic img {
  width: auto;
  height: 80px;
}

.feature__wrap .point-list .point-box .strong {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  /*color: #006532;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.small {
  font-size: .8rem;
}

.okome {
  margin-top: 15px;
}

.feature__wrap .point-list .point-box .text {
  margin-top: 15px;
  line-height: 1.5;
}

.feature__wrap .okome li {
  font-family: "Zen Kaku Gothic New" , sans-serif;
  /*font-size: .9rem;*/
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.delivery-type__wrap {
  margin-top: 50px;
}

.delivery-type__wrap .type-select {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.delivery-type__wrap .type-select .type-box {
  width: 490px;
  background-color: #f8f8f8;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.delivery-type__wrap .type-select .type-box .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  /*line-height: 70px;*/
  padding: 10px 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  background-color: #006532;
}

.delivery-type__wrap .type-select .type-box .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 20px solid #006532;
}

.delivery-type__wrap .type-select .type-box ul {
  margin: 20px 30px;
}

.delivery-type__wrap .type-select .type-box li {
  font-size: 1.5rem;
  font-weight: 500;
  background: url(../img/icon_checkbox.png) no-repeat 0 50% / 29px 28px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.delivery-type__wrap .type-select .type-box .comment {
  padding: 20px 10px 30px;
  margin: 0 20px;
  line-height: 1.8;
  border-top: 1px solid #dddddd;
}

.delivery-area__wrap {
  margin-top: 50px;
}

.area-map img {
  width: 490px;
}

.area-list {
  width: 490px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.area-list h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #212121;
  display: inline-block;
  padding: 8px 30px;
}

.area-list table {
  margin-top: 25px;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.area-list table th,
.area-list table td {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 30px;
}

.area-list table th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}

.flow__wrap {
  margin-top: 50px;
}

.flow__wrap .step__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.flow__wrap .step__wrap .step-box {
  width: 300px;
}

.flow__wrap .step__wrap .step-box img {
  max-width: 100%;
}

.flow__wrap .step__wrap .step-box dl {
  /*width: 300px;*/
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.flow__wrap .step__wrap .step-box dt {
  background-color: #006532;
  color: #ffffff;
  font-size: 1.5rem;
  /*text-align: center;*/
  font-weight: 500;
  padding: 10px 0;
}

.flow__wrap .step__wrap .step-box dt span {
  display: inline-block;
  background-color: #212121;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 5px 10px;
  margin: 0 15px;
  border-radius: 4px;
  font-family: "Roboto Condensed" , sans-serif;
}

.flow__wrap .step__wrap .step-box dd {
  padding-top: 5px;
  line-height: 1.8;
}

.triangle {
  margin-top: 150px;
  width: 0;
  height: 0;
  border-left: 25px solid #badedc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.faq__wrap {
  margin-top: 50px;
}

.faq__wrap .faq {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  /*font-size: 1.25rem;*/
}

.faq__wrap .faq:last-child {
  border-bottom: none;
}

.faq__wrap .faq .faq_q {
  background: url(../img/faq_q.svg) no-repeat 0 50%;
  padding: 14px 20px 14px 80px;
  font-weight: 500;
}

.faq__wrap .faq .faq_a {
  margin-top: 10px;
  background: url(../img/faq_a.svg) no-repeat 0 0;
  padding-left: 60px;
}

.faq__wrap .faq .faq_a .answer {
  background-color: #f8f8f8;
  padding: 14px 20px 14px 20px;
  color: #006532;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .feature__wrap {
    margin-top: 30px;
  }
  
  .feature__wrap .point-list {
    display: block;
    margin-top: 30px;
  }
  
  .feature__wrap .point-list .point-box {
    margin: 0 auto 15px;
  }
  
  .feature__wrap .point-list .point-box:last-child {
    margin-bottom: 0;
  }
  
  .feature__wrap .point-list .point-box .ribbon {
    font-size: 1.2rem;
    padding: 8px 0;
  }
  
  .feature__wrap .point-list .point-box .ribbon:before {
    border-width: 18px 0px 18px 5px;
  }
  
  .feature__wrap .point-list .point-box .ribbon:after {
    border-width: 18px 5px 18px 0px;
  }
  
  .feature__wrap .point-list .point-box .graphic {
    padding: 15px 0;
  }
  
  .feature__wrap .point-list .point-box .graphic img {
    width: auto;
    /*height: 60px;*/
  }
  
  .feature__wrap .point-list .point-box .strong {
    font-size: 1.4rem;
  }
  
  .feature__wrap .okome {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }
  
  .delivery-type__wrap .type-select {
    display: block;
    margin-top: 30px;
  }
  
  .delivery-type__wrap .type-select .type-box {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .delivery-type__wrap .type-select .type-box:last-child {
    margin-bottom: 0;
  }
  
  .delivery-type__wrap .type-select .type-box .balloon {
    font-size: 1.4rem;
    font-weight: 500;
  }
  
  .delivery-type__wrap .type-select .type-box .balloon:before {
    border: 8px solid transparent;
    border-top: 14px solid #006532;
  }
  
  .delivery-type__wrap .type-select .type-box ul {
    margin: 15px 20px 20px;
  }
  
  .delivery-type__wrap .type-select .type-box li {
    font-size: 1.2rem;
    background: url(../img/icon_checkbox.png) no-repeat 0 50% / 20px 20px;
    padding-left: 30px;
  }
  
  .delivery-type__wrap .type-select .type-box .comment {
    line-height: 1.4;
    padding: 15px 0 20px 0;
  }
  
  .delivery-area__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .delivery-area__wrap > div {
    display: block;
  }
  
  .delivery-area__wrap .area-map {
    text-align: center;
  }
  
  .delivery-area__wrap .area-map img {
    width: 70%;
  }
  
  .area-list {
    width: 100%;
    margin-top: 30px;
  }
  
  .area-list h3 {
    font-size: 1rem;
  }
  
  .area-list table {
    margin-top: 15px;
  }
  
  .area-list table th,
  .area-list table td {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .area-list p {
    text-align: center;
  }
  
  .delivery-area__wrap p {
    font-size: .75rem;
  }
  
  .flow__wrap .step__wrap {
    display: block;
  }
  
  .flow__wrap .step__wrap .step-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  
  .flow__wrap .step__wrap .step-box:last-child {
    margin-bottom: 0;
  }
  
  .triangle {
    display: none;
  }
  
  .flow__wrap .step__wrap .step-box dt {
    font-size: 1.4rem;
  }
  
  .faq__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .faq__wrap .faq {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  
  .faq__wrap .faq .faq_q ,
  .faq__wrap .faq .faq_a {
    background-size: 40px 40px;
  }
  
  .faq__wrap .faq .faq_q {
    padding-left: 65px;
  }
  
  .faq__wrap .faq .faq_a {
    margin-top: 5px;
    padding-left: 50px;
  }
  
  .faq__wrap .faq .faq_a .answer {
    padding: 12px 15px;
    line-height: 1.2;
  }
}
/* responsive */

/*============================================================================
  Refueling Setting
============================================================================*/
.catch__wrap {
  padding-top: 50px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  text-align: center;
}

.catch__wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #006532;
  display: inline-block;
}

.catch__wrap p {
  margin-top: 20px;
  font-size: 1.5rem;
}

.feature__wrap {
  /* Kerosene Settingで設定 */
}

.feature__wrap .point-list .point-box .strong2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006532;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.oil_type__wrap {
  margin-top: 50px;
}

.oil_type__wrap li {
  display: inline-block;
  text-align: center;
  padding: 14px 0;
  /*background-color: #dddddd;*/
  background-color: #006532;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-weight: 500;
  width: 16%;
  border-radius: 6px;
}

.refueling__wrap {
  margin-top: 50px;
}

.refueling__wrap .destination-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.refueling__wrap .destination-list .destination {
  width: 320px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  background-color: #f8f8f8;
}

.refueling__wrap .destination-list .destination img {
  width: 100%;
}

.refueling__wrap .destination-list .destination h3 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #006532;
  text-align: center;
  padding: 10px 0;
}

.refueling__wrap .destination-list .destination p {
  /*font-size: .875rem;*/
  padding: 20px 10px;
  margin: 0 10px;
  border-top: 1px solid #dddddd;
  line-height: 1.5;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .catch__wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  
  .catch__wrap h2 {
    font-size: 2rem;
    /*font-weight: 500;*/
  }
  
  .catch__wrap p {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .oil_type__wrap .flex-spacebetween {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .oil_type__wrap li {
    font-size: 1.4rem;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .oil_type__wrap li:last-child {
    margin-bottom: 0;
  }
  
  .refueling__wrap h2 {
    margin-bottom: 30px;
  }
  
  .refueling__wrap .destination-list {
    display: block;
    margin-top: 15px;
  }
  
  .refueling__wrap .destination-list .destination {
    margin: 0 auto 15px;
  }
  
  .refueling__wrap .destination-list .destination h3 {
    font-size: 1.4rem;
  }
  
  .refueling__wrap .destination-list .destination p {
    padding-top: 15px;
	padding-bottom: 15px;
  }
}
/* responsive */

/*============================================================================
  Company Setting
============================================================================*/
.company-catch_area {
  margin-top: 50px;
  padding: 30px 0 0 30px;
  position: relative;
  height: 250px;
  box-shadow: 0 0 10px 2px rgba(160,160,160,.5);
  background-color: #006532;
  color: #ffffff;
}

.company-catch_area p {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  text-align: left;
}

.company-catch_area em {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
}

.company-catch_area img {
  position: absolute;
  right: 0;
  top: 0;
  height: 250px;
}

.overview__wrap {
  margin-top: 50px;
}

.overview__wrap table {
  margin-top: 30px;
  width: 100%;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.overview__wrap table th ,
.overview__wrap table td {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 30px;
  line-height: 1.8;
}

.overview__wrap table th {
  font-weight: normal;
  width: 25%;
}

.overview__wrap table .list-name {
  display: inline-block;
  width: 200px;
}

.overview__wrap table address {
  display: inline-block;
}

.overview__wrap table th {
  font-weight: normal;
  width: 25%;
}

.history__wrap {
  margin-top: 50px;
}

.history__wrap table {
  margin-top: 30px;
  width: 100%;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.history__wrap table th ,
.history__wrap table td {
  border-bottom: 1px solid #dddddd;
  padding: 20px 30px;
  line-height: 1.8;
}

.history__wrap table th {
  font-weight: normal;
  width: 15%;
}

.access__wrap {
  margin-top: 50px;
}

.access__wrap .shop-box {
  text-align: left;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.access__wrap .shop-box h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  font-weight: 700;
}

.access__wrap .shop-box h3 span {
  font-size: 1rem;
  display: inline-block;
  padding-left: 40px;
  font-weight: normal;
}

.access__wrap .shop-box iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.related__container {
  background-color: #f8f8f8;
  margin-top: 50px;
  padding: 50px 0;
  font-family: "Zen Kaku Gothic New" , sans-serif;
  font-size: 1.125rem;
}

.related__container .inner {
  position: relative;
}

.related__container .inner img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
}

.related__container h3 {
  font-size: 1.375rem;
  /*font-weight: 500;*/
}

.related__container h3 .en {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

.related__container h4 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 30px;
  letter-spacing: .2rem;
}

.related__container address {
  margin-top: 20px;
}

.related__container address em {
  font-weight: 700;
  font-style: normal;
}

.related__container .link-button a {
  border: 1px solid #006532;
  background-color: #006532;
  color: #ffffff;
  display: block;
  width: 300px;
  line-height: 60px;
  text-align: center;
  position: relative;
  transition: all .2s ease;
}

.related__container .link-button a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 45px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #ffffff;
}

.related__container .link-button a:hover {
  color: #006532;
  background-color: #ffffff;
}

.related__container .link-button a:hover::before {
  border-left: 6px solid #006532;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .company-catch_area {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 30px auto 0;
  }
  
  .company-catch_area p {
    font-size: 0.95rem;
    line-height: 1.2;
    text-align: center;
  }
  
  .company-catch_area em {
    font-size: 1.6rem;
  }
  
  .company-catch_area .mgn_t20px {
    margin-top: 10px;
  }
  
  .company-catch_area img {
    display: none;
  }
  
  .overview__wrap table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .overview__wrap table th ,
  .overview__wrap table td {
    padding: 10px;
  }
  
  .history__wrap table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .history__wrap table th ,
  .history__wrap table td {
    padding: 10px;
  }
  
  .history__wrap table th {
    width: 25%;
    text-align: center;
  }
  
  .access__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .access__wrap .shop-box {
    margin-top: 30px;
  }
  
  .access__wrap .shop-box h3 {
    font-size: 1.1rem;
    font-weight: 500;
  }
  
  .access__wrap .shop-box iframe {
    height: 250px;
    margin-top: 5px;
  }
  
  .access__wrap .shop-box h3 span {
    padding-left: 20px;
    font-size: .9rem;
  }
  
  .related__container {
    padding: 30px 0;
  }
  
  .related__container .inner img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  
  .related__container {
    font-size: .9rem;
  }
  
  .related__container h3 {
    font-size: 1rem;
    text-align: center;
  }
  
  .related__container h3 .en {
    font-size: 2rem;
    padding-bottom: 5px;
  }
  
  .related__container h4 {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
  
  .related__container p ,
  .related__container address {
    line-height: 1.4;
  }
  
  .related__container address em {
    font-weight: 500;
  }
  
  .related__container .link-button a {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  
  .related__container .link-button a::before {
    left: 70px;
  }
}
/* responsive */

/*============================================================================
  Contact Setting
============================================================================*/
.phone__wrap {
  margin-top: 50px;
}

.phone__wrap .shop_select {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.phone__wrap .shop_select .shop_obuke ,
.phone__wrap .shop_select .shop_ippongi {
  background-color: #f8f8f8;
  padding: 20px;
  width: 480px;
  text-align: center;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.phone__wrap .shop_select h3 {
  font-size: 2.125rem;
  font-weight: 700;
}

.phone__wrap .shop_select .phone-number {
  color: #006532;
  font-size: 3.5rem;
  font-weight: 700;
}

.phone__wrap .shop_select .phone-number span {
  display: inline-block;
  background: url(../img/icon_phone.svg) no-repeat 0 65% / 40px 50px;
  text-indent: 55px;
  letter-spacing: .1rem;
}

.form__wrap {
  margin-top: 50px;
}

.contact_form {
  margin-top: 50px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

.contact_form table {
  border-top: 1px solid #dddddd;
  width: 100%;
}

.contact_form table th ,
.contact_form table td {
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #dddddd;
}

.contact_form table th {
  width: 32%;
  font-weight: 400;
  position: relative;
  padding-top: 21px;
}

.contact_form label {
  display: inline-block;
  margin: 10px 30px 10px 0;
}

.contact_form label:last-child {
  margin-right: 0;
}

.privacy__wrap {
  margin-top: 50px;
  border: 1px solid #dddddd;
  padding: 40px;
  /*font-size: .8rem;*/
}

.privacy__wrap h3 {
  font-weight: 400;
  padding-bottom: 30px;
}

.privacy__wrap ol li {
  line-height: 2.0;
  list-style: decimal;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 10px;
}

.privacy__wrap ol li:first-child {
  margin-top: 0;
}

::placeholder {
  color: #cccccc;
}

#agree_check {
  font-weight: 500;
}

#thanks {
  margin-top: 50px;
  font-family: "Zen Kaku Gothic New" , sans-serif;
}

#thanks h2 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 30px;
}

#thanks .explain {
  margin-top: 10px;
  line-height: 2;
}

#thanks .navi-button {
  margin-top: 80px;
  display: flex;
  justify-content: start;
}

#thanks .navi-button li {
  margin-right: 15px;
}

#thanks .navi-button li:last-child {
  margin-right: 0;
}

#thanks .navi-button li a {
  background-color: #212121;
  border: 1px solid #212121;
  color: #ffffff;
  padding: 15px 25px 15px 40px;
  transition: all .2s ease;
  position: relative;
}

#thanks .navi-button li a:hover {
  background-color: #ffffff;
  color: #212121;
}

#thanks .navi-button .go-back a ,
#thanks .navi-button .close a {
  position: relative;
}

#thanks .navi-button .go-back a::after ,
#thanks .navi-button .go-back a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
}
 
#thanks .navi-button .go-back a::before {
  transform: translate(0, -3px) rotate(45deg);
}
 
#thanks .navi-button .go-back a::after {
  transform: translate(0, -3px) rotate(135deg);
}

#thanks .navi-button .go-back a:hover::after ,
#thanks .navi-button .go-back a:hover::before ,
#thanks .navi-button .close a:hover::after ,
#thanks .navi-button .close a:hover::before {
  border-top: 2px solid #212121;
}

#thanks .navi-button .close a::after ,
#thanks .navi-button .close a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
}
 
#thanks .navi-button .close a::before {
  transform: translate(-2px, -1px) rotate(45deg);
}
 
#thanks .navi-button .close a::after {
  transform: translate(50%, -1px) rotate(-45deg);
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .phone__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .phone__wrap .shop_select {
    display: block;
  }
  
  .phone__wrap .shop_select > div {
    margin-bottom: 15px;
  }
  
  .phone__wrap .shop_select > div:last-child {
    margin-bottom: 0;
  }
  
  .phone__wrap .shop_select .shop_obuke ,
  .phone__wrap .shop_select .shop_ippongi {
    padding: 20px;
    width: 100%;
  }
  
  .phone__wrap .shop_select h3 {
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  
  .phone__wrap .shop_select .phone-number {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  
  .phone__wrap .shop_select .phone-number span {
    background: url(../img/icon_phone.svg) no-repeat 0 65% / 25px 35px;
    text-indent: 30px;
  }
  
  .form__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact_form {
  }
  
  .contact_form table {
  }
  
  .contact_form table th ,
  .contact_form table td {
    padding: 10px;
    font-size: .85rem;
  }
  
  .privacy__wrap {
    padding: 15px 15px 20px;
    font-size: .85rem;
  }
  
  .privacy__wrap h3 {
    text-align: center;
    padding: 15px 0 25px;
  }
  
  .privacy__wrap ol li {
    line-height: 1.5;
  }
  
  #thanks {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #thanks h2 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
  }
}
/* responsive */

/*============================================================================
  Common Parts Setting
============================================================================*/
/* margin
----------------------------------------------------------------------------*/
.mgn_t10px {
  margin-top: 10px;
}

.mgn_t20px {
  margin-top: 20px;
}

.mgn_t30px {
  margin-top: 30px;
}

.mgn_t50px {
  margin-top: 50px;
}

.mgn_t80px {
  margin-top: 80px;
}

.mgn_t100px {
  margin-top: 100px;
}

.mgn_b30px {
  margin-bottom: 30px;
}

.mgn_b50px {
  margin-bottom: 50px;
}

.mgn_r10px {
  margin-right: 10px;
}

.mgn_l10px {
  margin-left: 10px;
}

.mgn_l20px {
  margin-left: 20px;
}

/* responsive
----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .mgn_t50px {
    margin-top: 30px;
  }

  .mgn_t80px {
    margin-top: 50px;
  }
}
/* responsive End
----------------------------------------------------------------------------*/

/* width
----------------------------------------------------------------------------*/



/* padding
----------------------------------------------------------------------------*/
.pdg_t10px {
  padding-top: 10px;
}

.pdg_t20px {
  padding-top: 20px;
}

.pdg_t30px {
  padding-top: 20px;
}

.pdg_b30px {
  padding-bottom: 30px;
}

.pdg_b50px {
  padding-bottom: 50px;
}

/* font_size_weight
----------------------------------------------------------------------------*/
.bold {
  font-weight: bolder;
}

.f20 {
  font-size: 1.25rem;
}

.f24 {
  font-size: 1.5rem;
}

/* font_color
----------------------------------------------------------------------------*/
.green {
  color: #006532;
}

.red {
  color: #de0000;
}