
/*------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
--------------------------------------------------------------------------------*/
.article {
    padding-bottom: 40px;
    background-color: #fff;
}



/*------------------------------------------------------------------------------*/
/* Content Header
--------------------------------------------------------------------------------*/
.form .content_header {
  padding: 24px 12px;
  background: url(/assets/img/photo/img_wheat.jpg) center center no-repeat;
  background-position: 30% 20%;
  background-size: 120%;
}

.form .content_header h2 {
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #222;
  font-family: "NSJP";
  font-size: 1.4rem;
  font-weight: 900;
}

.form .content_header .header_lead {
  margin-top: 24px;
}

.form .content_header p {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
}

.form .content_header p:nth-of-type(1) {
  margin-top: 0px;
}

.form .content_header strong {
  display: block;
  color: #e64614;
}



/*------------------------------------------------------------------------------*/
/* Step
--------------------------------------------------------------------------------*/
.form .step {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 12px;
  width: 100%;
}

.form .step ol {
  display: flex;
  width: 100%;
}

.form .step li {
  position: relative;
  padding: 0 0 0 13px;
  height: 34px;
  width: calc(100% / 3);
  line-height: 36px;
  background: -moz-linear-gradient(left, #e1e1e1 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(left, #e1e1e1 0%, #f0f0f0 100%);
  background: linear-gradient(to right, #e1e1e1 0%, #f0f0f0 100%);
  color: #666;
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
}

.form .step li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.form .step li:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.form .step li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #f0f0f0;
  z-index: 10;
}

.form .step li:first-child:after {
  border-left: 14px solid #f0f0f0;
}

.form .step li:last-child:after {
  display: none;
}

.form .step li.active {
  background: -moz-linear-gradient(left, #ff7e64 0%, #ffb166 100%);
  background: -webkit-linear-gradient(left, #ff7e64 0%, #ffb166 100%);
  background: linear-gradient(to right, #ff7e64 0%, #ffb166 100%);
  color: #fff;
  font-weight: 900;
}

.form .step li.active:after {
  border-left: 14px solid rgb(255, 177, 102);
}


/*------------------------------------------------------------------------------*/
/* Form error_parts
--------------------------------------------------------------------------------*/
.form .item_caution {
  margin-top: 20px;
  padding: 10px 12px 10px 12px;
  border-radius: 4px;
  background-color: #ff5959;
}

.form #input .item_caution .txt_caution {
  margin-top: 0 !important;
  line-height: 1.4;
  color: #fff;
  font-size: 1.0rem;
}

/*------------------------------------------------------------------------------*/
/* Form Section
--------------------------------------------------------------------------------*/
.form .form_section {
  /* margin: 20px 12px 0 12px; */
  padding: 0 0 20px 0;
  /* box-shadow: rgba(80, 80, 80, 0.3) 0px 0px 6px 0px; */
  /* -webkit-border-radius: 4px; */
  -moz-border-radius: 4px;
  /* border-radius: 4px; */
  background-color: #fff;
}

.form_section h3 {
  padding: 14px 12px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: -moz-linear-gradient(#8cbe28 0%, #a0c832 100%);
  background: -webkit-linear-gradient(#8cbe28 0%, #a0c832 100%);
  background: linear-gradient(#8cbe28 0%, #a0c832 100%);
  color: #fff;
  font-family: "NSJP";
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.form_section h3 small {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}

/* Table */
.form_section table {
  margin: 0 12px;
  width: calc(100% - 24px);
  table-layout: fixed;
}

.form_section th {
  display: block;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 3px dotted #dcdcdc;
  color: #222;
  font-size: 0.9rem;
}

.form_section tr:first-child th:first-child {
  margin-top: 0;
  border: none;
}

.form_section th em {
  display: inline-block;
  padding: 0 6px;
  color: #ff0000;
  font-size: 90%;
}

.form_section td {
  display: block;
  margin-top: 6px;
}

.form_section td > * {
  position: relative;
}


/* Dl */
.form_section td dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form_section td dt {
  vertical-align: middle;
  padding: 8px 12px 8px 0;
  width: 15%;
  color: #222;
  font-size: 0.9rem;
  text-align: right;
}

.form_section td dd {
  padding: 8px 0 8px 0;
  width: 85%;
  vertical-align: middle;
}

.form_section td .dl_exist_name dd {
  padding: 9px 12px 8px 12px;
}

.form_section td dt:nth-of-type(1),
.form_section td dd:nth-of-type(1) {
  border-top: none; 
}

.form_section td dt:last-child,
.form_section td dd:last-child {
  /* padding-bottom: 0; */
}

.form_section td .pseudo_input {
  display: block;
  padding: 20px 12px 4px 12px;
  border-bottom: 2px solid #f3f3f3;
  line-height: 1;
}

/* P */
.form_section td p {
  margin-top: 12px;
  font-size: 0.9rem;
}



/*------------------------------------------------------------------------------*/
/* Input Parts
--------------------------------------------------------------------------------*/
.form_section .hidden_input,
.footer_policy .hidden_input {
  /* display: none; */
  position: absolute;
  visibility: hidden;
  top: 0.9rem;
  left: 0.5rem;
}



/* Input Parts
--------------------------------------------------------------------------------*/
/* input:text / input:password / textarea
--------------------------------------------------------------------------------*/
.form_section input[type="text"],
.form_section input[type="password"],
.form_section textarea {
  padding: 14px 12px;
  width: 100%;
  box-shadow: rgba(80, 80, 80, 0.2) 0px 1px 4px 0px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #f7f7f7;
  font-size: 1rem;
  line-height: 1;
  transition: .3s;
}

.form_section textarea {
  overflow-y: scroll;
  padding: 8px 10px 8px 12px;
  line-height: 1.4;
}

.form_section input[type="text"]:hover,
.form_section input[type="password"]:hover,
.form_section textarea:hover {
  box-shadow: rgba(80, 80, 80, 0.2) 0px 0px 2px 0px;
  border: 1px solid #78dcfa;
  background-color: #ffffff;
}

.form_section input[type="text"]:disabled,
.form_section input[type="password"]:disabled,
.form_section textarea:disabled {
  padding: 15px 8px;
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: transparent;
}

.form_section input::placeholder,
.form_section textarea::placeholder {
  color: #ccc;
  transition: .3s;
}

.form_section input:-ms-input-placeholder,
.form_section textarea:-ms-input-placeholder {
  color: #ccc;
  transition: .3s;
}

.form_section input::-ms-input-placeholder,
.form_section textarea::-ms-input-placeholder {
  color: #ccc;
  transition: .3s;
}

.form_section input[type="text"]:hover::placeholder,
.form_section input[type="password"]:hover::placeholder,
.form_section textarea:hover::placeholder {
  color: #ccc;
}

.txt_list_other {
  margin-top: 20px;
}







/* Input Parts
--------------------------------------------------------------------------------*/
/* select
--------------------------------------------------------------------------------*/
.form_section .block_select,
.form_section .item_select {
  position: relative;
}

.form_section .block_select:after,
.form_section .item_select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 2px #777;
  border-bottom: solid 2px #777;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_section select {
  padding: 14px 12px;
  width: 100%;
  box-shadow: rgba(80, 80, 80, 0.2) 0px 1px 4px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 16px;
}

.form_section select:hover {
  cursor: pointer;
}

.form_section select:disabled {
  box-shadow: none;
  border: 1px solid transparent;
  background-color: transparent;
}

.form_section select:disabled > option {
  color: #222 !important;
}


.form_section .custom-select::-ms-expand {
    display: none;
}



/* Input Parts
--------------------------------------------------------------------------------*/
/* Check List
--------------------------------------------------------------------------------*/
.form_section .item_check_list li {
  margin-top: 20px;
}

.form_section .item_check_list li:first-child {
  margin-top: 0;
}

.form_section .item_check_list label {
  position: relative;
  display: block;
  padding: 10px 6px 10px 40px;
  width: 100%;
  line-height: 1.2;
  box-shadow: rgba(80, 80, 80, 0.4) 0px 1px 4px 0px;
  border-radius: 100px;
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 100%);
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 100%);
  color: #222;
  font-size: 1.1rem;
  cursor: pointer;
  overflow: hidden;
}

.form_section .item_check_list label:before {
  content: "\f0c8";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -0.6em;
  font-family:"Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 400;
}

.form_section .item_check_list label:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: rgba(80, 80, 80, 0.6) 0px 0px 2px 0px;
  background: -moz-linear-gradient(left, #fdfdfd 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(left, #fdfdfd 0%, #eaeaea 100%);
  background: linear-gradient(to right, #fdfdfd 0%, #eaeaea 100%);
  transition: .3s;
}

.form_section .item_check_list label:hover:before {
  content: "\f14a";
}

.form_section .item_check_list input:checked + label {
  background: #ff6496;
  background: -moz-linear-gradient(left, #ff6496 0%, #fa8282 100%);
  background: -webkit-linear-gradient(left, #ff6496 0%, #fa8282 100%);
  background: linear-gradient(to right, #ff6496 0%, #fa8282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6496', endColorstr='#fa8282',GradientType=1 );
  color: #fff;
  font-weight: bold;
}

.form_section .item_check_list input:checked + label:before {
  content: "\f00c";
  font-size: 1.2rem;
  font-weight: 900;
}

.form_section .item_check_list input:checked + label:hover:before {
  content: "\f14a";
  font-weight: 400;
}



/* Input Parts
--------------------------------------------------------------------------------*/
/* same_check
--------------------------------------------------------------------------------*/

label.same_check {
  display: block;
  margin: 0 auto 20px auto;
  padding: 10px 12px;
  padding: 10px 4% 8px calc(32px + 1em);
  line-height: 1.2;
  font-size: 16px;
  box-shadow: rgba(80, 80, 80, 0.4) 0px 1px 4px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ffae2b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

label.same_check:hover {
  background: #ef9d1a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[type="checkbox"].hidden_input {
  display: none;
}

label.same_check span.icon_check {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  top: 50%;
  left: 12px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/icon_check.png) no-repeat top;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

label.same_check span.icon_check:before {
  content: none;
}

label.same_check span.icon_check + span {
  vertical-align: middle;
}

input[type="checkbox"].hidden_input:checked + label.same_check span.icon_check {
  background-position: 0 -20px;
}

input[type="checkbox"].hidden_input:checked + label.same_check {
  background-color: #e27629;
  color: #fff;
  font-weight: bold;
}

input[type="checkbox"].hidden_input:disabled + label.same_check span.icon_check {
  background-position: 0 -40px;
}




/*------------------------------------------------------------------------------*/
/* Wrap Parts
--------------------------------------------------------------------------------*/

/* Wrap Parts
--------------------------------------------------------------------------------*/
/* birth
--------------------------------------------------------------------------------*/
.form_section .wrap_birth {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9rem;
}

.form_section .wrap_birth > div {
  margin: 0 4px;
}

.form_section .wrap_birth > div:nth-of-type(1) {
  width: 26%;
}

.form_section .wrap_birth > div:nth-of-type(2) {
  width: 20%;
}

.form_section .wrap_birth > div:nth-of-type(3) {
  width: 20%;
}

.form_section .wrap_birth > div select {
    padding: 14px 6px;
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_gender
--------------------------------------------------------------------------------*/
.form_section .wrap_gender {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form_section .wrap_gender > div {
  width: calc((100% - 12px) / 2);
}

.form_section .wrap_gender input {
  display: none;
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* zip
--------------------------------------------------------------------------------*/
.form_section .wrap_zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form_section .wrap_zip > div:nth-of-type(1) {
  width: 30%;
}

.form_section .wrap_zip > div:nth-of-type(2) {
  width: 5%;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
}

.form_section .wrap_zip > div:nth-of-type(3) {
  width: 30%;
}

.wrap_zip .btn {
  margin-left: 5%;
  padding: 0;
  width: 30%;
  height: 57px;
  line-height: 57px;
  background: linear-gradient(#82e650 0%, #50b43c 100%);
  font-size: 16px;
  color: #fff;
}

.wrap_zip .btn:hover {
  background: linear-gradient(#8ff15e 0%, #60c14d 100%);
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* tel
--------------------------------------------------------------------------------*/
.form_section .wrap_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.form_section .wrap_tel > div:nth-of-type(1),
.form_section .wrap_tel > div:nth-of-type(3),
.form_section .wrap_tel > div:nth-of-type(5) {
  width: 30%;
}

.form_section .wrap_tel > div:nth-of-type(2),
.form_section .wrap_tel > div:nth-of-type(4) {
  width: 5%;
  text-align: center;
  line-height: 57px;
  font-size: 1rem;
}

.form_section .td_tel p:last-child {
  margin-top: 12px;
  font-size: 0.9rem;
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* mail
--------------------------------------------------------------------------------*/
.form_section .wrap_mail > div:nth-of-type(2) {
  margin: 3px 0;
}




/* Wrap Parts
--------------------------------------------------------------------------------*/
/* email
--------------------------------------------------------------------------------*/
.form_section .wrap_email {
  display: flex;
  flex-wrap: wrap;
}

.form_section .wrap_email div {
  box-sizing: border-box;
}

.form_section .wrap_email > div:nth-of-type(1) {
  width: 100%;
}

.form_section .wrap_email > div:nth-of-type(2) {
  width: 5%;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
}

.form_section .wrap_email > div:nth-of-type(3) {
  margin-top: 6px;
  width: 100%;
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_card
--------------------------------------------------------------------------------*/
.form_section .wrap_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}

.form_section .wrap_card > div {
  width: calc((100% - 36px) / 4);
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_limit
--------------------------------------------------------------------------------*/
.form_section .wrap_limit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form_section .wrap_limit > div:nth-of-type(1),
.form_section .wrap_limit > div:nth-of-type(3) {
  width: calc((100% - 72px) / 2);
}

.form_section .wrap_limit > div:nth-of-type(2),
.form_section .wrap_limit > div:nth-of-type(4) {
  width: 30px;
  text-align: center;
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* check_btn
--------------------------------------------------------------------------------*/
.form_section .item_check_btn {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.form_section .item_check_btn li {
  flex-grow: 0;
  margin-left: 12px;
  width: 100%;
}

.form_section .item_check_btn li:first-child {
  margin-left: 0;
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* Submit Button
--------------------------------------------------------------------------------*/
.form .wrap_btn {
  margin: 40px auto 0 auto;
  padding: 0 12px;
  text-align: center;
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_2btn
--------------------------------------------------------------------------------*/
.form .wrap_2btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form .wrap_2btn > div {
  width: calc((100% - 12px) / 2);
}

.form .wrap_2btn input {
  display: none;
}


/* Aside
--------------------------------------------------------------------------------*/
/* info
--------------------------------------------------------------------------------*/
.form .aside_info {
  margin: 20px 12px 0 12px;
  padding: 0 12px 20px 12px;
  border: 2px solid #be000a;
  border-radius: 6px;
}

/*
.form .aside_info {
  margin: 20px 12px 0 12px;
  padding: 0 12px 20px 12px;
  border-radius: 6px;
  background-color: #f9f1f1;
}
*/

.form .aside_info dt {
  padding: 20px 0 0px 0;
  /* padding: 20px 0 8px 0; */
  /* border-bottom: 1px solid #e8e8e8; */
  color: #be000a;
}

.form .aside_info dd p {
  margin-top: 12px;
  line-height: 1.6;
  color: #be000a;
  font-size: 14px;
}

.form .aside_info dd a {
  display: inline;
  border-bottom: 1px dashed #ff237d;
  color: #222;
}

.form .aside_info dd a:hover {
  border-bottom: 1px dotted transparent;
  color: #ff237d;
}


.form .aside_info .item_link {
  margin-top: 6px;
  text-align: right;
  line-height: 1.4;
  font-size: 14px;
}



/* Aside
--------------------------------------------------------------------------------*/
/* before
--------------------------------------------------------------------------------*/
.form .aside_before {
  margin: 20px 12px 0 12px;
  padding: 0 12px 20px 12px;
  /* box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px; */
  border-radius: 6px;
  background-color: #f1f6f9;
}

.form .aside_before dt {
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #386d94;
}

.form .aside_before dd p {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
}

.form .aside_before .item_link {
    margin-top: 6px;
    text-align: right;
    line-height: 1.4;
    font-size: 14px;
}



/*------------------------------------------------------------------------------*/
/* Footer
--------------------------------------------------------------------------------*/

/* Footer
--------------------------------------------------------------------------------*/
/* info
--------------------------------------------------------------------------------*/
.form .footer_info {
  margin: 40px 12px 0 12px;
  padding: 0 12px 20px 12px;
  /* box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px; */
  border-radius: 6px;
  background-color: #f1f6f9;
}

.form .footer_info dt {
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #386d94;
}

.form .footer_info dd p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}



/* Footer
--------------------------------------------------------------------------------*/
/* policy
--------------------------------------------------------------------------------*/
.form .footer_policy {
  margin: 20px 12px 0 12px;
  padding: 0 0 20px 0;
  box-shadow: rgba(80, 80, 80, 0.3) 0px 0px 6px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.footer_policy h3 {
  padding: 14px 12px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: -moz-linear-gradient(#8cbe28 0%, #a0c832 100%);
  background: -webkit-linear-gradient(#8cbe28 0%, #a0c832 100%);
  background: linear-gradient(#8cbe28 0%, #a0c832 100%);
  color: #fff;
  font-family: "NSJP";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.footer_policy h3 small {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}

.form .footer_policy #frame_privacy {
  /* position: relative; */
  /* overflow-y: scroll; */
  /* padding: 12px; */
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #faffe6;
}

.form .footer_policy #frmame_privacy_ps {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 12px;
}

.form .footer_policy dt {
  margin-top: 12px;
  padding: 0;
  border-bottom: none;
  color: #333;
  font-size: 14px;
}

.form .footer_policy dt:first-child {
  margin-top: 0;
}

.form .footer_policy dd {
  margin-top: 6px;
  font-size: 13px;
}

.form .footer_policy  #frame_privacy + div {
  margin: 20px 12px 0 12px;
}

.form .footer_policy div:last-child p {
  margin: 20px auto 0 auto;
  padding: 12px 12px 10px 12px;
  background-color: #ffe5ed;
  color: #333;
  font-size: 13px;
}



/*------------------------------------------------------------------------------*/
/* Confirm
--------------------------------------------------------------------------------*/
.confirm .wrap_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.confirm .wrap_btn .btn_submit {
  margin-left: 5%;
  width: 65%;
  line-height: 1.2;
}

.confirm .wrap_btn .btn_back {
  width: 30%;
  font-size: 13px;
  line-height: 1.2;
}



/*------------------------------------------------------------------------------*/
/* Done
--------------------------------------------------------------------------------*/
.done .section > div {
  margin: 0 8px;
  width: calc(100% - 16px);
}

.done .section > div p {
  margin-top: 40px;
  text-align: center;
}





/* Form Section */
/*----------------------------------------*/
/* Section */
/*----------------------------------------*/
.sub_section h4 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0px 0px 14px 0px;
  color: #222;
  font-family: "NSJP";
  font-size: 1.0rem;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

.sub_section h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #666, #666 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #666, #666 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form_section h4 {
  /* padding: 12px 12px 14px 12px; */
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /* background-color: rgba(240, 250, 200, 1); */
  color: #87ba24;
  font-family: "NSJP";
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.form_section h4 small {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}

.form_section h4:after {
  display: none;
}

#addRow, #deleteRow {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.6ch 12px 1.7ch 12px;
  width: 100%;
  line-height: 1.2;
  box-shadow: rgba(80, 80, 80, 0.4) 0px 1px 4px 0px;
  border-radius: 100px;
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 100%);
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 100%);
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 100%);
  color: #333;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
}



#addRow, #deleteRow {
  margin-left: 5%;
  padding: 0;
  width: 30%;
  height: 38px;
  line-height: 38px;
  background: linear-gradient(#82e650 0%, #50b43c 100%);
  font-size: 16px;
  color: #fff;
}

#addRow:hover, #deleteRow:hover {
  background: linear-gradient(#90f35f 0%, #65cc50 100%);
}



/*------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*------------------------------------------------------------------------------*/
.article {
  margin-top: 24px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: rgb(88 88 88 / 30%) 0px 1px 3px 0px; */
}


/*------------------------------------------------------------------------------*/
/* Content Header
--------------------------------------------------------------------------------*/
.form .content_header {
  padding: 36px 12px;
  border-top: none;
  border-radius: 10px 10px 0 0;
  background-position: 15% 25%;
  background-size: 110%;
}

.form .content_header h2 {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}



/*------------------------------------------------------------------------------*/
/* Step
--------------------------------------------------------------------------------*/
.form .step li {
  height: 34px;
  line-height: 38px;
  font-size: 0.95rem;
}



/*------------------------------------------------------------------------------*/
/* Form error_parts
--------------------------------------------------------------------------------*/
.form .item_caution {
  margin-top: 27px;

}

/*------------------------------------------------------------------------------*/
/* Form Section
--------------------------------------------------------------------------------*/
.form_section h3 {
  font-size: 20px;
  line-height: 1.4;
}

/* Table */
.form_section table {
  margin: 12px 24px 0 24px;
  width: calc(100% - 48px);
}

.form_section table:nth-of-type(1) {
  margin-top: 20px;
}

.form .form_section tr {
  display: flex;
  margin-top: 12px;
  width: 100%;
  box-shadow: rgba(80, 80, 80, 0.5) 0px 0px 2px 0px;
  background: #fff;
}

.form .form_section tr:first-child {
  margin-top: 0;
}

.form_section th {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 16px 8px 13px 12px;
  width: 25%;
  border-top: none;
  background: #efefef;
  color: #222;
  font-size: 15px;
}

.form_section th span {
  display: inline-block;
}

.form_section th em,
.form_section th small {
  display: block;
  margin-top: 2px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.form .form_section td {
  position: relative;
  display: block;
  width: 75%;
  margin: 0;
  padding: 16px 8px 14px 12px;
  font-size: 16px;
}

/* Dl */
.form_section td dt {
  /* padding: 12px 8px 0 0; */
  width: 8%;
  text-align: left;
}

.form_section td dd {
  padding: 0 6% 0 0;
  width: 42%;
}


.form_section td .pseudo_input {
  display: block;
  padding: 14px 12px;
}


/*------------------------------------------------------------------------------*/
/* Input Parts
--------------------------------------------------------------------------------*/

/* Input Parts
--------------------------------------------------------------------------------*/
/* input:text / input:password / textarea
--------------------------------------------------------------------------------*/
.form_section input[type="text"],
.form_section input[type="password"],
.form_section textarea {
  padding: 8px 12px;
  font-size: 16px;
}


.form_section input[type="text"]:disabled,
.form_section input[type="password"]:disabled,
.form_section textarea:disabled {
  padding: 9px 12px;
}




/* Input Parts
--------------------------------------------------------------------------------*/
/* select
--------------------------------------------------------------------------------*/
.form_section select {
  padding: 8px 12px;
}



/* Input Parts
--------------------------------------------------------------------------------*/
/* Check List
--------------------------------------------------------------------------------*/
.form_section .item_check_list li {
  margin-top: 8px;
}

.form_section .item_check_list label {
  padding: 10px 6px 8px 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
}



/* Input Parts
--------------------------------------------------------------------------------*/
/* Submit Button
--------------------------------------------------------------------------------*/
.form #btn_confirm {
  width: 80%;
}



/*------------------------------------------------------------------------------*/
/* Wrap Parts
--------------------------------------------------------------------------------*/

/* Wrap Parts
--------------------------------------------------------------------------------*/
/* birth
--------------------------------------------------------------------------------*/
.form_section .wrap_birth {
  justify-content: flex-start;
}

.form_section .wrap_birth > div {
  margin: 0 12px;
}

/* Wrap Parts
--------------------------------------------------------------------------------*/
/* zip
--------------------------------------------------------------------------------*/
.form_section .wrap_zip div:nth-of-type(2) {
  line-height: 42px;
}

.wrap_zip .btn {
  height: 42px;
  line-height: 42px;
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* tel
--------------------------------------------------------------------------------*/
.form_section .wrap_tel div:nth-of-type(2),
.form_section .wrap_tel div:nth-of-type(4) {
  line-height: 42px;
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* mail
--------------------------------------------------------------------------------*/
.form_section .wrap_mail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.form_section .wrap_mail > div:nth-of-type(1) {
  width: 48%;
}

.form_section .wrap_mail > div:nth-of-type(2) {
  width: 4%;
  text-align: center;
}

.form_section .wrap_mail > div:nth-of-type(3) {
  width: 48%;
}


/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_cord
--------------------------------------------------------------------------------*/
.form_section .td_cord > input {
  width: calc((100% - 36px) / 4);
}



/* Wrap Parts
--------------------------------------------------------------------------------*/
/* wrap_limit
--------------------------------------------------------------------------------*/
.form_section .wrap_limit {
  justify-content: flex-start;
}

.form_section .wrap_limit > div:nth-of-type(1) {
  flex-basis: calc((100% - 36px) / 4);
  max-width: calc((100% - 36px) / 4);
}

.form_section .wrap_limit > div:nth-of-type(3) {
  flex-basis: calc((100% - 36px) / 4);
  max-width: calc((100% - 36px) / 4);
}

.form_section .wrap_limit > div:nth-of-type(2),
.form_section .wrap_limit > div:nth-of-type(4) {
  flex-basis: 30px;
  max-width: 30px;
  text-align: center;
}




/*------------------------------------------------------------------------------*/
/* Footer
--------------------------------------------------------------------------------*/

/* Footer
--------------------------------------------------------------------------------*/
/* policy
--------------------------------------------------------------------------------*/
.block_policy h2 {
  padding: 28px 12px 14px 12px;
  background: transparent;
  color: #333;
  font-size: 18px;
  font-weight: 900;
}

.form .footer_policy #frame_privacy {
  /* position: relative; */
  /* overflow-y: scroll; */
  margin: 24px 24px 0 24px;
  width: calc(100% - 48px);
  border: 3px double #ccc;
}

.form .footer_policy #check_privacy + .btn {
  width: 60%;
}

.form .footer_policy  #frame_privacy + div {
  margin: 20px 24px 0 24px;
}

.form .footer_policy div:last-child p {
  padding: 12px 14px 10px 18px;
  font-size: 13px;
}




/* Confirm */
/*----------------------------------------*/
/* Check List */
.confirm .wrap_btn .btn_back {
  font-size: 14px;
}

/* Done */
/*----------------------------------------*/
.done .section > div {
  margin: 0 24px;
  width: calc(100% - 48px);
}

.done .section > div p {
  margin-top: 20px;
}

.done .section > div p:nth-of-type(1) {
  margin-top: 40px;
}

.wrap_zip .btn {
  margin-left: 5%;
  padding: 0;
  width: 30%;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(#82e650 0%, #50b43c 100%);
  font-size: 16px;
  color: #fff;
}



/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/