/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/
/*
  border: 1px solid #000;
  background-color: #ddd;
*/



/* content_header
--------------------------------------------------------------------------------*/
/* type_03
--------------------------------------------------------------------------------*/
.type_03 {
  line-height: 1.3;
}

.type_03 .header_head .wrapper {
  padding: 24px 25% 22px 12px;
  background: -moz-linear-gradient(left,  var(--main-color) 40%, var(--middle-color) 100%);
  background: -webkit-linear-gradient(left,  var(--main-color) 40%, var(--middle-color) 100%);
  background: linear-gradient(to right,  var(--main-color) 40%, var(--middle-color) 100%);
}

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

.type_03 h2 span {
  display: inline-block;
}



/* section
--------------------------------------------------------------------------------*/
/* accident
--------------------------------------------------------------------------------*/

/* section
--------------------------------------------------*/
.section {
  margin-top: 0;
}

.content_header .header_lead p {
  margin-top: 0;
}

.content_header .header_lead span {
  display: inline-block;
}

/* accident
--------------------------------------------------*/
#accident .content_header {
  line-height: 1.3;
}

#accident .content_header .header_head {
  /* background: url(/assets/img/photo/img_office_phone.jpg) no-repeat; */
  background-size: 80%;
  background-position: 180% 90%;
}

#accident .content_header .header_head .wrapper {
  padding: 24px 12px 12px 12px;
  min-height: 140px;
  background: -moz-linear-gradient(left,  #fff 40%, transparent 100%);
  background: -webkit-linear-gradient(left,  #fff 40%,transparent 100%);
  background: linear-gradient(to right,  #fff 40%,transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=1 );
}

#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: 1.6rem;
  font-weight: bold;
  text-align: left;
}

#accident .content_header h2 span {
  display: inline-block;
}

#accident .head_txt {
  margin-top: 18px;
}

#accident .content_header .header_head .head_txt p {
  margin-top: 0;
  line-height: 1.4;
  color: #333;
  font-size: 0.95rem;
}

#accident .content_header .header_lead {
  padding: 24px 12px 12px 12px;
}

#accident .content_header .header_lead p {
  line-height: 1.4;
  font-size: 0.95rem;
}



/* address
--------------------------------------------------*/
/* accident_contact
--------------------------------------------------*/
#accident_contact {
  margin: 12px;
  padding: 0px;
  border: 1px solid #ff7f65;
}

#accident_contact .flex_wrap {
  justify-content: space-between;
  padding: 12px 12px;
}

#accident_contact .flex_item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  width: 100%;
  border: 1px solid #ff7f65;
  background-color: rgb(255 255 255 / 50%);
  text-align: center;
}

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

#accident_contact .flex_item > div {
  padding: 12px 18px;
}

#accident_contact .item_column_01 {
  background: #fb955e;
  background: -moz-linear-gradient(left,  #ffd4d8 0%, #ffd8b4 100%);
  background: -webkit-linear-gradient(left,  #ffd4d8 0%,#ffd8b4 100%);
  background: linear-gradient(to left,  #ffd4d8 0%,#ffd8b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb955e', endColorstr='#f17432',GradientType=0 );
}

#accident_contact .item_column_02 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#accident_contact img {
  width: 65%;
}

#accident_contact h3 {
  text-align: center;
  color: #ca3000;
  font-family: "NSJP";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#accident_contact .item_column_02 h4 {
  font-weight: 700;
}

#accident_contact .item_column_03 p {
  text-align: center;
  font-size: 0.9rem;
}


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

#accident_contact .num {
  margin-top: 10px;
  color: #252525;
  font-family: "NSJP";
  /* font-size: 2rem; */
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

#accident_contact .num small {
  display: inline-block;
  margin-top: -15px;
  padding: 3px 8px 4px 9px;
  border: 1px solid #222;
  font-size: 0.85rem;
  vertical-align: middle;
}

#accident_contact .num span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 2rem;
}

#accident_contact .notes {
  margin-top: 6px;
  font-size: 0.85rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#accident_contact .notes span {
  display: inline-block;
}

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


#accident .sub_section h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px;
  padding-left: calc(12px + 1.6rem);
  color: #333;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
/*
#accident .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;
}
*/
#accident .sub_section h3 strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #e64614;
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
}

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

#accident .child_section {
  margin-top: 24px;
  padding: 24px 24px;
  border-radius: 6px;
  background-color: #fff;
}

#accident .child_section h4 {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 3px dotted #ff9e79;
  color: #222;
  font-family: "NSJP";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#accident .sub_section p,
#accident .sub_section ul,
#accident .sub_section ol {
  margin-top: 24px;
  line-height: 1.6;
  font-size: 1rem;
}

#accident .sub_section ul,
#accident .sub_section ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  color: #333;
}

#accident .sub_section ul strong,
#accident .sub_section ol strong {
  font-weight: bold;
}

#accident .sub_section ul li {
  list-style-type: disc;
  margin-top: 3px;
}

#accident .sub_section ol li {
  list-style-type: decimal;
  margin-top: 3px;
}



.sub_section + .btn {
  margin: 40px 12px 0 12px;
  width: auto;
}





.type_03 .header_head {
  background: none;
}



/* section
--------------------------------------------------------------------------------*/
/* gaiyou
--------------------------------------------------------------------------------*/
#company_lead {
  margin-top: 16px;
  background: url(/assets/img/photo/img_pc_headset_lady.jpg) no-repeat;
  background-size: 90%;
  background-position: 200% 0%;
}

#company_lead .wrapper {
  padding: 24px calc(35% + 12px) 24px 12px;
  background: #1183c7;
  background: -moz-linear-gradient(left,  #1183c7 40%, transparent 100%);
  background: -webkit-linear-gradient(left,  #1183c7 40%,transparent 100%);
  background: linear-gradient(to right,  #ffffff 65%,transparent 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1183c7', endColorstr='transparent',GradientType=1 );
}

#company_lead h3 {
  color: #3387cd;
  font-family: "NSJP";
  font-size: 5.8vw;
  font-weight: 900;
}

#company_lead p {
  margin-top: 6px;
  color: #3387cd;
  font-family: "NSJP";
  font-size: 3vw;
  font-weight: 900;
}

#company_lead p:nth-of-type(1) {
  margin-top: 12px;
}

#company_lead .notes {
  margin-top: 24px;
  color: #555;
  font-size: 1.8vw;
  font-weight: 700;
}

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

#gaiyou th {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 3px dotted #dcdcdc;
  color: var(--dark-color);
  font-size: 0.9rem;
}

#gaiyou tr:last-child td:last-child {
  padding-bottom: 16px;
  border-bottom: 3px dotted #dcdcdc;
}

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

#gaiyou td {
  margin-top: 6px;
}

#gaiyou td > * {
  position: relative;
}

#gaiyou td a {
  position: relative;
  display: inline-block;
  margin: 0 0 12px 1.4rem;
  border-bottom: 1px dashed #6464e6;
  color: #6464e6;
  font-size: 0.8rem;
  word-break: break-all;
}

#gaiyou td a:last-child {
  margin-bottom: 0;
}

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

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


/* section
--------------------------------------------------------------------------------*/
/* kanyu / torikumi
--------------------------------------------------------------------------------*/
.policy .sub_section {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #fff9eb;
}

.policy .sub_section p,
.policy .sub_section ul,
.policy .sub_section ol {
  margin-top: 12px;
  line-height: 1.6;
  font-size: 0.95rem;
}
/*
.policy .sub_section ul,
.policy .sub_section ol {
  margin-top: 24px;
  margin-left: 1.5rem;
  list-style-position: outside;
  color: #333;
}

.policy .sub_section p:nth-of-type(1),
.policy .sub_section ul:nth-of-type(1),
.policy .sub_section ol:nth-of-type(1) {
  margin-top: 0;
}

.policy .sub_section li {
  margin: 30px 0 0 0;
}

.policy .sub_section ul li {
  list-style-type: disc;
}

.policy .sub_section ol li {
  list-style-type: decimal;
}





.policy .decimal li,
.policy .brackets_r li,
.policy .brackets_osr li {
  position: relative;
  counter-increment: cnt;
}

.policy .decimal li {
    margin-left: 0.5em;
}

.policy .brackets_r li {
    margin-left: 1.3em;
}

.policy .brackets_osr li {
    margin-left: 0.9em;
}

.policy .decimal li:before {
    content: counter(cnt) ".";
    position: absolute;
    left: -1.5em;
}

.policy .brackets_r li:before {
    content: "(" counter(cnt) ")";
    position: absolute;
    left: -2.3em;
}

.policy .brackets_osr li:before {
    content: counter(cnt) ")";
    position: absolute;
    left: -1.9em;
}

.policy .brackets_r .decimal li {
    margin-left: 1.2em;
}

.policy .brackets_r .decimal li:before {
    content: counter(cnt) ".";
    position: absolute;
    left: -2.2em;
    text-align: right;
}


.policy .brackets_r ul,
.policy .brackets_osr ul
 {
    counter-reset: cnt;
    color: #333;
}


*/



.policy .sub_section li strong {
  font-weight: bold;
}

.policy .sub_section li li {
  margin: 6px 0 0 1rem;
  line-height: 1.4;
}




/*
.policy .sub_section > header h2 {
  display: inline-block;
  margin: 6px 0 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}


.policy .sub_section .sub_section_lead {
  margin: 12px 12px 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #f2f2f2;
  font-size: 0.9rem;
  text-align: center;
}

.policy .sub_section .sub_section_lead span {
  display: inline-block;
}

.policy .sub_section > header .sub_section_lead {
  display: inline-block;
  margin: 6px 12px 0 12px;
  padding: 0;
  background-color: transparent;
}

.policy .sub_section .sub_header {
  padding: 40px 24px;
  background-color: #ffffff;  
}

.policy .sub_section .sub_header h3 {
  position: relative;
  padding: 0 0 12px 0;
  color: #6440bd;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.policy .sub_section .sub_header p {
  margin-top: 12px;
  font-size: 1rem;
    line-height: 1.6;
}

.policy .sub_section .item_lead {
  padding: 40px 24px;
  background-color: #ff561b;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}

.policy .sub_section .sub_section {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #feffe4;
}

.policy .sub_section .sub_section .sub_section {
  margin-top: 24px;
  padding: 24px 24px;
  border-radius: 6px;
  background-color: #fff;
}

.policy .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.2rem;
  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.2rem;
  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;
}

.sub_section h4 {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 3px dotted #c1d0f7;
  color: #222;
  font-family: "NSJP";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.sub_section h5 {
  position: relative;
  margin-top: 24px;
  padding: 0 0 0 0;
  color: #438653;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.sub_section p,
.sub_section ul,
.sub_section ol {
  margin-top: 24px;
  line-height: 1.6;
  font-size: 1rem;
}

.sub_section ul,
.sub_section ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  color: #333;
}

.sub_section ul strong,
.sub_section ol strong {
  font-weight: bold;
}

.sub_section ul li {
  list-style-type: disc;
  margin-top: 3px;
}

.sub_section ol li {
  list-style-type: decimal;
  margin-top: 3px;
}

.sub_section p em {
  color: #333;
  font-weight: bold;
}

.sub_section footer {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: rgb(240 251 243);
}

.sub_section footer strong {
  display: inline-block;
  margin-bottom: 8px;
}

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

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

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

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

.sub_section table {
  margin-top: 24px;
  width: 100%;
  border: 3px solid #9898fb;
  background-color: #fff;
}

.sub_section th,
.sub_section td {
  display: table-cell;
  padding: 6px 6px 5px 6px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 1;
  font-size: 0.95rem;
}

.sub_section th {
  background-color: #9898fb;
  color: #fff;
}


.sub_section + .btn {
  margin: 40px 12px 0 12px;
  width: auto;
}

*/



/* kanyu
--------------------------------------------------------------------------------*/
/*
#kanyu .sub_section ul:nth-of-type(1) li {
  margin-top: 6px;
}

#kanyu .sub_section ul:nth-of-type(1) li:nth-of-type(1) {
  margin-top: 0;
}
*/



/* torikumi
--------------------------------------------------------------------------------*/
.policy aside {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #ffffff;
  font-size:  0.95rem;
}

#torikumi .sub_section ul:nth-of-type(1) li {
  margin-top: 6px;
}

#torikumi .sub_section ul:nth-of-type(1) li:nth-of-type(1) {
  margin-top: 0;
}






.policy h3 {
    margin-top: 30px;
}

.policy div:nth-of-type(1) h3 {
    margin-top: 0;
}

.policy h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 0);
  color: var(--dark-color);
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

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

.policy h3 strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #5858b1;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
}


.policy dl {
    margin: 0;
    padding: 0;
}

.policy dt {
    margin: 24px 0 12px 0;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid var(--dark-color);
    font-size: 1rem;
    line-height: 1.2;
}

.policy dd dt {
  border: none;
}


.policy .notes dt {
  border: none;
}

.policy dd {
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 1.4;
}

.policy li {
    margin-top: 6px;
    font-size:  0.95rem;
}

.policy ol {
    padding: 0 0 0 1em;
    counter-reset: cnt;
    list-style-type: none;
}

.policy ol ol {
    padding-bottom: 12px;
}

.policy .decimal li,
.policy .brackets_r li,
.policy .brackets_osr li {
    position: relative;
    counter-increment: cnt;
}

.policy .decimal li {
    margin-left: 0.5em;
}

.policy .brackets_r li {
    margin-left: 1.3em;
}

.policy .brackets_osr li {
    margin-left: 0.9em;
}

.policy .decimal li:before {
    content: counter(cnt) ".";
    position: absolute;
    left: -1.5em;
}

.policy .brackets_r li:before {
    content: "(" counter(cnt) ")";
    position: absolute;
    left: -2.3em;
}

.policy .brackets_osr li:before {
    content: counter(cnt) ")";
    position: absolute;
    left: -1.9em;
}




.policy .brackets_r .decimal li {
    margin-left: 1.2em;
}

.policy .brackets_r .decimal li:before {
    content: counter(cnt) ".";
    position: absolute;
    left: -2.2em;
    text-align: right;
}

.policy ul {
    counter-reset: cnt;
    color: #333;
}

.policy ul li {
    position: relative;
    margin-left: 15px;
    list-style-type: disc;
}

.policy ul li:before {
    display: none;
}

.policy .txt-right {
    text-align: right;
    font-size:  0.95rem;
}

.policy .notes {
    margin-top: 6px;
    padding: 0 18px 10px 18px;
    background-color: #ffffff;
}

.policy h4 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1em;
    font-weight: bold;
}
.policy h5 {
    margin: 24px 0 0 1em;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height:  1.4;
    border:  none;
}

.policy h5:before {
    content: '\025a0';
    margin-left: -1em;
}

.policy .notes dl {
    margin-top: 2px;
    padding: 8px 0 0 0;
    /* border-top: 1px solid #666; */
}


.policy .notes h5:nth-of-type(2) {
  margin-top: 40px;
}

.policy .dl_pdf {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #f5f5f5;
}

.policy .dl_pdf div:nth-of-type(1) {
    padding-right: 30px;
}

.policy {
  padding-bottom: 20px;
}

.policy .address {
    margin-top: 20px;
}
.policy .notes dt {
  margin: 12px 0 6px 0;
  color: var(--dark-color);
}










/* section
--------------------------------------------------------------------------------*/
/* alliance
--------------------------------------------------------------------------------*/
#alliance h3 {
  position: relative;
  margin: 36px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  color: #333;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

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

#alliance h3:before {
  content: '\f1ad';
  position: absolute;
  top: -2%;
  left: 0.5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#alliance .alliance-logo-list {
  margin: 24px 12px 0 12px;
  width: calc(100% - 24px);
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#alliance .alliance-logo-list > li {
  margin: 12px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%);
}

#alliance .alliance-logo-list .li_none {
  border: none;
  box-shadow: none;
}

#alliance .alliance-logo-list li {
  width: calc( (100% - 24px) / 3 );
  text-align: center;
}

#alliance .alliance-logo-list li img {
  width: 100%;
}


/* section
--------------------------------------------------------------------------------*/
/* sitemap
--------------------------------------------------------------------------------*/
#sitemap .flex_wrap {
  justify-content: space-between;
}

#sitemap .flex_item {
  width: 100%;
}

#sitemap .sub_section {
  margin-top: 20px;
  padding: 16px 12px 16px 12px;
  background-color: #fff9eb;
}

#sitemap h3 {
  position: relative;
  margin: 0 0 0 0;
  padding: 0px 12px 6px 12px;
  padding-left: 1.4rem;
  color: #333;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

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

#sitemap h3 a {
  color: var(--dark-color);
}

#sitemap h3 a:before {
  content: '\f138';
  position: absolute;
  top: 50%;
  left: 0rem;
  margin-top: -0.6rem;
  color: var(--middle-color);
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#sitemap .flex_item:nth-of-type(1) .sub_section:nth-of-type(1) h3 a:after,
#sitemap .flex_item:nth-of-type(1) .sub_section:nth-of-type(3) h3 a:after,
#sitemap .flex_item:nth-of-type(1) .sub_section:nth-of-type(4) h3 a:after,
#sitemap .flex_item:nth-of-type(2) .sub_section:not(:nth-of-type(8)) h3 a:after {
  content: '\f061';
  position: absolute;
  top: 50%;
  right: 0rem;
  margin-top: -0.6rem;
  color: var(--middle-color);
  font-size: 0.8rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#sitemap h3 a:hover {
  color: var(--middle-color);
}

#sitemap ul {
  margin-top: 16px;
}

#sitemap li {
  margin-top: 12px;
}

#sitemap li:nth-of-type(1) {
  margin-top: 0;
}

#sitemap ul a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1.4rem;
  border-bottom: 1px dashed var(--middle-color);
  color: #333;
  font-size: 0.9rem;
  word-break: break-all;
}

#sitemap ul a:last-child {
  margin-bottom: 0;
}

#sitemap ul a:before {
  content: '\f054';
  position: absolute;
  top: 60%;
  left: -1.1rem;
  margin-top: -0.6rem;
  color: var(--middle-color);
  font-size: 0.6rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#sitemap ul a:hover {
  border-bottom: 1px dotted transparent;
  color: var(--middle-color);
}




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

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

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

.type_03 h2 {
  font-size: 1.8rem;
}

.type_03 .header_head .wrapper {
  padding: 22px 25% 20px 24px;
}

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

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

#accident_contact .flex_item {
  margin-top:  0;
  width: calc((100% - 12px) / 2);
}

#accident_contact .flex_item .btn {
  margin-top: 6px;
}

#accident .sub_section {
  margin: 12px 0 0 0;
  padding: 12px 24px 24px 24px;
}

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

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

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

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

#accident .sub_section p,
#accident .sub_section ul,
#accident .sub_section ol {
  margin-top: 24px;
  line-height: 1.6;
  font-size: 1rem;
}

#accident .sub_section ul,
#accident .sub_section ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  color: #333;
}

#accident .sub_section ul strong,
#accident .sub_section ol strong {
  font-weight: bold;
}

#accident .sub_section ul li {
  list-style-type: disc;
  margin-top: 3px;
}

#accident .sub_section ol li {
  list-style-type: decimal;
  margin-top: 3px;
}

#accident .sub_section p em {
  color: #333;
  font-weight: bold;
}


#accident .sub_section + .btn {
    margin: 40px 12px 0 12px;
    width: auto;
}


/* 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 24px 30px 24px;
  min-height: 180px;
  background: -moz-linear-gradient(left,  #fff 40%, transparent 100%);
  background: -webkit-linear-gradient(left,  #fff 40%,transparent 100%);
  background: linear-gradient(to right,  #fff 40%,transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=1 );
}




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

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

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

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

#accident_contact .num small {
  margin-top: -5px;
}

#accident_contact .num span {
  display: block;
  margin-top: 6px;
}

#accident_contact .notes span {
  display: block;
}

.alliance-logo-list li {
  width: calc( (100% - 60px) / 6 );
  text-align: center;
}

#alliance h3 {
  margin: 36px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#alliance h3:nth-of-type(1) {
  margin-top: 36px;
}

#alliance h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




/* section
--------------------------------------------------------------------------------*/
/* gaiyou
--------------------------------------------------------------------------------*/
#company_lead {
  margin-top: 16px;
  background: url(/assets/img/photo/img_pc_headset_lady.jpg) no-repeat;
  background-size: 50%;
  background-position: 100% 0%;
}

#company_lead .wrapper {
  padding: 24px calc(35% + 12px) 24px 12px;
  background: var(--middle-color);
  background: -moz-linear-gradient(left,  var(--main-color) 40%, transparent 100%);
  background: -webkit-linear-gradient(left,  var(--main-color) 40%,transparent 100%);
  background: linear-gradient(to right,  #ffffff 65%,transparent 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1183c7', endColorstr='transparent',GradientType=1 );
}

#company_lead h3 {
  color: var(--middle-color);
  font-family: "NSJP";
  font-size: 2.75rem;
  font-weight: 900;
}

#company_lead p {
  margin-top: 6px;
  color: var(--middle-color);
  font-family: "NSJP";
  font-size: 1.4rem;
  font-weight: 900;
}

#company_lead p:nth-of-type(1) {
  margin-top: 12px;
}

#company_lead .notes {
  margin-top: 24px;
  color: #555;
  font-size: 0.8rem;
  font-weight: 700;
}







/* Table */
#gaiyou table {
  margin: 12px 0px 0 0px;
  width: 100%;
}

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

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

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

#gaiyou th {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 16px 8px 13px 12px;
  width: 25%;
  border-top: none;
  background: var(--pale-color);
  font-size: 15px;
}

#gaiyouth span {
  display: inline-block;
}

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

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

#gaiyou tr:last-child td:last-child {
  padding-bottom: 0;
  border-bottom: none;
}





.policy h3 {

  padding: 0px 12px 12px 12px;
  font-size: 1.4rem;
}




#alliance .alliance-logo-list li {
  width: calc( (100% - 48px) / 6 );
  text-align: center;
}




/* section
--------------------------------------------------------------------------------*/
/* sitemap
--------------------------------------------------------------------------------*/
#sitemap .flex_item {
  width: calc((100% - 24px) / 2);
}

#sitemap .sub_section {
  margin-top: 12px;
  padding: 16px 24px 16px 24px;
}

#sitemap ul {
  margin-top: 12px;
}

#sitemap li {
  margin-top: 6px;
}

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


