@charset "UTF-8";
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml h1, .cmshtml h2, .cmshtml h3, .cmshtml h4, .cmshtml h5, .cmshtml h6, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', "Helvetica Neue", "Helvetica", "YuGothic", "メイリオ", "Meiryo";
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.cmshtml .zen_maru, .cmshtml .zen_maru *, .cmshtml .sec_tit, .cmshtml .sec_tit * {
  font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a, .cmshtml a:link, .cmshtml a:visited, .cmshtml a:active {
  color: #0095D9;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #0095D9;
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml [class*="link_btn"] a, .cmshtml [class*="link_btn"] a:before, .cmshtml [class*="link_btn"] a:after {
  transition: all 0.3s;
}
.cmshtml .link_btn, .cmshtml .link_btn *, .cmshtml .link_btn02, .cmshtml .link_btn02 * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', "Helvetica Neue", "Helvetica", "YuGothic", "メイリオ", "Meiryo";
}
.cmshtml .link_btn a {
  background: #083C8B;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 40px 5px 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  border-radius: 4px;
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', "Helvetica Neue", "Helvetica", "YuGothic", "メイリオ", "Meiryo";
}
.cmshtml .link_btn a:after {
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  color: #fff;
  background: #0C56C5;
}
.cmshtml .subpage_contents .link_btn a {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 45px;
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
}
.cmshtml .link_btn02 {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', "Helvetica Neue", "Helvetica", "YuGothic", "メイリオ", "Meiryo";
}
.cmshtml .link_btn02 a {
  border-radius: 4px;
  display: inline-block;
  padding: 5px 20px;
  padding-right: 50px;
  text-align: left;
  color: #083C8B;
  border: #083C8B 2px solid;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.cmshtml .link_btn02 a:hover {
  background: #083C8B;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  position: absolute;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn03, .cmshtml .link_btn04 {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .link_btn03 a, .cmshtml .link_btn04 a {
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 14px 22px;
  padding-right: 80px;
  position: relative;
}
.cmshtml .link_btn03 a:before, .cmshtml .link_btn04 a:before {
  content: "";
  border-radius: 8px;
  border: 3px solid #fff;
  margin: auto;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.cmshtml .link_btn03 a:after, .cmshtml .link_btn04 a:after {
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 0;
  pointer-events: none;
}
.cmshtml .link_btn03 a {
  background: #0095D9;
}
.cmshtml .link_btn04 a {
  background: #F39800;
}
.cmshtml .link_btn03 a:hover {
  background: #2CBDFF;
}
.cmshtml .link_btn04 a:hover {
  background: #FFB02C;
}
.cmshtml .link_btn05, .cmshtml .link_btn06 {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .link_btn05 a, .cmshtml .link_btn06 a {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  padding: 4px 10px;
  padding-right: 30px;
  position: relative;
}
.cmshtml .link_btn05 a:after, .cmshtml .link_btn06 a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 0;
}
.cmshtml .link_btn05 a:after {
  border: 5px solid transparent;
  border-left: 8px solid #0095D9;
}
.cmshtml .link_btn06 a:after {
  border: 5px solid transparent;
  border-left: 8px solid #F39800;
}
.cmshtml .link_btn05 a {
  color: #0095D9;
  border: 2px solid #0095D9;
}
.cmshtml .link_btn06 a {
  color: #F39800;
  border: 2px solid #F39800;
}
.cmshtml .link_btn05 a:hover {
  color: #fff;
  background: #0095D9;
}
.cmshtml .link_btn06 a:hover {
  color: #fff;
  background: #F39800;
}
.cmshtml .link_btn05 a:hover:after {
  border-left: 8px solid #fff;
}
.cmshtml .link_btn06 a:hover:after {
  border-left: 8px solid #fff;
}
.cmshtml .sec_tit {
  font-size: 30px;
}
/*------------------------------------------------------
Top layout
------------------------------------------------------*/
.cmshtml .os:before, .cmshtml .os:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  overflow: hidden;
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(255, 255, 255, 0.73);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
  max-width: 270px;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml #navbar {
  margin-left: auto;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #000;
  display: inline-block;
}
.cmshtml .h_li a:hover {
  color: #0095D9;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  background: #fff;
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .drop_li a {
  color: #0095D9;
  display: block;
  padding: 10px;
}
.cmshtml .drop_li a:hover {
  background: #0095D9;
  color: #fff;
}
.cmshtml .sub_li {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .sub_li a {
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .ico_line {
  position: relative;
}
.cmshtml .login_btn, .cmshtml .login_btn a {
  color: #000;
}
.cmshtml .login_btn a {
  background: #fff;
  padding: 8px 11px;
}
.cmshtml .login_btn a:hover {
  background: #0095D9;
  color: #fff;
}
.cmshtml .mail_btnl a {
  background: url("../img/ico_mail_hover.png") no-repeat left 15px center;
  background-size: 24px auto;
  background-color: #083C8B;
  color: #fff;
  padding: 8px 16px;
  padding-left: 50px;
}
.cmshtml .mail_btnl a:hover {
  background-color: #0C51BB;
}
.cmshtml .login_btn a:before, .cmshtml .mail_btnl a:before {
  border-radius: 6px;
  border: 1px solid;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .login_btn a:before {
  border-color: #083C8B;
}
.cmshtml .login_btn a:hover:before {
  border-color: #fff;
}
.cmshtml .mail_btnl a:before {
  border-color: #fff;
}
/*=========================================*/
.cmshtml .selectlang {
  position: relative;
  margin-left: 10px;
}
.cmshtml .selectlang_btn {
    background: url("../img/gb.png") no-repeat left 8px center;
    background-size: auto 22px;
  background-color: #fff;
  padding: 5px 35px;
  padding-right: 25px;
  border-radius: 100px;
  font-size: 13px;
  position: relative;
  border: 1px solid #333;
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 98px;
}
.cmshtml .open_menu .selectlang_btn {
  background: url("../img/gb02.png") no-repeat left 8px center;
  background-size: auto 22px;
  background-color: #083C8B;
  border: 1px solid #083C8B;
  color: #fff;
}
.cmshtml .selectlang_btn:after {
  background: #333;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  width: 7px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .open_menu .selectlang_btn:after {
  background: #fff;
  transform: rotate(180deg);
}
.cmshtml .selectlang_inner {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  border-radius: 10px;
  width: 200px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.cmshtml .selectlang_inner > div {
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
}
.cmshtml .selectlang_inner > div:not(:last-child) {
  margin-bottom: 10px;
}
.cmshtml .selectlang_inner > div a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.cmshtml .selectlang_inner > div a:after {
  background: #fff;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.cmshtml .selectlang_inner > div a:hover:after {
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .cmshtml .selectlang {
    position: relative;
    margin-bottom: auto;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang_btn:hover {
    background: url("../img/gb02.png") no-repeat left 8px center;
    background-size: auto 22px;
    background-color: #083C8B;
    border: 1px solid #083C8B;
    color: #fff;
  }
  .cmshtml .selectlang_btn:hover:after {
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .selectlang_btn {
    background-size: auto 19px;
    padding: 3px 32px;
    padding-right: 25px;
    font-size: 12px;
    min-width: 93px;
  }
  .cmshtml .open_menu .selectlang_btn {
    background-size: auto 19px;
  }
}

/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  z-index: 10;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}
.cmshtml .catch_txt01 {
  font-size: 60px;
}
.cmshtml .catch_txt02 {
  font-size: 30px;
}
/*------------
info
------------*/
.cmshtml .sec_info {
  background: #fff;
  border: 1px solid #083C8B;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  width: 92%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(50%);
  padding: 36px 2% 19px 2.5%;
}
.cmshtml .sec_info > div:first-child {
  max-width: 172px;
  min-width: 172px;
}
.cmshtml .sec_info > div:nth-child(2) {
  max-width: calc(100% - 172px);
}
.cmshtml .info_inwrap {
  padding-top: 25px;
  padding-right: 10px;
}
.cmshtml .info_tit {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .info_tit, .cmshtml .info_tit a {
  color: #083C8B;
}
.cmshtml .info_link {
  position: relative;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  width: 100%;
  max-height: 500px;
}
.cmshtml .news_div {
  align-items: center;
  border-bottom: 1px dashed #083C8B;
  flex-flow: nowrap;
  padding: 15px 10px;
}
.cmshtml .news_div:first-child {
  padding-top: 0;
}
.cmshtml .info_date {
  font-size: 16px;
  font-weight: 500;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
.cmshtml .info_tag {
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 2px 10px;
  min-width: 105px;
  max-width: 120px;
  margin: 0 4.5%;
}
.cmshtml .tag01, .cmshtml .tag01 a {
  color: #0095D9;
}
.cmshtml .tag02, .cmshtml .tag02 a {
  color: #F39800;
}
.cmshtml .tag01 {
  border-color: #0095D9;
}
.cmshtml .tag02 {
  border-color: #F39800;
}
.cmshtml .info_txt {
  font-size: 16px;
  font-weight: 500;
}
/*------------------------------------------------------
plan
------------------------------------------------------*/
.cmshtml .sec_plan {
  background: #EEF8FC;
  padding: 165px 2% 85px;
}
.cmshtml .sec_plan:before, .cmshtml .sec_plan:after {
  content: "";
  display: block;
  margin: auto;
  width: 84%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.cmshtml .sec_plan:before {
  background: url("../img/bear.png") no-repeat right 66px bottom;
  height: 109px;
  bottom: 15px;
}
.cmshtml .sec_plan:after {
  background-image: repeating-linear-gradient(-45deg, #0095D9 0px, #0095D9 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  height: 15px;
  bottom: 0;
}
.cmshtml .plan_inwrap {
  width: 96%;
  max-width: 1192px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .plan_tit {
  text-align: center;
  margin-bottom: 35px;
}
.cmshtml .plan_tit .in_txt {
  background: url("../img/title_ico01.png") no-repeat top 10px left 25px;
  color: #083C8B;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 65px;
  padding-right: 24px;
  padding-bottom: 13px;
}
.cmshtml .plan_tit .in_txt:before {
  background-image: repeating-linear-gradient(-45deg, #0095D9 0px, #0095D9 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .plan_tit .in_txt:after {
  background: linear-gradient(-45deg, #EEF8FC 50%, transparent 50%);
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.cmshtml .plan_menu {
  position: relative;
}
.cmshtml .plan_menu > div {
  width: calc(50% - 8%);
  margin: 0 4% 65px;
}
.cmshtml .plan_box {
  position: relative;
  padding: 20px 0 0 20px;
  margin-bottom: 40px;
}
.cmshtml .plan_tag {
  background: url("../img/tag01.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  min-width: 177px;
  min-height: 59px;
}
.cmshtml .plan_tag .in_txt {
  font-size: 20px;
  font-weight: 600;
  transform: rotate(-7deg) translateY(13px);
  text-align: center;
}
.cmshtml .plan_tag .in_txt, .cmshtml .plan_tag .in_txt a {
  color: #0095D9;
}
.cmshtml .plan_img {
  border: 3px solid #0095D9;
  border-radius: 10px;
  overflow: hidden;
  height: 333px;
  margin-bottom: 20px;
}
.cmshtml .plan_txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .plan_link {
  text-align: right;
}
.cmshtml .plan_btn {
  position: relative;
}
/*------------------------------------------------------
theme
------------------------------------------------------*/
.cmshtml .sec_theme {
  background: #FFF7E8;
  padding: 60px 2% 85px;
}
.cmshtml .theme_inwrap {
  width: 100%;
  max-width: 1343px;
  margin: 0 auto;
}
.cmshtml .theme_tit {
  text-align: center;
  margin-bottom: 35px;
}
.cmshtml .theme_tit .in_txt {
  background: url("../img/title_ico02.png") no-repeat top left 40px;
  color: #083C8B;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 95px;
  padding-right: 47px;
  padding-bottom: 13px;
}
.cmshtml .theme_tit .in_txt:before {
  background-image: repeating-linear-gradient(-45deg, #0095D9 0px, #0095D9 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .theme_tit .in_txt:after {
  background: linear-gradient(-45deg, #FFF7E8 50%, transparent 50%);
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.cmshtml .theme_menu {
  position: relative;
}
.cmshtml .theme_menu > div {
  width: calc(33.333333% - 3.8%);
  margin: 0 1.9% 65px;
}
.cmshtml .theme_box {
  padding-top: 20px;
  position: relative;
}
.cmshtml .theme_tag {
  background: url("../img/tag02.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  min-width: 177px;
  min-height: 59px;
}
.cmshtml .theme_tag .in_txt {
  font-size: 20px;
  font-weight: 600;
  transform: rotate(-7deg) translateY(13px);
  text-align: center;
}
.cmshtml .theme_tag .in_txt, .cmshtml .theme_tag .in_txt a {
  color: #F39800;
}
.cmshtml .theme_img {
  border: 3px solid #F39800;
  border-radius: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 300px;
}
.cmshtml .theme_txt {
  font-size: 16px;
  margin-bottom: 25px;
}
.cmshtml .theme_link {
  text-align: right;
}
.cmshtml .theme_btn {
  position: relative;
}
/*------------------------------------------------------
tours
------------------------------------------------------*/
.cmshtml .sec_tours {
  margin-bottom: 40px;
}
.cmshtml .tours_tit {
  background: #083C8B;
  text-align: center;
  padding: 29px 2%;
  margin-bottom: 75px;
  position: relative;
}
.cmshtml .tours_tit:after {
  background: url("../img/down.png") no-repeat center bottom;
  background-size: auto;
  content: "";
  width: 89px;
  height: 46px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: 1;
}
.cmshtml .tours_tit .in_txt, .cmshtml .tours_tit .in_txt a {
  color: #fff;
}
.cmshtml .tours_tit .in_txt {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  padding-left: 70px;
  position: relative;
}
.cmshtml .tours_tit .in_txt:before {
  background: url("../img/ico_camera.png") no-repeat center left;
  background-size: 100% auto;
  content: "";
  display: block;
  margin: auto;
  width: 48px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .tours_inwrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .tours_inwrap > div {
  width: calc(33.3333333% - 30px);
  margin: 0 15px 45px;
}
.cmshtml .tours_box {
  background: #fff;
  border: 3px solid #083C8B;
  border-radius: 10px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cmshtml .tours_box > * {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .tours_tag {
  border: 2px solid #083C8B;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
  width: auto !important;
  min-width: 110px;
  max-width: 120px;
  padding: 1px 10px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 10%;
  z-index: 10;
}
.cmshtml .tours_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cmshtml .tours_txt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 35px;
}
.cmshtml .tours_item {
  border: 1px solid;
}
.cmshtml .tours_item > div:first-child {
  width: 60px;
}
.cmshtml .tours_item > div:nth-child(2) {
  width: calc(100% - 60px);
}
.cmshtml .item_tit, .cmshtml .item_tit a {
  color: #fff;
}
.cmshtml .item_tit {
  font-size: 14px;
  font-weight: 600;
  padding: 3px 6px;
}
.cmshtml .item_txt {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 6px;
}
.cmshtml .tours_item01 {
  border-color: #0095D9;
  margin-top: auto;
  margin-bottom: 6px;
}
.cmshtml .tours_item02 {
  border-color: #F39800;
  margin-bottom: 15px;
}
.cmshtml .tours_item01 .item_tit {
  background: #0095D9;
}
.cmshtml .tours_item02 .item_tit {
  background: #F39800;
}
.cmshtml .tours_link, .cmshtml .tours_link a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .tours_link {
  background: #083C8B;
  width: 100% !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml .tours_link a {
  display: block;
  transition: all 0.3s;
  padding: 11px;
}
.cmshtml .tours_link a:hover {
  background: #1264DF;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: url("../img/bg_footer02.jpg") no-repeat center bottom 130px;
  background-size: cover;
  padding: 80px 2% 40px;
  position: relative;
}
.cmshtml #footer > * {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .f_bnrs {
  position: relative;
  max-width: 1420px;
}
.cmshtml .f_bnrs > div {
  width: calc(25% - 15px);
  margin: 0 7.5px 15px;
}
.cmshtml .f_bnr {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #083C8B;
  cursor: pointer;
  padding: 12px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .bnr_name {
  color: #083C8B;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .bnr_txt {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
.cmshtml .f_bnr:hover {
  background: #083C8B;
}
.cmshtml .f_bnr:hover .bnr_name {
  color: #fff;
}
.cmshtml .f_bnr:hover .bnr_txt {
  color: #fff;
}
.cmshtml .f_contact {
  max-width: 810px;
  margin: 155px auto 85px;
}
.cmshtml .to_contact {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.cmshtml .time_day {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.cmshtml .contact_links {
  justify-content: center;
  position: relative;
}
.cmshtml .contact_links > div {
  width: calc(50% - 60px);
  margin: 0 30px 30px;
}
.cmshtml .contact_li {
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  position: relative;
}
.cmshtml .contact_li a {
  border: 2px solid #083C8B;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 10px;
  padding-right: 11px;
  position: relative;
  z-index: 10;
}
.cmshtml .contact_li, .cmshtml .contact_li a {
  color: #0095D9;
  transition: all 0.3s;
}
.cmshtml .contact_li01 a {
  font-size: 26px;
  background: url("../img/tel_apuabl.png") no-repeat left 17% center;
  background-size: auto;
  padding-left: 29%;
}
.cmshtml .contact_li02 a {
  padding: 24px 10px;
  font-size: 22px;
  background: url("../img/ico_mail.png") no-repeat left 6% center;
  background-size: 39px auto;
  padding-left: 20%;
  letter-spacing: 0;
}
.cmshtml .contact_li a:hover {
  background-color: #083C8B;
  color: #fff;
}
.cmshtml .contact_li01 a:hover {
  background-image: url("../img/tel_apuabl02.png");
}
.cmshtml .contact_li02 a:hover {
  background-image: url("../img/ico_mail_hover.png");
}
.cmshtml .contact_li01 a:before, .cmshtml .contact_li02 a:before {
  border-radius: 8px;
  border: 2px solid #0095D9;
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .contact_li01 a:hover:before, .cmshtml .contact_li02 a:hover:before {
  border: 2px solid #fff;
}
.cmshtml .contact_txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .contact_txt, .cmshtml .contact_txt a {
  color: #083C8B;
}
.cmshtml #footer .inwrap {
  position: relative;
  max-width: 1370px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.cmshtml #footer .inwrap > div:first-child {
  max-width: 400px;
}
.cmshtml #footer .inwrap > div:nth-child(2) {
  max-width: calc(100% - 400px);
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  max-width: 270px;
  margin-bottom: 20px;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address {
  font-weight: 500;
}
.cmshtml .flink_wrap {
  position: relative;
}
.cmshtml .flink {
  margin-left: 45px;
}
.cmshtml .f_li {
  font-size: 16px;
  position: relative;
  margin-bottom: 5px;
}
.cmshtml .f_li a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .f_li01 {
  font-weight: 600;
}
.cmshtml .f_li02 {
  font-weight: 500;
  padding-left: 12px;
}
.cmshtml .f_li02:before {
  background: #000;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .f_li a:hover {
  color: #083C8B;
  text-decoration: underline;
}
.cmshtml #copy {
  padding: 0 2%;
  text-align: center;
}
.cmshtml .copyright, .cmshtml .copyright * {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  border-bottom: 1px solid #ededed;
  padding: 180px 4% 70px;
  background: #0095D9;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.5;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title, .cmshtml .page_title * {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.cmshtml .page_title01 {
  font-size: 42px;
}
.cmshtml .page_title02 {
  font-size: 24px;
  padding: 0 10px;
}
.cmshtml .subpage_contents {
  padding: 0 2% 80px;
}
.cmshtml .subpage_contents > * {
  max-width: 1220px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmshtml .subpage_contents > *:last-child {
  margin-bottom: 0 !important;
}

.cmshtml .subpage_contents .page_link {
  position: relative;
  z-index: 2;
  justify-content: center;
  padding: 20px 2%;
  margin: 0 auto;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .page_link .p_link a {
  color: #333;
  font-size: 14px;
}
.cmshtml .p_link {
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:after {
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.cmshtml .subpage_contents h2, .cmshtml .subpage_contents h3, .cmshtml .subpage_contents h4, .cmshtml .subpage_contents h5, .cmshtml .subpage_contents h6 {
  display: block;
  position: relative;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.cmshtml .subpage_contents h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 26px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #083C8B;
}
.cmshtml .subpage_contents h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 7px;
  background: url("../img/tit_dots.png") no-repeat center;
  background-size: auto;
  border-radius: 7px;
}
.cmshtml .subpage_contents h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px !important;
}
.cmshtml .subpage_contents h3, .cmshtml .subpage_contents h3 a {
  color: #083C8B;
}
.cmshtml .subpage_contents h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #083C8B 0px, #083C8B 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.cmshtml .blog_frame .subpage_contents h3:after {
  display: none;
  content: "none";
}
.cmshtml .subpage_contents h4 {
  font-size: 24px !important;
  color: #F39800;
  font-weight: 600 !important;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.cmshtml .subpage_contents h4:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #F39800;
  width: 30px;
}
.cmshtml .subpage_contents h5 {
  font-size: 20px !important;
  padding: 8px 15px;
  font-weight: 600 !important;
  color: #F39800;
  background: linear-gradient(-45deg, #ffe5ba 25%, #fff3e0 25%, #fff3e0 50%, #ffe5ba 50%, #ffe5ba 75%, #fff3e0 75%, #fff3e0);
  background-size: 15px 15px;
}
.cmshtml .subpage_contents h5 a {
  color: #F39800;
}
.cmshtml .subpage_contents h6 {
  font-size: 20px !important;
  padding: 8px 8px;
  font-weight: 600 !important;
  border-bottom: 1px dashed #083C8B;
  color: #083C8B;
}
.cmshtml .qa_q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.cmshtml .qa_a {
  position: relative;
  padding-left: 30px !important;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.cmshtml .qa_q:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "Q";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #083C8B;
  border-radius: 50%;
  justify-content: center;
  z-index: 2;
  bottom: 0;
}
.cmshtml .qa_q > div {
  padding: 20px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_a:before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "A";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #F39800;
  border-radius: 50%;
  justify-content: center;
}
.cmshtml .qa_a > div {
  padding: 20px;
  /*border: 1px solid #ededed;*/
  max-width: calc(100% - 30px);
  margin-left: auto;
  position: relative;
  background: #fff;
}
.cmshtml .qa_a > div:before {
  /*  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);*/
}
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #333 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
.cmshtml .blog_frame {
  background: #fff;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #fff;
  align-items: flex-start;
  border: 2px solid #083c8b;
  border-radius: 6px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  background: #f4f5f7;
  padding: 20px;
    overflow: auto;
}
#editView .cmshtml .module_side {
    overflow: visible;
}
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list01_inwrap li {
  display: list-item;
  list-style: disc !important;
  position: relative;
  font-weight: 600;
  padding: 0;
  color: #083C8B;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 23px;
}
.cmshtml .list02_inwrap li {
  display: list-item;
  position: relative;
  font-weight: 600;
  padding: 0;
  list-style: decimal !important;
  color: #083C8B;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
.cmshtml .mark_btn {
  align-items: center;
  background: #ededed;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px solid #083C8B;
  justify-content: space-between;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #083C8B;
  color: #083C8B;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-weight: 600;
  padding: 10px 20px;
  min-width: 1px;
  font-size: 14px;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #083C8B;
  color: #fff;
}
.cmshtml .ico_title {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 30px;
  flex-flow: nowrap;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  font-size: 24px;
  padding-left: 20px;
  font-weight: 600;
  color: #999;
}
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.cmshtml .twin_box .twin_tit {
  font-size: 24px;
  border-bottom: 1px solid #083C8B;
  color: #083C8B;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
.cmshtml .img_txt {
  position: relative;
  align-items: flex-start;
  margin-bottom: 90px;
}
.cmshtml .img_div {
  position: relative;
  z-index: 1;
  width: 40%;
}
.cmshtml .txt_div {
  background: #ebf3ff;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 60%;
  line-height: 2;
  transform: translate(-5%, 60px);
}
.cmshtml .profile {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#ebf3ff 30%, transparent 30%);
  background-size: 10px 10px;
  padding: 20px;
  max-width: 1300px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #083C8B;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #083C8B;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 30%;
  width: 100%;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: 70%;
  width: 100%;
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #083C8B;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #083C8B;
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.3;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #083C8B;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #083C8B;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
.cmshtml .accordion_blk {
  margin-top: 35px;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .acco_box {
  background: #fff;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.cmshtml .acco_box:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
  margin: -11px 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  padding: 40px 3%;
  display: none;
  border-top: 1px solid #ededed;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #083C8B;
}
@media screen and (max-width: 680px) {
  .cmshtml .acco_box:before {
    border: 2px solid #083C8B;
  }
}
.cmshtml .acco_tit {
  color: #083C8B;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #083C8B;
}
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  display: block !important;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #083C8B;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 10px;
  font-weight: 600;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ebf3ff;
  color: #083C8B;
}
.cmshtml .floor_imgs {
  background: #ebf3ff;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #666;
}
.cmshtml .floor_inwrap {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .module {
  max-width: 1200px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .ex_link .f_bnr {
  display: inline-block;
}