/*!
Theme Name:   daiichi
Description:  daiichi theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:
Text Domain:  daiichi
*/

@layer base {
  :root {
    --ja_font: "bozon-demibold", "Noto Sans JP", sans-serif;
    --noto: "Noto Sans JP", sans-serif;
  }

  /* 共通ページ */
  body.site-ja .title,
  body.site-ja .contact-pg .form .row .entry textarea,
  body.site-ja .contact-pg .form .row .entry input[type="tel"],
  body.site-ja .contact-pg .form .row .entry input[type="email"],
  body.site-ja .contact-pg .form .row .entry input[type="text"],
  body.site-ja .contact-pg .form .row .entry select,
  body.site-ja {
    font-family: var(--ja_font) !important;
  }
  body.site-ja .listing .date {
    font-family: var(--noto);
  }
  body.site-ja .logo-nav li {
    font-family: var(--questrial) !important;
  }

  body.admin-bar .mobile-header {
    top: 46px;
  }

  .button {
    color: #fff !important;
  }

  .pc_none {
    display: block;
  }

  .other_page {
    padding: 0 20px;
  }

  .listing a {
    color: #000;
    text-decoration: none;
  }

  /* フッター */
  footer .logo {
    padding: 80px 0 30px;
  }

  .footer_info {
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .footer_info__company {
    font-weight: bold;
  }
  .footer_link {
    border-top: 1px solid #fbc733;
    padding-top: 10px;
    margin: 20px 0 20px 0;
  }
  .footer_link li {
    position: relative;
    margin: 0 10px 10px;
  }

  /* 投稿ページ */
  #c-pagination .page-numbers li {
    list-style: none;
  }

  /* 決算短信ページ */
  #ir_library a {
    color: black !important;
  }

  /* IR情報ページ */
  @media (min-width: 468px) and (max-width: 1200px) {
    body.body-page-investors.site-en .title span.lang-en {
      font-size: min((100vw * 38 / 375), 50px);
    }
  }
  #ir_news a {
    color: #000;
  }

  /* 財務ハイライトページ */
  #qir_menu {
    display: none;
  }

  /* 最新IR情報ページ */
  #ir_news_list a {
    color: #000;
    text-decoration: none;
  }
  #ir_news_list .item {
    display: none;
  }
  #ir_news_list .item.is-active {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
  #ir_news_list .item.is-active .date {
    width: 120px;
  }
  #ir_news_list .item.is-active .news_type {
    margin: 0 10px;
    width: 80px;
    text-align: center;
  }
  #ir_news_list .item.is-active .title {
    width: 100%;
  }
  #ir_news_list .news_type span {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
  }
  #ir_news_list .news_type .press {
    background: #169d16;
  }
  #ir_news_list .news_type .tanshin {
    background: #167b9d;
  }
  #ir_news_list .news_type .yuho {
    background: #9d164a;
  }
  #ir_news_list .news_type .pr {
    background: #ee5a5a;
  }

  /* 決算のご報告ページ */
  #ir #br {
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 768px) {
    body.admin-bar .stickybar {
      top: 32px;
    }
    .pc_none {
      display: none;
    }
    .footer_link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      list-style: none;
      border: none;
      position: relative;
      padding: 10px;
      margin: 15px auto 0 auto;
      width: 885px;
    }
    body.site-en .footer_link {
      width: 850px;
    }
    .footer_link::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 850px;
      height: 1px;
      background: #fbc733;
    }
    .footer_link li:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 2px;
      width: 1px;
      height: 1em;
      background: #000;
    }
    #ir_news_list .item.is-active {
      flex-wrap: nowrap;
    }
    #ir_news_list .item.is-active .title {
      width: calc(100% - 220px);
    }
  }

  /* 株式情報ページ */
  #ir .irStock {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 当社のＢＣＰ（緊急時事業継続計画）についてページ */
  .bcp_box {
    margin: 20px 0;
  }
  .bcp_dl {
    counter-reset: dlnum;
  }
  .bcp_dl dt {
    position: relative;
    padding-left: 1.5em;
    margin: 30px 0 30px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .bcp_dl dt::before {
    counter-increment: dlnum;
    content: counter(dlnum) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  .bcp_dl dd {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .bcp_last_box {
    text-align: right;
  }
  .bcp_ol {
    line-height: 1.8;
  }

  /* コンプライアンスページ */
  .compliance_menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    list-style: none;
    margin: 0 auto 50px auto;
    padding: 0;
    font-size: 18px;
    width: 70%;
  }
  .compliance_dl {
    counter-reset: dlnum;
  }
  .compliance_dl > dt {
    position: relative;
    padding-left: 2em;
    margin: 30px 0 30px 0;
    font-weight: bold;
    font-size: 24px;
  }
  .compliance_dl > dt::before {
    content: counter(dlnum);
    counter-increment: dlnum;
    position: absolute;
    top: 0.2em;
    left: 0;
    border: 1px solid;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    line-height: 1.25em;
    text-align: center;
  }
  .compliance_dl > dd {
    margin: 0 0 30px 30px;
    padding: 0;
  }
  .compliance_dl2 {
    counter-reset: dlnum;
  }
  .compliance_dl2 > dt {
    position: relative;
    padding-left: 1.5em;
    margin: 30px 0 30px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .compliance_dl2 > dt::before {
    counter-increment: dlnum;
    content: "(" counter(dlnum) ")";
    position: absolute;
    top: 0.1em;
    left: 0;
  }
  .compliance_dl2 > dd {
    margin: 0 0 30px 30px;
    padding: 0;
  }
  .compliance_dl3 {
    counter-reset: dlnum;
  }
  .compliance_dl3 > dt {
    position: relative;
    padding-left: 1.5em;
    margin: 30px 0 30px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .compliance_dl3 > dt::before {
    counter-increment: dlnum;
    content: counter(dlnum) ".";
    position: absolute;
    top: 0.1em;
    left: 0;
  }
  .compliance_dl3 > dd {
    margin: 0 0 30px 30px;
    padding: 0;
  }

  @media (max-width: 767px) {
    .compliance_menu ul {
      display: block;
      width: 100%;
    }
    .compliance_menu ul li {
      margin-bottom: 1rem;
    }
  }

  /* 特定商取引法に基づく表記 */
  .text_info_sctl {
    text-align: center;
    font-size: 18px;
    color: #666;
  }
  #tbl_info_sctl {
    font-size: 20px;
    color: #454545;
    width: 100%;
    margin: 0 auto 60px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #tbl_info_sctl th {
    font-weight: bold;
    width: 310px;
    background-color: #f8f8f8;
    padding: 10px;
    border: solid #ccc 1px;
  }
  #tbl_info_sctl td {
    padding: 10px;
    border: solid #ccc 1px;
  }

  @media (max-width: 767px) {
    #tbl_info_sctl th,
    #tbl_info_sctl td,
    #tbl_info_sctl tr,
    #tbl_info_sctl {
      display: block;
      width: 100%;
    }
  }
  /* 個人情報の取扱いについて */
  #info_privacy h2 {
    text-align: center;
  }
  #info_privacy dl.dlInfoPrivacy dt {
    font-weight: bold;
    list-style: disc;
    display: list-item;
    margin-left: 30px;
  }
  #info_privacy dl.dlInfoPrivacy dd {
    margin: 30px 0 30px 30px;
  }
  #info_privacy .listInfoPrivacy a {
    color: var(--gold);
  }
  #info_privacy ul {
    margin-bottom: 20px;
    list-style: disc;
  }
  #info_privacy .listInfoPrivacy li {
    margin: 20px 20px 0 20px;
  }
  #info_privacy .updatetime {
    text-align: right;
  }

  #info_privacy .list-decimal {
    list-style-type: none;
    counter-increment: cnt;
  }
  #info_privacy .list-decimal::before {
    content: "(" counter(cnt) ") ";
  }
  #info_privacy .list2 {
    list-style-type: none;
  }
  #info_privacy .tableInfoPrivacy {
    width: 100%;
  }
  #info_privacy .tableInfoPrivacy th {
    width: 135px;
    font-weight: normal;
    text-align: left;
  }
  #info_privacy .tableInfoPrivacy td {
    width: calc(100% - 135px);
  }
  @media (max-width: 767px) {
    #info_privacy .tableInfoPrivacy th {
      width: 95px;
    }
    #info_privacy .tableInfoPrivacy td {
      width: calc(100% - 95px);
    }
  }

  /* 社会的勢力に対する基本方針 */
  #info_declaration .deof {
    text-align: right;
    margin-bottom: 10px;
  }
  #info_declaration .Dend {
    text-align: right;
  }
  #info_declaration .bcp_dl dd {
    margin: 0 0 30px 30px;
  }

  /* マーケット情報 */
  .market-info-pg .chart_manual .item {
    width: 100%;
    max-width: 480px;
    padding: 10px;
    border: 1px solid #333;
    margin: 10px;
    box-shadow: 8px 8px 0px #bdbdbd;
  }
  .market-info-pg .chart_manual .item .item__inner {
    padding: 10px;
  }
  .market-info-pg .gold_dollar {
    background: #dde3d7;
    color: #456a34;
    padding: 5px;
    font-weight: bold;
    font-size: 26px;
  }
  .market-info-pg .gold_date {
    font-size: 18px;
    font-family: var(--noto);
  }
  .market-info-pg .gold_price {
    margin: 10px 0;
    text-align: right;
    font-size: 42px;
    font-weight: bold;
    font-family: var(--noto);
  }
  .market-info-pg .gold_price span {
    font-size: 0.6em;
    font-weight: normal;
    padding-left: 5px;
  }
  .market-info-pg .gold_en {
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
  }
  .market-info-pg .gold_before {
    text-align: right;
    font-family: var(--noto);
    font-size: 32px;
    line-height: 1;
  }
  .market-info-pg .gold_before span {
    font-size: 0.8em;
  }
  .market-info-pg .gold_before::before {
    content: "\000B1";
  }
  .market-info-pg .gold_before.is-plus {
    color: red;
  }
  .market-info-pg .gold_before.is-plus::before {
    content: "\02B";
  }
  .market-info-pg .gold_before.is-plus::after {
    content: "";
    display: inline-block;
    mask-image: url("/wp-content/themes/daiichi/assets/images/arrow-up.svg#arrow-up");
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: red;
    line-height: 1;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
  }
  .market-info-pg .gold_before.is-minus {
    color: blue;
  }
  .market-info-pg .gold_before.is-minus::before {
    content: "\02212";
  }
  .market-info-pg .gold_before.is-minus::after {
    content: "";
    display: inline-block;
    mask-image: url("/wp-content/themes/daiichi/assets/images/arrow-down.svg#arrow-down");
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: blue;
    line-height: 1;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
  }

  @media (max-width: 767px) {
    .charts .iframe-wrap {
      position: relative;
      width: 100%;
      height: 427px;
      padding-top: 56.25%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
    .charts .iframe-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 427px;
      border: none;
      display: block;
    }
  }
  /* --------------------------------------------------------------------
    /ir/共通
  -------------------------------------------------------------------- */
  #irWrapper {
    text-align: center;
    font-size: 12px;
  }
  #irWrapper iframe,
  #irWrapper table,
  #irWrapper div {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #irWrapper td,
  th {
    line-height: 1.3;
  }

  #irWrapper a:link {
    color: #0000ff;
    text-decoration: none;
    font-size: 12px;
  }
  #irWrapper a:visited {
    color: #0000ff;
    text-decoration: none;
    font-size: 12px;
  }
  #irWrapper a:active {
    color: #ff0000;
    text-decoration: underline;
    font-size: 12px;
  }
  #irWrapper a:hover {
    color: #ff0000;
    text-decoration: underline;
    font-size: 12px;
  }

  #irWrapper .subtitIr01 {
    margin: 2em 0 1em 0;
    color: #039;
    border-bottom: #039 1px solid;
    font-size: 110%;
  }

  /* カレントメニュー効果 */
  body.fIrShiryou .menuContents li.fIrShiryou a,
  body.fIrTekij .menuContents li.fIrTekij a,
  body.fIrYuho .menuContents li.fIrYuho a,
  body.fIrSoukai .menuContents li.fIrSoukai a {
    background-color: #e8efe0;
  }

  /* --------------------------------------------------------------------
    index.asp
  -------------------------------------------------------------------- */
  .irTopGreeting {
    width: 600px;
    height: 153px;
    margin-bottom: 2em;
  }
  .irTopGreeting p.comment {
    padding: 34px 153px 0 20px;
    text-indent: 1em;
  }
  .irTopGreeting p.link {
    padding: 10px 0 16px 20px;
    padding: 8px 0 8px 20px\9;
    /*ie8*/
  }
  .irTopGreeting p.link:not(:target) {
    /*ie9*/
    padding: 8px 0 8px 20px\9;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .irTopGreeting p.link {
      padding: 10px 0 16px 20px !important;
    }
  }

  .irTopPrice {
    width: 530px;
    border: green 1px solid;
    margin-bottom: 2em;
  }
  .irTopPrice th,
  .irTopPrice td {
    padding: 4px;
  }
  .irTopPrice th {
    background-color: green;
    color: #fff;
  }

  .irTopKessan {
    width: 530px;
    border: 1px #339 solid;
    margin-bottom: 2em;
  }
  .irTopKessan td,
  .irTopKessan th {
    padding: 4px;
  }
  .irTopKessan th {
    background-color: #339;
    color: #fff;
    font-weight: normal;
  }

  #irTopIndex {
    width: 640px;
    margin-bottom: 3em;
  }
  .irTopIndexBlock {
    width: 300px;
    padding: 0 0 24px 20px;
    float: left;
  }
  .irTopIndexBlock h3 {
    margin-bottom: 15px;
  }
  .irTopIndexBlock p {
    padding: 0 35px 15px 15px;
  }
  .irTopIndexBlock ul {
    margin-left: 15px;
    float: left;
  }
  .irTopIndexBlock li {
    margin-left: 1.5em;
    list-style-type: disc;
  }
  .irTopIndexBlock li p {
    padding: 0;
  }

  #backnumber {
    margin-bottom: 20px;
  }

  /* --------------------------------------------------------------------
    ir_greeting.asp
  -------------------------------------------------------------------- */
  .irGreeting {
    width: 630px;
  }
  .irGreeting img {
    float: left;
    margin: 0 24px 12px 0;
  }
  .irGreeting p {
    margin-bottom: 1em;
    line-height: 1.7;
  }

  /* --------------------------------------------------------------------
    ir_topics.asp
  -------------------------------------------------------------------- */
  .irTopics {
    width: 630px;
    height: 630px;
  }
  .irTopics .catch {
    font-weight: bold;
    color: #c90;
    margin-top: 1em;
  }
  .irTopics h3 {
    margin-top: 1.5em;
    font-weight: normal;
    border-left: 5px solid #00367b;
    padding: 4px 0 2px 5px;
    margin-bottom: 8px;
  }
  .irTopics h4 {
    margin-top: 1em;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 4px 0 2px 5px;
    border: 1px solid #999;
  }
  .irTopics img.right {
    float: right;
    margin-left: 16px;
  }

  .irTopics p {
    line-height: 1.5;
  }
  .irTopics dt {
    padding-top: 8px;
    background-repeat: repeat-x;
    margin-bottom: 3px;
  }
  .irTopics dt.top {
    background-image: none;
  }
  .irTopics dd {
    margin: 0 0 8px 20px;
  }
  .irTopics .orange {
    color: #c90;
  }
  .irTopics table.telMenu {
    margin: 0;
  }
  .irTopics table.telMenu td {
    text-align: left;
    vertical-align: top;
    padding: 4px;
  }

  /* --------------------------------------------------------------------
    ir_stock.asp
  -------------------------------------------------------------------- */
  #irWrapper .irStock table {
    margin-left: 0;
    margin-right: 0;
    border-collapse: collapse;
  }
  .irStock {
    width: 630px;
  }

  .irStock .day {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    float: right;
  }

  .irStock .t10pix {
    color: #000;
    font-size: 10px;
    font-weight: normal;
  }

  .irStockSummary th,
  .irStockSummary td {
    padding-bottom: 10px;
  }
  .irStockSummary th {
    width: 300px;
  }
  .irStockSummary td {
    width: 100px;
    text-align: right;
  }

  .irStockHolder {
    margin: 6px 0;
  }
  .irStockHolder th,
  .irStockHolder td {
    padding: 3px;
    border: #648cbc 1px solid;
  }
  .irStockHolder thead th {
    background-color: #b6c6dc;
    text-align: center;
  }
  .irStockHolder tbody td {
    text-align: right;
  }

  .irStockGraph {
    margin: 1em 0 4em 0;
  }
  .irStockGraph td {
    text-align: center;
    padding: 3px 0;
  }

  .irStockMemo td {
    padding: 5px;
    border: #648cbc 1px solid;
  }
  .irStockKijunbi span {
    display: inline-block;
    width: 7em;
  }

  .irSS {
    margin-left: 1em;
  }
  /* --------------------------------------------------------------------
    goldtrading/
  -------------------------------------------------------------------- */
  .chart-one .note {
    text-align: left;
    font-size: 14pt;
  }
  .chart-one .note.align-left {
    font-size: 14pt;
  }
  .chart-two .note {
    font-size: 14pt;
  }

  /* --------------------------------------------------------------------
    disclose/
  -------------------------------------------------------------------- */
  .irDisclose {
    width: 630px;
  }
  .irDisclose ul {
    margin-bottom: 3em;
    margin-top: 2em;
  }
  .irDisclose li {
    line-height: 2.5em;
    margin-left: 10px;
  }
  .irDisclose li img {
    vertical-align: middle;
    margin-right: 12px;
  }
  .irDisclose ul.annualList li {
    margin-left: 1.5em;
    list-style-type: disc;
  }

  /* --------------------------------------------------------------------
    共通/
  -------------------------------------------------------------------- */
  .type-post a {
    color: black;
  }

  /* --------------------------------------------------------------------
    財務ハイライト/
  -------------------------------------------------------------------- */
  #hqir a {
    color: black;
  }

  /* --------------------------------------------------------------------
    確認画面/
  -------------------------------------------------------------------- */
  /* テーブル */
  div#wpcf7cpcnf {
    z-index: 1 !important;
  }
  #wpcf7cpcnf table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  #wpcf7cpcnf table th {
    background-color: var(--yellow);
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 14rem;
  }
  #wpcf7cpcnf table td {
    border: 1px solid #ccc;
    padding: 10px;
    width: calc(100% - 14rem);
  }
  .wpcf7cp-btns {
    text-align: center;
  }

  /* ボタン */
  #wpcf7cpcnf button {
    padding: 12px 30px;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 100%;
    border: 1px solid transparent;
    text-transform: uppercase;
  }
  #wpcf7cpcnf button:hover {
    cursor: pointer;
  }
  #wpcf7cpcnf button.wpcf7cp-cfm-edit-btn {
    background-color: #8b8b8b;
  }

  /* --------------------------------------------------------------------
    会社概要/
  -------------------------------------------------------------------- */
  .about-pg .stats .item .property {
    font-size: 20px !important;
  }

  .history .timeline .item::after {
    top: 66px !important;
  }
  .history .timeline .item .year {
    font-weight: normal !important;
    line-height: 20px;
  }
  .factsheet.--right {
    background: unset;
    position: relative;
  }
  .factsheet.--right .title {
    font-weight: bold;
    font-size: 18px;
  }
  .factsheet.--right .thumb {
    background: unset;
  }
  .factsheet.--right .thumb img {
    margin: 0 auto;
  }
  .factsheet.--right .corporate_philosophy {
    font-weight: bold;
    color: #fff;
    font-size: 35px;
    margin: 10px 0 30px;
    line-height: 1.2;
  }
  .factsheet.--right .signoff {
    text-align: center;
    margin: 10px 0;
  }
  .about-pg .stats .item .property {
    color: #000;
  }
  .about-pg .stats .item .unit {
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
  }
  .about-pg .head .title {
    color: #000;
  }
  @media (min-width: 1200px) {
    .factsheet.--right {
      max-width: 950px;
      margin: 0 0 0 auto;
    }
    .factsheet.--right .wrapper {
      padding: 60px 60px 60px 120px;
      border-radius: 30px 0 0 30px;
      max-width: 980px;
    }
    .about-pg.--en .factsheet.--right .wrapper {
      padding: 120px 60px 60px 120px;
    }
    .factsheet.--right .thumb {
      position: absolute;
      top: 60px;
      left: -300px;
      padding: unset;
      background-color: unset;
      width: unset;
    }
    .about-pg.--en .factsheet.--right .thumb {
      top: 120px;
    }
    .factsheet.--right .corporate_philosophy {
      font-size: 50px;
    }
    .about-pg.--en {
      position: relative;
    }
    .about-pg.--en .head.--en_top {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 30px;
      transform: translate(-50%, 0%);
      width: 100%;
    }
  }
  @media (min-width: 1200px) {
    #profile_en .factsheet.--right .thumb {
      top: 180px !important;
    }

    #profile_en .head_title .title {
      font-size: 50px !important;
      margin-left: -320px;
      margin-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    #profile_en .head_title {
      margin-bottom: 20px;
    }
  }
  #profile_en .wrapper .writeup ul {
    margin-top: 0px;
  }
  #profile_en .text {
    line-height: 150%;
  }
  .about-pg .stats .item .fs40 {
    font-size: 40px !important;
  }

  .about-pg .stats .item .unit {
    font-size: 25px;
  }

  /* --------------------------------------------------------------------
    トップページ/
  -------------------------------------------------------------------- */

  .home-about_ja .thumb {
    top: 12%;
  }

  .home-about_en .thumb {
    top: 11%;
  }

  .home-about .brownbg .head {
    font-family: "bozon-bold";
  }

  .home-about .brownbg .writeup {
    line-height: 150%;
    font-family: "bozon-bold";
  }

  .home-connect .content .writeup .subtitle {
    line-height: 150%;
  }

  .page-id-2 .hero .caption .title {
    font-weight: bold;
  }
  /* --------------------------------------------------------------------
    ソリューション/
  -------------------------------------------------------------------- */
  .card-with-thumb .content .writeup {
    line-height: 150%;
  }

  @media (min-width: 1200px) {
    #card-with-thumb-ja .content .writeup {
      line-height: 150%;
    }

    #card-with-thumb-ja.reverse .content {
      padding-bottom: 27px;
    }

    #card-with-thumb-ja.reverse .thumb img {
      position: absolute;
      width: 320px;
      top: 40px;
    }
  }
  @media (max-width: 767px) {
    .card-no-thumb .icon {
      top: 20px;
    }
  }

  /* --------------------------------------------------------------------
    お問い合わせ
  -------------------------------------------------------------------- */
  .contact-pg .form .row .entry input[type="tel"] {
    width: 100%;
    font-size: 18px;
    padding: 18px 20px;
    border-radius: 5px;
    border: 0;
    font-family: var(--questrial);
  }
  /* --------------------------------------------------------------------
    グループ企業
  -------------------------------------------------------------------- */
  .companies_en .tag {
    font-family: "bozon-bold";
  }
  .companies_en .fp14 {
    font-size: 14px;
  }
  .companies_en .company-card .card .text {
    line-height: 150% !important;
  }
  .companies_ja .tag {
    font-family: "bozon-bold";
  }
  .companies_ja .fp14 {
    font-size: 14px;
  }
  .companies_ja .company-card .card .text {
    line-height: 150% !important;
  }
  .company-card .card .logo img {
    height: 50px;
  }

  /* --------------------------------------------------------------------
    各ページタイトル修正/
  -------------------------------------------------------------------- */
  .page-id-71 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-71 .hero.sub .caption {
    text-align: center;
  }
  .category-news_release .hero.sub .caption .title {
    font-size: 50px;
  }
  .category-news_release .hero.sub .caption {
    text-align: center;
  }
  .page-id-109 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-109 .hero.sub .caption {
    text-align: center;
  }
  .page-id-53 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-53 .hero.sub .caption {
    text-align: center;
  }
  .page-id-111 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-111 .hero.sub .caption {
    text-align: center;
  }
  .page-id-113 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-113 .hero.sub .caption {
    text-align: center;
  }
  .page-id-115 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-115 .hero.sub .caption {
    text-align: center;
  }
  .page-id-117 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-117 .hero.sub .caption {
    text-align: center;
  }
  .page-id-119 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-119 .hero.sub .caption {
    text-align: center;
  }
  .page-id-121 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-121 .hero.sub .caption {
    text-align: center;
  }
  .page-id-148 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-148 .hero.sub .caption {
    text-align: center;
  }
  .page-id-150 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-150 .hero.sub .caption {
    text-align: center;
  }
  .page-id-3 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-3 .hero.sub .caption {
    text-align: center;
  }
  .page-id-152 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-152 .hero.sub .caption {
    text-align: center;
  }
  .body-single-category-market_information .hero.sub .caption .title {
    font-size: 50px;
  }
  .body-single-category-market_information .hero.sub .caption {
    text-align: center;
  }
  .body-single-category-ir_news .hero.sub .caption .title {
    font-size: 50px;
  }
  .body-single-category-ir_news .hero.sub .caption {
    text-align: center;
  }
  .body-single-category-news_release .hero.sub .caption .title {
    font-size: 50px;
  }
  .body-single-category-news_release .hero.sub .caption {
    text-align: center;
  }
  .body-single-category-news_release_en .hero.sub .caption .title {
    font-size: 50px;
  }
  .body-single-category-news_release_en .hero.sub .caption {
    text-align: center;
  }
  .body-single-category-ir_materials_en .hero.sub .caption .title {
    font-size: 50px;
  }
  .body-single-category-ir_materials_en .hero.sub .caption {
    text-align: center;
  }
  .page-id-369 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-369 .hero.sub .caption {
    text-align: center;
  }
  .category-market_information .hero.sub .caption .title {
    font-size: 50px;
  }
  .category-market_information .hero.sub .caption {
    text-align: center;
  }
  .page-id-379 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-379 .hero.sub .caption {
    text-align: center;
  }
  .page-id-365 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-365 .hero.sub .caption {
    text-align: center;
  }
  .page-id-331 .hero.sub .caption .title {
    font-size: 50px;
  }
  .page-id-331 .hero.sub .caption {
    text-align: center;
  }
}
