@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 .marugo, .cmshtml .marugo * {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.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: #f00;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #f00;
  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;
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .link_btn {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .link_btn a {
  background: #ec99b5;
  color: #fff;
  padding: 10px 30px;
  padding-right: 50px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  font-weight: 600;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #E57A9E;
}
.cmshtml .link_btn a:hover:after {
  right: 15px;
}
.cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
}
.cmshtml .link_btn02 a {
  display: inline-block;
  padding: 8px 20px;
  padding-right: 50px;
  text-align: left;
  color: #ec99b5;
  border: #ec99b5 1px solid;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.cmshtml .link_btn02 a:hover {
  background: #ec99b5;
  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");
}
/*------------------------------------------------------
Top layout
------------------------------------------------------*/
.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: #fff;
  border-top: 5px solid #ec99b5;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: 9999;
}
.cmshtml #header.fixed {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.cmshtml #header.fixed .inwrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml #header .inwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: nowrap;
  transition: all 0.6s;
  max-width: 1600px;
  width: 100%;
  padding: 20px 2%;
  padding-right: 8%;
  margin: 0 auto;
  margin-right: 0;
}
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.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, .cmshtml .drop_li, .cmshtml .drop_li a {
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 15px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  background: #fff;
  font-weight: 600;
  padding: 2px 20px;
  display: inline-block;
}
.cmshtml .h_li a:hover {
  color: #ec99b5;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  z-index: 10;
  background: #FFF0F5;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 200px;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .drop_li a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  display: block;
}
.cmshtml .drop_li a:hover {
  color: #ec99b5;
}
.cmshtml .to_portal {
  background: #ec99b5;
  position: fixed;
  right: 0;
  top: 5px;
  z-index: 999;
  border-radius: 0 0 0 20px;
  transition: all 0.3s;
}
.cmshtml .to_portal:hover {
  background: #FFAFCA;
}
.cmshtml .to_portal a {
  background: url(../img/ico01.png) no-repeat left 15px top 5px;
  background-size: auto;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 10px 5px 40px;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt a {
    color: #ec99b5;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #ec99b5;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    transition: all 0.3s;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap, .cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  overflow: hidden;
  max-height: 600px;
  position: relative;
  z-index: 1;
}
.cmshtml .slick-slide img {
  width: 100%;
  height: auto;
}

.cmshtml .slide_item > div {
    height: 100%;
}


@media screen and (min-width: 681px) {
  .cmshtml .add-animation {
    animation: zoomUp 10s linear 0s normal both;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.cmshtml .catchcopy {
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 30px;
  letter-spacing: 0.8rem;
  text-shadow: #000 0 0 10px, #000 0 0 10px;
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #fff4f8;
  margin: 0 auto 80px;
  padding: 38px 2%;
}
.cmshtml .info_tit {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  box-sizing: border-box;
  border-bottom: 1px solid #ec99b5;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #ec99b5;
  font-weight: 600;
  font-size: 28px;
}
.cmshtml .scnews {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  position: relative;
  overflow: auto;
}
.cmshtml .news_div {
  border-bottom: 1px #cccccc dotted;
  padding: 20px;
  flex-flow: nowrap;
}
.cmshtml .news_div .date {
  color: #414141;
  padding: 0;
  margin-right: 20px;
  min-width: 110px;
  text-align: center;
  max-width: 150px;
  font-size: 18px;
}
.cmshtml .info_txt, .cmshtml .info_txt a {
  color: #666;
}
.cmshtml .info_txt {
  font-size: 18px;
}
/*------------------------------------------------------
flexbox
------------------------------------------------------*/
.cmshtml .flexbox {
  padding: 0 2%;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: auto;
}
.cmshtml .flexbox .inwrap {
  background: rgba(255, 255, 255, 0.8);
  align-items: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .flex_img {
  padding-bottom: 10px;
  position: relative;
}
.cmshtml .flex_img:before {
  background: #F8D0DD;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.cmshtml .flex_textbox {
  position: relative;
  padding: 20px 2% 0;
}
.cmshtml .flex_tit {
  letter-spacing: 0.3rem;
  margin-bottom: 50px;
}
.cmshtml .flex_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
}
.cmshtml .fl_box .inwrap > div:first-child {
  width: 45%;
}
.cmshtml .fl_box .inwrap > div:nth-child(2) {
  width: 55%;
}
.cmshtml .fl_box .flex_img {
  padding-right: 10px;
}
.cmshtml .fl_box .flex_img:before {
  right: 0;
}
.cmshtml .fl_box .link_btn {
  text-align: right;
}
.cmshtml .fr_box .inwrap > div:first-child {
  width: 55%;
}
.cmshtml .fr_box .inwrap > div:nth-child(2) {
  width: 45%;
}
.cmshtml .fr_box .flex_img {
  padding-left: 10px;
}
.cmshtml .fr_box .flex_img:before {
  left: 0;
}
.cmshtml .flexbox01 {
  background-image: url(../img/haikei1.png);
  background-position: left center;
  margin-top: 90px;
}
.cmshtml .flexbox01 .flex_tit {
  color: #d5648a;
  font-size: 28px;
  margin-bottom: 25px;
}
.cmshtml .flexbox02 {
  background-image: url(../img/haikei2.png);
  background-position: right center;
  margin-bottom: 250px;
}
.cmshtml .flexbox03 {
  background-image: url(../img/haikei3.png);
  background-position: left center;
  margin-bottom: 150px;
}
.cmshtml .flexbox02 .flex_tit, .cmshtml .flexbox03 .flex_tit {
  color: #3e64af;
  font-size: 40px;
}
/*------------------------------------------------------
access
------------------------------------------------------*/
.cmshtml .sec_access {
  margin-bottom: 60px;
}
.cmshtml .access_tit {
  color: #ec99b5;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.75rem;
  text-indent: 0.75rem;
  margin-bottom: 60px;
}
.cmshtml .access_map {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.cmshtml .access_map iframe {
  width: 100%;
  max-height: 450px;
}
/*------------------------------------------------------
slide
------------------------------------------------------*/
.cmshtml .sec_slide {
  margin-bottom: 60px;
}
.cmshtml .sec_slide .slide_item {
  margin: 0 10px;
}
.cmshtml .sec_slide .slide_item img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  margin-bottom: 60px;
}
.cmshtml .sec_bnr > div {
  width: 33.333333%;
}
.cmshtml .bnr_div {
  background: #000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cmshtml .bnr_img {
  position: relative;
  z-index: 1;
  opacity: 0.6;
  transition: all .5s ease;
}
.cmshtml .bnr_div .bnr_img img {
  transition: all .5s ease;
}
.cmshtml .bnr_div:hover .bnr_img {
  opacity: 0.4;
}
.cmshtml .bnr_div:hover .bnr_img img {
  transform: scale(1.1);
}
.cmshtml .bnr_textbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.cmshtml .bnr_tit, .cmshtml .bnr_txt, .cmshtml .bnr_tit a, .cmshtml .bnr_txt a, .cmshtml .bnr_tit p, .cmshtml .bnr_txt p {
  color: #fff;
  transition: all 0.3s;
  letter-spacing: 0;
}
.cmshtml .bnr_tit {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .bnr_txt {
  font-size: 18px;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff4f8;
  padding: 30px 2% 40px;
  position: relative;
}
.cmshtml #footer .inwrap {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 20px;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml #copy {
  margin-top: 40px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  color: #aaa;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml .subpage_header {
  border-bottom: 1px solid #ededed;
}
.cmshtml #title_wrap {
  border-bottom: 1px solid #ededed;
  padding: 70px 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: 1;
}
.cmshtml #title_wrap .inwrap {
  background: rgba(236, 153, 181, 0.85);
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 36px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
.cmshtml .subpage_contents {
  padding: 0 2% 80px;
}
.cmshtml .subpage_contents > * {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 100%;
  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: #ec99b5;
  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 #ec99b5;
  border-right: 1px solid #ec99b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #ec99b5;
  border-right: 1px solid #ec99b5;
}
.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: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.cmshtml .subpage_contents h2 {
  font-size: 32px !important;
  color: #ec99b5;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
  border-top: 1px solid #ec99b5;
  border-bottom: 3px solid #ec99b5;
}
.cmshtml .subpage_contents h3 {
  font-size: 24px !important;
  color: #3e64af;
  font-weight: 600 !important;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.cmshtml .subpage_contents h3:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #3e64af;
  width: 30px;
}
.cmshtml .blog_frame .subpage_contents h3:after {
  display: none;
  content: "none";
}
.cmshtml .subpage_contents h4 {
  font-size: 24px !important;
  text-align: center;
  color: #ec99b5;
  font-weight: 600 !important;
  padding-top: 20px;
}
.cmshtml .subpage_contents h4:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ec99b5;
  width: 30px;
}
.cmshtml .subpage_contents h5 {
  font-size: 20px !important;
  border-left: 4px solid #3e64af;
  border-bottom: 1px solid #ccc;
  padding: 7px 10px 12px;
  padding-left: 12px;
  font-weight: 600 !important;
  color: #3e64af;
}
.cmshtml .subpage_contents h6 {
  border-radius: 4px;
  font-size: 20px !important;
  padding: 8px 20px;
  background: #ec99b5;
  font-weight: 600 !important;
  color: #fff;
}
.cmshtml .subpage_contents h6 a {
  color: #fff;
}
.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: #ec99b5;
  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: #3e64af;
  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: 1px solid #ec99b5 !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: #FFF0F5;
  padding: 30px 4%;
}
.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  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: #f4f5f7;
  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: #ec99b5;
  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: #ec99b5;
  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: #FFF0F5;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px solid #ec99b5;
  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 #ec99b5;
  color: #ec99b5;
  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: #ec99b5;
  color: #fff;
}
.cmshtml .ico_title {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ec99b5;
  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: #ec99b5;
}
.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 #233871;
  color: #233871;
  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: #f0f6ff;
  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(#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: #233871;
  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;
}