/* Visual */
.companyNews .company-Eye {
    background-image: url('/common/images/bg_visual_02.png');
    background-position: center;
  }
  
  .companyNews .sw-Typography_Text-type1 a,
  .companyNews .sw-Typography_Text-type1 a[target="_blank"]
  {
    display: inline-block;
    font-weight: 600;
    background-image: url(/common/images/ic_arrow_01.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 23px;
    color: #464646;
    padding-right: 0; /* base.cssの打消用 */
  }
  
  .companyNews .sw-Heading-type1 {
    margin-bottom: 40px;
  }
  
  .companyNews-Calendar {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #C8C8C8;
    margin: 0 12px;
  }
  
  .companyNews-Calendar + .sup {
    margin-top: 24px;
    font-size: 14px;
  }
  
  .companyNews-CalendarWrap.oldyear {
    width: 44%;
  }
  .companyNews-CalendarWrap.newyear {
    width: 56%;
    border-left: 1px solid #C8C8C8;
  }
  
  .companyNews-CalendarM {
    background: #F5F5F5;
    border-bottom: 1px solid #C8C8C8;
    padding: 16px 0;
  }
  
  .companyNews-CalendarM .sw-Typography_Text-type1 {
    text-align: center;
    margin-bottom: 0;
  }
  
  .companyNews-CalendarD_Item,
  .companyNews-CalendarS_Item {
    display: flex;
    flex-wrap: wrap;
  }
  
  .companyNews-CalendarDay,
  .companyNews-CalendarService {
    text-align: center;
    width: calc(100% / 4);
    padding: 20px 0;
    background: #F5F5F5;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 18px;
  }
  .newyear .companyNews-CalendarDay,
  .newyear .companyNews-CalendarService {
    width: calc(100% / 5);
  }
  
  .companyNews-CalendarDay:last-child,
  .companyNews-CalendarService:last-child {
    border-right: 0;
  }
  
  .companyNews-CalendarDay span {
    display: block;
  }
  
  .companyNews-CalendarService {
    background: #ffffff;
    padding: 34px 0;
    border-bottom: 0;
  }
  
  .companyNews-CalendarService.notes {
    padding: 25px 0;
    line-height: 1.3;
  }
  
  .companyNews-CalendarService.sw-Red {
    background: #FFEDED;
  }
  
  .companyNews-CalendarService.notes > span {
    font-size: 14px;
  }
  
  .companyNews-Calendar_Note {
    margin: 24px 0 0;
  }
  
  .companyNews-Calendar_Note li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .companyNews-Calendar_Note li::before {
    position: absolute;
    content: "※";
    left: 0;
  }
  
  .companyNews-Calendar_Note li a {
    font-weight: 700;
    text-decoration: underline;
  }
  
  .table {
    margin-bottom: 32px;
    color: #464646;
    margin-top: 48px;
  }
  
  .table_application {
    margin-top: 8px;
    margin-bottom: 24px;
  }
  
  .table_header{
    width: 100%;
  }
  .row-table th{
    width: 186px;
    text-align: left;
  }
  .row-table td p+p{
    margin-top: 10px;
  }
  
  
  .table-col-title {
    background-color: #F5F5F5;
  }
  
  .row-table {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
  }
  
  .none-border-top {
    border-top: none;
  }
  
  .table-col-content {
    padding: 16px 16px 16px 24px;
  }
  
  .table-col-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
  }
  
  .table-col-content ul+p.sw-Typography_Text-type1 {
    margin-top: 1em;
  }
  
  .table-col-right {
    padding: 16px;
  }
  
  .div-notify .table-col-content {
    flex-wrap: unset;
  }
  
  .dot-blue {
    font-size: 16px;
    color: #0046A4;
    margin-right: 8px;
  }
  
  .div-application {
    background-color: #F5F5F5;
    padding: 16px 32px 32px;
  }
  
  .div-destination {
    background-color: #FFFFFF;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 4px;
  }
  
  .icon-tel {
    background-image: url("/news/template/images/ic-016.svg");
    background-repeat: no-repeat;
    padding-left: 32px;
  }
  
  .sw-Btn_Option-type1 {
    background-image: url('/common/images/ic_arrow_01.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    font-size: 16px;
    color: #464646;
    height: 48px;
    transition: all 0.15s;
  }
  
  .sw-Btn_Option-type1:hover {
    color: #000;
    background-image: url('/common/images/ic_arrow_10.svg');
  }
  
  .text-note {
    font-size: 12px;
    font-family: 'Noto Sans JP';
  }
  
  .title-num {
    color: #0046A4;
    background-image: url(/news/template/images/ic_num-001.svg);
    background-repeat: no-repeat;
    padding-left: 32px;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-position: left 8px;
  }
  
  .after-sales-service {
    border: 1px solid #C8C8C8;
    padding: 24px 16px 24px 30px;
    margin-bottom: 8px;
  }
  
  .after-sales-service .icon-tel {
    background-position: left 0px top 8px;
    margin-right: 40px;
  }
  
  .infor-tel-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .margin-top {
    margin-top: 16px;
  }
  
  .margin-top24 {
    margin-top: 24px;
  }
  
  .margin-top48 {
    margin-top: 48px;
  }
  
  .margin-bottom16 {
    margin-bottom: 16px;
  }
  
  .margin-bottom24 {
    margin-bottom: 24px;
  }
  
  .margin-bottom48 {
    margin-bottom: 48px;
  }
  
  .bgr-img {
    background-image: url(/news/template/images/ic-029.svg);
    background-repeat: no-repeat;
    background-position: center top 0px;
    height: 68px;
  }
  
  .div-application .sw-Typography_Heading-type3 {
    padding: 16px 0 24px;
  }
  
  .padding-text {
    padding-left: 32px;
  }
  
  .sw-grey {
    color: #464646;
  }
  
  .btn-start {
    font-size: 14px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    padding: 8px 16px;
    margin-left: 16px;
  }
  
  .div-content-email {
    padding-left: 20px;
  }
  
  .sw-Heading-type2 {
    margin-top: 56px;
    margin-bottom: 32px;
    padding-top: 16px;
  }
  
  .text-intro {
    margin-top: 24px;
  }
  
  .service-item {
    margin-right: 16px;
  }
  
  .repair-content-item {
    display: flex;
    flex-wrap: unset;
  }
  
  .symbol {
    font-size: 14px;
    margin-right: 4px;
    font-family: 'Noto Sans JP';
  }
  
  .text-intro-item {
    display: flex;
    flex-wrap: unset;
  }
  
  .line_height {
    line-height: 40px;
  }
  
  .ic__open {
    margin-top: 2px;
  }
  
  .sw-Heading-type1 {
    margin-top: 56px;
    padding-bottom: 24px;
  }
  
  .sw-Typography_Heading-type2 {
    padding: 24px 0;
    font-weight: 700;
  }
  
  .column_left {
    font-weight: 600;
  }
  
  .clean-fix {
    display: flex;
  }
  
  .table-col-title {
    padding: 16px;
  }
  
  .table-col-title-fix {
    padding: 16px;
    display: flex;
    align-items: center;
  }
  
  .table_header {
    margin: 48px 0 32px;
  }
  
  .margin_img {
    margin-top: 56px;
  }
  
  .clean_fix_item {
    display: flex;
  }
  
  .clean_fix_content {
    flex: 1 1 auto;
  }
  
  .clean_fix_img {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
  }
  
  .clean_fix_img_custom {
    flex: 0 0 32%;
    display: flex;
    justify-content: flex-end;
  }
  
  .padding-right_cleanfix {
    padding-right: 24px;
  }
  
  .margin_clean-fix {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  
  .padding-destination_content {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  
  .margin_text {
    margin-bottom: 8px;
  }
  
  .div-wrapper {
    margin: 48px 0;
  }
  
  .font-weight_600 {
    font-weight: 600;
  }
  
  .font-weight_500 {
    font-weight: 500;
  }
  
  .items-center {
    display: flex;
    align-items: center;
  }
  
  .text_tel {
    padding: 0px;
    padding-left: 32px;
  }
  
  .color_grey {
    color: #464646;
  }
  
  .btn-start:hover a {
    color: #464646;
  }
  
  .padding_bottom_text {
    padding-bottom: 24px;
  }
  
  .spacing {
    letter-spacing: -0.25px;
  }
  
  .spacing_except {
    letter-spacing: 0.25px;
  }
  
  .font-notoSan {
    font-family: 'Noto Sans JP';
  }
  
  .column_custom {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }
  
  .sw-Btn_LargeNormal-type2 {
    min-width: 159px;
    height: 36px;
    margin-left: 16px;
    font-weight: normal;
  }
  
  .call-sp {
    display: none;
  }
  
  .subHeading {
    font-weight: 600;
  }
  
  .annotation {
    font-size: 14px;
  }
  
  .sw-Typography_Text-type1 .text_red {
    color: #DC0000;
  }
  
  
  @media screen and (max-width: 768px) {
    .companyNews .sw-Typography_Text-type1 a {
      background-size: 16px;
      line-height: 1.8;
      background-position-y: 1px;
    }
  
    .companyNews .company-Eye {
      background-position: top;
    }
    .companyNews .companyNews-Col2 {
      flex-wrap: wrap;
    }
  
    .companyNews-Calendar + .sup {
      margin-top: 16px;
      font-size: 10px;
    }
  
    .companyNews-CalendarWrap.oldyear {
      width: 100%;
    }
    .companyNews-CalendarWrap.newyear {
      width: 100%;
      border-left: none;
      border-top: 1px solid #c8c8c8;
    }
  
    .companyNews-CalendarDwrapper {
      display: flex;
    }
  
    .companyNews-CalendarD_Item {
      flex-direction: column;
      width: 100px;
    }
  
    .companyNews-CalendarS_Item {
      flex-direction: column;
      width: 100%;
    }
  
    .companyNews-CalendarDay span {
      display: inline-block;
    }
  
    .companyNews-CalendarDay,
    .companyNews-CalendarService {
      padding: 10px 0;
      font-size: 12px;
    }
  
    .newyear .companyNews-CalendarDay,
    .newyear .companyNews-CalendarService {
      width: 100%;
    }
  
    .companyNews-CalendarDay {
      width: 100%;
    }
  
    .companyNews-CalendarDay:last-child {
      border-right: 1px solid #C8C8C8;
    }
  
    .companyNews-CalendarDay:last-child,
    .companyNews-CalendarService:last-child {
      border-bottom: 0;
    }
  
    .companyNews-CalendarService {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #C8C8C8;
      padding: 10px 0;
    }
  
    .companyNews-CalendarService.notes {
      padding: 4px 0;
    }
  
    .companyNews-CalendarService.notes > span {
      font-size: 10px;
    }
  
    .companyNews-Calendar_Note li {
      font-size: 10px;
    }
  
    .margin-content {
      margin-top: 20px;
      margin-bottom: 71px;
    }
  
    .div-application {
      padding: 16px;
      margin-top: 24px;
    }
  
    .div-destination {
      padding: 8px;
      margin-top: 12px;
    }
  
    .sw-Btn_Option-type1 {
      font-size: 12px;
      margin: 0;
    }
  
    .icon-tel {
      background-size: 16px;
      padding-left: 20px;
    }
  
    .text-note {
      font-size: 10px;
    }
  
    .title-num {
      background-position: left 12px;
      padding-left: 20px;
      font-size: 14px;
      background-size: 16px;
      margin-bottom: 8px;
    }
  
    .padding-text {
      padding-left: 20px;
    }
  
    .after-sales-service .icon-tel {
      background-position: left center;
      margin-right: 0px;
      padding-left: 24px;
    }
  
    .after-sales-service {
      padding: 12px;
    }
  
    .bgr-img {
      background-size: 32px;
      background-position: center top 0px;
      height: 36px;
    }
  
    .margin-top {
      margin-top: 8px;
    }
  
    .margin-top24 {
      margin-top: 12px;
    }
  
    .margin-top48 {
      margin-top: 24px;
    }
  
    .margin-bottom16 {
      margin-top: 8px;
    }
  
    .margin-bottom24 {
      margin-bottom: 12px;
    }
  
    .margin-bottom48 {
      margin-bottom: 24px;
    }
  
    .table-col-content {
      padding: 16px 8px;
      vertical-align: middle;
    }
  
    .row-table th{
      width: 110px;
      text-align: left;
      vertical-align: top;
    }
  
    .dot-blue {
      font-size: 12px;
      margin-right: 4px;
    }
  
    .div-content-email {
      padding-left: 16px;
    }
  
    .col-4, .col-5 {
      padding: 8px;
    }
  
    .btn-start {
      width: 100%;
      margin-left: 0px;
      margin-top: 8px;
    }
  
    .sw-Heading-type1 {
      margin-top: 28px;
      padding-bottom: 12px;
      font-weight: 700;
    }
  
    .text-intro {
      margin-top: 12px;
    }
  
    .service-item {
      width: 100%;
    }
  
    .repair-content-item {
      padding-top: 8px;
    }
  
    .line_height {
      line-height: 24px;
    }
  
    .sw-Typography_Heading-type2 {
      padding: 12px 0;
    }
  
    .table_header {
      margin: 24px 0 16px;
    }
  
    .margin_img {
      margin-top: 28px;
    }
  
    .clean_fix_item {
      display: flex;
      flex-direction: column;
    }
  
    .padding-right_cleanfix {
      padding-right: 0px;
    }
  
    .clean_fix_content {
      order: 2;
    }
  
    .clean_fix_img {
      order: 1;
      margin-bottom: 8px;
    }
  
    .margin_clean-fix {
      margin-top: 24px;
      margin-bottom: 24px;
    }
  
    .clean_fix_img_custom {
      order: 1;
      margin-bottom: 8px;
    }
  
    .div-application .sw-Typography_Heading-type3 {
      padding: 8px 0 12px;
    }
  
    .sw-Heading-type2 {
      margin-top: 28px;
      margin-bottom: 16px;
      padding-top: 8px;
    }
  
    .table {
      margin-bottom: 16px;
      margin-top: 24px;
    }
  
    .clean-fix {
      flex-direction: column;
    }
  
    .flex_row {
      flex-direction: row;
    }
  
    .div-wrapper {
      margin: 24px 0;
    }
  
    .call-sp {
      display: inline-block;
      font-size: 10px;
      font-weight: normal;
    }
  
    .sw-Btn_LargeNormal-type2 {
      font-size: 14px;
      margin-left: 0;
    }
  
    .symbol {
      font-size: 10px;
    }
  
    .annotation {
      font-size: 10px;
    }
  
    .table-col-content ul {
      display: block;
    }
  
    .table-col-title {
      padding: 16px 8px;
    }
  }
  