@charset "Shift_JIS";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------------------------------
Base
----------------------------------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #005bc5;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img.border-img {
  border: solid 1px #d6d6d6;
}

fieldset {
  min-width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[type="number"]::-webkit-outer-spin-button,
[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}

em,
b {
  font-weight: bold;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.dispPc {
  display: block !important;
}
.dispSp {
  display: none !important;
}

@media (max-width: 768px) {
  .dispPc {
    display: none !important;
  }
  .dispSp {
    display: block !important;
  }
}

/* -----------------------------------------------------------------
layout
----------------------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.header__inner {
  position: relative;
  display: flex;
  max-width: 100%;
  border-bottom: 1px solid #d1d4dd;
  background: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
  padding-left: 4.6875vw;
  height: 18.75vw;
}
.header__logo__company {
  width: 18.75vw;
  margin-right: 11.875vw;
}
.header__logo__sumaHoken {
  width: 29.375vw;
}
.iconBefore {
  display: inline-block;
  width: 18px;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
}

@media (min-width: 768px) {
  .header--landingPage {
    border-bottom: 1px solid #d1d4dd;
  }
  .header__inner {
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 50px 0 60px;
    border-bottom: 0;
  }
  .header__logo {
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 80px;
    padding-left: 0;
  }
  .header__logo__company {
    width: 112px;
    margin-right: 0;
  }
  .header__logo__sumaHoken {
    width: 132px;
  }
  .header__restart {
    position: absolute;
    top: 20px;
    right: 187px;
  }
  .header__restart.btn--base {
    width: 145px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .header__restart {
    position: absolute;
    top: 20px;
    right: 187px;
  }
  .header__restart:hover {
    background-color: #ebebeb;
  }
}
@media (max-width: 767px) {
  .header--landingPage .displayNumber {
    font-size: 1rem;
    position: absolute;
    right: 13px;
    top: 11px;
  }
  .header--landingPage .btn {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .header--landingPage .btn--base {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding: 0;
    transform: scale(0.8);
    padding: 6px 8px;
    border-radius: 4px;
  }
  .header--landingPage .btn--base .iconBefore {
    padding-right: 2px;
    width: 12px;
    line-height: 1rem;
  }
}
/* -----------------------------------------------------------------
button basic
----------------------------------------------------------------- */
.btn {
  display: flex;
  justify-content: center;
}
.btn--base {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 9px 28px;
  width: 250px;
  height: 45px;
  border: solid 1px #cc0a15;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-decoration: none;
  color: #cc0a15;
  font-size: 1.4rem;
  font-weight: bold;
}
.btn--base:visited {
  color: #cc0a15;
}

/*レイアウト*/
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.backg--pink {
  width: 100%;
  background: #ffe0db;
}
.backg--gray {
  width: 100%;
  background: #f5f5f5;
}
.backg--yellow {
  background: #fffde4;
}
.mt15 {
  margin-top: 15px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.container {
  margin: 0 auto;
  max-width: 940px;
}
.container.more-wide {
  margin: 0 auto;
  max-width: 100%;
}
.inner-center {
  text-align: center;
}
.main1__visual {
  margin-top: 32px;
  text-align: center;
}
.main1__visual-text {
  margin-top: 12px;
  font-size: 1.8rem;
}
.main1__visual-text.big_text,
.comparison_text dt.big_text,
.comparison_text dd.big_text {
  font-size: clamp(12px, calc(20 / 940 * 100vw), 20px);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .main1__visual-text.big_text,
  .comparison_text dt.big_text,
  .comparison_text dd.big_text {
    font-size: clamp(12px, calc(26 / 768 * 100vw), 26px);
  }
}

/*まずはかんたん保険料見積り！*/
.estimateContainer {
  margin: 0 auto;
  padding: 46px 0 44px;
  max-width: 730px;
}
.heading-lv2 {
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: #d02f35;
  text-align: center;
  font-size: 2rem;
}
.estimateInner {
  background: #fff;
  border-right: 3px solid#d02f35;
  border-bottom: 3px solid #d02f35;
  border-left: 3px solid #d02f35;
  border-radius: 0 0 5px 5px;
}

.estimate__btn {
  display: flex;
  justify-content: center;
  margin: 0 0 38px 0;
}
/*見積り選択*/
.dateInner {
  display: flex;
  margin-top: 24px;
}

.form__fieldSet {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 25px 25px 0;
}
.form__column {
  display: flex;
  flex-direction: column;
  width: 439px;
}
.form__item {
  vertical-align: middle;
}
.selectWrap {
  position: relative;
  display: inline-block;
}

.selectWrap select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 27px;
  text-align: center;
  cursor: pointer;
  color: #000;
}

.selectWrap select::-ms-expand {
  display: none;
}
.selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 7px;
  background: url(../img/best/hospital12/icon-arrow-down.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.selectWrap select {
  height: 40px;
  border: 2px solid #5f5f5f;
  border-radius: 10px;
  background: #ffe0db !important;
  font-size: 2.1rem;
}
select.width180 {
  width: 180px;
}
select.widthXs {
  width: 80px;
}
.unit {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: bottom;
}
.mgLeft10 {
  margin-left: 10px;
}
.mgLeft15 {
  margin-left: 15px;
}
.radioCheck {
  display: none;
}
.radioCheck + label {
  position: relative;
  display: inline-block;
  padding: 6px 8px 6px 38px;
  border-radius: 10px;
  border: solid 2px #5f5f5f;
  background-color: #fff;
}
.radioCheck + label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9ea0aa;
  border-radius: 50%;
  background: #ffe0db;
}
.radioCheck:checked + label {
  background: #ebf2fb;
}
.radioCheck:checked + label::before {
  border: 1px solid #005bc5;
  background: #005bc5;
}
.radioCheck:checked + label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #f7f7f9;
  border-radius: 50%;
  background: #f7f7f9;
}
.radio-yesno {
  display: flex;
  margin-top: 24px;
  font-size: 1.8rem;
}
.radio-yesno .radioCheck + label::before,
.radio-yesno .radioCheck + label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.radio-yesno .radioCheck + label {
  line-height: 1.3;
  cursor: pointer;
}

/*ご存じですか？*/
.expense_title {
  margin-top: 77px;
}
.expense_subtitle {
  margin-top: 48px;
}
.expense_img01 {
  margin-top: 62px;
}
.expense_h3 {
  margin-top: 70px;
}
.expense_pie-hart {
  margin-top: 80px;
}
.expense_text {
  width: 623px;
  margin: 55px auto 0 auto;
  text-align: left;
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}

.lump_sum_h3 {
  display: flex;
  justify-content: center;
  align-items:  flex-start;
  margin-top: 39px;
}
.lump_sum_list {
  display: flex;
  justify-content: center;
  align-items:  flex-start;
  padding: 41px 0 66px 0;
}
.plan_h3 {
  padding: 60px 0 50px 0;
}
.plan_basicOuter {
  padding: 60px 0 75px;
}
.plan_basicBox,
.plan_chooseBox {
  position: relative;
  margin: 0 auto;
  max-width: 680px;
  border: 4px solid #e31d43;
  border-radius: 10px;
  background: #fff;
}
.plan_basicBox {
  padding: 68px 28px 24px 28px;
}
.plan_h4 {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 516px;
  height: auto;
}
.plan_plus {
  padding-top: 26px;
  height: 112px;
}
.plan_chooseBox {
  padding: 30px 0 46px 0;
}
.plan_list {
  margin-top: 40px;
}
.plan_list li:not(:last-child) {
  margin-bottom: 43px;
}
.payment_btn_box {
  position: relative;
}
.payment_btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
/* モーダルウィンドウ表示中に記事本体を固定 pc_modal sp_modal共通*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
/*pc_modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 43px);
}
.closebox_pink {
  position: absolute;
  top: 3%;
  right: 4%;
  width: 27px;
  height: 27px;
}
.closebox_green {
  position: absolute;
  top: 5%;
  right: 4%;
  width: 27px;
  height: 27px;
}
.js-modal-open.cheapest_link {
  cursor: pointer;
}
/*pc_modal end*/

.comparison_text {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0 auto;
  max-width: 750px;
  text-align: left;
  color: #d02f35;
  font-size: clamp(12px, calc(20 / 940 * 100vw), 20px);
}
@media (max-width: 768px) {
  .comparison_text {
    font-size: clamp(12px, calc(20 / 768 * 100vw), 20px);
    margin: min(calc(8 / 768 * 100vw), 8px) auto 0 auto;
    max-width: 90%;
  }
}
.comparison_text:last-of-type {
  margin: min(calc(8 / 940 * 100vw), 8px) auto 0;
}
.comparison_text dt {
  width: 9%;
  text-align: center;
}
.comparison_text dd {
  width: 91%;
}

.questionWrapper {
  margin-top: 150px;
}

.question_box {
  margin: 80px auto 0 auto;
  max-width: 730px;
  text-align: left;
}
.question_boxqa {
  padding: 40px 0;
}
.question_boxqa dt {
  border-bottom: 2px solid #0da96d;
}

 .question_boxqa dt,
 .question_boxqa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.question_boxqa dt p {
  margin-bottom: 25px;
  padding-left: 40px;
  color: #0da96d;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}

 .question_boxqa dd p {
  margin: 0;
  padding-left: 40px;
  font-size: 2.2rem;
  width: 100%;
}

 .question_boxqa:last-of-type {
  border-bottom: none;
}
.question_boxqa dt::before,
.question_boxqa dd::before  {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;

  vertical-align: middle;
}
 .question_boxqa dt::before {
  background: url(../img/best/hospital12/question_q-icon.png) no-repeat;
  background-size: contain;
}

 .question_boxqa dd::before {
  background: url(../img/best/hospital12/question_a-icon.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .question_box {
    width: 95%;
  }
}
.question_text {
  max-width: 574px;
  margin-left: 212px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  text-align: left;
  font-size: 1.8rem;
}
.examination_h3 {
  margin-top: 15px;
  text-align: center;
}
.examination_btn {
  margin-top: 26px;
  text-align: center;
}

.rush_h3 {
  margin-top: 67px;
}

.rush_h4 {
  margin-top: 42px;
}
.rush_h5 {
  margin-top: 25px;
}
.rush_pic {
  margin-top: 66px;
}
.rush_textbox {
  margin: 36px auto 0 auto;
  width: 760px;
  text-align: left;
}
.rush_text {
  font-size: 2.4rem;
}
.bold {
  font-weight: bold;
}
.rush_textsub {
  margin-top: 40px;
  font-size: 1.8rem;
}

hr {
  margin-top: 40px;
  max-width: 92%;
  height: 2px;
  background: #959595;
}

.contract_text {
  font-size: 2rem;
}
.contract_text li:not(:last-child) {
  margin-bottom: 50px;
}
.contract_link {
  padding-bottom: 4px;
  border-bottom: 2px solid #a3a3a3;
  color: #000;
}

/*フッター*/
.footer_wrapper {
  width: 100%;
  margin-top: 64px;
  padding: 25px 0 21px 0;
  background: #f5f6f8;
}
.free_dial {
  display: flex;
  justify-content: space-between;
  max-width: 822px;
  margin: 0 auto;
}
.time {
  font-size: 1.6rem;
}
.holiday {
  font-size: 1.3rem;
}

/*フッターサブ*/
.footer__sub {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
 max-width: 1122px;
  height: 51px;
  margin: 0 auto;
  padding: 0 50px;
}
.footer__nav {
  display: flex;
  border-top: 0;
}
.footer__nav__item {
  padding: 0 8px;
  border-bottom: 0;
  border-right: 1px solid #d1d4dd;
}
.footer__nav__item:last-child {
  border-right: 0;
}
.footer__nav__item a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #666;
  font-size: 1.2rem;
}
.footer__sub__info {
  display: flex;
  align-items: center;
}
.footer__logo {
  margin-right: 20px;
  padding: 0;
  text-align: center;
}
.footer__logo__img {
  width: 112px;
}
.footer__copyright {
  padding-bottom: 0;
  line-height: 1;
  color: #666;
  font-size: 1rem;
  text-align: center;
}

/*SP*/
@media (max-width: 768px) {
  .mt70 {
    margin-top: 35px;
  }  
  .pb65 {
    padding-bottom: 36px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
  }
  .main1__visual {
    padding: 27px 35px 0 ;
  }
  .main1__visual-text {
    margin-top: 14px;
    font-size: clamp(12px, calc(20 / 768 * 100vw), 20px);
    text-align: left;
    padding-left: min(calc(26 / 768 * 100vw), 26px);
    text-indent: min(calc(-26 / 768 * 100vw), 26px);
  }
  .main1__visual-text span {
    padding-right: .2em;
  }
  /*まずはかんたん保険料見積り！*/
  .estimateContainer {
    margin: 0 auto;
    padding: 36px 20px;
    max-width: 730px;
  }
  .heading-lv2 {
    font-size: 1.75rem;
  }
  .estimateInfo__btn {
    max-width: 90%;
  }
  /*見積り選択*/
.dateInner {
  margin-top: 14px;
}
.form__fieldSet {
  flex-direction: column;
  margin-bottom: 7px;
  padding: 20px 11px;
}
.form__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__column p img {
  width: 30%;
}
.form__inlineRow  p img {
  width: 20%;
}

.selectWrap select {
  padding-right: 14px;
}
.selectWrap::after {
  right: 5px;
}
.selectWrap select {
  height: 35px;
  font-size: 1.4rem;
}
select.width180 {
  width: 106px;
}
select.widthXs {
  width: 60px;
}
.form__inlineRow {
  margin-top: 28px;
}
.unit {
  font-size: 1.2rem;
}
.mgLeft10 {
  margin-left: 5px;
}
.mgLeft15 {
  margin-left: 7px;
}
.radioCheck {
  display: none;
}
.radioCheck + label {
  padding: 10px 43px;

}
.radioCheck + label::before {
  top: 1px;
  left: 10px;
  display: block;
  width: 15px;
  height: 15px;
}

.radioCheck:checked + label::after {
  top: 17.5px;
  left: 13.5px;
  width: 8px;
  height: 8px;
}
.radio-yesno {
  margin-top: 12px;
  font-size: 1.2rem;
}

.estimate__btn {
  margin: 0 0 26px 0;
}
.expense_title {
  margin: 40px auto 0 auto;
  max-width: 90%; 
}
.expense_subtitle {
  margin: 27px auto 0 auto;
  max-width: 90%; 
}
.expense_img01 {
  margin: 31px auto 0 auto;
  max-width: 90%; 
}
.expense_h3 {
  margin: 56px auto 0 auto;
  max-width: 90%; 
}
.expense_pie-hart {
  margin: 35px auto 0 auto;
  max-width: 90%; 
}
.expense_text {
  max-width: 90%; 
  margin: 33px auto 0 auto;
  text-align: left;
  font-size: 0.9rem;
  padding-left: 1em;
  text-indent: -1em;
}
.lump_sum_h3 {
  margin: 22px auto 0 auto;
  max-width: 219px;
}
.lump_sum_list {
  padding: 25px 20px 43px 20px;
}
.plan_h3 {
  max-width: 90%; 
  margin: 0 auto;
  padding: 30px 0 25px 0;
}
.plan_basicOuter {
  padding: 53px 20px 21px 20px;
}
.plan_h4 {
  top: -18px;
  width: 90%;
}
.plan_basicBox {
  padding: 15px 12px 24px 14px;
}
.plan_basicBox p {
  margin-top: 20px;
}
.plan_plus {
  padding-top: 13px;
  height: 92px;
}
.plan_chooseBox {
  padding: 15px 30px 23px 30px;
}
.plan_list {
  margin-top: 20px;
}

.plan_list li:not(:last-child) {
  margin-bottom: 20px;
}
.payment_btn {
  max-width: 90%; 
  bottom: 10px;
}
/* .comparison_text {
  margin: 8px auto 0 auto;
  max-width: 90%;
  font-size: 10px;
} */
.comparison_text dt {
  width: 10%;
}
.comparison_text dd {
  width: 90%;
}
.questionWrapper {
  margin-top: 75px;
}
.question_h3 {
  margin: 0 auto;
  max-width: 40%; 
}
.question_box {
  margin: 34px auto 0 auto;
}
.question_boxqa dt p {
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 1.2rem;
}
.question_boxqa dd p {
  margin: 0;
  padding: 0 20px;
  font-size: 1.1rem;
}
.question_boxqa dt::before,
.question_boxqa dd::before {
  width: 21px;
  height: 21px;
}
.question_boxqa {
  padding: 10px 0;
}
.question_text {
  max-width: 90%;
  margin-left: 57px;
  padding-right: 2%;
  font-size: 0.9rem;
}
.examination_h3 {
  max-width: 70%;
  margin: 0 auto;
}
.examination_btn {
  max-width: 90%;
  margin: 8px auto 0 auto;
}
.rush_h3 {
  max-width: 80%;
  margin: 20px auto 0 auto;
}
.rush_h4 {
  max-width: 70%;
  margin: 20px auto 0 auto;
}
.rush_h5 {
  max-width: 60%;
  margin: 20px auto 0 auto;
}
.rush_pic {
  margin: 13px auto 0 auto;
  max-width: 90%;
}
.rush_textbox {
  margin: 19px auto 0 auto;
  max-width: 90%;
}
.rush_text {
  font-size: 1.2rem;
}
.rush_textsub {
  margin-top: 20px;
  font-size: 0.9rem;
}
hr {
  max-width: 90%;
}
.contract_text {
  font-size: 1rem;
}
.contract_text li:not(:last-child) {
  margin-bottom: 25px;
}
.contract_link {
  padding-bottom: 5px;
}
/*フッター*/
.footer_wrapper {
  margin-top: 36px;
  padding: 30px 30px 21px 30px;
  background: #f5f6f8;
}
.free_dial {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.free_dial li:not(:last-of-type) {
  margin-bottom: 10px;
}
.time {
  font-size: 1.1rem;
}
.holiday {
  font-size: 1rem;
}
/*サブフッター*/
.footer__sub {
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 ;
  padding: 0;
}
.footer__nav {
  flex-direction: column;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d1d4dd;

}
.footer__nav__item {
  border-bottom: 1px solid #d1d4dd;
  border-right: 0;
}
.footer__nav__item a {
  position: relative;
  display: block;
  height: 44px;
  padding: 13px 15px;
  color: #666;
  font-size: 1.2rem;
}
.footer__nav__item a.btn__arrow--next::after {
  border-color: #666;
}
.btn__arrow--next.gray::after {
  right: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #666;
  transform: rotate(-45deg);
}
.footer__logo {
  padding: 20px 0 10px;
  text-align: center;
}
.footer__copyright {
  padding-bottom: 20px;
  line-height: 1;
  color: #666;
  font-size: 1rem;
  text-align: center;
}
.footer__sub__info {
  flex-direction: column;
}
}/*SPend*/

/*sp_modal*/
@media screen and (max-width: 750px) {
  .modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .modal_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
  }
  .modal_content.pdlr10px {
    padding-left:10px;
    padding-right: 10px;
  }
  #priceSim .box1 .animal-list {
    justify-content: space-evenly;
  }
  .pay {
    font-size: 130% !important;
  }
  #priceSim .six-list .btn-txt:nth-child(3) {
    margin-bottom: 10px;
  }
  .closebox_pink {
    position: absolute;
    top: 3%;
    right: 4%;
    width: 20px;
    height: 20px;
  }
  .closebox_green {
    position: absolute;
    top: 5%;
    right: 4%;
    width: 20px;
    height: 20px;
  }
  .js-modal-open.cheapest_link {
    cursor: pointer;
  }
}
/*sp_modal max-width: 768px end*/

/*SP*/
@media (max-width: 358px) {
  select.width180 {
    width: 90px;
}
}

/* add_start_2023/07/25 2023_00093_【ネットチャネル】スマ保険パスワード再設定方法改修 */

.main {
  position: relative;
}

.header2__navOpen {
  box-sizing: initial;
}

.selectWrap select.is-select {
  background: #ebf2fb;
}

.pageTop {
    position: fixed;
    right: 10px;
    bottom: 9px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
}

.pageTop.is-absolute {
    position: absolute;
    bottom:-28px;
}

.pageTop__link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.pageTop__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
    left: 14px;
}

@media (min-width: 768px){
  .pageTop {
    right: 20px;
    bottom: 19px;
  }
  
  .pageTop.is-absolute {
    bottom:-40px;
  }
  
  .footer__nav__item .btn__arrow--next::after{
  content:none;
}
}
.sp {
  display: none;
}

/* add_end_2023/07/25 2023_00093_【ネットチャネル】スマ保険パスワード再設定方法改修 */
