/*======================================
c-block
======================================*/
.c-section { padding: 110px 70px;}
.c-section__inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .c-section { padding: 110px 40px;}
}
@media screen and (max-width: 1024px) {
  .c-section { padding: 80px 20px;}
}
@media screen and (max-width: 600px) {
  .c-section { padding: 60px 20px;}
}


.l-spacer.-small { margin-top: 70px; }
/*======================================
c-bg
======================================*/
.c-bg01 { background: #F1FAFC!important;}
.c-bg02 { background: #FDFCF4!important;}
.c-bg03 { background: #FDF6F2!important;}


/*======================================
c-heading
======================================*/
.c-heading01 {
  font-size: 5.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.c-heading02 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.c-heading02 .emph {
  font-size: 1.3em;
}

.c-heading03 {  line-height: 1.5; text-align: center;}
.c-heading03__en {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Overpass";
}
.c-heading03__title { font-size: 1.5rem; font-weight: 700; color: #E55422;}

.c-heading04 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5em; 
}

@media screen and (max-width: 1200px) {
  .c-heading01 { font-size: 3.0rem;}
  .c-heading02 { font-size: 3.0rem;}
}
@media screen and (max-width: 1024px) {
  .c-heading01 { font-size: 2.5rem;}
  .c-heading02 { font-size: 2.5rem;}
  .c-heading03__en { font-size: 3.0rem;  }
  .c-heading03__title { font-size: 1.4rem;}
  .c-heading04 { font-size: 2rem;}
}
@media screen and (max-width: 600px) {
  .c-heading01 { font-size: 2.0rem; text-align: left; }
  .c-heading02 { font-size: 2.0rem; text-align: left; }
  .c-heading03__en { font-size: 2.5rem;}
  .c-heading03__title { font-size: 1.1rem;}
  .c-heading04 { font-size: 1.5rem;}

}

.title-comment {
  font-size: 2.7rem; font-weight: bold; 
  padding: .3em 1.5em;
  line-height: 2;
  border-radius: 5px;
  background: #4FB2C9;
  color: #FFF;
  margin-bottom: 2em;
  position: relative; 
  display: inline-block; 
}
.title-comment.-orange {
  background: #E55422;
}
.title-comment::after {
  content: ''; 
  width: 0;
  height: 0;
  border-style:solid; border-width: .5em .3em 0; border-color:  #4FB2C9 transparent transparent; 
  display: block; position: absolute; top: 100%; left: 0; right: 0; margin: auto; 
}
.title-comment.-orange::after {
  border-color: #E55422 transparent transparent; 
}


.title-comment.-orange-line {
  background: #FFF;
  border: 4px solid #E55422;
  color: #222;
}
.title-comment.-blue-line {
  background: #FFF;
  border: 4px solid #4FB2C9;
  color: #222;
}
.title-comment.-orange-line > span,
.title-comment.-blue-line > span { position: relative; z-index: 2; }
.title-comment.-blue-line::after,
.title-comment.-orange-line::after {
  content: ''; 
  width: .8em;
  height: .8em;
  background: #FFF; 
  border-style:solid; border-width: 4px; border-color:  transparent #4FB2C9 #4FB2C9 transparent ; 
  display: block; position: absolute; top: 100%; left: 0; right: 0; margin: auto; 
  transform: translateY(-50%) rotate(45deg);
}
.title-comment.-orange-line::after {
  border-color: transparent #E55422  #E55422  transparent ; 
}

@media screen and (max-width: 900px) {
  .title-comment { font-size: 2rem;}
}
@media screen and (max-width: 600px) {
  .title-comment { font-size: 1.5rem;}
}
/*======================================

======================================*/

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 600px) {

}


/*======================================

======================================*/

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 600px) {

}


/*======================================

======================================*/

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 600px) {

}


/*======================================

======================================*/

@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 600px) {

}

.list-check {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 2.5em;
  line-height: 2em;
  text-align: left;
}
.list-check > li {
  margin-bottom: 1em;
}
.list-check > li::before {
  content: '';
  width: 2em; height: 2em;
  margin-left: -2em;margin-right: .5em; 
  display: inline-block; vertical-align: middle;
  background: url("../image/common/check-icon.svg") no-repeat center center / contain; 
}

.list-check.-orange > li::before {
  background-image: url("../image/common/check-icon-orange.svg");
}

.list-check.-green > li::before {
  background-image: url("../image/common/icon-check-green.svg");
}


@media screen and (max-width: 900px) {
  .list-check {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
}

