body {
  font-family: 'Noto Sans JP', sans-serif;
}
ul {
  font-size: 14px;
}
.block-h2 {
  margin: 40px auto 120px;
  position: relative;
}
h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 42px;
  letter-spacing: 0.1em;
}
h2 + p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.05em;
}
.flex-content {
  display: flex;
  flex-direction: row;
}
.main {
  position: relative;
}
.container.container--without-nav {
  width: 100%;
  margin: 0;
}

.block-precautions-explanation {
  width: 920px;
  margin: 10px auto;
  text-align: center;
}

.body-container {
  max-width: 940px;
  margin: 0 auto;
}
.main_bg {
  width: 100%;
  min-height: 2720px;
  background: url(/lp/imgs/sustainability_yen/top_bg.png) center top no-repeat;
  background-size: 1380px auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 12em;
}
.top-message img{
  width: 608px;
  height: 312px;
}
.top-message {
  text-align: center;
  margin: 200px auto;
}
.main-message {
  padding: 80px;
  max-width: 720px;
  margin: 975px auto 0;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  opacity: 0.9;
  text-align: center;
}
.main-message p {
  font-weight: bold;
}
.main-message__top {
  letter-spacing: 4.8px;
  color: #34824E;
  font-size: 40px;
}
.main-message p:not(.main-message__top) {
  line-height: 42px;
  margin-top: 45px;
  font-size: 18px;
  color: #222222;
  letter-spacing: 1.44px;
}
.green-text {
  color: #34824E;
  background: linear-gradient(transparent 50%, #34824E 200%);
  width: 100%;
}
.data {
  justify-content: space-between;
  align-items: center;
}
.data div {
  padding: 20px 35px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
}
.data_person {
  width: 29.8%;
}
.data_yen {
  width: 68%;
}
.data .value {
  font-size: 90px;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  font-weight: 500;
  background: linear-gradient(180deg, #66B145 0%, #22923A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid rgb(0 0 0 / 15%);
  font-family: 'Supermercado One', cursive;
}
.data .unit {
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
  color: #000000;
}
ul.list-asterisk {
  text-align: center;
  margin-top: 20px;
}
ul.list-asterisk li{
  display: inline-block;
  text-align: center;
}
.customer-review {
  position: absolute;
  z-index: 70;
  top: -4.3%;
  margin: 0 auto;
  width: 940px;
}
.customer-review__graph-box {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}
.customer-review__top-text,.customer-review__bottom-text {
  font-size: 22px;
  font-weight: bold ;
  color: #22923A;
  padding: 40px 0;
}
.customer-review__top-text {
  position: relative;
  display: inline-block;
}
.customer-review__top-text::before {
  content: url(/lp/imgs/sustainability_yen/icon_Q.svg);
  position: absolute;
  top: 16%;
  left: -11%;
}
.customer-review__graph {
  margin: 0 auto;
  padding-bottom: 40px;
}
.customer-review__graph img{
  width: 375px;
  height: 268.2px;
}
.example-review h2 {
  margin-bottom: 80px;
}
.example-review .speech-balloon__item {
  margin-bottom: 40px;
}
.example-review .speech-balloon__item:last-child {
  margin-bottom: 20px;
}
.example-review .speech-balloon--dialog .speech-balloon__image {
  width: auto;
}
.example-review .speech-balloon--dialog .speech-balloon__image img {
  width: 120px;
  height: 167px;
  min-width: 120px;
}
.example-review .speech-balloon__content-inner {
  border: none;
  padding: 30px 60px;
}
.example-review .speech-balloon__content-inner::before {
  content: none;
 }
.example-review .speech-balloon__content-inner p{
  font-weight: bold;
}
.green-text__review {
  color: #22923A;
  font-size: 22px;
}
.black-text__review {
  color: #222222;
  font-size: 14px;
}
.main-contents-top,
.main-contents-bottom {
  color: #FFFFFF;
  position: relative;
}
.main-contents-top {
  background-color: #6FBC3D;
  padding-top: 550px;
  padding-bottom: 816px;
  height: auto;
}
.main-contents-bottom {
  padding-top: 270px;
  background-color: #9CBE3C;
}
.main-contents-top a,
.main-contents-bottom a {
  font-size: 18px;
  font-weight: bold;
}
.main-contents-bottom::after {
  content: "";
  width: 120%;
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
  transform:translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  -ms-transform: translate(-50%,50%);
  border-radius: 80%;
}
.sustain_img {
  height: 518px;
}
div.example {
  margin-top: 60px;
}
div.example_column__item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
div.example_column__item .example-contents > p {
  font-weight: bold;
  margin-bottom: 35px;
}
div.example_column__item p.example-title {
  letter-spacing: 0.1em;
}
div.example_column__item p span.example-title__top {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 22px;
}
div.example_column__item p span.example-title__bottom {
  font-size: 36px;
  line-height: 48px;
}
div.example_column__item > :first-child {
  margin-right: 60px;
}
.example-detail .example-detail__column {
  justify-content: space-evenly;
  align-items: stretch;
  margin-bottom: 10px;
}
.list-ordered--parentheses li.list-ordered__item {
  padding-left: 27px;
}
a.text-link--icon.left_ver {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}
a.text-link--icon.left_ver::before {
  background: url(/common21/imgs/icon-arrow-right-white.svg) 0 0 no-repeat;
}
.list-ordered--parentheses li.list-ordered__item::before {
  content: "(*" counter(custom-counter) ")"
}
.bg-green {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
  padding: 15px 20px;
  background-color: #22923A;
  border-radius: 10px;
  width: 28.8%;
}
.example-detail .example-detail__column p,
.cv-detail .cv-detail__column p {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 68%;
}
.rate-img {
  margin-top: 60px;
  margin-bottom: 50px;
}
.rate-img img {
  height: 360px;
}
.rate-date {
  margin-right: 100px;
}
.interest_area {
  background: #D9FFD5;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 90px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.interest_area p {
  color: #222222;
  font-weight: bold;
}
.interest_area > p {
  margin-left: 40px;
  font-size: 20px;
  text-align: center;
}
div.interest_area div p {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
span.interest-amount {
  font-family: 'Supermercado One', cursive;
  font-size: 80px;
  font-weight: 500;
  color: #66B145;
}
.simulation-btn {
  background: transparent linear-gradient(90deg, #66B145 0%, #22923A 100%) ;
  border-radius: 80px;
  padding: 45px 55px;
  position: relative;
  width: 295px;
}
.simulation-btn::after {
  content: "";
  background: url(/common21/imgs/icon-arrow-right-white.svg) 0 0 no-repeat;
  position: absolute;
  top: 51%;
  right: 28px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  display: block;
}
.calculation {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cv-btn__anchor {
  width: 335px;
  height: 80px;
  color: #33824E;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
  border-radius: 80px;
  margin: 0 auto;
  padding: 25px 30px 25px 84px;
  text-align: center;
  display: block;
}
.cv-btn__anchor:not(.instruct):after {
  content: "";
  display: inline-block;
  margin-left: 42px;
  vertical-align: 5px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #33824E;
  border-bottom: 3px solid #33824E;
  transform: rotate(45deg);
}
.cv-detail {
  margin-top: 65px;
}
.cv-detail .cv-detail__column {
  justify-content: left;
  align-items: stretch;
  margin-bottom: 10px;
}
.cv-btn__column {
  justify-content: center;
  align-items: end;
  margin: 40px auto;
}
.cv-btn__column div p {
  font-size: 18px;
}
.cv-btn__column a {
  margin: 0 20px;
}
.cv-btn__column .cv-btn__anchor.instruct {
  color: #FFFFFF;
  background-color: #006E7B;
  padding: 8px 100px;
  position: relative;
}
.cv-btn__column .cv-btn__anchor.instruct::after {
  content: url(/common21/imgs/icon-pdf-white.svg);
  position: absolute;
  width: 20px;
  top: 50%;
  right: 30px;
  margin-top: -11px;
}
.cv-btn__column .cv-btn__anchor.instruct > span {
  font-size: 12px;
}
.main-contents-top li.list-circle__item {
  font-size: 12px;
}
.main-contents-top li.list-circle__item a {
  font-size: 12px;
}
.main-contents-top ul.list-circle > li.list-circle__item::before {
  background: #FFFFFF;
  top: 0.5em;
}
section.sec_setting {
  position: absolute;
  z-index: 30;
  margin: 0 auto;
}
.sec_setting h2 {
  margin-top: 0px;
}
div.setting {
  min-width: 940px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
div.setting .setting__step {
  display: flex;
  flex-direction: column;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 140px 140px 20px 20px;
  padding: 60px 25px 25px;
  width: 230px;
  height: auto;
}
.setting__step p.step-number {
  color: #22923A;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: bold;
}
.setting__step p {
  color: #222222;
  margin-bottom: 20px;
}
.setting__step p.asterisk {
  color: #808080;
  font-size: 12px;
}
.setting__step:first-child img {
  margin-top: 59.57px;
  height: 325px;
}
.setting__step:nth-child(2) img {
  margin-top: 84.74px;
  height: 325px;
}
.setting__step:nth-child(4) img {
  margin-top: 84.74px;
  height: 440px;
}
div.attempt p,
div.attempt p a {
  padding: 40px;
  margin-bottom: 40px;
}
.attempt__bnr {
  margin-top: 10px;
}
a.attempt__link {
  border-radius: 20px;
  position: relative;
  display: block;
  color: #222222;
  background-color: #FFFFFF;
}
a.attempt__link::after {
  content: url(/common21/imgs/icon-newtab-blue.svg);
  display: inline-block;
  width: 20px;
  position: absolute;
  top: 47%;
  right: 30px;
  margin-top: -8px;
}
p.attempt__green {
  background-color: #2E9B45;
  font-size: 16px;
  border-radius: 5px;
}
section.sec_cv {
  padding-bottom: 350px;
}
div.cp_btn__column {
  justify-content: space-around;
}
a.cp_btn {
  display: block;
  position: relative;
  width: 430px;
  height: 250px;
  padding: 60px 0 110px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  overflow: hidden;
  z-index: 1 !important;
  border-radius: 130px 140px 140px 20px;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 15%);
}
a.cp_btn:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 800px;
  background : #2076c7;
  opacity: 1;
  transform: translateX(-73%) rotate(-135deg);
  transition: 0.3s;
  z-index: -1;
}
a.cp_btn.account:after {
  background: #E3215A;
}
a.cp_btn:hover {
  color: #fff;
  opacity: 1;
}
a.cp_btn:hover:after {
  height: 300%;
  transform: translateY(-30%) rotate(-135deg);
}
.cp_btn__top {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
}
.cp_btn__bottom {
  font-size: 32px;
}
.question,
.question h2 {
  color: #222222;
}
.question {
  margin-top: -200px;
}
div.accordion__item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  opacity: 1;
  padding: 25px 40px 25px;
  margin-bottom: 10px;
}
div.accordion__item .accordion__label {
  border-top: 0px;
  position: relative;
  padding-left: 40px;
  line-height: 2.2;
}
div.accordion__item .accordion__label::before {
  content: "Q";
  font-size: 32px;
  font-weight: bold;
  width: 24px;
  height: 46px;
  color: #2076C7;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion__label-title {
  color: #222222;
  font-size: 16px;
}
.accordion__item .accordion__body {
  position: relative;
  padding: 20px 40px 30px;
}
.accordion__item .accordion__body::before {
  content: "A";
  font-size: 32px;
  width: 24px;
  height: 46px;
  color: #E3215A;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__item .accordion__body p {
  font-size: 16px;
}
.accordion__item .accordion__body ul {
  text-align: left;
}
.bg_img {
  position: absolute;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.bg_sustainability img {
  width: 200px;
  height: 232px;
}
.top_right {
  top: -5%;
  text-align: right;
}
.top_left {
  top: -5%;
}
.bottom_right {
  text-align: right;
  bottom: -10%;
}
.bottom_left {
  bottom: -10%;
}
.bg_project {
  top: 12%;
}
.rate_right {
  width: 100vw;
  text-align: right;
  height: auto;
  top: 5%;
}
.rate_left {
  top: 5%;
  width: 100vw;
  height: auto;
}
.rate_left img,
.rate_right img {
  width: 350px;
  height: 448px;
}
.flow_top_right {
  top: -3%;
  text-align: right;
}
.flow_top_left {
  top: -3%;
}
.attempt_top_right {
  top: -67%;
  text-align: right;
}
.attempt_top_left {
  top: -60%;
}
.mt-0 {
  margin-top: 0px;
}
div.footer__pagetop {
  z-index: 100;
}
iframe{
  width: 100%;
  height: 188.11px;
  margin: 10px 0;
}
/* cv_area */
.contents_cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.65);
  z-index: 100;
}
.contents_cv_main {
  width: 900px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}
.contents_cv_main .btn-caption {
  margin: 0 auto;
}
.closeBtn__contents_cv {
  position: absolute;
  top: -30px;
  right: 10px;
}
.footer__pagetop__add {
  bottom: 145px !important;
}
.simple-footer__add {
  height: 175px !important;
}
.footer__fluid__add {
  margin-bottom: 85px;
}
.display-none {
  display: none;
}
@media screen and (min-width: 1920px)  {
  .main_bg {
  min-height: 100%;
  height: 3788px;
  background-size: 100% auto;
  padding-bottom: 0;
  }
  .block-h1 {
    max-width: 1920px;
    margin: 0 auto;
  }
  .top-message img{
    width: 900px;
    height: auto;
  }
  .bg_img {
    position: absolute;
    width: 1920px;
    margin: 0 calc(50% - 960px);
    max-width: 1920px;
  }
  .main-message {
    margin-top: 1555px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1366px)  {
  .block-precautions-explanation {
    width: calc(100% - 40px);
  }
  .main_bg {
  min-height: 100%;
  height: 196.8vw;
  background-size: 100% auto;
  padding-bottom: 0;
  background-color: #6FBC3D;
  }
  .main-message {
    margin-top: 72vw;
  }
  .top-message img{
    width: 46vw;
    height: auto;
  }
}
@media screen and (max-width: 1366px)  {
  .top_right,.bottom_right,.rate_right,.flow_top_right {
    right: calc(50vw - 683px);
  }
  .top_left,.bottom_left,.bg_project,.rate_left,.flow_top_left {
    left: calc(50vw - 683px);
  }
}
@media screen and (max-width: 1019px) {
  .block-precautions-explanation {
    width: calc(100% - 40px);
  }
 .main_bg {
  min-height: auto;
  height: calc(2100px - 8vw);
  background-size:1020px auto;
  padding-bottom: 0;
  background-color: #6FBC3D;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .block-h2 {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
  }
  .top-message {
    margin: 65px 20px 0;
  }
  .main {
    margin: 0 30px;
  }
  .main-message {
    margin-top: 800px;
    padding: 30px;
  }
  .main-message__top {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .main-message p:not(.main-message__top) {
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 0px;
    line-height: 28px;
  }
  .flex-content {
    display: flex;
    flex-direction: column;
  }
  .data div {
    padding: 10px 35px;
  }
  .data div.data_person, .data div.data_yen {
    width: 100%;
  }
  .data div.data_person {
    margin-bottom: 10px;
  }
  .data div .value {
    font-size: 43px;
  }
  .data div .unit {
    font-size: 24px;
  }
  .customer-review {
    position: relative;
    margin: -1px auto 0;
  }
  .customer-review__graph-box {
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .customer-review__bottom-text {
    text-align: left;
    font-size: 20px;
  }
  .customer-review__top-text {
    text-align: left;
    font-size: 20px;
    padding: 35px 0 0 40px;
  }
  .customer-review__top-text::before {
    top: 17%;
    left: -2%;
  }
  .customer-review__graph {
    padding-bottom: 0px;
  }
  .example-review h2 {
    margin-bottom: 40px;
  }
  .example-review .speech-balloon--dialog .speech-balloon__image img {
    width: 70px;
    height: auto;
    min-width: 70px;
  }
  .example-review .speech-balloon__content-inner {
    padding: 20px;
  }
  .example-review .speech-balloon__content-inner p{
    line-height: 1.5;
  }
  .green-text__review {
    color: #22923A;
    font-size: 22px;
  }
  .black-text__review {
    color: #222222;
    font-size: 14px;
  }
  .green-text__review {
    color: #22923A;
    font-size: 16px;
  }
  .main-contents-top {
    padding-top: 0px;
    padding-bottom: 213em;
  }
  .sustain_img {
    height: 650px;
  }
  div.example {
    margin-top: 40px;
  }
  .example-contents {
    width: 100%;
  }
  div.example_column__item {
    margin-bottom: 40px;
  }
  div.example_column__item:first-child {
    flex-direction: column-reverse;
  }
  div.example_column__item .example-contents > p {
    font-weight: bold;
    margin-bottom: 30px;
  }
  div.example_column__item p span.example-title__top {
    font-size: 20px;
  }
  div.example_column__item p span.example-title__bottom {
    font-size: 24px;
    line-height: 26px;
  }
  div.example_column__item > :first-child {
    margin-right: 0px;
  }
  div.example_column__item img {
    margin-top: 0px;
    height: 240px;
  }
  .rate-img {
    margin: 0 auto 30px;
  }
  .rate-img img {
    height: 239px;
  }
  .rate-date {
    margin-right: 0px;
  }
  .bg-green {
    margin-bottom: 10px;
    padding: 5px 0 5px;
    width: 100%;
  }
  .example-detail .example-detail__column p,
  .cv-detail .cv-detail__column p {
  width: 100%;
  letter-spacing: 1.6px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  }
  .interest_area {
    border-radius: 40px;
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .interest_area > p {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .simulation-btn {
    margin-top: 20px;
    padding: 35px 50px;
  }
  .calculation {
    align-items: baseline;
  }
  .calculation p {
    font-size: 12px;
  }
  .cv-btn__column {
    align-items: center;
  }
  .cv-btn__column .cv-btn__anchor.instruct {
    margin-bottom: 30px;
  }
  section.sec_setting {
    bottom: -2.6%;
    left: 50%;
    transform: translateX(-50%);
  }
  div.setting {
    align-items: center;
    min-width: auto;
  }
  div.setting .setting__step {
    border-radius: 168px 168px 20px 20px;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .setting__step p.step-number {
    color: #22923A;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1.2px;
    font-weight: bold;
  }
  .setting__step p {
    color: #222222;
    margin-bottom: 20px;
  }
  .setting__step p.asterisk {
    color: #808080;
    font-size: 12px;
  }
  .setting__step img {
    width: 255px;
    margin: 0 auto;
  }
  .setting__step:nth-child(-n+2) img {
    margin-top: 0px;
    height: 515px;
  }
  .setting__step:nth-child(3) img {
    height: 674px;
  }
  .setting__step:nth-child(4) img {
    margin-top: 0px;
    height: 674px;
  }
  div.attempt p,
  div.attempt p a {
    padding: 30px;
  }
  a.attempt__link {
    padding-right: 70px;
  }
  a.attempt__link::after {
    top: 48%;
    right: 25px;
  }
  p.attempt__green {
    font-size: 16px;
    padding: 30px;
    border-radius: 5px;
  }
  p.attempt__green a {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  section.sec_cv {
    padding-bottom: 300px;
  }
  div.cp_btn__column {
    padding-bottom: 0px;
    align-items: center;
  }
  a.cp_btn {
    width: 335px;
    height: 190px;
    border-radius: 130px 140px 140px 20px;
    margin-bottom: 40px;
    padding-top: 50px;
  }
  a.cp_btn:after {
    left: 4%;
  }
  .cp_btn__top {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cp_btn__bottom {
    font-size: 24px;
  }
  .main-contents-bottom::after {
    border-radius: 50%;
    width: 180%;
  }
  ul.list-asterisk li {
    text-align: left;
  }
  div.accordion__item {
    padding: 15px 25px 15px 25px;
  }
  div.accordion__item span {
    line-height: 24px;
  }
  .accordion__label-title {
    font-size: 16px;
  }
  .accordion__item .accordion__body p {
    font-size: 14px;
  }
  .body-container.disclaim {
    margin: 0 20px;
  }
  .iframe-box{
    max-width: 670px;
    margin: 0 auto;
  }
  div.attempt iframe{
    max-width: 670px;
    height: 224px;
    margin: 0 auto;
  }
  .contents_cv {
    padding: 15px 0;
  }
  .contents_cv_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 25px 0px 8px;
  }
  .contents_cv_main .btn-caption {
    margin: 0 8px;
  }
  .closeBtn__contents_cv {
    top: -33px;
    right: 5px;
  }
  .closeBtn__contents_cv img {
    margin-right: 0px;
  }
  .footer__pagetop__add {
    bottom: 135px !important;
  }
  .simple-footer__add {
    height: 220px !important;
  }
  .footer__fluid__add {
    margin-bottom: 150px;
  }
  footer.simple-footer .footer__fluid .footer__copy-right {
    margin-top: 10px;
  }
}
@media screen and (max-width: 536px) {
  .block-precautions-explanation {
    width: calc(100% - 40px);
  }
  div.attempt iframe{
    height: 200px;
  }
}
@media screen and (max-width: 769px) {
  .block-precautions-explanation {
    width: calc(100% - 40px);
  }

  .main_bg {
    min-height: 1069px;
    height: 100%;
    background-size:auto calc(800px + 92vw);
    padding-bottom: 10%;
    background-color: #6FBC3D;
  }
  .body-container.main {
    margin-bottom: 40px;
  }
  .top-message img {
    width: 304px;
    height: 156px;
  }
  .main-message {
    margin-top: calc(235px + 50vw);
  }
}


