@charset "utf-8";
/* トップページ */
.mv__wrap {
  height: 800px;
  position: relative;
  background: url("../images/index/mv.jpg") no-repeat center center;
  background-size: cover;
}
.mv__wrap .txt {
  position: absolute;
  left: 65px;
  bottom: 108px;
  color: #fff;
  font-size: 3.0rem;
  line-height: 2;
  font-weight: 500;
}
.mv__wrap .txt span {
  background: #355C88;
  padding: 0 10px;
}
.ttl__wrap {
  padding: 80px 0 200px 0;
}
.ttl__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ttl__02 {
  font-size: 5.0rem;
  font-weight: 800;
  line-height: 1.4;
}
.sevice__wrap {
  background: url("../images/index/bk_01.png") no-repeat left #fff;
  background-size: auto 100%;
  color: #393939;
  padding-bottom: 200px;
}
.ttl__03 {
  color: #355C88;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}
.sub__ttl__03 {
  color: #355C88;
  font-weight: 600;
  text-align: center;
}
.sevice__wrap .ttl__03 {
  margin-top: -20px;
}
.sevice__wrap .bg {
  margin-top: 160px;
  background: url("../images/index/pic_index_01.png") no-repeat right top;
  background-size: 45% auto;
}
.sevice__item__txt {
  width: 50%;
}
.ttl__04 {
  font-size: 8.0rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
.txt__gray {
  color: #E6E6E6;
}
.ttl__05, .ttl__07 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 50px;
}
.ttl__05::before, .ttl__07::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 6px;
  background: linear-gradient(90deg, #005E90, #CCB6B6);
}
.sevice__02__items {
  margin-top: 125px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sevice__02__item {
  width: 49%;
}
.ttl__06 {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  color: #2E2E2E;
}
.blue__btn__02 {
  margin-top: 30px;
  text-align: right;
}
.blue__btn__02 a {
  text-align: center;
  padding: 10px;
  display: inline-block;
  border-radius: 50px;
  width: 280px;
  background: linear-gradient(90deg, #005E90, #CCB6B6);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: 1.0s;
}
.blue__btn__02 a:hover {
  background: linear-gradient(90deg, #005E90, #005E90);
  opacity: 1;
}
.pic_fueldelivery, .pic_gtlfuel {
  background: url(../images/index/pic_index_02.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  height: 280px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pic_gtlfuel {
  background: url(../images/index/pic_index_03.jpg) no-repeat center center;
  background-size: cover;
}
.campany__wrap {
  padding: 170px 0 240px;
  background: url("../images/index/bk_03.png") no-repeat bottom left;
}
.txt__wht {
  color: #fff;
}
.tbl_style_a th, .tbl_style_a td {
  font-size: 1.6rem;
  border-bottom: 1px solid #B5B5B5;
  padding: 35px 0;
}
.tbl_style_a th {
  width: 27%;
}
.tbl_style_a td {
  width: 73%;
}
.access__wrap {
  background: url(../images/index/bk_02.png) no-repeat right #fff;
  background-size: auto 100%;
  color: #393939;
  padding-top: 90px;
  padding-bottom: 120px;
}
.map {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 77px;
}
.contact__wrap {
  padding: 154px 0 160px 0;
}
.wht__box {
  background: #fff;
  border-radius: 80px;
  padding: 0 145px 80px 145px;
}
.wht__box .ttl__03 {
  margin-top: -20px;
}
.tel a {
  font-family: 'Montserrat', sans-serif;
  color: #355C88;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 100px 0;
  display: inline-block;
  background: url("../images/common/icon_tel.jpg") no-repeat left top 7px;
  padding-left: 40px;
}
.ttl__07::before {
  left: calc(50% - 40px);
}
.inline {
  display: inline-block;
  text-align: left;
}
.tbl_style_b {
  margin-top: 40px;
}
.tbl_style_b th, .tbl_style_b td {
  font-size: 1.6rem;
  padding: 20px 0;
}
.tbl_style_b th {
  width: 20%;
}
.tbl_style_b td {
  width: 80%;
}
input[type=text], textarea {
  width: 100%;
  border-radius: 8px;
  background: #F2F4F7;
  padding: 10px;
}
input[type=submit] {
  width: 400px;
  border-radius: 100px;
  text-align: center;
  padding: 20px 10px;
  display: inline-block;
  background: linear-gradient(90deg, #005E90, #CCB6B6);
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
input[type=submit]:hover {
  background: linear-gradient(90deg, #005E90, #005E90);
}
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 10px;
  display: block;
  color: #fff;
  background: #355C88;
  font-weight: 600;
  text-align: center;
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 45px;
  padding: 0 40px;
  overflow: hidden;
	    font-size: 1.5rem;
    background: #F2F4F7;
    border: 1px solid #355C88;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 48px 40px;
  transition: all .3s;
}
.content ol > li{
    list-style: decimal;
    margin-left: 18px;
    margin-top: 35px;
}
.content ul > li{
    list-style: disc;
    margin-left: 18px;
}
@media all and (max-width: 768px) {
  .mv__wrap {
    height: 540px;
    background: url("../images/index/mv_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv__wrap .txt {
    left: 15px;
    bottom: 54px;
    font-size: 2.0rem;
  }
  .ttl__wrap {
    padding: 20px 0 20px 0;
  }
  .ttl__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .ttl__02 {
    font-size: 3.0rem;
  }
  .ttl__item__img {
    text-align: center;
  }
  .ttl__item__img img {
    width: 60%;
    margin-right: 10%;
  }
  .sevice__wrap {
    background: url("../images/index/bk_01_sp.jpg") no-repeat top #fff;
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 75px;
  }
  .sevice__wrap .ttl__03 {
    margin-top: 0px;
  }
  .sevice__wrap .bg {
    margin-top: 50px;
    background: none;
  }
  .sevice__item__txt {
    width: 100%;
  }
  .ttl__04 {
    font-size: 5.5rem;
  }
  .ttl__05, .ttl__07 {
    font-size: 2.0rem;
  }
  .ttl__05::before, .ttl__07::before {
    width: 56px;
    height: 4px;
  }
  .service_img {
    margin-right: -5%;
    margin-top: 20px;
  }
  .sevice__02__items {
    margin-top: 45px;
    flex-wrap: wrap;
    grid-row-gap: 75px
  }
  .sevice__02__item {
    width: 100%;
  }
  .ttl__06 {
    font-size: 3.0rem;
  }
  .blue__btn__02 {
    margin-top: 20px;
  }
  .blue__btn__02 a {
    width: 230px;
    font-size: 1.2rem;
  }
  .pic_fueldelivery, .pic_gtlfuel {
    height: 186px;
    font-size: 2.4rem;
  }
  .campany__wrap {
    padding: 90px 0 35px;
    background: none;
  }
  .tbl_style_a th, .tbl_style_a td {
    font-size: 1.5rem;
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  .tbl_style_a th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .tbl_style_a td {
    padding-top: 5px;
  }
  .lineno_sp {
    border: none !important;
  }
  .access__wrap {
    background: url(../images/index/bk_01_sp.jpg) no-repeat top #fff;
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .map {
    margin-top: 70px;
  }
  iframe {
    height: 345px;
  }
  .contact__wrap {
    padding: 115px 0 60px 0;
  }
  .wht__box {
    border-radius: 20px;
    padding: 0 17px 66px 17px;
  }
  .tel a {
    font-size: 3.5rem;
    margin: 15px 0 40px 0;
  }
  .ttl__07::before {
    left: calc(50% - 28px);
  }
  .tbl_style_b {
    margin-bottom: 20px;
  }
  .tbl_style_b th, .tbl_style_b td {
    font-size: 1.5rem;
    padding: 10px 0;
    width: 100%;
    display: block;
  }
  .tbl_style_b th {
    padding-bottom: 0;
  }
  .tbl_style_b td {
    padding-top: 5px;
  }
  input[type=submit] {
    width: 95%;
    padding: 15px 5px;
    font-size: 1.4rem;
  }
}
/* footer */
footer {
  background: #355C88;
  color: #fff;
  padding: 70px 0;
}
footer.kitamura {
	background-color: #ffffff !important;	
}
footer a {
  color: #fff;
}
.footer__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
address {
  text-align: right;
  font-size: 1.2rem;
}
address.kitamura {
  text-align: center !important;
	color: darkgray;
}
.footer__link li {
  font-weight: 600;
}
.footer__link li li {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 15px 0 0 25px;
}
.footer__item.nav {
  display: flex;
  grid-column-gap: 40px;
}
.wht__btn, .blue__btn {
  width: 160px;
  display: inline-block !important;
  text-align: center;
  background: #fff;
  color: #355C88;
  font-size: 1.5rem !important;
  padding: 7px !important;
  border-radius: 80px;
  font-weight: 500;
}
.blue__btn {
  background: #355C88;
  color: #fff;
}
.blue__btn:hover {
  background: #fff;
  border: 2px solid #355C88;
  color: #355C88;
}
@media all and (max-width: 768px) {
  footer {
    padding: 50px 0 20px 0;
  }
  .footer__items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .footer__item.nav {
    display: none;
  }
  .wht__btn, .blue__btn {
    padding: 7px;
    margin-top: 30px;
  }
  address {
    text-align: center;
    margin-top: 20px;
  }
}
/* グローバルメニュー */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 107px;
  background: #fff;
  z-index: 50;
}
.header_inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .logo {
    max-width: 65%;
  }
  main {
    margin-top: 40px;
  }
  .header {
    height: 60px;
  }
  .header_inner {
    height: 60px;
    margin: auto;
  }
  .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    transition: all .6s;
    z-index: 142;
    overflow-y: auto;
    margin-top: 60px;
  }
  .hamburger {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 48px; /* クリックしやすい幅 */
    height: 48px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding-top: 30px;
    list-style: none;
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
  }
  .nav_list li {
    padding-top: 20px;
  }
  .hamburger_border {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 2px;
    background-color: #707070;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 15px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 29px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 22px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 22px;
  }
  .nav-open .hamburger_border {
    background-color: #fff !important;
  }
  .nav_item.contact {
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  .nav_item.contact a {
    background: url("../images/common/Icon feather-mail.png") no-repeat left;
    padding-left: 32px;
    min-height: 21px;
  }
}
@media only screen and (min-width: 769px) {
  .header_inner {
    height: 107px;
    width: 94%;
    margin: auto;
  }
  .nav_list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 75px;
    align-items: center;
  }
  .nav_list li {
    text-align: center;
  }
  .nav_list li a {
    font-size: 1.6rem;
    display: block;
    line-height: 1.3;
  }
  .nav_list > li > a {
    padding: 20px 0;
  }
  .nav_list {
    list-style-type: none;
  }
  .nav_list > li {
    display: inline-block;
    position: relative;
  }
  .nav_list > li > ul {
    display: none;
  }
  .nav_list > li > ul > li {
    display: block;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .nav_list > li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    top: 60px;
    left: calc(50% - 80px);
    list-style-type: none;
    padding: 10px 20px;
    background: #fff;
    border: #355C88 2px solid;
    border-radius: 2px;
    width: 160px;
    box-sizing: border-box;
  }
  .nav_list > li ul::before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 5.5px);
    background: url("../images/common/arrow.png") no-repeat;
    width: 11px;
    height: 14px;
  }
}
/* glt燃料 */
.mv__gtl__wrap {
  color: #fff;
  background: url("../images/gtl-fuel/mv_gtl-fuel.jpg") no-repeat center center;
  background-size: cover;
  padding: 235px 0 40px 5%;
}
.sub__ttl__01 {
  font-size: 3.0rem;
  font-weight: 600;
}
.ttl__01 {
  font-size: 8.0rem;
  font-weight: 800;
  line-height: 1;
}
.copy__wrap {
  padding: 96px 0 117px 0;
}
.wht__box__02 {
  background: #fff;
  border-radius: 8px;
  padding: 0 48px 120px 48px;
  margin-bottom: 160px;
}
.txt__blue {
  color: #355C88;
}
.mt-l {
  transform: translate(0px, -30px);
  line-height: 0.7;
}
.about-gtl__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.about-gtl__item__img {
  width: 370px;
  text-align: center;
}
.about-gtl__item__txt {
  width: calc(100% - 370px);
}
.tbl_style_c {
  border-spacing: 10px;
  width: 100%;
  border-collapse: separate;
  font-size: 1.5rem;
  margin-top: 55px;
  margin-left: -10px;
}
.tbl_style_c th {
  background: #5784A1;
  color: #fff;
  padding: 5px 10px;
  width: 152px;
}
.tbl_style_c td {
  background: #E7EBF2;
  padding: 5px 10px;
  width: calc(100% - 152px);
}
.about-gtl__02__items {
  display: flex;
  grid-column-gap: 20px;
  text-align: center;
  margin-top: 45px;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .mv__gtl__wrap {
    padding: 80px 0 25px 5%;
  }
  .sub__ttl__01 {
    font-size: 1.4rem;
  }
  .ttl__01 {
    font-size: 4.0rem;
  }
  .copy__wrap {
    padding: 60px 0;
  }
  .copy__wrap .ttl__02, .copy__wrap .txt_xl {
    font-size: 2.2rem;
  }
  .wht__box__02 {
    padding: 0 7% 30px 7%;
    margin-bottom: 60px;
  }
  .wht__box__02 .ttl__04 {
    font-size: 3.6rem;
    line-height: 1.0;
  }
  .mt-l {
    transform: translate(0px, -12px);
  }
  .about-gtl__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .about-gtl__item__img, .about-gtl__item__txt {
    width: 100%;
  }
  .about-gtl__item__img img {
    max-width: 65%;
  }
  .tbl_style_c {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-left: -5px;
  }
  .tbl_style_c th, .tbl_style_c td {
    width: 100%;
    display: block;
  }
  .about-gtl__02__items {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px;
    font-size: 1.3rem;
  }
}
/* 採用情報 */
.mv__recruit__wrap {
  color: #fff;
  background: url("../images/recruit/mv_recruit.jpg") no-repeat center center;
  background-size: cover;
  padding: 235px 0 40px 5%;
}
.sub__ttl__01 {
  font-size: 3.0rem;
  font-weight: 600;
}
.ttl__01 {
  font-size: 8.0rem;
  font-weight: 800;
  line-height: 1;
}
.copy__wrap {
  padding: 96px 0 117px 0;
}
.wht__box__02 {
  background: #fff;
  border-radius: 8px;
  padding: 0 48px 120px 48px;
  margin-bottom: 160px;
}
.txt__blue {
  color: #355C88;
}
.mt-l {
  transform: translate(0px, -30px);
  line-height: 0.7;
}
.about-recruit__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.about-recruit__item__img {
  width: 370px;
  text-align: center;
}
.about-recruit__item__txt {
  width: calc(100% - 370px);
}
.tbl_style_c {
  border-spacing: 10px;
  width: 100%;
  border-collapse: separate;
  font-size: 1.5rem;
  margin-top: 55px;
  margin-left: -10px;
}
.tbl_style_c th {
  background: #5784A1;
  color: #fff;
  padding: 5px 10px;
  width: 152px;
}
.tbl_style_c td {
  background: #E7EBF2;
  padding: 5px 10px;
  width: calc(100% - 152px);
}
.about-recruit__02__items {
  display: flex;
  grid-column-gap: 20px;
  text-align: center;
  margin-top: 45px;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .mv__recruit__wrap {
    padding: 80px 0 25px 5%;
  }
  .sub__ttl__01 {
    font-size: 1.4rem;
  }
  .ttl__01 {
    font-size: 4.0rem;
  }
  .copy__wrap {
    padding: 60px 0;
  }
  .copy__wrap .ttl__02, .copy__wrap .txt_xl {
    font-size: 2.2rem;
  }
  .wht__box__02 {
    padding: 0 7% 30px 7%;
    margin-bottom: 60px;
  }
  .wht__box__02 .ttl__04 {
    font-size: 3.6rem;
    line-height: 1.0;
  }
  .mt-l {
    transform: translate(0px, -12px);
  }
  .about-recruit__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .about-recruit__item__img, .about-recruit__item__txt {
    width: 100%;
  }
  .about-recruit__item__img img {
    max-width: 65%;
  }
  .tbl_style_c {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-left: -5px;
  }
  .tbl_style_c th, .tbl_style_c td {
    width: 100%;
    display: block;
  }
  .about-recruit__02__items {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px;
    font-size: 1.3rem;
  }
}
/* 焼き鳥　喜多村 */
.wht__box__03 {
  background: #fff;
  border-radius: 8px;
  padding: 0 48px 0px 48px;
  margin-bottom: 80px;
}
.kitamura__items {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 80px;
}
.kitamura__items > div {
  width: 50%;
  text-align: center !important;
}
.kitamura__item__img {
　display: block;
  text-align: center;
}
.kitamura__add {
　display: block;
  text-align: center;
}
.infobox {
  padding: 0.5em 1em;
  margin: 2em 0;
  width: 48%;
  font-weight: bold;
  border: solid 2px #333333;
}
.infobox p {
  text-align: center;
}

.insta {
  position: relative;	
}
.insta::before {  
  content: url("../images/yakitori-kitamura/insta__.svg");
  display: inline-block;
  /* アイコンとテキストの間隔を調整するプロパティ */
  padding-right: 10px;
  /* アイコンの上下位置を調整するプロパティ */
  vertical-align: middle;
  /* アイコンのサイズを調整するプロパティ */

  /* 表示させるアイコンのパスを指定 */
}
.reserve {
  position: relative;	
}
.reserve::before {  
  content: url("../images/yakitori-kitamura/reserve.svg");
  display: inline-block;
  /* アイコンとテキストの間隔を調整するプロパティ */
  padding-right: 10px;
  /* アイコンの上下位置を調整するプロパティ */
  vertical-align: middle;
  /* アイコンのサイズを調整するプロパティ */

  /* 表示させるアイコンのパスを指定 */
}
@media all and (max-width: 768px) {
  .mv__fuel__wrap {
    padding: 80px 0 25px 5%;
  }
  .wht__box__03 {
    padding: 0 7% 30px 7%;
    margin-bottom: 10px;
  }
  .wht__box__03 .ttl__04 {
    font-size: 3.6rem;
    line-height: 1.0;
  }
  .kitamura__items {
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 30px;
  }
  .kitamura__items > div {
    width: 100%;
  }
.infobox {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  width: 100%;
  font-weight: bold;
  border: solid 2px #333333;
}
}
/* 燃料配達事業 */
.mv__fuel__wrap {
  color: #fff;
  background: url("../images/fuel-delivery/mv_fuel-delivery.jpg") no-repeat center center;
  background-size: cover;
  padding: 230px 0 36px 8%;
}
.delivery__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}
.delivery__items > div {
  width: 48%;
}
.blue__box {
  border: 2px solid #355C88;
  border-radius: 8px;
  padding: 15px 15px 15px 25px;
  display: flex;
  color: #355C88;
  font-size: 2.0rem;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.blue__box__l {
  border-right: 2px solid #355C88;
  padding-right: 20px;
  width: 113px;
}
.blue__box__r {
  padding-left: 20px;
  width: calc(100% - 113px);
}
.area__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}
.area__items > div {
  width: 50%;
}
.area__item__img {
  text-align: center;
}
.blue__btn02 a {
  background: #355C88;
  border-radius: 8px;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  width: 360px;
  display: inline-block;
}
.schedule__txt__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
  grid-row-gap: 65px;
  flex-wrap: wrap;
}
.schedule__txt__item__l {
  width: 115px;
}
.schedule__txt__item__r {
  width: calc(100% - 115px);
}
.blue__tag {
  background: #355C88;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 8px;
  width: 96px;
  display: inline-block;
}
.schedule__img__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .mv__fuel__wrap {
    padding: 80px 0 25px 5%;
  }
  .delivery__items {
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 30px;
  }
  .delivery__items > div {
    width: 100%;
  }
  .blue__box {
    padding: 8px;
    font-size: 1.4rem;
  }
  .blue__box__l {
    padding-right: 8px;
    width: 74px;
  }
  .blue__box__r {
    padding-left: 8px;
    width: calc(100% - 74px);
  }
  .area__items {
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 30px;
  }
  .area__items > div {
    width: 100%;
  }
  .blue__btn02 a {
    font-size: 1.5rem;
    padding: 5px;
    width: 100%;
  }
  .area__item__img img {
    max-width: 80%;
  }
  .schedule__txt__items {
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 20px;
  }
  .schedule__txt__item__l, .schedule__txt__item__r {
    width: 100%;
  }
  .blue__tag {
    padding: 5px;
    width: 100px;
  }
  .schedule__img__items {
    flex-wrap: wrap;
    margin-top: 40px;
    grid-row-gap: 20px;
  }
}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}
/*  */
@media all and (max-width: 768px) {}