@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.-sidebar-on .l-mainContent {
  background: #fff;
  /* padding: 20px; */
}
/* #sidebar {
  background: #fff;
  padding: 20px;
} */

/*固定ページ*/
.page .-sidebar-on .l-mainContent {
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

/*投稿ページ　キャプション調整*/
/* .is-style-onborder_ttl > .cap_box_content {
  background-color: #fff8eb !important;
}
.is-style-onborder_ttl > .cap_box_ttl {
  background-color: var(--capbox-color) !important;
}
.is-style-onborder_ttl > .cap_box_ttl span {
  color: #fff !important;
}
 */

/*投稿ページ　アイコンボックス*/
.is-style-big_icon_point {
  background-color: #fff9eb;
}
.is-style-big_icon_check,
.is-style-big_icon_good {
  background-color: #fceded;
}

/*投稿ページ　キャプションボーダー*/
.cap_box_content {
  border-width: 3px;
}

/*投稿ページ　スティッチ*/
.is-style-stitch {
  background: #ecffe9;
}
.is-style-stitch:before {
  border: 1px dashed #3cd250;
}
/* この記事を書いた人 */

/* カード全体 */
.writer-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 2px dashed #eee;
  border: 2px solid #04384c;
}
/* カードの右・左共通 */
.wp-left,
.wp-right {
  padding: 25px 20px;
  margin-top: 15px !important;
  margin-bottom: 15px;
}
.wp-left {
  width: 35%;
  text-align: center;
}

/* カードの左側 */
.wp-right {
  border-left: 2px solid #04384c;
}
/* カードの右側 */
.wp-right {
  width: 65%;
}

/* 左側 */

/* 吹き出し */
.wp-label {
  position: relative;
  margin: 0 0 15px;
  padding: 10px 15px;
  border: 1px solid #222;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  border-radius: 20px;
}
/* 三角 */
.wp-label::before,
.wp-label::after {
  content: "";
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
/* 線 */
.wp-label::before {
  border-top-color: #222;
  bottom: -28px;
}
/* 地 */
.wp-label::after {
  border-top-color: #fff;
  bottom: -27px;
}
/* 吹き出し内のテキスト */
.wp-label p {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* 画像 */
.wp-img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
/* 画像を丸く、枠線をつける */
.wp-img img {
  border-radius: 50%;
  border: 2px solid #eee;
}
/* 名前 */
.wp-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #6c9fce;
  margin-bottom: 5px;
}
/* 職業 */
.wp-job {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* 右側 */

/* リストを左揃え・中央寄せに */
.ul-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* 最後の要素にだけ下に余白をつけない */
.ul-center ul li:not(:last-child) {
  padding-bottom: 3px;
}

/* リストの文字色 */
.ul-center ul .li-point {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.ul-center .p-txt {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 30px;
  text-align: left;
}
/* 文章を左揃え・中央寄せに */
.wp-content {
  text-align: center;
  display: block;
}
/* 文章 */
.wp-content p {
  text-align: left;
  display: inline-block;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
/* SNSボタン全体 */
.wp-sns {
  display: none;
  text-align: center;
  padding: 20px 0 0;
}
/* SNSボタン */
.wp-sns li {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0 3px;
}
/* SNSボタンにマウスをあてた時の挙動 */
.wp-sns li:hover {
  position: relative;
  top: 1px;
}
/* SNSアイコン */
.wp-sns li a i {
  font-size: 19px;
  color: #222;
}
/* SNSアイコンの位置 */
.wp-sns li a i::before {
  position: relative;
  top: 9px;
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  /* カードを縦並びに */
  .writer-profile-card {
    display: block;
  }
  /* 左右の幅を100%に */
  .wp-left,
  .wp-right {
    width: 100%;
    padding: 35px 20px;
  }
  /* 点線を左から下に */
  .wp-left {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #04384c;
  }
  .wp-right {
    margin-top: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-left: none;
  }
}

/* ここから診断テストツールのスタイル */
.questionnaire {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .questionnaire {
    width: 100%;
    max-width: 1024px;
    margin-top: 60px;
  }
}
.questionnaire-ttl {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (min-width: 900px) {
  .questionnaire-ttl {
    width: 100%;
  }
}
.questionnaire-ttl h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.questionnaire-ttl p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.questionnaire_main {
  padding: 28px 10px;
  border: 3px solid #dfe8ef;
  position: relative;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .questionnaire_main {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.questionnaire_inner {
  background-color: #f3f8ff;
  padding: 70px 3%;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .questionnaire_inner {
    padding-left: 11%;
    padding-right: 11%;
  }
}
.standard-table {
  width: 100%;
  border-spacing: 0px 16px;
}

.questionnaire_main label {
  margin-bottom: 15px;
  padding-left: 30px;
  display: block;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.questionnaire_main input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  top: 2px;
  left: 0;
}
.questionnaire_main label input:disabled ~ .indicator {
  background: #ccc;
  opacity: 0.6;
  pointer-events: none;
}
.questionnaire_main .indicator::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-radius: 50%;
  background: #009adb;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.questionnaire_main label input:checked ~ .indicator::after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
.insurance-radio .indicator::after {
  background: #95b1ff;
}
.insurance-radio input:disabled ~ .indicator::after {
  background: #7b7b7b;
}

.standard-table th {
  text-align: left;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.questionnaire_main select {
  width: 100%;
  min-width: 240px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
}

.select-style {
  position: relative;
  width: 100%;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  background: #fff;
}

.select-style:after {
  position: absolute;
  pointer-events: none;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
}

.questionnaire_main button {
  background-color: #fff;
  border: 3px solid #dfe8ef;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.6rem;
  height: 56px;
  line-height: 50px;
  min-width: 156px;
  outline: none;
  padding: 0 16px;
  margin: 8px 0 0;
  font-weight: 700;
  cursor: pointer;
}
.questionnaire_main .questionnaire_main-btn {
  color: #fff;
  background-color: #033b8d;
  border: none;
  margin-left: 10px;
}
.questionnaire_main.submit-btn {
  border-color: #ce0023;
  max-width: 330px;
  width: 54%;
  margin-left: 3%;
  background: url() no-repeat 92% center #b6d8ff;
  -moz-background-size: 11px 13px;
  background-size: 11px 13px;
  color: #3c5876;
}

#result-block h3 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 50px 20px;
  height: 170px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#result-title-detail {
  color: #000;
  font-family: source-han-sans-japanese, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
  padding-left: 12px;
}
.short-btn {
  max-width: 150px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .result-border {
    border-top: 3px solid #dfe8ef;
    border-bottom: 3px solid #dfe8ef;
    padding: 20px 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .result-border {
    border-top: 0.53333vw solid #dfe8ef;
    border-bottom: 0.53333vw solid #dfe8ef;
    padding: 4.8vw 0;
    margin-top: 2.66667vw;
  }
}

.telLink {
  margin: 12px 0;
}

.border {
  border-top: 3px solid #dfe8ef;
  border-bottom: 3px solid #dfe8ef;
  padding: 20px 0;
  margin-top: 20px;
}
.result-border p {
  font-weight: 700;
  text-align: center;
}

.btns {
  margin-top: 24px;
}

.contact-btn {
  border: 3px solid #c9d3fc;
  color: #4274a0;
}

.questionnaire return-btn {
  color: #5e6367;
}

#result-block p {
  margin: 0;
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.4;
}

.submit-btn,
.short-btn {
  background-color: #fff;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.submit-btn:hover,
.short-btn:hover {
  background-color: #e0ecf3;
}
.btns {
   display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .questionnaire td {
    display: inherit;
    font-size: 12px;
  }
  .insurance-radio {
    font-size: 14px;
    line-height: 1.8;
  }
  #err_msg {
    font-size: 12px;
  }

  .questionnaire_main button {
    font-size: 1.4rem;
  }
  .questionnaire_main .questionnaire_main-btn {
    width: 70%;
  }
  .submit-btn {
    font-size: 0.8rem;
  }
  #result-block h3 {
    font-size: 1.7rem;
  }

  #result-title-detail {
    font-size: 0.9rem;
  }

  #result-block img {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }

  .telLink {
    display: block;
  }

  .result-border {
    display: block;
    text-align: center;
  }

  .btns {
    text-align: center;

    display: block;
  }
}
.contact-btn {
  min-width: 258px;
}
.desktop-disp,
.sp-disp {
  display: block;
}
@media (max-width: 767px) {
  .sp-disp {
    display: grid;
  }
  .desktop-disp {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-disp {
    display: none;
  }
  .desktop-disp {
    display: grid;
  }
}

@media (max-width: 767px) {
  .questionnaire td {
    display: inherit;
    font-size: 12px;
    width: 100%;
    display: block;
  }
  .questionnaire_main {
    margin: 0 auto;
  }
  .submit-btn {
    width: 100%;
  }

  .indicator {
    width: 27px;
    height: 27px;
  }

  .questionnaire_main label input:checked ~ .indicator::after {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 6px;
  }
  .returnButton,
  .contact-btn {
    max-width: initial;
  }
  .questionnaire_main .returnButton {
    min-width: 164px;
    font-size: 1.4rem;
  }
  #result-block p {
    font-size: 1.5rem;
  }
}
.returnButton {
  min-width: 200px;
}
.short-btn {
  max-width: initial;
}
.short-btn {
  max-width: 200px;
}
.return-btn {
  max-width: 250px;
}
.questionnaire_main table {
  border-collapse: initial;
}
#result-title {
  display: grid;
}

.home .list .inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.home .list .inner strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* スライダーのカード */
.list_item a .list_logo {
  display: flex;
  align-items: center;
  height: 30px;
}
.list_item a {
  height: 165px;
}
