@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

a {
  color: #46525f;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table,
input, textarea, select, option {
  line-height: 1.3;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 767px){
  .newsSingle img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

a {
  text-decoration: none;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	PC/SP切り替え
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .hidePc {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  .hideTab {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hideSp {
    display: none !important;
  }
}

/*------------------------------------------------------------
	box-sizing
------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.container {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    width: auto;
  }
}

.l-flame1 {
  border: 1px solid #CCC;
  padding: 18px;
  margin-top: 30px;
}

.l-flame1:first-child {
  margin-top: 0;
}

.l-flame2:after {
  display: block;
  clear: both;
  content: "";
}

.l-flame2__left {
  width: 49%;
  float: left;
}

.l-flame2__right {
  width: 49%;
  float: right;
}

.u-input {
  border: 3px solid #00C;
}

.u-input2 {
  border: 2px solid #BC0;
}

.u-input3 {
  height: 60px;
  font-size: 10px;
  border: 2px solid #BC0;
}

textarea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl {
  margin-top: 15px;
}

dl:first-child {
  margin-top: 0;
}

dd {
  margin-top: 5px;
}

dd input {
  padding: 6px;
  width: 97%;
}

.btn {
  margin-top: 15px;
}

.btn input {
  width: 50%;
  padding: 8px 0;
}

/* proImgLeft
------------------------------------------------------------*/
.proImgLeft img {
  padding-top: 5px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 767px) {
  .proImgLeft img {
    margin-right: 10px;
    padding-top: 0;
    max-width: 50%;
  }
}

.proImgLeft p {
  text-align: justify;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .proImgLeft p {
    line-height: 1.66;
  }
}

/* proImgrRight
------------------------------------------------------------*/
.proImgRight img {
  padding-top: 5px;
  margin-left: 20px;
  float: right;
}

@media (max-width: 767px) {
  .proImgRight img {
    margin-left: 10px;
    padding-top: 0;
    max-width: 50%;
  }
}

.proImgRight p {
  text-align: justify;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .proImgRight p {
    line-height: 1.66;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* title1
------------------------------------------------------------*/
.title1 {
  font-size: 3.4rem;
  color: #46525f;
  padding-bottom: 25px;
  border-bottom: 1px solid #a4abb3;
  font-weight: normal;
  text-align: left;
  display: flex;
}

@media (max-width: 767px) {
  .title1 {
    font-size: 2.5rem;
    padding-bottom: 11.5px;
	display: block;
  }
}

/* title2
------------------------------------------------------------*/
.title2 {
  font-size: 2.6rem;
  color: #2e6194;
  border-left: 6px solid #2e6194;
  font-weight: normal;
  text-align: left;
  padding-left: 13px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .title2 {
    font-size: 1.7rem;
  }
}

.title2-sp {
  display: none;
}

@media (max-width: 767px) {
  .title2-sp {
    font-size: 1.4rem;
    color: #46525f;
    text-align: left;
    background: #e6f0f7;
    padding: 12.5px 10px;
    position: relative;
    display: block;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .title2-sp:after, .title2-sp:before {
    position: absolute;
    content: "";
    background: #7b94a6;
    right: 11px;
    top: 20px;
    display: block;
  }
  .title2-sp.active:after {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    -webkit-transform: translateY(0px) rotate(-90deg);
    transform: translateY(0px) rotate(-90deg);
    top: 0;
  }
  .title2-sp.active:before {
    right: 12px;
    top: 20px;
  }
  .title2-sp:after {
    height: 15px;
    width: 2px;
    top: 14px;
    right: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .title2-sp:before {
    height: 2px;
    width: 15px;
  }
}

/* title3
------------------------------------------------------------*/
.title3 {
  font-size: 2.2rem;
  color: #46525f;
  font-weight: normal;
}

/* title4
-----------------
-------------------------------------------*/
.title4 {
  font-size: 2.198rem;
  color: #46525f;
}

/* title5
------------------------------------------------------------*/
.title5 {
  font-size: 1.6rem;
  color: #2e6194;
  font-weight: normal;
}

@media (max-width: 767px) {
  .title5 {
    font-size: 1.2rem;
  }
}

/* title6
------------------------------------------------------------*/
.title6 {
  font-size: 1.4rem;
  color: #46525f;
}

@media (max-width: 767px) {
  .title6 {
    font-size: 1.2rem;
  }
}

/* title7
------------------------------------------------------------*/
.title7 {
  font-size: 2rem;
  color: #2c6097;
  position: relative;
  font-weight: normal;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .title7 {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}

.title7:before {
  width: 20px;
  height: 20px;
  content: '';
  background: url("/img/common/square_pro.png") no-repeat;
  left: 0;
  top: 2px;
  position: absolute;
}

@media (max-width: 767px) {
  .title7:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

/* specTitle
------------------------------------------------------------*/
.spec {
  overflow: hidden;
}

.spec-office {
  width: 114px;
}

.spec-office .specTitle {
  background: -webkit-gradient(linear, left top, right top, from(#6e7b89), color-stop(#6e7b89), color-stop(#e6f0f7), to(#e6f0f7));
  background: -webkit-linear-gradient(left, #6e7b89, #6e7b89, #e6f0f7, #e6f0f7);
  background: linear-gradient(to right, #6e7b89, #6e7b89, #e6f0f7, #e6f0f7);
}

@media (max-width: 767px) {
  .spec-office .specTitle {
    background: -webkit-gradient(linear, left top, right top, from(#6e7b89), color-stop(#6e7b89), color-stop(#e6f0f7), to(#fff));
    background: -webkit-linear-gradient(left, #6e7b89, #6e7b89, #e6f0f7, #fff);
    background: linear-gradient(to right, #6e7b89, #6e7b89, #e6f0f7, #fff);
  }
}

.specTitle {
  display: inline-block;
  position: relative;
  background: #6e7b89;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .specTitle {
    padding-left: 5px;
  }
}

.specTitle:after {
  content: '';
  vertical-align: middle;
  border-top: 35px solid #6e7b89;
  border-right: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}

@media (max-width: 767px) {
  .specTitle:after {
    border-top: 22px solid #6e7b89;
    border-right: 20px solid transparent;
  }
}

.specTitle h3 {
  color: #fff;
  font-weight: normal;
  line-height: 35px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .specTitle h3 {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

/* proHead
------------------------------------------------------------*/
.proHead {
  position: relative;
}

.proHead a {
  position: absolute;
  right: 0;
  bottom: 14%;
}

@media (max-width: 767px) {
  .proHead {
    padding: 0;
  }
}

.print {
  width: 120px;
  background: #e8f1f9;
  padding: 11px 15px 11px 10px;
  border: 1px solid #a4abb3;
  color: #64717f;
  float: right;
  position: relative;
  text-align: right;
  display: block;
  font-size: 1.6rem;
}

.print:hover {
  opacity: 0.7;
}

.print:before {
  width: 30px;
  height: 24px;
  content: '';
  position: absolute;
  background: url("/img/products/common/copy_icon.png") no-repeat;
  /*  top: 6px; */
  left: 7px;
}

@media (max-width: 767px) {
  .print {
    display: none;
  }
}

/* proTitle
------------------------------------------------------------*/
.proTitle {
  font-size: 2.4rem;
  height: 40px;
  color: #46525f;
  border-bottom: 1px solid #a4abb3;
  background: #d9dee2;
  font-weight: normal;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .proTitle {
    font-size: 2rem;
  }
}

@media print {
  .proTitle {
    color: #46525f;
    background: #d9dee2;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/* text1
------------------------------------------------------------*/
.text1 {
  font-size: 1.6rem;
  color: #46525f;
}

@media (max-width: 767px) {
  .text1 {
    font-size: 1.2rem;
  }
}

.text2 {
  font-size: 1.4rem;
  color: #46525f;
  padding-top: 10px;
  display: table;
}

@media (max-width: 767px) {
  .text2 {
    font-size: 1.0rem;
    padding-top: 0px;
    line-height: 5px;
  }
}

.text2:before {
  display: table-cell;
  content: "▲";
  padding-right: 3px;
}

/* proInfo
------------------------------------------------------------*/
.proInfo {
  padding: 12px 15px;
  background-color: #eee;
  margin-bottom: 20px;
}

.proInfo p {
  font-size: 1.4rem;
  color: #6d7681;
}

@media (max-width: 767px) {
  .proInfo {
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 15px;
  }
  .proInfo p {
    font-size: 1rem;
  }
}

/* proInfoSpec
------------------------------------------------------------*/
.proInfoSpec {
  line-height: 1.7;
  padding: 12px 18px;
  background-color: #eee;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .proInfoSpec {
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 12px;
    margin-bottom: 15px;
  }
}

.proInfoSpec .contentSpec {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
}

.proInfoSpec .left {
  font-size: 1.4rem;
  width: 5%;
  float: left;
  color: #6d7681;
}

@media (max-width: 767px) {
  .proInfoSpec .left {
    font-size: 1.0rem;
    width: 11%;
  }
}

.proInfoSpec .right {
  font-size: 1.4rem;
  width: calc(880px - 5%);
  float: left;
  color: #6d7681;
}

@media (max-width: 767px) {
  .proInfoSpec .right {
    font-size: 1.0rem;
    width: 90%;
  }
}

/* proWarning
------------------------------------------------------------*/
.proWarning {
  color: #82414e;
  background: #f8e0e5;
  padding: 20px;
}

@media (max-width: 767px) {
  .proWarning {
    padding: 10px;
  }
}

.proWarning h2 {
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  text-align: left;
  font-size: 1.6rem;
  color: #82414e;
  line-height: 1.8;
}

.proWarning h2:before {
  width: 26px;
  height: 23px;
  content: '';
  background: url("/img/products/common/denger_icon.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .proWarning h2:before {
    background: url("/img/products/common/denger_icon_sp.png") no-repeat center;
    width: 20px;
    height: 17px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .proWarning h2 {
    font-size: 1.2rem;
    line-height: 1.25;
    padding-left: 25px;
  }
}

.proWarning p {
  font-size: 1.4rem;
  line-height: 1.42;
}

@media (max-width: 767px) {
  .proWarning p {
    font-size: 1rem;
    margin-top: 7px;
    line-height: 1.5;
    text-align: justify;
  }
}

/* proText
------------------------------------------------------------*/
.proText {
  margin-top: 20px;
  line-height: 1.875;
  text-align: justify;
}

@media (max-width: 767px) {
  .proText {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.667;
  }
}

.proText a {
  color: #003f98;
  text-decoration: underline;
  -webkit-text-decoration-color: #003f98;
          text-decoration-color: #003f98;
}

/* .proText sup {
  color: #003f98;
  vertical-align: super;
  font-size: 60%;
} */

/* linkNote
------------------------------------------------------------*/
.linkNote {
  color: #003f98;
  font-size: 60%;
}

.linkNote a {
  color: #003f98;
  text-decoration: underline;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/* table1
------------------------------------------------------------*/
.table1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  color: #46525f;
}

@media (max-width: 767px) {
  .table1 {
    font-size: 1.2rem;
  }
}

.table1 tr {
  width: 100%;
  border-bottom: 1px dotted #a4abb3;
}

.table1 tr td {
  padding: 17px 0px;
  line-height: 1.6;
  color: #46525f;
}

.table1 tr td:first-child {
  width: 200px;
  background-color: #eeeeee;
  text-align: center;
  /* font-weight: bold; */
}

@media (max-width: 767px) {
  .table1 tr td:first-child {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .table1 tr td:first-child img {
    width: 100%;
  }
}

.table1 tr td:last-child {
  padding-left: 20px;
}

.table1 tr:first-child {
  border-top: 1px dotted #a4abb3;
}

.table1 .trlast {
  border-bottom: 0px;
}

.table1 .trlast td:first-child {
  background-color: #fff;
}

@media (max-width: 767px) {
  .table1 .trlast td:first-child img {
    width: 88px;
    height: 59px;
  }
}

.text-table {
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  .text-table {
    padding-bottom: 17.5px;
  }
}

.text-table p {
  font-size: 1.6rem;
  color: #46525f;
}

@media (max-width: 767px) {
  .text-table p {
    font-size: 1.2rem;
  }
}

.text-table:last-child {
  padding-bottom: 0px;
}

/* table2
------------------------------------------------------------*/
.table2 {
  border-collapse: collapse;
  width: 960px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  text-align: left;
}

@media (max-width: 767px) {
  .table2 {
    width: inherit;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .table2 tr:last-of-type td {
    padding: 15px 20px 15px 13px;
  }
}

.table2 td {
  padding: 15px 20px 20px 20px;
  border-left: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
}

@media (max-width: 767px) {
  .table2 td {
    padding: 8px 8px 8px 13px;
  }
}

.table2 th {
  padding-left: 10px;
  width: 100px;
  font-weight: normal;
  border-bottom: 1px solid #a4abb3;
}

@media (max-width: 767px) {
  .table2 th {
    padding-left: 10px;
    padding-right: 25px;
    width: 25%;
  }
}

.table3 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .table3 {
    margin-bottom: 30px;
  }
}

.table3 tr:first-child {
  border-top: 1px solid #a4abb3;
}

.table3 tr {
  width: 100%;
  border-bottom: 1px solid #a4abb3;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .table3 tr {
    font-size: 1.1rem;
  }
}

.table3 tr td:first-child {
  width: 200px;
  background-color: #eeeeee;
  border-right: 1px solid #a4abb3;
  text-align: center;
  color: #46525f;
  font-weight: bold;
}

@media (max-width: 767px) {
  .table3 tr td:first-child {
    width: 29%;
  }
}

.table3 tr td:last-child {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .table3 tr td:last-child {
    width: 71%;
    padding-left: 10px;
  }
}

.table3 tr td {
  padding: 10px 0px;
}

@media (max-width: 767px) {
  .table3 tr td {
    padding: 8px 0px;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* btn1
------------------------------------------------------------*/
.btn1 {
  text-align: center;
}

.btn1 .btnText {
  margin-left: auto;
  margin-right: auto;
  padding: 17px 28px 17px 28px;
  background-color: #ffffff;
  border: 1px solid #6e7b89;
  color: #46525f;
  font-size: 2.2rem;
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 767px) {
  .btn1 .btnText {
    font-size: 1.7rem;
  }
}

/* btn2
------------------------------------------------------------*/
.btn2 {
  background-color: #32507a;
  width: 300px;
  padding: 14px 0px;
  position: relative;
}

.btn2 a {
  color: #fff;
  font-size: 2.4rem;
  display: block;
}

.btn2:after {
  display: block;
  content: "";
  background: url("/img/common/right_btn01.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: 10px;
}

/* btn3
------------------------------------------------------------*/
.btn3 {
  background-color: #7b94a6;
  width: 300px;
  padding: 14px 0px;
  position: relative;
}

.btn3 a {
  color: #fff;
  font-size: 2.4rem;
  display: block;
}

.btn3:before {
  display: block;
  content: "";
  background: url("/img/common/left_btn01.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: 10px;
}

/* btn4
------------------------------------------------------------*/
.btn4 {
  background-color: #61bdcf;
  width: 360px;
  position: relative;
}

.btn4 a {
  padding: 24px 0px 21px;
  color: #fff;
  font-size: 2.2rem;
  display: block;
}

@media (max-width: 767px) {
  .btn4 a {
    font-size: 2rem;
  }
}

.btn4:after {
  display: block;
  content: "";
  background: url("/img/common/right_btn01.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .btn4:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}

.btn5, .btn6 {
  background-color: #63b3d1;
  border: 3px solid #9cd0e4;
  width: 460px;
  border-radius: 50px;
  position: relative;
  height: 100px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn5:hover, .btn6:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .btn5, .btn6 {
    width: auto;
    height: 70px;
  }
}

.btn5:after {
  display: block;
  content: "";
  background: url("/img/common/outside_icon.png");
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}

@media (max-width: 767px) {
  .btn5:after {
    background: url("/img/common/outside_icon_sp.png");
    width: 20px;
    height: 16px;
    background-size: cover;
  }
}

@media only screen and (max-width: 350px) {
  .btn5:after {
    right: 5px;
  }
}

.btn5 a, .btn6 a {
  color: #fff;
  font-size: 2.6rem;
  display: block;
  padding: 30px 10px;
}

@media (max-width: 767px) {
  .btn5 a, .btn6 a {
    width: auto;
    font-size: 1.7rem;
  }
}

.btn5 a img, .btn6 a img {
  vertical-align: baseline;
}

.btn6 {
  background-color: #7db470;
  border: 3px solid #a1d195;
}

.btn6:after {
  background: url("/img/common/mail_icon.png");
  width: 26px;
  height: 19px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}

@media (max-width: 767px) {
  .btn6:after {
    background: url("/img/common/mail_icon_sp.png");
    width: 20px;
    height: 15px;
    background-size: cover;
  }
}

@media only screen and (max-width: 350px) {
  .btn6:after {
    right: 5px;
  }
}

.btn7 {
  background-color: #df4c34;
  width: 400px;
  margin: auto;
  color: #fff;
  font-size: 2.6rem;
  display: block;
  position: relative;
  padding: 22px 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .btn7 {
    font-size: 1.8rem;
    width: 265px;
    max-width: 100%;
    padding: 16px 0;
  }
}

.btn7:after {
  display: block;
  content: "";
  background: url(/img/common/right_btn01.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

@media (max-width: 767px) {
  .btn7:after {
    right: 10px;
    background: url(/img/common/right_btn01_sp.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
}

.btn7:hover {
  opacity: 0.7;
}

.bnt8 {
  background-color: #ffffff;
  width: 400px;
  border: 2px solid #72a0c9;
  margin: auto;
  color: #72a0c9;
  font-size: 2.0rem;
  display: block;
  position: relative;
  padding: 13px 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .bnt8 {
    font-size: 1.4rem;
    width: 265px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11px 15px 11px 0;
  }
}

.bnt8:after {
  display: block;
  content: "";
  background: url(/img/common/blue_btn.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media (max-width: 767px) {
  .bnt8:after {
    background: url(/img/common/blue_btn_sp.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
    right: 8px;
  }
}

.bnt8:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-list1 li {
  list-style: disc;
  margin-bottom: 15px;
}

.list1 {
  width: 100%;
  border-top: 1px dotted #a4abb3;
}

.list1:after {
  display: block;
  clear: both;
  content: "";
}

.list1 .list1-left {
  float: left;
  width: 13%;
  padding: 20px 0px;
}

@media (max-width: 767px) {
  .list1 .list1-left {
    width: 25%;
    padding: 18px 0px;
  }
}

.list1 .list1-left p {
  color: #2e6194;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .list1 .list1-left p {
    font-size: 1.7rem;
  }
}

.list1 .list1-right {
  float: right;
  width: 87%;
  padding: 28px 0px 20px;
}

@media (max-width: 767px) {
  .list1 .list1-right {
    width: 75%;
    padding: 18px 0px;
  }
}

.list1 .list1-right p {
  line-height: 24px;
}

@media (max-width: 767px) {
  .list1 .list1-right p {
    line-height: 20px;
  }
}

.list1:last-child {
  border-bottom: 1px dotted #a4abb3;
}

.list1-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .list1-content {
    display: block;
  }
}

.list1-content .list1-contentleft p {
  margin-top: -5px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .list1-content .list1-contentleft p {
    margin-top: 0px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .list1-content .list1-contentright {
    padding-top: 20px;
  }
}

.list1-contentonly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .list1-contentonly p:first-child {
    width: 50%;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .list1-contentonly .nav2-item {
    width: 50%;
  }
}

.list1-contentonly .list1:last-child {
  border-bottom: 1px dotted #a4abb3;
}

.list1-contentonly .list1-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list1-contentonly .list1-content .list1-contentleft p {
  margin-top: -5px;
  line-height: 30px;
}

/* sectionGroup
------------------------------------------------------------*/
.sectionGroup {
  width: 100%;
}

.sectionGroup:after {
  display: block;
  clear: both;
  content: "";
}

.sectionGroup li {
  width: calc(100% / 4);
  float: left;
  height: 60px;
  line-height: 60px;
}

.sectionGroup li:last-of-type {
  border-right: 1px solid #7b94a6;
}

@media (max-width: 767px) {
  .sectionGroup li {
    line-height: 50px;
  }
}

.sectionGroup a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  height: 100%;
  border-top: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  border-left: 1px solid #7b94a6;
  background: #e8f1f9;
  position: relative;
}

.sectionGroup a:hover {
  opacity: 0.7;
}

.sectionGroup a:after {
  width: 10px;
  height: 14px;
  content: '';
  background: url("/img/products/common/more_link.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sectionGroup a {
    width: initial;
    font-size: 1.5rem;
  }
  .sectionGroup a:after {
    display: none;
  }
  .sectionGroup a:before {
    width: 13px;
    height: 8px;
    content: '';
    background: url("/img/products/common/arrow_bottom.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 17%;
    left: 44%;
  }
}

/* list2
------------------------------------------------------------*/
.list2 {
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .list2 {
    display: block;
  }
}

.list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list2 li {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  margin-right: 20px;
  padding-left: 18px;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.875;
}

.list2 li:after {
  width: 14px;
  height: 14px;
  content: '';
  background: #46525f;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0px;
}

@media (max-width: 767px) {
  .list2 li:after {
    width: 11px;
    height: 11px;
    background: #46525f;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    top: 4px;
  }
}

.list2 li:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .list2 li {
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.66;
  }
}

.list_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
}

@media (max-width: 767px) {
  .list_case {
    display: block;
    margin-top: 15px;
  }
}

.list_case li {
  width: 310px;
  height: 420px;
  border: 1px solid #a4abb3;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .list_case li {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    padding: 0 20px 15px 20px;
  }
}

.list_case li span {
  background-color: #3e84b9;
  color: #fff;
  padding: 1px 5px;
  font-size: 2.0rem;
  position: absolute;
  top: 0;
  left: 36%;
  font-family: gidole;
}

@media (max-width: 767px) {
  .list_case li span {
    left: 55%;
    margin-left: -49px;
    font-size: 1.4rem;
  }
}

.list_case li .img-case {
  text-align: center;
  padding: 20px 0px;
}

@media (max-width: 767px) {
  .list_case li .img-case {
    padding: 10px 0px 12.5px 0px;
  }
}

.list_case li .title-case {
  border-bottom: 1px solid #6e7b89;
  border-top: 1px solid #6e7b89;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0px;
  margin-top: 38px;
  margin: 38px 5px 0px 5px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .list_case li .title-case {
    font-size: 1.4rem;
    padding: 8px 0px;
    margin-top: 29px;
  }
}

.list_case li .text-case {
  font-size: 1.5rem;
  color: #46525f;
  text-align: justify;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .list_case li .text-case {
    font-size: 1.1rem;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-dev-title1 {
  background: #000;
  font-size: 25px;
  color: #fff;
  padding: 5px 10px;
  margin: 50px auto 25px auto;
}

.c-dev-nameClass {
  margin-bottom: 20px;
  margin-top: 30px;
  background: #6e7b89;
  width: 200px;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}

/*------------------------------------------------------------
							Nav
------------------------------------------------------------*/
.breadcrumb {
  background: #e8f1f9;
  padding: 8px 0 6px 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.breadcrumb ul {
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb ul li {
  display: inline;
  font-size: 1.3rem;
  line-height: 2;
  padding-right: 12px;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}

.breadcrumb ul li:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 1;
  font-size: inherit;
}

.breadcrumb ul li:last-child:after {
  content: '';
}

.breadcrumb ul li:last-child a {
  text-decoration: none;
}

.breadcrumb ul li a {
  text-decoration: underline;
  color: #46525f;
}

.nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  .nav2 {
    padding-bottom: 9px;
  }
}

.nav2:last-child {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .nav2 .nav2-left {
    width: 50%;
  }
}

.nav2 .nav2-right {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .nav2 .nav2-right {
    width: 50%;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .nav2-item img {
    width: 100%;
  }
}

.pager {
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  padding: 6px;
  text-align: center;
  position: relative;
  margin: 100px auto 0px auto;
  max-width: 960px;
}

.pager:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .pager {
    padding: 0;
    margin-top: 50px;
  }
}

.pager a {
  font-size: 1.6rem;
  color: #6e7b89;
  display: inline-block;
}

.pager a:hover {
  color: #2e6194;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pager a {
    padding: 12px;
    font-size: 1.3rem;
  }
}

.pager .home {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .pager .home {
    text-decoration: underline;
  }
}

.pager .prev {
  float: left;
}

@media (max-width: 767px) {
  .pager .prev span {
    display: none;
  }
}

.pager .prev:before {
  content: url("/img/common/arrow-left.png");
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .pager .prev:before {
    content: "";
    background: url("/img/common/arrow-left_sp.png") no-repeat;
    width: 10px;
    height: 13px;
    background-size: cover;
    margin-right: 0;
    padding-right: 3px;
  }
}

.pager .next {
  float: right;
}

@media (max-width: 767px) {
  .pager .next span {
    display: none;
  }
}

.pager .next:after {
  content: url("/img/common/arrow-right.png");
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .pager .next:after {
    content: "";
    background: url("/img/common/arrow-right_sp.png") no-repeat;
    width: 10px;
    height: 13px;
    background-size: cover;
    margin-left: 0;
    padding-left: 3px;
  }
}

@media (max-width: 767px) {
  .pager .prev, .pager .next {
    font-weight: bold;
    background: #dce9f3;
  }
}

/*------------------------------------------------------------

------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.required {
  color: white;
  font-size: 1.8rem;
  background: #fca000;
  display: inline-block;
  width: 56px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.contactform {
  width: 960px;
  margin: 0 auto;
}

.contactform label {
  font-size: 1.6rem;
}

.contactform input {
  border: 1px solid #a4abb3;
  padding: 10px 5px;
  font-size: 1.6rem;
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactform input::-webkit-input-placeholder {
  color: #b8c4d0;
}

.contactform input:-ms-input-placeholder {
  color: #b8c4d0;
}

.contactform input::-ms-input-placeholder {
  color: #b8c4d0;
}

.contactform input::placeholder {
  color: #b8c4d0;
}

.contactform textarea {
  border: 1px solid #a4abb3;
  height: 244px;
  resize: vertical;
  margin: 0;
  padding: 10px 5px;
}

.contactform .required {
  margin-left: auto;
}

.contactformRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #a4abb3;
}

.contactformRow:last-of-type {
  border-bottom: 1px dashed #a4abb3;
}

.contactformColLeft {
  width: 25%;
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
}

.contactformColRight {
  width: 75%;
  padding: 20px;
}

.contactformColRight .contactformZip {
  margin-bottom: 15px;
}

.contactformColRight .contactformZip input {
  width: 160px;
}

.contactformColRight .contactformZip .zipUnit {
  display: inline-block;
  margin-right: 10px;
}

.contactformColRight .contactformAddress input {
  width: 100%;
}

.contactformSubmit {
  display: block;
  width: 360px;
  height: 60px;
  margin: 40px auto 0 auto;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #32507a;
  position: relative;
}

.contactformSubmit .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactformProcess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#7b94a6), color-stop(white), color-stop(white), to(#dce9f3));
  background: -webkit-linear-gradient(left, #7b94a6, white, white, #dce9f3);
  background: linear-gradient(to right, #7b94a6, white, white, #dce9f3);
}

.contactformProcessStep {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  background: #dce9f3;
  padding: 15px 5px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.contactformProcessStep:nth-child(2) {
  border-left: 3px solid white;
  border-right: 3px solid white;
}

.contactformProcessStep span {
  display: inline-block;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.contactformProcessStep.stepped {
  color: white;
  background: #7b94a6;
}


/* 
------------------------------------------------------------*/
/* cover
------------------------------------------------------------*/
.cover {
  position: relative;
  /* background: url("/img/alginate/structure/main_img.jpg") no-repeat center;
  background-size: cover; */
}

.coverImg {
  width: inherit;
}

.coverImg img {
  max-width: 100%;
}

.coverText {
  text-align: center;
  padding: 142px 0 162px;
  height: 400px;
}

@media (max-width: 767px) {
  .coverText {
    padding: 58px 0;
    height: auto;
  }
}

.coverText h1 {
  font-weight: normal;
  font-size: 3.4rem;
  color: #fff;
  text-shadow: 2px 2px 7px black, -2px -2px 7px black;
}

@media (max-width: 767px) {
  .coverText h1 {
    font-size: 2rem;
  }
}

.coverText p {
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 0;
  position: relative;
  text-shadow: 2px 2px 7px black, -2px -2px 7px black;
}

@media (max-width: 767px) {
  .coverText p {
    font-size: 1.2rem;
    padding: 0 0;
  }
}

.coverText p:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 60px;
  top: 50px;
  left: 50%;
  margin-left: -30px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6), -1px -1px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6), -1px -1px 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .coverText p:after {
    width: 40px;
    border: 1px solid #fff;
    top: 25px;
  }
}

.flame {
  margin-top: 20px;
}

.flame:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .flame {
    display: none;
    margin-bottom: 18.5px;
    margin-top: 15px;
  }
}

.flame .flame-left {
  float: left;
  width: 19%;
}

@media (max-width: 767px) {
  .flame .flame-left {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .flame .flame-left img {
    width: 100%;
  }
}

.flame .flame-right {
  float: right;
  width: 81%;
}

@media (max-width: 767px) {
  .flame .flame-right {
    width: 76%;
  }
}

/*------------------------------------------------------------
proBlock2
------------------------------------------------------------*/
.proBlock2 {
  width: 470px;
  padding: 20px;
  border: 1px solid #d5d5d6;
}

@media print {
  .proBlock2 {
    border: 1px solid #d5d5d6;
  }
}

@media (max-width: 767px) {
  .proBlock2 {
    width: 100%;
    padding: 15px 20px;
  }
}

.proBlock2 .productName {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #2c6097;
  font-size: 2rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .proBlock2 .productName {
    font-size: 1.4rem;
  }
}

.proBlock2 .proTopTtl {
  text-align: left;
  color: #fff;
  background: #72a0c9;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 3px 10px;
}

@media print {
  .proBlock2 .proTopTtl {
    background: #72a0c9;
  }
}

@media (max-width: 767px) {
  .proBlock2 .proTopTtl {
    font-size: 1.1rem;
  }
}

.proBlock2 table {
  border-collapse: collapse;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  color: #64717f;
  width: 430px;
}

@media (max-width: 767px) {
  .proBlock2 table {
    width: 100%;
  }
}

.proBlock2 th {
  background: #e8f1f9;
  border-top: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
  width: 100px;
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  color: #64717f;
}

@media (max-width: 767px) {
  .proBlock2 th {
    font-size: 1.1rem;
    width: auto;
    max-width: 100px;
    padding: 3px 5px;
  }
}

.proBlock2 td {
  border-bottom: 1px solid #a4abb3;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.5rem;
  color: #64717f;
}

@media (max-width: 767px) {
  .proBlock2 td {
    font-size: 1.1rem;
    padding: 3px 5px;
  }
}

.proBlock2 .tdBlue {
  background: #e8f1f9;
}

/*------------------------------------------------------------
Inquiries
------------------------------------------------------------*/
.Inquiries {
  border-left: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
  border-bottom: 2px solid #7b94a6;
}

@media (max-width: 767px) {
  .Inquiries {
    display: none;
  }
}

.Inquiries .InqTtl {
  color: #fff;
  font-size: 2.4rem;
  background-color: #7b94a6;
  line-height: 2;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .Inquiries .InqTtl {
    font-size: 1.7rem;
  }
}

.Inquiries .InqBox {
  width: 630px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .Inquiries .InqBox {
    display: block;
    padding: 20px 15px;
    width: 100%;
  }
}

.Inquiries .tel {
  width: 240px;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 5px;
  color: #46525f;
  text-align: left;
  font-weight: normal;
}

.Inquiries .tel span {
  font-size: 1.7rem;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .Inquiries .tel {
    margin-bottom: 10px;
    padding: 8px 0;
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid;
    border-radius: 50px;
    font-size: 2.1rem;
  }
  .Inquiries .tel span {
    font-size: 1.2rem;
  }
}

.Inquiries .form {
  width: 360px;
  background: #61bdcf;
  padding: 19px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .Inquiries .form {
    line-height: 1;
    padding: 15px 15px 15px 0;
    width: auto;
    border-radius: 50px;
    font-size: 1.8rem;
  }
}

.Inquiries .form:hover {
  opacity: 0.7;
}

.Inquiries .form:after {
  width: 18px;
  height: 18px;
  content: '';
  background: url("/img/common/fcbsp.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 25px;
  right: 17px;
}

@media (max-width: 767px) {
  .Inquiries .form:after {
    top: 30%;
  }
}

@media only screen and (max-width: 374px) {
  .Inquiries .form:after {
    top: 28%;
  }
}

/*------------------------------------------------------------
sds
------------------------------------------------------------*/
@media (max-width: 767px) {
  .sds {
    width: inherit;
  }
}

.sds .proTitle {
  padding-left: 10px;
}

.sds p {
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
  padding: 0;
}

@media (max-width: 767px) {
  .sds p {
    font-size: 1.5rem;
    line-height: 1.333;
    margin-bottom: 13px;
  }
}

.sds a {
  width: 470px;
  display: block;
  color: #46525f;
  padding-left: 10px;
  background-color: #e8f1f9;
  border: 1px solid #7b94a6;
  line-height: 3.2;
  position: relative;
  margin-top: 8px;
}

.sds a:after {
  width: 10px;
  height: 14px;
  content: '';
  background: url("/img/products/common/sds_icon.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 17px;
}

@media (max-width: 767px) {
  .sds a:after {
    top: 33%;
    width: 9px;
    height: 13px;
    background: url("/img/products/common/sds_icon_sp.png") no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .sds a {
    width: inherit;
  }
}

.sds a span {
  position: relative;
  padding-left: 20px;
}

.sds a span:before {
  width: 14px;
  height: 17.5px;
  content: '';
  background: url("/img/products/common/pdf_icon.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: -1px;
}

@media (max-width: 767px) {
  .sds a span:before {
    top: -3px;
  }
} 

.sds .sectionContent {
  margin-top: 30px;
}

.sds .sectionContent a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .sds .sectionContent {
    margin-top: 20px;
    padding: 0 20px;
  }
}

/*------------------------------------------------------------
linkLeft
------------------------------------------------------------*/
.linkLeft {
  float: right;
  position: relative;
  padding-right: 25px;
  color: #64717f;
  font-size: 1.6rem;
  color: #46525f;
}

.linkLeft:hover {
  color: #2e6194;
  text-decoration: underline;
}

.linkLeft:after {
  width: 12px;
  height: 15px;
  content: '';
  background: url("/img/products/common/more_link.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .linkLeft:after {
    width: 13px;
    height: 19px;
    background: url("/img/products/common/more_link_sp.png") no-repeat;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: 5px;
  }
}

@media (max-width: 767px) {
  .linkLeft {
    float: none;
    display: block;
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    background: #7b94a6;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
  }
  .linkLeft:hover {
    text-decoration: none;
    color: #fff;
  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-portal {
  border: 1px solid #a4abb3;
  width: 460px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .box-portal {
    width: 100%;
    margin-bottom: 20px;
  }
}

.box-portal a {
  display: block;
  padding: 50px 50px 30px 50px;
}

.box-portal a img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.box-portal a p img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.box-portal a:hover {
  background: #e8f1f9;
}

@media (max-width: 767px) {
  .box-portal a {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-portal a img {
    position: relative;
  }
  .box-portal a span {
    display: block;
  }
}

.number {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: gidole;
}

@media (max-width: 767px) {
  .number {
    width: 50%;
  }
}

.number:before {
  position: absolute;
  content: "01";
  background: #2e6194;
  font-size: 2.0rem;
  color: #fff;
  bottom: 0;
  width: 30px;
  padding: 2px 0;
  z-index: 1;
  text-align: center;
}

.number2:before {
  content: "02";
}

.number3:before {
  content: "03";
}

.number4:before {
  content: "04";
}

.number5:before {
  content: "05";
}

.number6:before {
  content: "06";
}

.number7:before {
  content: "07";
}

.text-portal {
  position: relative;
  color: #2e6194;
  font-size: 2.4rem;
  text-align: left;
  font-weight: normal;
  margin-top: 15px;
  line-height: 1;
}

@media (max-width: 767px) {
  .text-portal {
    font-size: 1.5rem;
    width: 50%;
    padding-left: 10px;
    padding-right: 22px;
    margin-top: 0;
  }
}

.text-portal span {
  font-size: 1.6rem;
  color: #4a5662;
  margin-top: 10px;
  display: block;
  font-family: gidole;
}

@media (max-width: 767px) {
  .text-portal span {
    font-size: 1.1rem;
    margin-top: 4.5px;
  }
}

.text-portal:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/img/common/category_index_icon.png);
  right: 0;
  top: 2px;
}

@media (max-width: 767px) {
  .text-portal:after {
    top: 50%;
    margin-top: -11px;
    width: 19px;
    height: 19px;
    background: url(/img/common/category_index_icon_sp.png) no-repeat;
    background-size: cover;
  }
}

.kelp501-titlepro {
  text-align: center;
  font-size: 1.8rem;
}

.kelp501-product {
  border: 1px solid #a4abb3;
  padding: 15px 20px;
  margin-top: 12px;
}

.kelp501-titbox {
  font-size: 1.5rem;
  color: #fff;
  background-color: #72a0c9;
  padding: 2px 0px 2px 8px;
}

.img-kelp501 img {
  width: 350px;
  height: 280px;
}

@media (max-width: 767px) {
  .img-kelp501 {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 33px;
  }
  .img-kelp501 img {
    width: 100%;
    height: auto;
  }
}

.kelp501-content {
  margin-top: 20px;
}

.kelp501-content:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .kelp501-content {
    display: block;
    margin-top: 10px;
  }
}

.kelp501-content .img-kelp501 {
  float: left;
  width: 40%;
}

@media (max-width: 767px) {
  .kelp501-content .img-kelp501 {
    width: 100%;
    float: none;
  }
}

.kelp501-content .body-kelp501 {
  padding-left: 20px;
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  .kelp501-content .body-kelp501 {
    padding-left: 0px;
    float: none;
    width: 100%;
  }
}

.kelp501-content .body-kelp501 .kelp501-trial {
  font-size: 1.5rem;
  color: #64717f;
  border: 1px solid #a4abb3;
  padding: 2px;
}

@media (max-width: 767px) {
  .kelp501-content .body-kelp501 .kelp501-trial {
    font-size: 1.1rem;
  }
}

.kelp501-content .body-kelp501 h3 {
  font-size: 2.0rem;
  color: #2c6097;
  margin-top: 5px;
  font-weight: normal;
}

.kelp501-content .body-kelp501 h3 span {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .kelp501-content .body-kelp501 h3 {
    font-size: 1.4rem;
  }
  .kelp501-content .body-kelp501 h3 span {
    font-size: 1.2rem;
  }
}

.kelp501-price {
  font-size: 1.6rem;
  border-top: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  text-align: right;
  padding-top: 13px;
  padding-bottom: 7px;
  margin: 20px 0px;
  line-height: 1;
}

@media (max-width: 767px) {
  .kelp501-price {
    margin: 15px 0;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }
}

.kelp501-price p {
  display: inline;
}

.kelp501-price p:last-child {
  color: #46525f;
  font-weight: bold;
  margin-top: -5px;
}

.kelp501-price p:last-child span {
  font-size: 2.0rem;
}

@media (max-width: 767px) {
  .kelp501-price p:last-child span {
    font-size: 1.5rem;
  }
}

.list-kelp501　 {
  font-size: 1.6rem;
  color: #64717f;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .list-kelp501　 {
    font-size: 1.2rem;
  }
}

.list-kelp501　 li {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .list-kelp501　 li {
    padding-left: 15px;
  }
}

.list-kelp501　 li:before {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  display: block;
  background: #64717f;
  top: 6px;
  left: 1px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .list-kelp501　 li:before {
    top: 3px;
    width: 8px;
    height: 8px;
  }
}

.plast-box {
  color: #64717f;
}

.btn-kelp501 {
  text-align: center;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .btn-kelp501 {
    margin-top: 20px;
  }
}

.btn-kelp501 p {
  font-size: 1.4rem;
  color: #64717f;
  margin-bottom: 14px;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .btn-kelp501 p {
    font-size: 1.1rem;
  }
}

.contenttab-kelp501 {
  width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contenttab-kelp501 {
    width: 100%;
  }
}

.contenttab-kelp501 .texttab-kelp501 {
  width: 57%;
  padding-right: 17px;
}

@media (max-width: 767px) {
  .contenttab-kelp501 .texttab-kelp501 {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
}

.contenttab-kelp501 .texttab-kelp501 .text1 {
  margin-top: 7px;
}

.contenttab-kelp501 .kelp501img {
  width: 42%;
  padding: 0;
}

@media (max-width: 767px) {
  .contenttab-kelp501 .kelp501img {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0px;
  }
}

@media (max-width: 767px) {
  .contenttab-kelp501 .kelp501img p span {
    font-size: 1.2rem;
  }
}

.contenttab-kelp501 .kelp501img p:first-child:after {
  display: none;
}

@media (max-width: 767px) {
  .contenttab-kelp501 .kelp501img p:first-child {
    width: 48%;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .contenttab-kelp501 .kelp501img p:last-child {
    width: 48%;
  }
}

/*------------------------------------------------------------
search
------------------------------------------------------------*/
@media (max-width: 767px) {
  #search .conts {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h2 {
  font-weight: normal;
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
#main {
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-bottom: 100px;
}

.txt {
  margin: 20px 0;
}

.mainImg {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.mainTtlA {
  color: #fff;
  font-size: 2.5rem;
}

.mainTtlB {
  color: #46525f;
  font-size: 2.5rem;
  border-bottom: 1px solid #a4abb3;
  padding: 25px 0 10px;
  font-weight: normal;
}

.borderTtl {
  border-left: 3px solid #2e6194;
  text-align: left;
  padding-left: 10px;
  height: 25px;
  padding-top: 3px;
  color: #2e6194;
  font-size: 1.7rem;
}

.obliqueTtl {
  position: relative;
  background: #6e7b89;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 3px;
  line-height: 1.3;
  z-index: 1;
  text-align: left;
  width: 100%;
}

.obliqueTtl:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 10px transparent;
  border-bottom: solid 15px #fff;
  z-index: 0;
}

.conts {
  padding: 0 15px;
}

.contactBtn {
  color: #fff;
  display: block;
  background: #61bdcf;
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
  position: relative;
  border-radius: 30px;
}

.contactBtn:after {
  display: block;
  content: "";
  background: url("/img/common/fcbsp.png");
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 35%;
  right: 25px;
}

@media only screen and (min-width: 768px) {
  #main {
    padding-bottom: 200px;
  }
  .mainImg {
    height: auto;
    margin-top: 0;
  }
  .mainTtlA {
    color: #fff;
    font-size: 3.4rem;
    text-align: center;
    position: absolute;
    top: 312px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 0px 0px 7px #00785b;
  }
  .mainTtlA:after {
    height: 4px;
    width: 60px;
    display: block;
    content: "";
    background: #fff;
    margin: 33px auto 0;
  }
  .mainTtlA em {
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-family: gidole;
    letter-spacing: 1px;
  }
  .mainTtlB {
    padding: 75px 0 18px;
    width: 960px;
    margin: 0 auto;
    font-size: 3.3rem;
  }
  .borderTtl {
    border-left: 6px solid #2e6194;
    padding-left: 20px;
    height: 40px;
    padding-top: 5px;
    font-size: 2.6rem;
  }
  .conts {
    padding: 0;
    width: 960px;
    margin: 0 auto;
  }
  #contactLink {
    border: 1px solid #7b94a6;
    background: #fff;
    border-top: none;
    padding: 0;
    right: 0;
    bottom: 120px;
  }
  #contactLink .cttl {
    background: #7b94a6;
    color: #fff;
    padding: 8px 0;
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
  #contactLink .clConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 38px 0;
  }
  #contactLink a.tel {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1.7rem;
  }
  #contactLink a.tel span {
    font-size: 3.2rem;
    font-weight: normal;
  }
  #contactLink a.contactBtn {
    height: 70px;
    width: 360px;
    margin-left: 30px;
    border-radius: 0;
    font-size: 2.2rem;
    padding-right: 15px;
  }
  #contactLink a.contactBtn:after {
    right: 5px;
  }
  .contactBtn {
    color: #fff;
    display: block;
    background: #61bdcf;
    font-size: 1.8rem;
    padding: 20px 0;
    text-align: center;
    position: relative;
    border-radius: 30px;
  }
  .contactBtn:after {
    display: block;
    content: "";
    background: url("/img/common/fcbpc.png");
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 35%;
    right: 25px;
  }
}

/*------------------------------------------------------------
	form関連
------------------------------------------------------------*/
.must {
  padding: 1.5px 5px;
  color: #fff;
  background: #fca000;
  letter-spacing: 0.042em;
  line-height: 1.2;
}
.errorTopMsg {
  color: #f00000;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.confirmTxt {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.contactformProcess {
  margin: 20px 0;
}

.contactformProcess.enter {
  background: -webkit-gradient(linear, left top, right top, from(#7b94a6), color-stop(white), color-stop(white), to(#dce9f3));
  background: -webkit-linear-gradient(left, #7b94a6, white, white, #dce9f3);
  background: linear-gradient(to right, #7b94a6, white, white, #dce9f3);
}

.contactformProcess.confirm {
  background: -webkit-gradient(linear, left top, right top, from(#dce9f3), color-stop(white), color-stop(white), to(#dce9f3));
  background: -webkit-linear-gradient(left, #dce9f3, white, white, #dce9f3);
  background: linear-gradient(to right, #dce9f3, white, white, #dce9f3);
}

.contactformProcess.thanks {
  background: -webkit-gradient(linear, left top, right top, from(#dce9f3), color-stop(white), color-stop(white), to(#7b94a6));
  background: -webkit-linear-gradient(left, #dce9f3, white, white, #7b94a6);
  background: linear-gradient(to right, #dce9f3, white, white, #7b94a6);
}

.contactformProcess .contactformProcessStep {
  font-size: 1.4rem;
  padding: 10px 0;
}

.contactForm {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.contactForm tr:last-child {
  border-bottom: 1px dotted #a4abb3;
}

.contactForm th, .contactForm td {
  display: block;
}

.contactForm th {
  font-weight: normal;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  border-top: 1px dotted #a4abb3;
  background: #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactForm th p {
	width:80%;
}

.contactForm th .attention {
  font-size: 1.2rem;
}

.contactForm th .must {
  padding: 1.5px 5px;
  font-size: 1.2rem;
  letter-spacing: 0.0415em;
}

.contactForm td {
  padding: 15px;
  font-size: 1.2rem;
}

.contactForm td input {
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #a4abb3;
}

.contactForm td input#add1 {
  width: 40%;
  margin: 0 5px 5px 5px;
}

.contactForm td input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.contactForm td textarea {
  width: 100%;
  height: 163px;
  border: 1px solid #a4abb3;
  margin-top: 0;
}
.contactForm td.company  {
  margin: auto 0;
}
.contactForm td .error {
  color: #f00000;
  margin-top: 5px;
}

.sendBox li:last-child {
  margin: 20px 0 35px;
}

.sendBox .submitA {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 13px 0;
  color: #fff;
  /* background: #32507a; */
  font-size: 1.5rem;
}

.sendBox .submitA:after {
  position: absolute;
  top: 33%;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background: url("/img/common/fs1.png");
  background-size: cover;
}

.sendBox .submitB {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 13px 0;
  color: #fff;
  /* background: #32507a; */
  font-size: 1.5rem;
}

.sendBox .submitB:after {
  position: absolute;
  top: 33%;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background: url("/img/common/fs1.png");
  background-size: cover;
}

.sendBox .reset {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 13px 0;
  color: #fff;
  background: #7b94a6;
  font-size: 1.5rem;
  text-align: center;
}

.sendBox .reset:after {
  position: absolute;
  top: 35%;
  left: 10px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background: url("/img/common/fs2.png");
  background-size: cover;
}

#errorPage th > .must {
  display: none;
}

.siteTopBtn {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #fff;
  background: #7b94a6;
  width: 150px;
  text-align: center;
  margin: 30px auto 0px auto;
}

.siteTopBtn:after {
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
}

@media only screen and (min-width: 768px) {
  .siteTopBtn {
    font-size: 1.6rem;
    padding: 0;
    color: #64717f;
    background: none;
    text-align: center;
    padding-right: 8px;
    margin: 60px auto 50px auto;
  }
  .siteTopBtn:after {
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #667380;
    border-right: 2px solid #667380;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    content: "";
    top: 20%;
    right: 0;
  }
  .siteTopBtn:hover {
    text-decoration: underline;
  }
  .must {
    font-size: 1.8rem;
    width: 46px;
    letter-spacing: 0.0002em;
  }
  .errorTopMsg {
    font-size: 1.6rem;
  }
  .confirmTxt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .contactformProcess {
    margin: 40px 0;
  }
  .contactformProcess .contactformProcessStep {
    font-size: 2.0rem;
  }
  .contactForm {
    width: 100%;
    border-collapse: collapse;
  }
  .contactForm tr {
    border-top: 1px dotted #a4abb3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contactForm tr:last-child {
    border-bottom: 1px dotted #a4abb3;
  }
  .contactForm th {
    border-top: none;
    font-size: 1.6rem;
    width: 240px;
    padding: 20px;
    background: #eee;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactForm th p {
    width: 150px;
	line-height:1;
  }
  .contactForm th .attention {
    font-size: 1.2rem;
	letter-spacing:-0.05em;
  }
  .contactForm th .must {
    line-height: 1.35;
    letter-spacing: -0.012em;
    font-size: 1.8rem;
    width: 46px;
  }
  .contactForm td {
    padding: 20px;
    font-size: 1.6rem;
    width: 720px;
  }
  .contactForm td input {
    width: 350px;
    height: 35px;
    padding-left: 5px;
    font-size: 1.6rem;
  }
  .contactForm td input#add1 {
    width: 160px;
    margin: 0 5px 14px 5px;
  }
  .contactForm td input#add2 {
    width: 100%;
  }
  .contactForm td textarea {
    margin-top: 0;
    width: 100%;
    height: 246px;
    padding-left: 5px;
    font-size: 1.6rem;
  }
  .contactForm td ::-webkit-input-placeholder {
    color: #b8c4d0;
  }
  .contactForm td ::-moz-placeholder {
    color: #b8c4d0;
    opacity: 1;
  }
  .contactForm td :-ms-input-placeholder {
    color: #b8c4d0;
  }
  .sendBox {
    margin: 20px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sendBox button {
    cursor: pointer;
  }
  .sendBox .submitA {
    width: 360px;
    font-size: 2.4rem;
    padding: 15px 10px 15px 0;
  }
  .sendBox .submitA:after {
    width: 20px;
    height: 20px;
    background: url("/img/common/right_btn01.png");
    background-size: cover;
  }
  .sendBox .submitB {
    width: 300px;
    font-size: 2.4rem;
    padding: 15px 20px 15px 0;
  }
  .sendBox .submitB:after {
    width: 20px;
    height: 20px;
    background: url("/img/common/right_btn01.png");
    background-size: cover;
  }
  .sendBox .reset {
    width: 300px;
    font-size: 2.4rem;
    margin-right: 10px;
    padding: 15px 0 15px 20px;
  }
  .sendBox .reset:after {
    left: 10px;
    width: 20px;
    height: 20px;
    background: url("/img/common/left_btn01.png");
    background-size: cover;
  }
  .flowBox {
    margin: 40px 0;
  }
  .flowBox li {
    font-size: 2.0rem;
    width: 290px;
  }
  .flowBox li.long {
    width: 295px;
  }
  .flowBox li:before, .flowBox li:after {
    width: 2em;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
  }
  .flowBox li:before {
    left: -1em;
  }
  .flowBox li:after {
    right: -1em;
  }
}

.gsc-expansionArea .gsc-cursor-box.gs-bidi-start-align {
  background: #f4f4f4;
  padding: 3px 0 3px 5px;
}

.gsc-expansionArea .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-page {
  background: #f4f4f4;
  font-size: 1.2rem;
  color: #46525f;
}

@media only screen and (min-width: 768px) {
  .gsc-expansionArea .gsc-cursor-box.gs-bidi-start-align {
    padding: 7px 0 7px 5px;
  }
  .gsc-expansionArea .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-page {
    font-size: 1.5rem;
  }
}

@media print {
  body {
    width: 960px;
  }
  .printBlock {
    display: block !important;
  }
  .printDis {
    display: none !important;
  }
  .printBr {
    page-break-before: always;
  }
  .printcr .wrapperPro {
    background: none;
  }
  .printsf .wrapperPro {
    background: none;
  }
  .printcr .chitoList {
    width: 930px;
  }
  .printcr .chitoList a {
    width: 450px;
  }
  .printcr .contenttab-kelp501 {
    width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .printcr .contenttab-kelp501 .texttab-kelp501 {
    width: calc(100% - 400px);
  }
  .printcr .contenttab-kelp501 .texttab-kelp501 .kelp501img {
    width: 370px;
  }
  .printcr .list_case {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .printcr .list_case li {
    width: 30%;
  }
  .printcr .kelp501-product .kelp501-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .printcr .kelp501-product .img-kelp501 {
    width: 350px;
    height: 280px;
  }
  .printcr .kelp501-product .body-kelp501 {
    width: calc(100% - 350px);
  }
  .printOs #ancProducts {
    page-break-before: always;
  }
  .printOs .proTitle {
    border: 2px solid #d5d5d6 !important;
  }
  .printOs .specTitle {
    border: 2px solid #d5d5d6 !important;
    padding-right: 10px;
  }
  .printOs .specTitle:after {
    display: none;
  }
  .printOs .proInfo {
    border: 2px solid #eee !important;
  }
  .printOs .proInfoSpec {
    border: 2px solid #eee !important;
  }
  .printOs .listContent li {
    list-style: circle;
  }
  .printOs .printBox img {
    width: 280px;
    height: 200px;
  }
  .printOs .proWarning {
    border: 2px solid #f8e0e5 !important;
  }
  .printOs .Inquiries .InqTtl {
    border-top: 2px solid #7b94a6 !important;
    border-bottom: 2px solid #7b94a6 !important;
  }
  .printOs .Inquiries .form {
    border: 2px solid #61bdcf !important;
  }
  .printOs .proTopTtl {
    border: 2px solid #72a0c9 !important;
  }
  .printOs .clickBuy {
    border: 2px solid #df4c34;
  }
  .printOs .btn7 {
    border: 2px solid #df4c34;
  }
  .printOs .list_case li {
    height: 450px;
  }
  .printOs .kelp501img span {
    border: 2px solid #64717f;
  }
  .printOs.print11 {
    zoom: 95%;
    margin: 0 auto;
  }
  .printOs.print11 .conts {
    zoom: 95%;
  }
  .printOs.print11 .supplementBlock .right {
    width: 300px;
  }
  .printOs.printEg {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin: 0 auto;
  }
  .printOs.printEg .conts {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .printOs.printEg .supplementBlock .right {
    width: 300px;
  }
  .printOs.printff {
    zoom: 95%;
  }
  .printOs.printff .Algin3box {
    border: 2px solid #d5d5d6 !important;
  }
  .printOs.printff .supplementBlock {
    border: 3px solid #a4abb3 !important;
  }
  .printOs.printff .proBlock2 {
    border: 2px solid #d5d5d6;
  }
  .printOs.printff .list_case li {
    border: 2px solid #a4abb3;
  }
  .printOs.printff .kelp501-product {
    border: 2px solid #a4abb3;
  }
  .printOs.printff .tableGroup {
    border: 3px solid #aab1b8 !important;
  }
  .printOs.printff .sds a {
    border: 2px solid;
  }
  .printOs.printff .ffBr {
    page-break-before: always;
  }
}

.top-pickup{
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .top-pickup h2.indexTtl{
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .top-pickup{
    margin-bottom: 50px;
  }
}

.news-pickup{
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .news-pickup{
    margin-bottom: 40px;
  }
}


.navMenu{
  position: relative;
}
.navMenu__pdf-txt{
  width: 240px;
  font-size: 12px!important;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.navMenu__pdf-txt a{
  display: flex!important;
  font-size: 14px!important;
  line-height: 1.5!important;
  margin-bottom: 0px!important;
  width: 100%!important;
  margin: 0!important;
  align-items: center;
  width: auto;
  border: none;
  font-size: 1.5rem;
  margin-left: 10px;
  text-decoration: underline;
}

.navMenu__pdf-txt a::after{
  background: url(/img/common/right_btn01.png) no-repeat;
  position: absolute;
  margin-left: 0.6em;
  background-size: 90%;
  left: 87%;
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  right: 61px;
  top: 8%;
}

.navTop p.hnavTtl em{
  text-align: center;
}

.flexBox--csr .topBtn{
  margin-right: 0!important;
}

.flexBox--csr .hnavTtl{
  display: block;
  text-align: center;
}

.flexBox--csr .navTop{
  padding-right: 50px!important;
}

/* #footer .fInner {
  max-width: 1140px!important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 190px;
  padding-top: 36px;
  line-height: 1.2;
}

#footer #fmNav ul{
  padding-right: 10px!important;
}

#footer #fmNav ul{
  width: 19%!important;
} */

#header .gNaviInner {
  display: flex;
  max-width: 1300px!important;
  margin: 0 auto;
}

#header .gNavi .gWrap {
  max-width: 1300px!important;
  width: 1300px!important;
}

#header .gNavi .mn {
  font-size: 1.55rem!important;
}



/*------------------------------------------------------------
procedure-btn
------------------------------------------------------------*/



.procedure-btn .InqBox {
  width: 630px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .procedure-btn .InqBox {
    display: block;
    padding: 20px 15px;
    width: 100%;
  }
}

.procedure-btn .tel span {
  font-size: 1.7rem;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .procedure-btn .tel span {
    font-size: 1.2rem;
  }
}

.procedure-btn .form {
  width: 360px;
  background: #7b94a6;
  padding: 19px 0;
  margin:  15px auto;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .procedure-btn .form {
    background: #61bdcf;
    line-height: 1;
    padding: 15px 15px 15px 0;
    width: auto;
    border-radius: 50px;
    font-size: 1.8rem;
  }
}

.procedure-btn .form:hover {
  opacity: 0.7;
}

.procedure-btn .form:after {
  width: 18px;
  height: 18px;
  content: '';
  background: url("/img/common/fcbsp.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 25px;
  right: 17px;
}

@media (max-width: 767px) {
  .procedure-btn .form:after {
    top: 30%;
  }
}

@media only screen and (max-width: 374px) {
  .procedure-btn .form:after {
    top: 28%;
  }
}

.p-mt{
  margin-top: 50px;
}


/*  */
.products-item-table ul{
  padding: 25px;
  background: #f5f5f5;
  /* border: 1px solid #ececec; */
  margin-bottom: 20px;
}



.products-item-table .proBlock2{
  border: none;
  background: #fff;
}

.products-item-table .table-flex{
  display: flex!important;
}

.products-item-table .table-flex ul{
  width: 50%!important;
  display: block!important;
}

.products-item-table .table-flex ul:first-child{
  margin-right: 0px!important;
  padding-right: 0px!important;
}

.products-item-table .table-flex ul li{
  width: 100%!important;
}

.products-item-table .reference-block{
  background: #e8f1f9;
  border: 1px solid #97adbc;
}


.reference-list .head{
  margin-bottom: 7px;
  color: #2c6097;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.reference-list{
  margin-bottom: 8px;
}
.reference-list p{
  list-style-type: disc;
  margin-bottom: 5px;
}
.kaiten-txt p{
  margin-top: 15px;
  font-size: 12px!important;
  color: #46525f;
  /* background: #f8e0e5; */
  text-align: center;
  padding: 10px;
}

.pink-txt{
  color: #82414e;
}

@media (max-width: 767px){
  .products-item-table .table-flex{
    display: block!important;
  }
  .products-item-table .table-flex ul{
    width: 100%!important;
    display: block!important;
  }
  .reference-list p.head{
    margin-left: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .products-item-table .table-flex ul:first-child{
    margin-right: 25px!important;
    padding-right: 25px!important;
  }
  .kaiten-txt p{
    margin-top: 15px;
    font-size: 10px!important;
    text-align: left;
    padding: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .col-12{
    width: 50%!important;
  }
  .col-12 li{
    width: 100%!important;
  }
  .products-item-table .table-flex ul li{
    width: 436px!important;
  }
  .products-item-table .table-flex ul:last-child{
    padding-left: 20px;
  }


}
/*  */

.esteralgin .proBlock2 {
  margin-top: 0!important;
}

 #nhAlgin #ancProducts .proBlock2 {
  height: 320px!important;
} 

/* .xanthangum #ancProducts .proBlock2 {
  height: 280px!important;
} */

.naAlgin #ancProducts .proBlock2 .kaiten-txt p {
  text-align: center;
}

.chitosan .reference-tableGroup{
  margin-top: 40px;
  background: #e8f1f9;
  border: 1px solid #97adbc;
}

.chitosan .kaiten-txt p{
  text-align: left;
}

.PuriChitosan .reference-tableGroup{
  margin-top: 20px;
  background: #e8f1f9;
  border: 1px solid #97adbc;
}

.PuriChitosan .kaiten-txt p{
  text-align: left;
}

.Medical_ANA .reference-tableGroup{
  margin-top: 20px;
  background: #e8f1f9;
  border: 1px solid #97adbc;
}

.Medical_ANA .kaiten-txt p{
  text-align: left;
}

.kimicaCMC .reference-tableGroup{
  margin-top: 20px;
  background: #e8f1f9;
  border: 1px solid #97adbc;
}

.kimicaCMC .kaiten-txt p{
  text-align: left;
}

.kimicaCMC .reference-list .head{
  text-align: left;
}

.xanthangum .reference-tableGroup{
  margin-top: 20px;
  background: #e8f1f9;
  border: 1px solid #97adbc;
}

.xanthangum .kaiten-txt p{
  text-align: left!important;
}

.xanthangum .reference-list .head{
  text-align: left;
}

.esteralgin .products-item-table ul{
  width: 100%;
}

.cookie-li a{
  text-decoration: underline;
  color: #46525f;
}

.cookie-li a:hover{
  text-decoration: none;
}

.cookie-li .cookie-br{
  display: none;
}
@media only screen and (max-width: 991px) {
  .cookie-li .cookie-br{
    display: block;
  }
}