@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
}

@media screen\0  {
  body {
    display: block;
  }
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00afec;
  text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 1.8rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus {
  outline: 0;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
@media only screen and (min-width: 992px) {
  p, ol, ul, li, table, th, td, dl, dt, dd, address, figcaption {
    font-size: 2.8rem;
  }
}
/*フォント関連----------------------*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

/*汎用クラス*/
.font_sm {
  font-size: 1.4rem !important;
}

.font_m {
  font-size: 2rem !important;
}

.font_ml {
  font-size: 2.6rem !important;
}

.font_l {
  font-size: 5rem !important;
}

@media only screen and (min-width: 768px) {
  /*汎用クラス*/
  .font_sm {
    font-size: 1.6rem !important;
  }
  .font_m {
    font-size: 3rem !important;
  }
  .font_ml {
    font-size: 4rem !important;
  }
  .font_l {
    font-size: 8rem !important;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 2rem;
  }
  /*汎用クラス*/
  .font_sm {
    font-size: 2rem !important;
  }
  .font_m {
    font-size: 3rem !important;
  }
  .font_ml {
    font-size: 5rem !important;
  }
  .font_l {
    font-size: 10rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .font_m {
    font-size: 3.2rem !important;
  }
  .font_l {
    font-size: 12rem !important;
  }
}
/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.content_pt {
  padding-top: 30px !important;
}

.content_pb {
  padding-bottom: 30px !important;
}

.mt_m {
  margin-top: 60px;
}

.ul_disc {
  list-style-type: disc;
  margin-left: 40px;
}
.ul_disc li {
  margin-top: 10px;
}

.line_height_1_3 {
  line-height: 1.3;
}

.fw_900 {
  font-weight: 900 !important;
}

.border_white {
  border: 4px solid #fff !important;
}

.ul_list li a::before {
  content: ">";
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 15px;
  transition: all 0.3s;
}
.ul_list li a:hover::before {
  margin-right: 30px;
  transition: all 0.3s;
}

.link_text {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .two_column_box {
  display: flex;
  flex-direction: column; /* 縦積みに変更 */
}

.two_column_box .two_column_box_inner {
  max-width: 100%; /* 横幅制限を外す */
  width: 100%;
}

  /*横幅*/
  .max_width_700 {
    max-width: 700px;
  }
  .max_width_590 {
    max-width: 500px;
  }
}
/*IE用*/
@media all and (min-width: 728px) and (-ms-high-contrast: none) {
  .max_width_590 {
    max-width: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .content_pt {
    padding-top: 60px !important;
  }
  .content_pb {
    padding-bottom: 60px !important;
  }
}
/*IE用*/
@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .max_width_590 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .max_width_590 {
    max-width: 590px;
  }
}
/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout {
  margin-top: 20px;
}
.btn_layout a {
  display: block;
  width: 100%;
}
.btn_layout a {
  border: 4px solid #fff462;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  padding: 10px 5px;
  background: #edae00;
}
.btn_layout a {
  position: relative;
}
.btn_layout a::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  bottom: -40px;
  background: url(images/icon-btn-cursor.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 55px;
}

/*フォームボタン*/
.btn_layout button, .btn_layout input {
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50px;
  text-align: center;
  padding: 5px 15px;
  background: #edae00;
}
.btn_layout .return {
  font-size: 2.2rem;
  background: rgba(51, 51, 51, 0.6);
}

/*電話*/
.tel a {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  display: flex;
  align-items: center;
}
.tel a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(images/icon-tel.svg) no-repeat;
  background-size: contain;
}

/*電話ボタン*/
.tel_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
.tel_btn a::before {
  content: "";
  position: static;
  background: url(images/icon-free-tel.gif) no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
  display: inline-block;
  right: auto;
  left: 0;
  bottom: auto;
  vertical-align: text-bottom;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout a {
    min-width: 310px;
    max-width: 100%;
  }
  .btn_layout .return {
    min-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout {
    margin-top: 30px;
  }
  .btn_layout a {
    font-size: 3.3rem;
    min-width: 400px;
    transition: transform 0.4s linear;
    padding: 10px 60px;
  }
  .btn_layout a:hover {
    transform: scale(1.2);
  }
  .btn_layout a::after {
    right: -30px;
    width: 70px;
    height: 75px;
  }
  .btn_layout .return {
    padding: 10px;
    min-width: 300px;
  }
  /*フォームボタン*/
  .btn_layout button, .btn_layout input {
    padding: 5px 40px;
    transition: none;
  }
  .btn_layout button:hover, .btn_layout input:hover {
    background: #d5a318;
    transition: none;
    color: #fff;
  }
  .btn_layout .return {
    font-size: 1.6rem;
    padding: 10px 40px;
  }
  .btn_layout .return:hover {
    background: #333333;
  }
  /*電話*/
  .tel a {
    font-size: 3rem;
  }
  .tel a::before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  /*基本ボタン*/
  .btn_layout {
    margin-top: 40px;
  }
}
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_red {
  color: #cf5864 !important;
}

.text_sub_color {
  color: #fff462 !important;
}

/*背景色*/
.bg_main_color_base {
  background: #c9eaf4 !important;
}

.bg_contact {
  background: #FCE5D5 !important;
}

.bg_sub_color {
  background: #8fdbf9 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトル　Menu*/
.title_menu {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
  color: #00afec;
  letter-spacing: 1.2;
  -webkit-text-stroke: 1.3px #fff;
  text-stroke: 1.5px #fff;
}

/*タイトルレイアウト*/
.title_layout {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 15px;
  margin-top: 60px;
  margin-bottom: 0;
  background: #00afec;
  border-left: 10px solid #044b97;
  color: #fff;
}

/*タイトルレイアウト 中　レイアウト*/
.title_middle_layout {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15px;
  margin-top: 60px;
  margin-bottom: 0;
  background: #fff;
  color: #044b97;
  border: 1px solid #044b97;
  text-align: center;
}

/*タイトル　目立たせたいもの*/
.title_point {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}

.title_big_point {
  font-size: 8rem; /* 少し大きめに */
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-shadow:
    2px 2px 6px rgba(0,0,0,0.6),
    0 0 8px rgba(0,0,0,0.3); /* 影を二重にして立体感を出す */
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em; /* 間隔を少し広げて見やすく */
  line-height: 1.3; /* 詰まりを防ぐ */
}


/*タイトル　下線*/
.title_borderbottom_layout {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 5px;
  position: relative;
  display: inline-block;
  color: #333;
}
.title_borderbottom_layout::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: #333;
}

@media only screen and (min-width: 768px) {
  /*タイトル　下線*/
  }  .title_borderbottom_layout {
    font-size: 3rem;
  }

  /*タイトル　大きく目立たせたいもの*/
.title_big_point {
  font-size: 2.5rem; /* 少し大きめに */
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-shadow:
    2px 2px 6px rgba(0,0,0,0.6),
    0 0 8px rgba(0,0,0,0.3); /* 影を二重にして立体感を出す */
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em; /* 間隔を少し広げて見やすく */
  line-height: 1.3; /* 詰まりを防ぐ */
}

@media only screen and (min-width: 992px) {
  /*タイトル　Menu*/
  .title_menu {
    font-size: 5rem;
  }
  /*タイトルレイアウト*/
  .title_layout {
    font-size: 4rem;
  }
  /*タイトルレイアウト 中　レイアウト*/
  .title_middle_layout {
    font-size: 2.8rem;
  }
  /*タイトル　目立たせたいもの*/
  .title_point {
    font-size: 4rem;
  }
  /*タイトル　下線*/
  .title_borderbottom_layout {
    font-size: 4.4rem;
  }

  /*タイトル　大きく目立たせたいもの*/
.title_big_point {
  font-size: 8rem; /* 少し大きめに */
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-shadow:
    2px 2px 6px rgba(0,0,0,0.6),
    0 0 8px rgba(0,0,0,0.3); /* 影を二重にして立体感を出す */
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em; /* 間隔を少し広げて見やすく */
  line-height: 1.3; /* 詰まりを防ぐ */
}

}
/* ヘッダー関連 ------------------------*/
.page_header {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  z-index: 9999;
}

/*ロゴ*/
h1.logo {
  margin-bottom: 0;
  line-height: 0;
}

.logo img {
  width: 85px;
}

@media only screen and (min-width: 992px) {
  /*ロゴ*/
  .logo img {
    width: 125px;
  }
}
/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #fff462;
  border: 3px solid #333;
  border-radius: 50%;
  z-index: 80;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 20px;
}
.page_top::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  opacity: 0.8;
}

.page_footer {
  margin-top: auto;
  position: relative;
  background: #333;
  /*タイトルレイアウト*/
  /*電話*/
}
.page_footer::before {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top: 30px solid #c7e8fa;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.page_footer .title_layout {
  font-size: 3rem !important;
}
.page_footer .tel {
  display: flex;
}
.page_footer .tel a {
  color: #fff;
  font-size: 3.5rem;
}
.page_footer .tel a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/icon-footer-tel.svg) no-repeat;
  background-size: contain;
}

/*住所*/
address {
  font-size: 1.4rem;
}

/*コピーライト*/
.copyright {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .page_footer {
    /*電話*/
  }
  .page_footer .tel a {
    font-size: 4.6rem;
  }
  .page_footer .tel a::before {
    width: 40px;
    height: 40px;
  }
  /*住所、コピーライト*/
  address, .copyright {
    font-size: 1.6rem;
  }
  /*トップに戻る*/
  .page_top {
    width: 80px;
    height: 80px;
  }
  .page_top::before {
    width: 25px;
    height: 25px;
  }
  /*kyoeiロゴ*/
  .footer_logo {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .page_footer .btn_layout button {
    min-width: auto;
  }
  /*kyoeiロゴ*/
  .footer_logo {
    width: 400px;
  }
}
/* メイン設定 ---------------------------*/
/*Menuリスト*/
.ul_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_btn li {
  width: 48%;
  margin-top: 30px;
}
.ul_btn li a {
  width: 100%;
  display: block;
  background: #edae00;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
}
.ul_btn li a:hover {
  background: #d5a318;
}

/*背景白の文字枠*/
.text_white_box {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

/*視聴可能デバイス　img*/
.sp_img_size {
  width: 30%;
}
.sp_img_size img {
  width: 40px;
}

.pc_img_size {
  width: 30%;
}
.pc_img_size img {
  width: 100px;
}

.tv_img_size {
  width: 30%;
}
.tv_img_size img {
  width: 100px;
}

/*アイコン　＋*/
.icon_plus {
  position: relative;
}
.icon_plus::before {
  position: absolute;
  content: "+";
  font-size: 6.6rem;
  line-height: 0;
  font-weight: bold;
  color: #044b97;
  margin: auto;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

/*視聴率*/
.viewer_img img {
  width: 200px;
}

/*広告画面　画像*/
.movie_img {
  margin-left: 30px;
}

/*円　画像*/
.price_img img {
  width: 300px;
}

/*ブロックテキスト*/
.block_text {
  font-weight: 900;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.3em;
}

.black_block_text {
  background: #333;
  color: #fff;
  padding: 3px 10px;
}

.yellow_block_text {
  background: #fff462;
  padding: 5px 8px;
  border: 3px solid #fff;
  transform: rotate(-3deg);
}

/*青い背景＋指アイコン枠*/
.blue_box_good_icon {
  background: #00afec;
  padding: 30px 20px;
  position: relative;
}
.blue_box_good_icon::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  background: url(images/icon-good.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: -35px;
}
.blue_box_good_icon p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

/*price*/
.price_text {
  font-size: 3rem;
  display: inline;
  background: linear-gradient(transparent 60%, #fff462 60%);
}

/*白枠*/
.border_box_white {
  border: 4px solid #fff;
  padding: 60px 15px 15px 15px;
  margin-top: 60px;
}

/*背景　人アイコン*/
.bg_icon_human::before {
  position: absolute;
  content: "";
  background: url(images/human-left.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 75px;
  top: -35px;
  left: 30px;
}
.bg_icon_human::after {
  position: absolute;
  content: "";
  background: url(images/human-right.svg) no-repeat;
  background-size: contain;
  width: 85px;
  height: 80px;
  top: -35px;
  right: 20px;
}

/*キャッチコピー　だから安心！*/
.catchcopy_right {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
}
.catchcopy_right .catchcopy_right_inner_text {
  font-size: 2rem;
}

/*price*/
.price_box {
  max-width: 90%;
  margin: 0 auto;
}

#subpage {
  background: #c7e8fa;
}

/*mainimg header調整*/
.header_height_padding {
  padding-top: 50px;
}

/*お問い合わせ---------------------*/
/*フォーム*/
.form-control {
  font-size: 1.6rem;
  height: auto;
}

.formErrorContent {
  padding: 10px;
  color: #fff;
  background: red;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  /*main_visual*/
  .main_visual {
    margin-left: 30px;
  }
  /*視聴可能デバイス　img*/
  .pc_img_size,
  .tv_img_size {
    width: 40%;
  }
  /*アイコン　＋*/
  .icon_plus::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: -10%;
    align-items: center;
  }
  /*配信イメージ　画像*/
  .targeting_img img {
    width: 500px;
  }
  /*ブロックテキスト*/
  .block_text {
    font-size: 3.2rem;
    line-height: 1.4em;
  }
  .black_block_text {
    padding: 0 15px;
  }
  /*青い背景＋指アイコン枠*/
  .blue_box_good_icon::after {
    width: 70px;
    height: 90px;
    right: -7px;
    top: -45px;
  }
  .blue_box_good_icon p {
    font-size: 3.2rem;
  }
  /*白枠*/
  .border_box_white {
    padding: 30px;
    margin-top: 15px;
  }
  /*背景　人アイコン*/
  .bg_icon_human::before {
    width: 110px;
    height: 105px;
    top: 25px;
    left: 50px;
  }
  .bg_icon_human::after {
    width: 110px;
    height: 105px;
    top: 25px;
    right: 50px;
  }
  /*キャッチコピー　だから安心！*/
  .catchcopy_right {
    width: 120px;
    height: 120px;
    top: -50px;
    left: auto;
    right: 30px;
    margin: auto;
    font-size: 2rem;
    transform: rotate(-15deg);
  }
  .catchcopy_right .catchcopy_right_inner_text {
    font-size: 2.4rem;
  }
  /*キャッチコピー　だから安心！*/
  .catchcopy_right {
    top: -80px;
  }
  /*price*/
  .price_box {
    max-width: 700px;
  }
  .price_text {
    font-size: 5rem;
    letter-spacing: 5px;
  }
}
@media only screen and (min-width: 992px) {
  /*Menuリスト*/
  .ul_btn {
    justify-content: center;
  }
  .ul_btn li {
    width: 30%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ul_btn li a {
    border-radius: 40px;
    padding: 15px 20px;
    font-size: 2.2rem;
  }
  /*視聴可能デバイス　img*/
  .pc_img_size img {
    width: 120px;
  }
  /*アイコン　＋*/
  .icon_plus::before {
    font-size: 8rem;
  }
  /*配信イメージ　画像*/
  .targeting_img img {
    width: 800px;
  }
  /*広告画面　画像*/
  .movie_img {
    margin-left: 50px;
  }
  /*ブロックテキスト*/
  .block_text {
    font-size: 4rem;
    line-height: 1.6em;
  }
  /*青い背景＋指アイコン枠*/
  .blue_box_good_icon::after {
    width: 90px;
    height: 110px;
    right: -15px;
    top: -50px;
  }
  .blue_box_good_icon p {
    font-size: 4rem;
  }
  /*白枠*/
  .border_box_white {
    padding: 50px;
    margin-top: 25px;
  }
  /*背景　人アイコン　*/
  .bg_icon_human::before {
    width: 140px;
    height: 135px;
    top: 60px;
  }
  .bg_icon_human::after {
    width: 140px;
    height: 135px;
    top: 60px;
  }
  /*だから安心！*/
  .catchcopy_right {
    width: 170px;
    height: 170px;
    font-size: 3rem;
  }
  .catchcopy_right .catchcopy_right_inner_text {
    font-size: 3.4rem;
  }
  /*キャッチコピー　だから安心！*/
  .catchcopy_right {
    right: 25px;
  }
  /*price*/
  .price_text {
    font-size: 6.5rem;
  }
  /*mainimg header調整*/
  .header_height_padding {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  /*アイコン　＋*/
  .icon_plus::before {
    right: -8%;
  }
  /*背景　人アイコン　*/
  .bg_icon_human::before {
    width: 180px;
    height: 175px;
    left: 130px;
  }
  .bg_icon_human::after {
    width: 180px;
    height: 175px;
    top: 60px;
    right: 130px;
  }
  /*だから安心！だからおトク*/
  .catchcopy_right,
  .catchcopy_left {
    width: 190px;
    height: 190px;
    font-size: 3rem;
  }
  .catchcopy_right .catchcopy_right_inner_text,
  .catchcopy_right .catchcopy_left_inner_text,
  .catchcopy_left .catchcopy_right_inner_text,
  .catchcopy_left .catchcopy_left_inner_text {
    font-size: 3.8rem;
  }
  /*price*/
  .price_box {
    max-width: 800px;
  }
}

/* Q&A（#qa-section に限定） */
#qa-section .qa-item { border-bottom: 1px solid #ddd; padding: 12px 0; }

#qa-section .question {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 1.6em;
  line-height: 1.6;
}
#qa-section .question::after { content: "＋"; position: absolute; right: 0; top: 0; }
#qa-section .question.active::after { content: "－"; }

/* 初期は閉じる */
#qa-section .answer { display: none; font-size: 1.8rem; line-height: 1.7; padding: 8px 0 0 10px; color:#333; }
/* 開いている時は必ず表示（他CSSに打ち勝つ） */
#qa-section .answer.open { display: block !important; }

.image-container {
  display: flex;               /* 横並び */
  justify-content: center;     /* センター寄せ */
  gap: 20px;                   /* 画像の間隔 */
  flex-wrap: wrap;             /* 画面が狭いときは折り返し */
}

.image-container img {
  max-width: 500px;            /* 画像サイズを制限（必要なら調整） */
  height: auto;                /* アスペクト比を保持 */
}


/* ▼「＋」を 1つ目ボックスの“下中央＝2つの間”に固定（縦配置想定） */
.two_column_box .icon_plus {
  position: relative;
  padding-bottom: 40px; /* ＋分の逃げを作る（被り防止） */
}

.two_column_box .icon_plus::before {
  content: "+";
  position: absolute !important;
  left: 50% !important;
  bottom: -25px !important;
  top: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  font-size: 6.6rem;
  line-height: 0;
  font-weight: bold;
  color: #044b97;
  z-index: 2;             /* 背面に潜るのを防止 */
  pointer-events: none;   /* クリック邪魔しない */
}

/* two_column_box 内のボックスの間に確実に余白をつける */
.two_column_box .two_column_box_inner + .two_column_box_inner {
  margin-top: 60px !important; /* !important で既存の mt_m などを上書き */
}

.image-no-padding {
    padding: 0;
}

#SmartNews img[src*="smanew.png"] {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
}

/* アプリ(※)の(※)を小さく */
.title_point .small-mark {
  font-size: 0.6em !important; /* 強制的に小さく */
  vertical-align: super;        /* 上付き */
  line-height: 1;
  display: inline-block;        /* Safari対策 */
}


/* 出典の行 */
.note {
  font-size: 1rem;     /* 16px基準で12px相当（iOSの12px閾値もクリア） */
  text-align: right;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.4;
}

/* 出典内のリンクだけ大きくならないように */
.note a {
  font-size: inherit;     /* 親のサイズをそのまま継承 */
  color: inherit;
  text-decoration: underline;
}

/* iOS等の自動文字拡大を抑える */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ヘッダーお問い合わせボタンの装飾 */
.page_header .tel a.header-inquiry-btn {
    display: inline-block;
    background: #edae00; /* サイト共通のオレンジ黄色 */
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 1.4rem; /* ヘッダーに合わせて少し小さめに調整 */
    border: 2px solid #fff462;
    transition: all 0.3s;
    margin-left: 10px;
    line-height: 1;
}

/* ホバー時の挙動 */
.page_header .tel a.header-inquiry-btn:hover {
    background: #d5a318;
    transform: scale(1.05);
}

/* 元の電話アイコンを非表示にする */
.page_header .tel a.header-inquiry-btn::before {
    display: none !important;
}

/* PCサイズでの調整 */
@media only screen and (min-width: 992px) {
    .page_header .tel a.header-inquiry-btn {
        font-size: 1.8rem;
        padding: 10px 25px;
    }
}
