body {
  font-family: noto-sans-cjk-jp,'Noto Sans JP', sans-serif;
  color: #666;
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
a {
  color: #000;
  font-family: noto-sans-cjk-jp,'Noto Sans JP', sans-serif;
  transition: all .2s ease 0s;
}
a:hover {
  opacity: .6;
}

/* text-style */

h1,
h2 {
  color: #333;
  font-family: 'Noto Serif JP', serif;
}

h1 {
  font-size: 76px;
  letter-spacing: 5px;
}
h1 + p,
h2 + p {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 1.8;
  margin-top: 28px;
}

h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 5px;
}

h3 {
  color: #333;
  font-family: noto-sans-cjk-jp,'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 5px;
}
h3 + p {
  color: #333;
  font-family: noto-sans-cjk-jp,'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
}

.section_title {
  margin-bottom: 50px;
}
.section_title.center {
  text-align: center;
}
.size-s {
  font-size: 16px;
}
.blank {
  padding-right: 18px;
  position: relative;
}
.blank:before {
  background: url(../images/i_link_blank_on.png) no-repeat;
  background-size: 14px;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 14px;
}
.blank:hover:before {
  opacity: .6;
}
.top_text-forPC {
  display: initial;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: 2.6px;
  }
  h1 + p,
  h2 + p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  h2 + p {
    line-height: 2.2;
  }
  h3 {
    font-size: 30px;
    letter-spacing: 2.5px;
  }
  h3 + p {
    font-size: 14px;
  }
  .section_title {
    margin-bottom: 30px;
  }
  .size-s {
    font-size: 14px;
  }
  .blank {
    padding-right: 16px;
  }
  .blank:before {
    background-size: 12px;
    height: 12px;
    width: 12px;
  }
  .top_text-forPC {
    display: none;
  }
}

/* inner */
.page .inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 5%;
  padding-right: 5%;
}

/* br */
.forSP {
  display: none !important;
}

.forPC {
  display: block !important;
}

.forIE {
  display: none !important;
}

@media ( max-width: 767px ) {
  .forSP {
    display: block !important;
  }

  .forPC {
    display: none !important;
  }
}

/* btn-style */
.btn_wrap {
  position: relative;
}

.btn_wrap.left {
  margin-right: auto;
}
.btn {
  color: #fff;
  display: block;
  padding: 30px 30px 30px 8px;
  width: max-content;
}
.btn.type02 {
  color: #0054a7;
  font-weight: 500;
}
.btn_arrow {
  bottom: 24px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: all .3s ease 0s;
  width: 140px;
}
.left .btn_arrow {
  left: 0;
}
.btn:hover + .btn_arrow {
  transform: translateX(10px);
}

@media screen and (max-width: 1300px) {
  .btn_arrow {
    bottom: 26px;
    right: 10px;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 28px 28px 28px 8px;
  }
  .btn_arrow {
    bottom: 22px;
    right: 10px;
    width: 115px;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn_wrap {
    text-align: right;
  }
  .btn_wrap.left {
    text-align: left;
  }
}
/* col-2_contents */
.col-2_contents {
  display: flex;
  flex-wrap: wrap;
}
.col-2_content {
  width: calc((100% - 30px) / 2);
}
.col-2_content:nth-child(odd) {
  margin-right: 15px;
}
.col-2_content:nth-child(even) {
  margin-left: 15px;
}
.col-2_head {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.col-2_head .col-2_label {
  background-color: #0054a7;
  color: #fff;
  display: block;
  letter-spacing: .12em;
  line-height: 1;
  margin-right: 20px;
  min-width: 140px;
  padding: 6px;
  text-align: center;
}
.col-2_head .col-2_label + p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .12em;
}
.col-2_img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .col-2_content {
    width: calc(100%);
  }
  .col-2_content:nth-child(odd) {
    margin-right: 0;
  }
  .col-2_content:nth-child(even) {
    margin-left: 0;
  }
  .col-2_head {
    display: block;
    margin-bottom: 30px;
  }
  .col-2_head .col-2_label {
    font-size: 14px;
    margin-bottom: 14px;
    margin-right: 0;
    min-width: 125px;
    padding: 4px 4px 6px;
    width: max-content;
  }
  .col-2_head .col-2_label + p {
    font-size: 17px;
    letter-spacing: .12em;
  }
  .col-2_img {
    margin-top: 30px;
  }
  .col-2_contents > *:not(:first-child) {
    margin-top: 50px;
  }
}


/* table_style */
.table_title {
  color: #0054a7;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .12em;
  margin-bottom: 32px;
}
.table_images {
  margin-top: 60px;
}
.table_images_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.table_images_col2 > * {
  width: calc((80% - 30px) / 2);
}
.table_images_col2 > *:first-child {
  margin-right: 15px;
}
.table_images_col2 > *:last-child {
  margin-left: 15px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tbody tr {
  border-top: 1px solid #d3d3d3;
  color: #666;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
}
table tbody tr:last-child {
  border-bottom: 1px solid #d3d3d3;
}
table tbody tr > * {
  padding: 15px 15px 15px 30px;
  text-align: left;
}
table tbody td a {
  color: #0054a7;
  font-family: 'メイリオ', Meiryo,sans-serif;
  letter-spacing: .05em;
}
table tbody th {
  background-color: #f2f6fa;
  font-weight: normal;
  letter-spacing: .05em;
  width: 25%;
}
table tbody td {
  letter-spacing: .05em;
  width: 75%;
}

.table_tel {
  color: #666;
  pointer-events: none;
}

table.table_type02 thead th {
  background-color: #f2f6fa;
  border-top: 1px solid #d3d3d3;
  color: #666;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  padding: 15px 30px 15px;
  position: relative;
}
table.table_type02 thead th:not(:first-child):before {
  border-left: 1px solid #d3d3d3;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
table.table_type02 tbody th {
  letter-spacing: .05em;
  width: 25%;
}
table.table_type02 tbody td {
  letter-spacing: .05em;
  line-height: 28px;
  width: 55%;
}
table.table_type02 tbody td:last-child {
  position: relative;
  width: 20%;
}
table.table_type02 tbody td:last-child:before {
  border-left: 1px solid #d3d3d3;
  content: '';
  height: 74px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

@media screen and (max-width: 767px) {
  .table_title {
    font-size: 18px;
    margin-bottom: 26px;
  }
  table tbody tr {
    font-size: 12px;
    font-size: 12px;
    letter-spacing: .05em;
  }
  table tbody tr > * {
    padding: 15px 15px 15px 20px;
  }
  table tbody th {
    width: 30%;
  }
  table tbody td {
    width: 70%;
  }
  table.table_type02 thead th {
    font-size: 12px;
    padding: 15px 15px 15px 20px;
  }
  table.table_type02 tbody th {
    width: 20%;
  }
  table.table_type02 tbody td {
    line-height: 28px;
    width: 55%;
  }
  table.table_type02 tbody td:last-child {
    position: relative;
    width: 25%;
  }
  .table_tel {
    color: #0054a7;
    pointer-events: initial;
  }
  .table_images_col2 > * {
    width: calc((100% - 20px) / 2);
  }
  .table_images_col2 > *:first-child {
    margin-right: 10px;
  }
  .table_images_col2 > *:last-child {
    margin-left: 10px;
  }
  .table_images {
    margin-top: 30px;
  }
  .table_scroll {
    overflow: auto;
    position: relative;
  }
  .table_scroll-inner {
    overflow-y: hidden;
    width: 1000px;
  }
}

/* scroll_style */

body.scroll_mid,
body.scroll_bottom {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body.scroll_mid,
  body.scroll_bottom {
    padding-top: 0px;
  }
}

/* header */
header {
  background-color: #fff;
  transition: all .3s ease 0s;
  width: 100%;
}
.scroll_mid header,
.scroll_bottom header {
  background-color: #fff;
  box-shadow: 0px 4px 10px -10px rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  z-index: 40;
}

.header_inner {
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}
.header_content {
	align-items: center;
  display: flex;
  justify-content: flex-end;
  transition: all .3s ease 0s;
  height: 105px;
}
.scroll_mid .header_content,
.scroll_bottom .header_content {
  height: 80px;
}
@media all and (-ms-high-contrast: none) {
  .header_content {
    justify-content: inherit;
  }
}

.header_left {
  margin-right: auto;
}
.header_right {
  height: 100%;
}
.header_logo {
  display: block;
  margin-top: 8px;
  width: 450px;
}
.header_logo img {
	width: 100%;
	height: auto;
}
.header_logo:hover {
  opacity: 1;
}
.page .header_logo {
	padding: 22px 0;
}
.header_nav {
  display: flex;
  height: 100%;
}
.header_nav > li {
  display: flex;
	align-items: center;
  height: 100%;
  line-height: 1.6;
  padding: 0 25px;
}
/*
.scroll_mid .header_nav > li,
.scroll_bottom .header_nav > li {
  padding: 30px 25px;
}
.page .header_nav > li {
  padding: 30px 25px;
}
*/
.header_nav > li:nth-child(1) {
  padding-left: 0;
}
.header_nav > li:last-child {
  padding-right: 0;
}
.header_nav > li a {
  font-weight: 500;
  transition: all .3s ease 0s;
}
.header_nav > li a:hover {
  color: #0054a7;
  opacity: 1;
}
.header_nav p {
  cursor: pointer;
  font-weight: 500;
  transition: all .3s ease 0s;
}
.header_nav p:hover {
  color: #0054a7;
}
.carton .header_product,
.jutenki .header_product,
.maintenance .header_product {
  color: #0054a7;
}
.philosophy .header_profile,
.message .header_profile,
.profile .header_profile {
  color: #0054a7;
}
.header_nav_menus {
  background-color: #0054a7;
  display: flex;
  justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 40px 0 30px;
  pointer-events: none;
  position: fixed;
  top: 105px;
  transform: translateX(-50%);
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 40;
}
.scroll_mid .header_nav_menus,
.scroll_bottom .header_nav_menus {
  top: 80px;
}
li.header_nav_hover {
  position: relative;
}
li.header_nav_hover:first-child::after {
  left: calc(50% - 10px);
}
li.header_nav_hover::after {
  background-color: #0054a7;
  bottom: 0;
  content: '';
  height: 0px;
  left: calc(50%);
  position: absolute;
  transform: translateX(calc(-50%));
  transition: all .2s ease 0s;
  width: 1px;
}
li.header_nav_hover:hover::after {
  height: 30px;
}
.scroll_mid li.header_nav_hover:hover::after,
.scroll_bottom li.header_nav_hover:hover::after {
  height: 20px;
}

.page li.header_nav_hover:hover::after {
  height: 20px;
}

.header_nav_hover:hover > .header_nav_menus {
  opacity: .95;
  pointer-events: initial;
}
.header_nav_hover:hover > p {
  color: #0054a7;
}

.header_nav_menu {
  margin: 0 15px;
}
.header_nav_menu:first-child {
  margin-left: 15px;
}
.header_nav_menu:last-child {
  margin-right: 15px;
}

.header_nav_menu a > * {
  transition: all .3s ease 0s;
}
.header_nav_menu a:hover > * {
  opacity: .6;
}
.header_nav_menu p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
.header_nav_menu p:hover {
  color: #fff;
}
.header_nav_menu p span{
font-size: 16px;
}
.header_nav_blank a {
  padding-right: 22px;
  position: relative;
}
.header_nav_blank a:after {
  background: url(../images/i_link_blank.png) no-repeat;
  background-size: 14px;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 14px;
}
.header_nav_blank a:hover:after {
  background: url(../images/i_link_blank_on.png) no-repeat;
  background-size: 14px;
}


@media screen and (max-width: 1200px) {
  .header_inner {
    margin: 0 auto;
  }
  .header_logo {
    width: 360px;
  }
  .header_nav > li {
    font-size: 14px;
    padding: 0 18px;
  }
  .page .header_nav > li {
    padding: 0 18px;
  }
}


@media screen and (max-width: 980px) {
  .header_logo {
    width: 280px;
  }
  .header_nav > li {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 50;
  }
  .scroll_mid header,
  .scroll_bottom header {
    box-shadow: 0px 4px 10px -10px rgba(0,0,0,.6);
  }

  .header_content {
    display: flex;
    justify-content: flex-end;
    transition: all .3s ease 0s;
    height: 60px;
  }
  .scroll_mid .header_content,
  .scroll_bottom .header_content {
    height: 60px;
  }
  .header_logo {
    width: auto;
  }
  .header_logo img {
    width: 282px;
    height: auto;
  }
  .header_nav {
    display: none;
  }
}

/* hamburger */
button.drawer-hamburger {
  display: none;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #00649e;
  height: 2px;
  width: 100%;
}
.drawer-hamburger {
  background-color: transparent;
  border: 0;
  box-sizing: content-box;
  display: block;
  outline: 0;
  padding: 0;
  padding: 18px .75rem 30px;
  position: fixed;
  top: 0;
  width: 2rem;
  z-index: 4;
}
.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-nav {
  background-color: rgba(4, 86, 167, .95);
  color: #fff;
  height: 100%;
  overflow: hidden;
  padding: 110px 20px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  ;
}
.drawer-brand {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  text-decoration: none;
}
.sp_menu_items dl {
  border-top: 1px solid #4d7eae;
  position: relative;
}
.sp_menu_items dl:last-child {
  border-bottom: 1px solid #4d7eae;
}
.sp_menu_items dt {
  position: relative;
}
.sp_menu_items dt::before,
.sp_menu_items dt.aco_item::after,
.sp_menu_items dt.js-aco_active::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.sp_menu_items dt.aco_item::before {
  border-bottom: 1px solid #fff;
  height: 1px;
}
.sp_menu_items dt.aco_item::after {
  border-bottom: 1px solid #fff;
  height: 1px;
  transform: translateY(-50%) rotate(90deg);
  transition: all .3s ease 0s;
}
.sp_menu_items dt.js-aco_active::after {
  transform: translateY(-50%) rotate(0deg);
}
.sp_menu_items dt.blank_item::before {
  background: url(../images/i_link_blank_white.png) no-repeat;
  background-size: 13px;
  height: 13px;
}
.sp_menu_items dt + dd {
  margin-top: 0px;
  margin-top: 14px;
}
.sp_menu_items dd {
  margin-top: 30px;
  padding-left: 55px;
}
.sp_menu_items dd:last-child {
  margin-bottom: 14px;
}
.sp_menu_items dd a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.sp_menu_item {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 1.8px;
  padding: 16px 20px;
  text-decoration: none;
}
.sp_menu_item a {
  color: #fff;
}
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.sp_menu_item:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  button.drawer-hamburger {
    display: block;
  }
}
/* footer */

footer {
  border-top: 1px solid #e3e3e2;
  margin: 0 auto;
  padding-top: 60px;
  width: 70%;
}
.footer_inner {
  margin: 0 auto;
  width: 80%;
}

.footer_navs {
  display: flex;
}
.footer_nav {
  color: #666;
  font-size: 14px;
  text-align: center;
  width: calc(100% / 4);
}
.footer_nav p {
  color: #333;
  font-weight: bold;
}
.footer_nav p + p {
  margin-top: 25px;
}
.footer_nav a {
  color: #666;
}
.footer_nav a:hover {
  color: #0054a7;
  opacity: 1;
}
.footer_nav_blank a {
  padding-right: 18px;
  position: relative;
}
.footer_nav_blank a:after {
  background: url(../images/i_link_blank.png) no-repeat;
  background-size: 12px;
  content: '';
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 13px;
}
.footer_nav_blank a:hover:after {
  background: url(../images/i_link_blank_on.png) no-repeat;
  background-size: 12px;
}
.nav_aco_item {
  margin-top: 15px;
}
.nav_aco_items .nav_aco_item:first-child {
  margin-left: 6px;
}
.nav_aco_item a span {
  font-size: 12px;
}

.nav_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.nav_sns_item {
  width: 30px;
  margin-top: 15px;
}


.footer_navs_sp {
  display: none;
}
.footer_logo {
  margin: 0 auto;
  margin-top: 70px;
  width: 250px;
}
.footer_logo a:hover {
  opacity: 1;
}
.footer_logo + p {
  color: #666;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 14px;
  margin-top: 14px;
  text-align: center;
}
.copy {
  color: #999;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 10px;
  margin-bottom: 28px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  footer {
    width: 80%;
  }
  .footer_logo + p {
  font-size: 12px;
}
}

@media screen and (max-width: 767px) {
  footer {
    border-top: none;
    padding-top: 10px;
    width: 100%;
  }
  .footer_inner {
    margin: 0 auto;
    width: 80%;
  }

  .footer_navs {
    display: none;
  }

  .footer_nav p {
    font-size: 14px;
    font-weight: normal;
  }
  .footer_nav {
    font-size: 12px;
    text-align: left;
    width: calc(100%);
  }
  .footer_navs_sp {
    display: block;
  }
  .footer_navs_sp dt {
    color: #333;
    font-size: 14px;
  }
  .footer_navs_sp dl {
    border-top: 1px solid #e3e3e2;
    position: relative;
  }
  .footer_navs_sp dl:last-child {
    border-bottom: 1px solid #e3e3e2;
  }
  .footer_navs_sp .sp_menu_item a {
    color: #666;
  }
  .footer_navs_sp .sp_menu_item:hover {
    color: #666;
  }
  .footer_navs_sp dd a {
    color: #666;
  }
  .footer_navs_sp dt.aco_item::before {
    border-bottom: 1px solid #0054a7;
    height: 1px;
  }
  .footer_navs_sp dt.aco_item::after {
    border-bottom: 1px solid #0054a7;
    height: 1px;
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s ease 0s;
  }
  .footer_navs_sp dt.js-aco_active::after {
    border-bottom: 1px solid #0054a7;
    height: 1px;
    transform: translateY(-50%) rotate(0deg);
    transition: all .3s ease 0s;
  }
  .footer_navs_sp dt.blank_item::before {
    background: url(../images/i_link_blank.png) no-repeat;
    background-size: 13px;
  }

  .footer_navs_sp .nav_sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer_navs_sp .nav_sns ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-right: 16px;
  }
  .footer_navs_sp .nav_sns_item {
    margin-top: 0;
  }


  .footer_logo {
    margin-top: 35px;
    width: 215px;
  }

  .footer_logo + p {
    font-size: 12px;
    line-height: 2;
    margin-top: 20px;
  }
  .copy {
    font-size: 9px;
    margin-bottom: 20px;
    margin-top: 24px;
  }
}

.pagetop {
  background-color: #fff;
  bottom: 20px;
  cursor: pointer;
  height: 100px;
  opacity: 0;
  padding: 15px 10px;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align:         center;
  text-align: -webkit-center;
  transition: all .3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100px;
  z-index: 30;
}
.pagetop:hover {
  opacity: 0;
}
.scroll_mid .pagetop,
.scroll_bottom .pagetop {
  opacity: 1;
  pointer-events: initial;
}
.pagetop:hover img {
  transform: translateY(-10px);
}
.pagetop img {
  display: block;
  margin-bottom: 4px;
  margin-left: 6px;
  transition: all .3s ease 0s;
  width: auto;
}
.pagetop p {
  color: #0054a7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast: none) {
  .pagetop p {
    margin: -40px 0 0 28px;
    writing-mode: bt-rl;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 10px;
    height: auto;
    right: 10px;
    width: 50px;
  }
  .pagetop:hover img {
    transform: translateY(0px);
  }
  .pagetop p {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .pagetop img {
    margin: 0 auto 6px;
  }
}

/* page_mv */
.page_mv {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
}
.page_mv_content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page_mv_lavel {
  border: 1px solid #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0 6px;
  width: 160px;
}
.page_mv_lavel p {
  color: #fff;
}

.page_mv h3 {
  color: #fff;
  letter-spacing: .12em;
  line-height: 1;
}
.page_mv h3 + p {
  color: #fff;
  letter-spacing: .12em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .page_mv {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page_mv {
    background-size: contain;
    background-size: cover;
    height: 250px;
    margin-top: 56px;
  }
  .page_mv h3 + p {
    font-size: 17px;
    margin-top: 15px;
  }

  .page_mv_lavel {
    margin-bottom: 18px;
    padding: 6px 0 8px;
    width: 125px;
  }
  .page_mv_lavel p {
    font-size: 14px;
  }
}

/* lo_nav */
.lo_nav {
  background-color: #e5eef6;
}
.lo_nav_contents {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lo_nav_content {
  height: 76px;
  position: relative;
  text-align: center;
  width: 240px;
}
.lo_nav_content span {
  font-size: 12px;
  width: 100%;
}
.lo_nav_content.current {
  z-index: 30;
}
.lo_nav_content:first-child:before {
  border-left: 1px solid #72a1ce;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.lo_nav_content:after {
  border-left: 1px solid #72a1ce;
  content: '';
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.lo_nav_content.current:first-child:before {
  content: none;
}
.lo_nav_content.current:after {
  content: none;
}

.lo_nav_content a {
  background-color: #e5eef6;
  color: #0054a7;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  left: 50%;
  letter-spacing: .12em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.lo_nav_content a p {
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.lo_nav_content a:hover {
  background-color: #0054a7;
  color: #fff;
  opacity: 1;
}
.lo_nav_content.current a {
  background-color: #0054a7;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lo_nav_contents {
    justify-content: space-between;
  }
  .lo_nav_content a {
    font-size: 14px;
  }
  .lo_nav_content a p {
    line-height: 1.4;
  }
  .lo_nav_content span {
    font-size: 10px;
  }
  .lo_nav_content {
    height: 70px;
    width: calc(100% / 3);
  }
  .lo_nav_content:first-child:before {
    content: none;
  }
  .lo_nav_content:after {
    height: 35px;
  }
  .lo_nav_content:last-child:after {
    content: none;
  }
}

/* topicpath */
.topicpath_area {
  position: relative;
  z-index: 30;
}
.topicpath {
  align-items: baseline;
  display: flex;
  padding: 24px 0;
}
.topicpath li {
  color: #666;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 12px;
}
.topicpath li a {
  color: #666;
}
.topicpath li:last-child {
  font-weight: bold;
}
.topicpath li + li {
  margin-left: 18px;
  position: relative;
}
.topicpath li + li::before {
  color: #666;
  content: '>';
  height: 8px;
  left: -15px;
  position: absolute;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .topicpath_area {
    display: none;
  }
  .topicpath {
    padding: 5px 0;
  }
  .topicpath li {
    font-size: 11px;
  }
  .topicpath li + li::before {
    height: 5px;
    left: -12px;
    width: 5px;
  }
}
/* top_text */
.top_text {
  margin: 92px 0 116px;
}

.top_text p {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  letter-spacing: .05em;
  text-align: center;
}
.top_text.left p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_text {
    margin: 50px 0;
  }
  .top_text p {
    font-size: 18px;
    line-height: 36px;
  }
  .top_text.sp-center p {
    text-align: center;
  }
}

/* page-product */

.page-product {
  margin-bottom: 60px;
  margin-top: 100px;
  position: relative;
}
.page-product_contents {
  position: relative;
  z-index: 20;
}
.page-product_content {
  position: relative;
}
.page-product_content:not(:first-child) {
  margin-top: 120px;
}
.page-product_top {
  position: relative;
}
.page-product_img {
  width: 84%;
}
.page-product_content.left .page-product_img {
  margin-left: auto;
}

.page-product_text {
  background-color: #0054a7;
  color: #fff;
  font-family: 'メイリオ', Meiryo,sans-serif;
  padding: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 530px;
}

.page-product_text p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 34px;
}
.page-product_textbox {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  width: 450px;
}
.page-product_textbox p {
  font-family: noto-sans-cjk-jp,'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
.page-product_textarea {
  margin-top: 76px;
  width: 84%;
}
.page-product_textarea p {
  color: #666;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 14px;
  line-height: 34px;
}
.page-product_textarea p + p {
  margin-top: 12px;
}
.page-product_content.left .page-product_textarea {
  margin-left: auto;
}
.page-product_content.right .page-product_textarea {
  margin-right: auto;
}
.page-product_content.right .page-product_text {
  right: 0;
}
.page-product_content.left .page-product_text {
  left: 0;
}

@media screen and (max-width: 1100px) {
  .page-product_textbox {
    height: 250px;
    width: 375px;
  }
}
@media screen and (max-width: 950px) {
  .page-product_textbox {
    height: 240px;
    width: 360px;
  }
  .page-product_text {
    padding: 40px;
}
}


@media screen and (max-width: 767px) {
  .page-product {
    margin-bottom: 214px;
    margin-top: 60px;
    position: relative;
  }
  .page-product .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .page-product_text {
    bottom: -157px;
    padding: 25px;
    top: initial;
    transform: initial;
    width: 95%;
  }
  .page-product_text p {
    font-size: 12px;
    line-height: 27px;
  }
  .page-product_textbox {
    bottom: -75px;
    height: 150px;
  }
  .page-product_textbox p {
    font-size: 16px;
  }
  .page-product_content.left .page-product_textarea {
    margin-left: auto;
    margin-right: auto;
  }
  .page-product_content.right .page-product_textarea {
    margin-left: auto;
    margin-right: auto;
  }
  .page-product_textarea {
    margin-top: 120px;
    width: 100%;
  }
  .page-product_textarea p {
    font-size: 12px;
    line-height: 28px;
  }
  .page-product_textarea p + p {
    margin-top: 12px;
  }
  .page-product_content:not(:first-child) {
    margin-top: 50px;
  }
}


@keyframes line_anime {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

  .notes{
    font-size:12px !important;
    text-indent:-1em;
    line-height:1.7 !important;
    margin-left:1em;
    font-family: 'メイリオ', Meiryo,sans-serif;
    font-weight: normal;
  }
  .disc-list li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .disc-list li + li {
    margin-top: 5px;
  }
  .disc-list li::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999999;
    margin-right: 5px;
  }