@charset "UTF-8";
/*jrj-online-shop 191219*/
/*--共通タイトル背景-------------------------------------*/
#main_visual {
  width: 100%;
  margin-top: 72px;
  position: relative;
}
#main_visual .main_visual_inner {
  position: relative;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner {
    height: 60px;
  }
}
#main_visual .main_visual_inner .text_content {
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner .text_content {
    padding: 10px;
  }
}
#main_visual .main_visual_inner .text_content h1 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner .text_content h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: #fff 2px 0px 5px, #fff -2px 0px 5px, #fff 0px -2px 5px, #fff 0px 2px 5px;
  }
}

/*--リストスタイル-------------------------------------*/
.wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap .list_box {
    margin: 0 auto 30px;
  }
}
.wrap .list_box .list_thum {
  text-align: center;
  margin-bottom: 15px;
}
.wrap .list_box .list_thum img {
  width: 100%;
  height: auto;
}
.wrap .list_box h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.wrap .list_box h3 a {
  color: #333;
}
.wrap .list_box p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .wrap .list_box p {
    font-size: 13px;
  }
}

/*grid system start ----------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-five-1 {
  max-width: 20%;
  flex: 0 0 20%;
}

.col-xs-five-2 {
  max-width: 40%;
  flex: 0 0 40%;
}

.col-xs-five-3 {
  max-width: 60%;
  flex: 0 0 60%;
}

.col-xs-five-4 {
  max-width: 80%;
  flex: 0 0 80%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-sm-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-sm-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-sm-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }
}
@media (min-width: 768px) {
  .col-md-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-md-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-md-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-md-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }

  .col-md-offset-five-1 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-lg-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-lg-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-lg-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .col-xl-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .col-xl-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .col-xl-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.container {
  max-width: 1130px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: initial;
    max-width: auto;
  }
}

/*gridのgutter調整*/
.gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.gutter-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutter-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.gutter-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .gutter-10,
  .gutter-20,
  .gutter-30,
  .gutter-40,
  .gutter-50,
  .gutter-60 {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .gutter-10 > div,
  .gutter-20 > div,
  .gutter-30 > div,
  .gutter-40 > div,
  .gutter-50 > div,
  .gutter-60 > div {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
/*grid system end ------------------------*/
/*--画像タイトル背景-------------------------------------*/
#main_visual .bg_topic {
  background: url("../img/topic/header_bn_topic.jpg") no-repeat center center;
  background-size: cover;
}

.topic_bnr {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}
.topic_bnr .bnr-list li {
  padding: 10px;
}
.topic_bnr .bnr-list li:nth-child(3n+2):last-child {
  margin-right: 0;
}
.topic_bnr .bnr-list li h4 {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topic_bnr .bnr-list li h4 {
    font-size: 18px;
  }
}
.topic_bnr .bnr-list li p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topic_bnr .bnr-list li p {
    font-size: 14px;
  }
}

.jrj_sitetop_ttl {
  width: 80%;
  max-width: 800px;
  margin: 20px auto 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .jrj_sitetop_ttl {
    width: 94%;
    max-width: auto;
  }
}
.jrj_sitetop_ttl h2 {
  font-size: 28px;
  line-height: 1.1;
  padding: 0 10px;
  margin: 0 !important;
  vertical-align: middle;
  background: #FFF;
  position: relative;
  z-index: 5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .jrj_sitetop_ttl h2 {
    font-size: 18px !important;
  }
}
.jrj_sitetop_ttl::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 49%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .jrj_sitetop_ttl::before {
    height: 1px;
  }
}

/*--タイトル背景-------------------------------------*/
#main_visual {
  width: 100%;
  margin-top: 72px;
  position: relative;
}
#main_visual .main_visual_inner {
  position: relative;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner {
    height: 160px;
  }
}
#main_visual .main_visual_inner .text_content {
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner .text_content {
    padding: 10px;
  }
}
#main_visual .main_visual_inner .text_content h1, #main_visual .main_visual_inner .text_content strong {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #main_visual .main_visual_inner .text_content h1, #main_visual .main_visual_inner .text_content strong {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: #fff 2px 0px 5px, #fff -2px 0px 5px, #fff 0px -2px 5px, #fff 0px 2px 5px;
  }
}
#main_visual .bg_foodtravel {
  background: url("../img/foodtravel/header_bn_foodtravel.jpg") no-repeat center center;
  background-color: #453B32;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #main_visual .bg_foodtravel {
    background: url("../img/topic/bn_foodtravel.jpg") no-repeat center center;
    background-size: cover;
  }
}
#main_visual .bg_foodtravel h1, #main_visual .bg_foodtravel strong {
  font-size: 0;
}
#main_visual .bg_health {
  background: url("../img/health/header_bn_health.jpg") no-repeat center center;
  background-color: #68C4FF;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #main_visual .bg_health {
    background: url("../img/topic/bn_health.jpg") no-repeat center center;
    background-size: cover;
  }
}
#main_visual .bg_health h1, #main_visual .bg_health strong {
  font-size: 0;
}
#main_visual .bg_safefood {
  background: url("../img/safefood/header_bn_safefood.jpg") no-repeat center center;
  background-color: #F4E1C3;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #main_visual .bg_safefood {
    background: url("../img/topic/bn_safefood.jpg") no-repeat center center;
    background-size: cover;
  }
}
#main_visual .bg_safefood h1, #main_visual .bg_safefood strong {
  font-size: 0;
}
#main_visual .bg_medical {
  background: url("../img/medical/header_bn_medical.jpg") no-repeat center center;
  background-color: #5FB68F;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #main_visual .bg_medical {
    background: url("../img/topic/bn_medical.jpg") no-repeat center center;
    background-size: cover;
  }
}
#main_visual .bg_medical h1, #main_visual .bg_medical strong {
  font-size: 0;
}

/*--記事一覧スタイル-------------------------------------*/
.list_wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_wrap .list_box {
    margin: 0 auto 30px;
  }
}
.list_wrap .list_box .list_thum {
  text-align: center;
  margin-bottom: 15px;
}
.list_wrap .list_box .list_thum img {
  width: 100%;
  height: auto;
}
.list_wrap .list_box h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.list_wrap .list_box h3 a {
  color: #333;
}
.list_wrap .list_box p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .list_wrap .list_box p {
    font-size: 13px;
  }
}

/*--各記事ページ共通スタイル-------------------------------------*/
.article_block {
  margin: 60px auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .article_block {
    margin: 30px auto;
  }
}
.article_block .container {
  max-width: 1130px;
}
.article_block h2 {
  font-size: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .article_block h2 {
    font-size: 18px;
  }
}
.article_block p {
  line-height: 1.8em;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  .article_block p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.article_block .photo {
  text-align: center;
}
.article_block .btn {
  letter-spacing: 0.2em;
  font-size: 20px;
  font-weight: normal;
}

/*--メディカルインフォメーション-------------------------------------*/
.medical_block .ttl-01 {
  background: url("../img/medical/medical_01p_01.jpg") no-repeat center right;
  background-color: #F0F0F0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .medical_block .ttl-01 {
    background-position: center center;
    background-size: cover;
  }
}
.medical_block .ttl-01 .text_box {
  text-align: left;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .medical_block .ttl-01 .text_box {
    padding: 20px 10px;
  }
}
.medical_block .ttl-01 .text_box h1 {
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .medical_block .ttl-01 .text_box h1 {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
  }
}
.medical_block .ttl-01 .text_box h1 span {
  font-size: 28px;
  line-height: 2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .medical_block .ttl-01 .text_box h1 span {
    font-size: 22px;
  }
}
.medical_block .list_box {
  background: #f0f0f0;
  margin: 40px auto;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .medical_block .list_box {
    padding: 10px 15px;
  }
}
.medical_block .list_box .list_box2 {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .medical_block .list_box .list_box2 {
    padding: 10px;
  }
}
.medical_block .list_box .list_box2 h3 {
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .medical_block .list_box .list_box2 h3 {
    padding: 5px;
  }
}
.medical_block .list_box .list_box2 h4 {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .medical_block .list_box .list_box2 h4 {
    font-size: 14px;
  }
}

/*--安心な食の選び方-------------------------------------*/
.safefood_block .ttl-01 {
  background: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .safefood_block .ttl-01 {
    padding: 10px;
  }
}
.safefood_block .ttl-01 h1 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .safefood_block .ttl-01 h1 {
    font-size: 18px;
  }
}
.safefood_block .answer_box {
  position: relative;
  padding: 20px 0;
}
.safefood_block .answer_box p {
  padding-left: 50px;
  text-indent: 0;
}
.safefood_block .answer_box:before {
  content: "A.";
  background: #FFB84D;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px;
  top: 10px;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .safefood_block .answer_box:before {
    font-size: 16px;
    top: 20px;
  }
}
.safefood_block .border_box {
  border: 1px dotted #333;
  background: #f0f0f0;
  padding: 20px;
}
.safefood_block .border_box .matome_ttl {
  background: #999;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .safefood_block .border_box .matome_ttl {
    display: block;
  }
}
.safefood_block .border_box .matome_ttl p {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .safefood_block .border_box .matome_ttl p {
    text-align: center;
  }
}
.safefood_block .border_box li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .safefood_block .border_box li {
    font-size: 14px;
  }
}
.safefood_block .side_nav_block .ttl-02 {
  margin-bottom: 10px;
}
.safefood_block .side_nav_block .profile_box .text_box {
  padding: 0 10px;
}
.safefood_block .side_nav_block .profile_box .text_box .name {
  text-align: center;
  margin: 5px auto 10px;
}
.safefood_block .side_nav_block .profile_box .text_box .name p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .safefood_block .side_nav_block .profile_box .text_box .name p {
    font-size: 14px;
  }
}
.safefood_block .side_nav_block .profile_box .text_box p {
  font-size: 12px;
  line-height: 1.6em;
}

/*--二ホン長寿紀行-------------------------------------*/
.foodtravel_block .ttl-01 {
  background: url("../img/foodtravel/foodtravel_01p_01.jpg") no-repeat center center;
  padding: 140px 0;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .foodtravel_block .ttl-01 {
    padding: 40px 0;
  }
}
.foodtravel_block .ttl-01 h1 {
  color: #fff;
  text-shadow: 0px 0px 3px #433033;
}

/*--健康情報最前線-------------------------------------*/
.health_block .ttl-01 {
  background: #666666;
  padding: 10px;
  margin-bottom: 0;
}
.health_block .ttl-01 h1 {
  color: #fff;
}
.health_block .text_box {
  background: #f0f0f0;
  padding: 20px;
}
.health_block .text_box .text {
  text-align: center;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .health_block .text_box .text {
    font-size: 16px;
  }
}
.health_block .text_box .text p {
  line-height: 1.4em;
  text-indent: 0em;
}
.health_block .border_box {
  border: 1px dotted #333;
}
.health_block .border_box .text {
  text-align: left;
}
.health_block .border_box .text li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.health_block .border_box .text li:last-of-type {
  margin-bottom: 0;
}
.health_block .border_box .text li p {
  text-indent: 1.5em;
}
.health_block .list_box {
  background: #f0f0f0;
  margin: 40px auto;
  padding: 20px 30px;
}
.health_block .list_box .article_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .health_block .list_box .article_ttl {
    font-size: 18px;
  }
}
.health_block .list_box .list_box2 {
  background: #fff;
  padding: 20px;
}
.health_block .list_box .list_box2 ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.health_block .list_box .list_box2 ul li:last-child {
  border-bottom: none;
}
.health_block .list_box .list_box2 ul li a {
  color: #333;
}

/*画像full---------------------------------*/
.img-fluid {
  width: 100%;
  height: auto;
}

/*ラッパー---------------------------------*/
#main .wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #main .wrap {
    padding: 40px 0;
  }
}

/*背景---------------------------------*/
.bg_black {
  background: #181818;
  color: #FFF;
}

.bg_gray {
  background: #FAFAFA;
  color: #333;
}

.bg_lblue {
  background: #F2F4F7;
  color: #333;
}

.bg_white {
  background: #FFF;
  color: #333;
}

.bg_blue {
  background: #E5ECF8;
  color: #333;
}

/*見出し---------------------------------*/
.ttl-01 {
  margin: 0 auto 50px;
  color: #333;
  position: relative;
  text-align: center;
  /*&::after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px auto 0;
    background: #C90101;

    @include mq{
      width: 20px;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .ttl-01 {
    margin-bottom: 30px;
  }
}
.ttl-01 h1, .ttl-01 h2, .ttl-01 h3, .ttl-01 h4 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: normal;
  position: relative;
  vertical-align: baseline;
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl-01 h1, .ttl-01 h2, .ttl-01 h3, .ttl-01 h4 {
    font-size: 20px;
    font-weight: bold;
  }
}

.ttl-02 {
  margin: 0 auto 30px;
  border-bottom: solid 1px #666666;
  position: relative;
  padding: 0 0px 8px 0px;
}
@media screen and (max-width: 767px) {
  .ttl-02 {
    margin-bottom: 15px;
  }
}
.ttl-02 h1, .ttl-02 h2, .ttl-02 h3, .ttl-02 h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .ttl-02 h1, .ttl-02 h2, .ttl-02 h3, .ttl-02 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.ttl-03 {
  margin: 20px auto 10px;
  color: #E84F51;
  position: relative;
  /*&::after{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #333;
    position: absolute;
    left:0;
    top:0;
  }*/
}
@media screen and (max-width: 767px) {
  .ttl-03 {
    margin-bottom: 15px;
  }
}
.ttl-03 h1, .ttl-03 h2, .ttl-03 h3, .ttl-03 h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-03 h1, .ttl-03 h2, .ttl-03 h3, .ttl-03 h4 {
    font-size: 16px;
  }
}

.ttl-04 {
  margin: 0 auto 50px;
  color: #333;
  position: relative;
  text-align: center;
  padding: 15px;
  border-top: solid 1px #002564;
  border-bottom: solid 1px #002564;
}
@media screen and (max-width: 767px) {
  .ttl-04 {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.ttl-04 h1, .ttl-04 h2, .ttl-04 h3, .ttl-04 h4 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
  color: #002564;
}
@media screen and (max-width: 767px) {
  .ttl-04 h1, .ttl-04 h2, .ttl-04 h3, .ttl-04 h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
  }
}

.ttl-05 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ttl-05 {
    margin-bottom: 15px;
  }
}
.ttl-05 h1, .ttl-05 h2, .ttl-05 h3, .ttl-05 h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
  color: #002564;
}
@media screen and (max-width: 767px) {
  .ttl-05 h1, .ttl-05 h2, .ttl-05 h3, .ttl-05 h4 {
    font-size: 18px;
    font-weight: bold;
  }
}

.ttl-06 {
  margin: 0 auto 30px;
  background: #F2F4F7;
  padding: 10px 15px;
  border-left: solid 3px #002564;
}
@media screen and (max-width: 767px) {
  .ttl-06 {
    margin-bottom: 20px;
  }
}
.ttl-06 h1, .ttl-06 h2, .ttl-06 h3, .ttl-06 h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
  color: #002564;
}
@media screen and (max-width: 767px) {
  .ttl-06 h1, .ttl-06 h2, .ttl-06 h3, .ttl-06 h4 {
    font-size: 18px;
    font-weight: bold;
  }
}

.ttl-07 {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .ttl-07 {
    margin-bottom: 15px;
  }
}
.ttl-07 h1, .ttl-07 h2, .ttl-07 h3, .ttl-07 h4 {
  flex: 1;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
  color: #002564;
}
@media screen and (max-width: 767px) {
  .ttl-07 h1, .ttl-07 h2, .ttl-07 h3, .ttl-07 h4 {
    font-size: 16px;
    font-weight: bold;
  }
}
.ttl-07 span {
  background: #002564;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
}

.ttl-08 {
  margin: 0 auto 30px;
  background: #F2F4F7;
  padding: 10px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl-08 {
    margin-bottom: 20px;
  }
}
.ttl-08 h1, .ttl-08 h2, .ttl-08 h3, .ttl-08 h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  vertical-align: baseline;
  color: #002564;
}
@media screen and (max-width: 767px) {
  .ttl-08 h1, .ttl-08 h2, .ttl-08 h3, .ttl-08 h4 {
    font-size: 18px;
    font-weight: bold;
  }
}

.textbox p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .textbox p {
    font-size: 14px;
  }
}
.textbox p + p {
  margin-top: 1em;
}

/*BOX--------------------------------*/
.borderbox {
  border: solid 1px #CCC;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .borderbox {
    padding: 15px;
  }
}
.borderbox + .borderbox {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .borderbox + .borderbox {
    margin-top: 15px;
  }
}

/*リスト---------------------------------*/
.number_list ul {
  margin-bottom: 20px;
  counter-reset: number;
}
.number_list li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .number_list li {
    font-size: 13px;
    padding-left: 30px;
  }
}
.number_list li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .number_list li::before {
    font-size: 13px;
  }
}

/*テーブル---------------------------------*/
.tbl-01 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #CCC;
  width: 100%;
}
.tbl-01 table th, .tbl-01 table td {
  padding: 10px 15px;
  border: solid 1px #CCC;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl-01 table th, .tbl-01 table td {
    font-size: 13px;
    padding: 10px;
  }
}
.tbl-01 table th {
  background: #EEE;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tbl-02 {
    overflow: auto;
    white-space: nowrap;
  }
  .tbl-02::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-02::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tbl-02::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.tbl-02 table {
  border-collapse: collapse;
  border: solid 1px #CCC;
  width: 100%;
}
.tbl-02 table th, .tbl-02 table td {
  padding: 10px 15px;
  border: solid 1px #CCC;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl-02 table th, .tbl-02 table td {
    font-size: 13px;
    padding: 10px;
  }
}
.tbl-02 table th {
  background: #EEE;
  color: #333;
  font-weight: bold;
}

.tbl-03 {
  margin: 30px 0;
}
.tbl-03 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #000C39;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl-03 table {
    border-bottom: none;
  }
}
.tbl-03 table th, .tbl-03 table td {
  padding: 15px;
  border-right: solid 1px #000C39;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tbl-03 table th, .tbl-03 table td {
    font-size: 13px;
    padding: 10px;
    width: 100%;
    display: block;
    border-right: none;
  }
}
.tbl-03 table tr {
  border-bottom: solid 1px #000C39;
}
@media screen and (max-width: 767px) {
  .tbl-03 table tr {
    width: 100%;
    display: block;
  }
}
.tbl-03 table th {
  background: #000C39;
  border-right: solid 1px #FFF;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl-03 table th {
    border-right: none;
  }
}
.tbl-03 table thead th:last-of-type {
  border-right: solid 1px #000C39;
}
@media screen and (max-width: 767px) {
  .tbl-03 table thead th:last-of-type {
    display: none;
  }
}
.tbl-03 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #00156C;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tbl-03 h4 {
    font-size: 16px;
  }
}
.tbl-03 ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .tbl-03 ul li {
    font-size: 13px;
  }
}
.tbl-03 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
.tbl-03 ul li:last-of-type {
  margin-bottom: 0;
}

/*動画---------------------------------*/
.youtube {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.video {
  position: relative;
  width: 100%;
}

/*gmap---------------------------------*/
@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/*btn---------------------------------*/
.ghost_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #333;
  max-width: 350px;
  text-align: center;
  border-radius: 0px;
  border: solid 2px #333;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ghost_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 15px;
    padding: 12px 0px;
  }
}
.ghost_btn a:hover {
  background: #333;
  color: #FFF;
}
.ghost_btn i {
  margin-right: 3px;
}

.blue_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #FFF;
  background: #002564;
  border: solid 2px #002564;
  max-width: 350px;
  text-align: center;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .blue_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 15px;
    padding: 12px 0px;
  }
}
.blue_btn a:hover {
  background: #FFF;
  color: #002564;
}
.blue_btn i {
  margin-right: 3px;
}

.lblue_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #FFF;
  background: #006494;
  border: solid 2px #006494;
  max-width: 350px;
  text-align: center;
  border-radius: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lblue_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 15px;
    padding: 12px 0px;
  }
}
.lblue_btn a:hover {
  background: #FFF;
  color: #006494;
}
.lblue_btn i {
  margin-right: 3px;
}

.white_btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #002564;
  background: #FFF;
  border: solid 2px #FFF;
  max-width: 350px;
  text-align: center;
  border-radius: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .white_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 15px;
    padding: 12px 0px;
  }
}
.white_btn a:hover {
  background: #006494;
  color: #FFF;
}
.white_btn i {
  margin-right: 3px;
}

.gley_btn a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 15px;
  transition: background-color .3s, color .3s, opacity .3s;
  color: #333;
  background: #CCC;
  border: solid 2px #CCC;
  text-align: center;
  border-radius: 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gley_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 15px;
    padding: 12px 0px;
  }
}
.gley_btn a:hover {
  background: #FFF;
  color: #333;
}
.gley_btn i {
  margin-right: 3px;
}

.btn_width_fluid a {
  max-width: auto;
  max-width: initial;
}

.btn_arrow_r a {
  position: relative;
}
.btn_arrow_r a::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_l a {
  position: relative;
}
.btn_arrow_l a::after {
  content: "\f104";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1arr;
}

.btn_arrow_d a {
  position: relative;
}
.btn_arrow_d a::after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn_arrow_u a {
  position: relative;
}
.btn_arrow_u a::after {
  content: "\f106";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* pagenavi---------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #666666;
  background-color: #FFF;
  border: solid 1px #666666;
  padding: 10px 15px;
  margin: 0 0px 5px -1px;
  white-space: nowrap;
  transition: background-color .3s, color .5s, opacity .3s;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 10px;
    margin: 0 0px 5px -1px;
  }
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #666666;
  border-color: #666666;
}
.wp-pagenavi .current {
  color: #FFF;
  background-color: #666666;
  border-color: #666666;
}
.wp-pagenavi .extend {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .larger {
    display: none;
  }
}

/*パンくず---------------------------------*/
.breadcrumbs {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  background: #FAFAFA;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
    padding: 8px 0;
  }
}
.breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a span {
  text-decoration: underline;
}

/*ヘッダータイトル部分*/
.header_title {
  background: url("../images/header/header_company_bg.jpg") no-repeat center center;
  background-size: cover;
}
.header_title.recruit {
  background-image: url("../images/header/header_interview_bg.jpg");
}
.header_title .wrap {
  position: relative;
  height: 200px;
  padding: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_title .wrap {
    height: 150px;
  }
}
.header_title h1, .header_title strong {
  font-family: Baskerville, Cambria, "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0;
  text-shadow: 2px 2px 10px #fff;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_title h1, .header_title strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
.header_title p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .header_title p {
    font-size: 13px;
  }
}

/*フォントサイズ---------------------------------*/
.fs-xxlarge {
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .fs-xxlarge {
    font-size: 22px !important;
  }
}

.fs-xlarge {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .fs-xlarge {
    font-size: 18px !important;
  }
}

.fs-large {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .fs-large {
    font-size: 16px !important;
  }
}

.fs-medium {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .fs-medium {
    font-size: 14px !important;
  }
}

.fs-small {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .fs-small {
    font-size: 12px !important;
  }
}

.fs-xsmall {
  font-size: 12px !important;
}
@media screen and (max-width: 767px) {
  .fs-xsmall {
    font-size: 10px !important;
  }
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*フォントカラー*/
.fc-red {
  color: #F00 !important;
}

.fc-gray {
  color: #999 !important;
}

.fc-white {
  color: #FFF !important;
}

/*リンク下線*/
.link-underline {
  text-decoration: underline !important;
}

.marker {
  background: linear-gradient(#FEFE8E 0%, #FEFE8E 100%);
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}
