@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

a { background-color: transparent; }

abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

/******************************************************************
reset
******************************************************************/
main { display: block; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd { margin: 0; padding: 0; }

li { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

iframe { border: 0; }

button { background-color: transparent; border: none; cursor: pointer; padding: 0; appearance: none; }

em { font-style: normal; font-weight: bold; }

fieldset { border: 0; padding: 0; margin: 0; }

address { font-style: normal; }

/******************************************************************
base
******************************************************************/
body { min-width: 320px; font-family: "Open Sans", sans-serif; font-size: 16px; color: #101010; line-height: 1.6; }

@media screen and (max-width: 736px) { body { font-size: 15px; } }

body[data-menu-open="true"] { overflow: hidden; }

a { color: #00adb0; }

a:hover { text-decoration: none; }

h1, h2 { line-height: 1.3; }

h3 { line-height: 1.4; }

h4 { line-height: 1.5; }

small { line-height: 1.4; }

img { max-width: 100%; height: auto; vertical-align: middle; image-rendering: -webkit-optimize-contrast; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; }

button, input, optgroup, select, textarea { color: #101010; line-height: inherit; }

/******************************************************************
scroll-lock
******************************************************************/
body.is-scroll-lock { position: fixed; width: 100%; height: 100%; left: 0; }

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper { width: 100%; overflow: hidden; }

/******************************************************************
layout - header-fixed
******************************************************************/
.l-header-fixed { position: relative; z-index: 1000; }

.l-header-fixed[data-header-fixed="false"] .l-header-fixed__inner { position: static; }

.l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { position: fixed; top: 0; width: 100%; }

/******************************************************************
layout - header
******************************************************************/
.l-header { color: #fff; background: #00a7ac; }

@media print, screen and (min-width: 737px) { .l-header__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; justify-content: space-between; align-items: center; }
  .l-header__logo { font-size: 10px; padding: 22px 22px 22px 22px; display: flex; } }

@media screen and (min-width: 737px) and (max-width: 1000px) { .l-header__corp img { width: 10vw; } }

@media print, screen and (min-width: 737px) { .l-header__ltd { padding-top: 1px; border-left: 1px solid #fff; padding-left: 22px; margin-left: 20px; } }

@media screen and (min-width: 737px) and (max-width: 1000px) { .l-header__ltd { padding-left: 1.6vw; margin-left: 1.6vw; } }

@media print, screen and (min-width: 737px) { .l-header__ltd img { max-height: 19px; }
  .l-header__sns { display: flex; }
  .l-header__sns-item:not(:last-child) { margin-right: 20px; }
  .l-header__sns-item img { width: 32px; }
  .l-header__body-sp { display: none; } }

@media screen and (max-width: 736px) { .l-header__inner { display: flex; justify-content: space-between; line-height: 1; }
  .l-header__logo { min-height: 50px; font-size: 10px; padding: 0 0 0 10px; display: flex; flex-direction: column; justify-content: center; }
  .l-header__corp { padding-top: 2px; }
  .l-header__corp img { width: 70px; }
  .l-header__ltd { margin-top: 5px; }
  .l-header__ltd img { max-height: 18px; max-width: 85%; }
  .l-header__body-pc { display: none; } }

/******************************************************************
layout - sub-nav
******************************************************************/
.l-sub-nav { background: #000; }

@media print, screen and (min-width: 737px) { .l-sub-nav__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; justify-content: flex-end; align-items: center; min-height: 30px; }
  .l-sub-nav__inner > *:not(:first-child) { margin-left: 40px; }
  .l-sub-nav__global a { padding-left: 20px; }
  .l-sub-nav__contact a { background: url(/shared/images/ico_inquiry.png) left center/16px auto no-repeat; padding-left: 20px; }
  .l-sub-nav__lang { position: relative; margin-left: 6px; padding-right: 8px; padding-left: 8px; }
  .l-sub-nav__lang::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 4px; right: 0; bottom: 0; height: 8px; border-right: 1px solid #fff; }
  .l-sub-nav__lang:last-child { padding-right: 0; }
  .l-sub-nav__lang:last-child::after { content: none; }
  .l-sub-nav__lang + .l-sub-nav__lang { margin-left: 0; }
  .l-sub-nav a { line-height: 15px; display: inline-block; color: #fff; text-decoration: none; font-size: 14px; }
  .l-sub-nav .is-current a { color: #00adb0; } }

@media screen and (max-width: 736px) { .l-sub-nav { display: none; } }

/******************************************************************
layout - nav
******************************************************************/
.l-nav { background: #333f48; }

@media print, screen and (min-width: 737px) { .l-nav { position: relative; }
  .l-nav::before { content: ''; display: block; width: 100%; height: 4px; box-shadow: 0 5px 6px -6px #5A5A5A inset; position: absolute; z-index: 3; bottom: -4px; }
  .l-nav__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; } }

@media screen and (max-width: 736px) { .l-nav { display: none; } }

/******************************************************************
layout - nav-main
******************************************************************/
@media print, screen and (min-width: 737px) { .l-nav-main { display: flex; justify-content: flex-end; }
  .l-nav-main > .l-nav-main__item:not(:first-child) { margin-left: 20px; }
  .l-nav-main > .l-nav-main__item > a { position: relative; display: flex; align-items: center; box-sizing: border-box; height: 100%; text-align: center; line-height: 1.3; color: #fff; text-decoration: none; padding: 10px 0 11px 0; }
  .l-nav-main > .l-nav-main__item > a > span { flex-grow: 1; display: block; }
  .l-nav-main > .l-nav-main__item > a::after { transition-property: width; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 8px; left: 0; width: 0%; height: 2px; background-color: #00a7ac; }
  .l-nav-main > .l-nav-main__item[data-menu-item="event,true"] > a::after, .l-nav-main > .l-nav-main__item.is-active > a::after, .l-nav-main > .l-nav-main__item > a:hover::after { width: calc(100% - 2px); } }

@media screen and (max-width: 736px) { .l-nav-main { display: none; } }

/******************************************************************
layout - nav-mega
******************************************************************/
.l-nav-mega { position: absolute; left: 0; width: 100%; background: rgba(0, 0, 0, 0.9); }

@media print, screen and (min-width: 737px) { .l-nav-mega { display: none; }
  .l-nav-mega__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; position: relative; color: #fff; }
  .l-nav-mega__inner2 { margin: 30px 100px; }
  .l-nav-mega__close { position: absolute; bottom: 0; right: 20px; }
  .l-nav-mega__close a { display: block; width: 28px; height: 28px; border: 1px solid #00a7ac; background-color: #2F2E2E; position: relative; }
  .l-nav-mega__close a::before, .l-nav-mega__close a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-nav-mega__close a::before { border-top: 1px solid #fff; width: 22px; height: 0; top: 0; bottom: 0; left: 0; transform: rotate(45deg); }
  .l-nav-mega__close a::after { border-left: 1px solid #fff; width: 0; height: 22px; top: 0; bottom: 0; left: 10px; transform: rotate(45deg); }
  .l-nav-mega__close a::before { left: 3px; }
  .l-nav-mega__close a::after { left: 13px; }
  .l-nav-mega__title { border-bottom: 1px solid #666f76; margin-bottom: 20px; font-weight: 500; }
  .l-nav-mega__title a { color: #fff; text-decoration: none; }
  .l-nav-mega__title a:hover { text-decoration: underline; }
  .l-nav-mega__basic { margin: 0 20px; font-size: 17px; font-weight: 500; }
  .l-nav-mega__basic--col2 { display: flex; flex-wrap: wrap; margin-right: -20px; margin-top: -10px; }
  .l-nav-mega__basic--col2 li { width: calc((100% / 2) - 20px); margin-right: 20px; margin-top: 10px; }
  .l-nav-mega__basic--col3 { display: flex; flex-wrap: wrap; margin-right: -20px; margin-top: -10px; }
  .l-nav-mega__basic--col3 li { width: calc((100% / 3) - 20px); margin-right: 20px; margin-top: 10px; }
  .l-nav-mega__basic--col4 { display: flex; flex-wrap: wrap; margin-right: -20px; margin-top: -10px; }
  .l-nav-mega__basic--col4 li { width: calc((100% / 4) - 20px); margin-right: 20px; margin-top: 10px; }
  .l-nav-mega__basic a { text-decoration: none; }
  .l-nav-mega__basic a:hover { text-decoration: underline; }
  .l-nav-mega__product { margin: 0 20px; }
  .l-nav-mega__product-item { display: flex; }
  .l-nav-mega__product-item:not(:last-child) { margin-bottom: 20px; }
  .l-nav-mega__product-title { width: 20%; }
  .l-nav-mega__product-title a { text-decoration: none; }
  .l-nav-mega__product-title a:hover { text-decoration: underline; }
  .l-nav-mega__product-main { box-sizing: border-box; width: 80%; padding-left: 20px; border-left: 1px solid #00a7ac; }
  .l-nav-mega__product-main--col2 { display: flex; flex-wrap: wrap; margin-right: -20px; }
  .l-nav-mega__product-main--col2 li { width: calc((100% / 2) - 20px); margin-right: 20px; }
  .l-nav-mega__product-main--col3 { display: flex; flex-wrap: wrap; margin-right: -20px; }
  .l-nav-mega__product-main--col3 li { width: calc((100% / 3) - 20px); margin-right: 20px; }
  .l-nav-mega__product-main--col4 { display: flex; flex-wrap: wrap; margin-right: -20px; }
  .l-nav-mega__product-main--col4 li { width: calc((100% / 4) - 20px); margin-right: 20px; }
  .l-nav-mega__product-main a { color: #fff; text-decoration: none; }
  .l-nav-mega__product-main a:hover { text-decoration: underline; }
  .l-nav-mega dl { display: flex; }
  .l-nav-mega dl dt { box-sizing: border-box; width: 26%; text-align: right; padding-right: 40px; font-size: 140%; line-height: 1.5; }
  .l-nav-mega dl dt a { text-decoration: none; font-weight: bold; }
  .l-nav-mega dl dt a:hover { text-decoration: underline; }
  .l-nav-mega dl div { box-sizing: border-box; width: 74%; display: flex; flex-wrap: wrap; border-left: 1px solid #00a7ac; padding-left: 35px; }
  .l-nav-mega dl dd { width: calc(100%/3); }
  .l-nav-mega dl dd a { display: block; padding: 5px; font-size: 90%; font-weight: bold; text-decoration: none; color: inherit; }
  .l-nav-mega dl dd a:hover { text-decoration: underline; } }

@media screen and (max-width: 736px) { .l-nav-mega { display: none; } }

/******************************************************************
layout - nav-mega-overlay
******************************************************************/
.l-nav-mega-overlay { display: none; z-index: 1999; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); }

/******************************************************************
layout - sp-nav-control
******************************************************************/
@media print, screen and (min-width: 737px) { .l-sp-nav-control { display: none; } }

@media screen and (max-width: 736px) { .l-sp-nav-control { position: relative; display: block; width: 60px; height: 60px; background: #028484; }
  .l-sp-nav-control span { display: inline-block; transition: all .4s; box-sizing: border-box; position: absolute; left: 20px; width: 24px; height: 2px; background-color: #fff; }
  .l-sp-nav-control span:nth-of-type(1) { top: 21px; }
  .l-sp-nav-control span:nth-of-type(2) { top: 29px; }
  .l-sp-nav-control span:nth-of-type(3) { bottom: 21px; }
  .l-sp-nav-control span:nth-of-type(2):after { position: absolute; top: 0; left: 0; content: ''; width: 24px; height: 2px; background-color: #fff; transition: all .4s; }
  .l-sp-nav-control[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) scale(0, 0); opacity: 0; }
  .l-sp-nav-control[aria-expanded="true"] span:nth-of-type(2) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .l-sp-nav-control[aria-expanded="true"] span:nth-of-type(2):after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  .l-sp-nav-control[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) scale(0, 0); opacity: 0; } }

/******************************************************************
layout - sp-nav-full
******************************************************************/
@media print, screen and (min-width: 737px) { .l-sp-nav-full { display: none; } }

@media screen and (max-width: 736px) { .l-sp-nav-full { display: none; position: absolute; z-index: 1000; overflow-y: auto; -webkit-overflow-scrolling: touch; width: 100%; box-sizing: border-box; max-height: 100vh; background-color: rgba(0, 0, 0, 0.9); color: #ffffff; padding: 14px 12px; padding-bottom: 5rem; }
  .l-sp-nav-full__close { margin-top: 30px; margin-bottom: 15px; }
  .l-sp-nav-full__close a { display: block; text-align: center; background-color: #333f48; color: #fff; text-decoration: none; position: relative; padding: 5px 20px 5px; }
  .l-sp-nav-full__close a::before, .l-sp-nav-full__close a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-sp-nav-full__close a::before { border-top: 2px solid #fff; width: 16px; height: 0; top: 0; bottom: 0; right: 0; transform: rotate(45deg); }
  .l-sp-nav-full__close a::after { border-left: 2px solid #fff; width: 0; height: 16px; top: 0; bottom: 0; right: 7px; transform: rotate(45deg); }
  .l-sp-nav-full__close a::before { right: 10px; }
  .l-sp-nav-full__close a::after { right: 17px; } }

/******************************************************************
layout - sp-nav-main
******************************************************************/
@media print, screen and (min-width: 737px) { .l-sp-nav-main { display: none; } }

@media screen and (max-width: 736px) { .l-sp-nav-main__item a { display: block; font-weight: 500; color: #fff; text-decoration: none; box-sizing: border-box; line-height: 1.3; }
  .l-sp-nav-main__item a span:not(.u-icon-blank-w) { display: block; padding: 14px 16px; border-bottom: 1px solid #333f48; }
  .l-sp-nav-main__item[data-sp-menu-item] > a { position: relative; position: relative; }
  .l-sp-nav-main__item[data-sp-menu-item] > a::before, .l-sp-nav-main__item[data-sp-menu-item] > a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-sp-nav-main__item[data-sp-menu-item] > a::before { border-top: 1px solid #fff; width: 16px; height: 0; top: 0; bottom: 0; right: 0; }
  .l-sp-nav-main__item[data-sp-menu-item] > a::after { border-left: 1px solid #fff; width: 0; height: 16px; top: 0; bottom: 0; right: 7px; transition-property: all; transition-duration: 0.3s; }
  .l-sp-nav-main__item[data-sp-menu-item] > a::before { right: 16px; }
  .l-sp-nav-main__item[data-sp-menu-item] > a::after { right: 23px; }
  .l-sp-nav-main__item[data-sp-menu-item="event,true"] > a { background-color: #333f48; }
  .l-sp-nav-main__item[data-sp-menu-item="event,true"] > a::after { height: 0; }
  .l-sp-nav-main__item:not([data-sp-menu-item]) > a span { position: relative; padding-right: 28px; }
  .l-sp-nav-main__item:not([data-sp-menu-item]) > a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-20px, 4px) rotate(45deg); transform-origin: top right; border-top: 1px solid #fff; border-right: 1px solid #fff; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-sp-nav-main__main { display: none; padding: 16px; }
  .l-sp-nav-main__title { font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid #333f48; margin-bottom: 14px; }
  .l-sp-nav-main__basic { display: flex; flex-wrap: wrap; margin-right: -10px; margin-top: -15px; }
  .l-sp-nav-main__basic li { width: calc(100%/2 - 10px); margin-right: 10px; margin-top: 15px; text-align: center; font-size: 13px; }
  .l-sp-nav-main__basic li a { color: #00a7ac; }
  .l-sp-nav-main__product-item:not(:first-child) { margin-top: 15px; padding-top: 15px; border-top: 1px solid #333f48; }
  .l-sp-nav-main__product-title { text-align: center; margin-bottom: 15px; }
  .l-sp-nav-main__product-title a { color: #00a7ac; }
  .l-sp-nav-main__product-main { display: flex; flex-wrap: wrap; margin-right: -10px; margin-top: -15px; }
  .l-sp-nav-main__product-main li { width: calc(100% - 10px); margin-right: 10px; margin-top: 15px; text-align: center; font-size: 13px; }
  .l-sp-nav-main__product-main--col2 li { width: calc(100%/2 - 10px); }
  .l-sp-nav-main dl { text-align: center; }
  .l-sp-nav-main dl dt a { display: block; padding: 10px 0; color: #00adb0; }
  .l-sp-nav-main dl div { display: flex; flex-wrap: wrap; margin: 0 0 10px 0; }
  .l-sp-nav-main dl dd { width: 50%; font-size: 90%; }
  .l-sp-nav-main dl dd a { display: block; padding: 10px 0; } }

/******************************************************************
layout - sp-nav-sub
******************************************************************/
@media print, screen and (min-width: 737px) { .l-sp-nav-sub { display: none; } }

@media screen and (max-width: 736px) { .l-sp-nav-sub { margin: 30px auto; max-width: 80%; }
  .l-sp-nav-sub__item:not(:last-child) { margin-bottom: 10px; }
  .l-sp-nav-sub__item a { border: 1px solid #fff; border-radius: 20px; color: #fff; letter-spacing: 1px; text-decoration: none; text-align: center; line-height: 1; padding: 10px 30px 10px 30px; display: flex; align-items: center; justify-content: center; font-size: 14px; transition-property: opacity; transition-duration: 0.3s; }
  .l-sp-nav-sub__item a:hover { opacity: 0.6; }
  .l-sp-nav-sub__item a img { width: 15px; margin-right: 8px; } }

/******************************************************************
layout - sp-nav-sns
******************************************************************/
@media print, screen and (min-width: 737px) { .l-sp-nav-sns { display: none; } }

@media screen and (max-width: 736px) { .l-sp-nav-sns { display: flex; align-items: center; justify-content: center; }
  .l-sp-nav-sns__item:not(:last-child) { margin-right: 15px; }
  .l-sp-nav-sns__item img { width: 35px; } }

/******************************************************************
layout - visual
******************************************************************/
.l-visual img { width: 100%; }

/******************************************************************
layout - main
******************************************************************/
.l-main { padding-bottom: 60px; }

@media screen and (max-width: 736px) { .l-main { padding-bottom: 30px; } }

.l-main--catindex { background-color: #333f48; }

/******************************************************************
layout - contents
******************************************************************/
@media print, screen and (min-width: 737px) { .l-contents--2row .l-contents__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; justify-content: space-between; }
  .l-contents--2row .l-contents__aside { width: 280px; margin-top: 60px; }
  .l-contents--2row .l-contents__main { width: calc(100% - 280px - 40px); } }

@media screen and (min-width: 737px) and (max-width: 1000px) { .l-contents--2row .l-contents__aside { width: 26vw; }
  .l-contents--2row .l-contents__main { width: 66vw; margin-right: 20px; } }

@media screen and (max-width: 736px) { .l-contents--2row .l-contents__inner { display: flex; flex-direction: column; }
  .l-contents--2row .l-contents__aside { order: 2; }
  .l-contents--2row .l-contents__main { order: 1; }
  .l-contents--2row.sp-reverse .l-contents__aside { order: 1; }
  .l-contents--2row.sp-reverse .l-contents__main { order: 2; } }

/******************************************************************
layout - pagetop
******************************************************************/
[data-pagetop] { position: relative; }

@media print { [data-pagetop] { display: none; } }

[data-pagetop] .l-pagetop__btn { display: none; position: absolute; bottom: 30px; right: 30px; }

[data-pagetop="fixed"] .l-pagetop__btn { position: fixed; z-index: 100; }

@media screen and (max-width: 736px) { [data-pagetop] .l-pagetop__btn { bottom: 10px; right: 10px; } }

.l-pagetop__btn { display: block; box-sizing: border-box; }

.l-pagetop__btn { padding: 8px; border-radius: 100%; background: #00A7AC; box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25); transition-property: opacity; transition-duration: 0.3s; display: flex; align-items: center; justify-content: center; }

.l-pagetop__btn:hover { opacity: .7; }

@media screen and (max-width: 736px) { .l-pagetop__btn { padding: 5px; } }

.l-pagetop__btn img { width: 35px; }

@media screen and (max-width: 736px) { .l-pagetop__btn img { width: 32px; } }

/******************************************************************
layout - footer
******************************************************************/
.l-footer { color: #fff; background: #00adb0; line-height: 1.4; }

.l-footer a { color: #fff; text-decoration: none; }

.l-footer a:hover { text-decoration: underline; }

@media print, screen and (min-width: 737px) { .l-footer__breadcrumb { box-sizing: border-box; background: #000; padding: 10px 0 8px; min-height: 42px; }
  .l-footer__breadcrumb ol { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; flex-wrap: wrap; }
  .l-footer__breadcrumb ol li { padding-top: 4px; padding-bottom: 4px; margin-right: 14px; font-size: 90%; }
  .l-footer__breadcrumb ol li:not(:last-child) { position: relative; padding-right: 8px; padding-right: 20px; }
  .l-footer__breadcrumb ol li:not(:last-child)::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(0px, 4px) rotate(45deg); transform-origin: top right; border-top: 1px solid #00adb0; border-right: 1px solid #00adb0; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer__breadcrumb ol li a { color: #bec3c8; }
  .l-footer__nav { border-bottom: #3ec1c3 solid 1px; padding: 35px 0; }
  .l-footer__nav-inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; }
  .l-footer__cols { display: flex; flex-wrap: wrap; margin-right: -40px; margin-top: -40px; overflow: hidden; }
  .l-footer__col2 { margin-right: 40px; margin-top: 40px; width: calc((100%/2) - 40px); }
  .l-footer__col4 { margin-right: 40px; margin-top: 40px; width: calc((100%/4) - 40px); }
  .l-footer__col2 p, .l-footer__col4 p { padding-bottom: 4px; border-bottom: #80d6d8 solid 1px; margin-bottom: 15px; font-size: 120%; }
  .l-footer__col2 p:not(:first-child), .l-footer__col4 p:not(:first-child) { margin-top: 30px; }
  .l-footer__col2 p a, .l-footer__col4 p a { display: block; }
  .l-footer__col2 ul li, .l-footer__col4 ul li { margin-bottom: 10px; font-size: 90%; }
  .l-footer__symbol { margin-top: 40px; margin-bottom: -20px; text-align: right; }
  .l-footer__symbol img { max-height: 40px; }
  .l-footer__menu { text-align: center; font-size: 88%; padding: 21px 0; }
  .l-footer__menu > ul { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; justify-content: center; align-items: center; }
  .l-footer__menu > ul > li:not(:first-child) { margin-left: 50px; }
  .l-footer__menu-sns ul { display: flex; }
  .l-footer__menu-sns ul > li:not(:first-child) { margin-left: 10px; }
  .l-footer__menu-sns img { width: 20px; }
  .l-footer__copy { border-top: #3ec1c3 solid 1px; text-align: center; font-size: 80%; padding: 21px 0; } }

@media screen and (max-width: 736px) { .l-footer__breadcrumb { box-sizing: border-box; background: #000; padding: 10px 20px 8px 20px; min-height: 42px; }
  .l-footer__breadcrumb ol { display: flex; flex-wrap: wrap; }
  .l-footer__breadcrumb ol li { padding-top: 4px; padding-bottom: 4px; margin-right: 14px; font-size: 90%; }
  .l-footer__breadcrumb ol li:not(:last-child) { position: relative; padding-right: 8px; padding-right: 20px; }
  .l-footer__breadcrumb ol li:not(:last-child)::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(0px, 4px) rotate(45deg); transform-origin: top right; border-top: 1px solid #00adb0; border-right: 1px solid #00adb0; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer__breadcrumb ol li a { color: #bec3c8; }
  .l-footer__nav { display: none; }
  .l-footer__menu { padding: 20px 0; text-align: center; }
  .l-footer__menu li { padding: 5px 20px; }
  .l-footer__menu-sns { margin-top: 10px; }
  .l-footer__menu-sns ul { display: flex; justify-content: center; }
  .l-footer__menu-sns ul > li:not(:first-child) { margin-left: 20px; }
  .l-footer__menu-sns li { padding: 0; }
  .l-footer__menu-sns img { width: 28px; }
  .l-footer__copy { border-top: #3ec1c3 solid 1px; text-align: center; font-size: 65%; padding: 17px 0; }
  .l-footer__copy span { display: inline-block; } }

/******************************************************************
component - section
******************************************************************/
.c-section { position: relative; padding-top: 0.1px; padding-bottom: 0.1px; margin-top: 60px; }

@media screen and (max-width: 736px) { .c-section { margin-top: 30px; } }

.c-section--index { margin-top: 0; }

.c-section--dark { background: #333f48; }

.c-section--dealer { background: #333f48 url(/shared/images/top_worldmap.png) center center/cover no-repeat; }

@media screen and (max-width: 736px) { .c-section--dealer { background-size: 130% auto; } }

.c-section--gray { background: #E6E6E6; }

.c-section__vertical { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; margin-top: 60px; margin-bottom: 60px; }

.c-section__vertical > *:not(:last-child) { margin-bottom: 2.5rem; }

@media screen and (max-width: 736px) { .c-section__vertical > *:not(:last-child) { margin-bottom: 1.875rem; } }

@media screen and (max-width: 736px) { .c-section__vertical { padding-right: 10px; padding-left: 10px; margin-top: 30px; margin-bottom: 30px; } }

.c-section__bottom { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; margin-bottom: 60px; }

.c-section__bottom > *:not(:last-child) { margin-bottom: 2.5rem; }

@media screen and (max-width: 736px) { .c-section__bottom > *:not(:last-child) { margin-bottom: 1.875rem; } }

@media screen and (max-width: 736px) { .c-section__bottom { padding-right: 10px; padding-left: 10px; margin-bottom: 30px; } }

.c-section__detail { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; margin-bottom: 60px; }

.c-section__detail > *:not(:last-child) { margin-bottom: 1.5rem; }

@media screen and (max-width: 736px) { .c-section__detail > *:not(:last-child) { margin-bottom: 1.125rem; } }

.c-section__detail > * { margin-left: 18px; margin-right: 18px; }

@media screen and (max-width: 736px) { .c-section__detail > * { margin-left: 10px; margin-right: 10px; } }

@media screen and (max-width: 736px) { .c-section__detail { padding-right: 10px; padding-left: 10px; margin-bottom: 30px; } }

@media print, screen and (min-width: 737px) { .c-section--contentsrow > * { padding-right: 0; padding-left: 0; } }

@media screen and (max-width: 736px) { .c-section__top { margin-top: 30px; }
  .c-section__bottom { margin-bottom: 30px; }
  .c-section__vertical { margin: 30px auto 30px auto; } }

@media screen and (max-width: 736px) { .c-sp-section-side-clear { padding-right: 0; padding-left: 0; }
  .c-sp-section-side { padding-right: 10px; padding-left: 10px; }
  .c-sp-section-vertical-clear { margin-top: 0; margin-bottom: 0; }
  .c-sp-section-top-clear { margin-top: 0; }
  .c-sp-section-bottom-clear { margin-bottom: 0; }
  .c-sp-section-vertical { margin-top: 30px; margin-bottom: 30px; }
  .c-sp-section-top { margin-top: 30px; }
  .c-sp-section-bottom { margin-bottom: 30px; } }

/******************************************************************
component - grid2
******************************************************************/
.c-grid2 { overflow: hidden; display: flex; flex-wrap: wrap; margin-right: -1rem; margin-top: -1rem; }

.c-grid2--center { justify-content: center; }

.c-grid2--right { justify-content: flex-end; }

@media screen and (max-width: 736px) { .c-grid2.sp-left { justify-content: flex-start; }
  .c-grid2.sp-center { justify-content: center; }
  .c-grid2.sp-right { justify-content: flex-end; } }

.c-grid2 > [class*="c-grid2__item"], .c-grid2 > .c-grid2__item5col { position: relative; box-sizing: border-box; margin-right: 1rem; margin-top: 1rem; }

.c-grid2 > .c-grid2__item1 { width: calc( 8.33333% - 1rem); }

.c-grid2 > .c-grid2__item2 { width: calc( 16.66667% - 1rem); }

.c-grid2 > .c-grid2__item3 { width: calc( 25% - 1rem); }

.c-grid2 > .c-grid2__item4 { width: calc( 33.33333% - 1rem); }

.c-grid2 > .c-grid2__item5 { width: calc( 41.66667% - 1rem); }

.c-grid2 > .c-grid2__item6 { width: calc( 50% - 1rem); }

.c-grid2 > .c-grid2__item7 { width: calc( 58.33333% - 1rem); }

.c-grid2 > .c-grid2__item8 { width: calc( 66.66667% - 1rem); }

.c-grid2 > .c-grid2__item9 { width: calc( 75% - 1rem); }

.c-grid2 > .c-grid2__item10 { width: calc( 83.33333% - 1rem); }

.c-grid2 > .c-grid2__item11 { width: calc( 91.66667% - 1rem); }

.c-grid2 > .c-grid2__item12 { width: calc( 100% - 1rem); }

.c-grid2 > .c-grid2__item5col { width: calc( 20% - 1rem); }

.c-grid2--vertical > [class*="c-grid2__item"], .c-grid2--vertical > .c-grid2__item5col { display: flex; align-items: center; }

@media print, screen and (max-width: 1220px) { .c-grid2 > .pc-item1 { width: calc( 8.33333% - 1rem); }
  .c-grid2 > .pc-item2 { width: calc( 16.66667% - 1rem); }
  .c-grid2 > .pc-item3 { width: calc( 25% - 1rem); }
  .c-grid2 > .pc-item4 { width: calc( 33.33333% - 1rem); }
  .c-grid2 > .pc-item5 { width: calc( 41.66667% - 1rem); }
  .c-grid2 > .pc-item6 { width: calc( 50% - 1rem); }
  .c-grid2 > .pc-item7 { width: calc( 58.33333% - 1rem); }
  .c-grid2 > .pc-item8 { width: calc( 66.66667% - 1rem); }
  .c-grid2 > .pc-item9 { width: calc( 75% - 1rem); }
  .c-grid2 > .pc-item10 { width: calc( 83.33333% - 1rem); }
  .c-grid2 > .pc-item11 { width: calc( 91.66667% - 1rem); }
  .c-grid2 > .pc-item12 { width: calc( 100% - 1rem); }
  .c-grid2 > .pc-item5col { width: calc( 20% - 1rem); } }

@media screen and (max-width: 736px) { .c-grid2 { margin-right: -0.75rem; margin-top: -0.75rem; }
  .c-grid2 > [class*="c-grid2__item"], .c-grid2 > .c-grid2__item5col { margin-right: 0.75rem; margin-top: 0.75rem; }
  .c-grid2 > .c-grid2__item1 { width: calc( 8.33333% - 0.75rem); }
  .c-grid2 > .c-grid2__item2 { width: calc( 16.66667% - 0.75rem); }
  .c-grid2 > .c-grid2__item3 { width: calc( 25% - 0.75rem); }
  .c-grid2 > .c-grid2__item4 { width: calc( 33.33333% - 0.75rem); }
  .c-grid2 > .c-grid2__item5 { width: calc( 41.66667% - 0.75rem); }
  .c-grid2 > .c-grid2__item6 { width: calc( 50% - 0.75rem); }
  .c-grid2 > .c-grid2__item7 { width: calc( 58.33333% - 0.75rem); }
  .c-grid2 > .c-grid2__item8 { width: calc( 66.66667% - 0.75rem); }
  .c-grid2 > .c-grid2__item9 { width: calc( 75% - 0.75rem); }
  .c-grid2 > .c-grid2__item10 { width: calc( 83.33333% - 0.75rem); }
  .c-grid2 > .c-grid2__item11 { width: calc( 91.66667% - 0.75rem); }
  .c-grid2 > .c-grid2__item12 { width: calc( 100% - 0.75rem); }
  .c-grid2 > .c-grid2__item5col { width: calc( 20% - 0.75rem); }
  .c-grid2 > .sp-item1 { width: calc( 8.33333% - 0.75rem); }
  .c-grid2 > .sp-item2 { width: calc( 16.66667% - 0.75rem); }
  .c-grid2 > .sp-item3 { width: calc( 25% - 0.75rem); }
  .c-grid2 > .sp-item4 { width: calc( 33.33333% - 0.75rem); }
  .c-grid2 > .sp-item5 { width: calc( 41.66667% - 0.75rem); }
  .c-grid2 > .sp-item6 { width: calc( 50% - 0.75rem); }
  .c-grid2 > .sp-item7 { width: calc( 58.33333% - 0.75rem); }
  .c-grid2 > .sp-item8 { width: calc( 66.66667% - 0.75rem); }
  .c-grid2 > .sp-item9 { width: calc( 75% - 0.75rem); }
  .c-grid2 > .sp-item10 { width: calc( 83.33333% - 0.75rem); }
  .c-grid2 > .sp-item11 { width: calc( 91.66667% - 0.75rem); }
  .c-grid2 > .sp-item12 { width: calc( 100% - 0.75rem); }
  .c-grid2 > .sp-item5col { width: calc( 20% - 0.75rem); } }

.c-grid2--2s { margin-right: -0.5rem; margin-top: -0.5rem; }

.c-grid2--2s > [class*="c-grid2__item"], .c-grid2--2s > .c-grid2__item5col { margin-right: 0.5rem; margin-top: 0.5rem; }

.c-grid2--2s > .c-grid2__item1 { width: calc( 8.33333% - 0.5rem); }

.c-grid2--2s > .c-grid2__item2 { width: calc( 16.66667% - 0.5rem); }

.c-grid2--2s > .c-grid2__item3 { width: calc( 25% - 0.5rem); }

.c-grid2--2s > .c-grid2__item4 { width: calc( 33.33333% - 0.5rem); }

.c-grid2--2s > .c-grid2__item5 { width: calc( 41.66667% - 0.5rem); }

.c-grid2--2s > .c-grid2__item6 { width: calc( 50% - 0.5rem); }

.c-grid2--2s > .c-grid2__item7 { width: calc( 58.33333% - 0.5rem); }

.c-grid2--2s > .c-grid2__item8 { width: calc( 66.66667% - 0.5rem); }

.c-grid2--2s > .c-grid2__item9 { width: calc( 75% - 0.5rem); }

.c-grid2--2s > .c-grid2__item10 { width: calc( 83.33333% - 0.5rem); }

.c-grid2--2s > .c-grid2__item11 { width: calc( 91.66667% - 0.5rem); }

.c-grid2--2s > .c-grid2__item12 { width: calc( 100% - 0.5rem); }

.c-grid2--2s > .c-grid2__item5col { width: calc( 20% - 0.5rem); }

@media print, screen and (max-width: 1220px) { .c-grid2--2s { margin-right: -0.5rem; margin-top: -0.5rem; }
  .c-grid2--2s > [class*="c-grid2__item"], .c-grid2--2s > .c-grid2__item5col { margin-right: 0.5rem; margin-top: 0.5rem; }
  .c-grid2--2s > .c-grid2__item1 { width: calc( 8.33333% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item2 { width: calc( 16.66667% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item3 { width: calc( 25% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item4 { width: calc( 33.33333% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item5 { width: calc( 41.66667% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item6 { width: calc( 50% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item7 { width: calc( 58.33333% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item8 { width: calc( 66.66667% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item9 { width: calc( 75% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item10 { width: calc( 83.33333% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item11 { width: calc( 91.66667% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item12 { width: calc( 100% - 0.5rem); }
  .c-grid2--2s > .c-grid2__item5col { width: calc( 20% - 0.5rem); }
  .c-grid2--2s > .pc-item1 { width: calc( 8.33333% - 0.5rem); }
  .c-grid2--2s > .pc-item2 { width: calc( 16.66667% - 0.5rem); }
  .c-grid2--2s > .pc-item3 { width: calc( 25% - 0.5rem); }
  .c-grid2--2s > .pc-item4 { width: calc( 33.33333% - 0.5rem); }
  .c-grid2--2s > .pc-item5 { width: calc( 41.66667% - 0.5rem); }
  .c-grid2--2s > .pc-item6 { width: calc( 50% - 0.5rem); }
  .c-grid2--2s > .pc-item7 { width: calc( 58.33333% - 0.5rem); }
  .c-grid2--2s > .pc-item8 { width: calc( 66.66667% - 0.5rem); }
  .c-grid2--2s > .pc-item9 { width: calc( 75% - 0.5rem); }
  .c-grid2--2s > .pc-item10 { width: calc( 83.33333% - 0.5rem); }
  .c-grid2--2s > .pc-item11 { width: calc( 91.66667% - 0.5rem); }
  .c-grid2--2s > .pc-item12 { width: calc( 100% - 0.5rem); }
  .c-grid2--2s > .pc-item5col { width: calc( 20% - 0.5rem); } }

@media screen and (max-width: 736px) { .c-grid2--2s { margin-right: -0.375rem; margin-top: -0.375rem; }
  .c-grid2--2s > [class*="c-grid2__item"], .c-grid2--2s > .c-grid2__item5col { margin-right: 0.375rem; margin-top: 0.375rem; }
  .c-grid2--2s > .c-grid2__item1 { width: calc( 8.33333% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item2 { width: calc( 16.66667% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item3 { width: calc( 25% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item4 { width: calc( 33.33333% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item5 { width: calc( 41.66667% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item6 { width: calc( 50% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item7 { width: calc( 58.33333% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item8 { width: calc( 66.66667% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item9 { width: calc( 75% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item10 { width: calc( 83.33333% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item11 { width: calc( 91.66667% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item12 { width: calc( 100% - 0.375rem); }
  .c-grid2--2s > .c-grid2__item5col { width: calc( 20% - 0.375rem); }
  .c-grid2--2s > .sp-item1 { width: calc( 8.33333% - 0.375rem); }
  .c-grid2--2s > .sp-item2 { width: calc( 16.66667% - 0.375rem); }
  .c-grid2--2s > .sp-item3 { width: calc( 25% - 0.375rem); }
  .c-grid2--2s > .sp-item4 { width: calc( 33.33333% - 0.375rem); }
  .c-grid2--2s > .sp-item5 { width: calc( 41.66667% - 0.375rem); }
  .c-grid2--2s > .sp-item6 { width: calc( 50% - 0.375rem); }
  .c-grid2--2s > .sp-item7 { width: calc( 58.33333% - 0.375rem); }
  .c-grid2--2s > .sp-item8 { width: calc( 66.66667% - 0.375rem); }
  .c-grid2--2s > .sp-item9 { width: calc( 75% - 0.375rem); }
  .c-grid2--2s > .sp-item10 { width: calc( 83.33333% - 0.375rem); }
  .c-grid2--2s > .sp-item11 { width: calc( 91.66667% - 0.375rem); }
  .c-grid2--2s > .sp-item12 { width: calc( 100% - 0.375rem); }
  .c-grid2--2s > .sp-item5col { width: calc( 20% - 0.375rem); } }

.c-grid2--2l { margin-right: -1.5rem; margin-top: -1.5rem; }

.c-grid2--2l > [class*="c-grid2__item"], .c-grid2--2l > .c-grid2__item5col { margin-right: 1.5rem; margin-top: 1.5rem; }

.c-grid2--2l > .c-grid2__item1 { width: calc( 8.33333% - 1.5rem); }

.c-grid2--2l > .c-grid2__item2 { width: calc( 16.66667% - 1.5rem); }

.c-grid2--2l > .c-grid2__item3 { width: calc( 25% - 1.5rem); }

.c-grid2--2l > .c-grid2__item4 { width: calc( 33.33333% - 1.5rem); }

.c-grid2--2l > .c-grid2__item5 { width: calc( 41.66667% - 1.5rem); }

.c-grid2--2l > .c-grid2__item6 { width: calc( 50% - 1.5rem); }

.c-grid2--2l > .c-grid2__item7 { width: calc( 58.33333% - 1.5rem); }

.c-grid2--2l > .c-grid2__item8 { width: calc( 66.66667% - 1.5rem); }

.c-grid2--2l > .c-grid2__item9 { width: calc( 75% - 1.5rem); }

.c-grid2--2l > .c-grid2__item10 { width: calc( 83.33333% - 1.5rem); }

.c-grid2--2l > .c-grid2__item11 { width: calc( 91.66667% - 1.5rem); }

.c-grid2--2l > .c-grid2__item12 { width: calc( 100% - 1.5rem); }

.c-grid2--2l > .c-grid2__item5col { width: calc( 20% - 1.5rem); }

@media print, screen and (max-width: 1220px) { .c-grid2--2l { margin-right: -1.5rem; margin-top: -1.5rem; }
  .c-grid2--2l > [class*="c-grid2__item"], .c-grid2--2l > .c-grid2__item5col { margin-right: 1.5rem; margin-top: 1.5rem; }
  .c-grid2--2l > .c-grid2__item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item3 { width: calc( 25% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item6 { width: calc( 50% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item9 { width: calc( 75% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item12 { width: calc( 100% - 1.5rem); }
  .c-grid2--2l > .c-grid2__item5col { width: calc( 20% - 1.5rem); }
  .c-grid2--2l > .pc-item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2--2l > .pc-item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2--2l > .pc-item3 { width: calc( 25% - 1.5rem); }
  .c-grid2--2l > .pc-item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2--2l > .pc-item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2--2l > .pc-item6 { width: calc( 50% - 1.5rem); }
  .c-grid2--2l > .pc-item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2--2l > .pc-item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2--2l > .pc-item9 { width: calc( 75% - 1.5rem); }
  .c-grid2--2l > .pc-item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2--2l > .pc-item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2--2l > .pc-item12 { width: calc( 100% - 1.5rem); }
  .c-grid2--2l > .pc-item5col { width: calc( 20% - 1.5rem); } }

@media screen and (max-width: 736px) { .c-grid2--2l { margin-right: -1.125rem; margin-top: -1.125rem; }
  .c-grid2--2l > [class*="c-grid2__item"], .c-grid2--2l > .c-grid2__item5col { margin-right: 1.125rem; margin-top: 1.125rem; }
  .c-grid2--2l > .c-grid2__item1 { width: calc( 8.33333% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item2 { width: calc( 16.66667% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item3 { width: calc( 25% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item4 { width: calc( 33.33333% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item5 { width: calc( 41.66667% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item6 { width: calc( 50% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item7 { width: calc( 58.33333% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item8 { width: calc( 66.66667% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item9 { width: calc( 75% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item10 { width: calc( 83.33333% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item11 { width: calc( 91.66667% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item12 { width: calc( 100% - 1.125rem); }
  .c-grid2--2l > .c-grid2__item5col { width: calc( 20% - 1.125rem); }
  .c-grid2--2l > .sp-item1 { width: calc( 8.33333% - 1.125rem); }
  .c-grid2--2l > .sp-item2 { width: calc( 16.66667% - 1.125rem); }
  .c-grid2--2l > .sp-item3 { width: calc( 25% - 1.125rem); }
  .c-grid2--2l > .sp-item4 { width: calc( 33.33333% - 1.125rem); }
  .c-grid2--2l > .sp-item5 { width: calc( 41.66667% - 1.125rem); }
  .c-grid2--2l > .sp-item6 { width: calc( 50% - 1.125rem); }
  .c-grid2--2l > .sp-item7 { width: calc( 58.33333% - 1.125rem); }
  .c-grid2--2l > .sp-item8 { width: calc( 66.66667% - 1.125rem); }
  .c-grid2--2l > .sp-item9 { width: calc( 75% - 1.125rem); }
  .c-grid2--2l > .sp-item10 { width: calc( 83.33333% - 1.125rem); }
  .c-grid2--2l > .sp-item11 { width: calc( 91.66667% - 1.125rem); }
  .c-grid2--2l > .sp-item12 { width: calc( 100% - 1.125rem); }
  .c-grid2--2l > .sp-item5col { width: calc( 20% - 1.125rem); } }

.c-grid2--2x { margin-right: -2rem; margin-top: -2rem; }

.c-grid2--2x > [class*="c-grid2__item"], .c-grid2--2x > .c-grid2__item5col { margin-right: 2rem; margin-top: 2rem; }

.c-grid2--2x > .c-grid2__item1 { width: calc( 8.33333% - 2rem); }

.c-grid2--2x > .c-grid2__item2 { width: calc( 16.66667% - 2rem); }

.c-grid2--2x > .c-grid2__item3 { width: calc( 25% - 2rem); }

.c-grid2--2x > .c-grid2__item4 { width: calc( 33.33333% - 2rem); }

.c-grid2--2x > .c-grid2__item5 { width: calc( 41.66667% - 2rem); }

.c-grid2--2x > .c-grid2__item6 { width: calc( 50% - 2rem); }

.c-grid2--2x > .c-grid2__item7 { width: calc( 58.33333% - 2rem); }

.c-grid2--2x > .c-grid2__item8 { width: calc( 66.66667% - 2rem); }

.c-grid2--2x > .c-grid2__item9 { width: calc( 75% - 2rem); }

.c-grid2--2x > .c-grid2__item10 { width: calc( 83.33333% - 2rem); }

.c-grid2--2x > .c-grid2__item11 { width: calc( 91.66667% - 2rem); }

.c-grid2--2x > .c-grid2__item12 { width: calc( 100% - 2rem); }

.c-grid2--2x > .c-grid2__item5col { width: calc( 20% - 2rem); }

@media print, screen and (max-width: 1220px) { .c-grid2--2x { margin-right: -2rem; margin-top: -2rem; }
  .c-grid2--2x > [class*="c-grid2__item"], .c-grid2--2x > .c-grid2__item5col { margin-right: 2rem; margin-top: 2rem; }
  .c-grid2--2x > .c-grid2__item1 { width: calc( 8.33333% - 2rem); }
  .c-grid2--2x > .c-grid2__item2 { width: calc( 16.66667% - 2rem); }
  .c-grid2--2x > .c-grid2__item3 { width: calc( 25% - 2rem); }
  .c-grid2--2x > .c-grid2__item4 { width: calc( 33.33333% - 2rem); }
  .c-grid2--2x > .c-grid2__item5 { width: calc( 41.66667% - 2rem); }
  .c-grid2--2x > .c-grid2__item6 { width: calc( 50% - 2rem); }
  .c-grid2--2x > .c-grid2__item7 { width: calc( 58.33333% - 2rem); }
  .c-grid2--2x > .c-grid2__item8 { width: calc( 66.66667% - 2rem); }
  .c-grid2--2x > .c-grid2__item9 { width: calc( 75% - 2rem); }
  .c-grid2--2x > .c-grid2__item10 { width: calc( 83.33333% - 2rem); }
  .c-grid2--2x > .c-grid2__item11 { width: calc( 91.66667% - 2rem); }
  .c-grid2--2x > .c-grid2__item12 { width: calc( 100% - 2rem); }
  .c-grid2--2x > .c-grid2__item5col { width: calc( 20% - 2rem); }
  .c-grid2--2x > .pc-item1 { width: calc( 8.33333% - 2rem); }
  .c-grid2--2x > .pc-item2 { width: calc( 16.66667% - 2rem); }
  .c-grid2--2x > .pc-item3 { width: calc( 25% - 2rem); }
  .c-grid2--2x > .pc-item4 { width: calc( 33.33333% - 2rem); }
  .c-grid2--2x > .pc-item5 { width: calc( 41.66667% - 2rem); }
  .c-grid2--2x > .pc-item6 { width: calc( 50% - 2rem); }
  .c-grid2--2x > .pc-item7 { width: calc( 58.33333% - 2rem); }
  .c-grid2--2x > .pc-item8 { width: calc( 66.66667% - 2rem); }
  .c-grid2--2x > .pc-item9 { width: calc( 75% - 2rem); }
  .c-grid2--2x > .pc-item10 { width: calc( 83.33333% - 2rem); }
  .c-grid2--2x > .pc-item11 { width: calc( 91.66667% - 2rem); }
  .c-grid2--2x > .pc-item12 { width: calc( 100% - 2rem); }
  .c-grid2--2x > .pc-item5col { width: calc( 20% - 2rem); } }

@media screen and (max-width: 736px) { .c-grid2--2x { margin-right: -1.5rem; margin-top: -1.5rem; }
  .c-grid2--2x > [class*="c-grid2__item"], .c-grid2--2x > .c-grid2__item5col { margin-right: 1.5rem; margin-top: 1.5rem; }
  .c-grid2--2x > .c-grid2__item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item3 { width: calc( 25% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item6 { width: calc( 50% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item9 { width: calc( 75% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item12 { width: calc( 100% - 1.5rem); }
  .c-grid2--2x > .c-grid2__item5col { width: calc( 20% - 1.5rem); }
  .c-grid2--2x > .sp-item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2--2x > .sp-item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2--2x > .sp-item3 { width: calc( 25% - 1.5rem); }
  .c-grid2--2x > .sp-item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2--2x > .sp-item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2--2x > .sp-item6 { width: calc( 50% - 1.5rem); }
  .c-grid2--2x > .sp-item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2--2x > .sp-item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2--2x > .sp-item9 { width: calc( 75% - 1.5rem); }
  .c-grid2--2x > .sp-item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2--2x > .sp-item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2--2x > .sp-item12 { width: calc( 100% - 1.5rem); }
  .c-grid2--2x > .sp-item5col { width: calc( 20% - 1.5rem); } }

@media print, screen and (max-width: 1220px) { .c-grid2.pc-2s { margin-right: -0.5rem; margin-top: -0.5rem; }
  .c-grid2.pc-2s > [class*="c-grid2__item"], .c-grid2.pc-2s > .c-grid2__item5col { margin-right: 0.5rem; margin-top: 0.5rem; }
  .c-grid2.pc-2s > .c-grid2__item1 { width: calc( 8.33333% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item2 { width: calc( 16.66667% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item3 { width: calc( 25% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item4 { width: calc( 33.33333% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item5 { width: calc( 41.66667% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item6 { width: calc( 50% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item7 { width: calc( 58.33333% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item8 { width: calc( 66.66667% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item9 { width: calc( 75% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item10 { width: calc( 83.33333% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item11 { width: calc( 91.66667% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item12 { width: calc( 100% - 0.5rem); }
  .c-grid2.pc-2s > .c-grid2__item5col { width: calc( 20% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item1 { width: calc( 8.33333% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item2 { width: calc( 16.66667% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item3 { width: calc( 25% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item4 { width: calc( 33.33333% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item5 { width: calc( 41.66667% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item6 { width: calc( 50% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item7 { width: calc( 58.33333% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item8 { width: calc( 66.66667% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item9 { width: calc( 75% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item10 { width: calc( 83.33333% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item11 { width: calc( 91.66667% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item12 { width: calc( 100% - 0.5rem); }
  .c-grid2.pc-2s > .pc-item5col { width: calc( 20% - 0.5rem); } }

@media screen and (max-width: 736px) { .c-grid2.sp-2s { margin-right: -0.375rem; margin-top: -0.375rem; }
  .c-grid2.sp-2s > [class*="c-grid2__item"], .c-grid2.sp-2s > .c-grid2__item5col { margin-right: 0.375rem; margin-top: 0.375rem; }
  .c-grid2.sp-2s > .c-grid2__item1 { width: calc( 8.33333% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item2 { width: calc( 16.66667% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item3 { width: calc( 25% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item4 { width: calc( 33.33333% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item5 { width: calc( 41.66667% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item6 { width: calc( 50% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item7 { width: calc( 58.33333% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item8 { width: calc( 66.66667% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item9 { width: calc( 75% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item10 { width: calc( 83.33333% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item11 { width: calc( 91.66667% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item12 { width: calc( 100% - 0.375rem); }
  .c-grid2.sp-2s > .c-grid2__item5col { width: calc( 20% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item1 { width: calc( 8.33333% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item2 { width: calc( 16.66667% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item3 { width: calc( 25% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item4 { width: calc( 33.33333% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item5 { width: calc( 41.66667% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item6 { width: calc( 50% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item7 { width: calc( 58.33333% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item8 { width: calc( 66.66667% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item9 { width: calc( 75% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item10 { width: calc( 83.33333% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item11 { width: calc( 91.66667% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item12 { width: calc( 100% - 0.375rem); }
  .c-grid2.sp-2s > .sp-item5col { width: calc( 20% - 0.375rem); } }

@media print, screen and (max-width: 1220px) { .c-grid2.pc-2l { margin-right: -1.5rem; margin-top: -1.5rem; }
  .c-grid2.pc-2l > [class*="c-grid2__item"], .c-grid2.pc-2l > .c-grid2__item5col { margin-right: 1.5rem; margin-top: 1.5rem; }
  .c-grid2.pc-2l > .c-grid2__item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item3 { width: calc( 25% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item6 { width: calc( 50% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item9 { width: calc( 75% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item12 { width: calc( 100% - 1.5rem); }
  .c-grid2.pc-2l > .c-grid2__item5col { width: calc( 20% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item3 { width: calc( 25% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item6 { width: calc( 50% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item9 { width: calc( 75% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item12 { width: calc( 100% - 1.5rem); }
  .c-grid2.pc-2l > .pc-item5col { width: calc( 20% - 1.5rem); } }

@media screen and (max-width: 736px) { .c-grid2.sp-2l { margin-right: -1.125rem; margin-top: -1.125rem; }
  .c-grid2.sp-2l > [class*="c-grid2__item"], .c-grid2.sp-2l > .c-grid2__item5col { margin-right: 1.125rem; margin-top: 1.125rem; }
  .c-grid2.sp-2l > .c-grid2__item1 { width: calc( 8.33333% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item2 { width: calc( 16.66667% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item3 { width: calc( 25% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item4 { width: calc( 33.33333% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item5 { width: calc( 41.66667% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item6 { width: calc( 50% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item7 { width: calc( 58.33333% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item8 { width: calc( 66.66667% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item9 { width: calc( 75% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item10 { width: calc( 83.33333% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item11 { width: calc( 91.66667% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item12 { width: calc( 100% - 1.125rem); }
  .c-grid2.sp-2l > .c-grid2__item5col { width: calc( 20% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item1 { width: calc( 8.33333% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item2 { width: calc( 16.66667% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item3 { width: calc( 25% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item4 { width: calc( 33.33333% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item5 { width: calc( 41.66667% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item6 { width: calc( 50% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item7 { width: calc( 58.33333% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item8 { width: calc( 66.66667% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item9 { width: calc( 75% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item10 { width: calc( 83.33333% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item11 { width: calc( 91.66667% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item12 { width: calc( 100% - 1.125rem); }
  .c-grid2.sp-2l > .sp-item5col { width: calc( 20% - 1.125rem); } }

@media print, screen and (max-width: 1220px) { .c-grid2.pc-2x { margin-right: -2rem; margin-top: -2rem; }
  .c-grid2.pc-2x > [class*="c-grid2__item"], .c-grid2.pc-2x > .c-grid2__item5col { margin-right: 2rem; margin-top: 2rem; }
  .c-grid2.pc-2x > .c-grid2__item1 { width: calc( 8.33333% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item2 { width: calc( 16.66667% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item3 { width: calc( 25% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item4 { width: calc( 33.33333% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item5 { width: calc( 41.66667% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item6 { width: calc( 50% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item7 { width: calc( 58.33333% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item8 { width: calc( 66.66667% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item9 { width: calc( 75% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item10 { width: calc( 83.33333% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item11 { width: calc( 91.66667% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item12 { width: calc( 100% - 2rem); }
  .c-grid2.pc-2x > .c-grid2__item5col { width: calc( 20% - 2rem); }
  .c-grid2.pc-2x > .pc-item1 { width: calc( 8.33333% - 2rem); }
  .c-grid2.pc-2x > .pc-item2 { width: calc( 16.66667% - 2rem); }
  .c-grid2.pc-2x > .pc-item3 { width: calc( 25% - 2rem); }
  .c-grid2.pc-2x > .pc-item4 { width: calc( 33.33333% - 2rem); }
  .c-grid2.pc-2x > .pc-item5 { width: calc( 41.66667% - 2rem); }
  .c-grid2.pc-2x > .pc-item6 { width: calc( 50% - 2rem); }
  .c-grid2.pc-2x > .pc-item7 { width: calc( 58.33333% - 2rem); }
  .c-grid2.pc-2x > .pc-item8 { width: calc( 66.66667% - 2rem); }
  .c-grid2.pc-2x > .pc-item9 { width: calc( 75% - 2rem); }
  .c-grid2.pc-2x > .pc-item10 { width: calc( 83.33333% - 2rem); }
  .c-grid2.pc-2x > .pc-item11 { width: calc( 91.66667% - 2rem); }
  .c-grid2.pc-2x > .pc-item12 { width: calc( 100% - 2rem); }
  .c-grid2.pc-2x > .pc-item5col { width: calc( 20% - 2rem); } }

@media screen and (max-width: 736px) { .c-grid2.sp-2x { margin-right: -1.5rem; margin-top: -1.5rem; }
  .c-grid2.sp-2x > [class*="c-grid2__item"], .c-grid2.sp-2x > .c-grid2__item5col { margin-right: 1.5rem; margin-top: 1.5rem; }
  .c-grid2.sp-2x > .c-grid2__item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item3 { width: calc( 25% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item6 { width: calc( 50% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item9 { width: calc( 75% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item12 { width: calc( 100% - 1.5rem); }
  .c-grid2.sp-2x > .c-grid2__item5col { width: calc( 20% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item1 { width: calc( 8.33333% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item2 { width: calc( 16.66667% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item3 { width: calc( 25% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item4 { width: calc( 33.33333% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item5 { width: calc( 41.66667% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item6 { width: calc( 50% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item7 { width: calc( 58.33333% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item8 { width: calc( 66.66667% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item9 { width: calc( 75% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item10 { width: calc( 83.33333% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item11 { width: calc( 91.66667% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item12 { width: calc( 100% - 1.5rem); }
  .c-grid2.sp-2x > .sp-item5col { width: calc( 20% - 1.5rem); } }

/******************************************************************
component - grid-button
******************************************************************/
.c-grid-button { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.3; position: relative; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; text-align: left; color: #fff; line-height: 1.3; font-size: 18px; background: #333F48; padding: 15px 35px 15px 15px !important; transition-property: background, color; transition-duration: 0.3s; }

.c-grid-button:hover { color: inherit; text-decoration: none; }

.c-grid-button--top { align-items: flex-start; }

.c-grid-button--bottom { align-items: flex-end; }

.c-grid-button__inner { box-sizing: border-box; width: 100%; display: block; }

.c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf) { position: relative; padding-right: 27px; }

.c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf)::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 20px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-grid-button.c-grid-button--blank { background: #333F48 url("/shared/images/ic_other_w.png") no-repeat right 18px center; }

.c-grid-button.c-grid-button--pdf { background: #333F48 url(/shared/images/ico_pdf_w.png) right 18px center/15px 16px no-repeat; }

@media screen and (max-width: 736px) { .c-grid-button { font-size: 16px; width: 100%; padding: 15px 24px 15px 15px !important; }
  .c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf) { position: relative; padding-right: 17px; }
  .c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf)::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 10px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
  .c-grid-button.c-grid-button--blank, .c-grid-button.c-grid-button--pdf { background-position: right 7px center; } }

.c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf):hover { background-color: #00adb0; color: #fff; }

.c-grid-button:not(.c-grid-button--blank):not(.c-grid-button--pdf):hover::after { border-left-color: #fff; border-right-color: #fff; }

.c-grid-button.c-grid-button--blank:hover, .c-grid-button.c-grid-button--pdf:hover { background-color: #00adb0; color: #fff; }

/******************************************************************
component - grid-button2
******************************************************************/
.c-grid-button2 { display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.3; position: relative; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; text-align: left; line-height: 1.3; border: solid 5px #e6e6e6; transition-property: border; transition-duration: 0.3s; }

.c-grid-button2 img { width: 126px; }

.c-grid-button2__inner { box-sizing: border-box; padding: 14px; }

.c-grid-button2:hover { border-color: #00a7ac; }

/******************************************************************
component - grid-button-bottom
******************************************************************/
main > .c-grid-button-bottom-outer { border-bottom: #00a7ac 3px solid; background: #E6E6E6; }

main > .c-grid-button-bottom-outer .c-grid-button-bottom-outer__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; padding-top: 26px; padding-bottom: 26px; }

@media screen and (max-width: 736px) { main > .c-grid-button-bottom-outer .c-grid-button-bottom-outer__inner { padding: 20px; } }

.c-grid-button-bottom-outer { background: #E6E6E6; }

.c-grid-button-bottom-outer .c-grid-button-bottom-outer__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; padding: 10px; }

@media screen and (max-width: 736px) { .c-grid-button-bottom-outer .c-grid-button-bottom-outer__inner { padding: 10px; } }

.c-grid-button-bottom { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.3; position: relative; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; border: 1px solid #00adb0; color: #00adb0; font-size: 110%; line-height: 1.3; background-color: #00adb0; color: #fff; position: relative; padding-right: 37px; padding: 18px 40px 18px 15px; transition-property: background, color; transition-duration: 0.3s; }

.c-grid-button-bottom:hover { color: inherit; text-decoration: none; }

.c-grid-button-bottom__inner { box-sizing: border-box; width: 100%; display: block; }

.c-grid-button-bottom::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-12px, 5.25px) rotate(45deg); transform-origin: top right; border-bottom: 1px solid #fff; border-right: 1px solid #fff; width: 18px; height: 18px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-grid-button-bottom { width: 100%; position: relative; padding-right: 37px; padding: 18px 40px 18px 15px; min-height: 50px; }
  .c-grid-button-bottom::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-12px, 5.25px) rotate(45deg); transform-origin: top right; border-bottom: 1px solid #fff; border-right: 1px solid #fff; width: 18px; height: 18px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

.c-grid-button-bottom:hover { background-color: #028484; color: #fff; }

/******************************************************************
component - frame-border
******************************************************************/
.c-frame-border { border: 1px solid #e6e6e6; padding: 1rem; }

@media screen and (max-width: 736px) { .c-frame-border { padding: 0.75rem; } }

/******************************************************************
component - pickup
******************************************************************/
.c-pickup { display: flex; flex-direction: column; width: 100%; line-height: 1.5; }

a.c-pickup { text-decoration: none; color: #fff; background-color: #333F48; transition-property: background; transition-duration: 0.3s; }

a.c-pickup:hover { background-color: #00a7ac; }

.c-pickup--catindex { background-color: #191F24 !important; }

.c-pickup--catindex:hover { background-color: #00a7ac !important; }

.c-pickup__body { position: relative; order: 2; flex-grow: 1; display: flex; align-items: center; min-height: 0%; }

.c-pickup__body:not(.c-pickup__body--blank):not(.c-pickup__body--pdf) span { display: block; position: relative; padding-right: 24px; padding: 1rem 2rem 1rem 1rem !important; }

.c-pickup__body:not(.c-pickup__body--blank):not(.c-pickup__body--pdf) span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 16px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 8px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-pickup__body.c-pickup__body--blank span { display: block; background: url("/shared/images/ic_other_w.png") no-repeat right 16px center; padding: 1rem 2.2rem 1rem 1rem !important; }

.c-pickup__body.c-pickup__body--pdf span { display: block; background: url(/shared/images/ico_pdf_w.png) right 16px center/15px 16px no-repeat; padding: 1rem 2.2rem 1rem 1rem !important; }

.c-pickup__body span { flex-grow: 1; }

.c-pickup__headimage { order: 1; text-align: center; min-height: 0%; }

.c-pickup__headimage img { width: 100%; }

.c-pickup-btn { border-top: 1rem solid #fff; }

@media screen and (max-width: 736px) { .c-pickup-btn { border-width: 0.75rem; } }

.c-pickup-btn a { display: block; background-color: #00a7ac; color: #fff; text-decoration: none; text-align: center; padding: 10px 0; letter-spacing: 2px; font-size: 20px; }

@media screen and (max-width: 736px) { .c-pickup-btn a { position: relative; font-size: 14px; padding: 10px; } }

@media print, screen and (min-width: 737px) { .c-pickup-btn__icon { margin-left: 10px; vertical-align: -4px; display: inline-block; position: relative; border: 2px solid #fff; width: 20px; height: 20px; }
  .c-pickup-btn__icon::before, .c-pickup-btn__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .c-pickup-btn__icon::before { border-top: 2px solid #fff; width: 10px; height: 0; bottom: 4px; top: 0; bottom: 0; right: 0; left: 0; }
  .c-pickup-btn__icon::after { border-left: 2px solid #fff; width: 0; height: 10px; top: 0; bottom: 0; right: 0; left: 0; transition-property: all; transition-duration: 0.3s; } }

@media screen and (max-width: 736px) { .c-pickup-btn__icon { display: inline-block; position: relative; position: absolute; right: 10px; border: 2px solid #fff; width: 20px; height: 20px; }
  .c-pickup-btn__icon::before, .c-pickup-btn__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .c-pickup-btn__icon::before { border-top: 2px solid #fff; width: 10px; height: 0; bottom: 4px; top: 0; bottom: 0; right: 0; left: 0; }
  .c-pickup-btn__icon::after { border-left: 2px solid #fff; width: 0; height: 10px; top: 0; bottom: 0; right: 0; left: 0; transition-property: all; transition-duration: 0.3s; } }

[aria-expanded="true"] .c-pickup-btn__icon::after { height: 0; }

/******************************************************************
component - tab
******************************************************************/
.c-tab__menu { display: flex; }

.c-tab__menu--full > * { flex-grow: 1; }

.c-tab__item { display: block; cursor: pointer; box-sizing: border-box; position: relative; }

.c-tab__body { display: none; border: 1px solid #ececec; background-color: #f8f8f8; padding: 30px; }

@media screen and (max-width: 736px) { .c-tab__body { padding: 20px; } }

@media print, screen and (min-width: 737px) { .c-tab__menu > *:not(:last-child) { margin-right: 0.5rem; } }

@media screen and (max-width: 736px) { .c-tab__menu > *:not(:last-child) { margin-right: 0.375rem; } }

.c-tab__item { position: relative; text-align: center; transform: translateY(1px); outline: 0; font-weight: bold; color: inherit; text-decoration: none; color: #fff; background: #40505b; border: 1px solid #ececec; transition-property: background color; transition-duration: 0.3s; }

@media print, screen and (min-width: 737px) { .c-tab__item { padding: 0.8em 1.5em; } }

@media screen and (max-width: 736px) { .c-tab__item { padding: 0.8em 0.8em; font-size: 90%; } }

.c-tab__item::after { transition-property: background; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 100%; height: 4px; background-color: #40505b; }

.c-tab__item.is-active, .c-tab__item[aria-expanded="true"] { color: inherit; background: #f8f8f8; }

.c-tab__item.is-active::after, .c-tab__item[aria-expanded="true"]::after { background-color: #40505b; }

.c-tab__item:hover { color: inherit; background: #f8f8f8; }

.c-tab__item:hover::after { background-color: #40505b; }

/******************************************************************
component - sidemenu
******************************************************************/
.c-sidemenu__title { border-top: #00a7ac 3px solid; font-size: 18px; }

@media screen and (max-width: 736px) { .c-sidemenu__title { font-size: 17px; } }

.c-sidemenu__title a { display: block; font-weight: bold; background-color: #333f48; color: #fff; text-decoration: none; position: relative; padding-left: 22px; padding: 21px 5px 17px 32px; }

.c-sidemenu__title a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 15px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

@media print, screen and (min-width: 737px) { .c-sidemenu__title a { transition-property: background; transition-duration: 0.3s; }
  .c-sidemenu__title a:hover { background-color: #00a7ac; } }

.c-sidemenu__body { font-size: 16px; }

@media screen and (max-width: 736px) { .c-sidemenu__body { font-size: 15px; } }

.c-sidemenu__body > li { border-bottom: #ccc 1px solid; }

.c-sidemenu__body > li.is-active > a { background-color: #f2f2f2; color: #00a7ac; }

.c-sidemenu__body > li > a { display: block; font-weight: bold; color: inherit; text-decoration: none; position: relative; padding-left: 22px; padding: 21px 5px 17px 32px; }

.c-sidemenu__body > li > a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 15px; height: 8px; border-color: #00a7ac; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

@media print, screen and (min-width: 737px) { .c-sidemenu__body > li > a { transition-property: background; transition-duration: 0.3s; }
  .c-sidemenu__body > li > a:hover { background-color: #d9f3f3; } }

.c-sidemenu__body ul { border-left: 10px solid #f2f2f2; }

.c-sidemenu__body ul li { border-top: #ccc 1px dotted; }

.c-sidemenu__body ul li.is-active a { background-color: #f2f2f2; color: #00a7ac; }

.c-sidemenu__body ul li:not(.c-sidemenu__category) > a { display: block; font-weight: bold; color: inherit; text-decoration: none; position: relative; padding-left: 22px; padding: 17px 5px 14px 32px; }

.c-sidemenu__body ul li:not(.c-sidemenu__category) > a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 15px; height: 8px; border-color: #00a7ac; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

@media print, screen and (min-width: 737px) { .c-sidemenu__body ul li:not(.c-sidemenu__category) > a { transition-property: background; transition-duration: 0.3s; }
  .c-sidemenu__body ul li:not(.c-sidemenu__category) > a:hover { background-color: #d9f3f3; } }

.c-sidemenu__body ul li.c-sidemenu__category > a { display: flex; align-items: center; font-weight: bold; color: inherit; text-decoration: none; padding: 10px 5px 10px 6px; }

@media print, screen and (min-width: 737px) { .c-sidemenu__body ul li.c-sidemenu__category > a { transition-property: background; transition-duration: 0.3s; }
  .c-sidemenu__body ul li.c-sidemenu__category > a:hover { background-color: #d9f3f3; } }

.c-sidemenu__body ul li.c-sidemenu__category > a img { width: 32px; }

.c-sidemenu__body ul li.c-sidemenu__category > a span { padding-left: 5px; }

/******************************************************************
component - accordion
******************************************************************/
.c-accordion__head { font-size: 16px; font-weight: bold; cursor: pointer; outline: 0; user-select: none; color: #333f48; font-size: 22px; border-bottom: 1px solid #e6e6e6; position: relative; padding-left: 6px; }

@media screen and (max-width: 736px) { .c-accordion__head { font-size: 16px; } }

.c-accordion__head::after { transition-property: background; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 22px; height: 22px; border: 2px solid #00adb0; background-color: #00adb0; z-index: -1; }

.c-accordion__headinner { display: block; position: relative; padding: 1rem; padding-left: 1.7rem; }

.c-accordion__headinner::before, .c-accordion__headinner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-accordion__headinner::before { border-top: 2px solid #fff; width: 10px; height: 0; top: 0; bottom: 0; left: 0; }

.c-accordion__headinner::after { border-left: 2px solid #fff; width: 0; height: 10px; top: 0; bottom: 0; left: 4px; transition-property: all; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-accordion__headinner { padding: 0.75rem; } }

@media screen and (max-width: 736px) { .c-accordion__headinner { padding-left: 1.5rem; } }

.c-accordion__head[aria-expanded="true"]::after { background-color: #fff; }

.c-accordion__head[aria-expanded="true"] .c-accordion__headinner::before { border-color: #00adb0; }

.c-accordion__head[aria-expanded="true"] .c-accordion__headinner::after { height: 0; }

.c-accordion__body { display: none; margin-left: 18px; margin-right: 18px; }

@media screen and (max-width: 736px) { .c-accordion__body { margin-left: 10px; margin-right: 10px; } }

/******************************************************************
component - accordion
******************************************************************/
.c-accordion2--bordersand { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

.c-accordion2--border .c-accordion2__head:not(:first-child) { border-top: 1px solid #ccc; }

.c-accordion2__head { color: #263045; border: 1px solid rgba(227, 227, 227, 0.7); font-size: 16px; font-weight: bold; cursor: pointer; user-select: none; position: relative; transition-property: background color; transition-duration: 0.3s; padding-right: 1rem; }

.c-accordion2__head[aria-expanded="true"] { background-color: #00a7ac; color: #fff; }

@media screen and (max-width: 736px) { .c-accordion2__head { outline: 0; } }

@media screen and (max-width: 736px) { .c-accordion2__head { padding-right: 0.75rem; } }

.c-accordion2__headinner { display: block; position: relative; padding: 1rem; }

.c-accordion2__headinner::before, .c-accordion2__headinner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-accordion2__headinner::before { border-top: 2px solid #263045; width: 12px; height: 0; top: 0; bottom: 0; right: 0; }

.c-accordion2__headinner::after { border-left: 2px solid #263045; width: 0; height: 12px; top: 0; bottom: 0; right: 5px; transition-property: all; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-accordion2__headinner { padding: 0.75rem; } }

.c-accordion2__head[aria-expanded="true"] .c-accordion2__headinner::after { height: 0; border-color: #fff; }

.c-accordion2__head[aria-expanded="true"] .c-accordion2__headinner::before { border-color: #fff; }

.c-accordion2__body { display: none; }

/******************************************************************
component - accordion3
******************************************************************/
.c-accordion3__head { font-size: 16px; font-weight: bold; cursor: pointer; outline: 0; user-select: none; color: #333f48; position: relative; padding-left: 6px; }

.c-accordion3__head::after { transition-property: background; transition-duration: 0.3s; position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 1rem; left: 0; width: 22px; height: 22px; border: 2px solid #00adb0; background-color: #00adb0; z-index: -1; }

.c-accordion3__headinner { display: block; position: relative; padding: 1rem; padding-left: 1.7rem; }

.c-accordion3__headinner::before, .c-accordion3__headinner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-accordion3__headinner::before { border-top: 2px solid #fff; width: 10px; height: 0; top: 0; bottom: 0; left: 0; }

.c-accordion3__headinner::after { border-left: 2px solid #fff; width: 0; height: 10px; top: 0; bottom: 0; left: 4px; transition-property: all; transition-duration: 0.3s; }

.c-accordion3__headinner::before { bottom: auto; top: 26px; }

.c-accordion3__headinner::after { bottom: auto; top: 22px; }

@media screen and (max-width: 736px) { .c-accordion3__headinner { padding: 0.75rem; } }

@media screen and (max-width: 736px) { .c-accordion3__headinner { padding-left: 1.5rem; } }

.c-accordion3__headinner span { position: relative; display: inline-block; padding-left: 24px; }

.c-accordion3__headinner span::before { content: "Q. "; position: absolute; left: 0; }

.c-accordion3__head[aria-expanded="true"]::after { background-color: #fff; }

.c-accordion3__head[aria-expanded="true"] .c-accordion3__headinner::before { border-color: #00adb0; }

.c-accordion3__head[aria-expanded="true"] .c-accordion3__headinner::after { height: 0; }

.c-accordion3__body { display: none; margin-left: 34px; }

@media screen and (max-width: 736px) { .c-accordion3__body { margin-left: 34px; } }

/******************************************************************
component - gutter
******************************************************************/
.c-gutter > *:not(:last-child) { margin-bottom: 1rem; }

.c-gutter-2l > *:not(:last-child) { margin-bottom: 1.5rem; }

.c-gutter-2x > *:not(:last-child) { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; }
  .c-sp-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-sp-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-sp-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; } }

/******************************************************************
component - text-row2
******************************************************************/
.c-text-row2 { display: flex; }

.c-text-row2--inline { display: inline-flex; }

.c-text-row2--vertical { align-items: center; }

.c-text-row2 > .c-text-row2__head-left, .c-text-row2 > .c-text-row2__head-right { box-sizing: border-box; flex-shrink: 0; max-width: 60%; }

.c-text-row2 > .c-text-row2__head-left { margin-right: 1rem; order: 1; }

.c-text-row2 > .c-text-row2__head-right { margin-left: 1rem; order: 2; }

.c-text-row2 > .c-text-row2__body-right, .c-text-row2 > .c-text-row2__body-left { box-sizing: border-box; flex-grow: 1; }

.c-text-row2 > .c-text-row2__body-right { order: 2; }

.c-text-row2 > .c-text-row2__body-left { order: 1; }

@media screen and (max-width: 736px) { .c-text-row2.sp-top { align-items: stretch; }
  .c-text-row2.sp-vertical { align-items: center; }
  .c-text-row2 > .c-text-row2__head-left { margin-right: 0.75rem; }
  .c-text-row2 > .c-text-row2__head-right { margin-left: 0.75rem; }
  .c-text-row2.sp-column { flex-direction: column; }
  .c-text-row2.sp-column--center { align-items: flex-start; }
  .c-text-row2.sp-column > .c-text-row2__head-left, .c-text-row2.sp-column > .c-text-row2__head-right { order: 1; margin-bottom: 0.75rem; margin-right: 0; margin-left: 0; text-align: center; width: 100%; max-width: none; }
  .c-text-row2.sp-column > .c-text-row2__body-right, .c-text-row2.sp-column > .c-text-row2__body-left { order: 2; width: 100%; }
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__head-left, .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__head-right { order: 2; margin-top: 0.75rem; margin-bottom: 0; }
  .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__body-right, .c-text-row2.sp-column.sp-column-reverse > .c-text-row2__body-left { order: 1; } }

.c-text-row2--2l > .c-text-row2__head-left { margin-right: 1.5rem; }

.c-text-row2--2l > .c-text-row2__head-right { margin-left: 1.5rem; }

@media screen and (max-width: 736px) { .c-text-row2--2l > .c-text-row2__head-left { margin-right: 1.125rem; }
  .c-text-row2--2l > .c-text-row2__head-right { margin-left: 1.125rem; }
  .c-text-row2--2l.sp-column > .c-text-row2__head-left, .c-text-row2--2l.sp-column > .c-text-row2__head-right { margin-bottom: 1.125rem; }
  .c-text-row2--2l.sp-column.sp-column-reverse > .c-text-row2__head-left, .c-text-row2--2l.sp-column.sp-column-reverse > .c-text-row2__head-right { margin-top: 1.125rem; } }

@media screen and (max-width: 736px) { .c-text-row2.sp-2l > .c-text-row2__head-left { margin-right: 1.125rem; }
  .c-text-row2.sp-2l > .c-text-row2__head-right { margin-left: 1.125rem; }
  .c-text-row2.sp-2l.sp-column > .c-text-row2__head-left, .c-text-row2.sp-2l.sp-column > .c-text-row2__head-right { margin-bottom: 1.125rem; margin-right: 0; margin-left: 0; }
  .c-text-row2.sp-2l.sp-column.sp-column-reverse > .c-text-row2__head-left, .c-text-row2.sp-2l.sp-column.sp-column-reverse > .c-text-row2__head-right { margin-top: 1.125rem; } }

/******************************************************************
component - table
******************************************************************/
.c-table-scroll .c-table { min-width: 700px; }

.c-table { width: 100%; table-layout: fixed; background-color: #fff; }

@media print, screen and (min-width: 737px) { .c-table--locations th:nth-child(1) { width: 25%; }
  .c-table--locations th:nth-child(2) { width: 35%; }
  .c-table--locations th:nth-child(3) { width: 20%; }
  .c-table--locations th:nth-child(4) { width: 20%; } }

@media screen and (max-width: 736px) { .c-table--locations tr:not(:nth-child(2)) { display: block; border-top: 1px solid #ccc; padding-top: 0.75rem; margin-top: 0.75rem; }
  .c-table--locations tr:first-child { display: none; }
  .c-table--locations td { display: block; }
  .c-table--locations .c-table__data { border: 0; padding: 0; }
  .c-table--locations .c-table__data:first-child { font-weight: bold; } }

.c-table__data { box-sizing: border-box; border: 1px solid #ccc; text-align: left; font-weight: normal; padding: 0.75rem 1rem; }

@media screen and (max-width: 736px) { .c-table__data { padding: 0.5rem; font-size: 90%; } }

.c-table__data--card { background: url(/shared/images/ico_card.gif) right 10px center/24px auto no-repeat; padding-right: 36px !important; }

.c-table__data--category { text-align: center; font-weight: bold; }

.c-table__data--bg { background-color: #333f48; color: #fff; }

.c-table__data--bg a { color: #fff; }

.c-table__data--bglight { background-color: #ebebeb; }

/******************************************************************
component - table-scroll
******************************************************************/
.c-table-scroll { overflow-x: auto; }

.c-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }

.c-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; }

@media screen and (max-width: 736px) { .c-sp-table-scroll { overflow-x: auto; }
  .c-sp-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; } }

/******************************************************************
component - news-row
******************************************************************/
@media print, screen and (min-width: 737px) { .c-news-row-outer { margin-left: 50px; margin-right: 50px; } }

.c-news-row { display: table; width: 100%; }

.c-news-row .c-news-row__time { padding-left: 50px; }

.c-news-row .c-news-row__body { padding-right: 50px; }

.c-news-row--bordersand { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time, .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 1px solid #ccc; padding-top: 1rem; }

.c-news-row__item { display: table-row; }

.c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 0.75rem; } }

.c-news-row__time { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; }

.c-news-row__body { display: table-cell; vertical-align: top; padding-left: 2rem; }

@media screen and (max-width: 736px) { .c-news-row { display: block; }
  .c-news-row .c-news-row__time { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row .c-news-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time { padding-top: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 0; padding-top: 0; }
  .c-news-row__item { display: block; }
  .c-news-row__time { display: block; width: auto; }
  .c-news-row__body { display: block; padding-left: 0; } }

/******************************************************************
component - list-disc
******************************************************************/
.c-list-disc__item { margin-left: 1.5em; list-style: disc; }

.c-list-disc__item:not(:first-child) { margin-top: 0.5em; }

/******************************************************************
component - list-order
******************************************************************/
.c-list-order__item { margin-left: 1.5em; list-style: decimal; }

.c-list-order__item:not(:first-child) { margin-top: 0.5em; }

/******************************************************************
component - list-notes
******************************************************************/
.c-list-notes { display: table; width: 100%; }

.c-list-notes--bordersand { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-list-notes--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-list-notes--border > .c-list-notes__row:first-child:not(:last-child) > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:first-child:not(:last-child) > .c-list-notes__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-list-notes--border > .c-list-notes__row:first-child:not(:last-child) > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:first-child:not(:last-child) > .c-list-notes__body { padding-bottom: 0.75rem; } }

.c-list-notes--border > .c-list-notes__row:not(:first-child):not(:last-child) > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:not(:first-child):not(:last-child) > .c-list-notes__body { border-top: 1px solid #ccc; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-list-notes--border > .c-list-notes__row:not(:first-child):not(:last-child) > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:not(:first-child):not(:last-child) > .c-list-notes__body { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-list-notes--border > .c-list-notes__row:not(:first-child):last-child > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:not(:first-child):last-child > .c-list-notes__body { border-top: 1px solid #ccc; padding-top: 1rem; }

@media screen and (max-width: 736px) { .c-list-notes--border > .c-list-notes__row:not(:first-child):last-child > .c-list-notes__head, .c-list-notes--border > .c-list-notes__row:not(:first-child):last-child > .c-list-notes__body { padding-top: 0.75rem; } }

.c-list-notes--s { font-size: 0.75rem; line-height: 1.4; }

@media screen and (max-width: 736px) { .c-list-notes--s { font-size: 0.75rem; } }

.c-list-notes--gutter > .c-list-notes__row:not(:first-child) > .c-list-notes__head, .c-list-notes--gutter > .c-list-notes__row:not(:first-child) > .c-list-notes__body { padding-top: 0.5em; }

@media screen and (max-width: 736px) { .c-list-notes--gutter.sp-vertical > .c-list-notes__row:not(:first-child) > .c-list-notes__body { padding-top: 0; } }

.c-list-notes__row { display: table-row; }

.c-list-notes__head { display: table-cell; white-space: nowrap; padding-right: 0.5em; width: 0.1%; vertical-align: top; }

.c-list-notes__head--wide { padding-right: 1.5em; font-weight: 400; }

.c-list-notes__head--fit { padding-right: 0; }

.c-list-notes__body { display: table-cell; vertical-align: top; }

@media screen and (max-width: 736px) { .c-list-notes.sp-vertical { display: block; }
  .c-list-notes.sp-vertical > .c-list-notes__row { display: block; }
  .c-list-notes.sp-vertical > .c-list-notes__row > .c-list-notes__head { display: block; white-space: normal; padding-right: 0; width: auto; }
  .c-list-notes.sp-vertical > .c-list-notes__row > .c-list-notes__body { display: block; }
  .c-list-notes.sp-vertical > .c-list-notes__row:not(:first-child) > .c-list-notes__head--wide { margin-top: 10px; }
  .c-list-notes.sp-vertical > .c-list-notes__row > .c-list-notes__head--wide + .c-list-notes__body { margin-top: 5px; }
  .c-list-notes--border.sp-vertical > .c-list-notes__row:not(:first-child):not(:last-child) > .c-list-notes__body { border-top: 0; padding-top: 0; }
  .c-list-notes--border.sp-vertical > .c-list-notes__row:last-child > .c-list-notes__body { border-top: 0; }
  .c-list-notes--border.sp-vertical > .c-list-notes__row > .c-list-notes__head { padding-bottom: 0 !important; }
  .c-list-notes--border.sp-vertical > .c-list-notes__row > .c-list-notes__body { padding-top: 0 !important; } }

/******************************************************************
component - list-triangle
******************************************************************/
.c-list-triangle__item { position: relative; padding-left: 13px; padding-left: 1.5em; }

.c-list-triangle__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: calc( 0.8em - 4px); left: 6px; height: 8px; border-color: #00adb0; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/******************************************************************
component - list-triangle-glid
******************************************************************/
.c-list-triangle-glid { display: flex; flex-wrap: wrap; margin-right: -1rem; }

.c-list-triangle-glid--gutter { margin-top: -1rem; }

@media screen and (max-width: 736px) { .c-list-triangle-glid--gutter { margin-top: -0.75rem; } }

.c-list-triangle-glid--gutter > * { margin-top: 1rem; }

@media screen and (max-width: 736px) { .c-list-triangle-glid--gutter > * { margin-top: 0.75rem; } }

.c-list-triangle-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 13px; padding-left: 1.5em; }

.c-list-triangle-glid__item2::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: calc( 0.8em - 4px); left: 6px; height: 8px; border-color: #00adb0; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-list-triangle-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 13px; padding-left: 1.5em; }

.c-list-triangle-glid__item3::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: calc( 0.8em - 4px); left: 6px; height: 8px; border-color: #00adb0; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-list-triangle-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 13px; padding-left: 1.5em; }

.c-list-triangle-glid__item4::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: calc( 0.8em - 4px); left: 6px; height: 8px; border-color: #00adb0; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-list-triangle-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 13px; padding-left: 1.5em; }

.c-list-triangle-glid__item5::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: calc( 0.8em - 4px); left: 6px; height: 8px; border-color: #00adb0; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

@media screen and (max-width: 736px) { .c-list-triangle-glid:not(.sp-keep) { flex-direction: column; margin-right: 0; }
  .c-list-triangle-glid:not(.sp-keep)__item2 { width: 100%; margin-right: 0; }
  .c-list-triangle-glid:not(.sp-keep)__item3 { width: 100%; margin-right: 0; }
  .c-list-triangle-glid:not(.sp-keep)__item4 { width: 100%; margin-right: 0; }
  .c-list-triangle-glid:not(.sp-keep)__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - image
******************************************************************/
.c-image--center { text-align: center; }

.c-image--right { text-align: right; }

.c-image__caption { display: block; text-align: left; line-height: 1.3; font-size: 85%; }

.c-image--center .c-image__caption { margin-right: auto; margin-left: auto; }

.c-image--right .c-image__caption { margin-left: auto; }

.c-image__caption:first-child { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-image__caption:first-child { margin-bottom: 0.375rem; } }

.c-image__caption:last-child { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-image__caption:last-child { margin-top: 0.375rem; } }

/******************************************************************
component - image-fix
******************************************************************/
.c-image-fix { display: block; position: relative; padding-top: 140%; }

.c-image-fix--wide { padding-top: 56.25%; }

.c-image-fix--cinema { padding-top: 42.55319%; }

.c-image-fix--square { padding-top: 100%; }

.c-image-fix--border { border: 1px solid #ccc; }

.c-image-fix__inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; display: flex; align-items: center; justify-content: center; min-width: 0%; min-height: 0%; background-size: contain; background-position: center center; background-repeat: no-repeat; }

.c-image-fix__inner img { max-width: 100%; max-height: 100%; }

/******************************************************************
component - hgroup
******************************************************************/
.c-hgroup-visual { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.c-hgroup-visual__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; display: flex; align-items: center; }

@media print, screen and (min-width: 737px) { .c-hgroup-visual__inner { min-height: 300px; } }

@media screen and (max-width: 736px) { .c-hgroup-visual__inner { box-sizing: border-box; padding: 45px 10px 43px; } }

.c-hgroup1 { border-bottom: #ccc 1px solid; background: #E6E6E6; }

.c-hgroup1__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; padding-top: 23px; padding-bottom: 16px; }

@media screen and (max-width: 736px) { .c-hgroup1__inner { padding: 10px 10px 9px 10px; } }

.c-hgroup2-top { margin-bottom: 40px !important; }

@media screen and (max-width: 736px) { .c-hgroup2-top { margin-bottom: 20px !important; } }

/******************************************************************
component - heading
******************************************************************/
.c-heading-visual { color: #fff; font-size: 48px; }

@media screen and (max-width: 736px) { .c-heading-visual { font-size: 24px; } }

.c-heading1 { line-height: 1.4; color: #00adb0; font-size: 36px; }

@media screen and (max-width: 736px) { .c-heading1 { font-size: 24px; } }

.c-heading2 { margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 25px !important; padding-bottom: 5px; font-size: 28px; color: #333f48; position: relative; }

.c-heading2:not(:first-child) { margin-top: 60px; }

@media screen and (max-width: 736px) { .c-heading2:not(:first-child) { margin-top: 30px; } }

@media screen and (max-width: 736px) { .c-heading2 { margin-bottom: 15px !important; font-size: 20px; } }

.c-heading2::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #e6e6e6; border-left: 20px solid #00b0b2; }

.c-heading3 { font-size: 24px; margin-bottom: 20px; color: #333f48; border-bottom: 1px solid #e6e6e6; }

@media screen and (max-width: 736px) { .c-heading3 { font-size: 17px; } }

.c-heading4 { color: #333f48; border-left: 3px solid #80d6d7; padding-left: 10px; line-height: 1.4; font-size: 20px; }

@media screen and (max-width: 736px) { .c-heading4 { font-size: 15px; } }

/******************************************************************
component - heading-line
******************************************************************/
.c-heading-line { position: relative; text-align: center; font-weight: 600; font-size: 36px; }

@media screen and (max-width: 736px) { .c-heading-line { font-size: 24px; } }

.c-heading-line img { margin-bottom: 10px; }

@media screen and (max-width: 736px) { .c-heading-line img { height: 25px; } }

.c-heading-line::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 0; left: 0; width: 2em; border-bottom: 1px solid #000; }

.c-section--dark .c-heading-line { color: #fff; }

.c-section--dark .c-heading-line::after { border-color: #fff; }

/******************************************************************
component - lead
******************************************************************/
.c-lead2 { color: #00A7AC; line-height: 1.4; font-weight: bold; font-size: 32px; }

.c-lead2:not(:first-child) { margin-top: 2rem; }

@media screen and (max-width: 736px) { .c-lead2:not(:first-child) { margin-top: 1.5rem; } }

.c-lead2 small { margin-top: .8em; display: block; font-weight: normal; font-size: 16px; }

@media screen and (max-width: 736px) { .c-lead2 { font-size: 22px; }
  .c-lead2 small { font-size: 14px; } }

/******************************************************************
component - news-date
******************************************************************/
.c-news-date { text-align: right; }

/******************************************************************
component - button
******************************************************************/
.c-button { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.3; padding: 0.5em 1.5em; }

.c-button:hover { color: inherit; text-decoration: none; }

.c-button--radius { border-radius: 0; }

.c-button--circle { border-radius: 3em; }

.c-button--full { display: block; width: 100%; padding: 0.5em 1em; }

.c-button--more { color: #fff; background-color: #333F48; position: relative; padding-right: 26px; min-width: 16em; border-radius: 100px; padding: 0.8em 2.5em; transition-property: background; transition-duration: 0.3s; }

.c-button--more::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 18px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 8px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-button--more:hover { color: #fff; background-color: #00a7ac; }

.c-button--more-blank { color: #fff; background: #333F48 url("/shared/images/ic_other_w.png") no-repeat right 18px center; min-width: 16em; border-radius: 100px; padding: 0.8em 2.5em; transition-property: background; transition-duration: 0.3s; }

.c-button--more-blank:hover { color: #fff; background-color: #00a7ac; }

.c-button--basic { color: #fff; background-color: #333F48; transition-property: background; transition-duration: 0.3s; }

.c-button--basic:hover { color: #fff; background-color: #00a7ac; }

.c-button--basic-back { color: #fff; background-color: #333F48; transition-property: background; transition-duration: 0.3s; position: relative; padding-right: 23px; padding-right: 2.0em; }

.c-button--basic-back::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 16px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.c-button--basic-back:hover { color: #fff; background-color: #00a7ac; }

.c-button--basic-more { min-width: 14em; color: #fff; background-color: #333F48; transition-property: background; transition-duration: 0.3s; position: relative; padding-right: 24px; padding: 16px 2.0em 16px 2.0em; }

.c-button--basic-more::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 16px; height: 8px; border-color: #fff; border-style: solid; border-top-width: 8px; border-bottom-width: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; }

.c-button--basic-more:hover { color: #fff; background-color: #00a7ac; }

.c-button:disabled { opacity: 0.6; cursor: not-allowed; }

/******************************************************************
component - youtube
******************************************************************/
.c-youtube { max-width: 780px; }

.c-youtube--center { margin-right: auto; margin-left: auto; }

.c-youtube--right { margin-left: auto; }

.c-youtube--full { max-width: none; }

.c-youtube__title { display: block; text-align: left; line-height: 1.3; font-weight: bold; font-size: 19.2px; line-height: 1.4; }

@media screen and (max-width: 736px) { .c-youtube__title { font-size: 18px; } }

.c-youtube__caption { display: block; text-align: left; line-height: 1.3; }

.c-youtube__inner { position: relative; padding-top: 56.25%; }

.c-youtube__inner > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.c-youtube__inner:not(:first-child) { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:first-child) { margin-top: 0.375rem; } }

.c-youtube__inner:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:last-child) { margin-bottom: 0.375rem; } }

/******************************************************************
component - check-row
******************************************************************/
.c-check-row { padding-top: 0.1px; }

.c-check-row__inner { margin-right: -0.75em; margin-top: -0.75em; }

.c-check-row__inner > * { display: inline-block; margin-right: 0.75em; margin-top: 0.75em; }

.p-json-nav { /******************************************************************
component - check-col
******************************************************************/ }

.p-json-nav .c-check-col { padding-top: 0.1px; }

.p-json-nav .c-check-col__inner { margin-top: -0.75em; }

.p-json-nav .c-check-col__inner > * { display: block; margin-top: 0.75em; }

.p-json-nav .c-check-col__inner > *:not(:last-child) { padding-bottom: 0.75em; border-bottom: 1px solid #e6e6e6; }

/******************************************************************
component - check-style
******************************************************************/
.c-check-style { min-height: 25px; position: relative; }

.c-check-style--row { display: inline-block; margin-right: 0.75em; }

.c-check-style--block { border: 1px solid #ccc; background-color: #f7f7f7; display: flex; }

.c-check-style--block label { display: flex; align-items: center; flex-grow: 1; padding: 1em; cursor: pointer; transition-property: background; transition-duration: 0.3s; }

.c-check-style--block label:hover { background-color: #fff; }

.c-check-style [type="checkbox"], .c-check-style [type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; padding: 0; clip: rect(0, 0, 0, 0); }

.c-check-style__checkbox, .c-check-style [type="checkbox"] + * { display: inline-block; position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__checkbox::before, .c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::before, .c-check-style [type="checkbox"] + *::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-check-style__checkbox::before, .c-check-style [type="checkbox"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border-radius: 5px; background-color: #e6e7e8; transition-property: background; transition-duration: 0.3s; }

.c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::after { top: 0; bottom: -2.5px; left: 8.75px; width: 7px; height: 11.25px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; transition-duration: 0.2s; transform: rotate(40deg) scale(0); }

.c-check-style__checkbox { outline: 0; }

.c-check-style__checkbox:focus::before, .c-check-style [type="checkbox"]:focus + *::before { box-shadow: 0 0 2px 3px rgba(168, 168, 168, 0.25); }

.c-check-style [type="checkbox"]:checked + *::before { background-color: #00a7ac; }

.c-check-style [type="checkbox"]:checked + *::after { bottom: 2.5px; transform: rotate(40deg) scale(1); }

.c-check-stylenull .c-check-style__checkbox::after { bottom: 2.5px; transform: rotate(40deg) scale(1); }

.c-check-style [type="checkbox"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="checkbox"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="checkbox"] + * { color: #448e3c; }

.c-check-style.is-valid [type="checkbox"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="checkbox"] + *::after { border-color: #448e3c; }

.c-check-style.is-invalid [type="checkbox"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="checkbox"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="checkbox"] + *::after { border-color: #e71d4c; }

.c-check-style__radio, .c-check-style [type="radio"] + * { display: inline-block; position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__radio::before, .c-check-style__radio::after, .c-check-style [type="radio"] + *::before, .c-check-style [type="radio"] + *::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; border-radius: 100%; }

.c-check-style__radio::before, .c-check-style [type="radio"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border: 1px solid #ccc; background-color: #fff; }

.c-check-style__radio::after, .c-check-style [type="radio"] + *::after { top: 0; bottom: 0; left: 5px; width: 15px; height: 15px; background-color: #00adb0; transition-duration: 0.2s; transform: scale(0); }

.c-check-style__radio { outline: 0; }

.c-check-style__radio:focus::before, .c-check-style [type="radio"]:focus + *::before { box-shadow: 0 0 2px 3px rgba(168, 168, 168, 0.25); }

.c-check-style [type="radio"]:checked + *::after { transform: scale(1); }

.c-check-stylenull .c-check-style__radio::after { transform: scale(1); }

.c-check-style [type="radio"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="radio"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="radio"] + * { color: #448e3c; }

.c-check-style.is-valid [type="radio"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="radio"] + *::after { background: #448e3c; }

.c-check-style.is-invalid [type="radio"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="radio"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="radio"] + *::after { background: #e71d4c; }

/******************************************************************
component - select-style
******************************************************************/
.c-select-style { display: inline-block; position: relative; box-sizing: border-box; background-color: #ffffff; border-radius: 0; border: 1px solid #ccc; display: block; width: 100%; }

.c-select-style::before { content: ""; position: absolute; margin: auto; top: 0; bottom: 0.3em; right: 0.9em; width: 5px; height: 5px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(135deg); }

.c-select-style.is-valid { border: 1px solid #76c26e; background: #f6fef2; }

.c-select-style.is-invalid { border: 1px solid #f17995; background: #fff1f1; }

.c-select-style:not(.is-valid):not(.is-invalid).is-focus { border: 1px solid #ccc; background-color: #fffde1; }

.c-select-style--half { width: 50%; }

.c-select-style--pref { width: 10em; }

.c-select-style select { box-sizing: border-box; width: 100%; vertical-align: middle; padding: 0.25em 1.9em 0.25em 0.5em; border: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; background: transparent; position: relative; z-index: +1; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.c-select-style select::-ms-expand { display: none; }

.c-select-style select:disabled { background: #EEE; opacity: 0.6; cursor: not-allowed; }

.c-select-style select:focus { border-color: #a8a8a8; box-shadow: 0 0 2px 3px rgba(168, 168, 168, 0.25); outline: 0; }

@media screen and (max-width: 736px) { .c-sp-select-style--full { display: block; width: 100%; }
  .c-sp-select-style--full select { width: 100%; } }

.c-my-text { font-style: italic; font-weight: normal; padding-right: .2em; }

/******************************************************************
project - index-products
******************************************************************/
@media print, screen and (min-width: 737px) { .p-index-products { display: flex; justify-content: center; } }

@media print, screen and (min-width: 737px) { .p-index-products__excavators { width: 576px; margin-right: 30px; } }

@media screen and (max-width: 736px) { .p-index-products__excavators { margin-bottom: 30px; } }

.p-index-products__excavators ul { display: flex; }

.p-index-products__excavators ul li { box-sizing: border-box; width: 50%; padding: 0 20px; }

.p-index-products__excavators ul li:not(:last-child) { border-right: 1px solid #e6e6e6; }

.p-index-products__excavators ul a { display: block; text-decoration: none; text-align: center; }

.p-index-products__excavators ul a img { transition-property: opacity; transition-duration: 0.3s; }

.p-index-products__excavators ul a span { transition-property: background color; transition-duration: 0.3s; }

.p-index-products__excavators ul a:hover span { color: #fff; background-color: #00a7ac; }

.p-index-products__excavators ul span { display: block; border: 1px solid #00a7ac; border-radius: 100px; padding: .2em; font-weight: 600; font-size: 20px; margin: 20px 20px 0 20px; }

@media screen and (max-width: 900px) { .p-index-products__excavators ul span { font-size: 15px; margin: 20px 0 0 0; } }

.p-index-products__cranes { display: flex; flex-direction: column; }

@media print, screen and (min-width: 737px) { .p-index-products__cranes { width: 264px; } }

.p-index-products__cranes p { flex-grow: 1; }

@media print, screen and (min-width: 737px) { .p-index-products__cranes p { border: 1px solid #00a7ac; display: flex; } }

@media screen and (max-width: 736px) { .p-index-products__cranes p { text-align: center; } }

.p-index-products__cranes p a { text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-index-products__cranes p a { box-sizing: border-box; background-size: cover; background-position: center center; padding: 20px 20px 20px 45%; display: flex; flex-direction: column; justify-content: flex-end; line-height: 1.4; font-size: 15px; transition-property: opacity; transition-duration: 0.3s; }
  .p-index-products__cranes p a:hover { opacity: .6; } }

@media screen and (max-width: 736px) { .p-index-products__cranes p a { pointer-events: none; color: inherit; } }

@media screen and (max-width: 736px) { .p-index-products__cranes p strong { display: none; } }

.p-index-products h3 { line-height: 1; font-weight: normal; font-size: 32px; margin-bottom: .8em; }

@media screen and (max-width: 736px) { .p-index-products h3 { text-align: center; font-size: 20px; } }

@media print, screen and (min-width: 737px) { .p-index-products h3 a { pointer-events: none; text-decoration: none; } }

/******************************************************************
project - index-topics
******************************************************************/
.p-index-topics { background-color: #333f48; line-height: 1.4; }

.p-index-topics__inner { max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; }

@media screen and (max-width: 736px) { .p-index-topics__inner { padding-left: 10px; padding-right: 10px; } }

.p-index-topics dl { border-radius: 4px; border: 3px solid #00a7ac; background-color: #fff; display: flex; }

.p-index-topics dt { flex-shrink: 0; width: 6em; box-sizing: border-box; display: flex; align-items: center; justify-content: center; padding: 0 1em; background-color: #00a7ac; color: #fff; }

@media screen and (max-width: 736px) { .p-index-topics dt { display: none; } }

.p-index-topics dd { box-sizing: border-box; padding: .5em 1em; width: calc(100% - 6em); }

@media screen and (max-width: 736px) { .p-index-topics dd { width: 100%; padding: .25em .5em; } }

.p-index-topics dd .slick-slide div { color: #00adb0; overflow: hidden; text-overflow: ellipsis; }

@media print, screen and (min-width: 737px) { .p-index-topics dd .slick-slide div { white-space: nowrap; } }

.p-index-topics dd a { display: inline !important; color: #00adb0; }

@media screen and (max-width: 736px) { .p-index-topics dd a { display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } }

/******************************************************************
project - index-event
******************************************************************/
.p-index-event { display: flex; flex-wrap: wrap; }

@media screen and (max-width: 736px) { .p-index-event > *:not(:last-child) { margin-bottom: 10px; } }

.p-index-event__item { display: flex; width: 33.33333%; }

@media screen and (max-width: 900px) { .p-index-event__item { width: 50%; } }

@media screen and (max-width: 736px) { .p-index-event__item { width: 100%; } }

.p-index-event__item:nth-child(even) { background-color: #d3d3d3; }

.p-index-event__item:nth-child(even) a { color: #333f48; }

.p-index-event__item:nth-child(odd) { background-color: #333f48; }

.p-index-event__item:nth-child(odd) a { color: #fff; }

.p-index-event a { display: flex; flex-direction: column; text-decoration: none; }

.p-index-event a:hover .p-index-event__btn span { background-color: #028484; }

.p-index-event a:hover img { opacity: .7; }

.p-index-event__img img { width: 100%; transition-property: opacity; transition-duration: 0.3s; }

.p-index-event__main { flex-grow: 1; line-height: 1.4; display: flex; flex-direction: column; padding: 30px; }

@media screen and (max-width: 736px) { .p-index-event__main { padding: 20px; } }

.p-index-event__title { display: block; margin-bottom: 10px; font-size: 23px; }

@media screen and (max-width: 736px) { .p-index-event__title { font-size: 18px; } }

.p-index-event__copy { display: block; margin-bottom: 10px; }

@media screen and (max-width: 736px) { .p-index-event__copy { font-size: 14px; } }

.p-index-event__btn { flex-grow: 1; display: flex; align-items: flex-end; }

.p-index-event__btn span { display: inline-block; background-color: #00a7ac; color: #fff; padding: .6em 1.2em; font-size: 17px; transition-property: background; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-index-event__btn span { font-size: 15px; } }

/******************************************************************
project - index-dealer
******************************************************************/
.p-index-dealer { display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1.4; }

@media screen and (max-width: 736px) { .p-index-dealer { flex-direction: column; text-align: center; }
  .p-index-dealer > *:not(:last-child) { margin-bottom: 10px; } }

@media print, screen and (min-width: 737px) { .p-index-dealer__img { margin-right: 10px; } }

@media screen and (max-width: 736px) { .p-index-dealer__img { width: 30px; } }

.p-index-dealer__title { font-weight: 600; }

@media print, screen and (min-width: 737px) { .p-index-dealer__title { margin-right: 30px; font-size: 26px; } }

@media screen and (max-width: 736px) { .p-index-dealer__title { font-size: 20px; } }

.p-index-dealer__nav { margin-left: 10px; margin-right: 10px; }

.p-index-dealer__nav a { display: block; color: #fff; text-decoration: none; border-radius: 12px; border: 1px solid #fff; position: relative; padding-right: 17px; padding: .4em 2.6em .4em 2em; transition-property: background border; transition-duration: 0.3s; }

.p-index-dealer__nav a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 10px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.p-index-dealer__nav a:hover { background: #00a7ac; }

/******************************************************************
project - index-mykobelco
******************************************************************/
.p-index-mykobelco .slick-list, .p-index-mykobelco .slick-track, .p-index-mykobelco .slick-slide, .p-index-mykobelco .slick-slide > div { display: flex !important; }

.p-index-mykobelco__item { display: flex !important; }

.p-index-mykobelco__item a { background-color: #fff; text-decoration: none; color: inherit; border-right: 20px solid #00a7ac; position: relative; padding-right: 10px; }

@media print, screen and (min-width: 737px) { .p-index-mykobelco__item a { display: flex !important; padding: 30px; transition-property: opacity; transition-duration: 0.3s; }
  .p-index-mykobelco__item a:hover { opacity: .7; } }

@media screen and (max-width: 736px) { .p-index-mykobelco__item a { padding: 15px; } }

.p-index-mykobelco__item a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0px; height: 10px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 10px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.p-index-mykobelco__item a::after { right: -16px; }

.p-index-mykobelco__img { flex-shrink: 0; }

@media print, screen and (min-width: 737px) { .p-index-mykobelco__img { margin-right: 20px; } }

@media screen and (max-width: 736px) { .p-index-mykobelco__img { text-align: center; margin-bottom: 10px; } }

.p-index-mykobelco__img img { width: 130px; }

.p-index-mykobelco__body { line-height: 1.4; }

.p-index-mykobelco__title { color: #00a7ac; }

@media print, screen and (min-width: 737px) { .p-index-mykobelco__title { margin-bottom: 20px; } }

@media screen and (max-width: 736px) { .p-index-mykobelco__title { text-align: center; margin-bottom: 10px; } }

.p-index-mykobelco__title strong { display: block; }

.p-index-mykobelco__copy { font-size: 14px; }

/******************************************************************
project - index-youtube
******************************************************************/
@media print, screen and (min-width: 737px) { .p-index-youtube { display: flex; } }

@media print, screen and (min-width: 737px) { .p-index-youtube__main { width: 60%; } }

.p-index-youtube__nav { display: flex; flex-direction: column; background-color: #333f48; }

@media print, screen and (min-width: 737px) { .p-index-youtube__nav { width: 40%; } }

.p-index-youtube__nav li { flex-grow: 1; display: flex; line-height: 1.4; }

.p-index-youtube__nav li:not(:last-child) { border-bottom: 1px solid #777777; }

@media print, screen and (min-width: 737px) { .p-index-youtube__nav li { border-left: 1px solid #777777; } }

.p-index-youtube__nav a { position: relative; box-sizing: border-box; display: flex; align-items: center; color: #fff; text-decoration: none; transition-property: background; transition-duration: 0.3s; }

.p-index-youtube__nav a.is-current { background: #00a7ac; }

@media print, screen and (min-width: 737px) { .p-index-youtube__nav a:hover { background: #00a7ac; }
  .p-index-youtube__nav a.is-current { position: relative; padding-left: 0px; padding: 0; }
  .p-index-youtube__nav a.is-current::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: -15px; height: 16px; border-color: #00adb0; border-style: solid; border-right-width: 15px; border-left-width: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; } }

.p-index-youtube__nav img { width: 25%; margin-left: 20px; }

@media screen and (max-width: 736px) { .p-index-youtube__nav img { margin: 10px; } }

.p-index-youtube__nav span { display: block; padding: 0 20px; }

@media screen and (max-width: 736px) { .p-index-youtube__nav span { padding: 10px 10px 10px 0; } }

/******************************************************************
project - special-list
******************************************************************/
.p-special-list { display: flex; }

@media print, screen and (min-width: 737px) { .p-special-list { justify-content: space-between; } }

@media screen and (max-width: 736px) { .p-special-list { flex-direction: column; } }

.p-special-list > .p-special-list__title { font-size: 100%; }

@media print, screen and (min-width: 737px) { .p-special-list > .p-special-list__title { display: none; } }

@media screen and (max-width: 736px) { .p-special-list > .p-special-list__title { order: 1; } }

@media print, screen and (min-width: 737px) { .p-special-list__bodty { width: 76%; } }

@media screen and (max-width: 736px) { .p-special-list__bodty { order: 3; } }

.p-special-list__bodty .p-special-list__title { font-size: 100%; }

@media screen and (max-width: 736px) { .p-special-list__bodty .p-special-list__title { display: none; } }

@media print, screen and (min-width: 737px) { .p-special-list__img { width: 23%; } }

@media screen and (max-width: 736px) { .p-special-list__img { order: 2; width: 55%; padding: 10px 0 20px 0; margin: 0 auto; } }

/******************************************************************
project - mykobelco-list
******************************************************************/
.p-mykobelco-list { display: flex; flex-wrap: wrap; margin-right: -30px; margin-top: -30px; }

.p-mykobelco-list__item { width: calc(100%/4 - 30px); margin-right: 30px; margin-top: 30px; display: flex; flex-direction: column; }

@media screen and (max-width: 1000px) { .p-mykobelco-list__item { width: calc(100%/3 - 30px); } }

@media screen and (max-width: 736px) { .p-mykobelco-list__item { width: calc(100%/1 - 30px); } }

.p-mykobelco-list__main { order: 2; line-height: 1.4; flex-grow: 1; }

.p-mykobelco-list__title { font-size: 100%; color: #00a7ac; margin-bottom: 3px; }

.p-mykobelco-list__copy { margin-bottom: 20px; }

.p-mykobelco-list__text { margin-bottom: 20px; }

.p-mykobelco-list__btn { order: 3; box-sizing: border-box; width: 100%; display: block; color: #fff; text-align: center; text-decoration: none; background-color: #00a7ac; position: relative; padding-right: 25px; padding: .8em 2em; transition-property: background; transition-duration: 0.3s; }

.p-mykobelco-list__btn::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 18px; height: 8px; border-color: #fff; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.p-mykobelco-list__btn:hover { background-color: #028484; }

.p-mykobelco-list__img { order: 1; margin-bottom: 20px; text-align: center; }

.p-mykobelco-list__img img { width: 200px; }

@media screen and (max-width: 736px) { .p-mykobelco-list__img img { width: 150px; } }

/******************************************************************
project - profile
******************************************************************/
.p-profile { border-bottom: 1px solid #e3e3e3; padding-bottom: 60px; margin-left: 0; margin-right: 0; }

@media screen and (max-width: 736px) { .p-profile { padding-bottom: 30px; margin-left: -10px; margin-right: -10px; } }

.p-profile__inner { display: flex; max-width: 640px; }

@media print, screen and (min-width: 737px) { .p-profile__inner { justify-content: center; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 736px) { .p-profile__inner { flex-direction: column-reverse; } }

@media screen and (max-width: 736px) { .p-profile__main { padding-left: 20px; padding-right: 20px; } }

.p-profile__title { font-weight: 800; line-height: 1.1; font-size: 36px; margin-bottom: 30px; }

@media screen and (max-width: 736px) { .p-profile__title { font-size: 28px; margin-bottom: 10px; } }

.p-profile dl { font-size: 90%; }

.p-profile dt { font-weight: 600; }

@media print, screen and (min-width: 737px) { .p-profile__img { margin-left: 20px; } }

@media screen and (max-width: 736px) { .p-profile__img { text-align: center; margin-bottom: 20px; }
  .p-profile__img img { max-width: 150px; } }

/******************************************************************
project - summary
******************************************************************/
.p-summary { background-color: #eee; padding: 30px; max-width: 900px; margin-left: auto; margin-right: auto; line-height: 1.4; }

@media screen and (max-width: 736px) { .p-summary { padding: 20px; } }

.p-summary > *:not(:last-child) { margin-bottom: 15px; }

.p-summary__title { font-weight: bold; font-size: 16px; text-decoration: underline; }

.p-summary__btn a { display: block; background-color: #00a7ac; color: #fff; text-align: center; text-decoration: none; padding: .8em; transition-property: background; transition-duration: 0.3s; }

.p-summary__btn a:hover { background-color: #028484; }

/******************************************************************
project - sns-list
******************************************************************/
.p-sns-list { display: flex; flex-wrap: wrap; margin-right: -10px; margin-top: -10px; }

.p-sns-list__item { margin-right: 10px; margin-top: 10px; }

@media print, screen and (min-width: 737px) { .p-sns-list__item { width: calc(100%/6 - 10px); min-width: 160px; } }

@media screen and (max-width: 736px) { .p-sns-list__item { width: calc(100%/2 - 10px); } }

.p-sns-list a { display: flex; align-items: center; }

.p-sns-list img { margin-right: 10px; width: 40px; }

@media screen and (max-width: 736px) { .p-sns-list img { width: 30px; } }

/******************************************************************
project - event-list
******************************************************************/
.p-event-list__item:not(:last-child) { border-bottom: 1px solid #e3e3e3; padding-bottom: 30px; margin-bottom: 30px; }

.p-event-list a { display: block; color: inherit; text-decoration: none; }

.p-event-list a:hover { color: inherit; text-decoration: none; }

.p-event-list a:hover h2 { text-decoration: none; }

.p-event-list img { width: 160px; border: 1px solid #DDDDDD; }

.p-event-list h2 { color: #00adb0; text-decoration: underline; font-size: 20px; }

@media screen and (max-width: 736px) { .p-event-list h2 { font-size: 18px; } }

.p-event-list dl { display: table; }

.p-event-list dl div { display: table-row-group; }

.p-event-list dl dt { display: table-cell; }

.p-event-list dl dd { display: table-cell; }

/******************************************************************
project - sitemap
******************************************************************/
.p-sitemap { display: flex; flex-wrap: wrap; margin-left: -40px; margin-top: -40px; }

@media screen and (max-width: 736px) { .p-sitemap { margin-left: -20px; margin-top: -20px; } }

.p-sitemap__item { width: calc(100%/3 - 40px); margin-left: 40px; margin-top: 40px; }

@media screen and (max-width: 736px) { .p-sitemap__item { width: calc(100%/1 - 20px); margin-left: 20px; margin-top: 20px; } }

.p-sitemap dt { line-height: 1.2; margin-bottom: 15px; }

@media screen and (max-width: 736px) { .p-sitemap dt { margin-bottom: 10px; } }

.p-sitemap dt a { position: relative; display: block; color: inherit; text-decoration: none; transition-property: opacity; transition-duration: 0.3s; font-weight: 600; font-size: 24px; border-bottom: 3px solid #E6E6E6; background: url(/shared/images/ic_sns.png) right center no-repeat; padding: 0 30px 6px 0; }

.p-sitemap dt a:hover { color: inherit; text-decoration: none; }

.p-sitemap dt a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: -3px; left: 0; width: 1.5em; height: 3px; background-color: #00a7ac; }

@media screen and (max-width: 736px) { .p-sitemap dt a { font-size: 20px; } }

.p-sitemap dt a:hover { opacity: .5; }

.p-sitemap ul { margin-left: 15px; }

/******************************************************************
project - oils
******************************************************************/
.p-oils { display: flex; flex-direction: column; background-color: #f3f3f3; line-height: 1.4; }

@media print, screen and (min-width: 737px) { .p-oils { padding: 20px; }
  .p-oils > *:not(:last-child) { margin-bottom: 16px; } }

@media screen and (max-width: 736px) { .p-oils { padding: 10px; }
  .p-oils > *:not(:last-child) { margin-bottom: 10px; } }

.p-oils__img { width: 100%; }

.p-oils__caption { flex-grow: 1; text-align: center; font-weight: 600; }

.p-oils__caption small { display: block; font-weight: normal; }

.p-oils__btn { position: relative; display: block; text-align: center; color: #fff; background: #00a7ac; text-decoration: none; padding: 0.5em calc(.5em + 10px) 0.5em 0.5em; transition-property: background; transition-duration: 0.3s; }

.p-oils__btn:hover { background-color: #028484; }

@media screen and (max-width: 736px) { .p-oils__btn { font-size: 12px; } }

.p-oils__btn::after { content: ""; position: absolute; top: 0; bottom: 0; margin: auto; margin-left: 6px; background: url(/shared/images/ico_download.png) center center/100% auto no-repeat; width: 18px; height: 15px; }

@media screen and (max-width: 736px) { .p-oils__btn::after { width: 13px; } }

/******************************************************************
project - products-nav
******************************************************************/
.p-products-nav { display: flex; flex-wrap: wrap; margin-left: 0; margin-right: -20px; margin-top: -20px; }

@media screen and (max-width: 736px) { .p-products-nav { margin-right: -10px; margin-top: -10px; } }

.p-products-nav__item { width: calc(50% - 20px); margin-right: 20px; margin-top: 20px; }

@media screen and (max-width: 736px) { .p-products-nav__item { width: calc(100% - 10px); margin-right: 10px; margin-top: 10px; } }

.p-products-nav__item--excavators a { background: #00a7ac url(/shared/images/bg_anc_ph01.png) left center/auto 100% no-repeat; }

.p-products-nav__item--cranes a { background: #00a7ac url(/shared/images/bg_anc_ph02.png) left center/auto 100% no-repeat; }

.p-products-nav__item a { position: relative; display: block; color: #fff; text-decoration: none; width: 100%; transition-property: background; transition-duration: 0.3s; font-size: 30px; padding-top: 22.0339%; }

@media screen and (max-width: 1000px) { .p-products-nav__item a { font-size: 2.8vw; } }

@media print, screen and (min-width: 737px) { .p-products-nav__item a:hover { background-color: #028484; } }

@media screen and (max-width: 736px) { .p-products-nav__item a { font-size: 20px; padding-top: 60px; } }

.p-products-nav__item a span { position: relative; padding-right: 58px; box-sizing: border-box; position: absolute; top: 0; display: flex; align-items: center; width: 100%; height: 100%; padding-left: 55%; }

.p-products-nav__item a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-16px, 9.5px) rotate(45deg); transform-origin: top right; border-bottom: 1px solid #fff; border-right: 1px solid #fff; width: 30px; height: 30px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 1000px) { .p-products-nav__item a span { position: relative; padding-right: 32px; position: absolute; padding-left: 55%; }
  .p-products-nav__item a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-10px, 4.5px) rotate(45deg); transform-origin: top right; border-bottom: 1px solid #fff; border-right: 1px solid #fff; width: 16px; height: 16px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media screen and (max-width: 736px) { .p-products-nav__item a span { padding-left: 150px; } }

/******************************************************************
project - product-detail
******************************************************************/
@media print, screen and (min-width: 901px) { .p-product-detail { display: flex; align-items: flex-start; } }

.p-product-detail__img { box-sizing: border-box; }

@media print, screen and (min-width: 901px) { .p-product-detail__img { width: 50%; padding-right: 20px; } }

.p-product-detail__main { box-sizing: border-box; background-color: #f8f8f8; line-height: 1.4; }

@media print, screen and (min-width: 901px) { .p-product-detail__main { width: 50%; padding: 35px; }
  .p-product-detail__main > *:not(:last-child) { margin-bottom: 20px; } }

@media screen and (max-width: 900px) { .p-product-detail__main { margin-top: 20px; padding: 20px; }
  .p-product-detail__main > *:not(:last-child) { margin-bottom: 10px; } }

.p-product-detail__title { font-weight: 700; border-bottom: 1px solid #bababa; font-size: 27px; }

@media screen and (max-width: 900px) { .p-product-detail__title { font-size: 24px; } }

.p-product-detail__spec { width: 100%; background-color: #fff; }

.p-product-detail__spec tr { font-size: 14px; }

@media screen and (max-width: 900px) { .p-product-detail__spec tr { font-size: 12px; } }

.p-product-detail__spec th { border: 1px solid #e6e6e6; background-color: #333f48; color: #fff; font-weight: normal; padding: 6px; }

.p-product-detail__spec td { border: 1px solid #e6e6e6; padding: 6px; }

.p-product-detail__feature { font-size: 14px; }

.p-product-detail__feature dt { margin-bottom: .5em; }

.p-product-detail__feature dd { margin-left: 1em; padding: 0 0 0 20px; background: url(/shared/images/ico_check.png) left 3px/14px auto no-repeat; }

.p-product-detail__feature dd:not(:last-child) { margin-bottom: 4px; }

.p-product-detail__download > *:not(:last-child) { margin-bottom: 6px; }

.p-product-detail__download dt { font-weight: 700; }

.p-product-detail__download dd a { display: inline-block; background: #333f48 url(/shared/images/ico_pdf_w.png) left 12px center/24px auto no-repeat; min-width: 12em; font-weight: 700; color: #fff; text-decoration: none; padding: 18px 18px 18px 48px; transition-property: background; transition-duration: 0.3s; }

.p-product-detail__download dd a:hover { background-color: #00a7ac; }

/******************************************************************
project - sistory
******************************************************************/
.p-sistory__year:not(:last-child) { margin-bottom: 20px; }

@media print, screen and (min-width: 737px) { .p-sistory__year { display: flex; } }

.p-sistory__title { font-size: 16px; }

@media print, screen and (min-width: 737px) { .p-sistory__title { min-width: 4em; } }

@media screen and (max-width: 736px) { .p-sistory__title { margin-bottom: .5em; } }

.p-sistory__item { flex-grow: 1; }

.p-sistory__item > *:not(:last-child) { margin-bottom: 20px; }

@media screen and (max-width: 736px) { .p-sistory__item { padding-left: 1.0em; } }

/* 171107_よくあるお問い合わせ
-------------------------------------------------- */
/*180515 ilinkクラス付
#contents #QAbox dl dd p a::before{
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	margin-right: 6px;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #00a7ac;
}*/
/* 171107_お問い合わせページ（フォーム）
-------------------------------------------------- */
.contactform span.ico_required { display: inline-block; padding: 5px 6px 3px 6px; margin: 0 5px 0 0; line-height: 1; background: #e93636; color: #ffffff; }

.contactform form textarea::placeholder, .contactform form input::placeholder { color: #646464; }

.contactform form textarea:-ms-input-placeholder, .contactform form input:-ms-input-placeholder { color: #646464; }

.contactform form table { border: 1px solid #cccccc; box-sizing: border-box; width: 100%; border-collapse: collapse; border-spacing: 0; }

.contactform form table th { width: 30%; padding: 26px 100px 20px 20px; text-align: left; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; position: relative; vertical-align: middle; }

.contactform form table th::after { content: "Optional"; background: #d3d3d3; position: absolute; display: inline-block; top: 0; bottom: 0; margin: auto; right: 20px; color: #111; height: 20px; line-height: 1; padding: 4px 5px 0; letter-spacing: 0.05em; font-weight: normal; box-sizing: border-box; font-size: 12px; }

.contactform form table th.ico_required::after { content: "Required"; background: #e93636; color: #fff; }

.contactform form table td { padding: 25px 30px; vertical-align: middle; border-bottom: 1px solid #cccccc; }

.contactform form table td > *:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .contactform form table td > *:not(:last-child) { margin-bottom: 0.375rem; } }

.contactform form table td .note { color: #888; font-size: 13px; }

@media screen and (max-width: 736px) { .contactform form table td .note { font-size: 12px; } }

.contactform form table td .products_box ul, .contactform form table td .check_box ul { /*margin-bottom:15px;*/ margin-bottom: 0px; }

.contactform form table td .products_box ul li, .contactform form table td .check_box ul li { display: table-cell; padding-right: 35px; }

.contactform form table td .products_box ul li input, .contactform form table td .check_box ul li input { height: 1em; vertical-align: middle; }

.contactform form table td .products_box ul li label, .contactform form table td .check_box ul li label { padding-left: 6px; }

.contactform form table td .name_box { display: table; width: 60%; }

.contactform form table td .name_box span { display: table-cell; width: 2.25em; padding-right: 5px; text-align: left; }

.contactform form table td .name_box .input { margin-right: 33px; }

.contactform form table td .company_box { width: 56%; }

.contactform form table td .company_box p:first-child { margin-bottom: 10px; }

.contactform form table td .company_box .input { /*margin-bottom:10px;*/ margin-bottom: 0; }

.contactform form table td .company_box .job_type_list li:nth-child(2) { margin: 20px 0 0 0; }

.contactform form table td .company_box select::-ms-expand, .contactform form table td .personal_box select::-ms-expand { display: none; }

.contactform form table td .company_box select, .contactform form table td .personal_box select { cursor: pointer; position: relative; display: block; width: 100%; height: 38px; line-height: 38px; box-sizing: border-box; padding-left: 10px; padding-right: 0px; background: transparent; border: 1px solid #ddd; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM0OEJBRENDNDE2NzExRUE5NEQ3OUVCMzA1RUVFQkMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM0OEJBRENENDE2NzExRUE5NEQ3OUVCMzA1RUVFQkMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzQ4QkFEQ0E0MTY3MTFFQTk0RDc5RUIzMDVFRUVCQzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzQ4QkFEQ0I0MTY3MTFFQTk0RDc5RUIzMDVFRUVCQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7MNRsyAAAAi0lEQVR42mJgYGCYCMT/qYQnATEDMxDvpIJhO6FmgQE/EF+nwLAbUDNQgAoQvyXDsLdQvViBExD/IsGwX1A9eEEmCQZmMhAJphBh2FQGEgAotvbgMWwPcowSC0CxdguLYbexxSixABR7H5AM+4AvRokFoFj8A8XOxIQVIXAfiN8A8Q4gXklIMUCAAQBidHm/zo+CJwAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-size: 10px; background-position: right 15px center; }

.contactform form table td .personal_box .personal_zipbox { display: table; width: 60%; }

.contactform form table td .personal_box .personal_zipbox span { display: table-cell; width: 2.25em; padding-right: 5px; text-align: left; }

.contactform form table td .personal_box .personal_zipbox .input { display: inline-block; width: 160px; padding-right: 10px; }

.contactform form table td .personal_box .personal_zipbox #zipbutton { padding: 9px 25px; border: 1px solid #ffffff; outline: none; cursor: pointer; box-sizing: border-box; background-color: #666666; color: #ffffff; }

.contactform form table td .personal_box .personal_zipbox #zipbutton:hover { background-color: #888; }

.contactform form table td .personal_box .personal_addressbox { display: table; width: 100%; margin-bottom: 20px; }

.contactform form table td .personal_box .personal_addressbox:last-of-type { margin-bottom: 0; }

.contactform form table td .personal_box .personal_addressbox span { display: table-cell; vertical-align: middle; width: 7.4em; padding-right: 5px; text-align: left; }

.contactform form table td .personal_box .personal_addressbox .select { width: 30%; }

.contactform form table td .personal_box .personal_addressbox .input { width: 65%; }

.contactform form table td .personal_box .personal_telbox .input { width: 56%; }

.contactform form table td .personal_box .personal_telbox:last-of-type { margin-top: 10px; }

.contactform form table td .personal_box p:first-child { margin-bottom: 10px; }

.contactform form table td .comment_box p { margin-bottom: 10px; }

.contactform form table td .comment_box textarea { min-height: 8em; }

.contactform form #agree_box { padding-top: 30px; }

.contactform form #agree_box > p { text-align: center; }

.contactform form #agree_box #privacy_text { width: 70%; height: 200px; overflow-y: scroll; border: 1px solid #ccc; margin: 20px auto; font-size: 12px; padding: 30px 30px 10px; }

.contactform form #agree_box #privacy_text > p strong { display: block; font-size: 120%; margin-bottom: 10px; }

.contactform form #agree_box #privacy_text > div { margin-bottom: 20px; }

.contactform form #agree_box #privacy_text > div > *:not(:first-child) { margin-top: 10px; }

.contactform form label[for="agree"] { margin-left: 10px; }

.contactform form #submit_box { display: table; margin: 40px auto; }

.contactform form #submit_box ul li { display: table-cell; padding-left: 30px; }

.contactform form #submit_box ul li button { border: 1px solid #888; width: 200px; text-align: center; padding: 12px; background: #ffffff; color: #333333; font-size: 110%; box-sizing: border-box; cursor: pointer; }

.contactform form #submit_box ul li button:hover { opacity: .7; }

.contactform form #submit_box ul li:first-child { padding-left: 0; }

.contactform form #submit_box ul li:first-child button { border: none; width: 300px; background: #00a7ac; color: #ffffff; font-size: 130%; transition: background .1s linear; }

.contactform form #submit_box ul li:first-child button:disabled { background: #aaaaaa; cursor: inherit; opacity: 1.0; }

.contactform form #submit_box ul li:first-child button:hover { opacity: 1.0; }

.contactform form table td input[type="text"], .contactform form table td input[type="password"], .contactform form table td textarea { padding: 10px 10px 9px; border: solid 1px #ddd; box-sizing: border-box; resize: vertical; width: 100%; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height: 1.2; }

/* 171107_お問い合わせページ（確認用）
-------------------------------------------------- */
.confirm form table td .products_box, .confirm form table td .company_box, .confirm form table td .name_box, .confirm form table td .personal_box, .confirm form table td .comment_box, .confirm form table td .check_box { display: none; }

.confirm form table th::after { display: none; }

/* 171107_お問い合わせページ（受付完了用）
-------------------------------------------------- */
/* 180529_あいさつ文追加
-------------------------------------------------- */
#contents .atendtxt { min-width: 1200px; text-align: center; margin: 40px auto; }

#contents .atendtxt .details { font-size: 105%; line-height: 1.8; }

@media screen and (max-width: 767px) { /*_::-webkit-full-page-media, _:future, :root #contents form td select{
    -moz-appearance: menulist;
    -webkit-appearance : none;
    appearance: button;
}*/
  /* 171107_よくあるお問い合わせ
-------------------------------------------------- */
  /* 171107_お問い合わせページ（フォーム）
-------------------------------------------------- */
  .contactform form table th, .contactform form table td { display: block; width: 100%; box-sizing: border-box; }
  .contactform form table th { padding: 15px 90px 15px 15px; font-size: 92%; border: 0; padding-bottom: 0; }
  .contactform form table th::after { top: 15px; right: 15px; }
  .contactform form table td { padding: 15px; }
  .contactform form table td .products_box ul, .contactform form table td .check_box ul { /*margin-bottom:10px;*/ margin-bottom: 0px; }
  .contactform form table td .products_box ul li, .contactform form table td .check_box ul li { display: block; padding-right: 0px; margin-bottom: 5px; }
  .contactform form table td .products_box ul li:last-of-type, .contactform form table td .check_box ul li:last-of-type { margin-bottom: 0; }
  .contactform form table td .products_box ul li label, .contactform form table td .check_box ul li label { padding-left: 5px; }
  .contactform form table td .name_box { width: 100%; display: block; }
  .contactform form table td .name_box span { display: block; width: 100%; margin-bottom: 5px; padding-right: 0px; }
  .contactform form table td .name_box .input { margin: 0 0 10px 0; }
  .contactform form table td .name_box .input:last-child { margin: 0; }
  .contactform form table td .company_box { width: 100%; }
  .contactform form table td .personal_box .personal_zipbox { width: 100%; }
  .contactform form table td .personal_box .personal_zipbox span { display: none; }
  .contactform form table td .personal_box .personal_zipbox .input { width: 100%; margin-bottom: 5px; padding-right: 0px; }
  .contactform form table td .personal_box .personal_zipbox #zipbutton { width: 100%; padding: 9px 25px; }
  .contactform form table td .personal_box .personal_addressbox { display: table; width: 100%; margin-bottom: 15px; }
  .contactform form table td .personal_box .personal_addressbox:last-child { margin-bottom: 0; }
  .contactform form table td .personal_box .personal_addressbox span { display: block; width: 100%; margin-bottom: 5px; padding-right: 0px; }
  .contactform form table td .personal_box .personal_addressbox .select { width: 100%; }
  .contactform form table td .personal_box .personal_addressbox .input { width: 100%; }
  .contactform form table td .personal_box .personal_telbox .input { width: 100%; }
  .contactform form table td .personal_box p:first-child { margin-bottom: 10px; }
  .contactform form table td .comment_box p { margin-bottom: 5px; }
  .contactform form table td .comment_box textarea { min-height: 10em; }
  .contactform form #agree_box #privacy_text { width: 86%; font-size: 90%; height: 250px; margin: 20px auto; padding: 20px 8% 20px 6%; }
  .contactform form #submit_box { display: block; margin: 30px auto; }
  .contactform form #submit_box ul li { display: block; padding-left: 0; }
  .contactform form #submit_box ul li button { width: 100%; }
  .contactform form #submit_box ul li:first-child { padding-left: 0; }
  .contactform form #submit_box ul li:first-child button { width: 100%; font-size: 110%; margin-bottom: 10px; }
  .contactform form table th#spspace { padding: 15px 10px 40px; }
  /* 171107_お問い合わせページ（確認用）
-------------------------------------------------- */
  .confirm form table th, .confirm form table td { vertical-align: middle; padding: 12px 15px 10px; word-break: break-all; }
  .confirm form table th { padding: 12px 15px 0 15px; }
  .confirm form table th#spspace { padding: 15px 10px; }
  .confirm form table td .name_box { display: none; }
  /* 180529_あいさつ文追加
-------------------------------------------------- */
  #contents .atendtxt { min-width: inherit; width: 90%; margin: 30px auto; }
  #contents .atendtxt .details { font-size: 90%; text-align: left; }
  /* 200128_iosでのselect非表示対応
-------------------------------------------------- */
  .contactform form table td .company_box select, .contactform form table td .personal_box select { padding-right: 35px; }
  .contactform form input, .contactform form option, .contactform form textarea, .contactform form .c-check-style { font-size: 13px; } }

/******************************************************************
project - modal-org
******************************************************************/
.p-modal-org { display: none; z-index: 2001; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.p-modal-org__inner { margin: 0 auto; height: 100%; display: flex; align-items: center; }

@media print, screen and (min-width: 737px) { .p-modal-org__inner { width: 80vw; max-width: 500px; } }

@media screen and (max-width: 736px) { .p-modal-org__inner { width: 85vw; } }

.p-modal-org__inner2 { position: relative; width: 100%; }

@media print, screen and (min-width: 769px) { .p-modal-org__inner3 { max-height: 80vh; } }

@media print, screen and (max-width: 768px) { .p-modal-org__inner3 { max-height: 70vh; } }

.p-modal-org__head { border-radius: 6px 6px 0 0; background-color: #333e47; color: #fff; font-weight: bold; font-size: 20px; padding: .6em; }

.p-modal-org__body { position: relative; overflow: hidden; box-sizing: border-box; background-color: #ffffff; border-radius: 0 0 6px 6px; }

.p-modal-org__scroll { box-sizing: border-box; padding: 1rem; }

.p-modal-org__scroll.is-scroll { overflow-y: scroll; }

@media print, screen and (min-width: 769px) { .p-modal-org__scroll.is-scroll { padding-right: 0.5rem; } }

.p-modal-org__close { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); }

.p-modal-org__btn { box-sizing: border-box; background-color: #00adb0; border-radius: 100%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; }

.p-modal-org__btn-inner { display: inline-block; box-sizing: border-box; width: 20px; height: 20px; position: relative; }

.p-modal-org__btn-inner::before, .p-modal-org__btn-inner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.p-modal-org__btn-inner::before { border-top: 2px solid #ffffff; width: 20px; height: 0; top: 0; bottom: 0; left: 0; transform: rotate(45deg); }

.p-modal-org__btn-inner::after { border-left: 2px solid #ffffff; width: 0; height: 20px; top: 0; bottom: 0; left: 9px; transform: rotate(45deg); }

.p-modal-org dl div:not(:last-child) { margin-bottom: 20px; }

.p-modal-org dl div dt { font-size: 16px; font-weight: 600; border-bottom: 1px solid #e6e6e6; margin-bottom: 6px; }

.p-modal-org dl div dd { color: #00a7ac; font-size: 15px; }

/******************************************************************
project - json
******************************************************************/
.p-json-btn { text-align: center; }

.p-json__note { text-align: center; }

.p-json__notfound { text-align: center; font-size: 25px; font-weight: bold; }

.p-json__item { animation: p-result-ani 0.3s ease-out 0s 1 forwards; border: 1px solid #e6e6e6; line-height: 1.4; }

.p-json__item a { color: #000; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-json__item a:hover .p-json__item-img::before { transform: translateY(0); } }

.p-json__item-img { box-sizing: border-box; padding: 15px; overflow: hidden; }

@media print, screen and (min-width: 737px) { .p-json__item-img { position: relative; }
  .p-json__item-img::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 0; left: 0; width: 100%; z-index: +1; content: 'DETAIL'; background-color: #00a7ac; color: #fff; text-align: center; padding: 16px; transform: translateY(108%); transition-property: transform; transition-duration: 0.3s; } }

.p-json__item-main { border-top: 1px solid #e6e6e6; padding: 10px; }

.p-json__item-main h2 { font-size: 16px; }

.p-json__item-main p { font-size: 12px; }

.p-json__nav { text-align: center; }

.p-json__more { margin-top: 40px; }

@media screen and (max-width: 736px) { .p-json__more { margin-top: 20px; } }

@keyframes p-result-ani { 0% { transform: scale(0.8, 0.8);
    opacity: 0; }
  100% { transform: scale(1, 1);
    opacity: 1; } }

@media screen and (max-width: 736px) { .p-json-nav { padding-top: 30px; padding-left: 10px; padding-right: 10px; } }

.p-json-nav__item:not(:last-child) { margin-bottom: 20px; }

.p-json-nav__title { position: relative; font-size: 16px; margin-bottom: .5em; padding-left: 18px; }

.p-json-nav__title::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 12px; height: 4px; background-color: #00a7ac; }

[data-visual] { display: none; }

/******************************************************************
project - carousel-slick
******************************************************************/
.slick-slider { position: relative; display: block; box-sizing: border-box; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.index-visual { position: relative; }

.p-slick-gallery { max-width: 700px; margin-left: auto; margin-right: auto; }

.p-slick-gallery .slick-gallery-thumb { max-width: 600px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 736px) { .p-slick-gallery .slick-gallery-thumb { display: none; } }

.index-visual__inner, .p-index-mykobelco, .p-index-topics dd, .slick-magazine-inner, .slick-product-main-inner, .slick-product-thumb-inner, .slick-gallery-main-inner, .slick-gallery-thumb-inner { display: none; }

.index-visual__inner.slick-initialized, .p-index-mykobelco.slick-initialized, .p-index-topics dd.slick-initialized, .slick-magazine-inner.slick-initialized, .slick-product-main-inner.slick-initialized, .slick-product-thumb-inner.slick-initialized, .slick-gallery-main-inner.slick-initialized, .slick-gallery-thumb-inner.slick-initialized { display: block; }

.index-visual__inner .slick-slide { line-height: 0; }

.index-visual__inner .slick-slide img { width: 100%; }

.index-visual__inner .slick-slide a { display: block; outline: 0; }

.p-index-mykobelco.slick-slider { margin-left: 50px; margin-right: 50px; }

@media screen and (max-width: 736px) { .p-index-mykobelco.slick-slider { margin-left: 30px; margin-right: 30px; } }

.p-index-mykobelco .slick-list { margin-left: -1rem; margin-right: -1rem; }

@media screen and (max-width: 736px) { .p-index-mykobelco .slick-list { margin-left: -0.75rem; margin-right: -0.75rem; } }

.p-index-mykobelco .slick-track { display: flex; }

.p-index-mykobelco .slick-slide { float: none; margin-left: 1rem; margin-right: 1rem; }

@media screen and (max-width: 736px) { .p-index-mykobelco .slick-slide { margin-left: 0.75rem; margin-right: 0.75rem; } }

.p-index-mykobelco .slick-slide a { display: block; }

.slick-gallery-thumb .slick-slider { overflow: hidden; }

.slick-gallery-thumb .slick-list { margin-left: -0.25rem; margin-right: -0.25rem; }

@media screen and (max-width: 736px) { .slick-gallery-thumb .slick-list { margin-left: -0.1875rem; margin-right: -0.1875rem; } }

.slick-gallery-thumb .slick-track { display: flex; }

.slick-gallery-thumb .slick-slide { float: none; margin-left: 0.25rem; margin-right: 0.25rem; line-height: 0; }

@media screen and (max-width: 736px) { .slick-gallery-thumb .slick-slide { margin-left: 0.1875rem; margin-right: 0.1875rem; } }

.slick-gallery-thumb .slick-slide img { width: 100%; }

.slick-gallery-thumb .slick-slide a { display: block; outline: 0; }

.slick-gallery-thumb .slick-slide { transition-property: opacity; transition-duration: 0.3s; }

.slick-gallery-thumb .slick-current { opacity: .5; }

.slick-product-thumb .slick-slider, .slick-product-main .slick-slider { overflow: hidden; }

.slick-product-thumb .slick-list, .slick-product-main .slick-list { margin-left: -0.25rem; margin-right: -0.25rem; }

@media screen and (max-width: 736px) { .slick-product-thumb .slick-list, .slick-product-main .slick-list { margin-left: -0.1875rem; margin-right: -0.1875rem; } }

.slick-product-thumb .slick-track, .slick-product-main .slick-track { display: flex; }

.slick-product-thumb .slick-slide, .slick-product-main .slick-slide { float: none; margin-left: 0.25rem; margin-right: 0.25rem; line-height: 0; }

@media screen and (max-width: 736px) { .slick-product-thumb .slick-slide, .slick-product-main .slick-slide { margin-left: 0.1875rem; margin-right: 0.1875rem; } }

.slick-product-thumb .slick-slide img, .slick-product-main .slick-slide img { width: 100%; }

.slick-product-thumb .slick-slide a, .slick-product-main .slick-slide a { display: block; outline: 0; }

.slick-product-thumb .slick-slide { border: 1px solid #00a7ac; height: auto; transition-property: opacity; transition-duration: 0.3s; display: flex; align-items: center; opacity: .5; cursor: pointer; }

.slick-product-thumb .slick-current { opacity: 1; }

.slick-gallery-main .slick-slider { margin-left: 50px; margin-right: 50px; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-slider { margin-left: 20px; margin-right: 20px; } }

.slick-gallery-main .slick-list { margin-left: -0.5rem; margin-right: -0.5rem; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-list { margin-left: -0.375rem; margin-right: -0.375rem; } }

.slick-gallery-main .slick-track { display: flex; }

.slick-gallery-main .slick-slide { float: none; height: auto; margin-left: 0.5rem; margin-right: 0.5rem; }

.slick-gallery-main .slick-slide img { width: 100%; }

.slick-gallery-main .slick-slide a { display: block; outline: 0; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-slide { margin-left: 0.375rem; margin-right: 0.375rem; } }

.slick-gallery-main .slick-initialized .slick-slide { display: flex; }

.slick-gallery-main .slick-initialized .slick-slide > * { display: flex; width: 100%; }

.slick-gallery-main .p-carousel-slick { flex-direction: column; }

.slick-gallery-main .p-carousel-slick__img { min-height: 0%; }

.slick-gallery-main .p-carousel-slick__body { flex-grow: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 6px 10px 15px; }

.slick-magazine .slick-slider { margin-left: 50px; margin-right: 50px; }

@media screen and (max-width: 736px) { .slick-magazine .slick-slider { margin-left: 20px; margin-right: 20px; } }

.slick-magazine .slick-list { margin-left: -0.5rem; margin-right: -0.5rem; }

@media screen and (max-width: 736px) { .slick-magazine .slick-list { margin-left: -0.375rem; margin-right: -0.375rem; } }

.slick-magazine .slick-track { display: flex; }

.slick-magazine .slick-slide { float: none; height: auto; margin-bottom: -30px; margin-left: 0.5rem; margin-right: 0.5rem; }

.slick-magazine .slick-slide img { width: 100%; }

.slick-magazine .slick-slide a { display: block; outline: 0; }

@media screen and (max-width: 736px) { .slick-magazine .slick-slide { margin-left: 0.375rem; margin-right: 0.375rem; } }

.slick-magazine .slick-initialized .slick-slide { display: flex; }

.slick-magazine .slick-initialized .slick-slide > * { display: flex; width: 100%; }

.slick-magazine .p-carousel-slick { flex-direction: column; }

.slick-magazine .p-carousel-slick__img { min-height: 0%; }

.slick-magazine .p-carousel-slick__body { width: 80%; margin-left: auto; margin-right: auto; transform: translateY(-40px); background-color: #fff; border-radius: 6px; box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6); display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 6px 10px 15px; }

.slick-magazine .p-carousel-slick__body a { display: inline-block; color: #fff; background-color: #40505b; text-decoration: none; border-radius: 1000px; padding: 3px 20px; font-size: 14px; font-weight: 600; transition-property: background; transition-duration: 0.3s; }

.slick-magazine .p-carousel-slick__body a:hover { background-color: #00a7ac; }

.slick-gallery-main .slick-prev, .slick-gallery-main .slick-next { position: absolute; top: 50%; transform: translate(0, -50%) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 30px; height: 30px; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-prev, .slick-gallery-main .slick-next { width: 20px; height: 20px; } }

.slick-gallery-main .slick-prev { z-index: +1; left: -50px; position: relative; position: absolute; width: 60px; height: 60px; }

.slick-gallery-main .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(6.5px, 0) rotate(225deg); border-top: 2px solid #00a7ac; border-right: 2px solid #00a7ac; width: 30px; height: 30px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-prev { left: -30px; position: relative; position: absolute; width: 30px; height: 100%; }
  .slick-gallery-main .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(2.5px, 0) rotate(225deg); border-top: 2px solid #00a7ac; border-right: 2px solid #00a7ac; width: 14px; height: 14px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .slick-gallery-main .slick-prev { transition-property: transform; transition-duration: 0.3s; }
  .slick-gallery-main .slick-prev:hover { transform: translate(-5px, -50%) translateZ(0); } }

.slick-gallery-main .slick-next { right: -50px; position: relative; position: absolute; width: 60px; height: 60px; }

.slick-gallery-main .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-6.5px, 0) rotate(45deg); border-top: 2px solid #00a7ac; border-right: 2px solid #00a7ac; width: 30px; height: 30px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .slick-gallery-main .slick-next { right: -30px; position: relative; position: absolute; width: 30px; height: 100%; }
  .slick-gallery-main .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-2.5px, 0) rotate(45deg); border-top: 2px solid #00a7ac; border-right: 2px solid #00a7ac; width: 14px; height: 14px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .slick-gallery-main .slick-next { transition-property: transform; transition-duration: 0.3s; }
  .slick-gallery-main .slick-next:hover { transform: translate(5px, -50%) translateZ(0); } }

.slick-magazine .slick-prev, .slick-magazine .slick-next { position: absolute; top: 50%; transform: translate(0, -50%) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 30px; height: 30px; }

@media screen and (max-width: 736px) { .slick-magazine .slick-prev, .slick-magazine .slick-next { width: 20px; height: 20px; } }

.slick-magazine .slick-prev { z-index: +1; left: -50px; position: relative; position: absolute; width: 30px; height: 30px; border: 2px solid #00adb0; background: #00adb0; }

.slick-magazine .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(1.5px, 0) rotate(225deg); border-top: 3px solid #fff; border-right: 3px solid #fff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .slick-magazine .slick-prev { left: -30px; position: relative; position: absolute; width: 22px; height: 22px; }
  .slick-magazine .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(1.5px, 0) rotate(225deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .slick-magazine .slick-prev { transition-property: transform; transition-duration: 0.3s; }
  .slick-magazine .slick-prev:hover { transform: translate(-5px, -50%) translateZ(0); } }

.slick-magazine .slick-next { right: -50px; position: relative; position: absolute; width: 30px; height: 30px; border: 2px solid #00adb0; background: #00adb0; }

.slick-magazine .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-1.5px, 0) rotate(45deg); border-top: 3px solid #fff; border-right: 3px solid #fff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .slick-magazine .slick-next { right: -30px; position: relative; position: absolute; width: 22px; height: 22px; }
  .slick-magazine .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-1.5px, 0) rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .slick-magazine .slick-next { transition-property: transform; transition-duration: 0.3s; }
  .slick-magazine .slick-next:hover { transform: translate(5px, -50%) translateZ(0); } }

.p-index-mykobelco .slick-prev, .p-index-mykobelco .slick-next { position: absolute; top: 50%; transform: translate(0, -50%) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 30px; height: 30px; }

@media screen and (max-width: 736px) { .p-index-mykobelco .slick-prev, .p-index-mykobelco .slick-next { width: 20px; height: 20px; } }

.p-index-mykobelco .slick-prev { z-index: +1; left: -50px; position: relative; position: absolute; width: 30px; height: 30px; }

.p-index-mykobelco .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(4px, 0) rotate(225deg); border-top: 3px solid #fff; border-right: 3px solid #fff; width: 22px; height: 22px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-index-mykobelco .slick-prev { left: -30px; position: relative; position: absolute; width: 22px; height: 22px; }
  .p-index-mykobelco .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(2.5px, 0) rotate(225deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 14px; height: 14px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .p-index-mykobelco .slick-prev { transition-property: transform; transition-duration: 0.3s; }
  .p-index-mykobelco .slick-prev:hover { transform: translate(-5px, -50%) translateZ(0); } }

.p-index-mykobelco .slick-next { right: -50px; position: relative; position: absolute; width: 30px; height: 30px; }

.p-index-mykobelco .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-4px, 0) rotate(45deg); border-top: 3px solid #fff; border-right: 3px solid #fff; width: 22px; height: 22px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-index-mykobelco .slick-next { right: -30px; position: relative; position: absolute; width: 22px; height: 22px; }
  .p-index-mykobelco .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-2.5px, 0) rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 14px; height: 14px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 737px) { .p-index-mykobelco .slick-next { transition-property: transform; transition-duration: 0.3s; }
  .p-index-mykobelco .slick-next:hover { transform: translate(5px, -50%) translateZ(0); } }

.index-visual__inner .slick-prev, .index-visual__inner .slick-next { position: absolute; top: 50%; transform: translate(0, -50%) translateZ(0); outline: none; overflow: hidden; text-indent: -999px; width: 40px; height: 40px; }

@media screen and (max-width: 736px) { .index-visual__inner .slick-prev, .index-visual__inner .slick-next { width: 20px; height: 20px; } }

.index-visual__inner .slick-prev { z-index: +1; left: 50%; transform: translate(-600px, -50%); background: url(/shared/images/btn_prev.png) center center/100% auto no-repeat; position: absolute; }

@media screen and (max-width: 1240px) { .index-visual__inner .slick-prev { left: 20px; transform: translate(0, -50%); } }

.index-visual__inner .slick-next { right: 50%; transform: translate(600px, -50%); background: url(/shared/images/btn_next.png) center center/100% auto no-repeat; position: absolute; }

@media screen and (max-width: 1240px) { .index-visual__inner .slick-next { right: 20px; transform: translate(0, -50%); } }

/******************************************************************
utility - mediaQuery
******************************************************************/
.u-sp-media { display: none; }

@media screen and (max-width: 736px) { .u-pc-media { display: none; }
  .u-sp-media { display: block; }
  img.u-sp-media { display: inline-block; }
  br.u-sp-media { display: inline-block; }
  table.u-sp-media { display: table; } }

.u-se-media { display: none; }

/******************************************************************
utility - display
******************************************************************/
.u-block { display: block; }

.u-none { display: none; }

.u-inline { display: inline; }

.u-inline-block { display: inline-block; }

.u-table { display: table; }

.u-table-row { display: table-row; }

.u-table-cell { display: table-cell; }

.u-flex { display: flex; }

.u-inline-flex { display: inline-flex; }

@media screen and (max-width: 736px) { .u-sp-block { display: block; }
  .u-sp-none { display: none; }
  .u-sp-inline { display: inline; }
  .u-sp-inline-block { display: inline-block; }
  .u-sp-table { display: table; }
  .u-sp-table-row { display: table-row; }
  .u-sp-table-cell { display: table-cell; }
  .u-sp-flex { display: flex; }
  .u-sp-inline-flex { display: inline-flex; } }

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; padding: 0; clip: rect(0, 0, 0, 0); }

@media screen and (max-width: 736px) { .u-sp-display-off { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; overflow: hidden; padding: 0; clip: rect(0, 0, 0, 0); } }

/******************************************************************
utility - text-align
******************************************************************/
.u-center { text-align: center; }

.u-right { text-align: right; }

.u-left { text-align: left; }

@media screen and (max-width: 736px) { .u-sp-center { text-align: center; }
  .u-sp-right { text-align: right; }
  .u-sp-left { text-align: left; } }

/******************************************************************
utility - over-opacity
******************************************************************/
.u-over-opacity { transition-property: opacity; transition-duration: 0.3s; }

.u-over-opacity:hover { opacity: 0.7; }

/******************************************************************
utility - over-scale
******************************************************************/
.u-over-scale { position: relative; overflow: hidden; width: 100%; }

.u-over-scale__inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; transition-property: transform; transition-duration: 0.3s; }

a:hover .u-over-scale__inner { transform: scale(1.1); }

.u-over-scale--light .u-over-scale__inner, .u-over-scale--dark .u-over-scale__inner { transition-property: all; }

.u-over-scale--light { background-color: #ffffff; }

.u-over-scale--dark { background-color: #000000; }

a:hover.u-over-scale--light .u-over-scale__inner, a:hover .u-over-scale--light .u-over-scale__inner, a:hover.u-over-scale--dark .u-over-scale__inner, a:hover .u-over-scale--dark .u-over-scale__inner { opacity: 0.7; }

/******************************************************************
utility - icon-blank
******************************************************************/
.u-icon-blank { position: relative; padding-left: 14px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-blank::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 14px; height: 11px; background: url("/shared/images/ic_other.png") no-repeat left center; }

/******************************************************************
utility - icon-blank-w
******************************************************************/
.u-icon-blank-w { position: relative; padding-left: 14px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-blank-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 14px; height: 11px; background: url("/shared/images/ic_other_w.png") no-repeat left center; }

.u-icon-blank-hover-w { position: relative; padding-left: 14px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-blank-hover-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 14px; height: 11px; background: url("/shared/images/ic_other.png") no-repeat left center; }

a:hover .u-icon-blank-hover-w { position: relative; padding-left: 14px; margin-left: 0.3em; margin-right: 0.3em; }

a:hover .u-icon-blank-hover-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 14px; height: 11px; background: url("/shared/images/ic_other_w.png") no-repeat left center; }

/******************************************************************
utility - icon-pdf
******************************************************************/
.u-icon-pdf { position: relative; padding-left: 11px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-pdf::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 15px; height: 16px; background: url(/shared/images/ico_pdf.png) center center/15px 16px no-repeat; }

/******************************************************************
utility - icon-pdf-w
******************************************************************/
.u-icon-pdf-w { position: relative; padding-left: 11px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-pdf-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 15px; height: 16px; background: url(/shared/images/ico_pdf_w.png) center center/15px 16px no-repeat; }

.u-icon-pdf-hover-w { position: relative; padding-left: 11px; margin-left: 0.3em; margin-right: 0.3em; }

.u-icon-pdf-hover-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 15px; height: 16px; background: url(/shared/images/ico_pdf.png) center center/15px 16px no-repeat; }

a:hover .u-icon-pdf-hover-w { position: relative; padding-left: 11px; margin-left: 0.3em; margin-right: 0.3em; }

a:hover .u-icon-pdf-hover-w::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 15px; height: 16px; background: url(/shared/images/ico_pdf_w.png) center center/15px 16px no-repeat; }

.u-side-margin-clear { margin-left: 0 !important; margin-right: 0 !important; }
