@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Roboto", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main,
#main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Roboto", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}

@media screen and (max-width: 468px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}

@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #ccc;
          box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(0, 74, 125, 0.25);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}

.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):after {
  content: ">";
  position: absolute;
  right: -20px;
}

.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #004a7d dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #004a7d;
  font-weight: bold;
}

.faq_q:before {
  content: "Q";
  display: block;
  background: #004a7d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}

.faq_a:before {
  content: "A";
  display: block;
  background: #ffb933;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}

@media screen and (max-width: 468px) {
  .dnone_pc {
    display: block;
  }
}

.container_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .container_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_f .box {
  width: 49%;
}

.container_f .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 468px) {
  .container_f .box {
    width: 100%;
  }
}

.container_3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .container_3 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}

.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .container_4 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_4 .inner .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}

.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.txtimg01 table td {
  border: none !important;
}

@media screen and (max-width: 468px) {
  .txtimg01 table td {
    display: block;
  }
}

.txtimg01 table td:nth-child(odd) {
  width: 60%;
}

@media screen and (max-width: 468px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

.txtimg02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .txtimg02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.txtimg02 .txt {
  width: 49%;
}

@media screen and (max-width: 468px) {
  .txtimg02 .txt {
    width: 100%;
  }
}

.txtimg02 .img {
  width: 49%;
}

@media screen and (max-width: 468px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}

.txtimg03 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

.txtimg04 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 468px) {
  .txtimg04 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.txtimg04 td {
  width: 60%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  padding: 40px !important;
}

@media screen and (max-width: 468px) {
  .txtimg04 .txt {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.center p,
.center a,
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center div,
.center span {
  text-align: center;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 468px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

.policy p {
  margin-bottom: 60;
}

/********* 2カラム *********/
.works_cont01 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}

.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}

.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}

.event_Instagram01 .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: none;
}

@media screen and (max-width: 468px) {
  .event_Instagram01 .sns_list {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

.event_Instagram01 .sns_photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.event_Instagram01 .sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.event_Instagram01 div.sns_list > div {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px dashed #ccc;
}

@media screen and (max-width: 468px) {
  .event_Instagram01 div.sns_list > div {
    width: 50%;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}

@media screen and (max-width: 468px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}

.event_Instagram02 .sns_date {
  background: #004a7d;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}

.event_Instagram02 .clearfix a {
  color: #004a7d !important;
}

.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}

.event_Instagram02 div.sns_list > div {
  padding: 40px;
}

@media screen and (max-width: 468px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}

.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}

.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .home_contact {
    padding: 40px 0;
  }
}

.home_contact br {
  display: none;
}

.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .home_contact .inner {
    padding: 30px 10px;
    margin: 40px 0;
  }
}

.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 468px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}

.home_contact .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman";
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
  padding-left: 1.5em;
}

.home_contact .inner .tel a {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman";
  color: #fff !important;
}

.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #06beb6 0%, #48b1bf 100%);
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* 新着情報 *********/
.news_area {
  max-height: 200px;
  overflow-y: auto;
}

.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}

.news_area td:nth-child(odd) {
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(0, 74, 125, 0.1);
    display: block;
  }
}

@media screen and (max-width: 468px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

.news_area {
  max-height: 200px;
  overflow-y: auto;
}

.news_area dt,
.news_area dd {
  background: none !important;
  border: none !important;
  margin-bottom: 0.5em;
  font-size: 16px !important;
}

.news_area dt {
  display: inline-block !important;
  background: #e3f3ff !important;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .news_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .news_area dt {
    background: rgba(0, 74, 125, 0.1) !important;
  }
  .news_area dt,
  .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even),
  .news_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}

.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #004a7d !important;
}

@media screen and (max-width: 468px) {
  .company_area table td:nth-child(odd) {
    background: rgba(0, 74, 125, 0.1);
    width: 100% !important;
  }
}

.company_area dt,
.company_area dd {
  background: none !important;
  border: none !important;
}

.company_area dt {
  border-bottom: 1px solid #004a7d !important;
}

.company_area dd {
  border-bottom: 1px solid rgba(0, 74, 125, 0.5) !important;
}

@media screen and (max-width: 468px) {
  .company_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area dt {
    background: rgba(0, 74, 125, 0.1) !important;
  }
  .company_area dt,
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even),
  .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none {
  pointer-events: none !important;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  min-width: auto !important;
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 768px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
  text-align: left;
  background: #004a7d;
}

@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .header_container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .header_container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 10px 0;
  }
}

.header_container .col_00 {
  width: 20%;
}

@media screen and (max-width: 960px) {
  .header_container .col_00 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .header_container .col_00 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 15%;
  }
}

.header_container .col_00 a.btn_con {
  background: #ffb933;
  height: 50px;
  width: 210px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header_container .col_00 a.btn_con {
    display: none;
  }
}

.header_container .col_00 a.icon_con {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_container .col_00 a.icon_con {
    display: block;
  }
}

.header_container .col_01 {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .header_container .col_01 {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .header_container .col_01 {
    width: 75%;
    margin: 0 auto;
  }
}

.header_container .col_02 {
  width: 20%;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .header_container .col_02 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
    width: 80%;
  }
}

.header_container .col_02 a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.header_container .col_02 a span {
  font-size: 0.75em;
}

.header_container .col_02 p {
  background-color: #fff;
  color: #004a7d;
  padding: 0.25em;
  text-align: center;
  font-weight: 700;
}

nav.gnav ul {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav.gnav ul li {
  position: relative;
}

nav.gnav ul li a {
  display: inline-block;
  font-size: 1.14286rem;
  font-weight: bold;
  color: #004a7d !important;
}

nav.gnav ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav.gnav ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #004a7d;
}

nav.gnav ul li ul li a {
  display: block;
  padding: 10px 0;
}

nav.gnav ul li ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mainArea .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: 70vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 768px) {
  #mainArea .swiper-container img {
    height: auto !important;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
#global_footer {
  background-color: #fff !important;
  position: relative;
  min-width: auto !important;
  border-bottom: 10px solid #004a7d;
}

#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}

@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 50px 0;
}

#footer .footer_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  #footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#footer .footer_container .col_01 {
  text-align: left;
}

@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 {
    margin-bottom: 2em;
    text-align: center;
  }
}

#footer .footer_container .col_01 .h_logo a {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004a7d !important;
}

#footer .footer_container .col_01 a {
  color: #333 !important;
}

@media screen and (max-width: 468px) {
  #footer .footer_container .col_02 {
    width: 100%;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  height: 120px;
  width: 250px;
}

@media screen and (max-width: 468px) {
  .nav_footer {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 468px) {
  .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

.nav_footer li a {
  color: #333 !important;
}

@media screen and (max-width: 468px) {
  .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    color: #fff !important;
    background: #003b64;
    padding: 0.5em 0;
    border-radius: 15px;
  }
}

#copyright {
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

.h1_txt02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/contents/bg_h1.jpg) no-repeat bottom;
  background-size: cover;
  height: 200px;
  line-height: 200px;
}

@media screen and (max-width: 468px) {
  .h1_txt02 {
    height: 100px;
    line-height: 100px;
  }
}

.h1_txt02 h1 {
  text-align: center;
  font-size: 2.57143rem;
  font-weight: bold;
  color: #004a7d;
  text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

@media screen and (max-width: 468px) {
  .h1_txt02 h1 {
    font-size: 1.71429rem;
  }
}

.h2_txt01 h2 {
  font-size: 1.71429rem;
  background: #004a7d;
  color: #fff;
  padding: 0.25em 1em;
  border-left: 4px solid #003b64;
}

.h3_txt01 h2, .h3_txt01 h3 {
  font-size: 16px;
  background: #004a7d;
  color: #fff;
  padding: 0.25em 1em;
}

/*-------------------- HOME --------------------*/
.h1_txt01 h1 {
  text-align: center;
}

.h1_txt01 h1 span {
  background: #004a7d;
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #fff !important;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 468px) {
  .h1_txt01 h1 span {
    font-size: 16px;
    padding: 1em 0;
  }
}

.home_01 div {
  font-size: 1.14286rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .home_01 div {
    font-size: 13px;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 468px) {
  .home_02 {
    margin-bottom: 60px;
  }
}

.home_02 .box {
  width: 100%;
}

.home_02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .home_02 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_02 article:before {
  content: "";
  display: block;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .home_02 article:before {
    width: 0;
  }
}

.home_02 article > a {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .home_02 article > a {
    width: 40%;
  }
}

@media screen and (max-width: 468px) {
  .home_02 article > a {
    width: 100%;
  }
}

.home_02 article div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 468px) {
  .home_02 article div {
    width: 100%;
  }
}

.home_02 article h2 {
  padding: 10px 40px;
}

@media screen and (max-width: 468px) {
  .home_02 article h2 {
    padding: 20px 0;
    text-align: center;
  }
}

.home_02 article h2 img {
  width: auto !important;
}

.home_02 article > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.28571rem;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0066b5), to(#2fbcc5));
  background: linear-gradient(90deg, #0066b5 0%, #2fbcc5 100%);
  width: 100%;
  padding: 0 40px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff !important;
}

@media screen and (max-width: 468px) {
  .home_02 article > div > a {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_02:nth-child(4) article:before {
  content: "";
  display: block;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .home_02:nth-child(4) article:before {
    width: 0;
  }
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/bg_home01.png) no-repeat;
  background-size: cover;
  padding: 200px 0 80px;
}

.home_03 .inner {
  width: 738px !important;
}

.home_03 .btn a {
  display: block;
  background-color: rgba(24, 46, 56, 0.68);
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  margin: 20px 0 30px;
}

.home_03 .bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_03 .bnr ul li {
  width: 49%;
}

@media screen and (max-width: 468px) {
  .home_03 .bnr ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}

.home_03 .bnr ul a {
  display: block;
  background: url(../images/home/btn_home01.png) no-repeat;
  background-size: cover;
  height: 75px;
  line-height: 75px;
  padding-left: 2em;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
}

.home_04 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 100px 0;
  background: url(../images/home/bg_home02.jpg) no-repeat;
  background-size: cover;
}

.home_04 .inner {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 80px;
}

@media screen and (max-width: 468px) {
  .home_04 .inner {
    padding: 40px 10px;
  }
}

.home_04 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 0.5em;
}

.home_04 h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #004a7d;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.home_04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 468px) {
  .home_04 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_05 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#004a7d), to(#258cd4));
  background: linear-gradient(to top, #004a7d 0%, #258cd4 100%);
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home_05 {
    padding: 100px 10px;
  }
}

.home_05 .inner {
  position: relative;
  z-index: 9999;
}

.home_05 .bnr01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 468px) {
  .home_05 .bnr01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_05 .box01 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 60px;
}

@media screen and (max-width: 468px) {
  .home_05 .box01 {
    padding: 30px 10px;
  }
}

.home_05 .box01 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 0.5em;
  text-align: center;
  color: #056eb7;
  margin-bottom: 0.5em;
}

.home_05 .box01 h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #056eb7;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.home_05 .btn01 a {
  display: block;
  width: 70%;
  height: 100px;
  border-radius: 2px;
  border: 2px solid #fff;
  margin: 30px auto 0;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .home_05 .btn01 a {
    width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .home_05 .btn01 a {
    font-size: 18px;
  }
}

.home_05:before {
  content: url(../images/home/bg_home03.png);
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 0;
}

@media screen and (max-width: 468px) {
  .home_05:before {
    display: none;
  }
}

.home_05:after {
  content: url(../images/home/bg_home04.png);
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 0;
}

.home_06 a {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-decoration: underline;
}

.home_07 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-bottom: 20px;
  text-align: center;
}

.home_07 img {
  width: 100% !important;
  height: 20vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 468px) {
  .home_07 img {
    height: 40vw !important;
  }
}

.home_08 a {
  background: -webkit-gradient(linear, left top, right top, from(#0066b5), to(#2fbcc5));
  background: linear-gradient(90deg, #0066b5 0%, #2fbcc5 100%);
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}

.sns_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media screen and (max-width: 768px) {
  .sns_01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 468px) {
  .sns_01 {
    margin-bottom: 60px;
  }
}

.sns_01 .box {
  width: 49%;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .sns_01 .box {
    width: 100%;
  }
}

.sns_01 .box h2 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #fff;
}

#pageplugin {
  text-align: center !important;
}

#pageplugin iframe {
  display: inline-block;
}

.kashizao_01 {
  font-size: 1.4em;
}

.kashizao_01 h2 {
  font-size: 50px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 468px) {
  .kashizao_01 h2 {
    font-size: 25px;
  }
}

.kashizao_01 h2 span {
  font-size: 0.5em;
  display: block;
  color: #fff;
  background: #004a7d;
}

.kashizao_01 .定休日 {
  color: #004a7d;
  font-weight: bold;
  background: #ffb933;
  padding: 0.5em 2em;
}

.kashizao_02 td:nth-child(1) {
  background: #eee;
  width: 25%;
}

.kashizao_03 p {
  background: #ffb933;
  padding: 20px;
  font-size: 1.28571rem;
  font-weight: bold;
}

.kashizao_03 .midashi {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #004a7d;
}

@media screen and (max-width: 468px) {
  .kashizao_03 .midashi {
    font-size: 20px;
  }
}

.kashizao_04 {
  background: #eee;
  padding: 40px;
  margin: 80px 0 0;
  font-size: 1.28571rem;
}

@media screen and (max-width: 468px) {
  .kashizao_04 {
    margin: 40px 0;
  }
}

.kashizao_04 div {
  font-weight: bold;
}

.kashizao_04 h2 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffb933));
  background: linear-gradient(transparent 60%, #ffb933 60%);
}

.syohin_01 {
  margin-bottom: 40px;
}

.syohin_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.syohin_01 ul li {
  width: 30%;
}

@media screen and (max-width: 468px) {
  .syohin_01 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}

.syohin_01 ul a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 500px;
  background: #004a7d;
  color: #fff !important;
  position: relative;
}

.syohin_01 ul a:before {
  content: "▼";
  display: block;
  position: absolute;
  top: 0%;
  left: 20px;
}

.syohin_02 {
  margin-bottom: 60px;
}

.syohin_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.syohin_02 li {
  width: 20%;
  padding: 0 1%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 468px) {
  .syohin_02 li {
    width: 50%;
  }
}

.syohin_02 li h3 {
  text-align: center;
}

.cyouri_01 div {
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .cyouri_01 div {
    font-size: 14px;
  }
}

.cyouri_01 h2 {
  border-bottom: #004a7d 1px solid;
}

@media screen and (max-width: 768px) {
  .cyouri_01 h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 468px) {
  .cyouri_01 h2 {
    font-size: 20px;
  }
}

.cyouri_02 td:nth-child(1) {
  background: #004a7d;
  color: #fff;
}

.cyouri_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 30px 0;
  background: #7dcaff;
}

@media screen and (max-width: 768px) {
  .cyouri_03 {
    padding: 30px 10px;
  }
}

.cyouri_03:nth-child(even) {
  background: #cae9ff;
}

.cyouri_03 table {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cyouri_03 table {
    width: 100%;
    max-width: 100%;
  }
}

.cyouri_03 td {
  padding: 0 !important;
  border: 0;
}

.cyouri_04 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: -webkit-gradient(linear, left top, right top, from(#0066b5), to(#2fbcc5));
  background: linear-gradient(90deg, #0066b5 0%, #2fbcc5 100%);
  padding: 20px 40px;
  color: #fff;
}

@media screen and (max-width: 468px) {
  .cyouri_04 {
    padding: 20px 10px;
    font-size: 14px;
  }
}

.cyouri_04 a {
  font-size: 48px;
  color: #ffb933 !important;
}

@media screen and (max-width: 468px) {
  .cyouri_04 a {
    font-size: 30px;
  }
}

.news_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 40px 0 0;
  background: #004a7d;
}

.news_01:last-child {
  padding-bottom: 40px;
}

.news_01 table {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .news_01 table {
    width: 100%;
    max-width: 100%;
  }
}

.news_01 td {
  border: 0;
}

.news_01 td:nth-child(1) {
  width: 70%;
}

.news_01 h2 {
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: -webkit-gradient(linear, left top, right top, from(#0066b5), to(#2fbcc5));
  background: linear-gradient(90deg, #0066b5 0%, #2fbcc5 100%);
  padding: 0.25em 1em;
  color: #fff;
}

.news_01 h2 span {
  display: block;
  font-size: 15px;
}

.result_01 {
  font-size: 44px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 468px) {
  .result_01 {
    font-size: 20px;
  }
}

.result_01 span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0066b5), to(#2fbcc5));
  background: linear-gradient(90deg, #0066b5 0%, #2fbcc5 100%);
  color: #fff;
}

.result_01 b {
  color: #004a7d;
}

.result_02 div {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .result_02 div {
    font-size: 12px;
  }
}

.result_02 h2 {
  font-size: 2.57143rem;
  border-bottom: 2px solid #004a7d;
  font-weight: bold;
  color: #004a7d;
}

@media screen and (max-width: 468px) {
  .result_02 h2 {
    font-size: 20px;
  }
}

.総合優勝, .result_03 {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.総合優勝 br, .result_03 br {
  display: none;
}

.総合優勝 h3, .result_03 h3 {
  font-size: 1.42857rem;
  padding: 0.25em 1em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #ffb933;
}

.総合優勝 .weight, .result_03 .weight {
  display: block;
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  .総合優勝 .weight, .result_03 .weight {
    font-size: 0.78em;
  }
}

.総合優勝 td > div, .result_03 td > div {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .総合優勝 td > div, .result_03 td > div {
    font-size: 24px;
  }
}

.result_03 h3 {
  background: #004a7d;
  color: #fff;
}

.result_03 td > div {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .result_03 td > div {
    font-size: 18px;
  }
}

.result_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .result_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.result_05 table {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 468px) {
  .result_05 table {
    width: 100%;
  }
}

.result_05 td {
  text-align: center !important;
}

.result_05 td div {
  font-weight: bold;
}

.result_05 td:nth-child(1) {
  width: 10%;
  background: #004a7d;
  color: #fff;
}

.result_07 > div {
  background: rgba(255, 99, 71, 0.05);
  padding: 20px;
  font-weight: bold;
}

.result_08 li {
  border-bottom: 1px solid #004a7d;
  padding: 0.25em 0;
}

.header_gnav_mb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
}

#headerTriggerMb {
  z-index: 9;
}

.header_gnav_mb_inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  width: 90%;
  height: 90%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.header_gnav_mb_inner li {
  line-height: 2;
}

.header_gnav_mb_inner li a {
  color: #004a7d !important;
  font-size: 16px;
}

div.gnav_mb_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

div.gnav_mb_close:before {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004a7d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.gnav_mb_close:after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004a7d;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  nav.gnav {
    display: none;
  }
}

div.header_trigger_mb {
  position: fixed;
  top: 1%;
  right: 2%;
  margin: 10px 10px 10px 0;
  width: 26px;
  height: 18px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media screen and (max-width: 768px) {
  div.header_trigger_mb {
    display: block;
  }
}

div.header_trigger_mb span.header_trigger_mb_parts {
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.header_trigger_mb:before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.header_trigger_mb:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnone {
  pointer-events: none !important;
}
/*# sourceMappingURL=assets.css.map */