/* ----------------------------------------------
		共通CSS
------------------------------------------------- */
#main h2 {
  background-color: #59C16B;
}
#main h2 span {
  font-size: 65%;
  margin-left: 1.0em;
}
#main .row.bgColor {
  margin: 1.5em 0 0 0 !important;
  padding: 0 !important;
  border-top: 2px solid #59C16B;
  background-color: #F7FCF7;
}
#main .main-text, #main .sub-img {
  position: relative;
  margin: 2.0em 0;
}
#main .main-text p.ttl {
  font-size: 1.8rem;
}
#main .main-text p.ttl span {
  font-size: 2.2rem;
}
#main .main-text p.tokkyo {
  font-size: 1.0rem;
  font-weight: normal;
  border: solid 1px #000;
  padding: 6px 9px;
  width: 241px;
  white-space: nowrap;
}
#main .sub-img {
  text-align: right;
  padding: 0 20px 0 10px;
}
#main .mp-caption {
  font-size: 1.4rem;
  font-weight: normal !important;
  text-align: right;
}
#main .main-illust {
  margin: 1.0em;
}
#main .main-text h3 {
  color: #59C16B;
  font-weight: 500;
  font-size: 2.4rem;
}
#main .main-text p {
  color: #000;
  font-weight: 500;
}
#main .tech-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#main .tech-main .text h4 {
  color: #ffffff;
  font-weight: 500;
  background: #59C16B;
  padding: 3px 0 3px 7px;
}
#main .tech-main .text p {
  text-indent: 0em !important;
  line-height: 1.8;
}
#main .tech-main .text p.ti {
  color: #59C16B;
  font-weight: 500;
}
#main .tech-main .text p.tokucho {
  font-weight: bold;
}
#main .tech-main .text p.tokucho span {
  color: #ffffff;
  background: #59C16B;
  padding: 2px 5px 3px 8px;
  margin-right: 10px;
  border-radius: 15px;
}
#main .tech-main .text .netis-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  border: 1px solid #000;
}
#main .tech-main .text .netis-wrap p {
  margin: 0 !important;
  padding: 0px;
  font-size: 1.5rem;
  line-height: 1.5;
}
#main .tech-main .text .netis-wrap p.ttl {
  font-weight: 500;
}
#main .tech-main .text .netis-wrap p.image {
  padding-left: 1.0em;
  min-width: 120px;
}
#main .tech-main .pc-none {
  display: none !important;
}
#main .tech-main .sm-none {
  display: block !important;
}
#main .tech-main .cacth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .tech-main .cacth .sub-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .tech-main .cacth .sub-text .sub-txt {
  margin: 0 1.0em;
  padding: 0.25em 0.5em;
  border-top: 1px solid #7CCEF5;
  border-bottom: 1px solid #7CCEF5;
}
#main .tech-main .cacth .sub-text .sub-txt p {
  line-height: 1.6;
}
#main .tech-main p.product_info {
  font-weight: bold;
  border: solid 3px #59C16B;
  background: rgba(255, 241, 0, 0.20);
  padding: 6px auto;
  text-align: center;
  margin-top: 26.5px;
}
/* ----------------------------------------------
        テーブル 表
------------------------------------------------- */
/* タイトルのスタイル（親要素の指定を重ねて優先度を上げる） */
.text h5.table-title {
  font-weight: bold;
}
/* テーブル全体のスタイル（親要素の指定を重ねて優先度を上げる） */
.text .custom-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin-left: 0;
  margin-right: auto;
}
/* ヘッダーとセルの共通スタイル */
.custom-table th, .custom-table td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid;
}
/* ヘッダーのスタイル */
.custom-table th {
  background-color: #EEEEEE;
  font-weight: bold;
}
/* ----------------------------------------------
        ルビ
------------------------------------------------- */
rt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
}