@charset "UTF-8";

/*standard_products*/
.c-wysiwyg .sp_w_img{
width:100%;
}
.c-wysiwyg .sp_center_img{
display: block;
margin-inline: auto;
}
.c-wysiwyg__link__btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 3.0rem;
}
.c-wysiwyg__link__btn__tax a {
display: flex;
align-items: center;
justify-content: center;
background-color: #008cd6;
color: #fff;
text-decoration: none;
border-radius: 7px;
padding: 0.8rem 1.5rem;
}
.c-wysiwyg__link__btn__tax a::before {
content: "";
display: block;
width: 15px;
height: 15px;
background: url(../img/standard_products/icon-menu.png) center center no-repeat;
background-size: contain;
margin-right: 1.5vw;
}
.c-wysiwyg__taxlinkbtn {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
margin-bottom: 3.6603221083vw;
}
.c-wysiwyg__taxlinkbtn a {
text-decoration: underline;
}
.c-wysiwyg__taxlinkbtn::before {
content: "";
display: block;
width: 15px;
height: 15px;
background: url(../img/standard_products/icon-menu-s-bk.png) center center no-repeat;
background-size: contain;
margin-right: 0.5856515373vw;
}


/* privacy */
.privacy-section p {
margin-bottom: 2.0rem;
}
.privacy-section li{
list-style: inside;
}

/* greeting */
.greeting-section p {
margin-bottom: 2.0rem;
}
.greeting-section__name {
text-align: right;
}

/* outline */
.outline-section__line-box div {
margin-bottom: 1.5rem;
}
.outline-section__line-box div:last-child {
margin-bottom: 0;
}
.outline-section__line-box div span{
font-weight: bold;
}
.outline-section__line-box dl {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 1.5rem;
}
.outline-section__line-box dt {
font-weight: bold;
}
.outline-section__line-box dd {
margin-bottom: 1.5rem;
}
.outline-section__line-box iframe{
margin-top: 1.5rem;
}
.outline-section__line-box__bloc {
display: grid;
gap: 30px;
grid-template-columns: 1fr;
margin-bottom: 1.0rem;
}
.outline-section__line-box__bloc p {
font-weight: bold;
text-align: center;
}
.outline-section__map-wrap {
display: inline-flex;
align-items: center;
gap: 6px;
}
.outline-section__map-icon {
width: 18px;
height: 26px;
background-image: url("../img/company/outline/map_icon.png");
background-size: contain;
background-repeat: no-repeat;
}
.outline-section__map-link {
text-decoration: underline;
font-weight: normal;
}
.outline-section__map-link:hover {
text-decoration: none;
}

/*business*/
.business-section__business-list {
counter-reset: service-number;
list-style: none;
margin-bottom: 2.0rem;
}
.business-section__business-list__item {
position: relative;
padding: 1.2rem 0 1.2rem 2.5rem;
border-bottom: 1px solid #ddd;
}
.business-section__business-list__item::before {
counter-increment: service-number;
content: counter(service-number, decimal-leading-zero) ".";
position: absolute;
left: 0;
top: 1.2rem;
font-weight: 700;
color: #1e88e5;
}
li.business-section__business-list__item {
text-decoration: underline;
font-weight: normal;
}
li.business-section__business-list__item:hover {
text-decoration: none;
}
.business-section__features__item {
margin-bottom: 2.0rem;
border-top: 1px solid #ddd;
padding-top: 2.0rem;
}
.business-section__features__media {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1.5em;
}
.business-section__features__number {
font-size: 3.0rem;
color: #e3e4dc;
font-weight: 600;
flex-shrink: 0;
}
.business-section__features__image img {
width: 100%;
height: auto;
display: block;
border: 1px solid #e6e6e6;
}
.business-section__features__title {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 1.0rem;
line-height: 1.5;
}
.business-section__features__content_title {
font-weight: bold;
margin: 0.8rem auto 0.3rem;
}
.business-section__features__content_title::before {
content: "●";
color: #16a34a;
margin-right: 0.5rem;
}
.business-section__features__content_list li{
list-style: inside;
}
.business-section__features__link {
text-decoration: underline;
font-weight: normal;
}
.business-section__features__link:hover {
text-decoration: none;
}

@media only screen and (min-width: 768px) {
/*standard_products*/
.c-wysiwyg__link__btn__tax a {
padding: 0.8rem 2.5rem;
}

/*outline*/
.outline-section__line-box dl {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 0;
}
.outline-section__line-box dt {
margin-top: 1.5rem;
width: 20%;
}
.outline-section__line-box dd {
margin-top: 1.5rem;
width: 80%;
}
.outline-section__line-box__bloc {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
}

/*business*/
.business-section__business-list {
margin-bottom: 3.5rem;
}
.business-section__business-list__item {
padding: 1.5rem 0 1.5rem 3.0rem;
}
.business-section__business-list__item::before {
top: 1.5rem;
}	
.business-section__features__item {
display: flex;
align-items: top;
gap: 3.0rem;
}
.business-section__features__media {
flex: 0 0 40%;
align-items: flex-start;
gap: 3.0rem;
}
.business-section__features__content {
flex: 1;
}
.business-section__features__number {
font-size: calc(35 / var(--design-width) * 100vw);
}
.business-section__features__title {
font-size: calc(25 / var(--design-width) * 100vw);
}
.business-section__features__media {
margin-bottom: 0;
}
.business-section__features__item {
margin-bottom: 3.0rem;
padding-top: 3.0rem;
}
}

/*single-database*/
.single-database-wrapper {
  max-width: calc(var(--contents-width-small) / var(--design-width) * 100vw);
    width: 100%;
    margin-inline: auto;
}
.single-database-wrapper h3 {
  border-bottom: 0.0732064422vw solid #031433;
  padding-top: 0;
  padding-bottom: 1.317715959vw;
  margin-top: 0;
  margin-bottom: 2.9282576867vw;
  position: relative;
  padding-left: 1.3909224012vw;
}

.single-database-wrapper .overview {
  display: flex;
  justify-content: space-between;
}
.single-database-wrapper .overview .images {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 36.6032210835vw;
}
.single-database-wrapper .overview .images img {
  display: block;
}
.single-database-wrapper .overview .images .main {
  width: 36.6032210835vw;
  min-height: 27.4524158126vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-database-wrapper .overview .images .thumbnails {
  margin-top: 1.4641288433vw;
}
.single-database-wrapper .overview .images .thumbnails ul {
  display: flex;
}
.single-database-wrapper .overview .images .thumbnails ul li {
  width: 7.3938506589vw;
  height: 5.5636896047vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-database-wrapper .overview .images .thumbnails ul li + li {
  margin-left: 0.6588579795vw;
}
.single-database-wrapper .overview .images .thumbnails ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-database-wrapper .overview .summary {
  width: 41.0688140556vw;
}
.single-database-wrapper .overview .summary table {
  width: 100%;
}
.single-database-wrapper .overview .summary table tr {
  display: block;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-database-wrapper .overview .summary table tr + tr {
  margin-top: 1.4641288433vw;
}
.single-database-wrapper .overview .summary table tr th {
  width: 13.17715959vw;
  height: 4.0263543192vw;
  text-align: center;
  vertical-align: middle;
  background-color: #031433;
  color: #fff;
  font-size: 1.1713030747vw;
  line-height: 1.25;
}
.single-database-wrapper .overview .summary table tr td {
  font-size: 1.1713030747vw;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 1.1713030747vw;
}
.single-database-wrapper .info {
  display: flex;
  margin-bottom: 1.4641288433vw;
  align-items: center;
}
.single-database-wrapper .info .terms {
  display: flex;
  flex-wrap: wrap;
}
.single-database-wrapper .info .terms .term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.439238653vw 0.7320644217vw;
  font-size: 0.7320644217vw;
  text-decoration: none;
  background-color: #357ca2;
  color: #fff;
  margin-right: 0.7320644217vw;
}
.single-database-wrapper .info .terms .term.is-btn {
  border-radius: 0.2928257687vw;
}
.single-database-wrapper .info .terms .term:last-of-type {
  margin-right: 0;
}
.single-database-wrapper .maker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.0248901903vw;
  font-weight: bold;
  line-height: 1.29;
  color: #333333;
  margin-left: 0.6588579795vw;
}
.single-database-wrapper h4 {
  color: #031433;
  margin-top: 3.6603221083vw;
  margin-bottom: 1.1713030747vw;
  font-size: calc(18 / var(--design-width) * 100vw);
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.single-database-wrapper h4:before {
  content: "■";
  margin-right: 0.3660322108vw;
}
.single-database-wrapper .post_detail {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
}
.single-database-wrapper .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-database-wrapper .post_detail a {
  color: #357fae;
}
.single-database-wrapper .post_detail p {
  clear: both;
  font-size: 1.1713030747vw;
  line-height: 1.75;
  margin-bottom: 0.878477306vw;
}
.single-database-wrapper .post_detail p img.alignright {
  text-align: right;
}
.single-database-wrapper .post_detail pre {
  margin: 1.4641288433vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-database-wrapper .post_detail .wp-caption {
  max-width: 100%;
}
.single-database-wrapper .post_detail .alignleft {
  float: left;
}
.single-database-wrapper .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-database-wrapper .post_detail .alignright {
  float: right;
}
.single-database-wrapper .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.3660322108vw;
}
.single-database-wrapper .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-database-wrapper .post_detail img.alignright {
  margin: 0.3660322108vw;
  display: inline;
}
.single-database-wrapper .post_detail img.alignleft {
  margin: 0.3660322108vw;
  display: inline;
}
.single-database-wrapper .post_detail ul {
  margin: 1.2em;
}
.single-database-wrapper .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-database-wrapper .post_detail ul li {
  list-style: disc outside;
}
.single-database-wrapper .post_detail ol {
  margin: 1.2em;
}
.single-database-wrapper .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-database-wrapper .post_detail ol li {
  list-style: decimal outside;
}
.single-database-wrapper .post_detail li {
  line-height: 1.65;
}
.single-database-wrapper .post_detail h1 {
  padding: 0;
  margin-top: 3.6603221083vw;
  margin-bottom: 3.6603221083vw;
  font-size: 1.317715959vw;
}
.single-database-wrapper .post_detail h2 {
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  font-size: 1.1713030747vw;
  line-height: 1.5;
  position: relative;
  padding-left: 1.0980966325vw;
  padding-bottom: 1.0980966325vw;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-database-wrapper .post_detail h2:before {
  position: absolute;
  content: "";
  width: 0.7320644217vw;
  height: 0.2196193265vw;
  background-color: #031433;
  display: block;
  top: 0.7em;
  left: 0;
}
.single-database-wrapper .post_detail h3 {
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  font-size: 1.1713030747vw;
  line-height: 1.5;
  position: relative;
  padding-left: 1.0980966325vw;
  padding-bottom: 1.0980966325vw;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-database-wrapper .post_detail h3:before {
  position: absolute;
  content: "";
  width: 0.2196193265vw;
  height: 1.9033674963vw;
  background-color: #031433;
  display: block;
  top: 0vw;
  left: 0;
}
.single-database-wrapper .post_detail h4 {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  position: relative;
  padding-left: 1.0980966325vw;
}
.single-database-wrapper .post_detail h4:before {
  position: absolute;
  content: "";
  width: 0.7320644217vw;
  height: 0.7320644217vw;
  background-color: #031433;
  display: block;
  top: 0.5em;
  left: 0;
}
.single-database-wrapper .post_detail h5 {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  position: relative;
  padding-left: 1.0980966325vw;
}
.single-database-wrapper .post_detail h5:before {
  position: absolute;
  content: "";
  width: 0.878477306vw;
  height: 0.878477306vw;
  background-color: transparent;
  display: block;
  top: 0.5em;
  left: 0;
  border: 0.2196193265vw solid #031433;
  border-radius: 50%;
}
.single-database-wrapper .post_detail h6 {
  font-size: 1.0248901903vw;
  line-height: 1.7142857143;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
}
.single-database-wrapper .post_detail table {
  margin: 2.5622254758vw auto;
}
.single-database-wrapper .post_detail table th,
.single-database-wrapper .post_detail table td {
  padding: 1.0980966325vw;
  font-size: 1.1713030747vw;
  line-height: 1.75;
}
.single-database-wrapper .post_detail table th {
  background-color: #031433;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.single-database-wrapper .post_detail table th a {
  color: #fff;
}
.single-database-wrapper .post_detail table td {
  background: #fff;
}
.single-database-wrapper .description table {
  width: 100%;
}
.single-database-wrapper .description table tbody tr th {
  width: 17.5695461201vw;
  vertical-align: middle;
  text-align: center;
  font-size: 1.0248901903vw;
  line-height: 1.4285714286;
  padding: 1.4641288433vw;
  border: solid 0.0732064422vw #ccc;
  background-color: #ddd;
}
.single-database-wrapper .description table tbody tr td {
  font-size: 1.0248901903vw;
  line-height: 1.4285714286;
  padding: 1.6105417277vw;
  border: solid 0.0732064422vw #ccc;
}
.single-database-wrapper .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4.9048316252vw;
}
.single-database-wrapper .btns .btn.cart, 
.single-database-wrapper .btns .btn.contact {
  /*width: 21.9619326501vw;*/
}
.single-database-wrapper .btns .btn.cart button,
.single-database-wrapper .btns .btn.cart a, 
.single-database-wrapper .btns .btn.contact button,
.single-database-wrapper .btns .btn.contact a {
  font-size: 1.317715959vw;
  background-color: var(--color-blue-1);
  color: #fff;
}
.single-database-wrapper .btns .btn.cart button::before,
.single-database-wrapper .btns .btn.cart a::before, 
.single-database-wrapper .btns .btn.contact button::before,
.single-database-wrapper .btns .btn.contact a::before {
  content: "";
  display: block;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.5856515373vw;
}
.single-database-wrapper .btns .btn.cart button::before {
  background-image: url(../img/common/icon-calc.png);
}
.single-database-wrapper .btns .btn.contact {
  margin-left: 2.196193265vw;
}
.single-database-wrapper .btns .btn.contact a::before {
  background-image: url(../img/common/icon-mail.png);
}
.single-database-wrapper .btns .btn.list {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.1713030747vw;
  margin-top: 2.196193265vw;
}
.single-database-wrapper .btns .btn.list a {
  height: 3.6603221083vw;
  border: solid 0.0732064422vw #031433;
}
.single-database-wrapper .btns .btn button,
.single-database-wrapper .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.9619326501vw;
  height: 4.39238653vw;
  text-decoration: none;
  border-radius: calc(5 / var(--design-width) * 100vw);
}
.single-database-wrapper .btns .btn button {
  border: 0;
}
.single-database-wrapper .btns .btn button:hover {
  opacity: 0.65;
  cursor: pointer;
}
.single-database-wrapper #single_otherpost .link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .single-database-wrapper {
    width: 100%;
	padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
  }
  .single-database-wrapper h3 {
    font-size: 4.5333333333vw;
    line-height: 1.5;
    border-bottom: 0.2666666667vw solid #031433;
    padding-bottom: 2.4vw;
  }

  .single-database-wrapper .overview {
    flex-direction: column;
  }
  .single-database-wrapper .overview .images {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .single-database-wrapper .overview .images .main {
    width: 66.6666666667vw;
    min-height: 50vw;
  }
  .single-database-wrapper .overview .images .thumbnails {
    margin-top: 2.6666666667vw;
  }
  .single-database-wrapper .overview .images .thumbnails ul li {
    width: 13.4666666667vw;
    height: 10.1333333333vw;
  }
  .single-database-wrapper .overview .images .thumbnails ul li + li {
    margin-left: 1.2vw;
  }
  .single-database-wrapper .overview .summary {
    width: 100%;
    margin: 6.5333333333vw auto 0;
  }
  .single-database-wrapper .overview .summary table tr {
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-database-wrapper .overview .summary table tr + tr {
    margin-top: 4vw;
  }
  .single-database-wrapper .overview .summary table tr th {
    width: 29.0666666667vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
  .single-database-wrapper .overview .summary table tr td {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
  .single-database-wrapper .info {
    margin-bottom: 2.6666666667vw;
  }
  .single-database-wrapper .info .terms .term {
    padding: 0.5333333333vw 0.6666666667vw;
    font-size: 2.4vw;
    line-height: 1;
    margin-right: 1.3333333333vw;
  }
  .single-database-wrapper .info .terms .term.is-btn {
    border-radius: 0.5333333333vw;
  }
  .single-database-wrapper .maker {
    font-size: 1.8666666667vw;
    margin-left: 1.2vw;
  }
  .single-database-wrapper h4 {
    margin-top: 8vw;
    margin-bottom: 2.1333333333vw;
    font-size: calc(16 / var(--design-width) * 100vw);
  }
  .single-database-wrapper h4:before {
    margin-right: 0.6666666667vw;
  }
  .single-database-wrapper .post_detail {
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .single-database-wrapper .post_detail p {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
  .single-database-wrapper .post_detail pre {
    margin: 2.6666666667vw 0;
  }
  .single-database-wrapper .post_detail img {
    margin: 0.6666666667vw;
  }
  .single-database-wrapper .post_detail img.alignright {
    margin: 0.6666666667vw;
  }
  .single-database-wrapper .post_detail img.alignleft {
    margin: 0.6666666667vw;
  }
  .single-database-wrapper .post_detail h1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
  .single-database-wrapper .post_detail h2 {
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 4.6666666667vw;
    padding-bottom: 2vw;
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-database-wrapper .post_detail h2:before {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
  }
  .single-database-wrapper .post_detail h3 {
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 3.3333333333vw;
    padding-bottom: 2vw;
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-database-wrapper .post_detail h3:before {
    width: 0.9333333333vw;
    height: 5.0666666667vw;
    top: 0.9333333333vw;
  }
  .single-database-wrapper .post_detail h4 {
    font-size: 4.2666666667vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    padding-left: 3.3333333333vw;
  }
  .single-database-wrapper .post_detail h4:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .single-database-wrapper .post_detail h5 {
    font-size: 4.2666666667vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    padding-left: 3.3333333333vw;
  }
  .single-database-wrapper .post_detail h5:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 0.6666666667vw solid #031433;
    border-radius: 1.3333333333vw;
  }
  .single-database-wrapper .post_detail h6 {
    font-size: 3.7333333333vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .single-database-wrapper .post_detail table {
    margin: 4.6666666667vw auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .single-database-wrapper .post_detail table th,
  .single-database-wrapper .post_detail table td {
    padding: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .single-database-wrapper .description table tbody tr th {
    width: 32vw;
    font-size: 3.2vw;
    padding: 2vw 0;
    border: solid 0.2666666667vw #ccc;
  }
  .single-database-wrapper .description table tbody tr td {
    font-size: 3.2vw;
    padding: 2vw 2.6666666667vw;
    border: solid 0.2666666667vw #ccc;
  }
  .single-database-wrapper .btns {
    flex-direction: column;
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  .single-database-wrapper .btns .btn.cart button,
  .single-database-wrapper .btns .btn.cart a, 
  .single-database-wrapper .btns .btn.contact button,
  .single-database-wrapper .btns .btn.contact a {
    font-size: 3.7333333333vw;
  }
  .single-database-wrapper .btns .btn.cart button::before,
  .single-database-wrapper .btns .btn.cart a::before, 
  .single-database-wrapper .btns .btn.contact button::before,
  .single-database-wrapper .btns .btn.contact a::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.0666666667vw;
  }
  .single-database-wrapper .btns .btn.contact {
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
  .single-database-wrapper .btns .btn.list {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .single-database-wrapper .btns .btn.list a {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    border: solid 0.2666666667vw #031433;
  }
  .single-database-wrapper .btns .btn button,
  .single-database-wrapper .btns .btn a {
    /*width: 74.6666666667vw;*/
    width: 100%;
	height: 14.9333333333vw;
  }
}

/*single-products*/
.single-products-wrapper {
  width: 58.5651537335vw;
}
.single-products-wrapper .thumbnail {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3.6603221083vw;
}
.single-products-wrapper .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-products-wrapper .info {
  margin-bottom: 1.4641288433vw;
  align-items: center;
}
.single-products-wrapper .info .terms {
  display: flex;
  flex-wrap: wrap;
}
.single-products-wrapper .info .terms .term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.439238653vw 0.7320644217vw;
  font-size: 0.7320644217vw;
  text-decoration: none;
  background-color: var(--color-blue-1);
  color: #fff;
  margin-right: 0.7320644217vw;
border-radius: calc(5 / var(--design-width) * 100vw);
}
.single-products-wrapper .info .terms .term.is-btn {
  border-radius: 0.2928257687vw;
}
.single-products-wrapper .info .terms .term:last-of-type {
  margin-right: 0;
}
.single-products-wrapper h3 {
  font-size: calc(22 / var(--design-width) * 100vw);
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.0732064422vw solid #031433;
  padding-top: 0;
  padding-bottom: 1.317715959vw;
  margin-top: 0;
  margin-bottom: 2.9282576867vw;
  position: relative;
  padding-left: 1.3909224012vw;
}
.single-products-wrapper h3::before {
  content: "";
  display: block;
  width: 0.7320644217vw;
  height: 0.2196193265vw;
  background-color: #031433;
  position: absolute;
  top: 0.7320644217vw;
  left: 0;
}
.single-products-wrapper .images {
  display: flex;
  justify-content: space-between;
  padding: 0 1.0980966325vw;
  margin-bottom: 2.9282576867vw;
  width: 100%;
  min-height: 40.9956076135vw;
}
.single-products-wrapper .images img {
  display: block;
}
.single-products-wrapper .images .main {
  width: 40.9956076135vw;
  min-height: 40.9956076135vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-products-wrapper .images .thumbnails ul li {
  width: 13.17715959vw;
  height: 13.17715959vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7320644217vw;
}
.single-products-wrapper .images .thumbnails ul li:last-of-type {
  margin-bottom: 0;
}
.single-products-wrapper .maker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.0248901903vw;
  font-weight: bold;
  line-height: 1.29;
  color: #333333;
  margin-left: 0.6588579795vw;
}
.single-products-wrapper h4 {
  color: #031433;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  font-size: calc(18 / var(--design-width) * 100vw);
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-left: 1.0980966325vw;
  padding-bottom: 1.0980966325vw;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-products-wrapper h4:before {
  position: absolute;
  content: "";
  width: 0.2196193265vw;
  height: 1.9033674963vw;
  background-color: #031433;
  display: block;
  top: 0vw;
  left: 0;
}
.single-products-wrapper .post_detail {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  margin-bottom: 2.5622254758vw;
  word-wrap: break-word;
  word-break: break-all;
}
.single-products-wrapper .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-products-wrapper .post_detail a {
  color: #357fae;
}
.single-products-wrapper .post_detail p {
  clear: both;
  font-size: calc(16 / var(--design-width) * 100vw);
  line-height: 1.75;
  margin-bottom: 0.878477306vw;
}
.single-products-wrapper .post_detail p img.alignright {
  text-align: right;
}
.single-products-wrapper .post_detail pre {
  margin: 1.4641288433vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-products-wrapper .post_detail .wp-caption {
  max-width: 100%;
}
.single-products-wrapper .post_detail .alignleft {
  float: left;
}
.single-products-wrapper .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-products-wrapper .post_detail .alignright {
  float: right;
}
.single-products-wrapper .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.3660322108vw;
}
.single-products-wrapper .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-products-wrapper .post_detail img.alignright {
  margin: 0.3660322108vw;
  display: inline;
}
.single-products-wrapper .post_detail img.alignleft {
  margin: 0.3660322108vw;
  display: inline;
}
.single-products-wrapper .post_detail ul {
  margin: 1.2em;
}
.single-products-wrapper .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-products-wrapper .post_detail ul li {
  list-style: disc outside;
}
.single-products-wrapper .post_detail ol {
  margin: 1.2em;
}
.single-products-wrapper .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-products-wrapper .post_detail ol li {
  list-style: decimal outside;
}
.single-products-wrapper .post_detail li {
  line-height: 1.65;
font-size: calc(16 / var(--design-width) * 100vw);
}
.single-products-wrapper .post_detail h1 {
  padding: 0;
  margin-top: 3.6603221083vw;
  margin-bottom: 3.6603221083vw;
  font-size: 1.317715959vw;
}
.single-products-wrapper .post_detail h2 {
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  font-size: 1.1713030747vw;
  line-height: 1.5;
  position: relative;
  padding-left: 1.0980966325vw;
  padding-bottom: 1.0980966325vw;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-products-wrapper .post_detail h2:before {
  position: absolute;
  content: "";
  width: 0.7320644217vw;
  height: 0.2196193265vw;
  background-color: #031433;
  display: block;
  top: 0.7em;
  left: 0;
}
.single-products-wrapper .post_detail h3 {
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  font-size: 1.1713030747vw;
  line-height: 1.5;
  position: relative;
  padding-left: 1.0980966325vw;
  padding-bottom: 1.0980966325vw;
  border-bottom: 0.0732064422vw solid #031433;
}
.single-products-wrapper .post_detail h3:before {
  position: absolute;
  content: "";
  width: 0.2196193265vw;
  height: 1.9033674963vw;
  background-color: #031433;
  display: block;
  top: 0vw;
  left: 0;
}
.single-products-wrapper .post_detail h4 {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  position: relative;
  padding-left: 1.0980966325vw;
}
.single-products-wrapper .post_detail h4:before {
  position: absolute;
  content: "";
  width: 0.7320644217vw;
  height: 0.7320644217vw;
  background-color: #031433;
  display: block;
  top: 0.5em;
  left: 0;
}
.single-products-wrapper .post_detail h5 {
  font-size: 1.1713030747vw;
  line-height: 1.5;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
  position: relative;
  padding-left: 1.0980966325vw;
}
.single-products-wrapper .post_detail h5:before {
  position: absolute;
  content: "";
  width: 0.878477306vw;
  height: 0.878477306vw;
  background-color: transparent;
  display: block;
  top: 0.5em;
  left: 0;
  border: 0.2196193265vw solid #031433;
  border-radius: 50%;
}
.single-products-wrapper .post_detail h6 {
  font-size: 1.0248901903vw;
  line-height: 1.7142857143;
  margin-top: 2.196193265vw;
  margin-bottom: 1.4641288433vw;
}
.single-products-wrapper .post_detail table {
  margin: 2.5622254758vw auto;
}
.single-products-wrapper .post_detail table th,
.single-products-wrapper .post_detail table td {
  padding: 1.0980966325vw;
  font-size: 1.1713030747vw;
  line-height: 1.75;
}
.single-products-wrapper .post_detail table th {
  background-color: #031433;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.single-products-wrapper .post_detail table th a {
  color: #fff;
}
.single-products-wrapper .post_detail table td {
  background: #fff;
}
.single-products-wrapper .related_dissertation {
  margin-bottom: 5.8565153734vw;
}
.single-products-wrapper .freearea {
  margin-bottom: 5.8565153734vw;
}
.single-products-wrapper #single_otherpost .link {
  display: flex;
  justify-content: center;
}
.single-products-wrapper #single_otherpost .link .list {
  padding:0 10px;
}

.single-products-wrapper strong{
font-weight: bold;
}

@media screen and (max-width: 768px) {
  .single-products-wrapper {
    width: 100%;
  }
  .single-products-wrapper .thumbnail {
    margin-bottom: 6.6666666667vw;
  }
  .single-products-wrapper .info {
    margin-bottom: 2.6666666667vw;
  }
  .single-products-wrapper .info .terms .term {
    padding: 1.2vw 1.8vw;
    font-size: 3.0vw;
    line-height: 1;
    margin-right: 1.3333333333vw;
  }
  .single-products-wrapper .info .terms .term.is-btn {
    border-radius: 0.5333333333vw;
  }
  .single-products-wrapper h3 {
    font-size: calc(16 / var(--design-width) * 100vw);
    border-bottom: 0.2666666667vw solid #031433;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 6.6666666667vw;
    padding-left: 5.3333333333vw;
  }
  .single-products-wrapper h3::before {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
  .single-products-wrapper .images {
    padding: 0 0.6666666667vw;
    margin-bottom: 5.3333333333vw;
    min-height: 66vw;
  }
  .single-products-wrapper .images .main {
    width: 66vw;
    min-height: 66vw;
  }
  .single-products-wrapper .images .thumbnails ul li {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .single-products-wrapper .maker {
    font-size: 3.2vw;
    line-height: 1;
    margin-left: 2.5333333333vw;
  }
  .single-products-wrapper h4 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: calc(16 / var(--design-width) * 100vw);
    padding-left: 3.3333333333vw;
    padding-bottom: 2vw;
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-products-wrapper h4:before {
    width: 0.9333333333vw;
    height: 5.0666666667vw;
    top: 0.9333333333vw;
  }
  .single-products-wrapper .post_detail {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    margin-bottom: 7.3333333333vw;
  }
  .single-products-wrapper .post_detail p {
    font-size: calc(15 / var(--design-width) * 100vw);
    line-height: 1.5714285714;
  }
  .single-products-wrapper .post_detail pre {
    margin: 2.6666666667vw 0;
  }
  .single-products-wrapper .post_detail img {
    margin: 0.6666666667vw;
  }
  .single-products-wrapper .post_detail img.alignright {
    margin: 0.6666666667vw;
  }
  .single-products-wrapper .post_detail img.alignleft {
    margin: 0.6666666667vw;
  }
  .single-products-wrapper .post_detail h1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
  .single-products-wrapper .post_detail h2 {
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 4.6666666667vw;
    padding-bottom: 2vw;
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-products-wrapper .post_detail h2:before {
    width: 2.6666666667vw;
    height: 1.0666666667vw;
  }
  .single-products-wrapper .post_detail h3 {
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 3.3333333333vw;
    padding-bottom: 2vw;
    border-bottom: 0.2666666667vw solid #031433;
  }
  .single-products-wrapper .post_detail h3:before {
    width: 0.9333333333vw;
    height: 5.0666666667vw;
    top: 0.9333333333vw;
  }
  .single-products-wrapper .post_detail h4 {
    font-size: 4.2666666667vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    padding-left: 3.3333333333vw;
  }
  .single-products-wrapper .post_detail h4:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .single-products-wrapper .post_detail h5 {
    font-size: 4.2666666667vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
    padding-left: 3.3333333333vw;
  }
  .single-products-wrapper .post_detail h5:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: 0.6666666667vw solid #031433;
    border-radius: 1.3333333333vw;
  }
  .single-products-wrapper .post_detail h6 {
    font-size: 3.7333333333vw;
    margin-top: 7.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .single-products-wrapper .post_detail table {
    margin: 4.6666666667vw auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .single-products-wrapper .post_detail table th,
  .single-products-wrapper .post_detail table td {
    padding: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .single-products-wrapper .related_dissertation {
    margin-bottom: 10.6666666667vw;
  }
  .single-products-wrapper .freearea {
    margin-bottom: 10.6666666667vw;
  }
  .single-products-wrapper #single_otherpost {
    margin-bottom: 16vw;
  }
  .single-products-wrapper .post_detail li {
  font-size: calc(14 / var(--design-width) * 100vw);
  }
	#page-privacy .c-ttl-1__jp {
        font-size: calc(28 / var(--design-width) * 100vw) !important;
    }
}

/* cart */
table#cart-table {
  width: 100%;
}
table#cart-table tr th,
table#cart-table tr td {
  border: 0.0732064422vw solid #cccccc;
  font-size: 1.1713030747vw;
}
table#cart-table tr th {
  vertical-align: middle;
  background-color: #f2f2f2;
  text-align: center;
  padding: 0.878477306vw 0;
}
table#cart-table tr th.require:after {
  content: "必須";
  background: #d20000;
  color: #fff;
  font-size: 0.878477306vw;
  line-height: 1.5;
  padding: 0 0.7320644217vw;
  width: 4em;
  height: 1.317715959vw;
  display: block;
  margin: 0.2928257687vw auto 0;
  border-radius: calc(5 / var(--design-width) * 100vw);
}
table#cart-table tr th.no { width: 2.9282576867vw; }
table#cart-table tr th.product_name { width: 12.4450951684vw; }
table#cart-table tr th.cas_no { width: 10.980966325vw; }
table#cart-table tr th.product_code { width: 10.980966325vw; }
table#cart-table tr th.supplier { width: 10.980966325vw; }
table#cart-table tr th.num { width: 5.8565153734vw; }
table#cart-table tr th.action { width: 5.8565153734vw; }

table#cart-table tr td {
  padding: 0.878477306vw 0.439238653vw;
  text-align: center;
}
table#cart-table tr td input[type=text] {
  width: 4.39238653vw;
  padding: 0.25em 0.65em;
  border: 0.0732064422vw solid #cccccc;
  font-size: 1.1713030747vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
table#cart-table tr td form + form {
  margin-top: 0.439238653vw;
}

.c-section-1__body .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(260 / var(--design-width) * 100vw);
  height: calc(50 / var(--design-width) * 100vw);
  color: var(--color-white-1);
  font-size: calc(18 / var(--design-width) * 100vw);
  font-weight: bold;
  line-height: 1;
  border-radius: calc(10 / var(--design-width) * 100vw);
  background-color: var(--color-blue-1);
  text-decoration: none;
  border: none;
  margin: 20px auto;
}

.action-mod .c-btn-cart,
.action-del .c-btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(70 / var(--design-width) * 100vw);
    height: calc(30 / var(--design-width) * 100vw);
    color: #fff;
    font-size: calc(18 / var(--design-width) * 100vw);
    font-weight: bold;
    line-height: 1;
    border-radius: calc(10 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
  table#cart-table tr th,
  table#cart-table tr td {
    font-size: 2vw;
    border-width: 0.2666666667vw;
  }
  table#cart-table tr th {
    padding: 1.6vw 0;
    width: 31.3333333333vw;
  }
  table#cart-table tr th.require:after {
    font-size: 1.6vw;
    padding: 0 1.3333333333vw;
    margin-left: 1.3333333333vw;
    width: 5.8666666667vw;
    height: 2.4vw;
    margin: 0.5333333333vw auto 0;
    display: block;
  }
  table#cart-table tr th.no { width: 5.3333333333vw; }
  table#cart-table tr th.product_name { width: 17.3333333333vw; }
  table#cart-table tr th.cas_no { width: 17.3333333333vw; }
  table#cart-table tr th.product_code { width: 13.3333333333vw; }
  table#cart-table tr th.supplier { width: 13.3333333333vw; }
  table#cart-table tr th.num { width: 10.6666666667vw; }
  table#cart-table tr th.action { width: 10.6666666667vw; }

  table#cart-table tr td {
    padding: 1.6vw 0.2666666667vw;
  }
  table#cart-table tr td input[type=text] {
    width: 8vw;
  }
  table#cart-table tr td form + form {
    margin-top: 1.0666666667vw;
  }

  .c-section-1__body .link {
    font-size: calc(14 / var(--design-width) * 100vw);
    width: calc(200 / var(--design-width) * 100vw);
    height: calc(30 / var(--design-width) * 100vw);
  }

  .action-mod .c-btn-cart,
  .action-del .c-btn-cart {
    width: calc(30 / var(--design-width) * 100vw);
    height: calc(12 / var(--design-width) * 100vw);
    font-size: calc(7 / var(--design-width) * 100vw);
  }
}


@media (hover: hover) and (pointer: fine) {
    .action-mod,
    .action-del {
        transition: opacity var(--hover-duration);
        will-change: opacity;
    }
    .action-mod:hover,
    .action-del:hover
    .c-section-1__body .link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

.c-text-link {
    color: #357fae;
    text-decoration: underline;
    transition: text-decoration 0.3s ease, opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .c-text-link:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}