@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
@media print, screen and (min-width: 960px) {
      p {
            margin-bottom: auto;
      }
}
/* btn
============================================================================================================ */
.btn {
      display: block;
      min-width: auto;
      font-size: inherit;
      font-weight: normal;
      text-align: center;
      color: inherit;
      ;
      background: inherit;
      padding: inherit;
      position: relative;
}
.btn > * {
      text-decoration: none;
      display: inline-flex;
      color: #fff;
      padding: 15px 20px;
      background: #659fd8;
      transition: 0.3s;
      box-sizing: border-box;
      border: solid 1px #659fd8;
}
.btn > *:hover {
      background: #222222;
      opacity: 1 !important;
}
.line_btn > * {
      display: block;
      font-size: 1.4rem;
      color: #659fd8;
      border-bottom: 1px solid #659fd8;
      padding: 0 10px 10px 0;
      position: relative;
}
.line_btn > *:before {
      content: "";
      background: url("../images/example-oem/arrow_blue.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 50%;
      right: 1em;
      transform: translate(-0%, -50%);
}
.no_b_btn > * {
      display: inline-flex;
      padding: 5px 0;
      text-decoration: underline;
}
.no_b_btn > *:hover {
      text-decoration: none;
}
.no_b_btn.no_b_blue > * {
      color: #659fd8;
}
/*arrow
-------------------------------------*/
.btn_arrow {
      position: relative;
      padding: 15px 50px;
}
.btn_arrow:before {
      content: "";
      background: url("../images/example-oem/arrow_ff.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 50%;
      right: 1em;
      transform: translate(-0%, -50%);
}
.no_b_blue .btn_arrow {
      padding: 10px 50px 10px 0 !important;
}
.no_b_blue .btn_arrow:before {
      background: url("../images/example-oem/arrow_blue.svg") no-repeat;
}
/*back*/
.btn_back > * {
      background: #cdd4d9;
}
.btn_back .btn_arrow:before {
      transform: translate(-0%, -50%) rotate(180deg);
      right: auto;
      left: 1em;
}
/*yellow*/
.btn_yellow > * {
      background: #FEF100;
      color: #000;
      border: solid 1px #FEF100;
}
.btn_yellow > *.btn_arrow:before {
      background: url("../images/example-oem/arrow_black.svg") no-repeat;
}
.btn_yellow > *:hover {
      color: #fff !important;
      background: #659FD8;
      border: solid 1px #659fd8;
}
.btn_yellow > *.btn_arrow:hover:before {
      background: url("../images/example-oem/arrow_ff.svg") no-repeat;
}
/*btn color____
----------------------------------------------------------------------------------------------------------------*/
.btn_ff > * {
      color: #659fd8 !important;
      background: #fff !important;
      border: solid 1px #659fd8;
}
.arrow_ff:before {
      background: url("../images/example-oem/arrow_blue.svg") no-repeat !important;
      background-size: contain;
      width: 12px;
      height: 12px;
}
.btn_ff > *:hover {
      color: #fff !important;
      background: #659fd8 !important;
}
.arrow_ff:hover:before {
      background: url("../images/example-oem/arrow_ff.svg") no-repeat !important;
      background-size: contain;
      width: 12px;
      height: 12px;
}
/*btn size
----------------------------------------------------------------------------------------------------------------*/
.btn_center {
      margin: auto;
}
.btn_s > * {
      width: 205px;
      display: block;
}
.btn_m > * {
      width: 300px;
      display: block;
}
.btn_l > * {
      width: 400px;
      display: block;
}
@media screen and (max-width: 768px) {
      .btn_s > * {
            width: 150px;
      }
      .btn_m > * {
            width: auto;
            max-width: 300px;
      }
      .btn_l > * {
            width: 200px;
      }
}
.btn_center > * {
      margin: auto;
}
.btn_pd_s > * {
      padding: 5px 30px;
      font-size: 1.3rem;
}
.btn_col_yellow > * {
      color: #fff000 !important;
}
/*本サイトからの不足分
==============================================================================*/
/* w
============================================================================================================ */
.w12 {
      position: relative;
      display: block;
      max-width: 1200px;
      margin: 0 auto;
}
.w {
      position: relative;
      display: block;
      max-width: 1000px;
      margin: 0 auto;
}
.w90 {
      position: relative;
      display: block;
      max-width: 900px;
      margin: 0 auto;
}
.w80 {
      position: relative;
      display: block;
      max-width: 800px;
      margin: 0 auto;
}
.w70 {
      position: relative;
      display: block;
      max-width: 714px;
      margin: 0 auto;
}
@media screen and (max-width: 960px) {
      .w12 .w, .w90, .w80, .w70 {
            width: auto;
            padding: 0;
      }
}
/* padding
============================================================================================================ */
.pd_l {
      padding-top: 80px;
      padding-bottom: 80px;
}
.pdt_l {
      padding-top: 80px;
}
.pdb_l {
      padding-bottom: 80px;
}
.pd_m {
      padding-top: 50px;
      padding-bottom: 50px;
}
.pdt_m {
      padding-top: 50px;
}
.pdb_m {
      padding-bottom: 50px;
}
.pd_s {
      padding-top: 30px;
      padding-bottom: 30px;
}
.pdt_s {
      padding-top: 30px;
}
.pdb_s {
      padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
      .pd_l {
            padding-top: 60px;
            padding-bottom: 60px;
      }
      .pdt_l {
            padding-top: 60px;
      }
      .pdb_l {
            padding-bottom: 60px;
      }
      .pd_m {
            padding-top: 35px;
            padding-bottom: 35px;
      }
      .pdt_m {
            padding-top: 35px;
      }
      .pd_s {
            padding-top: 20px;
            padding-bottom: 20px;
      }
      .pdt_s {
            padding-top: 20px;
      }
      .pdb_s {
            padding-bottom: 20px;
      }
}
/* section
============================================================================================================ */
.section_l + .section_l {
      margin-top: 120px;
}
.section_m + .section_m {
      margin-top: 80px;
}
.section_s + .section_s {
      margin-top: 40px;
}
@media screen and (max-width: 1250px) {
      .sp_section_12 {
            max-width: 90% !important;
            margin: auto;
      }
}
@media screen and (max-width: 1000px) {
      .sp_section {
            max-width: 90% !important;
            margin: auto;
      }
}
@media screen and (max-width: 960px) {
      .section_l + .section_l {
            margin-top: 60px;
      }
      .section_m + .section_m {
            margin-top: 40px;
      }
      .section_s + .section_s {
            margin-top: 30px;
      }
}
/* topic_path_oem
============================================================================================================ */
.topic_path_oem li {
      display: inline-block;
}
.topic_path_oem li a:after {
      content: ">";
      margin-left: 5px;
}
@media screen and (min-width: 960px) {
      .topic_path_oem {
            font-size: 12px;
            font-size: 1.2rem;
            /* background: #ffffff;*/
            padding: 7px 0;
            margin-bottom: 0px;
            position: relative;
            z-index: 1;
      }
}
/*topic_path_oem sp */
@media screen and (max-width: 960px) {
      /*追従あり*/
      .topic_path_oem {
            padding: 7px 15px;
            margin-top: 0em;
            margin-bottom: 0;
            position: relative;
            z-index: 1;
            white-space: nowrap;
            height: 20px;
            overflow: hidden;
            font-size: 1.2rem;
            -webkit-overflow-scrolling: touch;
      }
      .topic_path_oem ul {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            height: 50px;
            transform: translateZ(0);
      }
      .topic_path_oem ul li:last-child {
            margin-right: 20px;
      }
}
/*blog-template.min.css
==============================================================================*/
.icon-mail:before {
      content: '\f0e0'
}
.icon-basket:before {
      content: '\e800'
}
.icon-play:before {
      content: '\e801'
}
.icon-cancel:before {
      content: '\e802'
}
.icon-arrow-right:before {
      content: '\e803'
}
.icon-arrow-left:before {
      content: '\e804'
}
.icon-arrow-down:before {
      content: '\e805'
}
.icon-arrow-up:before {
      content: '\e806'
}
.icon-plus:before {
      content: '\e807'
}
.icon-minus:before {
      content: '\e808'
}
.icon-menu:before {
      content: '\e809'
}
.icon-external {
      margin-left: 5px
}
.icon-external:before {
      content: '\f08e'
}
.icon-twitter:before {
      content: '\f099'
}
.icon-coffee:before {
      content: '\f0f4'
}
.icon-facebook-official:before {
      content: '\f230'
}
.icon-menu01:before {
      content: "";
      background: url(../../../assets/images/cmn-icn-menu.png)no-repeat center;
      background-size: auto 20px;
      height: 20px;
      display: block
}
body, html {
      width: 100%;
      overflow-x: hidden
}
html {
      font-size: 62.5%
}
body {
      background-color: #fff;
      font-size: 10px;
      color: #212121
}
* {
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box
}
*, img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
}
img {
      max-width: 100%;
      height: auto
}
label {
      cursor: pointer
}
button, input, select, textarea {
      margin: 0;
      vertical-align: middle;
      font-family: inherit;
      outline: 0;
      font-size: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
}
button {
      cursor: pointer
}
iframe {
      vertical-align: middle
}
@media screen and (max-width:960px) {
      img {
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
      }
      iframe, img {
            max-width: 100%
      }
      iframe {
            height: 200px
      }
}
.pcs, .sp, .sps, .tab {
      display: none !important
}
@media screen and (max-width:1000px) {
      .pc {
            display: none !important
      }
      .tab {
            display: block !important
      }
      br.tab, em.tab, img.tab, span.tab, strong.tab {
            display: inline !important
      }
}
@media screen and (max-width:768px) {
      .sp {
            display: block !important
      }
      br.sp, em.sp, img.sp, spsan.sp, strong.sp {
            display: inline !important
      }
}
@media screen and (max-width:480px) {
      .sps {
            display: block !important
      }
      br.sps, em.sps, img.sps, spsan.sps, strong.sps {
            display: inline !important
      }
}
@media screen and (max-width:768px) {
      [data-label] img {
            display: none
      }
      [data-label]:before {
            content: attr(data-label)
      }
      [data-label-r]:after {
            content: attr(data-label-r)
      }
}
.mw {
      min-width: 750pt
}
.mw:after, .w:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      line-height: 0;
      overflow: hidden
}
@media screen and (max-width:768px) {
      #container.sub .w {
            width: auto;
            padding: 0 10px
      }
      .mw {
            min-width: 0
      }
      .pl {
            width: auto;
            padding: 0 10px
      }
}
.hv_wh a, a .hv_wh, a.hv_wh, button.hv_wh {
      position: relative;
      display: inline-block
}
.hv_wh a:after, a .hv_wh:after, a.hv_wh:after, button.hv_wh:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: hsla(0, 0%, 100%, 0);
      -webkit-transition: background .15s;
      -o-transition: background .15s;
      transition: background .15s;
      z-index: 3
}
.hv_wh a:hover:after, a.hv_wh:hover:after, a:hover .hv_wh:after, button.hv_wh:hover:after {
      background-color: hsla(0, 0%, 100%, .3)
}
@media screen and (max-width:768px) {
      .hv_wh a:after, a .hv_wh:after, a.hv_wh:after, button.hv_wh:after {
            content: none
      }
}
#container {
      position: relative;
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      letter-spacing: .05rem; /*margin-top:5pc*/
}
.contents_w1000 {
      width: 750pt
}
.contents_w900, .contents_w1000 {
      margin-left: auto;
      margin-right: auto
}
.contents_w900 {
      width: 900px
}
.contents_w760 {
      width: 760px;
      margin-left: auto;
      margin-right: auto
}
@media screen and (max-width:1000px) {
      .contents_w900, .contents_w1000 {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 0 3vw
      }
}
@media screen and (max-width:800px) {
      .contents_w760 {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 0 3vw
      }
}
@media screen and (max-width:768px) {
      #container {
            font-size: 1.5rem;
            /*   margin-top: 60px*/
      }
      .contents_w760, .contents_w900, .contents_w1000 {
            padding: 0 5%
      }
}
.section + .section, .section-border + .section, .section_s + .section {
      margin-top: 40px
}
@media screen and (max-width:768px) {
      .section + .section {
            margin-top: 30px
      }
}
.pd_l {
      padding-top: 5pc;
      padding-bottom: 5pc
}
.pd_m {
      padding-top: 50px;
      padding-bottom: 50px
}
.pd_s {
      padding-top: 30px;
      padding-bottom: 30px
}
@media screen and (max-width:768px) {
      .pd_l {
            padding-top: 60px;
            padding-bottom: 60px
      }
      .pd_m {
            padding-top: 35px;
            padding-bottom: 35px
      }
      .pd_s {
            padding-top: 20px;
            padding-bottom: 20px
      }
}
.mgt_l {
      margin-top: 5pc
}
.mgt_m {
      margin-top: 50px
}
.mgt_s {
      margin-top: 30px
}
@media screen and (max-width:768px) {
      .mgt_l {
            margin-top: 60px
      }
      .mgt_m {
            margin-top: 35px
      }
      .mgt_s {
            margin-top: 20px
      }
}
.btn_basic {
      border: 1px solid #b5b5b6;
      border-radius: 3rem;
      font-family: AudiTypeNormal, Noto Sans JP, sans-serif
}
.btn_basic, .btn_basic_line {
      display: inline-block;
      min-width: 280px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center;
      padding: .75em 1.6em .75em 1em;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      position: relative
}
.btn_line {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 3rem
}
.btn.back {
      color: #666
}
.btn_basic:after, .btn_basic_line:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 1em;
      width: 5px;
      height: 5px;
      border-top: 2px solid #036eb6;
      border-right: 2px solid #036eb6;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
}
.btn.back:after {
      left: 1em !important;
      border-top: 2px solid #444;
      border-right: 2px solid #444;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg)
}
.btn_basic:hover {
      opacity: 1 !important;
      border: 1px solid #036eb6;
      background: #036eb6;
      color: #fff
}
.btn_basic:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff
}
.btn_line:hover {
      opacity: 1 !important;
      border: 1px solid #fff;
      background: #fff;
      color: #000
}
.btn_line:hover:after {
      border-top: 2px solid #036eb6;
      border-right: 2px solid #036eb6
}
.btn.btn_2lines {
      line-height: 1.4;
      padding: .4em 1.6em .4em 1em
}
.btn_area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
}
.btn_area .btn_basic {
      margin: 0 10px
}
@media screen and (max-width:768px) {
      .btn_basic, .btn_basic_line {
            border: 1px solid #036eb6;
            background: #036eb6;
            color: #fff
      }
      .btn.back {
            color: #666;
            background: 0;
            border: 1px solid #b5b5b6
      }
      .btn_basic:after, .btn_basic_line:after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff
      }
      .btn_area {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
      }
      .btn_area .btn_basic {
            margin: 10px 0
      }
}
.title_l {
      font-size: 40px;
      font-size: 4rem;
      text-align: center;
      letter-spacing: 0;
      font-weight: 400;
      margin-bottom: 1em
}
#container.top .title_l, #container.top .title_l:first-letter, .title_l span {
      text-transform: none
}
.title_l span {
      display: block;
      font-size: 1.8rem;
      letter-spacing: 1px;
      margin-bottom: 2em;
      font-family: "Noto Sans JP", sans-serif;
}
.title_l_bg {
      font-size: 40px;
      font-size: 4rem;
      letter-spacing: 0;
      font-family: AudiTypeBold, Noto Sans JP, sans-serif;
      color: #fff;
      background: #333;
      padding: 1em 0
}
.title_l_bg, .title_m {
      text-align: center;
      font-weight: 400
}
.title_m {
      font-size: 1.8px;
      font-size: 1.8rem;
      letter-spacing: 1px;
      margin-bottom: 2em
}
.title_s {
      font-size: 2rem;
      font-weight: 700;
      border-bottom: 1px solid #036eb6;
      margin-bottom: 1em;
      padding-bottom: .3em;
      font-family: AudiTypeBold, Noto Sans JP, sans-serif
}
.title_s.title_s_gray {
      border-bottom: 1px solid #ccc
}
.title_ss {
      font-size: 2.2rem;
      margin-bottom: 1.5em;
      position: relative;
      padding-left: 1em;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: 1px;
}
.side_blog_list + .title_ss {
      margin-top: 3em;
}
.title_ss:before, .title_ss:after {
      content: "";
      position: absolute;
      width: 8px;
      background: #9AA8B2;
      left: 0;
      height: 100%;
}
.title_ss:before {
      top: 0;
}
.title_ss:after {
      bottom: 0;
      height: calc(100%/2);
      background: #659FD8;
}
.title_between_line {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 1em;
      padding-bottom: .3em;
      font-family: AudiTypeBold, Noto Sans JP, sans-serif
}
.title_between_line span {
      display: block;
      font-size: 2rem;
      position: relative;
      padding-top: .3em
}
.title_between_line span:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background: #ccc;
      position: absolute;
      top: 0
}
.lead {
      font-size: 1.7rem;
      font-family: AudiTypeNormal, Noto Sans JP, sans-serif;
      font-weight: 400;
      text-align: center
}
@media screen and (max-width:768px) {
      .title_l {
            font-size: 3rem;
            padding-right: 3%;
            padding-left: 3%
      }
      .title_l span {
            font-size: 1.5rem
      }
      .title_l_bg {
            font-size: 28px;
            font-size: 2.8rem
      }
      .title_m {
            font-size: 1.5rem;
            margin-bottom: 1.75em
      }
      .title_between_line {
            font-size: 2rem
      }
      .title_between_line span {
            font-size: 1.6rem
      }
      .lead {
            font-size: 1.5rem;
            text-align: left;
            padding: 0 1em
      }
}
img.radius {
      border-radius: 50%
}
.border_box {
      border: 1px solid #bcbcbc;
      padding: 3% 5%;
      box-sizing: border-box
}
.border_radius {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px
}
.d_flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
}
.align_items_center {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
}
.align_items_end {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
}
.justify_content_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
}
.justify_content_s_between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between
}
.flex_wrap {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.side_navi {
      display: block;
      position: fixed;
      bottom: 0;
      height: 60px;
      width: 100%;
      z-index: 4;
      box-shadow: 0 -1px 5px rgba(0, 0, 0, .3)
}
.side_navi ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%
}
.side_navi ul li {
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      background: #036eb6;
      width: 100%;
      height: 60px;
      display: block;
      text-align: center;
      box-shadow: 3px 0 5px rgba(0, 0, 0, .2);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
}
.side_navi ul li:first-child {
      z-index: 3
}
.side_navi ul li:nth-child(2) {
      z-index: 2
}
.side_navi ul li:nth-child(3) {
      z-index: 1
}
.side_navi ul li a {
      color: #fff;
      font-size: 1.2rem;
      padding-top: 8px;
      display: block;
      width: 100%;
      height: 60px;
      position: relative
}
.side_navi ul li a:before {
      content: "";
      display: block;
      margin: auto;
      background-size: 30px 30px;
      position: relative;
      width: 30px;
      height: 30px
}
.side_navi ul li.contact a:before {
      background: url(../images/icon_contact.svg)no-repeat center top
}
.side_navi ul li.test_drive a:before {
      background: url(../images/icon_test_drive.svg)no-repeat center top
}
.side_navi ul li.car_inspection a:before {
      background: url(../images/icon_car_inspection.svg)no-repeat center top
}
@media screen and (min-width:769px) {
      .side_navi {
            display: block;
            position: fixed;
            top: 13vw;
            right: 0;
            width: 50px;
            height: auto;
            box-shadow: none
      }
      .side_navi ul {
            display: block;
            box-shadow: 0 -1px 5px rgba(0, 0, 0, .3)
      }
      .side_navi ul li {
            max-width: 50px;
            min-width: 50px;
            height: 50px
      }
      .side_navi ul li a {
            height: 50px;
            padding-top: 0
      }
      .side_navi ul li a:before {
            content: "";
            display: block;
            margin: auto;
            background-size: 30px 30px;
            position: relative;
            width: 30px;
            height: 30px;
            top: 50%;
            margin-top: -15px
      }
      .side_navi ul li a span {
            opacity: 0;
            position: absolute;
            top: 0;
            right: 50px;
            width: 9em;
            height: 50px;
            background: rgba(0, 0, 0, .75);
            color: #fff;
            font-size: 14px;
            line-height: 50px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
      }
      .side_navi ul li + li a span {
            border-top: 1px solid hsla(0, 0%, 100%, .5)
      }
      .side_navi:hover li a span {
            opacity: 1
      }
}
a.readmore {
      display: block;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      padding-bottom: 3em;
      position: relative;
      height: 100%
}
a.readmore:hover {
      opacity: 1 !important;
      -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, .2);
      -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, .2);
      -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, .2);
      box-shadow: 2px 2px 7px rgba(51, 51, 51, .2)
}
a.readmore:hover:after {
      opacity: 1
}
.author_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1em;
      margin-bottom: 1em;
      width: 100%;
      background: #f3f3f3;
      padding: 25px
}
.author_box .photo_icon {
      width: 50px;
      height: 50px
}
.author_box .photo_icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 1px solid #036eb6
}
.author_box > div {
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px)
}
.author_box > div p {
      padding-left: 1em;
      padding-top: .1em;
      padding-bottom: .1em
}
.contens_main, .no_mainvisual {
      position: relative
}
.contens_main.shoptop {
      position: relative;
      padding-top: 90pt
}
.contens_main.shop {
      position: relative;
      padding-top: 125px
}
.contens_main > div.over_text {
      position: absolute;
      margin-top: 5vw;
      margin-left: 6vw
}
.contens_main .title {
      color: #fff;
      font-family: AudiTypeBold, Noto Sans JP, sans-serif;
      font-size: 5rem;
      padding-top: 66px
}
.contens_main.shop .title {
      text-transform: lowercase
}
.contens_main.shop .title:first-letter {
      text-transform: capitalize
}
.contens_main .title span {
      font-size: 2.6rem;
      margin-left: 1em;
      text-transform: none
}
.contens_main .title:after {
      content: "";
      display: block;
      background: url(../images/logomark_w.svg)no-repeat;
      background-size: cover;
      width: 10pc;
      height: 56px;
      position: absolute;
      top: 0
}
.contens_main .mainvisual {
      height: 25vw;
      max-height: 25pc
}
.contens_main .mainvisual img {
      width: 100%;
      height: 100%;
      object-fit: cover
}
@media screen and (max-width:1000px) {
      .contens_main, .no_mainvisual {
            padding-top: 53px
      }
      .contens_main.shoptop {
            padding-top: 50px
      }
      .contens_main.shop {
            padding-top: 53px
      }
}
@media screen and (max-width:768px) {
      .contens_main > div.over_text {
            margin-top: 10vw;
            margin-left: 5vw;
            margin-right: 3vw
      }
      .contens_main .title {
            font-size: 2.8rem;
            padding-top: 30px
      }
      .contens_main .title span {
            font-size: 1.4rem;
            display: inline-block
      }
      .contens_main .title:after {
            width: 90px;
            height: 31px
      }
      .contens_main .mainvisual {
            height: 51vw;
            max-height: 51vw
      }
}
.mainvisual_blog {
      height: 25vw;
      max-height: 25pc
}
.mainvisual_blog img {
      width: 100%;
      height: 100%;
      object-fit: cover
}
@media screen and (max-width:768px) {
      .mainvisual_blog {
            height: 51vw;
            max-height: 51vw
      }
}
.mainvisual_slide {
      max-width: 100%;
      margin-top: 65px
}
.mainvisual_slide .slider img {
      width: 100%
}
.mainvisual_slide .slick-next, .mainvisual_slide .slick-prev {
      width: 60px !important;
      height: 60px !important
}
.mainvisual_slide .slick-prev {
      left: 4vw !important;
      z-index: 4
}
.mainvisual_slide .slick-next {
      right: 5vw !important;
      z-index: 4
}
.slick-next:after, .slick-prev:after {
      right: 1vw !important
}
@media screen and (max-width:768px) {
      .mainvisual_slide {
            margin-top: 50px
      }
      .mainvisual_slide .slick-next, .mainvisual_slide .slick-prev {
            top: 40%
      }
      .mainvisual_slide .slick-prev {
            left: -15px !important
      }
      .mainvisual_slide .slick-next {
            right: 10px !important
      }
}
@media screen and (min-width:681px) {
      .sns {
            display: flex;
            display: -ms-flexbox;
            justify-content: flex-end;
            align-items: center;
            margin: 3em auto
      }
      .sns > p + p {
            margin-left: 1.5em
      }
      .sns_midasi {
            position: relative;
            background: #fff;
            border-radius: 5px;
            padding: 5px 15px
      }
      .sns_midasi:after {
            position: absolute;
            content: "";
            border: 5px solid transparent;
            border-left: 9px solid #fff;
            top: 50%;
            right: 0;
            -webkit-transform: translate(100%, -50%);
            -moz-transform: translate(100%, -50%);
            -ms-transform: translate(100%, -50%);
            -o-transform: translate(100%, -50%);
            transform: translate(100%, -50%)
      }
}
@media screen and (max-width:680px) {
      .sns {
            display: flex;
            display: -ms-flexbox;
            justify-content: flex-end;
            align-items: center;
            margin: 3em 0
      }
      .sns > p + p {
            margin-left: 1em
      }
      .sns_midasi {
            position: relative;
            background: #fff;
            border-radius: 5px;
            padding: 5px 15px
      }
      .sns_midasi:after {
            position: absolute;
            content: "";
            border: 5px solid transparent;
            border-left: 9px solid #fff;
            top: 50%;
            right: 0;
            -webkit-transform: translate(100%, -50%);
            -moz-transform: translate(100%, -50%);
            -ms-transform: translate(100%, -50%);
            -o-transform: translate(100%, -50%);
            transform: translate(100%, -50%)
      }
}
.blog_text img.aligncenter {
      display: block;
      margin: 0 auto
}
.blog_text img.alignright {
      float: right
}
.blog_text img.alignleft {
      float: left
}
img[class*=attachment-], img[class*=wp-image-] {
      height: auto;
      max-width: 100%
}
/*
blog-contents.min.css
==============================================================================*/
#top_main {
      padding-top: 65px
}
#top_main .slider li {
      height: 27vw
}
#top_main .slider img {
      width: 100%;
      height: 100%
}
.slick-slider {
      margin-bottom: 0 !important
}
@media screen and (max-width:1000px) {
      #top_main {
            padding-top: 53px
      }
}
@media screen and (max-width:768px) {
      #top_main .slider li {
            height: 100vw
      }
}
.top_catch {
      font-size: 3.3rem;
      font-family: 'AudiTypeBold';
      text-align: center;
      padding: .2em 1em
}
.catch {
      font-size: 3.3rem;
      font-family: 'AudiTypeBold';
      text-align: center;
      padding: .2em 1em;
      border-bottom: 1px solid #ccc
}
.top_contents_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.top_contents_box li:first-child, .top_contents_box li:nth-child(2) {
      width: 49.7%
}
.top_contents_box li:nth-child(3) {
      width: 100%
}
.top_contents_box li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      color: #fff;
      height: 100%;
      text-align: center;
      font-size: 1.5rem
}
.top_contents_box li:first-child a:before, .top_contents_box li:nth-child(2) a:before {
      content: "";
      display: inline-block;
      background: rgba(0, 0, 0, 0.70);
      width: 100%;
      height: 300px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease
}
.top_contents_box li a:hover {
      opacity: 1 !important
}
.top_contents_box li a:hover:before {
      background: 0
}
.top_contents_box li p {
      z-index: 2;
      position: relative
}
.top_contents_box li p:first-child, .top_contents_box h1 {
      font-size: 4.0rem;
      font-family: 'AudiTypeBold'
}
.top_contents_box .event {
      background: url("../../../images/top_contents_event.jpg") no-repeat center center;
      background-size: cover;
      height: 300px
}
.top_contents_box .column {
      background: url("../../images/top_contents_column.jpg") no-repeat center center;
      background-size: cover;
      height: 300px
}
.top_contents_box .usedcar {
      background: url("../../images/top_contents_usedcar.jpg") no-repeat center center;
      background-size: cover
}
.top_contents_box .usedcar a {
      display: block;
      height: 180px;
      padding-top: 40px
}
.top_contents_box .usedcar a:hover {
      color: #000 !important
}
.top_contents_box .usedcar {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%)
}
.top_contents_box .usedcar:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0)
}
@media screen and (max-width:1000px) {
      .top_catch {
            font-size: 2.5rem
      }
      .catch {
            font-size: 2.5rem
      }
}
@media screen and (max-width:768px) {
      .catch {
            font-size: 1.8rem;
            line-height: 1.3;
            padding: .3em 1em;
            border-bottom: 1px solid #ccc
      }
      .top_contents_box {
            display: block
      }
      .top_contents_box li:first-child, .top_contents_box li:nth-child(2) {
            width: 100%
      }
      .top_contents_box li {
            margin-bottom: 3px
      }
      .top_contents_box li p:first-child, .top_contents_box h1 {
            font-size: 3.2rem
      }
      .top_contents_box .event, .top_contents_box .column {
            height: 53vw
      }
      .top_contents_box li:first-child a:before, .top_contents_box li:nth-child(2) a:before {
            height: 53vw
      }
      .top_contents_box .usedcar {
            background: url("../../images/top_contents_usedcar_sp.jpg") no-repeat center center;
            background-size: auto 100%
      }
      .top_contents_box .usedcar a {
            height: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #000
      }
      .top_contents_box .usedcar {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0)
      }
}
.top_col3, .top_col4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 2em;
      position: relative;
      z-index: 3
}
.top_col3 li {
      width: 32.6%
}
.top_col4 li {
      width: 23.3%
}
.top_col3 li > a > p:first-child {
      width: 100%;
      height: 200px
}
.top_col4 li > a > p:first-child {
      width: 100%;
      height: 140px
}
.top_col3 li > a p.title, .top_col4 li > a p.title {
      padding-right: 1em;
      padding-left: 1em;
      margin-top: .5em;
      margin-bottom: .5em
}
.top_col3 li > a p.date, .top_col4 li > a p.date {
      padding-right: 1em;
      padding-left: 1em;
      margin-top: 1em;
      margin-bottom: 1em
}
.top_col3 li img, .top_col4 li img {
      width: 100%;
      height: 100%;
      object-fit: cover
}
.top_col3 li .author_box, .top_col4 li .author_box {
      padding-right: 1em;
      padding-left: 1em
}
.top_col3 li > a:hover, .top_col4 li > a:hover {
      background: #fff
}
.bg_gray .top_col3 li > a:hover, .bg_gray .top_col4 li > a:hover {
      background: #f2f2f2
}
.top_col3:after {
      content: "";
      display: block;
      width: 32.6%
}
.top_col4:before {
      content: "";
      display: block;
      width: 23.3%;
      order: 1
}
.top_col4:after {
      content: "";
      display: block;
      width: 23.3%
}
@media screen and (max-width:768px) {
      .top_col3, .top_col4 {
            display: block
      }
      .top_col3 li, .top_col4 li {
            width: 100%
      }
      .top_col3 li > a > p:first-child, .top_col4 li > a > p:first-child {
            width: 100%;
            height: 54vw
      }
      .top_col3 li > a p.title, .top_col4 li > a p.title {
            padding-right: 1em;
            padding-left: 1em;
            margin-top: 1em;
            margin-bottom: 1em
      }
      .top_col3:after {
            content: none
      }
      .top_col4:before {
            content: none
      }
      .top_col4:after {
            content: none
      }
}
@media screen and (max-width:768px) {
      .slider_event {
            margin-bottom: 30px !important
      }
      .slider_event li a {
            margin: 10px 5% 5%;
            -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2)
      }
      .slider_usedcar_special li a {
            margin: 10px 5% 10%;
            -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2)
      }
      .slider_event a.readmore:after, .slider_usedcar_special a.readmore:after {
            opacity: 1
      }
      .slider_event .slick-dots {
            bottom: -15px
      }
      .slider_event .slick-dots li button:before {
            color: #b5b5b6
      }
      .slider_event .slick-dots li.slick-active button:before {
            color: #4d7ab9;
            opacity: 1
      }
}
.slick-prev, .slick-next {
      width: 20px !important;
      height: 30px !important;
      margin-top: -15px !important;
      position: relative
}
.slick-prev {
      left: -5px !important;
      z-index: 10
}
.slick-next {
      right: -5px !important
}
.slick-prev:after, .slick-next:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 1em;
      width: 12px;
      height: 12px;
      border-top: 2px solid #4d7ab9;
      border-right: 2px solid #4d7ab9;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
}
.slick-prev:after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg)
}
.usedcar_search_area > div {
      background: url("../../images/bg_usedcar_search.jpg") no-repeat center center;
      background-size: cover;
      height: 28vw;
      margin-bottom: 50px
}
.usedcar_search_area > div a {
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      height: 100%
}
.usedcar_search_area > div a:before {
      content: "";
      display: inline-block;
      background: rgba(100, 100, 100, 0.70);
      width: 100%;
      height: 28vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease
}
.usedcar_search_area > div a:hover:before {
      opacity: 1
}
.usedcar_search_area > div a p {
      z-index: 2;
      position: relative;
      opacity: 0
}
.usedcar_search_area > div a p:first-child {
      font-size: 2.5rem
}
.usedcar_search_area > div a:hover p {
      opacity: 1
}
.usedcar_search_area .search_btn {
      display: inline-block;
      min-width: 280px;
      font-size: 1.6rem;
      color: #fff;
      text-align: center;
      border: 1px solid #fff;
      padding: .75em 1rem;
      border-radius: 3rem;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem
}
@media screen and (max-width:768px) {
      .usedcar_search_area > div {
            background: url("../../images/bg_usedcar_search.jpg") no-repeat 20% center;
            background-size: cover;
            height: 50vw;
            margin-bottom: 30px
      }
      .usedcar_search_area > div a:before {
            opacity: 1;
            height: 50vw
      }
      .usedcar_search_area > div a p {
            opacity: 1
      }
      .usedcar_search_area > div a p:first-child {
            font-size: 2rem
      }
}
.usedcar_special_area {
      position: relative
}
.usedcar_special_area:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 30%;
      height: 140px;
      background: #4d7ab9;
      background: -moz-linear-gradient(left, #4d7ab9 0, #660007 100%);
      background: -webkit-linear-gradient(left, #4d7ab9 0, #660007 100%);
      background: linear-gradient(to right, #4d7ab9 0, #660007 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d7ab9', endColorstr='#660007', GradientType=1);
      right: 0;
      bottom: 0
}
.usedcar_special_area .btn {
      position: relative;
      z-index: 2
}
@media screen and (max-width:768px) {
      .usedcar_special_area {
            padding-bottom: 200px;
            position: relative
      }
      .usedcar_special_area:before {
            width: 65%;
            height: 120px
      }
      .usedcar_special_area:after {
            content: "";
            display: inline-block;
            background: url("../../images/dont_miss_it.png") no-repeat;
            background-size: 100% auto;
            position: absolute;
            width: 250px;
            height: 175px;
            right: 65%;
            margin-right: -210px;
            bottom: 0
      }
}
.new_limited_area {
      color: #fff
}
.new_limited_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative
}
.new_limited_box:after {
      content: "";
      display: inline-block;
      background: url("../../images/dont_miss_it.png") no-repeat;
      background-size: 100% auto;
      position: absolute;
      width: 400px;
      height: 411px;
      right: 30%;
      margin-right: -340px;
      top: -411px
}
.new_limited_box > p {
      width: 64%
}
.new_limited_box > p img {
      width: 100%;
      object-fit: cover
}
.new_limited_box > div {
      width: 36%;
      border-top: 1px solid #b5b5b6
}
.new_limited_box > div > div {
      width: 300px;
      margin-left: 50px;
      padding: 50px 0
}
.new_limited_box > div > div a {
      color: #fff
}
.new_limited_box .new_limited_title {
      font-size: 1.8rem;
      margin-top: 1.5em;
      margin-bottom: .75em
}
.new_limited_box .btn_line {
      margin-top: 1.5em
}
@media screen and (max-width:1000px) {
      .new_limited_box > p {
            width: 55%
      }
      .new_limited_box > div {
            width: 45%;
            border-top: 1px solid #b5b5b6
      }
      .new_limited_box > div > div {
            width: 100%;
            margin-left: 0;
            padding: 10%
      }
}
@media screen and (max-width:768px) {
      .new_limited_area {
            padding-bottom: 60px !important
      }
      .new_limited_box {
            display: block;
            padding-left: 5%;
            padding-right: 5%
      }
      .new_limited_box:after {
            content: none
      }
      .new_limited_box > p {
            width: 100%
      }
      .new_limited_box > div {
            width: 100%;
            border-top: 1px solid #b5b5b6
      }
      .new_limited_box > div > div {
            width: 100%;
            margin-left: 0;
            padding: 5%
      }
      .new_limited_box .new_limited_title {
            font-size: 1.6rem
      }
}
@media screen and (max-width:768px) {
      .column_area .top_col4 a, .shop_news_area .top_col4 a, .staff_area .top_col4 a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-bottom: 0;
            -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2)
      }
      .column_area .top_col4 a > p:first-child, .shop_news_area .top_col4 a > p:first-child, .staff_area .top_col4 a > p:first-child {
            width: 50%;
            height: auto
      }
      .column_area .top_col4 a > div, .shop_news_area .top_col4 a > div, .staff_area .top_col4 a > div {
            width: 50%
      }
      .column_area a.readmore:after, .shop_news_area a.readmore:after, .staff_area a.readmore:after {
            content: none
      }
      .column_area .top_col4 li, .shop_news_area .top_col4 li, .staff_area .top_col4 li {
            margin-bottom: 7%
      }
      .column_area .top_col4 li img, .shop_news_area .top_col4 li img, .staff_area .top_col4 li img {
            width: 100%;
            height: 100%
      }
      .column_area .top_col4.top_col4 li > a p.date, .shop_news_area .top_col4.top_col4 li > a p.date {
            margin-bottom: .5em
      }
}
.shop_area {
      background: url("../../images/bg_shop.jpg") no-repeat center bottom;
      background-size: cover;
      color: #fff
}
.shop_area .contents_w920 {
      margin-top: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
}
.shop_area .map {
      margin-left: 60px
}
.shop_area .map img {
      width: 100%;
      height: auto
}
.shop_area .shop_list li {
      width: 23em
}
.shop_area .shop_list li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: .2em 0;
      color: #fff
}
.shop_area .shop_list li a:hover {
      opacity: 1 !important
}
.shop_area .shop_list li span {
      position: relative
}
.shop_area .shop_list li a:hover span {
      color: #ccc
}
.shop_area .shop_list li span:first-child {
      width: 10em;
      -moz-text-align-last: justify;
      text-align-last: justify;
      text-justify: inter-ideograph
}
.shop_area .shop_list li span:nth-child(2) {
      width: 13em;
      margin-left: 1.5em
}
.shop_area .shop_list li:first-child span {
      border-top: 1px solid #fff;
      padding-top: .75em;
      pointer-events: none
}
.shop_area .shop_list li:first-child span:first-child:before {
      content: "Address";
      display: inline-block;
      position: absolute;
      top: -2em;
      left: 0
}
.shop_area .shop_list li:first-child span:nth-child(2):before {
      content: "Name";
      position: absolute;
      top: -2em;
      left: 0
}
.shop_area .shop_list li:first-child a:hover span:before {
      color: #fff !important
}
@media screen and (max-width:680px) {
      .shop_area .contents_w920 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
      }
      .shop_area .shop_list {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5%;
            width: 23em
      }
      .shop_area .map {
            margin-left: 0
      }
}
.popular_article_area li {
      position: relative
}
.popular_article_list li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: #4d7ab9;
      color: #fff;
      margin-left: 2.5px;
      margin-right: 2.5px;
      margin-bottom: 5px;
      position: relative
}
.popular_article_list li a > div:first-child {
      width: 59%;
      position: relative
}
.popular_article_list li a > div:nth-child(2) {
      width: 41%
}
.popular_article_list li .popular_article_photo {
      height: 335px
}
.popular_article_list li .popular_article_photo img {
      width: 100%;
      height: 100%;
      object-fit: cover
}
.popular_article_list li .Lank {
      position: absolute;
      left: 0;
      top: 0;
      background: url("../../shared/images/bg_ranking.svg") no-repeat top left;
      background-size: contain;
      width: 230px;
      height: 76px;
      padding-left: 1em;
      line-height: 1
}
.popular_article_list li .Lank span {
      font-size: 3.0rem;
      position: relative;
      top: .25em
}
.popular_article_list li a > div:nth-child(2) {
      padding: 5% 5% 3%
}
.popular_article_list li .cate {
      font-size: 1.8rem;
      text-align: right;
      margin-bottom: 3em
}
.popular_article_list li .title {
      margin-top: 1em;
      margin-bottom: 1em
}
.popular_article_list .author_box .photo_icon img {
      border: 1px solid #fff
}
.popular_article_list .author_box > div p:first-child {
      border-bottom: 1px solid #fff
}
.popular_article_list li a:after {
      content: "";
      display: inline-block;
      background: rgba(0, 0, 0, 0.70);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1
}
.popular_article_list li.slick-current a:after {
      content: none
}
.popular_article_area .slick-prev {
      left: 2% !important;
      z-index: 10
}
.popular_article_area .slick-next {
      right: 2% !important
}
@media screen and (min-width:769px) {
      .popular_article_area .slick-prev:after, .popular_article_area .slick-next:after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff
      }
}
@media screen and (max-width:768px) {
      .popular_article_list li a {
            display: block;
            margin-left: 1.5px;
            margin-right: 1.5px;
            margin-bottom: 3px;
            -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
            box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2)
      }
      .popular_article_list li a > div:first-child {
            width: 100%;
            position: relative
      }
      .popular_article_list li a > div:nth-child(2) {
            width: 100%
      }
      .popular_article_list li .popular_article_photo {
            height: 200px
      }
      .popular_article_list li .Lank {
            padding-top: .2em;
            width: 190px;
            height: 63px
      }
      .popular_article_list li .Lank span {
            font-size: 2.0rem
      }
      .popular_article_list li .cate {
            font-size: 1.6rem;
            margin-bottom: 1em
      }
}
.contens_main.shoptop .mainvisual {
      height: -webkit-calc(100vh - 120px);
      height: calc(100vh - 120px);
      max-height: -webkit-calc(100vh - 120px);
      max-height: calc(100vh - 120px)
}
.contens_main.shoptop .mainvisual img {
      width: 100%;
      height: 100%;
      object-fit: cover
}
.contens_main.shoptop > div.over_text {
      position: absolute;
      padding-top: 8vw;
      padding-left: 3vw
}
.contens_main.shoptop .shopname {
      color: #fff;
      font-family: "AudiTypeBold", 'Noto Sans JP', sans-serif;
      font-size: 5.0rem;
      margin-bottom: 1.5em
}
.contens_main.shoptop .shopname span {
      font-size: 2.6rem;
      margin-left: 1em
}
.contens_main.shoptop .shopname:before {
      content: "";
      display: block;
      background: url("../images/example-oem/logomark_w.svg") no-repeat;
      background-size: cover;
      width: 160px;
      height: 56px;
      margin-bottom: 10px
}
.contens_main.shoptop .bt_test_drive a {
      display: block
}
.contens_main.shoptop .bt_test_drive img {
      width: 400px;
      height: auto;
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5)
}
.contens_main.shoptop .scrolldown {
      position: absolute;
      bottom: 5vh;
      text-align: center;
      margin: 0 auto;
      left: 50%;
      margin-left: -10px
}
.contens_main.shoptop .scrolldown a {
      display: block;
      position: relative;
      padding-bottom: 50px;
      color: #fff;
      font-size: 1.6rem
}
.contens_main.shoptop .scrolldown a:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      width: 10px;
      height: 10px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
}
.contens_main.shoptop .scrolldown a:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: "";
      display: inline-block;
      width: 1px;
      height: 42px;
      background: #fff
}
@media screen and (max-device-width:1366px) and (min-device-width:768px) {
      .contens_main.shoptop .mainvisual {
            height: 60vw;
            max-height: 60vw
      }
}
@media screen and (max-width:768px) {
      .contens_main.shoptop .mainvisual {
            height: 100vw;
            max-height: 100vw
      }
      .contens_main.shoptop > div.over_text {
            padding-top: 15vw;
            padding-left: 10vw;
            width: 100%;
            margin-top: 0;
            margin-left: 0;
            margin-right: 0
      }
      .contens_main.shoptop .shopname {
            font-size: 3.0rem;
            margin-bottom: 0
      }
      .contens_main.shoptop .shopname span {
            font-size: 1.4rem;
            margin-left: 0;
            display: block;
            position: absolute;
            top: -webkit-calc(69px+16vw);
            top: calc(69px+16vw);
            left: 10vw
      }
      .contens_main.shoptop .shopname:before {
            width: 170px;
            height: 59px;
            margin-bottom: 35px
      }
      .contens_main.shoptop .bt_test_drive {
            position: absolute;
            top: 77vw;
            z-index: 10
      }
      .contens_main.shoptop .bt_test_drive a {
            margin-left: -5vw;
            width: 90vw
      }
      .contens_main.shoptop .bt_test_drive img {
            width: 100%;
            height: auto
      }
      .contens_main.shoptop .scrolldown {
            display: none
      }
}
.shop_event_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      color: #fff
}
.shop_event_box > p {
      width: 64%
}
.shop_event_box > p img {
      width: 100%;
      object-fit: cover
}
.shop_event_box > div {
      width: 36%
}
.shop_event_box > div > div {
      width: 300px;
      margin-right: 3vw;
      padding: 50px 0;
      float: right
}
.shop_event_box .shop_event_title {
      font-size: 1.8rem;
      font-weight: normal;
      margin-top: 1.5em;
      margin-bottom: 2em
}
@media screen and (max-width:1000px) {
      .shop_event_box > p {
            width: 55%
      }
      .shop_event_box > div {
            width: 45%
      }
      .shop_event_box > div > div {
            width: 100%;
            margin-left: 0;
            padding: 10%
      }
}
@media screen and (max-width:768px) {
      .shop_event_box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
      }
      .shop_event_box > p {
            width: 100%
      }
      .shop_event_box > div {
            width: 100%
      }
      .shop_event_box > div > div {
            margin-right: 0;
            padding: 5%;
            padding-bottom: -webkit-calc(5%+60px);
            padding-bottom: calc(5%+60px)
      }
      .shop_event_box .shop_event_title {
            font-size: 1.6rem;
            margin-top: 1em;
            margin-bottom: 1em
      }
}
.shop_usedcar_special_area:after {
      content: "";
      display: inline-block;
      background: url(../../shared/images/dont_miss_it_gray.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      width: 400px;
      height: 250px;
      right: 30%;
      margin-right: -340px;
      bottom: 0
}
@media screen and (max-width:768px) {
      .shop_usedcar_special_area:after {
            content: "";
            display: inline-block;
            background: url("../../images/dont_miss_it.png") no-repeat;
            background-size: 100% auto;
            position: absolute;
            width: 250px;
            height: 175px;
            right: 65%;
            margin-right: -210px;
            bottom: 0
      }
}
.staff_cate {
      margin-right: 1em;
      margin-left: 1em;
      margin-top: .5em;
      margin-bottom: .5em;
      padding-bottom: .5em;
      border-bottom: 1px solid #4d7ab9
}
@media screen and (max-width:768px) {
      .staff_cate {
            margin-top: 1em
      }
}
.gmap {
      position: relative;
      padding-bottom: 40%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      margin: 2em 0
}
.gmap iframe, .gmap object, .gmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
}
.dealer_info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 3em 0
}
.dealer_info dl:nth-child(2) {
      margin-left: 1em
}
.dealer_info dl dt {
      color: #999;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      padding: 0 1em;
      letter-spacing: 0;
      -moz-text-align-last: justify;
      text-align-last: justify;
      text-justify: inter-ideograph;
      display: inline-block;
      margin: .2em 0
}
.dealer_info dl dd {
      margin: .2em 0
}
.dealer_info dl:first-child {
      width: 60%
}
.dealer_info dl:nth-child(2) {
      width: 40%
}
.dealer_info dl:first-child dt {
      width: -webkit-calc(6em+2px);
      width: calc(6em+2px);
      text-align: center;
      clear: left;
      float: left
}
.dealer_info dl:nth-child(2) dt {
      width: -webkit-calc(12em+2px);
      width: calc(12em+2px);
      text-align: center;
      clear: left;
      float: left
}
.dealer_info dl dt.dt_width4 {
      width: -webkit-calc(7em+2px);
      width: calc(7em+2px)
}
.dealer_info dl:first-child dd {
      margin-left: 1em;
      display: block;
      float: left;
      width: -webkit-calc(100% - 8em);
      width: calc(100% - 8em)
}
.dealer_info dl:nth-child(2) dd {
      margin-left: 1em;
      display: block;
      float: left;
      width: -webkit-calc(100% - 14em);
      width: calc(100% - 14em)
}
.dealer_info dl dd.dt_width4 {
      width: -webkit-calc(100% - 11em);
      width: calc(100% - 11em)
}
@media screen and (max-width:768px) {
      .gmap {
            position: relative;
            padding-bottom: 80%;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
            margin: 2em 0
      }
      .dealer_info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 2em 0
      }
      .dealer_info dl {
            width: 100%
      }
      .dealer_info dl:first-child {
            width: 100%
      }
      .dealer_info dl:nth-child(2) {
            margin-left: 0;
            margin-top: 1em;
            width: 100%
      }
}
.shop_contents_area ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.shop_contents_area ul li {
      width: 33.3%;
      border-left: 1px solid #999;
      border-top: 1px solid #999
}
.shop_contents_area ul li a {
      display: block;
      font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif;
      font-size: 2.5rem;
      line-height: 1.5em;
      color: #999;
      padding: 2em 0 1em;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
}
.shop_contents_area ul li:nth-child(3n+1) {
      border-left: 0
}
.shop_contents_area ul li svg {
      width: 75px;
      height: 68px;
      margin: 0 auto .5em;
      fill: #b5b5b6;
      display: block;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease
}
.shop_contents_area ul li svg#shop_contents03-1 {
      width: 87px;
      height: 79px;
      margin-top: -11px;
      position: relative;
      top: 11px
}
.shop_contents_area ul li span:nth-child(2) {
      min-height: 3em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
}
.shop_contents_area ul li a:hover {
      color: #4d7ab9;
      opacity: 1 !important
}
.shop_contents_area ul li a:hover svg {
      fill: #4d7ab9
}
@media screen and (max-width:768px) {
      .shop_contents_area ul li {
            width: 50%
      }
      .shop_contents_area ul li:nth-child(3n+1) {
            border-left: 1px solid #999
      }
      .shop_contents_area ul li:nth-child(2n+1) {
            border-left: 0
      }
      .shop_contents_area ul li a {
            color: #4d7ab9;
            font-size: 1.4rem
      }
      .shop_contents_area ul li svg {
            width: 50px;
            height: 45px
      }
      .shop_contents_area ul li svg#shop_contents03-1 {
            width: 55px;
            height: 50px;
            margin-top: -5px;
            top: 5px
      }
      .shop_contents_area ul li a svg {
            fill: #4d7ab9
      }
}
.blog_area {
      font-family:
            "Noto Sans JP", sans-serif;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between
}
.main_area {
      width: calc(100% - 340px);
}
@media screen and (max-width: 960px) {
      .blog_area {
            display: block
      }
      .main_area {
            width: 100%;
            margin-bottom: 80px
      }
      .side_area {
            width: 95% !important;
            margin: 10px auto
      }
      /*    .main_area {
        width: calc(100% - 310px);
    }*/
}
.side_area {
      width: 270px
}
.article_box {
      margin-bottom: 50px
}
.article_box article {
      margin-bottom: 7%
}
.article_box a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0;
      -webkit-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
      -moz-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
      -ms-box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2);
      box-shadow: 2px 2px 7px rgba(51, 51, 51, 0.2)
}
.article_box a > p:first-child {
      width: 44%
}
.article_box a > p img {
      width: 100%;
      height: 230px
}
.article_box a > p:first-child .cate {
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      padding: .5em 1em;
      color: #fff
}
.article_box a > div {
      width: 56%;
      position: relative;
      padding: 4% 4% 6% 4%
}
.article_box article:first-child a > div {
      width: 47%
}
.article_box.news article a > div {
      width: 100%
}
.article_box a > div .title {
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 1.5;
      margin-top: .5em;
      margin-bottom: .5em
}
.article_box a:hover .title {
      text-decoration: underline
}
.side_area .side_blog_list li, .bottom_blog_list li {
      margin-bottom: 25px
}
.side_area .side_blog_list li a, .bottom_blog_list li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 1.5rem;
      line-height: 1.5
}
.side_area .side_blog_list li a:hover .title, .bottom_blog_list li a:hover .title {
      text-decoration: underline
}
.side_area .side_blog_list li a > p {
      width: 80px;
      height: 80px
}
.bottom_blog_list li a > p {
      width: 100px;
      height: 65px
}
.side_area .side_blog_list li a > p img, .bottom_blog_list li a > p img {
      width: 100%;
      height: 100%
}
.side_area .side_blog_list li a > div {
      width: -webkit-calc(100% - 95px);
      width: calc(100% - 95px);
}
.side_area .side_blog_list.news li a > div {
      width: -webkit-calc(100% - 0px) !important;
      width: calc(100% - 0px) !important;
      position: relative
}
.bottom_blog_list li a > div {
      width: -webkit-calc(100% - 115px);
      width: calc(100% - 115px);
      position: relative
}
.side_area .side_blog_list li a > div .date, .bottom_blog_list li a > div .date {
      margin-bottom: .5em
}
.side_area ol li a > div .lank {
      font-family: 'AudiTypeBold';
      color: #fff;
      font-size: 1.05rem;
      text-align: center;
      margin-bottom: 5px
}
.side_area ol li a > div .lank span {
      font-size: 1.4rem
}
.side_area ol li:first-child a > div .lank {
      background: #b79168
}
.side_area ol li:nth-child(2) a > div .lank {
      background: #999
}
.side_area ol li:nth-child(3) a > div .lank {
      background: #be7859
}
.side_area .side_cate_list {
      margin-bottom: 4em;
}
.side_area .side_cate_list li a {
      display: block;
      padding: 1em 0;
      border-bottom: 1px solid #F2F2F2;
      text-decoration: none;
}
.side_area .side_cate_list li a:hover {
      text-decoration: underline;
}
.side_area .side_cate_list li:first-child a {
      border-top: 1px solid #F2F2F2;
}
.side_area .side_cate_list li a:hover {
      color: #4d7ab9
}
@media screen and (max-width:768px) {
      /*    .blog_area {
        display: block
    }
    .main_area {
        width: 100%;
        margin-bottom: 80px
    }
    .side_area {
        width: 90%;
        margin: 10px auto
    }*/
      .article_box article {
            margin-bottom: 7%
      }
      .article_box a {
            display: block
      }
      .article_box a > p img {
            width: 100%;
            height: 210px
      }
      .article_box a > p:first-child {
            width: 100%
      }
      .article_box article:first-child a > p:first-child {
            width: 100%
      }
      .article_box a > div {
            width: 100%;
            padding: 1em 1em 2em
      }
      .article_box article:first-child a > div {
            width: 100%
      }
      .article_box article:first-child a.readmore:after {
            left: 0
      }
      .article_box a.readmore:after {
            left: 0
      }
      .side_area ol li a > div .lank {
            width: 11em
      }
}
.blog_detail {
      margin-top: 30px
}
.blog_title {
      font-size: 3.0rem;
      font-weight: bold;
      line-height: 1.5;
      margin: .2em 0;
      text-align: justify;
      text-justify: inter-ideograph
}
.blog_detail .main_area ol {
      counter-reset: number;
      list-style-type: none !important;
      padding: .5em
}
.blog_detail .main_area ol li {
      position: relative;
      padding-left: 30px;
      line-height: 1.5em;
      padding: .5em .5em .5em 30px
}
.blog_detail .main_area ol li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #036eb6;
      color: white;
      font-weight: bold;
      font-size: 15px;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
}
.social {
      margin: 1.5em 0
}
.social ul {
      float: right
}
.social li {
      display: inline-block
}
.social:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      line-height: 0;
      overflow: hidden
}
.blog_text {
      padding: 30px 0;
      font-size: 1.8rem
}
.blog_text a {
      color: #00f !important;
      text-decoration: underline
}
.blog_text p {
      padding-bottom: 1em;
      text-align: justify;
      text-justify: inter-ideograph;
      line-height: 3rem
}
.blog_text img {
      margin: 2em 0 2em;
      display: block;
      max-width: 100% !important
}
.blog_text h2 {
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1.5;
      padding: 0 0 .75em;
      margin-top: 2em;
      margin-bottom: 1em;
      border-bottom: 2px solid #181818;
      text-align: justify;
      text-justify: inter-ideograph
}
.blog_text h3 {
      margin: 56px 0 20px;
      padding: 13px 13px 12px;
      font-size: 21px;
      font-weight: 700;
      background: #f3f3f3;
      border-radius: 10px
}
.single-body h4 {
      margin: 34px 0 11px;
      padding: 0 0 0 16px;
      position: relative;
      font-size: 20px;
      font-weight: 700
}
.single-body h4:before {
      position: absolute;
      top: 11px;
      left: 0;
      display: block;
      content: '';
      width: 4px;
      height: calc(100% - 22px);
      background: #181818;
      border-radius: 3px
}
.blog_text hr {
      height: 0;
      padding: 0;
      border-top: 1px solid #ccc;
      margin: 50px 0
}
.blog_text ul {
      background: #e6e6e6;
      margin: 2em 0;
      padding: .5em .5em .5em 1.2em
}
.blog_text ul li {
      padding: .2em 0;
      line-height: 1.5;
      position: relative
}
.blog_text ul li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 1em;
      background: #4d7ab9;
      position: absolute;
      left: -1.2em;
      top: .5em
}
.blog_text blockquote {
      position: relative;
      padding: 15px;
      box-sizing: border-box;
      font-style: italic;
      background: #dae7f0;
      color: #777;
      border-left: 4px solid #4d7ab9;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
      margin-bottom: 10px
}
.blog_text blockquote p {
      padding: 0;
      margin: 7px 0;
      line-height: 1.7
}
.blog_text blockquote cite {
      display: block;
      text-align: right;
      color: #888;
      font-size: .9em
}
.blog_shop_list {
      margin: 3em 0
}
.blog_shop_list .title_shop {
      font-size: 2.5rem;
      font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif
}
.blog_shop_list .title_shop span {
      font-size: 1.8rem;
      margin-left: 1em
}
.blog_shop_list p:nth-child(2) {
      border-bottom: 1px solid #4d7ab9;
      padding-bottom: .5em
}
.blog_shop_list ul:first-child {
      padding: 1em;
      width: 45%
}
.blog_shop_list ul:nth-child(2) {
      padding: 1em;
      width: 55%
}
.blog_shop_list ul a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: .2em 0
}
.blog_shop_list ul li span:first-child {
      width: 10em;
      -moz-text-align-last: justify;
      text-align-last: justify;
      text-justify: inter-ideograph
}
.blog_shop_list ul li span:nth-child(2) {
      margin-left: 1.5em
}
.blog_detail .author_box > div p {
      padding-top: 1.3em;
      padding-bottom: .3em;
      padding-left: 1.5em
}
.blog_detail .author_box .name {
      position: relative;
      padding-top: .3em;
      padding-bottom: .3em;
      padding-left: 1.5em
}
.blog_detail .author_box .name span {
      font-size: 2.0rem;
      margin-right: .5em
}
.blog_detail .author_box .photo_icon {
      width: 130px;
      height: 130px
}
.blog_detail .author_box .photo_icon img {
      border: 0;
      background: #FFF;
      border-radius: 0
}
.blog_detail .author_box > div {
      width: -webkit-calc(100% - 130px);
      width: calc(100% - 130px)
}
.paging {
      margin: 40px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
}
.paging li {
      width: 33%;
      position: relative
}
.paging li.prev {
      padding-left: 25px
}
.paging li.next {
      padding-right: 25px;
      margin-left: auto
}
.paging li a {
      display: block
}
.paging li a:hover {
      text-decoration: underline
}
.paging li.prev:after, .paging li.next:after {
      content: '';
      display: inline-block;
      padding: 0;
      width: 10px;
      height: 10px;
      position: absolute
}
.paging li.prev:after {
      border-top: solid 2px #000;
      border-left: solid 2px #000;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 2px;
      top: 50%;
      margin-top: -6px
}
.paging li.next:after {
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 2px;
      top: 50%;
      margin-top: -6px
}
@media screen and (max-width:980px) {
      .blog_shop_list ul:first-child {
            width: 100%;
            padding: 1em 0 0
      }
      .blog_shop_list ul:nth-child(2) {
            width: 100%;
            padding: 0
      }
}
@media screen and (max-width:768px) {
      .blog_detail .main_area {
            width: 100%;
            margin: 0 auto
      }
      .blog_detail {
            margin-top: 20px
      }
      .blog_title {
            font-size: 2.6rem;
            font-weight: bold;
            line-height: 1.5;
            margin: .2em 0
      }
      .social ul {
            float: none
      }
      .blog_text {
            padding: 20px 0;
            font-size: 1.8rem;
            line-height: 3rem
      }
      .blog_text h2 {
            font-size: 2.2rem;
            padding: 0 0 .5em
      }
      .blog_text h3 {
            font-size: 2rem
      }
      .blog_text h4 {
            font-size: 2.0rem
      }
      .blog_text hr {
            margin: 30px 0
      }
      .blog_detail .author_box {
            display: block
      }
      .blog_detail .author_box > div {
            width: 100%
      }
      .blog_detail .author_box > div p {
            padding-left: 0
      }
      .blog_detail .author_box .photo_icon {
            float: left;
            margin-right: 1em;
            width: 100px;
            height: 100px
      }
      .blog_detail .author_box .name {
            border-bottom: 0
      }
      .blog_detail .author_box .name:before {
            content: "";
            display: inline-block;
            border-bottom: 1px solid #4d7ab9;
            width: -webkit-calc(100% - 90px);
            width: calc(100% - 90px);
            position: absolute;
            left: 90px;
            bottom: 0;
            z-index: -1
      }
      .blog_detail .author_box .name span {
            font-size: 1.8rem;
            margin-right: .5em
      }
      .paging {
            margin: 40px -5%
      }
      .paging li {
            width: 45%;
            position: relative
      }
}
#toc_container {
      padding: 30px;
      /* border: solid 1px; */
      margin: auto 0 60px;
      background-color: #f3f3f3;
}
#toc_container p {
      text-align: left;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px;
      position: relative;
      width: 200px;
      margin: 0 0 20px;
      padding-bottom: 0
}
#toc_container .toc_list {
      padding: 0 0 0 20px;
      background: 0;
      margin: 0
}
#toc_container .toc_list li {
      font-size: 16px;
      margin-bottom: 10px;
      position: relative;
      list-style-type: disc
}
#toc_container .toc_list li:before {
      display: none
}
/*#toc_container .toc_list li::marker {
    color:
}*/
#toc_container .toc_list li:last-child {
      margin-bottom: 0
}
#toc_container .toc_list li a {
      text-decoration: underline;
      color: #000 !important
}
#toc_container .toc_list li a:hover {
      color: #4d7ab9 !important
}
@media screen and (max-width:768px) {
      #toc_container p {
            text-align: left;
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 10px;
            position: relative;
            margin: 0 0 10px
      }
      #toc_container {
            margin: 0 0 30px;
      }
}
.shop_list_area ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between
}
.shop_list_area ul li {
      width: 30%;
      margin-bottom: 3%
}
.shop_list_area ul a {
      display: block
}
.shop_list_area ul a:hover {
      opacity: .8
}
.shop_list_area ul:after {
      content: "";
      display: block;
      width: 30%
}
.shop_list_area ul li .shop_photo {
      width: 100%;
      height: 155px;
      margin-bottom: .5em
}
.shop_list_area ul li .shop_photo img {
      width: 100%;
      height: 100%
}
.shop_list_area ul li .shop_name {
      font-size: 1.7rem;
      font-weight: bold;
      font-family: 'AudiTypeBold', 'Noto Sans JP', sans-serif
}
@media screen and (max-width:768px) {
      .shop_list_area ul li {
            width: 45%
      }
      .shop_list_area ul:after {
            content: none
      }
      .shop_list_area ul li .shop_photo {
            width: 100%;
            height: 27vw
      }
      .shop_list_area ul li .shop_name {
            font-size: 1.6rem
      }
}
.form_table {
      width: 100%;
      margin: 0 0 40px
}
.form_table th {
      width: 30%;
      font-size: 1.6rem;
      padding-top: -webkit-calc(10px+0.75em);
      padding-top: calc(10px+0.75em);
      vertical-align: top
}
.form_table.confirm th {
      padding-top: .5em
}
.form_table td {
      width: 70%;
      font-size: 1.6rem;
      padding: 10px 0
}
.form_table td span {
      display: block;
      font-size: 1.2rem;
      padding-top: .5em
}
.form_table td span.replace_text {
      display: inline-block;
      font-size: 1.2rem;
      color: #4d7ab9;
      padding-top: .5em;
      position: relative;
      text-decoration: underline;
      cursor: pointer
}
.form_table td span.replace_text:hover {
      text-decoration: none
}
.form_table td span.replace_text:before {
      content: '';
      display: inline-block;
      padding: 0;
      width: 4px;
      height: 4px;
      border-top: 1px solid #4d7ab9;
      border-right: 1px solid #4d7ab9;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-right: 5px;
      left: 0;
      top: 50%;
      margin-top: -4px
}
.form_table td a {
      display: inline-block;
      font-size: 1.2rem;
      text-decoration: underline;
      position: relative
}
.form_table td a:hover {
      text-decoration: none
}
.form_table td a:before {
      content: '';
      display: inline-block;
      padding: 0;
      width: 4px;
      height: 4px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-right: 5px;
      left: 0;
      top: 50%;
      margin-top: -4px
}
.req {
      color: #4d7ab9;
      margin-left: .2em
}
.tr_address {
      display: none
}
input, button, textarea, select {
      margin: 0;
      padding: 0;
      background: 0;
      border: 0;
      border-radius: 0;
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none
}
table.form_table input, table.form_table select, table.form_table textarea {
      max-width: 100%;
      padding: .75em;
      background: #fff;
      border: 1px solid #c9caca;
      font-size: 1.5rem
}
input::placeholder, textarea::placeholder {
      color: #b2b2b2;
      font-size: 1.5rem
}
input:focus::placeholder, textarea:focus::placeholder {
      color: transparent;
      transition: .1s
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
      color: transparent;
      transition: .1s
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
      color: transparent;
      transition: .1s
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
      color: transparent;
      transition: .1s
}
table.form_table input, table.form_table textarea {
      width: 100%
}
table.form_table .size_m {
      width: 60%
}
table.form_table .size_s {
      width: 28.5%;
      display: inline-block
}
table.form_table.confirm .size_s {
      width: auto
}
table.form_table .size_s select {
      width: 100%
}
table.form_table .size_s + .size_s, table.form_table .size_s + .size_s {
      margin-left: 3%
}
table.form_table div.size_s select {
      padding-right: 2em
}
table.form_table div.size_s {
      position: relative;
      z-index: 1
}
table.form_table .tr_address div.size_s:first-child:before {
      display: block;
      content: "";
      position: absolute;
      top: 40%;
      right: 1em;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 6px 0 6px;
      border-color: #4d7ab9 transparent transparent transparent;
      z-index: 0
}
table.form_table .black {
      color: #000
}
table.form_table .bray {
      color: #b2b2b2
}
table.form_table select.clorSelect {
      color: #b2b2b2
}
table.form_table select.changecolor {
      color: #000 !important
}
table.form_table textarea {
      height: 12em
}
table.form_table input.form-error, table.form_table textarea.form-error, table.form_table select.form-error {
      background: #ffd2d5
}
table.form_table input.form-error::placeholder, table.form_table textarea.form-error::placeholder {
      color: #e54854
}
table.form_table select.clorSelect.form-error {
      color: #e54854
}
table.form_table select::-ms-expand {
      display: none
}
@media screen and (max-width:768px) {
      .form_table th {
            width: 100%;
            font-size: 1.5rem;
            padding-top: .5em;
            display: block
      }
      .form_table.confirm th {
            font-weight: bold
      }
      .form_table td {
            width: 100%;
            display: block
      }
      .form_table td span {
            display: inline-block
      }
      .form_table td span + span {
            margin-left: 1em
      }
      table.form_table .size_m {
            width: 100%
      }
      table.form_table .size_s {
            width: 47.5%;
            display: inline-block
      }
}
.privacy .p_title {
      font-size: 1.6rem;
      border-bottom: 1px solid #4d7ab9;
      font-weight: bold;
      padding-bottom: .5em;
      margin-bottom: .6em;
      margin-top: 2em
}
.privacy > ol {
      margin-top: 3em
}
.privacy > ol > li {
      margin-bottom: 2em
}
.privacy > li ol li p {
      margin: .4em 0 .5em
}
.privacy ol.ol_brackets {
      padding-left: 2em;
      position: relative;
      margin: .5em 0 .75em
}
.privacy ol.ol_brackets > li {
      list-style-type: none;
      list-style-position: inside;
      counter-increment: cnt
}
.privacy ol.ol_brackets > li:before {
      display: marker;
      content: "("counter(cnt) ")";
      position: absolute;
      left: 0
}
.privacy .ol_circle {
      text-indent: -1em;
      padding-left: 1em;
      margin: .5em 0 .75em
}
.consultation_desk_info {
      margin: 1em 0
}
.consultation_desk_info dt {
      color: #fff;
      background: #4d7ab9;
      width: 16rem;
      float: left;
      padding: .5em 1em;
      position: relative;
      line-height: 1
}
.consultation_desk_info dt:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1em 0 1em .5em;
      border-color: transparent transparent transparent #4d7ab9;
      position: absolute;
      right: -0.5em;
      top: 0
}
.consultation_desk_info dd {
      margin-left: 18rem;
      font-size: 1.8rem;
      font-weight: bold
}
.consultation_desk_info dd span {
      font-size: 1.6rem
}
@media screen and (max-width:768px) {
      .consultation_desk_info dt {
            width: 100%;
            text-align: center;
            float: none
      }
      .consultation_desk_info dt:after {
            content: none
      }
      .consultation_desk_info dd {
            margin-left: 0;
            font-size: 1.4rem;
            margin-top: .5em
      }
      .consultation_desk_info dd span {
            font-size: 1.4rem
      }
}
.pagination h2.screen-reader-text {
      display: none
}
.pagination {
      position: relative;
      overflow: hidden;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
      clear: both
}
.pagination a {
      padding: 1px 8px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      background-color: #b4b4b4;
      margin: 0 5px
}
.pagination .nav-links > * + * {
      margin-left: 10px
}
.pagination span {
      padding: 1px 8px;
      display: inline-block
}
.pagination span.current, .pagination a:hover {
      color: #fff;
      background: #181818;
      border-radius: 2px
}
.next, .prev {
      background: none !important
}
.next {
      color: #333 !important
}
.prev img {
      transform: rotate(-180deg);
}
.next.page-numbers {
      width: auto;
      min-width: auto;
      font-weight: normal;
      border: 0;
      padding: auto;
      text-decoration: none
}
.prev.page-numbers:after, .next.page-numbers:after {
      content: "";
      display: inline-block;
      top: 50%;
      margin-top: -2px;
      right: 1em;
      width: 5px;
      height: 5px;
      border-bottom: 2px solid #181818;
      border-left: 2px solid #181818;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
}
.next.page-numbers:hover:after {
      border-top: 2px solid #181818;
      border-right: 2px solid #181818
}
.next.page-numbers:after {
      border-bottom: none;
      border-left: none;
      border-top: 2px solid #181818;
      border-right: 2px solid #181818;
}
@media screen and (max-width:680px) {
      .pagination {
            position: relative;
            overflow: hidden;
            margin-top: 40px;
            margin-bottom: 30px;
            text-align: center;
            clear: both
      }
}
.article_box .article_news a {
      box-shadow: none;
      padding-bottom: 30px
}
.article_news_wrap {
      border-bottom: 1px solid #ccc;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 30px;
      box-sizing: border-box
}
.article_news:first-child {
      border-top: 1px solid #ccc
}
.article_news_date {
      width: 10%;
      color: #999;
      font-size: 1.5rem;
      letter-spacing: .05em
}
.article_news_title {
      width: 85%;
      font-size: 1.5rem;
      font-weight: normal
}
.article_news_wrap:hover .article_news_title {
      text-decoration: underline
}
@media screen and (max-width:768px) {
      .article_news_wrap {
            display: block;
            padding: 20px
      }
      .article_news_date {
            width: auto
      }
      .article_news_title {
            width: auto;
            margin-top: .5em
      }
}
.detail_news_date {
      font-size: 1.5rem;
      margin-bottom: 10px
}
.btn_basic {
      display: inline-block;
      min-width: 300px;
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      border: 1px solid #040000;
      background-color: #fff;
      padding: .75em 1em;
      position: relative;
      text-decoration: none
}
.btn_basic:hover {
      opacity: 1 !important;
      background: #040000;
      color: #fff
}
@media screen and (max-width:768px) {
      .btn_basic:after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff
      }
}
@media screen and (max-width:321px) {
      .btn_basic {
            min-width: 220px
      }
}
.blog_text h2 {
      padding-top: 100px;
      margin-top: -100px
}
@media screen and (max-width:680px) {
      .blog_text h2 {
            padding-top: 80px;
            margin-top: -60px
      }
}
.no_mokuji #toc_container {
      display: none;
}
#toc_container .toc_list {
      list-style: none !important;
}
#toc_container .toc_list li::marker {
      content: none !important;
      display: none;
}
/*example-oem archive
==============================================================================*/
.ex_oem_amv_area {
      padding: 8em 0;
      position: relative;
      z-index: 0;
      overflow: hidden;
}
.ex_oem_amv_area .ex_oem_amv_bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
}
.ex_oem_amv_area .ex_oem_amv_bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
}
.ex_oem_amv_inner {
      max-width: 1000px;
      margin: auto;
      font-size: 1rem;
      letter-spacing: 2px;
      color: #fff;
      line-height: 1.0;
}
.ex_oem_amv_title > * {
      display: block;
}
.ex_oem_amv_title .ja {
      font-size: 2.0em;
      font-weight: bold;
      margin-bottom: 0.4em;
}
.ex_oem_amv_title .en {
      display: block;
      font-size: 0.8em;
      font-weight: normal;
}
.ex_oem_amv_title .ja, .ex_oem_amv_title .en {
      margin-top: 2em;
}
.ex_oem_amv_title .en, .ex_oem_amv_title .ja {
      margin-top: 0.5em;
}
.ex_oem_amv_text {
      margin-top: 1.5em;
      font-size: 1.6em;
      line-height: 1.5;
}
@media screen and (max-width: 1050px) {
      .ex_oem_amv_inner {
            max-width: 90%;
      }
}
/*@media screen and (max-width: 960px) {
      .ex_oem_amv_inner {
            font-size: 2.0rem;
      }
}*/
@media screen and (max-width: 680px) {
      .ex_oem_amv_area {
            padding: 3em 0;
      }
      .ex_oem_amv_inner {
            font-size: 0.5rem;
      }
      .ex_oem_amv_area .ex_oem_amv_bg img {
            width: auto;
            height: 100%;
            max-width: none;
      }
}
/*example-oem parts 
==============================================================================*/
.ex_oem_aera {
      padding-bottom: 3em;
      font-size: 1.6rem;
}
@media screen and (max-width: 1250px) {
      .ex_oem_aera {
            max-width: 95%;
            margin: 0 auto;
      }
      .side_area {
            max-width: 95%;
            margin: 0 auto;
      }
}
@media screen and (max-width: 960px) {
      .side_area {
            max-width: inherit;
            margin: 2em auto;
      }
}
@media screen and (max-width: 680px) {
      .ex_oem_aera {
            font-size: 2.5vw;
      }
}
@media screen and (max-width: 480px) {
      .ex_oem_aera {
            font-size: 3.5vw;
      }
}
/*ex_oem_title
-------------------------------------------------------------------*/
.ex_oem_title {
      line-height: 1.5;
      font-size: 1.75em;
      font-weight: bold;
      margin: 0 auto 1em auto;
}
@media screen and (max-width: 680px) {
      .ex_oem_title {
            font-size: 1.2em;
      }
}
/*ex_oem_tag_area
-------------------------------------------------------------------*/
.ex_oem_tagsns_area {
      display: flex;
      justify-content: space-between;
}
@media screen and (max-width: 680px) {
      .ex_oem_tagsns_area {
            display: block;
      }
}
/*tag_list
-------------------------------------------------------*/
.ex_oem_archive_list .ex_oem_tag_list {
      gap: 0.3em 1%;
      margin-top: 1em;

}
/*ex_oem_tag_list*/
.ex_oem_tag_list {
      display: flex;
      flex-wrap: wrap;
      gap: 1em 1%;
      align-items: center;
}
.ex_oem_list li .ex_oem_tag_list {
      margin-top: 1em;
}
.ex_oem_tagsns_area .ex_oem_tag_list {
      width: calc(100% - 180px);
      margin-bottom: 2em;
}
.ex_oem_tag_list li a {
      border-radius: 2em;
      padding: 0.5em 1.5em;
      background: #F5F5F5;
      text-align: center;
      font-size: 0.75em;
      text-decoration: none;
}
.ex_oem_tag_list li a:hover {
      color: #4d7ab9
}
@media screen and (max-width: 680px) {
      .ex_oem_tag_list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3em 1%;
            align-items: center;
      }
      .ex_oem_tagsns_area .ex_oem_tag_list {
            width: 100%;
      }
      /*    .ex_oem_tag_list li a {
    font-size: 0.5em
    }*/
}
/*ex_oem_sns_box*/
.ex_oem_sns_box {
      width: 180px;
      font-size: 0.75em;
}
.ex_oemsns_txt {
      letter-spacing: 1px;
      text-align: center;
      color: #659FD8;
      margin-bottom: 1em;
}
.ex_oem_sns_list {
      display: flex;
      gap: 0 2%;
}
.ex_oem_sns_list li {
      width: 100%;
}
.ex_oem_sns_list li img {
      width: 100%;
      object-fit: contain;
      object-position: center;
      aspect-ratio: 1/1;
      height: 2.6em;
}
.ex_oem_contentsend_sns .ex_oem_sns_box {
      margin: auto 0 auto auto;
}
@media screen and (max-width: 680px) {
      .ex_oem_sns_box {
            margin: auto 0 auto auto;
            /*    font-size: 0.5em;*/
      }
}
/*ex_oem_mv
-------------------------------------------------------------------*/
.ex_oem_mv {
      margin: 1em auto 6em auto;
      border-radius: 0.5em;
      position: relative;
      overflow: hidden;
      background: #9AA8B2;
      padding: 3em 0 7em 0;
      z-index: 0;
}
.ex_oem_mv:before, .ex_oem_mv:after {
      position: absolute;
      content: "";
}
.ex_oem_mv:before {
      background: url("../images/example-oem/ex_oem_bg.jpg") no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
}
.ex_oem_mv:after {
      background: url("../images/example-oem/dammy_man.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 152/144;
      width: 14.5rem;
      z-index: 3;
      bottom: 0;
      right: 2em;
}
.ex_oem_mv_w {
      position: relative;
      z-index: 2;
      margin: auto;
      width: 85%;
}
@media screen and (max-width: 960px) {
      .ex_oem_mv_w {
            width: 90%;
      }
}
@media screen and (max-width: 680px) {
      .ex_oem_mv_w {
            width: 92%;
      }
      .ex_oem_mv:after {
            width: 8em;
      }
}
.ex_oem_logo {
      text-align: center;
      margin: auto auto 1.5em auto;
      max-width: 8.1em;
}
.ex_oem_logo img {
      width: 100%;
}
.ex_oem_midashi {
      text-align: center;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 2.5em;
      margin-bottom: 0.7em;
}
@media screen and (max-width: 680px) {
      .ex_oem_midashi {
            font-size: 2.0em;
      }
}
/*ex_oem_mv_inner*/
.ex_oem_mv_inner {
      border-radius: 0.5em;
      padding: 1.5em 1em 2.5em 1em;
      background: #fff;
      position: relative;
      box-shadow: 11px 11px 0px -2px rgba(000, 000, 000, 0.3);
}
/*ex_oem_mv_name*/
.ex_oem_mv_name {
      text-align: center;
}
.ex_oem_mv_name span {
      display: inline-block;
      font-weight: bold;
      font-size: 1.15em;
      position: relative;
      border-radius: 5em;
      color: #9aa8b2;
      z-index: 2;
}
.ex_oem_mv_name span:before {
      content: "";
      background: #9aa8b2;
      height: 5px;
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -0%);
      bottom: -0.4em;
}
.ex_oem_mv_text {
      z-index: 1;
      line-height: 1.5;
      text-align: center;
      font-size: 1.3em;
      font-weight: bold;
      letter-spacing: 1px;
      margin: 1.5em auto auto auto;
}
@media screen and (max-width: 1200px) {
      .ex_oem_mv_text {
            font-size: 1.2em;
      }
}
@media screen and (max-width: 680px) {
      .ex_oem_mv_text {
            font-size: 1.3em;
            /*        padding: 3em 0.8em 2em 0.8em;*/
      }
      .ex_oem_mv_name span:before {
            bottom: -0.7em;
      }
}
@media screen and (max-width: 480px) {
      .ex_oem_mv_text {
            font-size: 0.9em;
      }
}
/*ex_oem_prof
-------------------------------------------------------------------*/
.ex_oem_prof {
      margin: 7em auto 5em auto;
      border: solid 1px #659FD8;
      border-radius: 0.5em;
      padding: 1em 0 3em 0;
      position: relative;
      z-index: 0;
}
.ex_oem_prof:before {
      content: "";
      background: #fff;
      width: 95%;
      height: 120%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
}
.ex_oem_prof_title {
      text-align: center;
      position: relative;
      transform: translateY(-3em);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
}
.ex_oem_prof_title span {
      display: inline-block;
      font-weight: bold;
      font-size: 1.15em;
      position: relative;
      border-radius: 5em;
      color: #659fd8;
      z-index: 2;
}
.ex_oem_prof_title span:before {
      content: "";
      background: #659fd8;
      height: 5px;
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -0%);
      bottom: -0.4em;
}
.ex_oem_prof_text_box {
      width: 90%;
      margin: auto;
}
.ex_oem_prof_name {
      font-size: 1.15em;
      font-weight: bold;
      margin-top: -1em;
      margin-bottom: 1em;
}
.ex_oem_prof_text {
      border-bottom: 1px solid #659fd8;
      margin-bottom: 1em;
      padding-bottom: 1.5em;
}
@media screen and (max-width: 680px) {
      .ex_oem_prof {
            padding: 0 0 1em 0;
      }
}
/*ex_oem_prof_list*/
.ex_oem_prof_list {
      width: 90%;
      margin: auto;
}
.ex_oem_prof_list li {
      display: flex;
      align-items: flex-start;
}
.ex_oem_prof_list li + li {
      margin-top: 0.5em;
}
.ex_oem_prof_list_title {
      width: 8em;
      padding: 0.2em 0;
      background: #659FD8;
      color: #fff;
      letter-spacing: 1px;
      text-align: center;
      border-radius: 0.2em;
}
.ex_oem_prof_list .ex_oem_prof_text_box {
      margin: auto;
      width: calc(100% - 8em);
      padding: 0 0 0 1em;
}
@media screen and (max-width: 680px) {
      .ex_oem_prof_list {
            width: 95%;
      }
}
/*lead_area
-------------------------------------------------------------------*/
.ex_oem_lead_area {
      margin: 3em auto;
      font-size: 1.15em;
}
.lead_area_title {
      letter-spacing: 1px;
      line-height: 1.4;
      font-size: 1.35em;
      position: relative;
      font-weight: bold;
      padding-left: 2em !important;
      margin: auto auto 1em auto !important;
      padding-bottom: 0.5em;
}
.lead_area_title:before, .lead_area_title:after {
      content: "";
      position: absolute;
}
.lead_area_title:before {
      width: 100%;
      height: 1px;
      left: 0 !important;
      bottom: 0 !important;
      background: #659fd8;
}
.lead_area_title:after {
      background: url("../images/example-oem/foot.svg") no-repeat;
      aspect-ratio: 29/30;
      height: 3.0rem;
      bottom: auto !important;
      left: 0 !important;
      top: auto !important;
}
/*マーカーカラー
.lead_area_title .marker {
    background: linear-gradient(transparent 80%, #FEF100 20%);
}
*/
.col_yellow {
      color: #659FD8;
}
/*ex_oem_worries_area
-------------------------------------------------------------------*/
.ex_oem_worries_area {
      margin: 5em auto 5em auto;
      border: solid 1px #659FD8;
      border-radius: 0.5em;
      padding: 0em 0 2em 0;
      position: relative;
      z-index: 0;
}
.ex_oem_worries_area:before {
      content: "";
      background: #fff;
      width: 95%;
      height: 120%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
}
.ex_oem_worries_title {
      text-align: center;
      position: relative;
      transform: translateY(-2em);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
}
.ex_oem_worries_title > span {
      display: inline-block;
      font-weight: bold;
      font-size: 1.15em;
      position: relative;
      border-radius: 5em;
      z-index: 2;
}
.ex_oem_worries_title span:before {
      content: "";
      background: #659fd8;
      height: 5px;
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -0%);
      bottom: -0.4em;
}
.ex_oem_worries_inner {
      display: flex;
      justify-content: space-between;
      gap: 0 5%;
      width: 90%;
      margin: auto;
      align-items: flex-start;
}
.ex_oem_worries_inner .text_box {
      width: 100%;
      background: #f2f2f2;
      border-radius: 1em;
      position: relative;
      padding: 1.5em 2.5em;
      font-size: 1.15em;
      line-height: 1.8;
}
.ex_oem_worries_inner .text_box:before {
      content: "";
      background: url("../images/example-oem/ex_oem_mv_name_gray.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 31/21;
      width: 1.87em;
      position: absolute;
      left: -1.2em;
      top: 50%;
      transform: translate(-0%, -50%) rotate(90deg);
}
.ex_oem_worries_inner .img {
      width: 15em;
      font-size: 1.2rem;
      text-align: center;
      margin: auto;
}
.ex_oem_worries_inner .img .img_ci {
      overflow: hidden;
      background: #fff;
      display: block;
      margin: 0 auto 1em auto;
      position: relative;
}
.ex_oem_worries_inner .img .img_ci:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/example-oem/thum_maru.svg") no-repeat;
      width: 100%;
      aspect-ratio: 1/1;
}
.ex_oem_worries_inner .img .img_ci, .ex_oem_worries_inner .img_ci img {
      height: 15em;
      aspect-ratio: 1/1;
}
.ex_oem_worries_inner .img_ci img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
@media screen and (max-width: 960px) {
      .ex_oem_worries_inner .img .img_ci, .ex_oem_worries_inner .img_ci img {
            height: 10em;
      }
}
@media screen and (max-width: 680px) {
      .ex_oem_worries_inner .img .img_ci, .ex_oem_worries_inner .img_ci img {
            height: 10em;
      }
      .ex_oem_worries_inner {
            display: block;
      }
      .ex_oem_worries_inner .img {
            width: 15em;
            font-size: 1.2rem;
            text-align: center;
            margin: auto;
            margin-bottom: 2.5em;
      }
      .ex_oem_worries_inner .img .img_ci {
            text-align: center;
            margin: auto auto 0.5em auto;
      }
      .ex_oem_worries_inner .text_box {
            padding: 1.8em 1.5em 1.5em 1.5em;
      }
      .ex_oem_worries_inner .text_box {
            font-size: 1.0em;
      }
      .ex_oem_worries_inner .text_box:before {
            content: "";
            background: url(../images/example-oem/ex_oem_mv_name_ff.svg) no-repeat;
            background-size: contain;
            aspect-ratio: 31 / 21;
            width: 1.87em;
            position: absolute;
            left: 48%;
            top: -1.2em;
            transform: translate(-50%, -0%) rotate(-180deg);
      }
}
/*ex_oem_point_area
-------------------------------------------------------------------*/
.ex_oem_point_area {
      margin: 5em auto 5em auto;
      border: solid 1px #659FD8;
      border-radius: 0.5em;
      padding: 0em 0 2em 0;
      position: relative;
      z-index: 0;
}
.ex_oem_point_area:before {
      content: "";
      background: #fff;
      width: 95%;
      height: 120%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
}
.ex_oem_point_title {
      text-align: center;
      position: relative;
      transform: translateY(-2em);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
}
.ex_oem_point_title > span {
      display: inline-block;
      font-weight: bold;
      font-size: 1.15em;
      position: relative;
      border-radius: 5em;
      z-index: 2;
      color: #659fd8;
}
.ex_oem_point_title span:before {
      content: "";
      background: #659fd8;
      height: 5px;
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -0%);
      bottom: -0.4em;
}
@media screen and (max-width: 1200px) {
      .ex_oem_point_title > span {
            min-width: inherit;
            max-width: 90%;
            margin: auto;
      }
}
.ex_oem_point_inner {
      width: 90%;
      margin: auto;
      padding: 1.5em 2em;
      background: #f2f2f2;
      border-radius: 0.5em;
}
@media screen and (max-width: 1200px) {
      .ex_oem_point_inner {
            width: 90%;
            padding: 1em 1em;
      }
}
.ex_oem_point_list {
      display: flex;
      flex-wrap: wrap;
}
.ex_oem_point_list > li {
      width: calc((100% /2));
      font-size: 1.6rem;
      padding: 1em 1em 1em 0;
      border-bottom: dashed 1px #222222;
      border-right: dashed 1px #222222;
}
.ex_oem_point_list > li:nth-child(2n) {
      border-right: none;
      padding: 1em 0 1em 1em;
}
.ex_oem_point_list > li:nth-last-child(-n+2) {
      border-bottom: none !important;
}
/*.ex_oem_point_list > li:first-child {
    border-top: dashed 1px #CCCCCC;
}*/
.ex_oem_point_list_title {
      background: #9aa8b2;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-radius: 0.3em;
      padding: 0.3em 0;
}
.ex_oem_point_inner .text_box {
      margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
      .ex_oem_point_list {
            display: block;
      }
      .ex_oem_point_list > li {
            width: auto;
            padding: 1em 0 1em 0;
            border-right: none;
      }
      .ex_oem_point_list > li:nth-child(2n) {
            border-right: none;
            padding: 1em 0 1em 0;
      }
      .ex_oem_point_list > li:nth-last-child(-n+2) {
            border-bottom: dashed 1px #222222 !important;
      }
      .ex_oem_point_list > li:last-child {
            border-bottom: none !important;
      }
      .ex_oem_point_list_title {
            padding: 0.3em 1em;
            margin-bottom: 0.5em;
      }
}
@media screen and (max-width: 480px) {
      .ex_oem_point_list > li {
            font-size: 1.4rem;
      }
}
/*ex_oem_point_img*/
.ex_oem_point_img img {
      width: 100%;
}
/*ex_oem_point_answer_area
-------------------------------------------------------------------*/
.ex_oem_point_answer_area {
      margin: 5em auto;
}
.ex_oem_point_answer + .ex_oem_point_answer {
      margin-top: 4em;
}
/*ex_oem_point_answer_title*/
.ex_oem_point_answer_title {
      background: #9aa8b2;
      color: #fff;
      font-weight: bold;
      border-radius: 0.3em;
      padding: 0.3em 0.5em 0.3em 0.8em;
      margin-bottom: 2.5em;
}
@media screen and (max-width: 680px) {
      .ex_oem_point_answer_title {
            margin-bottom: 1.5em;
      }
}
/*ex_oem_point_answer_subtitle*/
.ex_oem_point_answer_subtitle {
      letter-spacing: 1px;
      line-height: 1.4;
      font-size: 1.35em;
      position: relative;
      font-weight: bold;
      padding-left: 2em;
      margin-bottom: 1em;
      padding-bottom: 0.5em;
}
.ex_oem_point_answer_subtitle:before, .ex_oem_point_answer_subtitle:after {
      content: "";
      position: absolute;
}
.ex_oem_point_answer_subtitle:before {
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
      background: #659fd8;
}
.ex_oem_point_answer_subtitle:after {
      background: url(../images/example-oem/foot.svg) no-repeat;
      aspect-ratio: 29 / 30;
      height: 3.0rem;
      left: 0;
      top: 0;
}
/*ex_oem_parts
-------------------------------------------------------------------*/
.ex_oem_parts ol li:before {
      content: counter(number)"." !important;
      background: transparent !important;
      color: #000 !important;
      top: 0.5em !important;
      font-size: 1em !important;
      -webkit-transform: translateY(0%) !important;
      transform: translateY(0%) !important;
}
.blog_detail .main_area .ex_oem_parts ol {
      padding: 0 !important;
}
.ex_oem_parts a {
      text-decoration: underline !important;
}
.ex_oem_parts a:hover {
      text-decoration: none !important;
}
/*kutsu_link_area
-------------------------------------------------------------------*/
.kutsu_link_area {
      margin: 8em auto 8em auto;
      background: #9AA8B2 url("../images/example-oem/kutsu_logo.svg") no-repeat;
      background-position: center bottom -0.5em;
      background-size: 105%;
      border-radius: 0.5em;
      padding: 1em 0 3em 0;
}
.kutsu_link_title {
      margin: auto;
      text-align: center;
      transform: translateY(-2.5em);
}
.kutsu_link_title > span {
      background: #659FD8;
      display: inline-block;
      padding: 0.5em 1em;
      min-width: 15em;
      color: #fff;
      font-weight: bold;
      font-size: 1.15em;
      border-radius: 5em;
      letter-spacing: 1px;
}
.kutsu_link_inner {
      width: 88%;
      margin: auto;
}
.kutsu_link_inner .img {
      overflow: hidden;
      border-radius: 1rem;
}
.kutsu_link_inner .text_box {
      font-size: 1.15em;
      text-align: center;
      padding: 2.5em 0 0 0;
      color: #fff;
}
/*.kutsu_link_inner .text_box .btn {
    margin-top: 1em;
}*/
.kutsu_link_inner .text_box .btn a {
      /*    background: #FEF100;
    color: #000;*/
      box-shadow: 0px 0px 17px -2px #777777;
}
/*.kutsu_link_inner .text_box .btn .btn_arrow:before {
    background: url("../images/arrow_black.svg") no-repeat;
}*/
@media screen and (max-width: 960px) {
      .kutsu_link_area {
            margin: 4em auto 4em auto;
      }
}
@media screen and (max-width: 480px) {
      .kutsu_link_inner .text_box .btn a {
            padding: 10px 2em;
      }
}
/*ex_oem_value_area
-------------------------------------------------------------------*/
.ex_oem_value_area {
      margin: 5em auto;
      padding: 3em;
      border-radius: 0.5em;
      background: #F2F2F2;
}
@media screen and (max-width: 960px) {
      .ex_oem_value_area {
            margin: 2em auto;
            padding: 3em 1.5em;
      }
}
.ex_oem_value_title_flex {
      display: flex;
      gap: 0 3%;
      align-items: center;
}
.ex_oem_value_title_flex .img {
      width: calc(100% - 6.1em);
}
.ex_oem_value_title_flex .img {
      text-align: center;
      overflow: hidden;
      display: block;
      position: relative;
}
.ex_oem_value_title_flex .img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/example-oem/thum_maru_gray.svg) no-repeat;
      width: 100%;
      aspect-ratio: 1 / 1;
}
.ex_oem_value_title_flex .img, .ex_oem_value_title_flex .img img {
      width: 6.1em;
      aspect-ratio: 1/1;
}
.ex_oem_value_title_flex .img img {
      width: 99%;
      object-fit: cover;
      object-position: center;
      background: #fff;
}
/*ex_oem_value_lead*/
.ex_oem_value_lead {
      letter-spacing: 1px;
      padding: 1em 0;
      margin-bottom: 1em;
}
/*ex_oem_value_ff*/
.ex_oem_value_ff {
      background: #fff;
      border-radius: 0.5rem;
      padding: 0.8em 1.8em 1.8em 1.8em;
      font-size: 1.6rem;
}
.ex_oem_value_ff_bold {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 1em auto 1em 0;
}
.ex_oem_value_subtitle {
      background: #659FD8;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-radius: 0.3em;
      padding: 0.3em 0.5em;
      min-width: 10em;
      display: inline-block;
      margin-bottom: 1em;
}
/*ex_oem_value_title*/
.ex_oem_value_title {
      font-size: 2.4rem;
      font-weight: bold;
}
@media screen and (max-width: 680px) {
      .ex_oem_value_title {
            font-size: 2.2rem;
      }
      .ex_oem_value_ff {
            padding: 0.8em 1.5em 1.5em 1.5em;
      }
}
@media screen and (max-width: 480px) {
      .ex_oem_value_title {
            font-size: 1.8rem;
      }
      .ex_oem_value_ff {
            font-size: 1.4rem;
      }
}
/*ex_oem_author_area
-------------------------------------------------------------------*/
.ex_oem_author_area {
      margin: 5em auto;
      padding: 2em 3em;
      border-radius: 0.5em;
      background: #F2F2F2;
}
@media screen and (max-width: 960px) {
      .ex_oem_author_area {
            margin: 1em auto;
            padding: 2em;
      }
}
.ex_oem_author_title {
      position: relative;
      z-index: 1;
      padding: 0.5em 0 0.5em 2em;
}
.ex_oem_author_title span {
      z-index: 2;
      position: relative;
      font-size: 2.2rem;
      font-weight: bold;
      letter-spacing: 1px;
}
.ex_oem_author_title:before, .ex_oem_author_title:after {
      content: "";
      position: absolute;
      left: 0;
}
.ex_oem_author_title:before {
      height: 1px;
      background: #659FD8;
      z-index: 0;
      width: 100%;
      bottom: 0;
}
.ex_oem_author_title:after {
      background: url("../images/example-oem/pen.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 26/34;
      width: 2.6rem;
      z-index: 3;
      top: 50%;
      transform: translate(-0%, -50%);
}
/*ex_oem_author_flex*/
.ex_oem_author_flex {
      display: flex;
      align-items: flex-start;
      gap: 5%;
      margin-top: 1em;
}
.ex_oem_author_flex .img {
      width: 14.5rem;
      position: relative;
      text-align: center;
      overflow: hidden;
      display: block;
}
.ex_oem_author_flex .img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/example-oem/thum_maru_gray.svg) no-repeat;
      width: 100%;
      aspect-ratio: 1 / 1;
}
.ex_oem_author_flex .img, .ex_oem_author_flex .img img {
      width: 9.8em;
      aspect-ratio: 1/1;
}
.ex_oem_author_flex .img img {
      width: 99%;
      object-fit: cover;
      object-position: center;
      background: #fff;
}
.ex_oem_author_flex .text_box {
      width: calc(100% - 14.5rem);
}
/*ex_oem_author_flex_title*/
.ex_oem_author_flex_title {
      background: #F2F2F2;
      font-size: 2.2rem;
      color: #659FD8;
      font-weight: bold;
      letter-spacing: 1px;
}
.ex_oem_author_flex_text {
      color: #659fd8;
}
@media screen and (max-width: 680px) {
      .ex_oem_author_area {
            padding: 1.5em;
      }
      .ex_oem_author_flex {
            display: block;
      }
      .ex_oem_author_flex .img {
            margin: auto auto 1em auto;
      }
      .ex_oem_author_flex .text_box {
            width: auto;
      }
      .ex_oem_author_title span {
            padding: 0.5em 1em 0.5em 1.5em;
      }
      .ex_oem_author_title:after {
            width: 2.0rem;
      }
}
/*ex_oem_list
-------------------------------------------------------------------*/
/*ex_oem_slider
---------------------------------*/
.ex_oem_list.ex_oem_slider li {
      display: inherit !important;
      margin: 0 10px;
}
.ex_oem_list.ex_oem_slider li .ex_oem_tag_list li {
      margin: auto 0 !important;
}
/*矢印*/
.ex_oem_slider .slick-prev:before, .ex_oem_slider .slick-next:before {
      content: none;
}
.ex_oem_slider .slick-prev, .ex_oem_slider .slick-next {
      background: #fff;
      border: 2px solid #4d7ab9;
      border-radius: 300px;
      height: 50px !important;
      aspect-ratio: 1/1;
      width: auto !important;
      transition: all 0.15s ease;
      top: 40%;
      position: absolute;
      transform: translate(-0%, -50%);
}
.ex_oem_slider .slick-prev {
      left: -27px !important;
}
.ex_oem_slider .slick-next {
      right: -30px !important;
}
.ex_oem_slider .slick-prev:hover, .ex_oem_slider .slick-next:hover, .ex_oem_slider .slick-prev:active, .ex_oem_slider .slick-next:active, .ex_oem_slider .slick-prev:focus, .ex_oem_slider .slick-next:focus {
      background: #4d7ab9;
}
.ex_oem_slider .slick-prev:after, .ex_oem_slider .slick-next:after {
      top: calc(50% - 7px);
      margin-top: 0;
      width: 7px;
      height: 7px;
      border-top: 2px solid #4d7ab9;
      border-right: 2px solid #4d7ab9;
      -webkit-transform: rotate(-136deg) translate(-0%, -50%);
      transform: rotate(-136deg) translate(-0%, -50%);
      right: auto !important;
      left: 23px;
}
.ex_oem_slider .slick-next:after {
      top: 50%;
      -webkit-transform: rotate(45deg) translate(-0%, -50%);
      transform: rotate(45deg) translate(-0%, -50%);
      left: auto;
      right: 23px !important;
}
.ex_oem_slider .slick-prev:hover:after, .ex_oem_slider .slick-next:hover:after, .ex_oem_slider .slick-prev:active:after, .ex_oem_slider .slick-next:active:after, .ex_oem_slider .slick-prev:focus:after, .ex_oem_slider .slick-next:focus:after {
      border-top: 2px solid #fff !important;
      border-right: 2px solid #fff !important;
}
@media screen and (max-width: 1260px) {
      .ex_oem_slider .slick-prev {
            left: -0px !important;
      }
      .ex_oem_slider .slick-next {
            right: -0px !important;
      }
}
/*ex_oem_archive_list
---------------------------------*/
.ex_oem_list.ex_oem_archive_list {
      flex-wrap: wrap !important;
      gap: 2em 5% !important;
	      padding-bottom: 3em;
}
.ex_oem_list.ex_oem_archive_list > li {
      width: 30%;
}
@media screen and (max-width: 680px) {
      .ex_oem_list.ex_oem_archive_list {
            display: block;
            width: auto;
      }
      .ex_oem_list.ex_oem_archive_list > li {
            width: 100%;
            margin-bottom: 3em;
      }
}
/*ex_oem_list
---------------------------------*/
.ex_oem_list {
      display: flex;
      gap: 3%;
      font-size: 1.6rem;
}
.ex_oem_list > li {
      width: 33%;
}
@media screen and (max-width: 680px) {
      .ex_oem_list {
            width: 80%;
            margin: auto;
      }
      .ex_oem_list > li {
            width: 100%;
      }
      .ex_oem_list.ex_oem_slider {
            width: auto;
            margin: auto;
      }
      .ex_oem_list.ex_oem_slider > li {
            width: 100%;
      }
}
.ex_oem_list a {
      display: block;
}
.ex_oem_list a p img {
      width: 100%;
      overflow: hidden;
      border-radius: 0.5em;
      aspect-ratio: 260/200;
      object-fit: cover;
      object-position: center;
}
.com_date {
      font-weight: bold;
      margin: 1em 0;
}
.ex_oem_list .title {
      text-decoration: underline;
}
.ex_oem_list .title:hover {
      text-decoration: none;
}
/*ex_oem_blog_bottom
-------------------------------------------------------------------*/
.ex_oem_blog_bottom {
      margin-top: 7em;
}
.ex_oem_blog_bottom > * {
      margin-bottom: 6em;
}
@media screen and (max-width: 960px) {
      .ex_oem_blog_bottom {
            margin-top: 5em;
      }
}
.ex_oem_blog_bottom .btn {
      padding: 0 !important;
}
/*pagination oem
-------------------------------------------------------------------*/
.ex_oem_aera .pagination {
      margin-top: 1em;
      margin-bottom: 5em;
}
.ex_oem_aera .pagination span.current, .ex_oem_aera .pagination a:hover {
      background: #659FD8;
      border-radius: 10em;
}
.ex_oem_aera .pagination span.current, .ex_oem_aera .pagination a:hover, .ex_oem_aera .pagination a {
      padding: 5px 14px;
}
.ex_oem_aera .pagination a:hover {
      color: #fff;
}
.ex_oem_aera .pagination a {
      border-radius: 10em;
      color: #000;
      background-color: #F2F2F2;
}
@media screen and (max-width: 960px) {
      .ex_oem_aera .pagination span.current, .ex_oem_aera .pagination a:hover, .ex_oem_aera .pagination a {
            padding: 5px 12px;
      }
}
@media screen and (max-width: 680px) {
      .ex_oem_aera .pagination {
             margin-top: 1em;
            margin-bottom: 7em;
      }
      .ex_oem_aera .pagination span.current, .ex_oem_aera .pagination a:hover, .ex_oem_aera .pagination a {
            padding: 3px 12px;
      }
}
/*フローティングバナー*/
.kotei_column_bnr.bnr_hidden {
      display: none;
}
.kotei_column_bnr_close img {
      max-width: 100%;
      height: auto;
}
.kotei_column_bnr {
      position: fixed;
      bottom: 60px;
      right: 20px;
      max-width: 238px;
      width: 100%;
      z-index: 10000;
}
.kotei_column_bnr_close {
      position: absolute;
      top: -5px;
      right: -5px;
      max-width: 24px;
      width: 100%;
      cursor: pointer;
}
@media (min-width: 1px) and (max-width: 680px) {
      .kotei_column_bnr {
            max-width: 742px;
            width: 95%;
            bottom: 20px;
            right: 0;
            left: 0;
            margin: auto;
      }
      .kotei_column_bnr_close {
            top: -7px;
            right: -7px;
      }
      .kotei_column_bnr img {
            width: 100%;
      }
}