@charset "UTF-8";
/* --------------------------------------
BASE
-------------------------------------- */
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url("../fonts/NotoSerifJP-Regular.ttf");
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url("../fonts/NotoSerifJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../fonts/NotoSerifJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url("../fonts/NotoSerifJP-Bold.ttf");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Forum";
  src: url("../fonts/Forum-Regular.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSerifJP-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #092d4c;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (min-width: 1281px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

em {
  font-style: normal;
}

.display_sp,
.br_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .display_sp,
  .br_sp {
    display: none;
  }
}

.display_pc,
.br_pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .display_pc,
  .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br_tab {
    display: inline-block;
  }
}

em {
  font-style: normal;
}

.js_fadeup {
  transform: translateY(20px);
  opacity: 0;
}

/* --------------------------------------
HEADER
-------------------------------------- */
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}
header .hd_inner {
  background: transparent;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
}
header .hd_nav_list > li > a {
  display: block;
}
@media screen and (min-width: 1281px) {
  header {
    padding: 40px 20px;
  }
  header .hd_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #hd_btn_sp {
    display: none;
  }
  header .hd_nav_list {
    display: flex;
  }
  header .hd_nav_list > li {
    position: relative;
  }
  header .hd_nav_list > li > a {
    padding: 0 25px;
    line-height: 60px;
  }
  header .hd_nav_sp {
    display: none;
  }
  header .hd_nav_sub_wrap.is_open .hd_nav_sub {
    max-height: 300px;
    pointer-events: auto;
    opacity: 1;
  }
  header .hd_nav_sub {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -86px;
    background: transparent;
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.7s ease, opacity 0.4s ease;
    pointer-events: none;
  }
  header .hd_nav_sub a {
    text-align: center;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
  }
  header .hd_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  header {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1280px) {
  header .hd_inner {
    display: flex;
    align-items: center;
  }
  header .hd_nav_pc {
    display: none;
  }
  header .hd_nav_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.788);
    border: 1px solid #707070;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  header .hd_nav_sp.js_open {
    opacity: 1;
    visibility: visible;
  }
  header .hd_nav_list {
    width: calc(100% - 20px);
    max-width: 330px;
    margin: 0 auto;
  }
  header .hd_nav_list > li {
    border-bottom: 1px solid #092d4c;
  }
  header .hd_nav_list > li > a {
    padding: 17px 20px;
  }
  header .hd_nav_sub_wrap {
    position: relative;
  }
  header .hd_nav_sub {
    padding: 0 40px 0 40px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  header .hd_nav_sub li {
    margin-bottom: 5px;
  }
  header .hd_nav_sub a {
    font-size: 14px;
  }
  header .hd_nav_sub a:before {
    content: "・";
    color: #00bff2;
    margin-right: 3px;
  }
  header .btn_sub_open {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  header .btn_sub_open::before, header .btn_sub_open::after {
    content: "";
    position: absolute;
    background-color: #092d4c;
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  header .btn_sub_open::before {
    transform: translate(-50%, -50%);
  }
  header .btn_sub_open::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  header .btn_sub_open.js_active::after {
    opacity: 0;
    height: 0;
    background: #fff;
  }
  header .btn_sub_open.js_active + .hd_nav_sub {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 10px;
  }
  header #hd_btn_sp {
    position: fixed;
    top: 22px;
    right: 27px;
    width: 32px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1000;
  }
  header #hd_btn_sp span {
    display: block;
    height: 1px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  header #hd_btn_sp.js_active span:nth-child(1) {
    transform: rotate(35deg) translate(6px, 6px);
  }
  header #hd_btn_sp.js_active span:nth-child(2) {
    opacity: 0;
  }
  header #hd_btn_sp.js_active span:nth-child(3) {
    transform: rotate(-35deg) translate(6px, -6px);
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 10px;
  }
}

/* --------------------------------------
FOOTER
-------------------------------------- */
footer {
  font-family: "NotoSerifJP-Regular";
  position: relative;
  background: #fff;
}
.home footer, .business footer, .blog footer, .category footer {
  background: #dcecf7;
}
@media screen and (min-width: 768px) {
  .home footer {
    margin-bottom: 450px;
  }
}
@media screen and (max-width: 767px) {
  .home footer {
    margin-bottom: 520px;
  }
}
footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #092d4c;
  position: absolute;
  top: 0;
  left: 0;
}
footer .l_inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
footer .address {
  margin-top: 20px;
}
footer .ft_nav li a {
  font-size: 14px;
}
footer .ft_bottom {
  font-size: 12px;
  border-top: 1px solid #fff;
}
footer .ft_link_list_wrap {
  margin-top: 20px;
  display: none;
}
footer .ft_link_list {
  display: flex;
}
footer .ft_link_list li + li {
  margin-left: 10px;
}
footer .btn_ft {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #092d4c;
  text-align: center;
}
footer .link_txt {
  font-family: "NotoSansJP-Regular";
}
@media screen and (min-width: 1281px) {
  footer .ft_nav + .ft_nav {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 100px 0 30px;
  }
  footer:before {
    border-radius: 80px 80px 0 0;
  }
  footer .ft_main {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_nav_wrap {
    display: flex;
  }
  footer .ft_bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 15px;
  }
  footer .ft_link_list {
    justify-content: flex-end;
  }
  footer .list_sub a {
    padding-left: 10px;
    position: relative;
  }
  footer .list_sub a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: -3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer .ft_info {
    font-size: 14px;
  }
  footer .ft_nav_wrap {
    position: relative;
    padding-right: 120px;
  }
  footer .ft_nav + .ft_nav {
    margin-left: 35px;
  }
  footer .btn_ft {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 65px 0 60px;
  }
  footer:before {
    border-radius: 40px 40px 0 0;
  }
  footer .ft_nav_wrap {
    display: none;
  }
  footer .ft_info {
    text-align: center;
  }
  footer .ft_bottom {
    text-align: center;
    padding-top: 15px;
    margin-top: 60px;
  }
  footer .ft_link_list {
    justify-content: center;
  }
  footer .copyright {
    margin-top: 20px;
  }
}

/* --------------------------------------
LAYOUT
-------------------------------------- */
body {
  background: #fff;
}

.l_main {
  overflow-x: hidden;
}

.l_flex {
  display: flex;
}

.l_flex_reverse {
  flex-direction: row-reverse;
}

.l_page_content {
  position: relative;
}

.l_inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner {
    max-width: 640px;
  }
}

.l_inner_s {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_inner_s {
    max-width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner_s {
    max-width: 640px;
  }
}

/* --------------------------------------
TEXT
-------------------------------------- */
.en {
  font-family: "Forum";
}

.title_sec {
  font-family: "Forum", "NotoSerifJP-Bold";
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1281px) {
  .title_sec {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_sec {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec {
    font-size: 32px;
  }
}

.title_sec_ja {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_sec_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_ja {
    font-size: 12px;
  }
}

.sec_title_wrap .title_sec:before {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00bff2;
}
.sec_title_wrap .title_sec:after {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec_title_wrap .title_sec:before {
    width: 27px;
  }
  .sec_title_wrap .title_sec:after {
    width: 91px;
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec_title_wrap .title_sec:before {
    width: 17px;
  }
  .sec_title_wrap .title_sec:after {
    width: 58px;
    left: 18px;
  }
}

.sec_title_wrap_d .title_sec:after {
  background: #092d4c;
}

.sec_title_wrap_w .title_sec:after {
  background: #00bff2;
}

.sec_title_wrap_center {
  text-align: center;
}
.sec_title_wrap_center .title_sec:before {
  content: "";
  width: 120px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}

@media screen and (min-width: 1281px) {
  .title_m {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_m {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_m {
    font-size: 18px;
  }
}

@media screen and (min-width: 1281px) {
  .title_s {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_s {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_s {
    font-size: 18px;
  }
}

/* --------------------
TITLE_PAGE_WRAP
-------------------- */
.title_page_wrap {
  position: relative;
}
.title_page_wrap .l_inner {
  position: relative;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
.title_page_wrap .title_page_ja {
  font-size: 16px;
  background: #00bff2;
  color: #fff;
  line-height: 23px;
  display: inline-block;
  border-radius: 10px 0 0 0;
  padding: 0 10px;
}
.title_page_wrap .title_page {
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 1281px) {
  .title_page_wrap {
    height: 610px;
  }
  .title_page_wrap .title_page_inner {
    padding-right: 130px;
  }
  .title_page_wrap .title_page {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_page_wrap .title_page {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .title_page_wrap {
    height: 550px;
  }
  .title_page_wrap .l_inner {
    justify-content: flex-end;
  }
  .title_page_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../../assets/img/common/frame_title_bottom_pc.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .blog .title_page_wrap, .category .title_page_wrap {
    background: url(../../assets/img/products/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .post-type-archive-topics .title_page_wrap, .post-type-archive-media_info .title_page_wrap {
    background: url(../../assets/img/topics/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .about .title_page_wrap {
    background: url(../../assets/img/about/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .business .title_page_wrap {
    background: url(../../assets/img/business/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact-confirm .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact-thanks .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .privacypolicy .title_page_wrap {
    background: url(../../assets/img/privacypolicy/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .error404 .title_page_wrap {
    background: url(../../assets/img/privacypolicy/main_bg_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap {
    height: 550px;
  }
  .title_page_wrap .l_inner {
    justify-content: flex-start;
  }
  .title_page_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../../assets/img/common/frame_title_bottom_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .title_page_wrap .title_page {
    font-size: 38px;
  }
  .blog .title_page_wrap, .category .title_page_wrap {
    background: url(../../assets/img/products/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .post-type-archive-topics .title_page_wrap, .post-type-archive-media_info .title_page_wrap {
    background: url(../../assets/img/topics/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .about .title_page_wrap {
    background: url(../../assets/img/about/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .business .title_page_wrap {
    background: url(../../assets/img/business/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact-confirm .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .contact-thanks .title_page_wrap {
    background: url(../../assets/img/contact/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .privacypolicy .title_page_wrap {
    background: url(../../assets/img/privacypolicy/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .error404 .title_page_wrap {
    background: url(../../assets/img/privacypolicy/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

/* --------------------------------------
LINK
-------------------------------------- */
.btn {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.btn:after {
  content: "";
  background: #00bff2;
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  transition: 0.3s;
}
.btn:hover:after {
  transform: scale(1.4, 1.4);
}
@media screen and (min-width: 768px) {
  .btn {
    width: 220px;
  }
  .btn:after {
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    margin-top: -7.5px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 200px;
    font-size: 14px;
  }
  .btn:after {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-top: -6px;
  }
}

.btn_b {
  border: 1px solid #007dbf;
}

.btn_w {
  border: 1px solid #fff;
  color: #fff;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-block;
  margin: 5px 3px;
  line-height: 40px;
}
.wp-pagenavi .page {
  background: #092d4c;
}
.wp-pagenavi .current {
  background: #00bff2;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}

/* --------------------------------------
LIST
-------------------------------------- */
.list_breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.list_breadcrumb li,
.list_breadcrumb a {
  font-size: 12px;
}
.list_breadcrumb li {
  position: relative;
}
.list_breadcrumb li + li {
  padding-left: 30px;
}
.list_breadcrumb li + li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../../assets/img/common/icon_breadcrumb.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (min-width: 1281px) {
  .list_breadcrumb {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_breadcrumb {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .list_breadcrumb {
    margin-top: -15px;
  }
}

.list_products h4 {
  font-family: "NotoSerifJP-Bold";
  margin-top: 10px;
}
.list_products h4 + p {
  margin-top: 3px;
}
.list_products .thumb {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1281px) {
  .list_products .product {
    width: calc((100% - 160px) / 3);
  }
  .list_products .product:nth-child(n+4) {
    margin-top: 40px;
  }
  .list_products .product:not(:nth-child(3n+1)) {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_products .product {
    width: calc((100% - 40px) / 3);
  }
  .list_products .product:nth-child(n+4) {
    margin-top: 20px;
  }
  .list_products .product:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list_products {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .list_products {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .list_products .product:nth-child(n+2) {
    margin-top: 20px;
  }
  .list_products .product p {
    font-size: 14px;
  }
}

.list_products_l .thumb img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.list_products_l .list_product_detail li dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_products_l .list_product_detail li dt {
  text-align: center;
  border-radius: 10px 0 0 0;
}
.list_products_l .list_product_detail li dt,
.list_products_l .list_product_detail li dd {
  padding: 10px;
  font-weight: normal;
}
.list_products_l .list_product_detail li:nth-child(odd) dt,
.list_products_l .list_product_detail li:nth-child(odd) dd {
  background: #f6f7f8;
}
.list_products_l .list_product_detail li:nth-child(even) dt,
.list_products_l .list_product_detail li:nth-child(even) dd {
  background: #ffffff;
}
.list_products_l .list_product_detail li:first-child dt,
.list_products_l .list_product_detail li:first-child dd {
  background: #092d4c;
  color: #fff;
}
.list_products_l .list_product_detail dl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .list_products_l .product {
    display: flex;
    justify-content: space-between;
  }
  .list_products_l .product + .product {
    margin-top: 80px;
  }
  .list_products_l .thumb {
    width: 47%;
  }
  .list_products_l .list_product_detail {
    width: 47%;
  }
  .list_products_l .list_product_detail dt {
    width: 160px;
  }
  .list_products_l .list_product_detail dd {
    width: calc(100% - 162px);
  }
}
@media screen and (max-width: 767px) {
  .list_products_l .product + .product {
    margin-top: 40px;
  }
  .list_products_l .thumb {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .list_products_l .list_product_detail {
    margin-top: 20px;
  }
  .list_products_l .list_product_detail li:nth-child(n+2) dt,
  .list_products_l .list_product_detail li:nth-child(n+2) dd {
    font-size: 14px;
  }
  .list_products_l .list_product_detail dt {
    width: 80px;
  }
  .list_products_l .list_product_detail dd {
    width: calc(100% - 82px);
  }
}

.list_topics .topic {
  border-bottom: 1px solid #ccc;
}
.list_topics .date {
  color: #00bff2;
}
@media screen and (min-width: 768px) {
  .list_topics .topic {
    padding: 20px;
  }
  .list_topics .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .list_topics .topic {
    padding: 15px 0;
  }
  .list_topics .date {
    font-size: 12px;
  }
}

.list_media {
  flex-wrap: wrap;
}
.list_media .media {
  text-align: center;
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.list_media .media h3 {
  margin-top: 10px;
  line-height: 1.5;
}
.list_media .media .thumb {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1281px) {
  .list_media .media {
    width: calc((100% - 100px) / 3);
  }
  .list_media .media:not(:nth-child(3n+1)) {
    margin-left: 50px;
  }
  .list_media .media:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .list_media {
    display: flex;
    margin-top: 60px;
  }
  .list_media .media {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_media .media {
    width: calc((100% - 40px) / 3);
  }
  .list_media .media:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .list_media .media:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_media {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
  .list_media .media + .media {
    margin-top: 20px;
  }
  .list_media .media h3 {
    font-size: 14px;
  }
}

/* --------------------------------------
PARTS
-------------------------------------- */
/* --------------------------------------
PAGE
-------------------------------------- */
/* --------------------------------------
SECTION
-------------------------------------- *//*# sourceMappingURL=common.css.map */