/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/tegoro/style.css ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@900&family=Zen+Kaku+Gothic+Antique:wght@900&family=Zen+Maru+Gothic:wght@400;500;600&family=Noto+Sans+JP:wght@400;600&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/tegoro/style.css (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";

/****************/
/**  基本設定   **/
/****************/
body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4c4c;
  -webkit-print-color-adjust: exact;
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

img {
  max-width: 100%;
}
small {
  font-weight: 500;
}

/*キーカラー*/
.span_blue {
  color: #28528e;
}
.span_red {
  color: #f35689;
}
.span_darkred {
  color: #c75479;
}

/*レスポンシブ対応共通タグ*/
.br_sp {
  display: none;
}
.br_tb {
  display: none;
}
.br_pc {
  display: inline-block;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
@media only screen and (max-width: 770px) {
  .br_tb {
    display: inline-block;
  }
}
@media only screen and (max-width: 599px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .br_sp {
    display: inline-block;
  }
  .br_pc {
    display: none;
  }
}

/****************/
/** ヘッダー設定 **/
/****************/
/*ヘッダーロゴ*/
.site_header {
  height: 80px;
  display: flex;
  align-items: center;
}
.site_header a {
  transition: 0.5s;
}
.site_header a:hover {
  opacity: 0.6;
}
/*.site_header img {width: 280px;}*/

/*アイキャッチ*/
.eyecatch_wrapper {
  width: 100%;
  overflow: hidden;
  background: #ffbbc4 url(/assets/images/tegoro/main_visual.jpg) no-repeat
    center center;
  background-size: cover;
}
.eyecatch_wrapper_pc_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: calc(50vw - 900px);
  width: 50%;
  max-width: 770px;
  min-width: 400px;
  background: url(/assets/images/tegoro/fv-white.png) no-repeat;
  background-size: 100%;
}
.eyecatch_wrapper_pc_inner img {
  width: auto;
}
/*スマホ*/
@media only screen and (max-width: 1440px) {
  .eyecatch_wrapper_pc_inner {
    margin-right: -65px;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .eyecatch_wrapper_pc_inner {
    display: none;
  }
  .eyecatch_wrapper {
    background: #fff;
  }
}

/********************/
/** メインコンテンツ **/
/********************/
/*** プラン例 ***/
.exampletype_wrapper {
  padding: 80px 20px 56px;
  background: url(/assets/images/tegoro/fabric_base.jpg);
}
.example_content_wrapper {
  display: flex;
  max-width: 940px;
  padding-left: 50px;
  margin: 0 auto 22px;
}
.example_content {
  width: 389px;
  height: 100px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-right: 50px;
  box-shadow: 0px 4px 10px 0px #e5e5e5;
}
.example_content.example_men {
  background: #f3fbff;
  color: #28528e;
}
.example_content.example_woman {
  background: #fff5f8;
  color: #c75479;
}
.example_circle {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.example_men .example_circle {
  background: #28528e;
}
.example_woman .example_circle {
  background: #c75479;
}
.example_age {
  width: calc(40% - 70px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 900;
}
.example_price {
  width: 60%;
  font-family: Roboto, "Zen Kaku Gothic Antique", sans-serif;
  font-size: 66px;
  font-weight: 900;
  text-align: right;
}
.example_price span {
  font-size: 0.5em;
}
.exampletype_wrapper p {
  font-size: 16px;
  text-align: center;
}
/*タブレット*/
@media only screen and (max-width: 1040px) {
  .example_content_wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .example_content {
    margin-right: 0;
  }
  .example_men {
    margin-bottom: 16px;
  }
  .exampletype_wrapper p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 20px;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .example_content {
    width: calc(100% - 25px);
    max-width: 389px;
    height: auto;
  }
  .exampletype_wrapper p {
    text-align: left;
  }
}
/*さらに小さいスマホ*/
@media only screen and (max-width: 420px) {
  .example_circle {
    font-size: 3.5vw;
  }
  .example_age {
    width: calc(40% - 54px);
    font-size: 6.2vw;
    line-height: 6.2vw;
  }
  .example_price {
    width: 62%;
    font-size: 15vw;
    text-align: center;
  }
}

/*** 保険料シミュレーション導線 ***/
.lead_simulation {
  max-width: 700px;
  padding: 10px 20px;
  margin: 55px auto 80px;
  text-align: center;
}
.lead_simulation_top {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.lead_simulation_top div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 167px;
  margin: auto;
  border-radius: 5px;
  background: #fff5f8;
  font-size: 26px;
  line-height: 36px;
}
.lead_simulation_top div::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 19px);
  bottom: -33px;
  border-top: 33px solid #fff5f8;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
}
.lead_simulation_top h1 {
  margin-top: 38px;
  font-size: 36px;
  color: #c75479;
}
.lead_simulation_top span {
  background: linear-gradient(transparent 50%, #fbdedb 50%);
}
.lead_simulation_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  padding: 16px 30px;
  margin-bottom: 40px;
  border-radius: 13px;
  border: solid 4px #f35689;
  background: #f35689 url(/assets/images/tegoro/icon_lead_simulation.svg)
    no-repeat right 16px center;
  box-shadow: 0px 10px 4px 0px #f4dde4;
  transition: 0.5s;
}
.lead_simulation_link div {
  color: #fff;
  font-size: 40px;
  transition: 0.5s;
}
.lead_simulation_link span {
  color: #f9ffba;
  font-size: 20px;
  transition: 0.5s;
}
.lead_simulation_link:hover {
  transform: translate3d(0, 8px, 0);
  background-color: #fff;
  box-shadow: none;
  background-image: url(/assets/images/tegoro/icon_lead_simulation_hov.svg);
}
.lead_simulation_link:hover div,
.lead_simulation_link:hover span {
  color: #f35689;
}

.documentrequest_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  color: #0d4179;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 4px;
  transition: 0.5s;
}
.documentrequest_link a:before {
  content: "";
  position: absolute;
  left: 4em;
  bottom: 0;
  display: inline-block;
  width: calc(100% - 3em);
  height: 1px;
  transform: translate(-1.5em);
  background-color: #0d4179;
}
.documentrequest_link a:hover {
  color: #f35689;
}
.documentrequest_link a:hover:before {
  background-color: #f35689;
}
.documentrequest_link img {
  margin-right: 16px;
}

/*タブレット*/
@media only screen and (max-width: 1040px) {
  .lead_simulation {
    margin-top: 50px;
  }
  .documentrequest_link a {
    transition: unset;
  }
}
/*タブレット未満スマホ以上*/
@media only screen and (max-width: 770px) and (min-width: 600px) {
  .lead_simulation_top h1 {
    font-size: 4.8vw;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .lead_simulation {
    margin-bottom: 55px;
  }
  .lead_simulation_top div {
    font-size: 20px;
    line-height: 28px;
  }
  .lead_simulation_top div::before {
    left: calc(50% - 15px);
    bottom: -20px;
    border-top: 20px solid #fff5f8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .lead_simulation_top h1 {
    margin-top: 24px;
    font-size: 4.7vw;
  }
  .lead_simulation_link {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    background-position: right 10px center;
  }
  .lead_simulation_link div {
    color: #fff;
    font-size: 6.7vw;
  }
  .lead_simulation_link span {
    color: #f9ffba;
    font-size: 6vw;
  }
  .documentrequest_link a {
    font-size: 16px;
    line-height: 24px;
  }
  .documentrequest_link img {
    width: 24px;
  }
}
/*さらに小さいスマホ*/
@media only screen and (max-width: 420px) {
  .lead_simulation_link {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lead_simulation_link div {
    color: #fff;
    font-size: 6vw;
  }
  .lead_simulation_link span {
    color: #f9ffba;
    font-size: 4vw;
  }
}

/*** 心配事と手ごろであんしん入院保険 ***/
.worries_wrapper {
  width: 100%;
  background: url(/assets/images/tegoro/worries_base_ol.jpg) no-repeat;
  background-size: cover;
}
.worries_image_wrapper img {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}
.worries_anshin_wrapper {
  padding: 100px 0 0;
  background: #fff;
}
.worries_anshin_wrapper h1 {
  margin: 0 20px 70px;
  font-size: 38px;
  text-align: center;
}
.worries_anshin_wrapper h1 span {
  padding: 0 5px;
  background: linear-gradient(transparent 50%, #abd8f2 50%);
}
.worries_speechbubble_wrapper {
  padding: 0 20px;
}
.worries_speechbubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 90px;
  margin: 0 auto 45px;
  border-radius: 5px;
  background: #c75479;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.worries_speechbubble span {
  color: #f9ffba;
}
.worries_speechbubble::before {
  content: "";
  position: absolute;
  left: calc(50% - 22px);
  bottom: -20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #c75479;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.worries_tegoro_wrapper {
  padding: 0 20px 20px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 45%,
    #d7f0ff 45%,
    #d7f0ff 100%
  );
}
.worries_tegoro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  max-height: 200px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 17px;
  box-shadow: 0px 6px 10px 0px #86b1df;
}
/*タブレット未満スマホ以上*/
@media only screen and (max-width: 770px) and (min-width: 598px) {
  .worries_anshin_wrapper h1 {
    font-size: 5vw;
  }
}

/*スマホ*/
@media only screen and (max-width: 599px) {
  .worries_wrapper {
    background-image: url(/assets/images/tegoro/worries_base_sp.png);
  }
  .worries_anshin_wrapper {
    padding-top: 60px;
  }
  .worries_anshin_wrapper h1 {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 36px;
  }
  .worries_speechbubble {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .worries_speechbubble::before {
    left: calc(50% - 15px);
    bottom: -20px;
    border-top: 20px solid #c75479;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}

/*** 特徴 ***/
.feature_wrapper {
  padding: 60px 20px 20px;
  background: #d7f0ff;
}
.feature_item {
  width: 100%;
  max-width: 1000px;
  padding: 20px 20px 80px;
  margin: 60px auto 20px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
.feature_item:first-child {
  margin-top: 0;
}
.feature_icon {
  width: 200px;
  height: 87px;
  padding-top: 60px;
  margin: 0 auto 20px;
  background: url(/assets/images/tegoro/feature_icon.svg) no-repeat center
    bottom;
  background-size: contain;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.feature_title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 48px;
}
.feature_title span {
  color: #c75479;
}
.feature_item img {
  width: 100%;
  margin: 10px auto 0;
}
.feature_sub {
  font-size: 14px;
  font-weight: 500;
}
/*タブレット未満スマホ以上*/
@media only screen and (max-width: 770px) and (min-width: 598px) {
  .feature_title {
    font-size: 4.2vw;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .feature_item {
    padding: 20px 0 40px;
    margin: 40px auto 20px;
  }
  .feature_wrapper {
    padding-top: 20px;
  }
  .feature_title {
    font-size: 24px;
    line-height: 36px;
  }
  .feature_sub {
    font-size: 12px;
    line-height: 16px;
  }
}

/** 特長０１ **/
.feature_item01_thumb {
  max-width: 310px;
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .feature_item01 img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature_item01 .feature_sub {
    padding-left: calc(1em + 20px);
    text-indent: -1em;
    text-align: left;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

/** 特長０２ **/
.feature_item02 .feature_title {
  margin-bottom: 10px;
}
.feature_item02 .feature_sub {
  margin-bottom: 30px;
}
.feature_item02_thumb {
  max-width: 240px;
}
.feature_item02_q {
  font-size: 20px;
}
.feature_item02_q h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 100px;
  margin: 40px auto;
  background: #f3fbff url(/assets/images/tegoro/Q.svg) no-repeat;
  background-position: center center;
  border: solid 5px #abd8f2;
  border-radius: 15px;
  font-size: 26px;
  color: #28528e;
  line-height: 32px;
}
.feature_item02_q02_first_text {
  margin-bottom: 0 !important;
}
.feature_item02_q div {
  font-size: 20px;
  line-height: 32px;
}
.feature_lists_circle {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.feature_lists_circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin: 16px;
  border-radius: 80px;
  background: #28528e;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}
.svg_subtitle.pc_view {
  max-height: 80px;
}
.feature_item02_q p {
  margin-bottom: 40px;
}
.feature_item02_q p:nth-of-type(2) {
  margin-bottom: 20px;
}
.feature_item02_q p .underline_blue {
  margin: 0 5px;
  background: linear-gradient(transparent 50%, #abd8f2 50%);
}
.feature_item02_graph_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  padding: 40px 50px;
  margin: 50px auto 0;
  background: #fffaf2;
  border-radius: 15px;
}
.feature_item02_graph {
  width: calc(50% - 20px);
}
.feature_item02_graph:first-child {
  margin-right: 40px;
}
.feature_item02_graph dt {
  padding: 6px 12px;
  margin-bottom: 20px;
  background: #fff;
  border: solid 4px #c7eaff;
  border-radius: 5px;
  color: #28528e;
  font-size: 18px;
}
.feature_item02_graph p {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 3em;
  text-indent: -3em;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}
.feature_item02_graph cite {
  font-style: normal;
}
.feature_item02_graph q::before,
.feature_item02_graph q::after {
  display: none;
  content: "";
}

/*タブレット〜ノート*/
@media only screen and (max-width: 1040px) {
  .feature_item02_q p {
    margin-bottom: 30px;
  }
  .feature_item02_q01 .feature_sub {
    padding-left: calc(1em + 20px);
    text-indent: -1em;
  }
  .feature_item02_q02_first_text img {
    margin-top: 30px;
  }
  .feature_item02_graph_wrapper {
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    margin-top: 40px;
    border-radius: 0 0 15px 15px;
  }
  .feature_item02_graph {
    max-width: 330px;
    width: 100%;
  }
  .feature_item02_graph:first-child {
    margin-right: 0;
  }
  .feature_item02_graph dt {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
/*タブレット小さめ*/
@media only screen and (max-width: 770px) {
  .feature_lists_circle {
    justify-content: space-between;
  }
  .feature_lists_circle span {
    width: calc((100vw - 70px - 30px) / 3);
    height: calc((100vw - 70px - 30px) / 3);
    margin: 30px 0;
    font-size: 3.8vw;
    line-height: 1.4em;
    border-radius: calc((100vw - 70px - 30px) / 6);
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .feature_item.feature_item02 {
    padding-bottom: 0;
  }
  .feature_item02_q {
    font-size: 16px;
    line-height: 24px;
  }
  .feature_item02_q h2 {
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px;
    background-size: 30%;
  }
  .feature_item02_q_pad p {
    padding: 0 10px;
  }
  .svg_subtitle.sp_view {
    max-width: 281px;
    width: 100%;
  }
  .feature_lists_circle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .feature_item02_q01 .feature_sub {
    text-align: left;
  }
}
/*さらに小さいスマホ*/
@media only screen and (max-width: 420px) {
  .feature_item02_q02_first_text {
    font-size: 4vw;
  }
}

/** 特長０３ **/
.feature_item03 h1 {
  margin-bottom: 0;
}
.feature_item03 .feature_sub {
  margin-bottom: 30px;
}
.feature_item03_thumb {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.feature_item03_thumb img:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}
.feature_item03_text {
  font-size: 20px;
  line-height: 32px; /*●*/
}
.feature_item03_thumb.pc_view .svg_subtitle {
  max-height: 80px;
}
.feature_item03_flow {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
}
.feature_item03_flow img:last-child {
  margin-top: 20px;
  margin-bottom: 10px;
}
.feature_item03_small {
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 500;
}
.feature_item03_small p:first-child {
  padding-bottom: 10px;
}

/*スマホ*/
@media only screen and (max-width: 599px) {
  .feature_item03 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .feature_item03 h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .feature_item03_thumb.sp_view .svg_subtitle {
    max-width: 281px;
    width: 100%;
  }
  .feature_item03_text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

/** 特長０４ **/
.feature_item04 .feature_title {
  margin-bottom: 60px;
}

.supplement {
  text-align: center;
}
.supplement ul {
  display: inline-block;
  text-align: left;
  font-weight: 500;
}
.supplement ul li {
  list-style-type: none;
  text-indent: -1rem;
  margin-left: -1rem;
}

.pdf_btn {
  width: 750px;
  margin: 1rem auto;
  position: relative;
  white-space: nowrap;
  font-weight: 450;
}

.pdf_btn h2 {
  text-align: left;
  padding-left: 20px;
}

/*スマホ*/
@media only screen and (max-width: 599px) {
  .feature_item04 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .feature_item04 .feature_title {
    margin-bottom: 30px;
  }
  .feature_item04 .example_circle {
    font-size: 3vw;
  }
  .feature_item04 .example_age {
    font-size: 4.5vw;
    line-height: 1.2;
  }
  .feature_item04 .example_price {
    width: 70%;
    font-size: 14vw;
  }
  .feature_item04 p {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .pdf_btn {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
/*さらに小さいスマホ*/
@media only screen and (max-width: 420px) {
  .feature_item04 .example_content {
    width: calc(100% - 10px);
  }
  .feature_item04 .example_circle {
    width: 60px;
    height: 60px;
  }
}

/*** 保障内容 ***/
.plan_wrapper {
  padding: 80px 20px;
  background: #fffaf2;
}
.plan_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 90px;
  margin: 0 auto 45px;
  border-radius: 5px;
  background: #c75479;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.plan_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 22px);
  bottom: -20px;
  border-top: 20px solid #c75479;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.plan_container {
  width: 100%;
  max-width: 1000px;
  padding: 90px 20px 20px;
  margin: -70px auto 0;
  background: #fff;
  border-radius: 15px;
}
.plan_container img {
  margin: 0 auto 30px;
}
.plan_container > img {
  margin: 0 auto 60px;
}
.plan_container_thumb {
  width: 100%;
  max-width: 620px;
  padding: 0 10px;
}
.plan_description {
  width: 100%;
  max-width: 753px;
  padding: 40px 60px;
  margin: 50px auto 60px;
  border: solid 1px #4d4c4c;
  border-radius: 12px;
}
.plan_description h2 {
  width: 12em;
  margin-top: -60px;
  background: #fff;
  font-size: 26px;
  text-align: center;
}
.plan_typelist {
  font-size: 26px;
}
.plan_typelist li:first-child {
  color: #28528e;
}
.plan_typelist li:last-child {
  color: #c75479;
}
.plan_typelist small {
  font-size: 18px;
}
.plan_text {
  font-size: 18px;
  line-height: 28px;
}
.plan_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.plan_detail img {
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
}
.plan_detail small {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 12px;
  line-height: 18px;
}

/*タブレット〜ノート*/
@media only screen and (max-width: 1040px) {
  .plan_detail {
    flex-direction: column;
  }
  .plan_description {
    padding: 20px;
  }
  .plan_description h2 {
    margin: -40px auto 0;
    font-size: 20px;
  }
  .plan_text {
    font-size: 16px;
  }
  .plan_description:nth-of-type(2) {
    margin-bottom: 0;
  }
  .plan_detail img {
    margin-right: auto;
    max-width: 400px;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .plan_title {
    height: calc(22px + 40px);
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 26px;
  }
  .plan_title::before {
    left: calc(50% - 15px);
    bottom: -20px;
    border-top: 20px solid #c75479;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .plan_container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .plan_typelist {
    padding-inline-start: 20px;
    font-size: 20px;
    font-size: 4.5vw;
  }
  .plan_typelist small {
    font-size: 12px;
  }
  .plan_typelist li:first-child {
    margin-bottom: 14px;
  }
  .plan_typelist li:last-child {
    line-height: 18px;
  }
  .plan_typelist_small_sp {
    display: inline-block;
    width: 100%;
    text-align: right;
    line-height: 12px;
  }
  .plan_detail img {
    padding: 0 30px;
  }
}

/*** 保険料シミュレーション（フッター箇所） ***/
.footer_lead_simulation {
  max-width: 100%;
  padding: 60px 20px;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(to bottom, #fff 0%, #ffedf2 100%);
}
.footer_lead_simulation .lead_simulation_link {
  margin-left: auto;
  margin-right: auto;
}
.footer_lead_simulation_sub {
  width: 100%;
  max-width: 640px;
  padding-left: 1em;
  margin: 60px auto;
  text-align: left;
  text-indent: -1em;
}
.footer_about img {
  width: 100%;
}

/*タブレット〜ノート*/
@media only screen and (max-width: 1040px) {
  .footer_lead_simulation {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }
}
/*スマホ*/
@media only screen and (max-width: 599px) {
  .footer_lead_simulation {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer_about {
    flex-direction: column;
  }
  .footer_about img {
    max-width: 310px;
    margin: 60px auto 0;
  }
}

/*** 固定ナビ ***/

#footernavi {
  display: none;
}
/*右下TOPに戻るボタン*/
.totop_wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.totop_wrapper:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  .totop_wrapper {
    bottom: 87px;
  }
  .totop_wrapper img {
    width: 62px;
    height: 62px;
  }
  /*フッター固定なび*/
  #footernavi {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    height: 77px;
    width: 100%;
    padding: 10px 8px;
    margin: 0;
    background: #eee;
  }
  .footernavi_wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footernavi_wrapper li:first-child {
    width: 55%;
  }
  .footernavi_wrapper li:first-child a {
    display: block;
    padding: 15px 0;
    background: #f35185;
    border-radius: 5.52px;
    box-shadow: 0 5px 0 0 #f9a8c2;
    color: #fff;
    text-align: center;
    font-size: 4vw;
  }
  .footernavi_wrapper li:last-child {
    width: calc(45% - 5px);
  }
  .footernavi_wrapper li:last-child a {
    display: block;
    padding: 15px 0;
    background: #f3fbff;
    border: solid 1px #107ac0;
    border-radius: 5.52px;
    box-shadow: 0 5px 0 0 #c7eaff;
    color: #107ac0;
    text-align: center;
    font-size: 4vw;
  }
  #footernavi.UpMove {
    animation: UpAnimeF 0.5s forwards;
  }
  @keyframes UpAnimeF {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(100px);
    }
  }
  #footernavi.DownMove {
    animation: DownAnimeF 0.5s forwards;
  }

  @keyframes DownAnimeF {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/****************/
/*** 印刷用設定 ***/
/****************/

@media print {
  .eyecatch_wrapper {
    -webkit-print-color-adjust: exact;
  }
  .eyecatch_wrapper_pc_inner {
    margin-right: -65px;
  }

  .example_content_wrapper {
    max-width: 940px;
    padding-left: 0;
  }
  .example_content {
    margin-right: 20px;
  }
  .example_age {
    font-size: 18px;
  }
  .example_price {
    font-size: 48px;
  }
  .feature_item04 .example_age {
    font-size: 15px;
  }
  .feature_item04 .example_price {
    font-size: 46px;
  }
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/assets/css/components/_service-footer.css ***!
  \*****************************************************************************************************************************/
/****************/
/** フッター設定 **/
/****************/
a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
  /* 差額ベッド代保険のスタイルをリセットする用 */
  line-height: inherit;
  font-size: inherit;
  letter-spacing: 0;
  font-weight: 600;
  color: #313131;
}
.agency-section {
  width: 100%;
  padding: 56px 0;
  background: #f4f4f4;
  box-sizing: border-box;
}
.agency-section .items {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.5rem;
}

.agency-section .item {
  margin: 2rem 0;
}

.agency-section .item .item-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.agency-section .item .item-content {
  font-weight: normal;
  padding: 0 1em;
}

.agency-section .item .item-content p {
  margin: 0;
}

.footer {
  width: 100%;
  padding: 40px 0 0;
  background: linear-gradient(to right, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;

  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
}

.footer .footer__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.footer .footer__text {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.7;
}

.footer .footer__text-emphasis {
  font-size: 21px;
  font-weight: 700;
}

.footer .footer__left {
  padding: 20px 0 0 53px;
}

.footer .footer__right {
  max-width: 325px;
  width: 100%;
  height: auto;
  padding: 20px 53px 0 0;
}

.footer_navi_wrapper {
}

.footer_navi {
  margin: 20px auto 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 15px;
  /* margin: 0 auto; */
  list-style: none;
}

.footer_navi li {
  margin: 1em 0;
  text-align: center;
}

.footer_navi a {
  display: block;
  padding: 7px 1em 7px 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.footer_navi li:last-child a {
  padding-right: 0;
}

.footer_navi a:hover {
  color: #333;
}

.footer_navi li:not(:last-child) a::after {
  content: "";
  margin-left: 1em;
  border-right: solid 1px #fff;
}

.footer.footer--plus_olive_smile {
  background: linear-gradient(to left, #ee8100 0%, #ed8e18 30%, #f5b66b 100%);
}

.footer.footer--plus_olive_smile .footer__inner {
  max-width: 918px;
}

.footer.footer--plus_olive_smile .footer__left {
  padding: 0 40px;
}

.footer.footer--plus_olive_smile .footer__text {
  margin-top: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.footer.footer--plus_olive_smile .footer__text-emphasis {
  font-size: 16px;
}

.footer.footer--plus_olive_smile .footer__text__list {
  display: flex;
  gap: 40px;
}

.footer.footer--plus_olive_smile .footer_navi {
  max-width: unset;
}

.copyright_wrapper {
  padding: 10px 15px;
  background: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #ee8100;
  text-align: center;
}

@media (max-width: 768px) {
  .agency-section {
    padding: 56px 22px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer .footer__left {
    font-size: 14px;
    padding: 0;
  }
  .footer .footer__title,
  .footer .footer__text,
  .footer .footer__text-emphasis {
    font-size: 16px;
  }
  .footer .footer__right {
    margin-top: 45px;
    padding: 0;
    box-sizing: border-box;
  }
  .footer.footer--plus_olive_smile .footer__text {
    margin-top: 40px;
  }
  .footer.footer--plus_olive_smile .footer__text__list {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer.footer--plus_olive_smile .footer_navi_wrapper {
    background: linear-gradient(
      to right,
      #ee8100 0%,
      #ed8e18 30%,
      #f5b66b 100%
    );
  }
}

@media only screen and (max-width: 599px) {
  .agency-section {
    padding: 20px 20px;
  }
  .footer_navi li {
    margin: 0.5em 0;
  }
  .footer_navi a {
    font-size: 10px;
  }
  .footer.footer--plus_olive_smile .footer__left {
    padding: 0 20px;
  }
  .copyright_wrapper {
    font-size: 12px;
  }
}

