@charset "UTF-8";
.cmshtml {
  /*------------------------------------------------------
Top layout
------------------------------------------------------*/
  /*------------------------------------------------------
header
------------------------------------------------------*/
  /*------------------------------------------------------
mv
------------------------------------------------------*/
  /*------------------------------------------------------
navbar
------------------------------------------------------*/
  /*------------------------------------------------------
info
------------------------------------------------------*/
  /*------------------------------------------------------
sec_about
------------------------------------------------------*/
  /*------------------------------------------------------
sec_service
------------------------------------------------------*/
  /*------------------------------------------------------
sec_concept
------------------------------------------------------*/
  /*------------------------------------------------------
sec_business
------------------------------------------------------*/
  /*------------------------------------------------------
sec_office
------------------------------------------------------*/
  /*------------------------------------------------------
bnr
------------------------------------------------------*/
  /*------------------------------------------------------
footer
------------------------------------------------------*/
  /*.f_li02 a:hover:before {
  background: #fff;
}*/
  /*------------------------------------------------------
subpage
------------------------------------------------------*/
}

.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: 'Noto Sans JP', sans-serif, "游ゴシック", "ヒラギノ角ゴ 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 .biz_ud, .cmshtml .biz_ud * {
  font-family: 'BIZ UDGothic', 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: #044b80;
  text-decoration: underline;
}

.cmshtml a:hover {
  color: #044b80;
  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 .flex {
  display: flex;
  flex-flow: row wrap;
}

.cmshtml .link_btn a {
  font-weight: 500;
  font-size: 16px;
  padding: 7px 40px;
  display: inline-block;
  text-align: center;
  border: 2px solid #707070;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
        border-radius: 6px;
}

.cmshtml .link_btn a:after {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
  content: "";
  display: block;
}

.cmshtml .link_btn a:hover {
  color: #fff;
  background: #044b80;
  border: 2px solid #044b80;
  box-shadow: #ccc 0 0 10px;
}

.cmshtml .subpage_contents .link_btn a {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 45px;
}

.cmshtml .wrap_link .link_btn a, .cmshtml .wrap_link .link_btn02 a {
  display: block;
  width: 100%;
}

.cmshtml .link_btn02 a {
  display: inline-block;
  padding: 5px 20px;
  padding-right: 50px;
  text-align: left;
  color: #333;
  border: #044b80 2px solid;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}

.cmshtml .link_btn02 a:hover {
  background: #044b80;
  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 #contents {
  overflow: hidden;
}

.cmshtml .sec_tit {
  font-size: 30px;
}

.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 #header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.cmshtml .logo {
  padding-left: 40px;
  padding-top: 20px;
max-width: 410px;
}

.cmshtml .logo a {
  display: inline-block;
  padding: 10px;
  transition: all 0.3s;
}

.cmshtml .logo img {
  transition: all 0.3s;
}

.cmshtml .logo a:hover {
  background: #fff;
}

.cmshtml .logo a:hover img {
  filter: none;
}

.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}

.cmshtml .menu-fixed .logo img, .cmshtml .subpage .logo img {
  filter: none;
}

.cmshtml .menu-fixed #navbar, .cmshtml .subpage #navbar {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
}

.cmshtml .mv_wrap {
  position: relative;
}

.cmshtml #mainvisual {
  position: relative;
}

.cmshtml #slide_wrap {
  position: relative;
  height: 940px;
  overflow: hidden;
}

.cmshtml #slide_wrap div {
  height: 100%;
  width: 100%;
}

.cmshtml .slide_item {
  position: relative;
}

.cmshtml .mv_wrap .slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmshtml .catchcopy {
  position: absolute;
}

.cmshtml .catchcopy01 {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.cmshtml .catch_img {
  margin-bottom: 30px;
}

.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}

.cmshtml .catchcopy01 .catch_txt01 {
  font-size: 36px;
  font-weight: 600;
text-shadow: 1px 2px 3px #808080;
}

.cmshtml .catchcopy02 {
  display: flex;
  flex-flow: row-reverse;
  padding-top: 13vw;
  height: 100%;
  right: 15%;
  top: 0;
  z-index: 5;
}

.cmshtml .catchcopy02 .catch_txt {
  font-size: 25px;
  letter-spacing: 0.5rem;
  margin: 0 15px;
  font-weight: 500;
}

.cmshtml .catch_txt02 {
  padding-top: 6vw;
}

.cmshtml #navbar {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9999;
}

.cmshtml #navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
}

.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}

.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .li_txt a, .cmshtml .h_li a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.cmshtml .li_txt a, .cmshtml .h_li a {
  display: inline-block;
  padding: 10px;
}

.cmshtml .h_li a:hover {
  color: #044b80;
}

.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}

.cmshtml .nav_drop {
  background: #fff;
  display: none;
  width: 100%;
  min-width: 350px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  transform: translateX(-50%);
}

.cmshtml .drop_li + .drop_li {
  border-top: 1px dashed #ccc;
}

.cmshtml .drop_li a {
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s;
}

.cmshtml .drop_li a:hover {
  background: #f4f6ff;
  color: #044b80;
}

.cmshtml .sub_navi {
  background: #fff;
  border-radius: 3px;
  display: flex;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 9999;
  overflow: hidden;
}

.cmshtml .sub_li, .cmshtml .sub_li a {
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

.cmshtml .sub_li a {
  display: block;
  padding: 14px 20px;
}



.cmshtml .sub_li a:hover {
  color: #fff;
  background-color: #044b80;
}

.cmshtml .sec_info {
  max-width: 1350px;
  margin: 120px auto;
  flex-flow: nowrap;
}

.cmshtml .sec_info > div:nth-child(2) {
  width: calc(100% - 375px);
}

.cmshtml .info_tit {
  padding: 0 5%;
}
.cmshtml .info_tit .sec_tit02 {
      font-size: 13px;
  font-size:1.2rem;
  color:rgba(32,99,170,1);
}

.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-left: 2%;
  padding-right: 15px;
}



.cmshtml .news_div {
  flex-flow: nowrap;
  position: relative;
  padding: 20px 0;
  padding-right: 60px;
}

.cmshtml .news_div:before, .cmshtml .news_div:after {
  content: "";
  display: block;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}

.cmshtml .news_div:before {
  background: #3D3D3D;
  width: 50px;
  height: 1px;
  z-index: 1;
}

.cmshtml .news_div:after {
  background: #3D3D3D;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  z-index: 2;
  right: 50px;
}

.cmshtml .news_div:hover:after {
  right: 0;
}

.cmshtml .news_div + .news_div {
  border-top: 1px solid #ECECEC;
}

.cmshtml .info_date {
  margin-right: 40px;
  min-width: 100px;
  max-width: 100px;
}

.cmshtml .sec_about {
  padding-top: 150px;
}

.cmshtml .sec_about > div:first-child {
  width: 47%;
}

.cmshtml .sec_about > div:nth-child(2) {
  width: 60%;
}

.cmshtml .box_l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.cmshtml .about_tit {
  background: #fff;
  padding: 10px 0 1px;
  padding-left: 13%;
  padding-right: 4%;
}

.cmshtml .sec_about .textbox {
  background: #fff;
  padding: 30px 10px;
  padding-left: 13%;
  padding-right: 4%;
    border-radius: 0 20px 0 0;
}

.cmshtml .about_txt {
  margin-bottom: 40px;
}

.cmshtml .box_r {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.cmshtml .sec_service {
  margin: 110px auto 130px;
  max-width: 1680px;
  width: 88%;
}

.cmshtml .service_tit {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cmshtml .sec_service .inwrap {
  position: relative;
}

.cmshtml .sec_service .inwrap > div {
  width: calc(33.333% - 4.2%);
  margin: 0 2.1% 70px;
}

.cmshtml .sec_service .item_box {
  border: 10px solid #044b80;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 2% 70px;
  position: relative;
}

.cmshtml .sec_service .box_tit {
  color: #044b80;
  text-align: center;
}

.cmshtml .box_tit01 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cmshtml .box_tit02 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cmshtml .box_link, .cmshtml .box_link a {
  color: #044b80;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.cmshtml .box_link {
  text-align: center;
}

.cmshtml .box_link a {
  border: 1px solid #044b80;
  display: inline-block;
  padding: 15px 70px;
  text-align: center;
}

.cmshtml .box_link a:hover {
  color: #fff;
  background: #726350;
  border: 1px solid #726350;
}

.cmshtml .sec_tit01 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.cmshtml .sec_tit02 {
  font-size: 22px;
  font-weight: 500;
color:#7fb600;
}

.cmshtml .sec_concept {
  position: relative;
  padding-top: 17vw;
}

.cmshtml .sec_concept .bg_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.cmshtml .sec_concept .inwrap {
  background: #fff;
background: rgba(255, 255, 255, 0.6);
  width: 70%;
  padding: 35px 3% 35px 6%;
  position: relative;
  /*left: 0;
  bottom: 0;*/
  z-index: 2;
  margin-left: auto;
}

.cmshtml .sec_concept .sec_tit01 {
  position: relative;
  margin-bottom: 30px;
    color: #044b80;
}


.cmshtml .concept_inwrap .message_txt {
    font-size: 22px;
color:#7fb600;
}

.cmshtml .message_txt {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
color:#044b80;
}

.cmshtml .concept_inwrap .message_txt {
  font-size: 22px;
}


.cmshtml .concept_txt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 35px;
}

.cmshtml .concept_link.link_btn {
  text-align: right;
}

.cmshtml .sec_business {
  max-width: 1680px;
  width: 88%;
  margin: 75px auto 100px;
}

.cmshtml .subpage_contents .sec_business {
  margin: 0 auto;
}

.cmshtml .sec_business .sec_tit {
  position: relative;
}

.cmshtml .sec_business .inwrap > div {
  width: calc(25% - 3.3%);
  margin: 0 1.65% 55px;
}

.cmshtml .sec_business .item_box {
  position: relative;
}

.cmshtml .link_txt, .cmshtml .link_txt a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  position: relative;
}

.cmshtml .link_txt a {
  border: 1px solid #fff;
  padding: 10px;
  padding-right: 95px;
}

.cmshtml .link_txt a:after {
  content: "";
  display: block;
  width: 45px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  transform: skew(60deg);
}

.cmshtml .link_txt a:hover {
  color: #044b80;
  border: 1px solid #044b80;
}

.cmshtml .link_txt a:hover:after {
  border-bottom: 1px solid #044b80;
  border-right: 2px solid #044b80;
  right: 15px;
}

.cmshtml .sec_business .link_txt a {
  padding: 20px;
  padding-right: 95px;
}

.cmshtml .sec_business .link_txt a:hover {
  background: #f4f6ff;
  color: #333;
  border: 1px solid #f4f6ff;
}

.cmshtml .sec_business .link_txt a:hover:after {
  border-bottom: 1px solid #333;
  border-right: 2px solid #333;
}

.cmshtml .sec_office {
  background: #f4f6ff;
  padding: 3vw;
}



.cmshtml .sec_office:before {
  border: 2px solid #fff;
  content: "";
  display: block;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f4f6ff;
}

.cmshtml .sec_office .inwrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.cmshtml .office_colum > div {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}

.cmshtml .office_tit, .cmshtml .office_tit a {
  color: #044b80;
}

.cmshtml .office_tit {
  text-align: center;
}

.cmshtml .office_tit.sec_tit01 {
  font-size: 30px;
  margin-bottom: 30px;
}

.cmshtml .office_tit.sec_tit02 {
  font-size: 16px;
  margin-bottom: 30px;
}

.cmshtml .link_rec.link_btn {
  text-align: center;
}

.cmshtml .link_rec.link_btn a {
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 80px;
color: #044b80;
}

.cmshtml .link_rec.link_btn a:hover {
  background: #fff;
  color: #044b80;
  box-shadow: none;
}

.cmshtml .office_colum .txt {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.cmshtml .office_colum .txt a {
  text-decoration: none;
}

.cmshtml .office_colum .txt a:hover {
  text-decoration: underline;
}

.cmshtml .sec_bnr {
  max-width: 1680px;
  width: 88%;
  margin: 0 auto;
}

.cmshtml .subpage_contents .sec_bnr {
  padding: 0;
  margin-bottom: 60px;
}

.cmshtml .sec_bnr > div {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
}

.cmshtml .bnr_box {
  background: #f4f6ff;
  padding: 50px 10px;
  position: relative;
  transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cmshtml .bnr_box:hover {
  background: #F3F1F0;
  box-shadow: #f4f6ff 0 2px 0;
}

.cmshtml .bnr_tit {
  position: relative;
  text-align: center;
}

.cmshtml .bnr_tit01 {
  color: #707070;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cmshtml .bnr_tit02 {
  font-size: 13px;
  font-weight: 600;
}

.cmshtml .sec_bnr02 {
  margin: 0 auto 120px;
}

.cmshtml .bnr_txt {
  margin-bottom: 20px;
}

.cmshtml .bnr_inwrap {
  justify-content: center;
}

.cmshtml .bnr02_box {
  margin: 10px;
}

.cmshtml #footer {
  background: #f4f6ff;
  padding: 60px 4% 40px;
}

.cmshtml #footer .inwrap {
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.cmshtml .f_about {
  position: relative;
}

.cmshtml .f_logo {
  margin-bottom: 15px;
  max-width: 350px;
}

.cmshtml .f_logo a {
  display: inline-block;
  transition: all 0.3s;
}

.cmshtml .f_address, .cmshtml .telfax {
  margin-bottom: 10px;
  padding-left: 20px;
}

.cmshtml .f_address, .cmshtml .telfax, .cmshtml .f_address a, .cmshtml .telfax a {
  color: #044b80;
  font-weight: 600;
  font-size: 14px;
}

.cmshtml .flink_box {
  margin-top: 30px;
}

.cmshtml .flink_wrap {
  justify-content: flex-end;
}

.cmshtml .flink_wrap > div {
    margin: 0 0px 15px;
    margin-left: 40px;
}

.cmshtml .flink {
  position: relative;
  flex-flow: nowrap;
}

.cmshtml .f_li, .cmshtml .f_li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.cmshtml .f_li {
  position: relative;
}

.cmshtml .f_li a {
  display: inline-block;
}

.cmshtml .f_li a:hover {
  color: #044b80;
  text-decoration: underline;
}

.cmshtml .f_li01 {
  margin-right: 30px;
}

.cmshtml .f_group {
  position: relative;
}

.cmshtml .f_li02 {
  margin-bottom: 10px;
}

.cmshtml .f_li02 a {
  padding-left: 20px;
}

.cmshtml .f_li02 a:before {
  background: #333;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cmshtml .f_sublink {
  width: 100%;
    margin-top: 20px;
}

.cmshtml .link_li, .cmshtml .link_li a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
}

.cmshtml .link_li {
  margin-bottom: 10px;
  text-align: right;
}

.cmshtml .link_li a {
  display: block;
}

.cmshtml .link_li a:hover {
  color: #044b80;

  text-decoration: underline;
}

.cmshtml #copy {
  padding: 0 20px;
}

.cmshtml .copyright {
  font-weight: 400;
  font-size: 12px;
}

.cmshtml .copyright, .cmshtml .copyright * {
  color: #333;
  text-decoration: none;
}

.cmshtml .copyright a:hover {
  text-decoration: underline;
}

.cmshtml .subpage_header {
  border-bottom: 1px solid #ededed;
}

.cmshtml #title_wrap {
  border-bottom: 1px solid #ededed;
  padding: 50px 2%;
  background: #000;
  position: relative;
}

.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cmshtml #title_wrap .bg_image img {
  opacity: 0.7;
}

.cmshtml #title_wrap .inwrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cmshtml .page_title {
  padding: 10px 10px;
}

.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}

.cmshtml .page_title01 {
  font-size: 40px;
  border-bottom: 1px solid #fff;
}

.cmshtml .page_title02 {
  font-size: 30px;
}

.cmshtml .subpage_contents {
  padding: 0 0 80px;
}

.cmshtml .subpage_contents > * {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 96%;
  position: relative;
  z-index: 1;
}

.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  color: #044b80;
  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 #contents h2,
.cmshtml #contents h3,
.cmshtml #contents h4,
.cmshtml #contents h5,
.cmshtml #contents h6 {
  display: block;
  position: relative;
  font-weight: 500;
}

.cmshtml #contents h2 {
  font-size: 32px !important;
  color: #044b80;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
  border-top: 1px solid #044b80;
  border-bottom: 3px solid #044b80;
}

.cmshtml #contents h3 {
  font-size: 24px !important;
  color: #044b80;
  font-weight: 600 !important;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.cmshtml #contents h3:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #044b80;
  width: 30px;
}

.cmshtml .blog_frame #contents h3:after {
  display: none;
  content: "none";
}

.cmshtml #contents h4 {
  font-size: 24px !important;
  text-align: center;
  color: #044b80;
  font-weight: 600 !important;
  padding-top: 20px;
    border-radius: 6px;
}
.cmshtml .toppage #contents h4 {
  font-size: 40px !important;
}


.cmshtml #contents h4:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #044b80;
  width: 30px;
}

.cmshtml #contents h5 {
  font-size: 20px !important;
  border-left: 4px solid #044b80;
  border-bottom: 1px solid #ccc;
  padding: 7px 10px 10px;
  padding-left: 12px;
  font-weight: 600 !important;
  color: #044b80;
}

.cmshtml #contents h6 {
  font-size: 20px !important;
  padding: 8px 20px;
  background: #044b80;
  font-weight: 600 !important;
  color: #fff;
        border-radius: 6px;
}

.cmshtml #contents h6 a {
  color: #fff;
}

.cmshtml .title07 {
  display: block;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}

.cmshtml .tit_primary {
  font-size: 32px;
  margin-bottom: 5px;
}

.cmshtml .tit_secondary {
  color: #f4f6ff;
  font-size: 20px;
}

.cmshtml .qa_q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px !important;
  font-weight: bold;
  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: 20px;
  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: #044b80;
  border-radius: 50%;
  justify-content: center;
  z-index: 2;
  bottom: 0;
}

.cmshtml .qa_q > div {
  padding: 20px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}

.cmshtml .qa_a:before {
  position: absolute;
  top: 10px;
  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: #f4f6ff;
  border-radius: 50%;
  justify-content: center;
}

.cmshtml .qa_a > div {
  padding: 20px;
  border: 1px solid #ededed;
  max-width: calc(100% - 50px);
  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: 2px solid #10253f !important;
  padding-right: 20px;
  width: 30%;
}

.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 70%;
}

.cmshtml .blog_frame {
  background: #ededed;
  padding: 60px 2%;
}

.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #fff;
}

.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: #f3f1f0;
  padding: 20px;
}

.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}

.cmshtml .list01_inwrap li {
  display: list-item;
  list-style: disc !important;
  position: relative;
  color: #044b80;
  font-weight: 600;
  padding: 0;
}

.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}

.cmshtml .list02_inwrap li {
  display: list-item;
  position: relative;
  color: #044b80;
  font-weight: 600;
  padding: 0;
  list-style: decimal !important;
}

.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}

.cmshtml .mark_btn {
  align-items: center;
  background: #f3f1f0;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px solid #044b80;
  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: 2px solid #044b80;
  color: #044b80;
  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: #044b80;
  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 #044b80;
  color: #044b80;
  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 {
  background: #F3F1F0;
  position: relative;
  align-items: flex-start;
  padding: 60px 3%;
}

.cmshtml .img_div {
  position: relative;
  z-index: 1;
  width: 40%;
}

.cmshtml .txt_div {
  padding: 20px 3%;
  width: 60%;
}

.cmshtml .txt_div .blick_tit {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #044b80;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.cmshtml .txt_div .blick_txt {
  font-size: 18px;
}

.cmshtml .profile {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#f0f6ff 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: #044b80;
  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;
}