@charset "UTF-8";
.cmshtml {
  /* ===================================================================
共通スタイル
=================================================================== */
  /* PC用のスタイル記述 */
  /* header */
  /*------------------------------------------------------
header
------------------------------------------------------*/
  /* ===================================================================
    スマホ
=================================================================== */
}

.cmshtml .sp {
  display: none;
}

.cmshtml .pc {
  display: block;
}

.cmshtml .sp_img100 {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cmshtml .none {
  display: none;
}

.cmshtml img {
  max-width: 100%;
  height: auto;
}

.cmshtml .wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cmshtml .wrapper img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .cmshtml .wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cmshtml .head_logo {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  left: 6%;
  top: 60px;
  z-index: 2;
}

.cmshtml .head_logo a {
  background: url("../img/logo.png") top left no-repeat;
  width: 324px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .cmshtml .head_logo {
    left: 3%;
    top: 10px;
    width: 56%;
  }
  .cmshtml .head_logo a {
    background: url("../img/logo.png") top left no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    margin: inherit;
  }
}

.cmshtml #header {
  width: 100%;
  z-index: 9999;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .cmshtml #header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
  }
}

.cmshtml .subpage #header {
  position: fixed;
  top: 0;
  left: 0;
}

.cmshtml .subpage #header a {
  color: #313131;
}

.cmshtml h1 {
  position: absolute;
  right: -9999px;
  top: -9999px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.cmshtml .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 18px 30px;
  z-index: 999;
}

@media screen and (max-width: 1100px) {
  .cmshtml .logo {
    padding: 15px;
  }
}

.cmshtml #navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 5% 15px 300px;
}

.cmshtml #navigation_up {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 5% 14px 300px;
  font-size: 15px;
  z-index: 99;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .cmshtml #navbar {
    padding-left: 0;
  }
}

.cmshtml .h_li a,
.cmshtml .li_txt a,
.cmshtml .li_txt_up a {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-weight: 0;
  position: relative;
  color: #FFF;
}

@media screen and (max-width: 1000px) {
  .cmshtml .h_li a,
.cmshtml .li_txt a,
.cmshtml .li_txt_up a {
    color: #313131;
  }
}

.cmshtml .h_li a:after,
.cmshtml .li_txt a:after,
.cmshtml .li_txt_up a:after {
  background: #37a65e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}

.cmshtml .h_li a:hover:after,
.cmshtml .li_txt a:hover:after,
.cmshtml .li_txt_up a:hover:after {
  width: 100%;
}

.cmshtml .drop-menu:hover .li_txt a:after {
  width: 100%;
}

.cmshtml .li_txt {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
}

.cmshtml .li_txt_up {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  font-size: 14px;
  padding-top: 5px;
}

.cmshtml .nav_drop {
  background: #F5F5F5;
  display: none;
  position: absolute;
  top: 87%;
  left: 0;
  width: 100%;
  z-index: 999;
}

.cmshtml .drop_list {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 20px;
  padding: 20px;
}

.cmshtml .drop_list {
  display: flex;
  flex-flow: row wrap;
}

.cmshtml .drop_list > div {
  width: calc(14.2857142857% - 15px);
  margin: 0 7.5px 15px;
}

.cmshtml .drop_li {
  padding: 10px 5px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.cmshtml .drop_li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}

.cmshtml .drop_li01 {
  background: #37a65e;
}

.cmshtml .drop_li02 {
  background: #fff;
}

.cmshtml .drop_li01,
.cmshtml .drop_li02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cmshtml .drop_li02.have_link:hover {
  background: #e4babc;
}

.cmshtml .drop_li .imgbox {
  height: 6vw;
  overflow: hidden;
  margin-bottom: 10px;
}

.cmshtml .drop_li .imgbox img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: contain;
}

.cmshtml .drop_li01 a,
.cmshtml .drop_li .li_en,
.cmshtml .drop_li .li_ja,
.cmshtml .drop_li02 a,
.cmshtml .drop_li .txt {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.cmshtml .drop_li01 a,
.cmshtml .drop_li .li_en,
.cmshtml .drop_li .li_ja {
  color: #fff;
}

.cmshtml .drop_li .li_en,
.cmshtml .drop_li .li_ja {
  font-size: 18px;
}

.cmshtml .drop_li .li_en {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.cmshtml .drop_li01.have_link:hover {
  background: #fff;
}

.cmshtml .drop_li01.have_link:hover a,
.cmshtml .drop_li01.have_link:hover .li_en,
.cmshtml .drop_li01.have_link:hover .li_ja {
  color: #00427f;
}

.cmshtml .drop_li01.have_link:hover .li_en {
  border-bottom: 2px solid #00427f;
}

.cmshtml .drop_li02 a,
.cmshtml .drop_li .txt {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
}

.cmshtml .drop_li02.have_link:hover .txt,
.cmshtml .drop_li02.have_link:hover .txt a {
  color: #fff;
}

.cmshtml .menu_sub {
  width: 30%;
  margin-bottom: 25px;
}

.cmshtml .menu_sub dt {
  border-bottom: 1px solid #313131;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.cmshtml .menu_sub dt a {
  text-decoration: none;
  color: #222222;
}

.cmshtml .menu_sub dd {
  display: block;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px dotted #363636;
}

.cmshtml .menu_sub dd::before {
  content: '▶';
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}

.cmshtml .menu_sub dd a {
  padding: 5px 0;
  color: #313131;
  letter-spacing: 0;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.cmshtml .menu_sub dd a:hover {
  color: #37a65e !important;
}

@media screen and (max-width: 1000px) {
  .cmshtml .menu_sub {
    width: 100%;
    margin-bottom: 15px;
  }
}

.cmshtml .earlier_block {
  z-index: 9;
}

.cmshtml .selectlang {
  position: relative;
  margin-left: 12px;
}

.cmshtml .selectlang_btn, .cmshtml .h_li03 a {
  background: #5f9e1b;
  color: #fff;
  font-weight: 600;
}

.cmshtml .selectlang_btn {
  display: block;
  padding: 1px 10px 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.cmshtml .selectlang_btn:hover {
  background: #37a65e;
}

.cmshtml .selectlang_inner {
  position: absolute;
  right: 0;
  top: auto;
  width: 300px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
  display: none;
  z-index: 100;
}

.cmshtml .selectlang_inner a {
  text-decoration: none;
  display: block;
  margin: 5px 0;
  color: #313131;
}

.cmshtml .h_li .selectlang_inner a {
  padding: 5px 10px;
}

@media screen and (max-width: 1000px) {
  .cmshtml .logo {
    position: relative;
    z-index: 1;
    max-width: 200px;
  }
  .cmshtml .globalmenu {
    overflow: auto;
    height: 100%;
  }
  .cmshtml #navigation {
    display: block;
    padding: 30px 0 0 0;
  }
  .cmshtml #navigation_up {
    display: block;
    position: relative;
    padding: 0;
    padding: 0 0 0 10px;
    width: 90%;
  }
  .cmshtml .li_txt:before,
.cmshtml .li_txt:after {
    background: #000;
    content: "";
    width: 12px;
    height: 3px;
    display: block;
    position: absolute;
    transition: all 0.3s;
  }
  .cmshtml .li_txt:before {
    right: 10px;
    top: 33px;
  }
  .cmshtml .li_txt:after {
    right: 10px;
    top: 33px;
    transform: rotate(90deg);
  }
  .cmshtml .drop-menu:hover .li_txt:after {
    transform: rotate(0deg);
  }
  .cmshtml .h_li, .cmshtml .li_txt, .cmshtml .h_li a, .cmshtml .li_txt a,
.cmshtml .selectlang_btn, .cmshtml .h_li03 a {
    font-size: 14px;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a {
    padding: 18px 5px;
  }
  .cmshtml .selectlang_btn {
    padding: 10px 10px;
    margin-top: 10px;
  }
  .cmshtml .li_txt {
    padding-right: 20px;
  }
  .cmshtml .nav_drop {
    position: relative;
    top: auto;
    left: auto;
  }
  .cmshtml .drop_list {
    width: 90%;
    margin: 0 auto;
    padding: 15px 5px;
  }
  .cmshtml .drop_list > div {
    width: calc(50% - 5px);
    margin: 0 auto 5px;
  }
  .cmshtml .bnr_box .bnr_tit {
    font-size: 18px;
  }
  .cmshtml .drop_li .li_en, .cmshtml .drop_li .li_ja,
.cmshtml .bnr_box .txt {
    font-size: 14px;
  }
  .cmshtml .drop_li .li_en {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .cmshtml .drop_li02 a, .cmshtml .drop_li .txt {
    font-size: 12px;
  }
  .cmshtml .selectlang_inner {
    position: relative;
    right: auto;
    width: 100%;
    background: #ededed;
    padding: 0;
  }
  .cmshtml .h_li .selectlang_inner a {
    margin: 0;
  }
  .cmshtml .h_li a, .cmshtml .li_txt a {
    padding: 10px;
  }
  .cmshtml .h_li a {
    display: block;
  }
  .cmshtml .li_txt:before, .cmshtml .li_txt:after {
    top: 19px;
  }
  .cmshtml .drop-menu:hover .li_txt a:after {
    width: 0;
  }
  .cmshtml .drop-menu:hover .li_txt:after {
    transform: rotate(90deg);
  }
  .cmshtml .nav_drop {
    height: 0 !important;
    display: none !important;
    opacity: 0 !important;
  }
  .cmshtml .drop_active .nav_drop {
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
  }
  .cmshtml .drop-menu.drop_active .li_txt a:after {
    width: 100%;
  }
  .cmshtml .drop-menu.drop_active .li_txt:after {
    transform: rotate(0deg);
  }
}

.cmshtml #header.HeightMin {
  position: fixed;
  z-index: 999;
  height: 80px;
  animation: DownAnime 0.5s forwards;
  background-color: #FFF;
}

@media screen and (max-width: 1100px) {
  .cmshtml #header.HeightMin {
    height: 60px;
  }
  .cmshtml .drawer-open .HeightMin {
    height: 100vh !important;
    background-color: inherit !important;
  }
}

.cmshtml #header.HeightMin a {
  color: #313131;
}

.cmshtml #header.HeightMin ul {
  padding: 40px 5% 0 0;
}

.cmshtml #header.HeightMin #navigation_up {
  top: -35px;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cmshtml #header.HeightMin .nav_drop {
  top: 100%;
}

.cmshtml #header.HeightMin .logo {
  padding: 12px 30px 0;
}

.cmshtml .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmshtml .sb {
  justify-content: space-between;
}

.cmshtml .ai {
  align-items: center;
}

.cmshtml .sa {
  justify-content: space-around;
}

.cmshtml .jc {
  justify-content: center;
}

.cmshtml .fs {
  justify-content: flex-start;
}

.cmshtml #pageTop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .cmshtml #pageTop {
    right: 5px;
    bottom: 25px;
  }
  .cmshtml #pageTop img {
    width: 80%;
    height: auto;
    opacity: .8;
  }
}

.cmshtml #footer {
  background-color: #e7e7e7;
  padding: 25px 10%;
}

.cmshtml .foot_left {
  width: 45%;
}

.cmshtml .foot_right {
  width: 45%;
  text-align: right;
}

.cmshtml .foot_sub {
  text-align: right;
  padding: 10px 10%;
  display: block;
}

.cmshtml .foot_sub li {
  float: right;
  margin-left: 15px;
  font-size: 12px;
}

.cmshtml .foot_sub li a {
  color: #313131;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .cmshtml .foot_left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cmshtml .foot_right {
    width: 100%;
    text-align: left;
  }
}

.cmshtml small {
  font-size: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}

.cmshtml .ggmap {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.cmshtml .ggmap iframe,
.cmshtml .ggmap object,
.cmshtml .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmshtml img[src*="analytics.global-websystem.net"] {
  display: none;
}

.cmshtml .contents_title {
  background: url("../img/title_bg.jpg") top center no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .cmshtml .contents_title {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
  }
}

.cmshtml .rdBreadcrumb {
  margin-bottom: 40px;
  letter-spacing: 0;
  padding-top: 7px;
}

.cmshtml .rdBreadcrumb li {
  font-size: 14px !important;
}

.cmshtml .bt_list {
  text-align: center;
  margin: 0 auto 40px;
}

.cmshtml .bt_list li {
  display: inline-block;
  margin: 0 8px;
}

.cmshtml .bt_list li a {
  background-color: #0754ab;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 1em;
  color: #FFF !important;
  text-decoration: none !important;
}

.cmshtml .bt_list li a:hover {
  background-color: #00a0e9;
}

@media screen and (max-width: 1100px) {
  .cmshtml .bt_list li {
    width: 100%;
    display: inline-block;
    margin: 0 1% 7px;
  }
  .cmshtml .bt_list li a {
    display: block;
    padding: 10px 1em;
  }
}

@media screen and (max-width: 1000px) {
  .cmshtml .sp {
    display: block;
  }
  .cmshtml .pc {
    display: none;
  }
  .cmshtml .sp_img100 {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
