@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-3vw: calc((100% - 3vw*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-50: calc((100% - 50px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-20: calc((100% - 20px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --shadow-btn: 6.080051898956299px 6.080051898956299px 13.680116653442383px rgba(180.22, 96.52, 18.19, 0.20);
  --primary:#FF9F05;
  --gray: #4A5B69;
  --secondary:#FF9F05;
  --accent:#4A5B69;
  --white:#ffffff;
  --btnColor:#103358;
  --accColor:#6BC5F3;
  --color-pale:#FFF8F3;
  --text:#4A5B69;
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --font-ja: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Comfortaa", sans-serif;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

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,
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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 400;
  color: var(--text);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1450px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 92.19vw;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1800px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1450px;
  background-color: transparent;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    max-width: 100%;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  display: flex;
  color: var(--white);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.breadcrumb a {
  color: var(--white);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  position: relative;
  color: #fff;
  text-align: left;
  background: url("../images/common/bg_wrapper.jpg") no-repeat center center fixed #000000;
  background-size: cover;
  font-family: "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  min-height: 568px;
}

table {
  table-layout: fixed;
}

table td img {
  max-width: 100% !important;
  height: auto !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
  text-decoration: underline;
}

img {
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

.youtube iframe {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1450px;
  margin: 0px auto;
  position: relative;
}

.clearfix:after {
  height: 0px;
  width: 0px;
  clear: both;
  display: block;
  content: "";
}

/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */
/* sitemap */
.map li {
  border-left: 5px solid #051D82;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

/* input */
input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */
#contents_wrap {
  position: relative;
  z-index: 1;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
/* =================================================================
 header
================================================================= */
.top .headerI h1 {
  text-align: center;
  position: relative;
  top: -25px;
}

.header {
  position: relative;
  padding: 50px 0px 0px 0px;
}

.header h1 {
  text-align: center;
}

.headerI {
  position: relative;
  padding-top: 50px;
}

.headerTop {
  padding: 9px;
  background: #ac7597;
}

.headerTop h1 {
  font-size: 10px;
  color: #fff;
}

.mainHeader {
  margin: 0px auto;
}

.logo {
  width: 280px;
  float: left;
}

.info {
  width: 250px;
  float: right;
}

/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
.footer {
  padding: 30px 0px 50px 0px;
}

.footerI {
  /*position: absolute;
  bottom: 0px;
  width: 100%;*/
  padding: 30px 0px 50px 0px;
}

.footerI a:hover {
  text-decoration: underline;
}

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

.fMenu {
  float: left;
  width: 240px;
  color: #fff;
}

.fMenu li {
  float: left;
}

.fMenu li a {
  float: left;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.cr {
  width: 160px;
  float: right;
  color: #fff;
}

.pageTop {
  position: absolute;
  right: 0px;
}

/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */
/* =================================================================
#mainNav
================================================================= */
.top #mainNavI ul li {
  text-align: right;
  padding: 3px;
}
.top .headerI .inner {
  display: flex;
  flex-direction: column-reverse;
}

#mainNavI ul li a {
  font-weight: bold;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 18px;
}

#mainNavI ul li a:hover {
  background: #c1000f;
}

#mainNav {
  background: url(../images/common/bg_nav.jpg);
}

#mainNav ul {
  padding-top: 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  #mainNav ul {
    flex-direction: column;
  }
}

#mainNav ul li a {
  padding: 10px 9px;
  color: #fff;
  text-decoration: none;
  margin-right: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

#mainNav ul li a:hover {
  background: #c1000f;
}

/* =================================================================
 main_image
================================================================= */
#main_image {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

#main_image ul li img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* anchor */
.anc li {
  float: left;
  margin-left: 10px;
  white-space: nowrap;
}

.anc a {
  background: #FEA31C;
  border-radius: 0 0 3px 3px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}

.anc a:hover {
  background: #FEC21F;
}

/* a block button */
.btn a {
  background: #051D82;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
}

.btn a:hover {
  background: #4C60A9;
}

/* table list */
.tablelist td {
  background: url(../images/common/icon_circle_blue.png) no-repeat left 5px;
  padding: 0 15px 10px 15px !important;
}

/* bread list */
#bread {
  float: right;
}

#bread li {
  background: url(../images/common/icon_arrow_bread.png) no-repeat 4px center;
  float: left;
  font-size: 11px;
  line-height: 1.2;
  padding: 0 0 0 15px;
  text-align: left;
}

#bread li.home {
  background: none;
  padding: 0;
}

/* box design */
.box01 {
  border: 3px double #465cb5;
}

.box02 {
  border: 1px solid #D4D4D4;
}

.box03 {
  background-image: -ms-linear-gradient(90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
  border: 2px solid #C3AF50;
}

/* table td design */
.tdbb01 td {
  padding: 10px 0 !important;
  border-bottom: 1px dotted #9FA974 !important;
}

.tdbb02 td {
  padding: 10px 0 !important;
}

/* border style */
/* border-left */
.bl01 {
  border-left: 2px solid #FFFFFF !important;
}

/* border-bottom */
.bb01 {
  border-bottom: 1px dotted #9FA974 !important;
}

/* img border */
.border01 img {
  border: 1px solid #9E876C;
  padding: 3px;
}

.border02 img {
  border: 3px solid #FFFFFF !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
}

/* box shadow */
.boxshadow01 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

/* text shadow */
.textshadow01 {
  text-shadow: 1px 1px 1px rgb(255, 255, 255), -1px -1px 1px rgb(255, 255, 255), 1px 1px 1px rgb(255, 255, 255), -1px -1px 1px rgb(255, 255, 255), 1px 1px 1px rgb(255, 255, 255), -1px -1px 1px rgb(255, 255, 255);
}

.imgW100 img {
  width: 100% !important;
}

/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */
h2.title_h2 {
  background: none !important;
  border-top: 3px solid #051D82;
  border-bottom: 1px solid #051D82;
  color: #051D82;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 0 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #051D82 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #4C60A9 !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  margin: 0 -4.16% 20px 0 !important;
  width: auto !important;
}

.sort_catalog ul li {
  padding: 0 !important;
  margin-right: 4.16% !important;
  width: 29.16% !important;
}

.sort_catalog_box:nth-child(3n+1) {
  clear: both;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont,
.item_info {
  color: #ffffff;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  color: #ffffff;
  border-top: 2px solid #ffffff;
}

.shop_cont a,
.item_info a {
  color: #ffffff;
}

.shop_cont a:hover,
.item_info a:hover {
  color: #dce9f5;
}

.item_title h2 {
  color: #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.number {
  color: #ffffff;
}

.number input {
  color: #000000;
}

/* ===============================================================================================
 contents
================================================================================================== */
#contents_wrap {
  color: #fff;
  margin-top: 60px;
}

#main #col_side1 {
  padding-right: 30px;
}

/* #main_col
------------------------------------------- */
#col_main, #contents {
  position: relative;
  background: none !important;
}

/* =================================================================
breadcrumb
================================================================= */
.bread {
  font-size: 12px;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 99;
}

.bread ol li {
  float: left;
  padding: 0 0 0 15px;
  white-space: nowrap;
}

.bread ol li.home a {
  padding: 0;
  background: none;
}

.bread ol li a {
  color: #fff;
  text-decoration: none;
}

.bread ol li a:hover {
  color: #E4E4E4;
}

/* =================================================================
 home
================================================================= */
.iBox {
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}

.scroll {
  overflow-y: scroll;
  box-sizing: border-box;
}

.newsTitle {
  border-right: 2px dotted #fff;
  box-sizing: border-box;
}

.newsTitle h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.newsContent {
  font-size: 13px;
  box-sizing: border-box;
}

.pageTitle h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.subTitle h3 {
  font-size: 13px;
}

.titleH3 h3 {
  font-size: 20px;
  font-weight: bold;
}

.companyTb td {
  padding: 5px 0px !important;
  font-size: 14px;
}

.mapLink {
  text-align: center;
}

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

.mapLink a:hover {
  text-decoration: underline;
}

/* =================================================================
construct
================================================================= */
.constructTb td {
  border: 0px !important;
}

.worksBox img {
  margin-right: 30px;
}

/* =================================================================
recruit
================================================================= */
.recruitTb td {
  border: 0px !important;
}

.staffBox h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 7px;
}

.officialBtn a {
  font-size: 26px;
  padding: 18px 56px !important;
  background: #c1000f;
  text-decoration: none;
}

.officialBtn a:hover {
  color: #fff;
}

.passTb {
  color: #000;
}

.policy h3 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 15px 0px 10px;
}

@media screen and (max-width: 768px) {
  /* ================================================================= 
   *
   * tablet size
   *
   * ================================================================= */
  /* ----------------------------------------------------------

  		Layout Structure

  ---------------------------------------------------------- */
  .inner {
    width: 97.916666%; /* 940/960*100 */
    margin: 0 auto;
  }
  .redBox {
    padding: 10px 10px !important;
  }
  .full img {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #contents {
    padding: 10px;
    box-sizing: border-box;
  }
  #col_main, #col_side1, .ColLeft, .ColRight, .cr, .companyTb, .map, .spNoFloat {
    width: 100% !important;
    float: none;
    box-sizing: border-box;
  }
  .spDisplay {
    display: block !important;
  }
  .pcDisplay {
    display: none !important;
  }
  .bread, .footerI .fMenu {
    display: none;
  }
  .headerI h1 {
    float: none;
    margin-top: 50px;
  }
  .footerI {
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  .cr {
    text-align: center;
  }
  .worksBox img {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  /*-----------------------------------------
   contents
  ------------------------------------------- */
  .recruitTb td {
    border-bottom: 1px dotted #fff !important;
    display: block;
    width: 100% !important;
  }
  .companyTb td {
    display: block;
    width: 100% !important;
    border-bottom: 1px dotted #fff !important;
  }
  .recruitTb td {
    height: auto !important;
  }
  .recruitTb td:nth-child(1) {
    text-align: center !important;
    margin-top: 10px !important;
  }
  .recruitTb td:nth-child(2) {
    padding: 10px 0px !important;
  }
  .staffBox {
    margin-top: 30px !important;
  }
  .header .inner, .header, #global_header {
    position: static !important;
  }
  #mainNav {
    position: absolute;
    bottom: 95px;
    z-index: 99999;
    width: 99%;
    margin: 0px auto;
    background: #000;
    overflow: hidden;
    left: 0;
    right: 0;
  }
  #mainNav ul {
    width: 99%;
    box-sizing: border-box;
  }
  #mainNav ul li {
    float: none;
  }
  #mainNav ul li a {
    display: block;
    width: 99%;
    box-sizing: border-box;
    text-align: center;
    background: url(../images/common/bg_nav_sp.png);
    margin-bottom: 10px;
    padding: 10px 0px;
    margin-right: 0px;
  }
  .officialBtn a {
    padding: 2% 6% !important;
  }
  .footer .fMenu {
    float: none;
    margin: 0px auto;
  }
  /* ----------------------------------------------------------

  		BXI reset

  ---------------------------------------------------------- */
  .tb_tbl_block table td {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  /* ----------------------------------------------------------

  		Header

  ---------------------------------------------------------- */
  /* ----------------------------------------------------------

  		Footer

  ---------------------------------------------------------- */
  /* ----------------------------------------------------------

  		Side menu

  ---------------------------------------------------------- */
  /* タブレット表示時100％にする場合、コメントアウトを外して下さい
  #main #col_main,
  #main #col_side1 {
  	float: none;
  	width: 100%;
  }
  #main #col_main {
  	padding: 0 0 30px;
  }
  */
  /* ----------------------------------------------------------

  		COMMON COSTOM STYLE

  ---------------------------------------------------------- */
  /* img Width */
  .tbImgW47p div {
    width: 47% !important;
  }
  .tbImgW47p div img {
    width: 100% !important;
  }
  /* anchor */
  .anc li {
    margin: 0 10px 10px 0;
  }
  .anc a {
    border-radius: 0;
  }
  /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
  /* ================================================================= 
   *
   * smartphone size
   *
   * ================================================================= */
  /* ----------------------------------------------------------

  		Layout Structure

  ---------------------------------------------------------- */
  body {
    font-size: 15px;
  }
  #contents {
    padding: 20px 10px;
  }
  #col_main {
    padding-bottom: 20px;
    text-align: left;
  }
  .ColLeft,
  .ColRight {
    float: none;
    width: 100% !important;
  }
  .spnone {
    display: none;
  }
  .iBox {
    border-top: none !important;
  }
  .newsTitle {
    border-right: none !important;
  }
  /* ----------------------------------------------------------

  		BXI reset

  ---------------------------------------------------------- */
  .tbl_scroll table {
    width: auto !important;
  }
  .tbl_block td {
    width: 100% !important;
    margin-top: -1px;
  }
  .style_form th,
  .style_form td {
    margin-top: -1px;
  }
  /* ----------------------------------------------------------

  		Header

  ---------------------------------------------------------- */
  /* ----------------------------------------------------------

  		Footer

  ---------------------------------------------------------- */
  /* ----------------------------------------------------------

  		Side menu

  ---------------------------------------------------------- */
  /* ----------------------------------------------------------

  		Shop style

  ---------------------------------------------------------- */
  .sort_catalog {
    margin: 0 !important;
    width: auto !important;
  }
  .sort_catalog_box {
    padding: 0 !important;
    margin: 0 0 30px !important;
    width: 100% !important;
  }
  /* ----------------------------------------------------------

  		COMMON COSTOM STYLE

  ---------------------------------------------------------- */
  /* tablet img Width reset */
  .tbImgW47p div {
    width: 100% !important;
  }
  .spW100 img {
    width: 100% !important;
  }
  /* anchor */
  .anc li {
    border-bottom: 1px solid #FEFADC;
    float: none;
    margin: 0;
  }
  .anc a {
    border-radius: 0;
    text-align: center;
  }
  /* image hidden */
  .spimgnone img {
    display: none;
  }
  /* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* text-align */
.taR {
  text-align: right;
}

/* font-weight */
.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold !important;
}

/* margin */
.mgAuto {
  margin: 0 auto !important;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* font-family */
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.shop_cont form,
.shop_cont a.btn_type01,
.shop_cont a.btn_purchase {
  color: #000000;
}

.shop_cont a.btn_type01:hover,
.shop_cont a.btn_purchase:hover {
  color: #636363;
}

#shop_flow .sf_text {
  color: #000000;
}

.shop_cont h3.title_h3 {
  color: #ffffff;
}

.shop_cont table {
  color: #000000;
}

.title {
  display: none;
}

.iBox-flex {
  display: flex;
  flex-wrap: wrap;
}
.iBox-flex .newsContent {
  padding: 0 70px 0 30px;
}
.iBox-flex .left {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .iBox-flex .left {
    width: 100%;
  }
}
.iBox-flex .right {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .iBox-flex .right {
    width: 100%;
  }
}

.companyTb dt {
  border: none !important;
  background: none !important;
  padding: 4px !important;
}
@media screen and (max-width: 834px) {
  .companyTb dt {
    width: 100% !important;
  }
}
.companyTb dd {
  border: none !important;
  background: none !important;
  padding: 4px !important;
}
@media screen and (max-width: 834px) {
  .companyTb dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .companyTb dl {
    display: block !important;
  }
}

.redBox {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .redBox {
    display: block;
  }
}
.redBox .left {
  width: 48%;
}
.redBox .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .redBox .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .redBox .left {
    width: 100% !important;
  }
}
.redBox .right {
  width: 48%;
}
.redBox .right .btn {
  margin-top: 50px;
}
.redBox .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .redBox .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.redBox-works {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .redBox-works {
    display: block;
  }
}
.redBox-works .left {
  width: 35%;
}
.redBox-works .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .redBox-works .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .redBox-works .left {
    width: 100% !important;
  }
}
.redBox-works .right {
  width: 56%;
}
.redBox-works .right .btn {
  margin-top: 50px;
}
.redBox-works .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .redBox-works .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.redBox-bg {
  display: block !important;
}

.officialBtn a {
  display: block;
  max-width: 307px;
  margin: auto;
}

.c-map iframe {
  width: 100%;
  height: 100%;
  min-height: 290px;
}

.p-construction__flex {
  max-width: 1200px;
  margin: auto;
  gap: 50px;
  justify-content: space-between;
}
.p-construction__flex .box {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .p-construction__flex .box {
    width: 100%;
  }
}
.p-construction__flex .box:last-of-type {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .p-construction__flex .box:last-of-type {
    width: 100%;
  }
}

.p-works__cards {
  gap: 10px;
  justify-content: right;
}
.p-works__cards .box {
  width: 48%;
}
.p-works__cards .box:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .p-works__cards .box:first-of-type {
    margin-top: 0;
  }
}
.p-works__cards .box img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .p-works__cards .box {
    width: 100%;
  }
}

.full-wide {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .staffBox {
    gap: 30px;
  }
}
.staffBox .box {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .staffBox .box {
    flex: auto;
    width: 100%;
  }
}

.c-sns__cards {
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.c-sns__cards .box {
  flex: 1;
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  .c-sns__cards .box {
    font-size: 1em;
  }
}

.inner-1200 {
  max-width: 1200px;
  margin: auto;
}/*# sourceMappingURL=assets.css.map */