/* 
PC
@media (min-width: 992px) {
@media (max-width: 991px) { 
タブレット
@media (min-width: 768px) {
@media (max-width: 767px) {  
スマホ
@media (min-width: 576px) {
@media (max-width: 575px) {  
*/
@media (min-width: 992px) {
  .pcnone {
    display: none;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .tabnone {
    display: none;
  }
}

@media (max-width:991px) {
  .tabspnone {
    display: none;
  }
}

@media (min-width:768px) {
  .pctabnone {
    display: none;
  }
}

@media (max-width:767px) {
  .spnone {
    display: none;
  }
}

.disp-none {
  display: none;
}

/************************************/
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/noto-serif/NotoSerifJP-Light.woff2) format("woff2"),
    url(../fonts/noto-serif/NotoSerifJP-Light.woff) format("woff"),
    url(../fonts/noto-serif/NotoSerifJP-Light.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noto-serif/NotoSerifJP-Regular.woff2) format("woff2"),
    url(../fonts/noto-serif/NotoSerifJP-Regular.woff) format("woff"),
    url(../fonts/noto-serif/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/noto-serif/NotoSerifJP-Medium.woff2) format("woff2"),
    url(../fonts/noto-serif/NotoSerifJP-Medium.woff) format("woff"),
    url(../fonts/noto-serif/NotoSerifJP-Medium.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto-serif/NotoSerifJP-Bold.woff2) format("woff2"),
    url(../fonts/noto-serif/NotoSerifJP-Bold.woff) format("woff"),
    url(../fonts/noto-serif/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}

/************************************/
body.solar {
  padding-top: 0 !important;
}

a {
  color: #eb5e18;
}

.hover a {
  color: #4D4D4D;
}

.hover a:hover {
  color: #eb5e18;
}

.active a {
  color: #eb5e18 !important;
}

.text-solar {
  color: #eb5e18
}

.bg-jxcolor {
  background: #eb5e18
}

.bg-lo {
  background-color: #f4d6c2;
}

.posi_center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

img.mobiimg {
  display: block;
}

@media only screen and (max-width:830px) {
  img.pcimg {
    display: none;
  }

  img.mobiimg {
    width: 500px;
  }
}

@media only screen and (min-width:831px) {
  img.mobiimg {
    display: none;
  }
}

@media only screen and (max-width:600px) {
  img.mobiimg {
    width: 400px;
  }
}

@media only screen and (max-width:500px) {
  img.mobiimg {
    width: 270px;
  }
}

.top>div {
  margin-bottom: 30px;
  border: 1px solid #eaebee;
  height: 100%;
}

.top .inner {
  height: 100%;
  margin: 0 -15px;
}

.top h4 {
  padding: 20px;
  margin: 0;
  border-top: 1px solid #eaebee;
}

.number {
  display: inline-block;
  padding: 0 10px;
  margin: 0 !important;
  background-color: #ee8249;
  color: #fff;
  border-radius: 50%;
}

.mini_number {
  padding: 0 10px;
  margin-right: 10px;
  background-color: #ee8249;
  color: #fff;
  border-radius: 50%;
}

.line {
  border-top: 1px solid #000;
}

/*************************************************/
/* グロナビ */
.navbar {
  padding: 0;
}

.navbar-nav {
  margin-top: 1.5px;
}

.navbar-nav li {
  width: calc(100% / 7);
  /* メニューの数が増えたら変える */

}

@media (max-width: 1199px) {
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    top:0;
  }
  .navbar-nav li {
    width: 100%;

  }

  .navbar-nav li a {
    text-align: left !important;
    padding: 10px 0 10px 26px !important;
  }
}

@media (min-width: 1199px) {

  /* PC用 */
  .navbar-nav li a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px 0;
  }
}

.navbar>.container-fluid {
  padding: 0;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 1200px) {

  /* PC用 */
  .navbar>.container-fluid {
    display: block;
  }

  .navbar-expand-xl .navbar-collapse {
    display: block !important;
  }

  .navbar-nav {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  img.mobiimg {
    display: block !important;
  }
}

.navbar .nav-item-contact a:hover {
  color: #fff !important;
  opacity: 0.8;
}


/***************************************/
/* ロゴの初期状態（アニメーションを設定） */
.navbar .navbar-brand {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  margin-top: 7px;
  margin-left: 9px;
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    margin-top: 6px;
    margin-bottom: 2px;
    margin-left: 6px;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    width: 560px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 270px;
  }
}

/*******************************/
/* 固定ヘッダー */
#fixed-header {
  position: fixed;
  z-index: 999;
  top:-56px;
  height: 46px;
  line-height: 46px;
  transition: .1s;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
}

#fixed-header.is-show {
  top: 0;
}

#fixed-header .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

#fixed-header .navbar-nav li {
  width: calc(100% / 7);
}

#fixed-header .navbar-nav li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 16px 5px;
  color: rgba(0, 0, 0, .5);
  line-height: 1;
}
#fixed-header .navbar-nav li.nav-item-contact a {
    background-color: #eb5e18;
    color:#fff!important;
}
@media (max-width: 1200px) {
  #fixed-header {
    display: none;
  }
}
/*******************************/

@media (max-width: 767px) {
  .navbar-nav {
    margin-bottom: 0px;
  }

  .navbar .navbar-collapse {
    margin-top: -30px;
  }

  .navbar-brand {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.navbar .nav-btn-contact {
  display: none;
}

@media (min-width: 1200px) {
  .navbar .nav-btn-contact {
    display: block;
    background-color: #eb5e18;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% / 7);
    height: 108px;
    padding: 0;
  }
}

.navbar .nav-btn-contact a {
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav-btn-contact-inner {
  text-align: center;
}

.nav-btn-contact-inner img {
  margin-top: 20px;
  margin-bottom: 14px;
}

.navbar .nav-btn-contact-sp {
  position: fixed;
  top: 0;
  right: 58px;
  background-color: #eb5e18;
  /*width: 57px;*/
  width: 54px;
  /*height: 59px;*/
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .navbar .nav-btn-contact-sp {
    /*height: 54px;*/
    width: 42px;
    height: 49px;
    /*top: 64px;
    right: 0;*/
    top:0px;
    right: 42px;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-btn-contact-sp {
    display: none;
  }
}

.navbar .nav-btn-contact-sp a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .nav-btn-contact-sp a img {
  /* margin-top: 4px; */
}

/*************************************************/
.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 58px;
  height: 58px;
  border-radius: 0;
}
.navbar-toggler-icon {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .navbar-toggler {
    /*width: 54px;*/
    width: 42px;
    height: 54px;
  }
}

/*************************************************/
.nav-link {
  line-height: normal;
}

.nav-link::after {
  background: #eb5e18;
}

.navbar .navbar-nav :not(.disabled):hover,
.navbar .navbar-nav :not(.disabled):focus {
  color: #eb5e18;
}

.contact_house {
  background-color: #f8f8f8;
  padding: 30px
}

.contact_house a h4:hover,
.contact_house a h5:hover {
  border: 1px solid #eaebee;
  margin: -1px !important;
}

@media (max-width: 767px) {
  .contact_house h4 {
    font-size: 18px;
  }

  .contact_house a h4 {
    font-size: 18px;
  }
}

.table_list {
  width: 100%;
  border: 1.5px solid #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.table_list th {
  padding: 15px 5px;
  border-top: solid 1px #eaebee;
  border-right: solid 1px #eaebee;
  width: 20%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f4d6c2;
  text-align: center;
}

.table_list td {
  padding: 10px 9px;
  text-align: left;
  border-right: solid 1px #eaebee;
  border-top: solid 1px #eaebee;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
}

.table_list span {
  font-size: 0.95rem;
}

.table_list td:first-child,
.table_list td:nth-child(2) {
  white-space: nowrap;
}

.nowrap-table {
  white-space: nowrap;
}

.tbl-r05.table_list {
  border-right: none !important;
}

.fit {
  background-color: #fff;
}

@media screen and (max-width: 1216px) {
  .nowrap-table {
    white-space: normal;
  }
}

@media screen and (max-width: 1199px) {
  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .tbl-r05 td:first-child {
    background: #f4d6c2;
    text-align: center;
  }
}

.tbl-r05.table_1 {
  width: 100%;
}

.tbl-r05.table_1 td {
  padding: 20px 40px;
}

.tbl-r05.table_1 td:first-child {
  border-top: 1px solid #060001;
  color: #2E4799;
  font-weight: 600;
}

.tbl-r05.table_1 p {
  padding: 30px 0;
  margin-right: 0 !important;
  margin: 0 30px;
  border-top: 1px solid #3a3945;
}

@media screen and (max-width: 1199px) {
  .tbl-r05.table_1 .thead {
    display: none;
  }

  .tbl-r05.table_1 td {
    padding: 1px;
  }

  .tbl-r05.table_1 td:last-child {
    margin-bottom: 24px;
    text-align: left;
  }

  .tbl-r05.table_1 td:first-child {
    border-top: 1px solid #060001;
    border-bottom: 1px solid #060001;
    color: #2E4799;
    text-align: center;
    background: initial
  }
}

@media screen and (max-width: 1199px) {
  .tbl-r03 tr {
    display: block;
    float: left;
  }

  .tbl-r03 td,
  .tbl-r03 th {
    border-left: none;
    display: block;
    width: 100%;
    padding: 15px 10px;
  }

  .tbl-r03 .thead {
    width: 30%;
  }

  .tbl-r03 .tbody {
    width: 70%;
    white-space: nowrap;
  }

  .tbl-r03 .tbody td {
    padding-right: 0
  }

  .tbl-r03 td {
    border-right: none;
  }
}

.system h5 {
  color: #eb5e18;
  margin: 0 !important;
}

.system>div {
  padding-bottom: 40px;
}

.system div:nth-child(2n) {
  display: inline-block;
}

.megasolar {
  border: 4px solid #eb5e18;
  background-color: #f9eae1;
  padding: 50px;
  text-align: center;
}

.point span {
  position: relative;
}

.point span::before {
  height: 100%;
  position: absolute;
  content: '';
  border-right: 35px solid #eb5e18;
  top: -10%;
  border-radius: 50%;
}

.border ul {
  padding-left: 32px;
}

.border ul li:not(:last-child) {
  padding-bottom: 30px;
}

.solarelec {
  float: right;
}

.safe {
  display: flex;
  justify-content: space-around;
}

.filter-jx:hover {
  filter: hue-rotate(145deg);
}

.safe span {
  display: block;
  text-align: center;
}

.safe div {
  display: inline-block;
}

.safe_topic .bg-lo {
  background-color: #f9eae1;
  border-radius: 50px 0 0 50px;
}


.safe span {
  display: block;
  text-align: center;
}

.safe div {
  display: inline-block;
}

.indus_icon {
  height: 100%;
  width: 20%;
  padding: 0 15px;
}

.table_mob {
  width: 100%;
  border: solid 1px #eaebee;
}

.table_mob th,
.table_mob td {
  padding: 15px 10px;
  border-bottom: solid 1px #eaebee;
}

.table_mob th {
  background-color: #f4d6c2;
  text-align: center;
  white-space: nowrap;
}

.over {
  position: relative;
}

.over div {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-family: serif;
  text-shadow: 2px 2px 3px #055174;
}

.img-over {
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .over {
    display: none;
  }
}

@media (min-width: 992px) {
  .about_img {
    display: none;
  }
}

@media print {
  .no_print {
    display: none;
  }
}

.space {
  letter-spacing: -0.05rem;
}

.down {
  margin-bottom: 8px;
}

.click {
  padding-left: 0px;
}

@media only screen and (max-width:751px) {
  .pcicon {
    display: none
  }
}

@media only screen and (min-width:752px) {
  .mobiicon {
    display: none
  }
}


.ban {
  white-space: nowrap
}

/************************************
  パンくず
************************************/
.breadcrumb-nav {
  padding: 0.75rem 0.25rem;
  margin-bottom: 1rem;
}

.breadcrumb-nav span {
  color: #6c757d;
}

.breadcrumb-nav a span {
  color: #eb5e18
}

.breadcrumb-nav span[property="name"]::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  font-family: ionicons;
  content: "\f3d3";
  font-weight: bold;
  box-sizing: border-box;
  padding-left: .5rem;
  padding-right: .5rem;
}

.breadcrumb-nav a.home span[property="name"]::before {
  font-family: ionicons;
  content: "\f144";
  padding-left: 0;
  padding-right: 0.5rem;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: normal;
}

/************************************
 TOP:メインビジュアル
************************************/
.mainvisual {
  position: relative;
}
@media (max-width:1200px) {
  .mainvisual {
    margin-top: 54px;
  }
}
@media (max-width:767px) {
  .mainvisual {
    margin-top: 30px;
  }
}

.mainvisual .mainvisu-txt {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  text-align: center;
  top: calc(50px / 700px * 100%);
  top: 6.5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
}

.mainvisual .mainvisu-txt01 {
  font-size: clamp(24px, 4vw, 39px);
  color: #eb5e18;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 45px;
  line-height: 1.2;
}

.mainvisual .mainvisu-txt02 {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}

.mainvisual .mainvisu-btn {
  display: inline-block;
  background-color: #eb5e18;
  padding: 16px 80px;
  line-height: 1;
  color: #fff;
  border-radius: 60px;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
}

@media (max-width:1220px) {
  .mainvisual .mainvisu-txt01 {
    margin-bottom: 25px;
  }

  .mainvisual .mainvisu-txt02 {
    line-height: 1.6;
  }
}

@media (max-width:991px) {
  .mainvisual .mainvisu-txt01 {
    line-height: 1.4;
  }

  .mainvisual .mainvisu-txt {
    position: relative;
    top: auto;
    margin-top: 30px;
  }

  .mainvisual .mainvisu-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/************************************
  TOP:ブログのスライド
************************************/
.splide {
  padding-bottom: 20px !important;
  /* 点々用の余白*/
  margin-bottom: 10px !important;
}

/* 矢印 */
.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow {
  top: 43% !important;
}

.splide__arrow svg {
  fill: #EB5E18 !important;
}

/* 点々 */
.splide__pagination__page {
  background: #EB5E18 !important;
  width: 6px !important;
  height: 6px !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .splide__pagination__page {
    width: 6px !important;
    height: 6px !important;
  }
}

.splide__pagination__page.is-active {
  background: #ccc !important;
  transform: scale(1) !important;
}

/************************************
  各ページ共通項目
************************************/
.subtitle {
  background-image: url(../solar_images/companytop.jpg);
}

.subtitle h1, .subtitle h2 {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .subtitle {
    background-position-x: 80%;
  }
}

/************************************
  選ばれる理由
************************************/
/* ENEOSグループの安心を */
.reason-lead {
  padding: 50px 0 50px 0;
}

.reason-lead-catch {
  font-size: 52px !important;
}

.reason-lead-catch-txt {
  font-size: 30px !important;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .reason-lead-catch {
    font-size: 43px !important;
  }

  .reason-lead-catch-txt {
    font-size: 29px !important;
  }
}

@media (max-width: 767px) {
  .reason-lead-catch {
    font-size: 26px !important;
  }

  .reason-lead-catch-txt {
    font-size: 18px !important;
  }
}

/* ４つの販売代理店基準 */
.reason-feature-grid {
  display: grid;
  gap: 16px;
  /* デフォルト（スマホ）は1列 */
  grid-template-columns: 1fr;
  background-color: #F5F1F1;
  padding: 20px 20px;
}

/* タブレットサイズ（640px以上） */
@media (min-width: 768px) {
  .reason-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* デスクトップサイズ（1024px以上） */
@media (min-width: 1024px) {
  .reason-feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* カードのスタイル */
.reason-feature-card {
  background-color: #ffffff;
  padding: 20px 10px;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* アイコンのコンテナ */
.reason-feature-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

/* アイコンごとの配色 */
.reason-feature-icon-box.icon-blue {
  background-color: #eff6ff;
  color: #1d4ed8;
}

.reason-feature-icon-box.icon-indigo {
  background-color: #eef2ff;
  color: #4338ca;
}

.reason-feature-icon-box.icon-red {
  background-color: #fff1f2;
  color: #e11d48;
}

.reason-feature-icon-box.icon-green {
  background-color: #f0fdf4;
  color: #15803d;
}

/* テキストスタイル */
.reason-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .reason-feature-card h3 {
    font-size: 1.1rem;
  }
}

br.desktop-only {
  display: block;
}

@media (max-width: 1200px) {
  br.desktop-only {
    display: none;
  }
}

/* 施工事例 */
.reason-construction-map {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.reason-construction-map img {
  width: 100%;
  height: auto;
}

.reason-construction-map .reason-construction-map-txt {
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #EB5E18;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .reason-construction-map .reason-construction-map-txt {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px;
  }
}

.reason-construction-map .reason-construction-map-txt h5 {
  color: #fff;
}

.reason-construction-map .reason-construction-map-txt p {
  color: #fff;
  margin-bottom: 0;
}

/* 導入までの流れ*/
.workflow-section {
  max-width: 1000px;
  margin: 0 auto;
}

.workflow-box {
  border: 1px solid #ccc;
  padding: 30px 35px;
  position: relative;
  background-color: #fff;
}

@media (max-width: 992px) {
  .workflow-box {
    padding: 30px 15px;
  }
}


.workflow-box h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: #EB5E18;
}

.workflow-box p {
  font-size: 1rem;
  margin: 0;
  padding-right: 60px;
  /* アイコン用のスペース */
  font-weight: bold;
}

@media (max-width: 992px) {
  .workflow-box p {
    font-size: 0.9rem;
  }
}

.workflow-box a {
  color: #0056b3;
  text-decoration: underline;
}

.workflow-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .workflow-icon {
    right: 20px;
    width: 80px;
    height: 80px;
  }
}

.workflow-icon img {
  max-height: 100px;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .workflow-icon img {
    max-height: 80px;
    opacity: 0.6;
  }
}

.workflow-step01 .workflow-icon img {
  max-width: 130px;
}

@media (max-width: 992px) {
  .workflow-step01 .workflow-icon img {
    max-width: 100px;
  }
}

.workflow-step02 .workflow-icon img {
  max-width: 140px;
}

@media (max-width: 992px) {
  .workflow-step02 .workflow-icon img {
    max-width: 100px;
  }
}

/* 下向き矢印のCSS再現 */
.workflow-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #f9c9b3;
  margin: 15px auto;
}

.workflow-footer-note {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}

/* スマホレスポンシブ */
@media (max-width: 767px) {
  .workflow-box p {
    padding-right: 0;
  }

  .workflow-icon {
    position: static;
    transform: none;
    margin: 15px auto 0;
  }
}

/************************************
  お客様の声
************************************/
.voice-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.voice-item {
  background-color: #F5F1F1;
  padding: 20px 10px 10px 10px;
}

/* 吹き出し部分 */
.voice-bubble {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #EB5E18;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

/* 吹き出しの三角形 */
.voice-bubble::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-right: 2px solid #EB5E18;
  border-bottom: 2px solid #EB5E18;
  transform: rotate(45deg);
}

.voice-bubble h3 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0;
  line-height: 1.5;
}

/* 人物情報セクション */
.voice-author {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.voice-author-image {
  width: auto;
  height: 110px;
  margin-right: 25px;
}

.voice-author-image img {
  height: 100%;
}

.voice-author-info b {
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}

.voice-author-info span {
  font-size: 1rem;
}

/* メンテナンス情報 */
.com-mainte {
        border: 3px solid #ff0000;
        padding: 40px 20px 20px;
        margin-bottom: 40px;
        text-align: center;
        color: #ff0000;
}
.com-mainte p {
  margin-bottom: 20px;
} 
.com-mainte .mainte-tl {
  font-size: 18px;
  margin-bottom: 30px;
}