
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);



html { color: #414848;  line-height: 1.6;}

body {
  font: normal normal 17px/1 dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-style: normal;
  /* font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro","Meiryo",sans-serif; */
  /* font-style: normal; */
  line-height: 1.6;
  /* letter-spacing:0.03em; */
}
h2 { line-height: 1.6; font-weight:normal; }
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
ins{text-decoration: none;}
.mbr-section-subtitle {
  line-height: 1.3;
}
.tRed{color:#D0104C;}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.rounded-circle.mbr-rounded-circle{
  width: 260px;
  height: 260px;
  text-align: center;
  position: absolute;
  top:-220px;
  padding-top: 0;
}
.rounded-circle.mbr-rounded-circle p{line-height: 1.4; }
.display-1 {
  font-size: 2.1rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-size: 1.18rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-6 > {
  font-size: 1.8rem;
}
.display-7 {
  font-size: 2.2rem;
}
.bg-primary > .display-7 > .mbr-iconfont {
  font-size: 2.7rem;
}
.bg-primary > p{ margin-top: 2rem;}


/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.6rem;
    font-size: calc( 1.6rem + (3 - 1.6) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 2* (1.6rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-1 > .mbr-iconfont {
    font-size: 4rem;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.3rem;
    font-size: calc( 1.07rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #004279 !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #eb6a0a !important;
}
.bg-danger {
  background-color: #a81324 !important;
}
.badge-primary {
  background-color: #004279 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #004279 !important;
  border-color: #004279 !important;
  transition: all .5s;
  color: #ffffff !important;
  box-shadow: 5px 5px #ACA798 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #641025 !important;
  border-color: #641025 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #138788 !important;
  border-color: #138788 !important;
  transition: all .5s;
  color: #ffffff !important;
  box-shadow: 5px 5px #ACA798 !important;

}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #12696a !important;
  border-color: #12696a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8E8D9C !important;
  border-color: #8E8D9C !important;
  opacity:.65;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #4e0c1d !important;
  color: #4e0c1d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #004279 !important;
  border-color: #004279 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004279 !important;
  border-color: #004279 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #004279 !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #138788 !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4e0c1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #138788;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004279;
  border-color: #004279;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a{color: #183CB2;}
a:hover {
  color: #0079D6;
  text-decoration: underline;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e55a7d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #188ef4;
  top: auto !important;
  left: auto !important;
}

@media (max-width: 767px) {
  .align-center >p { text-align: left;}
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #004279;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
ul > li{margin-bottom: 0.5em;}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}

/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #004279;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #004279;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-o {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-op {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9ebf2;
}
.cid-rbmbAelA8q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbmbAelA8q .nav-item,
.cid-rbmbAelA8q .nav-link,
.cid-rbmbAelA8q .navbar-caption {
  font-weight: normal;
}
.cid-rbmbAelA8q .nav-item:focus,
.cid-rbmbAelA8q .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rbmbAelA8q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rbmbAelA8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rbmbAelA8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rbmbAelA8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rbmbAelA8q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #004279;
  background: none;
  position: absolute;
  top:55px;
}
.cid-rbmbAelA8q .navbar.opened {
  transition: all .3s;
  background: #004279 !important;
}
.cid-rbmbAelA8q .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rbmbAelA8q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rbmbAelA8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rbmbAelA8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rbmbAelA8q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rbmbAelA8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rbmbAelA8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rbmbAelA8q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rbmbAelA8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rbmbAelA8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rbmbAelA8q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rbmbBFs5NT {
    height: auto;
    background-size:cover;
  }
  .rounded-circle.mbr-rounded-circle{
    width: 210px;
    height: 210px;
    text-align: center;
    position: absolute;
    top:-220px;
    left: -40px;
    padding-top: 0;
  }
  .rounded-circle.mbr-rounded-circle p{
    line-height: 1.2;
  }
  .display-1 {
    line-height: 1.3;
  }
  .display-7 > .mbr-iconfont {
    font-size: 2.2rem;
  }
  .cid-rbmbAelA8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rbmbAelA8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rbmbAelA8q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rbmbAelA8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rbmbAelA8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rbmbAelA8q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rbmbAelA8q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rbmbAelA8q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rbmbAelA8q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rbmbAelA8q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rbmbAelA8q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rbmbAelA8q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rbmbAelA8q .navbar.navbar-short {
  background: #004279 !important;
  min-height: 60px;
}
.cid-rbmbAelA8q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rbmbAelA8q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rbmbAelA8q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rbmbAelA8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rbmbAelA8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rbmbAelA8q .dropdown-item.active,
.cid-rbmbAelA8q .dropdown-item:active {
  background-color: transparent;
}
.cid-rbmbAelA8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rbmbAelA8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rbmbAelA8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004279;
}
.cid-rbmbAelA8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rbmbAelA8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rbmbAelA8q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rbmbAelA8q .navbar-buttons {
  text-align: center;
}
.cid-rbmbAelA8q button.navbar-toggler {
  outline: none;
  width: 38px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburgerbox{
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  width:34px;
  height: 40px;
  padding: 20px;
  position:absolute;
  top:-12px;
  right: -4px;
  text-align: center;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 3px;
  width: 34px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 4px;
  transition: all .2s;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 12px;
  transition: all .15s;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 12px;
  transition: all .15s;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 20px;
  transition: all .2s;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(5) {
  top: 26px;
  right: 0;
  font-size: 8px;
  color: #FFFFFF;
  width:40px;
  background-color: transparent;
}
.cid-rbmbAelA8q button.navbar-toggler .hamburger span:nth-child(5)::after {
  content: "メニュー";
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(5) {
  top: 26px;
  right: 0;
  font-size: 8px;
  color: #FFFFFF;
  width:40px;
  background-color: transparent;
}
.cid-rbmbAelA8q nav.opened .hamburger span:nth-child(5)::after {
  content: "閉じる";
}
.cid-rbmbAelA8q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rbmbAelA8q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rbmbAelA8q .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rbmbAelA8q .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rbmbAelA8q .soc-item {
  margin: .5rem .3rem;
}
.cid-rbmbAelA8q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rbmbAelA8q .navbar {
    height: 77px;
  }
  .cid-rbmbAelA8q .navbar.opened {
    height: auto;
  }
  .cid-rbmbAelA8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rbmbBFs5NT {
  padding-top: 135px;
  padding-bottom: 135px;
  height: 600px;
}
.cid-rbmbBFs5NT .mbr-overlay {
  background: #f4f8fa;
}
.cid-rbmbBFs5NT .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rbmbBFs5NT H1 {
  color: #ffffff;
}
.cid-rbmdr8RGdl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rbmdr8RGdl .mbr-overlay {
  background: #efefef;
}
.cid-rbmdr8RGdl .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rbmdr8RGdl .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rbmdr8RGdl .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rbmdr8RGdl .mbr-section-subtitle {
  color: #414848;
}
.cid-rbmdr8RGdl .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rbmbBFs5NT {
    height: auto;
    background-size:cover;
  }
  .rounded-circle.mbr-rounded-circle{
    width: 160px;
    height: 160px;
    text-align: center;
    position: absolute;
    top:-180px;
    left: 90px;
    padding-top: 10px;
  }
  .rounded-circle.mbr-rounded-circle p{
    line-height: 1.2;
  }
  .display-7{ font-size: 1.3rem;}
  .display-7 > .mbr-iconfont {
    font-size: 1.5rem;
  }

  .cid-rbmdr8RGdl .card-title {
    text-align: center;
  }
  .cid-rbmdr8RGdl p.mbr-text,
  .cid-rbmdr8RGdl p.date {
    text-align: center;
  }
}
.cid-rbmgesvQTI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rbmgesvQTI .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rbmgesvQTI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rbmgesvQTI .text-content {
  padding-right: 1.5rem;
}
.cid-rbmgesvQTI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-rbmgesvQTI .counter-container {
  padding-top: 1rem;
}
.cid-rbmgesvQTI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rbmgesvQTI .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rbmgesvQTI .main-row {
    margin: 0;
  }
  .cid-rbmgesvQTI .mbr-section-title,
  .cid-rbmgesvQTI .list,
  .cid-rbmgesvQTI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rbmgesvQTI .text-content {
    padding: 0;
  }
}
.cid-rbmekMBbc5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rbmekMBbc5 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rbmekMBbc5 .mbr-section-title {
  margin: 0;
}
.cid-rbmekMBbc5 .mbr-section-subtitle {
  color: #414848;
}
.cid-rbmekMBbc5 .card-img {
  text-align: center;
}
.cid-rbmekMBbc5 .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rbmekMBbc5 .row-item.card1 {
  background: #67859b;
}
.cid-rbmekMBbc5 .row-item.card2 {
  background: #6a8faa;
}
.cid-rbmekMBbc5 .row-item.card3 {
  background: #7b96aa;
}
.cid-rbmekMBbc5 .row-item.card4 {
  background: #737491;
}
.cid-rbmekMBbc5 .row-item.card5 {
  background: #77788b;
}
.cid-rbmekMBbc5 .row-item.card6 {
  background: #808195;
}
.cid-rbmekMBbc5 .row-item.card7 {
  background: #9293a7;
}
@media (max-width: 767px) {
  .cid-rbmekMBbc5 .card-img,
  .cid-rbmekMBbc5 .mbr-text,
  .cid-rbmekMBbc5 .mbr-card-title,
  .cid-rbmekMBbc5 .mbr-section-subtitle,
  .cid-rbmekMBbc5 .mbr-section-title,
  .cid-rbmekMBbc5 .underline {
    text-align: center !important;
  }
}
.cid-rbmgMi0CRH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rbmgMi0CRH .mbr-overlay {
  background: #efefef;
}
.cid-rbmgMi0CRH .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rbmgMi0CRH .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rbmgMi0CRH .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 1em;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rbmgMi0CRH .mbr-section-subtitle {
  color: #414848;
}
.cid-rbmgMi0CRH .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rbmgMi0CRH .card-title {
    text-align: center;
  }
  .cid-rbmgMi0CRH p.mbr-text,
  .cid-rbmgMi0CRH p.date {
    text-align: center;
  }
}
.cid-rbmiuAiwEp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rbmiuAiwEp .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rbmiuAiwEp .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -1rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #004279, #006DC6);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rbmiuAiwEp .card-title_ol {
  padding: .5rem 1rem .5rem 1rem;
  margin-left: -1rem;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-top: 1px solid #004279;
  border-bottom: 1px solid #004279;
  border-right: 1px solid #004279;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rbmiuAiwEp .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 0;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .card-header {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .card-header {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}
.cid-rbmiuAiwEp .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}

*::-ms-backdrop, .card-img{
  position: relative;
  top:2.8rem;
}
.cid-rbmiuAiwEp .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbmiuAiwEp .card-text,
.cid-rbmiuAiwEp .mbr-subtitle {
  color: #414848;
}
.cid-rbmiuAiwEp .card-sign {
  padding-top: .5rem;
}
.cid-rbmiuAiwEp .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-rbmiuAiwEp .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {

  .cid-rbmiuAiwEp .card-title {
    text-align: center;
  }
  .cid-rbmiuAiwEp p.mbr-text,
  .cid-rbmiuAiwEp p.date {
    text-align: center;
  }
}
.cid-rbmiuAiwEp .card-box {
  background: #ffffff;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rbmkSiAkp2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rbmkSiAkp2 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rbmkSiAkp2 .content-panel {
  padding: 2rem;
  background-color: #004279;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rbmkSiAkp2 .content-block {
  color: #414848;
}
.cid-rbmkSiAkp2 .input-wrap,
.cid-rbmkSiAkp2 .form-group {
  padding-left: .5rem;
  padding-right: .5rem;
}
.cid-rbmkSiAkp2 .field,
.cid-rbmkSiAkp2 .form-control {
  border-radius: .25rem !important;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 768px) {
  .cid-rbmkSiAkp2 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rbmkSiAkp2 .text-block {
    margin-bottom: 2rem;
  }
}
header{
  padding: 0.6rem 0.85rem;
  height: 65px;
}
header a img{ outline:none;}
header a:hover img { outline:none;}
.l_logo{
  width: 176px;
  height: 41px;
}
header > span .badge{ font-size:0.9em; }
@media (max-width: 768px){
  header >p {
    font-size: 0.8rem;
    line-height: 1.4;
    position: absolute;
    top:0;
    right: 0;
    width: 9em;}
  header > .mt-3{margin-top: 0;}
}
header >p.pre{ top:1em; right: 3.5em; text-align: right;}

footer {
  padding: 0.8rem 1.5rem 0.235rem;
  background-color: #004279;
  color: #FFFFFF;
}
ul.l_footer {
  padding-left: 0;
  font-size: 0.7rem;
}
ul.l_footer >  li {
  border-right: 2px solid #E9E3DE;
  float: left;
  list-style: none;
  padding: 0 0.7rem;
}
ul.l_footer >  li:first-child {
  padding-left: 0;
}
ul.l_footer >  li:last-child {
  border-right: none;
}
ul.l_footer >  li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul.l_footer >  li a:hover {
  text-decoration: underline;
}
copyright {
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  footer {padding: 0.8rem 0.5rem 0.235rem;}
  ul.l_footer {font-size: 0.6rem;}
  ul.l_footer > li { border-right: 1px solid #E9E3DE; padding: 0 0.3rem;}
  copyright {font-size: 0.5rem; text-align: right;}
}
@media (max-width: 991px) {
  footer {padding: 0.8rem 0.5rem 0.235rem;}
  ul.l_footer {font-size: 0.7rem;}
  ul.l_footer > li { border-right: 1px solid #E9E3DE; padding: 0 0.3rem;}
  copyright {font-size: 0.5rem; text-align: right; }
}

@media (max-width: 991px) {
  footer .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.enji{
  background-color: #76152B;
  color: #FFF;
}
.enji_key{
  background-image: url("/program/img/p_main_program_pre.jpg");
}
.enji > p.display-7{
  font-size: 1.9rem;
  line-height: 1.2;
}
.enji > p.display-7 .mbr-iconfont {
  font-size: 2.5rem;
}
.display-1_enji{font-size: 1.8rem; line-height: 1.2;}
.cid-rbmiuAiwEp .card-title_enji {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -1rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #76152B, #aa3d56);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
@media (max-width: 991px) {
  .enji > p.display-7{
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .enji > p.display-7 .mbr-iconfont {
    font-size: 2rem;
  }
  .display-1_enji{font-size: 1.8rem;}
}

@media (max-width: 767px) {
  .enji > p.display-7{
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .enji > p.display-7 .mbr-iconfont {
    font-size: 1.5rem;
  }
  .display-1_enji{font-size: 1.8rem;}
  .breadcrumb{font-size: 0.8rem;}
}

/*plan*/
.plan{
  background-color: #5F5135;
  color: #FFF;
}
.plan > p.display-7{
  font-size: 2.2rem;
  line-height: 1.15;
  padding-top: 0.5em;
}
.plan > p.display-7 .mbr-iconfont {
  font-size: 3rem;
}
.display-1_plan{font-size: 1.8rem; line-height: 1.2;}
.lh{line-height: 1.7;}
.cid-rbmiuAiwEp .card-title_plan {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -1rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #5F5135, #1A9EB0);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
@media (max-width: 991px) {
  .plan > p.display-7{
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 0.5em;
  }
  .plan > p.display-7 .mbr-iconfont {
    font-size: 2.3rem;
  }
  .display-1_plan{
    font-size: 1.6rem;
  }
  .lh{line-height: 1.8;}
}
@media (max-width: 767px) {
  .plan > p.display-7{
    font-size: 1.5rem;
    line-height: 1.15;
    padding-top: 0;
  }
  .plan > p.display-7 .mbr-iconfont {
    font-size: 1.8rem;
  }
  .display-1_plan{font-size: 1.8rem;}
  .lh{line-height: 1.8;}
  .breadcrumb{font-size: 0.8rem;}
}

/* 2022 */
@media (max-width: 991px) {
  .bg-primary > .display-7 > .mbr-iconfont {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .bg-primary > p{ margin-top: 1.5rem;}
}
@media (max-width: 767px) {
  .bg-primary > .display-7 > .mbr-iconfont {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .bg-primary > p{
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}

/*=============================================================
ヘッダ画像
=============================================================*/
/* 2019 */
.cid-rbmbBFs5NT {
  background-image: url("/program/img/p_main_program_sci.jpg");
}
.enji_key{
  background-image: url("/program/img/p_main_program_pre.jpg");
}
/* 2020 */
.sci_key20 {
  background-image: url("/program/img/p_main_program_sci2020.jpg");
}
.enji_key20{
  background-image: url("/program/img/p_main_program_pre2020.jpg");
}
/* 2021 */
.sci_key21 {
  background-image: url("/program/img/p_main_program_sci2021.jpg");
}
.enji_key21{
  background-image: url("/program/img/p_main_program_pre2021.jpg");
}
.plan_key {
  background-image: url("/program/img/p_main_program_plan.jpg");
}

/* 2022 */
.sci_key22 {
  background-image: url("/program/img/p_main_program_sci2022.jpg");
}
.enji_key22{
  background-image: url("/program/img/p_main_program_pre2022.jpg");
}
.plan_key22 {
  background-image: url("/program/img/p_main_program_plan2022.jpg");
}



@media (max-width: 1024px) {
  .plan_key22 {
height: 450px;
    background-image: url("/program/img/p_main_program_plan2022M.jpg");
background-size: cover;
  }
}
@media (max-width: 768px) {
  .plan_key22 {
height: 250px;
    background-image: url("/program/img/p_main_program_plan2022S.jpg");
background-size: cover;
}
}
@media (max-width: 321px) {
  .plan_key22 {
height: 126px;
    background-image: url("/program/img/p_main_program_plan2022SS.jpg");
background-size: cover;
}
}

.ul{   display: inline-block;
  text-align: left;
  list-style-position: inside;
}
.ul li{   text-indent: -1em;
   padding-left: 1em;
}

.boxdot{
  border: 3px dotted #DC4001;
  padding: 2em;
margin-top:3.5em;
}
.boxdot.dotBl{
  border: 3px dotted #4377BB;
}

.boxdot h3{
  width: 100%;
  margin: -3em auto 0;
  text-align: center;
  font-size: 1.6rem;
}
.boxdot h3 .repoh2{
  background-color: #fafafa;
  padding: 1em;
  display: inline-block;
}
.boxdot h3 .repoh3{
  background-color: #eeeeee;
  padding: 1em;
  display: inline-block;
}
.flex{
 display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-item{
display: flex;
  padding: 20px 10px;
  width: calc((100% - 20px * 2) / 4);
  background-color: #FCEFEF;
  align-items: center;
  justify-content: center;
}
.flex-item p{margin:0; }
.flex-item3{
display: flex;
  padding: 20px 10px;
  width: calc((100% - 20px * 2) / 3);
  background-color: #FCEFEF;
  align-items: center;
  justify-content: center;
}
.flex-item4{
  padding: 20px 10px;
  width: calc((100% - 20px * 2) / 3);
  background-color: #EAFCFD;
  align-items: center;
  justify-content: center;
}
.flex-item4 .ul{ margin-left:0; padding-left:1em; font-size:16px;}

@media not all and (min-width: 821px) {
.boxdot{
  padding: 1em;
}
  .flex-item, .flex-item3,  .flex-item, .flex-item4{
    width: 100%;
  }
}

/*=============================================================
#論文応募サイト
=============================================================*/
.boxContents {
width: 100%;
padding:100px 0;
box-sizing:border-box;
margin: 0 auto;
line-height:1.65;
}

.bnr {
display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.5fr 1.5fr 0.5fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "photo photo title"
    "photo photo guide"
    "photo photo guide";
background-color:#FFFFFF;
}

.photo { grid-area: photo; object-fit: cover;  padding:0;}
.photo img{max-width:100%;}
.title { grid-area: title; padding:10px 10px 0; }
.guide { grid-area: guide; padding:10px ;border-top:2px dashed #d7d5d5;  text-align:center; }

.bnr  ul  { text-align:left; display: inline-block; margin:5px 0;} 
.bnr p { margin-top:0.4rem; margin-bottom:0.1rem;}

.bnr h4{ font-size:2.6em; text-align:center; }
.waku{
  border: 1px solid #999;
  display: inline-block;
  padding: 1px;
  border-radius: 5px;
letter-spacing:normal;
margin:0;
}

@media only screen and ( max-width: 821px ){
.bnr  {  display: grid;
  grid-template-areas:
    "photo"
    "title"
    "guide";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.photo { grid-area: photo; object-fit: cover;  padding:0;}
.title { grid-area: title; padding:10px ; }
.guide { grid-area: guide; padding:10px 0;border-top:2px dashed #d7d5d5; font-feature-settings: "palt";}
.bnr h4{ font-size:2em; text-align:center; }
}
.bnr p a{
  display:block;
  padding: 5px 0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  border-radius:5px;
font-feature-settings: "palt"
}
@media all and (-ms-high-contrast: none){
  .bnr p a{
    padding:5px 0;
  }
}
.bnr p a{
  background-color:#442F7F;
}
.bnr p a span{
  display:inline-block;
  padding:0 0 0 16px;
  position:relative;
}
.bnr p a span::before{
  content:"";
  display:block;
  width:22px;
  height:22px;
  border-radius:100px;
  box-sizing:border-box;
  border:2px solid #fff;
  background:url(/shared/img/arw_white.png) no-repeat center center;
  background-size:12px 12px;
  position:absolute;
  top:4px;
  left:-8px;
}
/* btnB
-------------------------------------------------------------*/
.btnB{
width:100%;
max-width:400px;
margin:0 auto 0;
text-align:center;
}
.btnB a{
display:block;
background-color:#338daa;
padding:10px;
color:#FFF;
text-decoration:none;
border-radius:100px;
}
@media all and (-ms-high-contrast: none){
.btnB a{
padding:13px 10px 7px;
}
}
.btnB a span{
display:inline-block;
position:relative;
}
@media only screen and ( max-width: 821px ){
.btnB{
width:95%;
margin:0 auto;
text-align:center;
font-size:14px;
font-feature-settings: "palt"
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.link{ list-style:none;}
.link li { font-size:16px;}
.link a{
position:relative;
text-indent:1em;
display:inline-block;
}

.link a::before{
content:"";
width:5px;
height:5px;
border-bottom:1px solid #666;
border-right:1px solid #666;
position:absolute;
left:0;
top:50%;
transform:translateY(-2px) rotate(-45deg);
}
@media all and (-ms-high-contrast: none){
.link a::before{
transform:translateY(-6px) rotate(-45deg);
}
}
@media only screen and ( max-width: 768px ){
.link{ margin-left:0; padding-left:0;}
}



