/* ===========================
  body ~ h1
=========================== */
body {
  color: #282828;
  background-color: #F0F0F0;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
}

/* header */
header {
	width: 304px;
}
#header {
	border-top: none;
	box-shadow: none;
	height: 100vh;
	width: 304px;
}
div#header::before {
  content: none;
}
@media screen and (min-width: 1200px) {
  #header {
    min-height: initial;
    border-top-width: 0;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    min-height: initial;
    border-top-width: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    width: 100%;
  }
  #header {
    min-height: initial;
    border-top-width: 0;
    height: 72px;
    min-width: 100%;
    width: 100%;
  }
  #header a {
	  display: inline-block;
  }
}

/* layoutWrap */
.layoutWrap {
  padding: 0;
  margin: 0;
  max-width: initial;
}

/* logoHeader */
.logoHeader {
	position: initial;
	top: initial;
	left: initial;
	width: 208px;
}
@media screen and (min-width: 1061px) {
  .logoHeader {
    margin: 0 auto;
    padding: 30px 0;
    position: initial;
  }
  .logoHeader img {
    width: 208px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeader {
    margin: 0 auto;
    padding: 30px 0;
    position: initial;
  }
  .logoHeader img {
    width: 208px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .logoHeader {
    margin: 0 0 0 24px;
    padding: 16px 0 0;
    position: initial;
    width: 100%;
  }
  .logoHeader img {
    width: 144px;
    height: auto;
  }
}

/* main */
#main {
  background-color: #F0F0F0;
	margin-top: 0;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #main {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  #main {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 77px 0 0;
  }
}

/* article */
#main > article {
  max-width: calc(100% - 304px);
  margin: 0;
  margin-left: 304px;
	padding: 0;
	width: calc(100% - 304px);
}
@media screen and (max-width: 1200px) {
  #main > article {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #main > article {
    max-width: 100%;
    margin-left: 0;
    padding: 80px 0 0;
    width: 100%;
  }
}

/* h1DesignA1 */
.h1DesignA1 {
  border-bottom: 8px solid #8ec300;
  color: #282828;
  display: inline-block;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  font-weight: 400;
  line-height: 1;
  max-width: initial;
  margin: 0 50px;
  padding-bottom: 24px;
	text-align: left;
}
.h1DesignA1::before {
	content: none;
}
h1 {
  margin: 0;
}
.h1DesignA1 span {
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 96px;
  }
  .h1DesignA1 {
    max-width: calc(100% - 100px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 96px;
  }
  .h1DesignA1 {
    max-width: calc(100% - 100px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  .h1DesignA1 {
    margin: 0 25px;
    max-width: calc(100% - 50px);
    padding-bottom: 24px;
  }
}


/* ===========================
  form
=========================== */
.articleForm{
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  text-align: left;
}
.articleFormAgree {
  background: linear-gradient(to top, #F8F8F8 0, #F8F8F8 200px, #F0F0F1 200px, #F0F0F0 100%);
}
form {
  margin: 0;
}

/* STEP */
#main article > ul {
  margin: 0;
  padding: 75px 50px 160px;
}
#main article.articleForm .layoutWrap > ul {
  margin: 0;
  padding: 75px 50px 160px;
}
.listFlow {
  color: #282828;
  font-size: 16px;
}
.listFlow li {
  padding: 0 30px 0 0;
  background: none;
}
.listFlow li.current {
  color: initial;
  background: initial;
}
.clm4 > * > *:first-child {
	margin-top: 0;
}
.clm4 > * {
	width: initial;
	margin: 0;
}
.listFlow.clm4 {
  margin: 0;
  padding: 0;
}
.listFlow.clm4 li {
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  min-height: 80px;
  position: relative;
  text-align: left;
  width: calc(100% / 4);
}
.listFlow li span {
  font-size: 16px;
}
.circle {
  background-color: #ffffff;
  border: 9px solid #ffffff;
  border-radius: 50%;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 100;
}
.current .circle {
  background-color: #ffffff;
  border: 9px solid #8DC63F;
}
.circle.filled {
  background-color: #8DC63F;
  border: 9px solid #8DC63F;
}
.completed .circle::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.listFlow.clm4 li:not(:last-child)::after {
  background-color: #ffffff;
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 13px;
  width: calc(100% - 28px);
  z-index: 50;
}
.listFlow.clm4 li.completed::after {
  background-color: #8DC63F;
}
.label {
  display: block;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #main article > ul {
    display: block;
    margin: 70px 25px 150px;
    position: relative;
    width: calc(100% - 50px);
  }
  #main article.articleForm .layoutWrap > ul {
    margin-bottom: 150px;
    margin-top: 70px;
  }
  .listFlow {
    font-size: 16px;
  }
  .listFlow.clm4 {
    justify-content: initial;
    margin: 70px 25px 150px !important;
    padding: 0 !important;
    position: relative;
    width: calc(100% - 50px);
  }
  .articleFormAgree .listFlow.clm4 {
    padding-bottom: 150px !important;
  }
  .articleFormInput .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .articleFormConfirm .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .articleFormComplete .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .clm4::before,
  .clm4::after {
    content: none;
  }
  .listFlow li {
    padding: 0;
    width: 100%;
  }
  .listFlow.clm4 li {
    font-size: 0;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .listFlow.clm4 li.current {
    font-size: 16px;
    text-align: center;
  }
  .listFlow.clm4 li:not(:last-child)::after {
    left: 23px;
    position: absolute;
    top: 12px;
    width: calc(100% - 23px);
    z-index: 50;
  }
  .listFlow.clm4 li .label {
    display: none;
  }
  .listFlow.clm4 li.current .label {
    display: block;
    font-size: 14px;
  }
  .listFlow.clm4 li .circle {
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 26px;
  }
  .listFlow.clm4 li:nth-of-type(1) .circle {
    left: 0;
  }
  .listFlow.clm4 li:nth-of-type(2) .circle {
    left: calc(((100% - 100px) / 3) + 26px);
  }
  .listFlow.clm4 li:nth-of-type(3) .circle {
    left: calc(((100% - 100px) / 3) + ((100% - 100px) / 3) + 52px);
  }
  .listFlow.clm4 li:nth-of-type(4) .circle {
    left: auto;
    right: 0;
  }
  .listFlow.clm4 li::after {
    top: 12px;
  }
  .listFlow.clm4 li:not(:last-child)::after {
    width: calc((100% - 100px) / 3);
  }
  .listFlow.clm4 li:nth-of-type(1)::after {
    left: 26px;
  }
  .listFlow.clm4 li:nth-of-type(2)::after {
    left: calc(((100% - 100px) / 3) + 52px);
  }
  .listFlow.clm4 li:nth-of-type(3)::after {
    left: calc(((100% - 100px) / 3) + ((100% - 100px) / 3) + 78px);
  }
  .completed .circle::after {
    top: -1px;
    left: -2px;
  }
}

/* h2 ~ text */
.h2DesignA1 {
  text-align: left;
}
h2 {
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  font-weight: 400;
	line-height: 1.1;
	margin: 0 50px;
}
#main section:not(.wrapDesignA1) > h2:first-child {
  padding-top: 120px;
	margin-top: 0;
}
.articleFormInput .layoutWrap p span {
  color: #282828 !important;
}
@media screen and (min-width: 1200px) {
  h2 {
	  font-size: 48px;
  }
  .h2DesignA1 {
    padding-bottom: 60px;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
  	font-size: 48px;
  }
  .h2DesignA1 {
    padding-bottom: 60px;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
	  margin: 0 25px;
  }
  .h2DesignA1 {
    padding-bottom: 30px;
  }
  #main section:not(.wrapDesignA1) > h2:first-child {
    padding-top: 160px;
    margin-top: 0;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}

/* p */
p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  line-height: 1.5;
  margin: 0 50px 30px;
}
p:not(.ttl) + p {
	margin-top: 0;
}
[class^="h1Design"] + p,
[class*=" h1Design"] + p,
[class^="h2Design"] + p,
[class*=" h2Design"] + p {
	margin-top: 0;
}
.articleFormInput h2 + p,
.articleFormConfirm h2 + p {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  p {
    margin: 0 25px 30px;
  }
  [class^="h1Design"] + p,
  [class*=" h1Design"] + p,
  [class^="h2Design"] + p,
  [class*=" h2Design"] + p {
    margin-top: 0;
  }
  .articleFormInput h2 + p,
  .articleFormConfirm h2 + p {
    margin-bottom: 150px;
  }
}

/* list */
.listDecimal {
  font-size: 16px;
	margin: 0 0 0 18px;
  padding: 0 50px;
}
.listDecimal > li {
	margin: 0 0 60px;
	padding: 0 0 0 10px;
	border-top: none;
	list-style-position: outside !important;
}
.listDecimal > li > ul {
	margin: 30px 0;
}
.listDecimal > li > ul > li {
	border-top: none;
  color: #282828;
  list-style-type: upper-alpha;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .listDecimal {
    margin: 0 25px;
    padding: 0 0 0 15px;
    width: calc(100% - 50px);
  }
  .listDecimal > li {
    margin: 0 0 12px;
    padding: 0 0 0 10px;
  }
  .listDecimal > li > ul {
    margin: 20px 0;
    width: 100%;
  }
}

/* input form */
#form_wrap {
  margin: 0;
  border: none;
}
#form_wrap > #form_wrap {
  border: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0 50px 160px;
  width: 100%;
}
.articleFormInput h2 + #form_wrap {
  border: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0 50px 140px;
  width: 100%;
}
.articleFormConfirm form {
  padding: 0 50px 50px;
}
.articleFormConfirm #form_wrap {
  background-color: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 140px;
  padding: 50px 50px 32px;
}
.form_group {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.articleFormInput .form_group.user_name,
.articleFormInput .form_group.country,
.articleFormInput .form_group.fax,
.articleFormInput .form_group.comment {
  grid-column: 1 / -1;
}
.articleFormInput .form_group.user_name,
.articleFormInput .form_group.country,
.articleFormInput .form_group.fax {
  width: calc(50% - 12px);
}
.form_group > div {
  display: block;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
}
.form_group > div:not(.form_group_head) {
  overflow: hidden;
  overflow-wrap: break-word;
  width: 100%;
  word-break: break-all;
}
#form_wrap:not(.verify) .form_group > div:not(.form_group_head) {
  font-size: 16px;
}
.form_group_head {
  background: initial;
  font-size: 16px;
  line-height: 1;
}
.form_group:nth-of-type(even) > div:not(.form_group_head) {
  background: initial;
}
.form_group label,
.form_group input,
.form_group button,
.form_group select,
.form_group optgroup,
.form_group textarea {
  font-size: 16px !important;
  margin: 0;
}
#form_wrap .required::after,
#form_wrap .e_mail_confirm > .form_group_head::after,
#form_wrap .select_required::after {
  color: #FF0044;
  font-size: 16px;
  line-height: 0.8;
  padding: 1px 0 0;
  margin: 0 0 0 8px;
  border-radius: initial;
  background: initial;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #form_wrap > #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 50px 100px;
    width: 100%;
  }
  .articleFormInput h2 + #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 50px 20px;
    width: 100%;
  }
  .articleFormConfirm form {
    padding: 0 50px 50px;
  }
  .articleFormConfirm #form_wrap {
    border-radius: 24px;
    margin-bottom: 70px;
    padding: 50px 50px 32px;
  }
  .form_group {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax,
  .articleFormInput .form_group.comment {
    grid-column: initial;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax {
    width: 100%;
  }
  .form_group > div {
    display: block!important;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
    text-align: left!important;
    width: 100%!important;
  }
  .form_group > div:not(.form_group_head) {
    margin-bottom: 50px;
  }
  .form_group_head {
    background: initial;
    font-size: 16px;
    line-height: 1;
  }
  .form_group:nth-of-type(even) > div:not(.form_group_head) {
    background: initial;
  }
  .form_group label,
  .form_group input,
  .form_group button,
  .form_group select,
  .form_group optgroup,
  .form_group textarea {
    font-size: 16px !important;
    margin: 0;
  }
  #form_wrap .required::after,
  #form_wrap .e_mail_confirm > .form_group_head::after,
  #form_wrap .select_required::after {
    color: #FF0044;
    font-size: 16px;
    line-height: 0.8;
    padding: 1px 0 0;
    margin: 0 0 0 8px;
    border-radius: initial;
    background: initial;
  }
}
@media screen and (max-width: 768px) {
  #form_wrap > #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 25px 100px;
    width: 100%;
  }
  .articleFormInput h2 + #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 25px 20px;
    width: 100%;
  }
  .articleFormConfirm form {
    padding: 0 25px 50px;
  }
  .articleFormConfirm #form_wrap {
    border-radius: 24px;
    margin-bottom: 70px;
    padding: 50px 25px 32px;
  }
  .form_group {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax,
  .articleFormInput .form_group.comment {
    grid-column: initial;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax {
    width: 100%;
  }
  .form_group > div {
    display: block!important;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
    text-align: left!important;
    width: 100%!important;
  }
  .form_group > div:not(.form_group_head) {
    margin-bottom: 50px;
  }
  .form_group_head {
    background: initial;
    font-size: 16px;
    line-height: 1;
  }
  .form_group:nth-of-type(even) > div:not(.form_group_head) {
    background: initial;
  }
  .form_group label,
  .form_group input,
  .form_group button,
  .form_group select,
  .form_group optgroup,
  .form_group textarea {
    font-size: 16px !important;
    margin: 0;
  }
  #form_wrap .required::after,
  #form_wrap .e_mail_confirm > .form_group_head::after,
  #form_wrap .select_required::after {
    color: #FF0044;
    font-size: 16px;
    line-height: 0.8;
    padding: 1px 0 0;
    margin: 0 0 0 8px;
    border-radius: initial;
    background: initial;
  }
}
.form_group input[type="text"],
textarea,
select {
  width: 100%;
  padding: 27px 25px;
  line-height: 1.5!important;
  color: #282828;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_group input[type="text"]:focus,
textarea:focus,
select:focus {
    color: #282828;
    background-color: #fff;
    border: 1px solid #8EC300;
    outline: 0;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  padding: 16px 40px 16px 25px;
}
.form_group > div:has(select)::after {
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  transform: translateY(-60%) rotate(45deg);
  top: calc(50% - 4px);
  width: 8px;
  z-index: 10000;
}
textarea,
select {
  display: block;
  vertical-align: top;
}
textarea {
  height: 8em;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form_group input[type="text"] {
    transition: none;
  }
}
.form_group input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* Confirm table */
.articleFormConfirm #form_wrap.verify .form_group {
  align-items: flex-start;
  border-bottom: 2px dotted #9c9c9c;
  display: flex;
  font-size: 16px;
  padding: 30px 0 18px;
}
.articleFormConfirm #form_wrap.verify .form_group:last-child {
  border-bottom: none;
}
.articleFormConfirm #form_wrap.verify .form_group_head {
  font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d1f8f;
  width: 220px;
}
.articleFormConfirm #form_wrap.verify .form_group > div:not(.form_group_head) {
  flex: 1;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 850px) {
  .articleFormConfirm #form_wrap.verify .form_group {
    align-items: initial;
    display: block;
    margin-bottom: 25px;
    padding: 0;
  }
  .articleFormConfirm #form_wrap.verify .form_group_head {
    flex-shrink: initial;
    width: 100%;
  }
  .articleFormConfirm #form_wrap.verify .form_group > div:not(.form_group_head) {
    flex: initial;
    margin-bottom: 18px;
  }
}

/* placeholder */
.form_group input::placeholder {
  color: #aaa;
}

/* txtSignA1 */
.txtSignA1 {
	font-size: 16px;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
	line-height: 1.5;
	text-align: left;
	margin: 0;
  padding: 0 50px 150px;
}
@media screen and (max-width: 768px) {
  .txtSignA1 {
  	font-size: 16px;
    padding: 0 25px 50px;
    margin: 24px 0 32px;
  }
}

/* agree button */
.taCenter {
  background-color: #F8F8F8;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  margin: 0 !important;
  padding: 150px 50px 0;
  text-align: left !important;
}
.taCenter + .taCenter {
  padding: 25px 50px 50px;
}
.articleFormAgree form{
  padding-left: 240px;
  margin: -128px 0 50px 0;
  z-index: 1;
}
.articleFormAgree form .taCenter {
  margin: 0;
  padding: 0;
}
p.taCenter {
  font-size: 24px;
}
.agreeCheck {
  margin: 0;
  position: relative;
  width: auto;
}
.agreeCheck label{
  display: inline-block;
  color: #282828;
  border-radius: initial;
  padding: 0 0 0 40px;
  font-size: 16px;
  margin: 0 0 50px;
  background-color: initial;
  cursor: pointer;
  text-align: center;
}
.agreeCheck.active label {
  background-color: initial;
}
.agreeCheck label:before{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #282828;
  height: 24px;
  left: 0;
  top: 4px;
  width: 24px;
}
.agreeCheck input[type="checkbox"]:checked + label:before{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #282828;
  opacity: 1;
  transform: initial;
}
.agreeCheck label:after{
  border-bottom: 3px solid #282828;
  border-right: 3px solid #282828;
  height: 10px;
  left: 8px;
  top: 8px;
  width: 6px;
}
.agreeCheck input[type="checkbox"]:checked + label:after{
    opacity: 1;
}
@media screen and (max-width: 850px) {
  .articleFormAgree form{
    padding-left: 210px;
    margin: -128px 0 50px 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .taCenter {
    padding: 75px 25px 0;
  }
  .taCenter + .taCenter {
    padding: 25px 25px 15px;
  }
  .articleFormAgree form{
    background-color: #F8F8F8;
    margin: 0 0 50px;
    padding-left: 25px;
  }
}

/* disagreeBtn */
#disagreeBtn {
  border: 1px solid #777;
  border-radius: 9999px;
  color: #282828 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 30px;
  position: relative;
  transition: .5s;
  width: initial;
  z-index: 100;
}
#disagreeBtn:hover {
  background: #8EC300;
  border: 1px solid #8EC300;
  color: #282828;
}
@media screen and (max-width: 850px) {
  #disagreeBtn{
    padding: 30px 20px;
  }
}

/* input confirm button */
.articleFormInput button#confirmBtn {
  margin-bottom: 50px;
  margin-left: 50px;
}
button#agreeBtn,
button#confirmBtn {
  background: #bdb6d3;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
	display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  position: relative;
  padding: 30px;
  padding-right: 60px;
	text-decoration: none;
	vertical-align: middle;
  width: initial;
}
button#agreeBtn.on,
button#confirmBtn {
  background: #1A005D;
}
button#agreeBtn::before,
button#confirmBtn::before,
button#agreeBtn::after,
button#confirmBtn::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
button#agreeBtn::before,
button#confirmBtn::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
button#agreeBtn::after,
button#confirmBtn::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
button#agreeBtn::hover,
button#confirmBtn::hover {
  opacity: 0.85;
}
@media screen and (max-width: 850px) {
  button#agreeBtn,
  button#confirmBtn {
    padding: 30px 20px;
    padding-right: 50px;
    text-decoration: none;
    vertical-align: middle;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .articleFormInput button#confirmBtn {
    margin-bottom: 50px;
    margin-left: 25px;
  }

}

/* reCAPTCHA button */
.articleFormConfirm .formbox02 {
  margin: 0 0 50px !important;
}

/* submit button */
.submitBtns {
  text-align: left;
}
.submitBtns button {
  border-radius: 9999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 30px 40px;
  width: auto;
}
.submitBtns button#submitBtn {
  background: #1A005D;
  border: 1px solid #1A005D;
  color: #FFFFFF;
  padding-right: 60px;
  position: relative;
}
.submitBtns button#submitBtn::before,
.submitBtns button#submitBtn::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
.submitBtns button#submitBtn::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
.submitBtns button#submitBtn::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
button#confirmBtn:hover,
button#agreeBtn.on:hover {
  color: #282828;
}
button#agreeBtn.on:hover::before,
button#confirmBtn:hover::before {
	background: #282828;
}
button#agreeBtn.on:hover::after,
button#confirmBtn:hover::after {
  border-top: 2px solid #282828;
	border-right: 2px solid #282828;
}
.submitBtns button#backBtn {
  background: initial;
  border: 1px solid #282828;
  color: #282828;
  margin-right: 15px;
}
.submitBtns button#backBtn:hover {
  background: #8EC300;
  border: 1px solid #8EC300;
  color: #282828;
}
@media screen and (max-width: 768px) {
  .submitBtns button {
    width: auto;
  }
  .submitBtns button#backBtn {
    display: inline-block;
  }
}

/* home button */
.articleFormComplete a[class^="btnDesign"],
.articleFormComplete a[class*=" btnDesign"] {
	display: inline-block;
	font-size: 16px;
  font-weight: 400;
  line-height: 1;
	text-align: left;
  padding: 30px 60px 30px 40px;
	margin-top : 0;
	width: auto;
}
.articleFormComplete a[class^="btnDesignB"],
.articleFormComplete a[class*=" btnDesignB"] {
	margin: 40px 0 50px 50px;
}
.articleFormComplete .btnDesignB3{
  background: #1A005D;
  border: 1px solid #1A005D;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.articleFormComplete .btnDesignB3::before,
.articleFormComplete .btnDesignB3::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
.articleFormComplete .btnDesignB3::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
.articleFormComplete .btnDesignB3::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
.articleFormComplete a.btnDesignB3 {
	color: #FFFFFF !important;
	border: none;
}
.articleFormComplete a.btnDesignB3:hover {
	background-color: #8EC300;
  color: #282828 !important;
}
.articleFormComplete a.btnDesignB3:hover::before {
	background: #282828;
}
.articleFormComplete a.btnDesignB3:hover::after {
  border-top: 2px solid #282828;
	border-right: 2px solid #282828;
}
@media screen and (max-width: 768px) {
  .articleFormComplete a[class^="btnDesign"],
  .articleFormComplete a[class*=" btnDesign"] {
    line-height: 1.5;
  }
  .articleFormComplete a[class^="btnDesignB"],
  .articleFormComplete a[class*=" btnDesignB"] {
    margin: 40px 25px 50px;
  }
}

/* error_message */
.recaptchaerror {
  margin: 0 !important;
}
ul.error_message,
.recaptchaerror span {
  font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
  background: #FFF;
  border: 4px solid #FF0004;
  border-radius: 24px;
  color: #FF0004;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 50px 50px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 30px;
  text-align: left;
  width: calc(100% - 100px);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  ul.error_message,
  .recaptchaerror span {
    margin: 0 25px 50px;
    text-align: left;
    padding: 25px;
    width: calc(100% - 50px);
  }
}

/* About personal data protection */
.txtLinkA1 {
  align-items: center;
  color: #282828 !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  justify-content: flex-start;
  margin: 0 50px 130px !important;
  text-decoration: none;
}
.articleFormInput .txtLinkA1 {
  background: initial;
}
.txtLinkA1::after {
  align-items: center;
  background: #FFFFFF;
  color: #282828;
  content: "";
  display: flex;
  background-image: url("/newformcss/icon_form_arr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  justify-content: center;
  height: 24px;
  margin-left: 30px;
  width: 24px;
}
.txtLinkA1:hover {
  opacity: 0.8;
}
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .txtLinkA1 {
    margin: 0 25px 80px !important;
  }
  .txtLinkA1::after {
    margin-left: 25px;
  }
}