@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main > .section {
  padding-top: 40px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1000px;
  padding:0;
  margin: 0 auto;
  overpetro: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
   padding:0 10px;
   margin: 0 auto;
   overpetro: hidden;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
  padding:0 10px;
  margin: 0 auto;
  overpetro: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * body#layout-lower　visual
**************************************************************************************************** */

body#layout-lower
.visual {
  background: url(../../_images/index/category-11.jpg) no-repeat;
  background-size: cover;
}

/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

.petro .title {
  max-width: 530px; /* 長さは調節*/
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

.petro .title:before,
.petro .title:after {
  content: "";
  flex-grow:1;
  height: 1px;
  background: #000;
  display: block;
}

.petro .title:before {
  margin-right: 1.4em; /* 長さは調節*/
}

.petro .title:after {
  margin-left: 1.4em; /* 長さは調節*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.petro .title {
  max-width: 100%; /* 長さは調節*/
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.petro .title:before,
.petro .title:after {
  content: "";
  flex-grow:1;
  height: 1px;
  background: #000;
  display: block;
  width: 13%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル（グレー背景）
/* ------------------------------------------------------------------------------------------------- */

.petro .title-1 {
  background: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}



/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#lead {}

/* ----------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ------------------------------------------------------------------------------------------------- */

#lead .catch {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 50px;
  color: #0e050a;
}
#lead .catch span {
  font-size: 90px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  display: block;
  color: #767676;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .catch {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0e050a;
  }
  #lead .catch span {
    font-size: 45px;
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    display: block;
    color: #767676;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#lead .images {
  text-align: center;
}
#lead .images.column {
  margin-top: 60px;
}

#lead .lead {
  margin-top: 60px;
}
#lead .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .images.column {
    margin-top: 30px;
  }
  #lead .lead {
    margin-top: 30px;
  }
}

/* ****************************************************************************************************
   * PETROとは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#guide {}

#guide section {
  margin-top: 60px;
}
#guide .title {
  color: #0e050a;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #guide section {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#guide table {
  margin-top: 30px;
  border-top: 1px solid #cfcfcf;
}
#guide table.default > tbody > tr > th,
#guide table.default > tbody > tr > td {
  padding: 0.75em 0;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#guide .layout-flex-2 .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #guide .layout-flex-2 .detail {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#guide .layout-flex-3 {}

#guide .layout-flex-3 .item {
  text-align: center;
  width: 32%;
  padding: 0;
}

#guide .layout-flex-3 .item .title-2 {
  font-size: 18px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #guide .layout-flex-3 {}
  
  #guide .layout-flex-3 .item {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  
  #guide .layout-flex-3 .item .title-2 {
    font-size: 16px;
  }
}

/* ****************************************************************************************************
   * EZ-CAPとの連携
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#alignment {}

#alignment section {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #alignment section {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#alignment .catch {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #0e050a;
}
#alignment .catch + .align-c {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #alignment .catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #0e050a;
  }
  #alignment .catch + .align-c {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#alignment .contents {
  margin-top: 30px;
}
#alignment .contents .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #alignment .contents {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * 展示会情報
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#exhibition {}

#exhibition .title-1 {
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#exhibition .layout-2 .content {
 margin-right: 2em;
}
#exhibition .layout-2 .images {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #exhibition .layout-2 .content {
   margin-right: 0;
  }
  #exhibition .layout-2 .images {
    margin-top: 1em;
  }
}

/* ****************************************************************************************************
   * PETROに関するお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#information {}

#information .box {
  background: #000000;
  color: #fff;
  padding: 40px 20px 60px;
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information .box {
    padding: 20px 20px 40px;
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#information .box .layout-flex-2 {
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
#information .box .layout-flex-2 > * {
  width: auto;
}
#information .box a.btn-1 {
  display: block;
  margin: 0 auto;
  color: #fff;
  border-color: #fff;
}
#information .box a.btn-1::before {
  background: url("../../_images/petro/mail-icon.png") no-repeat;
}

#information .box .linkbtn-1::after {
  background: #fff;
}





