@charset "UTF-8";
/*
Theme Name: oneup
Theme URI:
Description: oneup
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}

.cnt, footer .inner, article, .gmenuarea, header .inner {
  width: 1000px;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.f_g2 {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_m1 {
  font-family: "游明朝", YuMincho, serif;
}

.f_ar {
  font-family: "arial";
}

.f_arb {
  font-family: "arial black";
}

.f_org1, .under .sec-ct h1, .top .news__heading, .pgnav li a, footer .pagetop, article .sidebox .sbox__lb, header h1 .copy, p,
li,
dt,
dd,
table,
th,
td {
  /* 300,700 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f_org2, .under_rinen .copy, .top .bus-info .bus-box__heading, .undermain p, .undermain .heading, .topmain__heading {
  /* 700,900 */
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid rgb(200, 200, 200);
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al_r {
  text-align: right;
}

.al_l {
  text-align: left;
}

.al_c {
  text-align: center;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, footer .inner, article, .gmenuarea, header .inner,
article .mauto {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーのツマミの色 */
  background: rgba(255, 255, 255, 0.5);
}

/* tableにスクロールバーを追加 ここまで↑ */
.scroll table {
  /* tableの幅を100%に */
  width: 100%;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: left;
  color: rgb(30, 30, 30);
  /*  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic,
      YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "メイリオ", verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  /*  @extend .f_org1;*/
  font-size: 1.3rem;
  background-color: #f1f2f2;
  /*  overflow-x: hidden;*/
  position: relative;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 1.8;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #005dba;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:visited {
  color: #005dba;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  opacity: 0.1;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

a:hover,
a:hover img,
input[type=submit]:hover {
  opacity: 0.8;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
header .inner {
  padding: 10px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  display: flex;
  align-items: center;
  text-align: left;
}
header h1 a {
  margin-right: 20px;
}
header h1 a img.logo {
  width: 160px;
}
header h1 .copy {
  font-size: 1.4rem;
  font-weight: 700;
}
header .navarea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .navarea .contact_btn {
  display: table;
  padding: 0.5em 1em;
  background-image: linear-gradient(#333333, #333333 50%, #0d0d0d 50%, #0d0d0d);
  background-color: black;
  font-size: 1.4rem;
  color: white;
  position: relative;
  text-decoration: none;
}
header .navarea .contact_btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 10px;
  height: 10px;
  background: url(img/icon/question.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
header .navarea ul {
  margin-top: 10px;
  display: flex;
}
header .navarea ul li {
  margin-right: 20px;
}
header .navarea ul li:last-child {
  margin-right: 0;
}
header .navarea ul li a {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  text-decoration: none;
}
header .navarea ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.35em;
  width: 12px;
  height: 12px;
  background: url(img/icon/triangle.svg) no-repeat center;
  background-size: 4px auto;
  background-color: #808080;
  vertical-align: middle;
}

/* ====================================================================== */
/* Globalmenu */
/* ====================================================================== */
.gmenuarea {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(#2f5497, #2f5497 50%, #002362 50%, #002362);
  border: 1px solid #666666;
  box-sizing: border-box;
  /* 下矢印 */
  /* floatクリア */
  /* 単階層 */
  /* 多階層 ～3階層 */
}
.gmenuarea .menu {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.gmenuarea .menu li:nth-of-type(1) {
  border-left: none;
}
.gmenuarea .menu li:last-child {
  border-right: none;
}
.gmenuarea .menu li.menu-item-181 a {
  font-size: 1.1rem;
}
.gmenuarea .menu li.menu-item-181 > ul > li a {
  font-size: 1.3rem;
}
.gmenuarea .menu > li {
  width: 20%; /* グローバルナビ6つの場合 */
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-right: 1px solid #002362;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.gmenuarea .menu > li a {
  display: block;
  color: #fff;
  padding: 0 10px;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  text-decoration: none;
}
.gmenuarea .menu > li a:hover {
  /*    color: #999;*/
}
.gmenuarea .menu > li > ul {
  /* 1階層 */
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.gmenuarea .menu > li > ul > li > ul {
  /* 2階層 */
  visibility: hidden;
  opacity: 0;
}
.gmenuarea .menu > li > ul > li > ul > li > ul {
  /* 3階層 */
  visibility: hidden;
  opacity: 0;
}
.gmenuarea .menu > li:hover {
  background: #0b308d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gmenuarea .menu > li > ul > li {
  border: none;
  border-top: 1px solid #4b95e0;
}
.gmenuarea .menu > li > ul > li.menu-item-has-children {
  position: relative;
}
.gmenuarea .menu > li > ul > li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 1em;
}
.gmenuarea .menu > li > ul > li > ul li {
  border-top: 1px solid #4b95e0;
}
.gmenuarea .menu > li > ul > li a:hover {
  background: #0b308d;
}
.gmenuarea .menu > li > ul > li > ul > li a:hover {
  background: #0b308d;
}
.gmenuarea .menu > li > ul > li > ul > li > ul > li a:hover {
  background: #0b308d;
}
.gmenuarea .init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gmenuarea .menu:before,
.gmenuarea .menu:after {
  content: " ";
  display: table;
}
.gmenuarea .menu:after {
  clear: both;
}
.gmenuarea .menu {
  *zoom: 1;
}
.gmenuarea .menu > li {
  position: relative;
}
.gmenuarea .menu > li > ul {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #56abf4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gmenuarea .menu > li:hover > ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.gmenuarea .menu > li {
  position: relative;
}
.gmenuarea .menu > li > ul {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #56abf4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gmenuarea .menu > li:hover > ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.gmenuarea .menu > li > ul > li {
  position: relative;
  text-align: left;
}
.gmenuarea .menu > li > ul > li:hover {
  background: #0b308d;
}
.gmenuarea .menu > li > ul > li > ul {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #111;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gmenuarea .menu > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.gmenuarea .menu > li > ul > li > ul > li {
  position: relative;
}
.gmenuarea .menu > li > ul > li > ul > li:hover {
  background: #0b308d;
}
.gmenuarea .menu > li ul > li > ul > li > ul {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #2a1f1f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gmenuarea .menu > li > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.gmenuarea .init-right:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  display: flex;
  justify-content: space-between;
  margin-top: -150px;
  padding-bottom: 100px;
  text-align: left;
  position: relative;
  /*  overflow: hidden;*/
}
article.ct-butsuryu, article.ct-marketing, article.ct-sp, article.ct-carton {
  margin-top: -200px;
}
article.ct-company, article.ct-privacy, article.ct-contact, article.ct-news, article.ct-common {
  margin-top: 0;
  padding-top: 170px;
}
article .mainbox {
  width: 680px;
}
article .sidebox {
  width: 280px;
}
article .sidebox .sbox {
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
article .sidebox .sbox:not(:nth-of-type(1)) {
  margin-top: 30px;
}
article .sidebox .sbox__lb {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  height: 32px;
  background: url(img/common/side_ttl.png) no-repeat;
  background-size: cover;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  box-sizing: border-box;
}
article .sidebox .sbox ul {
  margin: 15px 15px 20px;
}
article .sidebox .sbox ul li a {
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  font-size: 1.3rem;
  position: relative;
  border-bottom: 1px dotted #ccc;
  color: rgb(30, 30, 30);
  line-height: 1.2;
  box-sizing: border-box;
}
article .sidebox .sbox ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/icon/triangle.svg) no-repeat center;
  background-size: 4px auto;
  background-color: #808080;
  position: absolute;
  top: 0.65em;
  left: 0;
}
article .sidebox .sbox ul li a:hover {
  background-color: #f2f2f2;
}
article .sidebox .sbox ul li:last-child a {
  border-bottom: none;
}
article .sidebox .sbox ul li.current-menu-item a {
  color: #e50012;
  font-weight: bold;
}
article .sidebox .sbox ul li.current-menu-item a::before {
  background-color: #e50012;
}
article .sidebox .sbox.pickup a {
  display: block;
  width: 240px;
  margin: 20px auto;
}
article .sidebox .sbox.pickup a img {
  width: 100%;
}
article .sidebox .ssl-seal {
  margin-top: 30px;
}

/* --------------------------------------------------- */
/* Other */
/* --------------------------------------------------- */
article .pagenavi {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
article .pagenavi a {
  display: inline-block;
  margin: 0 15px;
  padding: 1em 2em;
  border: 1px solid #b6b6b6;
  text-decoration: none;
  color: rgb(30, 30, 30);
}
article .pagenavi a:hover {
  background-color: rgb(64, 118, 140);
  border-color: rgb(64, 118, 140);
  color: rgb(255, 255, 255);
  opacity: 1;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  width: 100%;
  padding: 30px 0;
  background-image: linear-gradient(#001e50, #000e26 30%, #000e26);
  color: rgb(255, 255, 255);
}
footer .inner {
  position: relative;
}
footer .pagetop {
  display: table;
  padding: 0.75em 1em;
  background-color: #001e50;
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
}
footer .pagetop::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 10px;
  height: 10px;
  background: url(img/icon/triangle.svg) no-repeat center;
  background-size: 3px auto;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  background-color: #808080;
  vertical-align: middle;
}
footer .footer_top {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer_top .footer_logo {
  width: 140px;
}
footer .footer_top .contact_btn {
  display: table;
  padding: 0.5em 1em;
  background-image: linear-gradient(#333333, #333333 50%, #0d0d0d 50%, #0d0d0d);
  background-color: black;
  font-size: 1.4rem;
  color: white;
  position: relative;
  text-decoration: none;
}
footer .footer_top .contact_btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 10px;
  height: 10px;
  background: url(img/icon/question.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .footer_bottom {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
footer .footer_bottom .pmark {
  width: 50px;
}
footer .footer_bottom ul {
  display: flex;
}
footer .footer_bottom ul li:nth-of-type(1) a {
  padding-left: 0;
}
footer .footer_bottom ul li a {
  display: block;
  padding: 0 0.5em;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  text-decoration: none;
}
footer .footer_bottom ul li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .footer_bottom address {
  display: block;
  margin-top: 0.5em;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}
footer .footer_bottom address a {
  color: rgba(255, 255, 255, 0.8);
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 165, 70);
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
}
#pagetop a img {
  width: 30%;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
.topmain {
  height: 540px;
  background: url(img/top/topmain.png) no-repeat center bottom;
  background-size: 1300px auto;
  overflow: hidden;
}
.topmain__heading {
  display: table;
  margin: 220px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #002f7b;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
.topmain__heading strong {
  color: rgb(220, 0, 18);
}
.topmain__heading::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.undermain {
  height: 540px;
  overflow: hidden;
}
.undermain .heading {
  display: table;
  margin: 200px auto 0;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
.undermain .heading small {
  font-size: 2.1rem;
}
.undermain p {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
.undermain.undermain_carton {
  background: url(img/carton/main.png) no-repeat center bottom;
  background-size: 1300px auto;
}
.undermain.undermain_carton .heading {
  color: #062a71;
}
.undermain.undermain_carton p {
  color: #062a71;
}
.undermain.undermain_sp {
  background: url(img/sp/main.png) no-repeat center bottom;
  background-size: 1300px auto;
}
.undermain.undermain_sp .heading {
  color: #2d6c03;
}
.undermain.undermain_sp p {
  color: #2d6c03;
}
.undermain.undermain_marketing {
  background: url(img/marketing/main.png) no-repeat center bottom;
  background-size: 1300px auto;
}
.undermain.undermain_marketing .heading {
  color: #1a4d80;
}
.undermain.undermain_marketing p {
  color: #1a4d80;
}
.undermain.undermain_butsuryu {
  background: url(img/butsuryu/main.png) no-repeat center bottom;
  background-size: 1300px auto;
}
.undermain.undermain_butsuryu .heading {
  color: #62360c;
}
.undermain.undermain_butsuryu p {
  color: #62360c;
}

.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: rgb(255, 255, 255);
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.pgnav {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pgnav li a {
  display: block;
  margin: 0 1em 1em;
  padding: 0.25em 1.25em;
  color: rgb(30, 30, 30);
  font-size: 1.3rem;
  font-weight: 600;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(30, 30, 30, 0.1);
}
.pgnav li a.is-active {
  background: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-out;
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.top .topbnrarea a img {
  width: 100%;
}
.top .news {
  margin-top: 30px;
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top .news__heading {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.top .news__heading::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  background: url(img/icon/right.svg) no-repeat;
  background-size: contain;
}
.top .news .infolist-area {
  padding-right: 15px;
  height: 240px;
  box-sizing: border-box;
}
.top .news dl {
  display: table;
  width: 100%;
  padding: 0.35em 0;
}
.top .news dl:nth-of-type(1) {
  margin-top: 30px;
}
.top .news dl dt,
.top .news dl dd {
  display: table-cell;
  font-size: 1.3rem;
  line-height: 1.3;
}
.top .news dl dt {
  width: 15%;
  color: rgb(220, 0, 18);
}
.top .bus-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top .bus-info .bus-box {
  margin-top: 30px;
  width: 48%;
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top .bus-info .bus-box img {
  width: 100%;
}
.top .bus-info .bus-box__heading {
  margin: 1em 0.5em 0;
  font-size: 1.8rem;
  /*        font-feature-settings: "palt";*/
}
.top .bus-info .bus-box ul {
  margin: 15px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}
.top .bus-info .bus-box ul li {
  margin-top: 10px;
  width: 50%;
  max-width: 50%;
  line-height: 1.2;
  box-sizing: border-box;
}
.top .bus-info .bus-box ul li a {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.4rem;
  position: relative;
}
.top .bus-info .bus-box ul li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/icon/triangle.svg) no-repeat center;
  background-size: 4px auto;
  background-color: #808080;
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================================================== */
/* Undder */
/* ================================================================== */
.under .sec-ct {
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.under .sec-ct__inner {
  padding: 0 30px;
  padding: 0;
}
.under .sec-ct h1 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.under .sec-ct h1::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  background: url(img/icon/right.svg) no-repeat;
  background-size: contain;
}
.under .sec-ct h2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  height: 32px;
  background: url(img/common/under_h2ttl.png) no-repeat;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
}
.under .sec-ct h3 {
  margin-top: 30px;
  padding: 0.5em 1em;
  background-color: #f1f2f2;
  border: 1px solid #ccc;
  font-weight: bold;
}
.under .sec-ct h4 {
  margin-top: 30px;
  font-weight: bold;
}
.under .sec-ct p {
  margin: 30px 0 0;
}
.under .sec-ct p strong {
  font-weight: bold;
}
.under .sec-ct ul {
  margin: 30px 0 0;
}
.under .sec-ct ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.under .sec-ct ol {
  margin: 30px 0 0;
}
.under .sec-ct ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.under .sec-ct table {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
  box-sizing: border-box;
}
.under .sec-ct table th,
.under .sec-ct table td {
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
}
.under .sec-ct table th {
  background-color: #e4eef7;
}
.under .sec-ct table th.heading {
  font-size: 1.6rem;
}
.under .sec-ct table th strong {
  font-weight: bold;
}
.under .sec-ct table td ul {
  margin-top: 0;
}
.under .sec-ct table td .list-harf {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
}
.under .sec-ct table td .list-harf li {
  width: 50%;
  max-width: 50%;
  padding-right: 2em;
  list-style-type: disc;
  box-sizing: border-box;
}
.under .sec-ct table .head td {
  padding: 0.25em 1em;
  background-color: #666666;
  color: white;
  text-align: center;
}
.under .sec-ct img {
  height: auto;
  max-width: 100%;
}
.under .sec-ct img.size-full {
  display: block;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.under .sec-ct img.size-middle {
  display: block;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.under .sec-ct img.alignright {
  float: right;
}
.under .sec-ct iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 360px;
  margin: 30px auto 0;
}
.under .sec-ct a.link-btn {
  display: table;
  margin: 50px auto 0;
  padding: 0.25em 0 0.25em 1.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
  text-decoration: none;
}
.under .sec-ct a.link-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/icon/triangle.svg) no-repeat center;
  background-size: 4px auto;
  background-color: #808080;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.under .sec-ct a.link-btn.t-left {
  margin: 0;
}
.under .sec-ct a.contact_btn {
  display: table;
  margin: 30px auto 0;
  padding: 0.75em 1.5em;
  background-image: linear-gradient(#333333, #333333 50%, #0d0d0d 50%, #0d0d0d);
  background-color: black;
  font-size: 1.6rem;
  color: white;
  position: relative;
  text-decoration: none;
}
.under .sec-ct a.contact_btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 14px;
  height: 14px;
  background: url(img/icon/question.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.under .sec-ct .triangle {
  margin: 30px auto 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ccc;
}

/* ================================================================== */
/* Carton */
/* ================================================================== */
/* Carton */
.under-carton .case-type {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.under-carton .case-type figure {
  margin-top: 30px;
  width: 320px;
}
.under-carton .case-type figure img {
  width: 100%;
}
.under-carton .case-type figure figcaption {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
}
.under-carton .case-type .exp {
  width: 300px;
}
.under-carton .case-type .exp p {
  margin-top: 10px;
}

/* Offset */
.under-offset figure {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.under-offset figure img {
  width: 320px;
  margin-right: 30px;
  max-width: 320px;
  height: auto;
  border: 1px solid #ccc;
}
.under-offset figure figcaption {
  line-height: 1.8;
}

/* Housou */
.under-housou .housou_wrap {
  display: flex;
  flex-wrap: wrap;
}
.under-housou .housou_wrap figure {
  width: 33.3333333333%;
  margin-top: 30px;
}
.under-housou .housou_wrap figure img {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 130px;
  object-fit: contain;
}
.under-housou .housou_wrap figure figcaption {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.under-housou .housou_wrap figure figcaption h3 {
  margin: 0 10px;
}
.under-housou .housou_wrap figure figcaption p {
  margin: 10px;
  text-align: left;
  line-height: 1.5;
}

/* Dandan */
.sec-dandan {
  padding: 0 20px 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.sec-dandan__inner {
  padding: 0 30px;
  padding: 0;
}
.sec-dandan h1 img {
  display: block;
  width: 100%;
}
.sec-dandan .wappen {
  position: absolute;
  top: -20px;
  left: 0;
}
.sec-dandan .pgmenu {
  display: flex;
}
.sec-dandan .pgmenu li {
  width: 20%;
  position: relative;
}
.sec-dandan .pgmenu li .new {
  width: 50px;
  position: absolute;
  top: -20px;
  right: 10px;
}
.sec-dandan__subheading {
  margin-top: 30px;
}
.sec-dandan__subheading img {
  width: 100%;
}
.sec-dandan__lead {
  display: table;
  margin: 30px auto 0;
  padding: 30px 0;
  position: relative;
}
.sec-dandan__lead dt,
.sec-dandan__lead dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.sec-dandan__lead dd {
  padding-left: 30px;
}
.sec-dandan__lead::before, .sec-dandan__lead::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 19px;
  background: url(img/carton/dandan/kazari_kei.gif) no-repeat;
  background-size: cover;
  position: absolute;
}
.sec-dandan__lead::before {
  top: 0;
  left: 0;
}
.sec-dandan__lead::after {
  bottom: 0;
  left: 0;
}
.sec-dandan .enjyo__wrap {
  margin-top: 30px;
  display: flex;
}
.sec-dandan .enjyo figure {
  width: 50%;
}
.sec-dandan .enjyo figure img {
  display: block;
  margin: 0 auto;
}
.sec-dandan .enjyo figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.sec-dandan .example img.ex_img {
  display: block;
  width: 90%;
  margin: 30px auto 0;
}
.sec-dandan .info p {
  margin-top: 30px;
}
.sec-dandan .info p strong {
  display: table;
  padding: 0 1em;
  background-color: #fbc600;
  color: #533912;
  font-weight: bold;
  border: 1px solid #533912;
}
.sec-dandan .info__gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sec-dandan .info__gallery li {
  margin-top: 30px;
  width: 50%;
}
.sec-dandan .info__gallery li.wide {
  width: 100%;
}
.sec-dandan .info__set {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #4e3612;
  box-sizing: border-box;
}
.sec-dandan .info__set th,
.sec-dandan .info__set td {
  padding: 1em 0.5em;
  vertical-align: middle;
}
.sec-dandan .info__set th {
  background-color: #4e3612;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec-dandan .info__set th span {
  writing-mode: vertical-rl;
}
.sec-dandan .info__set td {
  padding-left: 20px;
}
.sec-dandan .info__set td ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  list-style-type: decimal;
  line-height: 1.3;
}
.sec-dandan .info__set td ol li:last-child {
  margin-bottom: 0;
}
.sec-dandan .order img {
  width: 100%;
  margin-top: 30px;
}
.sec-dandan .order p {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.sec-dandan .order a.contact_btn {
  display: table;
  margin: 30px auto 0;
  padding: 0.75em 1.5em;
  background-image: linear-gradient(#333333, #333333 50%, #0d0d0d 50%, #0d0d0d);
  background-color: black;
  font-size: 1.6rem;
  color: white;
  position: relative;
  text-decoration: none;
}
.sec-dandan .order a.contact_btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 14px;
  height: 14px;
  background: url(img/icon/question.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ================================================================== */
/* Sp */
/* ================================================================== */
/* sp */
.under-sp .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.under-sp .item_wrap figure {
  margin-top: 30px;
}
.under-sp .item_wrap figure img {
  height: 120px;
}
.under-sp .item_wrap figure figcaption {
  display: block;
  margin-top: 1em;
  text-align: center;
}

/* Item */
.under-spitem .spitem_wrap {
  display: flex;
  flex-wrap: wrap;
}
.under-spitem .spitem_wrap figure {
  width: 33.3333333333%;
  margin-top: 30px;
}
.under-spitem .spitem_wrap figure img {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 140px;
  object-fit: contain;
}
.under-spitem .spitem_wrap figure figcaption {
  display: block;
  margin-top: 1em;
  text-align: center;
}

/* ================================================================== */
/* Marketing */
/* ================================================================== */
/* marketing */
/* ================================================================== */
/* Butsuryu */
/* ================================================================== */
/* butsuryu */
.under-butsuryu dl dt {
  margin-top: 30px;
  font-weight: bold;
}
.under-butsuryu dl dd {
  padding: 0 0 0 20px;
}
.under-butsuryu figure {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.under-butsuryu figure img {
  width: 240px;
  margin-right: 50px;
  max-width: 240px;
  height: auto;
  border: 1px solid #ccc;
}
.under-butsuryu figure figcaption {
  line-height: 1.8;
}

/* ================================================================== */
/* Company */
/* ================================================================== */
/* Profile */
.under_profile table caption {
  text-align: right;
  font-size: 1.1rem;
}
.under_profile table th {
  width: 25%;
  max-width: 25%;
  box-sizing: border-box;
}

/* History */
.under_history dl {
  display: table;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px dotted #ccc;
}
.under_history dl:nth-of-type(1) {
  margin-top: 30px;
}
.under_history dl dt,
.under_history dl dd {
  display: table-cell;
  text-align: left;
}
.under_history dl dt {
  width: 20%;
  font-size: 1.1rem;
}
/* Rinen */
.under_rinen .copy {
  display: table;
  font-size: 2rem;
  font-weight: 700;
  color: #002f7b;
  line-height: 1.4;
  position: relative;
}

/* Pdf */
.under_pdf a.link-btn.pdf-btn {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.under_pdf a.link-btn.pdf-btn::before {
  margin-right: 0.5em;
  width: 40px;
  height: 40px;
  background: url(img/common/pdf.png) no-repeat center;
  background-size: contain;
  background-color: transparent;
  position: relative;
  vertical-align: middle;
}

/* Access */
.under_access .access-info {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.under_access .access-info:nth-last-of-type(1) {
  border-bottom: none;
}
.under_access table th {
  width: 35%;
  max-width: 35%;
  box-sizing: border-box;
}

/* ================================================================== */
/* Privacy */
/* ================================================================== */
/* policy */
.under-policy .policy-cnt {
  counter-reset: num;
}
.under-policy .policy-cnt h4 {
  padding-left: 1.5em;
  position: relative;
}
.under-policy .policy-cnt h4::before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.under-policy .policy-cnt h4 + p {
  margin-top: 10px !important;
}
.under-policy .policy-cnt p {
  margin-left: 20px !important;
}

/* ================================================================== */
/* News */
/* ================================================================== */
.ct-news .sec-ct .news_heading {
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ct-news .sec-ct .news_heading::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 80%;
  margin-right: 0;
  background: url(img/icon/right.svg) no-repeat;
  background: none;
  background-color: #0e3593;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ct-news .sec-ct .post_meta {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ct-news .sec-ct .post_meta li {
  width: auto;
  margin: 0 30px 0 0;
  padding: 0;
  font-size: 1.2rem;
  list-style-type: none;
}
.ct-news .sec-ct .post_meta li.cate {
  padding: 0.25em 0.5em;
  background-color: #f6f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.3;
}
.ct-news .sec-ct .post_meta li.tag a {
  padding: 0.25em 0.5em;
  font-weight: bold;
  position: relative;
}
.ct-news .sec-ct .post_meta li.tag a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgb(30, 30, 30);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-news .sec-ct .gallery {
  display: flex;
  flex-wrap: wrap;
}
.ct-news .sec-ct .gallery figure {
  margin-top: 30px;
  width: 50%;
  text-align: center;
}
.ct-news .sec-ct .gallery figure img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.ct-news .sec-ct .gallery figure figcaption {
  display: block;
  margin-top: 15px;
  line-height: 1.3;
}
.ct-news .newslist dl {
  display: table;
  width: 100%;
  padding: 0.35em 0;
}
.ct-news .newslist dl:nth-of-type(1) {
  margin-top: 30px;
}
.ct-news .newslist dl dt,
.ct-news .newslist dl dd {
  display: table-cell;
  font-size: 1.3rem;
  line-height: 1.3;
}
.ct-news .newslist dl dt {
  width: 15%;
  color: rgb(220, 0, 18);
}

/* ================================================================== */
/* Contact */
/* ================================================================== */
.under-contact .conf_mes {
  display: none;
}
.under-contact .formbox {
  margin-top: 30px;
}
.under-contact .formbox dl {
  display: table;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid white;
}
.under-contact .formbox dl dt,
.under-contact .formbox dl dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0.75em;
}
.under-contact .formbox dl dt {
  width: 30%;
  max-width: 30%;
  background-color: #e4eef7;
}
.under-contact .formbox dl dt .notnull {
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  background-color: white;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: normal;
  color: rgb(220, 0, 18);
  border: 1px solid rgb(220, 0, 18);
  border-radius: 4px;
  line-height: 1;
}
.under-contact .formbox dl dd input[type=text],
.under-contact .formbox dl dd input[type=email],
.under-contact .formbox dl dd input[type=number],
.under-contact .formbox dl dd select,
.under-contact .formbox dl dd textarea {
  font-size: 1.3rem;
  padding: 0.25em;
  border: 1px solid rgba(30, 30, 30, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.under-contact .formbox dl dd input[type=text]::placeholder,
.under-contact .formbox dl dd input[type=email]::placeholder,
.under-contact .formbox dl dd input[type=number]::placeholder,
.under-contact .formbox dl dd select::placeholder,
.under-contact .formbox dl dd textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-size: 1.3rem;
}
.under-contact .formbox dl dd input[type=radio],
.under-contact .formbox dl dd input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: -0.2em;
}
.under-contact .formbox dl dd select {
  width: auto;
  font-size: 100%;
}
.under-contact .formbox dl dd textarea {
  width: 90%;
  font-family: sans-serif;
}
.under-contact .formbox dl dd input[name=氏名],
.under-contact .formbox dl dd input[type=email],
.under-contact .formbox dl dd input[name=会社名] {
  width: 60%;
}
.under-contact .formbox dl dd input[name=ご住所] {
  width: 90%;
}
.under-contact .formbox dl dd .mwform-tel-field input,
.under-contact .formbox dl dd .mwform-zip-field input {
  width: auto;
}
.under-contact .formbox dl dd small {
  font-size: 1.4rem;
}
.under-contact .formbox .mwform-checkbox-field {
  display: block;
  margin-top: 10px;
  overflow: hidden;
}
.under-contact .formbox .mwform-checkbox-field label {
  font-size: 1.6rem;
  font-weight: bold;
}
.under-contact .formbox .mwform-checkbox-field input[type=radio],
.under-contact .formbox .mwform-checkbox-field input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: -0.2em;
}
.under-contact .formbox .btnarea {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.under-contact .formbox .btnarea input,
.under-contact .formbox .btnarea button {
  display: table;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
}
.under-contact .formbox .btnarea input.send_btn, .under-contact .formbox .btnarea input.send_btn2,
.under-contact .formbox .btnarea button.send_btn,
.under-contact .formbox .btnarea button.send_btn2 {
  background-image: linear-gradient(#333333, #333333 50%, #0d0d0d 50%, #0d0d0d);
  background-color: black;
  color: white;
}
.under-contact .formbox .btnarea input.send_btn:disabled, .under-contact .formbox .btnarea input.send_btn2:disabled,
.under-contact .formbox .btnarea button.send_btn:disabled,
.under-contact .formbox .btnarea button.send_btn2:disabled {
  opacity: 0.5 !important;
}
.under-contact .formbox .btnarea input.upd_btn,
.under-contact .formbox .btnarea button.upd_btn {
  background-color: rgba(180, 180, 180, 0.1);
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.under-contact .formbox .kiyaku_doui {
  text-align: center;
}
.under-contact .formbox .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 30px auto 0;
  padding: 1.5em;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: left;
  box-sizing: border-box;
}
.under-contact .formbox .privacy p {
  margin: 0 1.5em 1em;
  line-height: 1.5;
}
.under-contact .formbox .privacy p.pr_heading {
  margin: 0 0 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
.under-contact .formbox .privacy p.pr_lb {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.under-contact .formbox .privacy p strong {
  font-weight: bold;
}
.under-contact .mw_wp_form_confirm .conf_mes {
  display: block;
}
.under-contact .mw_wp_form_confirm .formbox {
  margin-top: 50px;
}
.under-contact .mw_wp_form_confirm .formbox dl dd small {
  display: none;
}
.under-contact .mw_wp_form_confirm .formbox .kiyaku_doui {
  display: none;
}
.under-contact .mw_wp_form_confirm .formbox .privacy {
  display: none;
}

/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) {
  .cnt, header .inner, .gmenuarea, article, footer .inner {
    width: 95%;
  }
  .br-pc,
  .dn-sp {
    display: none;
  }
  .br-sp,
  .dn-pc {
    display: block;
  }
  body {
    font-family: sans-serif;
    min-width: initial;
    font-size: 1.4rem;
  }
  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  header {
    position: fixed;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  header .inner {
    width: 95%;
    height: 70px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header h1 {
    display: flex;
    align-items: center;
    text-align: left;
  }
  header h1 a {
    margin-right: 10px;
  }
  header h1 a img.logo {
    width: 110px;
  }
  header h1 .copy {
    font-size: 1.1rem;
  }
  header .navarea {
    display: none;
  }
  .gmenuarea {
    display: none;
  }
  .d_nav {
    display: block;
  }
  .smp_menuarea {
    display: block;
  }
  /* ====================================================================== */
  /* CONTENT */
  /* ====================================================================== */
  article {
    margin-top: -100px;
    padding-bottom: 50px;
    display: block;
  }
  article.ct-butsuryu, article.ct-marketing, article.ct-sp, article.ct-carton {
    margin-top: -120px;
  }
  article.ct-company, article.ct-privacy, article.ct-contact, article.ct-news, article.ct-common {
    padding-top: 40px;
  }
  article .mainbox {
    width: auto;
  }
  article .sidebox {
    margin-top: 30px;
    width: auto;
  }
  article .sidebox .sbox ul li a {
    padding: 0.75em 0;
    padding-left: 20px;
    font-size: 1.5rem;
  }
  article .sidebox .sbox ul li a::before {
    top: 1em;
  }
  article .sidebox .ssl-seal {
    text-align: center;
  }
  article table th,
  article table td {
    padding: 1em;
  }
  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  .bgbox {
    margin-top: 30px;
  }
  .bgbox .inner {
    margin: 6px;
    padding: 1.5em;
  }
  .bgbox .lb {
    font-size: 2rem;
  }
  .bgbox .lb::before {
    font-size: 1.6rem;
  }
  .imgbox {
    margin-top: 30px;
  }
  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
  article .pagenavi {
    margin: 0 auto 50px;
  }
  article .pagenavi a {
    display: inline-block;
    margin: 0 10px;
    padding: 1em;
    font-size: 1.4rem;
  }
  footer .pagetop {
    padding: 1.5em 1em;
    top: -70px;
  }
  footer .footer_bottom {
    align-items: flex-end;
  }
  footer .footer_bottom .pmark {
    width: 32px;
    margin-right: 30px;
  }
  footer .footer_bottom ul {
    display: none;
  }
  footer .footer_bottom address {
    display: block;
    margin-top: 0;
    text-align: right;
  }
  /* ================================================================== */
  /* COMMON */
  /* ================================================================== */
  .topmain {
    margin-top: 70px;
    margin-top: 0;
    height: 300px;
    background: url(img/top/topmain.png) no-repeat center top;
    background-size: auto 80%;
  }
  .topmain__heading {
    margin: 60px auto 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .topmain__heading::after {
    display: none;
  }
  .undermain {
    height: 300px;
    overflow: hidden;
  }
  .undermain .heading {
    display: table;
    margin: 60px auto 0;
    font-size: 2.1rem;
    letter-spacing: 0.15em;
  }
  .undermain .heading small {
    font-size: 1.4rem;
  }
  .undermain p {
    margin: 15px 30px 0;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }
  .undermain.undermain_carton {
    background: url(img/carton/main.png) no-repeat center top;
    background-size: auto 80%;
  }
  .undermain.undermain_sp {
    background: url(img/sp/main.png) no-repeat center top;
    background-size: auto 80%;
  }
  .undermain.undermain_marketing {
    background: url(img/marketing/main.png) no-repeat center top;
    background-size: auto 80%;
  }
  .undermain.undermain_butsuryu {
    background: url(img/butsuryu/main.png) no-repeat center top;
    background-size: auto 80%;
  }
  /* ================================================================== */
  /* TOP */
  /* ================================================================== */
  .top .news {
    padding: 15px;
  }
  .top .news .infolist-area {
    height: 190px;
  }
  .top .news dl {
    display: block;
  }
  .top .news dl:nth-of-type(1) {
    margin-top: 10px;
  }
  .top .news dl dt,
  .top .news dl dd {
    display: block;
  }
  .top .news dl dt {
    width: auto;
  }
  .top .news dl dd {
    padding-top: 0.5em;
  }
  .top .bus-info {
    display: block;
  }
  .top .bus-info .bus-box {
    width: auto;
  }
  .top .bus-info .bus-box img {
    width: 100%;
  }
  .top .bus-info .bus-box__heading {
    margin: 1em 0.5em 0;
    font-size: 1.8rem;
  }
  /* ================================================================== */
  /* Undder */
  /* ================================================================== */
  .under .sec-ct {
    padding: 15px;
  }
  .under .sec-ct h2 {
    height: auto;
    min-height: 32px;
    background: url(img/common/under_h2ttl.png) no-repeat center right;
    background-size: cover;
    font-size: 1.5rem;
  }
  .under .sec-ct table th,
  .under .sec-ct table td {
    padding: 0.5em;
    font-size: 1.3rem;
  }
  .under .sec-ct table th.heading {
    font-size: 1.5rem;
  }
  .under .sec-ct table td ul {
    margin-top: 0;
  }
  .under .sec-ct table td .list-harf {
    flex-direction: column;
  }
  .under .sec-ct table td .list-harf li {
    width: auto;
    max-width: 100%;
  }
  .under .sec-ct img.size-full {
    width: 90%;
    max-width: 90%;
  }
  .under .sec-ct img.size-middle {
    width: 90%;
    max-width: 90%;
  }
  .under .sec-ct img.alignright {
    float: right;
  }
  .under .sec-ct iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 360px;
    margin: 30px auto 0;
  }
  .under .sec-ct a.link-btn {
    display: table;
    margin: 50px auto 0;
    padding: 0.25em 0 0.25em 1.5em;
    padding-left: 1.5em;
    font-size: 1.4rem;
    position: relative;
    line-height: 1;
  }
  .under .sec-ct a.link-btn::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/icon/triangle.svg) no-repeat center;
    background-size: 4px auto;
    background-color: #808080;
    position: absolute;
    top: 0.25em;
    left: 0;
  }
  .under .sec-ct a.link-btn.t-left {
    margin: 0;
  }
  /* ================================================================== */
  /* Carton */
  /* ================================================================== */
  /* Carton */
  .under-carton .case-type {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    display: block;
  }
  .under-carton .case-type figure {
    width: auto;
  }
  .under-carton .case-type figure img {
    width: 100%;
  }
  .under-carton .case-type .exp {
    width: auto;
  }
  .under-carton .case-type .exp p {
    margin-top: 10px;
  }
  /* Offset */
  .under-offset figure {
    display: block;
  }
  .under-offset figure img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .under-offset figure figcaption {
    display: block;
    margin-top: 30px;
  }
  /* Housou */
  .under-housou .housou_wrap figure {
    width: 50%;
  }
  .under-housou .housou_wrap figure img {
    display: block;
    width: 80%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
  }
  .under-housou .housou_wrap figure figcaption {
    display: block;
    margin-top: 1em;
    text-align: center;
  }
  .under-housou .housou_wrap figure figcaption h3 {
    margin: 0 10px;
  }
  .under-housou .housou_wrap figure figcaption p {
    margin: 10px;
  }
  /* Dandan */
  .sec-dandan {
    padding: 0 15px 15px;
  }
  .sec-dandan h1 img {
    display: block;
    width: 100%;
  }
  .sec-dandan .wappen {
    display: block;
    width: 100px;
    position: absolute;
    top: -30px;
  }
  .sec-dandan .pgmenu {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .sec-dandan .pgmenu li {
    width: 33.3333333333%;
  }
  .sec-dandan .pgmenu li img {
    width: 100%;
  }
  .sec-dandan .pgmenu li .new {
    width: 35px;
    position: absolute;
    top: -5px;
    right: 5px;
  }
  .sec-dandan__lead dt,
  .sec-dandan__lead dd {
    display: block;
  }
  .sec-dandan__lead dt img {
    width: 140px;
  }
  .sec-dandan__lead dd {
    padding: 20px 0 0;
  }
  .sec-dandan .enjyo__wrap {
    margin-top: 30px;
    display: flex;
  }
  .sec-dandan .enjyo figure {
    width: 50%;
  }
  .sec-dandan .enjyo figure img {
    width: 90%;
    margin: 0 auto;
  }
  .sec-dandan .enjyo figure figcaption {
    line-height: 1.2;
  }
  .sec-dandan .info p strong {
    padding: 0.25em 1em;
  }
  .sec-dandan .info__gallery li {
    width: 50%;
    line-height: 1.2;
  }
  .sec-dandan .info__gallery li img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec-dandan .info__set th {
    font-size: 1.4rem;
  }
  .sec-dandan .info__set td {
    padding-left: 20px;
  }
  .sec-dandan .info__set td img {
    display: block;
    width: 85%;
  }
  /* ================================================================== */
  /* Sp */
  /* ================================================================== */
  /* sp */
  .under-sp .item_wrap figure {
    width: 50%;
  }
  .under-sp .item_wrap figure img {
    display: block;
    width: 80%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
  }
  /* Item */
  .under-spitem .spitem_wrap figure {
    width: 50%;
    margin-top: 30px;
  }
  .under-spitem .spitem_wrap figure img {
    width: 80%;
    height: 100px;
    object-fit: contain;
  }
  /* ================================================================== */
  /* Butsuryu */
  /* ================================================================== */
  /* butsuryu */
  .under-butsuryu figure {
    margin-top: 30px;
    display: flex;
    align-items: center;
    display: block;
  }
  .under-butsuryu figure img {
    display: block;
    width: 75%;
    max-width: 75%;
    margin: 30px auto 0;
  }
  .under-butsuryu figure figcaption {
    display: block;
    margin-top: 30px;
  }
  /* ================================================================== */
  /* Company */
  /* ================================================================== */
  /* Profile */
  .under_profile table th {
    width: 30%;
    max-width: 30%;
  }
  /* History */
  .under_history dl dt {
    width: 30%;
    font-size: 1rem;
  }
  .under_history dl dd {
    font-size: 1.3rem;
  }
  /* Rinen */
  .under_rinen .copy {
    font-size: 1.6rem;
  }
  /* Pdf */
  .under_pdf a.link-btn.pdf-btn {
    font-size: 1.5rem;
  }
  .under_pdf a.link-btn.pdf-btn::before {
    margin-right: 0.5em;
    width: 28px;
    height: 28px;
    background: url(img/common/pdf.png) no-repeat center;
    background-size: contain;
    background-color: transparent;
    position: relative;
    vertical-align: middle;
  }
  /* Access */
  .under_access .access-info iframe {
    height: 240px;
  }
  .under_access table {
    display: table;
    width: 100%;
  }
  .under_access table th,
  .under_access table td {
    display: block;
  }
  .under_access table th {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: none !important;
  }
  /* ================================================================== */
  /* Privacy */
  /* ================================================================== */
  /* policy */
  .under-policy .policy-cnt h4 {
    line-height: 1.3;
  }
  /* ================================================================== */
  /* News */
  /* ================================================================== */
  .ct-news .sec-ct .news_heading {
    font-size: 1.6rem;
  }
  .ct-news .sec-ct .post_meta li {
    margin: 0 20px 0 0;
    font-size: 1.2rem;
  }
  .ct-news .sec-ct .gallery figure img {
    max-width: 90%;
  }
  .ct-news .newslist dl {
    display: block;
  }
  .ct-news .newslist dl:nth-of-type(1) {
    margin-top: 10px;
  }
  .ct-news .newslist dl dt,
  .ct-news .newslist dl dd {
    display: block;
  }
  .ct-news .newslist dl dt {
    width: auto;
  }
  .ct-news .newslist dl dd {
    padding-top: 0.5em;
  }
  /* ================================================================== */
  /* Contact */
  /* ================================================================== */
  /* ================================================================== */
  /* Contact */
  /* ================================================================== */
  .under-contact .formbox dl dt,
  .under-contact .formbox dl dd {
    display: block;
  }
  .under-contact .formbox dl dt {
    width: auto;
    max-width: 100%;
  }
  .under-contact .formbox dl dd input[type=text],
  .under-contact .formbox dl dd input[type=email],
  .under-contact .formbox dl dd input[type=number],
  .under-contact .formbox dl dd select,
  .under-contact .formbox dl dd textarea {
    font-size: 1.4rem;
    padding: 0.5em;
    box-sizing: border-box;
    max-width: 100%;
  }
  .under-contact .formbox dl dd textarea {
    width: 100%;
  }
  .under-contact .formbox dl dd input[name=氏名],
  .under-contact .formbox dl dd input[type=email],
  .under-contact .formbox dl dd input[name=会社名] {
    width: 100%;
  }
  .under-contact .formbox dl dd input[name=ご住所] {
    width: 100%;
  }
  .under-contact .formbox dl dd .mwform-tel-field input,
  .under-contact .formbox dl dd .mwform-zip-field input {
    width: auto;
  }
  .under-contact .formbox dl dd small {
    font-size: 1.4rem;
  }
  .under-contact .formbox .privacy {
    padding: 1em;
  }
  .wprm-wrapper {
    background-color: black !important;
  }
  #wprmenu_bar {
    width: 100px !important;
    left: initial !important;
    right: 0 !important;
    background-color: transparent !important;
    overflow: visible !important;
  }
  #wprmenu_bar.active {
    background-color: transparent !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner {
    height: 2px !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner::before {
    height: 2px !important;
  }
  #wprmenu_bar .hamburger .hamburger-inner::after {
    height: 2px !important;
  }
  #mg-wprm-wrap.cbp-spmenu-open {
    top: 0 !important;
    padding-top: 60px !important;
    /*      z-index: 100 !important;*/
  }
  #wprmenu_menu_ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  #wprmenu_menu_ul li:last-child {
    border-bottom: none !important;
  }
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

/*# sourceMappingURL=style.css.map */
