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

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



/* section
--------------------------------------------------------------------------------*/
/* contact
--------------------------------------------------------------------------------*/

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

.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 25% 12px 12px;
  min-height: 140px;
  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 );
}

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

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










/* column
--------------------------------------------------------------------------------*/
/* article
--------------------------------------------------------------------------------*/


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

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 .flex_wrap {
  flex-flow: column nowrap;
}

#accident_contact .flex_item {
  text-align: center;
}

#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: 6px;
  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: -5px;
  padding: 3px 8px 4px 9px;
  border: 1px solid #222;
  font-size: 0.85rem;
  vertical-align: middle;
}

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

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


/* column
--------------------------------------------------------------------------------*/
/* article
--------------------------------------------------------------------------------*/
.sub_section {
  margin-top: 24px;
  padding-bottom: 40px;
}

.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 -1.0rem hsl(200 50% 20% / 10%); */
    /* border: 1px solid #ccc; */
    background-color: #fff9eb;
}

.sub_section > header {
  background-color: transparent;
}

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

.sub_section > header h2:after {
  display: none;
}

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

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

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

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

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

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

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

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

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


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
























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

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


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

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


