@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #252525;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1rem;
  background: #fefefe;
}

a {
  color: #142e44;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.bold {
  font-weight: 600;
}

.small {
  font-size: 0.9em;
  font-weight: normal;
}

h2,
h3 {
  line-height: 1.4;
  font-weight: 400;
}

.mincho {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

#wrapper {
  overflow: hidden;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #20496b;
  border-radius: 50%;
  border-right: 1px solid rgba(32, 73, 107, 0.2);
  border-top: 1px solid rgba(32, 73, 107, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#l-header {
  width: 100%;
  position: absolute;
  border-top: 4px solid #20496b;
  background: #fefefe;
  padding: 0 20px;
  z-index: 100;
}
#l-header .inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  min-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 5px;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header.scrolled {
  position: fixed;
  transition: all 0.4s ease-out;
  background: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (max-width: 639px) {
  #l-header.scrolled {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
#l-header.scrolled .inner {
  padding-top: 0;
}
#l-header.scrolled #logo {
  width: 280px;
}
#l-header.scrolled #logo.type2 {
  width: 330px;
}
#l-header.scrolled #logo .logo1 {
  display: none;
}
#l-header.scrolled #logo .logo2 {
  display: block;
}
@media all and (max-width: 1397px) {
  #l-header.scrolled #logo {
    width: 268px;
  }
}
@media all and (max-width: 896px) {
  #l-header.scrolled #logo {
    width: 250px;
  }
}
@media all and (max-width: 639px) {
  #l-header.scrolled #logo {
    width: 200px;
  }
}
#l-header.scrolled .header-right_tel a {
  text-shadow: none;
}
#l-header.scrolled .header-right_tel a:hover {
  opacity: 0.6;
  color: #333;
}
#l-header.scrolled #header_nav ul li a {
  color: #252525;
  text-shadow: none;
}
#l-header.scrolled #header_nav ul li.contactbtn a {
  color: #fefefe;
}
#l-header.scrolled #header_nav ul li.contactbtn a:hover {
  color: #e05334;
}

#logo {
  width: 300px;
}
#logo.type2 {
  width: 380px;
  margin: 0 15px 0 0;
  padding-right: 20px;
  border-right: 1px solid #7d7d7d;
}
#logo .logo1 {
  display: block;
  filter: drop-shadow(3px 3px 1px rgba(255, 255, 255, 0.6));
}
#logo .logo2 {
  display: none;
}
@media all and (max-width: 1397px) {
  #logo {
    width: 215px;
  }
}
@media all and (max-width: 1024px) {
  #logo {
    width: 215px;
  }
}
@media all and (max-width: 896px) {
  #logo {
    width: 250px;
  }
}
@media all and (max-width: 639px) {
  #logo {
    width: 200px;
  }
}

.header-wrap {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  padding: 20px 20px 30px;
  background: #20496b;
}

.header-right {
  margin-left: auto;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .header-right {
    display: none;
  }
}

.header-right_contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .header-right_contact {
    justify-content: flex-start;
  }
}

.header-right_tel a,
.header-right_mail a,
.header-right_access a {
  display: block;
  padding: 6px 0px 6px 15px;
  line-height: 1.4;
  text-align: center;
  color: #fefefe;
  max-width: 350px;
  font-weight: normal;
  font-size: 2rem;
  background: #20496b;
}
.header-right_tel a span,
.header-right_mail a span,
.header-right_access a span {
  padding-right: 5px;
}
.header-right_tel a:hover,
.header-right_mail a:hover,
.header-right_access a:hover {
  transition: all 0.2s ease-in;
  background: #dfeaf3;
  color: #20496b;
}

.header-right_tel a {
  background: none;
  font-size: 3.5rem;
  font-weight: 800;
  color: #20496b;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-left: 4rem;
}
.header-right_tel a:before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 700;
  font-size: 3rem;
}
.header-right_tel a:hover {
  background: none;
  opacity: 0.6;
}

.header-right_mail a {
  background: #20496b;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
}
.header-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
  margin-right: 5px;
}

.header-right_access a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 700;
  margin-right: 5px;
}

#header_nav {
  position: relative;
  width: 100%;
  min-width: 800px;
  margin: 10px 0 5px auto;
}
@media all and (max-width: 1397px) {
  #header_nav {
    width: 600px;
    min-width: auto;
  }
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  text-align: center;
}
#header_nav ul li:not(:nth-child(n + 5)) a {
  border-right: 1px solid rgba(204, 204, 204, 0.8);
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #2b2b2b;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 5px 0;
}
#header_nav ul li a span {
  display: block;
  color: #20496b;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#header_nav ul li a:hover span,
#header_nav ul li a.active span {
  color: #20496b;
}
@media all and (max-width: 1397px) {
  #header_nav ul li a {
    font-size: 1.3rem;
  }
}
#header_nav ul li.contactbtn a {
  background: #e05334;
  color: #fefefe;
  padding: 10px 0;
  border: 1px solid #e05334;
  font-size: 1.8rem;
  border-radius: 100px;
}
#header_nav ul li.contactbtn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
  margin-right: 5px;
}
#header_nav ul li.contactbtn a:hover {
  background: #fefefe;
  color: #e05334;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 30;
  background: #fff9f5;
}
#header_nav .dropdown .dropdown-li {
  padding: 10px 10px;
  margin: 0 0 5px;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  border-right: 0;
  color: #555;
  border-radius: 30px;
  background: #fff;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  transition: all 0.2s ease-in;
  color: #20496b;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  display: block;
  background: #e05334;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fefefe;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.8rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 65px;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide,
.swiper-container,
.swiper-wrapper {
  overflow: hidden;
}

.slide-img {
  overflow: hidden;
  height: 80vh;
  width: 100%;
  margin: 0 auto;
}
.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 1024px) {
  .slide-img {
    height: 50vh;
  }
}
.slide-img.op-btm img {
  -o-object-position: top;
  object-position: top;
}

#slideshow {
  position: relative;
}

#catch {
  z-index: 20;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  text-align: right;
}
#catch.on {
  opacity: 1;
  transition: 2s;
}
@media all and (max-width: 896px) {
  #catch {
    width: 130%;
  }
}
@media all and (max-width: 639px) {
  #catch {
    bottom: 10%;
  }
}

/* slidepro
----------------------------------*/
#slidepro {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  #slidepro {
    width: 100%;
    background-size: contain;
    bottom: 0;
  }
}

/* bg_contact
----------------------------------*/
.contact_lead {
  font-size: 1.3em;
  color: #46240e;
  text-align: center;
}
@media all and (max-width: 639px) {
  .contact_lead {
    font-size: 1em;
  }
}

.contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.contact_wrap .contact_left {
  width: 50%;
  margin-right: 20px;
}
.contact_wrap .contact_right {
  flex: 1;
}
@media all and (max-width: 1024px) {
  .contact_wrap {
    width: 100%;
    flex-direction: column;
  }
  .contact_wrap .contact_left,
  .contact_wrap .contact_right {
    width: 100%;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .contact_wrap .contact_left {
    margin-right: auto;
    border-right: 0;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 896px) {
  .contact_wrap {
    flex-direction: column-reverse;
  }
  .contact_wrap .contact_left {
    margin-bottom: 0;
  }
  .contact_wrap .contact_right {
    margin-bottom: 30px;
  }
}

.footer-txt {
  max-width: 400px;
  background: #fefefe;
  padding: 15px;
  margin: 10px auto;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.footer-info dt,
.footer-info dd {
  padding: 3px;
}
.footer-info dt:not(:last-of-type),
.footer-info dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.footer-info dt {
  width: 90px;
}
.footer-info dd {
  width: calc(100% - 100px);
}

.contact_bnr {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact_bnr > li:not(:last-child) {
  margin-right: 50px;
}
@media all and (max-width: 896px) {
  .contact_bnr > li:not(:last-child) {
    margin-right: auto;
  }
}
.contact_bnr > li.bnr_tel a {
  color: #20496b !important;
  background: none;
  font-size: 5.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.contact_bnr > li.bnr_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 700;
  margin-right: 15px;
  font-size: 4.5rem;
}
.contact_bnr > li.bnr_tel a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .contact_bnr > li.bnr_tel a {
    font-size: 2.3rem;
  }
  .contact_bnr > li.bnr_tel a:before {
    font-size: 2rem;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #20496b;
  border: 1px solid #142e44;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 700;
}
.contact_bnr > li .bnr_mobile:hover {
  color: #0068d3;
}
.contact_bnr > li .bnr_fax {
  background: #fff9f5;
  border: 1px solid #aaa;
  color: #333;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 700;
}
.contact_bnr > li .bnr_mail {
  background: #20496b;
  color: #fefefe;
  padding: 10px 20px;
  letter-spacing: 0.08em;
  background: #20496b;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
}
.contact_bnr > li .bnr_mail:hover {
  opacity: 0.6;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  padding: 5px 15px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  .contact_bnr > li {
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 896px) {
  .contact_bnr .bnr_tel a {
    font-size: 2.5rem;
  }
}

/* footer
----------------------------------*/
#l-footer {
  position: relative;
}
#l-footer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #20496b;
  width: 100%;
  height: 60%;
  z-index: -1;
}
@media all and (max-width: 896px) {
  #l-footer:before {
    height: 70%;
  }
}
#l-footer .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media all and (max-width: 1024px) {
  #l-footer .inner {
    max-width: 900px;
  }
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    max-width: 90%;
  }
}
#l-footer .footer-box {
  margin: 0 auto 0;
  padding: 25px 10px;
  background: #fefefe;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 5px;
}
#l-footer .footer-box .inner {
  position: relative;
  z-index: 6;
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .footer-box {
    padding: 0px;
  }
}

.footer-map {
  width: 100%;
  height: 300px;
}
@media all and (max-width: 639px) {
  .footer-map {
    height: 220px;
  }
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.sns-list li:not(:last-child) {
  margin-right: 5px;
}
.sns-list li a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
}
.sns-list li a.fb {
  background-color: #1877f2;
}

.flogo {
  width: 80%;
  max-width: 430px;
  margin: auto;
}
@media all and (max-width: 639px) {
  .flogo {
    width: 100%;
  }
}
.flogo.type2 {
  margin-bottom: 15px;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  padding: 30px 0 10px;
  margin: 0 auto;
  max-width: 1000px;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_navi li {
  flex: 1 0 auto;
  text-align: center;
  margin: 0 0 4px;
}
.footer_navi li:not(:last-child) {
  border-right: 1px dashed #ccc;
}
.footer_navi li a {
  color: #252525;
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
}
.footer_navi li a span {
  display: none;
}
.footer_navi li a:hover {
  color: #20496b;
}
.footer_navi li .dropdown {
  display: none;
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 896px) {
  .column2 {
    margin-bottom: 30px;
  }
  .column2.chosei {
    margin-bottom: 0;
  }
  .column2.chosei .child:not(:last-child) {
    margin-bottom: 50px;
  }
}
.column2.js-flexend {
  justify-content: flex-end;
}
.column2.al-top {
  align-items: flex-start;
}
@media all and (max-width: 639px) {
  .column2.sp_reverse {
    flex-direction: column-reverse;
  }
}
.column2 .child {
  width: 48%;
}
@media all and (max-width: 896px) {
  .column2 .child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.column2 .child1 {
  width: 35%;
}
.column2 .child1.child-img img {
  display: block;
  margin: auto;
}
@media all and (max-width: 639px) {
  .column2 .child1.child-img img {
    width: 70%;
    margin-bottom: 15px;
  }
}
.column2 .child2 {
  width: 62%;
}
@media all and (max-width: 639px) {
  .column2 .child2.l-m20 {
    margin-left: 0;
  }
}
.column2 .child3 {
  width: 55%;
}
@media all and (max-width: 896px) {
  .column2 .child1,
  .column2 .child2,
  .column2 .child3 {
    width: 100%;
    border: 0;
  }
}

.address {
  text-align: center;
}

.copyright {
  padding: 35px 0 20px;
  font-size: 1.2rem;
  color: #fefefe;
}
@media all and (max-width: 896px) {
  .copyright {
    padding-bottom: 55px;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    font-size: 12px;
  }
}

/*----------------------------------
 --top-contents--
----------------------------------*/
/* --top-intro--
----------------------------------*/
.top-intro {
  position: relative;
  max-width: 1800px;
  margin: 60px auto 0;
}
.top-intro:before {
  right: 5%;
  top: 35%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg-intro2.jpg) no-repeat left bottom/cover;
  opacity: 0.9;
  position: absolute;
  content: "";
  width: 32%;
  height: 38%;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .top-intro:before {
    z-index: 1;
  }
}
@media all and (max-width: 639px) {
  .top-intro:before {
    width: 100%;
    height: 40%;
    background-position: center;
    top: 0;
    right: 0;
  }
}

.top-lead {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  left: -15%;
  top: -8%;
  font-size: 4rem;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #fefefe;
  line-height: 1.5;
  text-shadow: 0 0 8px rgba(70, 36, 14, 0.5);
}
@media all and (max-width: 896px) {
  .top-lead {
    font-size: 2.7rem;
    left: -20%;
    white-space: nowrap;
  }
}
@media all and (max-width: 639px) {
  .top-lead {
    writing-mode: inherit;
    font-size: 2rem;
    left: 0;
    top: -120px;
  }
}

.top-box {
  max-width: 75%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/body_bg.png);
  padding: 40px 8% 40px 40px;
  position: relative;
  z-index: 2;
  font-size: 1.1em;
  margin: 0px auto 80px 10px;
  position: relative;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .top-box {
    max-width: 70%;
    padding: 20px;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 639px) {
  .top-box {
    max-width: 98%;
    margin: 140px auto 0;
  }
}

.top-sec2 {
  position: relative;
}
.top-sec2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 50%;
  background-image: linear-gradient(to right, #20496b 0%, #00bfef 100%);
  opacity: 0.8;
  z-index: -2;
}
@media all and (max-width: 639px) {
  .top-sec2:before {
    height: 100%;
    width: 95%;
    background-image: linear-gradient(to bottom, #20496b 0%, #00bfef 100%);
    opacity: 0.6;
  }
}

.top-sec2-ttl {
  position: relative;
  z-index: 2;
}

.top-btn01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
}
.top-btn01 li {
  width: 31%;
  position: relative;
}
.top-btn01 li a {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-btn01 li .morebtn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #46240e;
  color: #fefefe;
  text-align: center;
  width: 200px;
  padding: 8px 0;
}
.top-btn01 li .top-btn-title {
  position: relative;
  z-index: 3;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/body_bg.png);
  margin: -40px auto 18px;
  width: 350px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  padding: 15px;
  color: #20496b;
}
.top-btn01 li .top-btn-title span {
  display: block;
  font-size: 1.4rem;
  color: #46240e;
}
.top-btn01 li .top-btn-img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 0 8px rgba(70, 36, 14, 0.3);
}
.top-btn01 li .top-btn-txt {
  padding-bottom: 55px;
}
.top-btn01 li:hover .top-btn-img {
  transform: translateY(-20px);
}
.top-btn01 li:hover .morebtn {
  background: #20496b;
}
@media all and (max-width: 896px) {
  .top-btn01 {
    justify-content: space-around;
  }
  .top-btn01 li {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .top-btn01 li {
    padding: 0;
    width: 85%;
  }
  .top-btn01 li .top-btn-title {
    font-size: 1.6rem;
    width: 260px;
  }
  .top-btn01 li .top-btn-title span {
    font-size: 1.2rem;
  }
  .top-btn01 li:first-of-type {
    margin-bottom: 30px;
  }
}

.top-btn02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-btn02 li {
  width: 50%;
  position: relative;
}
.top-btn02 a {
  display: block;
  position: relative;
}
.top-btn02 a .top-btn02-img {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.top-btn02 a .top-btn02-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #3f3b6d;
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.top-btn02 a .top-btn02-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.3s ease-in;
}
.top-btn02 a .top-btn02-title {
  line-height: 1.5;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  color: #fefefe;
  font-size: 3.5rem;
}
.top-btn02 a .top-btn02-title span {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fefefe;
  display: block;
  border-bottom: 2px solid #fefefe;
  margin-bottom: 5px;
}
.top-btn02 a:hover {
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.1);
}
.top-btn02 a:hover .top-btn02-img img {
  transform: scale(1.05);
}
.top-btn02 a:hover .top-btn02-img:before {
  opacity: 0;
}
.top-btn02 a:hover .top-btn02-title {
  text-shadow: 2px 2px 0 #333;
}
@media all and (max-width: 639px) {
  .top-btn02 li {
    width: 90%;
    margin: 0 auto 25px;
  }
  .top-btn02 a .top-btn02-img {
    height: 200px;
  }
  .top-btn02 a .top-btn02-title {
    font-size: 1.6rem;
  }
  .top-btn02 a .top-btn02-title span {
    font-size: 3rem;
  }
}

/* --news--
----------------------------------*/
.news-box {
  padding: 15px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    margin: 0 auto 25px;
    width: 90%;
    padding: 10px;
  }
}

.news-title {
  text-align: center;
  font-weight: 600;
  padding: 5px 20px;
  color: #fefefe;
}
.news-title span {
  font-size: 3.5rem;
  display: block;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 639px) {
  .news-title {
    padding: 5px 10px;
    width: 100%;
    font-size: 1.2rem;
  }
  .news-title span {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.news-right {
  flex: 1;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

.top-blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.top-blog li {
  width: 32%;
  margin: 0 1.5% 10px;
  position: relative;
}
.top-blog li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-blog li > a:hover ~ .top-blog_img img {
  transform: scale(1.1);
}
.top-blog li:nth-child(3n) {
  margin-right: 0;
}
.top-blog .top-blog_img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 180px;
}
.top-blog .top-blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.2s ease-in;
}
.top-blog .top-blog_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-blog .top-blog_time {
  background: #20496b;
  padding: 8px 5px;
  color: #fff;
  width: 25%;
  text-align: center;
  line-height: 1.2;
}
.top-blog .top-blog_time span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.top-blog .top-blog_time span.day {
  font-size: 2.5rem;
  font-weight: 600;
}
.top-blog .top-blog_detail {
  flex: 1;
  padding-left: 10px;
}
.top-blog .top-blog_ttl {
  font-size: 1.7rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .top-blog li {
    width: 49%;
    margin-right: 2%;
  }
  .top-blog li:nth-child(3n) {
    margin-right: 2%;
  }
  .top-blog li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .top-blog li {
    width: 85%;
    margin: 0 auto 20px;
  }
  .top-blog li:nth-child(2n),
  .top-blog li:nth-child(3n) {
    margin-right: auto;
  }
  .top-blog .top-blog_time span {
    font-size: 1.1rem;
  }
  .top-blog .top-blog_time span.day {
    font-size: 1.8rem;
  }
  .top-blog .top-blog_ttl {
    font-size: 1.3rem;
  }
}

/*----------------------------------
 --others--
----------------------------------*/
.greet-txt {
  letter-spacing: 0;
  line-height: 2;
  padding: 15px;
  font-weight: normal;
}

/* --about.php--
----------------------------------*/
.staff-name {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 3rem;
  font-weight: 600;
  color: #46240e;
  border-bottom: 0.9px solid #ccc;
  margin-bottom: 20px;
}
.staff-name .upper {
  font-size: 1.5rem;
  color: #444;
}
.staff-name .sub {
  color: #20496b;
  padding-left: 15px;
  font-size: 2.2rem;
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .staff-name {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .staff-name .upper {
    font-size: 1.2rem;
  }
  .staff-name .sub {
    font-size: 1.5rem;
    display: block;
    padding-left: 0;
  }
}

/* --course.php--
----------------------------------*/
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 600px;
  margin: 0 auto 35px;
}
.anchor-list li {
  width: 100%;
  position: relative;
  background: rgba(32, 73, 107, 0.8);
}
.anchor-list li:not(last-child) {
  margin-bottom: 10px;
}
.anchor-list li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 700;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fefefe;
  font-size: 2rem;
}
.anchor-list li a {
  display: block;
  text-align: center;
  color: #46240e;
  padding: 5px 5px 5px 25px;
}

.lead-txt {
  color: #46240e;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.lead-txt span {
  font-size: 3rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #20496b;
  margin-right: 2px;
}

.fee {
  text-align: center;
  font-size: 1.1em;
  max-width: 500px;
  margin: 0 auto 25px;
  background: rgba(32, 73, 107, 0.2);
  padding-bottom: 5px;
}
.fee .small {
  font-size: 1.4rem;
  color: #46240e;
}
@media all and (max-width: 639px) {
  .fee {
    font-size: inherit;
  }
  .fee .small {
    font-size: 1.2rem;
  }
}

.price {
  font-weight: 600;
  color: #20496b;
}
.price.price2 {
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .price.price2 {
    font-size: 1.9rem;
  }
}

.course-title {
  text-align: center;
  font-size: 3rem;
  color: black;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  margin: -60px auto 50px;
}
.course-title span {
  display: block;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #09131c;
}
.course-title:before {
  position: absolute;
  content: "";
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: 1;
  background: #20496b;
  width: 80px;
  height: 2px;
}
@media all and (max-width: 639px) {
  .course-title {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.course-list {
  display: flex;
  flex-wrap: wrap;
}
.course-list li {
  width: 31.3333333333%;
  margin: 0 3% 15px 0;
  background: #fff9f5;
  padding: 5px;
  color: #46240e;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 10px 0 10px 0;
  position: relative;
}
.course-list li:after {
  position: absolute;
  right: -18px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
  color: #ffdac2;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 2rem;
}
.course-list li span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
  font-weight: 400;
}
.course-list li:nth-child(3n) {
  margin-right: 0;
}
.course-list li:nth-child(3n):after {
  display: none;
}
@media all and (max-width: 639px) {
  .course-list li:nth-child(3n) {
    margin-right: auto;
  }
  .course-list li:nth-child(3n):after {
    display: block;
  }
}
@media all and (max-width: 639px) {
  .course-list li {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    padding: 10px 5px;
  }
  .course-list li span {
    font-size: 0.9em;
  }
  .course-list li:after {
    content: "\f107";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .course-list li:last-child:after {
    display: none;
  }
}

/* --joie.php--
----------------------------------*/
.menu-title {
  font-size: 1.7rem;
  color: #142e44;
  border-top: 1px solid rgba(32, 73, 107, 0.5);
  border-bottom: 1px solid rgba(32, 73, 107, 0.5);
  padding-bottom: 3px;
  line-height: 1.5;
  padding: 8px 5px;
  margin-bottom: 5px;
  background: rgba(32, 73, 107, 0.2);
}
.menu-title span {
  font-size: 0.8em;
}
.menu-title span.recommend {
  background: #09131c;
  padding: 2px 5px;
  margin-right: 5px;
  color: #fefefe;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .menu-title {
    font-size: 1.4rem;
  }
}

.price2 {
  font-size: 1.8rem;
  color: #20496b;
}
@media all and (max-width: 639px) {
  .price2 {
    font-size: 1.5rem;
  }
}

.menu-list {
  margin-bottom: 20px;
}
.menu-list > li {
  display: flex;
  align-items: center;
  padding: 8px 4px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.4;
}
.menu-list > li:before {
  background: radial-gradient(#ddd 30%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .left {
  order: -1;
  max-width: 60%;
}

/* contents
----------------------------------*/
.main-bg {
  position: relative;
}
.main-bg:before {
  position: fixed;
  content: "";
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/globe.png) no-repeat left bottom/contain;
  z-index: -1;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .main-bg:before {
    width: 200px;
    height: 200px;
  }
}

.single {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1024px) {
  .single {
    width: 94%;
  }
}
.single.type2 {
  padding: 0 0 80px;
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
}
.single02.type2 {
  padding: 0 0 80px;
}

.single03 {
  max-width: 1800px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 40px 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
}
.mbox.transparent {
  background: none;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px;
  }
}
@media all and (max-width: 639px) {
  .mbox.sp_p {
    padding: 0;
  }
}
.mbox.t-p80 {
  padding: 80px 30px;
}
@media all and (max-width: 639px) {
  .mbox.t-p80 {
    padding: 40px 15px;
  }
}

.mbox2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  padding: 30px;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.small-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 800px;
  padding: 30px;
  background: #fefefe;
}
.small-box.al-left {
  margin: 0 auto 50px 20px;
}

.container-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.sentence p + p {
  margin-top: 20px;
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(32, 73, 107, 0.2);
  margin: 4em auto;
  max-width: 20%;
  display: block;
}

.bg-grid {
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-map {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/map.png) no-repeat right bottom;
}
@media all and (max-width: 639px) {
  .bg-map {
    background-size: auto 200px;
    background-position: right top;
  }
}

#main {
  float: left;
  width: 76%;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#main2 {
  float: left;
  width: 76%;
}
@media all and (max-width: 896px) {
  #main2 {
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #main2 .mbox {
    background: #fefefe;
    padding: 5px;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* 2column */
#col2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
#col2-wrap #col2-main {
  width: 78%;
}
@media all and (max-width: 896px) {
  #col2-wrap #col2-main {
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
}
#col2-wrap #col2-side {
  width: 20%;
  padding: 60px 0 0;
}
@media all and (max-width: 896px) {
  #col2-wrap #col2-side {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 30px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 48px;
  font-size: 3.5rem;
  position: relative;
  text-align: center;
}
.mtitle span {
  display: block;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-bottom: -5px;
  color: #e05334;
  line-height: 1.5;
}
.mtitle:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  height: 3px;
  width: 40px;
  transform: translateX(-50%);
  background-image: linear-gradient(to left, #20496b, #2c6492);
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
}
.mtitle.center {
  text-align: center;
}
.mtitle.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.mtitle.mtitle_left {
  text-align: left;
}
.mtitle.mtitle_left:after {
  left: 0;
  transform: inherit;
}
@media all and (max-width: 639px) {
  .mtitle {
    font-size: 1.3rem;
    text-align: center;
  }
  .mtitle span {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 0px;
  }
}

.mtitle2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, rgba(32, 73, 107, 0.6) 0%, rgba(32, 73, 107, 0.5));
  border-image: linear-gradient(to right, rgba(32, 73, 107, 0.6) 0%, rgba(32, 73, 107, 0.5));
  border-image-slice: 1;
  line-height: 1.3;
  font-weight: 600;
}
.mtitle2 span {
  font-size: 4rem;
  margin-right: 15px;
  color: #20496b;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.3rem;
  }
  .mtitle2 span {
    font-size: 3rem;
    display: block;
  }
}

.mtitle3 {
  font-size: 3rem;
  font-weight: 600;
  color: #20496b;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.mtitle3 span {
  font-size: 1.7rem;
  color: #46240e;
  display: block;
}
@media all and (max-width: 896px) {
  .mtitle3 {
    padding: 4px;
    font-size: 2rem;
  }
  .mtitle3 span {
    border-bottom: 0;
    font-size: 1.5rem;
  }
}

.mtitle-bll {
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  border-bottom: 3px solid #f3f2f1;
  position: relative;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #09131c;
}
.mtitle-bll:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #20496b;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -3px;
  width: 100px;
  height: 3px;
  left: 0;
  background: #20496b;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.4rem;
  }
}

.mtitle4 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before,
.mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #20496b;
}
.mtitle4 span:before {
  left: -11px;
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  transform: rotate(20deg);
}
.mtitle4.white span:before,
.mtitle4.white span:after {
  background-color: #ffe760;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 2rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  border-left: 6px solid #285c86;
  margin: 0 0 10px;
  font-size: 1.7rem;
  padding: 5px 0 5px 0.5em;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #20496b;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.4rem;
  }
}
.mtitle_sub.picon {
  position: relative;
  border: none;
  padding: 7px 20px 7px 15px;
  display: inline-flex;
  align-items: center;
  background: #20496b;
  color: #fefefe;
  border-radius: 10px;
}
.mtitle_sub.picon::before {
  position: relative;
  left: 0;
  width: auto;
  background: none;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 600;
  font-size: 2.3rem;
}
@media all and (max-width: 639px) {
  .mtitle_sub.picon {
    font-size: 1.3rem;
  }
  .mtitle_sub.picon::before {
    font-size: 1.5rem;
  }
}
.mtitle_sub.eicon {
  position: relative;
  border: none;
  padding: 7px 20px 7px 15px;
  display: inline-flex;
  align-items: center;
  background: #e05334;
  color: #fefefe;
  border-radius: 10px;
}
.mtitle_sub.eicon::before {
  position: relative;
  left: 0;
  width: auto;
  background: none;
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 600;
  font-size: 2.3rem;
}
@media all and (max-width: 639px) {
  .mtitle_sub.eicon {
    font-size: 1.3rem;
  }
  .mtitle_sub.eicon::before {
    font-size: 1.5rem;
  }
}

.mtitle_box {
  background: #0068d3;
  color: #fff;
  font-size: 1.7rem;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 700;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.4rem;
  }
}

.mtitle_box2 {
  background: #dfeaf3;
  font-size: 2.2rem;
  color: #20496b;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 15px 15px 15px 25px;
  margin-bottom: 20px;
  border-radius: 100px;
}
.mtitle_box2.b-m20 {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .mtitle_box2.b-m20 {
    margin-bottom: 10px;
  }
}
.mtitle_box2 span {
  position: absolute;
  font-size: 2rem;
  opacity: 0.5;
  left: 25px;
  top: -29px;
  color: #555;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    margin-bottom: 10px;
  }
  .mtitle_box2 span {
    font-size: 1.3rem;
    top: -23px;
    left: 3px;
    opacity: 0.3;
  }
}
.mtitle_box2.pointicon {
  position: relative;
}
.mtitle_box2.pointicon::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}

.mtext1 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.mtext2 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.mtext2.type2 {
  font-size: 2.3rem;
}
@media all and (max-width: 639px) {
  .mtext2.type2 {
    font-size: 1.8rem;
  }
}
.mtext2 b {
  font-size: 2.8rem;
}
.mtext2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #142e44;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
  }
  .mtext2 b {
    font-size: 1.8rem;
  }
  .mtext2 span {
    font-size: 1.5rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 700;
  margin-right: 5px;
  color: #20496b;
}

/* btn
----------------------------------*/
.btn01 a {
  background: #20496b;
  text-align: center;
  width: 300px;
  margin: 20px auto;
  color: #fefefe;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #1a3c57;
  border-radius: 35px;
  line-height: 1.4;
}
.btn01 a span {
  display: block;
  font-size: 0.9em;
}
.btn01 a:hover {
  background: #142e44;
  color: #fff;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}
.btn01.type1 a {
  margin: 20px 0;
}
.btn01.orange a {
  background: #20496b;
  border-color: #20496b;
  color: #46240e;
}
.btn01.orange a:hover {
  background: #20496b;
  color: #fefefe;
}

.btn02 {
  width: 350px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #20496b;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 280px;
  }
}

/* news
----------------------------------*/
.news {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news dt {
  width: 8em;
  padding: 3px 5px;
  background: #ffcba9;
  text-align: center;
  font-weight: 600;
  color: #46240e;
}
.news dd {
  padding: 5px;
  width: calc(100% - 9.5em);
  margin-left: 10px;
  text-align: left;
}
.news dd a {
  color: #0068d3;
}
.news dt:not(:last-child),
.news dd:not(:last-child) {
  margin-bottom: 5px;
}

.news-bl dt {
  float: left;
  width: 8.5em;
  padding: 3px 5px;
  line-height: 1.3;
  background: #20496b;
  border-radius: 15px;
  color: #fefefe;
  font-weight: 400;
  text-align: center;
}
.news-bl dd {
  padding: 0 0 10px 9.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
  text-align: left;
}
.news-bl dd a {
  color: #46240e;
  text-decoration: underline;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 5px 0 10px;
  }
}

.news-bl2 dt {
  float: left;
  width: 11em;
  padding: 3px 5px;
  line-height: 1.5;
  background: #20496b;
  border-radius: 15px;
  color: #fefefe;
  font-weight: 400;
  text-align: center;
}
.news-bl2 dd {
  padding: 0 0 10px 12em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
  text-align: left;
}
.news-bl2 dd a {
  color: #46240e;
  text-decoration: underline;
}
.news-bl2 dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl2 dt {
    float: none;
  }
  .news-bl2 dd {
    padding: 5px 0 10px;
  }
}

.top-blog-wrap .news-bl dd:first-of-type a {
  color: #46240e;
}
.top-blog-wrap .news-bl dd:first-of-type a:before {
  color: #20496b;
  content: "New";
  margin-right: 4px;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/image02.jpg) no-repeat 80% / cover;
  margin-top: 10px;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #20496b;
  opacity: 0.6;
}
.page-title .inner {
  height: 450px;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-title .page-lead {
  margin: 150px auto 0;
  border-radius: 20px 0 20px 0;
  padding: 20px 0;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
  color: #fefefe;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px 0 black;
}
.page-title .page-lead span {
  display: block;
  font-size: 6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: none;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .page-title {
    background-attachment: scroll;
  }
}
@media all and (max-width: 896px) {
  .page-title {
    margin-top: 0px;
  }
  .page-title .inner {
    width: 100%;
    height: 220px;
  }
  .page-title .page-lead {
    width: 70%;
    border-radius: 10px 10px 0 0;
    font-size: 3rem;
    padding: 70px 0 20px;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    height: 220px;
  }
  .page-title .page-lead {
    padding: 8px 0;
    font-size: 1.4rem;
    width: 80%;
    margin: 77px auto 0;
  }
  .page-title .page-lead span {
    font-size: 3rem;
  }
}

.bg-01 {
  background-image: linear-gradient(to right, rgba(32, 73, 107, 0.5) 0%, rgba(32, 73, 107, 0.4) 50%, #eacd9a 50.1%, #eacd9a 100%);
}
@media all and (max-width: 639px) {
  .bg-01 {
    background-image: linear-gradient(to bottom, rgba(32, 73, 107, 0.4) 0%, rgba(32, 73, 107, 0.4) 55%, #eacd9a 55.1%, #eacd9a 100%);
  }
}

.bg-02 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/grid2.png);
}

.bg-contents {
  position: relative;
}
.bg-contents:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background: #20496b;
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .bg-contents:before {
    height: 78%;
    bottom: 2%;
  }
}

.bg-maru1,
.bg-maru2 {
  position: relative;
  margin: 0px auto;
}
.bg-maru1:before,
.bg-maru2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
  background: #f5f5f5;
  transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .bg-maru1:before,
  .bg-maru2:before {
    width: 100%;
  }
}

.bg-maru2:before {
  background: #f3f2f1;
  opacity: 0.8;
}

.bg-maru3 {
  position: relative;
  margin: 50px auto;
}
.bg-maru3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f6f7fb;
  transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .bg-maru3:before {
    width: 100%;
  }
}

.bg-base {
  position: relative;
  margin: 50px auto;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background: rgba(32, 73, 107, 0.3);
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .bg-base {
    max-width: calc(100% - 20px);
  }
}

.bg-blue {
  background: #0068d3;
}

.bg-gray {
  position: relative;
  background: #f3f2f1;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin: 50px auto;
}
@media all and (max-width: 896px) {
  .bg-gray {
    max-width: calc(100% - 20px);
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ffbc8f;
}
.tbl th {
  background: rgba(255, 249, 245, 0.5);
  text-align: left;
}
.tbl th.blue {
  color: #20496b;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl th.th-1 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl th.th-1 {
    width: 35%;
  }
}
.tbl th.cell02 {
  width: 20%;
}
.tbl th.cell03 {
  width: 22.5%;
}
.tbl td {
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .tbl {
    font-size: 1.1rem;
  }
  .tbl th,
  .tbl td {
    padding: 8px;
  }
}
.tbl .cell01 {
  width: 45%;
}
.tbl .cell02 {
  width: 25%;
}

.tbl_new {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .tbl_new {
    width: 95%;
  }
}
@media all and (max-width: 639px) {
  .tbl_new th {
    width: 36%;
  }
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 27%;
  color: #0068d3;
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f3f2f1;
}

.tbl-border {
  width: 100%;
}
.tbl-border tr:first-child th,
.tbl-border tr:first-child td {
  border-top: 0.9px solid #aaa;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 0.9px solid #aaa;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px 5px;
  }
}
.tbl-border th {
  color: #20496b;
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border.shop {
  background: #fefefe;
  font-size: 1.5rem;
}
.tbl-border.shop th,
.tbl-border.shop td {
  padding: 5px;
}
.tbl-border.shop th {
  color: #252525;
  text-align: center;
}
@media all and (max-width: 639px) {
  .tbl-border.shop {
    font-size: 1.2rem;
  }
}

.tbl-plain {
  width: 100%;
}
.tbl-plain th,
.tbl-plain td {
  padding: 10px 15px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.tbl-plain th {
  color: #20496b;
  width: 30%;
}
@media all and (max-width: 896px) {
  .tbl-plain th {
    width: 35%;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 15px 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #20496b;
  color: #fefefe;
  font-weight: 600;
  text-align: center;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #20496b;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}
@media all and (max-width: 896px) {
  .company th,
  .company td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .company th::after {
    left: 50%;
    top: 100%;
    margin-top: 0px;
    transform: rotate(90deg);
  }
}

.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
  border-bottom: 1px dashed #ddd;
}
.tbl0 th {
  padding-left: 0;
  background: none;
  text-align: left;
  width: 35%;
  color: #111;
}
.tbl0 th:after,
.tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 60%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 30.25%;
  height: 0;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 46.25%;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 8px;
  border-bottom: 1px dotted #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_common li .check_num {
  width: 30px;
  height: 30px;
  background: #20496b;
  color: #fff;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.list_check {
  margin-bottom: 30px;
}
.list_check li {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.1em;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  margin-top: 10px;
}
.list_check li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 700;
  margin-right: 10px;
  color: #0068d3;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 li {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding: 3px;
  background: #fefefe;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  margin-right: 6px;
  color: #20496b;
}
@media all and (max-width: 639px) {
  .list_check2 li {
    width: 100%;
    margin: 0 auto 5px;
  }
}
.list_check2.type2 li:before {
  color: #20496b;
}

.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #aaa;
}

.ol-list {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  padding-left: 5px;
}
.ol-list > li {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding: 5px 0 8px;
  padding-left: 50px;
  font-weight: 600;
  position: relative;
  line-height: 1.6;
  font-size: 1.8rem;
}
.ol-list > li .small {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 90%;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #20496b;
  position: absolute;
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  line-height: 2em;
  color: #fefefe;
  left: 0;
  top: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1.3rem;
  }
  .ol-list > li span {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 1.8rem;
  }
}

/* blog
----------------------------------*/
/*.blog-wrap {
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
 * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
 }
 > li {
  width: 23%;
  margin: 0 2.33% 4% 0;
  background: rgba($beige, 0.3);
  border-radius: 10px;
  &:nth-child(4n) {
   margin-right: 0;
  }
  a {
   display: block;
   width: 100%;
   height: 100%;
   &:hover {
    .blog-title {
     color: lighten($base_color, 10%);
    }
   }
  }
  .blog-img {
   width: 100%;
   height: 160px;
   img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 12px 12px 0 0;
   }
  }
  .blog-detail {
   padding: 15px;
   line-height: 1.5;
  }
  .blog-date {
   color: $base_color;
   font-size: 1.4rem;
   &:before {
    @include awesome(\f017);
    margin-right: 5px;
    color: $base_color;
   }
  }
  .blog-title {
   color: $base_color;
   font-size: 1.6rem;
  }
  @include for-size(tablet) {
   width: 48%;
   margin: 0 4% 4% 0;
   &:nth-child(2n) {
    margin-right: 0;
   }
  }
  @include for-size(phone-only) {
   width: 90%;
   margin: 0 auto 20px;
   background: #fefefe;
   .blog-date {
    font-size: 1.2rem;
   }
   .blog-title {
    font-size: 1.4rem;
   }
   &:nth-child(2n),
    &:nth-child(4n) {
    margin-right: auto;
   }
  }
 }
}
.blog-date2 {
 color: darken($base_color, 15%);
 font-size: 0.9em;
 margin-bottom: 5px;
 margin-right: 5px;
 &:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  margin-right: 5px;
 }
}
.pages {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-top: 45px;
 .page_next,
 .page_prev {
  width: 48%;
  position: relative;
  a {
   color: darken($base_color, 20%);
   padding: 10px;
   background: #fff;
   font-size: 13px;
   line-height: 1.6;
   display: block;
   text-align: center;
  }
  &:before {
   position: absolute;
   left: 50%;
   top: -15px;
   transform: translateX(-50%);
  }
 }
 .page_next {
  margin-right: 3%;
  &:before {
   content: "Next";
  }
  &:after {
   position: absolute;
   content: "";
   right: -2%;
   top: 0;
   width: 1px;
   height: 100%;
   z-index: 1;
   background: #ccc;
  }
 }
 .page_prev {
  &:before {
   content: "Previous";
  }
 }
}
.category_nav {
 border: 1px solid #dddddd;
 li {
  a {
   display: block;
   padding: 15px;
   border-bottom: 1px dotted #dddddd;
   background-color: #ffffff;
   &:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    margin-right: 5px;
   }
   &:hover {
    background: $bg-gray;
   }
  }
  &:last-child {
   a {
    border-bottom: none;
   }
  }
 }
}*/
/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.br_tablet {
  display: none;
}
@media all and (max-width: 896px) {
  .br_tablet {
    display: block;
  }
}

.round-box {
  border-radius: 20px;
  overflow: hidden;
}

.color1 {
  color: #20496b;
}

.color2 {
  color: #20496b;
}

.color3 {
  color: #0068d3;
}

.num a {
  color: #46240e;
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 700;
  margin-right: 5px;
}
.num a:hover {
  color: #20496b;
}

.telbox {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #eee;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1500px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
  font-weight: 400;
}
.breadcrumb li {
  display: inline;
  color: #333;
}
.breadcrumb li a {
  color: #20496b;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #20496b;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.form .textarea {
  height: 30px;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form button {
  cursor: pointer;
  display: block;
  color: #111;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 8px 5px;
  margin: 0 auto;
  width: 250px;
  background: #20496b;
  border: 1px solid #20496b;
  border-radius: 25px;
  color: #fff;
}
.form button:hover {
  background: #fff;
  color: #20496b;
}
.form button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #20496b;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #20496b;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #20496b;
  border-bottom: 3px solid #20496b;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.select-content {
  display: flex;
  align-items: center;
}
.select-content .select-txt {
  padding: 0 5px;
}
@media all and (max-width: 639px) {
  .select-content {
    display: block;
    /*.select-wrap, .select-txt{
     display: inline-block;
    }*/
  }
}

.form-txt {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.memo {
  border: 2px solid rgba(255, 249, 245, 0.5);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg01.jpg);
  padding: 15px;
}

.thanks {
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff9f5;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.mtitle_small {
  position: relative;
  font-size: 2.2rem;
  color: #252525;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.mtitle_small:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2c6492;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.mtitle_small.tcenter:before {
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.mtitle_small.type2 {
  color: #20496b;
}
.mtitle_small.type2:before {
  background-color: #20496b;
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
  color: #20496b;
}
.mtitle_small2:not(:first-of-type) {
  margin-top: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #1e8827;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* gallery(lightbox)
----------------------------------*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery.col3 li {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 25px 0;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
.gallery.col3 li a {
  height: 200px;
}
.gallery.col4 li {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 25px 0;
}
.gallery.col4 li:nth-of-type(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 200px;
}
.gallery li a {
  display: block;
  text-align: center;
  padding: 0px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  line-height: 1.6;
  margin-top: 5px;
}

@media all and (max-width: 896px) {
  .gallery.col3 li,
  .gallery.col4 li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .gallery.col3 li:nth-child(2n),
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .gallery.col3 li:nth-child(2n),
  .gallery.col4 li:nth-child(2n) {
    margin-right: auto;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .gallery.col3 li,
  .gallery.col4 li {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 896px) {
  .gallery.col3 li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .gallery.col3 li:nth-child(3n) {
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 896px) {
  .gallery.col3 li a {
    height: 250px;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .gallery.col3 li a {
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .gallery.col4 li a {
    height: 150px;
  }
}
@media all and (max-width: 896px) and (max-width: 639px) {
  .gallery.col4 li a {
    height: 120px;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 2%; */
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin: 0 4% 25px 0;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.list2.info-list .child {
  background: #fefefe;
  padding: 10px;
}
@media all and (max-width: 1024px) {
  .list2.info-list .child .fleft2 {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
}
.list2.salon-list li {
  background: rgba(32, 73, 107, 0.2);
  padding: 20px;
  border-radius: 15px 0 15px 0;
  font-size: 1.4rem;
}
@media all and (max-width: 1024px) {
  .list2.salon-list li .fleft2 {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
}
@media all and (max-width: 639px) {
  .list2.salon-list li {
    font-size: 1.2rem;
  }
}

.shop-section {
  padding-inline: clamp(20px, 3vw, 60px);
}

.info-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 400;
  align-items: flex-start;
}
.info-dl dt {
  width: 80px;
  background: rgba(32, 73, 107, 0.5);
  text-align: center;
  border-radius: 15px;
}
.info-dl dd {
  width: calc(100% - 100px);
  line-height: 1.6;
}
.info-dl dt:not(last-of-type),
.info-dl dd:not(last-of-type) {
  margin-bottom: 5px;
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3 li {
  width: 31%;
  margin: 0 3% 15px 0;
}
.list3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3 {
    width: 90%;
    margin: 0 auto;
  }
  .list3 li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list3 {
    width: 100%;
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 li {
  width: 23%;
  margin: 0 2.6666666667% 20px 0;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list4 {
    max-width: 600px;
  }
  .list4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .list4 li img {
    width: 100%;
  }
  .list4 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .list4 li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .list4 li:nth-child(2n) {
    margin-right: auto;
  }
}

.advantage-box {
  max-width: 800px;
  padding: 20px;
  background: #fefefe;
  font-weight: 600;
  margin: 30px auto 0;
  text-align: center;
}

.note {
  padding: 15px 15px;
  margin-top: 10px;
  background: rgba(223, 234, 243, 0.5);
}
.note.type2 {
  margin-top: 50px;
  padding: 40px 40px 10px;
}

.flow-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 0;
}
.flow-dl dt {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/body_bg.png);
  font-size: 3rem;
  color: #1e8827;
  width: 80px;
  border: 2px solid #20496b;
  text-align: center;
  margin-right: 20px;
  height: 80px;
  padding-top: 8px;
  border-radius: 100%;
}
.flow-dl dt span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: -16px;
}
.flow-dl dd {
  width: calc(100% - 110px);
  margin-top: 10px;
}
.flow-dl dd:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.flow-dl dt:not(:last-of-type),
.flow-dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .flow-dl {
    flex-direction: column;
  }
  .flow-dl dt {
    font-size: 1.7rem;
    width: 55px;
    height: 55px;
    padding-top: 3px;
  }
  .flow-dl dt span {
    font-size: 1.2rem;
    margin-bottom: -12px;
  }
  .flow-dl dt:not(:last-of-type) {
    margin-bottom: 0;
  }
  .flow-dl dd {
    width: 100%;
  }
}

.txt1 {
  padding-left: 10px;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-month ul li {
  width: 90%;
  padding: 3px;
  text-align: center;
  font-size: 1.4rem;
  background: #fefefe;
  margin: 0 0 5px;
}
.blog-month ul li a {
  color: #46240e;
}
@media all and (max-width: 896px) {
  .blog-month ul li {
    width: 48%;
    font-size: 1.1rem;
  }
  .blog-month ul li:nth-child(even) {
    margin-left: 1%;
  }
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#entry,
#form {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  max-width: 250px;
}
.list-center li:not(:last-child) {
  margin: 0 5px 5px;
}
@media all and (max-width: 639px) {
  .list-center li {
    width: 220px;
  }
  .list-center li:not(:last-child) {
    margin: 0 0 5px;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg-border.png) repeat-x left bottom;
}
.faq-dl dt,
.faq-dl dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl dt:before,
.faq-dl dd:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq-dl dt {
  color: #0068d3;
  font-size: 1.05em;
}
.faq-dl dt:before {
  content: "Q";
  color: #20496b;
  font-size: 2rem;
  background: rgba(32, 73, 107, 0.2);
}
.faq-dl dd {
  background: #fff9f5;
}
.faq-dl dd:before {
  content: "A";
  color: #c1272d;
  font-size: 2rem;
  background: rgba(255, 231, 96, 0.5);
}
.faq-dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.fukidashi {
  margin: 0.5em auto 1em;
  padding: 5px;
  text-align: center;
  max-width: 50%;
  border-radius: 10px;
  font-size: 2.2rem;
  background: #fefefe;
  border-radius: 5px;
  position: relative;
}
.fukidashi a {
  color: #a71017;
}
.fukidashi a:hover {
  color: #c1272d;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fefefe;
  z-index: 2;
}

.info-txt {
  width: 95%;
  margin: 10px auto 0;
  background: rgba(32, 73, 107, 0.3);
  padding: 10px;
  border-radius: 10px;
}

.title-big {
  font-weight: 600;
  color: #46240e;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title-big span {
  display: block;
  font-size: 7rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #20496b;
}
@media all and (max-width: 896px) {
  .title-big {
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .title-big {
    font-size: 1.8rem;
  }
  .title-big span {
    font-size: 4rem;
  }
}

.top-sec1 {
  margin-bottom: -80px;
}

.bnr-list {
  display: flex;
  flex-wrap: wrap;
}
.bnr-list li {
  height: 55px;
}
.bnr-list li img {
  border: 1px solid #ccc;
  width: auto;
  height: 100%;
  background: #fff;
}
.bnr-list li:first-child {
  margin-right: 20px;
}
@media all and (max-width: 639px) {
  .bnr-list li:first-child {
    margin-right: 10px;
  }
}
@media all and (max-width: 896px) {
  .bnr-list li {
    height: 45px;
  }
}
@media all and (max-width: 639px) {
  .bnr-list {
    justify-content: center;
    text-align: center;
  }
  .bnr-list li {
    height: 42px;
  }
  .bnr-list li img {
    max-width: initial;
  }
}
@media all and (max-width: 639px) and (max-width: 320px) {
  .bnr-list li {
    height: 37px;
  }
}

.box-column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-column2 .box-container {
  width: 48.5%;
  position: relative;
}
.box-column2 .box-container.single-column {
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .box-column2 .box-container {
    width: 100%;
  }
  .box-column2 .box-container.order {
    order: 2;
  }
}

.mtitle5 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  position: absolute;
  left: 2%;
  top: 0;
  font-size: 2.8rem;
  color: #20496b;
  font-weight: 600;
  letter-spacing: 0.2rem;
  border-top: 2px solid #aaa;
  padding-top: 20px;
}
.mtitle5 span {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  color: rgba(70, 36, 14, 0.5);
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 639px) {
  .mtitle5 {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.6rem;
    left: 0;
  }
  .mtitle5 span {
    font-size: 1.3rem;
    color: rgba(70, 36, 14, 0.5);
  }
}

.vertical-box {
  position: relative;
}
.vertical-box + .vertical-box {
  margin-top: 50px;
}

.vertical-content {
  margin-left: 20%;
}
@media all and (max-width: 639px) {
  .vertical-content {
    margin-left: 0;
  }
}

.listA {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  background: rgba(243, 242, 241, 0.5);
}
.listA li {
  padding: 4px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  width: 48%;
  margin: 0 4% 5px 0;
  font-weight: 600;
  color: #09131c;
  font-size: 1.05em;
  line-height: 1.5;
}
.listA li:before {
  content: "●●";
  color: #20496b;
  letter-spacing: 0.3rem;
  margin-right: 5px;
  font-size: 14px;
}
.listA li .inner {
  font-size: 0.9em;
  padding: 8px;
  background: #fefefe;
  margin-top: 4px;
  border-radius: 4px;
  font-weight: 400;
  color: #46240e;
}
.listA li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .listA li:nth-child(2n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .listA {
    background: transparent;
  }
  .listA li {
    margin: 0 auto 5px;
    width: 100%;
  }
}

/* --calendar--
----------------------------------*/
.calendar-info {
  text-align: center;
  font-weight: 600;
}
.calendar-info span {
  color: #ffe760;
}

.calendar-box table {
  width: 100%;
}
.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  border: 0.9px solid #666;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #46240e;
}
@media all and (max-width: 639px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 1.2rem;
  }
}
.calendar-box table th {
  background: #fff9f5;
  vertical-align: middle;
  font-weight: 600;
}
.calendar-box table td {
  background: #fefefe;
}
.calendar-box th.sun,
.calendar-box td.sun {
  color: #c1272d;
}
.calendar-box th.sat,
.calendar-box td.sat {
  color: #0068d3;
}
.calendar-box .off {
  background: #ffe760;
}
.calendar-box .item-td {
  background: #eadc8b;
}
.calendar-box .item-td .days {
  color: #46240e;
}
.calendar-box .item-td .item {
  display: none;
}

.top-gallery a {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
}
.top-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}
.service-list li {
  width: 100px;
  text-align: center;
  padding: 15px 0 10px;
  border: 2px solid #20496b;
  border-radius: 10px;
  font-weight: 600;
  color: #46240e;
  background: rgba(32, 73, 107, 0.3);
}
.service-list li i {
  color: #1e8827;
  font-size: 4rem;
  display: block;
}
.service-list li:not(:last-of-type) {
  margin-right: 10px;
}
@media all and (max-width: 639px) {
  .service-list li:not(:last-of-type) {
    margin-right: 1.3333333333%;
  }
}
@media all and (max-width: 896px) {
  .service-list li {
    width: 90px;
  }
}
@media all and (max-width: 639px) {
  .service-list li {
    width: 24%;
    margin: 0 1.3333333333% 10px 0;
  }
  .service-list li:nth-child(4n) {
    margin-right: 0;
  }
  .service-list li i {
    font-size: 3rem;
  }
}
.service-list.type2 li {
  width: 200px;
  background: lemonchiffon;
  border-color: #20496b;
  line-height: 1.4;
}
.service-list.type2 li span {
  font-size: 0.9em;
  display: block;
}
@media all and (max-width: 639px) {
  .service-list.type2 li {
    width: 140px;
  }
}
.service-list.type2 li img {
  width: 100px;
}

.title-mini {
  background: #f0f0f0;
  padding: 10px;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.facility1 .mtitle span {
  color: #1e8827;
}
.facility1 .mtitle5 {
  color: #1e8827;
}
.facility1 .mtitle_small {
  color: #0c340f;
}
.facility1 .mtitle_small:before {
  background: #1e8827;
}

.facility2 .mtitle span {
  color: #20496b;
}
.facility2 .mtitle5 {
  color: #20496b;
}
.facility2 .mtitle_small {
  color: #09131c;
}
.facility2 .mtitle_small:before {
  background: #20496b;
}

.board-box {
  border-radius: 20px;
  padding: 20px;
  background: #f3f2f1;
}

.timetable {
  font-size: 13px;
  width: 100%;
}
.timetable th {
  background: #fff9f5;
}
.timetable td {
  background: #fefefe;
}
.timetable th,
.timetable td {
  text-align: center;
  padding: 5px 3px;
  vertical-align: middle;
}
.timetable .time-txt {
  line-height: 1.2;
}
.timetable tr:first-of-type th,
.timetable tr:first-of-type td {
  background: rgba(255, 255, 255, 0.5);
}
.timetable tr:last-of-type th {
  background: #ffdac2;
}
.timetable tr:last-of-type td {
  background: #f0f0f0;
}

.title-lead {
  position: relative;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #20496b;
}
@media all and (max-width: 639px) {
  .title-lead {
    font-size: 1.5rem;
  }
}

.link-wrap {
  display: flex;
  flex-wrap: wrap;
}

.link-img {
  width: 35%;
}
.link-img img {
  width: 100%;
  /*  opacity: .8;*/
  border-radius: 20px 0 20px 0;
}
@media all and (max-width: 639px) {
  .link-img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .link-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /*opacity: .5;*/
  }
}

.link-box {
  width: 60%;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .link-box {
    width: 100%;
    margin-left: 0;
  }
}

ul.link-list {
  display: flex;
  flex-wrap: wrap;
}
ul.link-list li {
  width: 31%;
}
ul.link-list li a {
  display: block;
}
ul.link-list li a img {
  border: 1px solid #20496b;
}
ul.link-list li:not(:last-of-type) {
  margin-right: 3.495%;
}
@media all and (max-width: 639px) {
  ul.link-list li:not(:last-of-type) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  ul.link-list li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.bg-vision {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg-vision.jpg) no-repeat right bottom/contain;
}
@media all and (max-width: 639px) {
  .bg-vision {
    background-size: auto 450px;
  }
}

.bg-vision2 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg-vision2.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .bg-vision2 {
    background-size: auto 450px;
  }
}

.vision-box {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.vision-dl dt {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  border-bottom: 4px solid #fff9f5;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #0068d3;
}
.vision-dl dt .en {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  color: #00bfef;
  font-weight: 500;
  letter-spacing: 0;
}
.vision-dl dt mn {
  font-size: 85%;
}
.vision-dl dd .child {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
.vision-dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .vision-dl dt {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .vision-dl dt .en {
    font-size: 2rem;
    display: block;
  }
}

en {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg1 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg1.png) bottom right;
  background-size: auto;
  background-repeat: no-repeat;
}

.bg2 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/bg2.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mini {
  font-size: 80%;
}

en {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

/* blog entry 2column */
#blog_flexwrap {
  display: flex;
  max-width: 1500px;
  margin: 20px auto 100px;
}
#blog_flexwrap #blog_side {
  padding: 1%;
  background: #fff;
  width: 300px;
  margin-left: 20px;
}
#blog_flexwrap #blog_main {
  background: #fff;
  padding: 1%;
  flex: 1;
}
#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}
#blog_flexwrap #blog_main .blog_topics {
  flex-direction: column;
}
#blog_flexwrap #blog_main .blog_topics li {
  width: 100%;
}

/* blog side */
.blog_sttl01 {
  background: #20496b;
  color: #fff;
  text-indent: 5px;
  font-size: 17px;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 5px;
}

/* blog main */
.blog_mttl {
  width: 100%;
  background: #f1f1f1;
  color: #20496b;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #20496b;
  margin: 0px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}
.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  /*position: absolute;*/
  bottom: -50px;
  width: 100%;
  right: 0;
  /* margin: 40px 0 0; */
  margin: 20px 0 0;
}

.page_next {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
  margin-bottom: 20px;
}
.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #20496b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #20496b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog_side_list .blog_bx {
  /*アニメーション*/
  transition: 0.3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}
.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}
.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}
.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.blog_side_list .blog_bx * {
  transition: 0.3s;
}
.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}
.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}
.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #20496b;
  padding: 0 15px;
  margin-bottom: 5px;
}
.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}
.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog_top_list .blog_bx {
  /*アニメーション*/
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}
.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}
.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}
.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}
.blog_top_list .blog_bx * {
  transition: 0.3s;
}
.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}
.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}
.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #20496b;
  padding: 0 15px;
  margin-bottom: 5px;
}
.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}
.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}
.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 820px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }
  .blog_top_list .blog_bx figcaption {
    height: 300px;
  }
}
@media screen and (max-width: 820px) {
  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }
  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    padding: 3%;
    margin-bottom: 20px;
  }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
    padding: 3%;
  }
  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}
.title01 {
  margin-bottom: 35px;
}
.title01 .ja {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #3b3b3b;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.title01 .eng {
  display: block;
  font-size: 6rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #20496b;
}
.title01.type1 .eng {
  color: #20496b;
}
.title01.brown .eng {
  color: #46240e;
}
.title01.white .ja,
.title01.white .eng {
  color: #fefefe;
}
@media all and (max-width: 896px) {
  .title01 {
    margin-bottom: 30px;
  }
  .title01 .eng {
    font-size: 3.8rem;
  }
  .title01 .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .title01 .eng {
    font-size: 3rem;
    line-height: 1.1em;
  }
  .title01 .ja {
    font-size: 1.6rem;
  }
}

.title02 {
  position: relative;
  margin-bottom: 35px;
}
.title02.bm0 {
  margin-bottom: 0;
}
.title02 .eng {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  line-height: 1.6;
  color: #20496b;
  display: block;
}
.title02 .ja {
  font-size: 2.8rem;
  color: #46240e;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.title02.type1 .eng {
  color: #20496b;
}
.title02.white .ja,
.title02.white .eng {
  color: #fefefe;
}
.title02.brown .eng {
  color: #c66628;
}
@media all and (max-width: 896px) {
  .title02 {
    margin-bottom: 30px;
  }
  .title02 .eng {
    font-size: 1.4rem;
  }
  .title02 .ja {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title02 .eng {
    font-size: 1.3rem;
  }
  .title02 .ja {
    font-size: 1.8rem;
  }
}

.title03 {
  position: relative;
  margin-bottom: 50px;
}
.title03:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -25px;
  width: 80px;
  height: 17px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/title-line.png) no-repeat left center/contain;
}
.title03 .eng {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #b05b23;
  margin-left: 10px;
}
.title03 .ja {
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  color: #46240e;
}
@media all and (max-width: 639px) {
  .title03 .eng {
    font-size: 1rem;
  }
  .title03 .ja {
    font-size: 1.5rem;
  }
}

.title04 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.title04 span {
  display: block;
  max-width: 350px;
  width: 100%;
  color: #fff;
  background: #20496b;
  padding: 8px 20px;
  border-radius: 20px;
  margin: auto;
}
.title04.type1 span {
  background: #20496b;
}
@media all and (max-width: 639px) {
  .title04 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}

.class-ttl {
  position: relative;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  color: #46240e;
  margin-bottom: 20px;
  padding: 10px 0px 10px 50px;
}
.class-ttl img {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.class-ttl span {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .class-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding: 5px 0px 5px 40px;
  }
  .class-ttl img {
    width: 30px;
  }
  .class-ttl span {
    font-size: 1.3rem;
  }
}

.blog_topics {
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.blog_topics li {
  border-bottom: 1px solid #ddd;
  /* width: 50%; */
  width: 100%;
}
@media all and (max-width: 896px) {
  .blog_topics li {
    width: 100%;
  }
}
.blog_topics li a {
  display: block;
  color: #252525;
  padding: 15px;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgba(223, 234, 243, 0.4);
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  /* width: 40%;
  height: 140px; */
  width: 20%;
  height: 200px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.5s ease-in all;
}
.blog_topics li a .topics_detail .imgbox img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 80%;
  padding-left: 30px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox p {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog_topics li a .time_date {
  width: 120px;
  font-size: 0.9em;
  color: #252525;
  font-family: "Noto Sans JP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 700;
  margin-right: 5px;
}
@media all and (max-width: 768px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 35%;
    height: 80px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 65%;
    line-height: 1.5;
  }
  .blog_topics li a .time_date {
    width: 120px;
    font-size: 11px;
  }
}

.btn-border {
  margin: 20px auto 0;
  position: relative;
}
.btn-border a {
  display: block;
  border: 1px solid #20496b;
  border-radius: 0;
  background: #fff;
  box-shadow: 4px 4px 0 #20496b;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 4rem;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #20496b;
  margin-left: auto;
  width: 350px;
  border-radius: 5px;
}
.btn-border a:hover {
  box-shadow: -4px -4px 0 #20496b;
}
@media all and (max-width: 896px) {
  .btn-border a {
    font-size: 1.3rem;
  }
}
.btn-border.type2 a {
  width: 300px;
  margin: 30px auto 0;
  border: 2px solid #252525;
  box-shadow: 4px 4px 0 #252525;
  color: #252525;
}
.btn-border.type2 a:hover {
  box-shadow: -4px -4px 0 #252525;
}
@media all and (max-width: 639px) {
  .btn-border.type2 a {
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .btn-border.type2 {
    margin-top: 10px;
  }
}
.btn-border.type3 {
  margin: 0 20px;
}
.btn-border.type3 a {
  width: 220px;
  margin: 30px auto 0;
  border: 2px solid #252525;
  box-shadow: 4px 4px 0 #252525;
  color: #252525;
}
.btn-border.type3 a:hover {
  box-shadow: -4px -4px 0 #252525;
}
@media all and (max-width: 639px) {
  .btn-border.type3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn-border.type3 a {
    width: 100%;
    margin: 10px auto 0;
  }
}
.btn-border.type4 a {
  margin: auto;
}
.btn-border.type5 {
  margin: 20px auto 30px;
}
.btn-border.type5 a {
  max-width: 400px;
  width: auto;
  margin: auto;
}
@media all and (max-width: 639px) {
  .btn-border.type5 a {
    padding: 1rem;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-area {
  position: relative;
  justify-content: flex-end;
  display: flex;
  z-index: 1;
  margin: 160px 0;
}
.gradient-area:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  top: 80px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/gradient-are.jpg) no-repeat center/cover;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .gradient-area {
    margin: 50px 0;
  }
}
.gradient-area .gradient-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 55%;
  padding: 60px 50px;
  margin-right: auto;
  box-sizing: border-box;
  background: linear-gradient(45deg, #26567f, #20496b, #142e44);
  background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
  color: #fff;
  box-shadow: 0 12px 26px -2px rgba(70, 36, 14, 0.1);
  z-index: 10;
  overflow: hidden;
}
.gradient-area .gradient-area-box:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 70%;
  top: 10%;
  right: 10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/gradient-area-box.png) no-repeat right top/contain;
  z-index: -1;
  opacity: 0.2;
}
.gradient-area .gradient-area-box .inner {
  position: relative;
  max-width: 650px;
  margin: auto;
}
.gradient-area .gradient-area-box .inner p + p {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .gradient-area {
    flex-direction: column;
    margin-bottom: 0;
  }
  .gradient-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
  }
  .gradient-area .gradient-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    margin: 56.25% auto 0;
  }
  .gradient-area .gradient-area-box .inner p + p {
    margin-top: 15px;
  }
  .gradient-area .gradient-area-box .inner .gradient-area-title {
    margin-bottom: 30x;
    font-size: 1.5rem;
  }
  .gradient-area .gradient-area-box .inner .gradient-area-title span {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 639px) {
  .gradient-area .greet-area-box {
    padding: 35px 15px;
  }
}

.advantage {
  position: relative;
  padding: 80px 0;
  margin: 160px 0;
}
.advantage:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/advantage.jpg) no-repeat center/cover;
  z-index: -1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
@media all and (max-width: 896px) {
  .advantage:before {
    width: 0;
    height: 0;
    background: transparent;
    padding: 45px 15px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media all and (max-width: 896px) {
  .advantage {
    margin: 40px 0;
  }
}
.advantage.type2::before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/4.jpg) no-repeat center/cover;
}
.advantage:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 95%;
  bottom: 0;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/triangle.jpg) no-repeat right bottom/cover;
  z-index: -2;
  opacity: 0.5;
}
@media all and (max-width: 896px) {
  .advantage:after {
    width: 100%;
    height: 60%;
  }
}
.advantage .advantage-right {
  width: 55%;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: 80px;
}
.advantage .advantage-right .inner {
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .advantage .service-right {
    margin-right: 40px;
  }
}
@media all and (max-width: 896px) {
  .advantage {
    padding: 0;
  }
  .advantage .advantage-right {
    width: 100%;
    margin: auto;
  }
  .advantage .advantage-right .inner {
    padding: 35px 15px;
  }
}

.bg-fixed {
  position: relative;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/image02.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 30vh;
}
@media screen and (max-width: 1200px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-fixed:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/24820/raster.png) repeat;
  z-index: 1;
}

.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fefefe, 0 0 0 #fefefe;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fefefe, 0 0 15px #fefefe;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fefefe, 0 0 0 #fefefe;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}
ol {
  margin-bottom: 30px;
}
ol li:not(:last-child) {
  margin-bottom: 20px;
}

.list-style01 li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style01 li .mtitle_sub {
  margin-bottom: 0;
}
.list-style01 li .tbl {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.list-style01 li .tbl th {
  width: 0;
}

.list-style02 li {
  margin-left: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.list-style02 li::before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 800;
  color: #20496b;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .list-style02 li {
    font-size: 1.2rem;
  }
  .list-style02 li::before {
    font-size: 1.2rem;
  }
}
.list-style02.type2 li {
  color: #20496b;
  font-size: 1.5rem;
  font-style: normal;
}
.list-style02 .mini {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.list-style03 li {
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
  font-weight: 600;
}
.list-style03 li::before {
  content: "";
  position: absolute;
  background: #e05334;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 0;
  border-radius: 2px;
  margin-right: 10px;
}
@media all and (max-width: 639px) {
  .list-style03 li::before {
    top: 9px;
  }
}
.list-style03.type2 li::before {
  color: #20496b;
}

.p-strength__list {
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .p-strength__list {
    margin: 0 auto;
  }
}
.p-strength__list > li {
  position: relative;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  background: #fff9f5;
}
@media all and (max-width: 1024px) {
  .p-strength__list > li {
    padding: 35px 25px 50p;
    max-width: 600px;
    margin-bottom: 50px;
  }
}

.p-strength__lead {
  display: flex;
  align-items: flex-start;
  margin-top: -30px;
}
.p-strength__lead.type1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.p-strength__lead .num {
  transform: translateY(-10px);
  width: 65px;
  margin-right: 20px;
}
.p-strength__lead .main {
  flex: 1;
  align-self: center;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
}
.p-strength__lead .main em {
  display: inline-block;
  border-bottom: 1px solid #252525;
  color: #252525;
  font-size: 0.9em;
}
.p-strength__lead .main em.type_en {
  border-bottom-color: #20496b;
  color: #20496b;
}
@media all and (max-width: 896px) {
  .p-strength__lead .main em {
    font-size: 1.2em;
  }
}
@media all and (max-width: 1024px) {
  .p-strength__lead .num {
    width: 50px;
    margin-right: 20px;
    margin-left: -10px;
  }
  .p-strength__lead .main {
    font-size: 1.8rem;
    padding-top: 15px;
  }
}
@media all and (max-width: 639px) {
  .p-strength__lead {
    align-items: center;
    margin-top: -30px;
  }
  .p-strength__lead .num {
    transform: translateY(5px);
    width: 60px;
    margin-left: 20px;
  }
  .p-strength__lead .main {
    font-size: 1.5rem;
    padding-top: 30px;
  }
}

.p-strength__txt {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .p-strength__txt {
    font-size: 1.3rem;
  }
}
.p-strength__txt figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .p-strength__txt figure img {
    width: 90%;
    display: block;
    margin: auto;
  }
}

.shoplist li {
  width: 46%;
  margin: 0 4% 4% 0;
}
.shoplist li img {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .shoplist {
    width: 90%;
    margin: auto;
  }
  .shoplist li {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media all and (max-width: 639px) {
  .form-contents form dl {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 639px) {
  .form-contents form dl dd label {
    display: block;
  }
}
@media all and (max-width: 639px) {
  .form-contents {
    padding: 0 20px 30px !important;
  }
}

.productt-smp {
  width: 95%;
  margin: auto;
}
.productt-smp li {
  background: #fefefe;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 20px 20px;
}
.productt-smp li figure {
  overflow: hidden;
}
.productt-smp li img {
  transition: 0.5s ease-in all;
}
.productt-smp li h2 {
  color: #e05334;
  font-weight: 600;
  font-size: 2.3rem;
}
@media all and (max-width: 639px) {
  .productt-smp li h2 {
    font-size: 1.8rem;
  }
}
.productt-smp li .by {
  color: #888888;
}
@media all and (max-width: 639px) {
  .productt-smp li .by {
    font-size: 0.9rem;
  }
}
.productt-smp li .spec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.productt-smp li .spec li {
  width: 49%;
  border: none;
  background: #e2e2e2;
  padding: 5px;
  font-size: 1.3rem;
  margin: 0;
}
.productt-smp li .spec li:not(:last-child) {
  margin-bottom: 2%;
}
@media all and (max-width: 639px) {
  .productt-smp li .spec li {
    width: 100%;
    font-size: 1rem;
  }
}
.productt-smp li a:hover img {
  transform: scale(1.2);
}
@media all and (max-width: 1024px) {
  .productt-smp li {
    width: 48%;
    margin: 0 0 20px;
  }
  .productt-smp li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media all and (max-width: 639px) {
  .productt-smp li {
    width: 100%;
  }
  .productt-smp li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .productt-smp.top li {
    width: 48%;
    margin: 0 0 20px;
  }
  .productt-smp.top li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .productt-smp.top li h2 {
    font-size: 1rem;
  }
  .productt-smp.top li .spec {
    margin-top: 10px;
  }
  .productt-smp.top li .spec li {
    padding: 3px;
  }
  .productt-smp.top li .spec li:not(:nth-child(2n)) {
    margin-right: 0%;
  }
}

.shoplist-sub li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 639px) {
  .shoplist-sub li {
    flex-direction: column;
  }
}
.shoplist-sub .name {
  width: 30%;
}
@media all and (max-width: 639px) {
  .shoplist-sub .name {
    width: 100%;
  }
}
.shoplist-sub .name h2 {
  color: #252525;
  font-size: 1.8rem !important;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .shoplist-sub .name h2 {
    font-size: 1.4rem !important;
  }
}
.shoplist-sub .name .address {
  color: #3b3b3b;
  font-weight: 400;
  text-align: left;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .shoplist-sub .name .address {
    font-size: 1rem !important;
  }
}
.shoplist-sub .name .address::before {
  content: "\f276";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}
.shoplist-sub .tel {
  width: 30%;
  text-align: center;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .shoplist-sub .tel {
    width: 100%;
    text-align: left;
  }
}
.shoplist-sub .tel a {
  font-size: 2rem;
}
.shoplist-sub .tel a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #20496b;
  margin-right: 5px;
}
.shoplist-sub .tel a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .shoplist-sub .tel a {
    font-size: 1.4rem;
  }
}
.shoplist-sub .opentime {
  width: 40%;
  font-weight: 800;
  color: #20496b;
  line-height: 1.3em;
}
.shoplist-sub .opentime::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
}
.shoplist-sub .opentime .mini {
  color: #252525;
  font-weight: 500;
}
@media all and (max-width: 639px) {
  .shoplist-sub .opentime {
    width: 100%;
    color: #252525;
    background: #eee;
    margin-top: 10px;
    padding: 10px;
  }
}

.waku {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-size: 2.8rem;
  color: #fefefe;
  font-size: 3rem;
  margin-top: 20px !important;
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
}
.waku span {
  background: #e05334;
  display: inline-block;
  padding: 15px 20px;
}
.waku em {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 0.6em;
}
.waku em::before {
  content: "[";
  margin-right: 0.2em;
}
.waku em::after {
  content: "]";
  margin-left: 0.2em;
}
@media all and (max-width: 1170px) {
  .waku {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 639px) {
  .waku {
    font-size: 1.3rem;
  }
  .waku span {
    padding: 10px 15px;
  }
}
.waku.type2 {
  color: #e05334;
  font-size: 3rem;
}
.waku.type2 span {
  background: #fff9f5;
}
@media all and (max-width: 639px) {
  .waku.type2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .waku.type2.chosei {
    font-size: 1.5rem;
    text-align: left;
    text-wrap: wrap;
    word-break: break-all;
  }
}

.smsm {
  color: #fefefe;
  background: linear-gradient(to right, #0e0d6a 50%, #0599e6 100%);
  padding: 0 30px;
  margin-bottom: -10px;
}

.iReporter {
  color: #4c4948;
  background: #ffc85f;
  font-weight: 800;
  padding: 0 30px;
  border-radius: 20px;
}

.cloud_solution.list3 {
  margin: auto;
  width: 95%;
  justify-content: center;
}
.cloud_solution.list3 li {
  width: 30.33%;
  margin: 0px 3% 3% 0;
  border: 1px solid #ccc !important;
  padding: 30px 20px !important;
  border-radius: 15px;
  background: #fefefe;
  box-shadow: 5px 5px 0 #20496b;
}
.cloud_solution.list3 li:nth-child(3n) {
  margin-right: 0 !important;
}
@media all and (max-width: 896px) {
  .cloud_solution.list3 li {
    width: 100%;
  }
}
.cloud_solution li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cloud_solution li .mtitle_small {
  text-align: center;
  color: #20496b;
  margin-bottom: 10px;
}
.cloud_solution li .mtitle_small:before {
  display: none;
}
.cloud_solution li .mtitle_small .name {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  font-size: 3rem;
}
@media all and (max-width: 1397px) {
  .cloud_solution li .mtitle_small .name {
    font-size: 2.3rem;
  }
}
.cloud_solution li .mtitle_small .logo a:hover {
  opacity: 0.6;
}
.cloud_solution li .mtitle_small .logo img {
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0;
  opacity: 1;
  width: 100%;
}
.cloud_solution li .mini {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 10px;
}
.cloud_solution li img {
  display: block;
  width: 60%;
  margin: 20px auto 0;
  opacity: 0.7;
}
.cloud_solution li .leadmaru {
  position: relative;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.cloud_solution li .leadmaru::before {
  content: "●";
  font-size: 1rem;
  color: #f85b3c;
  margin-right: 8px;
}
@media all and (max-width: 1397px) {
  .cloud_solution li .leadmaru {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .cloud_solution li .leadmaru {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1024px) {
  .cloud_solution.list4 li {
    width: 48%;
    margin: 0px 0 50px 0;
  }
  .cloud_solution.list4 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media all and (max-width: 639px) {
  .cloud_solution.list4 li {
    width: 100%;
  }
}

.mtitle_small.shopicon {
  position: relative;
}
.mtitle_small.shopicon::before {
  position: relative;
  background: none;
  width: auto;
  height: auto;
  bottom: auto;
  content: "\f54f";
  color: #20496b;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.mtitle_small.shopicon::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2c6492;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.bx_sw {
  border-radius: 10px;
  box-shadow: 5px 5px 0 #20496b;
}

@media all and (max-width: 639px) {
  .sptp {
    padding: 40px 15px;
  }
}

#cms-blog-entry-detail-2-area ul {
  list-style: disc;
  padding-left: 2em;
}

#cms-blog-entry-detail-2-area ol li {
  margin-bottom: auto;
}

.note3 {
  padding: 40px;
  margin-top: 10px;
  background: rgba(223, 234, 243, 0.5);
}
