@charset "utf-8";

/*
==========================================================================
* ファイル名：common.css
* 概要　　　：シミュレータを含む、サイト全体で共通使用するCSSを記述します。
==========================================================================*/


/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  height: 100%;
}

body {
  color: #656464;
  font-size: 13px;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  min-height: 100%;
  line-height: 1.5;
  min-width: 1165px;
  border-bottom: none;
  overflow: hidden;
  background-size: 14px 14px;
  position: relative;
}

body.design-body {
  background: none;
  border: none;
}

.Fl {
  float: left;
}

.Fr {
  float: right;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #63c5f1;
}

a:hover,
a:active {
  text-decoration: none;
}

label {
  cursor: pointer;
}

/*
---------------------------------------------------------
 a.No-decol
--------------------------------------------------------- */
.No-decol,
.No-decol:link,
.No-decol:visited,
.No-decol:hover,
.No-decol:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap {
  width: 1140px;
  margin: 0 auto;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #E40000;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
---------------------------------------------------------
 table.Base-table
--------------------------------------------------------- */
.Base-table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 transition
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 clearfix
-----------------------------------------------------------
----------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 HTMLeditor
-----------------------------------------------------------
----------------------------------------------------------- */
.HTMLeditor {}


/* --------------------------------------------------------
-----------------------------------------------------------
 opacity
-----------------------------------------------------------
----------------------------------------------------------- */
a:hover,
.Opacity:hover {
  opacity: 0.8;
}

.Opacity-no:hover {
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header .Header-in-wrap {
  /*overflow: hidden;*/
  /*clearfixの代用*/
  position: relative;
}

.Header .Logo {
  width: 180px;
  height: 50px;
  margin: 0;
}

.Header .Logo a {
  display: block;
}

.Header .Logo a img {
  width: 100%;
}

.Header .Utility-menu {
  margin-top: 3px;
}

.Header .Utility-menu>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}

.Header .Utility-menu>ul>li>a {
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #e52d8a;
}

.Header .Utility-menu .btn-login,
.Header .Utility-menu .btn-logout {
  background: url(/simulator/img/icon_login.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.Header .Utility-menu .btn-mypage {
  background: url(/simulator/img/icon_mypage.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.Header .Utility-menu .btn-top {
  background: url(/simulator/img/logo_top.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.Header .Utility-menu .btn-cart {
  background: url(/simulator/img/logo_cart.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
  position: relative;
}

.Header .Utility-menu .btn-cart.active:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #4c8fe0;
  border-radius: 10px;
  position: absolute;
  top: -3px;
  right: 1px;

}

.Header .Utility-menu .btn-menu {
  background: url(/img/faq_logo.svg) no-repeat center bottom;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  padding: 3px;
}

.Header .Utility-menu .btn-menu-active {
  background: url(/img/menu_active_logo.svg) no-repeat center bottom;
  width: 38px;
  height: 39px;
  display: block;
  text-indent: -9999px;
  padding: 3px;
}

.Header .Utility-menu .btn-instagram {
  background: url(/simulator/img/logo_insta.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.Header .Utility-menu .btn-faq {
  background: url(/simulator/img/icon_faq.svg);
  background-size: auto 20px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-position: center 0px;
  letter-spacing: 0.08em;
}

/*** design ***/
body.design-body .Header .Logo {
  width: 604px;
  height: 52px;
  position: absolute;
  top: 22px;
  left: -53px;
}

body.design-body .Header .Utility-menu .btn-login {
  background: url(/img/design_header/login_logo.svg) no-repeat center bottom;
  /*
  width:40px;
  height:32px;
  display:block;
  text-indent:-9999px;
  padding: 2px;
*/
}

body.design-body .Header .Utility-menu .btn-logout {
  background: url(/img/design_header/logout_logo.svg) no-repeat center bottom;
  /*
  width:49px;
  height:32px;
  display:block;
  text-indent:-9999px;
  padding: 2px;
*/
}

body.design-body .Header .Utility-menu .btn-mypage {
  background: url(/img/design_header/mypage_logo.svg) no-repeat center bottom;
  /*
  width:44px;
  height:28px;
  display:block;
  text-indent:-9999px;
  padding: 2px;
  margin-top: 4px;
*/
}

body.design-body .Header .Utility-menu .btn-cart {
  background: url(/img/design_header/cart_logo.svg) no-repeat center bottom;
  /*
  width:27px;
  height:32px;
  display:block;
  text-indent:-9999px;
  padding: 2px;
  
*/
}

body.design-body .Header .Utility-menu .btn-cart.active {
  background: url(/img/design_header/cart_logo_active.svg) no-repeat center bottom;
}

body.design-body .Header .Utility-menu .btn-menu {
  background: url(/img/design_header/faq_logo.svg) no-repeat center bottom;
  /*
  width:32px;
  height:32px;
  display:block;
  text-indent:-9999px;
  padding: 3px;
*/
}

body.design-body .Header .Utility-menu .btn-facebook {
  background: url(/img/design_header/facebook_logo.svg) no-repeat center bottom;
  width: 23px;
  height: 23px;
  display: block;
  text-indent: -9999px;
  padding: 3px;
}

body.design-body .Header .Utility-menu .btn-instagram {
  background: url(/img/design_header/insta_logo.svg) no-repeat center bottom;
  /*
  width:23px;
  height:23px;
  display:block;
  text-indent:-9999px;
  padding: 3px;
*/
}

body.design-body .Header .Utility-menu .btn-faq {
  background: url(/img/design_header/faq_logo.svg) no-repeat center bottom;
  /*
  width:38px;
  height:24px;
  display:block;
  text-indent:-9999px;
  padding: 3px;
*/
}

/*
---------------------------------------------------------
 Header-menu 
--------------------------------------------------------- */
.Header-menu {
  position: absolute;
  right: -39px;
  top: 64px;
  z-index: 100;
  width: 208px;
}

.Header-menu .menu-bg {
  width: 100%;
  height: 442px;
}

.Header-menu .menu-body {
  width: 176px;
  background: #FFF;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -88px;
  padding: 10px;
  text-align: center;
}

/*
.Header-menu .menu-body ul {
    padding: 32px 0 0;
    overflow: auto;
    height: 370px;
}
.Header-menu .menu-body li + li {
    margin-top: 24px;
}
.Header-menu .menu-body li a {
    display: inline-block;
    height: 32px;
    text-indent: -9999px;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
}
.Header-menu .menu-body li.MOD-text-menu a {
  background-size: 70px 32px;
    border: 1px solid transparent;
    border-radius: 3px;
    opacity: 1;
}
.Header-menu .menu-body li.btn-close a {
  background-image: url(/img/icon_close.svg);
  background-size: 17px 17px;
}
.Header-menu .menu-body li.MOD-text-menu a:hover {
  border-color: #333;
}
.Header-menu .menu-body li.btn-home a {
  background-image: url(/img/btn_header_home.svg);
}
.Header-menu .menu-body li.btn-faq a {
  background-image: url(/img/btn_header_faq.svg);
}
.Header-menu .menu-body li.btn-company a {
  background-image: url(/img/btn_header_company.svg);
}
.Header-menu .menu-body li.btn-fb a {
  background-image: url(/img/btn_header_fb.svg);
  background-size: 22x 22px;
}
.Header-menu .menu-body li.btn-instagram a {
  background-image: url(/img/btn_header_instagram.svg);
  background-size: 22x 22px;
}
*/
.Header-menu .menu-body ul {
  padding: 7px 0 0;
  width: 100%;
}

.Header-menu .menu-body ul .menu-body-wrap-btn {
  overflow: hidden;
  height: 40px;
}

.Header-menu .menu-body li {
  width: 100%;
  height: 32px;
}

.Header-menu .menu-body li+li {
  margin-top: 10px;
}

.Header-menu .menu-body li a {
  display: inline-block;
  height: 32px;
  text-indent: -9999px;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
}

.Header-menu .menu-body li.MOD-text-menu a {
  border: 1px solid transparent;
  border-radius: 3px;
  opacity: 1;
}

.Header-menu .menu-body li span.btn-close {
  float: left;
}

.Header-menu .menu-body li span.btn-close a {
  background-image: url(../img/header/icon_close.svg);
  background-size: 17px 17px;
  width: 37px;
}

.Header-menu .menu-body li.MOD-text-menu a:active {
  border-color: #333;
}

.Header-menu .menu-body li span.btn-home {
  border: 1px solid #656464;
  border-radius: 3px;
  float: right;
  margin-top: 0;
  margin-right: 8px;
}

.Header-menu .menu-body li span.btn-home a {
  background-image: url(../img/header/btn_header_home.svg);
  width: 69px;
}

.Header-menu .menu-body li.btn-cart a,
.Header-menu .menu-body li.btn-cart-active a,
.Header-menu .menu-body li.btn-faq a,
.Header-menu .menu-body li.btn-company a,
.Header-menu .menu-body li.btn-privacy-policy a,
.Header-menu .menu-body li.btn-specified-commercial-transactions-law a,
.Header-menu .menu-body li.btn-contact a {
  text-indent: 0px;
}

.Header-menu .menu-body li.btn-cart a img,
.Header-menu .menu-body li.btn-cart-active a img,
.Header-menu .menu-body li.btn-faq a img,
.Header-menu .menu-body li.btn-company a img,
.Header-menu .menu-body li.btn-privacy-policy a img,
.Header-menu .menu-body li.btn-specified-commercial-transactions-law a img,
.Header-menu .menu-body li.btn-contact a img {
  width: 120px;
}

.Header-menu .menu-body li.btn-fb,
.Header-menu .menu-body li.btn-instagram {
  width: 50%;
  float: left;
}

.Header-menu .menu-body li.btn-fb a,
.Header-menu .menu-body li.btn-instagram a {
  width: 100%;
}

.Header-menu .menu-body li.btn-fb a {
  background-image: url(../img/header/btn_header_fb.svg);
  background-size: 22x 22px;
}

.Header-menu .menu-body li.btn-instagram a {
  background-image: url(../img/header/btn_header_instagram.svg);
  background-size: 22x 22px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer
-----------------------------------------------------------
----------------------------------------------------------- */
footer {
  /* margin-top: 70px; */
  background-color: #666464;
  width: 100%;
  padding-top: 30px;
}

footer a,
footer p,
footer dd {
  font-size: 9px;
}

footer .logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}

footer .logo-wrap img {
  width: 260px;
}

footer dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}


footer dl dd a,
footer dl dd a:link,
footer dl dd a:visited {
  color: #FFF;
  font-size: 13px;
}

footer .copyright {
  text-align: center;
  padding: 7px 0;
  background: #333;
}

footer .copyright p {
  color: #FFF;
}

/* -- ページ表示 ------------------------------ */
.Page-box {
  position: relative;
  padding: 0px 0px 10px;
  clear: both;
}

.Page-box a,
.Page-box a:link,
.Page-box a:visited {
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #BCBCBC;
  padding: 2px 6px;
  background: #FFF;
  margin: 0px;
  color: #645665;
  font-weight: bold;
}

.Page-box a:hover {
  border: 1px solid #100B69;
  background: #100B69;
  color: #FFFFFF;
}

.Page-now {
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #100B69;
  padding: 2px 6px;
  background: #100B69;
  margin: 0px 2px;
  color: #FFFFFF;
  font-weight: bold;
}

.Page-box-list-number {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 5px;
  font-size: 12px;
  border: ;
  background: ;
  /* -CSS3/ --------------------------------- */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* -/CSS3 --------------------------------- */
}

.Page-ahead {
  padding: 0;
}

.Page-next {
  padding: 0;
}

.Page-box .Page-ahead a,
.Page-box .Page-ahead a:link,
.Page-box .Page-ahead a:visited {
  border: none;
  background: none;

}

.Page-box .Page-next a,
.Page-box .Page-next a:link,
.Page-box .Page-next a:visited {
  border: none;
  background: none;
}

.Page-box .Page-ahead a:hover,
.Page-box .Page-next a:hover {
  background: #100B69;
  color: #FFFFFF;

}

.Page-box-number {
  padding: 0;
}

.Page-box-number-ahead {
  padding: 0;
}

.Page-box-number-next {
  padding: 0;
}

/* -- 得意先詳細 ------------------------------ */
.record-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* -- 得意先詳細 ------------------------------ */
div.record-one {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  /* -CSS3/ --------------------------------- */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* -/CSS3 --------------------------------- */
  width: 180px;
}

div.record-one>div.record-image {
  text-align: center;
  padding: 5px;
}

div.record-one>div.record-image>div {}

div.record-one>div.record-data {
  text-align: center;
}

div.record-one>div.record-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Others
-----------------------------------------------------------
----------------------------------------------------------- */
.none {
  display: none;
}

.relative {
  position: relative;
}

.hidden {
  visibility: hidden;
}