@charset "utf-8";
/* CSS Document */
/*
============================================================
*	campaign.css
============================================================
*/

.commonBox {
  box-shadow: none !important;
  background: none !important;
  margin: 100px auto 150px;
  font-size: 15.5px;
  letter-spacing: 0.075em;
  color: #555555;
  background-color: #f2f2f2;
}

.kv_area img {
  position: static !important;
  width: 100%;
}
.contents_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents_area img {
  margin-top: 100px;
}
.contents_area h2 {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: -50px 0 50px;

  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.contents_area h2::before {
  content: url(../images/campaign_06/line.png);
  position: absolute;
  bottom: 20px;
  right: 290px;
}

.contents_area_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.contents_area_box {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents_area_box h3 span {
  display: inline;
  font-size: 30px;
}
.contents_area_box h3 {
  display: inline;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ca1332;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* .contents_area_box ul{
    width: 100%;
} */
.contents_area_box li {
  position: relative;
  /* width: calc(100% - 140px); */
  list-style: none;
  width: 240px;
  padding: 20px 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 40px 0;
  background-color: #fff;

  font-weight: bold;
}
.contents_area_box li:first-child {
  margin: 30px 0;
}

.contents_area_box span {
  display: block;
  width: 400px;
  text-align: left;
  margin-left: 20px;
  font-size: 12px;
}
.contents_area_box:nth-child(1) span:last-child {
  color: #ca1332;
}

.contents_area_box:nth-child(1)::before {
  content: url(../images/campaign_06/whom.png);
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1;
}

.contents_area_box:nth-child(1) li::before {
  content: url(../images/campaign_06/earth.png);
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  transform: translateY(-50%);
}

.contents_area_box:nth-child(2)::before {
  content: url(../images/campaign_06/payment.png);
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1;
}

.contents_area_box:nth-child(2) li::before {
  content: url(../images/campaign_06/earthgreen.png);
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  transform: translateY(-50%);
}

.contents_area_box ul {
  list-style: decimal;
}
.contents_area_method {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.contents_area_method::before {
  content: "";
  position: absolute;
  width: 700px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ca1332;
}

.contents_area_method h4 {
  margin: 100px 0 70px;
  color: #ca1332;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contents_area_method span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contents_area_method span:nth-last-of-type(2) {
  font-size: 16px;
}
.contents_area_method p {
  display: block;
  max-width: 500px;
  font-size: 13px;
  margin-bottom: 80px;
}
.contents_area_method ul li {
  position: relative;
  /* width: calc(100% - 140px); */
  list-style: none;
  display: flex;
  justify-content: center;
  width: 920px;
  padding: 20px 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 60px 0;
  background-color: #fff;

  font-weight: bold;
  line-height: 25px;
}

.contents_area_method ul li span {
  font-size: 18px;
  font-weight: bold;
  color: #ca1332;
}

.contents_area_method li:first-child {
  margin: 30px 0;
}

.contents_area_method li:nth-child(3) {
  background-color: #ca1332;
  color: #fff;
}

.contents_area_method ul li::before {
  content: url(../images/campaign_06/reader.png);
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.contents_area_method ul {
  position: relative;
}

.contents_area_method ul::before {
  content: url(../images/campaign_06/process.png);
  position: absolute;
  top: -14px;
  right: -36px;
  z-index: 1;
}

.contents_area_method ul li:last-child::before {
  content: none;
}

.contents_area_comp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contents_area_comp h5 {
  margin-top: 40px;
  color: #ca1332;
  font-size: 25px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.contents_area_comp span {
  margin-bottom: 40px;
  font-size: 17px;
}

.contents_area_comp iframe {
  border: none;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
