/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* FONT-SIZE
-------------------------------------*/
/* @media screen and (max-width: 480px) {
  html {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  html {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px !important;
  }
} */

html {
    font-size: 16px;
}

body {
  /* font-size: 1.6em; */
  line-height: 1.8;
  letter-spacing: 0.04rem;
}

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

a {
  display: block;
  text-decoration: underline;
  color: #fff;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  color: #fff;
}

/* コンテンツエリア
-------------------------------------*/
.justify-content-between {
  background: #efefef;
}

p {
  margin-bottom: 28px;
  margin-top: -5px;
}

.pink {
  color: #ff1493;
}

.red {
  color: #f64647;
}

.blue {
  color: #414195;
}

.mt10 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr30 {
  margin-right: 30px !important;
}



.strong {
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 750px) {
  .strong {
    font-size: 1.05em;
  }

}

.fs-l {
  font-weight: bold;
  font-size: 1.4em;
}

@media screen and (max-width: 750px) {
  .fs-l {
    font-size: 1.35em;
  }
}

.fs-ll {
  font-weight: bold;
  font-size: 1.6em;
}

@media screen and (max-width: 750px) {
  .fs-ll {
    font-size: 1.45em;
  }
}

.fs-lll {
  font-weight: bold;
  font-size: 1.8em;
}

@media screen and (max-width: 750px) {
  .fs-lll {
    font-size: 1.45em;
  }
}

ul.check {
  display: inline-block;
  padding: 0;
}

ul.check li {
  display: flex;
  column-gap: 5px;
  list-style: none;
  margin-bottom: 5px;
}

ul.disc {
  display: inline-block;
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

ul.disc li {
  text-align: left;
  margin-bottom: 5px;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.marker {
  background: linear-gradient(transparent 60%, #FFD6EA 60%);
  font-weight: bold;
  font-size: 18px;
}

.pr {
  font-weight: bold;
  color: red;
}

.fs-s {
  font-size: 0.8em !important;
}

.fs20 {
  font-size: 20px;
}

.pink-ttl {
  font-size: 36px;
  color: #ff1493;
  font-weight: bold;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 750px) {
  .pink-ttl {
    font-size: 26px;
  }
}

.bold {
  font-weight: bold;
}

.u-line {
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
}

section {
  margin-top: 40px;
}

h2 {
  /*     font-size: 1.4rem !important; */
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

h2 strong {
  /*     font-size: 1.8rem !important; */
  line-height: 1.4;
}

h3 {
  /*     font-size: 1.2rem !important; */
  line-height: 1.6;
  margin-bottom: 0;
}

p strong {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-size: 1.2rem;
}

p strong.add_text-highlight {
  background: none;
}

p strong.add_text-highlight>strong {
  background: none;
  line-height: 1;
}

.add_zIndex100 {
  z-index: 100;
}

.add_spacing-shorten {
  letter-spacing: -1px;
}

.add_color-purple {
  color: #70319e;
}

.add_color-blue {
  color: #4672c2;
}

.add_color-white {
  color: #ffffff;
}

.add_color-red {
  color: #f64647;
}

.add_color-blue {
  color: #85b1bb;
}

.add_bg-color-white {
  background: #ffffff;
}

.add_bg-color-red {
  background: #f64647 !important;
}

.add_bg-color-green {
  background: #46C035 !important;
}

@media screen and (min-width:481px) {
  .add_bg-block-contain {
    background-size: contain !important;
  }

  .add_bg-block {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }

  .add_main_img-contain .w-75 {
    width: 50% !important;
  }
}

@media screen and (max-width:480px) {
  .add_bg-block {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
}

.add_bg-block::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.add_bg-block-bkwht {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.add_lh-120 {
  line-height: 1.2
}

.add_lh-130 {
  line-height: 1.3
}

.add_lh-140 {
  line-height: 1.4
}

.add_lh-150 {
  line-height: 1.5
}

.add_lh-200 {
  line-height: 2.0
}

.add_item-block ul {
  margin: 0;
  padding: 0;
}

.add_item-block li {
  list-style: none;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem;
}

.add_item-block li:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: .7rem;
  height: 1.5rem;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.add_btn-link {
  color: #fff;
  font-weight: bold;
  border-radius: .5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3rem 0;
  font-size: 1.2rem;
  background: #be911e;
  text-decoration: none;
  line-height: 1.3em;
}

@media screen and (max-width:480px) {
  .add_btn-link {
    width: 100%;
  }
  
}

.add_btn-link:hover {
  color: #fff;
  text-decoration: none;
}

.bg-grey {
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width:767px) {
  .bg-grey {
    padding: 20px;
  }
}

.bg-yellow {
  background-color: #FFF2CC;
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width:767px) {
  .bg-yellow {
    padding: 20px;
  }
}

.al-block {
  display: inline-block;
  width: 90%;
  text-align: left;
}

@media screen and (max-width:767px) {
  .al-block {
    width: 100%;
  }
}

.inline-block {
  display: inline-block;
}

.pc {
  display: none;
}

@media screen and (min-width:768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

}

.main-wrap {
  padding-top: 60px;
}

@media screen and (max-width:599px) {
  .main-wrap {
    padding-top: 40px;
  }
  
}

/* kv */
.kv {
  background-color: #efefef;
}

.kv_img {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

h1.kv_ttl {
  display: none;
}

/* 目次 */
.index_wrap {
  margin-top: 60px;
}

.index_heading {
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: #FF6B9F;
}

.index_heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.index_heading span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_list.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.index_wrap .index_list {
  padding: 24px;
  background-color: #F7F7F7;
}

@media screen and (max-width:599px) {
  .index_wrap .index_list {
    padding: 15px;
  }
  
}

.index_wrap .list {
  display: grid;
  gap: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  list-style: none;
}

@media screen and (max-width:599px) {
  .index_wrap .list {
    gap: 6px;
    padding-left: 20px;
    font-size: 15px;

  }
}

.index_wrap .list .link {
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-decoration: none;
  transition: none;
}

@media screen and (max-width:599px) {
  .index_wrap .list .link {
    font-size: 15px;
    line-height: 1.65;
  }
}

.index_wrap .sub-list {
  list-style-type: disc;
}

.index_wrap .sub-link {
  font-size: 15px;
  font-weight: normal;
  color: inherit;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-decoration: none;
  transition: none;
}

@media screen and (max-width:599px) {
  .index_wrap .sub-link {
    font-size: 14px;
    line-height: 1.65;
  }
}

.index_wrap .last-link {
  display: block;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-decoration: none;
  transition: none;
}

@media screen and (max-width:599px) {
  .index_wrap .last-link {
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.65;
  }
}

/* セクションタイトル */
h2.sec_title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 40px 0 20px;
  padding: 10px 20px;
  background-color: #FF6B9F;
}

@media screen and (max-width:599px) {
  h2.sec_title {
    font-size: 20px;
    margin: 30px 0 20px;
    padding: 10px 15px;
  }

  h2.sec_title span.sp-s {
    font-size: 16px;
  }
}

h2.sec_title_pr {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  margin: 40px 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #FF6B9F;
  background: #f4f4f4;
}

@media screen and (max-width:599px) {
  h2.sec_title_pr {
    font-size: 20px;
    margin: 30px 0 20px;
    padding: 10px 15px;
  }

  h2.sec_title span.sp-s {
    font-size: 16px;
  }
}

h3.sec_sub_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: dotted 2px #FF6B9F;
}

/* 比較表 */
.table_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.table_title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.table_wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 100%;
}

.table_wrap table th,
.table_wrap table td {
  border: 1px solid #ddd;
}

.table_wrap table tr {
  height: 100%;
}

.table_wrap table th {
  width: 33.33%;
  padding: 10px;
}

@media screen and (max-width:599px) {
  .table_wrap table th {
    padding: 5px;
  }
}

.table_wrap table th .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.table_wrap table th .img {
  width: 100%;
  height: auto;
}

.table_wrap table th .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:599px) {
  .table_wrap table th .name {
    font-size: 12px;
  }
}

.table_wrap table .btn {
  text-align: center;
  padding: 0 5px;
}

.table_wrap table .btn a {
  display: block;
  padding: 10px;
  background-color: #FF6B9F;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  line-height: 12px;
}

@media screen and (max-width:599px) {
  .table_wrap table .btn a {
    font-size: 12px;
  }
}

.table_wrap table .btn a .small {
  font-size: 11px;
}

@media screen and (max-width:599px) {
.table_wrap table .btn a .small {
  font-size: 10px;
}
}

.table_wrap table .btngray {
  display: block;
  padding: 10px;
  background-color: #535051;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width:599px) {
  table_wrap table .btngray {
    font-size: 12px;
  }
}

.table_wrap table td {
  padding: 10px;
  height: 100%;
}

@media screen and (max-width:599px) {
  .table_wrap table td {
    padding: 5px;
  }
}

.table_wrap table td .inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
}

.table_wrap table td .item {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width:599px) {
  .table_wrap table td .item {
    font-size: 12px;
  }
}

.table_wrap table td .text {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .table_wrap table td .text {
    font-size: 12px;
  }
}

.table_note {
  font-size: 12px;
  font-weight: normal;
}

/* 背景色付きリスト */
.bg-list {
  background-color: #F7F7F7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}

.bg-list ul {
  display: grid;
  gap: 10px;
  list-style: disc;
  padding-left: 20px;
}

.bg-list ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.bg-list ul li .note {
  font-size: 12px;
  font-weight: normal;
}

.bg-list ul li .text {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

/* footer */
footer {
  background-color: #F9CFE8;
}

/* 注釈 */
.caution {
	font-size: 0.5em;
	vertical-align: top;
}

.index-caution {
	margin-top: 10px;
}

.example {
  font-size: 0.6em;
  vertical-align: top;
}

