@charset "UTF-8";
/* 
1.デバイス共通css
2.768px以下のみ (スマホのみ※タブレット含む)
3.769px以上のみ (タブレット含めたスマホ以上)
4.1000px以上のみ (PC)
5.320px以下のみ (幅狭スマホ)
6.slick
*/

/* 共通 */

body,
.Link__inner {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}


.languagearea {
  background-color: #ffffff;
  text-align: right;
}

.LanguageSwitch__layoutA {
  position: static;
  top: 80px;
  right: 20px;
  justify-content: right;
}

 .LanguageSwitch__layoutA {
 margin-bottom: 40px;
 margin-top: 40px;
 margin-right: 20px;
 }


.Mvarea {
  background-color: #B71C1C;
  text-align: center;
}

.Mvarea__inner {
  position: relative;
  display: inline-block;
}

._bg__ivy {
  background-color: #B71C1C;
}

.f1{
  color: #fff;
  font-weight: 600;
}

.f2 {
  color: #FDD835;
}

.f3 {
  color: #851414;
}

.f4 {
  color: #B71C1C;
}

.List-normal__item {
  display: -ms-grid;
  display: grid;
  gap: 0px;
  -ms-grid-columns: 1em 1fr;
  grid-template-columns: 1em 1fr;
}

.grid{
  grid-template-columns: 0.6em 1fr!important;
}


.line{
text-decoration:underline;
}

.Sectionlp {
  padding: 30px 0;
}

.section_box:has(.heading02_pattern01) {
  position: relative;
}

.heading02_pattern01 {
  position: absolute;
  max-width: 296px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}

.section_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  border: 1px solid #CCC;
  margin-bottom: 30px;
}

.Sectionlp-01 .Section__inner {
  padding: 13px 20px 20px 20px;
  margin-bottom: 0;
}

h2{
  color: #851414;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3{
  color:#fff;
  border-radius: 20px;
  background-color: #851414;
  text-align: center;
  max-width: 335px;
  font-size: 20px;
  line-height: 110%;
  margin-inline: auto;
  padding: 5px 0px 8px 0px;
}


h4{
  color: #851414;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.f15{
  font-size: 15px;
}

.f18 {
  font-size: 18px;
}

.mt15{
  margin-top: 15px !important;
}

.radius{
    border-radius: 26px !important;
}

.List-icon__layoutB {
  margin-bottom: 0px;
}

.List-icon__layoutB>.List-icon__marker {
  display: flex;
  margin-left: 0px;
  align-items: center;
  margin-bottom: 20px;
}

.h3_01 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.Sectionlp-01 p {
  margin-bottom: 10px;
}

.Section_02 {
  background-color: #F5F5F5;
  padding: 30px 0;
}

.List-icon__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.List-icon__layoutB>.List-icon__marker>img {
  margin: 0;
  margin-right: 10px;
}

.List-normal__layout:not(:first-child),
.List-number__layout:not(:first-child),
.List-check__layout:not(:first-child),
.List-icon__layoutA:not(:first-child),
.List-caution__layout:not(:first-child),
.List-indent__list:not(:first-child) {
  margin-top: 7px;
}

.List-icon__layoutB {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 8px;
}



.partnershipArea {
  padding: 30px 0 0;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text,
.ColorButton__moduleF.-colorGreen>.ColorButton__text {
  background-color: #B71C1C;
  border-color: #B71C1C;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text:hover,
.ColorButton__moduleF.-colorGreen>.ColorButton__text:hover {
  color: #B71C1C;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text:hover::before,
.ColorButton__moduleF.-colorGreen>.ColorButton__text:hover::before {
  background-image: url(/soukin/jp/lp/lp_20/image/ico_arrow_right_red.svg);
}

.ColorButton__layoutA {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  margin-top: 30px;
}

._vw__WU {
  width: 44vw;
  max-width: 299px;
}

/* 768px以下指定 (スマホのみ) */
@media (max-width: 768px) {
  .Footer__wrapper {
    margin-top: 60px;
  }

h2 {
  color: #851414;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  color: #fff;
  border-radius: 17px;
  background-color: #851414;
  text-align: center;
  max-width: 295px;
  font-size: 16px;
  line-height: 120%;
  margin-inline: auto;
  padding: 3px 0px 4px 0px;
}


h4 {
  color: #851414;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.Sectionlp-01 h3,
.h2_02 {
margin-top: 30px;
margin-bottom: 20px;
}


 .LanguageSwitch__layoutA {
   margin-bottom: 40px;
   margin-top: 30px;
   margin-right: 20px;
 }


}

/* スマホサイズ以上 */
@media (min-width: 769px) {
  .Sectionlp-01 .Section__inner {
    padding: 20px 40px 40px 40px;
  }



  p {
    font-size: 20px;
  }

  .Sectionlp-01 h3,
  .h2_02 {
    margin-top: 30px;
  }

  ._inlineBlock__pc {
    display: inline-block;
  }

  .List-normal__text {
    font-size: 18px;
  }

  .List-icon__layoutB {
    padding: 40px;
  }

  .section_box {
    padding: 40px;
  }

  .Section_02 {
    padding: 60px;
  }

  .Sectionlp-01 {
    padding: 0 0 60px;
  }

  .h2_02 {
    margin-bottom: 20px;
  }

  .heading02_pattern01 h2 {
    font-size: 26px;
  }

  .List-icon__layoutB,
  .section_box {
    margin-bottom: 40px;
  }

  ._partnership__logo {
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1000px) {
  .heading02_pattern01 {
    max-width: 400px;
    top: -40px;
  }

  .heading02_pattern01 h2 {
    top: 25%;
  }

  .section_box {
    border-radius: 16px;
  }

}


/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {}