/* Scss Document */
/*------------- layout -------------*/
.l-contents {
  background: #fff;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.l-contents-inner {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

.breadcrumbs {
  font-size: 14px;
  display: flex;
  margin: 22px auto 30px;
  list-style: none;
  padding: 0 15px;
}
.breadcrumbs li {
  margin-right: 10px;
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li:after {
  content: ">";
  margin-left: 8px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 30px;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    min-width: calc(100% + 15px);
  }
  .breadcrumbs li {
    margin-right: 10px;
  }
}

/*------------- component -------------*/
.c-flexPC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-flexSP {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.c-head01 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-head01 {
    font-size: 20px;
  }
}

.c-head02 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px solid #3f7090;
  border-bottom: 1px solid #dddddd;
  position: relative;
  line-height: 1.6;
}
.c-head02::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #3f7090;
  width: 168px;
}

.c-head03 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  background: #e6edf2;
  padding: 0.6em 1em;
  margin: 30px 0 20px;
}

.c-fv {
  min-height: 393px;
  align-items: center;
  background: #3f7090;
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.c-fv .fv-inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
.c-fv .text {
  width: 61%;
}
.c-fv .image {
  width: 35%;
}
.c-fv h1 {
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-fv .text {
    width: 100%;
  }
  .c-fv .image {
    width: 100%;
  }
  .c-fv h1 {
    font-size: 22px;
  }
}

.c-itemList {
  list-style: none;
  margin: 40px auto 30px;
  padding: 0;
  justify-content: center;
}
.c-itemList li {
  width: 28%;
}
.c-itemList li:nth-child(2) {
  margin: 0 8%;
}
.c-itemList .categoryName {
  font-size: 15px;
  font-weight: bold;
  margin: 0.8em 0 0;
  line-height: 1.5;
}
.c-itemList--2 {
  margin-bottom: 0;
}
.c-itemList--2 li {
  width: 41%;
  margin-bottom: 30px;
}
.c-itemList--2 li:nth-child(2n) {
  margin: 0 0 30px 2%;
}
@media screen and (max-width: 768px) {
  .c-itemList--2 li {
    width: 100%;
    margin-bottom: 50px;
  }
  .c-itemList--2 li:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}
.c-itemList--2 .underName {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-itemList--2 .underName {
    font-size: 16px;
  }
}
.c-itemList--2 .price {
  text-align: right;
  font-weight: bold;
}
.c-itemList--2 .info {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.c-itemList--2 .info .head span {
  font-size: 14px;
  background: #dddddd;
  padding: 0.1em 0.4em;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
.c-itemList--2 .info p {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-itemList--2 .info .head span {
    font-size: 12px;
  }
  .c-itemList--2 .info p {
    font-size: 13px;
  }
}
.c-itemList--2 .info02 .head {
  width: 6em;
}
.c-itemList--2 .info02 .value {
  width: calc(100% - 6em);
}
.c-itemList--2 .info03 .head span {
  width: 4em;
  text-align: center;
}
.c-itemList--2 .info03 .value {
  width: calc(100% - 3em);
}
.c-itemList--2 .detailBtn {
  width: 200px;
  margin-top: 20px;
}
.c-itemList--2 .detailBtn a {
  text-align: left;
  padding: 10px 15px 10px 25px;
}
@media screen and (max-width: 768px) {
  .c-itemList--2 .detailBtn {
    margin: 20px auto 0;
  }
}
.c-itemList--2big li {
  width: 48%;
}
.c-itemList--2big li:nth-child(2n) {
  margin: 0 0 30px 2%;
}
@media screen and (max-width: 768px) {
  .c-itemList--2big li {
    width: 100%;
    margin-bottom: 50px;
  }
  .c-itemList--2big li:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}

.detailBtn a,
.detailBtn input[type=submit] {
  border-radius: 50px;
  background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  font-size: 15px;
  color: #003046;
  font-weight: 700;
  display: block;
  border: 1px solid #013145;
  padding: 8px 15px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  max-width: 300px;
  margin: 0 auto;
}
.detailBtn a::before,
.detailBtn input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url("../img/icon-arrow02.png");
  background-size: 100% 100%;
  right: 20px;
}
.detailBtn a:hover,
.detailBtn input[type=submit]:hover {
  background: linear-gradient(to bottom, #f4f4f4, #b9b9b9);
  text-decoration: none;
}
.detailBtn.is-center a {
  padding: 1em 3em;
}
.detailBtn.under {
  width: 200px;
  margin: 0 auto;
}
.detailBtn.under a {
  text-align: left;
  padding: 10px 15px 10px 25px;
}
@media screen and (max-width: 768px) {
  .detailBtn.under {
    margin: 20px auto 0;
  }
}

.c-safetyMeasures {
  background: #cad4db;
  padding: 50px 30px 0;
  margin-top: 120px;
}
.c-safetyMeasures a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.c-safetyMeasures a:hover {
  opacity: 0.6;
}
.c-safetyMeasures h2 {
  margin: 0;
}
.c-safetyMeasures .l-contents {
  background: none;
}
.c-safetyMeasures ul {
  list-style: none;
  padding: 50px 0 80px;
  margin: 0;
}
.c-safetyMeasures li {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #3f7090;
  width: 48%;
  position: relative;
}
.c-safetyMeasures .c-safetyMeasures-headImg {
  text-align: center;
  padding: 30px 30px 15px;
}
.c-safetyMeasures .partition img {
  width: 258px;
}
.c-safetyMeasures .education img {
  width: 189px;
}
.c-safetyMeasures .education img {
  width: 189px;
}
.c-safetyMeasures h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background: #3f7090;
  padding: 1em;
  color: #fff;
  margin: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
}
.c-safetyMeasures .contents {
  text-align: center;
  padding: 0 70px 30px;
}
.c-safetyMeasures p {
  text-align: left;
}
.c-safetyMeasures .arrow {
  width: 40px !important;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-safetyMeasures {
    padding: 30px;
    margin-top: 60px;
  }
  .c-safetyMeasures ul {
    list-style: none;
    padding: 30px 0 50px;
    margin: 0;
  }
  .c-safetyMeasures li {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-safetyMeasures h3 {
    font-size: 16px;
  }
  .c-safetyMeasures .contents {
    padding: 0 40px 20px;
  }
  .c-safetyMeasures .arrow {
    right: 10px;
    width: 30px;
  }
}

/*------------- page -------------*/
body {
  background: #fafafa;
}

main {
  margin-top: 80px;
}
main img {
  max-width: 100%;
}
main p {
  font-size: 15px;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 61px;
  }
}

.cat-sec01 {
  margin-bottom: 50px;
  padding: 0 15px;
}
.cat-sec01 .sec01-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}
.cat-sec01 .image {
  width: 128px;
}
.cat-sec01 .text {
  width: calc(100% - 170px);
}
.cat-sec01 h2 {
  text-align: left;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .cat-sec01 .sec01-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cat-sec01 .image {
    width: 128px;
    margin: 0px auto 30px;
  }
  .cat-sec01 .text {
    width: 100%;
  }
  .cat-sec01 h2 {
    text-align: center;
    font-size: 20px;
  }
  .cat-sec01 .l-contents-inner {
    padding: 30px 15px;
  }
}

.cat-sec02 {
  background: #f5f5f5;
  padding: 40px 0 110px;
}
.cat-sec02 h2 {
  font-size: 21px;
}
.cat-sec02 h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.cat-sec02 h3 span {
  font-size: 21px;
  display: block;
  background: #222222;
  margin-bottom: 30px;
  border-radius: 50px;
  padding: 0.2em;
  color: #fff398;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cat-sec02 {
    padding: 0px 15px 55px;
  }
  .cat-sec02 h2 {
    font-size: 20px;
  }
  .cat-sec02 h3 {
    font-size: 18px;
  }
  .cat-sec02 h3 span {
    font-size: 15px;
    padding: 0.3em 1em;
    margin-bottom: 10px;
  }
  .cat-sec02 .l-contents-inner {
    padding: 20px 15px 40px;
  }
}

.cat-sec02-01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cat-sec02-01 {
    margin-top: 10px;
  }
}

.cat-sec02-02 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cat-sec02-02 {
    margin-top: 30px;
  }
}

.cat-sec02-03 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cat-sec02-03 {
    margin-top: 30px;
  }
}

.cat-sec03 {
  padding: 70px 0 100px;
}
.cat-sec03 ul {
  list-style: none;
  border-top: 1px solid #cbc7c7;
  margin-top: 50px;
  padding: 0;
}
.cat-sec03 ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cbc7c7;
}
.cat-sec03 h2 {
  font-size: 21px;
  font-weight: bold;
}
.cat-sec03 h3 {
  font-size: 18px;
  color: #3f7090;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cat-sec03 {
    padding: 35px 0 50px;
  }
  .cat-sec03 ul {
    margin-top: 30px;
  }
  .cat-sec03 ul li {
    padding: 15px 0;
    border-bottom: 1px solid #cbc7c7;
  }
  .cat-sec03 h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .cat-sec03 h3 {
    font-size: 16px;
  }
}

.under01-sec01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .under01-sec01 {
    margin-top: 0px;
  }
}
.under01-sec01 .scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.under01-sec01 .scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
.under01-sec01 .under01-sec01-info + .under01-sec01-info {
  margin-top: 70px;
}
.under01-sec01 .under01-sec01-info--02 .intro {
  margin-bottom: 70px;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .under01-sec01 .under01-sec01-info--02 .intro {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.under01-sec01 .under01-sec01-info--02 .intro img {
  position: absolute;
  right: 0;
  width: 46px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .under01-sec01 .under01-sec01-info--02 .intro img {
    bottom: 20px;
    top: inherit;
  }
}
.under01-sec01 .under01-sec01-info--02 .intro p {
  width: calc(100% - 420px);
}
@media screen and (max-width: 768px) {
  .under01-sec01 .under01-sec01-info--02 .intro p {
    width: 100%;
  }
}
.under01-sec01 .under01-sec01-info--02 .intro table {
  width: 395px;
  max-width: 100%;
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}
.under01-sec01 .under01-sec01-info--02 .intro table th,
.under01-sec01 .under01-sec01-info--02 .intro table td {
  text-align: center;
  font-size: 12px;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
}
.under01-sec01 .under01-sec01-info--02 .intro table th {
  background: #cad4db;
}
.under01-sec01 .under01-sec01-info--02 .intro table td:first-child {
  background: #f5f5f5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .under01-sec01 .under01-sec01-info--02 .intro table {
    max-width: calc(100% - 50px);
    margin-top: 30px;
  }
}

.under01-sec02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .under01-sec02 {
    margin-top: 30px;
  }
}

.under01-sec03 {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .under01-sec03 {
    margin: 30px 0 0;
  }
}

.under02-sec01,
.under02-sec02,
.under02-sec03,
.under03-sec01,
.under03-sec02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .under02-sec01,
  .under02-sec02,
  .under02-sec03,
  .under03-sec01,
  .under03-sec02 {
    margin-top: 30px;
  }
}

.under03-sec01 .l-contents {
  padding-bottom: 30px;
}

.under02-contentsBox {
  justify-content: space-between;
  margin: 40px 0;
}
.under02-contentsBox .left {
  width: 49%;
}
.under02-contentsBox .under02-table {
  width: 49%;
}
.under02-contentsBox .under02-table tr:nth-child(odd) {
  background: #f5f5f5;
}
.under02-contentsBox .under02-table th,
.under02-contentsBox .under02-table td {
  vertical-align: text-top;
  font-size: 13px;
  font-weight: normal;
  padding: 0.2em 0.3em;
}
.under02-contentsBox .under02-table th {
  width: 9em;
}
.under02-contentsBox .under02-table td {
  width: calc(100% - 9em);
}
@media screen and (max-width: 768px) {
  .under02-contentsBox {
    justify-content: space-between;
    margin: 30px 0;
  }
  .under02-contentsBox .left {
    width: 100%;
  }
  .under02-contentsBox .under02-table {
    margin-top: 20px;
    width: 100%;
  }
  .under02-contentsBox .under02-table tr:nth-child(odd) {
    background: #f5f5f5;
  }
  .under02-contentsBox .under02-table th,
  .under02-contentsBox .under02-table td {
    vertical-align: text-top;
    font-size: 13px;
    font-weight: normal;
    padding: 0.2em 0.3em;
  }
  .under02-contentsBox .under02-table th {
    width: 9em;
  }
  .under02-contentsBox .under02-table td {
    width: calc(100% - 9em);
  }
}

.under03-contentsBox {
  justify-content: space-between;
  margin: 40px 0;
}
.under03-contentsBox .left,
.under03-contentsBox p,
.under03-contentsBox ul {
  width: 49%;
}
.under03-contentsBox ul {
  padding: 0 0 0 20px;
}
.under03-contentsBox ul li + li {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .under03-contentsBox {
    margin: 30px 0;
  }
  .under03-contentsBox .left,
  .under03-contentsBox p,
  .under03-contentsBox ul {
    width: 100%;
    margin-top: 20px;
  }
}

.under03-table {
  padding: 1em;
  border: 1px solid #dddddd;
}
.under03-table table {
  width: 100%;
}
.under03-table tr:nth-child(even) {
  background: #f5f5f5;
}
.under03-table th,
.under03-table td {
  vertical-align: text-top;
  font-weight: normal;
  padding: 0.2em 0.3em;
}
.under03-table th {
  width: 14em;
}
.under03-table td {
  width: calc(100% - 14em);
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
