@charset "shift_jis";
/*------------------------------------------------------------------------------------------------*/
/* mypage/content
--------------------------------------------------------------------------------------------------*/

main header,
main ul,
main ol {
  font-size: 0;
}

.mypage {
  background-color: #e1e1e1;
}

.smileschool {
  background: transparent url(/smileschool/assets/img/bg_dot_y.png) repeat;
}

.txt_right {
  text-align: right;
}

/*----------------------------------------------------------------------------*/
/* Article
------------------------------------------------------------------------------*/
.mypage .article {
  border-radius: 0px;
}

/*----------------------------------------------------------------------------*/
/* Content Header
------------------------------------------------------------------------------*/
.mypage .content_header {
  padding: 24px 12px;
  border-radius: 0;
  background: #F0FDD1;
}

/*------------------------------------*/
/* flow_pdf
--------------------------------------*/
.flow_pdf {
  /* display: block; */
  margin: 24px auto 0 auto;
  /* padding: 12px 24px; */
  /* max-width: 60%; */
  /* border: 1px solid #6464e6; */
  text-align: center;
}

.flow_pdf a {
  position: relative;
  display: inline-block;
  margin: 0 0 12px 1.4rem;
  border-bottom: 1px dashed #6464e6;
  color: #6464e6;
  font-size: 0.95rem;
  word-break: break-all;
  cursor: pointer;
}

.flow_pdf a:last-child {
  margin-bottom: 0;
}

.flow_pdf a:before {
  content: '\f35d';
  position: absolute;
  top: 50%;
  left: -1.4rem;
  margin-top: -0.85rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.flow_pdf a:hover {
  border-bottom: 1px dotted transparent;
  color: #9898fb;
}

.flow_pdf a span {
  display: inline-block;
}

/*------------------------------------*/
/* txt_info
--------------------------------------*/
.txt_info {
  margin: 24px 12px 12px 12px;
}

.flow_pdf + .txt_info {
  margin: 36px 12px 12px 12px;
}

.txt_info h3 {
  line-height: 1.0;
  letter-spacing: 0em;
  color: #72aa00;
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
}

.txt_info p {
  margin-top: 16px;
}

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

/*------------------------------------*/
/* verify
--------------------------------------*/
#regist #verify {
  margin: 0 12px 0 12px;
}


/*----------------------------------------------------------------------------*/
/* Section
------------------------------------------------------------------------------*/
/* base
------------------------------------------------------------------------------*/
.form_section td > *:first-child {
  margin:  0;
}

.form_section td p,
.form_section td > p:first-child {
  margin-bottom: 3px;
}

.form_section td p strong {
  color: #cf4216;
}

/* section_login
------------------------------------------------------------------------------*/
.pwd_display {
  margin-top: 12px;
}

.pwd_display input {
  margin-top: -2px;
}

.pwd_display label {
  position: relative;
  display: inline-block;
  padding: 6px 12px 6px 36px;
  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: 0.9rem;
  cursor: pointer;
  overflow: hidden;
}

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

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

.pwd_display label:hover:before {
  content: "\f06e";
}

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

.pwd_display input:checked + label:before {
  content: "\f06e";
  font-size: 1.0rem;
  font-weight: 400;
}

.pwd_display input:checked + label:hover:before {
  content: "\f070";
  font-weight: 400;
}

#section_login #information {
  margin: 24px 12px;
  padding: 1.3em 1em 1em 1em;
  border-radius: .5ch;
  background-color: #fbf7e7;
}
#section_login #information p:nth-of-type(1) {
  position: relative;
  margin-left: 2em;
  color: #de003d;
  font-size: .95em;
  font-weight: 600;
}
#section_login #information p:nth-of-type(1):before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0em;
  margin-left: -2em;
  mask-image: var(--icon__triangle-exclamation-solid);
  mask-repeat: no-repeat;
  justify-self: center;
  inline-size: 1.5em;
  aspect-ratio: 1;
  background: linear-gradient(currentColor 0 0), CanvasText;
}

#section_login #information p:nth-of-type(2) {
  margin-top: .5em;
  margin-left: 2em;
  font-size: .9em;
}
/*----------------------------------------------------------------------------*/
/* mypage
------------------------------------------------------------------------------*/
.mypage .form_section h3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #008000;
  text-align: left;
  background: transparent;
  color: #008000;
}

.mypage .form_section h3 + ul {
  margin-left: 1rem;
  color: #cf4216;  
}

.mypage .form_section h3 + ul li {
  margin: 0.2em 0 0 calc(0.75em + 12px);
  line-height: 1.4;
  text-indent: -0.75em;
  font-size: 0.9rem;
}

/*------------------------------------*/
/* Table wrap
--------------------------------------*/
.table_wrap {
  margin: 20px 12px 0 12px;
  padding-bottom: 20px;
  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;
}


/*------------------------------------*/
/* Table
--------------------------------------*/
.mypage .form_section .flex_table {
  margin: 0 12px;
}

#mypage_top .form_section .flex_table {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  width: 100%;
}

/* flex_table
--------------------------------------*/
.mypage .form_section .flex_table {
  display: flex;
  flex-direction: column;
}

.mypage .form_section caption {
  padding: 0.3rem 0 0.5rem 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: -moz-linear-gradient(#a0c832 0%, #8cbe28 100%);
  background: -webkit-linear-gradient(#a0c832 0%, #8cbe28 100%);
  background: linear-gradient(#a0c832 0%, #8cbe28 100%);
  color: #fff;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.25rem;
}

.mypage .form_section .flex_table thead {
  display: none;
}

.mypage .form_section .flex_table tbody tr {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mypage .form_section .flex_table tbody td {
  /* display: flex; */
  flex-direction: column;
  padding: 0 12px;
  font-weight: bold;
}

.mypage .form_section .flex_table tbody tr td:before {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 6px 0;
  width: 100%;
  content: attr(data-label);
  color: #fff;
  border-top: 3px dotted #dcdcdc;
  background: transparent;
  color: #4b931f;
  font-size: 0.9rem;
  font-weight: bold;
}

.mypage .form_section .flex_table tbody tr td:first-child:before {
  padding-top: 16px;
  border: none;
}

.mypage .form_section .flex_table tbody:nth-of-type(2) tr td:first-child:before {
  padding-top: 16px;
  border-top: 3px dotted #dcdcdc;
}


/*------------------------------------*/
/* mypTop_bu
--------------------------------------*/
.hokenList07 {
  display: none;
}



/*------------------------------------*/
/* Other
--------------------------------------*/
.link_plan {
  display: inline;
  border-bottom: 1px dotted #2d73e4;
  line-height: 1.8;
  color: #1e65d8;
}

.link_plan:hover {
  border-bottom: 1px dotted transparent;
  color: #2d73e4;
}

.dater {
  margin-top: 12px;
  padding: 0 12px;
  text-align: right;
  font-size: 0.95rem;
}

.back_hoken {
  margin-top: 40px;
  text-align: center;
}

/*----------------------------------------------------------------------------*/
/* regist
------------------------------------------------------------------------------*/
#regist .send > div p:nth-of-type(1) {
  margin-top: 24px;
}

#regist .send .item_id {
  margin-top: 24px;
  padding: 14px 24px 12px 24px;
  background-color: #ededed;
  line-height: 1.6;
  font-size: 0.95rem;
}

#regist .send .item_id strong {
  color: #222;
}

#regist .send .item_id span {
  display: inline-block;
  word-break: normal;
  overflow-wrap: break-word;
}

#regist .send .item_id + p {
  margin-top: 24px;
  color: #cf4216;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}

#regist .send .item_id + p + p {
  margin-top: 12px;
}

#regist .send .item_btn {
  margin-top: 30px;
}





/*----------------------------------------------------------------------------*/
/* Aside
------------------------------------------------------------------------------*/
/* remind
------------------------------------------------------------------------------*/
#remind .flex_wrap {
  flex-flow: column wrap;
  justify-content: flex-end;
}

#remind .flex_item {
  margin: 12px 24px;
}

.form #remind .wrap_btn {
  padding: 0px;
  text-align: center;
}




/*----------------------------------------------------------------------------*/
/* mypage_top
------------------------------------------------------------------------------*/
/*------------------------------------*/
/* add_family
--------------------------------------*/
.add_family {
  box-shadow: none;
  background-color: #ffe0e0;
}

.add_family th {
  color: #b20d0d;
}

.add_family + h3 {
  margin-top: 24px;
}

.add_family_btn {
  text-align: center;
}

/*------------------------------------*/
/* item_manki
--------------------------------------*/
.item_manki {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  margin: 12px 11px 0 11px;
  padding: 16px 12px 15px 12px;
  border-radius: 4px;
  border: 2px solid #cf4216;
  background-color: #ffe5dd;
}

.item_manki .left {
  color: #cf4216;
  font-weight: bold;
}

.item_manki .flex_item {
  margin-top: 12px;
}

.item_manki .flex_item:nth-of-type(1) {
  margin-top: 0;
}

.item_manki p {
  margin-top: 6px;
}

.item_manki p:nth-of-type(1) {
  margin-top: 0;
  margin-left: calc(0.75em + 12px);
  text-indent: -0.75em;
  color: #cf4216;
  font-weight: bold;
}

.item_manki p:nth-of-type(1):before {
  content: '\f071';
  display: inline-block;
  margin-right: 0.05em;
  color: #cf4216;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.item_manki strong {
  color: #cf4216;
  font-weight: bold;
}

/*------------------------------------*/
/* info_credit_change
--------------------------------------*/
.info_credit_change {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  margin: 12px 11px 0 11px;
  padding: 16px 12px 15px 12px;
  border-radius: 4px;
  background-color: #ffe5ed;
  color: #333;
}

.form_section .info_credit_change h4 {
  text-align: left;
  letter-spacing: 0;
  color: #333;
  font-size: 1rem;
}

.form_section .info_credit_change p {
  margin-top: 12px;
}




/*----------------------------------------------------------------------------*/
/* table_details
------------------------------------------------------------------------------*/
.form_section .table_details {
  margin: 0;
  width: 100%;
}

.table_details caption {
  width: 100%;
}

.table_details th {
  margin-top: 10px;
  padding: 12px 12px 0 12px;
  color: #4b931f;
}

.table_details tr:first-child th:first-child {
  margin-top: 0;
}

.table_details .th_head {
  border-top: 3px solid #8cbe28;
  color: #2a66bf;
  font-size: 1.0rem;
}

.table_details td {
  padding: 0 12px;
  font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* mypage_details
------------------------------------------------------------------------------*/
.info {
  margin: 12px;
}

.info em {
  color: #3a3a3a;
  font-weight: bold;
}

.info strong {
  color: #ff0000;
}

.btn_print {
  text-align: center;
}

.info_ex {
  margin: 24px 12px;
  padding: 16px 12px;
  border-radius: 4px;
  background-color: #ffe0e0;
  color: #b20d0d;
  font-size: 0.95rem;
  font-weight: bold;
}

.link_block {
  margin-top: 12px;
}

#mypage_details table {
  margin: 0;
  width: 100%;
}

#mypage_details caption {
  width: 100%;
}

#mypage_details th {
  margin-top: 10px;
  padding: 12px 12px 0 12px;
  color: #4b931f;
}

#mypage_details tr:first-child th:first-child {
  margin-top: 0;
}

#mypage_details .th_head {
  border-top: 3px solid #8cbe28;
  color: #2a66bf;
  font-size: 1.0rem;
}

#mypage_details td {
  padding: 0 12px;
  font-weight: bold;
}

#mypage_details .info_job {
  margin: 12px 0 24px 0;
  padding: 16px 12px 0 12px;
  border-top: 3px dotted #dedede;
  font-size: 0.9rem;
}

#mypage_details .form_section h3 {
  margin-top: 30px;
}

#mypage_details .form_section h3:nth-of-type(1) {
  margin-top: 0;
}

/*------------------------------------*/
/* appD_note
--------------------------------------*/
.dl_note {
  margin: 16px 12px 0 12px;
}

.dl_note dd:nth-of-type(1) {
  margin-top: 10px;
}

.dl_note strong {
  color: #ff0000;
}

/* table_insurance
--------------------------------------------------------------------------------------------------*/
#mypage_details .table_insurance {
  padding-bottom: 20px;
}

#mypage_details .table_insurance table {
  display: table;
  margin-top: 20px;
}

#mypage_details .table_insurance .table_caption,
#mypage_details .table_insurance .table_caption + table {
  margin-top: 0;
}

#mypage_details .table_insurance table th,
#mypage_details .table_insurance table td {
  width: 100%;
}

#mypage_details .table_insurance table th {
  display: none;
}

#mypage_details .table_insurance caption {
  padding: 6px 0 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: -moz-linear-gradient(#a0c832 0%, #8cbe28 100%);
  background: -webkit-linear-gradient(#a0c832 0%, #8cbe28 100%);
  background: linear-gradient(#a0c832 0%, #8cbe28 100%);
  color: #fff;
  font-family: "NSJP";
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

#mypage_details .table_insurance .table_caption + table caption {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#mypage_details .table_insurance thead {
  display: none;
}

#mypage_details .table_insurance tbody tr {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mypage .form_section .flex_table tbody td {
  /* display: flex; */
  flex-direction: column;
  padding: 0 12px;
  font-weight: bold;
}

#mypage_details .table_insurance tbody tr td:before {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 6px 0;
  width: 100%;
  content: attr(data-label);
  color: #fff;
  border-top: 3px dotted #dcdcdc;
  background: transparent;
  color: #4b931f;
  font-size: 0.9rem;
  font-weight: bold;
}

#mypage_details .table_insurance .one_cell tbody tr td:before {
  display: none;
}

#mypage_details .table_insurance .one_cell tbody tr td {
  padding-top: 16px;
}

#mypage_details .table_insurance tbody tr:first-child td:before {
  padding-top: 16px;
  border: none;
}

#mypage_details .table_insurance tbody:nth-of-type(2) tr td:first-child:before {
  padding-top: 16px;
  border-top: 3px dotted #dcdcdc;
}

#mypage_details .table_insurance td small {
  margin-right: 0.5rem;
  font-size: 0.9rem; 
}

#mypage_details .table_insurance .ex_notes {
  margin-top: 40px !important;
  padding: 20px 12px 16px 12px;
  border-top: 2px dashed #008000;
  background-color: #f0fdd1;
  font-size: 0.95rem;
  font-weight: bold;
}

/* table_insurance
--------------------------------------------------------------------------------------------------*/
/* chubb table
--------------------------------------------------------------------------------------------------*/
#mypage_details .c_worker table {
  margin-top: 2px;
}

#mypage_details .c_worker tbody tr:first-child td:before {
  align-items: center;
  padding: 10px 0 6px 0;
  border-top: 3px dotted #dcdcdc;
}

#mypage_details .c_worker .table_caption + table tbody tr:first-child td:before,
#mypage_details .c_worker .ex_notes + table tbody tr:first-child td:before {
  border-top: none;
}

/* table_insurance
--------------------------------------------------------------------------------------------------*/
/* table_z
--------------------------------------------------------------------------------------------------*/
#mypage_details .table_z {
    padding: 0.4rem 0 1.5rem 0;
}

#mypage_details .table_z table {
  display: block;
  margin-top: 0;
}

#mypage_details .table_z caption,
#mypage_details .table_z tbody,
#mypage_details .table_z tbody tr,
#mypage_details .table_z table th,
#mypage_details .table_z table td {
  display: block;
}

#mypage_details .table_z caption {
  display: none;
  margin-top: -0.4rem;
  padding: 0.3rem 0 0.5rem 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.25rem;
  font-size: 1rem;
}

#mypage_details .table_z table th {
  margin: 0;
  padding: 0.75rem 1rem 0.75rem calc(1rem + 1.5em);
}

#mypage_details .table_z table td {
  margin: 0;
  padding: 0rem 1rem 0.5rem calc(1rem + 1.5em);
}

#mypage_details .table_z tbody tr td:before {
  padding: 0;
  border-top: none;
  background: transparent;
  color: #4b931f;
  font-size: 0.9rem;
  font-weight: bold;
}

#mypage_details .table_z table th br {
  display: none;
}

/* midashih
/*------------------------------------------------------------------*/
#mypage_details .table_z .midashih {
  position: relative;
  padding: 1.1rem 1rem 0.75rem calc(1rem + 1.5em);
  color: #2a66bf;
  font-size: 1rem;
}

#mypage_details .table_z tr:not(:nth-of-type(1)) .midashih {
  margin-top: 1rem;
  border-top: 3px solid #8cbe28;
}

#mypage_details .table_z .midashih:before {
  content: '\f058';
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  color: #2a66bf;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#mypage_details .table_z .midashih img {
  display: none;
}

/* subhead
/*------------------------------------------------------------------*/
#mypage_details .table_z tr:nth-of-type(4) th:nth-of-type(1) {
  padding-top: 0.85rem;
  border-top: none;
  background-color: #efefef;
  color: #222;
  font-size: 0.95rem;
}

#mypage_details .table_z tr:nth-of-type(4) th:nth-of-type(2) {
  border-top: none;
}

#mypage_details .table_z tr:nth-of-type(7) td br {
  display: block;
}

/* p
/*------------------------------------------------------------------*/
#mypage_details .table_z table + p {
  margin: 1rem 1rem 0 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: .25rem;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}



/*------------------------------------*/
/* include_area
--------------------------------------*/
.include_area {
  padding-top: 20px;
}

.include_area h4 {
  margin-top: 0;
  padding: 0 0.75rem;
  border-radius: 0;
  color: #2a66bf;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0em;
}
.include_area h4:not(:first-child) {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 3px solid var(--light-color);
}

.include_area h4 span {
  color: #222;
  font-size: 0.9rem;
  font-weight: 600;
}

.include_area h5 {
  margin-top: 1rem;
  padding: 0 0.75rem;
  font-weight: 600;
  color: #222; 
}

.include_area dl > div {
  margin-top: 0.55rem;
  border-top: 3px dotted #dcdcdc;
}

.include_area dl dt,
.include_area dl dd {
  padding: 0 0.75rem;
}

.include_area dl dt {
  margin-top: 0.75rem;
  color: var(--main-color);
  font-size: 0.9rem;
}

.include_area dl dd {
  margin-top: 0.33rem;
  font-size: 1rem;
  font-weight: 800;
}

/*------------------------------------*/
/* table_other
--------------------------------------*/
.table_other ul {
  margin-top: 16px !important;
}

#mypage_details .table_other td {
  font-weight: normal;
}

.table_other .cell-btn {
  margin-top: 14px;  
}

/*------------------------------------*/
/* info_company
--------------------------------------*/
#mypage_details .info_company {
  margin: 40px 12px 0 12px;
  padding: 16px 12px 14px 12px;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}

#mypage_details p {
  margin-top: 12px;
}

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

/*----------------------------------------------------------------------------*/
/* change_req
------------------------------------------------------------------------------*/

/*------------------------------------*/
/* info_block
--------------------------------------*/
#change_req article h3 {
  margin-top: 24px;
}

#change_req .info_block {
  margin-top: 30px;
}

#change_req .info_block .wrapper {
  margin: 24px 12px 12px 12px;
}

#change_req .info_block .list_block {
  margin-top: 16px;
}

#change_req .list_block dl {
  margin-top: 16px;
  padding: 12px;
  background-color: rgb(243 243 243);
  border: 3px solid #d9d9d9;
}

#change_req .info_block .list_block dd {
  margin: 0.5em 0 0 calc(0.75em + 12px);
  line-height: 1.4;
  text-indent: -0.75em;
  font-size: 0.95rem;
}

#change_req .info_block .list_block dd:nth-of-type(1) {
  margin-top: 0.2rem;
}

#change_req .info_block .list_block dd:before {
  display: inline-block;
  margin-right: 0.5em;
  color: #666;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  margin-left: 0.05em;
  margin-right: 0em;
}

#change_req .info_block .notes {
  margin-top: 16px;
}

#change_req .info_block .notes strong {
  color: #ff0000;
}

#change_req .color_block p {
  margin-top: 12px;
}

#change_req .color_block p:nth-of-type(1) {
  margin-top: 0;
  font-weight: bold;
}

/*------------------------------------*/
/* form
--------------------------------------*/
#change_req .wrap_2btn {
  align-items: start;
  text-align: center;
}

#change_req .wrap_2btn div div {
  margin-top: 12px;
}

#change_req .wrap_2btn div div input {
  display: inline-block;
  margin-right: 6px;
}

#change_req .item_check_list {
  margin: 36px 12px 12px 12px;
}

#change_req .item_check_list:nth-of-type(1) {
  margin-top: 24px;
}

#change_req .item_check_list small {
  display: inline-block;
}

#change_req .item_check_list input[type="radio"] {
  display: none;
}

#change_req .item_check_list input:checked + label {
  font-weight: 900;
}

#change_req .add_list {
  margin-top: 20px;
}

#change_req .add_list label {
  margin: 0 12px;
  width: calc(100% - 24px);
}

#change_req .add_list .accordion_content {
  overflow: visible;
}

/*----------------------------------------------------------------------------*/
/* cancel / done
------------------------------------------------------------------------------*/
/*------------------------------------*/
/* info_block
--------------------------------------*/
#cancel .info_block,
#done .info_block {
  margin-top: 30px;
}

#cancel .info_block .wrapper,
.done .info_block .wrapper {
  margin: 24px 12px 12px 12px;
}

#cancel .info_block p,
#done .info_block p {
  margin-top: 16px;
}

#cancel .info_block p:nth-of-type(1),
#done .info_block p:nth-of-type(1) {
  margin-top: 0;
}

#cancel .info_block strong,
#done .info_block strong {
  color: #ff0000;
}

/*------------------------------------*/
/* wrap_2btn
--------------------------------------*/
.done .wrap_2btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-around;
}

.done .wrap_2btn > div {
  margin: 20px 12px 0 12px;
  width: 100%;
}

.done .wrap_2btn div:nth-of-type(1) {
  order: 2;
}

.done .wrap_2btn div:nth-of-type(2) {
  order: 1;
}

.done .wrap_2btn div div input {
  display: inline-block;
  margin-right: 6px;
}



/*----------------------------------------------------------------------------*/
/* continuance
------------------------------------------------------------------------------*/
#continuance .form_section th span {
    display: inline;
}

#continuance #hoikuAge {
  display: block;
  padding: 3px 0 0 0;
  border-radius: 4px;
  background-color: #ddffce;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

#continuance .keizokuBox h3 {
  margin-top: 30px;
}

#continuance .planList {
  margin-left: 0;
  color: #222;
}

#continuance .planList li {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 20px 12px;
  line-height: 1.4;
  text-indent: 0;
  font-size: 3.4vw;
}

#continuance .planList li span {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
}

#continuance .planList li span:before {
  content: "";
  display: block;
  padding-top: 22%;
}

#continuance #plan_youchien span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_youchien.png);
}

#continuance #plan_syogaku span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_syogaku.png);
}

#continuance #plan_chugaku span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_chugaku.png);
}

#continuance #plan_koukou span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_koukou.png);
}

#continuance #plan_gakusei span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_gakusei.png);
}

#continuance #plan_encho span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_encho.png);
}

#continuance #plan_syakai span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_syakai.png);
}

#continuance #plan_syakai2 span {
  background-image: url(/assets/img/mypage/keizoku/bg_plan_syakai2.png);
}

#continuance .planList a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 10px auto 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: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  background: -moz-linear-gradient(left, #ff7e64 0%, #ff9b37 100%);
  background: -webkit-linear-gradient(left, #ff7e64 0%, #ff9b37 100%);
  background: linear-gradient(to right, #ff7e64 0%, #ff9b37 100%);
  color: #fff;
}

#continuance .planList a:hover {
  background: -moz-linear-gradient(left, #ff7e6499 0%, #ff9b37cc 100%);
  background: -webkit-linear-gradient(left, #ff7e6499 0%, #ff9b37cc 100%);
  background: linear-gradient(to right, #ff7e6499 0%, #ff9b37cc 100%);
}

/*------------------------------------*/
/* Smile School
--------------------------------------*/
.txt_ss {
  margin: 16px 12px;
  padding: 16px 12px;
  border: 1px solid #b1d45c;
  border-radius: 4px;
  background-color: #f0fdd1;
}


/*----------------------------------------------------------------------------*/
/* family_list
------------------------------------------------------------------------------*/
.mypage .form_section .family_list {
  margin: 20px 12px 0 12px;
  padding: 0 0 20px 0;
  box-shadow: rgb(88 88 88 / 30%) 0px 1px 3px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.mypage .form_section .family_list .flex_table {
  margin: 0;
  width: 100%;  
}

.family_list + .wrap_2btn {
  margin: 12px auto 0 auto;
  width: 80%;
}




/*--------------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*--------------------------------------------------------------------------------------------------*/
.form #main_contents .container {
  max-width: 924px;
}

main header {
  padding: 0;
  border-radius: 4px;
}

#side_bar {
  padding: 42px 0px 20px 0;
}

.section {
  margin-top: 20px;
}

.sub_section {
    margin: auto 0;
    padding: 12px 24px 24px 24px;
    position: relative;
    display: block;
    margin-top: 12px;
    /* width: 100%; */
    height: auto;
    /* border-radius: 0.5ch; */
    /* box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%); */
    /* border: 1px solid #ccc; */
    background-color: #fff9eb;
}

.mypage table {
  margin: 12px 0 0 0;
  /* width: 100%; */
}


#accident .content_header h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: center;
  line-height: 1.2;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}

  
/*------------------------------------*/
/* txt_info
--------------------------------------*/
.txt_info {
  margin: 24px 24px 12px 24px;
}

.flow_pdf + .txt_info {
  margin: 36px 24px 12px 24px;
}
   
/*------------------------------------*/
/* verify
--------------------------------------*/
#regist #verify {
  margin: 24px 24px;
  width: calc(100% - 48px);
}

/*----------------------------------------------------------------------------*/
/* mypage
------------------------------------------------------------------------------*/
.mypage section {
  margin: 20px 0px 0 0px;
}

.mypage .form_section h3 + ul {
  margin-left: 0; 
}


/*------------------------------------*/
/* Table wrap
--------------------------------------*/
.table_wrap {
  margin: 20px 0 0 0;
  padding-bottom: 0;
}

.table_wrap:nth-of-type(1) {
  /* padding: 12px 0; */
}
  
/*------------------------------------*/
/* Table
--------------------------------------*/
.mypage .form_section table {
  margin: 12px 0 0 0;
  width: 100%;
}




/* flex_table
--------------------------------------*/
.mypage .form_section .flex_table {
  display: table;
  table-layout: fixed;
}

.mypage .form_section .flex_table caption {
  padding: 6px 0 8px 0;
  font-size: 0.9rem;
}

.mypage .form_section .flex_table thead,
.mypage .form_section .flex_table tbody {
  display: table-row-group;
  width: 860px;
}

.mypage .form_section .flex_table thead tr,
.mypage .form_section .flex_table tbody tr {
  display: table-row-group;
  box-shadow: none;
  width: 800px !important;
}

.mypage .form_section .flex_table thead tr th,
.mypage .form_section .flex_table tbody tr td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

.mypage .form_section .flex_table thead tr th {
  padding: 8px 4px 6px 4px;
  border-right: 1px dotted #aaa;
  font-size: 0.8rem;
}

#mypage_top .form_section .flex_table thead tr th:nth-of-type(1) {
  width: 60px;
}
  
#mypage_top .form_section .flex_table thead tr th:nth-of-type(2) {
  width: 100px;
}

#mypage_top .form_section .flex_table thead tr th:nth-of-type(3) {
  width: 180px;
}
  
#mypage_top .form_section .flex_table thead tr th:nth-of-type(4) {
  width: 80px;
}

#mypage_top .form_section .flex_table thead tr th:nth-of-type(5) {
  width: 120px;
}
  
#mypage_top .form_section .flex_table thead tr th:nth-of-type(6) {
  width: 120px;
}

#mypage_top .form_section .flex_table thead tr th:nth-of-type(7) {
  width: 120px;
}
  
#mypage_top .form_section .flex_table thead tr th:nth-of-type(8) {
  width: 80px;
  border-right: none;
}

.mypage .form_section .flex_table th span {
  display: block;
  margin-top: -2px;
  width: 100%;
  font-size: 0.7rem;
  font-weight: normal;
}
  
.mypage .form_section .flex_table tbody td {
  padding: 8px 4px 6px 4px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px dotted #aaa;
  font-size: 0.8rem;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(1) {
  width: 60px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(2) {
  width: 100px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(3) {
  width: 180px;
}
  
#mypage_top .form_section .flex_table tbody tr td:nth-of-type(4) {
  width: 80px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(5) {
  width: 120px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(6) {
  width: 120px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(7) {
  width: 120px;
}

#mypage_top .form_section .flex_table tbody tr td:nth-of-type(8) {
  width: 80px;
  border-right: none;
}

#mypage_top .form_section .flex_table tbody tr td:before {
  display: none;
}

/*------------------------------------*/
/* Other
--------------------------------------*/
.dater {
  padding: 0;
  font-size: 0.8rem;
}

.back_hoken {
  margin-top: 40px;
  text-align: center;
}

/*------------------------------------*/
/* info_credit_change
--------------------------------------*/
.info_credit_change {
  margin: 24px 0 0 0;
  padding: 20px 24px 15px 24px;
  background-color: #ffe5ed;
  color: #333;
}

.form_section .info_credit_change h4 {
  font-size: 1.1rem;
}

.form_section .info_credit_change p {
  margin-top: 16px;
}

#section_login #information {
  margin: 24px 0px;
}

/* aside
--------------------------------------------------------------------------------*/
/* remind
--------------------------------------------------------------------------------*/
#remind .flex_wrap {
  justify-content: flex-end; 
}

#remind .flex_item {
  margin: 6px 24px;
  width: 100%;
}

.form #remind .wrap_btn {
  margin-top: 24px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.form #remind .wrap_btn a {
  display: block;
}

/* address
--------------------------------------------------------------------------------*/
/* accident_contact
--------------------------------------------------------------------------------*/
#accident_contact {
  margin: 12px 0 0 0;
  padding: 0;
}

#accident_contact .wrapper {
  padding: 40px 24% 40px 24px;
  background-image: url(/assets/img/illust/img_suit_lady_bow.png);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: bottom -140px right 60px;
}


#accident_contact #item_head_contact {
  color: #bb0e0e;
  font-family: "NSJP";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#accident .content_header .header_head .wrapper {
padding: 36px 25% 30px 24px;
    min-height: 180px;
  background: #1183c7;
  background: -moz-linear-gradient(left,  #ffffff 40%, #ffffff000 100%);
  background: -webkit-linear-gradient(left,  #ffffff 40%,#ffffff00 100%);
  background: linear-gradient(to right,  #ffffff 40%,#ffffff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00ffffff',GradientType=1 );
}

.sub_section h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  color: #333;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

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

.sub_section h3 strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #e64614;
  font-family: "NSJP";
  font-size: 1.4rem;
  font-weight: 900;
}

.sub_section h3 strong:before {
  content: '\f00c';
  position: absolute;
  top: 3%;
  left: -1.6rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}







/*----------------------------------------------------------------------------*/
/* mypage_top
------------------------------------------------------------------------------*/
/*------------------------------------*/
/* add_family
--------------------------------------*/
.add_family {
  margin-top: 0;box-shadow: none;
  background-color: transparent;
}

.add_family table {
  margin-top: 0 !important;  
}

.add_family th {
  display: table-cell;
  width: 25%;
  padding-top: 1.7rem;
  background-color: #ffe0e0;
  text-align: center;
}

.add_family td:nth-of-type(1) {
  width: 50%;
  font-size: 0.9rem;
}

.add_family td:nth-of-type(2) {
  padding-top: 1.4rem;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
}



/*------------------------------------*/
/* item_manki
--------------------------------------*/
.item_manki {
  flex-flow: row wrap;
  align-items: center;
  margin: 12px 0 0 0;
}

.item_manki .flex_item:nth-of-type(2n + 1) {
  width: calc(68% - 12px);
  padding-right: 12px;
}

.item_manki .flex_item:nth-of-type(2n) {
  margin-top: 0;
  width: 32%;
}


/*----------------------------------------------------------------------------*/
/* table_details
------------------------------------------------------------------------------*/
.form_section .table_details {
  margin: 0;
  width: 100%;
}

.form_section .table_details caption {
  width: 100%;
  border-radius: 4px;
}

.table_details th {
  margin-top: 10px;
  padding: 12px 12px 0 12px;
  color: #4b931f;
}

.table_details tr:first-child th:first-child {
  margin-top: 0;
}

.table_details .th_head {
  border-top: 3px solid #8cbe28;
  color: #2a66bf;
  font-size: 1.0rem;
}

.table_details td {
  padding: 0 12px;
  font-weight: bold;
}

/*------------------------------------*/
/*  table_details
--------------------------------------*/
#cancel .table_wrap, 
#done .table_wrap {
  margin: 0;
  padding: 24px 24px;
  width: calc(100% - 0px);
}

#cancel .table_details,
#done .table_details {
  margin-top: 0px;
}

#cancel .table_details tr:first-child,
#done .table_details tr:first-child {
  margin-top: 12px;
}

#cancel .table_details th,
#done .table_details th {
  margin-top: 0;
  padding: 12px 12px 10px 12px;
  width: 30%;
  color: #222;
}

#cancel .table_details .th_head,
#done .table_details .th_head {
  width: 100%;
  color: #2a66bf;
  font-size: 1.0rem;
}

#cancel .table_details td,
#done .table_details td {
  padding: 12px 12px 8px 12px;
}

#cancel .form_section th em,
#done .form_section th em {
  display: inline;
}

/*----------------------------------------------------------------------------*/
/* mypage_details
------------------------------------------------------------------------------*/
/*------------------------------------*/
/* info_ex
--------------------------------------*/
.info_ex {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 24px 0px;
  padding: 16px 24px;
}

.txt_block {
  width: 75%;
}
  
.link_block {
  margin: 20px 0 0 5%;
  width: 20%;
}

#mypage_details table {
  margin: 0 24px 0 24px;
  width: calc(100% - 48px);
}

#mypage_details th {
  margin-top: 0;
  padding: 12px 12px 0 12px;
}

#mypage_details td {
  padding: 3px 12px 0 12px;
}

#mypage_details .info_job {
  margin: 0 0 24px 0;
  padding: 16px 24px 0 24px;
  border-top: none;
  font-size: 0.9rem;
}

/*------------------------------------*/
/*  table_details
--------------------------------------*/
#mypage_details .table_wrap {
  /* margin: 0; */
  padding: 24px 0px;
}

#mypage_details .table_details {
  margin-top: 0px;
}

#mypage_details .table_details tr:first-child {
  margin-top: 12px;
}

#mypage_details .table_details th {
  padding: 12px 12px 10px 12px;
  width: 30%;
  color: #222;
}

#mypage_details .table_details .th_head {
  width: 100%;
  color: #2a66bf;
  font-size: 1.0rem;
}

#mypage_details .table_details td {
  padding: 12px 12px 8px 12px;
}

#mypage_details .form_section th em {
  display: inline;
}

/*------------------------------------*/
/* table_insurance
--------------------------------------*/
#mypage_details .table_insurance {
  padding: 24px 0;
}

#mypage_details .table_insurance table {
  margin-top: 12px;
}

#mypage_details .table_insurance .table_caption,
#mypage_details .table_insurance .table_baisho {
  margin-top: 0;
}

#mypage_details .table_insurance .table_caption {
  margin-bottom: 12px;
}

#mypage_details .table_insurance caption {
  padding: 3px 0 5px 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius:  4px 4px 0 0;
  border-radius:  4px 4px 0 0;
}

#mypage_details .table_insurance tbody tr {
  flex-direction: row;
}

#mypage_details .table_insurance table th {
  display: table-cell;
  padding: 4px 0 0 0;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

#mypage_details .table_insurance table th,
#mypage_details .table_insurance table td {
  padding: 8px 12px 4px 12px;
}

#mypage_details .table_insurance .table_caption th {
  width: 50%;
}

#mypage_details .table_insurance tbody tr td:before {
  display: none;
}

#mypage_details .table_insurance td {
  text-align: right;
}

#mypage_details .table_insurance .table_baisho td,
#mypage_details .table_insurance .table_sousai td {
  text-align: center;
}

#mypage_details .table_insurance .ex_notes {
  padding: 20px 24px 16px 24px;
}

#mypage_details .table_insurance .one_cell tbody tr td {
  padding-top: 8px;
}
  
/*------------------------------------*/
/* mypTop_bu
--------------------------------------*/
.form_section .hokenList07 {
  display: table-cell;
  width: auto;
  border-top: 1px solid #e3e3e3;
  border-right: 1px dotted #aaa;
  text-align: center;
  font-size: 0.8rem;
}

.mypage .form_section .flex_table tbody .hokenList07 + td {
  border-right: none;
}

/*------------------------------------*/
/* table_other
--------------------------------------*/
#mypage_details .table_other {
  margin: 20px 0 0 0;
  width: 100%;
}

#mypage_details .table_other tr {
  box-shadow: none;
}
 
.table_other ul {
  margin-top: 0px !important;
}

/*------------------------------------*/
/* info_company
--------------------------------------*/
#mypage_details .info_company {
  margin: 60px 0 0 0;
  padding: 16px 24px 14px 24px;
}

/*------------------------------------*/
/* info_company
--------------------------------------*/
.include_area {
  padding-top: 0;
}
  
/*----------------------------------------------------------------------------*/
/* change_req
------------------------------------------------------------------------------*/
#change_req .info_block .wrapper {
    margin: 24px 0px 12px 0px;
}
  
/*------------------------------------*/
/* info_block
--------------------------------------*/
#change_req .info_block {
  margin-top: 30px;
}

#change_req .info_block .list_block {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
  
#change_req .info_block .list_block dl {
  margin-top: 0;
  width: 48%;
}

/*------------------------------------*/
/* form
--------------------------------------*/
#change_req .item_check_list {
  margin: 36px 0 12px 0;
}

/*------------------------------------*/
/* wrap_2btn
--------------------------------------*/
.done .wrap_2btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-around;
}

.done .wrap_2btn > div {
  margin: 20px 0 0 0;
  width: calc((100% - 48px) /2);
}

.done .wrap_2btn div:nth-of-type(1) {
  order: 1;
}

.done .wrap_2btn div:nth-of-type(2) {
  order: 2;
}

.done .wrap_2btn div div input {
  display: inline-block;
  margin-right: 6px;
}

/*----------------------------------------------------------------------------*/
/* continuance
------------------------------------------------------------------------------*/
#continuance .table_wrap:nth-of-type(1) {
  padding: 24px 24px;
}

#continuance .table_wrap > table {
  margin-top: 0px;
}

#continuance .planList {
  margin-left: 0;
  color: #222;
}

#continuance .planList li {
  align-items: center;
  margin: 20px 0;
  font-size: 1rem;
}

#continuance .planList li span {
  width: 62%;
}

#continuance .planList a {
  width: 30%;
}

/*------------------------------------*/
/* Smile School
--------------------------------------*/
.txt_ss {
  margin: 20px 0;
  padding: 16px 24px 12px 24px;
}


/*----------------------------------------------------------------------------*/
/* family_list
------------------------------------------------------------------------------*/
.mypage .form_section .family_list {
  margin: 24px 0px 0 0px;
  padding: 0;
}

.mypage .form_section .family_list tr:nth-of-type(1) {
  margin-bottom: 12px;
}

.mypage .form_section .family_list th {
  display: table-cell;
  padding: 4px 0 0 0;
  text-align: center;
}

.mypage .form_section .family_list tbody tr td:before {
    position: relative;
    display: none;
}
  
.mypage .form_section .flex_table tbody tr {
  width: 800px !important;
}

.family_list table:nth-of-type(1) th:nth-of-type(1) {
  width: 230px !important;
}

.family_list table:nth-of-type(1) th:nth-of-type(2) {
  width: 230px !important;
}

.family_list table:nth-of-type(1) th:nth-of-type(3) {
  width: 80px !important;
}

.family_list table:nth-of-type(1) th:nth-of-type(4) {
  width: 160px !important;
}

.family_list table:nth-of-type(1) th:nth-of-type(5) {
  width: 100px !important;
}

.family_list table:nth-of-type(1) td:nth-of-type(1) {
  width: 230px !important;
}

.family_list table:nth-of-type(1) td:nth-of-type(2) {
  width: 230px !important;
}

.family_list table:nth-of-type(1) td:nth-of-type(3) {
  width: 80px !important;
}

.family_list table:nth-of-type(1) td:nth-of-type(4) {
  width: 160px !important;
}

.family_list table:nth-of-type(1) td:nth-of-type(5) {
  width: 100px !important;
}

  
.family_list table:nth-of-type(2) th:nth-of-type(1) {
  width: 230px !important;
}

.family_list table:nth-of-type(2) td:nth-of-type(1) {
  width: 570px !important;
}

.family_list + .wrap_2btn {
  margin: 12px auto 0 auto;
  width: 50%;
}


  


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

/*----------------------------------------------------------------------------*/
/*  Desktop 751px - 1024px */ @media screen and (min-width: 751px) {
/*------------------------------------------------------------------*/
/* table_insurance
--------------------------------------------------------------------------------------------------*/
/* table_z
--------------------------------------------------------------------------------------------------*/
#mypage_details .table_z {
  padding: 1.5rem 0 1.5rem 0;
}

#mypage_details .table_z table {
  display: block;
  margin-top: 0;
}

#mypage_details .table_z caption {
  margin: 0 0 0 0;
}

#mypage_details .table_z tbody,
#mypage_details .table_z tbody tr,
#mypage_details .table_z table th,
#mypage_details .table_z table td {
  display: block;
}

#mypage_details .table_z tbody tr {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
  
#mypage_details .table_z table th {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  flex-flow: column;
  margin: 0;
  padding: 0.75rem 1rem 0.55rem 1rem;
  width: 30%;
  color: #222;
}
  
#mypage_details .table_z table td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
  margin: 0;
  padding: 0.75rem 1rem 0.55rem 1rem;
  width: 70%;
  background-color: transparent;
}

#mypage_details .table_z tbody tr td:before {
  padding: 0;
  border-top: none;
  background: transparent;
  color: #4b931f;
  font-size: 0.9rem;
  font-weight: bold;
}

/* midashih
/*------------------------------------------------------------------*/
#mypage_details .table_z .midashih {
  position: relative;
  align-items: start;
  padding: 1.1rem 1rem 0.75rem calc(1rem + 1.5em);
  border-top: 3px solid #8cbe28;
  width: 100%;
  color: #2a66bf;
  font-size: 1rem;
}

#mypage_details .table_z tr:not(:nth-of-type(1)) .midashih {
  margin-top: 0;
}

#mypage_details .table_z .midashih:before {
  content: '\f058';
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  color: #2a66bf;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#mypage_details .table_z .midashih img {
  display: none;
}

/* subhead
/*------------------------------------------------------------------*/
#mypage_details .table_z tr:nth-of-type(4) {
  box-shadow: none;
  background: #fff;
}

#mypage_details .table_z tr:nth-of-type(4) th:nth-of-type(1) {
  padding-top: 0.85rem;
  width: 100%;
  border-top: none;
  background-color: transparent;
  color: #4b931f;
  font-size: 0.95rem;
}

#mypage_details .table_z tr:nth-of-type(4) th:nth-of-type(2) {
  border: 1px solid #e4e4e4;
  border-right: none;
  border-radius: 0.15rem;
}

#mypage_details .table_z tr:nth-of-type(4) td {
  border: 1px solid #e4e4e4;
  border-left: none;
}

#mypage_details .table_z td {
  text-align: left;
}

/* p
/*------------------------------------------------------------------*/
#mypage_details .table_z table + p {
  margin: 1rem 1.4rem 0 1.4rem;
  padding: 0.5rem 0.75rem;
  border-radius: .25rem;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}


/*------------------------------------------------------------------*/
/*  폜 */ }
/*----------------------------------------------------------------------------*/