/*-------------------------------------------------------------------------------------------*/
/* 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;
}/*-------------------------------------------------------------------------------------------*/
/* 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;
}
*/

/* 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_insred em {
  margin-left: 1rem;
  color: #ff0000;
  font-weight: normal;
}

#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_insurance .closed {
  margin-top: 1em;
}
#section_insurance .closed p:nth-of-type(1) {
  color: #ff0000;
}
#section_insurance .closed p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
#section_insurance .closed em {
  border-bottom: 3px double #ff7f7f;
}

#section_insurance .closed dl {
  margin-top: 1em;
}
#section_insurance .closed dt {
  font-weight: 400;
}
#section_insurance .closed dl a {
  display: inline;
  margin-top: 1em;
  padding-bottom: .1em;
  border-bottom: 1px dashed #4d96e3;
  color: #4d96e3;
  font-size: .75em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#section_insurance .closed dl a:hover {
  border-bottom: 1px dashed #0e6f29;
  color: #0e6f29;
}


/* 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: 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;
}


/* 保険種別表示削除用CSS_既存のCSSを一部削除しているため必要に応じて修正をお願い致します。*/
/*-------------------------------------------------------------------------------------------*/
/* #planList  .list_senior_def label,
#planList .list_overseas_def label{
  padding: 9px 12px auto 62px;
} */

#planList .list_regular_def{
  margin-top: 20px;
  margin-left: 0;
  width: 100%;
}

#section_check > #planList > .miniliLeft{
  margin-left: 0;
}

#section_check > #planList > .notDisp{
  display: none;
}

/*-------------------------------------------------------------------------------------------*/
/* 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;
}

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

#section_insurance .closed {
  padding-bottom: 1em;
}

/* 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%;
}


/*-------------------------------------------------------------------------------------------*/


/* 保険種別表示削除用CSS_既存のCSSを一部削除しているため必要に応じて修正をお願い致します。*/
/*-------------------------------------------------------------------------------------------*/
#planList  .list_senior_def label,
#planList .list_overseas_def label{
  padding: 9px 12px 0 62px;
}
/*-------------------------------------------------------------------------------------------*/

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