<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: Rise-kk Child Theme
Theme URI:
Template: lightning
Description: 株式会社Riseのサイト子テーマ
Author: 株式会社タクミ
Tags: 
Version: 0.1.2
*/
body {
  font-family: "Noto Sans JP", Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 16px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #01499d;
  border-bottom: 2px dotted #01499d;
}
.veu_socialSet {
  display: none;
  margin-bottom: 1.5em;
}
.media .media-body .media-heading a {
  color: #01499d;
}

/*ヘッダー*/
.home .siteHeader {
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 46px;
  border: none;
}
.siteHeader {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 64px;
  border: none;
}
.logo-bg {
  background: #0a4ea1;
  display: block;
}

/*グローバルメニュー*/
.gMenu &gt; li .gMenu_description {
  display: block;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  opacity: 0.6;
  text-align: center;
}
.center {
  text-align: center;
}
.gMenu a {
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  height: 100%;
}
.siteHeader a:hover {
  color: #003c84;
}

/*.page-header{margin-top:60px;}*/

/* fv下バナー */
.fvBanner {
  padding: 3rem 0;
}

@media screen and (max-width: 599px) {
  .fvBanner {
    padding: 1.5rem 0;
  }
}

/*メインビジュアル*/
div.Main-Visual {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  background: url(https://www.rise-fukuoka.com/wp-content/uploads/2021/01/main-v2.jpg) no-repeat
    center center/cover;
  height: 100vh;
}
.Maintext {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.Maintext p {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.22em;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  text-shadow: 0 0 5px black;
  max-width: 80vw;
  margin: 0 auto;
}
.Maintext p.second {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.22em;
  line-height: 2;
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  text-shadow: none;
}
.Maintext img {
  max-width: 30%;
}
.bg-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
.msg {
  background: #dfebed;
  color: #21adde;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 15px;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 599px) {
  div.Main-Visual {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    background: url(https://www.rise-fukuoka.com/wp-content/uploads/2021/01/main-v2.jpg) no-repeat
      center center/cover;
    height: 30vh;
    background-size: 100% auto;
    margin-top: 44px;
  }
  .Maintext {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
  }
  .Maintext p {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.22em;
    line-height: 2;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 0 0 5px black;
  }
  .Maintext p.second {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.22em;
    line-height: 2;
    position: relative;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: none;
  }
  .bg-wrap {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-size: cover;
  }
  .msg {
    background: #dfebed;
    color: #21adde;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 15px;
    z-index: 10;
    text-align: center;
  }

  .siteHeader {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 44px;
    border: none;
  }
  #scroll,
  #scroll:after {
    display: none;
  }

  /*画像回り込み解除*/
  img.aligncenter,
  img.alignleft,
  img.alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
/*.container{margin-bottom:50px;}*/

/*新着情報*/
.postList.postList_miniThumb a {
  color: #fff;
}
.veu_postList ul.postList {
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.veu_postList ul.postList li {
  display: flex;
  align-items: baseline;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #666;
  line-height: 1.4em;
}
.veu_postList ul.postList li:first-child {
  border-top: 1px dotted #666;
}
.veu_postList pt_1 {
  margin-bottom: 100px;
}
.veu_postList .postList_date {
  margin-right: 10px;
  color: #666;
  font-weight: bold;
  min-width: 100px;
}
.veu_postList .postList_terms a {
  text-align: center;
  margin-right: 10px;
  padding: 10px 0;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 0;
  position: relative;
  display: block;
  top: 0;
  width: 100px;
}
.postList a {
  color: #464646;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}

.widget_vkexunit_post_list .mainSection-title {
  margin: 40px auto;
}
h2.mainSection-title {
  border: none;
}
h2.mainSection-title {
  font-size: 30px;
  font-size: 2rem;
  position: relative;
  padding: 1rem;
  text-align: center;
}
h2.mainSection-title span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
h2.mainSection-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #054996;
}

@media screen and (max-width: 599px) {
  .veu_postList ul.postList li {
    display: flex;
    flex-direction: column;
  }
  .page_top_btn {
    bottom: 7%;
    background: rgba(0, 112, 210, 0.5);
  }
  div#vkexunit_post_list-3 {
    padding: 0 0 50px;
  }
}

/*フッター*/
ul.footmenu {
  list-style: none;
  padding-inline-start: 0;
  margin: 1em 0;
}
ul.footmenu li a {
  text-decoration: none;
  color: #fff;
}

/*フッター問合せ*/
.wide-wrap-foot {
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 7;
  background: #38b8e2;
}
ul.foot-menu {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: 0px;
}
.foot-menu li {
  display: inline-flex;
  list-style: none;
  align-items: center;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: calc(100% / 3);
  margin-bottom: 0;
}

.tel {
  width: 50%;
  float: left;
}

ul.foot-menu-sp {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: 0px;
}
.foot-menu-sp li {
  display: inline-flex;
  list-style: none;
  align-items: center;
  padding: 0;
  width: calc(100% / 2);
  margin-bottom: 0;
}

.veu_profile .media_outer img {
  max-width: 50%;
  height: auto;
}

.ttlBox {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -120px;
  text-align: center;
}

.siteFooter {
  border-top: none;
  background: #181818;
  color: #fff;
  padding-bottom: 50px;
}
footer .copySection p:nth-child(2) {
  display: none !important;
}

.siteContent {
  padding: 0;
}
.mainSection-marginBottom-on {
  margin-bottom: 0;
}

h1.page-header_pageTitle {
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  white-space: nowrap;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: relative;
}
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  margin: 1.2em 0;
  font-size: 3rem;
  line-height: 1.1;
}

/*h1背景*/
.page-header {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #1165ac, #3abce5);
  height: 120px;
  position: relative;
  align-items: center;
  display: flex;
  -webkit-box-align: center;
  width: 100vw;
}
.page-id-3 .page-header {
  background: url(/wp-content/uploads/2021/01/pp-h.png) no-repeat top center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-8 .page-header {
  background: url(/wp-content/uploads/2021/01/gyoumu-h.png) no-repeat top center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-10 .page-header {
  background: url(/wp-content/uploads/2021/01/kig-h.png) no-repeat top center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-13 .page-header {
  background: url(/wp-content/uploads/2021/01/ad-h.jpg) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-15 .page-header {
  background: url(/wp-content/uploads/2021/01/contact-h.png) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-17 .page-header {
  background: url(/wp-content/uploads/2021/01/wp-h-2.jpg) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-414 .page-header {
  background: url(/wp-content/uploads/2021/01/3tp-h.jpg) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-428 .page-header {
  background: url(/wp-content/uploads/2021/01/cost-h.png) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-1467 .page-header {
  background: url(/wp-content/uploads/2021/09/genjyo.png) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-1572 .page-header {
  background: url(/wp-content/uploads/2022/02/bousui-hd.jpg) no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-1689 .page-header {
  display: none;
}
.page-id-1876 .page-header {
  background: url(https://test-nishihira.perma.jp/rise/wp-content/uploads/2025/02/fv-scaled.jpg)
    no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.page-id-1927 .page-header {
  background: url(https://test-nishihira.perma.jp/rise/wp-content/uploads/2025/02/fv-scaled.jpg)
    no-repeat center center/cover;
  text-shadow: 0 0 5px black;
}
.category-4 .page-header {
  background: url(/wp-content/uploads/2021/01/jisseki-h.jpg) no-repeat center center/cover;
}

h2 {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
h2.ttl1,
h2.ttl2 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
h2.ttl1 span {
  color: #21adde;
}
h2.works {
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 0.22em;
  color: #fff;
  text-align: center;
}
.blue {
  color: #21adde;
}
h2.Kaso {
  background: #3bb2e4;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-left: 10px solid #003c84;
}

@media screen and (max-width: 599px) {
  .page-header_pageTitle,
  h1.page-header_pageTitle:first-child {
    white-space: normal;
  }
  h2.ttl1,
  h2.ttl2 {
    font-size: 1.3rem;
    white-space: normal;
  }

  .wide-wrap-foot {
    background: none;
  }
}

h3 {
  padding: 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  border-bottom: none;
}
h3:after {
  position: unset;
  border-bottom: none;
}

h3.ttl1 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  border-left: 8px solid #ddd;
  padding-left: 10px;
}
h3.ttl1 span {
  color: #acddf7;
}
h3.ttl1 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  border-left: 8px solid #ddd;
  padding-left: 10px;
}

.metaslider {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}

/*料金表*/
.tableinner {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.price-table {
  width: 100%;
}
.price-table th,
.price-table td {
  width: 25%;
  text-align: center;
  border: 2px solid #fff;
}
.price-table th.lightplan {
  background: #83cdf2;
  padding: 20px;
  color: #fff;
}
.price-table th.basicplan {
  background: #35b0eb;
  padding: 20px;
  color: #fff;
}
.price-table th.premiumplan {
  background: #029ce6;
  padding: 20px;
  color: #fff;
}
.price-table td.cont {
  background: #364751;
  padding: 20px;
  color: #fff;
}
.price-table td.cont {
  background: #364751;
  padding: 20px;
  color: #fff;
}
.price-table td {
  background: #f5f5f5;
}
.price-table td:nth-child(2n) {
  background: #e5e5e5;
}

.price-table th.lightplan span {
  display: block;
  background: #fff;
  padding: 5px 10px;
  color: #83cdf2;
  margin: 10px 0 0;
  border-radius: 50px;
  font-size: 2em;
}
.price-table th.basicplan span {
  display: block;
  background: #fff;
  padding: 5px 10px;
  color: #35b0eb;
  margin: 10px 0 0;
  border-radius: 50px;
  font-size: 2em;
}
.price-table th.premiumplan span {
  display: block;
  background: #fff;
  padding: 5px 10px;
  color: #029ce6;
  margin: 10px 0 0;
  border-radius: 50px;
  font-size: 2em;
}

@media screen and (max-width: 599px) {
  .price-table {
    overflow: auto;
    white-space: nowrap;
  }
}

/*背景*/
div.wide-wrap {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
div.wide-wrap2 {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
div.wide-wrap-npb {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
div.normal {
  margin: 0;
  overflow: hidden;
}
div.wide-img {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 0;
  padding: 30px 0 0;
}
div.p30 {
  padding: 30px&nbsp; 0 0;
}

#wide-wrap1 {
  background: url(/img/w-b.jpg) no-repeat top center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
#wide-wrap2 {
  background-color: #f5f6f8;
  padding: 50px 0;
}
#wide-wrap3 {
  background-color: #e6edf5;
  padding: 50px 0;
}
#wide-wrap-main {
  background-color: #fff;
}
#wide-wrap-map {
  background-color: #fff;
  padding: 0;
}
#reason-bg {
  background: url(/wp-content/uploads/2020/12/reson-bg.jpg) no-repeat top center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
#gaiyou-bg {
  background: url(/wp-content/uploads/2021/01/gaiyou-bg.png) no-repeat top center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
#wide-wrap-w {
  background: url(/img/works-bg.jpg) no-repeat center center/cover;
}

/*お客様の声*/
#customers-review {
  background: url("/wp-content/uploads/2021/10/koe-bg.png") no-repeat top center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  text-align: center;
}
#customers-review ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-inline-start: 0;
}
#customers-review li {
  margin: 15px;
}

/*固定ページレイアウト*/
.lightgray {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background-color: #f4f7fc;
  padding: 50px 5px;
}
.white {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background-color: #fff;
  padding: 50px 5px;
}
.inner-content {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*対応可能エリア*/
#area {
  background: url(/wp-content/uploads/2021/06/area.jpg) no-repeat center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#area ul {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  padding-left: 0;
}
#area li {
  display: block;
  padding: 10px;
}
.areainner {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.haikei {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  border-radius: 15px;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}

/*メタスライダー*/
.metaslider {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

/*横並びコンテンツ*/
.Mbanner2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-inline-start: 0;
}
.Mbanner2 li {
  width: calc(100% / 2); /*←画像を横に2つ並べる場合*/
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
}

.Mb2inner {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
  padding-inline-start: 0;
}
.Mb2inner li {
  width: calc(100% / 2); /*←画像を横に2つ並べる場合*/
  box-sizing: border-box;
  text-align: left;
}
.Mb2inner li.Image {
  border-radius: 10px 0 0 10px;
}
.Mb2inner li.Textbox {
  background: #ebf5fb;
  text-align: left;
  padding: 15px 15px 0;
  border-radius: 0 10px 10px 0;
}
.Mb2inner li.Textbox h3 {
  color: #106ab5;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  display: inline-block;
}
.Mb2inner li.Textbox p {
  line-height: 1.5;
  text-align: justify;
}

.banner3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-inline-start: 0;
}
.banner3 li {
  width: calc(100% / 3); /*←画像を横に2つ並べる場合*/
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.banner3 li img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
}

/*インナー*/
.maininner {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.contentinner {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
}
.footinner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*LINE*/
.Line-inner {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 25px;
}
h2.LINE1 {
  text-align: center;
  font-weight: bold;
  color: #27ad37;
  font-size: 2rem;
}
h2.LINE2 {
  text-align: center;
  font-weight: bold;
  color: #27ad37;
}
.Line-inner table {
  margin-top: 50px;
}
.Line-inner th {
  background: #54a56a;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
}
.Line-inner td {
  display: block;
  background: #f8f9fa;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .maininner {
    max-width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
  }
  .contentinner {
    max-width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .haikei {
    padding: 30px 15px;
    border-radius: 5px;
  }
}

.flexinner {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.flexinner2 {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.flex {
  justify-content: space-between;
}
.flex ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-inline-start: 0;
  justify-content: space-evenly;
}
.flex li {
  width: 350px;
  margin: 0 0 3rem;
}
.flex li.normal {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.flex li.title {
  background: none;
  margin: auto 0;
}
.flex li div.image {
  width: 350px;
  height: 280px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.flex li img {
  width: 100%;
  height: auto;
}
.flex li div.box {
  padding: 0 10px 5px;
}
.flex li div.box2 {
  padding: 15px;
}
.flex li div.tbox {
  min-height: 120px;
}
.flex li a {
  align-items: center;
  border-radius: 3px;
}
.flex li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.flex li h3.fl {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
}
.flex li h3.sv {
  font-weight: bold;
  font-size: 1rem;
  color: #21adde;
  text-align: center;
  font-weight: bold;
  margin-top: -40px;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
}
.flex li p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 599px) {
  .flex h2 img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .flex li div.box2 {
    background: #fff;
    margin-bottom: 15px;
  }
}

/*移動*/
.trans {
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.trans:hover {
  transform: scale(1.1);
}
.hover-top {
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.hover-top:hover {
  margin-top: -40px;
}

/*マウスオーバーで文字表示*/
.sample3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.sample3 .caption {
  font-size: 130%;
  color: #fff;
  padding-top: 80px;
  padding-left: 0px;
}
.sample3 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sample3:hover .mask {
  opacity: 0.9;
}

/*スクロールアニメーション*/
#scroll {
  background-color: #fff;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 6;
}
#scroll:after {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px #000 solid;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    margin-top: 150px;
    height: 150px;
  }
}

/*地図*/
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
  display: block;
}

/*サイン*/
.sign {
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
}
/*投稿*/
a.entry-meta_items_term_button {
  padding: 0.2rem 1rem !important;
}

.media .postList_thumbnail {
  width: 280px;
}
.media .media-body .media-heading {
  font-weight: bold;
  color: #005db2;
}
.media a.media-body_excerpt {
  background: #f7fbfc;
  padding: 10px;
}

/*最終更新日を消す*/
.entry-meta_updated {
  display: none;
}

@media screen and (max-width: 599px) {
  .media .postList_thumbnail {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0;
    float: none;
  }
  .entry-meta_items {
    font-size: 12px;
    display: inline-block;
  }
  .entry-meta .entry-meta_items_term {
    float: none;
    display: inline-block;
    margin-top: 0.5em;
  }
  .entry-meta_updated {
    display: none;
  }

  /*新着情報*/
  .veu_postList {
    margin: 0;
    padding: 0 20px;
  }
}

/*注意の枠*/
.caution {
  border: 1px dashed #ddd;
  padding: 5%;
  font-size: 80%;
  display: block;
  clear: both;
}

/*相談の流れ*/
.flow {
  justify-content: space-between;
}
.flow ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-inline-start: 0;
  justify-content: space-evenly;
}
.flow li {
  width: 300px;
  margin: 0 0 3rem;
}
.flow li img {
  width: 100%;
  height: auto;
}
.flow li div.box {
  padding: 0 10px 5px;
}
.flow li div.box2 {
  padding: 15px;
}
.flow li div.tbox {
  min-height: 120px;
}
.flow li a {
  align-items: center;
  border-radius: 3px;
}
.flow li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.flow li h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #054996;
  text-align: center;
  font-weight: bold;
  margin-top: -30px;
  padding: 1rem;
}
.flow li p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

/*リフォーム実績*/
h2.reform {
  color: #21adde;
}
h2.reform {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #f7fbfc;
}
h2.reform:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #21adde;
}

table.reform {
  border: solid 1px #ddd;
}
table.reform th {
  background: #eee;
  font-weight: bold;
  text-align: center;
  width: 50%;
}

.gaiyou {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.naiyou {
  padding: 10px;
  border-radius: 5px;
  margin: 1%;
  width: calc(96% / 2);
  text-align: center;
  background: #ebeef3;
}
.naiyou:nth-child(2n) {
  background: #e8ecf8;
}
.naiyou h2 {
  border-bottom: 1px solid #ddd;
  margin: 1rem 0 0;
  padding: 0 0 10px;
  font-size: 1.2rem;
  color: #093793;
  font-weight: bold;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  min-height: 170px;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 5px;
}
.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.fukidashi p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .naiyou {
    width: 100%;
  }
}

/*業務内容*/
.biz {
  max-width: 900px;
  box-sizing: border-box;
  margin: 5px auto;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  min-height: 400px;
}
.biz h2 {
  font-weight: bolder;
}
.biz-text {
  width: 70%;
  padding: 15px;
}
.biz-pict {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .biz {
    max-width: 900px;
    box-sizing: border-box;
    margin: 5px auto;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    display: block;
  }
  .biz-text {
    width: 100%;
  }
  .biz-pict {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .home .siteHeader {
    position: fixed;
  }

  .flex ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-inline-start: 0;
    padding: 0 10px;
  }
  .flex li {
    display: contents;
    background: #f5f5f5;
    margin: 20px 10px;
    text-align: left;
    list-style: none;
  }
  a.scroll {
    bottom: 50px;
  }

  h2.ttl1 {
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }

  .Mbanner2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-inline-start: 0;
  }
  .Mbanner2 li {
    width: calc(100%); /*←画像を横に2つ並べる場合*/
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0;
  }
  .Mbanner2 img {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s;
  }
  .Mbanner2 img:hover {
    transform: scale(1.1, 1.1);
  }

  .Maintext2 {
    list-style: none;
    display: table;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-inline-start: 0;
  }
  .Maintext2 li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
  }
  .Maintext2 p {
    text-align: left;
  }
}

a.btn,
button.btn {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  color: #00a1e9;
  border-radius: 0;
  background: #003c84;
  border: 1px solid #00a1e9;
}
a.btn-flat span {
  position: relative;
  z-index: 1;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #00a1e9;
  color: #fff;
}
a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #00a1e9;
  color: #fff;
}
a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
  color: #fff;
}
a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
  color: #fff;
}

/*問合せフォーム*/
.form-table {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.form-table th {
  width: 20%;
  background: #f7fbfc;
}
.form-table th,
.form-table td {
  padding: 10px;
  font-weight: bold;
}

span.hissu {
  color: #fff;
  background-color: #ed508c;
  margin-right: 10px;
  padding: 5px;
}
span.nini {
  color: #000;
  background-color: #ddd;
  margin-right: 10px;
  padding: 5px;
}

.privacy {
  border: 1px solid #eee;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px;
}
.doui {
  background: #eee;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  display: table;
}
label {
  display: inline-block;
  margin-bottom: 0rem;
}
.doui span.wpcf7-list-item {
  display: inline-block;
  margin: 0em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 1em;
}

.wpcf7 input[type="submit"] {
  width: 80%;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #054996;
  transition: 0.3s;
  margin: 15px auto;
  display: block;
}
.wpcf7-submit:hover {
  background: #3bb2e4;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
}

@media screen and (max-width: 599px) {
  .form-table th,
  .form-table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
/*ラベル*/
ul.label {
  display: flex;
  margin: 10px 0;
  padding-inline-start: 0;
  list-style: none;
}
.industry,
.cat,
.flyer,
.panf {
  margin: 0 5px 0 0;
  border: 1px solid;
  padding: 0 10px;
  text-align: center;
  font-size: 0.8em;
}
.industry {
  color: #4fa7d1;
  border-color: #4fa7d1;
}
.cat {
  color: #b3a290;
  border-color: #b3a290;
}
.flyer {
  color: #f88c00;
  border-color: #f88c00;
}
.panf {
  color: #5ebaba;
  border-color: #5ebaba;
}

/*フェードアニメーション*/
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.btn01,
a.btn01,
button.btn01 {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-top: 1em;
}

a.btn-flat {
  overflow: hidden;
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #00b7ee;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*強み*/
.adbantagebg1 {
  background: #f7fbfc;
}
.adbantagebg2 {
  background: #e2ecee;
}

.adbantageBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
}
.adbantage-text {
}
.adbantageBox-pict {
  width: 30%;
  margin-left: 3%;
}
.adbantageBox-pict img {
  width: 100%;
  height: auto;
}
.adbantageBox:nth-child(even) {
  flex-direction: row-reverse;
}
.adbantageBox:nth-child(even) .adbantage-text {
  text-align: right;
}
.adbantageBox h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #21adde;
}
.adbantageBox p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .adbantageBox {
    flex-direction: column;
  }
  .adbantageBox:nth-child(even) {
    flex-direction: column;
  }
  .adbantage-text {
    text-align: left;
  }
  .adbantageBox:nth-child(even) .adbantage-text {
    text-align: left;
  }
  .adbantage-pict {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .adbantageBox:nth-child(even) .adbantage-pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .adbantage-pict img {
    width: 100%;
    height: auto;
  }
}

/*料金表*/
.fee-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-inline-start: 0;
}
.fee-list li {
  width: calc(50% - 13px);
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: 5px;
  border: 1px solid #f4f2ee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}

.fee-list div.img {
  width: 150px;
  height: 150px;
  display: table-cell;
}
.fee-list div.text {
}
.fee-list div.noimg {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 150px;
}
.fee-list div.text h3 {
  font-size: 1.2rem;
  color: #005db2;
  margin: 0 auto;
  font-weight: bold;
  min-width: 250px;
}
.fee-list div.text p {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  color: #333;
}
.fee-list div.text p span.label {
  background: #ddd;
  padding: 3px;
  margin-right: 5px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .fee-list li {
    width: 100%;
    display: block;
    height: auto;
  }
  .fee-list div.img {
    width: 100%;
    display: inline-table;
  }
  .fee-list div.text {
    display: block;
    vertical-align: middle;
    padding: 10px;
    height: auto;
  }
  .fee-list div.text h3 {
    text-align: center;
    width: 100%;
  }
  .fee-list div.text p {
    text-align: center;
  }
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media (max-width: 599px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*リフォーム実績*/
div.WORKS {
  background: url(/wp-content/uploads/2022/03/w-bg.png) no-repeat center/cover;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
div.WORKS &gt; .innner {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
.WORKS-Tit {
  width: 20%;
  display: flex;
  align-items: center;
}
.WORKS-Menu {
  width: 80%;
  padding: 10px;
}
.WORKS-Menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
.WORKS-Menu ul li {
  width: calc(94% / 3);
  margin: 1%;
}

@media (max-width: 768px) {
  div.WORKS &gt; .innner {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .WORKS-Tit {
    width: 100%;
  }
  .WORKS-Menu {
    width: 100%;
    padding: 0;
  }
  .WORKS-Menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
  }
  .WORKS-Menu ul li {
    width: calc(96% / 2);
    margin: 1%;
  }
}

#top__fullcarousel {
  padding-top: 64px;
}

@media screen and (max-width: 599px) {
  #top__fullcarousel {
    padding-top: 46px;
  }
}

.carousel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 675px;
}
@media (max-width: 768px) {
  .carousel {
    border-bottom: none;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 420px;
  }
}

.LINE-Bn {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 999;
}
.page-id-1689 .LINE-Bn {
  display: none;
}

#parent {
  position: relative;
}
#parent_button {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 120%;
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .LINE-Bn,
  #parent,
  #parent_button {
    display: none;
  }
}

.target {
  padding: 10px;
  line-height: 1.5;
  transition: padding-top 300ms, line-height 300ms;
  background: rgba(244, 244, 244, 0.8);
}
.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  background: none;
}
.text {
  color: white;
  transition: opacity 200ms;
}
.target.is-hidden .text {
  opacity: 0;
}

.recommend {
  background: #e4ebee;
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  text-align: center;
}
.recommend h2 {
  color: #003c84;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.recommend h2 span {
  color: #21adde;
  font-size: 1rem;
}
.recommend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.recommend ul li {
  width: calc(96% / 2);
  margin: 1%;
  padding: 0;
}
.recommend p {
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .recommend ul li {
    width: 94%;
    margin: 1% auto;
  }
  .recommend ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

/* 取り扱い商品一覧 */
.merchandise {
  padding: 50px 25px 80px;
  background-color: #e3ebed;
  position: relative;
}

.merchandise::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 35vh;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .merchandise::before {
    height: 40vh;
  }
}

.merchandise_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.u-desktop {
  display: inline;
}

@media screen and (max-width: 599px) {
  .u-desktop {
    display: none;
  }
}

.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
}

.tab &gt; label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 15px 1em;
  background-color: #fff;
  border: solid 1px #ccc;
  color: #000;
  font-size: 0.87rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .tab &gt; label {
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    padding: 10px;
    margin-bottom: 10px;
  }
}

.tab input {
  display: none;
}

.tab &gt; div {
  display: none;
  width: 100%;
}

.tab label:has(:checked) {
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
}

.tab label:has(:checked) + div {
  display: block;
}

.maker__items {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(3, 31%);
  gap: 20px 25px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .maker__items {
    grid-template-columns: repeat(1, 100%);
    gap: 10px;
  }
}

.maker__item {
  border: solid 1px #4ab2f8;
  position: relative;
  background-color: #fff;
}

.maker__logo {
  width: 4.2rem;
  height: 1.8rem;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #fff;
  padding: 3px 8px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.maker__image {
  width: 100%;
  margin: 0 auto;
}

.maker__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: 50% 50%;
}

.maker__name {
  margin: 0 0 10px;
  padding: 15px 20px 0;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.maker__price_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maker__price_label {
  background-color: #f6aa00;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 4.7rem;
  height: 4.7rem;
  display: table;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.06rem;
  border-radius: 80px;
  margin-right: 8px;
}

.maker__price_label_inner {
  display: table-cell;
  vertical-align: middle;
}

.maker__price_label--number {
  font-size: 1.9rem;
  line-height: 0.2rem;
}

.maker__price_label--percentage {
  font-size: 1.1rem;
}

.maker__price_label--off {
  display: block;
  font-size: 18px;
  line-height: 8px;
}

.maker__price {
  min-height: 25px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  color: #2c2c2c;
  margin-bottom: 6px;
}

.list_price {
  display: block;
  text-decoration: line-through;
}

.maker__cost {
  margin-top: 5px;
  color: #f67201;
  font-weight: 500;
  font-size: 2.1rem;
  font-family: "Oswald", sans-serif;
  line-height: 0.8;
  letter-spacing: 0.04em;
}

.maker__text {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.7;
  letter-spacing: 0.08rem;
  padding: 0 20px 25px;
}

.maker__button_top {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013c83;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  transition: 0.2s;
}

.maker__button_top:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.maker__button_top_arrow {
  position: relative;
  display: inline-block;
  width: 13.9px;
  height: 8.9px;
}

.maker__button_top_arrow::before,
.maker__button_top_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 2px;
  height: 11px;
  background-color: #ffffff;
  transform-origin: 50% 1px;
}

.maker__button_top_arrow::before {
  transform: rotate(45deg);
}

.maker__button_top_arrow::after {
  transform: rotate(-45deg);
}

.maker__price.open {
  text-align: center;
}

/* top_about */
.top_about {
  margin: 30px auto;
}

.top_about__inner {
  display: flex;
  align-items: center;
}

.top_about__text {
  margin-right: 20px;
}

.top_about__text p {
  line-height: 1.9;
}

@media screen and (max-width: 599px) {
  .top_about__inner {
    flex-direction: column-reverse;
  }

  .top_about__text {
    margin-right: 0;
    margin-top: 20px;
  }
}
</pre></body></html>