@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-weight: normal;
  font-size: 100%; }

ul, ol {
  list-style: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

img,
iframe {
  border: 0;
  vertical-align: top; }

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

img {
  backface-visibility: hidden; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

html {
  font-size: 62.5%; }

body {
  min-width: 320px;
  line-height: 1.7;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  font-display: swap;
  font-feature-settings: "pkna";
  letter-spacing: .05em;
  word-break: normal; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem;
      letter-spacing: .1em; } }

.js-inview {
  opacity: 0;
  transition: .3s all; }
  .js-inview.is-show {
    opacity: 1; }

.js-inview[data-show="up"] {
  transform: translateY(30px); }
  .js-inview[data-show="up"].is-show {
    transform: translateY(0); }

@media screen and (min-width: 768px) {
  .js-inview[data-delay="0.1"] {
    transition-delay: 0.1s; }
  .js-inview[data-delay="0.2"] {
    transition-delay: 0.2s; }
  .js-inview[data-delay="0.3"] {
    transition-delay: 0.3s; }
  .js-inview[data-delay="0.4"] {
    transition-delay: 0.4s; }
  .js-inview[data-delay="0.5"] {
    transition-delay: 0.5s; }
  .js-inview[data-delay="0.6"] {
    transition-delay: 0.6s; }
  .js-inview[data-delay="0.7"] {
    transition-delay: 0.7s; }
  .js-inview[data-delay="0.8"] {
    transition-delay: 0.8s; }
  .js-inview[data-delay="0.9"] {
    transition-delay: 0.9s; }
  .js-inview[data-delay="1"] {
    transition-delay: 1s; }
  .js-inview[data-delay="1.1"] {
    transition-delay: 1.1s; }
  .js-inview[data-delay="1.2"] {
    transition-delay: 1.2s; }
  .js-inview[data-delay="1.3"] {
    transition-delay: 1.3s; }
  .js-inview[data-delay="1.4"] {
    transition-delay: 1.4s; }
  .js-inview[data-delay="1.5"] {
    transition-delay: 1.5s; }
  .js-inview[data-delay="1.6"] {
    transition-delay: 1.6s; }
  .js-inview[data-delay="1.7"] {
    transition-delay: 1.7s; }
  .js-inview[data-delay="1.8"] {
    transition-delay: 1.8s; }
  .js-inview[data-delay="1.9"] {
    transition-delay: 1.9s; }
  .js-inview[data-delay="2"] {
    transition-delay: 2s; } }

.l-header {
  position: relative;
  z-index: 100;
  height: 70px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .l-header {
      position: fixed;
      width: 100%; } }
  .l-header.is-clone {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: top .3s; }
    .l-header.is-clone.is-fixed {
      top: 0; }
  .l-header__inner {
    position: relative;
    z-index: 101;
    height: 70px;
    background: #fff; }
  .l-header-logo__link {
    display: block;
    width: 170px;
    padding-top: 15px;
    padding-left: 15px; }
  .l-header__sp-tel {
    padding: 10px;
    border-bottom: 8px solid #cd1225;
    background: #0f2289;
    text-align: right; }
    .l-header__sp-tel img {
      width: 315px; }
  @media screen and (min-width: 768px) {
    .l-header {
      height: 225px; }
      .l-header.is-clone {
        display: none; }
      .l-header__inner {
        position: relative;
        max-width: 1260px;
        height: 135px;
        margin: 0 auto;
        padding: 0 30px; }
      .l-header-logo__link {
        width: 210px;
        padding-top: 40px;
        padding-left: 0; }
      .l-header__txt {
        margin-top: 8px;
        color: #0f2289;
        font-size: 1.4rem; }
      .l-header__tel {
        position: absolute;
        right: 30px;
        bottom: 15px;
        width: 400px;
        pointer-events: none; }
      .l-header__sitemap {
        position: absolute;
        top: 30px;
        right: 30px; }
        .l-header__sitemap a {
          display: block;
          padding: 2px 10px 2px 30px;
          border-right: 1px solid;
          border-left: 1px solid;
          background: url(../imgdir/common/ico_arrow01.png) no-repeat left 12px center/14px auto;
          color: #0f2289;
          font-size: 1.4rem; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .l-header-logo__link {
      width: 180px; }
    .l-header__txt {
      font-size: 1.2rem;
      letter-spacing: .02em; }
    .l-header__tel {
      width: 310px; }
    .l-header__sitemap {
      font-size: 1.2rem; } }

.l-main {
  background: #eae8e5; }
  .l-main.is-page {
    background: #fff; }
    @media screen and (min-width: 768px) {
      .l-main.is-page {
        margin: 0;
        flex: 1; } }

@media screen and (max-width: 767px) {
  .l-nav {
    position: fixed;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    padding: 30px 15px;
    background: #eae8e5;
    transition: transform .3s;
    transform: translateY(-120%); }
    .l-nav-list__item {
      margin-top: 1px; }
      .l-nav-list__item.is-home .l-nav-list__link {
        background: #5b82d8; }
    .l-nav-list__link, .l-nav-list__trigger {
      display: block;
      padding: 15px;
      background: #2352bb;
      color: #fff; }
    .l-nav-list__trigger {
      position: relative; }
      .l-nav-list__trigger::after {
        content: "";
        position: absolute;
        top: 20px;
        right: 15px;
        width: 0;
        height: 0;
        border-width: 8px 6px 0 6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        transition: transform .3s; }
      .l-nav-list__trigger.is-active::after {
        transform: rotate(180deg); }
    .l-nav-list-child__item:not(:first-of-type) .l-nav-list-child__link {
      border-top: 1px dotted #0f2289; }
    .l-nav-list-child__link {
      display: block;
      padding: 15px 0 15px 15px;
      color: #0f2289; }
    .l-nav-list-child__wrap {
      height: 0;
      overflow: hidden;
      transition: .3s height; }
    .l-nav.is-open {
      transform: translateY(0); } }
@media screen and (min-width: 768px) {
  .l-nav {
    border-bottom: 10px solid #cd1225;
    background: #0f2289; }
    .l-nav-list {
      display: flex;
      justify-content: space-between;
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 30px; }
      .l-nav-list__item {
        margin-top: 0; }
        .l-nav-list__item:last-of-type .l-nav-list__link::after,
        .l-nav-list__item:last-of-type .l-nav-list__trigger::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 30px;
          background: rgba(255, 255, 255, 0.3);
          transform: translateY(-50%); }
      .l-nav-list__link, .l-nav-list__trigger {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        height: 80px;
        line-height: 1.5;
        padding: 0 10px;
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: .05em; }
        .l-nav-list__link::before, .l-nav-list__trigger::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 1px;
          height: 30px;
          background: rgba(255, 255, 255, 0.3);
          transform: translateY(-50%); }
      .l-nav-list__trigger:hover + .l-nav-list-child__wrap {
        visibility: visible;
        opacity: 1; }
      .l-nav-list-child {
        display: flex;
        flex-wrap: wrap;
        max-width: 1260px;
        margin: 0 auto;
        padding: 40px 30px; }
        .l-nav-list-child__item {
          display: flex;
          width: 25%;
          margin-top: 20px; }
          .l-nav-list-child__item:nth-of-type(-n + 4) {
            margin-top: 0; }
        .l-nav-list-child__link {
          display: flex !important;
          align-items: center;
          width: 100%; }
        .l-nav-list-child__img {
          width: 40%; }
        .l-nav-list-child__txt {
          line-height: 1.5;
          padding-right: 5px;
          padding-left: 15px;
          color: #0f2289;
          font-weight: 700;
          font-size: 1.5rem; }
        .l-nav-list-child__wrap {
          position: absolute;
          top: 215px;
          left: 0;
          width: 100%;
          height: auto !important;
          visibility: hidden;
          background: #fff;
          transition: .3s all;
          opacity: 0; }
          .l-nav-list-child__wrap:hover {
            visibility: visible;
            opacity: 1; } }
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .l-nav-list__link, .l-nav-list__trigger {
    padding: 0 5px; }
  .l-nav-list-child__item {
    width: 33.33%; }
    .l-nav-list-child__item:nth-of-type(-n + 3) {
      margin-top: 0; }
    .l-nav-list-child__item:nth-of-type(4) {
      margin-top: 20px; }
  .l-nav-list-child__img {
    width: 30%; }
  .l-nav-list-child__txt {
    padding-left: 10px;
    font-size: 1.4rem; } }

.l-nav-btn {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 55px;
  height: 55px;
  background: #0f2289;
  outline: none; }
  .l-nav-btn__bar {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 36px;
    height: 4px;
    background: #fff;
    transition: .3s; }
    .l-nav-btn__bar::before, .l-nav-btn__bar::after {
      content: "";
      position: absolute;
      left: 0;
      width: inherit;
      height: inherit;
      background: #fff;
      transition: inherit; }
    .l-nav-btn__bar::before {
      top: -10px; }
    .l-nav-btn__bar::after {
      top: 10px; }
  .l-nav-btn__txt {
    padding-top: 32px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0; }
  .l-nav-btn.is-open .l-nav-btn__bar {
    background: transparent; }
    .l-nav-btn.is-open .l-nav-btn__bar::before {
      top: 0;
      transform: rotate(135deg); }
    .l-nav-btn.is-open .l-nav-btn__bar::after {
      top: 0;
      transform: rotate(-135deg); }

.l-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: .3s all;
  opacity: 0; }
  .l-nav-overlay.is-open {
    visibility: visible;
    opacity: 1; }

.l-estimate {
  background: #e0dcd0;
  color: #0f2289; }
  .l-estimate__inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 80px; }
    .l-estimate__inner::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 15px;
      width: 84px;
      height: 82px;
      background: url(../imgdir/common/footer/txt_footer01.png) no-repeat center top/100% auto; }
  .l-estimate-header__head {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5; }
  .l-estimate-header__txt {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5; }
  .l-estimate-tel {
    margin-top: 30px; }
    .l-estimate-tel__head {
      font-size: 1.6rem;
      text-align: center; }
    .l-estimate-tel__num {
      margin-top: 5px;
      border: 1px solid #0f2289;
      background-image: linear-gradient(to top, #dee2f9, #fff);
      border-radius: 4px; }
    .l-estimate-tel__link {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      height: 110px; }
    .l-estimate-tel__img {
      max-width: 313px; }
  @media screen and (max-width: 767px) {
    .l-estimate.is-nav {
      margin: 50px -15px 0; }
      .l-estimate.is-nav .l-estimate__inner {
        padding-bottom: 40px; }
    .l-estimate-list {
      margin-top: 5px;
      border: 1px solid #0f2289;
      background-image: linear-gradient(to top, #d8d8d8, #fff);
      border-radius: 4px; }
      .l-estimate-list__item:not(:first-of-type) {
        border-top: 1px solid #0f2289; }
      .l-estimate-list__link {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        height: 80px;
        line-height: 1.3;
        padding-right: 15px;
        padding-left: 60px;
        font-weight: 700;
        font-size: 1.8rem; }
        .l-estimate-list__link::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 26px;
          width: 12px;
          height: 19px;
          background: url(../imgdir/common/ico_arrow02.png) no-repeat center top/100% auto;
          transform: translateY(-50%); }
      .l-estimate-list__small {
        font-size: 1.3rem; } }
  @media screen and (max-width: 340px) {
    .l-estimate-tel__img {
      max-width: 260px; } }
  @media screen and (min-width: 768px) {
    .l-estimate__inner {
      padding-top: 20px;
      padding-bottom: 120px; }
      .l-estimate__inner::before {
        top: -30px;
        left: 110px;
        width: 127px;
        height: 124px; }
    .l-estimate-header {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-left: 220px; }
      .l-estimate-header__head {
        margin-right: 25px;
        font-size: 3rem;
        text-align: left; }
      .l-estimate-header__txt {
        margin-top: 0;
        font-size: 1.85rem;
        text-align: left; }
    .l-estimate-list {
      display: flex;
      flex-wrap: wrap;
      max-width: 880px;
      margin: 30px auto 0;
      padding: 0 30px; }
      .l-estimate-list__item {
        width: calc(25% - 40px * 3/4);
        margin-right: 40px; }
        .l-estimate-list__item:nth-of-type(4) {
          margin-right: 0; } }

.l-footer {
  position: relative; }
  .l-footer-pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10; }
    .l-footer-pagetop.is-show {
      opacity: 1;
      visibility: visible; }
    .l-footer-pagetop.is-stop {
      position: absolute !important;
      top: -108px !important; }
    .l-footer-pagetop__link {
      display: block;
      width: 95px;
      height: 95px;
      padding-top: 45px;
      background: url(../imgdir/common/ico_arrow03.png) no-repeat rgba(15, 34, 137, 0.7) center top 25px/21px 13px;
      text-align: center;
      border-radius: 50%; }
    .l-footer-pagetop__txt {
      color: #fff;
      font-weight: 700;
      font-size: 1.3rem; }
  .l-footer-top {
    padding-top: 30px;
    background: #0f2289;
    color: #fff; }
    .l-footer-top__txt {
      line-height: 1.3;
      font-weight: 700;
      font-size: 1.8rem;
      text-align: center; }
    .l-footer-top__logo {
      margin-top: 20px; }
    .l-footer-top__link {
      display: block;
      width: 166px;
      margin: 0 auto; }
  .l-footer-bottom {
    padding: 30px 15px;
    background: #0f2289;
    color: #fff; }
    .l-footer-bottom-sns {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 345px;
      margin: 0 auto; }
      .l-footer-bottom-sns__item.is-blog .l-footer-bottom-sns__link {
        width: 95px;
        font-size: 1.5rem;
        white-space: nowrap; }
      .l-footer-bottom-sns__link {
        display: block;
        width: 30px;
        transition: .3s color; }
        .l-footer-bottom-sns__link:hover {
          color: #fc6a08; }
    .l-footer-bottom-tel {
      margin-top: 30px; }
      .l-footer-bottom-tel__link {
        display: block;
        max-width: 313px;
        margin: 0 auto; }
  .l-footer-links {
    padding: 20px 15px;
    background: #2352bb; }
    .l-footer-links-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .l-footer-links-list__link {
        display: block;
        position: relative;
        padding: 3px 10px 3px 11px;
        color: #fff;
        letter-spacing: .02em;
        transition: .3s color; }
        .l-footer-links-list__link:hover {
          color: #fc6a08; }
          .l-footer-links-list__link:hover::before {
            border-color: #fc6a08; }
        .l-footer-links-list__link::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          transform: translateY(-50%) rotate(45deg);
          transition: .3s border-color; }
  .l-footer-copy {
    padding: 10px 15px;
    background: #eae8e5;
    color: #0f2289;
    text-align: center; }
    .l-footer-copy__txt {
      font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .l-footer.is-nav {
      margin: 0 -15px 0; } }
  @media screen and (min-width: 768px) {
    .l-footer {
      background: #0f2289; }
      .l-footer__inner {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1260px;
        margin: 0 auto;
        padding: 30px 30px 0; }
      .l-footer-top {
        padding-top: 0; }
        .l-footer-top__txt {
          font-weight: normal;
          font-size: 1.9rem; }
        .l-footer-top__logo {
          margin-top: 20px; }
        .l-footer-top__link {
          width: 236px;
          margin: 0; }
        .l-footer-top-company {
          margin-top: 80px; }
          .l-footer-top-company__dl {
            display: flex;
            flex-wrap: wrap;
            font-size: 1.5rem; }
          .l-footer-top-company__dt {
            width: 185px; }
          .l-footer-top-company__dd {
            flex: 1; }
      .l-footer-bottom {
        padding: 0; }
        .l-footer-bottom-sns {
          justify-content: flex-end;
          max-width: none;
          margin: 0; }
          .l-footer-bottom-sns__item:not(:first-of-type) {
            margin-left: 40px; }
          .l-footer-bottom-sns__item.is-blog .l-footer-bottom-sns__link {
            width: 110px;
            font-size: 1.5rem; }
          .l-footer-bottom-sns__link {
            width: 40px; }
        .l-footer-bottom-tel {
          margin-top: 50px; }
          .l-footer-bottom-tel__link {
            max-width: 450px;
            margin: 0;
            pointer-events: none; }
      .l-footer-links {
        padding: 70px 30px 30px;
        background: #0f2289; }
        .l-footer-links-list__link {
          padding: 3px 15px 3px 11px;
          font-size: 1.5rem; }
      .l-footer-copy {
        padding: 25px 0;
        text-align: right; }
        .l-footer-copy__txt {
          display: block;
          max-width: 1260px;
          margin: 0 auto;
          padding: 0 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1260px) {
    .l-footer-bottom {
      margin-top: 60px; } }

.l-breadcrumbs {
  padding-top: 8px;
  background: #eae8e5; }
  .l-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap; }
    .l-breadcrumbs-list__item {
      font-size: 1.2rem; }
      .l-breadcrumbs-list__item + .l-breadcrumbs-list__item::before {
        content: "\003e";
        margin-right: 5px;
        margin-left: 5px; }
    .l-breadcrumbs-list__link {
      display: inline !important;
      color: #0f2289;
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .l-breadcrumbs {
      padding-bottom: 20px; } }

.l-container {
  background: #eae8e5; }
  .l-container__inner {
    padding-top: 20px;
    padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .l-container__inner {
      padding-top: 0;
      display: flex; } }

.l-sidebar {
  width: 280px;
  padding-right: 30px;
  padding-bottom: 50px; }
  .l-sidebar-estimate__head {
    padding-top: 40px;
    background: url(../imgdir/common/sidebar/txt_sidebar01.png) no-repeat right bottom/140px auto;
    color: #0f2289;
    font-weight: 700;
    font-size: 1.8rem; }
  .l-sidebar-estimate-list {
    border-top: 1px dotted #333333; }
    .l-sidebar-estimate-list__item {
      border-bottom: 1px dotted #333333; }
  .l-sidebar-cource {
    margin-top: 20px; }
    .l-sidebar-cource__head {
      color: #0f2289;
      font-weight: 700;
      font-size: 1.8rem; }
    .l-sidebar-cource-list {
      display: flex;
      flex-wrap: wrap; }
      .l-sidebar-cource-list__item {
        width: 50%;
        margin-top: 10px; }
  .l-sidebar-links {
    margin-top: 20px;
    border-top: 1px dotted #333333; }
    .l-sidebar-links__item {
      position: relative;
      line-height: 1.5;
      padding: 15px 0 15px 45px;
      border-bottom: 1px dotted #333333;
      font-weight: 700;
      font-size: 1.8rem; }
    .l-sidebar-links__link {
      display: block; }
      .l-sidebar-links__link::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        transform: translateY(-50%) rotate(45deg); }
    .l-sidebar-links__ico {
      position: absolute;
      top: 50%;
      left: 0;
      width: 36px;
      text-align: center;
      transform: translateY(-50%); }
    .l-sidebar-links__youtube {
      width: 26px;
      display: inline-block;
      transform: translateY(5px);
      margin-left: 8px; }
    .l-sidebar-links__small {
      display: block;
      line-height: 1.3;
      font-size: 1.2rem; }
  .l-sidebar-service {
    margin-top: 45px; }
    .l-sidebar-service__item {
      margin-top: 10px; }

.c-head01 {
  color: #0f2289;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 15px;
  position: relative;
  text-align: center;
  line-height: 1.5; }
  .c-head01::before {
    content: '';
    height: 4px;
    width: 40px;
    background: #0f2289;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    .c-head01 {
      font-size: 3.6rem;
      padding-top: 30px; }
      .c-head01::before {
        height: 9px;
        width: 78px; } }

.c-head02 {
  background: #0f2289;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 20px; }
  .c-head02__head {
    font-size: 2.4rem; }
  .c-head02__txt {
    font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .c-head02 {
      padding: 40px 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .c-head02.is-long {
        display: block; }
        .c-head02.is-long .c-head02__txt {
          margin-left: 0;
          margin-top: 15px; }
      .c-head02__head {
        font-size: 3.5rem; }
      .c-head02__txt {
        flex: 1;
        font-size: 1.8rem;
        margin-left: 50px; } }

.c-head03 {
  background: #d2ecf9;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 1.6rem; }
  .c-head03:first-child {
    margin-top: 0; }
  .c-head03.is-gray {
    background: #E8E9E9; }
  .c-head03.is-navy {
    background: #0f2289;
    color: #fff; }
  .c-head03.is-orange {
    background: #ffbf40; }
  .c-head03.is-blue {
    background: #75d6ff; }
  .c-head03.is-green {
    background: #006d36;
    color: #fff; }
  .c-head03.is-lightorange {
    background: #f9d990;
    font-weight: normal;
    margin-bottom: 10px; }
  .c-head03.is-yellow {
    background: #ffffaa;
    font-weight: normal; }
  @media screen and (min-width: 768px) {
    .c-head03 {
      padding: 8px 15px;
      margin-top: 45px;
      margin-bottom: 20px;
      font-size: 1.8rem; } }

.c-head04 {
  color: #0f2289;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px; }
  .c-head04.is-line {
    color: #333333; }
    .c-head04.is-line:first-of-type {
      margin-top: 0; }
    .c-head04.is-line::before {
      border-color: #01b901; }
  .c-head04.is-brown {
    color: #8b7c7d; }
    .c-head04.is-brown::before {
      border-color: #f3e3da; }
  .c-head04:first-child {
    margin-top: 0; }
  .c-head04::before {
    content: '';
    border-left: 5px solid #7db4e6;
    padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .c-head04 {
      font-size: 2.4rem;
      margin-top: 40px;
      margin-bottom: 20px; } }

.c-head05 {
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #fe880b;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center; }
  .c-head05__span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    background: #0f2289;
    font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .c-head05 {
      margin-top: 50px;
      padding: 10px 15px;
      font-size: 2rem;
      text-align: left; }
      .c-head05__span {
        font-size: 1.8rem; } }

.c-head06 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 5px 0;
  line-height: 1.5;
  font-size: 1.8rem;
  border-bottom: 1px dotted;
  color: #0f2289; }
  .c-head06__span {
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    .c-head06 {
      font-size: 2rem;
      padding: 5px 0 10px; } }

.c-news01 {
  margin-top: 45px;
  border-top: 1px dotted #0f2289; }
  .c-news01.is-page {
    margin-top: 0; }
  .c-news01__item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px dotted #0f2289; }
  .c-news01__date {
    font-weight: 700;
    width: 100px;
    color: #0f2289; }
  .c-news01__txt {
    flex: 1; }
    .c-news01__txt a {
      color: #0f2289;
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .c-news01 {
      margin-top: 35px; }
      .c-news01.is-page {
        margin-top: 35px; }
      .c-news01__item {
        padding: 12px 0; }
      .c-news01__date {
        width: 195px; }
      .c-news01__txt a:hover {
        transition: .3s opacity;
        opacity: .7; } }

.c-btn01__txt {
  color: #0f2289;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin: 0 auto 10px; }
.c-btn01__link {
  background: #0f2289;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  height: 35px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700; }
.c-btn01__in {
  color: #fff; }
  .c-btn01__in::after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: rotate(45deg); }
@media screen and (min-width: 768px) {
  .c-btn01__link {
    font-size: 1.6rem;
    height: 50px; }
  .c-btn01__in::after {
    width: 10px;
    height: 10px; } }

.c-btn01.is-yellow .c-btn01__link {
  background: #f5e6ab;
  color: #0f2289;
  border: 2px solid #0f2289;
  font-weight: 700;
  text-decoration: none; }
.c-btn01.is-yellow .c-btn01__in {
  color: #0f2289; }
  .c-btn01.is-yellow .c-btn01__in::after {
    border-color: #0f2289; }

.c-btn01.is-orange .c-btn01__link {
  background: #ff7200;
  text-decoration: none; }

.c-btn01.is-green .c-btn01__link {
  background: #4E8D09;
  text-decoration: none; }
.c-btn01.is-green .c-btn01__in {
  color: #fff; }

.c-page01__content {
  padding: 30px 15px 45px;
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .c-page01__content {
      padding: 40px 65px 60px;
      font-size: 1.8rem; } }
.c-page01__lead {
  color: #093;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px; }
  .c-page01__lead:first-child {
    margin-top: 0; }
  .c-page01__lead.is-red {
    color: #f00; }
  .c-page01__lead.is-navy {
    color: #0f2289; }
  @media screen and (min-width: 768px) {
    .c-page01__lead {
      font-size: 2rem; } }
.c-page01__note {
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .c-page01__note {
      font-size: 1.6rem; } }
.c-page01__strong {
  color: #36f;
  font-weight: 700;
  font-size: 1.8rem; }
  .c-page01__strong.is-red {
    color: #f00; }
  @media screen and (min-width: 768px) {
    .c-page01__strong {
      font-size: 2rem; } }
.c-page01__large {
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .c-page01__large {
      font-size: 2rem; } }
.c-page01-tel {
  margin-top: 30px;
  text-align: center;
  max-width: 380px;
  margin: 30px auto 0; }
  .c-page01-tel__txt {
    color: #0f2289;
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .c-page01-tel {
      text-align: left;
      margin: 40px 0 0 0;
      max-width: 420px; } }
.c-page01-btn {
  width: 260px;
  margin: 30px auto 0; }
  .c-page01-btn.is-left {
    margin: 30px 0 0; }
  .c-page01-btn__txt {
    margin-top: 30px; }
    .c-page01-btn__txt + .c-page01-btn {
      margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .c-page01-btn {
      width: 320px;
      margin-top: 50px; }
      .c-page01-btn__txt {
        margin-top: 50px; }
        .c-page01-btn__txt + .c-page01-btn {
          margin-top: 20px; } }
.c-page01-set {
  margin-top: 30px; }
  .c-page01-set__item {
    border: 1px solid #0f2289; }
    .c-page01-set__item + .c-page01-set__item {
      margin-top: 15px; }
  .c-page01-set__head {
    background: #0f2289;
    color: #fff;
    padding: 5px 10px; }
  .c-page01-set__txt {
    padding: 10px; }
  @media screen and (min-width: 768px) {
    .c-page01-set {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap; }
      .c-page01-set__item {
        width: calc(50% - 25px * 1/2);
        margin: 25px 25px 0 0; }
        .c-page01-set__item + .c-page01-set__item {
          margin-top: 25px; }
        .c-page01-set__item:nth-of-type(2n) {
          margin-right: 0; }
        .c-page01-set__item:nth-of-type(-n + 2) {
          margin-top: 0; }
      .c-page01-set__head {
        padding: 10px 20px; }
      .c-page01-set__txt {
        padding: 15px 20px; } }
.c-page01-box {
  border: 1px solid #60AAF3;
  margin-top: 15px; }
  .c-page01-box + .c-page01-box {
    margin-top: 30px; }
  .c-page01-box.is-brown {
    border-color: #7C5943; }
    .c-page01-box.is-brown .c-page01-box__head {
      color: #7C5943;
      background: #EFECDE; }
  .c-page01-box.has-arrow {
    position: relative; }
    .c-page01-box.has-arrow + .c-page01-box.has-arrow::before {
      content: '';
      position: absolute;
      top: -23px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #c6e0fb transparent transparent transparent; }
  .c-page01-box__head {
    background: #d2ecf9;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 1.8rem;
    color: #0f2289; }
  .c-page01-box__content {
    padding: 10px 20px; }
  .c-page01-box-set {
    padding: 10px; }
    .c-page01-box-set + .c-page01-box-set {
      position: relative; }
      .c-page01-box-set + .c-page01-box-set::before {
        content: '';
        width: calc(100% - 20px);
        top: 0;
        left: 10px;
        height: 1px;
        border-top: 1px dotted #60AAF3;
        display: block;
        position: absolute; }
    .c-page01-box-set__lead {
      font-weight: 700;
      color: #ff7200;
      font-size: 1.6rem; }
    .c-page01-box-set__txt + .c-page01-box-set__lead {
      margin-top: 10px; }
    .c-page01-box-set__img {
      margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .c-page01-box {
      margin-top: 25px; }
      .c-page01-box + .c-page01-box {
        margin-top: 50px; }
      .c-page01-box.has-arrow {
        position: relative; }
        .c-page01-box.has-arrow + .c-page01-box.has-arrow::before {
          top: -35px;
          border-width: 20px 20px 0 20px; }
      .c-page01-box__head {
        padding: 10px 20px;
        font-size: 1.8rem; }
      .c-page01-box-set {
        padding: 20px;
        display: flex;
        flex-wrap: wrap; }
        .c-page01-box-set.is-reverse {
          flex-direction: row-reverse; }
          .c-page01-box-set.is-reverse .c-page01-box-set__img {
            margin-left: 0;
            margin-right: 20px; }
        .c-page01-box-set + .c-page01-box-set::before {
          width: calc(100% - 40px);
          left: 20px; }
        .c-page01-box-set__area-txt {
          flex: 1; }
        .c-page01-box-set__lead {
          font-size: 1.8rem; }
        .c-page01-box-set__img {
          margin-top: 0;
          margin-left: 20px;
          width: 140px; }
          .c-page01-box-set__img.is-200 {
            width: 200px; }
          .c-page01-box-set__img.is-250 {
            width: 250px; }
          .c-page01-box-set__img.is-300 {
            width: 300px; } }
.c-page01 p.has-mt {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .c-page01 p.has-mt {
      margin-top: 20px; } }
.c-page01 p.has-mt-large {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .c-page01 p.has-mt-large {
      margin-top: 50px; } }
.c-page01 p.has-mt-narrow {
  margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .c-page01 p.has-mt-narrow {
      margin-top: 10px; } }
.c-page01 p.has-arrow {
  padding-top: 20px;
  position: relative; }
  .c-page01 p.has-arrow::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #c6e0fb transparent transparent transparent; }
  @media screen and (min-width: 768px) {
    .c-page01 p.has-arrow {
      padding-top: 30px; }
      .c-page01 p.has-arrow::before {
        top: 10px;
        left: 220px;
        border-width: 15px 15px 0 15px; } }
.c-page01 p.is-center {
  text-align: center; }
.c-page01 p.is-right {
  text-align: right; }
.c-page01 p a {
  text-decoration: underline;
  transition: .3s;
  color: #0f2289; }
  .c-page01 p a:hover {
    opacity: .7; }

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important; } }

@media screen and (min-width: 1001px) {
  .u-under-tb {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .u-upper-tb {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .u-pc {
    display: none !important; } }

.u-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 768px) {
    .u-inner {
      max-width: calc(1200px + 60px);
      padding-right: 30px;
      padding-left: 30px; } }

@media screen and (min-width: 768px) {
  a.u-hover {
    display: block;
    transition: .3s; }
    a.u-hover:hover {
      opacity: .7; } }
.u-bold {
  font-weight: 700; }

.u-blue {
  color: #36f; }

.u-red {
  color: #f00; }

.u-orange {
  color: #fe880b; }

.home-mv {
  position: relative;
  overflow: hidden; }
  .home-mv-info {
    position: absolute;
    width: 50%;
    max-width: 310px;
    bottom: 65px;
    right: 5px;
    z-index: 1;
    animation: fade .8s ease; }
    .home-mv-info__head {
      margin: 0 0 0 -8px; }
    .home-mv-info-list {
      margin-top: 5px; }
      .home-mv-info-list__item + .home-mv-info-list__item {
        margin-top: 3px; }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .home-mv .swiper-container {
    padding-bottom: 60px; }
  .home-mv .swiper-pagination {
    bottom: 15px !important; }
  .home-mv .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .home-mv .swiper-pagination-bullet-active {
    background: #cd1225; }
  @media screen and (min-width: 768px) {
    .home-mv__inner {
      max-width: 1260px;
      width: 100%;
      padding: 0 30px;
      position: absolute;
      height: 630px;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
    .home-mv-info {
      bottom: auto;
      top: 50%;
      transform: translateY(-50%);
      right: 30px; }
      .home-mv-info__head {
        margin: 0 0 0 -8px; }
      .home-mv-info-list {
        margin-top: 5px; }
        .home-mv-info-list__item + .home-mv-info-list__item {
          margin-top: 3px; }
    .home-mv .swiper-slide {
      height: 630px;
      overflow: hidden; }
      .home-mv .swiper-slide img {
        height: 630px;
        width: auto;
        max-width: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
    .home-mv .swiper-pagination {
      bottom: 30px !important; }
    .home-mv .swiper-pagination-bullet {
      width: 8px;
      height: 8px; } }
  @media screen and (min-width: 768px) and (max-width: 1260px) {
    .home-mv__inner {
      height: 400px; }
    .home-mv-info {
      max-width: 240px; }
    .home-mv .swiper-slide {
      height: 400px; }
      .home-mv .swiper-slide img {
        height: 400px; } }

.home-news__inner {
  position: relative; }
.home-news__head {
  width: 130px;
  margin: 0 auto; }
.home-news-more {
  position: absolute;
  right: 15px;
  top: 55px; }
  .home-news-more__link {
    line-height: 1.5;
    height: 30px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    font-size: 1.5rem;
    padding: 0 30px 0 20px;
    background: url(../imgdir/common/ico_arrow01.png) no-repeat #fff center right 10px/15px auto;
    color: #0f2289;
    font-weight: 700; }
@media screen and (min-width: 768px) {
  .home-news__head {
    width: 260px; }
  .home-news-more {
    right: 30px;
    top: 70px; }
    .home-news-more__link {
      height: 33px;
      border-radius: 15px;
      font-size: 1.6rem;
      padding: 0 32px 0 22px;
      background-size: 16px auto; } }

.home-pickup .swiper-container {
  padding: 30px 35px 40px;
  overflow: hidden; }
.home-pickup .swiper-button-prev::before,
.home-pickup .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  background: #000;
  transform: translate(-50%, -50%); }
.home-pickup .swiper-button-prev {
  left: 5px;
  right: auto; }
  .home-pickup .swiper-button-prev::after {
    z-index: 1;
    color: #fff;
    font-size: 1.5rem; }
.home-pickup .swiper-button-next {
  right: 5px;
  left: auto; }
  .home-pickup .swiper-button-next::after {
    z-index: 1;
    color: #fff;
    font-size: 1.5rem; }
@media screen and (min-width: 768px) {
  .home-pickup .swiper-container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 70px; }
    .home-pickup .swiper-container::before, .home-pickup .swiper-container::after {
      content: '';
      width: 60px;
      height: 100%;
      background: #eae8e5;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10; }
    .home-pickup .swiper-container::after {
      left: auto;
      right: 0; }
  .home-pickup .swiper-button-prev,
  .home-pickup .swiper-button-next {
    z-index: 11; }
    .home-pickup .swiper-button-prev::before,
    .home-pickup .swiper-button-next::before {
      width: 50px;
      height: 50px; }
  .home-pickup .swiper-button-prev {
    left: 20px; }
    .home-pickup .swiper-button-prev::after {
      font-size: 3rem; }
  .home-pickup .swiper-button-next {
    right: 20px; }
    .home-pickup .swiper-button-next::after {
      font-size: 3rem; } }

.home-reason__sub {
  width: 120px;
  margin: 5px auto -50px; }
.home-reason-list__wrap {
  background: #0f2289;
  padding: 55px 15px 15px; }
.home-reason-list__item {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to top, #e6e6e6, #fff); }
  .home-reason-list__item + .home-reason-list__item {
    margin-top: 10px; }
.home-reason-list__head {
  height: 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #956b33, #e2ce61);
  text-align: center; }
  .home-reason-list__head.is-large img {
    width: 230px; }
  .home-reason-list__head img {
    width: 200px; }
.home-reason-list-service {
  padding: 15px 20px; }
  .home-reason-list-service.is-option {
    float: left;
    width: 50%;
    padding-right: 5px; }
    .home-reason-list-service.is-option + .is-option {
      padding-left: 0; }
  .home-reason-list-service__item {
    color: #4c3216;
    text-indent: -14px;
    padding-left: 14px; }
    .home-reason-list-service__item::before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #4c3216;
      border-radius: 50%;
      margin-right: 3px; }
  .home-reason-list-service__bold {
    font-weight: 700;
    font-size: 1.8rem; }
.home-reason-list-more {
  clear: both;
  margin-top: 10px;
  text-align: right;
  padding: 0 15px 20px 0; }
  .home-reason-list-more__link {
    color: #0f2289;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 18px;
    position: relative;
    display: inline !important;
    background: url(../imgdir/common/ico_arrow01.png) no-repeat top 5px left/13px auto; }
.home-reason-list__area-txt {
  padding: 15px 20px 0; }
.home-reason-list__lead {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #4c3216;
  line-height: 1.5; }
.home-reason-list__txt {
  margin-top: 20px;
  font-size: 1.5rem; }
  .home-reason-list__txt a {
    text-decoration: underline;
    color: #0f2289; }
@media screen and (min-width: 768px) {
  .home-reason__inner {
    padding-top: 50px;
    position: relative; }
  .home-reason__sub {
    width: 240px;
    margin: 0;
    position: absolute;
    right: auto;
    left: 75%;
    top: -60px; }
  .home-reason-list {
    margin-top: 80px;
    max-width: 1260px;
    margin: 0 auto;
    transform: translateY(-30px);
    padding: 0 30px 0;
    display: flex;
    flex-wrap: wrap; }
    .home-reason-list__wrap {
      margin-top: 80px;
      padding: 0 0 60px; }
    .home-reason-list__item {
      width: calc(33.33% - 25px * 2/3);
      margin-right: 25px;
      border-radius: 20px; }
      .home-reason-list__item:nth-of-type(3n) {
        margin-right: 0; }
      .home-reason-list__item + .home-reason-list__item {
        margin-top: 0; }
    .home-reason-list__head {
      height: 130px; }
      .home-reason-list__head.is-large img {
        width: 280px; }
      .home-reason-list__head img {
        width: 280px; }
    .home-reason-list-service {
      padding: 25px 30px; }
      .home-reason-list-service.is-option {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0; }
        .home-reason-list-service.is-option + .is-option {
          padding: 0 30px 25px; }
      .home-reason-list-service__item {
        font-size: 1.5rem;
        letter-spacing: .05em; }
    .home-reason-list-more {
      padding: 20px 30px; }
      .home-reason-list-more__link {
        font-size: 1.6rem;
        padding-left: 22px;
        background-size: 17px auto;
        line-height: 1.5; }
    .home-reason-list__area-txt {
      padding: 25px 30px 0; }
    .home-reason-list__txt a {
      transition: .3s opacity; }
      .home-reason-list__txt a:hover {
        opacity: .7; } }
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .home-reason__head {
    width: 390px;
    margin: 0 auto; }
  .home-reason__sub {
    width: 200px;
    top: -10px;
    right: 30px;
    left: auto; }
  .home-reason-list__head {
    height: 130px; }
    .home-reason-list__head.is-large img {
      width: 220px; }
    .home-reason-list__head img {
      width: 220px; }
  .home-reason-list-service {
    padding: 25px 20px; }
    .home-reason-list-service.is-option + .is-option {
      padding: 0 20px 25px; }
  .home-reason-list-more {
    padding: 20px 20px; }
  .home-reason-list__area-txt {
    padding: 25px 20px 0; } }

.home-course__inner {
  padding-top: 30px; }
.home-course-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  .home-course-list__item {
    width: calc(50% - 10px * 1/2);
    margin: 20px 10px 0 0; }
    .home-course-list__item:nth-of-type(2n) {
      margin-right: 0; }
    .home-course-list__item:nth-of-type(-n + 2) {
      margin-top: 0; }
  .home-course-list__img {
    margin-top: 15px; }
  .home-course-list__txt {
    line-height: 1.5;
    margin-top: 15px;
    color: #0f2289;
    font-weight: 700;
    font-size: 1.3rem; }
.home-course-calender {
  position: relative;
  width: 288px;
  margin: 75px auto 0;
  padding: 25px 35px 20px;
  border-top: 5px solid #0f2289;
  background: #fff;
  color: #0f2289; }
  .home-course-calender__head {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 170px;
    transform: translateX(-50%); }
  .home-course-calender__lead {
    height: 45px;
    line-height: 1.5;
    margin-right: -15px;
    padding-left: 40px;
    background: url(../imgdir/home/ico_course01.png) no-repeat center left/33px auto;
    font-weight: 700;
    font-size: 2.2rem; }
  .home-course-calender__txt {
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.2rem; }
  .home-course-calender__btn {
    margin-top: 10px; }
@media screen and (min-width: 768px) {
  .home-course__inner {
    padding-top: 80px; }
  .home-course-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .home-course-list__item {
      width: calc(25% - 15px * 3/4);
      margin: 0 15px 0 0; }
      .home-course-list__item:nth-of-type(2n) {
        margin-right: 15px; }
      .home-course-list__item:nth-of-type(4n) {
        margin-right: 0; }
      .home-course-list__item:nth-of-type(-n + 4) {
        margin-top: 0; }
    .home-course-list__link:hover .home-course-list__img::before {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1; }
    .home-course-list__link:hover .home-course-list__img .home-course-list__sub {
      opacity: 1; }
    .home-course-list__img {
      position: relative;
      margin-top: 30px; }
      .home-course-list__img::before {
        content: "";
        box-sizing: content-box;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 100%;
        height: 100%;
        border: 8px solid #f5e6a9;
        background: rgba(15, 34, 137, 0.35);
        transition: .3s;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        border-radius: 50%; }
    .home-course-list__sub {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 100%;
      color: #fff;
      font-weight: 700;
      text-align: center;
      transition: .3s opacity;
      transform: translate(-50%, -50%);
      opacity: 0; }
      .home-course-list__sub::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
    .home-course-list__txt {
      margin-top: 30px;
      padding: 0 5px;
      font-size: 1.8rem; }
  .home-course-calender {
    width: 100%;
    margin: 150px 0 0;
    padding: 0;
    border-top: 8px solid #0f2289;
    background: url(../imgdir/home/img_course01.jpg) no-repeat right top/auto 100%; }
    .home-course-calender__area-txt {
      width: 450px;
      padding: 25px 55px;
      background: #fff; }
    .home-course-calender__head {
      top: -50px;
      left: 80px;
      width: 260px;
      transform: none; }
    .home-course-calender__lead {
      height: 70px;
      margin-right: 0;
      padding-top: 5px;
      padding-left: 55px;
      background-size: 50px auto;
      font-size: 3.2rem; }
    .home-course-calender__txt {
      margin-top: 15px;
      font-size: 1.6rem; }
    .home-course-calender__btn {
      margin-top: 15px; } }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .home-course-calender {
    max-width: 600px;
    margin: 150px auto 0;
    background: none; }
    .home-course-calender__area-txt {
      width: 100%;
      padding: 25px 55px;
      background: #fff; }
    .home-course-calender__head {
      left: 50%;
      transform: translateX(-50%); } }

.home-service__inner {
  padding: 50px 15px; }
.home-service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  .home-service-list__item {
    width: calc(50% - 8px * 1/2);
    margin: 30px 8px 0 0; }
    .home-service-list__item:nth-of-type(2n) {
      margin-right: 0; }
    .home-service-list__item:nth-of-type(-n + 2) {
      margin-top: 0; }
  .home-service-list__head {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    color: #0f2289;
    margin-top: 8px;
    position: relative; }
    .home-service-list__head::after {
      position: absolute;
      content: '';
      display: inline-block;
      border-top: 2px solid #0f2289;
      border-right: 2px solid #0f2289;
      width: 6px;
      height: 6px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      right: 5px; }
@media screen and (max-width: 340px) {
  .home-service-list__head {
    font-size: 1.3rem; } }
@media screen and (min-width: 768px) {
  .home-service__inner {
    padding: 100px 30px;
    max-width: 1920px;
    margin: 0 auto; }
  .home-service-list {
    margin-top: 80px; }
    .home-service-list__item {
      position: relative;
      width: calc(25% - 20px * 3/4);
      margin: 90px 20px 0 0; }
      .home-service-list__item:nth-of-type(2n) {
        margin-right: 20px; }
      .home-service-list__item:nth-of-type(4n) {
        margin-right: 0; }
      .home-service-list__item:nth-of-type(-n + 4) {
        margin-top: 0; }
    .home-service-list__link:hover .home-service-list__img img {
      transform: scale(1.1, 1.1); }
    .home-service-list__balloon {
      width: 80%;
      position: absolute;
      top: -45px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
    .home-service-list__img {
      overflow: hidden;
      border-radius: 5px; }
      .home-service-list__img img {
        transition: transform .3s; }
    .home-service-list__head {
      font-size: 2.2rem;
      margin-top: 30px;
      min-height: 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .home-service-list__head::after {
        width: 10px;
        height: 10px;
        right: 3px; }
    .home-service-list__small {
      font-size: 1.7rem;
      display: block;
      width: 100%; }
    .home-service-list__txt {
      margin-top: 25px;
      padding: 0 20px; } }
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .home-service-list__item {
    position: relative;
    width: calc(33.33% - 20px * 2/3);
    margin: 90px 20px 0 0; }
    .home-service-list__item:nth-of-type(4n) {
      margin-right: 20px; }
    .home-service-list__item:nth-of-type(-n + 4) {
      margin-top: 90px; }
    .home-service-list__item:nth-of-type(3n) {
      margin-right: 0; }
    .home-service-list__item:nth-of-type(-n + 3) {
      margin-top: 0; }
  .home-service-list__balloon {
    width: 90%; }
  .home-service-list__head {
    font-size: 1.9rem; }
  .home-service-list__small {
    font-size: 1.6rem; }
  .home-service-list__txt {
    padding: 0; } }

.home-company__inner {
  padding-top: 50px; }
.home-company__head {
  padding-right: 25px;
  padding-left: 25px; }
.home-company-list {
  margin-top: 15px;
  padding: 0 25px;
  transition: .8s all;
  transform: perspective(2200px) rotateY(-90deg);
  transform-origin: top center; }
  .home-company-list.is-show {
    transform: perspective(2200px) rotateY(0); }
  .home-company-list__item + .home-company-list__item {
    margin-top: 25px; }
@media screen and (min-width: 768px) {
  .home-company__inner {
    padding-top: 50px; }
  .home-company-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    padding: 0; }
    .home-company-list__item {
      width: 33.33%; }
      .home-company-list__item + .home-company-list__item {
        margin-top: 0; }
    .home-company-list__btn {
      width: 80%;
      margin: 20px auto 0; } }

.home-information__inner {
  padding-top: 60px; }
.home-information-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 15px 35px; }
  .home-information-list__item {
    width: calc(33.33% - 10px * 2/3);
    margin-right: 10px; }
    .home-information-list__item:nth-of-type(3n) {
      margin-right: 0; }
    .home-information-list__item.is-guide .home-information-list__img {
      margin-left: -7px; }
    .home-information-list__item.is-contact {
      width: 100%;
      margin: 40px 0 0;
      padding: 0 20px; }
  .home-information-list__txt {
    margin: 2px -5px 0;
    color: #0f2289;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0; }
  .home-information-list__span {
    padding-right: 15px;
    background: url(../imgdir/common/ico_arrow01.png) no-repeat right top 3px/12px auto; }
.home-information-mark {
  line-height: 1.5;
  padding: 35px 15px 25px;
  background: #e0dcd0;
  text-align: center; }
  .home-information-mark-list__item + .home-information-mark-list__item {
    margin-top: 20px; }
  .home-information-mark-list__head {
    line-height: 1.5;
    padding: 5px;
    background: #8a8678;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 4px; }
  .home-information-mark-list__txt {
    margin-top: 12px;
    font-size: 1.2rem; }
  .home-information-mark-list-list {
    display: flex;
    flex-wrap: wrap; }
    .home-information-mark-list-list__item {
      width: 50%; }
    .home-information-mark-list-list__img {
      width: 62px;
      margin: 15px auto 0; }
      .home-information-mark-list-list__img.is-anzen {
        width: 56px; }
      .home-information-mark-list-list__img.is-paypay {
        width: 66px; }
      .home-information-mark-list-list__img.is-card {
        width: 130px; }
    .home-information-mark-list-list__txt {
      margin-top: 5px;
      font-size: 1.2rem; }
    .home-information-mark-list-list__head {
      margin-top: 15px;
      font-size: 1.2rem;
      letter-spacing: 0; }
.home-information-sns {
  padding: 15px; }
  .home-information-sns__inner {
    padding: 10px 20px 20px;
    background: #fff;
    border-radius: 5px; }
  .home-information-sns__head {
    color: #0f2289;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center; }
  .home-information-sns-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 345px;
    margin: 10px auto 0; }
    .home-information-sns-list__item.is-blog .home-information-sns-list__link {
      width: 118px; }
    .home-information-sns-list__link {
      display: block;
      width: 30px; }
.home-information-related {
  margin-top: 25px;
  padding-bottom: 95px; }
  .home-information-related__head {
    color: #0f2289;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center; }
  .home-information-related-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px; }
    .home-information-related-list__item {
      width: calc(50% - 15px * 1/2);
      margin: 15px 15px 0 0; }
      .home-information-related-list__item:nth-of-type(2n) {
        margin-right: 0; }
@media screen and (max-width: 340px) {
  .home-information-list__item {
    width: calc(33.33% - 5px * 2/3);
    margin-right: 5px; }
    .home-information-list__item.is-guide .home-information-list__img {
      margin-left: -6px; }
  .home-information-list__txt {
    margin: 2px 0 0 -10px;
    white-space: normal; }
  .home-information-mark-list__head {
    font-size: 1.4rem; }
  .home-information-mark-list__txt {
    padding: 0 20px; }
  .home-information-mark-list-list__txt {
    padding: 0 20px; }
  .home-information-mark-list-list__head {
    padding: 0 20px; } }
@media screen and (min-width: 768px) {
  .home-information__inner {
    padding-top: 90px; }
  .home-information-list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 45px auto 0;
    padding: 0 30px; }
    .home-information-list__item {
      width: calc(20% - 45px * 2/3);
      margin-right: 45px; }
      .home-information-list__item:nth-of-type(3) {
        margin-right: 45px; }
      .home-information-list__item.is-guide .home-information-list__img {
        margin-left: -12px; }
      .home-information-list__item.is-contact {
        width: 36%;
        margin: 0;
        padding: 0; }
    .home-information-list__txt {
      margin: 15px 0 0;
      font-size: 2.1rem; }
    .home-information-list__span {
      padding-right: 18px;
      background-position: right top 10px;
      background-size: 15px auto; }
  .home-information-mark {
    margin-top: 100px;
    padding: 45px 15px 55px; }
    .home-information-mark-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      width: 100%;
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 30px; }
      .home-information-mark-list__item {
        width: 50%;
        padding-right: 40px; }
        .home-information-mark-list__item:nth-of-type(2) {
          margin-top: 0;
          padding-right: 0;
          padding-left: 40px;
          border-left: 2px dotted #ccc; }
      .home-information-mark-list__head {
        padding: 10px;
        font-size: 2.2rem; }
      .home-information-mark-list__txt {
        margin-top: 30px;
        font-size: 1.7rem; }
      .home-information-mark-list-list__img {
        width: 70px;
        margin: 20px auto 0; }
        .home-information-mark-list-list__img.is-anzen {
          width: 68px; }
        .home-information-mark-list-list__img.is-paypay {
          width: 96px; }
        .home-information-mark-list-list__img.is-card {
          width: 160px;
          padding-top: 15px; }
      .home-information-mark-list-list__txt {
        margin-top: 10px;
        font-size: 1.4rem; }
      .home-information-mark-list-list__head {
        margin-top: 30px;
        font-size: 1.7rem; }
  .home-information-sns {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 30px 0; }
    .home-information-sns__inner {
      padding: 15px 30px 35px; }
    .home-information-sns__head {
      font-size: 1.6rem; }
    .home-information-sns-list {
      max-width: 680px;
      margin: 30px auto 0; }
      .home-information-sns-list__item.is-blog .home-information-sns-list__link {
        width: 236px; }
      .home-information-sns-list__link {
        width: 60px; }
  .home-information-related {
    margin-top: 45px;
    padding-bottom: 95px; }
    .home-information-related__head {
      font-size: 1.6rem; }
    .home-information-related-list {
      width: 100%;
      max-width: 1020px;
      margin: 0 auto;
      padding: 0 30px; }
      .home-information-related-list__item {
        width: calc(33.33% - 60px * 2/3);
        margin: 30px 60px 0 0; }
        .home-information-related-list__item:nth-of-type(2n) {
          margin-right: 60px; }
        .home-information-related-list__item:nth-of-type(3n) {
          margin-right: 0 !important;} }
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .home-information-list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 45px auto 0;
    padding: 0 30px; }
    .home-information-list__item {
      width: calc(20% - 45px * 2/3);
      margin-right: 45px; }
      .home-information-list__item:nth-of-type(3) {
        margin-right: 45px; }
      .home-information-list__item.is-guide .home-information-list__img {
        margin-left: -12px; }
      .home-information-list__item.is-contact {
        width: 34%;
        margin: 0;
        padding: 0; }
    .home-information-list__txt {
      font-size: 1.6rem; }
    .home-information-list__span {
      padding-right: 16px;
      background-position: right top 7px;
      background-size: 13px auto; }
  .home-information-mark-list__head {
    padding: 10px;
    font-size: 1.8rem; }
  .home-information-mark-list-list__head {
    padding: 0 5px; }
  .home-information-related__head {
    font-size: 1.6rem; }
  .home-information-related-list__item {
    width: calc(33.33% - 30px * 2/3);
    margin: 30px 30px 0 0; }
    .home-information-related-list__item:nth-of-type(2n) {
      margin-right: 30px; } }

.course__txt {
  color: #0f2289; }
.course-list__item {
  max-width: 370px;
  margin: 0 auto; }
  .course-list__item + .course-list__item {
    margin-top: 30px; }
.course-list__img {
  margin-top: 10px; }
.course-list__txt {
  margin-top: 10px;
  color: #0f2289;
  font-weight: 700; }
.course-list__btn {
  margin-top: 10px; }
.course-set__img {
  margin-top: 30px; }
.course-note {
  padding: 10px;
  margin-top: 30px;
  border: 1px solid #fc6a08; }
@media screen and (min-width: 768px) {
  .course-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    .course-list__item {
      width: calc(50% - 30px * 1/2);
      margin: 40px 30px 0 0;
      max-width: none; }
      .course-list__item + .course-list__item {
        margin-top: 40px; }
      .course-list__item:nth-of-type(2n) {
        margin-right: 0; }
      .course-list__item:nth-of-type(-n + 2) {
        margin-top: 0; }
    .course-list__img {
      margin-top: 15px; }
    .course-list__txt {
      margin-top: 15px;
      line-height: 1.5; }
    .course-list__btn {
      margin-top: 15px; }
  .course-set {
    display: flex;
    flex-wrap: wrap; }
    .course-set__area-txt {
      flex: 1; }
    .course-set__img {
      margin-top: 0;
      margin-left: 30px; }
  .course-note {
    padding: 10px 20px;
    margin-top: 50px; } }

@media screen and (min-width: 768px) {
  .office-archive {
    display: flex;
    flex-wrap: wrap; }
    .office-archive__txt {
      width: 50%;
      margin-top: 30px;
      font-size: 1.6rem;
      padding: 0 30px; }
      .office-archive__txt:nth-of-type(2n) {
        margin-right: 0; }
    .office-archive__other {
      width: 100%;
      text-align: right;
      font-size: 1.6rem;
      margin-top: 15px; } }

.remote-app {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  .remote-app__head {
    margin-right: 30px;
    width: 160px; }
  .remote-app__area-btn {
    flex: 1; }
  .remote-app__btn + .remote-app__btn {
    margin-top: 10px; }
.remote__sub {
  margin-top: 30px;
  color: #0f2289;
  text-align: center; }

.miniplan__reco {
  background: #ff9;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px; }
@media screen and (min-width: 768px) {
  .miniplan__reco {
    padding: 20px 25px; } }

.sitter__box {
  border: 1px solid #916834;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px; }
@media screen and (min-width: 768px) {
  .sitter__box {
    padding: 20px 25px; } }

.grave-top-head {
  padding: 12px 20px;
  font-size: 1.6rem;
  background: #FCFBCF;
  position: relative;
  line-height: 1.5;
  text-shadow: 0 0 1px #fff; }
  .grave-top-head::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: url(../imgdir/content/grave/bg_grave01.jpg) no-repeat right bottom -1px/contain;
    opacity: .3; }
  .grave-top-head__txt {
    position: relative;
    z-index: 1; }
  .grave-top-head__lead {
    color: #012C57;
    font-size: 2rem;
    margin-top: 5px;
    position: relative;
    z-index: 1; }
  .grave-top-head__large {
    font-size: 2.5rem;
    display: inline-block; }
.grave-top-clean {
  font-size: 1.6rem;
  padding: 20px 20px 0; }
  .grave-top-clean__item {
    background: #012C57;
    color: #fff;
    text-align: center;
    padding: 2px 10px; }
    .grave-top-clean__item + .grave-top-clean__item {
      margin-top: 5px; }
.grave-top-entrust {
  margin-top: 10px;
  color: #15467A; }
  .grave-top-entrust__txt {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: #630; }
  .grave-top-entrust-list {
    margin-top: 10px;
    padding: 0 20px;
    text-align: center; }
    .grave-top-entrust-list__item {
      padding: 2px 10px;
      font-size: 1.6rem;
      box-shadow: 0 1px 2px 1px #ccc;
      border-radius: 3px; }
      .grave-top-entrust-list__item + .grave-top-entrust-list__item {
        margin-top: 5px; }
.grave-list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.grave-list__num {
  margin-right: 10px;
  color: #7db4e6;
  font-size: 2.4rem; }
.grave-list__txt {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted; }
.grave-price {
  margin-top: 30px;
  border: 1px solid; }
  .grave-price__head {
    padding: 5px 20px;
    border-bottom: 1px solid;
    background: #f0e7d6;
    color: #630;
    font-weight: 700;
    font-size: 1.8rem; }
  .grave-price__area-txt {
    padding: 15px 20px;
    background: #fffffd; }
  .grave-price__txt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
    color: #630; }
  .grave-price__large {
    font-weight: 700;
    font-size: 1.8rem; }

.grave-set {
    display: flex; }
.grave-set__left {
    margin-right: 20px;
    width: 60%;
}

.grave-set__right {
    padding-top: 10px;
    padding-left: 20px;
}
.grave-set__right figcaption {
    color: #2443F9;
    font-size: small;
    text-align: center;
}


@media screen and (min-width: 768px) {
  .grave-price {
    margin-top: 50px; }
    .grave-price__head {
      padding: 10px 25px;
      font-size: 2rem; }
    .grave-price__area-txt {
      padding: 20px 25px; }
    .grave-price__txt {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted;
      color: #630; } .grave-price__large {
    font-size: 2rem;
    background-color: #FFFFFF; }

}

@media screen and (max-width: 767px) {
  .grave-set {
    display: block; }
 .grave-set__left {
    width: 100%;
}

.grave-set__right {
    padding-top: 10px;
    text-align: center;
}
}

.content__img {
  margin-top: 10px; }
  .content__img img {
    max-width: 48%; }
.content-set__area-txt.is-option {
  margin-top: 10px; }
.content-set__area-txt .has-free {
  background: url(../imgdir/content/index/icon_free.jpg) no-repeat left center/23px 11px;
  padding-left: 25px; }
.content-set__area-txt .has-circlr {
  background: url(../imgdir/content/index/icon_01.jpg) no-repeat left center/15px 15px;
  padding-left: 18px; }
.content-set__strong {
  margin-bottom: 10px;
  font-size: 1.3rem; }
.content-set__img {
  margin-top: 10px; }
@media screen and (min-width: 768px) {
  .content-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content-set.is-half .content-set__area-txt {
      width: 50%; }
    .content-set.is-half .content-set__img {
      width: 50%; }
    .content-set__strong {
      font-size: 1.4rem; }
    .content-set__area-txt {
      width: 70%;
      padding-right: 20px; }
    .content-set__img {
      width: 30%;
      text-align: right; } }

.rental__txt + .rental__txt {
  margin-top: 10px; }
.rental__box {
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #F6FDD3; }
.rental-reco-list {
  margin-top: 20px; }
  .rental-reco-list__item + .rental-reco-list__item {
    margin-top: 30px; }
  .rental-reco-list-head {
    background: #6d543d;
    color: #fff;
    position: relative;
    padding-left: 80px;
    padding-bottom: 8px; }
    .rental-reco-list-head__ico {
      position: absolute;
      left: -5px;
      top: 10px;
      width: 80px; }
    .rental-reco-list-head__num {
      font-size: 2.4rem;
      font-weight: 700; }
    .rental-reco-list-head__txt {
      font-size: 1.2rem; }
  .rental-reco-list-info {
    background: #f3e3da;
    padding: 10px 15px; }
    .rental-reco-list-info-set {
      margin-top: 10px; }
      .rental-reco-list-info-set__head {
        color: #6c533d; }
    .rental-reco-list-info__img {
      margin-top: 10px; }
.rental-reco__txt {
  margin-top: 30px; }
.rental-other {
  margin-top: 30px; }
  .rental-other__pdf {
    font-weight: 700;
    padding-left: 10px;
    margin-top: 5px; }
  .rental-other .rental-other__link {
    color: #673401;
    border-left: 3px solid #DD1216;
    border-right: 3px solid #DD1216;
    padding-left: 5px;
    padding-right: 5px; }
@media screen and (min-width: 768px) {
  .rental__box {
    padding: 20px 25px;
    margin-bottom: 50px; }
  .rental-reco-list {
    margin-top: 30px; }
    .rental-reco-list__item + .rental-reco-list__item {
      margin-top: 40px; }
    .rental-reco-list-head {
      padding-left: 160px;
      padding-bottom: 8px;
      display: flex;
      flex-wrap: wrap; }
      .rental-reco-list-head__ico {
        position: absolute;
        left: -10px;
        top: -10px;
        width: 160px; }
      .rental-reco-list-head__num {
        font-size: 4.8rem;
        line-height: 1.5; }
      .rental-reco-list-head__txt {
        font-size: 1.6rem;
        margin-top: 10px;
        margin-left: 20px; }
    .rental-reco-list-info {
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .rental-reco-list-info__area-txt {
        padding: 10px 15px;
        flex: 1; }
      .rental-reco-list-info-set {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap; }
        .rental-reco-list-info-set__head {
          margin-right: 5px; }
        .rental-reco-list-info-set__txt {
          flex: 1; }
      .rental-reco-list-info__img {
        width: 340px;
        margin-top: 0; }
  .rental-reco__txt {
    margin-top: 30px; }
  .rental-other {
    margin-top: 50px; }
    .rental-other__pdf {
      margin-top: 10px; }
    .rental-other .rental-other__link {
      padding-left: 10px;
      padding-right: 10px; } }

.seizen__head {
  font-size: 1.8rem;
  color: #664c00;
  text-align: center; }
.seizen-top {
  background: #ebf4cc;
  margin: -30px -15px 0;
  padding: 30px 15px 40px; }
  .seizen-top__txt {
    margin-top: 20px; }
  .seizen-top-merit {
    margin-top: 20px; }
    .seizen-top-merit__span {
      color: #664c00; }
    .seizen-top-merit__img {
      margin-top: 20px; }
.seizen-reco {
  background: #fffae9;
  margin: 0 -15px;
  padding: 30px 15px 40px; }
  .seizen-reco-list {
    margin-top: 20px; }
    .seizen-reco-list__item {
      position: relative;
      padding-left: 28px; }
      .seizen-reco-list__item + .seizen-reco-list__item {
        margin-top: 10px; }
      .seizen-reco-list__item::before {
        content: '';
        background: url(../imgdir/content/seizen/ico_seizen01.png) no-repeat center top/100% auto;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px; }
.seizen-point {
  padding: 30px 0 40px; }
  .seizen-point-list__item {
    margin-top: 30px; }
  .seizen-point-list__head {
    background: #8c4600;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    line-height: 1.5;
    padding: 5px 10px 5px 55px; }
  .seizen-point-list__ico {
    position: absolute;
    top: -18px;
    left: -10px;
    width: 60px; }
  .seizen-point-list__txt {
    margin-top: 20px; }
.seizen-flow {
  padding-bottom: 40px; }
  .seizen-flow-list {
    margin-top: 30px; }
    .seizen-flow-list__item {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      .seizen-flow-list__item + .seizen-flow-list__item {
        margin-top: 30px; }
        .seizen-flow-list__item + .seizen-flow-list__item::before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -20px;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 20px 0 20px;
          border-color: #ffaa55 transparent transparent transparent; }
    .seizen-flow-list__img {
      width: 110px; }
    .seizen-flow-list__area-txt {
      margin-top: -5px;
      flex: 1;
      padding-left: 10px; }
    .seizen-flow-list__head {
      color: #664c00;
      font-size: 1.6rem; }
.seizen-price {
  background: #ebf4cc;
  margin: 0 -15px;
  padding: 30px 15px 40px; }
  .seizen-price__lead {
    color: #3f0000;
    margin-top: 30px; }
  .seizen-price-table {
    color: #664c00;
    margin-top: 10px;
    font-size: 1.6rem; }
    .seizen-price-table tr:not(:first-of-type) {
      border-top: 1px solid #fff; }
    .seizen-price-table th {
      padding: 5px 5px 3px;
      text-align: left;
      font-weight: normal; }
    .seizen-price-table td {
      padding: 0 5px 5px; }
    .seizen-price-table__txt {
      font-size: 1.4rem; }
  .seizen-price__note {
    color: #664c00;
    margin-top: 20px; }
.seizen-qualification {
  padding: 30px 0 0; }
  .seizen-qualification-list {
    margin-top: 30px; }
    .seizen-qualification-list__item + .seizen-qualification-list__item {
      margin-top: 10px; }
    .seizen-qualification-list__span {
      color: #664c00;
      display: block; }
@media screen and (max-width: 767px) {
  .seizen-price-table tr, .seizen-price-table th, .seizen-price-table td {
    display: block; } }
@media screen and (min-width: 768px) {
  .seizen__head {
    font-size: 2.4rem; }
  .seizen-top {
    margin: -40px -65px 0;
    padding: 40px 65px 50px; }
    .seizen-top__txt {
      margin-top: 30px; }
    .seizen-top-merit {
      display: flex;
      flex-wrap: wrap;
      width: 80%;
      margin: 30px auto 0; }
      .seizen-top-merit__area-txt {
        flex: 1; }
      .seizen-top-merit__img {
        margin-top: 0; }
  .seizen-reco {
    margin: 0 -65px;
    padding: 40px 65px 50px; }
    .seizen-reco-list {
      width: 80%;
      margin: 30px auto 0; }
      .seizen-reco-list__item {
        padding-left: 35px; }
        .seizen-reco-list__item::before {
          width: 25px;
          height: 25px; }
  .seizen-point {
    padding: 40px 0 50px; }
    .seizen-point-list__item {
      margin-top: 30px; }
      .seizen-point-list__item + .seizen-point-list__item {
        margin-top: 50px; }
    .seizen-point-list__head {
      font-size: 2rem;
      padding: 6px 10px 6px 65px; }
    .seizen-point-list__ico {
      position: absolute;
      top: -30px;
      left: -25px;
      width: 80px; }
    .seizen-point-list__txt {
      margin-top: 30px; }
  .seizen-flow {
    padding-bottom: 50px; }
    .seizen-flow-list {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap; }
      .seizen-flow-list__item {
        width: calc(33.33% - 60px * 2/3);
        margin: 50px 60px 0 0;
        display: block; }
        .seizen-flow-list__item + .seizen-flow-list__item {
          margin-top: 50px; }
          .seizen-flow-list__item + .seizen-flow-list__item::before {
            left: -23%;
            transform: translateY(-50%) rotate(-90deg);
            top: 50%; }
        .seizen-flow-list__item:nth-of-type(3n) {
          margin-right: 0; }
        .seizen-flow-list__item:nth-of-type(-n + 3) {
          margin-top: 0; }
      .seizen-flow-list__img {
        width: 100%; }
      .seizen-flow-list__area-txt {
        margin-top: 0;
        padding-left: 0; }
      .seizen-flow-list__head {
        margin-top: 10px;
        font-size: 1.8rem; }
      .seizen-flow-list__txt {
        margin-top: 10px; }
  .seizen-price {
    margin: 0 -65px;
    padding: 40px 65px 50px; }
    .seizen-price__lead {
      margin-top: 50px;
      font-size: 1.8rem; }
    .seizen-price-table {
      margin-top: 20px;
      font-size: 2rem; }
      .seizen-price-table th {
        padding: 10px;
        text-align: left;
        font-weight: normal; }
      .seizen-price-table td {
        padding: 10px;
        text-align: right; }
      .seizen-price-table__txt {
        font-size: 1.6rem; }
    .seizen-price__note {
      color: #664c00;
      margin-top: 20px; }
  .seizen-qualification {
    padding: 40px 0 0; }
    .seizen-qualification-list {
      margin-top: 30px;
      font-size: 1.8rem; }
      .seizen-qualification-list__item {
        display: flex;
        flex-wrap: wrap; }
        .seizen-qualification-list__item + .seizen-qualification-list__item {
          margin-top: 10px; }
      .seizen-qualification-list__span {
        color: #664c00;
        display: inline;
        margin-left: 30px; } }

.question-list__item::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f9d990;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 1px; }
.question-list__item + .question-list__item {
  margin-top: 10px; }
.question-list__item a {
  text-decoration: underline;
  transition: .3s; }
  .question-list__item a:hover {
    color: #e27a34; }
.question-answer {
  margin-top: 50px; }
  .question-answer__item {
    margin-top: 30px; }
@media screen and (min-width: 768px) {
  .question-answer {
    margin-top: 70px; }
    .question-answer__item {
      margin-top: 50px; } }

.voice-box {
  margin-top: 30px;
  background: #ececec;
  padding: 15px; }
  .voice-box-answer {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #999; }
    .voice-box-answer__logo {
      width: 60px; }
@media screen and (min-width: 768px) {
  .voice-box {
    margin-top: 50px;
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem; }
    .voice-box__img {
      margin-right: 30px; }
    .voice-box__area-txt {
      flex: 1; }
    .voice-box-answer {
      margin-top: 20px;
      padding: 20px; } }

.staff__note {
  color: #990000; }
  .staff__note + .c-head03 {
    margin-top: 15px; }
.staff-list {
  margin-top: 10px; }
  .staff-list__item {
    background: #F8F8F8;
    padding: 15px; }
    .staff-list__item + .staff-list__item {
      margin-top: 20px; }
  .staff-list__profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .staff-list__img {
    margin-right: 20px; }
  .staff-list__name {
    font-size: 1.6rem; }
  .staff-list__place {
    color: #990000;
    font-size: 1.4rem; }
  .staff-list__dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    .staff-list__dl + .staff-list__dl {
      margin-top: 0; }
    .staff-list__dl dt {
      color: #0099cc;
      width: 60px; }
    .staff-list__dl dd {
      flex: 1; }
　　.staff-list__dl__img {
      padding-top: 20;  }
@media screen and (min-width: 768px) {
  .staff__note + .c-head03 {
    margin-top: 25px; }
  .staff-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; }
    .staff-list__item {
      width: calc(50% - 30px * 1/2);
      margin: 30px 30px 0 0;
      padding: 20px; }
      .staff-list__item + .staff-list__item {
        margin-top: 30px; }
      .staff-list__item:nth-of-type(-n + 2) {
        margin-top: 0; }
      .staff-list__item:nth-of-type(2n) {
        margin-right: 0; }
    .staff-list__profile {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .staff-list__img {
      margin-right: 20px; }
    .staff-list__name {
      font-size: 1.8rem; }
    .staff-list__place {
      font-size: 1.6rem; }
    .staff-list__dl {
      font-size: 1.4rem; }
      .staff-list__dl dt {
        width: 80px; } }

.company__table th {
  width: 76px;
  padding: 6px 7px 6px 7px;
  border-bottom: 2px solid #fff;
  background: #e7e7e7;
  font-weight: normal;
  font-size: 100%;
  text-align: left; }
.company__table td {
  padding: 6px 7px 6px 7px;
  border-bottom: 2px solid #fff;
  background: #f3f3f3;
  font-size: 100%;
  text-align: left; }
.company-greeting {
  display: flex;
  flex-wrap: wrap; }
  .company-greeting__img {
    width: 30%;
    margin-right: 10px; }
  .company-greeting__area-txt {
    flex: 1; }
.company-photo {
  display: flex;
  flex-wrap: wrap; }
  .company-photo__item {
    text-align: center;
    width: calc(50% - 10px * 1/2);
    margin-top: 10px;
    margin-right: 10px; }
    .company-photo__item:nth-of-type(2n) {
      margin-right: 0; }
@media screen and (max-width: 767px) {
  .company__table table, .company__table th, .company__table td {
    display: block; }
  .company__table th {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .company__table {
    font-size: 1.4rem; }
    .company__table th {
      width: 150px; }
.company__table tbody tr:last-of-type th {
		border-bottom: 1px solid #595959;
	}
	.company__table tbody tr:last-of-type td {
		border-bottom: 1px solid #595959;
	}
}
  .company-greeting__img {
    width: auto;
    margin-right: 30px; }
  .company-greeting__name {
    text-align: right; }
  .company-photo__item {
    width: calc(50% - 30px * 1/2);
    margin-top: 30px;
    margin-right: 30px; } }

.recruit__top {
  font-weight: 700;
  font-size: 1.8rem; }
.recruit-tel {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px dashed #ccc; }

  .recruit-tel__head {
    margin-bottom: 10px; }
.recruit__table {
  margin-top: 10px;
  /* border-top: 1px solid #d0cccc; */ }
  .recruit__table th {
    width: 100px;
    padding: 5px 10px;
    /* border-top: 1px solid #d0cccc; */
    background: #f2f8b1;
    text-align: left;}
  .recruit__table td {
		text-align: left;
    padding: 5px 10px;
    /* border-top: 1px solid #d0cccc; */
    background: #f5f9dc; }
@media screen and (min-width: 768px) {
  .recruit__head {
    margin-bottom: 20px; }
  .recruit__table {
    margin-top: 20px; }
    .recruit__table th {
      width: 200px;
      padding: 10px 20px; }
    .recruit__table td {
			text-align: left;
      padding: 10px 20px; } }

.link-box {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted; }
@media screen and (min-width: 768px) {
  .link-box {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem; }
    .link-box__head {
      width: 280px;
      padding-right: 30px; }
    .link-box__txt {
      flex: 1; } }

.sitemap a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C0C114.614%2C0%2C0%2C114.613%2C0%2C256s114.614%2C256%2C256%2C256c141.387%2C0%2C256-114.613%2C256-256S397.387%2C0%2C256%2C0z%20M384.29%2C259.396L262.298%2C375.46c-11.79%2C11.226-30.435%2C10.767-41.653-1.032c-11.218-11.79-10.75-30.452%2C1.032-41.653l49.726-47.306%20H153.605c-16.282%2C0-29.467-13.186-29.467-29.468s13.186-29.46%2C29.467-29.46h117.799l-49.726-47.314%20c-11.782-11.193-12.25-29.863-1.032-41.644c11.218-11.798%2C29.863-12.267%2C41.653-1.032L384.29%2C252.605%20c0.928%2C0.887%2C1.452%2C2.113%2C1.452%2C3.395C385.742%2C257.282%2C385.218%2C258.508%2C384.29%2C259.396z%22%20style%3D%22fill%3A%20rgb(15%2C%2034%2C%20137)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center top;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 1px; }
@media screen and (min-width: 768px) {
  .sitemap a::before {
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-bottom: 1px; } }

.guide-set__img {
  margin-top: 10px; }
.guide__img {
  text-align: center;
  margin-top: 10px; }
@media screen and (min-width: 768px) {
  .guide__head {
    margin-bottom: 20px; }
  .guide-set {
    display: flex;
    flex-wrap: wrap; }
    .guide-set__area-txt {
      flex: 1; }
    .guide-set__img {
      width: 230px;
      padding-left: 20px; }
      .guide-set__img.is-half {
        width: 285px; } }

.checklist__btn {
  width: 260px;
  margin: 30px auto 0;
  margin-top: 10px; }
.checklist__note {
  margin-top: 30px; }
.checklist__table {
  overflow-x: scroll;
  width: 100%;
  font-size: 1.3rem; }
  .checklist__table table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse; }
  .checklist__table tr.tit td {
    padding: 4px 0;
    border: 1px solid #b0d4ea;
    background: #069;
    color: #fff;
    font-size: 115%;
    text-align: center; }
  .checklist__table tr td.f_hidari_01 {
    width: 17px;
    padding: 5px 0;
    border: 1px solid #e1c7ae;
    background: #fd9631;
    color: #fff;
    font-size: 115%;
    text-align: center; }
  .checklist__table tr td.f_main {
    padding: 5px 3px;
    border: 1px solid #cacaca;
    background: #ffffec;
    font-size: 125%; }
  .checklist__table tr td.check {
    padding: 5px 10px;
    border: 1px solid #cacaca;
    background: #fff;
    text-align: center; }
  .checklist__table tr td.f_hidari_02 {
    width: 17px;
    padding: 5px 0;
    border: 1px solid #b0d6e1;
    background: #09d;
    color: #fff;
    font-size: 115%;
    text-align: center; }
  .checklist__table tr td.f_main2 {
    padding: 5px 3px;
    border: 1px solid #cacaca;
    background: #d9ffff;
    font-size: 125%; }
@media screen and (min-width: 768px) {
  .checklist__btn {
    width: 320px;
    margin: 30px 0 0; }
  .checklist__table {
    overflow: hidden;
    width: 100%;
    margin: 50px 0 0 0;
    font-size: 1.4rem; }
    .checklist__table table {
      width: 100%; } }

.calender-date {
  margin-top: 30px;
  border: 1px solid #0f2289;
  padding: 10px; }
  .calender-date__item + .calender-date__item {
    margin-top: 10px; }
  .calender-date__color {
    font-weight: 700;
    font-size: 1.6rem; }
    .calender-date__color::before {
      content: '';
      width: 35px;
      height: 15px;
      display: inline-block;
      margin-right: 5px; }
    .calender-date__color.is-date01::before {
      background: #EE82EE; }
    .calender-date__color.is-date02::before {
      background: #32CD32; }
    .calender-date__color.is-date03::before {
      background: #80FFFF; }
  .calender-date__txt {
    margin-top: 5px; }
.calender__cgi {
  margin-top: 30px; }
@media screen and (min-width: 768px) {
  .calender-date {
    margin-top: 50px;
    padding: 10px 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
    .calender-date__wrap {
      display: flex;
      flex-wrap: wrap; }
    .calender-date__img {
      margin-left: 30px;
      margin-top: 50px; }
    .calender-date__item {
      width: calc(33.33% - 10px * 2/3);
      margin-right: 10px; }
      .calender-date__item:nth-of-type(3n) {
        margin-right: 0; }
      .calender-date__item + .calender-date__item {
        margin-top: 0; }
    .calender-date__color::before {
      content: '';
      width: 35px;
      height: 15px;
      display: inline-block;
      margin-right: 5px; }
    .calender-date__txt {
      margin-top: 5px;
      font-size: 1.4rem; }
  .calender__cgi {
    margin-top: 30px; } }

.line-set-box {
  border: 1px solid #333333;
  padding: 10px 15px 15px; }
  .line-set-box + .line-set-box {
    margin-top: 20px; }
  .line-set-box__id {
    margin-top: 10px;
    font-size: 1.8rem; }
  .line-set-box__txt {
    font-size: 1.5rem;
    margin-top: 10px; }
  .line-set-box__img {
    margin-top: 5px;
    max-width: 180px; }
@media screen and (min-width: 768px) {
  .line__img {
    padding-right: 14px;
    margin-bottom: 50px; }
  .line-set {
    display: flex;
    flex-wrap: wrap; }
    .line-set-box {
      width: calc(50% - 30px * 1/2);
      margin: 30px 30px 0 0;
      padding: 15px 20px 20px;
      display: flex;
      flex-wrap: wrap; }
      .line-set-box + .line-set-box {
        margin-top: 30px; }
      .line-set-box:nth-of-type(2n) {
        margin-right: 0; }
      .line-set-box:nth-of-type(-n + 2) {
        margin-top: 0; }
      .line-set-box.is-full {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap; }
        .line-set-box.is-full .line-set-box__area-right {
          margin-left: 10%; }
          .line-set-box.is-full .line-set-box__area-right .line-set-box__txt {
            margin-top: 0;
            flex: 1; }
      .line-set-box.is-pc .line-set-box__area-left {
        width: 60%; }
      .line-set-box.is-pc .line-set-box__area-right {
        width: 40%; }
      .line-set-box.is-sp .line-set-box__area-left {
        width: 50%; }
      .line-set-box.is-sp .line-set-box__area-right {
        width: 50%;
        padding-left: 20px;
        margin-top: 15px; }
      .line-set-box__head {
        font-size: 1.6rem;
        width: 100%; }
      .line-set-box__id {
        margin-top: 10px;
        font-size: 1.8rem; }
      .line-set-box__txt {
        margin-top: 10px; }
      .line-set-box__img {
        margin-top: 0;
        max-width: none; }
  .line-app {
    display: flex;
    flex-wrap: wrap; }
    .line-app__item {
      margin-right: 20px; } }

.contact form#mail_form dl dt {
  font-size: 1.5rem; }
.contact form#mail_form input#phone {
  width: auto !important; }
.contact form#mail_form input#office {
  width: 30% !important; }
.contact form#mail_form input#office3 {
  width: 30% !important; }

.campaign_01__table {
  overflow-x: scroll;
  width: 100%;
  font-size: 1.3rem; }
  .campaign_01__table table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse; }
 .campaign_02__table table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    font-size: 100%;
    text-align: center; }
  .campaign_01__table tr.tit td {
    padding: 4px 0;
    border: 1px solid #595959;
    background: #91D0CD;
    color: #212222;
    font-size: 115%;
    text-align: center; }
  .campaign_01__table tr td.f_hidari_01 {
    width: 17px;
    padding: 5px 0;
    background: #F8D8B7;
    color: #212222;
    font-size: 115%;
    text-align: center; }
  .campaign_01__table tr td.f_main {
    width: 30px;
    padding: 5px 0;
    background: #F20404;
    color: #fff;
    font-size: 100%;
    text-align: center; }
  .campaign_01__table tr td.f_hidari_02 {
    width: 30px;
    padding: 5px 0;
    background: #E8E8E8;
    color: #212222;
    font-size: 95%;
    text-align: center; }
  .campaign_01__table tr td.f_main2 {
	padding: 5px 3px;
	background: #EDC2C2;
    color: #F20404;
	font-size: 125%;
	font-weight: bold; }
  .campaign_01__note {
  margin-top: 30px; }
  .campaign_01__note2{
    text-align: right;
}
@media screen and (min-width: 768px) {
  .campaign_01__table {
    overflow: hidden;
    width: 100%;
    margin: 50px 0 0 0;
    font-size: 1.4rem; }
    .campaign_01__table table {
      width: 100%; } }

.campaign_02__table td {
text-align: left;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #0076B2;/*文字色*/
    background: #FFF;
    border: solid 2px #0076B2;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0;
    padding: 0;
}

.box27 {
    position: relative;
    margin: 3em 0;
    padding: 1.5em 1em;
    border: solid 3px #2157ab;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #2157ab;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0;
    padding: 0;
}
.waku {
  border: solid 2px skyblue;
  padding: 10px;
  margin-bottom: 10px;
}
.underline02 {
  background: linear-gradient(transparent 40%, #f5ff00 60%);
  color: #2157ab;
  font-weight: bold;
}
.camTxt_01 {font-size: 17px;
            color: chocolate;
           font-weight: bold;
}

@media screen and (min-width: 768px) {
.camTxt_01 {font-size: 20px;
            color: chocolate;
           font-weight: bold; } }
