/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/


/* main */
/*-------------------------------------------------------------------------------------------*/
main {
  /* background-color: #eaeaea; */
}


/* main header */
/*-------------------------------------------------------------------------------------------*/
/*
.content_header {
  padding: 24px 12px 24px 12px;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  background: url(/assets/img/photo/img_wheat.jpg) top center no-repeat;
  background-size: 200%;
}

.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;
}

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

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

.header_lead span {
  display: inline-block;
}

.header_lead .link_phone {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  line-height: 1.2;
  border-bottom: 1px dashed #ca3000;
  color: #ca3000;
}

/* step */
/*-------------------------------------------------------------------------------------------*/
.step {
  margin: 12px auto 0 auto;
}

.step ol {
  display: inline-block;
  width: auto;
}

.step li {
  position: relative;
  display: inline-block;
  /* margin: 0 0 0 20px; */
  padding: 0 12px 0 36px;
  height: 36px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: rgba(217, 217, 217, 1);
  font-size: 0.9em;
  line-height: 36px;
  text-align: center;
}

.step li:first-child {
  /* margin-left: 12px; */
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.step li:first-child:before {
  margin-left: 0;
  border: none;
}

.step li:last-child {
  padding-right: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.step li:before, .step li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 0 solid rgba(217, 217, 217, 1);
  border-width: 18px 10px;
}

.step li:before {
  left: -10px;
  border-left-color: transparent;
  visibility: hidden;
}

.step li:after {
  left: 100%;
  border-color: transparent;
  border-left-color: rgba(217, 217, 217, 1);
}

.step li span:before {
  position: absolute;
  top: 10px;
  left: 14px;
  font-family:"Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: bottom;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.step li:nth-child(1) span:before {content: "\f111";}
.step li:nth-child(2) span:before {content: "\e077";}
.step li:nth-child(3) span:before {content: "\e078";}

.step .active {
  background-color: #2864be;
  color: #fff;
  font-weight: bold;
}

.step .active:after {border-left-color: #2864be;}


/* section */
/*-------------------------------------------------------------------------------------------*/
.section {
  margin: 16px 12px 0 12px;
  padding-bottom: 20px;
  box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px;
  border-radius: 8px;
  background-color: #fff;
}

section h3 {
  padding: 14px 6px;
  line-height: 1.25;
  border-radius: 8px 8px 0 0;
  background-color: rgba(240, 250, 200, 1);
  color: #87ba24;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

section h3 small {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}




/* section_check */
/*-------------------------------------------------------------------------------------------*/
#section_check ul {
  margin: 0 12px 0 12px;
}

#section_check li {
  margin-top: 18px;
}

#section_check li:first-child {
  margin-top: 20px;
}

#section_check label {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 16px 12px 13px 62px;
  width: 100%;
  /* height: 50px; */
  line-height: 1.2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  background: linear-gradient(#82e650 0%, rgba(80, 180, 60, 1) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
}

#section_check label:hover  {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background: linear-gradient(rgba(130, 230, 80, 0.6) 0%, rgba(80, 180, 60, 0.6) 100%);
}

#section_check label:before {
    content: "\f0c8";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50px;
    height: 100%;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    font-family:"Font Awesome 5 Free";
    color: #FFF;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 400;
}

#section_check label:hover:before,
#section_check label:active:before {
    content: "\f14a";
}

#section_check .active label {
    /* color: #04640a; */
}

#section_check .active label:before {
    content: "\f00c";
    color: #04640a;
    font-weight: 900;
}

#section_check label small {
  display: inline-block;
  font-size: 90%;
}


/* section_insurance */
/*-------------------------------------------------------------------------------------------*/
#section_insurance section {
  overflow: hidden;
  max-height: 0;
  padding: 0 12px;
  /* background-color: #f3f3f3; */
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: .3s;
}

/* input */
.hidden_input {
  display: none;
}

#type_regular:checked + section,
#type_senior:checked + section,
#type_overseas:checked + section,
#type_medical:checked + section,
#type_cancer:checked + section,
#type_shibo:checked + section {
  max-height: 9999px;
  padding-bottom: 8px;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: .3s;
}

#section_insurance table {
  width: 100%;
}

.form #section_insurance .form_section table {
  margin: 10px 0 0 0;
  width: 100%;
}

#section_insurance h4 {
  position: relative;
  margin-top: 18px;
  padding-top: 24px;
  line-height: 1.2;
  color: #386d94;
  font-size: 20px;
  /* font-weight: bold; */
  text-align: center;
}

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

#section_insurance h4 small {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: bold;
}

#section_insurance th {
  margin: 16px auto 0 auto;
  line-height: 1.3;
  background-color: #386d94;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#section_insurance th small {
  display: block;
}

#section_insurance #regular_d {
  padding-top: 2px;
  position: relative;
}

#section_insurance #regular_d .notes {
  position: absolute;
  margin: 8px 0 0 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

#section_insurance #regular_d + td ul {
  margin-top: 44px;
  list-style-type: disc;
}

#section_insurance #regular_d + td li {
  margin: 2px 0 0 2em;
  line-height: 1.4;
  font-size: 14px;
  list-style-type: disc;
}

#section_insurance #type_regular + section .flexbox {
  width: 100%;
}

#section_insurance #type_regular + section .head_req,
#section_insurance #type_regular + section .head_insred {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

#section_insurance #type_regular + section .head_req + div {
  font-weight: bold;
}

#section_insurance .check_insurance {
  display: none;
}

#section_insurance label {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 12px;
  padding: 16px 12px 14px 12px;
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border: 3px solid #cccccc;
  border-radius: 8px;
  background: linear-gradient(#ffffff 0%, #e8e8e8 100%);
  color: #3c3c3c;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
}

#section_insurance label:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
  background: linear-gradient(rgba(240, 240, 240, 0.8) 0%, rgb(220 220 220 / 80%) 100%);
}

#section_insurance .check_insurance:checked + label {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  border: 3px solid #50b43c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(#f2ffdc 0%, #d6ffbb 100%);
}

#section_insurance label dt {
  line-height: 1.2;
  color: #3c3c3c;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#section_insurance .check_insurance:checked + label dt {
  color: #1e8c0a;
}

#section_insurance label dd {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 14px;
}

#section_insurance label em {
  display: block;
  margin: 4px 0 0 -0.5em;
  color: #e64614;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

#section_insurance label:hover em,
#section_insurance .check_insurance:checked + label em {
  color: #3c3c3c;
}

#section_insurance .flexbox {
  flex-direction: column;
  margin-top: 12px;
  padding: 0 12px 12px 12px;
  border-radius: 12px;
  background-color: #f7f7f7;
}

#section_insurance .flexbox dd {
  background-color: transparent;
}

#section_insurance .item_code {
  display: block;
  margin-top: 6px;
  text-align: right;
}


/* section_customer */
/*-------------------------------------------------------------------------------------------*/
.form_section h4 {
  position: relative;
  margin-top: 18px;
  padding-top: 24px;
  line-height: 1.2;
  color: #386d94;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

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

.form_section h4 small {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: bold;
}

#section_customer h4 + p {
    margin-top: 12px;
    padding: 0 12px;
    font-size: 0.9rem;
}

#section_customer .client_add p:nth-of-type(1) {
  margin-top: 0;
}

#section_customer .client_add .item_check_list {
  margin-top: 20px;
}


#section_customer .mypage {
  margin-top: 24px;
  padding: 12px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background-color: #fcfcfc;
  text-align: center;
  font-size: 0.85rem;
}

#section_customer .mypage .btn {
  display: inline-block;
  margin-left: 24px;
}



/* Aside
--------------------------------------------------------------------------------*/
/* corona
--------------------------------------------------------------------------------*/
.form .aside_corona {
  margin: 20px 12px 0 12px;
  padding: 0 12px 20px 12px;
  border: 4px solid #2965bf;
  border-radius: 6px;
  background-color: #2965bf;
}

.form .aside_corona h3 {
  position: relative;
  margin-top: 12px;
  padding: 0.8rem 0 0 72px;
  min-height: calc(60px + 0.5rem);
  color: #fff;
  font-weight: bold;
}

.form .aside_corona h3:before {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff url(/assets/img/illust/img_suit_lady_bow.png) no-repeat;
  background-size: 60%;
  background-position: 50% 0%;
}

.form .aside_corona h3 span {
  display: block;
  margin-top: 3px;
  font-weight: normal;
}

.form .aside_corona label {
  position: relative;
  display: block;
  margin-top: 12px !important;
  padding: 16px calc(1.5rem + 20px) 14px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #2965bf;
  font-size: 1.05rem;
  font-weight: bold;
}

.form .aside_corona .accordion_check:checked + label {
  border-radius: 4px 4px 0 0 ;
}

.form .aside_corona .accordion_label:before {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -0.7em;
  color: #2965bf;
  content:"\f0ab";
  font-size: 1.5rem;
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  transition: .3s;
}

.form .aside_corona .accordion_label:hover:before {
  opacity: 0.5;
}

.form .aside_corona .accordion_check:checked + .accordion_label:before {
  content:"\f0aa";
}

.form .aside_corona .accordion_content {
  background-color: #fff;
}

.form .aside_corona .accordion_check:checked + label + .accordion_content {
  border-radius: 0 0 4px 4px;
}

.form .aside_corona .accordion_content .wrapper {
  padding: 0 12px 20px 12px;
}

.form .aside_corona .accordion_content .block {
  margin-top: 12px;
}

.form .aside_corona .accordion_content .block:nth-of-type(1) {
  border-top: 3px solid #2965bf;
}

.form .aside_corona p {
  margin-top: 20px;
}

.form .aside_corona p strong {
  color: #be000a;
}

.form .aside_corona dt {
  margin-top: 20px;
  border-bottom: 1px solid #222;
}

.form .aside_corona li {
  margin-top: 2px;
  margin-left: 1.5rem;
  list-style-type: disc;
}

.form .aside_corona ol li {
  list-style-type: decimal;
}

.form .aside_corona li:nth-of-type(1) {
  margin-top: 6px;
}

/* Table */
.form .aside_corona table {
  table-layout: fixed;
  width: 100%;
}

.form .aside_corona th {
  display: none;
}

.form .aside_corona td {
  padding: 0px 12px 8px 12px;
}

.form .aside_corona td:nth-of-type(1) {
  padding: 6px 12px 4px 12px;
  background-color: #e1e1e1;
  font-weight: bold;
}

.form .aside_corona td:nth-of-type(2) {
  padding: 10px 12px 8px 12px;
}



/* main footer */
/*-------------------------------------------------------------------------------------------*/
main footer {
  margin: 24px 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: #fff;
}

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

main footer dd p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}


caption {
  position: relative;
  margin: 36px 0 18px 0;
  padding-bottom: 10px;
  line-height: 1.2;
  color: #386d94;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
}

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

caption small {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: bold;
}

.req_name {
  color: #386d94;
}

.confirm #section_check table:nth-of-type(1) th,
.confirm #section_check table:nth-of-type(1) td {
  display: table-cell;
}

.confirm #section_check table:nth-of-type(1) th {
  width: 50% !important;
  border: none;
}

.confirm #section_check table:nth-of-type(1) th:nth-of-type(2),
.confirm #section_check table:nth-of-type(1) td:nth-of-type(2) { 
  padding-left: 24px;
}



/* confirm */
/*-------------------------------------------------------------------------------------------*/
.confirm .form_section .list_insurance {
  width: auto;
  border-bottom: 3px dotted #dcdcdc;
}

.confirm .form_section .list_insurance th,
.confirm .form_section .list_insurance td {
  display: table-cell;
  padding: 5px 0 4px 0;
}

.confirm .form_section .list_insurance th {
  line-height: 1.2;
}

.confirm .form_section .list_insurance th:nth-of-type(2) {
  padding-left: 24px;
  border: none;
}

.confirm .form_section .list_insurance th small {
  display: inline-block;
}

.confirm .form_section .list_insurance td {
  border-top: 3px dotted #dcdcdc;
  line-height: 1.3;
}

.confirm .form_section .list_insurance th:nth-of-type(1),
.confirm .form_section .list_insurance .req_name {
  width: 60%;
}

.confirm .form_section .list_insurance th:nth-of-type(2),
.confirm .form_section .list_insurance .insured_name {
  padding-left: 24px;
  width: calc(40% - 24px);
}



/* done */
/*-------------------------------------------------------------------------------------------*/

.done .section p {
  margin-top: 24px;
  padding: 0 12px;
  text-align: center;
}

.done .wrap_btn {
  margin-top: 40px !important;
}

#new_destination {
  display: none;
}

.item_check_list input[type="radio"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form_section .item_check_list.new_destination_list li {
  margin-top: -6px;
}

.form_section .item_check_list.new_destination_list li:first-child {
  margin-top: -20px;
}

/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/

.article {
  margin-top: 24px;
  border-radius: 8px;
  background-color: #fff;
  /* box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px; */
  padding-bottom: 40px;
}


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

.header_lead .link_phone {
  border-bottom: none;
  color: #222;
}

.section {
  box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px;
}



/* main */
/*-------------------------------------------------------------------------------------------*/
main {
  /*
  background-color: #eaeaea;
  */
  /* background-color: #fff; */
}


/* main header */
/*-------------------------------------------------------------------------------------------*/
main header {
  width: 100%;
  padding: 12px 12px 12px 12px;
  /* border-bottom: 1px solid #ccc; */
  background-color: #fff;
}

main header .container {
  /* padding: 0 12px; */
}

main header h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

main header p {
  margin-top: 6px;
  font-size: 14px;
}

main header p strong {
  display: block;
  color: #e64614;
}


/* section */
/*-------------------------------------------------------------------------------------------*/
section h2 small {
  font-size: 12px;
}


/* section_check */
/*-------------------------------------------------------------------------------------------*/
#section_check ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(750px - 32px * 2);
}

#section_check li {
  margin: 12px 0 0 20px;
  width: calc( ( 100% - 40px ) / 3);
}


#section_check li:first-child {
  margin-left: 0;
  width: 100%;
}

#section_check li:nth-child(3n + 2) {
  margin-left: 0;
}

#section_check label {
  padding: 17px 12px 0 62px;
  height: 50px;
  font-size: 15px;
}

#section_check li:nth-of-type(2) label,
#section_check li:nth-of-type(3) label {
  padding: 9px 12px 0 62px;
}

#section_check label:before {
  height: 50px;
}

#section_check label span {
  display: block;
}



/* section_insurance */
/*-------------------------------------------------------------------------------------------*/
#section_insurance {
  padding-bottom: 0;
}

/* caution */
#section_insurance .block_caution {
  margin-bottom: 16px;
}

#section_insurance h3 {
  margin-top: 20px;
  padding-bottom: 6px;
  line-height: 1.3;
  font-size: 18px;
}

#section_insurance h3 small {
  font-size: 13px;
}

#section_insurance .form_section h4 {
  margin-top: 0;
}

#section_insurance th {
  margin: 16px auto 0 auto;
  padding-top: 27px;
  background-color: transparent;
  border-top: 1px dashed #c3c3c3;
  border-radius: 0;
  color: #555;
  font-size: 14px;
  text-align: center;
}

#section_insurance td {
  padding-bottom: 12px;
  border-top: 1px dashed #c3c3c3;
  width: 70%;
}

#section_insurance label {
  margin-top: 12px;
  padding: 12px 24px 10px 24px;
}

#section_insurance label dt {
  font-size: 15px;
}

#section_insurance .check_insurance:checked + label dt {
  color: #1e8c0a;
}

#section_insurance label dd {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6;
}

#section_insurance label em {
  font-size: 12px;
}

#section_insurance #regular_d {
  display: table-cell;
  margin: 0;
  padding: 27px 12px 0 12px;
  width: 30%;
}

#section_insurance #regular_d small {
  margin-top: 6px;
  font-size: 90%;
}

#section_insurance #regular_d .notes {
  position: static;
  margin: 20px 0 0 0;
  padding: 6px 10px;
  line-height: 1.4;
  background-color: #f7f7f7;
  font-size: 11px;
}

#section_insurance .form_section td {
  display: table-cell;
  width: 70%;
}

#section_insurance #regular_d + td ul {
  margin-top: 12px;
}

#section_insurance .flexbox {
  flex-direction: column;
  margin-top: 12px;
  padding: 0 12px 12px 12px;
  border-radius: 12px;
  background-color: #f7f7f7;
}

#section_insurance .flexbox dd {
  background-color: transparent;
}


#section_insurance table {
  margin-top: 12px;
  width: 100%;
}




#selectDocmentTable th,
#selectDocmentTable td {
  border: none;
}

caption {
  margin: 18px 0;
}

/* section_customer */
/*-------------------------------------------------------------------------------------------*/
.form_section h4:after {
  display: none;
}

#section_customer h4 + p {
    margin-top: 12px;
    padding: 0 24px;
}



/* Aside
--------------------------------------------------------------------------------*/
/* corona
--------------------------------------------------------------------------------*/
.form .aside_corona h3 {
    position: relative;
    margin-top: 12px;
    padding: 0.5rem 0 0 130px;
    min-height: calc(100px + 0.5rem);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}

.form .aside_corona h3:before {
  margin-top: -50px;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff url(/assets/img/illust/img_suit_lady_bow.png) no-repeat;
  background-size: 40%;
  background-position: 50% 0%;
}

.form .aside_corona label {
  margin-top: 12px !important;
  padding: 16px calc(1.5rem + 20px) 14px 12px;
}

  /* Table */
.form .aside_corona th {
  display: table-cell;
  text-align: center;
  color: #2965bf;
}

.form .aside_corona td {
  border: 2px solid #e1e1e1;
}

.form .aside_corona td:nth-of-type(1) {
  padding: 10px 12px 8px 12px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
  
.form .aside_corona tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: 2px solid #e1e1e1;
}

.form .aside_corona tr:nth-of-type(10) td:nth-of-type(1) {
  border-bottom: 2px solid #e1e1e1;
}

.form .aside_corona td:nth-of-type(2) {
  padding: 10px 12px 8px 12px;
  border: 2px solid #e1e1e1;
}

/* main footer */
/*-------------------------------------------------------------------------------------------*/
main footer dt {
  font-size: 14px;
}

main footer dd p {
  font-size: 12px;
  line-height: 1.65;
}



/* confirm */
/*-------------------------------------------------------------------------------------------*/
.confirm .form_section .list_insurance {
  width: calc(100% - 48px);
  box-shadow: rgba(80, 80, 80, 0.5) 0px 0px 2px 0px;
  border: none;
  background: #fff;
}

.confirm .form_section .list_insurance th {
  padding: 12px 12px 10px 12px;
}

.confirm .form_section .list_insurance td {
  padding: 8px 12px 6px 12px;
}

.confirm .form_section .list_insurance th small {
  display: inline-block;
}

.confirm .form_section .list_insurance tr {
  margin-top: 0;
  box-shadow: none;
}

.confirm .form_section .list_insurance td {
  border-top: 1px dotted #dcdcdc;
  line-height: 1.3;
}

.confirm .form_section .list_insurance th:nth-of-type(1),
.confirm .form_section .list_insurance .req_name {
  width: 65%;
}

.confirm .form_section .list_insurance th:nth-of-type(2),
.confirm .form_section .list_insurance .insured_name {
  padding-left: 24px;
  width: 35%;
}

.form_section .item_check_list.new_destination_list li {
  margin-top: -15px;
}
/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*//