.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 文字サイズ */
.fs12 {
  font-size: 12px;
}
.fs16 {
  font-size: 16px;
}

/* 寄せ */
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.inline_block {
  display: inline-block;
}

/* flexbox */
.flex_block {
  display: flex !important;
}
.flex_center {
  justify-content: center !important;
}

.flex_between {
  justify-content: space-between !important;
}

/* 余白 */
.mb0 {
  margin-bottom: 0;
}
.mb1em {
  margin-bottom: 1em;
}
.mb1_8em {
  margin-bottom: 1.8em;
}
.mt1em {
  margin-top: 1em;
}
.mt1_8em {
  margin-top: 1.8em;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}

/* padding */
.pr15{
  padding-right: 15px !important;
}

/* 幅 */
.w10P {
  width: 10% !important;
}
.w15P {
  width: 15% !important;
}
.w20P {
  width: 20% !important;
}
.w25P {
  width: 25% !important;
}
.w30P {
  width: 30% !important;
}
.w35P {
  width: 35% !important;
}
.w40P {
  width: 40% !important;
}
.w45P {
  width: 45% !important;
}
.w50P {
  width: 50% !important;
}
.w60P {
  width: 60% !important;
}
.w70P {
  width: 70% !important;
}
.w80P {
  width: 80% !important;
}

/* ※～ */
.txt_indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* アイコン */
.ico_tab {
  background: url(/common/img/ico_blank_03.png) no-repeat right;
  background-size: 14px;
  padding-right: 20px;
}

/* 文字
==================================- */
.bold {
  font-weight: bold;
}

/* 文字色
==================================- */
.green {
  color: #3f7414;
}
.orange {
  color: #ec911b;
}
.blue {
  color: #0094b9;
}
.gray {
  color: #a5a5a5;
}

/* 背景色
==================================- */
.bg_glay {
  background: #efefef;
  padding: 60px 0;
}
.bg_green {
  background: #f5fce1;
  padding: 60px 0;
}
.bg_yellow {
  background: #fff7c6;
  background: -moz-linear-gradient(#ffffe5 0%, #fff7c6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffe5),
    to(#fff7c6)
  );
  background: -webkit-linear-gradient(#ffffe5 0%, #fff7c6 100%);
  background: -o-linear-gradient(#ffffe5 0%, #fff7c6 100%);
  background: linear-gradient(#ffffe5 0%, #fff7c6 100%);
  padding: 60px 0;
}

/* 線
==================================- */
.border_gray {
  border: 1px solid #cecece;
}
.border_top_gray {
  border-top: 1px solid #cecece;
}

/* 見出し */
.press_cont_detail h3,
.press_cont_detail h4,
.h1_type01,
.h2_type01,
.h2_type02,
.h3_type01,
.h4_type01,
.small_ttl {
  font-family: "ヒラギノ明朝 Pro W6", "游明朝", YuMincho, "Hiragino Mincho Pro",
    "serif";
  font-weight: 600;
}
.h1_type01 {
  color: #3e7314;
  font-size: 30px;
  line-height: 1.4;
  padding: 65px 0;
}
.h2_type01 {
  color: #3e7314;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.h2_type02 {
  font-size: 25px;
  margin: 0 0 30px 0;
  padding: 15px 0 10px 10px;
  color: #3e7314;
  border-top: 2px solid #3e7314;
  border-bottom: 2px solid #3e7314;
}
.press_cont_detail h3,
.h3_type01 {
  border-bottom: 1px solid #cecece;
  color: #3f7414;
  padding: 0 0 5px 15px;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 25px;
  position: relative;
}
.press_cont_detail h3::after,
.h3_type01::after {
  border-left: 5px solid #68ab33;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 10px;
  height: 80%;
  width: 1px;
}
.press_cont_detail h4,
.h4_type01 {
  color: #3f7414;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.h4_type02 {
  background: #efefef;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.press_cont_detail h5,
.h5_type01 {
  font-size: 15px;
  margin-bottom: 10px;
}
.h5_type02 {
  color: #3f7414;
  font-size: 15px;
  margin-bottom: 10px;
}
.h5_type03 {
  background: #efefef;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.small_ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*リード文*/
*[class*="lead_"] {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: "ヒラギノ明朝 Pro W6", "游明朝", YuMincho, "Hiragino Mincho Pro",
    "serif";
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.lead_01 {
  font-size: 18px;
  font-weight: 600;
}
.lead_02 {
  color: #3e7314;
  font-size: 20px;
}
.lead_emphasis {
  color: #3e7314;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.lead_reason {
  color: #3e7314;
  font-size: 25px;
}
.lead_reason span:first-of-type {
  border-radius: 50%;
  border: 3px solid #3e7314;
  display: inline-block;
  font-size: 20px;
  line-height: 82px;
  margin-right: 20px;
  text-align: center;
  width: 88px;
}
.emphasis {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.emphasis::before {
  border-right: 1px solid #3e7314;
  border-left: 2px solid #3e7314;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) skew(30deg);
  width: 3px;
}
.emphasis::after {
  border-left: 1px solid #3e7314;
  border-right: 2px solid #3e7314;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) skew(-30deg);
  width: 3px;
}

/* リンクリスト */
.link {
  text-indent: -20px;
  color: #444444;
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
}
.link::before {
  background: none;
  border-top: solid 1px #3e7314;
  border-right: solid 1px #3e7314;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 12px;
  margin-bottom: 2px;
  width: 6px;
  height: 6px;
}
.link [target="_blank"] {
  background: url("/common/img/ico_blank_02.png") no-repeat right;
  background-size: 11px;
  padding-right: 20px;
}
.pdf::after {
  content: "";
  background: url(/common/img/ico_pdf.svg) no-repeat left top/100% auto;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-left: 3px;
  vertical-align: text-top;
}
.excel::after {
  content: "";
  background: url(/common/img/ico_excel.svg) no-repeat left top/100% auto;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-left: 3px;
  vertical-align: text-top;
}
.word::after {
  content: "";
  background: url(/common/img/ico_word.svg) no-repeat left top/100% auto;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-left: 3px;
  vertical-align: text-top;
}
.txt_under {
  text-decoration: underline;
}

/* 非表示 */
.none {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

/* TOP
======================= */
#top_page #main_cont {
  margin-top: 0;
}
#top_page .hero {
  background: transparent linear-gradient(180deg, #e5f8fd 0%, #c5f3fb 100%) 0%
    0% no-repeat padding-box;
  margin-bottom: 60px;
  position: relative;
}
#top_page .bg_mainvisual {
  width: 100%;
}
#top_page .bg_mainvisual img {
  width: 100%;
}
#top_page .hero .hero_cont {
  margin-right: auto;
  max-width: 600px;
  overflow: inherit;
}
#top_page .hero .lead_01 {
  color: #333333;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
#top_page .btn_link_type {
  margin-top: 50px;
}
#top_page .hero .btn_link {
  box-shadow: 0 2px 7px #636363b3;
  margin-top: 10px;
}
#top_page .hero .btn_link a {
  border: 1px solid #ffffff;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#top_page .hero .btn_link a {
  background: #3e9600;
  background: -moz-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#65ad29),
    to(#3e9600)
  );
  background: -webkit-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: -o-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: linear-gradient(#65ad29 0%, #3e9600 100%);
  padding: 14px 0;
  position: relative;
  text-align: center;
}
#top_page .hero .btn_link:hover a {
  background: linear-gradient(to top, #65ad29 0%, #3e9600 100%);
  box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
  opacity: 1;
  transform: scale(1.05);
}
#top_page .hero .btn_link a {
  background: #f15700;
  background: -moz-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f48937),
    to(#f15700)
  );
  background: -webkit-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: -o-linear-gradient(#65ad29 0%, #3e9600 100%);
  background: linear-gradient(#65ad29 0%, #3e9600 100%);
  height: 80px;
  padding: 14px 0;
}
#top_page .hero .btn_link:last-child a {
  background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
}
#top_page .hero .btn_link:last-child:hover a {
  background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
  box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
  opacity: 1;
  transform: scale(1.05);
}
#top_page [class*="service_type"] .col .lead_01 {
  position: relative;
}
#top_page .lead_01 + .txt_c {
  font-size: 16px;
  margin-bottom: 30px;
}
#top_page [class*="service_type"] .col {
  display: flex;
  flex-direction: column;
}
#top_page [class*="service_type"] .col > .btn_link {
  margin-top: auto;
}
#top_page .bnr_box_learn .btn_link span {
  color: #68ab33;
  font-size: 14px;
  position: relative;
}
#top_page .bnr_box_learn .btn_link span::after {
  border-left: 1px solid #68ab33;
  border-bottom: 1px solid #68ab33;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
#top_page [class*="service_type"] .col:nth-of-type(1) .ttl::after {
  background: url("/img/ico_credit_nav.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
#top_page [class*="service_type"] .col:nth-of-type(2) .ttl::after {
  background: url("/img/ico_management.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
#top_page [class*="service_type"] .col:nth-of-type(3) .ttl::after {
  background: url("/img/ico_portfolio.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
#top_page .sub_navigation_footer {
  background-size: contain;
  background-image: url(/common/img/bg_title.png);
  background-repeat-y: repeat;
  padding: 50px 0;
}
#top_page section:nth-of-type(3) {
  background: #edfffe;
  background: -moz-linear-gradient(#ffffff 0%, #edfffe 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#edfffe)
  );
  background: -webkit-linear-gradient(#ffffff 0%, #edfffe 100%);
  background: -o-linear-gradient(#ffffff 0%, #edfffe 100%);
  background: linear-gradient(#ffffff 0%, #edfffe 100%);
}
#top_page .step1_3 {
  padding-bottom: 60px;
}
#top_page .step1_3 .box:nth-of-type(n + 2) {
  margin-bottom: 50px;
}
#top_page section:nth-of-type(3) .inner {
  max-width: 800px;
}
#top_page .sub_navigation_footer li a {
  height: 100%;
  padding: 25px 20px;
}
#top_page .sub_navigation_footer .col_l_img .col:last-of-type {
  font-weight: 500;
  margin-left: 20px;
}
#top_page .col_l_img .lead_02 {
  margin-bottom: 20px;
  text-align: left;
}
#top_page section:nth-of-type(4) {
  background: #fff9df;
  background: -moz-linear-gradient(#ffffff 0%, #fff9df 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#fff9df)
  );
  background: -webkit-linear-gradient(#ffffff 0%, #fff9df 100%);
  background: -o-linear-gradient(#ffffff 0%, #fff9df 100%);
  background: linear-gradient(#ffffff 0%, #fff9df 100%);
  padding-bottom: 60px;
}
#top_page .logo_area {
  background: #fff;
  padding: 45px 110px;
}
#top_page .logo_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top_page .logo_area li + li {
  margin-left: 20px;
}
#top_page #news .txt_c {
  margin-bottom: 50px;
}

/* リスモンチャンネル
==================================- */

.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_01 {
  width: 500px;
}

/* プレスリリース
==================================- */
#press_release .dl_news {
  display: flex;
  flex-wrap: wrap;
}
#press_release .dl_news .place {
  border-bottom: none;
  margin-top: 0;
  margin-left: 10px;
}
#press_release .dl_news {
  border-top: 1px solid #eeeeee;
  margin: 0 auto;
  padding-top: 15px;
}
#press_release .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 260px;
}
#top_page #press_release .btn a {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
#press_release .dl_news dd:nth-of-type(2n-1) {
  border: 1px solid #444444;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 0 10px;
  text-align: center;
}
#press_release .dl_news dd:nth-of-type(2n-1).topic {
  border: 1px solid #eb7f65;
  color: #eb7f65;
}
#press_release .dl_news dd:nth-of-type(2n-1).release {
  border: 1px solid #8b27ca;
  color: #8b27ca;
}
#press_release .dl_news dt {
  padding-left: 10px;
}
#press_release .dl_news dd:nth-of-type(2n) {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
#press_release .dl_news dd:not(:last-of-type) {
  margin-bottom: 15px;
}
.dl_news a:hover {
  text-decoration: underline;
}

/* IR
==================================- */
.ir_news .dl_news {
  display: flex;
  flex-wrap: wrap;
}
.ir_news .dl_news {
  border-top: 1px solid #eeeeee;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}
.ir_news .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 260px;
}
.ir_news .dl_news dt {
  padding-left: 10px;
}
.ir_news .dl_news dd {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
.ir_news .dl_news dd:not(:last-of-type) {
  margin-bottom: 15px;
}

/* フォント */
.font-mincho {
  font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho",
    "Hiragino Mincho Pro", "serif";
}

/* 仮 */
.sidebar {
  width: 353px;
}

.nav_company {
  border: 2px solid #cecece;
}

.nav_company_title {
  padding: 20px;
  background: #3e7314;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}

.nav_company_child {
  background: #f5fce1;
  margin-left: 30px;
}

.nav_item {
  margin: 0;
}

.nav_ico {
  opacity: 0;
  pointer-events: none;
}

.nav_item_border {
  border-bottom: 1px solid #cecece;
}

.nav_link {
  display: block;
  padding: 14px 24px 14px 40px;
  position: relative;
  color: #3e7314;
  font-size: 14px;
}

.nav_link::before {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 24px;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
  transform: rotate(45deg);
}
.nav_link_border {
  border-bottom: 1px solid #cecece;
}
.nav_link_parent {
  font-weight: bold;
}
.notes {
  font-size: 12px;
  color: #939393;
}

@media print, screen and (min-width: 768px) {
  #top_page .hero {
    overflow: hidden;
  }
  #top_page .hero .inner {
    padding: 60px 0;
    width: 100%;
    min-width: 1300px;
    background: url(/img/bg_mainvisual.webp) no-repeat right center;
    background-size: 850px;
  }
  #top_page section:nth-of-type(3) .col:last-of-type {
    width: calc(100% - 310px);
  }
  #top_page .step1_3 {
    background: url("/img/bg_characteristic.jpg") no-repeat bottom;
    background-size: cover;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #top_page .hero_wrap {
    margin-left: calc((100vw - 1300px) / 1);
  }
}

/* adobeのバナー */
.pdf_banner {
  padding: 20px;
  border: 1px solid #ccc;
}

.pdf_banner_row {
  display: flex;
  align-items: center;
}

.pdf_banner_info {
  margin-left: 20px;
}
/* アイコン付2カラム（企業TOPなど） */
.link_box_ico {
  display: flex;
  flex-wrap: wrap;
}
.link_box_ico > .col {
  background: #fff;
  border: 1px solid #b9d01b;
  margin-right: 0;
  width: 46%;
  width: calc(100% / 2 - 10px);
}
.link_box_ico > .col:nth-of-type(2n) {
  margin-left: 20px;
}
.link_box_ico a {
  color: #444444;
  display: block;
  font-size: 15px;
  padding: 18px 30px 18px 18px;
  position: relative;
}
.link_box_ico a::before {
  background: #7b7b7b;
  background: -moz-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a0a0a0),
    to(#7b7b7b)
  );
  background: -webkit-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: -o-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}
.link_box_ico a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.link_box_ico .col_l_img {
  display: flex;
}
.link_box_ico .col_l_img figure {
  margin-left: 0;
  margin-right: 15px;
  max-width: 80px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.link_box_ico .col_l_img img {
  max-height: 51px;
  max-width: 51px;
  width: auto;
}
.link_box_ico .col_l_img .col:last-of-type {
  align-self: center;
  min-height: 71px;
  margin-left: 0;
  width: calc(100% - 100px);
}
.link_box_ico .col_l_img .h4_type01 {
  color: inherit;
}
.link_box_ico .col_l_img .h4_type01 + p {
  margin-top: 5px;
}

.ttl_ico span {
  position: absolute;
  right: 15px;
}

/* 目次 */

.l_toc {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  font-weight: bold;
}

.l_toc a {
  text-decoration: none;
  color: #444444;
  font-weight: normal;
}

.child_ol li {
  padding-left: 20px;
}

.l_toc ol {
  background-color: #fff;
  padding-left: 0;
  list-style: none;
  counter-reset: section; /*連番リセット*/
  padding: 0px;
}

.l_toc li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  color: #3e7314;
  padding-right: 0.5rem;
}

ol.l_inner {
  padding: 30px;
  border: solid 1px #cecece;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .chap_mt {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
  }
}

/* IT導入補助金バッジ */

.box_it_badge {
  position: relative;
  z-index: 1000;
}

.bl_it_badge {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .bl_it_badge img {
    width: 30%;
    position: absolute;
    right: 0;
  }
}

/* 幅広レスポンシブボタン */
.btn a.wide_btn {
  max-width: 80%;
}

@media screen and (max-width: 767px){
  .btn a.wide_btn {
    max-width: 100%;
  }
  .btn a.sp_left{
    text-align: left;
  }
}

/* タイトル下画像のHTML化処理 画像サイズ000x000 */
.pre_bnr{
  width: 100%;
  background: #efefef;
  background: linear-gradient(to bottom right, #e0e0e0, #fdfdfd);
  overflow: hidden;
}
.pre_catch{
  position: relative;
  width: 100%;
  height: 260px;
}
.pre_catch .pre_img{
  position: relative;
  object-fit: none;
  opacity: 70%;
}
.pre_catch .pre_txt{
  font-family: "ヒラギノ明朝 Pro W6", "游明朝", YuMincho, "Hiragino Mincho Pro", "serif";
  position: absolute;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1b19;
}
.pre_catch .pre_txt.txt_white{
  color: #fff;
}
.pre_catch .pre_txt.txt_center{
  text-align: center;
  width: 100%;
}
.pre_txt .hr{
  display: block;
  width: 50%;
  margin: 10px auto;
  border: 1px solid #758575;
}
.pre_catch .pl300{
  padding-left: 300px;
}
.pre_catch .sp_only{
  display: none;
}
.pre_txt .colord{
  color: #3e7314;
  padding: 0 10px;
}
.pre_txt .larger{
  font-size: larger;
}