@charset "UTF-8";
/* 下層ページCSS

/* ================================================== */
/*下層共通 設定*/
/* ================================================== */
.breadcrumbs {
  font-size: 14px;
  margin-top: 60px;
}

.l_main {
  margin: 30px 0 0;
  overflow: hidden;
}
.l_main .l_h2 {
  color: #303967;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 35px;
  position: relative;
}

.lower_ttl {
  position: relative;
  background-repeat: no-repeat;
  height: 410px;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.lower_ttl_main {
  width: 390px;
  height: 190px;
  padding: 10px;
  background-color: #303967;
  position: absolute;
  bottom: -40px;
  left: 5%;
}
.lower_ttl_main .lower_h1 {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 0px 3px 6px #373737;
  position: relative;
}
.lower_ttl_main .lower_h1 .lower_ttl_sub {
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .l_main .l_h2 {
    font-size: 20px;
  }
  .lower_ttl {
    height: 280px;
  }
  .lower_ttl_main {
    width: 90%;
    height: 130px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lower_ttl_main .lower_h1 {
    font-size: 24px;
  }
  .lower_ttl_main .lower_h1 .lower_ttl_sub {
    font-size: 14px;
  }
}
/* ================================================== */
/*下層ヘッダー*/
/* ================================================== */
.lower_ttl {
  background-image: url(../image/common/ttl_bg.jpg);
}
.lower_ttl.company {
  background-image: url(../image/company/ttl_bg.jpg);
}
.lower_ttl.sports {
  background-image: url(../image/sports/ttl_bg.jpg);
}
.lower_ttl.contact {
  background-image: url(../image/contact/ttl_bg.jpg);
}
.lower_ttl.golfcart {
  background-image: url(../image/golfcart/golf_ttl_bg.jpg);
}

/* ================================================== */
/*会社案内*/
/* ================================================== */
.greeting {
  margin-top: 90px;
}
.greeting .gre_item {
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 5%;
  -webkit-box-shadow: 20px 20px 0 #303967;
  box-shadow: 20px 20px 0 #303967;
  border: 1px solid #303967;
}
.greeting .gre_item h2 {
  color: #303967;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.greeting .gre_item .gre_txt {
  color: #303967;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
}
.greeting .gre_item .president {
  color: #303967;
  font-weight: bold;
  font-size: 24px;
  margin-top: 35px;
}
.greeting .gre_item .president span {
  display: block;
  font-size: 16px;
}

.com_profile {
  margin-top: 30px;
}
.com_profile p {
  color: #303967;
  line-height: 2;
}

.history {
  margin-top: 90px;
  background: url(../image/company/history_bg.jpg) no-repeat;
  background-color: #f7f7f7;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center top;
}
.history h2.l_h2 {
  color: #fff;
}
.history .his_txt {
  color: #fff;
  margin-bottom: 30px;
}
.history .his_content {
  background: #fff;
  padding: 10% 5%;
}
.history .his_content .his_row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history .his_content .his_row dt {
  width: 25%;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.history .his_content .his_row dd {
  width: 75%;
  padding: 20px 0;
  line-height: 2.2;
  border-bottom: 1px dashed #e5e5e5;
}
.history .his_content .his_row iframe {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .greeting {
    margin-top: 60px;
  }
  .greeting .gre_item {
    width: 94%;
    padding: 10% 5%;
  }
  .greeting .gre_item h2 {
    font-size: 20px;
  }
  .greeting .gre_item .gre_txt {
    font-size: 16px;
  }
  .greeting .gre_item .president {
    font-size: 18px;
  }
  .greeting .gre_item .president span {
    font-size: 14px;
  }
  .com_profile p {
    line-height: 1.6;
  }
  .history {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .history .his_content .his_row dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
  .history .his_content .his_row dd {
    width: 100%;
    padding: 10px 0 20px;
    line-height: 2;
  }
}
/* ================================================== */
/*スポーツ事業部*/
/* ================================================== */
.spo_item .spo_info {
  margin: 0 auto 50px;
  color: #303967;
  flex-flow: row-reverse;
}
.spo_item .spo_column2 {
  width: 50%;
}
.spo_item .spo_txt {
  background: #fff;
  box-shadow: 0px 5px 50px 0px rgba(33, 33, 33, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 40px -50px 60px 50px;
  padding: 40px;
  z-index: 1;
}
.spo_item .spo_img_bg {
  background-image: url("../image/sports/sports_img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spo_item .spo_banner {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.spo_item .spo_banner ol {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spo_item .spo_banner ol li {
  width: 31%;
  max-width: 100%;
  margin: 20px 0;
  padding: 30px;
  background: #fff;
  position: relative;
}
.spo_item .spo_banner ol li a {
  display: block;
}
.spo_item .spo_banner ol li:hover {
  background: #ddd;
  transition: 1s;
}
.spo_item .spo_banner ol li figure {
  margin-bottom: 30px;
  text-align: center;
}
.spo_item .spo_banner ol li .spo_txt2 {
  line-height: 1.6;
  color: #333;
}
.spo_item .spo_banner ol li .spo_txt2 span {
  color: blue;
  margin-top: 15px;
}
.spo_item .spo_banner ol li:first-of-type {
  background-image: url("../image/sports/sports_img02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px;
}
.spo_item .spo_banner ol li:first-of-type h3 {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}

/*sports_slider setting*/
.sports_slider {
  margin: 50px auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}
.sports_slider li {
  margin: 0 10px;
}
.sports_slider li img {
  height: auto;
  width: 100%;
}

.slick-initialized {
  opacity: 1;
}

@media (max-width: 768px) {
  .spo_item .spo_info {
    display: block;
  }
  .spo_item .spo_column2 {
    width: 100%;
  }
  .spo_item .spo_txt {
    margin: 0;
  }
  .spo_item .spo_img_bg {
    height: 200px;
  }
  .spo_item .spo_banner ol {
    display: block;
  }
  .spo_item .spo_banner ol li {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* ================================================== */
/*プライバシーポリシー*/
/* ================================================== */
.privacy_policy h2 {
  font-size: 30px;
  color: #303967;
  border-bottom: 2px solid #303967;
}
.privacy_policy p {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .privacy_policy h2 {
    font-size: 20px;
  }
}
/* ================================================== */
/*contact*/
/* ================================================== */
.contact {
  padding-bottom: 30px;
}
.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #303967;
}
.contact dl:first-of-type {
  margin-top: 30px;
}
.contact dl dt {
  width: 30%;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}
.contact dl dt.required::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  background: red;
  padding: 2%;
  border-radius: 5px;
}
.contact dl dd {
  width: 70%;
  padding: 20px 0;
}
.contact dl:last-of-type {
  margin-bottom: 30px;
}
.contact dl dd p {
  margin-bottom: 0;
}
.contact dl dt p {
  margin-bottom: 0;
  display: inline-block;
}
.contact dl dd .wpcf7-list-item {
  display: block;
  margin: 0 0 1rem;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url] {
  font-size: 16px;
  width: 100%;
}

select,
textarea {
  font-size: 16px;
  width: 100%;
}

button,
.ast-button {
  font-size: 15px;
  width: 280px;
}

input#submit, input[type=button], input[type=submit], input[type=reset] {
  font-size: 15px;
  width: 280px;
}

.contact input[type=submit] {
  background-color: #b71515;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.contact input[type=submit]:hover {
  background-color: #730b0b;
}

@media (max-width: 768px) {
  .contact dl {
    display: block;
  }
  .contact dl dt {
    width: 100%;
    padding: 20px 0 0;
  }
  .contact dl dd {
    width: 100%;
  }
}
/* ================================================== */
/*リクルート*/
/* ================================================== */
.recruit_content {
  margin-bottom: 50px;
}

.recruit_item {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed;
}
.recruit_item p {
  margin-top: 20px;
}
.recruit_item table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.recruit_item table td {
  border: 1px solid #ddd;
  padding: 1%;
}
.recruit_item table td:first-of-type {
  background: #ddd;
  vertical-align: middle;
  position: relative;
}
.recruit_item table td:first-of-type:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ddd;
  border-width: 10px;
  margin-top: -10px;
}

.recruit_img_wrap {
  text-align: center;
}

/* ================================================== */
/*商品ページ*/
/* ================================================== */
/* アーカイブ */
.product_message {
  padding: 20px;
  margin-bottom: 30px;
  border: 2px solid red;
  color: red;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
  font-weight: lighter;
}

/* シングルページ */
.product_content .product_pdf li {
  padding: 10px;
}

/* ================================================== */
/*支払いページ*/
/* ================================================== */
.woocommerce-page.woocommerce-checkout #customer_details h3,
.woocommerce.woocommerce-checkout #customer_details h3 {
  font-size: 16px;
}

.place-order .privacy_policy h2 {
  font-size: 16px;
}
.place-order .privacy_policy p {
  margin-bottom: 20px;
  font-size: 14px;
}

.woocommerce form #customer_details .form-row label {
  font-size: 14px;
}
.woocommerce form #customer_details .form-row .required {
  font-size: 20px;
}
.woocommerce .widget_shopping_cart a.button {
  padding: 15px 10px;
}
.woocommerce .widget_shopping_cart a.button.wc-forward {
  background: #3b9626;
}
.woocommerce .widget_shopping_cart a.button.checkout.wc-forward {
  background: #d02020;
}

/* ADD20220601 */
a.link-pdf {
  display: inline-block;
  margin: 10px 0;
}
a.link-pdf:hover {
  /* opacity: 0.8; */
  transform: translateY(5px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab.active {
  border-top: 3px solid #183178;
}

/* ================================================== */
/* Prevent ゴルフカート用  */
/* ================================================== */
.golfcart_content {
  /* ベース設定 */
  color: #333;
  line-height: 1.8;
  font-family: inherit;
  /* 共通：画像 */
  /* 共通：スマホ非表示 */
  /* 共通：文字色・装飾クラス */
  /* 共通：セクション見出し */
  /* --- 1. ヒーローエリア --- */
  /* --- 2. 導入リード文 --- */
  /* --- 3. 動画 --- */
  /* --- 4. 課題解決 --- */
  /* --- 5. 製品の特長 --- */
  /* --- 6. 導入メリット --- */
  /* --- 7. 導入フロー --- */
  /* --- 8. CTAエリア --- */
}
.golfcart_content p {
  margin-bottom: 0;
}
.golfcart_content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .golfcart_content .sp_hide {
    display: none;
  }
}
.golfcart_content .prevent_marker_yellow {
  background: linear-gradient(transparent 55%, #faff77 55%);
  padding-bottom: 2px;
}
.golfcart_content .prevent_marker_yellow_block {
  background: linear-gradient(transparent 55%, #faff77 55%);
  padding-bottom: 2px;
}
.golfcart_content .prevent_text_red {
  color: #a9262c;
}
.golfcart_content .prevent_text_red_big {
  color: #d00;
  font-size: 1.4em;
}
.golfcart_content .prevent_text_navy {
  color: #303967;
}
.golfcart_content .text_blue {
  color: #5b8bd0;
}
.golfcart_content .section_title {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 50px;
  color: #303967;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .golfcart_content .section_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.golfcart_content .prevent_hero_image_wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_hero_image_wrapper {
    margin-bottom: 40px;
  }
}
.golfcart_content .prevent_intro {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
.golfcart_content .prevent_intro h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 0.15em;
}
.golfcart_content .prevent_intro .sub_title {
  font-size: 22px;
  font-weight: bold;
  color: #303967;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.golfcart_content .prevent_intro .intro_text {
  font-size: 18px;
  line-height: 2.2;
  font-weight: normal;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_intro h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .golfcart_content .prevent_intro .sub_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .golfcart_content .prevent_intro .intro_text {
    font-size: 16px;
    text-align: left;
  }
}
.golfcart_content .prevent_video_section {
  margin-bottom: 80px;
}
.golfcart_content .prevent_video_section .video_wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.golfcart_content .prevent_video_section .video_wrapper .prevent_video_placeholder {
  background: #000;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.golfcart_content .prevent_problem {
  background-color: #8fa8cf;
  padding: 60px 20px;
  margin-bottom: 80px;
}
.golfcart_content .prevent_problem .blue_header_title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.golfcart_content .prevent_problem .blue_header_title .problem_sub_ttl {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.golfcart_content .prevent_problem .blue_header_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_problem .blue_header_title {
    margin-bottom: 30px;
  }
  .golfcart_content .prevent_problem .blue_header_title .problem_sub_ttl {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .golfcart_content .prevent_problem .blue_header_title h2 {
    font-size: 24px;
  }
}
.golfcart_content .prevent_problem .problem_grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.golfcart_content .prevent_problem .problem_grid .problem_item {
  background: #fff;
  width: 30%;
  min-width: 280px;
  padding: 30px 15px;
  text-align: center;
  border: 2px solid #303967;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_problem .problem_grid .problem_item {
    width: 100%;
    padding: 20px 15px;
  }
}
.golfcart_content .prevent_problem .problem_grid .problem_item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding: 0;
  border-radius: 0;
  background: none;
  width: 100%;
  display: block;
  min-height: 2em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_problem .problem_grid .problem_item h3 {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 10px;
  }
}
.golfcart_content .prevent_problem .problem_grid .problem_item h3 span {
  display: inline;
  background: linear-gradient(transparent 60%, #faff77 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.golfcart_content .prevent_problem .problem_grid .problem_item .icon_area {
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.golfcart_content .prevent_problem .problem_grid .problem_item .icon_area img {
  width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_problem .problem_grid .problem_item .icon_area {
    min-height: auto;
    margin-bottom: 10px;
  }
  .golfcart_content .prevent_problem .problem_grid .problem_item .icon_area img {
    width: 60px;
  }
}
.golfcart_content .prevent_problem .problem_grid .problem_item p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  width: 100%;
  margin: 0;
}
.golfcart_content .prevent_features {
  margin-bottom: 80px;
}
.golfcart_content .prevent_features .text_accent {
  color: #708eba;
  font-weight: bold;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_features .section_title {
    margin-bottom: 15px;
  }
}
.golfcart_content .prevent_features .feature_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 60px;
}
.golfcart_content .prevent_features .feature_row.reverse {
  flex-direction: row-reverse;
}
.golfcart_content .prevent_features .feature_row .text_col {
  width: 41%;
}
.golfcart_content .prevent_features .feature_row .text_col .feature_num {
  font-size: 7em;
  font-weight: bold;
  color: #eef2f7;
  line-height: 1;
  margin-bottom: -0.5em;
  position: relative;
  z-index: -1;
}
.golfcart_content .prevent_features .feature_row .text_col h3 {
  font-size: 30px;
  font-weight: bold;
  color: #303967;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.golfcart_content .prevent_features .feature_row .img_col {
  width: 52%;
}
.golfcart_content .prevent_features .feature_row .img_col img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .golfcart_content .prevent_features .feature_row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .golfcart_content .prevent_features .feature_row.reverse {
    flex-direction: column;
  }
  .golfcart_content .prevent_features .feature_row .text_col,
  .golfcart_content .prevent_features .feature_row .img_col {
    width: 100%;
  }
  .golfcart_content .prevent_features .feature_row .text_col {
    margin-top: 0;
  }
  .golfcart_content .prevent_features .feature_row .text_col .feature_num {
    font-size: 4em;
    margin-bottom: -0.5em;
  }
  .golfcart_content .prevent_features .feature_row .text_col h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.golfcart_content .prevent_roi {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi {
    margin-bottom: 50px;
  }
}
.golfcart_content .prevent_roi .roi_container {
  border: 2px solid #8fa8cf;
  /* 価格ボックス */
  /* リード文 */
  /* シミュレーションボックス */
}
.golfcart_content .prevent_roi .roi_container .roi_title {
  background: #8fa8cf;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  padding: 25px;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .roi_title {
    font-size: 20px;
    padding: 15px;
  }
}
.golfcart_content .prevent_roi .roi_container .roi_white_area {
  background: #fff;
  padding: 40px 65px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .roi_white_area {
    padding: 20px 10px;
  }
}
.golfcart_content .prevent_roi .roi_container .roi_gray_area {
  background: #f0f0f0;
  padding: 40px 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .roi_gray_area {
    padding: 30px 15px;
  }
}
.golfcart_content .prevent_roi .roi_container .price_box {
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .price_box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.golfcart_content .prevent_roi .roi_container .price_box h3 {
  background: none;
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .price_box h3 {
    font-size: 16px;
  }
}
.golfcart_content .prevent_roi .roi_container .price_box .price {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .price_box .price {
    font-size: 28px;
  }
}
.golfcart_content .prevent_roi .roi_container .price_box .price span {
  font-size: 16px;
  font-weight: normal;
}
.golfcart_content .prevent_roi .roi_container .price_box .price .tax {
  font-size: 12px;
}
.golfcart_content .prevent_roi .roi_container .price_box .price_note {
  font-size: 14px;
  background: #eee;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .price_box .price_note {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.golfcart_content .prevent_roi .roi_container .price_box .note_small {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .price_box .note_small {
    font-size: 10px;
    text-align: left;
  }
}
.golfcart_content .prevent_roi .roi_container .roi_lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #303967;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .roi_lead {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box {
    padding: 30px 15px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .sim_title {
  font-size: 20px;
  color: #303967;
  font-weight: bold;
  margin-bottom: 30px;
  border: none;
  padding: 0;
  background: none;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .sim_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .sim_diagram {
  margin-bottom: 20px;
  text-align: center;
}
.golfcart_content .prevent_roi .roi_container .simulation_box .sim_diagram img {
  max-width: 100%;
  height: auto;
}
.golfcart_content .prevent_roi .roi_container .simulation_box .loss_text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .loss_text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .loss_text .loss_red {
  color: #d00;
}
.golfcart_content .prevent_roi .roi_container .simulation_box .loss_text .loss_red .num_big {
  font-size: 36px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .loss_text .loss_red .num_big {
    font-size: 24px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .profit_box {
  background: #fffbea;
  border: 1px solid #e0d080;
  padding: 25px 50px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .profit_box {
    padding: 20px 15px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .profit_head {
  color: #303967;
  font-weight: bold;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .profit_head {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .profit_val {
    font-size: 14px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .profit_val .text_red {
  color: #d00;
  font-size: 24px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .profit_val .text_red {
    font-size: 18px;
  }
}
.golfcart_content .prevent_roi .roi_container .simulation_box .profit_box .note {
  font-size: 12px;
  margin-top: 5px;
}
.golfcart_content .prevent_roi .roi_container .simulation_box .footer_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_roi .roi_container .simulation_box .footer_text {
    margin-left: 0;
    font-size: 13px;
  }
}
.golfcart_content .prevent_flow {
  margin-bottom: 80px;
  background-color: #f5f5f5;
  padding: 60px 0;
  /* フッター画像 */
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.golfcart_content .prevent_flow .flow_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.golfcart_content .prevent_flow .flow_item {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  position: relative;
  /* 左側のSTEPボックス */
  /* 右側の説明エリア */
}
.golfcart_content .prevent_flow .flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 80px;
  bottom: -40px;
  width: 4px;
  background-color: #333;
  z-index: 1;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow .flow_item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    bottom: auto;
    height: 30px;
    width: 2px;
  }
}
.golfcart_content .prevent_flow .flow_item .step_label_box {
  width: 100px;
  height: 100px;
  background-color: #8fa8cf;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.golfcart_content .prevent_flow .flow_item .step_label_box .step_text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.golfcart_content .prevent_flow .flow_item .step_label_box .step_num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.golfcart_content .prevent_flow .flow_item .step_label_box.red {
  background-color: #a9262c;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow .flow_item .step_label_box {
    width: 100%;
    height: 40px;
    margin-right: 0;
    margin-bottom: 0;
    flex-direction: row;
    gap: 10px;
  }
  .golfcart_content .prevent_flow .flow_item .step_label_box .step_text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .golfcart_content .prevent_flow .flow_item .step_label_box .step_num {
    font-size: 20px;
  }
}
.golfcart_content .prevent_flow .flow_item .step_content {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.golfcart_content .prevent_flow .flow_item .step_content h3 {
  color: #303967;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  border: none;
}
.golfcart_content .prevent_flow .flow_item .step_content p {
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow .flow_item .step_content {
    padding: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow .flow_item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.golfcart_content .prevent_flow .flow_footer_img {
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}
.golfcart_content .prevent_flow .flow_footer_img img {
  max-width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .golfcart_content .prevent_flow .flow_footer_img {
    margin-top: 30px;
  }
}
.golfcart_content .prevent_cta {
  text-align: center;
  margin-bottom: 100px;
  /* --- ボタン共通設定 --- */
  /* 資料ダウンロードボタン（白） */
  /* お問い合わせボタン（オレンジ） */
  /* 電話番号エリア */
}
.golfcart_content .prevent_cta .cta_title {
  color: #303967;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_cta .cta_text {
    font-size: 14px;
    text-align: left;
  }
}
.golfcart_content .prevent_cta .cta_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_cta .cta_btn_wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.golfcart_content .prevent_cta .cta_btn_base, .golfcart_content .prevent_cta .cta_btn, .golfcart_content .prevent_cta .pdf_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
}
.golfcart_content .prevent_cta .pdf_btn {
  background: #fff;
  color: #303967;
  border: 2px solid #303967;
  font-size: 1.2em;
  width: auto;
  padding: 18px 40px;
}
.golfcart_content .prevent_cta .pdf_btn .icon {
  margin-right: 8px;
  font-size: 1.2em;
}
.golfcart_content .prevent_cta .pdf_btn:hover {
  background: #f0f8ff;
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .golfcart_content .prevent_cta .pdf_btn {
    width: 100%;
    max-width: 320px;
    font-size: 1.1em;
    padding: 15px 20px;
    min-height: 56px;
  }
}
.golfcart_content .prevent_cta .cta_btn {
  background: linear-gradient(to bottom, #faa639, #f58410);
  color: #fff;
  box-shadow: 0 4px 0 #b86114;
  border: 1px solid #e67e22;
  font-size: 1.4em;
  width: auto;
  padding: 20px 60px;
}
.golfcart_content .prevent_cta .cta_btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b86114;
  opacity: 1;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_cta .cta_btn {
    width: 100%;
    max-width: 320px;
    font-size: 1.2em;
    padding: 15px 20px;
    min-height: 56px;
  }
}
.golfcart_content .prevent_cta .prevent_tel_area {
  margin-top: 30px;
}
.golfcart_content .prevent_cta .prevent_tel_area .tel_number {
  font-weight: bold;
  font-size: 1.3em;
  color: #333;
  margin-bottom: 5px;
}
.golfcart_content .prevent_cta .prevent_tel_area .tel_number .tel_label {
  font-size: 0.7em;
  background: #666;
  color: #fff;
  padding: 5px 8px;
  vertical-align: middle;
  margin-right: 10px;
}
.golfcart_content .prevent_cta .prevent_tel_area .tel_number a {
  text-decoration: none;
  color: #333;
  pointer-events: none;
}
@media (max-width: 768px) {
  .golfcart_content .prevent_cta .prevent_tel_area .tel_number a {
    pointer-events: auto;
  }
}
.golfcart_content .prevent_cta .prevent_tel_area .tel_time {
  font-size: 0.85em;
  color: #666;
}