@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
}

#contact_form th:after {
  content: "必須";
  background: #D55745;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
  transform: translateY(-50%);
  margin-left: 0.5rem;
}

#contact_form input {
  width: 100%;
  padding: 5px 10px;
  margin: 1px;
}

div#content {
  background: #fff;
}

.lp_header {
  height: 60px;
  padding: 0 15px;
  box-shadow: 0px 6px 6px 0px rgb(153 153 153 / 13%);
  position: relative;
}

.lp_header a {
  display: inline-block;
  height: 60px;
}

.lp_header img {
  padding: 15px 0;
  max-height: 60px;
}

.en_content01 {
  background: url(/contents/wp-content/uploads/2022/12/en_top-scaled.jpg)no-repeat center top / cover;
}

.bg_white_gra {
  position: absolute;
  height: 100%;
  width: 50%;
  background: -moz-linear-gradient(right, #fff 50%, transparent);
  background: -webkit-linear-gradient(right, #fff 50%, transparent);
  background: linear-gradient(to left, #fff 50%, transparent);
  top: 0;
  right: 0;
}

.lp_main_visual {
  position: relative;
  height: calc(100vh - 60px);
  width: 100%;
  padding-top: 41.8%;
  padding: 41.8% 15px 60px;
}

.lp_main_visual .lp_main_visual_wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lp_main_visual_inner {
  display: flex;
  flex-direction: row-reverse;
}

.lp_main_visual_item {
  width: 60%;
  text-align: center;
}

.en_content01_item01 {
  margin-top: 50px;
}

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

.en_content01_item01_inner span {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

span.lp_btn_contact_text {
  text-shadow: none;
}

.en_content01_item01 .text03 {
  font-size: 52px;
}

.en_content01_item01 .text04 {
  font-size: 44px;
  position: relative;
}

.en_content01_item01 .text01 {
  font-size: 18px;
}

.en_content01_item01 .text01::before {
  content: "＼";
}

.en_content01_item01 .text01::after {
  content: "／";
}

.en_content01_item01_img {
  position: absolute;
  top: -150px;
  left: -50px;
  width: 150px;
  height: 150px;
}

.en_content01_item01_img img {
  width: 200px;
  height: 200px;
}

.en_content02 {
  background: #fbf7f4;
}

.lp_content_area {
  padding: 0 15px 80px;
}

.en_content02_ttl {
  display: inline-block;
  margin-bottom: 73px;
  text-align: center;
  font-size: 58px;
  background: linear-gradient(transparent 90%, #42ceb5 90%);
}

.lp_content_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.en_content02_achievement {
  font-size: 4rem;
  font-weight: bold;
  margin: 70px auto;
  padding: 0 2rem;
  position: relative;
  display: inline-block;
}

.en_content02_achievement:before {
  content: "";
  display: block;
  width: 5px;
  background: #ff5722;
  top: 0;
  left: -1em;
  height: 100%;
  position: absolute;
  transform: rotate(-25deg);
}

.en_content02_achievement:after {
  content: "";
  display: block;
  width: 5px;
  background: #ff5722;
  top: 0;
  right: -1em;
  height: 100%;
  position: absolute;
  transform: rotate(25deg);
}

.transaction,
.card_num {
  font-size: 1em;
  display: block;
  font-weight: bold;
  color: #ff5722;
}

.en_content02_wrap {
  padding: 60px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text_lg {
  font-size: 1em;
}

.en_content02_wrap p {
  padding-bottom: 0;
  font-size: 16px;
  margin-bottom: 0;
}

.page1.page_area {
  width: 100%;
}

.page1.page_area form {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.simulat-tbl,
.result__tbl {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
}

.result__tbl {
  margin: 80px auto;
}

.simulat-tbl .light-oil__th {
  background: #0dc1a1;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}

.result__tbl .light-oil__th {
  background: #0dc1a1;
  color: #fff;
  border-radius: 4px 0 0 0;
  padding: 10px;
}

.simulat-tbl th {
  padding: 10px;
  background: #eee;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.simulat-tbl td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.simulat-tbl .regular__th {
  background: #eb5246;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.simulat-tbl tr:last-child th,
.simulat-tbl tr:last-child td {
  border-bottom: none;
}

.result__tbl .regular__th {
  background: #eb5246;
  color: #fff;
  padding: 10px;
}

input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.simulat-btn__wrap {
  display: block;
  text-align: center;
  width: 100%;
}

.simulat-tbl tr:last-child th {
  border-radius: 0 0 0 4px;
}

.simulat-btn__wrap button {
  position: relative;
  display: block;
  background: #ff9800;
  padding: 23px 80px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  border: none;
  border-bottom: 5px solid #e18601;
  text-align: center;
  font-size: 27px;
}

.simulat-btn__wrap button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 38px;
  left: 30px;
  background: url(/contents/wp-content/uploads/2022/12/coin.png)no-repeat center top / cover;
}

button#calc_button:after {
  content: "\f138";
  font-family: FontAwesome;
  color: #e18601;
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

th.total__th {
  padding: 10px;
  background: #ee8e00;
  color: #fff;
}

.result__tbl td {
  text-align: right;
  padding-right: 1rem;
  border-bottom: 1px solid #ccc;
}

.result__tbl th {
  width: 150px;
}

.result__tbl tr:last-child td {
  border-bottom: none;
  font-size: 120%;
  font-weight: bold;
}

.dora__tbl {
  font-size: 23px;
}

span.answer__text {
  font-size: 28px;
  color: #ff9800;
}

span.answer__price {
  font-size: 45px;
  color: #ff9800;
  font-weight: bold;
}

span.good-deal {
  font-size: 60px;
  font-weight: bold;
  color: #eb5246;
}

.en_content03 {
  text-align: center;
}

.lp_content_area.en_content04 {
  background: #fff0db;
  padding: 80px 15px;
  text-align: center;
}

.answer {
  text-shadow: 2px 3px 4px #00000040;
  position: relative;
  text-align: center;
}

.answer:before {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #ffc77800 30%, #ff3800ab);
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 0;
}

.en_content05_wrap p {
  font-size: 27px;
  padding: 50px 0;
  text-align: center;
}

.en_content05_wrap {
  text-align: center;
}

.en_content05_achievement {
  font-size: 45px;
  font-weight: bold;
  margin: 70px auto;
  padding: 0 2rem;
  position: relative;
  display: inline-block;
}

.en_content05_achievement:before {
  content: "";
  display: block;
  width: 5px;
  background: #ff5722;
  top: 0;
  left: -2rem;
  height: 100%;
  position: absolute;
  transform: rotate(-25deg);
}

.transaction,
.card_num {
  font-size: 45px;
  display: block;
  font-weight: bold;
  color: #ff5722;
}

.text_lg {
  font-size: 64.5px;
}

.en_content05_achievement:after {
  content: "";
  display: block;
  width: 5px;
  background: #ff5722;
  top: 0;
  right: -2rem;
  height: 100%;
  position: absolute;
  transform: rotate(25deg);
}

.en_content_ttl.en_content05_ttl {
  margin-bottom: 34.5px;
}

.en_content_ttl {
  max-width: 1076px;
  margin: 0 auto 30px;
  padding-bottom: 15.5px;
  text-align: center;
  font-size: 48px;
  color: #ef5154;
  border-bottom: 10px dashed #c8c8c8;
}

.en_content04_wrap {
  text-align: left;
}

.en_content04_wrap .result__wrap h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 0 10%;
  padding: 0 5px;
  width: 180px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  background: #ff9800;
  border-radius: 50%;
  box-sizing: border-box;
}

.en_content04_wrap .result__wrap h2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 5px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 40px solid #ff9800;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.en_content05_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.en_content05_item {
  width: calc(50% - 20px);
  border: 5px solid #003987;
  margin-bottom: 40px;
}

h3.en_content05__sub_ttl {
  text-align: center;
  padding: 30px 0;
  font-size: 45px;
  color: #ff5722;
}

.en_content05_item_inner .dora_logo {
  width: 100%;
  display: flex;
  padding: 20px 0;
  align-items: flex-end;
  justify-content: center;
}

.en_content05_item_inner .dora_logo img {
  width: calc(100% - 120px);
}

.en_content05_wrap p {
  font-size: 27px;
  padding: 0 20px 30px;
  text-align: center;
}


.en_content05_text_box p {
  font-size: 16px;
}

.notes {
  font-size: 11px;
  line-height: 1em;
  display: inline-block;
  margin: 1em 0;
  text-align: left;
}

.text--right {
  text-align: right;
}

.lp_btn_contact {
  margin: 50px auto 0;
  text-align: center;
}

.lp_btn_contact p {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 5px 20px;
  position: relative;
}

.lp_btn_contact p:before {
  content: "";
  height: 1.5em;
  width: 3px;
  background: #fff;
  position: absolute;
  transform: rotate(-25deg);
  left: 0;
  top: 6px;
}

.lp_btn_contact p:after {
  content: "";
  height: 1.5em;
  width: 3px;
  background: #fff;
  position: absolute;
  transform: rotate(25deg);
  right: 0;
  top: 6px;
}

.lp_btn_contact a {
  width: 450px;
  color: #fff;
  position: relative;
  display: block;
  background: #F19500;
  padding: 20px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  border-bottom: 5px solid #8f4c4b;
  text-align: center;
  font-size: 27px;
}

.en_content_06_ttl {
  margin-top: 100px;
  margin-bottom: 80px;
}

.en_content06_flex {
  display: flex;
  justify-content: space-between;
}

.en_content06_item {
  width: 200px;
}

.en_content06_item .step_num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  background: #42CEB5;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.en_content06_step_step {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.en_content06_step_num {
  font-size: 45px;
  margin-left: 10px;
  line-height: 45px;
}

img.step__img {
  max-width: 85px;
  margin: 0 auto;
}

.en_content06_step_ttl {
  font-size: 24px;
}

.en_content06_item_text p {
  font-size: 14px;
  text-align: left;
}

.en_content06_arrow {
  font-size: 40px;
  padding-top: calc(100px - 26px);
  color: #42ceb5;
}

.en_content03_wrap h2 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #d8d8d8;
}

.en_content03_wrap h2:before {
  position: absolute;
  bottom: -14px;
  left: 8em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.en_content03_wrap h2:after {
  position: absolute;
  bottom: -10px;
  left: 8em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

h2.en_content_07_ttl {
  text-align: center;
  background: #eb5244;
  padding: 20px 30px;
  color: #fff;
  border-radius: 6px;
  position: relative;
  margin-bottom: 80px;
}

h2.en_content_07_ttl:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eb5244;
  z-index: 0;
}

form#contact_form {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

form#contact_form th {
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  width: 250px;
}

#contct_button {
  width: 200px;
  color: #fff;
  position: relative;
  display: block;
  background: #F19500;
  padding: 10px;
  margin: 0 auto;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #d67f00;
  border-bottom: 5px solid #8f4c4b;
  text-align: center;
  font-size: 18px;
}

.simulat__ttl {
  font-size: 32px;
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #d8d8d8;
  width: 100%;
  margin-bottom: 50px;
}

.simulat__ttl:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.simulat__ttl:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fbf7f4 transparent transparent transparent;
}

.price-tab__area {
  display: flex;
  cursor: pointer;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.price-tab {
  padding: 10px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  width: 50%;
  border: 1px solid #eee;
  background: #ccc;
}

li.price-tab.price-tab__light-oil.active {
  background: #0dc1a1;
  color: #fff;
  font-weight: bold;
}

li.price-tab.price-tab__regular.active {
  background: #eb5246;
  color: #fff;
  font-weight: bold;
}

.price__panel {
  display: none;
}

.price__panel.active {
  display: block;
}

.price__panel-area {
  width: calc(100% - 2px);
  max-width: calc(600px - 2px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.price__panel-area table th {
  width: 150px;
}

.price__panel-area table td {
  padding: 20px 10px;
}

.price__panel-area table td input {
  padding: 5px 10px;
  text-align: right;
  font-size: 25px;
}

.confirm__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}

.confirm__wrap h2 {
  font-size: 23px;
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

.confirm__wrap table {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  border-collapse: separate;
}

.confirm__wrap th {
  width: 200px;
  text-align: right;
  padding: 5px 10px;
  background: #eee;
  border-bottom: 1px solid #fff;
}

.confirm__wrap table tr:first-child th {
  border-radius: 0 0 0 4px;
}

.confirm__wrap table tr:last-child th {
  border-radius: 4px 0 0 0;
}

.confirm__wrap tr:last-child th {
  border-bottom: none;
}

.confirm__wrap td {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}

.confirm__wrap tr:last-child td {
  border-bottom: none;
}

.smt-btn__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.smt-btn__wrap button {
  margin: 10px 5px 50px;
  padding: 5px;
  width: 150px;
}

button#contact_back_button {
  border: 1px solid #ccc;
  border-radius: 6px;
}

button#contact_confirm_button {
  border-radius: 6px;
  background: #ff9800;
  color: #fff;
  border: 1px solid #d07c00;
}

form#contact_form th.no-required:after {
  content: "";
  display: inline-block;
  padding: 0 20px;
}

.page1.page_area form table {
  width: 100%;
}

.en_content06_wrap ul {
  font-size: 14px;
  list-style: none;
}

.no_chenge--center {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.page3 {
  text-align: center;
}

.page3 ul {
  text-align: left;
  display: inline-block;
  margin: 3rem auto;
}

.text--marker {
  position: relative;
  display: inline-block;
  color: #f44336;
  font-weight: bold;
}

.text--marker:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  background: #f4433685;
  width: 100%;
  height: 5px;
}

h3.simulat__sub-ttl {
  color: #333;
  font-size: 23px;
}

.page_area form p {
  text-align: center;
  margin: 1rem auto;
}

.answer__area {
  display: none;
  padding: 50px 15px;
}

.answer__area.active {
  display: block;
}

.light-oil__area {
  background: #0dc1a1;
}

.answer__box {
  padding: 50px 15px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
}

.answer__ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 4px 0px #00000061;
}

.answer__ttl.answer__ttl--light-oil {
  background: #d8fbf5;
}

.answer__ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
}

.answer__ttl.answer__ttl--light-oil h2 {
  color: #0dc1a1;
}

.answer__ttl span {
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  border-radius: 20px;
  margin-left: 1.5em;
}

.answer__ttl--light-oil span {
  background: #0dc1a1;
}

h3.now-ttl {
  background: #b0afaf;
  max-width: 300px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-weight: normal;
}

h3.next-ttl {
  background: #ff9800;
  max-width: 300px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-weight: normal;
}

.bar {
  background: #fcc16a;
  overflow: hidden;
  width: 5px;
  height: 50px;
  margin: 0 0 40px;
  box-shadow: 0px 8px 10px #fcc16aab;
  position: relative;
  border: 1px solid #fff;
}

span.bar_inner-text {
  position: absolute;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
}

.ber__now-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bar__block {
  width: 60%;
}

.bar__block_usami {
  width: 40%;
}

.bar-text__block p {
  line-height: 50px;
  margin: 0;
  font-size: 18px;
}

.bar__costdown_text {
  text-align: center;
  font-size: 23px;
  line-height: 1.5em;
}

span.dora__price {
  background: linear-gradient(transparent 56%, #ff9800bf 60%);
  font-size: 28px;
}

.usami_bar-text__block p {
  color: #ff9800;
  font-weight: bold;
}

.regular__area.active {
  background: #eb5246;
}

.answer__ttl--regular {
  background: #f6cbc8;
}

.answer__ttl--regular h2 {
  color: #eb5246;
}

.answer__ttl--regular span {
  background: #eb5246;
}

.card_type_wrap {
  display: flex;
  align-items: center;
}

ul.card_type__list {
  padding: 3px 0;
  margin: 0;
}

.card_type_wrap ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.card_type_wrap ul li select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

.card_type_wrap span {
  display: inline-block;
  padding: 0 10px 0 20px;
}

#contact_form .card_type__list input._param {
  width: 80px;
}

.card_type_wrap ul li {
  display: flex;
  align-content: center;
  list-style: none;
  padding-left: 0;
}

.card_type_wrap ul span {
  display: flex;
  padding: 0 10px 0 20px;
  vertical-align: middle;
  align-items: center;
}

a.add-btn {
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px 20px;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
}

.card_type_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.card_type_wrap ul li.d-none {
  display: none;
}

.result_no_change h2 {
  background: #d8fbf5;
  color: #0dc1a1;
  display: inline-block;
  font-size: 23px;
  padding: 15px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 4px 0px #00000061;
}

.result_no_change h3 {
  background: linear-gradient(transparent 56%, #ff9800bf 60%);
  display: block;
  text-align: center;
  width: 250px;
  margin: 50px auto 10px;
  font-size: 23px;
  font-weight: normal;
}

.dora_service h2 {
  background: none;
  box-shadow: none;
  color: #333;
  max-width: calc(100% - 30px);
  font-size: 20px;
  font-weight: normal;
  border: 3px solid #0dc1a1;
  margin: 50px auto;
  margin-left: 15px;
  border-radius: 6px;
  position: relative;
}

.dora_service h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0dc1a1;
}

.dora_service h2:after {
  content: "";
  position: absolute;
  top: 93%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fefefe;
}

.service--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service--box {
  width: 50%;
  padding: 20px;
}

.service--box h3 {
  background: none;
  width: auto;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service--box h3:before {
  content: "\f119";
  font-family: 'FontAwesome';
  font-size: 30px;
  margin-right: 10px;
}

.service--box a {
  color: #333;
}

#terms {
  height: 300px;
  background: #fff;
  padding: 15px 15px 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  border: 1px solid #ccc;
  text-align: left;
  margin-bottom: 2rem;
}

#terms h2 {
  font-size: 23px;
}

#terms p {
  text-align: left;
}

span.wpcf7-list-item-label {
  height: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

input[type=checkbox]#agree {
  display: none;
}

input[type=checkbox]#agree+span.wpcf7-list-item-label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  line-height: 20px;
}

#terms input {
  width: 100%;
  padding: 5px 10px;
  margin: 1px;
}

input[type=checkbox]#agree:checked+span.wpcf7-list-item-label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  border-radius: 3px;
}

#contct_button:disabled {
  background: #ccc;
  border: 1px solid #aaa;
  border-bottom: 5px solid #999;

}

.dora_service {
  max-width: 960px;
  margin: 0 auto;
}

.thumb img {
  width: 100%;
  border: 1px solid #eee;
}

.page_area form p.terms_notes-text {
  text-align: left;
}

span.card_num {
  margin-left: 1rem;
}

@media (max-width: 959px) {
  .lp_main_visual_inner {
    flex-flow: column;
  }

  .lp_main_visual {
    position: relative;
    height: 500px;
    width: 100%;
    padding-top: 41.8%;
    padding: 41.8% 15px 60px;
  }

  .lp_main_visual_item {
    width: 100%;
    text-align: center;
  }

  .lp_content_inner {
    max-width: 780px;
  }

  .en_content01_item01_img img {
    width: 100px;
    height: 100px;
    top: 80px;
    left: 50px;
    position: absolute;
  }

  .en_content01 {
    background: none;
    position: relative;
  }

  .en_content01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    background: url(/contents/wp-content/uploads/2022/12/en_top-scaled.jpg)no-repeat center top / cover;
  }

  .bg_white_gra {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 61 134 / 70%);
  }

  .en_content01_item01_img img {
    width: 80px;
    height: 80px;
    top: 60px;
    position: absolute;
  }

  .en_content01_item01_inner span {
    text-shadow: none;
    color: #fff;
  }

  .en_content02_ttl {
    font-size: 37px;
  }

  .en_content02_wrap p {
    padding-bottom: 25px;
    font-size: 14px;
  }

  .simulat__ttl {
    font-size: 28px;
  }

  .simulat-tbl,
  .result__tbl {
    width: 100%;
    max-width: 600px;
  }

  .simulat-tbl tr {
    display: flex;
    flex-direction: column;
  }

  .price__panel-area table th {
    width: 100%;
  }

  .simulat-tbl th:first-child {
    border-radius: 4px 4px 0 0;
  }

  span.answer__text {
    font-size: 20px;
  }

  span.answer__price {
    font-size: 40px;
    color: #ff9800;
  }

  span.good-deal {
    font-size: 30px;
  }

  .answer:before {
    height: 10px;
    bottom: 15px;
  }

  .transaction,
  .card_num {
    font-size: 20px;
  }

  .text_lg {
    font-size: 45.5px;
  }

  .en_content03_wrap h2 {
    font-size: 28px;
  }

  .en_content05_wrap p {
    font-size: 18px;
  }

  .en_content05_flex {
    flex-direction: column;
  }

  .en_content05_item {
    width: 100%;
  }

  .en_content_ttl {
    font-size: 40px;
  }

  .en_content06_flex {
    flex-direction: column;
  }

  .en_content06_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .en_content06_item .step_num {
    width: 150px;
    height: 150px;
  }

  .en_content06_step_num {
    font-size: 40px;
  }

  .en_content06_step_ttl {
    font-size: 18px;
  }

  .en_content05_item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .en_content06_item_text {
    width: calc(100% - 180px);
  }

  .en_content06_arrow {
    font-size: 60px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    transform: rotate(90deg);
  }

  form#contact_form table tr {
    display: flex;
    flex-direction: column;
  }

  form#contact_form table th {
    text-align: left;
    background: #eee;
    width: 100%;
  }

  form#contact_form table td {
    padding: 10px 0;
    margin-bottom: 1rem;
  }

  form#contact_form table td input {
    padding: 5px 10px;
  }

  .simulat-btn__wrap button {
    font-size: 20px;
  }

  .bar__block {
    width: 100%;
  }

  .bar__block_usami {
    width: 75%;
  }

  .bar-text__block {
    width: 100%;
    margin-top: -30px;
  }

  .bar-text__block p {
    font-size: 16px;
    text-align: right;
    line-height: 1em;
    margin-top: 1em;
  }

  .usami_bar-text__block {
    margin-top: 0;
  }

  .bar__costdown_text br {
    display: none;
  }

  .en_content02_wrap p br {
    display: none;
  }

  .en_content06_step_num {
    font-size: 30px;
  }

  img.step__img {
    max-width: 65px;
    margin: 0 auto;
  }

  .card_type_wrap {
    flex-direction: column;
  }

  a.add-btn {
    margin: 1em;
  }

  .service--box h3:before {
    font-size: 20px;
  }

  .service--box p {
    font-size: 12px;
    text-align: center;
  }

  .dora_service h2:after {
    top: 95%;
  }

  .answer__box .text--right {
    text-align: left;
  }

  .bar__costdown_text {
    font-size: 16px;
    margin-top: -30px;
  }

  span.dora__price {
    font-size: 23px;
  }

  h3.now-ttl {
    max-width: 100%;
    padding: 10px;
  }

  h3.next-ttl {
    max-width: 100%;
    padding: 10px;
    margin: 50px auto 24px;
  }

  .costdown__text {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 519px) {
  .lp_btn_contact a {
    width: calc(100% - 30px);
    font-size: 16px;
  }

  .en_content01_item01 .text03 {
    font-size: 23px;
  }

  .en_content01_item01 .text04 {
    font-size: 28px;
  }

  .en_content01:before {
    background: url(/contents/wp-content/uploads/2022/12/en_top-scaled.jpg)no-repeat left 40% bottom / cover;
  }

  .en_content02_wrap {
    padding: 60px 0;
  }

  .en_content02_ttl {
    font-size: 23px;
    margin-bottom: 3rem;
  }

  .simulat__ttl {
    font-size: 18px;
    padding: 1.5rem 0;
  }

  .en_content02_wrap p {
    text-align: left;
  }

  .page1.page_area form {
    padding-bottom: 0;
  }

  .price__panel-area table td input {
    width: calc(100% - 50px);
  }

  .en_content03_wrap h2 {
    font-size: 18px;
    padding: 1rem 0;
  }

  .result__tbl th {
    width: 120px;
  }

  .dora__tbl {
    font-size: 20px;
  }

  .en_content03 {
    text-align: center;
    padding-bottom: 0;
  }

  .en_content04_wrap .result__wrap h2 {
    width: 150px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }

  span.answer__text {
    font-size: 14px;
  }

  span.answer__price {
    font-size: 26px;
  }

  .costdown__text .text--right {
    text-align: left;
  }

  span.good-deal {
    font-size: 30px;
    display: block;
  }

  .answer:before {
    height: 10px;
    bottom: 3px;
  }

  .en_content05_achievement:before {
    content: "";
    width: 2px;
    left: -3rem;
    transform: rotate(-20deg);
  }

  .en_content05_achievement:after {
    display: block;
    width: 2px;
    right: -3rem;
    transform: rotate(20deg);
  }

  span.dora_logo {
    line-height: 1em;
  }

  h3.en_content05__sub_ttl {
    font-size: 30px;
  }

  .en_content_ttl {
    font-size: 23px;
    border-bottom: 5px dashed #c8c8c8;
  }

  .en_content06_item {
    flex-direction: column;
  }

  .en_content06_item_text {
    width: 100%;
  }

  .en_content06_item_text p {
    font-size: 16px;
    text-align: center;
  }

  .en_content06_arrow {
    font-size: 30px;
    transform: rotate(90deg);
  }

  h2.en_content_07_ttl {
    font-size: 23px;
  }

  .en_content05_wrap p {
    font-size: 16px;
    padding: 0 10px 15px;
  }

  .lp_content_area {
    padding: 0 15px 50px;
  }

  .confirm__wrap table tr {
    display: flex;
    flex-direction: column;
  }

  .confirm__wrap table th {
    width: 100%;
    text-align: left;
  }

  .confirm__wrap table tr:first-child th {
    border-radius: 4px 4px 0 0;
  }

  .confirm__wrap table tr:last-child th {
    border-radius: 0;
  }

  .smt-btn__wrap button {
    width: 120px;
  }

  .simulat-btn__wrap button {
    font-size: 14px;
    padding: 20px 38px;
  }

  .simulat-btn__wrap button:before {
    width: 18px;
    height: 24px;
    left: 16px;
  }

  button#calc_button:after {
    font-size: 20px;
    right: 16px;
  }

  .answer__ttl h2 {
    font-size: 16px;
  }

  .answer__box {
    padding: 50px 10px;
  }

  .bar__costdown_text {
    font-size: 14px;
    margin: 0 auto;
    margin-top: -30px;
  }

  span.dora__price {
    font-size: 20px;
  }

  .bar-text__block p {
    font-size: 16px;
    line-height: 2em;
  }

  .costdown__text {
    margin-top: 2.5rem;
    text-align: center;
  }

  span.answer__text {
    font-size: 14px;
  }

  .en_content05_achievement:before {
    left: 0;
  }

  .en_content05_achievement:after {
    right: 0;
  }

  .en_content05_wrap p br {
    display: none;
  }

  .en_content_06_ttl {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .en_content06 ul {
    margin-top: 20px;
    font-size: 12px;
  }

  .card_type_wrap ul li {
    flex-wrap: wrap;
  }

  .answer__ttl span {
    font-size: 11px;
    margin-left: 0.5em;
  }

  .service--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .dora_service h2 {
    font-size: 18px;
    margin: 50px auto 20px;
  }

  .service--box h3 {
    margin: 0;
  }

  .service--box {
    width: 100%;
  }

  h3.next-ttl {
    margin-top: 50px;
  }
}

@media (min-width: 960px) {
  .costdown__text br {
    display: none;
  }
}

@media (min-width: 560px) {
  span.card_num br {
    display: none;
  }
}