@charset "UTF-8";
/* =========================================================
reset
========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: initial;
}

/* =========================================================
base
========================================================= */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3",
    HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* =========================================================
button
========================================================= */
/* =========================================================
form
========================================================= */
.btn_submit,
.header_box .headerFrombtn,
.mainvisualFormitem_btn,
.contactform .contactformBtn .btn_submit-contactform {
  cursor: pointer;
  padding: 12px 4px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px #808080;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s;
  background: #43c606;
}
.btn_submit:hover,
.header_box .headerFrombtn:hover,
.mainvisualFormitem_btn:hover,
.contactform .contactformBtn .btn_submit-contactform:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.btn_submit-typeB,
.typeB .headerFrombtn,
.typeB .mainvisualCv .mainvisualFormitem_btn,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
.ctaContent_line {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background: #ff4500;
  box-shadow: 3px 3px 0 0 #9a4000;
}
.btn_submit-typeB:hover,
.typeB .headerFrombtn:hover,
.typeB .mainvisualCv .mainvisualFormitem_btn:hover,
.typeB .cta-fixed .ctaWrap-fixed,
.ctaContenttel_link:hover,
.ctaContent_line:hover,
.ctaContent_form:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: all 0.3s;
}

.btn_tel-typeB {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background: #00b241;
  box-shadow: 3px 3px 0 0 #007b2d;
}
.btn_tel-typeB:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: all 0.3s;
}

.sectionHeading {
  margin-bottom: 32px;
  padding: 16px 0;
  background: #3a91c5;
  color: #fff;
}
.sectionHeading_content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 40px;
}
@media screen and (max-width: 999px) {
  .sectionHeading_content {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .sectionHeading_content {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .sectionHeading_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionHeading_content {
    font-size: 20px;
  }
}
.sectionHeading_icon {
  margin-right: 16px;
}

.sectionHeading-typeB {
  display: none;
}

.contentHeading,
.troubleSection .troubleWrap .troubleContent .troubleHeading {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background: #f1f1f1;
  font-size: 24px;
  color: #003f8e;
}
@media screen and (max-width: 599px) {
  .contentHeading,
  .troubleSection .troubleWrap .troubleContent .troubleHeading {
    font-size: 18px;
  }
}

.descriptionSection .contentHeading,
.supportSection .contentHeading,
.resonSection .contentHeading,
.descriptionSection
  .troubleSection
  .troubleWrap
  .troubleContent
  .troubleHeading,
.troubleSection
  .troubleWrap
  .troubleContent
  .descriptionSection
  .troubleHeading,
.supportSection .troubleSection .troubleWrap .troubleContent .troubleHeading,
.troubleSection .troubleWrap .troubleContent .supportSection .troubleHeading,
.resonSection .troubleSection .troubleWrap .troubleContent .troubleHeading,
.troubleSection .troubleWrap .troubleContent .resonSection .troubleHeading,
.descriptionSection-sm .contentHeading,
.descriptionSection-sm
  .troubleSection
  .troubleWrap
  .troubleContent
  .troubleHeading,
.troubleSection
  .troubleWrap
  .troubleContent
  .descriptionSection-sm
  .troubleHeading {
  margin-bottom: 24px;
}

.subHeading {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  padding-left: 8px;
  border-left: 4px solid #003f8e;
  color: #003f8e;
}
.subHeading span {
  font-size: initial;
  color: initial;
}

/* =========================================================
typeB
========================================================= */
.typeB .sectionHeading {
  display: none;
}

.typeB .sectionHeading-typeB {
  position: relative;
  display: block;
  background: #3a91c5;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
  padding: 24px 0;
}
.typeB .sectionHeading-typeB .sectionHeading_content {
  display: block;
}
.typeB .sectionHeading-typeB:before {
  content: "";
  position: absolute;
  bottom: -56px;
  left: calc(50% - 29px);
  border-top: 29px solid #3a91c5;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 29px solid transparent;
}

.typeB .contentHeading,
.typeB .troubleSection .troubleWrap .troubleContent .troubleHeading,
.troubleSection .troubleWrap .troubleContent .typeB .troubleHeading {
  color: #3a91c5;
  background: transparent;
}
.typeB .contentHeading_sub {
  display: block;
}
@media screen and (max-width: 768px) {
  .typeB .contentHeading_sub {
    font-size: 16px;
  }
}
.typeB .contentHeading_main {
  display: inline-block;
  position: relative;
  font-size: 32px;
  z-index: 0;
}
.typeB .contentHeading_main:before {
  content: "";
  position: absolute;
  bottom: 0;
  list-style-position: outside;
  background: #f2dc32;
  width: 100%;
  height: 16px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .typeB .contentHeading_main {
    font-size: 20px;
  }
  .typeB .contentHeading_main:before {
    height: 10px;
  }
}

.typeB .subHeading {
  border-left: 4px solid #3a91c5;
  color: #3a91c5;
}

/* popup */

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popupOpen {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popupOverlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popupOverlay {
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); /* 50%透過の黒 */
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popupWindow {
  color: #333333;
  width: 90vw;
  max-width: 600px;
  height: 640px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column; /* 子要素を縦並び */
  justify-content: space-around; /* 子要素間の空白を等しくする */
  align-items: center; /* 水平方向の中央揃え */
}

@media (max-height: 700px) {
  .popupWindow {
      height: 600px;
  }
}

.popupWindow h3{
  font-size: 32px;
  margin-top: 25px;
}

.popupWindow .accent{
  color: #0050AA;
  font-size: 40px;
  background: linear-gradient(transparent 72%, yellow 30%);
  display: inline-block;
}

.popupClose{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
}

.round_btn {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #808080; /* ボタンの背景色 */
  cursor: pointer;
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #fff; /* バツ印の色 */
}
 
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#popup:checked + .popupWindow {
  display: none;
}

.popupText {
margin: 0 auto; /* 上下の余白を自動調整 */
text-align: center;
width: 100%;
flex: 1; /* 高さの比率を設定 */
}

.btnArea {
position: relative;
margin: 0 auto;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end; 
flex: 3;
background-color: #E0EFFF;
border-radius: 0 0 6px 6px;
padding-right: 20px;
overflow: hidden; /* はみ出した部分を隠す */
}

.btnArea img {
width: 280px;
margin: 0;
position: absolute;
bottom: 0;
left: -44px;
clip-path: inset(0 0 0 0 round 0 0 6px 6px);
}
.btnBlock{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直方向の中央揃え */
  align-items: center; /* 水平方向の中央揃え */
  height: 100%; /* 必要に応じて親要素の高さを指定 */
}

.tooltip {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}

.tooltip::before, .tooltip::after{
  content: '';
  width: 1px;
  height: 44px;
  background-color: #0050AA;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.tooltip::before {
  left: -22px;
  transform: rotate(-32deg);
}

.tooltip::after {
  right: -22px;
  transform: rotate(32deg);
}

.tooltip .accent{
  color: #0050AA;
  font-size: 1.4rem;
  background: none;
}

.button{
  width: 300px;
}

.button a {
  background: #3A91C5;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 12px 0px;
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  border-bottom: solid 5px #1586C9;
  transition: 0.3s ease-in-out;
  margin-bottom: 16px;
}

.button a:after {
content: "";
position: absolute;
top: 50%;               /* 縦の中央に配置 */
right: 15px;            /* ボタン右端に配置 */
width: 14px;            /* 画像の幅 */
height: 14px;           /* 画像の高さ */
background-image: url('external-link-icon.png'); /* アイコン画像の指定 */
background-size: contain; /* 画像をボックスに収める */
background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
transform: translateY(-50%); /* 縦方向の中央揃え */
transition: right 0.3s;  /* ホバー時のアニメーション */
}
.button a:hover:after {
right: 1.4rem;
}
.button a:hover {
background: #3A91C5;
color: #FFF;
border-bottom-color: #3A91C5; /* 色を変えるだけにする */
transform: translateY(2px); /* 変化量を少し少なくする */
}
.button a:hover:before {
  color: #fff;
}

.popupText img{
display: none;
}

/* スマホ向けのレスポンシブデザイン */
@media (max-width: 768px) {
/* ポップアップウィンドウのサイズ調整 */
.popupWindow {
  width: 300px;
  height: 480px;
  padding: 0;
}

/* タイトルのフォントサイズ縮小 */
.popupWindow h3 {
    font-size: 2.4rem; /* モバイル用に小さめ */
}

.popupText {
  display: flex; /* 横並びにする */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  width: 100%; /* 親要素の幅をそのまま使う */
  flex: 1; /* 高さの比率を設定 */
  margin: 0 auto; /* 上下の余白を自動調整 */
  padding: 15px 10px 0;
  max-height: 130px; /* 必要に応じて調整 */
  overflow: hidden;
}

.popupText img {
  display: block;
  width: 90px; /* 画像の幅を調整 */
  height: auto; /* 画像の高さは自動調整 */
  margin-right: 11px; /* 画像右側の余白 */
  margin-left: 0; /* 画像左側の余白 */
}

.popupText h3 {
  font-size: 18px; /* モバイル用に小さめ */
  text-align: left; /* テキストを左揃え */
  margin: 0; /* 余白を削除 */
}

/* 強調テキストの調整 */
.popupWindow .accent {
    font-size: 30px; /* フォントサイズを調整 */
}

/* ボタンの幅と間隔調整 */
.button {
    width: 260px;
}
.button a {
    max-width: 100%; /* 最大幅を解除 */
    font-size: 18px; /* フォントを少し小さく */
    padding: 8px 0;
    margin-bottom: 12px;
}

/* 閉じるボタンの位置調整 */
.popupClose {
    top: 10px;
    right: 10px;
}
.round_btn{
  width: 32px;
  height: 32px;
}


  /* 画像を.btnAreaから非表示にする */
  .btnArea img {
    display: none; /* スマホでは非表示に */
}

.tooltip {
  font-size: 12px;
  height: 36px;
  margin-bottom: 1.1rem;
}

.tooltip .accent{
  font-size: 16px;
}

.tooltip::before {
  left: -12px;
}

.tooltip::after {
  right: -12px;
}

.btnArea{
padding: 0;
justify-content: center;
flex: 1.7;
}

.btnBlock{
  padding-bottom: 0;
}

}


/* =========================================================
reset
========================================================= */
input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* =========================================================
common
========================================================= */

.error_message {
  text-align: left;
  width: 800px;
  padding: 10px;
  margin: 0px auto 20px;
  border: 1px #f0020e solid;
  color: #f0020e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="checkbox"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  padding: 4px;
  font-size: 12px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="checkbox"]:focus,
select:focus,
textarea:focus {
  outline: 1px solid #3a91c5;
  box-shadow: 0 0 3px #3a91c5;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 100%;
  cursor: pointer;
  transition: border 0.2s;
}

.radioBox {
  margin-right: 20px;
  cursor: pointer;
}
.radioBox .radioBtn {
  position: relative;
  transform: translateY(2px);
}
.radioBox .radioBtn:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #009a9a;
  border-radius: 50%;
}

.pageSection,
.meritSection,
.troubleSection {
  margin-bottom: 72px;
  margin-top: -20px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .pageSection,
  .meritSection,
  .troubleSection {
    margin-top: -86px;
    padding-top: 86px;
  }
}

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

.breakPc {
  display: block;
}
@media screen and (max-width: 719px) {
  .breakPc {
    display: none;
  }
}


.descriptionSection,
.supportSection,
.resonSection {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 999px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    width: 100%;
  }
}

.descriptionSection-sm {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
  padding: 0 16px;
}
@media screen and (max-width: 719px) {
  .descriptionSection-sm {
    width: 100%;
  }
}

.columnContent,
.judgeContent,
.agentWrap {
  display: flex;
  align-items: flex-start;
}
.columnContent > *,
.judgeContent > *,
.agentWrap > * {
  margin-right: 16px;
}
.columnContent > *:last-child,
.judgeContent > *:last-child,
.agentWrap > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 719px) {
  .columnContent,
  .judgeContent,
  .agentWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .columnContent > *,
  .judgeContent > *,
  .agentWrap > * {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .columnContent > *:last-child,
  .judgeContent > *:last-child,
  .agentWrap > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .columnContent img,
  .judgeContent img,
  .agentWrap img {
    width: 100%;
  }
}

.contentTxt p {
  margin-bottom: 24px;
}
.contentTxt p:last-child {
  margin-bottom: 0;
}

.contentTxt-strong {
  font-weight: bold;
  color: #f5454e;
}

/* header */
.header {
  padding: 8px 16px;
  border-top: 5px solid #003f8e;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    padding: 8px;
    background: #fff;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}

.header_box-logo {
  width: 344px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  .header_box-logo {
    width: 165px;
    height: 48px;
  }
}
.header_box .headerTel {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_box .headerTel {
    display: none;
  }
}
.header_box .headerTel_badge {
  padding: 4px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 29px;
  font-weight: bold;
  line-height: 30px;
  background: #ff4500;
  color: #fff;
}
.header_box .headerTelArea {
  padding-top: 8px;
}
.header_box .headerTel_number {
  line-height: 29px;
  font-size: 34px;
  font-weight: bold;
  color: #ff4500;
}

.header_box .headerTel_number-notice {
  display: block;
  position: relative;
  bottom: 3px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2rem;
}

.header_box .headerTel_number-notice-small {
  font-size: 11px;
}

.header_box .headerFrombtn {
  display: none;
  position: relative;
  padding-right: 24px;
  border-radius: 5px;
  font-size: 12px;
}
.header_box .headerFrombtn span {
  display: block;
  font-size: 15px;
}
.header_box .headerFrombtn:after {
  content: url("/assets/img/lp/advisor/header_arrow.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .header_box .headerFrombtn {
    display: block;
  }
}

/* SP版ヘッダーに電話CTAを表示 */
@media screen and (max-width: 768px) {
  .header_box .headerTel {
    display: flex;
    width: 52%;
  }

  .header_box-logo {
    width: 165px;
    height: 48px;
  }

  .header_box .headerTel_badge {
    padding: 4px;
    margin-right: 3px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    background: #ff4500;
    color: #fff;
    width: 37px;
    height: 37px;
  }

  .header_box .headerTelArea {
    padding-top: 1px;
  }

  .header_box .headerTel_number-notice {
    bottom: 1px;
    font-size: 10px;
    letter-spacing: 0.05rem;
  }

  .header_box .headerTel_number {
    line-height: 15px;
    font-size: 19px;
  }
}

/* mainvisual */
.mainvisual {
  position: relative;
  height: 620px;
  max-width: 1150px;
  margin: auto;
  /* NOTE: ファイスパスを変更する場合は、src/AppBundle/Resources/views/lp/advisor.html.twig のpreload部分も変更する */
  background: url("/assets/img/lp/advisor/202509_main_bg.webp") no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    /* NOTE: ファイスパスを変更する場合は、src/AppBundle/Resources/views/lp/advisor.html.twig のpreload部分も変更する */
    background: url("/assets/img/lp/advisor/202509_main_bg-sp.webp") no-repeat left
      bottom;
    background-size: contain;
  }
}

.mainvisualFormLead {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
}

.mainvisualFormLeadsmall {
  font-size: 11px;
}

.mainvisualFormImage {
  width: 100%;
  transition: all 0.3s;
}

.mainvisualFormImage:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

.mainvisual_content {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 13.3%;
  padding: 40px 56px;
  background: url("/assets/img/lp/advisor/copy_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .mainvisual_content {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .mainvisual_content {
    padding: 72px 0 0;
    width: 100%;
    bottom: -80px;
    background-position: center -48px;
    background-size: 200%;
  }
}
.mainvisualCopy {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 599px) {
  .mainvisualCopy {
    left: 0;
    font-size: 30px;
  }
}
.mainvisualCopy_sub {
  font-size: 27px;
}
@media screen and (max-width: 599px) {
  .mainvisualCopy_sub {
    font-size: 24px;
  }
}
.mainvisualCopy_main {
  display: block;
  color: #003f8e;
}
.mainvisualCopy_main-conjunction {
  font-size: 27px;
}
@media screen and (max-width: 599px) {
  .mainvisualCopy_main {
    font-size: 36px;
  }
  .mainvisualCopy_main-conjunction {
    font-size: 24px;
  }
}
.mainvisualCv {
  position: absolute;
  top: calc(50% - 240px);
  right: 3%;
  width: 330px;
  padding: 24px;
  background: #fff;
  border: 3px solid #f1f1f1;
}
@media screen and (max-width: 932px) {
  .mainvisualCv {
    display: none;
  }
}
.mainvisualCv_heading {
  text-align: center;
  font-size: 18px;
  color: #003f8e;
  margin-bottom: 16px;
}
.mainvisualFormitem {
  margin-bottom: 16px;
}
.mainvisualFormitem_name {
  display: block;
}
.mainvisualFormitem_name-required {
  margin-left: 4px;
  font-size: 12px;
  color: #f0020e;
}
.mainvisualFormitem_content {
  width: 100%;
}
.mainvisualFormitem-select {
  position: relative;
}
.mainvisualFormitem-select:after {
  content: url("/assets/img/lp/advisor/form_arrow.svg");
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 8px;
}
.mainvisualFormitem-select select {
  width: 100%;
}
.mainvisualFormitem_btn {
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
}

.mainvisual_content-typeB {
  display: none;
}

/* cta */
.inquiry {
  position: relative;
  width: initial;
  background-color: initial;
  border: initial;
  border-radius: initial;
  margin: initial;
  padding: initial;
}

.inquiry img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inquiry a {
  transition: all 0.3s;
}

.inquiry a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}

/* sp */
/* .btn_item_tel {
  width: 285px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_item_mail {
  width: 285px;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_bg_large .btn_item_tel {
  top: 57%;
}

.btn_bg_large .btn_item_mail {
  top: 73%;
} */

/* pc */
.inquiryPc {
  width: 960px;
  margin: 72px auto;
}

@media screen and (max-width: 768px) {
  .inquiryPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .inquiryPc {
    display: block;
  }
}
.cta_bg {
  display: block;
  position: relative;
  width: 960px;
}

.cta_tel {
  width: 280px;
  position: absolute;
  left: 44px;
  bottom: 42px;
}

.cta_mail {
  width: 280px;
  position: absolute;
  left: 345px;
  bottom: 42px;
}

.btn_item_tel {
  width: 285px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_item_mail {
  width: 285px;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_bg_large .btn_item_tel {
  top: 57%;
}

.btn_bg_large .btn_item_mail {
  top: 73%;
}

.btn_item_tel {
  width: 285px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_item_mail {
  width: 285px;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}

.btn_bg_large .btn_item_tel {
  top: 57%;
}

.btn_bg_large .btn_item_mail {
  top: 73%;
}

/* =========================================================
typeB
========================================================= */
@media screen and (max-width: 599px) {
  .typeB .mainvisual {
    margin-bottom: 0;
    height: 92vw;
    margin-top: 60px;
  }
}

.typeB .mainvisual_content {
  display: none;
}

.typeB .mainvisual_content-typeB {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 14%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) {
  .typeB .mainvisual_content-typeB {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB {
    background: -moz-linear-gradient(to top, #ffffff 56%, transparent 100%);
    background: -webkit-linear-gradient(to top, #ffffff 56%, transparent 100%);
    background: linear-gradient(to top, #ffffff 56%, transparent 100%);
    bottom: 0;
    left: 0;
    padding: 20px 0 0;
    width: 100%;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopy {
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopy {
    left: 0;
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopy_sub {
  display: block;
  padding: 15px 19px 11px;
  font-size: 22px;
  text-align: center;
  background: #3a91c5;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopy_sub {
    display: inline-block;
    font-size: 12px;
    padding: 4px 19px;
    line-height: 1;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopy_sub-strong {
  font-size: 34px;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopy_sub-strong {
    font-size: 21px;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopycontent {
  position: relative;
  display: block;
  padding: 0 10px;
}

.mainvisualCopy_last {
  padding: 0 10px;
}
.typeB .mainvisual_content-typeB .mainvisualCopycontent_txt {
  position: relative;
  font-size: 46px;
  color: #3a91c5;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopycontent_txt {
    font-size: 30px;
    margin-left: -27px;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopycontent_txt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: #f2dc32;
  width: 100%;
  height: 13px;
  z-index: -1;
}
.typeB .mainvisual_content-typeB .mainvisualCopycontent_txt-strong {
  font-size: 58px;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopycontent_txt-strong {
    font-size: 37px;
  }
}
.typeB .mainvisual_content-typeB .mainvisualCopycontent_conjunction {
  position: absolute;
  bottom: 0;
  font-size: 34px;
  color: #333;
}
@media screen and (max-width: 599px) {
  .typeB .mainvisual_content-typeB .mainvisualCopycontent_conjunction {
    font-size: 21px;
  }
}

.mainvisualSub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 2px dotted #333;
}
@media screen and (max-width: 599px) {
  .mainvisualSub {
    font-size: 11px;
    margin-top: 0;
    padding-top: 0;
  }
}
.typeB .mainvisualCv {
  border: 3px solid #3a91c5;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .typeB .mainvisualCv {
    display: block;
    position: relative;
    width: 90%;
    margin: 20px auto;
    right: 0;
  }
}
.typeB .mainvisualCv button {
  width: 100%;
}
.typeB .mainvisualCv_heading {
  color: #3a91c5;
}

/* news */
.news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 39px auto;
  padding: 20px 0 13px;
  border: 5px solid #eef2f6;
  border-radius: 15px;
}

.news::before {
  content: none;
}

.newsIcon {
  width: 28px;
  position: relative;
  bottom: 8px;
  margin-right: 28px;
}

.newsText {
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.07rem;
  line-height: 1.5rem;
}

.newsStrong {
  font-weight: 700;
  font-size: 19px;
  color: #f5454e;
}

.newsSmall {
  font-size: 16px;
}

/* introduction */
.introductionSection {
  max-width: 960px;
  margin: 36px auto;
  padding: 41px 57px;
  background: #f7f9f9;
}
@media screen and (max-width: 768px) {
  .introductionSection {
    margin-top: 0px;
  }
}

.introductionWrap {
  border-radius: 15px;
  background: #ffffff;
  padding: 40px 0 23px;
}

@media screen and (max-width: 768px) {
  .introductionWrap {
    padding: 30px 5px 10px;
  }
}

.introductionList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 710px;
  margin: 0 auto 31px;
}

@media screen and (max-width: 768px) {
  .introductionList {
    flex-direction: column;
  }
}

.introductionItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .introductionItem:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.introductionTitle {
  height: 80px;
  text-align: center;
  letter-spacing: 0.13rem;
}

@media screen and (max-width: 768px) {
  .introductionTitle {
    margin: 30px 0 10px;
    height: inherit;
    font-size: 16px;
    line-height: 1.5em;
  }
}

.introductionTitleCenter {
  line-height: 63px;
}

@media screen and (max-width: 768px) {
  .introductionTitleCenter {
    line-height: inherit;
  }
}

.introductionTitleAnnot {
  font-size: 12px;
  position: relative;
  bottom: 7px;
}

@media screen and (max-width: 768px) {
  .introductionTitleAnnot {
    width: 90%;
  }
}

.introductionTitleSmall {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.1rem;
  letter-spacing: 0.1rem;
}

.introductionImageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 195px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

@media screen and (max-width: 768px) {
  .introductionImageBox {
    width: 160px;
    height: 160px;
  }
}

.introductionImage1,
.introductionImage3 {
  width: 92px;
}

.introductionImage2 {
  width: 132px;
}

.introductionAnnot {
  max-width: 710px;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .introductionAnnot {
    width: 90%;
  }
}

.meritSection .meritWrap {
  margin-bottom: 32px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .meritSection .meritWrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .meritSection .meritWrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .meritSection .meritWrap {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .meritSection .meritWrap {
    flex-direction: column;
    padding: 0 16px;
  }
}
.meritSection .meritWrap .meritList {
  display: flex;
  align-items: center;
  width: calc(50% - 16px);
  min-height: 60px;
  margin-bottom: 32px;
  border-bottom: 3px solid #f1f1f1;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .meritSection .meritWrap .meritList {
    width: 100%;
  }
}
.meritSection .meritWrap .meritList:nth-child(odd) {
  margin-right: 32px;
}
@media screen and (max-width: 959px) {
  .meritSection .meritWrap .meritList:nth-child(odd) {
    margin-right: 0;
  }
}
.meritSection .meritWrap .meritList:last-child {
  margin-bottom: 0;
}
.meritSection .meritWrap .meritList_number {
  padding: 22px 10px;
  margin-right: 8px;
  background: #f1f1f1;
}
.meritSection .meritWrap .meritList_content {
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .meritSection .meritWrap .meritList_content {
    font-size: 16px;
  }
}
.meritSection .meritWrap .meritList_content:before {
  content: "";
  position: absolute;
  left: -39px;
  z-index: -1;
  width: 31px;
  height: 100%;
  background: #f1f1f1;
}
.meritSection .meritWrap .meritList_content span {
  font-size: 24px;
  color: #ff4500;
}
@media screen and (max-width: 599px) {
  .meritSection .meritWrap .meritList_content span {
    font-size: 20px;
  }
}

/* =========================================================
typeB
========================================================= */
.typeB .meritSection .sectionHeading-typeB {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .typeB .meritSection .sectionHeading-typeB {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .typeB .meritSection .sectionHeading-typeB {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .meritSection .sectionHeading-typeB {
    width: 100%;
  }
}
.typeB .meritSection .sectionHeading-typeB:before {
  content: none;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content {
  position: relative;
  display: block;
  border-bottom: 1px solid #3a91c5;
  text-align: center;
  font-size: 21px;
  color: #3a91c5;
}
@media screen and (max-width: 719px) {
  .typeB .meritSection .sectionHeading-typeB .sectionHeading_content {
    line-height: 1.2;
  }
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(50% - 9px);
  border-top: 18px solid #3a91c5;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 9px);
  border-top: 18px solid #fff;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content .breakSp {
  display: none;
}
@media screen and (max-width: 719px) {
  .typeB .meritSection .sectionHeading-typeB .sectionHeading_content .breakSp {
    display: block;
  }
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content-sub {
  font-size: 25px;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content-main {
  font-size: 67px;
  color: #f5454e;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content-unit {
  font-size: 48px;
}
.typeB .meritSection .sectionHeading-typeB .sectionHeading_content-merit {
  font-size: 48px;
}

.typeB .meritSection .meritWrap .meritList {
  border: 3px solid #3a91c5;
}
.typeB .meritSection .meritWrap .meritList_number {
  font-size: 24px;
  background: #3a91c5;
  color: #fff;
}
.typeB .meritSection .meritWrap .meritList_content:before {
  content: "";
  left: -45px;
  width: 37px;
  background: #3a91c5;
}
.typeB .meritSection .meritWrap .meritList_content span {
  color: #f5454e;
}

.troubleSection .troubleWrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: flex;
}
@media screen and (max-width: 999px) {
  .troubleSection .troubleWrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .troubleSection .troubleWrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap {
    flex-direction: column;
  }
}
.troubleSection .troubleWrap .troubleContent {
  width: calc(50% - 16px);
}
.troubleSection .troubleWrap .troubleContent:nth-child(odd) {
  margin-right: 32px;
}
@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap .troubleContent {
    width: 100%;
  }
  .troubleSection .troubleWrap .troubleContent:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.troubleSection .troubleWrap .troubleContent .troubleHeading br {
  display: none;
}
@media screen and (max-width: 999px) {
  .troubleSection .troubleWrap .troubleContent .troubleHeading br {
    display: block;
  }
}
.troubleSection .troubleWrap .troubleContent .troubleList {
  border: 3px solid #f1f1f1;
  padding: 24px;
}
.troubleSection .troubleWrap .troubleContent .troubleList_item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
}
.troubleSection .troubleWrap .troubleContent .troubleList_item:before {
  content: url("/assets/img/lp/advisor/icon-check.png");
  position: absolute;
  top: -8px;
  left: 0;
}
.troubleSection .troubleWrap .troubleContent .troubleList_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap .troubleContent .troubleList {
    padding: 16px;
  }
}

/* =========================================================
typeB
========================================================= */
.typeB .troubleSection .sectionHeading-typeB {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 0;
  padding: 56px 16px 32px;
  text-align: center;
  background: #3a91c5;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .typeB .troubleSection .sectionHeading-typeB {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .typeB .troubleSection .sectionHeading-typeB {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .sectionHeading-typeB {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .sectionHeading-typeB {
    padding: 24px 0 16px;
  }
}
.typeB .troubleSection .sectionHeading-typeB:before {
  content: none;
}
.typeB .troubleSection .sectionHeading-typeB:after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 0;
  background: url("/assets/img/lp/advisor/trouble_arrow.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
}
.typeB .troubleSection .sectionHeading-typeB .sectionHeading_content {
  display: block;
  font-size: 32px;
  letter-spacing: 2.3px;
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .sectionHeading-typeB .sectionHeading_content {
    font-size: 22px;
  }
}
.typeB .troubleSection .sectionHeading-typeB .sectionHeading_content-main {
  position: relative;
  font-size: 46px;
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .sectionHeading-typeB .sectionHeading_content-main {
    font-size: 32px;
  }
}
.typeB
  .troubleSection
  .sectionHeading-typeB
  .sectionHeading_content-main:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 24px;
  background: #f2dc32;
}
@media screen and (max-width: 599px) {
  .typeB
    .troubleSection
    .sectionHeading-typeB
    .sectionHeading_content-main:before {
    top: -13px;
    left: 12px;
    width: 8px;
    height: 8px;
  }
}

.typeB .troubleSection .troubleWrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  padding: 80px 32px 32px;
  border: 5px solid #3a91c5;
}
@media screen and (max-width: 999px) {
  .typeB .troubleSection .troubleWrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .typeB .troubleSection .troubleWrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .troubleWrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .troubleWrap {
    padding: 48px 16px 16px;
  }
}
.typeB .troubleSection .troubleWrap .troubleHeading {
  font-size: 22px;
  border-bottom: 1px solid #3a91c5;
}
@media screen and (max-width: 599px) {
  .typeB .troubleSection .troubleWrap .troubleHeading {
    font-size: 22px;
  }
}
.typeB .troubleSection .troubleWrap .troubleList {
  padding: 16px;
  border: none;
}
.typeB .troubleSection .troubleWrap .troubleList_item {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
}
.typeB .troubleSection .troubleWrap .troubleList_item:before {
  content: url("/assets/img/lp/advisor/icon-checktypeb.svg");
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.typeB .troubleSection .troubleWrap .troubleList_item:last-child {
  margin-bottom: 0;
}

.ctaWrap .ctaContent_tel,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel,
.ctaWrap .ctaContent_form,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
.ctaContent_line {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent_tel,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel,
  .ctaWrap .ctaContent_form,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
  .ctaContent_line {
    width: 100%;
    height: 44px;
  }
}

.ctaWrap,
.typeB .cta-fixed .ctaWrap-fixed {
  max-width: 676px;
  margin: auto;
  padding: 32px;
  border: 3px solid #003f8e;
  background: #edf5fd;
}
@media screen and (max-width: 719px) {
  .ctaWrap,
  .typeB .cta-fixed .ctaWrap-fixed {
    padding: 24px 24px 24px;
  }
}
@media screen and (max-width: 599px) {
  .ctaWrap,
  .typeB .cta-fixed .ctaWrap-fixed {
    flex-direction: column;
    width: calc(100% - 32px);
  }
}
.ctaWrap .ctaHeading,
.typeB .cta-fixed .ctaWrap-fixed .ctaHeading {
  display: none;
}
.ctaWrap .ctaContent,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 8px;
}
@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent {
    flex-direction: column;
    padding: 0;
  }
}
.ctaWrap .ctaContent_tel,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel {
  font-size: 28px;
  pointer-events: none;
  padding: 0;
}
.ctaContent_tel-free {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent_tel,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel {
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 4px #808080;
    font-weight: bold;
    color: #fff;
    transition: opacity 0.3s;
    pointer-events: auto;
    margin-bottom: 8px;
    background: #00b241;
  }
  .ctaWrap .ctaContent_tel:hover,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.ctaWrap .ctaContent_tel-number,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-number {
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent_tel-number,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-number {
    display: none;
  }
}
.ctaWrap .ctaContent_tel-number span,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-number span {
  font-size: 16px;
}
.ctaWrap .ctaContent_tel-link,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-link {
  display: none;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent_tel-link,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ctaWrap .ctaContent_tel-icon,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-icon {
  margin-right: 3px;
}
.ctaWrap .ctaContent_tel-notice,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-notice {
  display: block;
  font-size: 16px;
  text-align: center;
  background: #ff4500;
  color: #fff;
}

.telarea {
  font-weight: bold;
}
.ctaContenttel_link {
  display: none;
}
@media screen and (max-width: 599px) {
  .telarea {
    display: none;
  }
  .tel,
  .mail {
    width: 100%;
  }
  .tel {
    margin-bottom: 8px;
  }

  .ctaContenttel_link {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 0 0 #007b2d;
    background: #00b241;
    border-radius: 5px;
    transition: all 0.3s;
    pointer-events: auto;
  }
  .ctaContenttel_notice {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
}
.telareanumber {
  font-size: 30px;
}
.ctaContent_tel-text {
  color: #fff;
}

.ctaWrap .ctaContent_form,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
.ctaContent_line {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px #808080;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 24px 0;
  font-size: 18px;
  background-image: linear-gradient(180deg, rgba(168, 240, 97, 1), rgba(19, 170, 34, 1) 90%);
}

@media screen and (max-width: 599px) {
  .ctaWrap .ctaContent_form,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
  .ctaContent_line {
    width: 100%;
  }
}
.ctaWrap .ctaContent_form-icon,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form-icon {
  margin-right: 8px;
}

.ctaSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ctaSp {
    display: block;
  }
}

/* =========================================================
typeB
========================================================= */
.typeB .cta,
.typeB .ctaSp,
.typeB .cta-fixed {
  width: 100%;
  padding: 32px 0;
  background: #3a91c5;
}
.typeB .ctaWrap,
.typeB .cta-fixed .ctaWrap-fixed {
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .typeB .ctaWrap .ctaContent_tel,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel {
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s;
    background: #ff4500;
    box-shadow: 3px 3px 0 0 #87221D;
    margin-bottom: 8px;
  }
  .typeB .ctaWrap .ctaContent_tel:hover,
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel:hover,
  .ctaContent_form:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    transition: all 0.3s;
  }
}
.ctaContentArea {
  width: 100%;
  margin-right: 5px;
  text-align: center;
}
.typeB .ctaWrap .ctaContent_form,
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form,
.ctaContent_line {
  padding: 24px 15px;
  width: 100%;
}
.typeB .ctaHeading {
  display: flex;
  font-size: 16px;
  text-align: center;
  color: #3a91c5;
  align-items: center;
  margin-top: 10px;
}

.typeB .cta-fixed {
  background: rgba(58, 145, 197, 0.6);
  padding: 5px 8px 8px 0px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.typeB .cta-fixed .ctaWrap-fixed {
  padding: 0;
  max-width: 1000px;
}
@media screen and (max-width: 599px) {
  .typeB .cta-fixed .ctaWrap-fixed {
    padding: 4px 4px 6px;
    width: 100%;
  }
}
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form {
  margin-right: 3px;
  background-image: linear-gradient(180deg, rgba(168, 240, 97, 1), rgba(19, 170, 34, 1) 90%);
}
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form:hover {
  opacity: 0.7;
  box-shadow: none;
}
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_line {
  background: #43c606;
  box-shadow: 3px 3px 0 0 #2a902c;
}
@media screen and (max-width: 599px) {
  .ctaContent_line {
    display: none;
  }
}
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_form br {
  display: none;
}
@media screen and (max-width: 599px) {
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_form {
    width: 70%;
    padding: 4px;
    font-size: 12px;
  }
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_form br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent {
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  .ctaContentArea {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.typeB .cta-fixed .ctaWrap-fixed .ctaContent_tel-link {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .typeB .cta-fixed .ctaWrap-fixed .ctaContent_form-icon {
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .typeB .ctaWrap .ctaContent_form {
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .ctaWrap .ctaContent_form {
    width: 100%;
  }
}

.judgeContent {
  margin-bottom: 32px;
}
.judgeContent .categoryImg-TypeB {
  display: none;
}

.compareTable {
  width: 100%;
  border: 2px solid #003f8e;
  border-collapse: collapse;
}
.compareTable th,
.compareTable td {
  border: 1px solid #003f8e;
}
@media screen and (max-width: 599px) {
  .compareTable .compareThead {
    font-size: 12px;
  }
}
.compareTable .compareThead_company {
  width: 155px;
}
.compareTable .compareThead_company-our {
  background: #e0efff;
}
.compareTable .compareTbody_item {
  width: 220px;
  padding: 8px;
  text-align: left;
  border-color: #fff;
  background: #003f8e;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .compareTable .compareTbody_item {
    font-size: 12px;
  }
}
.compareTable .compareTbody td {
  text-align: center;
}
.compareTable .compareTbody .compareCircle {
  color: #f0020e;
}

/* 対応している会計ソフト一覧 */
.accountingSoftSection {
  margin-top: -40px;
  padding-top:40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .accountingSoftSection {
    margin-top:-90px;
    padding-top:90px;
  }
}

.accountingSoftWrap {
  max-width: 960px;
  margin: 25px auto 0;
}

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

.accountingSoftSection .accountingSoftWrap 
.accountingSoftContent {
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .accountingSoftSection .accountingSoftWrap 
.accountingSoftContent {
    margin: 30px 0;
    border: none;
  }
}

.accountingSoftSection .accountingSoftWrap 
.accountingSoftContent_heading {
  font-size: 20px;
  text-align: center;
  background: #E2EFFF;
  border-bottom: none;
  padding: 15px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .accountingSoftSection .accountingSoftWrap 
.accountingSoftContent_heading {
  font-size: 15px;
}
}

.accountingSoftSection .accountingSoftWrap 
.iconBigGroup {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 35px 65px 12px;
}
@media screen and (max-width: 940px) {
  .accountingSoftSection .accountingSoftWrap 
.iconBigGroup {
  padding: 35px 92px 12px;
}
}
@media screen and (max-width: 599px) {
  .accountingSoftSection .accountingSoftWrap 
.iconBigGroup {
  padding: 20px 18px 12px;
}
}

.accountingSoftSection .accountingSoftWrap 
.iconBigBox {
  background: #0050AA;
  border-radius: 13px;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 140px;
  list-style: none;
}
@media screen and (max-width: 940px) {
  .accountingSoftSection .accountingSoftWrap 
.iconBigBox {
  background:  #0050AA;
  width: 180px;
  height: 100px;
  font-size: 15px;
  line-height: 15px;
}
}
@media screen and (max-width: 599px) {
  .accountingSoftSection .accountingSoftWrap 
.iconBigBox {
  background: #F2782F;
  width: 102px;
  height: 77px;
  font-size: 15px;
  line-height: 15px;
}
}

.accountingSoftSection .accountingSoftWrap 
.iconBigBox span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .accountingSoftSection .accountingSoftWrap 
.iconBigBox span {
  font-size: 10px;
}
}



.accountingSoftSection .accountingSoftWrap 
.iconSmallGroup {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0px 160px 30px;
}

@media screen and (max-width: 599px) {
  .accountingSoftSection .accountingSoftWrap 
  .iconSmallGroup {
  margin: 0 23px 30px;
}
}


.accountingSoftSection .accountingSoftWrap 
.iconSmallBox {
  background: #fff;
  border:2px solid #0050AA;
  border-radius: 13px;
  color: #0050AA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 150px;
  height: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 940px) {
  .accountingSoftSection .accountingSoftWrap 
.iconSmallBox {
  border:2px solid #0050AA;
  color: #0050AA;
  width: 100px;
  height: 80px;
  font-size: 15px;
}
}
@media screen and (max-width: 599px) {
  .accountingSoftSection .accountingSoftWrap 
.iconSmallBox {
  border:2px solid #F2782F;
  color: #F2782F;
  width: 70px;
  height: 60px;
  font-size: 15px;
}
}

.supportSection .supportContent {
  margin-bottom: 24px;
}
.supportSection .supportContent:last-child {
  margin-bottom: 0;
}
.supportSection .supportContent_heading {
  padding-bottom: 4px;
  margin-bottom: 4px;
  color: #003f8e;
  border-bottom: 1px solid #003f8e;
}
.supportSection .supportContent_lead {
  margin-bottom: 16px;
  color: #ff4500;
}

.resonSection .reasonList_item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: bold;
}
.resonSection .reasonList_item:before {
  content: url("/assets/img/lp/advisor/icon-check.png");
  position: absolute;
  top: -8px;
  left: 0;
}
.resonSection .reasonList_item:last-child {
  margin-bottom: 0;
}

/* =========================================================
typeB
========================================================= */
.typeB .judgeContent .categoryImg {
  display: none;
}

.typeB .judgeContent .categoryImg-TypeB {
  display: block;
}

.typeB .compareTable {
  border: 2px solid #3a91c5;
}
.typeB .compareTable th,
.typeB .compareTable td {
  border: 1px solid #3a91c5;
}
.typeB .compareTable .compareThead_company {
  width: 155px;
}
.typeB .compareTable .compareTbody_item {
  width: 220px;
  padding: 8px;
  text-align: left;
  border-color: #fff;
  background: #3a91c5;
  color: #fff;
}
.typeB .compareTable .compareTbody td {
  text-align: center;
}

.typeB .supportSection {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 719px) {
  .typeB .supportSection {
    width: 100%;
  }
}
.typeB .supportSection img {
  display: none;
}
.typeB .supportSection .supportWrap {
  display: flex;
  flex-wrap: wrap;
}
.typeB .supportSection .supportWrap .supportContent {
  margin-bottom: 0;
  border: 3px solid #3a91c5;
  width: calc(50% - 16px);
  margin-right: 32px;
}
.typeB .supportSection .supportWrap .supportContent:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .typeB .supportSection .supportWrap .supportContent {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .typeB .supportSection .supportWrap .supportContent:last-child {
    margin-bottom: 0;
  }
}
.typeB .supportSection .supportWrap .supportContent_heading {
  text-align: center;
  background: #3a91c5;
  color: #fff;
  border-bottom: none;
}
.typeB .supportSection .supportWrap .supportContent_txt {
  padding: 8px;
}
.typeB .supportSection .supportWrap .supportContent_txt-lead {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  border-bottom: 1px solid #3a91c5;
  color: #3a91c5;
}

.typeB .resonSection {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}
@media screen and (max-width: 999px) {
  .typeB .resonSection {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .typeB .resonSection {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .resonSection {
    width: 100%;
  }
}
.typeB .resonSection img {
  display: none;
}
.typeB .resonSection .reasonList {
  display: flex;
  flex-wrap: wrap;
}
.typeB .resonSection .reasonList_item {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  width: calc(50% - 16px);
}
.typeB .resonSection .reasonList_item:before {
  content: url("/assets/img/lp/advisor/icon-checktypeb.svg");
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.typeB .resonSection .reasonList_item:last-child {
  margin-bottom: 0;
}
.typeB .resonSection .reasonList_item:nth-child(odd) {
  margin-right: 32px;
}
@media screen and (max-width: 599px) {
  .typeB .resonSection .reasonList_item {
    width: 100%;
    margin-bottom: 32px;
  }
  .typeB .resonSection .reasonList_item:nth-child(odd) {
    margin-right: 0;
  }
  .typeB .resonSection .reasonList_item:last-child {
    margin-bottom: 0;
  }
}

/* 料金表ここから */
.stickyBnr {
  position: fixed;
  bottom: 150px;
  right: 0;
  display: inline-block;
  margin-right: 5px;
  min-width: 182px;
  border: 4px solid #ff4500;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #9a4000;
  font-weight: bold;
  line-height: 1.4em;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .stickyBnr {
    right: 5px;
    bottom: 120px;
    padding: 1px;
    border: 2px solid #ff4500;
  }
}
.stickyBnr:hover {
  background: #ffe8e0;
}
.stickyBnr_link:link {
  display: block;
  padding: 8px 14px 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .stickyBnr_link:link {
    padding: 0 8px 4px;
  }
}
.stickyBnr_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .stickyBnr_wrap {
    margin-bottom: -4px;
    font-size: 11px;
  }
}
.stickyBnr_img {
  width: 45px;
  height: 47px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .stickyBnr_img {
    width: 22px;
    height: auto;
    margin: 2px 1px 2px 0;
    top: 5px;
  }
}
.stickyBnr_txt {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .stickyBnr_txt {
    position: relative;
    top: 3px;
    font-size: 14px;
    line-height: 1.1em;
  }
}
.stickyBnr_txt-bigger {
  font-size: 20px;
  box-shadow: inset 0 -10px 0 0 #fff39a;
}
@media screen and (max-width: 768px) {
  .stickyBnr_txt-bigger {
    font-size: 1.1em;
  }
}
.stickyBnr_txt-red {
  color: #f0020e;
}
.stickyBnr_close {
  position: absolute;
  top: -10px;
  right: -8px;
  height: 20px;
  width: 20px;
  border: 2px solid #ff4500;
  border-radius: 50%;
  background-color: #fff;
  font-size: 17px;
  line-height: 1.1em;
  text-align: center;
  color: #ff4500;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .stickyBnr_close {
    top: -11px;
    right: -10px;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 1em;
  }
}

.argentBox {
  margin: 40px 0;
}

.argentBoxInner {
  width: 850px;
  margin: 20px 75px;
}

.argentBoxLeadWrap {
  margin-top: -25px;
  margin-bottom: 34px;
  padding-top: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .argentBoxLeadWrap {
    margin-top: 0px;
    padding-top: 80px;
  }
}

.argentBoxLeadttl {
  padding-bottom: 16px;
  font-size: 34px;
}

.argentBoxLeadAnnotBottom {
  width: 920px;
  margin: 20px auto 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .argentBoxLeadAnnotBottom {
    width: initial;
    margin: -20px 16px 50px 16px;
    font-size: 14px;
  }
}

.argentBoxLeadAnnot .remarks {
  display: block;
  margin: 10px 16px;
  color: initial;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .argentBoxLeadAnnot .remarks {
    font-size: 16px;
    text-align: left;
  }
  .argentBoxLeadAnnot .remarks .redTxt {
    display: inline-block;
  }
}

.argentBoxLeadtext {
  margin-bottom: 20px;
}

.argentIntro {
  background: #F0F0DC;
}

.argentNames {
  float: left;
  width: 160px;
  padding-right: 30px;
  background: #FFF;
}

.argentMerit {
  float: right;
  width: 620px;
  padding: 20px;
}

.argentMeritTit {
  margin-left: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #B40000;
}

.argentMeritList {
  margin: 20px 0;
}

.argentMeritList li {
  margin: 8px 0;
  padding: 5px 0 5px 50px;
  font-size: 20px;
  border: solid 1px #ccc;
  background: #fff url(/assets/img/lp/top/icon_checkbox.png) no-repeat 10px center;
}

.argentNamesName {
  margin: 5px 0 8px;
  text-align: center;
  line-height: 1.2;
}

.argentAllImg {
  margin: 20px 0;
}

.argentAllImg p {
  margin: 10px 0;
  text-align: center;
}

.redTxt {
  position: relative;
}

.redTxt:before {
  content: '';
  position: absolute;
  bottom: 0;
  list-style-position: outside;
  background: #f2dc32;
  width: 100%;
  height: 16px;
  z-index: -1;
}

.argentBoxLeadAnnot .redTxt:before{
  height: 7px;
}

table.price2 {
  width: 920px;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #dddddd;
  border-top: none;
  border-left: none;
  border-spacing: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  text-align: center;
  margin-bottom: 12px;
}

table.price2 th {
  font-size: 19px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table.price2 th {
    font-size: 20px;
  }
}

table.price2 th.empty {
  background: rgba(255, 255, 255, 0);
  border: none;
}

table.price2 th:last-child {
  border-left: solid 1px #dddddd;
  border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -ms-border-radius: 0 2px 0 0;
}

table.price2 tr.snd td {
  font-size: 15px;
  font-weight: 500;
}

table.price2 tbody {
  border-right: solid 3px #dddddd;
  border-bottom: solid 3px #dddddd;
}
@media screen and (max-width: 768px) {
  table.price2 tbody {
    border-right: solid 2px #dddddd;
  }
}

table.price2 .argentTableBorderLeft {
  border-left: solid 3px #dddddd;
}

table.price2 .argentTableBorderTop {
  border-top: solid 3px #dddddd;
}

table.price2 .argentTableBorderBottom {
  border-bottom: solid 3px #dddddd;
}
@media screen and (max-width: 768px) {
  table.price2 .argentTableBorderBottom {
    border-bottom: solid 2px #dddddd;
  }
}

table.price2.price2Sp tbody {
  border-left: solid 2px #dddddd;
  border-top: solid 2px #dddddd;
}

table.price2 td {
  width: 20%;
  border: solid 1px #dddddd;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  font-size: 16px;
  padding: 10px 2px;
}
@media screen and (max-width: 768px) {
  table.price2 td {
    width: 30%;
    font-size: 15px;
  }
}

table.price2 td.closing {
  background: #E0EFFF;
}

table.price2 td.white {
  background: #fff !important;
}

table.price2 td.llower {
  border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -ms-border-radius: 0 0 0 2px;
}

table.price2 td.rlower {
  border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -ms-border-radius: 0 0 2px 0;
}

.price2Txt {
  margin: 22px 0 40px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.argentTableBlue {
  background: #ebf4ff;
}

table.price2 td.argentTableYellow {
  background: #fff9d4;
  font-weight: 700;
  font-size: 17px;
}

.argentTableYellowWeak {
  background: #fffdee;
}

.argentTableRed {
  background: #f2dc32;
  font-weight: 700;
}

.argentTableTextRed {
  color: #ff0000;
}

.argentTableTextBold {
  font-weight: 700;
}

.argentTableTextSub {
  display: inline-block;
  position: relative;
  margin-bottom: 11px;
  padding: 4px 10px;
  border: 2px solid #f2dc32;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  .argentTableTextSub {
    padding: 4px 6px;
  }
}
@media screen and (max-width: 389px) {
  .argentTableTextSub {
    font-size: 11px;
  }
}

.argentTableTextSub:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -12px;
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}

.argentTableTextSub:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -12px;
  border: 10px solid transparent;
  border-top: 10px solid #f2dc32;
  z-index: 1;
}

.argentTableTextSubWeak {
  font-size: 10px;
}

.argentTableTextSubRed {
  display: inline-block;
  margin-top: 2px;
  color: #ff0000;
}

.argentTableTextSubStrong {
  font-size: 17px;
}
@media screen and (max-width: 389px) {
  .argentTableTextSubStrong {
    font-size: 16px;
  }
}

table.price2 td sup {
  color: #ff0000;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .price2Pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .price2Pc {
    display: table;
  }
}

.price2Sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .price2Sp {
    display: table;
  }
}

table.price2.price2Sp {
  width: initial;
  margin: 0 16px 34px;
}
/* 料金表ここまで */

.pointContent {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .pointContent {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .pointContent {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .pointContent {
    width: 100%;
  }
}
.pointContent .pointList {
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .pointContent .pointList {
    width: 100%;
  }
}
.pointContent .pointList:nth-child(odd) {
  margin-right: 32px;
}
@media screen and (max-width: 599px) {
  .pointContent .pointList:nth-child(odd) {
    margin-right: 0;
  }
}
.pointContent .pointList_heading {
  display: flex;
  background: #f1f1f1;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}
.pointContent .pointList_heading img {
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .pointContent .pointList_heading img {
    width: 74px;
    height: 54px;
  }
}
.pointContent .pointList_heading-txt {
  font-size: 22px;
  color: #003f8e;
}
.pointContent .pointList_heading-txt .pointList_heading-badge {
  display: block;
  font-size: 16px;
  color: #ff4500;
}
@media screen and (max-width: 599px) {
  .pointContent .pointList_heading-txt {
    font-size: 16px;
  }
  .pointContent .pointList_heading-txt .pointList_heading-badge {
    font-size: 14px;
  }
}

/* =========================================================
typeB
========================================================= */
.typeB .pointContent {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: block;
}
@media screen and (max-width: 999px) {
  .typeB .pointContent {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .typeB .pointContent {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .typeB .pointContent {
    width: 100%;
  }
}
.typeB .pointContent .pointList {
  width: 100%;
}
.typeB .pointContent .pointList_heading {
  position: relative;
  background: none;
}
.typeB .pointContent .pointList_heading:before {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  height: 2px;
  right: 0;
  bottom: 0;
  background: #3a91c5;
}
.typeB .pointContent .pointList_heading img {
  display: none;
}
.typeB .pointContent .pointList_heading-txt {
  display: inline-flex;
  align-items: center;
  color: #333;
}
.typeB .pointContent .pointList_heading-badge {
  display: inline-block;
  margin-right: 16px;
  padding: 10px 5px 2px;
  border-radius: 100px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: #3a91c5;
}
.typeB .pointContent .pointList_heading-number {
  display: block;
  margin-top: -7px;
  font-size: 20px;
}

.flowContent {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
@media screen and (max-width: 959px) {
  .flowContent {
    flex-wrap: wrap;
  }
}

.flowList {
  width: 238px;
  margin-right: 16px;
  border: 2px solid #3a91c5;
}
.flowList:last-child {
  margin-right: 0;
}
.flowList_number {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  color: #3a91c5;
}
.flowList_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  padding: 16px 0;
  text-align: center;
  background: #3a91c5;
  color: #fff;
}
.flowList_txt {
  padding: 16px;
}
@media screen and (max-width: 959px) {
  .flowList {
    width: calc(50% - 16px);
  }
  .flowList:nth-child(even) {
    margin-right: 0;
  }
  .flowList:nth-child(-n + 2) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 559px) {
  .flowList {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .flowList:last-child {
    margin-bottom: 0;
  }
}

/* =========================================================
typeB
========================================================= */
.typeB .flowContent .flowList_number {
  background: #3a91c5;
  color: #fff;
}

.typeB .flowContent .flowList_heading {
  background: #fff;
  color: #3a91c5;
}

.typeB .flowContent .flowList_txt {
  padding: 16px 0;
  margin: auto;
  border-top: 1px solid #3a91c5;
  width: calc(100% - 32px);
}

.casestudyContent {
  margin-bottom: 24px;
}
.casestudyContent .casestudyHeading {
  font-size: 18px;
  color: #003f8e;
}
.casestudyContent .priceWrap {
  margin-top: 24px;
}
.casestudyContent .priceWrap .priceContent {
  display: flex;
  padding: 4px;
  background: #f1f1f1;
  font-weight: bold;
}
.casestudyContent .priceWrap .priceContent .priceItem {
  position: relative;
  min-width: 159px;
  margin-right: 24px;
  text-align: center;
}
.casestudyContent .priceWrap .priceContent .priceItem:last-child {
  margin-right: 0;
}
.casestudyContent .priceWrap .priceContent .priceItem:nth-child(n + 2):before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 10px solid transparent;
  bottom: 20px;
  left: -15px;
}
.casestudyContent .priceWrap .priceContent .priceItem_ttl {
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.casestudyContent .priceWrap .priceContent .priceItem_txt {
  font-size: 14px;
  padding: 12px 4px;
}
.casestudyContent .priceWrap .priceContent .priceItem_txt-number {
  color: #f0020e;
  font-size: 28px;
}
.casestudyContent .priceWrap .priceContent .priceItem_txt-unit {
  font-size: 18px;
}
.casestudyContent .priceWrap .priceContent .priceItem_txt-notice {
  font-size: 12px;
}
.casestudyContent .casestudyLead {
  color: #ff4500;
  font-weight: bold;
}
.casestudyContent .casestudyPoint .casestudyPoint_item {
  margin-bottom: 8px;
}
.casestudyContent .casestudyPoint .casestudyPoint_item:last-child {
  margin-bottom: 0;
}
.casestudyContent .casestudyPoint .casestudyPoint_item span {
  margin-right: 4px;
}

/* =========================================================
typeB
========================================================= */
.typeB .casestudyContent {
  text-align: center;
}
.typeB .casestudyContent .casestudyHeading {
  color: #3a91c5;
}
.typeB .casestudyContent .subHeading,
.typeB .casestudyContent .contentTxt,
.typeB .casestudyContent .casestudyLead,
.typeB .casestudyContent .casestudyPoint {
  text-align: left;
}

#agent {
  margin-top: 0px;
}

.agentWrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}
@media screen and (max-width: 999px) {
  .agentWrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .agentWrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .agentWrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .agentWrap .agentContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .agentWrap .agentContent .agentImg {
    width: 131px;
    height: 115px;
    object-fit: cover;
    object-position: top;
  }
  .agentWrap .agentContent .agentnameImg {
    width: 167px;
    height: 65px;
  }
}
.agentWrap .agentInfo {
  display: none;
}

/* =========================================================
typeB
========================================================= */
.typeB .agentWrap .agentContent {
  background: #f1f1f1;
}
@media screen and (max-width: 599px) {
  .typeB .agentWrap .agentContent {
    display: flex;
  }
  .typeB .agentWrap .agentContent .agentImg {
    width: 131px;
    height: 115px;
    object-fit: cover;
    object-position: top;
  }
}
.typeB .agentWrap .agentContent .agentnameImg {
  display: none;
}
.typeB .agentWrap .agentContent .agentInfo {
  display: block;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
}
.typeB .agentWrap .agentContent .agentInfo_name {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

.contactformStep_item,
.contactformStep_item-active {
  position: relative;
  padding: 8px 32px;
  margin-right: 24px;
}
.contactformStep_item:last-child,
.contactformStep_item-active:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .contactformStep_item,
  .contactformStep_item-active {
    padding: 8px 24px;
  }
}

.contactform .contactformWrap .contactformItem_content,
.contactform .contactformWrap .contactformItem_content-radio {
  width: calc(100% - 235px);
  padding: 32px;
}
@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_content,
  .contactform .contactformWrap .contactformItem_content-radio {
    width: 100%;
    padding: 0;
  }
}

.contactform .contactformWrap .contactformItem_content-radio,
.subcontactformWrap .subcontactform .contactformItem_content {
  display: flex;
  flex-wrap: wrap;
}
.contactform .contactformWrap .contactformItem_content-radio label,
.subcontactformWrap .subcontactform .contactformItem_content label {
  width: calc(50% - 20px);
}

.contactformStep {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .contactformStep {
    margin-bottom: 24px;
  }
}
.contactformStep_item {
  background: #f1f1f1;
}
.contactformStep_item:last-child {
  margin-right: 0;
}
.contactformStep_item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 10px solid transparent;
  top: calc(50% - 10px);
  left: -15px;
}
.contactformStep_item-active {
  background: #003f8e;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .contactformStep {
    font-size: 14px;
  }
}

.contactform .contactformWrap {
  max-width: 653px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #f1f1f1;
}
@media screen and (max-width: 599px) {
  .contactform .contactformWrap {
    border: none;
    padding: 0 16px;
  }
}
.contactform .contactformWrap .contactformItem {
  display: flex;
  border-bottom: 1px dotted #000;
}
.contactform .contactformWrap .contactformItem:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .contactform .contactformWrap .contactformItem:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.contactform .contactformWrap .contactformItem_name {
  width: 235px;
  padding: 32px;
  background: #f1f1f1;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_name {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    padding: 0;
    background: #fff;
  }
}
.contactform .contactformWrap .contactformItem_name-require {
  font-size: 12px;
  padding: 4px;
  margin-left: 8px;
  background: #f0020e;
  color: #fff;
}
.contactform .contactformWrap .contactformItem_name-notice {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_name-notice {
    display: inline;
  }
}
.contactform .contactformWrap .contactformItem_content-select {
  position: relative;
}
.contactform .contactformWrap .contactformItem_content-select:after {
  content: url("/assets/img/lp/advisor/form_arrow.svg");
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 8px;
}
.contactform .contactformWrap .contactformItem_content-select select {
  width: 100%;
}

.contactform .contactformBtn {
  margin-top: 32px;
  text-align: center;
}
.contactform .contactformBtn .btn_submit-contactform {
  font-size: 24px;
  border-radius: 10px;
  padding: 8px 40px;
}

.seal_area {
  max-width: 653px;
  margin: 30px auto 0;
  padding: 30px 20px 30px;
  border: 1px solid #ccc;
  background: #ffffff;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .seal_area {
    width: 90%;
  }
}
.a_underline {
  text-decoration: underline;
  color: #0066FF;
  }
.a_underline:hover {
  text-decoration: none;
}

.subcontactformWrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  background: #f1f1f1;
  padding: 16px 32px 0;
}
@media screen and (max-width: 719px) {
  .subcontactformWrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .subcontactformWrap {
    padding: 16px;
  }
}
.subcontactformWrap_description {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap_description {
    text-align: left;
    font-size: 12px;
  }
}
.subcontactformWrap .subcontactform {
  margin-top: 16px;
  padding: 8px 0 0;
  background: #fff;
}
.subcontactformWrap .subcontactformBtn {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactformBtn {
    font-size: 12px;
  }
}
.subcontactformWrap .subcontactformBtn-icon {
  width: 15px;
  height: 15px;
}
.subcontactformWrap .subcontactform .contactformItem {
  display: flex;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem {
    flex-direction: column;
  }
}
.subcontactformWrap .subcontactform .contactformItem_name {
  padding: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem_name {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
.subcontactformWrap .subcontactform .contactformItem_content {
  padding: 24px;
}
.subcontactformWrap
  .subcontactform
  .contactformItem_content
  input[type="text"] {
  width: 40px;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem_content {
    padding: 0 8px;
  }
}
.subcontactformWrap .subcontactform .contactformBtn {
  background: #f1f1f1;
  padding: 32px 0;
}
@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformBtn {
    margin-top: 16px;
    padding: 16px 0 0;
  }
}

.footer {
  padding: 24px 0 140px;
  text-align: center;
  background: #003f8e;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 24px 0 110px;
  }
}
.footerNav {
  display: flex;
  justify-content: center;
}
.footerNav_item {
  position: relative;
  margin-right: 16px;
  font-size: 14px;
}
.footerNav_item:last-child {
  margin-right: 0;
}
.footerNav_item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  left: -8px;
  background: #fff;
}
.footerNav_item a {
  color: #fff;
}
.footer_allianceLink {
  margin-top: 8px;
}
.footer_allianceLink a {
  color: #fff;
}
.footer_allianceLink img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.footer .copyright {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 12px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .footer .copyright {
    max-width: 720px;
  }
}
@media screen and (max-width: 719px) {
  .footer .copyright {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .footer .copyright {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .sp_none {
    display: block !important;
  }
}

.sp_none {
  display: none;
}

/** お知らせ掲載用 */
.newsStrong {
  font-size: 20px;
  color: #b20000;
}
.news {
  max-width: 960px;
  font-size: 14px;
  text-align: center;
  margin: 15px auto 5px;
  border: 4px solid #da4033;
  border-radius: 4px;
  padding: 12px 2px;
  position: relative;
}
.news::before {
  background-color: #fff;
  color: #da4033;
  content: "お知らせ";
  font-weight: bold;
  left: 1em;
  padding: 0 0.5em;
  position: absolute;
  top: -1em;
}
.newstxt {
  font-size: 14px;
}

/* 確定申告文言用 */
.taxReturnText {
  margin-left: 58px ;
}

.ctaSpNotice {
  text-align: center;
  margin: 5px auto 0;
}

@media screen and (max-width: 719px) {
  .taxReturnText {
    margin-left: 11px ;
  }
  
  .news {
    width: 90%;
    margin: 15px auto 32px!important;
    padding: 12px!important;
  }

  .newsText {
    font-size: 15px;
  }
}

/* SP版ヘッダーに電話CTAを表示 */
@media screen and (max-width: 768px) {
  .header_box .headerTel {
    display: flex;
    width: 52%;
  }
}

.ctaSpImg {
  width: 87px;
  margin: -10px -10px 0 0;
  padding-bottom: 1px;
}

/* 返金保証セクション */
.refund-banner {
  padding: 0 24px;
  margin-bottom: 72px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pc-image {
  width: 728px;
  height: auto;
}

.sp-image {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* スマホサイズのときデスクトップ画像を非表示にし、スマホ画像を表示 */
  .pc-image {
    display: none;
  }
  .sp-image {
    display: block;
    width: 327px;
    height: auto;
    margin: 0 auto;
  }
}

.refund-contact {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 0 24px;
  margin-bottom: 72px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.refund-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto 0;
  padding: 1em 2em;
  width: 300px;
  color: #3a91c5;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #3a91c5;
  border-radius: 10px;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.refund-button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #3a91c5;
  border-right: 2px solid #3a91c5;
  transform: rotate(45deg);
  transition-property: opacity;
  transition-duration: 0.5s;
}

.refund-button a:hover {
  opacity: 0.7; 
}

.refund-button a:hover::after {
  opacity: 0.7; 
}

.refund-section {
  background-color: #f9f9f9; /* LPの白に馴染むライトグレー */
  border: 1px solid #d0d0d0; /* 優しいボーダー */
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 72px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.refund-section a {
  color: #0066FF;
}

.refund-heading {
  height: auto;
  font-size: 22px;
  font-weight: bold;
  color: #00529b; /* 青系アクセントカラー */
  margin-bottom: 16px;
}

.refund-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.refund-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 14px;
  margin-bottom: 6px;
}

.refund-content p,
.refund-content li {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.refund-content ul {
  margin-left: 20px;
}

.refund-note {
  font-size: 13px;
  color: #666;
}

.refund-footer {
  margin-top: 16px;
  margin-left: 0;
}

.refund-strong {
  font-weight: bold;
  color: #f5454e;
}

/* SP用調整 */
@media screen and (max-width: 767px) {
  .refund-section {
    margin: 0 16px 72px;
  }
}

.cta-badge {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003f8e;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding-top: 3px;
}

.cta-badge p{
  margin: 1px 8px 0;
}

.cta-badge img{
  width: 12px;
}

.cta-gold {
  color: #FEC905; /* ゴールド系で信頼感 */
  font-size: 16px;
}

.cta-note {
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  margin-bottom: 6px;
  background: #003f8e;
  color: #fff;
  padding-bottom: 2px;
}

.cta-note p {
  opacity: 0.6;
}

@media (max-width: 768px) {
    .cta-badge {
      font-size: 12px;
      letter-spacing: 0.15rem;
      background: none;
      border-radius: 0;
      color: #000;
      padding-top: 0;
    }

    .cta-badge p{
      margin: 1px 6px 0;
    }

    .cta-badge img{
      width: 10px;
    }

    .cta-gold {
      color: #c59a3c; /* ゴールド系で信頼感 */
      font-size: 14px;
    }

    .cta-note {
      font-size: 10px;
      background: none;
      color: #808080;
      padding-bottom: 0;
    }
}
