
/* ------------------------------------------------------ */
/* google font */
/* ------------------------------------------------------ */
/*
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended+Text");
*/

/*
@media (max-width: 1199px) { }
@media (max-width: 1024px) { }
@media (max-width: 991px) { }
@media (max-width: 768px) { } -> ipad
@media (max-width: 575px) { }
@media (max-width: 479px) { }
@media (max-width: 380px) { } -> あまり使わない
@media (max-width: 350px) { }
@media (max-width: 320px) { }
*/

/* ----------------------------------------------------------- */
/* main */
/* ----------------------------------------------------------- */
/*
html {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/

/*
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
*/

/*
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
*/

/*
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
*/

.stop { 
  cursor: default !important;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

left {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: -20px;

}
right {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -20px;
}

label {
  cursor: pointer;
}
label:hover {
  opacity: 0.7;
}

/*
footer {
  padding:10px;
  font-size:10px;
  text-align:center;
  border-top:solid 2px #000;
}
*/

/*
a {
  color: #0866C6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #05407c;
  text-decoration: none;
}
*/

/*
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
*/

/* ----------------------------------------------------------- */
/* modal */
/* ----------------------------------------------------------- */
.modal-area {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 900px;
  height: 80%;
  padding: 0px;
  background-color: #fff;
}
.modal-close {
  position: absolute;
  top: -50px;
  right: 0px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.modal-contents {
  padding: 30px;
  overflow-y: scroll;
  height: 100%;
}
.modal-contents .title{
  margin-bottom: 10px;
  color: #198FC8;
  font-size: 18px;
}
.modal-contents .mes{
  font-size: 14px;
}
.modal-contents .corner{
  margin-right: 7px;
  padding: 2px;
  width: 50px;
  border: solid 1px #000;
  text-align: center;
  display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
  opacity: 1;
  position: relative;
  transform: scale(1.3);
}
input:focus {
  outline-width: 0;
}
.btn,
.btn1,
.btn2 {
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
}
.btn:hover {
	opacity: 0.5;
}
.btn1:hover {
	background-color: #fff;
  border: solid 1px #0097e0;
  color: #0097e0;
}
.btn2:hover {
	background-color: #fff;
  border: solid 1px #00B900;
  color: #00B900;
}
.underline {
  cursor: pointer;
}
.underline::before {
  background: #198FC8;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.underline:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.selected {
  font-weight: 900;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 14px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}
.monochrome { /* モノクロ表示・灰色表示・グレー表示 */
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

svg:not(:root) {
  overflow: hidden;
}

/* ----------------------------------------------------------- */
/* disp */
/* ----------------------------------------------------------- */
.disp-pc {
  display: block !important;
}
@media (max-width: 767px) { 
  .disp-pc {
    display: none !important;
  }
}
.disp-sp {
  display: none !important;
}
@media (max-width: 767px) { 
  .disp-sp {
    display: block !important;
  }
}

/* ----------------------------------------------------------- */
/* loader */
/* ----------------------------------------------------------- */
.loader {
  /* position: absolute; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 56px;
  opacity:0.3;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity .3s, visibility 0s .3s;
  transition: opacity .3s, visibility 0s .3s;
  z-index: 1000;
  pointer-events: none;
}
.loader:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color .1s;
  transition: border-color .1s;
  -webkit-animation-name: preloader-animation;
          animation-name: preloader-animation;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  z-index: 1000;
}
.loader-all {
  color: #fff;
  z-index: 100000;
  font-size: 22px;
  position: fixed;
  margin: 0px 30px;
}
.load-wrap {
  position: relative;
  width: 200px;
  height: 50px;
  margin: auto;
  opacity: 1 !important;
}
.load-mes {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}
/*
// animations
*/
@-webkit-keyframes preloader-animation {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes preloader-animation {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

/* ----------------------------------------------------------- */
/* container */
/* ----------------------------------------------------------- */
.container-title {
  width: 100%;
  height: auto;
  padding: 65px 0px 65px 90px;
  background-color: #999;
  color: #fff;
  background: linear-gradient(to right, #198FC8, #73B6D6);
}
@media (max-width: 767px) { 
  .container-title {
    padding: 70px 0px 30px 20px;
  }
}
.container-title.orange {
  background: linear-gradient(to right, #E89241, #FACFA6);
}
.container-title .title-main {
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 767px) { 
  .container-title .title-main {
    margin-top: -40px;
    font-size: 23px;
    line-height: 35px;
  }
}
.container-title .title-sub {
  margin-top: 5px;
  font-size: 12px;
}
@media (max-width: 767px) { 
  .container-title .title-sub {
    display: none;
  }
}
.container-title .branch{
  margin: auto 7px;
  display: inline-block;
}
.container-main {
  margin: auto;
  padding: 10px 80px;
  max-width: 2200px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
}
@media (max-width: 767px) { 
  .container-main {
    padding: 10px 20px;
  }
}
.container-box {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) { 
  .container-box {
    display: block;
  }
}
.container-box-left {
  padding: 20px;
  width: 25%;
  display: inline-block;
}
@media (max-width: 767px) { 
  .container-box-left {
    width: 100%;
    padding: 20px 10px 0px 10px;
  }
}
.container-box-right {
  padding: 20px;
  width: calc(75% - 5px);
  display: inline-block;
}
@media (max-width: 767px) { 
  .container-box-right {
    padding-top: 10px;
    width: 100%;
  }
}
.container-digital-catalog {
  background-image: url(/common/images/digital-catalog/pagetitle_digital.jpg?2);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) { 
  .container-digital-catalog {
    background-image: url(/common/images/digital-catalog/pagetitle_digital_sp.jpg?2);
    padding: 35px 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/* ----------------------------------------------------------- */
/* table */
/* ----------------------------------------------------------- */
.ds-table {
  width: 100%;
  margin: auto;
  max-width: 1600px;
  min-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  table-layout: auto;
}
.ds-table thead tr > td {
  max-width: 220px;
  min-width: 80px;
  padding: 5px 10px;
  border:solid 1px #333;
  background-color: #E2F3FB;
  text-align: center;
}
.ds-table thead tr > td img {
  max-width: 170px;
  max-height: 170px;
}
.ds-table thead > tr:first-child > td:first-child {
  border-left:none !important;
  width: 170px !important;
  min-width: 130px !important;
}
/* 検索画面のみ */
#search-list .ds-table thead > tr:first-child > td:first-child(2) {
  border-left:none !important;
  width: 150px !important;
  min-width: 130px !important;
}
#search-list .ds-table thead > tr:first-child > td:nth-child(2) {
  border-left:none !important;
  width: 150px !important;
  min-width: 130px !important;
}
.ds-table thead tr > td:last-child {
  border-right:none !important;
}
.ds-table tbody tr > td {
  max-width: 250px;
  min-width: 70px;
  padding: 2px 5px;
  border:solid 1px #333;
  text-align: center;
}
.ds-table tbody tr > td:first-child {
  border-left:none !important;
}
.ds-table tbody > tr > td:first-child(:not([data-c2="on"])) {
  text-align: left !important;
}
.ds-table tbody tr > td:last-child {
  border-right:none !important;
}
.ds-table-attr {
  width: 22px;
  font-size: 10px;
  color: #198FC8;
  text-decoration: underline;
  font-weight: 800;
  display:inline-block;
}
.ds-table-exp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
  font-size: 14px;
  color: #198FC8;
  line-height: 18px;
}
.ds-table-exp dt{
  width: 30px;
}
.ds-table-exp dd{
  width: calc(100% - 30px);
}
.ds-table-wrap {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /* max-width: 750px; */
  margin: 0px auto 10px auto;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
}

@media (max-width: 767px) { 
  .ds-table-wrap {
    top: 0px;
    margin: 0px auto 10px auto;
  }
}
.ds-table-wrap .icon {
  display:none; /* PCは表示しない */
  width: 80px;
}
@media (max-width: 767px) { 
  .ds-table-wrap .icon {
    display: block;
    /* position: sticky; */
    /* position: -webkit-sticky; */
    position: absolute;
    display: block;
    opacity: 0.7;
    top: 60%;
    left: 90%;
    padding: 10px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 10px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 100;
  }
  .ds-table-wrap .icon > img{
    width: 60px;
    display: inline-block;
  }
}
.ds-table-wrap .icon-hide {
  opacity: 0 !important;
  transition: .6s !important;
  left: 50% !important;
}
.ds-table-icon1 {
  margin: 1px;
  width: 30px;
  background-color: #FF7A00;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}
.ds-table-icon2 {
  margin: 1px;
  width: 60px;
  background-color: #999;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
}
.ds-table-icon3 {
  margin: 1px;
  width: 70px;
  color: #198FC8;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.ds-table-btn{
  width: 120px;
  padding: 2px;
  color: #fff;
  background-color: #198FC8;
}
.ds-table-btn img{
  position: relative;
  top: -2px;
  width: 20px;
  display: inline-block;
}

/* ----------------------------------------------------------- */
/* parts */
/* ----------------------------------------------------------- */
.icon-question {
  width:20px;
  margin:auto;
  cursor: pointer;
  /* display: none; */
}
.rounded-circle {
  display: none;
  position: fixed;
  padding: 5px;
  right: 10px;
  bottom: 10px;
  background-color: #198FC8;
  border: solid 1px #fff;
  z-index: 10000;
}
.rounded-circle img{
  width: 30px;
  height: 30px;
  display: inline-block;
}

.title-wrap {
  width: 100%;
  margin: 30px 0px 10px 0px;
  display: flex;
}
.title-wrap .title1{
  padding: 15px 20px;
  width: 35%;
  font-size: 24px;
  font-weight: 800;
  line-height: 25px;
  text-align: left;
  color: #fff;
  border:solid 1px #198FC8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #198FC8;
  word-break: break-all;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) { 
  .title-wrap .title1{
    width: 180px !important;
  }
}
.title-wrap .title2{
  margin-left: -5px;
  padding: 15px 20px;
  width: calc(100% - 35% - 0px);
  font-size: 24px;
  font-weight: 800;
  line-height: 25px;
  color: #198FC8;
  border:solid 1px #198FC8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  word-break: break-all;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) { 
  .title-wrap .title2{
    width: calc(100% - 180px - 0px) !important;
  }
}
.title-message {
  width: calc(100% - 40px);
  margin: 30px 20px 10px 20px
}
.title-message .title1 {
  width: 100%;
  padding: 10px 20px;
  font-size: 24px;
  color: #fff;
  border:solid 1px #198FC8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #198FC8;
  display: inline-block;
  word-break: break-all;
}
.title-message .title2 {
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border:solid 1px #198FC8;
  display: inline-block;
  word-break: break-all;
}

.ds-pcol2-wrap {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol2-wrap {
    display: block;
  }
}
.ds-pcol2-wrap .ds-pcol {
  width: calc(50% - 2px);
  text-align: center;
  padding: 10px 10px;
  border-left: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
.ds-pcol2-wrap .ds-pcol:first-child {
  border-left: none !important;
}
@media (max-width: 767px) { 
  .ds-pcol2-wrap .ds-pcol {
    width: 100%;
    padding: 30px 10px;
    border-left: none;
    border-bottom: solid 1px #ccc;
  }
}

.ds-mcol2-wrap {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) { 
  .ds-mcol2-wrap {
    display: block;
  }
}
.ds-mcol2-wrap .ds-pcol1 {
  width: calc(30% - 2px);
  margin-top: 5px;
  padding: 0px 10px;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) { 
  .ds-mcol2-wrap .ds-pcol1 {
    width: 100%;
    padding: 10px;
  }
}
.ds-mcol2-wrap .ds-pcol2 {
  width: calc(70% - 2px);
  padding: 0px 10px;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-mcol2-wrap .ds-pcol2 {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 0px;
  }
}

.col3-wrap {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) { 
  .col3-wrap {
    display: block;
  }
}
.col3-wrap .col {
  width: 33%;
  text-align: center;
  padding: 10px 15px;
  border-left: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
.col3-wrap .col:first-child {
  border-left: none !important;
}
@media (max-width: 767px) { 
  .col3-wrap .col {
    width: 100%;
    padding: 30px 10px;
    border-left: none;
    border-bottom: solid 1px #ccc;
  }
}
.col-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.col-mes {
  font-size: 16px;
  word-break: break-all;
}

.ds-pcol3-wrap {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol3-wrap {
    display: block;
  }
}
.ds-pcol3-wrap .ds-pcol {
  width: 33%;
  text-align: center;
  padding: 10px 30px;
  border-left: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
.ds-pcol3-wrap .ds-pcol:nth-child(4n+1) { /* 3つおきだが間にスペーサーが入るため 4に */
  border-left: none !important;
}
@media (max-width: 767px) { 
  .ds-pcol3-wrap .ds-pcol {
    width: 100%;
    padding: 0px 10px 20px 10px;
    border-left: none;
    border-bottom: none;
    margin-bottom: 0px;
    text-align: left;
  }
}
.ds-pcol3-wrap .ds-pcol.next {
  cursor: pointer;
  transition: 0.5s;
  vertical-align: top;
}
.ds-pcol3-wrap .ds-pcol.next:hover {
  opacity: 0.7;
}
.ds-pcol3-wrap .ds-pcol-img {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol3-wrap .ds-pcol-img {
    width: 85%;
    margin: 0px auto;
    display: inline-block;
  }
}
.ds-pcol3-wrap .ds-pcol-img img{
  display: inline-block;
  max-width: 250px;
  /* max-height: 200px; */
}
.ds-pcol-detail {
  text-align: center;
}
@media (max-width: 767px) { 
  .ds-pcol-detail {
    text-align: left;
  }
}
.ds-pcol3-wrap .ds-pcol-title {
  position: absolute;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
}
.ds-pcol3-wrap .ds-pcol-mes {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 767px) { 
  .ds-pcol3-wrap .ds-pcol-mes {
    width: 85%;
    margin: 20px auto 0px auto;
  }
}
.ds-pcol4-wrap {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol4-wrap {
    display: block;
  }
}
.ds-pcol4-wrap .ds-pcol {
  width: calc(25% - 4px);
  text-align: center;
  padding: 15px 10px;
  border-right: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
.ds-pcol4-wrap .ds-pcol:nth-child(4n+1) {
  border-left: solid 1px #ccc;
}
@media (max-width: 767px) { 
  .ds-pcol4-wrap .ds-pcol {
    width: 100%;
    padding: 20px 10px;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #ccc;
  }
}
.ds-pcol4-wrap .ds-pcol-title {
  margin: 0px auto;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  /* text-decoration: underline; */
  height: 50px;
  transition: 0.5s;
  position: relative;
}
.ds-pcol4-wrap .ds-pcol-title:hover {
  opacity: 0.7;
}
.ds-pcol4-wrap .main-img{
  margin-bottom: 20px;
  width: 60%;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol4-wrap .main-img{
    width: 31.35%;
  }
}
.ds-pcol5-wrap {
  width: 100%;
  padding: 10px 0px;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol5-wrap {
    display: block;
    margin-top: 20px;
  }
}
.ds-pcol5-wrap .ds-pcol {
  width: 20%;
  text-align: center;
  padding: 10px 10px;
  border-left: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
.ds-pcol5-wrap .ds-pcol:nth-child(6n+1) { /* 5つおきだが間にスペーサーが入るため 6に */
  border-left: none !important;
}
@media (max-width: 767px) { 
  .ds-pcol5-wrap .ds-pcol {
    width: 50%;
    padding: 0px 10px 20px 10px;
    border-left: none;
    border-bottom: none;
    margin-bottom: 0px;
    text-align: center;
  }
}
.ds-pcol5-wrap .ds-pcol.next {
  cursor: pointer;
  transition: 0.5s;
  vertical-align: top;
}
.ds-pcol5-wrap .ds-pcol.next:hover {
  opacity: 0.7;
}
.ds-pcol5-wrap .ds-pcol-img {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcol5-wrap .ds-pcol-img {
    width: 100%;
    margin: 0px auto;
    display: inline-block;
  }
}
.ds-pcol5-wrap .ds-pcol-img img{
  display: inline-block;
  max-width: 250px;
  /* max-height: 200px; */
}
.ds-pcol-detail {
  text-align: center;
}
@media (max-width: 767px) { 
  .ds-pcol-detail {
    text-align: left;
  }
}
.ds-pcol5-wrap .ds-pcol-title {
  position: absolute;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
}
.ds-pcol5-wrap .ds-pcol-mes {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 767px) { 
  .ds-pcol5-wrap .ds-pcol-mes {
    width: 85%;
    margin: 0px auto 0px auto;
  }
}
.ds-pcol5-wrap .ds-pcol-sep {
  margin: 10px auto;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) { 
  .ds-pcol5-wrap .ds-pcol-sep {
    display:inline-block !important;
  }
}

.ds-heading-orange {
  margin-top: 20px;
  color: #E89241;
  background-color: #FEF0CD;
}
.ds-heading-orange span::before{
  background: linear-gradient(to bottom, #E89241, #FACFA6);
}

.ds-pcolx-wrap {
  position: relative;
  min-height: 150px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 10px 0px;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcolx-wrap {
    display: block;
  }
}
.ds-pcolx-wrap .ds-pcol {
  width: 250px;
  text-align: center;
  padding: 15px 10px;
  border-right: solid 1px #ccc;
  border-bottom: none;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcolx-wrap .ds-pcol {
    width: 70%;
    padding: 20px 10px;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #ccc;
  }
}
.ds-pcolx-wrap .ds-pcol-title {
  margin: 0px auto;
  font-size: 16px;
  white-space: initial;
  line-height: 20px;
  text-align: left;
  /* text-decoration: underline; */
  height: 50px;
  transition: 0.5s;
  position: relative;
}
.ds-pcolx-wrap .main-img{
  margin-bottom: 20px;
  width: 60%;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-pcolx-wrap .main-img{
    width: 50%;
  }
}




.ds-ccol3-wrap {
  width: 100%;
  padding: 10px 0px;
  display: block;
}
@media (max-width: 767px) { 
  .ds-ccol3-wrap {
    display: block;
  }
}
.ds-ccol3-wrap .ds-ccol {
  width: calc(33% - 10px);
  text-align: center;
  vertical-align: top;
  margin: 15px 5px;
  padding: 10px 10px;
  border: solid 1px #ccc;
  display: inline-block;
}
@media (max-width: 767px) { 
  .ds-ccol3-wrap .ds-ccol {
    width: 100%;
    padding: 20px 10px;
  }
}
.ds-ccol3-wrap .ds-ccol-title {
  margin: 20px auto;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  /* text-decoration: underline; */
  height: 40px;
  /* color: #198FC8; */
  /* cursor: pointer; */
  transition: 0.5s;
  position: relative;
}
@media (max-width: 767px) { 
  .ds-ccol3-wrap .ds-ccol-title {
    margin: 0px auto;
  }
}
/*
.ds-ccol3-wrap .ds-ccol-title:hover {
  opacity: 0.7;
}
*/
.ds-ccol3-wrap .main-img{
  margin-bottom: 20px;
  width: 45%;
  max-width: 150px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) { 
  .ds-ccol3-wrap .main-img{
    width: 31.35%;
  }
}
.ds-ccol3-wrap .ds-ccol-page {
  margin: 0px auto;
  font-size: 20px;
  color: #198FC8;
  line-height: 20px;
  text-align: center;
  /* text-decoration: underline; */
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.ds-pdf-page {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.ds-digi {
  background:#198FC8 !important;
  /* text-align: center !important; */
  color:#fff !important;
}
.ds-pcol-file,
.ds-ccol-file {
  display:block;
  margin: 5px auto !important;
  max-width: 350px;
  padding: 8px 10px 8px 15px;
  font-size: 16px;
  color: #198FC8;
  border:solid 1px #198FC8;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  transition: 0.5s;
}
.ds-pcol-file.big,
.ds-ccol-file.big {
  height: 60px;
  align-items: center;
  display: flex;
  font-size: 20px;
}
.ds-pcol-file:hover,
.ds-ccol-file:hover {
  background-color: #0097e0;
  color: #fff;
}
.ds-pcol-file .ico1,
.ds-ccol-file .ico1 {
  margin-right: 10px;
  width: 30px;
  display: inline-block;
}
.ds-pcol-file .ico2,
.ds-ccol-file .ico2 {
  width: 20px;
  position: relative;
  top: -2px;
  left: 5px;
  display: inline-block;
}

.ds-pcol-sep {
  margin: 10px auto;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) { 
  .ds-pcol-sep {
    display: none;
  }
}
.ds-pcol-str {
  padding: 0px 20px;
}
.ds-side-title {
  padding: 0px 0px 15px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #198FC8;
  display: block;
  width: 100%;
}

.title-rep {
  margin-bottom: 20px;
  padding: 17px 20px;
  height: 63px;
  background-color: #E2F3FB;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 25px;
}
@media (max-width: 767px) { 
  .title-rep {
    margin-bottom: 20px;
    width: 100vw;
    margin: 20px calc(50% - 0px - 50vw) 50px calc(50% - 0px - 50vw);
    padding-left: 30px;
    border-radius: 0px;
    display: flex;
    align-items: center;
  }
}
.title-pia {
  margin: 30px auto 10px auto;
  padding: 5px 20px 5px 30px;
  height: 50px;
  border-left: solid 10px #74B6D6;
  font-size: 24px;
  font-weight: 600;
  color: #198FC8;
  line-height: 25px;
}
@media (max-width: 767px) { 
  .title-pia {
    margin-bottom: 20px;
    padding: 5px 10px;
    height: auto;
  }
}

.ds-html-adj {
  margin:20px auto 10px auto;
}
.ds-sns-wrap {
  width: 100%;
  text-align: right;
  margin: 20px 0px 10px 0px;
}
@media (max-width: 767px) { 
  .ds-sns-wrap {
    text-align: center;
    margin: 30px auto 0px auto;
  }
}
.ds-atten-wrap {
  margin: 10px auto 0px auto;
  padding: 20px 20px;
  font-weight: 600;
  background-color: #FFFFCC;
}
@media (max-width: 767px) { 
  .ds-atten-wrap {
    margin: 20px 0px -10px 0px;
    padding: 10px;
    font-size: 14px;
  }
}
.ds-html-menu {
  margin-top: 30px;
  width: 100%;
}
.ds-html-menu .title {
  padding: 0px 0px 15px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #198FC8;
}
.ds-html-menu .menu {
  width: 100%;
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: 0.5s;
}
.ds-html-menu .menu:hover {
  color: #0097e0;
	opacity: 0.7;
}
.ds-html-menu .menu .arrow {
  margin-left: 15px;
  font-size: 12px;
  display: inline-block;
}

.ds-to-product {
  width: 100vw;
  margin: 20px calc(50% - 0px - 50vw) 50px calc(50% - 0px - 50vw);
  padding-top: 35px;
  height: 170px;
  text-align: center;
  background-color: #E2F3FB;
}
@media (max-width: 767px) { 
  .ds-to-product {
    height: 130px;
  }
}

.ds-other-link {
  margin-top: 15px;
  padding:0px 20px;
  font-size: 20px;
  color: #198FC8;
}
.ds-other-link a{
  transition: 0.5s;
  position: relative;
}
.ds-other-link a:hover {
  color: #0097e0;
	opacity: 0.7;
}
.condition-wrap {
  width: 100vw;
  margin: 20px calc(50% - 0px - 50vw) 50px calc(50% - 0px - 50vw);
  padding: 30px 20px;
  background-color: #E2F3FB;
}
.condition-wrap.orange {
  background-color: #FEF0CD;
}
@media (max-width: 767px) { 
  .condition-wrap {
    margin: 20px calc(50% - 0px - 50vw) 20px calc(50% - 0px - 50vw);
  }
}
.search-input {
  width: 80%;
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
}
@media (max-width: 767px) { 
  .search-input{
    width: 100%;
  }
}
.search-input .title1{
  margin-left: auto;
  padding: 0px;
  width: calc(100% - 300px - 0px);
  font-size: 20px;
  font-weight: 800;
  color: #198FC8;
  background-color: #fff;
  border:solid 3px #198FC8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  word-break: break-all;
}
.search-input .title1.orange{
  color: #FF7A00;
  border:solid 3px #FF7A00;
}
@media (max-width: 767px) { 
  .search-input .title1{
    margin-left: 15px;
    width: calc(100% - 210px - 0px);
  }
}
.search-input .title2 {
  padding: 12px 10px;
  width: 300px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  border:solid 1px #198FC8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #198FC8;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
  transition: 0.5s;
}
.search-input .title2:not(.orange):hover {
  background: linear-gradient(to right, #198FC8, #73B6D6);
  opacity: 0.7;
}
.search-input .title2.orange {
  border:solid 1px #FF7A00;
  background-color: #FF7A00;
}
.search-input .title2.orange:hover {
  background: linear-gradient(to right, #E89241, #FACFA6);
  opacity: 0.7;
}
@media (max-width: 767px) { 
  .search-input .title2{
    padding: 15px 10px 0px 10px;
    font-size: 16px;
    width: 210px;
  }
}
.search-input input {
  font-size: 20px;
  width: calc(100% - 30px);
  border: none;
  color: #333;
  /* margin: 15px; */
}

.search-input input::placeholder {
  color:#ccc;
}
.search-input img{
  position: relative;
  top: -2px;
  margin-left: 10px;
  width: 35px;
  display: inline-block;
}
.search-detail-close {
  width: 30%;
  margin: 20px auto;
  padding: 10px 10px;
  display: block;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  color: #198FC8;
  cursor: pointer;
  transition: 0.5s;
}
.search-detail-close:hover {
  color: #0097e0;
	opacity: 0.7;
}
@media (max-width: 767px) { 
  .search-detail-close {
    width: 90%;
  }
}
.search-detail-close img {
  position: relative;
  top: -2px;
  width: 20px;
  margin-left: -20px;
  margin-right: 10px;
  display: inline-block;
}
.search-detail-open {
  display:none;
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
@media (max-width: 767px) { 
  .search-detail-open {
    margin-left: 15px;
    width: 97%;
  }
}
.search-detail-badluck {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #198FC8;
  cursor: pointer;
  transition: 0.5s;
}
.search-detail-badluck:hover {
  color: #000;
	opacity: 0.7;
}
@media (max-width: 767px) { 
  .search-detail-badluck {
    top: 0px;
    right: 10px;
  }
}
.search-result {
  margin: 10px auto;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #198FC8;
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #198FC8;
}
@media (max-width: 767px) { 
  .search-result {
    margin-bottom: 20px;
  }
}
.search-cnt {
  font-weight: 800;
  margin: auto 3px;
  display: inline-block;
}
.check-box {
  display: flex;
  padding: 20px 50px 20px 50px;
}
@media (max-width: 767px) { 
  .check-box {
    padding: 15px 15px 10px 15px;
  }
}
.check-box label{
  position: relative;
  top: -2px;
  left: 5px;
}
.check-box-left {
  width: 150px;
  border-right: dotted 3px #198FC8;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) { 
  .check-box-left {
    width: 130px;
    padding: 0px 15px;
  }
}
.check-box-right {
  width: calc(100% - 150px);
  padding: 10px 10px 10px 50px;
  font-size: 16px;
}
@media (max-width: 767px) { 
  .check-box-right {
    width: calc(100% - 130px);
    padding: 10px 10px 10px 15px;
  }
}
.check-line {
  width: 100%;
  margin-bottom: 15px;
}
.search-keyword {
  display: inline-block;
}
.search-catalog-result {
  margin: 10px auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #FF7A00;
  padding-left: 10px;
  border-bottom: solid 1px #FF7A00;
  position: relative;
}
@media (max-width: 767px) { 
  .search-catalog-result {
    margin-bottom: 20px;
  }
}
.search-catalog-keyword {
  display: inline-block;
}

.btn-normal {
  margin: 2px;
  padding: 8px;
  width: 150px;
  color: #fff;
  font-weight: 600;
  background-color: #198FC8;
}
.btn-product {
  margin: 2px;
  padding: 3px;
  width: 420px;
  color: #fff;
  font-size: 24px;
  border: solid 2px #E2F3FB;
  background: linear-gradient(to right, #FFC500, #FF7E00);
  border-radius: 25px;
  transition: 0.5s;
}
.btn-product:hover {
  border: solid 2px #FF7E00;
  color: #FF7E00;
  background: #fff;
  opacity: 0.7;
}
@media (max-width: 767px) { 
  .btn-product {
    width: 85%;
  }
}
.ds-btn-mail {
  margin: 2px;
  padding: 8px;
  width: 150px;
  color: #fff;
  font-weight: 600;
  background-color: #198FC8;
}
.ds-btn-line {
  margin: 2px;
  padding: 8px;
  width: 150px;
  color: #fff;
  font-weight: 600;
  background-color: #00B900;
}
.simg-wrap {
  width: 100%;
  margin: 25px auto;
}
.simg-zoom {
  width: auto;
  max-width: 600px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
@media (max-width: 1024px) { 
  .simg-zoom {
    width: 50%;
  }
}
@media (max-width: 767px) { 
  .simg-zoom {
    width: 100%;
  }
}

.w1 {
  max-width: 100px !important;
}
.w2 {
  max-width: 200px !important;
}
.w3 {
  max-width: 300px !important;
}
.w4 {
  max-width: 400px !important;
}
.w5 {
  max-width: 500px !important;
}
.w6 {
  max-width: 600px !important;
}
.w7 {
  max-width: 700px !important;
}
.w8 {
  max-width: 800px !important;
}
.w9 {
  max-width: 900px !important;
}
.w10 {
  max-width: 1000px !important;
}
.w11 {
  max-width: 1100px !important;
}
.w12 {
  max-width: 1200px !important;
}

.br-min-height {
  display: block;
  content: "";
  margin:-5px 0;
}
.stop-wrap {
  margin: 10px auto;
  float: left;
}
.stop-wrap label{
  position: relative;
  top: -2px;
  left: 5px;
}

/* ----------------------------------------------------------- */
/* br */
/* ----------------------------------------------------------- */
.br-header {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.br-header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 3px;
  background-color: #fff;
  z-index: 1040;
}

.br-header-left {
  display: flex;
}
.br-header-left .form-control, .br-header-left .dataTables_filter input, .dataTables_filter .br-header-left input {
  border: 0;
  border-radius: 0;
  padding: 0 20px;
}
.br-header-left .input-group-btn {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.br-header-left .input-group-btn .btn, .br-header-left .input-group-btn .sp-container button, .sp-container .br-header-left .input-group-btn button {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  color: #868e96;
  padding-left: 20px;
  padding-right: 20px;
}
.br-header-left .input-group-btn .btn:focus, .br-header-left .input-group-btn .sp-container button:focus, .sp-container .br-header-left .input-group-btn button:focus, .br-header-left .input-group-btn .btn:active, .br-header-left .input-group-btn .sp-container button:active, .sp-container .br-header-left .input-group-btn button:active {
  color: #343a40;
  box-shadow: none;
}

.br-header-right {
  display: flex;
  align-items: center;
}
.br-header-right a {
  color: #868e96;
}
.br-header-right a:hover, .br-header-right a:focus {
  color: #343a40;
}
.br-header-right .dropdown:last-child .dropdown-menu {
  padding: 0 10px 10px;
}
@media (max-width: 479px) {
  .br-header-right .dropdown:first-child .dropdown-menu {
    transform: translateX(145px) !important;
  }
  .br-header-right .dropdown:nth-child(2) .dropdown-menu {
    transform: translateX(113px) !important;
  }
  .br-header-right .dropdown:last-child .dropdown-menu {
    transform: translateX(49px) !important;
  }
}

.br-pageheader {
  display: flex;
  align-items: center;
  background-color: #dee2e6;
  padding-left: 20px;
  padding-right: 20px;
}
.br-pageheader .breadcrumb {
  background-color: transparent;
}
.br-pageheader .breadcrumb-item:not(.active) {
  color: #868e96;
}
.br-pageheader .breadcrumb-item:not(.active):hover, .br-pageheader .breadcrumb-item:not(.active):focus {
  color: #495057;
}
.br-pageheader .breadcrumb-item.active {
  color: #495057;
}

.br-pagebody {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .br-pagebody {
    padding: 0 30px;
  }
}

.br-section-wrapper {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}
@media (min-width: 576px) {
  .br-section-wrapper {
    padding: 30px;
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .br-section-wrapper {
    padding: 40px;
  }
}

.br-footer {
  font-size: 12px;
  padding: 20px;
}
.br-footer a {
  color: #868e96;
}
.br-footer a:hover, .br-footer a:focus {
  color: #343a40;
}
.br-footer .footer-right {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .br-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .br-footer .footer-right {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .br-footer {
    padding: 30px;
  }
}

@media (max-width: 767px) { 
  .breadcrumb__item {
    width: 25%;
    display: flex;
    align-items: center;
  }
  .breadcrumb {
    padding: 5px 0;
  }
}

