@charset "UTF-8";
/* test */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  width: 100%;
  height: auto;
  /* font-size: 62.5%; */
}

body {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/*
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
*/
body {
  font-size: 16px;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

/* font-size fix for textarea */
textarea {
  font-size: 100%;
}

/* Link Color */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* bottom space fix for img */
img {
  vertical-align: bottom;
}

a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* em storong */
em,
strong {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

/*---------------------------------------
	margin
-----------------------------------------*/
.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb1_5 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.pd0 {
  padding: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.size_1 {
  font-size: 14px;
  font-weight: normal;
}

.size_2 {
  font-size: 100%;
}

.size_3 {
  font-size: 114%;
}

.size_4 {
  font-size: 121%;
}

.size_5 {
  font-size: 128%;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* -----------------------------------
	header-style
----------------------------------- */
body ol,
body ul {
  list-style: none;
}
body img {
  max-width: 100%;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body .g-nav:hover {
  color: #e60012;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.header {
  height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
  }
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  vertical-align: center;
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    width: 350px;
  }
}
.header h1 {
  margin-right: 30px;
}
.header .logo-mark-item:hover {
  opacity: 0.6;
}
.header .logo-mark {
  width: 71px;
}
.header .logo-mark img {
  width: 71px;
}
.header .logo_company {
  margin-right: 70px;
  margin-top: 20px;
  font-weight: bold;
}
.header .logo_company .company-logo {
  color: #000;
}
.header .logo_company .company-logo:hover {
  opacity: 0.6;
}
.header .logo_company span {
  font-size: 15px;
}
.header .logo_company p {
  font-size: 20px;
  white-space: nowrap;
}
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header .nav-list a {
  color: #000;
  font-weight: bold;
}
.header .nav-list .nav-item {
  margin: 30px 30px 0 0;
  vertical-align: center;
  padding: 0;
  white-space: nowrap;
}
.header .nav-list .nav-item-contact-btn {
  padding-top: 20px;
  white-space: nowrap;
}
.header .nav-list .header-btn {
  font-weight: normal;
  background-color: #3eadbd;
  padding: 10px 32px;
  color: #fff;
  line-height: 2.4;
}
.header .nav-list .header-btn img {
  width: 26px;
  opacity: 1;
  vertical-align: -7px;
}
.header .nav-list .header-btn:hover {
  opacity: 0.6;
}

.nav-sm {
  display: none;
}

.burger-btn {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .top header {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .second header {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #f5f5f5;
  }
  .second header .header_inner {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .second header .header_inner h1 {
    margin: 20px 15px 0 0;
  }
  .second header .header_inner h1 img {
    width: 44px;
  }
  .second header .header_inner .logo_company p {
    font-size: 16px;
    letter-spacing: 0.2rem;
    line-height: 1.3;
  }
  .second header .header_inner .nav-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .second header {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #f5f5f5;
  }
  .second header .header_inner {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .second header .header_inner h1 {
    margin: 20px 15px 0 0;
  }
  .second header .header_inner h1 img {
    width: 44px;
  }
  .second header .header_inner .logo_company p {
    font-size: 16px;
    letter-spacing: 0.2rem;
    line-height: 1.3;
  }
  .second header .header_inner .nav-wrapper {
    display: none;
  }
}
.header-nav-sp {
  background: #fff;
}
.header-nav-sp a {
  color: #000;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .top_header {
    display: none;
  }
}

/* -----------------------------------
	footer-style
----------------------------------- */
footer {
  position: relative;
  background-color: #d2e1e3;
}
footer .products-bottom {
  background: #fff;
  text-align: center;
  font-family: serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  -webkit-box-shadow: 0 40px 40px rgba(42, 94, 90, 0.15);
          box-shadow: 0 40px 40px rgba(42, 94, 90, 0.15);
  padding: 50px 0;
}
footer .footer-inner {
  padding: 50px 0;
}
footer .footer-inner .footer-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
footer .footer-inner .footer-prof .footer_logo {
  width: 180px;
}
footer .footer-inner .footer-prof .footer_logo .footer_logo-mark:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-prof .footer-add {
  margin: 30px;
}
footer .footer-inner .footer-prof .footer-add .footer-logo_company {
  padding-bottom: 20px;
}
footer .footer-inner .footer-prof .footer-add .footer-logo_company .company-logo {
  color: #000;
}
footer .footer-inner .footer-prof .footer-add .footer-logo_company .company-logo:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-prof .footer-add .footer-logo_company .company-logo .company-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
footer .footer-inner .footer-prof .footer-add .footer-logo_company .company-logo .company-name span {
  font-size: 15px;
}
footer .footer-inner .footer-prof .footer-add .footer-address {
  padding-bottom: 20px;
}
footer .footer-inner .footer-prof .footer-add .footer-address p {
  padding-bottom: 1em;
}
footer .footer-inner .footer-prof .footer-add .footer-contact-btn a {
  background-color: #3eadbd;
  color: #fff;
  padding: 15px 40px;
  vertical-align: sub;
}
footer .footer-inner .footer-prof .footer-add .footer-contact-btn a img {
  width: 26px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-prof .footer-add .footer-contact-btn a img {
    vertical-align: -8px;
  }
}
footer .footer-inner .footer-prof .footer-add .footer-contact-btn a:hover {
  opacity: 0.6;
}
footer .footer-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
footer .footer-inner ul li {
  font-weight: bold;
  margin: 30px 20px;
}
footer .footer-inner ul li a {
  color: #000;
}
footer .footer-inner .copyright {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  footer .products-bottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  footer .products-bottom p {
    padding: 50px 40px 50px;
  }
  footer .footer-inner {
    padding: 0;
  }
  footer .footer-inner .footer-prof {
    display: block;
    padding: 0;
  }
  footer .footer-inner .footer-prof .footer_logo {
    width: 140px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  footer .footer-inner .footer-prof .footer_logo .footer-logo_mark .footer-logo_mark_pc {
    width: 100%;
  }
  footer .footer-inner .footer-prof .footer-add {
    margin: 0;
  }
  footer .footer-inner .footer-prof .footer-add .footer-logo_company {
    padding: 0;
  }
  footer .footer-inner .footer-prof .footer-add .company-logo .company-name {
    padding: 0 0 15px 200px;
    font-weight: bold;
  }
  footer .footer-inner .footer-prof .footer-add .footer-address {
    font-size: 16px;
    padding: 0 200px 20px 200px;
  }
  footer .footer-inner .footer-prof .footer-add .footer-contact-btn {
    text-align: center;
  }
  footer .footer-inner .footer-prof .footer-add .footer-contact-btn a {
    padding: 13px 43px;
  }
  footer .footer-inner .footer_nav {
    display: none;
  }
  footer .footer-inner .footer_nav a {
    color: #000;
  }
  footer .footer-inner .copyright {
    font-size: 16px;
    padding: 40px 60px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  footer .products-bottom {
    padding: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer .products-bottom p {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px 40px 42px;
  }
  footer .footer-inner {
    padding: 0;
  }
  footer .footer-inner .footer-prof {
    display: block;
    padding: 0;
  }
  footer .footer-inner .footer-prof .footer_logo {
    width: 140px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-prof .footer_logo .footer-logo_mark .footer-logo_mark_pc {
    width: 100%;
  }
  footer .footer-inner .footer-prof .footer-add {
    margin: 0;
    text-align: center;
  }
  footer .footer-inner .footer-prof .footer-add .footer-logo_company {
    padding: 0;
    margin-bottom: 16px;
  }
  footer .footer-inner .footer-prof .footer-add .company-logo .company-name {
    padding: 0px;
    font-weight: bold;
  }
  footer .footer-inner .footer-prof .footer-add .footer-address {
    font-size: 16px;
    padding: 0px;
  }
  footer .footer-inner .footer-prof .footer-add .footer-contact-btn {
    text-align: center;
  }
  footer .footer-inner .footer-prof .footer-add .footer-contact-btn a {
    padding: 13px 43px;
  }
  footer .footer-inner .footer_nav {
    display: none;
  }
  footer .footer-inner .footer_nav a {
    color: #000;
  }
  footer .footer-inner .copyright {
    font-size: 14px;
    padding: 40px 0px;
    line-height: 1.8;
  }
}
/* -----------------------------------
	contents-style
----------------------------------- */
.table_styleA {
  width: 96rem;
  margin: 0 auto;
}
.table_styleA table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.6;
}
.table_styleA table th {
  background: #f5f5f5;
}
.table_styleA table th,
.table_styleA table td {
  border: 1px solid #ccc;
  padding: 2.4rem;
  text-align: left;
}

.gmap {
  margin-top: 4rem;
  width: 100%;
}
.gmap iframe {
  width: 100%;
}

.Copyright {
  text-align: center;
  padding-top: 4rem;
}

.fv-lead-body {
  position: absolute;
  width: 720px;
  top: 150px;
  left: 100px;
  z-index: 999;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
.fv-lead-body p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  text-align: justify;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 1.15vw;
}
.fv-lead-body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .fv-lead-body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv-lead-body {
    display: none;
  }
}
.right-btn-inner .right-btn {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
.right-btn-inner .fv-right-btn {
  color: #fff;
  text-align: center;
}
.right-btn-inner .individual-btn {
  background: #3eadbd;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 20px 10px;
  top: 200px;
}
.right-btn-inner .individual-btn:hover {
  background: #2d7f8c;
}
.right-btn-inner .products-btn {
  background: #e60012;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 20px 10px;
  top: 450px;
}
.right-btn-inner .products-btn:hover {
  background: #c20111;
}
.right-btn-inner img {
  padding-top: 5px;
  width: 22px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .right-btn-inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .right-btn-inner {
    display: none;
  }
}
.about {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .about {
    display: block;
  }
  .about-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
  .company-font_inner {
    padding-left: 22px;
    padding-top: 15px;
  }
  .logo-mark-item_sm {
    width: 80px;
  }
  .logo-mark-item_sm:hover {
    opacity: 0.6;
  }
  .company-font_sm {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
  }
  .company-font_sm:hover {
    opacity: 0.6;
  }
  span {
    font-size: 15px;
    letter-spacing: normal;
  }
  .about-lead {
    display: none;
  }
  .about-lead-top {
    padding-bottom: 20px;
  }
  .customar-btn {
    padding: 12px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .priv-btn-sm {
    background: #3eadbd;
    width: 165px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .priv-btn-sm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
  }
  .priv-btn-sm:hover {
    background: #2d7f8c;
  }
  .products-btn-sm {
    background: #e60012;
    width: 165px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .products-btn-sm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
  }
  .products-btn-sm:hover {
    background: #c20111;
  }
}
@media screen and (max-width: 767px) {
  .about {
    display: block;
  }
  .about-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
  .company-font_inner {
    padding-left: 22px;
    padding-top: 15px;
  }
  .logo-mark-item_sm {
    width: 80px;
  }
  .logo-mark-item_sm:hover {
    opacity: 0.6;
  }
  .company-font_sm {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
  }
  .company-font_sm:hover {
    opacity: 0.6;
  }
  span {
    font-size: 15px;
    letter-spacing: normal;
  }
  .about-lead {
    padding: 28px 24px 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    width: 100%;
    text-align: justify;
  }
  .about-lead p {
    margin-bottom: 1em;
  }
  .about-lead-top {
    padding-bottom: 20px;
  }
  .customar-btn {
    padding: 12px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .priv-btn-sm {
    background: #3eadbd;
    width: 165px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .priv-btn-sm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 24px 15px;
  }
  .priv-btn-sm:hover {
    background: #2d7f8c;
  }
  .products-btn-sm {
    background: #e60012;
    width: 165px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .products-btn-sm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 24px 15px;
  }
  .products-btn-sm:hover {
    background: #c20111;
  }
}
.products-line {
  border-top: 2px solid #3eadbd;
  width: 1163px;
}
@media screen and (max-width: 767px) {
  .products-line {
    width: 100%;
  }
}

.line-news {
  display: none;
}

.section-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 100px 0;
}
.section-title-inner .title-item span {
  color: #3eadbd;
  border: 2px solid #3eadbd;
  padding: 10px 15px;
  letter-spacing: normal;
  white-space: nowrap;
}
.section-title-inner .title-item-sub {
  padding: 0 25px;
}
.section-title-inner .title-item-sub h2 {
  color: #3eadbd;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 1rem;
}
.section-title-inner::after {
  content: "";
  width: 756px;
  height: 2px;
  background: #3eadbd;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .products-line {
    width: 963px;
  }
  .line-news {
    display: none;
  }
  .section-title-inner {
    padding: 50px 0;
  }
  .section-title-inner .title-item-sub {
    padding: 0 25px;
  }
  .section-title-inner .title-item-sub h2 {
    letter-spacing: 0.3rem;
  }
  .section-title-inner::after {
    content: "";
    width: 356px;
  }
}
@media screen and (max-width: 767px) {
  .section-title-inner {
    display: block;
    padding: 50px 0;
  }
  .section-title-inner .title-item {
    text-align: center;
    padding-bottom: 20px;
  }
  .section-title-inner .title-item span {
    font-size: 20px;
    padding: 6px 8px;
  }
  .section-title-inner .title-item-sub {
    text-align: center;
    padding: 0;
  }
  .section-title-inner .title-item-sub .section-title {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .section-title-inner::after {
    display: none;
  }
}
.news {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0;
  }
}
.news .news-body {
  margin: 0 auto;
  position: relative;
  width: 960px;
  border: 3px solid #f2f6f7;
  border-width: 20px;
}
.news .news-body .section-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.news .news-body .section-title-inner::after {
  content: "";
  width: 890px;
  height: 2px;
  background: #3eadbd;
}
.news .news-body ul {
  padding: 40px 20px;
  margin: auto;
  font-family: "YuGothic";
}
.news .news-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f6f7;
  padding: 10px;
}
.news .news-body .day {
  padding-right: 20px;
}
.news .news-body .text {
  font-weight: 700;
  color: #7d7d7d;
}
.news .news-body .news-arrow {
  padding-left: 100px;
}
.news .news-body img {
  width: 30px;
}
.news .news-body .news-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .news-body .news-btn-inner .news-btn {
  position: absolute;
  bottom: -4rem;
  background: #3eadbd;
  padding: 20px 25px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.news .news-body .news-btn-inner .news-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .news {
    padding-bottom: 95px;
  }
  .news .news-body {
    width: 768px;
  }
  .news .news-body .section-title-inner {
    padding: 50px;
  }
  .news .news-body .section-title-inner::after {
    content: "";
    width: 356px;
  }
  .news .news-body ul {
    font-family: "YuGothic";
  }
  .news .news-body .day {
    font-weight: 700;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 65px;
  }
  .news .line-news {
    display: block;
  }
  .news .news-body {
    width: 390px;
  }
  .news .news-body .section-title-inner {
    display: block;
    padding: 50px 0;
  }
  .news .news-body .section-title-inner .title-item {
    text-align: center;
    padding-bottom: 20px;
  }
  .news .news-body .section-title-inner .title-item span {
    font-size: 20px;
    padding: 6px 8px;
  }
  .news .news-body .section-title-inner .title-item-sub {
    text-align: center;
    padding: 0;
  }
  .news .news-body .section-title-inner .title-item-sub .section-title {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .news .news-body .section-title-inner::after {
    display: none;
  }
  .news .news-body ul {
    padding: 32px 17px;
  }
  .news .news-body li {
    display: block;
    padding-bottom: 24px;
  }
  .news .news-body .day {
    font-family: "YuGothic";
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 10px;
  }
  .news .news-body .text {
    font-family: "YuGothic";
    font-weight: 700;
    color: #7d7d7d;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    padding-bottom: 15px;
  }
  .news .news-body .news-arrow {
    padding: 0;
  }
  .news .news-body .item03 {
    border: none;
  }
  .news .news-body .news-btn-inner .news-btn {
    width: 240px;
  }
}
.pickup-up,
.pickup-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 110px 0;
}
.pickup-up .reverse,
.pickup-down .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pickup-up .pickup-up-title,
.pickup-up .pickup-down-title,
.pickup-down .pickup-up-title,
.pickup-down .pickup-down-title {
  max-width: 250px;
}
.pickup-up .pickup-logo,
.pickup-down .pickup-logo {
  width: 153px;
}
.pickup-up .pickup-up-read,
.pickup-down .pickup-up-read {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
  width: 245px;
  padding-top: 20px;
}

.pickup-up-img {
  position: relative;
  width: 700px;
  height: 400px;
}
.pickup-up-img .pickup1 {
  width: 480px;
  position: absolute;
  left: 50px;
}
.pickup-up-img .pickup2 {
  width: 240px;
  position: absolute;
  bottom: -15px;
  left: 420px;
}

.pickup-down-img {
  position: relative;
  width: 700px;
  height: 400px;
}
.pickup-down-img .pickup3 {
  width: 480px;
  position: absolute;
  left: 50px;
}
.pickup-down-img .pickup4 {
  width: 240px;
  position: absolute;
  bottom: -15px;
  left: 420px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .pickup-up,
  .pickup-down {
    padding: 50px 0 100px 0;
  }
  .pickup-up .pickup-down-title,
  .pickup-down .pickup-down-title {
    padding-left: 20px;
  }
  .pickup-up-img {
    width: 500px;
    height: 200px;
  }
  .pickup-up-img .pickup1 {
    width: 380px;
    left: 40px;
  }
  .pickup-up-img .pickup2 {
    width: 140px;
    bottom: -110px;
    left: 340px;
  }
  .pickup-down-img {
    width: 500px;
    height: 200px;
  }
  .pickup-down-img .pickup3 {
    width: 380px;
    left: 40px;
  }
  .pickup-down-img .pickup4 {
    width: 140px;
    bottom: -110px;
    left: 340px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 25px 0;
  }
  .pickup-up .pickup-up-title {
    text-align: center;
    padding: 40px;
    max-width: 100%;
  }
  .pickup-up .pickup-up-title .pickup-up-read {
    text-align: justify;
    line-height: 1.7;
    width: 100%;
  }
  .pickup-up .pickup-img-wrapper .pickup-up-img {
    width: 100%;
    height: 213px;
    padding: 0 40px;
  }
  .pickup-up .pickup-img-wrapper .pickup-up-img .pickup1 {
    width: 251px;
  }
  .pickup-up .pickup-img-wrapper .pickup-up-img .pickup2 {
    width: 126px;
    left: 240px;
  }
  .pickup-down {
    display: block;
    padding: 50px 0;
  }
  .pickup-down .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pickup-down .reverse .pickup-down-title {
    text-align: center;
    padding: 40px;
    max-width: 100%;
  }
  .pickup-down .reverse .pickup-down-title .pickup-up-read {
    text-align: justify;
    line-height: 1.7;
    width: 100%;
  }
  .pickup-down .reverse .pickup-img-wrapper .pickup-down-img {
    width: 100%;
    height: 213px;
    padding: 0 40px;
  }
  .pickup-down .reverse .pickup-img-wrapper .pickup-down-img .pickup3 {
    width: 251px;
  }
  .pickup-down .reverse .pickup-img-wrapper .pickup-down-img .pickup4 {
    width: 126px;
    left: 240px;
  }
}
.movie {
  padding-bottom: 95px;
}
.movie .movie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie .movie-item {
  width: 20%;
  margin: 10px;
}
.movie img {
  width: 310px;
}
.movie h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  margin: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  margin: 20px;
}
.movie p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  line-height: 1.7;
  margin: 20px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .movie {
    padding-bottom: 95px;
  }
  .movie .movie-wrapper {
    text-align: center;
  }
  .movie .movie-wrapper .movie-item {
    width: 30%;
  }
  .movie .movie-wrapper img {
    width: 210px;
  }
  .movie .movie-wrapper h3 {
    text-align: left;
  }
  .movie .movie-wrapper p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    padding-bottom: 0;
  }
  .movie .movie-wrapper {
    display: block;
  }
  .movie .movie-wrapper .movie-item {
    width: 320px;
    margin: 0 auto;
    text-align: left;
  }
  .movie .movie-wrapper .movie-item img {
    width: 320px;
  }
  .movie .movie-wrapper .movie-item .movie-title {
    font-size: 18px;
    margin: 16px 0px;
    padding: 0;
  }
  .movie .movie-wrapper .movie-item .movie-lead {
    margin: 0 auto;
    width: 277px;
    letter-spacing: 0.2rem;
    padding-bottom: 64px;
  }
}
.movie02 {
  padding-bottom: 0px;
}
.movie02 .movie-wrapper {
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie02 .movie-wrapper {
    width: 100%;
    padding: 16px;
  }
}
.movie02 .movie-item iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie02 h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  margin: 16px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .movie02 h3 {
    font-size: 16px;
  }
}
.movie02 p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  line-height: 1.7;
  margin: 20px;
}

.cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.cards-container div {
  width: 33.3333333333%;
}
.cards-container .cards-item {
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .cards-container .cards-item {
    border: none;
  }
}
.cards-container .cards-item a {
  color: #000;
}
.cards-container .cards-item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#d9d9d9), to(transparent));
  background-image: linear-gradient(to right, #d9d9d9, transparent);
}
.cards-container a img {
  opacity: 1;
}
.cards-container h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  padding: 20px;
}
.cards-container .cards-sub-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
}
.cards-container span {
  border: 2px solid #000;
  padding: 10px 40px;
}
.cards-container .cards-read {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.3em;
  padding: 30px 20px;
}
.cards-container .arrow {
  width: 90px;
  margin-left: 230px;
  padding: 20px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cards-container {
    width: 768px;
  }
  .cards-container .arrow {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .cards-container {
    display: block;
    width: 100%;
  }
  .cards-container .cards-item {
    width: 100%;
  }
  .cards-container span {
    letter-spacing: 0.3rem;
    padding: 10px 55px;
  }
  .cards-container .cards-read {
    padding: 0px 20px 0 20px;
    letter-spacing: 0.3rem;
    text-align: justify;
  }
  .cards-container .arrow {
    margin: 0 100px;
  }
}
.products-btn-bottom {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .products-btn-bottom {
    margin-top: 40px;
  }
}
.products-btn-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-btn-bottom li {
  margin: 30px 20px;
}
.products-btn-bottom .allitem {
  background: #3eadbd;
  color: #fff;
  padding: 20px 25px;
}
.products-btn-bottom .allitem:hover {
  background: #2d7f8c;
}
.products-btn-bottom .products {
  background: #e60012;
  color: #fff;
  padding: 20px 25px;
}
.products-btn-bottom .products:hover {
  background: #c20111;
}

@media screen and (max-width: 767px) {
  .products-btn-bottom .products-btn-list {
    display: block;
    text-align: center;
  }
  .products-btn-bottom .products-btn-list .pro-btn-up {
    padding-bottom: 40px;
  }
  .products-btn-bottom .products-btn-list .allitem {
    padding: 20px 55px;
    letter-spacing: 0.2rem;
  }
  .products-btn-bottom .products-btn-list .products {
    padding: 20px 48px;
    letter-spacing: 0.2rem;
  }
}
.line-body {
  padding: 120px 0;
}
.line-body .products-line1 {
  border-top: 2px solid #3eadbd;
  width: 1163px;
}
.line-body .products-line2 {
  position: absolute;
  right: 0;
  border-bottom: 2px solid #3eadbd;
  padding-bottom: 116px;
  width: 1163px;
}

@media screen and (max-width: 767px) {
  .line-body {
    padding: 50px 0;
  }
  .line-body .products-line1 {
    display: none;
  }
  .line-body .products-line2 {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.list-products {
  margin: 0 auto;
  padding: 100px 100px 0 100px;
}
.list-products .category-container a {
  color: #3eadbd;
}
.list-products .category-container span {
  padding-left: 5px;
}
.list-products .border {
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
}
.list-products .product-found {
  font-size: 16px;
  font-weight: 700;
  color: #58575c;
  padding-top: 16px;
}
.list-products .products-number-inner {
  text-align: right;
  padding-bottom: 30px;
}
.list-products .products-number-inner select {
  padding: 6px 14px;
  background-color: #f8f8f8;
}
.list-products .right-btn-inner .products-btn {
  top: 300px;
}
.list-products .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-products .products-list .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  margin: 0 0 48px 0;
}
.list-products .products-list .product-item h2 {
  font-size: 16px;
  color: #525263;
  padding-top: 26px;
}
.list-products .products-list .product-item p {
  font-size: 16px;
  color: #525263;
  padding-top: 5px;
}
.list-products .pagination .pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 100%;
}
.list-products .pagination .pagination_list .pagination_item {
  padding: 10px;
}
.list-products .pagination .pagination_list .pagination_item span {
  background: #f3f3f3;
  padding: 10px 15px;
}

.productsdetail .detaile {
  padding: 100px 100px 0 100px;
}
.productsdetail .detaile .right-btn-inner .products-btn {
  top: 300px;
}
.productsdetail .detaile .detail-top-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productsdetail .detaile .detail-top-body .detaile-left {
  width: 50%;
  margin: 0 auto;
}
.productsdetail .detaile .detail-top-body .detaile-left img {
  width: 505px;
}
.productsdetail .detaile .detail-top-body .detaile-left .ditaile-left-sub {
  padding-top: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.productsdetail .detaile .detail-top-body .detaile-left .ditaile-left-sub img {
  width: 133px;
}
.productsdetail .detaile .detail-top-body .detaile-right {
  width: 50%;
  margin: 0 auto;
  font-family: "YuGothic";
}
.productsdetail .detaile .detail-top-body .detaile-right h2 {
  font-size: 32px;
  color: #525263;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 35px;
}
.productsdetail .detaile .detail-top-body .detaile-right .regular-price {
  font-size: 16px;
  color: #525263;
  padding: 20px 0;
  letter-spacing: 0.3rem;
}
.productsdetail .detaile .detail-top-body .detaile-right .regular-price .tax-s {
  font-size: 12px;
  padding: 0 2px;
}
.productsdetail .detaile .detail-top-body .detaile-right .detaile-price {
  color: #3eadbd;
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9c9c9;
}
.productsdetail .detaile .detail-top-body .detaile-right .detaile-price .tax-l {
  font-size: 16px;
  font-weight: 500;
  padding: 0 3px;
}
.productsdetail .detaile .detail-top-body .detaile-right .products-code {
  font-size: 16px;
  color: #525263;
  letter-spacing: 0.2rem;
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
}
.productsdetail .detaile .detail-top-body .detaile-right .point {
  padding: 0 5px;
}
.productsdetail .detaile .detail-top-body .detaile-right .connection {
  padding-top: 35px;
  color: #525263;
}
.productsdetail .detaile .detail-top-body .detaile-right .connection-category {
  border-bottom: 1px solid #c9c9c9;
}
.productsdetail .detaile .detail-top-body .detaile-right .connection-category .category {
  color: #33a8d0;
}
.productsdetail .detaile .detail-top-body .detaile-right .connection-category .category-down {
  padding-bottom: 10px;
}
.productsdetail .detaile .detail-top-body .detaile-right .detaile-select-inner {
  padding-top: 10px;
}
.productsdetail .detaile .detail-top-body .detaile-right .detaile-select-inner select {
  width: 360px;
  padding: 10px 20px;
  background: #f8f8f8;
}
.productsdetail .detaile .detail-top-body .detaile-right .detaile-select-inner select option {
  color: #555;
}
.productsdetail .detaile .detail-top-body .detaile-right .quantity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.productsdetail .detaile .detail-top-body .detaile-right .quantity-inner .quantity-body .quantity {
  padding: 15px 5px 0 0;
}
.productsdetail .detaile .detail-top-body .detaile-right .quantity-inner input {
  width: 100px;
  padding: 12px 15px;
}
.productsdetail .detaile .detail-top-body .detaile-right .cart-btn {
  padding: 30px 0;
}
.productsdetail .detaile .detail-top-body .detaile-right .cart-btn a {
  background: #3eadbd;
  padding: 15px 130px;
  color: #fff;
}
.productsdetail .detaile .detail-top-body .detaile-right .favourites-btn {
  padding: 20px 0;
}
.productsdetail .detaile .detail-top-body .detaile-right .favourites-btn .favourites {
  background: #535262;
  padding: 15px 120px;
  color: #fff;
}
.productsdetail .detaile .detail-top-body .detaile-right .explanation-body-up {
  padding-top: 10px;
  color: #525263;
}
.productsdetail .detaile .detail-top-body .detaile-right .explanation-body-up .explanation-up {
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
.productsdetail .detaile .detail-top-body .detaile-right .explanation-body-down {
  padding-top: 15px;
  color: #525263;
}
.productsdetail .detaile .detail-top-body .detaile-right .explanation-body-down .explanation-down {
  letter-spacing: 0.2rem;
  line-height: 1.3;
}
.productsdetail .detaile .recommend h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  color: #3eadbd;
  text-align: left;
  margin: 2%;
}
.productsdetail .detaile .recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.productsdetail .detaile .recommend ul li {
  width: 21%;
  margin: 2%;
}
.productsdetail .detaile .recommend ul li p {
  color: #525263;
  font-size: 18px;
  padding-top: 25px;
}

/* EC-CUBE 上書き*/
.ec-layoutRole__header {
  position: relative;
}

.top {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  z-index: 9999;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0;
  padding: 8px 16px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top {
    top: 0px;
  }
}

.ec-layoutRole__contents {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole__contents {
    padding-top: 0px;
  }
}

.ec-role {
  max-width: 100%;
}

.ec-newsRole {
  padding-top: 0;
}

.ec-newsRole .ec-newsRole__news {
  border-color: #f2f6f7;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ec-newsRole .ec-newsRole__news {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 16px;
  }
}

.movie-item iframe {
  width: 100%;
  height: 100%;
}

.ec-productRole__description {
  font-size: 18px;
}

.item_shui {
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.6;
}
.item_shui p {
  margin-bottom: 1em;
}
.item_shui ul {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .fv {
    margin-top: 60px;
  }
}

.googlemap {
  margin-bottom: 0em;
}

.ec-checkbox .ec-link {
  color: red;
  text-decoration: underline;
}

.ec-newsRole .ec-newsRole__newsDate {
  font-size: 14px;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 16px;
}

.ec-newsRole .ec-newsRole__newsDescription {
  font-size: 16px;
  line-height: 1.6;
}

.ec-blockBtn--action {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cart_page .ec-layoutRole__main {
    padding-bottom: 40px;
  }
}

.ec-productRole {
  margin-bottom: 3em;
}

.contact_area {
  text-align: center;
}
.contact_area .text_item {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .contact_area .text_item {
    font-size: 16px;
  }
}
.contact_area .btn_item a {
  font-weight: normal;
  background-color: #3eadbd;
  padding: 18px 40px;
  font-size: 18px;
  color: #fff;
  line-height: 2.4;
  display: inline-block;
  border-radius: 8px;
}
.contact_area .btn_item a img {
  width: 26px;
  opacity: 1;
  vertical-align: -7px;
  margin-right: 8px;
}

.insta .ec-categoryRole {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: auto 0;
}
.insta .ec-categoryRole .ec-role {
  padding: 0;
}
.insta .ec-categoryRole .ec-role .ec-categoryRole__listItem {
  width: 21rem;
  height: 13rem;
  overflow: hidden;
}

/* -----------------------------------
	section-style
----------------------------------- */
.wrapper {
  padding: 0 0 10rem 0;
}

.sectionB {
  margin: 0px 0px 0px 0px;
}

.sectionC {
  margin: 0px 0px 0px 0px;
}

/*---------------------------------------
	block-style
-----------------------------------------*/
/*---------------------------------------
	heading-style
-----------------------------------------*/
/* for h2 */
.headingA {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  padding-top: 8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.headingA .title-item {
  font-size: 3.2rem;
}

/* for h3 */
.headingB {
  padding-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.headingB .title-item {
  font-size: 2.4rem;
}

/* for h4 */
.headingC {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingC {
    padding: 0 16px;
    margin-bottom: 2em;
  }
}
.headingC .title-item {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .headingC .title-item {
    font-size: 24px;
    line-height: 1.6;
  }
}

/* for h5 */
/* -----------------------------------
	text-style
----------------------------------- */
.text_styleA {
  text-align: center;
}
.text_styleA p {
  line-height: 2;
}

.textblockA {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .textblockA {
    width: 100%;
    padding: 0 24px;
  }
}
.textblockA .text-item {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}
.textblockA .text-item:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .textblockA .text-item {
    font-size: 16px;
  }
}

.textblockB {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .textblockB {
    width: 100%;
    padding: 0 24px;
  }
}
.textblockB .text-item {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}
.textblockB .text-item:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .textblockB .text-item {
    font-size: 16px;
  }
}

/*---------------------------------------
	list-style
-----------------------------------------*/
/*---------------------------------------
	definition-style
-----------------------------------------*/
/*---------------------------------------
	table
-----------------------------------------*/
.tableA {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .tableA {
    width: 100%;
    padding: 24px;
    margin-bottom: 3em;
  }
}
.tableA table {
  width: 100%;
}
.tableA table th {
  width: 30%;
  background: #f5f5f5;
  font-weight: bold;
}
.tableA table td {
  width: 70%;
}
.tableA table th,
.tableA table td {
  border: 1px solid #ccc;
  padding: 16px;
  line-height: 1.6;
}

/*---------------------------------------
	form_table
-----------------------------------------*/
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */