@charset "UTF-8";
@media screen and (max-width: 640px) {
  header {
    display: table;
  }
}

header h1 {
  width: 30%;
}

@media screen and (max-width: 640px) {
  header h1 {
    width: 100%;
    margin: 0;
    display: table-cell;
  }
}

header .searchBox input {
  vertical-align: bottom;
}

header #navArea {
  display: none;
}

@media screen and (max-width: 640px) {
  header #navArea {
    display: block;
    position: relative;
  }
  header #navArea img {
    width: 30px;
  }
  header #navArea .nav-hidden {
    display: none;
  }
  header #navArea nav {
    position: absolute;
    right: 0;
    background: #13284c;
    padding: 20px;
    display: none;
    width: 220px;
  }
  header #navArea #nav-input:checked ~ nav {
    /*チェック入ってるとき ~ メニューが*/
    display: block;
    /*追加*/
    -webkit-animation: 1s fadeIn;
            animation: 1s fadeIn;
    /*追加*/
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    /*追加*/
    to {
      opacity: 1;
    }
    /*追加*/
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    /*追加*/
    to {
      opacity: 1;
    }
    /*追加*/
  }
  header #navArea .menu-spmenu-container ul {
    width: 100%;
    display: block;
    font-size: 1rem;
    text-align: right;
    background: #13284c;
  }
  header #navArea .menu-spmenu-container ul li {
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  header #navArea .menu-spmenu-container ul li:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  header #navArea .menu-spmenu-container ul li a {
    color: #fff;
  }
  header #navArea .menu-spmenu-container ul li a:hover {
    color: #13284c;
  }
  header #navArea .searchBoxSp .langSelect {
    background: #fff;
    padding: 2px 4px;
    color: #13284c;
    font-weight: bold;
    margin: 5px auto;
  }
  header #navArea .searchBoxSp .langSelect span {
    border-left: 3px solid #13284c;
    padding-left: 20px;
  }
}

.topContents {
  /*----contentsInnnerここまで----*/
}

.topContents .topContentsInner {
  width: 1040px;
  margin: 0 auto;
  /*----FORM CSS----*/
  /*----FORM CSSここまで----*/
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner {
    width: 100%;
  }
}

.topContents .topContentsInner .fTab-wrap ul li {
  padding: 10px 2px;
  font-size: 1.14rem;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .fTab-wrap ul li {
    font-size: 1rem;
    line-height: 0.8rem;
  }
}

.topContents .topContentsInner .fTab-wrap .content_area .blgAll h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.57rem;
  font-weight: bold;
  margin-top: 50px;
  color: #6496FF;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .fTab-wrap .content_area .blgAll h4 {
    margin-top: 30px;
  }
}

.topContents .topContentsInner .fTab-wrap .content_area .blgAll ul {
  width: 80%;
  margin: 20px auto;
}

.topContents .topContentsInner .fTab-wrap .content_area .blgAll ul li {
  font-weight: 600;
  border-bottom: 1px solid;
  padding: 10px;
  width: 60%;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .fTab-wrap .content_area .blgAll ul li {
    width: 96%;
    line-height: 1.28rem;
  }
}

.topContents .topContentsInner .fTab-wrap .content_area .blgAll ul li a:hover {
  color: #13284C;
  opacity: .7;
}

.topContents .topContentsInner .featureProducts .slick01 h5 {
  font-size: 1rem;
  margin: 10px 20px 5px 0;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 h5 {
    font-size: 0.8rem;
  }
}

.topContents .topContentsInner .featureProducts .slick01 p {
  background: #00cc73;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  width: 50%;
  padding: 5px 10px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 p {
    width: 80%;
    font-size: 0.5rem;
  }
}

.topContents .topContentsInner .featureProducts .slick01 .prev-arrow {
  position: absolute;
  top: 25%;
  color: #13284c;
  font-size: 2.28rem;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 .prev-arrow {
    font-size: 1.5rem;
  }
}

.topContents .topContentsInner .featureProducts .slick01 .next-arrow {
  position: absolute;
  top: 25%;
  right: 0;
  color: #13284c;
  font-size: 2.28rem;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 .next-arrow {
    font-size: 1.5rem;
  }
}

.topContents .topContentsInner .featureProducts .slick01 .slick-list {
  width: 90%;
  margin: 30px auto;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 .slick-list {
    width: 80%;
  }
}

.topContents .topContentsInner .featureProducts .slick01 .slick-slide img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 560px) {
  .topContents .topContentsInner .featureProducts .slick01 .slick-slide img {
    width: 140px;
    height: auto;
  }
}

.topContents .topContentsInner .featureProducts .slick01 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.topContents .topContentsInner .featureProducts .slick01 .slide-dots {
  text-align: center;
}

.topContents .topContentsInner .featureProducts .slick01 .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.topContents .topContentsInner .featureProducts .slick01 .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.topContents .topContentsInner .featureProducts .slick01 .slide-dots li button:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #13284c;
  font-size: 12px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.topContents .topContentsInner .featureProducts .slick01 .slide-dots li.slick-active button:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #13284c;
}

.topContents .topContentsInner .enFL_form table {
  margin: 20px auto;
}

.topContents .topContentsInner .enFL_form table tr {
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr {
    margin: 5px 0;
  }
}

.topContents .topContentsInner .enFL_form table tr td {
  padding: 10px;
}

.topContents .topContentsInner .enFL_form table tr td input {
  padding: 5px;
}

.topContents .topContentsInner .enFL_form table tr td select {
  padding: 5px;
}

.topContents .topContentsInner .enFL_form table tr td textarea {
  height: 150px;
}

.topContents .topContentsInner .enFL_form table tr td .buttons {
  width: 100px;
  height: 50px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr td {
    display: block;
  }
  .topContents .topContentsInner .enFL_form table tr td input {
    padding: 2px;
  }
  .topContents .topContentsInner .enFL_form table tr td select {
    padding: 2px;
    width: 96%;
  }
  .topContents .topContentsInner .enFL_form table tr td textarea {
    height: 80px;
  }
  .topContents .topContentsInner .enFL_form table tr td .buttons {
    width: 100px;
    height: 50px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.topContents .topContentsInner .enFL_form table tr .formItem {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr .formItem {
    text-align: left;
    padding-bottom: 10px;
    font-size: 0.78rem;
  }
}

.topContents .topContentsInner .enFL_form table tr .formProduct {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: right;
  color: #777;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr .formProduct {
    text-align: left;
  }
}

.topContents .topContentsInner .enFL_form table tr .col2 {
  text-align: center;
}

.topContents .topContentsInner .enFL_form table tr .col2 a {
  padding-right: 20px;
  font-weight: bold;
  color: #002e91;
}

.topContents .topContentsInner .enFL_form table tr .col2 a:hover {
  opacity: .5;
}

.topContents .topContentsInner .enFL_form table tr .textBox {
  width: 350px;
  word-break: break-all;
}

.topContents .topContentsInner .enFL_form table tr .borderDashed {
  border-bottom: 1px dashed;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr .borderDashed span {
    font-size: 0.78rem;
    padding-bottom: 10px;
  }
  .topContents .topContentsInner .enFL_form table tr .borderDashed span::before {
    content: "\A";
    white-space: pre;
  }
  .topContents .topContentsInner .enFL_form table tr .borderDashed span::after {
    content: "\A";
    white-space: pre;
  }
}

.topContents .topContentsInner .enFL_form table tr .padTop {
  padding-top: 30px;
}

.topContents .topContentsInner .enFL_form table tr .padBtm {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .topContents .topContentsInner .enFL_form table tr .padBtm {
    padding-bottom: 5px;
  }
}

.topContents section .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topContents section .flex4 .catBox a img {
  width: 100%;
  height: auto;
}

.topContents section .flex4 .catBox a::after {
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .topContents section .flex4 {
    display: block;
    clear: both;
  }
  .topContents section .flex4 .catBox {
    float: left;
    width: 43%;
    margin: 0 10px 10px 10px;
  }
  .topContents section .flex4 .catBox a img {
    width: 100%;
    height: 115px;
  }
  .topContents section .flex4 .catBox a h5 {
    font-size: 0.8rem;
  }
}

.gallery-masonry .wpmf-gallery-item.masonry-brick, .gallery-masonry .wpmf-gallery-item.wpmf-gallery-item-show, .wpmf-gallery-divi-wrap .gallery-masonry .wpmf-gallery-item {
  width: 27% !important;
}

.productSearch {
  position: relative;
}

@media screen and (max-width: 640px) {
  .productSearch {
    width: 90%;
    margin: 0 auto;
  }
}

.productSearch .searchandfilter {
  position: -webkit-sticky;
  position: sticky;
  top: 4%;
  float: left;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px 0.1px #aaa;
          box-shadow: 1px 1px 3px 0.1px #aaa;
  padding: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 640px) {
  .productSearch .searchandfilter {
    position: initial;
    top: 0;
    padding: 40px 0;
    margin-top: 40px;
    width: 100%;
    float: none;
  }
}

.productSearch .searchandfilter ul li {
  padding: 0;
}

.productSearch .searchandfilter ul .sf-field-taxonomy-productscategory {
  font-size: 0.7rem;
}

@media screen and (max-width: 640px) {
  .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

.productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-level-0 .sf-label-checkbox {
  font-weight: bold;
  color: #2b5eaf;
}

.productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-level-0 .sf-level-1 .sf-label-checkbox {
  font-weight: normal;
  color: #244f91;
}

.productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-level-0 .sf-level-1 .sf-level-2 .sf-label-checkbox {
  font-weight: normal;
  color: #5a5a5a;
}

@media screen and (max-width: 640px) {
  .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-level-0 .children {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-item-147 label, .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-item-6 label, .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-item-16 label, .productSearch .searchandfilter ul .sf-field-taxonomy-productscategory .sf-item-23 label {
    width: 120px;
  }
}

.productSearch .searchandfilter ul .sf-field-reset {
  padding: 10px;
}

.productSearch .searchandfilter ul .sf-field-reset input {
  width: 30%;
  padding: 10px 0;
  border: none;
  background: #77a7ff;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0.1px #ccc;
          box-shadow: 2px 2px 5px 0.1px #ccc;
  cursor: pointer;
}

.productSearch .searchandfilter ul .sf-field-reset input:hover {
  opacity: .7;
}

.productSearch .search-filter-results {
  width: 68%;
  float: right;
  margin-top: -20px;
  /*----PRODUCT LIST----*/
  /*----PRODUCT LISTここまで----*/
}

@media screen and (max-width: 640px) {
  .productSearch .search-filter-results {
    width: 98%;
    float: none;
    margin-top: 10px;
    padding: 0;
  }
}

.productSearch .search-filter-results hr {
  display: none;
}

.productSearch .search-filter-results .result {
  width: 30%;
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .productSearch .search-filter-results .result {
    width: 45%;
    padding: 5px;
    float: none;
    display: inline-block;
  }
}

.productSearch .search-filter-results .result img {
  width: 170px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .productSearch .search-filter-results .result img {
    width: 90%;
  }
}

.productSearch .search-filter-results .result h5 {
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
  color: #13284c;
  font-size: 1rem;
}

.productSearch .search-filter-results .result span {
  border: 1px solid;
  padding: 0 10px;
}

.productSearch .search-filter-results .result p {
  font-size: 0.78rem;
}

.productSearch .search-filter-results .result p span {
  border: none;
}

.productSearch .search-filter-results .result:hover {
  -webkit-box-shadow: 1px 1px 5px -1px #aaa;
          box-shadow: 1px 1px 5px -1px #aaa;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

@media screen and (max-width: 450px) {
  .gallery-masonry::after {
    clear: both;
  }
  .gallery-masonry .wpmf-gallery-item.masonry-brick, .gallery-masonry .gallery-masonry .wpmf-gallery-item.wpmf-gallery-item-show, .gallery-masonry .wpmf-gallery-divi-wrap .gallery-masonry .wpmf-gallery-item {
    position: static !important;
    display: inline-block;
    float: left;
  }
  .wpmf_gallery_wrap .wpmf_gallery_box .wpmf-gallerys .gallery .wpmf-gallery-item {
    width: 30% !important;
  }
  .cont03 .tablepress {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .singleContents table {
    display: block;
    overflow: scroll;
  }
}

.searchFree h2 {
  font-size: 2.21rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #444;
}

.searchFree h2 span {
  font-size: 1.71rem;
  font-weight: 400;
}

.searchFree h3 {
  padding: 20px;
  border-bottom: 1px solid #333;
  width: 70%;
  margin: 0 auto;
}

.searchFree h3 a {
  font-size: 1.28rem;
}

.searchFree h3 a:hover {
  opacity: .7;
}

.searchFree h3 .searchLink {
  font-size: 0.8rem;
  font-weight: normal;
}

.searchFree p {
  padding: 20px;
}

.searchFree p span {
  font-size: 1.14rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .searchFree {
    margin-top: 60px;
  }
  .searchFree h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .searchFree h2 span {
    font-size: 1rem;
  }
  .searchFree h3 {
    padding: 10px;
    width: 80%;
  }
  .searchFree h3 a {
    font-size: 1rem;
  }
  .searchFree h3 .searchLink {
    font-size: 0.57rem;
  }
}

.singleContents .zp-Zotpress {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #loginPage form {
    margin-top: 40px;
  }
  #loginPage dl {
    width: 80%;
  }
  #loginPage dl dt {
    width: 100%;
    float: none;
  }
  #loginPage dl dd {
    margin: 0;
  }
  
.singleContents .zp-Zotpress {
  width: 100%;
  margin: 0 auto;
}
  
}

.singleContents p a.glossaryLink:hover {
  opacity: .6;
}
/*# sourceMappingURL=style2.css.map */
/*# sourceMappingURL=style2.css.map */
.productContents .productUpp .nameProduct p a {
  border-bottom: dotted 1px #003cff;
  color: #003cff;
}
/*# sourceMappingURL=style2.css.map */

/* :::::::::::::::::::応急処置::::::::::::::::::: */
/* div#navArea {
    display: none;
} */