a:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}

a::after, a::before {
  -webkit-transition: .3s;
  transition: .3s;
}

a[href^=tel] {
  pointer-events: initial;
  text-decoration: underline;
}

a[href^=tel]:hover, a[href^=tel]:focus {
  color: #c21920;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  a[href^=tel]:hover, a[href^=tel]:focus {
    text-decoration: none;
  }
}

picture img {
  width: 100%;
}

.l-contents--revision2021 {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l-contents--revision2021::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/common/img/revision2021/bg_2.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-contents--revision2021 .c-note-3,
.l-contents--revision2021 .c-note-4e {
  font-size: 12px;
}

.l-contents--revision2021 .l-contents__inr {
  max-width: 100%;
}

.l-contents--revision2021 .c-text-link {
  text-align: left;
}

.l-contents--revision2021 .c-text-link a {
  font-size: 14px;
}

.l-contents--revision2021 .c-text-link a::after {
  padding-top: 2em;
  width: 2em;
}

.l-wrapper-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf2f5), to(#fff));
  background: linear-gradient(#edf2f5, #fff);
}

.l-wrapper-2 {
  padding-top: 135px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.l-wrapper-2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 980px;
  background: #fff;
  -webkit-transform: skewY(-5deg) translateY(90px);
          transform: skewY(-5deg) translateY(90px);
}

@media screen and (max-width: 768px) {
  .l-wrapper-2::before {
    height: 100%;
  }
}

.l-wrapper-3, .l-wrapper-3--other {
  background: #e6ecf2;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.l-wrapper-3 .c-box-3:first-of-type, .l-wrapper-3--other .c-box-3:first-of-type {
  margin-top: 151px;
}

@media screen and (max-width: 768px) {
  .l-wrapper-3 .c-box-3:first-of-type, .l-wrapper-3--other .c-box-3:first-of-type {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper-3, .l-wrapper-3--other {
    margin-top: 30px;
  }
}

.l-wrapper-3::before, .l-wrapper-3--other::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 14%;
  background: #fff;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 768px) {
  .l-wrapper-3::before, .l-wrapper-3--other::before {
    height: 10%;
  }
}

.l-wrapper-3--other::before {
  height: 30%;
}

@media screen and (max-width: 768px) {
  .l-wrapper-3--other::before {
    height: 19%;
  }
}

.l-wrapper-4 {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-wrapper-4 {
    margin-top: 30px;
  }
}

.l-wrapper-4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 68.5%;
  background: #e6ecf2;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 768px) {
  .l-wrapper-4::before {
    height: 63%;
  }
}

.l-wrapper--border {
  padding-bottom: 30px;
  border-bottom: 1px solid #b6babf;
}

.l-grid-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (max-width: 768px) {
  .l-grid-1 {
    margin: 0;
  }
}

.l-grid-1__item {
  width: 69%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .l-grid-1__item {
    width: 100%;
    padding: 0;
  }
}

.l-grid-2 {
  margin-top: 27px;
  border: 2px solid #f3d0d2;
  background: #fff;
  padding: 20px 58px 25px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-grid-2 .c-btn-2--other {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-grid-2 .c-btn-2--other {
    width: 100%;
  }
}

.l-grid-2 .c-btn-2--other a {
  background: #333;
  color: #fff;
  border: none;
  padding: 1px 5px;
  border: 1px solid #fff;
}

@media all and (-ms-high-contrast: none) {
  .l-grid-2 .c-btn-2--other a {
    padding: 2px 5px 0;
  }
}

.l-grid-2 .c-btn-2--other a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.l-grid-2 .c-btn-2--pink {
  width: 310px;
}

@media screen and (max-width: 768px) {
  .l-grid-2 .c-btn-2--pink {
    width: 100%;
  }
}

.l-grid-2 .c-btn-2--pink a {
  background: #ec6e72;
  color: #fff;
  border: none;
  padding: 1px 5px;
  border: 1px solid #ec6e72;
}

@media all and (-ms-high-contrast: none) {
  .l-grid-2 .c-btn-2--pink a {
    padding: 2px 5px 0;
  }
}

.l-grid-2 .c-btn-2--pink a:hover {
  background: #fff;
  color: #ec6e72;
  border: 1px solid #ec6e72;
  padding: 1px 5px;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .l-grid-2 .c-btn-2--pink a:hover {
    padding: 2px 5px 0;
    text-decoration: none;
  }
}

.l-grid-2 .c-btn-2--pink a:hover::after {
  border-top: 2px solid #ec6e72;
  border-right: 2px solid #ec6e72;
}

.l-grid-2 .c-btn-2--pink a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.l-grid-2 .c-note-3 {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .l-grid-2 {
    display: block;
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
  }
}

.l-grid-2__item {
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .l-grid-2__item {
    margin-left: 0;
  }
}

.l-grid-2__item:first-child {
  font-weight: bold;
  background: #f2d0d2;
  padding: 10px 19px;
  max-width: 150px;
  height: 70px;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-grid-2__item:first-child {
    height: auto;
    position: static;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
  }
}

.l-grid-2__item:first-child .c-text-1 {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .l-grid-2__item:first-child .c-text-1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-grid-2__item:last-child {
    padding: 15px 20px;
  }
}

.l-grid-2__item--inr {
  position: relative;
  top: 25px;
}

@media screen and (max-width: 768px) {
  .l-grid-2__item--inr {
    position: static;
  }
}

.l-grid-2__item--inr .c-btn-2--other {
  position: relative;
  top: -28px;
}

@media screen and (max-width: 768px) {
  .l-grid-2__item--inr .c-btn-2--other {
    position: static;
  }
}

.l-grid-3 {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-grid-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-grid-4 {
  max-width: 900px;
  margin: auto;
}

.l-grid-4 .c-text-2, .l-grid-4 .c-text-2--l {
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: bold;
}

.l-grid-4 .c-text-2::before, .l-grid-4 .c-text-2--l::before, .l-grid-4 .c-text-2::after, .l-grid-4 .c-text-2--l::after {
  content: none;
}

.l-grid-5 {
  max-width: 1100px;
  margin: auto;
}

.l-grid-5__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-grid-5__inr {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
  }
}

.l-grid-5__item {
  width: 50%;
  padding: 0 30px;
}

.l-grid-5__item a:hover {
  opacity: .8;
}

.l-grid-5__item a:focus {
  display: block;
  opacity: .8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.l-grid-5__item a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-grid-5__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-grid-5__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-grid-5__item:last-child {
    margin-bottom: 0;
  }
}

.l-grid-6__inr {
  max-width: 650px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-grid-6__item {
  width: 50%;
  padding: 0 25px 20px;
}

@media screen and (max-width: 768px) {
  .l-grid-6__item {
    width: 100%;
    padding: 0 10px 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-grid-6__item ~ .l-grid-6__item {
    margin-top: 20px;
  }
}

.l-grid-6__img {
  text-align: center;
}

.l-grid-6__text-1 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-grid-6__text-1 {
    margin-top: 10px;
  }
}

.c-btn-1, .c-btn-1--other, .c-btn-2, .c-btn-2--other, .c-btn-2--square, .c-btn-8, .c-btn-9 {
  display: inline-block;
  text-align: center;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .c-btn-1, .c-btn-1--other, .c-btn-2, .c-btn-2--other, .c-btn-2--square, .c-btn-8, .c-btn-9 {
    width: 100%;
  }
}

.c-btn-1 a, .c-btn-1--other a, .c-btn-2 a, .c-btn-2--other a, .c-btn-2--square a, .c-btn-8 a, .c-btn-9 a {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #333;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .c-btn-1 a, .c-btn-1--other a, .c-btn-2 a, .c-btn-2--other a, .c-btn-2--square a, .c-btn-8 a, .c-btn-9 a {
    font-size: 12px;
    padding: 17px 30px;
  }
}

.c-btn-1 a:hover, .c-btn-1 a:focus, .c-btn-1--other a:hover, .c-btn-1--other a:focus, .c-btn-2 a:hover, .c-btn-2 a:focus, .c-btn-2--other a:hover, .c-btn-2--other a:focus, .c-btn-2--square a:hover, .c-btn-2--square a:focus, .c-btn-8 a:hover, .c-btn-8 a:focus, .c-btn-9 a:hover, .c-btn-9 a:focus {
  color: #333;
  background: #fff;
  border: 1px solid #b6babf;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-btn-1 a:hover, .c-btn-1 a:focus, .c-btn-1--other a:hover, .c-btn-1--other a:focus, .c-btn-2 a:hover, .c-btn-2 a:focus, .c-btn-2--other a:hover, .c-btn-2--other a:focus, .c-btn-2--square a:hover, .c-btn-2--square a:focus, .c-btn-8 a:hover, .c-btn-8 a:focus, .c-btn-9 a:hover, .c-btn-9 a:focus {
    text-decoration: none;
  }
}

.c-btn-1 ~ .c-btn-1, .c-btn-1--other ~ .c-btn-1, .c-btn-2 ~ .c-btn-1, .c-btn-2--other ~ .c-btn-1, .c-btn-2--square ~ .c-btn-1, .c-btn-8 ~ .c-btn-1, .c-btn-9 ~ .c-btn-1, .c-btn-1 ~ .c-btn-1--other, .c-btn-1--other ~ .c-btn-1--other, .c-btn-2 ~ .c-btn-1--other, .c-btn-2--other ~ .c-btn-1--other, .c-btn-2--square ~ .c-btn-1--other, .c-btn-8 ~ .c-btn-1--other, .c-btn-9 ~ .c-btn-1--other, .c-btn-1 ~ .c-btn-2, .c-btn-1--other ~ .c-btn-2, .c-btn-2 ~ .c-btn-2, .c-btn-2--other ~ .c-btn-2, .c-btn-2--square ~ .c-btn-2, .c-btn-8 ~ .c-btn-2, .c-btn-9 ~ .c-btn-2, .c-btn-1 ~ .c-btn-2--other, .c-btn-1--other ~ .c-btn-2--other, .c-btn-2 ~ .c-btn-2--other, .c-btn-2--other ~ .c-btn-2--other, .c-btn-2--square ~ .c-btn-2--other, .c-btn-8 ~ .c-btn-2--other, .c-btn-9 ~ .c-btn-2--other, .c-btn-1 ~ .c-btn-2--square, .c-btn-1--other ~ .c-btn-2--square, .c-btn-2 ~ .c-btn-2--square, .c-btn-2--other ~ .c-btn-2--square, .c-btn-2--square ~ .c-btn-2--square, .c-btn-8 ~ .c-btn-2--square, .c-btn-9 ~ .c-btn-2--square, .c-btn-1 ~ .c-btn-8, .c-btn-1--other ~ .c-btn-8, .c-btn-2 ~ .c-btn-8, .c-btn-2--other ~ .c-btn-8, .c-btn-2--square ~ .c-btn-8, .c-btn-8 ~ .c-btn-8, .c-btn-9 ~ .c-btn-8, .c-btn-1 ~ .c-btn-9, .c-btn-1--other ~ .c-btn-9, .c-btn-2 ~ .c-btn-9, .c-btn-2--other ~ .c-btn-9, .c-btn-2--square ~ .c-btn-9, .c-btn-8 ~ .c-btn-9, .c-btn-9 ~ .c-btn-9 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-btn-1 ~ .c-btn-1, .c-btn-1--other ~ .c-btn-1, .c-btn-2 ~ .c-btn-1, .c-btn-2--other ~ .c-btn-1, .c-btn-2--square ~ .c-btn-1, .c-btn-8 ~ .c-btn-1, .c-btn-9 ~ .c-btn-1, .c-btn-1 ~ .c-btn-1--other, .c-btn-1--other ~ .c-btn-1--other, .c-btn-2 ~ .c-btn-1--other, .c-btn-2--other ~ .c-btn-1--other, .c-btn-2--square ~ .c-btn-1--other, .c-btn-8 ~ .c-btn-1--other, .c-btn-9 ~ .c-btn-1--other, .c-btn-1 ~ .c-btn-2, .c-btn-1--other ~ .c-btn-2, .c-btn-2 ~ .c-btn-2, .c-btn-2--other ~ .c-btn-2, .c-btn-2--square ~ .c-btn-2, .c-btn-8 ~ .c-btn-2, .c-btn-9 ~ .c-btn-2, .c-btn-1 ~ .c-btn-2--other, .c-btn-1--other ~ .c-btn-2--other, .c-btn-2 ~ .c-btn-2--other, .c-btn-2--other ~ .c-btn-2--other, .c-btn-2--square ~ .c-btn-2--other, .c-btn-8 ~ .c-btn-2--other, .c-btn-9 ~ .c-btn-2--other, .c-btn-1 ~ .c-btn-2--square, .c-btn-1--other ~ .c-btn-2--square, .c-btn-2 ~ .c-btn-2--square, .c-btn-2--other ~ .c-btn-2--square, .c-btn-2--square ~ .c-btn-2--square, .c-btn-8 ~ .c-btn-2--square, .c-btn-9 ~ .c-btn-2--square, .c-btn-1 ~ .c-btn-8, .c-btn-1--other ~ .c-btn-8, .c-btn-2 ~ .c-btn-8, .c-btn-2--other ~ .c-btn-8, .c-btn-2--square ~ .c-btn-8, .c-btn-8 ~ .c-btn-8, .c-btn-9 ~ .c-btn-8, .c-btn-1 ~ .c-btn-9, .c-btn-1--other ~ .c-btn-9, .c-btn-2 ~ .c-btn-9, .c-btn-2--other ~ .c-btn-9, .c-btn-2--square ~ .c-btn-9, .c-btn-8 ~ .c-btn-9, .c-btn-9 ~ .c-btn-9 {
    margin-left: 0;
  }
}

.c-btn-1--other.u-icon-arrow-3 a::after, .c-btn-2--other.u-icon-arrow-3 a::after {
  width: 7px;
  height: 7px;
  right: 10px;
}

.c-btn-1--other a, .c-btn-2--other a {
  padding: 2px 10px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-btn-1--other a, .c-btn-2--other a {
    padding: 5px 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-btn-1--other a, .c-btn-2--other a {
    padding: 3px 10px 0;
  }
}

.c-btn-1 a {
  color: #c11920;
  border-color: #c11920;
  background: #fff;
  padding: 15px 10px;
}

@media all and (-ms-high-contrast: none) {
  .c-btn-1 a {
    padding: 15px 10px 14px;
  }
}

.c-btn-1 a:hover {
  color: #fff;
  border-color: #fff;
  background: #c11920;
}

.c-btn-1.u-icon-arrow-3 a::after {
  border-top: 2px solid #c11920;
  border-right: 2px solid #c11920;
}

.c-btn-2 a {
  padding: 10px 5px 10px 15px;
}

.c-btn-2.u-icon-1 a, .c-btn-2.u-icon-2 a {
  color: #333;
  background: #fff;
  border: 1px solid #b6babf;
}

.c-btn-2.u-icon-1 a::after, .c-btn-2.u-icon-2 a::after {
  border-top: 2px solid #c11920;
  border-right: 2px solid #c11920;
}

.c-btn-2.u-icon-1 a:hover, .c-btn-2.u-icon-1 a:focus, .c-btn-2.u-icon-2 a:hover, .c-btn-2.u-icon-2 a:focus {
  color: #fff;
  background: #333;
  border: 1px solid #fff;
}

.c-btn-2.u-icon-1 a:hover::after, .c-btn-2.u-icon-1 a:focus::after, .c-btn-2.u-icon-2 a:hover::after, .c-btn-2.u-icon-2 a:focus::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn-2, .c-btn-2--other, .c-btn-2--square {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .c-btn-2, .c-btn-2--other, .c-btn-2--square {
    margin-top: 15px;
    width: 100%;
  }
}

.c-btn-2--square a {
  border-radius: 5px;
  font-weight: 400;
}

.c-btn-3, .c-btn-3--other {
  display: inline-block;
}

.c-btn-3 a, .c-btn-3--other a {
  display: inline-block;
  line-height: 1.3;
  padding: 9px 20px 8px;
  color: #c11920;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #c11920;
}

.c-btn-3 a:hover, .c-btn-3 a:focus, .c-btn-3--other a:hover, .c-btn-3--other a:focus {
  color: #fff;
  background: #c11920;
  border: 1px solid #fff;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-btn-3 a:hover, .c-btn-3 a:focus, .c-btn-3--other a:hover, .c-btn-3--other a:focus {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-3 a, .c-btn-3--other a {
    font-size: 11px;
  }
}

.c-btn-3 ~ .c-btn-3, .c-btn-3--other ~ .c-btn-3, .c-btn-3 ~ .c-btn-3--other, .c-btn-3--other ~ .c-btn-3--other {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .c-btn-3 ~ .c-btn-3, .c-btn-3--other ~ .c-btn-3, .c-btn-3 ~ .c-btn-3--other, .c-btn-3--other ~ .c-btn-3--other {
    padding-top: 10px;
    margin-left: 0;
  }
}

.c-btn-3--other a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-btn-3--other a {
    font-size: 10px;
  }
}

.c-btn-4, .c-btn-5 {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 190px;
}

.c-btn-4.u-icon-arrow-3 a::after, .c-btn-5.u-icon-arrow-3 a::after {
  width: 7px;
  height: 7px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .c-btn-4, .c-btn-5 {
    width: 100%;
  }
}

.c-btn-4 a, .c-btn-5 a {
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 14px;
  background: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  border: 1px solid #b6babf;
}

.c-btn-4 a:hover, .c-btn-5 a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #fff;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-btn-4 a:hover, .c-btn-5 a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-4 a, .c-btn-5 a {
    font-size: 12px;
    padding: 5px 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-btn-4 a, .c-btn-5 a {
    padding: 3px 10px 1px;
  }
}

.c-btn-5 {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .c-btn-5 {
    width: 100%;
  }
}

.c-btn-5 a {
  color: #fff;
  background: #333;
  border: 1px solid #fff;
}

.c-btn-5 a:hover, .c-btn-5 a:focus {
  color: #333;
  background: #fff;
  border: 1px solid #b6babf;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-btn-5 a:hover, .c-btn-5 a:focus {
    text-decoration: none;
  }
}

.c-btn-5 ~ .c-btn-5 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-btn-5 ~ .c-btn-5 {
    margin-left: 0;
  }
}

.c-btn-6 {
  display: inline-block;
  width: 450px;
}

.c-btn-6 a {
  display: block;
  background: #c21920;
  color: #fff;
  border: 1px solid #c21920;
  width: 100%;
  padding: 10px;
}

@media all and (-ms-high-contrast: none) {
  .c-btn-6 a {
    padding: 12px 10px 9px;
  }
}

.c-btn-6 a:hover {
  background: #fff;
  color: #c21920;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  border: 1px solid #c21920;
}

@media all and (-ms-high-contrast: none) {
  .c-btn-6 a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-6 {
    width: 100%;
  }
}

.c-btn-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/common/img/revision2021/bg_6.png) no-repeat;
  background-size: contain;
  height: 160px;
  width: 100%;
  text-align: center;
}

.c-btn-7__wrapper {
  max-width: 900px;
  margin: 50px auto;
}

.c-btn-7__wrapper a {
  color: #fff;
  font-weight: bold;
}

.c-btn-7__wrapper span {
  padding-right: 20px;
  opacity: 1;
}

.c-btn-7__wrapper span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-btn-7:hover, .c-btn-7:focus {
  opacity: .8;
}

.c-btn-7:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 60, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202, 60, 65, 0.5);
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .c-btn-7 {
    background-size: cover;
    background-position: center;
  }
}

.c-btn-8 {
  display: block;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-btn-8 {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.c-btn-8 a {
  font-size: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-btn-8 a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.c-btn-8 a:hover, .c-btn-8 a:focus {
  color: #333;
  background: #fff;
  border: 1px solid #b6babf;
}

.c-btn-9 {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-btn-9 {
    margin-top: 30px;
  }
}

.c-btn-9.u-icon-arrow-3 a::after {
  border-top: 2px solid #c11920;
  border-right: 2px solid #c11920;
}

.c-btn-9.u-icon-arrow-3 a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn-9 a {
  color: #333;
  font-size: 16px;
  background: #fff;
  border: 1px solid #b6babf;
  padding: 20px 30px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .c-btn-9 a {
    font-size: 10px;
    padding: 10px 40px;
  }
}

.c-btn-9 a:hover, .c-btn-9 a:focus {
  color: #fff;
  background: #333;
  border: 1px solid #fff;
}

.c-link-1 a {
  text-decoration: underline;
  color: #333;
}

.c-link-1 a:hover, .c-link-1 a:focus {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #c21920;
}

@media all and (-ms-high-contrast: none) {
  .c-link-1 a:hover, .c-link-1 a:focus {
    text-decoration: none;
  }
}

.c-link-2 {
  display: inline-block;
}

.c-link-2 a {
  font-size: 14px;
  text-decoration: underline;
  color: #333;
}

.c-link-2 a:hover, .c-link-2 a:focus {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #c21920;
}

@media all and (-ms-high-contrast: none) {
  .c-link-2 a:hover, .c-link-2 a:focus {
    text-decoration: none;
  }
}

.c-link-2 ~ .c-link-2 {
  margin-left: 25px;
}

.c-link-3 {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-link-3 {
    padding: 0 20px;
  }
}

.c-link-3 a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.c-link-3 a:hover, .c-link-3 a:focus {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #c21920;
}

@media all and (-ms-high-contrast: none) {
  .c-link-3 a:hover, .c-link-3 a:focus {
    text-decoration: none;
  }
}

.c-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-link-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-link-area ~ .c-link-area {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-link-area .c-text-2, .c-link-area .c-text-2--l {
    margin-bottom: 0;
  }
}

.c-link-area .c-link-2:first-of-type {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .c-link-area .c-link-2:first-of-type {
    margin-left: 0;
  }
}

.c-link-area .c-link-2 ~ .c-link-area .c-link-2 {
  margin-left: 30px;
}

.c-headline-1 {
  font-size: 24px;
  padding-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-headline-1 {
    font-size: 22px;
    padding-top: 30px;
    display: block;
    position: relative;
    padding-bottom: 8px;
  }
}

.c-headline-1::after {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c11920;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .c-headline-1::after {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
}

.c-headline-2, .c-headline-2--other {
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-headline-2, .c-headline-2--other {
    font-size: 15px;
  }
}

.c-headline-2--other {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-headline-2--other {
    font-size: 14px;
  }
}

.c-headline-3 {
  font-size: 16px;
  margin-top: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-headline-3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.c-headline-4 {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-headline-4 {
    font-size: 13px;
  }
}

.c-headline-5 {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-headline-5 {
    font-size: 13px;
  }
}

.c-headline-5::before, .c-headline-5::after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-headline-5::before {
  border-top: 8px solid #0e87bf;
  border-right: 8px solid #ffb257;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 90px;
  bottom: -10px;
}

@media all and (-ms-high-contrast: none) {
  .c-headline-5::before {
    bottom: -12px;
  }
}

@media screen and (max-width: 768px) {
  .c-headline-5::before {
    left: 82px;
    bottom: -9px;
  }
}

.c-headline-5::after {
  border-top: 6px solid #f3f9fc;
  border-right: 6px solid #fff7ee;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 92px;
  bottom: -7px;
}

@media all and (-ms-high-contrast: none) {
  .c-headline-5::after {
    bottom: -9px;
  }
}

@media screen and (max-width: 768px) {
  .c-headline-5::after {
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    left: 84px;
    bottom: -5px;
  }
}

.c-headline-6, .c-headline-6--other {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .c-headline-6, .c-headline-6--other {
    font-size: 20px;
  }
}

.c-headline-6--other {
  margin-top: 23px;
  line-height: 36px;
  margin-bottom: 0;
}

.c-headline-7, .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-headline-7--blue {
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 0;
  padding: 25px 35px;
}

@media screen and (max-width: 768px) {
  .c-headline-7, .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-headline-7--blue {
    font-size: 18px;
  }
}

.c-headline-8 {
  padding-top: 55px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 3px solid #f3d0d2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-headline-8 {
    font-size: 20px;
  }
}

.c-headline-8::after {
  content: '';
  height: 3px;
  width: 200px;
  background: #c11920;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-headline-9, .c-headline-9--other {
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-size: 23px;
  background: #c11920;
  border-radius: 50px;
  margin-top: 37px;
}

.c-headline-9--other {
  margin-top: 179px;
}

@media screen and (max-width: 768px) {
  .c-headline-9--other {
    margin-top: 50px;
  }
}

.c-headline-10 {
  line-height: 1.3;
  font-size: 20px;
  margin: 40px 0 20px;
  padding-left: 34px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-headline-10 {
    padding-left: 32px;
    font-size: 18px;
    margin: 30px 0 10px;
  }
}

.c-headline-10::before {
  content: '';
  width: 26px;
  height: 26px;
  background: #c11920;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-headline-10::before {
    width: 24px;
    height: 24px;
  }
}

.c-headline-10 span {
  content: '';
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 8px;
}

@media screen and (max-width: 768px) {
  .c-headline-10 span {
    width: 24px;
    height: 24px;
    font-size: 12px;
    top: 5px;
  }
}

.c-headline-11 {
  margin-bottom: .8rem;
  font-size: 20px;
  color: #c21920;
}

.c-block-1 {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-block-1 {
    padding: 0 20px;
  }
}

.c-block-1 .c-note-3 {
  margin: 36px 0 0;
}

@media screen and (max-width: 768px) {
  .c-block-1 .c-note-3 {
    margin-top: 0;
  }
}

.c-block-2 .c-text-1, .c-block-3 .c-text-1 {
  margin-bottom: 0;
}

.c-block-2 {
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-block-2 {
    padding: 0 20px;
  }
}

.c-block-3 {
  margin-top: 50px;
  background: #e6ecf2;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-block-3 {
    padding: 30px 20px;
  }
}

.c-block-3__inr {
  max-width: 1100px;
  margin: auto;
}

.c-block-4 {
  margin-top: 69px;
  background: #e6ecf2;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .c-block-4 {
    padding: 30px 20px;
    margin-top: 50px;
  }
}

.c-block-4__inr {
  max-width: 1100px;
  margin: auto;
}

.c-block-5__inr {
  margin: 50px 0;
}

.c-block-6:first-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-block-6:first-of-type {
    margin-top: 30px;
  }
}

.c-block-6:nth-of-type(2) .c-block-6__text-1 {
  margin: 0 0 18px;
}

.c-block-6 .c-box-4 {
  margin-top: 30px;
  border: 2px solid #fedcdd;
  border-top: none;
}

.c-block-6 .c-box-4 .c-block-6__text-1 {
  margin-top: 24px;
}

.c-block-6 .c-box-4 .c-headline-7, .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-headline-7--blue {
  background: #fedcdd;
  padding: 17px 60px 17px 29px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-block-6 .c-box-4 .c-headline-7, .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-headline-7--blue {
    font-size: 15px;
    padding: 17px 50px 17px 20px;
  }
}

.c-block-6 .c-box-4 .c-headline-7::before, .c-block-6 .c-box-4 .c-headline-7--green::before, .c-block-6 .c-box-4 .c-headline-7--blue::before {
  right: 30px;
}

@media screen and (max-width: 768px) {
  .c-block-6 .c-box-4 .c-headline-7::before, .c-block-6 .c-box-4 .c-headline-7--green::before, .c-block-6 .c-box-4 .c-headline-7--blue::before {
    right: 15px;
  }
}

.c-block-6 .c-box-4 .c-headline-7::after, .c-block-6 .c-box-4 .c-headline-7--green::after, .c-block-6 .c-box-4 .c-headline-7--blue::after {
  right: 44px;
}

@media screen and (max-width: 768px) {
  .c-block-6 .c-box-4 .c-headline-7::after, .c-block-6 .c-box-4 .c-headline-7--green::after, .c-block-6 .c-box-4 .c-headline-7--blue::after {
    right: 29px;
  }
}

.c-block-6 .c-box-4 .c-headline-7--green {
  background: #e5f2e6;
}

.c-block-6 .c-box-4 .c-headline-7--blue {
  background: #e8f8ff;
}

.c-block-6 .c-box-4__inr {
  padding-bottom: 0px;
}

.c-block-6__title {
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 21px 49px 15px;
  background: #c11920;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 768px) {
  .c-block-6__title {
    font-size: 20px;
    padding: 10px 20px 5px;
  }
}

.c-block-6__inr, .c-block-6__inr--other {
  padding: 30px 45px 40px;
  background: #fff;
}

.c-block-6__inr .c-text-1, .c-block-6__inr--other .c-text-1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-block-6__inr .c-text-1, .c-block-6__inr--other .c-text-1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-block-6__inr, .c-block-6__inr--other {
    padding: 20px 15px;
  }
}

.c-block-6__inr--other {
  padding: 60px 45px 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-block-6__inr--other .c-btn-2--other {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-block-6__inr--other {
    padding: 60px 15px 20px;
  }
}

.c-block-6__text-1 {
  display: inline-block;
  line-height: 1.3;
  margin-left: 23px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #c11920;
  position: relative;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .c-block-6__text-1 {
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 55px;
  }
}

.c-block-6__text-1::before {
  position: absolute;
  content: '';
  width: 86px;
  height: 22px;
  border: 2px solid #c11920;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-block-6__text-1::before {
    width: 50px;
    height: 20px;
    top: 4px;
    bottom: auto;
  }
}

.c-block-6__text-2 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}

.c-block-6__text-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 10px;
  height: 21px;
  width: 21px;
  background: url(/common/img/revision2021/icon_6.png) no-repeat;
}

.c-block-6__text-3 {
  margin: 41px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.c-block-6__text-3 span {
  display: inline-block;
  background: #fedcdd;
  padding: 8px;
  width: 518px;
}

@media screen and (max-width: 768px) {
  .c-block-6__text-3 span {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-block-6__text-3 {
    font-size: 18px;
  }
}

.c-block-6__img-1 {
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .c-block-6__img-1 {
    padding: 0 20px;
  }
}

.c-block-6__img-2 {
  width: 518px;
  border: 2px solid #7d7d7d;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-block-6__img-2 {
    width: 100%;
  }
}

.c-block-6__img-3 {
  max-width: 910px;
  width: 100%;
  margin: 30px 0 0;
  padding: 15px;
  border: 2px solid #ccc;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-block-6__img-3 {
    width: 100%;
  }
}

.c-block-6__img-4 {
  max-width: 910px;
  width: 100%;
  margin: 20px 0 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-block-6__img-4 {
    width: 100%;
  }
}

.c-block-6 ~ .c-block-6 {
  margin-top: 13px;
}

.c-text-1 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}

.c-text-2, .c-text-2--l {
  padding-left: 15px;
  width: 39%;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #333;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-text-2, .c-text-2--l {
    padding-left: 0;
    width: 97%;
  }
}

.c-text-2--l {
  width: 63%;
}

@media screen and (max-width: 768px) {
  .c-text-2--l {
    padding-left: 0;
    width: 97%;
  }
}

.c-text-2::after, .c-text-2--l::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 17px;
  background: #333;
  bottom: 5px;
  right: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-text-3 {
  font-size: 15px;
  margin-bottom: 1rem;
}

.c-text-4 {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .c-text-4 {
    margin-bottom: 20px;
    text-align: left;
  }
}

.c-text-area {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-text-area {
    padding: 0 20px;
  }
}

.c-box-1 {
  background: rgba(255, 255, 255, 0.7);
  padding: 35px 36px;
  margin-top: 50px;
}

.c-box-1 .c-btn-2--other {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-box-1 {
    padding: 22px 25px;
    margin-top: 20px;
  }
}

.c-box-1:last-child {
  margin-bottom: 49px;
}

.c-box-1__inr-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-box-1__inr-1 {
    display: block;
  }
}

.c-box-1__inr-2 {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .c-box-1__inr-2 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-box-1__inr-2 .c-text-link--pdf-link a {
    display: inline;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-box-1__inr-2 .c-text-link--pdf-link a::after {
    top: auto;
    bottom: -20px;
  }
}

.c-box-1__item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .c-box-1__item {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.c-box-1__item:first-child {
  margin-top: 0;
}

.c-box-2 {
  padding: 40px 0 30px;
  margin-top: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fff7ee), color-stop(50%, #fff7ee), color-stop(50%, #f3f9fc), to(#f3f9fc));
  background: linear-gradient(90deg, #fff7ee 0%, #fff7ee 50%, #f3f9fc 50%, #f3f9fc 100%);
}

@media screen and (max-width: 768px) {
  .c-box-2 {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}

.c-box-2 .c-text-1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-box-2 .c-text-1 {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-box-2 {
    background: #fff;
  }
}

.c-box-2__inr {
  max-width: 740px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-box-2__inr {
    padding: 0 20px;
  }
}

.c-box-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-box-2__item {
    display: block;
  }
}

.c-box-2__item-inr {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-box-2__item-inr {
    width: 100%;
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .c-box-2__item-inr:nth-child(1) {
    background: #fff7ee;
  }
}

@media screen and (max-width: 768px) {
  .c-box-2__item-inr:nth-child(2) {
    background: #f3f9fc;
    margin-top: 15px;
  }
}

.c-box-2__link-1 {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-box-2__link-1 {
    margin-bottom: 0;
  }
}

.c-box-2__link-1 a {
  font-size: 15px;
  color: #333;
  text-decoration: underline;
}

.c-box-2__link-1 a:hover, .c-box-2__link-1 a:focus {
  color: #c21920;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-box-2__link-1 a:hover, .c-box-2__link-1 a:focus {
    text-decoration: none;
  }
}

.c-box-2__link-2 {
  display: inline-block;
  line-height: 12px;
}

.c-box-2__link-2 a {
  color: #787878;
  font-size: 12px;
  text-decoration: underline;
}

.c-box-2__link-2 a:hover {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .c-box-2__link-2 a:hover {
    text-decoration: none;
  }
}

.c-box-3, .c-box-3--other {
  background: #fff;
  margin-top: 50px;
}

.c-box-3 .c-headline-7, .c-box-3 .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-box-3 .c-headline-7--green, .c-box-3 .c-block-6 .c-box-4 .c-headline-7--blue, .c-block-6 .c-box-4 .c-box-3 .c-headline-7--blue, .c-box-3--other .c-headline-7, .c-box-3--other .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-box-3--other .c-headline-7--green, .c-box-3--other .c-block-6 .c-box-4 .c-headline-7--blue, .c-block-6 .c-box-4 .c-box-3--other .c-headline-7--blue {
  padding: 0;
  margin: 40px 0 25px;
}

@media screen and (max-width: 768px) {
  .c-box-3 .c-headline-7, .c-box-3 .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-box-3 .c-headline-7--green, .c-box-3 .c-block-6 .c-box-4 .c-headline-7--blue, .c-block-6 .c-box-4 .c-box-3 .c-headline-7--blue, .c-box-3--other .c-headline-7, .c-box-3--other .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-box-3--other .c-headline-7--green, .c-box-3--other .c-block-6 .c-box-4 .c-headline-7--blue, .c-block-6 .c-box-4 .c-box-3--other .c-headline-7--blue {
    margin: 20px 0 15px;
  }
}

.c-box-3:first-of-type .c-box-3--other-headline-2, .c-box-3--other:first-of-type .c-box-3--other-headline-2 {
  margin-top: 42px;
}

.c-box-3 .c-box-3--other-headline-2, .c-box-3--other .c-box-3--other-headline-2 {
  margin-top: 75px;
}

.c-box-3 .c-box-3--other-headline-5, .c-box-3--other .c-box-3--other-headline-5 {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .c-box-3, .c-box-3--other {
    margin-top: 50px;
  }
}

.c-box-3__inr, .c-box-3--other__inr {
  padding: 0 50px 30px;
}

@media screen and (max-width: 768px) {
  .c-box-3__inr .c-link-2, .c-box-3--other__inr .c-link-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-box-3__inr, .c-box-3--other__inr {
    padding: 0 30px 25px;
  }
}

.c-box-3-headline-1, .c-box-3--other-headline-1 {
  font-size: 24px;
  padding: 40px 50px 0 140px;
  margin-bottom: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c21920;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-1, .c-box-3--other-headline-1 {
    font-size: 18px;
    padding: 30px 20px 0 80px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.c-box-3-headline-1 span, .c-box-3--other-headline-1 span {
  position: absolute;
  left: 90px;
  bottom: 1px;
  line-height: .9;
  font-size: 38px;
  color: #c11920;
  font-family: Arial;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-1 span, .c-box-3--other-headline-1 span {
    left: 40px;
    font-size: 31px;
    bottom: auto;
  }
}

.c-box-3-headline-1::before, .c-box-3--other-headline-1::before {
  content: '';
  width: 35px;
  height: 40px;
  background: url(/common/img/revision2021/icon_12.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 55px;
  bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-1::before, .c-box-3--other-headline-1::before {
    left: 15px;
    width: 25px;
    height: 30px;
    bottom: auto;
    top: 45%;
  }
}

.c-box-3-headline-1::after, .c-box-3--other-headline-1::after {
  content: '';
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c11920;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-1::after, .c-box-3--other-headline-1::after {
    content: none;
  }
}

.c-box-3-headline-2, .c-box-3-headline-4, .c-box-3-headline-5, .c-box-3--other-headline-2, .c-box-3--other-headline-4, .c-box-3--other-headline-5 {
  position: relative;
  background: url(/common/img/revision2021/bg_5.png) no-repeat center/contain;
  max-width: 1060px;
  width: 100%;
  height: 61px;
  top: -15px;
  left: 20px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-2, .c-box-3-headline-4, .c-box-3-headline-5, .c-box-3--other-headline-2, .c-box-3--other-headline-4, .c-box-3--other-headline-5 {
    padding-left: 10px;
    padding-right: 40px;
    margin-left: 0;
    background-size: cover;
    background-position: right;
    left: 0;
  }
}

.c-box-3-headline-2::before, .c-box-3-headline-4::before, .c-box-3-headline-5::before, .c-box-3--other-headline-2::before, .c-box-3--other-headline-4::before, .c-box-3--other-headline-5::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.c-box-3-headline-2 span, .c-box-3-headline-4 span, .c-box-3-headline-5 span, .c-box-3--other-headline-2 span, .c-box-3--other-headline-4 span, .c-box-3--other-headline-5 span {
  display: block;
  padding: 0 0 0 60px;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-2 span, .c-box-3-headline-4 span, .c-box-3-headline-5 span, .c-box-3--other-headline-2 span, .c-box-3--other-headline-4 span, .c-box-3--other-headline-5 span {
    font-size: 17px;
    padding: 0 0 0 50px;
  }
}

.c-box-3-headline-3, .c-box-3--other-headline-3 {
  margin-left: 21px;
  font-size: 22px;
  padding-left: 60px;
  position: relative;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-3, .c-box-3--other-headline-3 {
    font-size: 20px;
    padding-left: 50px;
    margin-left: 0;
  }
}

.c-box-3-headline-3 span, .c-box-3--other-headline-3 span {
  font-size: 33px;
  color: #c11920;
  position: absolute;
  top: -7px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-3 span, .c-box-3--other-headline-3 span {
    font-size: 31px;
  }
}

.c-box-3-headline-3::after, .c-box-3--other-headline-3::after {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c11920;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-3::after, .c-box-3--other-headline-3::after {
    content: none;
  }
}

.c-box-3-headline-4, .c-box-3--other-headline-4 {
  width: 97%;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .c-box-3-headline-4, .c-box-3--other-headline-4 {
    background-size: cover;
    background-position: right;
    padding-left: 0;
    padding-right: 40px;
    left: 0;
    width: 100%;
  }
}

.c-box-3-headline-4 span, .c-box-3--other-headline-4 span {
  padding-left: 10px;
}

.c-box-3-headline-4::before, .c-box-3--other-headline-4::before {
  content: none;
}

.c-box-3-headline-5 span, .c-box-3--other-headline-5 span {
  padding-left: 10px;
}

.c-box-3-headline-5::before, .c-box-3--other-headline-5::before {
  content: none;
}

.c-box-3--other {
  background: #f1f1f1;
}

.c-box-3--other .c-btn-2--other {
  margin-top: 20px;
}

.c-box-4 {
  background: #fff;
  margin-top: 37px;
  border-top: 1px solid #c11920;
}

.c-box-4.is-open .c-headline-7::after, .c-block-6 .c-box-4.is-open .c-headline-7--green::after, .c-block-6 .c-box-4.is-open .c-headline-7--blue::after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}

.c-box-4__inr {
  padding: 0 35px 40px;
  display: none;
}

.c-box-4 .c-headline-7, .c-block-6 .c-box-4 .c-headline-7--green, .c-block-6 .c-box-4 .c-headline-7--blue {
  position: relative;
  text-align: left;
}

.c-box-4 .c-headline-7::before, .c-block-6 .c-box-4 .c-headline-7--green::before, .c-block-6 .c-box-4 .c-headline-7--blue::before, .c-box-4 .c-headline-7::after, .c-block-6 .c-box-4 .c-headline-7--green::after, .c-block-6 .c-box-4 .c-headline-7--blue::after {
  content: '';
  position: absolute;
  top: 50%;
  background: #c11920;
}

.c-box-4 .c-headline-7::before, .c-block-6 .c-box-4 .c-headline-7--green::before, .c-block-6 .c-box-4 .c-headline-7--blue::before {
  right: 43px;
  width: 30px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-box-4 .c-headline-7::before, .c-block-6 .c-box-4 .c-headline-7--green::before, .c-block-6 .c-box-4 .c-headline-7--blue::before {
    right: 18px;
  }
}

.c-box-4 .c-headline-7::after, .c-block-6 .c-box-4 .c-headline-7--green::after, .c-block-6 .c-box-4 .c-headline-7--blue::after {
  right: 57px;
  width: 3px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-box-4 .c-headline-7::after, .c-block-6 .c-box-4 .c-headline-7--green::after, .c-block-6 .c-box-4 .c-headline-7--blue::after {
    right: 32px;
  }
}

.c-box-5 {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #f3d0d2;
}

.c-box-5__inr {
  padding: 31px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-box-5__inr .c-btn-2--other {
  margin-top: 20px;
}

.c-box-5__item:nth-child(1) {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .c-box-5__item:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-box-5__item:nth-child(2) {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .c-box-5__item:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-box-5__img {
  text-align: center;
}

.c-box-5__img a:hover {
  display: block;
  opacity: .8;
}

.c-box-5__img a:focus {
  display: block;
  opacity: .8;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.c-box-6 {
  background: #fff;
  margin-top: 54px;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .c-box-6 {
    margin-top: 25px;
    padding: 0 20px;
  }
}

.c-box-7 {
  background: #fff;
  margin: 10px 0 15px;
  padding: 31px 28px;
  border: 1px solid #f3d0d2;
}

@media screen and (max-width: 768px) {
  .c-box-7 {
    padding: 20px;
  }
}

.c-box-8 {
  background: #fff;
  border: 1px solid #ddd;
}

.c-box-8__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-box-8__inr {
    display: block;
  }
}

.c-box-8__inr-ttl {
  width: 18%;
  padding: 20px 0px;
  background: #595757;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-box-8__inr-ttl {
    width: auto;
    padding: 5px 0;
  }
}

.c-box-8__inr-txt {
  padding: 0 20px;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-box-8__inr-txt {
    padding: 15px;
  }
}

.c-popup {
  display: none;
}

.c-popup.is-active {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.c-popup__content {
  position: relative;
  cursor: auto;
  padding: 10px;
}

.c-selectbox {
  max-width: 643px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-selectbox::before, .c-selectbox::after {
  position: absolute;
  content: '';
}

.c-selectbox::before {
  width: 60px;
  height: 60px;
  background: #c21920;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .c-selectbox::before {
    width: 38px;
    height: 35px;
  }
}

.c-selectbox::after {
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .c-selectbox::after {
    right: 14px;
    top: 11px;
    width: 10px;
    height: 10px;
  }
}

.c-selectbox .c-select {
  color: rgba(51, 51, 51, 0);
  font-weight: bold;
  font-size: 16px;
  padding: 15px 60px 16px 20px;
  border: 2px solid #c21920;
  position: relative;
  z-index: 4;
  background: Transparent;
}

.c-selectbox .c-select option {
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-selectbox .c-select {
    font-size: 13px;
    padding: 5px 30px 5px 10px;
  }
}

.c-selectbox .c-select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.c-selectbox .c-select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-selectbox__label {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  margin: 18px 0;
}

@media screen and (max-width: 768px) {
  .c-selectbox__label {
    font-size: 13px;
    margin: 9px 0;
    overflow: hidden;
    height: 20px;
  }
}

.c-selectbox label {
  display: none;
}

.c-lead {
  background: url(/common/img/revision2021/bg_3.png) no-repeat;
  background-size: cover;
}

.c-lead__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: auto;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .c-lead__inr {
    height: auto;
  }
}

.c-lead__text {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-lead__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-lead {
    padding: 30px 20px;
  }
}

.p-search {
  margin-top: 130px;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-search {
    margin-top: 80px;
    padding: 0 20px;
  }
}

.p-search::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 260px;
  background: #c11920;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.p-search__inr {
  max-width: 1000px;
  margin: auto;
  background: #fff;
}

.p-search__title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding-top: 39px;
  padding-bottom: 39px;
  margin-bottom: 0px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  .p-search__title {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-search__text-area {
  padding: 45px 0 40px;
  max-width: 630px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-search__text-area {
    padding: 30px 20px;
  }
}

.p-search__text-area .c-btn-2--other {
  position: absolute;
  bottom: 50px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-search__text-area .c-btn-2--other {
    position: static;
  }
}

.p-search__text-area .c-btn-2--other a {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 5px;
}

@media all and (-ms-high-contrast: none) {
  .p-search__text-area .c-btn-2--other a {
    padding: 3px 5px 1px;
  }
}

.p-search__text-area .c-btn-2--other a:hover, .p-search__text-area .c-btn-2--other a:focus {
  background: #fff;
  color: #333;
  border: 1px solid #b6babf;
  padding: 1px 5px;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .p-search__text-area .c-btn-2--other a:hover, .p-search__text-area .c-btn-2--other a:focus {
    padding: 3px 5px 1px;
    text-decoration: none;
  }
}

.p-search__text-area .c-btn-2--other a:hover::after, .p-search__text-area .c-btn-2--other a:focus::after {
  border-top: 2px solid #c21920;
  border-right: 2px solid #c21920;
}

.p-search__text-area .c-btn-2--other a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-search__text-1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .p-search__text-1 {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-search__text-2 {
  max-width: 630px;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-search__text-2 {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 20px;
  }
}

.p-search__box {
  background: #feebec;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-search__box {
    margin-top: 30px;
    padding: 20px;
  }
}

.p-search__box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 155px;
  background: #fedcdd;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 768px) {
  .p-search__box::before {
    height: 30%;
  }
}

.p-search__box--title {
  color: #c21920;
  background: #fff;
  font-weight: bold;
  width: 450px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #c21920;
  border-radius: 50px;
}

@media all and (-ms-high-contrast: none) {
  .p-search__box--title {
    padding-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .p-search__box--title {
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-search__box--text {
  max-width: 450px;
  text-align: left;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-search__box--text {
    font-size: 18px;
  }
}

.p-search__box--text-area {
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  .p-search__box--text-area {
    min-height: auto;
  }
}

.p-search__box--text-2 {
  width: 900px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-search__box--text-2 {
    width: 100%;
  }
}

.p-search__box--inr-1, .p-search__box--inr-2 {
  max-width: 927px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 36px;
  background: #fff;
}

.p-search__box--inr-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 320px;
  padding-top: 0;
  padding-bottom: 0;
}

.p-search__box--inr-1 .p-contact__tell {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-1 {
    padding: 20px;
    height: auto;
  }
}

.p-search__box--inr-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: Transparent;
  padding: 0;
}

.p-search__box--inr-2 .p-search__box--text {
  font-size: 18px;
  padding-left: 39px;
}

.p-search__box--inr-2 .p-search__box--item {
  padding: 45px 20px 36px;
  width: 48%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-2 .p-search__box--item {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-2 .p-search__box--item:last-child {
    margin-top: 20px;
  }
}

.p-search__box--inr-2 .p-search__box--item:last-child .p-search__box--text {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-2 .p-search__box--item:last-child .p-search__box--text {
    padding-top: 0;
  }
}

.p-search__box--inr-2 .p-search__box--item:last-child .p-search__box--text.u-icon-4::after {
  top: auto;
  bottom: 0;
}

.p-search__box--inr-2 .c-btn-6 {
  width: 315px;
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-2 .c-btn-6 {
    width: 100%;
  }
}

.p-search__box--inr-2 .c-btn-6 a {
  font-size: 12px;
}

.p-search__box--inr-2 .c-btn-6 a::after {
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 11px solid #fff;
}

.p-search__box--inr-2 .u-icon-arrow-5 a::after {
  right: 60px;
}

@media screen and (max-width: 768px) {
  .p-search__box--inr-2 .u-icon-arrow-5 a::after {
    right: 10px;
  }
}

.p-search__box--inr-2 .u-icon-4::after,
.p-search__box--inr-2 .u-icon-5::after {
  width: 30px;
  height: 30px;
  background-size: contain;
}

.p-faq-1 {
  padding: 36px 0 25px;
  border-top: 1px solid #b6babf;
}

.p-faq-1 ul {
  padding-left: 51px;
}

.p-faq-1 ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: 12px;
}

.p-faq-1 .c-text-1 {
  font-size: 12px;
  padding-left: 51px;
}

.p-faq-1 .c-note-3 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 81px;
}

.p-faq-1 .c-btn-2:first-of-type {
  margin-left: 52px;
}

@media screen and (max-width: 768px) {
  .p-faq-1 .c-btn-2:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-faq-1 .c-btn-2 {
    margin-left: 0;
  }
}

.p-faq-1:nth-of-type(1) {
  border-top: none;
}

.p-faq-1__img {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 14px;
  margin-left: 52px;
}

.p-faq-1__img img {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .p-faq-1__img {
    margin-bottom: 0;
  }
}

.p-faq-1__text-1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 51px;
  position: relative;
}

.p-faq-1__text-1::before {
  content: '';
  width: 33px;
  height: 33px;
  background: #7d7d7d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-faq-1__text-1::after {
  content: 'Q';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 11px;
}

@media screen and (max-width: 768px) {
  .p-faq-1__text-1::after {
    left: 10px;
  }
}

.p-faq-1__text-2 {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 51px;
  position: relative;
}

.p-faq-1__text-2::before {
  content: '';
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c11920;
  position: absolute;
  top: 0;
  left: 0;
}

.p-faq-1__text-2::after {
  content: 'A';
  color: #c11920;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 11px;
}

@media screen and (max-width: 768px) {
  .p-faq-1__text-2::after {
    left: 10px;
  }
}

.p-contact {
  background: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #7d7d7d;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 30px 0;
  }
}

.p-contact .c-note-3 {
  margin-bottom: 23px;
  text-align: left;
}

.p-contact__inr {
  max-width: 576px;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .p-contact__inr {
    max-width: 580px;
  }
}

.p-contact__text-1 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c11920;
  position: relative;
}

.p-contact__text-1::before, .p-contact__text-1::after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-contact__text-1::before {
  border-right: 8px solid transparent;
  border-bottom: 10px solid #c11920;
  border-left: 8px solid transparent;
  bottom: -11px;
  left: 90px;
}

.p-contact__text-1::after {
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  left: 92px;
  bottom: -8px;
}

.p-contact__text-2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .p-contact__text-2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.p-contact__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 80%;
  margin: auto;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .p-contact__tell {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__tell-item:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-contact__tell-text {
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-contact__tell-text {
    padding-left: 50px;
  }
}

.p-contact__tell-text::before {
  content: '';
  width: 31px;
  height: 20px;
  background: url(/common/img/revision2021/icon_1.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100px;
}

.p-contact__tell a {
  font-size: 37.8px;
  line-height: 26.25px;
  color: #c11920;
  margin-left: 21px;
}

@media screen and (max-width: 768px) {
  .p-contact__tell a {
    font-size: 30px;
    margin-left: 0;
  }
}

.p-contact__tell a[href^=tel] {
  pointer-events: none;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none) {
  .p-contact__tell a[href^=tel] {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__tell a[href^=tel] {
    pointer-events: initial;
  }
}

.p-contact__table-1 {
  line-height: 21px;
  width: 85%;
  margin: auto;
}

.p-contact__table-1 th {
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  border-right: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .p-contact__table-1 th {
    display: block;
    border-right: none;
    margin-bottom: 5px;
  }
}

.p-contact__table-1 td {
  font-size: 14px;
  padding-left: 21px;
}

@media screen and (max-width: 768px) {
  .p-contact__table-1 td {
    display: block;
    padding-left: 0;
  }
}

.p-contact__table-1 td span {
  font-size: 12px;
}

.u-bd--dotted {
  background-image: linear-gradient(to right, #323232, #323232 1px, transparent 1px, transparent 5px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.u-bd--two-color {
  position: relative;
  padding-bottom: 7px;
}

.u-bd--two-color::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffb257), color-stop(50%, #ffb257), color-stop(50%, #0e87bf), to(#0e87bf));
  background: linear-gradient(90deg, #ffb257 0%, #ffb257 50%, #0e87bf 50%, #0e87bf 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}

.u-bd-b-none {
  border-bottom: none;
}

.u-icon-1 a {
  position: relative;
}

.u-icon-1 a:hover::before, .u-icon-1 a:focus::before {
  background: url(/common/img/revision2021/icon_2_white.png) no-repeat;
}

.u-icon-1 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 63px;
  height: 26px;
  width: 29px;
  background: url(/common/img/revision2021/icon_2.png) no-repeat;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .u-icon-1 a::before {
    left: 20px;
  }
}

.u-icon-2 a {
  position: relative;
}

.u-icon-2 a:hover::before, .u-icon-2 a:focus::before {
  background: url(/common/img/revision2021/icon_3_white.png) no-repeat;
}

.u-icon-2 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 38px;
  height: 26px;
  width: 26px;
  background: url(/common/img/revision2021/icon_3.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .u-icon-2 a::before {
    left: 20px;
  }
}

.u-icon-3 {
  position: relative;
}

.u-icon-3::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 32px;
  width: 32px;
  background: url(/common/img/revision2021/icon_5.png) no-repeat;
}

.u-icon-4, .u-icon-5, .u-icon-10 {
  position: relative;
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .u-icon-4, .u-icon-5, .u-icon-10 {
    padding-left: 35px;
  }
}

.u-icon-4::after, .u-icon-5::after, .u-icon-10::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(/common/img/revision2021/icon_7.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .u-icon-4::after, .u-icon-5::after, .u-icon-10::after {
    height: 25px;
    width: 25px;
    bottom: auto;
  }
}

.u-icon-5::after {
  background: url(/common/img/revision2021/icon_8.png) no-repeat;
  background-size: contain;
}

.u-icon-6 {
  position: relative;
}

.u-icon-6::before {
  background: url(/common/img/revision2021/icon_10.png) no-repeat center/contain;
}

.u-icon-7 {
  position: relative;
}

.u-icon-7::before {
  background: url(/common/img/icon/frame/icon_businessservice11.png) no-repeat center/contain;
}

.u-icon-8 {
  position: relative;
}

.u-icon-8::before {
  background: url(/common/img/icon/frame/icon_electric.png) no-repeat center/contain;
}

.u-icon-9, .u-icon-9--other {
  position: relative;
}

.u-icon-9::before, .u-icon-9--other::before {
  background: url(/common/img/revision2021/icon_9_white.png) no-repeat center/contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 90px;
  width: 31px;
  height: 29px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .u-icon-9::before, .u-icon-9--other::before {
    left: 20px;
  }
}

.u-icon-9:hover::before, .u-icon-9:focus::before, .u-icon-9--other:hover::before, .u-icon-9--other:focus::before {
  background: url(/common/img/revision2021/icon_9.png) no-repeat center/contain;
}

.u-icon-9--other::before {
  left: 30px;
}

@media screen and (max-width: 768px) {
  .u-icon-9--other::before {
    left: 20px;
  }
}

.u-icon-10::after {
  background: url(/common/img/revision2021/icon_11.png) no-repeat;
  background-size: contain;
}

.u-icon-num, .u-icon-num--01, .u-icon-num--02, .u-icon-num--03, .u-icon-num--04, .u-icon-num--0 {
  position: relative;
}

.u-icon-num::before, .u-icon-num--01::before, .u-icon-num--02::before, .u-icon-num--03::before, .u-icon-num--04::before, .u-icon-num--0::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .u-icon-num::before, .u-icon-num--01::before, .u-icon-num--02::before, .u-icon-num--03::before, .u-icon-num--04::before, .u-icon-num--0::before {
    left: 20px;
    width: 30px;
    height: 30px;
    top: 55%;
  }
}

.u-icon-num--01:before {
  background: url(/common/img/revision2021/icon_num_01.png) no-repeat center/contain;
}

.u-icon-num--02:before {
  background: url(/common/img/revision2021/icon_num_02.png) no-repeat center/contain;
}

.u-icon-num--03:before {
  background: url(/common/img/revision2021/icon_num_03.png) no-repeat center/contain;
}

.u-icon-arrow-1, .u-icon-arrow-2 {
  position: relative;
}

.u-icon-arrow-1::after, .u-icon-arrow-2::after {
  content: '';
  height: 14px;
  width: 20px;
  margin-left: 8px;
  background: url(/common/img/revision2021/icon_arrow_1.png) no-repeat;
}

.u-icon-arrow-2::after {
  background: url(/common/img/revision2021/icon_arrow_2.png) no-repeat;
}

.u-icon-arrow-3 a {
  position: relative;
}

.u-icon-arrow-3 a:hover::after, .u-icon-arrow-3 a:focus::after {
  border-top: 2px solid #c11920;
  border-right: 2px solid #c11920;
}

.u-icon-arrow-3 a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.u-icon-arrow-4 a {
  position: relative;
  padding: 9px 30px 8px 15px;
}

.u-icon-arrow-4 a:hover svg, .u-icon-arrow-4 a:focus svg {
  fill: #fff;
}

.u-icon-arrow-4 a svg {
  height: 16px;
  width: 18px;
  fill: #c11920;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.u-icon-arrow-5 a {
  position: relative;
  padding-right: 29px;
}

.u-icon-arrow-5 a:hover::after {
  border-left: 12px solid #c21920;
}

.u-icon-arrow-5 a::after {
  content: '';
  position: absolute;
  right: 75px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 12px solid #fff;
}

@media screen and (max-width: 768px) {
  .u-icon-arrow-5 a::after {
    right: 10px;
  }
}

.u-icon-arrow-6 {
  position: relative;
}

.u-icon-arrow-6::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 25%;
  width: 30px;
  height: 25px;
  border: 25px solid transparent;
  border-left: 30px solid #c11920;
}

@media screen and (max-width: 768px) {
  .u-icon-arrow-6::after {
    width: 25px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 25px solid #c11920;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -25px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.u-icon-calculator-1 {
  position: relative;
  padding-left: 40px;
}

.u-icon-calculator-1::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 26px;
  width: 29px;
  background: url(/common/img/revision2021/icon_4_white.png) no-repeat;
}

.u-icon-card {
  margin-left: 50px;
}

.u-icon-card-01, .u-icon-card-02 {
  position: relative;
}

.u-icon-card-01::before, .u-icon-card-02::before {
  position: absolute;
  content: "";
  top: 50%;
}

.u-icon-card-01::before {
  width: 45px;
  height: 28px;
  left: 35px;
  margin-top: -15px;
  background: url(/common/img/revision2021/icon_13.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .u-icon-card-01::before {
    width: 40px;
    height: 23px;
    left: 9px;
    background-size: contain;
  }
}

.u-icon-card-02::before {
  width: 48px;
  height: 36px;
  left: 32px;
  margin-top: -15px;
  background: url(/common/img/revision2021/icon_14.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .u-icon-card-02::before {
    width: 41px;
    height: 32px;
    left: 7px;
    background-size: contain;
  }
}

.u-line--double {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .u-line--double {
    padding-right: 17px;
  }
}

.u-line--double::before, .u-line--double::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 17px;
  background: #333;
  bottom: 5px;
  right: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.u-line--double::after {
  right: -17px;
}

.u-border-1 {
  border: 1px solid #7d7d7d;
}

.u-border--glay {
  border-color: #ddd !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .u-mt-0--sp {
    margin-top: 0 !important;
  }
}

.u-bgc--blue {
  background: #f2f5f8;
}

.u-bgc--black-bfaf::before, .u-bgc--black-bfaf::after {
  background: #333 !important;
}

.u-center {
  margin: 0 auto !important;
  display: block;
}

.u-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .u-height-3rem-sp {
    height: 80px;
  }
}

.c-accd-btn {
  width: 100%;
}

.c-accd-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.c-accd-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[data-whatintent='mouse'] *:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

[data-whatintent='touch'] *:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
