@charset "UTF-8";
/* line 5, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------
    汎用CSS
-------------*/
/* line 10, ../scss/style.scss */
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fae5ca;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

/* line 19, ../scss/style.scss */
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

/* line 27, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 33, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

/* line 37, ../scss/style.scss */
.clfix:after {
  content: "";
  display: block;
  clear: both;
}

/* line 42, ../scss/style.scss */
.font_no {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/*-----*/
/* line 44, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../scss/style.scss */
body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 56, ../scss/style.scss */
p {
  color: #000;
}

/* line 57, ../scss/style.scss */
a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}
/* line 61, ../scss/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.6;
  transition: 0.3s;
}

/* line 67, ../scss/style.scss */
img {
  border: 0;
}

/* line 68, ../scss/style.scss */
.pc_none {
  display: none !important;
}

/* line 69, ../scss/style.scss */
.sp_none {
  display: block !important;
}

/* line 70, ../scss/style.scss */
.article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 76, ../scss/style.scss */
nav ul {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 81, ../scss/style.scss */
.fixed {
  overflow: auto;
  height: 100%;
}

/* line 86, ../scss/style.scss */
.bsd {
  box-shadow: 5px 5px 15px #bbb;
}

/* line 87, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 89, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 45px;
  right: 40px;
  z-index: 997;
  width: 80px;
  height: 80px;
}
/* line 96, ../scss/style.scss */
#page-top img {
  padding-top: 13px;
}

/* line 99, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 108, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 117, ../scss/style.scss */
#page-nav01 {
  position: fixed;
  bottom: 350px;
  right: -30px;
  z-index: 997;
  width: 97px;
  height: 215px;
}

/* line 125, ../scss/style.scss */
#page-nav02 {
  position: fixed;
  bottom: 200px;
  right: -30px;
  z-index: 997;
  width: 97px;
  height: 215px;
}

#page-nav03 {
  position: fixed;
  bottom: 50px;
  right: -30px;
  z-index: 997;
  width: 97px;
  height: 215px;
}

/* line 133, ../scss/style.scss */
#page-nav01, #page-nav02, #page-nav03 {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 141, ../scss/style.scss */
#page-nav01:hover, #page-nav02:hover, #page-nav03:hover {
  right: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 149, ../scss/style.scss */
#page-nav01 a, #page-nav02 a {
  opacity: 1 !important;
}

/* line 151, ../scss/style.scss */
.mgt20 {
  margin-top: 20px !important;
}

/* line 152, ../scss/style.scss */
.mgb5 {
  margin-bottom: 5px !important;
}

/* line 153, ../scss/style.scss */
.mgb10 {
  margin-bottom: 10px !important;
}

/* line 154, ../scss/style.scss */
.mgb20 {
  margin-bottom: 20px !important;
}

/* line 155, ../scss/style.scss */
.pdt10 {
  padding-top: 10px !important;
}

/* line 156, ../scss/style.scss */
.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

/* line 157, ../scss/style.scss */
.pdb5 {
  padding-bottom: 5px !important;
}

/* line 158, ../scss/style.scss */
.pdb10 {
  padding-bottom: 10px !important;
}

/* line 159, ../scss/style.scss */
.pdb20 {
  padding-bottom: 20px !important;
}

/* line 160, ../scss/style.scss */
.pdb30 {
  padding-bottom: 30px !important;
}

/* line 161, ../scss/style.scss */
.pdb50 {
  padding-bottom: 50px !important;
}

/* line 162, ../scss/style.scss */
.pdlr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 163, ../scss/style.scss */
.space-between {
  display: flex;
  justify-content: space-between;
}

/* line 164, ../scss/style.scss */
.space-center {
  display: flex;
  justify-content: center;
}

/* line 165, ../scss/style.scss */
.space-center img {
  width: 95%;
}

/* line 166, ../scss/style.scss */
.space-evenly {
  display: flex;
  justify-content: space-evenly;
}

/* line 167, ../scss/style.scss */
.dp-table {
  display: table;
}

/* line 168, ../scss/style.scss */
.flex-around {
  display: flex;
  justify-content: space-around;
}

/* line 169, ../scss/style.scss */
.bg-fa {
  background: #fafafa;
}

/*----------------
    tab
    ------------*/
/* line 173, ../scss/style.scss */
.tab5 {
  width: 100%;
  /*横幅はここで設定します。100%にすれば可変になります。*/
  margin: 10px auto 20px;
}

/* line 178, ../scss/style.scss */
.tab5 label {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

/* line 183, ../scss/style.scss */
.tab5 label {
  display: inline-block;
  padding: 0.75em 2em;
  text-decoration: none;
  background: #4000ff;
  /*ボタン色*/
  color: #FFF;
  border: solid 2px #4000ff;
  border-bottom: solid 4px #240091;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}
/* line 195, ../scss/style.scss */
.tab5 label span {
  color: #ffc600;
  font-size: 125%;
  font-weight: bold;
}

/* line 202, ../scss/style.scss */
.tab5 label:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

/* line 208, ../scss/style.scss */
.tab5 label.fst-label {
  margin-left: 1%;
}

/* line 209, ../scss/style.scss */
.tab5 label:hover {
  opacity: 0.8;
}

/* line 212, ../scss/style.scss */
.tab5 input:checked + label {
  background: #ffff00;
  border: solid 2px #ffc600;
  color: #2a2a2a;
  border-bottom: solid 4px #b78e00;
}
/* line 217, ../scss/style.scss */
.tab5 input:checked + label span {
  color: #4000ff;
}

/* line 221, ../scss/style.scss */
.tab5 input {
  display: none;
}

/* line 224, ../scss/style.scss */
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4,
.tab5 #tab5-b5,
.tab5 #tab5-b6,
.tab5 #tab5-b7 {
  display: none;
  padding: 10px;
}

/* line 230, ../scss/style.scss */
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4,
.tab5 #tab5-5:checked ~ #tab5-b5,
.tab5 #tab5-6:checked ~ #tab5-b6,
.tab5 #tab5-7:checked ~ #tab5-b7 {
  display: block;
  /*border: 2px solid #8d8d8d;*/
}

/* line 237, ../scss/style.scss */
.tab5 #tab5-b1 input,
.tab5 #tab5-b2 input,
.tab5 #tab5-b3 input,
.tab5 #tab5-b4 input,
.tab5 #tab5-b5 input,
.tab5 #tab5-b6 input,
.tab5 #tab5-b7 input {
  display: inline;
}

/* line 243, ../scss/style.scss */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: .5s;
  transform: translateY(-100%);
}

/* line 252, ../scss/style.scss */
.is-show {
  transform: translateY(0);
}

/* menu */
/* line 257, ../scss/style.scss */
.menu {
  width: 100%;
  margin: 0 auto;
}

/* line 261, ../scss/style.scss */
.menu > li {
  float: left;
  background: linear-gradient(to bottom, #ffffff 0%, #c8d5dd 100%);
}

/* line 266, ../scss/style.scss */
.menu > li a {
  display: block;
  color: #000;
  text-align: center;
}

/* line 272, ../scss/style.scss */
.menu > li a:hover {
  color: #999;
}

/* line 275, ../scss/style.scss */
.menu > li a span {
  color: #000;
  font-size: 14px;
}

/* line 279, ../scss/style.scss */
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* line 284, ../scss/style.scss */
.menu__second-level a {
  text-align: left !important;
}

/* line 285, ../scss/style.scss */
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

/* line 290, ../scss/style.scss */
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

/* line 295, ../scss/style.scss */
.menu > li:hover {
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* line 301, ../scss/style.scss */
.menu__second-level li a:hover {
  opacity: 0.8;
}

/* line 305, ../scss/style.scss */
.menu__third-level li a:hover {
  background: #2a1f1f;
}

/* line 309, ../scss/style.scss */
.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* line 312, ../scss/style.scss */
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 2% 10px !important;
  margin-top: 7px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important;
}

/* line 326, ../scss/style.scss */
li.menu__mega:hover ul.menu__second-level {
  top: 38px;
  visibility: visible;
  opacity: 1;
}

/* line 332, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li {
  float: left;
  border: none;
  position: relative;
  font-weight: bold;
  margin-bottom: 0px;
  background: none !important;
}
/* line 339, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li a {
  padding: 5px 10px !important;
  color: #fff;
}
/* line 340, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li span {
  color: #fff;
}
/* line 341, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li a:hover {
  color: #fdfc04;
}
/* line 343, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li a:hover span {
  color: #fdfc04;
}

/* line 346, ../scss/style.scss */
li.menu__mega ul.menu__second-level > div.inner > li.menu__second-level-mds {
  display: block;
  width: 100%;
  color: #fdfc04;
  text-align: left;
  padding: 10px 0px;
}

/* line 355, ../scss/style.scss */
.menu__second-level span.menu-scol {
  color: #ffb200 !important;
}

/*
li.menu__mega ul.menu__second-level > li:after{
  position: absolute;
  content:url('../images/navi-arw.png');
  top:6px;
  right:10px;
}*/
/* line 366, ../scss/style.scss */
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

/* 下矢印 
.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);
}
*/
/* floatクリア */
/* line 384, ../scss/style.scss */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

/* line 390, ../scss/style.scss */
.menu:after {
  clear: both;
}

/* line 394, ../scss/style.scss */
.menu {
  *zoom: 1;
}

/* menu end */
/*-------------
    index
    ------------*/
/* line 403, ../scss/style.scss */
.drawer-toggle {
  display: none;
}

/* line 404, ../scss/style.scss */
#wrap {
  width: 100%;
  transition: 0.3s;
}

/* line 408, ../scss/style.scss */
.inner {
  width: 1080px;
  margin: 0 auto;
}

/* line 413, ../scss/style.scss */
#header-pc {
  width: 100%;
  height: auto;
  background: url("../images/bg-header.png") repeat;
  margin-bottom: 30px;
  /* header-fst */
  /* header-links */
  /* header-navi */
}
/* line 418, ../scss/style.scss */
#header-pc .header-fst {
  height: 75px;
  background: url("../images/bg-logo.png") no-repeat left center;
}
/* line 421, ../scss/style.scss */
#header-pc .header-fst p.header-tel {
  float: right;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: right;
}
/* line 429, ../scss/style.scss */
#header-pc .header-fst p.header-tel a {
  color: #fff;
}
/* line 430, ../scss/style.scss */
#header-pc .header-fst p.header-tel img {
  float: left;
  padding-right: 10px;
}
/* line 431, ../scss/style.scss */
#header-pc .header-fst p.header-tel span {
  font-size: 17px;
  display: block;
  float: right;
  padding-top: 5px;
  letter-spacing: 1px;
}
/* line 437, ../scss/style.scss */
#header-pc .header-fst p.header-tel span i {
  color: #fff000;
}
/* line 441, ../scss/style.scss */
#header-pc div.header-links {
  width: 100%;
  background: #000;
}
/* line 444, ../scss/style.scss */
#header-pc div.header-links ul {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  padding: 15px 0px;
}
/* line 449, ../scss/style.scss */
#header-pc div.header-links ul li {
  position: relative;
  padding: 0px 0px 0px 50px;
}
/* line 452, ../scss/style.scss */
#header-pc div.header-links ul li a {
  color: #fff;
}
/* line 456, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi01:before {
  position: absolute;
  top: -5px;
  left: 20px;
  content: url("../images/icon-navi01.png");
}
/* line 457, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi02:before {
  position: absolute;
  top: -5px;
  left: 20px;
  content: url("../images/icon-navi02.png");
}
/* line 458, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi03:before {
  position: absolute;
  top: -5px;
  left: 22px;
  content: url("../images/icon-navi03.png");
}
/* line 459, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi04:before {
  position: absolute;
  top: -5px;
  left: 25px;
  content: url("../images/icon-navi04.png");
}
/* line 460, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi05:before {
  position: absolute;
  top: -5px;
  left: 25px;
  content: url("../images/icon-navi05.png");
}
/* line 461, ../scss/style.scss */
#header-pc div.header-links ul li.icon-navi06:before {
  position: absolute;
  top: -5px;
  left: 21px;
  content: url("../images/icon-navi06.png");
}
/* line 464, ../scss/style.scss */
#header-pc div.header-navi {
  background: #98B4C8;
  position: relative;
}
/* line 467, ../scss/style.scss */
#header-pc div.header-navi ul {
  padding: 0px 0px 3px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
/* line 472, ../scss/style.scss */
#header-pc div.header-navi ul li {
  background: linear-gradient(to bottom, #ffffff 0%, #c8d5dd 100%);
  border-radius: 5px;
}
/* line 475, ../scss/style.scss */
#header-pc div.header-navi ul li a {
  display: block;
  padding: 15px 18px;
}

/* line 485, ../scss/style.scss */
.top-main {
  padding: 0px 0px 30px;
}
/* line 487, ../scss/style.scss */
.top-main p.top-news {
  line-height: 1.5;
  font-size: 14px;
}
/* line 490, ../scss/style.scss */
.top-main p.top-news a {
  color: #1362a7;
}
/* line 492, ../scss/style.scss */
.top-main p.top-bn {
  padding: 15px 0px 10px;
}
/* line 494, ../scss/style.scss */
.top-main p.top-bn img {
  width: 100%;
}
/* line 496, ../scss/style.scss */
.top-main p.top-txt {
  padding: 15px 0px 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
/* line 501, ../scss/style.scss */
.top-main p.top-txt img.flr {
  float: right;
}
/* line 503, ../scss/style.scss */
.top-main ul.top-navi4 {
  width: 100%;
  padding: 15px 0px 10px;
  display: flex;
  justify-content: space-between;
}
/* line 508, ../scss/style.scss */
.top-main ul.top-navi4 li {
  padding: 3px;
}
/* line 509, ../scss/style.scss */
.top-main ul.top-navi4 img {
  max-width: 100%;
}
/* line 511, ../scss/style.scss */
.top-main div.contents-mds {
  width: 100%;
  background: #595959;
  padding-top: 5px;
}
/* line 515, ../scss/style.scss */
.top-main div.contents-mds p {
  background: #231512;
  border-radius: 0px 15px 0px 0px;
  padding: 10px 60px 7px 15px;
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
  flex-direction: row;
}
/* line 524, ../scss/style.scss */
.top-main div.contents-mds p span {
  color: #00ded1;
}
/* line 525, ../scss/style.scss */
.top-main div.contents-mds p span.ks-mds {
  font-size: 150%;
  display: block;
  padding-bottom: 3px;
}
/* line 529, ../scss/style.scss */
.top-main div.top-mds-mn {
  background: #0a7f36;
}

/* line 532, ../scss/style.scss */
.sidebar {
  width: 250px;
  background: #fff;
}
/* line 535, ../scss/style.scss */
.sidebar div.side-flow {
  background: #781a78;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  width: 250px;
  font-size: 18px;
  font-weight: bold;
}
/* line 543, ../scss/style.scss */
.sidebar div.side-flow a {
  display: block;
  padding: 20px 0px 17px 10px;
  color: #fff;
}
/* line 545, ../scss/style.scss */
.sidebar div.products {
  width: 250px;
  border: 2px solid #9d9d9b;
  border-radius: 10px;
}
/* line 549, ../scss/style.scss */
.sidebar div.products p.products-mds {
  color: #fff;
  font-weight: bold;
  padding: 10px 0px 5px 15px;
  background: url("../images/bg-side.jpg") repeat;
  border-radius: 5px 5px 0px 0px;
}
/* line 556, ../scss/style.scss */
.sidebar div.products div.products-con {
  margin: 3px;
  background: linear-gradient(to bottom, #a6b5c8 0%, #7e9299 100%);
  border-radius: 5px 5px 0px 0px;
}

/* line 556, 追加 */
.sidebar div.products div.products-con .opt_side{
  background: #cc0000;
  color:#FFF;
  padding:4px 0;
  font-size:14px;
  border-radius: 5px 5px 5px 5px;
}

.opt_side a{
  color:#FFF;
  font-weight:bold;
}

/* line 560, ../scss/style.scss */
.sidebar div.products div.products-con p.title {
  font-weight: bold;
  color: #000;
  padding: 7px 0px 5px 5px;
}
/* line 561, ../scss/style.scss */
.sidebar div.products div.products-con ul {
  padding: 0px 5px 2px 25px;
}
/* line 563, ../scss/style.scss */
.sidebar div.products div.products-con ul li {
  position: relative;
  color: #000;
  font-size: 14px;
  background: linear-gradient(to bottom, #ffffff 0%, #c8d5dd 100%);
  border-radius: 5px;
}

/* line 569, ../scss/style.scss */
.sidebar div.products div.products-con ul li a {
  padding: 8px 0px 6px 10px;
  margin: 3px auto;
  display: block;
}

/* line 571, ../scss/style.scss */
.sidebar div.products div.products-con ul li:before {
  content: url("../images/arw01.png");
  position: absolute;
  top: 7px;
  left: -13px;
}

/* sidebar end */
/* line 582, ../scss/style.scss */
#contents {
  width: 800px;
  background: #fff;
}
/* line 585, ../scss/style.scss */
#contents p.top-bn {
  padding: 15px 0px 10px;
}
/* line 587, ../scss/style.scss */
#contents p.top-bn img {
  width: 100%;
}
/* line 589, ../scss/style.scss */
#contents p.top-bn-pdtch {
  padding-top: 0px !important;
}
/* line 590, ../scss/style.scss */
#contents p.top-txt {
  padding: 10px 0px 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
/* line 596, ../scss/style.scss */
#contents div.contents-mds {
  width: 100%;
  background: #595959;
  padding-top: 5px;
}
/* line 600, ../scss/style.scss */
#contents div.contents-mds p {
  background: #00ded1;
  border-radius: 0px 15px 0px 0px;
  padding: 10px 15px 7px 15px;
  color: #471263;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
  flex-direction: row;
}
/* line 609, ../scss/style.scss */
#contents div.contents-mds p span {
  color: #000079;
}
/* line 613, ../scss/style.scss */
#contents div.top-mds-mn {
  background: #471263;
}
/* line 615, ../scss/style.scss */
#contents div.top-mds-mn p {
  letter-spacing: 2px;
  font-size: 160%;
  line-height: 1.2;
}
/* line 617, ../scss/style.scss */
#contents img.contents-images {
  display: block;
  padding: 10px 0px;
}
/* line 618, ../scss/style.scss */
#contents ul {
  padding: 2px 0px;
}
/* line 619, ../scss/style.scss */
#contents p.contents-txt {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 0px 0px 5px;
}
/* line 624, ../scss/style.scss */
#contents p.contents-txt span.red {
  color: #F00;
}
/* line 625, ../scss/style.scss */
#contents p.contents-txt a {
  text-decoration: underline;
  color: #FF0000;
}
/* line 627, ../scss/style.scss */
#contents div.contents-dsp {
  width: 100%;
  display: table;
}
/* line 630, ../scss/style.scss */
#contents div.contents-dsp img {
  float: left;
}
/* line 631, ../scss/style.scss */
#contents div.contents-dsp p.title {
  background: #5781bb;
  padding: 10px 0px 10px 10px;
  color: #fff;
  font-size: 16px;
  margin-left: 200px;
}
/* line 638, ../scss/style.scss */
#contents div.contents-dsp p.description {
  font-size: 15px;
  color: #000;
  padding: 10px 0px 20px;
  margin-left: 200px;
  line-height: 1.5;
  text-indent: 1em;
}
/* line 645, ../scss/style.scss */
#contents div.contents-dsp p.description span.red {
  color: #F00;
  font-weight: normal;
}
/* line 651, ../scss/style.scss */
#contents p.contents-dstxt {
  background: #1067aa;
  width: 100%;
  font-size: 18px;
  padding: 10px 10px 7px;
  margin-bottom: 10px;
  color: #fff;
}
/* line 660, ../scss/style.scss */
#contents p.contents-dstxt2 {
  background: #d3d3d3;
  width: 100%;
  font-size: 15px;
  padding: 10px 10px 7px;
  margin: 7px 0;
  color: #303030;
}
/* line 669, ../scss/style.scss */
#contents p.other {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  padding-top: 150px;
}

/* line 679, ../scss/style.scss */
.blue dt {
  border: 1px solid #0c3380;
  color: #162d73;
  background: #dbffff;
}
/* line 680, ../scss/style.scss */
.blue dd {
  border: 1px solid #0c3380;
  color: #162d73;
  background: #fff;
}
/* line 681, ../scss/style.scss */
.blue dd.bgc {
  background: #dbffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  flex-direction: column;
  /* @@@@@  この行を追加  @@@@@*/
}
/* line 691, ../scss/style.scss */
.blue dd.price {
  color: #085aa5;
  font-size: 16px;
  font-weight: bold;
}

/* line 694, ../scss/style.scss */
.green dt {
  border: 1px solid #1e8a3e;
  color: #106637;
  background: #d9ffe2;
}
/* line 695, ../scss/style.scss */
.green dd {
  border: 1px solid #1e8a3e;
  color: #106637;
  background: #fff;
}
/* line 696, ../scss/style.scss */
.green dd.bgc {
  background: #d9ffe2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}
/* line 705, ../scss/style.scss */
.green dd.price {
  color: #00973c;
  font-size: 16px;
  font-weight: bold;
}
/* line 706, ../scss/style.scss */
.green dd.sky {
  background: #e3c687;
}

/* line 709, ../scss/style.scss */
.cl-in dt {
  border: 1px solid #fccf00;
  color: #fff;
  background: #8d42c3;
}
/* line 710, ../scss/style.scss */
.cl-in dd {
  border: 1px solid #fccf00;
  color: #162d73;
  background: #fff;
}
/* line 711, ../scss/style.scss */
.cl-in dd.bgc {
  background: #fea002;
}
/* line 712, ../scss/style.scss */
.cl-in dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}

/* line 715, ../scss/style.scss */
.cl-fb dt {
  border: 1px solid #0c3380;
  color: #fff;
  background: #3b579d;
}
/* line 716, ../scss/style.scss */
.cl-fb dd {
  border: 1px solid #0c3380;
  color: #162d73;
  background: #fff;
}
/* line 717, ../scss/style.scss */
.cl-fb dd.bgc {
  background: #a6bee4;
}
/* line 718, ../scss/style.scss */
.cl-fb dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}

/* line 721, ../scss/style.scss */
.cl-yt dt {
  border: 1px solid #000;
  color: #fff;
  background: #cd0318;
}
/* line 722, ../scss/style.scss */
.cl-yt dd {
  border: 1px solid #000;
  color: #162d73;
  background: #fff;
}
/* line 723, ../scss/style.scss */
.cl-yt dd.bgc {
  background: #000;
  color: #fff;
}
/* line 724, ../scss/style.scss */
.cl-yt dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}

/* line 727, ../scss/style.scss */
.cl-tw dt {
  border: 1px solid #0c3380;
  color: #fff;
  background: #1da1f2;
}
/* line 728, ../scss/style.scss */
.cl-tw dd {
  border: 1px solid #0c3380;
  color: #162d73;
  background: #fff;
}
/* line 729, ../scss/style.scss */
.cl-tw dd.bgc {
  background: #a6bee4;
}
/* line 730, ../scss/style.scss */
.cl-tw dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}

/* line 732, ../scss/style.scss */
.bg-gray {
  background: #eee !important;
}

/* line 734, ../scss/style.scss */
.dltable {
  width: 100%;
  padding-bottom: 10px;
}
/* line 737, ../scss/style.scss */
.dltable .row1 {
  width: 16.666%;
}
/* line 740, ../scss/style.scss */
.dltable .row2 {
  width: 16.666%;
}
/* line 743, ../scss/style.scss */
.dltable .row3 {
  width: 16.666%;
}
/* line 746, ../scss/style.scss */
.dltable .row4 {
  width: 16.666%;
}
/* line 749, ../scss/style.scss */
.dltable .row5 {
  width: 16.666%;
}
/* line 752, ../scss/style.scss */
.dltable .row6 {
  width: 16.666%;
}
/* line 755, ../scss/style.scss */
.dltable .row7 {
  width: 11.111%;
}
/* line 758, ../scss/style.scss */
.dltable .row8 {
  width: 12.5%;
}
/* line 761, ../scss/style.scss */
.dltable .row9 {
  width: 20%;
}
/* line 764, ../scss/style.scss */
.dltable .row10 {
  width: 50%;
}
/* 手動追記 */
.dltable .row11 {
  width: 33.3%;
}

.dltable .row12 {
  width: 25%;
}

/* line 767, ../scss/style.scss */
.dltable dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 773, ../scss/style.scss */
.dltable dl:last-child {
  border-bottom: none;
}
/* line 776, ../scss/style.scss */
.dltable dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 22px;
  font-weight: bold;
}
/* line 782, ../scss/style.scss */
.dltable dl dd {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
/* line 786, ../scss/style.scss */
.dltable dl dd input {
  height: 25px;
  width: 40px;
  margin-top: 10px;
}

/* line 791, ../scss/style.scss */
.nav-ft {
  width: 100%;
  padding: 20px 0px;
  margin-top: 30px;
  background: #000;
}
/* line 796, ../scss/style.scss */
.nav-ft ul {
  display: flex;
  justify-content: space-between;
}

/* line 802, ../scss/style.scss */
#contact {
  width: 100%;
  background: linear-gradient(to bottom, #1362a7 0%, #1362a7 43%, #1a2b70 100%);
}
/* line 805, ../scss/style.scss */
#contact p.contact-mds {
  color: #ebe72e;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0px 30px;
}
/* line 811, ../scss/style.scss */
#contact p.contact-tel {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
/* line 817, ../scss/style.scss */
#contact p.contact-tel span {
  font-size: 42px;
  position: relative;
}
/* line 818, ../scss/style.scss */
#contact p.contact-tel span:before {
  content: url("../images/icon-tel.png");
  position: absolute;
  top: 6px;
  left: -70px;
}
/* line 825, ../scss/style.scss */
#contact p.contact-pay {
  padding: 60px 0px 30px;
  color: #fff;
  display: table;
  font-size: 16px;
}
/* line 830, ../scss/style.scss */
#contact p.contact-pay img {
  display: block;
  float: left;
}
/* line 831, ../scss/style.scss */
#contact p.contact-pay span {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  padding: 20px 0px 0px 20px;
}

/* line 840, ../scss/style.scss */
#footer {
  width: 100%;
  height: auto;
  background: #0d111c;
  padding-top: 50px;
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
}
/* line 848, ../scss/style.scss */
#footer div.inner {
  display: flex;
  justify-content: space-between;
}
/* line 852, ../scss/style.scss */
#footer a {
  color: #fff;
  font-weight: bold;
}
/* line 853, ../scss/style.scss */
#footer .mds {
  font-size: 18px;
  color: #d2cc2e;
  font-weight: bold;
}
/* line 854, ../scss/style.scss */
#footer li.arw {
  padding-left: 15px;
  position: relative;
}
/* line 857, ../scss/style.scss */
#footer li.arw:before {
  content: url("../images/arw02.png");
  position: absolute;
  top: 1px;
  left: 1px;
}
/* line 864, ../scss/style.scss */
#footer p.copyright {
  color: #fff;
  padding: 25px 0px 15px;
}

/*----------------
    ※※ジェネクト追記部分※※
    ------------*/
/* line 870, ../scss/style.scss */
.text {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 5px 0px 5px;
}
/* line 875, ../scss/style.scss */
.text span.red {
  color: #F00;
}
/* line 876, ../scss/style.scss */
.text a {
  text-decoration: underline;
  color: #FF0000;
}

/* line 879, ../scss/style.scss */
.notice_text {
  font-size: 80%;
  margin: 10px auto;
  display: block;
  width: 71%;
  background-color: #eeeedd;
  padding: 10px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
/* line 889, ../scss/style.scss */
.notice_text span.red {
  font-size: 120%;
  color: #FF0000;

  font-weight: bold;
}
/* line 890, ../scss/style.scss */
.notice_text span.big {
  font-size: 150%;
  font-weight: bold;
}

/* line 893, ../scss/style.scss */
.top_btn img {
  margin: 0 auto 35px;
  text-align: center;
}

/* line 898, ../scss/style.scss */
.cart_text1 {
  color: #000;
  font-size: 90%;
  font-weight: normal;
}

/* line 904, ../scss/style.scss */
.side_text {
  font-size: 10px;
  color: #000;
  text-align: left;
}

/* line 910, ../scss/style.scss */
#pkuzu {
  margin: -20px auto 8px auto;
  padding: 0 0 0 16px;
  font-size: 80%;
  background: url("../images/p_top.png");
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 917, ../scss/style.scss */
#pkuzu a {
  text-decoration: underline;
}

/* line 920, ../scss/style.scss */
.cate_top img {
  margin: 3px;
}

/* line 924, ../scss/style.scss */
.c_img {
  margin: 5px 0 5px 0;
}

/* line 928, ../scss/style.scss */
.topc_img {
  margin-bottom: 20px;
  text-align: center;
}

/* line 934, ../scss/style.scss */
.tum {
  margin: 5px auto;
}

/* line 938, ../scss/style.scss */
.red_text110 {
  font-size: 110%;
  font-weight: bold;
  color: #FF0000;
}

/* line 944, ../scss/style.scss */
ul.qa li {
  margin: 12px 0;
}

/* line 946, ../scss/style.scss */
ul.qa .faq_q {
  margin: 0 10px;
  background-image: url(../images/others/faq_q.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 2px 5px 2px 32px;
}
/* line 952, ../scss/style.scss */
ul.qa .faq_q a:hover {
  text-decoration: underline;
}

/* line 955, ../scss/style.scss */
ul.qa .faq_a {
  margin: 0 10px 18px 10px;
  background-image: url(../images/others/faq_a.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 6px 5px 10px 32px;
  border-bottom: dotted 1px #999999;
  text-align: left;
}
/* line 963, ../scss/style.scss */
ul.qa .faq_a a:hover {
  text-decoration: underline;
}

/* line 966, ../scss/style.scss */
#next_pager ul.pageNav01 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #eee;
  text-align: center;
}

/* line 973, ../scss/style.scss */
#next_pager ul.pageNav01 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

/* line 979, ../scss/style.scss */
#next_pager ul.pageNav01 li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
}

/* line 989, ../scss/style.scss */
#next_pager ul.pageNav01 li span {
  background-color: #303030;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  color: #FFF;
}

/* line 1000, ../scss/style.scss */
#next_pager ul.pageNav01 li a:hover {
  background: #eeeff7;
  border-color: #00f;
}

/* line 1005, ../scss/style.scss */
.orange dt {
  border: 1px solid #e38800;
  color: #f27900;
  background: #ffddaa;
}

/* line 1010, ../scss/style.scss */
.orange dd {
  border: 1px solid #e38800;
  color: #f27900;
  background: #fff;
}

/* line 1015, ../scss/style.scss */
.orange dd.bgc {
  background: #ffddaa;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  flex-direction: column;
  /* @@@@@  この行を追加  @@@@@*/
}

/* line 1026, ../scss/style.scss */
.orange dd.price {
  color: #ff5604;
  font-size: 14px;
  font-weight: bold;
}

/* line 1033, ../scss/style.scss */
.pink dt {
  border: 1px solid #f73cbf;
  color: #f856c7;
  background: #fa89d8;
}
/* line 1034, ../scss/style.scss */
.pink dd {
  border: 1px solid #f73cbf;
  color: #f856c7;
  background: #fff;
}
/* line 1035, ../scss/style.scss */
.pink dd.bgc {
  background: #fee0f5;
}
/* line 1036, ../scss/style.scss */
.pink dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
/* line 1037, ../scss/style.scss */
.pink dd.sky {
  background: #e3c687;
}

/* line 1041, ../scss/style.scss */
.gray dt {
  border: 1px solid #aaaaaa;
  color: #303030;
  background: #ececec;
}
/* line 1042, ../scss/style.scss */
.gray dt.bgc {
  border: 1px solid #aaaaaa;
  color: #303030;
  background: #ececec;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: 12px;
}
/* line 1053, ../scss/style.scss */
.gray dd {
  border: 1px solid #aaaaaa;
  color: #303030;
  background: #fff;
}
/* line 1054, ../scss/style.scss */
.gray dd.bgc {
  background: #f0f0f0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: 14px;
}
/* line 1063, ../scss/style.scss */
.gray dd.price {
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
/* line 1064, ../scss/style.scss */
.gray dd.sky {
  background: #e3c687;
}

/* line 1068, ../scss/style.scss */
.purple dt {
  border: 1px solid #4f00b0;
  color: #4f00b0;
  background: #e4ceff;
}
/* line 1069, ../scss/style.scss */
.purple dd {
  border: 1px solid #4f00b0;
  color: #4f00b0;
  background: #fff;
}
/* line 1070, ../scss/style.scss */
.purple dd.bgc {
  background: #f5ecff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: 14px;
}
/* line 1080, ../scss/style.scss */
.purple dd.bgc2 {
  background: #e5d0ff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: 13px;
}
/* line 1090, ../scss/style.scss */
.purple dd.bgc3 {
  background: #e5d0ff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-size: 18px;
  font-weight: bold;
}
/* line 1101, ../scss/style.scss */
.purple dd.price {
  color: #6f2ebe;
  font-size: 16px;
  font-weight: bold;
}
/* line 1102, ../scss/style.scss */
.purple dd.sky {
  background: #e4ceff;
}

/* line 1105, ../scss/style.scss */
.dltable2 {
  width: 100%;
  padding-bottom: 10px;
}
/* line 1108, ../scss/style.scss */
.dltable2 .row1 {
  width: 16.666%;
}
/* line 1111, ../scss/style.scss */
.dltable2 .row2 {
  width: 16.666%;
}
/* line 1114, ../scss/style.scss */
.dltable2 .row3 {
  width: 16.666%;
}
/* line 1117, ../scss/style.scss */
.dltable2 .row4 {
  width: 16.666%;
}
/* line 1120, ../scss/style.scss */
.dltable2 .row5 {
  width: 16.666%;
}
/* line 1123, ../scss/style.scss */
.dltable2 .row6 {
  width: 16.666%;
}
/* line 1126, ../scss/style.scss */
.dltable2 .row7 {
  width: 14.285%;
}
/* line 1129, ../scss/style.scss */
.dltable2 .row8 {
  width: 50%;
}
/* line 1132, ../scss/style.scss */
.dltable2 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1138, ../scss/style.scss */
.dltable2 dl:last-child {
  border-bottom: none;
}
/* line 1141, ../scss/style.scss */
.dltable2 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 14px;
  font-weight: bold;
}
/* line 1147, ../scss/style.scss */
.dltable2 dl dd {
  padding: 10px 0;
  font-size: 14px;
  line-height: 0.7;
}
/* line 1151, ../scss/style.scss */
.dltable2 dl dd input {
  height: 25px;
  width: 40px;
  margin-top: 7px;
}

/* line 1156, ../scss/style.scss */
.dltable3 {
  width: 100%;
  padding-bottom: 5px;
}
/* line 1159, ../scss/style.scss */
.dltable3 .row1 {
  width: 15%;
}
/* line 1162, ../scss/style.scss */
.dltable3 .row2 {
  width: 28.333%;
}
/* line 1165, ../scss/style.scss */
.dltable3 .row3 {
  width: 28.333%;
}
/* line 1168, ../scss/style.scss */
.dltable3 .row4 {
  width: 28.333%;
}
/* line 1171, ../scss/style.scss */
.dltable3 .row7 {
  width: 25%;
}
/* line 1174, ../scss/style.scss */
.dltable3 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1180, ../scss/style.scss */
.dltable3 dl:last-child {
  border-bottom: none;
}
/* line 1183, ../scss/style.scss */
.dltable3 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 22px;
  font-weight: bold;
}
/* line 1189, ../scss/style.scss */
.dltable3 dl dd {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.3;
}
/* line 1193, ../scss/style.scss */
.dltable3 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 7px;
}

/* line 1198, ../scss/style.scss */
.dltable4 {
  width: 100%;
  padding-bottom: 5px;
}
/* line 1201, ../scss/style.scss */
.dltable4 .row1 {
  width: 24%;
}
/* line 1204, ../scss/style.scss */
.dltable4 .row2 {
  width: 38%;
}
/* line 1207, ../scss/style.scss */
.dltable4 .row3 {
  width: 38%;
}
/* line 1210, ../scss/style.scss */
.dltable4 .row7 {
  width: 25%;
}
/* line 1213, ../scss/style.scss */
.dltable4 .row8 {
  width: 16.6666666%;
}
/* line 1216, ../scss/style.scss */
.dltable4 .row9 {
  width: 11.1111111%;
}
/* line 1219, ../scss/style.scss */
.dltable4 .row10 {
  width: 88.7999999%;
}
/* line 1222, ../scss/style.scss */
.dltable4 .row11 {
  width: 33.3333333%;
}
/* line 1225, ../scss/style.scss */
.dltable4 .row12 {
  width: 100%;
}
/* line 1228, ../scss/style.scss */
.dltable4 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1234, ../scss/style.scss */
.dltable4 dl:last-child {
  border-bottom: none;
}
/* line 1237, ../scss/style.scss */
.dltable4 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 18px;
  font-weight: bold;
}
/* line 1242, ../scss/style.scss */
.dltable4 dl dt span.hosoku {
  font-size: 70%;
  font-weight: normal;
}
/* line 1244, ../scss/style.scss */
.dltable4 dl dd {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
/* line 1248, ../scss/style.scss */
.dltable4 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 7px;
}
/* line 1249, ../scss/style.scss */
.dltable4 dl dd .bold {
  font-weight: bold;
}

/* line 1254, ../scss/style.scss */
.dltable5 {
  width: 100%;
  padding-bottom: 5px;
}
/* line 1257, ../scss/style.scss */
.dltable5 .row1 {
  width: 24%;
}
/* line 1260, ../scss/style.scss */
.dltable5 .row2 {
  width: 38%;
}
/* line 1263, ../scss/style.scss */
.dltable5 .row3 {
  width: 38%;
}
/* line 1266, ../scss/style.scss */
.dltable5 .row7 {
  width: 25%;
}
/* line 1269, ../scss/style.scss */
.dltable5 .row8 {
  width: 16.6666666%;
}
/* line 1272, ../scss/style.scss */
.dltable5 .row9 {
  width: 15%;
}
/* line 1275, ../scss/style.scss */
.dltable5 .row10 {
  width: 85%;
}
/* line 1278, ../scss/style.scss */
.dltable5 .row11 {
  width: 33.3333333%;
}
/* line 1281, ../scss/style.scss */
.dltable5 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1287, ../scss/style.scss */
.dltable5 dl:last-child {
  border-bottom: none;
}
/* line 1290, ../scss/style.scss */
.dltable5 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 22px;
  font-weight: bold;
}
/* line 1296, ../scss/style.scss */
.dltable5 dl dd {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
/* line 1300, ../scss/style.scss */
.dltable5 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 7px;
}
/* line 1301, ../scss/style.scss */
.dltable5 dl dd span.bold {
  font-weight: bold;
}

/* line 1306, ../scss/style.scss */
.dltable6 {
  width: 100%;
  padding-bottom: 10px;
}
/* line 1309, ../scss/style.scss */
.dltable6 .row1 {
  width: 16.666%;
}
/* line 1312, ../scss/style.scss */
.dltable6 .row2 {
  width: 16.666%;
}
/* line 1315, ../scss/style.scss */
.dltable6 .row3 {
  width: 16.666%;
}
/* line 1318, ../scss/style.scss */
.dltable6 .row4 {
  width: 16.666%;
}
/* line 1321, ../scss/style.scss */
.dltable6 .row5 {
  width: 16.666%;
}
/* line 1324, ../scss/style.scss */
.dltable6 .row6 {
  width: 16.666%;
}
/* line 1327, ../scss/style.scss */
.dltable6 .row7 {
  width: 11.111%;
}
/* line 1330, ../scss/style.scss */
.dltable6 .row8 {
  width: 12.5%;
}
/* line 1333, ../scss/style.scss */
.dltable6 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1339, ../scss/style.scss */
.dltable6 dl:last-child {
  border-bottom: none;
}
/* line 1342, ../scss/style.scss */
.dltable6 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 22px;
  font-weight: bold;
}
/* line 1348, ../scss/style.scss */
.dltable6 dl dd {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
/* line 1352, ../scss/style.scss */
.dltable6 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 5px;
}

/* line 1357, ../scss/style.scss */
.dltable7 {
  width: 100%;
  padding-bottom: 5px;
}
/* line 1360, ../scss/style.scss */
.dltable7 .row1 {
  width: 24%;
}
/* line 1363, ../scss/style.scss */
.dltable7 .row2 {
  width: 38%;
}
/* line 1366, ../scss/style.scss */
.dltable7 .row3 {
  width: 38%;
}
/* line 1369, ../scss/style.scss */
.dltable7 .row7 {
  width: 25%;
}
/* line 1372, ../scss/style.scss */
.dltable7 .row8 {
  width: 16.6666666%;
}
/* line 1375, ../scss/style.scss */
.dltable7 .row9 {
  width: 11.1111111%;
}
/* line 1378, ../scss/style.scss */
.dltable7 .row10 {
  width: 88.7999999%;
}
/* line 1381, ../scss/style.scss */
.dltable7 .row11 {
  width: 33.3333333%;
}
/* line 1384, ../scss/style.scss */
.dltable7 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1390, ../scss/style.scss */
.dltable7 dl:last-child {
  border-bottom: none;
}
/* line 1393, ../scss/style.scss */
.dltable7 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 22px;
  font-weight: bold;
}
/* line 1398, ../scss/style.scss */
.dltable7 dl dt span.hosoku {
  font-size: 70%;
  font-weight: normal;
}
/* line 1400, ../scss/style.scss */
.dltable7 dl dd {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
/* line 1404, ../scss/style.scss */
.dltable7 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 7px;
}
/* line 1405, ../scss/style.scss */
.dltable7 dl dd .bold {
  font-weight: bold;
}

/* line 1410, ../scss/style.scss */
.dltable8 {
  width: 100%;
  padding-bottom: 5px;
}
/* line 1413, ../scss/style.scss */
.dltable8 .row1 {
  width: 24%;
}
/* line 1416, ../scss/style.scss */
.dltable8 .row2 {
  width: 38%;
}
/* line 1419, ../scss/style.scss */
.dltable8 .row3 {
  width: 38%;
}
/* line 1422, ../scss/style.scss */
.dltable8 .row7 {
  width: 25%;
}
/* line 1425, ../scss/style.scss */
.dltable8 .row8 {
  width: 16.6666666%;
}
/* line 1428, ../scss/style.scss */
.dltable8 .row9 {
  width: 11.1111111%;
}
/* line 1431, ../scss/style.scss */
.dltable8 .row10 {
  width: 88.7999999%;
}
/* line 1434, ../scss/style.scss */
.dltable8 .row11 {
  width: 33.3333333%;
  font-size: 14px;
}
/* line 1437, ../scss/style.scss */
.dltable8 .row11 span.pdct {
  font-size: 12px;
}
/* line 1438, ../scss/style.scss */
.dltable8 .row11 a {
  text-decoration: underline;
}
/* line 1440, ../scss/style.scss */
.dltable8 .row12 {
  width: 100%;
}
/* line 1443, ../scss/style.scss */
.dltable8 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
}
/* line 1449, ../scss/style.scss */
.dltable8 dl:last-child {
  border-bottom: none;
}
/* line 1452, ../scss/style.scss */
.dltable8 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 18px;
  font-weight: bold;
}
/* line 1457, ../scss/style.scss */
.dltable8 dl dt span.hosoku {
  font-size: 70%;
  font-weight: normal;
}
/* line 1459, ../scss/style.scss */
.dltable8 dl dd {
  padding: 10px 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
/* line 1463, ../scss/style.scss */
.dltable8 dl dd input {
  height: 20px;
  width: 40px;
  margin-top: 7px;
}
/* line 1464, ../scss/style.scss */
.dltable8 dl dd .bold {
  font-weight: bold;
}

/* line 1469, ../scss/style.scss */
.dltable9 {
  width: 100%;
  padding-bottom: 10px;
}
/* line 1472, ../scss/style.scss */
.dltable9 .row1 {
  width: 16.666%;
}
/* line 1475, ../scss/style.scss */
.dltable9 .row2 {
  width: 16.666%;
}
/* line 1478, ../scss/style.scss */
.dltable9 .row3 {
  width: 16.666%;
}
/* line 1481, ../scss/style.scss */
.dltable9 .row4 {
  width: 16.666%;
}
/* line 1484, ../scss/style.scss */
.dltable9 .row5 {
  width: 16.666%;
}
/* line 1487, ../scss/style.scss */
.dltable9 .row6 {
  width: 16.666%;
}
/* line 1490, ../scss/style.scss */
.dltable9 .row7 {
  width: 14.285%;
}
/* line 1493, ../scss/style.scss */
.dltable9 .row8 {
  width: 30%;
}
/* line 1496, ../scss/style.scss */
.dltable9 .row9 {
  width: 70%;
}
/* line 1499, ../scss/style.scss */
.dltable9 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: 12px;
}
/* line 1504, ../scss/style.scss */
.dltable9 dl:last-child {
  border-bottom: none;
}
/* line 1507, ../scss/style.scss */
.dltable9 dl dt {
  width: 100%;
  padding: 10px 0 7px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* line 1514, ../scss/style.scss */
.dltable9 dl dd {
  padding: 7px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

/* line 1523, ../scss/style.scss */
.b_space1 {
  margin-bottom: 30px;
}

/* line 1525, ../scss/style.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 1533, ../scss/style.scss */
.col_4 {
  width: 1080px;
  background-color: #FFFF00;
  margin: 10px auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

/* line 1545, ../scss/style.scss */
.col_4 > div {
  width: 24%;
}

@media screen and (max-width: 960px) {
  /* line 1549, ../scss/style.scss */
  #top_icon {
    background-color: #FFFF00;
  }

  /* line 1552, ../scss/style.scss */
  .col_4 > div {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1557, ../scss/style.scss */
  .col_4 {
    width: 100%;
    text-align: center;
  }

  /* line 1561, ../scss/style.scss */
  #top_icon {
    background-color: #FFFF00;
  }

  /* line 1564, ../scss/style.scss */
  .col_4 > div {
    width: 50%;
  }
}
/* line 1570, ../scss/style.scss */
.price_text {
  font-size: 18px;
}

/*↓ 210721追加 ↓*/
.price_text_mini {
  font-size: 15px;
  font-weight: normal;
  text-decoration: line-through;
  color: #555;
}

.price_text_sp {
  font-size: 18px;
}
/*↑ 210721追加 ↑*/

/* line 1571, ../scss/style.scss */
.no_b {
  font-size: 13px;
  font-weight: normal;
}

/* line 1573, ../scss/style.scss */
table.p_price th {
  font-size: 15px;
  font-weight: bold;
}

/* line 1578, ../scss/style.scss */
.font_s {
  font-size: 90%;
}

/*------------------
      order page
      -----------------*/
/* line 1583, ../scss/style.scss */
div.order-page {
  padding: 10px 2px;
  background: #fff100;
}
/* line 1586, ../scss/style.scss */
div.order-page ul.order-contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0px 15px !important;
}
/* line 1592, ../scss/style.scss */
div.order-page ul.order-contents-left {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 15px !important;
}

/*------------------
      下層ページ
      -----------------*/
/* line 1602, ../scss/style.scss */
div.kmds-main {
  width: 100%;
  /* price */
  /* price end */
}
/* line 1604, ../scss/style.scss */
div.kmds-main .red, div.kmds-main .gr, div.kmds-main .br, div.kmds-main .pp, div.kmds-main .bl {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px auto;
}
/* line 1611, ../scss/style.scss */
div.kmds-main p.red {
  background: #ff0000;
}
/* line 1612, ../scss/style.scss */
div.kmds-main p.gr {
  background: #0e8a3b;
}
/* line 1613, ../scss/style.scss */
div.kmds-main p.br {
  background: #13a190;
}
/* line 1614, ../scss/style.scss */
div.kmds-main p.pp {
  background: #612173;
}
/* line 1615, ../scss/style.scss */
div.kmds-main p.bl {
  background: #0154ed;
}
/* line 1617, ../scss/style.scss */
div.kmds-main ul.poster_media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1621, ../scss/style.scss */
div.kmds-main ul.poster_media_list li {
  padding-bottom: 5px;
}
/* line 1623, ../scss/style.scss */
div.kmds-main ul.banner_list {
  text-align: center;
}
/* line 1625, ../scss/style.scss */
div.kmds-main ul.banner_list li {
  padding: 10px 0px;
}
/* line 1628, ../scss/style.scss */
div.kmds-main div.kprice-fixedbox {
  width: 100%;
}
/* line 1629, ../scss/style.scss */
div.kmds-main table.p_price {
  width: 100% !important;
}
/* line 1631, ../scss/style.scss */
div.kmds-main table.p_price th, div.kmds-main table.p_price td {
  padding: 10px 8px !important;
}
/* line 1633, ../scss/style.scss */
div.kmds-main .p_price-txtb {
  color: #f00;
  font-weight: bold;
}
/* line 1634, ../scss/style.scss */
div.kmds-main #tab-box ul, div.kmds-main #tab-box div, div.kmds-main #tab-box table {
  width: 100% !important;
}
/* line 1635, ../scss/style.scss */
div.kmds-main p.p_text {
  padding: 5px;
}
/* line 1636, ../scss/style.scss */
div.kmds-main #tab-box table th {
  padding: 5px 10px;
}
/* line 1637, ../scss/style.scss */
div.kmds-main #tab-box li {
  width: 31%;
}

/* mitsumori table */
/* line 1643, ../scss/style.scss */
table.price_table td {
  text-align: center;
  padding: 7px 0px;
}

/* line 1648, ../scss/style.scss */
#mm_print_price {
  position: static !important;
}

/* line 1650, ../scss/style.scss */
#mm_print_price_area #mm_back_button img {
  float: left;
  padding-top: 6px;
}

/* line 1655, ../scss/style.scss */
.mfp {
  margin-bottom: 5px;
}

/* mitsumori table end */
@media screen and (min-width: 1000px) {
  /* line 1661, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }
}
/*-- media end --*/
@media screen and (max-width: 1000px) {
  /* line 1665, ../scss/style.scss */
  .inner {
    padding: 0px 3px;
  }
}
/*-- media end --*/
@media screen and (max-width: 640px) {
  /* line 1672, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }

  /* line 1673, ../scss/style.scss */
  img {
    max-width: 100%;
  }

  /* line 1674, ../scss/style.scss */
  .drawer-toggle {
    display: block;
  }

  /* line 1675, ../scss/style.scss */
  .pc_none {
    display: block !important;
  }

  /* line 1676, ../scss/style.scss */
  .sp_none {
    display: none !important;
  }

  /* line 1677, ../scss/style.scss */
  .anc_none {
    display: none !important;
  }

  /* line 1678, ../scss/style.scss */
  .inner {
    width: 100%;
    padding: 0px 5px;
  }

  /* line 1679, ../scss/style.scss */
  .space-between {
    display: block;
  }

  /* line 1680, ../scss/style.scss */
  #page-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 997;
    width: 80px;
    height: 80px;
  }
  /* line 1687, ../scss/style.scss */
  #page-top img {
    padding-top: 13px;
  }

  /*-- ジェネクト追記 --*/
  /* line 1692, ../scss/style.scss */
  .cate_top img {
    width: 100%;
  }

  /* line 1696, ../scss/style.scss */
  #page-nav01 {
    position: fixed;
    bottom: 75px;
    right: auto;
    left: 5px;
    z-index: 997;
    width: 160px;
    height: 55px;
  }

  /* line 1705, ../scss/style.scss */
  #page-nav02 {
    position: fixed;
    bottom: 10px;
    right: auto;
    left: 5px;
    z-index: 997;
    width: 160px;
    height: 55px;
  }

  /* line 1714, ../scss/style.scss */
  #page-nav01:hover {
    bottom: 75px;
    right: auto;
    left: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  /* line 1724, ../scss/style.scss */
  #page-nav02:hover {
    bottom: 10px;
    right: auto;
    left: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  /* line 1735, ../scss/style.scss */
  .clone-nav {
    display: none !important;
  }

  /* line 1737, ../scss/style.scss */
  #header-pc {
    width: 100%;
    background: linear-gradient(to bottom, #0266ae 0%, #133c8e 50%, #133c8e 71%, #1c277d 100%);
    /* header-fst */
    /* header-links */
    /* header-navi */
  }
  /* line 1740, ../scss/style.scss */
  #header-pc .header-fst {
    height: auto;
    background: url("../images/header-sp.jpg") no-repeat left center;
  }
  /* line 1743, ../scss/style.scss */
  #header-pc .header-fst img.main-logo {
    padding: 40px 5px 0px;
  }
  /* line 1744, ../scss/style.scss */
  #header-pc .header-fst p.header-tel {
    float: none;
    padding: 10px 0px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
  }
  /* line 1752, ../scss/style.scss */
  #header-pc .header-fst p.header-tel img {
    float: none;
    padding-right: 10px;
  }
  /* line 1753, ../scss/style.scss */
  #header-pc .header-fst p.header-tel span {
    font-size: 17px;
    display: block;
    float: none;
    padding-top: 5px;
    letter-spacing: 1px;
  }
  /* line 1759, ../scss/style.scss */
  #header-pc .header-fst p.header-tel span i {
    color: #fff000;
  }
  /* line 1761, ../scss/style.scss */
  #header-pc .header-fst p.header-tel br {
    display: none;
  }
  /* line 1764, ../scss/style.scss */
  #header-pc div.header-links {
    display: none;
  }
  /* line 1767, ../scss/style.scss */
  #header-pc div.header-navi {
    display: none;
  }

  /* line 1772, ../scss/style.scss */
  .sidebar {
    display: none;
  }
  /* line 1774, ../scss/style.scss */
  .sidebar div.side-flow {
    background: #781a78;
    border: 2px solid #000;
    border-radius: 10px;
    color: #fff;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
  }
  /* line 1782, ../scss/style.scss */
  .sidebar div.side-flow a {
    display: block;
    padding: 20px 0px 17px 10px;
    color: #fff;
  }
  /* line 1784, ../scss/style.scss */
  .sidebar div.products {
    display: none;
  }

  /* sidebar end */
  /* line 1789, ../scss/style.scss */
  #contents {
    width: 100%;
    padding: 0px 5px;
  }
  /* line 1793, ../scss/style.scss */
  #contents div.contents-mds p {
    background: #231512;
    border-radius: 0px 15px 0px 0px;
    padding: 15px 40px 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    display: inline-block;
  }
  /* line 1802, ../scss/style.scss */
  #contents div.contents-mds p span {
    color: #e8ce2f;
    display: block;
    padding-bottom: 5px;
  }
  /* line 1803, ../scss/style.scss */
  #contents div.contents-mds p span.cn-inline {
    color: #e8ce2f;
    display: inline;
    padding-bottom: 5px;
  }
  /* line 1806, ../scss/style.scss */
  #contents img.contents-images {
    display: block;
    padding: 20px 0px;
  }
  /* line 1807, ../scss/style.scss */
  #contents ul.space-between {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1811, ../scss/style.scss */
  #contents ul.space-between li {
    padding: 5px;
  }
  /* line 1813, ../scss/style.scss */
  #contents div.contents-dsp {
    width: 100%;
    display: table;
    line-height: 1.3;
  }
  /* line 1817, ../scss/style.scss */
  #contents div.contents-dsp img {
    float: left;
  }
  /* line 1818, ../scss/style.scss */
  #contents div.contents-dsp p.title {
    background: #5781bb;
    padding: 10px 0px 10px 5px;
    color: #fff;
    font-size: 16px;
    margin-left: 200px;
  }
  /* line 1825, ../scss/style.scss */
  #contents div.contents-dsp p.description {
    font-size: 16px;
    color: #000;
    padding: 10px 0px 20px;
    margin-left: 200px;
  }
  /* line 1832, ../scss/style.scss */
  #contents p.contents-dstxt {
    line-height: 1.3;
  }

  /* line 1836, ../scss/style.scss */
  .blue dt {
    border: 1px solid #0c3380;
    color: #162d73;
    background: #578dcb;
  }
  /* line 1837, ../scss/style.scss */
  .blue dd {
    border: 1px solid #0c3380;
    color: #162d73;
    background: #fff;
  }
  /* line 1838, ../scss/style.scss */
  .blue dd.bgc {
    background: #a6bee4;
  }
  /* line 1839, ../scss/style.scss */
  .blue dd.price {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
  }

  /* line 1842, ../scss/style.scss */
  .green dt {
    border: 1px solid #1e8a3e;
    color: #106637;
    background: #d9ffe2;
  }
  /* line 1843, ../scss/style.scss */
  .green dd {
    border: 1px solid #1e8a3e;
    color: #106637;
    background: #fff;
  }
  /* line 1844, ../scss/style.scss */
  .green dd.bgc {
    background: #d9ffe2;
  }
  /* line 1845, ../scss/style.scss */
  .green dd.price {
  color: #00973c;
  font-size: 16px;
  font-weight: bold;
  }

  /* line 1847, ../scss/style.scss */
  .scroll {
    overflow: scroll;
  }
  /* line 1849, ../scss/style.scss */
  .scroll dl {
    width: 100%;
    min-width: 750px;
  }
  /* line 1850, ../scss/style.scss */
  .scroll dd {
    float: left;
  }

  /* line 1854, ../scss/style.scss */
  .dltable {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 1857, ../scss/style.scss */
  .dltable .row1 {
    width: 100%;
  }
  /* line 1860, ../scss/style.scss */
  .dltable .row2 {
    width: 20%;
  }
  /* line 1863, ../scss/style.scss */
  .dltable .row3 {
    width: 20%;
  }
  /* line 1866, ../scss/style.scss */
  .dltable .row4 {
    width: 20%;
  }
  /* line 1869, ../scss/style.scss */
  .dltable .row5 {
    width: 20%;
  }
  /* line 1872, ../scss/style.scss */
  .dltable .row6 {
    width: 20%;
  }
  /* line 1875, ../scss/style.scss */
  .dltable dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    font-size: 12px;
  }
  /* line 1881, ../scss/style.scss */
  .dltable dl:last-child {
    border-bottom: none;
  }
  /* line 1884, ../scss/style.scss */
  .dltable dl dt {
    width: 100%;
    padding: 10px 0 7px;
    font-size: 17px;
    font-weight: bold;
  }
  /* line 1890, ../scss/style.scss */
  .dltable dl dd {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 1894, ../scss/style.scss */
  .dltable dl dd input {
    height: 25px;
    width: 40px;
    margin-top: 10px;
  }

  /* line 1901, ../scss/style.scss */
  #contact p.contact-mds {
    color: #ebe72e;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0px 30px;
  }
  /* line 1907, ../scss/style.scss */
  #contact p.contact-tel {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
  }
  /* line 1913, ../scss/style.scss */
  #contact p.contact-tel a {
    color: #fff;
  }
  /* line 1914, ../scss/style.scss */
  #contact p.contact-tel span {
    font-size: 28px;
    position: relative;
  }
  /* line 1915, ../scss/style.scss */
  #contact p.contact-tel span:before {
    content: url("../images/icon-tel.png");
    position: absolute;
    top: 0px;
    left: -60px;
  }

  /* line 1924, ../scss/style.scss */
  #footer {
    padding-top: 0px;
  }
  /* line 1926, ../scss/style.scss */
  #footer ul {
    display: none;
  }
  /* line 1927, ../scss/style.scss */
  #footer p.copyright {
    color: #fff;
    padding: 30px 0px;
    margin-bottom: 60px;
  }

  /*------------------
        order page
        -----------------*/
  /* line 1934, ../scss/style.scss */
  div.order-page {
    padding: 10px 2px;
    background: #fff100;
  }
  /* line 1937, ../scss/style.scss */
  div.order-page ul.order-contents {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0px 15px !important;
  }
  /* line 1942, ../scss/style.scss */
  div.order-page ul.order-contents li {
    flex-basis: 50%;
  }
  /* line 1946, ../scss/style.scss */
  div.order-page ul.order-contents-left {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px 15px !important;
  }
  /* line 1950, ../scss/style.scss */
  div.order-page ul.order-contents-left li {
    flex-basis: 50%;
  }

  /*------------------
        下層ページ
        -----------------*/
  /* line 1959, ../scss/style.scss */
  div.kmds-main {
    /* price */
    /* price end */
  }
  /* line 1961, ../scss/style.scss */
  div.kmds-main div.kprice-fixedbox {
    width: 100%;
    overflow: scroll;
  }
  /* line 1962, ../scss/style.scss */
  div.kmds-main table.p_price {
    width: 100% !important;
  }
  /* line 1964, ../scss/style.scss */
  div.kmds-main table.p_price th, div.kmds-main table.p_price td {
    padding: 10px 8px !important;
  }
  /* line 1966, ../scss/style.scss */
  div.kmds-main .p_price-txtb {
    color: #f00;
    font-weight: bold;
  }
  /* line 1967, ../scss/style.scss */
  div.kmds-main #tab-box ul, div.kmds-main #tab-box div, div.kmds-main #tab-box table {
    width: 100% !important;
  }
  /* line 1968, ../scss/style.scss */
  div.kmds-main p.p_text {
    padding: 5px;
  }
  /* line 1969, ../scss/style.scss */
  div.kmds-main #tab-box table th {
    padding: 5px 10px;
  }
  /* line 1970, ../scss/style.scss */
  div.kmds-main #tab-box #nav {
    padding-left: 20%;
  }
  /* line 1971, ../scss/style.scss */
  div.kmds-main #tab-box td {
    padding: 5px;
    line-height: 1.5;
  }
  /* line 1972, ../scss/style.scss */
  div.kmds-main table.price2 td.r_text, div.kmds-main table.price2 td.line1, div.kmds-main table.price3 td.line1, div.kmds-main table.price3 td.r_text, div.kmds-main table.op_p td.r_text, div.kmds-main table.op_p td.line1 {
    text-align: center;
  }

  /* mitsumori table */
  /* line 1977, ../scss/style.scss */
  table.mailform {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }

  /* line 1983, ../scss/style.scss */
  table.mailform tr th, table.mailform tr td {
    width: 100% !important;
    display: block !important;
  }

  /* line 1984, ../scss/style.scss */
  table.mailform tr th {
    line-height: 1.5 !important;
  }

  /* line 1985, ../scss/style.scss */
  table.mailform tr th img {
    margin-right: 10px !important;
  }

  /* line 1986, ../scss/style.scss */
  table.mailform tr td select.mfp {
    width: 100%;
  }

  /* line 1987, ../scss/style.scss */
  table.mailform tr td span {
    display: block !important;
    margin-bottom: 4px !important;
  }

  /* mitsumori table end */
}
/* media end */
/* media end */
@media screen and (max-width: 320px) {
  /* line 2000, ../scss/style.scss */
  #contact p.contact-mds {
    line-height: 1.5;
  }
  /* line 2004, ../scss/style.scss */
  #contact p.contact-tel span {
    font-size: 24px;
    position: relative;
  }
  /* line 2005, ../scss/style.scss */
  #contact p.contact-tel span:before {
    content: url("../images/icon-tel.png");
    position: absolute;
    top: -5px;
    left: -60px;
  }
}
/* media end */
/*口コミメインエリア*/
/* line 2018, ../scss/style.scss */
.reviews_list_title {
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0px;
}

/* line 2026, ../scss/style.scss */
.reviews_list_title:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #77c3df;
}

/* line 2037, ../scss/style.scss */
.reviews_list_title:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #77c3df;
}

/* line 2046, ../scss/style.scss */
.review_ul {
  margin-bottom: 15px;
}

/* line 2050, ../scss/style.scss */
.review_li {
  padding: 13px 8px 10px 12px;
  border-bottom: #CCC 2px solid;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

/* line 2060, ../scss/style.scss */
.review_meta_box {
  margin-bottom: 10px;
}

/* line 2064, ../scss/style.scss */
.clear {
  clear: both;
}

/* line 2068, ../scss/style.scss */
.review_name {
  margin-right: 20px;
}

/* line 2072, ../scss/style.scss */
.score {
  color: #ffcd03;
}

/* line 2076, ../scss/style.scss */
.review_date {
  float: right;
  font-size: 0.7em;
}

/* line 2087, ../scss/style.scss */
.review_more_box {
  text-align: right;
  margin-bottom: 10px;
}

/*口コミサイドエリア*/
/* line 2098, ../scss/style.scss */
.reviews_list_title_side {
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0px;
}

/* line 2106, ../scss/style.scss */
.reviews_list_title_side:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #77c3df;
}

/* line 2117, ../scss/style.scss */
.reviews_list_title_side:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #77c3df;
}

/* line 2126, ../scss/style.scss */
.review_ul_side {
  margin-bottom: 10px;
}

/* line 2130, ../scss/style.scss */
.review_li_side {
  padding: 10px 0px;
  border-bottom: #CCC 2px solid;
}

/* line 2136, ../scss/style.scss */
.review_meta_box_side {
  margin-bottom: 10px;
}

/* line 2140, ../scss/style.scss */
.clear {
  clear: both;
}

/* line 2144, ../scss/style.scss */
.review_name_side {
  margin-right: 20px;
  font-size: 1em;
  color: #333;
  margin-bottom: 1em;
}

/* line 2151, ../scss/style.scss */
.score_area {
  color: #ffcd03;
}

/* line 2155, ../scss/style.scss */
.score_cnt {
  color: #f00;
  font-weight: bold;
}

/* line 2160, ../scss/style.scss */
.review_date_side {
  float: right;
  font-size: 0.8em;
}

/* line 2166, ../scss/style.scss */
.review_side {
  font-size: 0.85em;
  line-height: 1.5em;
}

/* line 2172, ../scss/style.scss */
.review_more_box_side {
  text-align: right;
  margin-bottom: 10px;
}

/*口コミ投稿フォーム*/
/* line 2181, ../scss/style.scss */
.hissu {
  color: #F00;
}

/* line 2187, ../scss/style.scss */
.review_post_table {
  width: 100%;
  border: 1px solid #039;
  margin: 10px 0px;
  border-collapse: collapse;
}

/* line 2196, ../scss/style.scss */
.review_post_table th {
  background: #000079;
  color: #fff;
  padding: 10px;
  border: solid 1px #039;
}

/* line 2203, ../scss/style.scss */
.review_post_table td {
  padding: 10px;
  border: solid 1px #039;
}

/* line 2208, ../scss/style.scss */
.review_input_text {
  width: 100%;
  height: 38px;
}

/* line 2215, ../scss/style.scss */
.review_comment_textarea {
  width: 100%;
}

/* line 2219, ../scss/style.scss */
.review_submit {
  background: #000079;
  padding: 7px 30px;
  width: 200px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

/*※210401追記*/
.contents-mds2 p {
  background: #1c0728;
  padding: 10px 15px 7px 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  flex-direction: row;
}

/* line 524, ../scss/style.scss */
.contents-mds2 p span {
  color: #00ded1;
}
/* line 525, ../scss/style.scss */
.contents-mds2 p span.ks-mds {
  font-size: 120%;
  display: block;
  padding-bottom: 3px;


/* 送料無料 */
#contents .top-main > .dbf {
  display: block;
  background: #ff1515;
  color: #ffca15;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-size: 22px;
  margin: 10px 0;
  height:40px;
}
