@charset "UTF-8";
/*  common
================================================ */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*  02_base
================================================ */
html {
  overflow: auto; }

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06em;
  overflow: hidden; }
  @media all and (min-width: 600px) {
    body {
      min-width: 1040px;
      font-size: 1.5rem; } }
  body.sg {
    height: auto; }

a {
  color: inherit;
  text-decoration: underline; }
  @media all and (min-width: 600px) {
    a:hover {
      text-decoration: none; } }

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

strong,
strong span {
  font-weight: 600; }

.l-wrapper {
  position: relative; }

.l-container {
  padding: 0; }
  @media all and (min-width: 600px) {
    .l-container {
      padding: 0; }
      .l-container.col2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto; }
        .l-container.col2 .l-contents {
          order: 2;
          width: calc(100% - 250px - 20px); }
        .l-container.col2 .l-sidebar {
          width: 250px; } }

.l-contents {
  background: #f5e9f1; }

#home .l-contents {
  background: #fff; }

.l-inner-box {
  background: #fff; }
  @media all and (min-width: 600px) {
    .l-inner-box {
      padding: 0 50px 100px; } }
  @media all and (max-width: 599px) {
    .l-inner-box {
      padding: 0 10px 50px; } }

/*  utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: 'sp'; }
  @media all and (min-width: 600px) {
    .u-media-query {
      font-family: 'pc'; } }

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

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

/* link
-------------------------------------- */
.u-alpha {
  display: block;
  text-decoration: none; }
  @media all and (min-width: 600px) {
    .u-alpha {
      transition: all 0.3s ease; }
      .u-alpha:hover {
        opacity: .7; } }

/* layout
-------------------------------------- */
.u-cf::after {
  content: "";
  display: block;
  clear: both; }

.u-inner {
  box-sizing: border-box; }
  @media all and (max-width: 599px) {
    .u-inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media all and (min-width: 600px) {
    .u-inner {
      width: 100%;
      max-width: 1100px;
      margin: auto; } }

@media all and (max-width: 599px) {
  .u-inner02 {
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (min-width: 600px) {
  .u-inner02 {
    padding-left: 55px;
    padding-right: 55px; } }

/* Wordpress
-------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img.aligncenter {
  display: block;
  margin: auto; }

p + figure img.aligncenter,
figure + * {
  margin-top: 2em; }

img.alignright {
  margin: auto 0 1em 1em; }

img.alignleft {
  margin: auto 1em 1em 0; }

.page-template-default .l-contents p + p {
  margin-top: 2em; }

.l-inner-box > section + section {
  margin-top: 50px; }

/*  common
@import "03_layout/_mainimg.scss";
@import "03_layout/_sidebar.scss";
================================================ */
/* .l-footer
================================================ */
.l-footer {
  color: #fff;
  background: #b72d8c; }
  .l-footer a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease; }
    .l-footer a:hover {
      border-bottom: 1px solid #fff; }
  .l-footer__sitemap {
    text-align: left; }
    .l-footer__sitemap-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: baseline;
      margin: 0 30px;
      padding: 45px 30px 30px; }
      @media all and (max-width: 599px) {
        .l-footer__sitemap-box {
          display: none; } }
    .l-footer__sitemap-list {
      font-size: 1.4rem; }
      .l-footer__sitemap-list > li {
        margin-bottom: 30px; }
      .l-footer__sitemap-list-child {
        padding: 20px 0 0 14px;
        font-size: 1.3rem; }
        .l-footer__sitemap-list-child li {
          margin-bottom: 10px; }
    .l-footer__sitemap .ft-area {
      border-top: 1px solid #fff;
      font-size: 1.4rem;
      line-height: 1;
      display: table;
      width: 100%; }
      .l-footer__sitemap .ft-area > p {
        padding: 15px 0;
        display: table-cell; }
      .l-footer__sitemap .ft-area .ft-cr {
        text-align: right; }
  @media all and (max-width: 599px) {
    .l-footer .ft-area {
      border-top: 0px;
      padding: 15px 0; }
      .l-footer .ft-area > p {
        padding: 0;
        display: block;
        font-size: 1rem;
        line-height: 1.2; }
      .l-footer .ft-area .ft-cr {
        margin: 10px 0 0;
        text-align: center; } }

.fbtn01 {
  display: block;
  padding: 11px 10px 11px 40px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #b72d8c;
  background: #f5e9f1 url(../img/common/fico_contact.png) 15px 14px no-repeat;
  transition: all 0.3s ease; }
  .fbtn01:hover {
    background-color: #fff; }

/* .footerBtm
================================================ */
.footerBtm {
  background: #0a4a97;
  padding: 12px 0;
  font-size: 1rem;
  color: #fff; }
  @media all and (min-width: 600px) {
    .footerBtm {
      padding: 19px 0 22px;
      font-size: 1.1rem; } }

/* .c-pagetop
================================================ */
@media all and (max-width: 599px) {
  .ft-pagetop {
    position: static !important; } }
.ft-pagetop__link {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0 12px;
  background: #b72d8c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap; }
.ft-pagetop__img {
  width: 20px;
  margin: 0 auto; }
@media all and (min-width: 600px) {
  .ft-pagetop__link {
    padding: 8px 0 15px; }
  .ft-pagetop__img {
    width: 27px;
    margin: 0 auto; } }

/* .l-header
================================================ */
.l-header {
  position: relative;
  min-width: 320px; }
  @media all and (min-width: 600px) {
    .l-header {
      width: 100%;
      min-width: 1000px; } }

/* .l-header .hd-info
-------------------------------------- */
.l-header .hd-info {
  position: relative;
  z-index: 50;
  height: 55px;
  background: #fff; }
  .l-header .hd-info__inner {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box; }
  .l-header .hd-info__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 70px);
    max-width: 283px;
    box-sizing: border-box; }
  @media all and (max-width: 599px) {
    .l-header .hd-info {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  @media all and (min-width: 600px) {
    .l-header .hd-info {
      height: 120px;
      padding: 0; }
      .l-header .hd-info__inner {
        width: 100%;
        padding: 0; }
      .l-header .hd-info__lead {
        width: 100%;
        font-size: 1.6rem; }
      .l-header .hd-info__logo {
        margin: 10px 0 5px;
        width: 346px; }
      .l-header .hd-info__box {
        max-width: none;
        display: table;
        width: 100%; }
        .l-header .hd-info__box > div {
          display: table-cell;
          vertical-align: top; }
        .l-header .hd-info__box-name {
          width: 820px;
          padding-left: 10px;
          border-left: 10px solid #b72d8c;
          box-sizing: border-box; }
      .l-header .hd-info__btn-contact {
        margin-top: 30px;
        width: 182px;
        padding: 1px;
        box-sizing: border-box;
        @inculde trans; }
        .l-header .hd-info__btn-contact a {
          position: relative;
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 15px 0 10px 72px;
          font-size: 1.8rem;
          line-height: 1;
          height: 50px;
          background: #b72d8c url(../img/common/hico_contact.png) 0px 0px no-repeat;
          box-sizing: border-box;
          @inculde trans; }
        .l-header .hd-info__btn-contact:hover {
          background: #b72d8c;
          @inculde trans; } }

/* .l-header .nav-btn
-------------------------------------- */
.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #b72d8c;
  cursor: pointer; }
  .l-header .nav-btn__line {
    position: absolute;
    left: 17px;
    width: 21px;
    height: 2px;
    content: '';
    background: #fff;
    transition: all 0.3s ease; }
    .l-header .nav-btn__line:nth-child(1) {
      top: 21px; }
    .l-header .nav-btn__line:nth-child(2) {
      top: 27px; }
    .l-header .nav-btn__line:nth-child(3) {
      top: 33px; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 27px;
    transform: rotate(-45deg); }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    opacity: 0; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
    top: 27px;
    transform: rotate(45deg); }
  .l-header .nav-btn__chara {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center; }

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 5000000000000;
  width: 100%;
  max-height: calc(100vh - 55px);
  min-width: 320px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease; }
  @media all and (max-width: 599px) {
    .l-nav {
      max-height: auto;
      overflow: auto;
      transform: translateX(120%); }
      .l-nav::-webkit-scrollbar {
        display: none; }
      .l-nav.is-open {
        transform: translateX(0); }
      .l-nav .nav-list__toggle-trigger {
        display: block;
        position: relative;
        padding: 11px 15px;
        font-size: 1.3rem;
        text-align: left; }
        .l-nav .nav-list__toggle-trigger.is-active::before {
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .l-nav .nav-list__toggle-trigger::before {
          content: '';
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 2px #b72d8c;
          border-right: solid 2px #b72d8c;
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -3px;
          transition: all 0.3s ease; }
      .l-nav .nav-list li {
        border-bottom: 1px solid #ebebeb; }
      .l-nav .nav-list a {
        display: block;
        padding: 11px 15px;
        font-size: 1.3rem;
        text-align: left;
        text-decoration: none; }
      .l-nav .nav-list.is-active::before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
  @media all and (max-width: 599px) {
    .l-nav .nav-list .child {
      padding-left: 1em;
      padding-bottom: 0.5em; }
      .l-nav .nav-list .child li {
        border-bottom: 0px; }
      .l-nav .nav-list .child li a {
        position: relative;
        padding: 2px 0 2px 1em; }
        .l-nav .nav-list .child li a::before {
          position: absolute;
          display: block;
          top: 12px;
          left: 0;
          content: "";
          width: 2px;
          height: 2px;
          background: #333; } }
  .l-nav .nav-list a {
    display: block;
    padding: 11px 15px;
    font-size: 1.3rem;
    text-align: left;
    text-decoration: none; }
  .l-nav__close {
    color: #fff;
    background: #b72d8c;
    padding: 8px 0 9px;
    text-align: center; }
    .l-nav__close-txt {
      position: relative;
      padding-left: 14px;
      font-size: 1.2rem; }
      .l-nav__close-txt::before, .l-nav__close-txt::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 8px;
        height: 1px;
        background: #fff; }
      .l-nav__close-txt::before {
        transform: rotate(45deg); }
      .l-nav__close-txt::after {
        transform: rotate(-45deg); }
  @media all and (min-width: 600px) {
    .l-nav {
      position: static;
      border: none;
      padding: 0;
      background: #b72d8c; }
      .l-nav .nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1000px;
        min-width: auto;
        margin: 0 auto; }
        .l-nav .nav-list li {
          border-bottom: none; }
          .l-nav .nav-list li:nth-child(3) {
            position: relative; }
            .l-nav .nav-list li:nth-child(3):hover .nav-clild-list {
              opacity: 1; }
        .l-nav .nav-list__link {
          transition: all 0.3s ease;
          display: block; }
          .l-nav .nav-list__link > span {
            display: block;
            padding: 9px 5px;
            height: 36px;
            font-size: 1.8rem;
            line-height: 1;
            color: #fff;
            border-left: 7px solid #fff;
            box-sizing: border-box; }
          .l-nav .nav-list__link .small {
            display: block;
            font-size: 1.2rem; }
          .l-nav .nav-list__link:hover {
            background: #f6c9e6; }
            .l-nav .nav-list__link:hover > span {
              color: #333;
              border-color: #b72d8c; }
        .l-nav .nav-list li:nth-child(2) a > span {
          padding: 2px 5px; }
        .l-nav .nav-list__toggle-trigger {
          display: block;
          padding: 16px 25px;
          font-size: 1.5rem;
          text-align: center;
          cursor: pointer;
          transition: all 0.3s ease; }
          .l-nav .nav-list__toggle-trigger:hover {
            opacity: 0.6; }
      .l-nav .nav-list__item {
        position: relative;
        transition: all 0.3s ease; }
        .l-nav .nav-list__item .child {
          display: none;
          z-index: 10; }
        .l-nav .nav-list__item .child:hover {
          display: block;
          position: absolute;
          top: 58px;
          left: 0;
          background: #f6c9e6; }
      .l-nav .nav-list__item:hover .child {
        display: block;
        position: absolute;
        padding: 5px 0;
        top: 58px;
        left: 0;
        background: #f6c9e6; }
      .l-nav .nav-list__item:hover .nav-list__item02 a {
        padding: 5px 5px 5px 5px;
        margin: 3px 15px 3px 20px;
        display: block;
        font-size: 1.6rem;
        white-space: nowrap;
        background: #f6c9e6;
        border: 0;
        transition: all 0.3s ease; }
        .l-nav .nav-list__item:hover .nav-list__item02 a:hover {
          background: #fff; } }

/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10; }
  @media all and (min-width: 600px) {
    .nav-overlay {
      display: none !important; } }

/* .breadcrumbs
================================================ */
.breadcrumbs {
  margin-bottom: 3em; }
  .breadcrumbs li {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1; }
    .breadcrumbs li + li {
      padding-left: 20px;
      position: relative; }
      .breadcrumbs li + li::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        top: calc(50% - 3px);
        left: 3px;
        border: 0px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

/*  component
@import "04_component/_button.scss";
@import "04_component/_list.scss";
================================================ */
/*
c-head01
*/
.c-head01 {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px;
  top: -25px;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #b72d8c; }
  .c-head01 .small {
    font-size: 1.8rem; }
  @media all and (max-width: 599px) {
    .c-head01 {
      font-size: 1.8rem;
      line-height: 1.2; }
      .c-head01 .small {
        font-size: 1.4rem; } }
  .c-head01::after {
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    bottom: -6px;
    left: 40px;
    transform: rotate(45deg);
    background: #b72d8c; }

/*
c-head02
*/
.single .l-contents h2,
.page-template-default .l-contents h2,
.c-head02 {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 6px solid #b72d8c; }
  @media all and (max-width: 599px) {
    .single .l-contents h2,
    .page-template-default .l-contents h2,
    .c-head02 {
      margin-bottom: 1em;
      font-size: 2rem;
      border-bottom: 4px solid #b72d8c; } }

/*
c-head03
*/
.single .l-contents h3,
.page-template-default .l-contents h3,
.c-head03 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #bbbbbb; }
  .single .l-contents h3::before,
  .page-template-default .l-contents h3::before,
  .c-head03::before {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    left: 15px;
    width: 9px;
    height: 9px;
    background: #666; }
  @media all and (max-width: 599px) {
    .single .l-contents h3,
    .page-template-default .l-contents h3,
    .c-head03 {
      padding-left: 20px;
      font-size: 1.8rem;
      border-width: 2px; }
      .single .l-contents h3::before,
      .page-template-default .l-contents h3::before,
      .c-head03::before {
        top: 12px;
        left: 5px;
        width: 6px;
        height: 6px; } }

/*
c-table01
*/
.c-table01 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-collapse: collapse; }
  .c-table01 th, .c-table01 td {
    border: 1px solid #333;
    vertical-align: middle; }
  .c-table01 th {
    padding: 15px 20px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2; }
    .c-table01 th .txt-small {
      font-size: 1.4rem; }
    @media all and (max-width: 599px) {
      .c-table01 th {
        font-size: 1.6rem; }
        .c-table01 th .txt-small {
          font-size: 1.2rem; } }
  .c-table01 td {
    padding: 10px 20px; }

.c-table02 {
  position: relative;
  top: -10px;
  left: -10px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-collapse: separate;
  border-spacing: 10px; }
  .c-table02 th, .c-table02 td {
    padding: 10px 20px;
    vertical-align: middle; }
    @media all and (max-width: 599px) {
      .c-table02 th, .c-table02 td {
        padding: 5px 10px; } }
  .c-table02 td {
    border: 1px solid #ccc;
    white-space: nowrap; }
  .c-table02 th {
    text-align: center;
    background: #eee;
    line-height: 1.2;
    white-space: nowrap; }
     @media all and (max-width: 599px) {
      .c-table02 td {
      white-space: normal;
      }
     }

/*
c-flex01
*/
.c-flex01 {
  display: flex; }
  @media all and (max-width: 599px) {
    .c-flex01 {
      flex-wrap: wrap;
      align-items: start; }
      .c-flex01-box {
        width: 100%; } }

/*
Form

c-form01

.c-form01 - base style

Markup:
<div></div>

Styleguide 3.0.0
*/
@media all and (max-width: 599px) {
  .c-form01 th,
  .c-form01 td {
    display: block; } }
.c-form01 table {
  margin: auto;
  width: auto; }
.c-form01 th, .c-form01 td {
  vertical-align: top;
  box-sizing: border-box; }
.c-form01 th {
  padding: 15px 15px 10px 0; }
.c-form01 td {
  padding: 0 15px 20px; }
.c-form01 textarea,
.c-form01 input[type="date"],
.c-form01 input[type="text"] {
  width: 100%;
  font-size: 1.4rem;
  padding: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box; }
.c-form01 .required,
.c-form01 .unrequired {
  position: relative;
  margin: 0 0 0 10px;
  top: -3px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1; }
.c-form01 .required {
  color: #fff;
  background: #f00; }
.c-form01 .unrequired {
  background: #e9e7e7; }
.c-form01 .c-form01__area-btn {
  margin: 30px auto 35px;
  display: table; }
  .c-form01 .c-form01__area-btn .submitBtn {
    cursor: pointer;
    width: 100%;
    padding: 22px 3.5em 22px 4em;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    color: #fff;
    background: #b72d8c;
    border: 0px;
    transition: all 0.3s ease; }
    .c-form01 .c-form01__area-btn .submitBtn span {
      position: relative;
      display: block; }
    .c-form01 .c-form01__area-btn .submitBtn::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #0a4a97;
      transition: all 0.3s ease; }
    .c-form01 .c-form01__area-btn .submitBtn:hover::before {
      width: 100%;
      content: ""; }
@media all and (min-width: 600px) {
  .c-form01 th {
    padding: 30px 30px 0 0;
    width: 220px; }
  .c-form01 td {
    padding: 25px 0 25px 0;
    width: 600px; }
  .c-form01 .required,
  .c-form01 .unrequired {
    float: right;
    top: 4px;
    font-size: 1.1rem; }
  .c-form01 textarea,
  .c-form01 input[type="text"] {
    padding: 9px;
    font-size: 1.5rem; }
  .c-form01 .c-form01-input.is-date {
    display: block;
    width: 350px; }
    .c-form01 .c-form01-input.is-date::after {
      top: 15px;
      right: 15px;
      border: 6px solid transparent;
      border-top: 8px solid #231815; }
  .c-form01 .c-form01__area-btn {
    margin: 57px auto 35px; }
    .c-form01 .c-form01__area-btn .submitBtn {
      position: relative;
      width: 380px;
      height: 80px;
      font-size: 1.8rem;
      box-sizing: border-box; } }

/* WP  */
.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center; }

/* 確認画面 */
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .mes {
  display: none; }
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01::before {
  display: table;
  margin: 0 auto 2em;
  content: "入力内容の確認";
  font-size: 2rem;
  border-bottom: 1px solid #333;
  letter-spacing: 0.5em;
  padding-left: 0.5em; }
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01 th,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .c-form01 td {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px; }

/*
pagenation

.pagenation - base style

Markup:
<div class="pagenation">
<a class="prev page-numbers" href="https://marianet-kt.com/wp/column/">&laquo; 前へ</a>
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://marianet-kt.com/wp/column/page/2/">2</a>
<a class="next page-numbers" href="https://marianet-kt.com/wp/column/page/2/">次へ &raquo;</a>
</div><!-- /pagenation -->


<div class='wp-pagenavi' role='navigation'>
<span class='pages'>1 / 2</span>
<a class="previouspostslink" rel="prev" href="https://marianet-kt.com/wp/cat1/">&laquo;</a>
<span aria-current='page' class='current'>1</span>
<a class="page larger" title="Page 2" href="https://marianet-kt.com/wp/cat1/page/2/">2</a>
<a class="nextpostslink" rel="next" href="https://marianet-kt.com/wp/cat1/page/2/">&raquo;</a>
</div>


*/
.wp-pagenavi,
.pagenation {
  clear: both;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  margin: auto; }
  .wp-pagenavi a, .wp-pagenavi span,
  .pagenation a,
  .pagenation span {
    display: table-cell;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-decoration: none; }
  .wp-pagenavi a,
  .pagenation a {
    color: #333;
    background: #fff;
    border: 1px solid #b72d8c;
    transition: all 0.3s ease; }
    .wp-pagenavi a:hover,
    .pagenation a:hover {
      background: #efefef; }
  .wp-pagenavi span,
  .pagenation span {
    color: #b72d8c;
    background: #f5e9f1;
    border: 1px solid #f5e9f1; }
  @media all and (max-width: 599px) {
    .wp-pagenavi a, .wp-pagenavi span,
    .pagenation a,
    .pagenation span {
      padding: 5px 8px;
      font-size: 1rem; } }

/*
pagenation
<div class="pagenation02 u-cf">
<?php if( get_previous_post_link() ) : ?>
		<div class="nav-previous"><?php previous_post_link('%link', '&laquo; %title'); ?></div>
<?php endif; ?>
<?php if( get_next_post_link() ) : ?>
		<div class="nav-next"><?php next_post_link('%link', '%title &raquo;'); ?></div>
<?php endif; ?>
		<div class="nav-previous"><a href="<?php echo home_url('/column/'); ?>">不動産コラム一覧</a></div>
	</div>
</div>
*/
.pagenation02 {
  clear: both;
  margin: 55px 55px 0; }
  .pagenation02 a {
    display: block;
    padding: 5px 10px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #b72d8c;
    background: #f5e9f1;
    border: 1px solid #b72d8c;
    transition: all 0.3s ease; }
    .pagenation02 a:hover {
      background: #fff; }
  .pagenation02 span {
    width: 64px;
    height: 35px;
    display: block; }
  .pagenation02 .nav-previous {
    float: left; }
  .pagenation02 .nav-next {
    float: right; }
  .pagenation02 .nav-top {
    display: table;
    margin: auto; }
  @media all and (max-width: 599px) {
    .pagenation02 {
      margin: 40px 15px 0;
      width: calc(100% - 30px); }
      .pagenation02 a {
        padding: 5px 8px;
        font-size: 1rem; }
      .pagenation02 span {
        width: 52px; } }

/*
List
c-list01
.c-list01 - base style
Markup:
<ul class="c-list01">
	<li>所属/資格が入ります。</li>
</ul>
Styleguide 3.0.0
*/
.c-list01 li {
  position: relative; }
.c-list01 > li {
  padding-left: 1em;
  margin-bottom: 0.5em; }
  .c-list01 > li::before {
    position: absolute;
    display: block;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666; }
.c-list01 ul li {
  padding-left: 1em;
  margin-bottom: 0.5em; }
  .c-list01 ul li::before {
    position: absolute;
    display: block;
    content: "";
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666; }

ol li {
  margin-left: 20px;
  list-style-type: decimal; }

/*  helper
================================================ */
.js-switch-tab {
  cursor: pointer; }

.js-switch-content {
  display: none; }
  .js-switch-content.is-active {
    display: block; }

.js-toggle-trigger {
  cursor: pointer; }

.js-toggle-content {
  display: none; }

/*  page
================================================ */
/*  home-mv
================================================ */
.home-mv {
  position: relative;
  background: #f5e9f1; }
  .home-mv .u-inner {
    max-width: 1100px; }
    @media all and (max-width: 599px) {
      .home-mv .u-inner {
        padding: 0; } }
  .home-mv img {
    position: relative;
    display: block; }
  .home-mv::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 70%;
    width: 100%;
    background: #fff; }

/*  home-catch
================================================ */
.home-catch {
  position: relative;
  padding-bottom: 50px;
  background: #f5e9f1; }
  .home-catch__lead {
    padding: 2.5em 0;
    font-size: 1.8rem;
    line-height: calc(30/18);
    text-align: center; }
  .home-catch__btn {
    display: flex; 
    justify-content: center; }
    .home-catch__btn li {
      margin-right: 30px; }
      .home-catch__btn li:last-child {
        margin-right: 0; }
      .home-catch__btn li .home-catch__img img {
        height: 190px; }
    .home-catch__btn a {
      display: table;
      text-decoration: none; }
      .home-catch__btn a > div {
        display: table-cell;
        vertical-align: middle; }
      .home-catch__btn a .home-catch__txt {
        min-width: 130px;
        padding: 15px;
        font-size: 2rem;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        background: #ccc;
        transition: all 0.3s ease;
        box-sizing: border-box; }
        .home-catch__btn a .home-catch__txt span {
          margin-top: 20px;
          font-size: 1.6rem; }
      .home-catch__btn a:hover .home-catch__txt {
        color: #fff;
        background: #666; }
  @media all and (max-width: 599px) {
    .home-catch__lead {
      font-size: 1.5rem; }
    .home-catch__btn {
      display: block; }
      .home-catch__btn li {
        width: 100%; }
        .home-catch__btn li .home-catch__img img {
          width: 86px;
          height: auto; }
        .home-catch__btn li + li {
          margin-top: 20px; }
      .home-catch__btn a {
        background: #ccc;
        width: 100%; }
        .home-catch__btn a .home-catch__img {
          width: 86px; }
        .home-catch__btn a .home-catch__txt {
          width: calc(100% - 86px);
          font-size: 1.8rem; }
          .home-catch__btn a .home-catch__txt span {
            font-size: 1.4rem; } }

/*  home-column
================================================ */
.home-column {
  position: relative;
  padding: 50px 0 1px; }
  .home-column__list {
    margin-top: 45px; }
    .home-column__list > li {
      float: left;
      width: 470px;
      margin-right: 60px;
      margin-bottom: 50px; }
      .home-column__list > li:nth-child(2n) {
        margin-right: 0; }
      .home-column__list > li:nth-child(2n + 1) {
        clear: both; }
    .home-column__list a {
      display: table;
      text-decoration: none; }
      .home-column__list a > div {
        display: table-cell;
        vertical-align: top; }
      .home-column__list a .home-column__img {
        width: 160px;
        text-align: center; }
      .home-column__list a .home-column__txt {
        position: relative;
        padding-left: 20px; }
      .home-column__list a:hover {
        /*
        .home-column__txt {
        	background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(245,233,241) 100%);
        	background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(245,233,241) 100%);
        	background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(245,233,241) 100%);
        }*/ }
        .home-column__list a:hover .home-column__txt::after {
          position: absolute;
          bottom: 0;
          right: 0;
          display: block;
          content: "";
          width: 0;
          heigth: 0;
          border: 10px solid transparent;
          border-right: 10px solid #b72d8c;
          border-bottom: 10px solid #b72d8c; }
      .home-column__list a .home-column__subject {
        font-size: 1.8rem;
        line-height: 1.4; }
      .home-column__list a .home-column__cat {
        margin: 12px 0 15px;
        font-size: 1.4rem;
        line-height: 1; }
        .home-column__list a .home-column__cat li {
          display: inline-block;
          padding: 5px 8px;
          margin-right: 10px;
          background: #ccc; }
      .home-column__list a .home-column__text {
        font-size: 1.4rem; }
  @media all and (max-width: 599px) {
    .home-column__list > li {
      float: none;
      margin-right: 0px;
      margin-bottom: 30px;
      width: 100%; }
    .home-column__list a .home-column__img {
      width: 80px; }
    .home-column__list a .home-column__txt {
      padding-left: 10px; }
    .home-column__list a .home-column__subject {
      font-size: 1.5rem; }
    .home-column__list a .home-column__cat,
    .home-column__list a .home-column__text {
      font-size: 1.2rem; }
    .home-column__list a .home-column__cat {
      margin: 5px 0 5px; } }

/*  azimuth02-list
================================================ */
.azimuth02-list {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start; }
  .azimuth02-list li {
    margin: 10px 20px;
    width: 140px;
    padding: 0 0 7px;
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box; }
    .azimuth02-list li .txt-small {
      font-size: 1.4rem; }
  .azimuth02-list-item01 {
    background: #c2edf3; }
  .azimuth02-list-item02 {
    background: #ecd8a5; }
  .azimuth02-list-item03 {
    background: #bae9df; }
  .azimuth02-list-item04 {
    background: #cce6b5; }
  .azimuth02-list-item05 {
    background: #e8b390; }
  .azimuth02-list-item06 {
    background: #ede58f; }
  .azimuth02-list-item07 {
    background: #fae37a; }
  .azimuth02-list-item08 {
    background: #e1cbae; }
  .azimuth02-list-item09 {
    background: #eaadb7; }
  @media all and (min-width: 600px) {
    .azimuth02-list {
      width: 540px; } }
  @media all and (max-width: 599px) {
    .azimuth02-list {
      width: 100%; }
      .azimuth02-list li {
        margin: 10px 20px;
        width: calc(50% - 40px);
        padding: 0 0 7px;
        font-size: 1.8rem; }
        .azimuth02-list li .txt-small {
          font-size: 1.2rem; } }

@media all and (max-width: 599px) {
  .azimuth03 .c-table01 th {
    display: block;
    border-bottom: 0px; }
  .azimuth03 .c-table01 td {
    display: block;
    padding-top: 0px;
    border-top: 0px; }
  .azimuth03 .c-table01 tr + tr th {
    border-top: 0px; } }
#contact .l-sub-img {
  background: url("../img/contact/bg_main01_sp.png") no-repeat center/100%; }
  @media all and (min-width: 600px) {
    #contact .l-sub-img {
      background: url("../img/contact/bg_main01_pc.png") no-repeat center/cover; } }

/*	contact-main
================================================ */
.contact-main {
  padding: 40px 0 25px; }
  .contact-main .contact__tit {
    margin: 40px 0 35px; }
  .contact-main .contact__txt {
    margin: 0 0 50px 0;
    font-size: 1.4rem; }
  .contact-main .tel-cv {
    margin: 0 0 15px 0;
    padding: 25px 15px 25px 15px;
    background: url(../img/contact/bg_tel01_sp.png) 0 0/cover; }
    .contact-main .tel-cv::after {
      display: block;
      content: "";
      clear: both; }
    .contact-main .tel-cv__tit {
      margin-bottom: 12px;
      font-size: 1.4rem;
      font-weight: 600;
      text-align: center;
      color: #fff; }
  .contact-main .tel-contact-box__tel-link {
    display: block;
    background: #0a4a97;
    border: 2px solid  #fff;
    text-align: center;
    color: #fff;
    padding: 6px 0 7px;
    text-decoration: none; }
  .contact-main .tel-contact-box__tel-txt {
    font-size: 1.3rem;
    line-height: 1; }
  .contact-main .tel-contact-box__tel-num {
    position: relative;
    left: 5px;
    top: 4px;
    font-size: 2.7rem;
    font-weight: 700; }
  .contact-main .tel-contact-box__tel-schedule {
    margin-top: 5px;
    font-size: 1rem; }
  .contact-main .tel-contact-box__btn {
    margin-top: 15px !important;
    max-width: none !important; }
  .contact-main .tel-contact-box__btn-link {
    padding: 25px 0 !important; }
  .contact-main .contact-privacy__area {
    margin: 25px 0 15px;
    overflow-y: scroll;
    padding: 20px 15px;
    height: 300px;
    background: #eff3f9; }
    .contact-main .contact-privacy__area-tit {
      font-weight: 600; }
  @media all and (min-width: 600px) {
    .contact-main {
      padding: 7px 0 100px; }
      .contact-main .contact__tit {
        margin: 60px 0 0; }
      .contact-main .contact__tit::before {
        bottom: -17px; }
      .contact-main .contact__txt {
        margin: 60px 0 53px 0;
        font-size: 1.6rem;
        text-align: center; }
      .contact-main .tel-cv {
        width: 900px;
        height: 196px;
        margin: 0 auto 85px;
        padding: 27px 15px 25px 15px;
        background: url(../img/contact/bg_tel01_pc.png) 0 0/cover;
        box-sizing: border-box; }
        .contact-main .tel-cv__tit {
          margin: 13px 0 2px;
          font-size: 2.4rem; }
      .contact-main .tel-contact-box__tel {
        width: auto;
        box-sizing: border-box; }
      .contact-main .tel-contact-box__tel-link {
        pointer-events: none;
        background: none;
        border: none;
        text-align: center;
        color: #fff;
        padding: 0;
        text-decoration: none;
        display: table;
        margin: auto; }
      .contact-main .tel-contact-box__tel-txt {
        padding-left: 3px;
        display: table-cell;
        font-size: 2.4rem;
        line-height: 1.3;
        vertical-align: middle; }
      .contact-main .tel-contact-box__tel-num {
        left: 3px;
        top: 9px;
        font-size: 5rem;
        letter-spacing: 0; }
      .contact-main .tel-contact-box__tel-schedule {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.3rem !important;
        text-align: left;
        margin: 0;
        padding: 20px 0px 0 20px;
        font-size: 1.1rem; }
      .contact-main .tel-contact-box__btn {
        margin-top: 0 !important;
        width: 440px;
        max-width: 440px !important;
        position: relative;
        top: 5px;
        left: 10px; }
      .contact-main .tel-contact-box__btn-link {
        padding: 25px 0 !important; }
      .contact-main .contact-cv {
        float: left;
        width: 280px;
        height: 105px;
        padding: 0;
        margin: 20px 0 0 0;
        color: #333;
        box-sizing: border-box; }
        .contact-main .contact-cv__tit {
          margin: 20px 0 0;
          line-height: 1; }
      .contact-main .contact-privacy__area {
        margin: 40px 0 22px;
        overflow-y: scroll;
        padding: 40px 50px;
        height: 230px;
        box-sizing: border-box; }
        .contact-main .contact-privacy__area-tit {
          margin-bottom: 8px;
          font-size: 1.6rem; } }

.contact-form input[name^=your-name] {
  width: 100%; }
.contact-form input[name^=your-mailaddress] {
  width: 100%; }
.contact-form input[name^=your-tel] {
  width: 200px; }
.contact-form input[name^=your-date] {
  width: 100%;
  cursor: pointer; }
.contact-form textarea[name^=your-message] {
  width: 100%;
  height: 175px; }
@media all and (min-width: 600px) {
  .contact-form input[name^=your-name] {
    width: 250px; }
  .contact-form input[name^=your-mailaddress] {
    width: 450px; }
  .contact-form input[name^=your-tel] {
    width: 150px; }
  .contact-form input[name^=your-date] {
    width: 350px; }
  .contact-form textarea[name^=your-message] {
    width: 100%;
    height: 200px;
    margin: 10px 0; } }

/*  .qa
================================================ */
.qa dt {
  position: relative;
  padding: 10px 20px 10px 50px;
  background: #f5e9f1; }
  .qa dt::before {
    position: absolute;
    display: block;
    content: "Q.";
    top: 3px;
    left: 15px;
    font-size: 2rem;
    color: #b72d8c;
    font-family: 'Libre Baskerville', serif; }
.qa dd {
  position: relative;
  padding: 10px 20px 10px 50px; }
  .qa dd::before {
    position: absolute;
    display: block;
    content: "A.";
    top: 5px;
    left: 15px;
    font-size: 2rem;
    font-family: 'Libre Baskerville', serif; }
.qa dd + dt {
  margin-top: 30px; }

/*  .column
================================================ */
body.archive .home-column__list,
#column.page-id-38 .home-column__list {
  margin-top: 0; }

#column article .article-info {
  float: right;
  display: flex;
  align-items: center; }
#column article .cat-data {
  margin-right: 20px;
  display: table;
  border-collapse: separate;
  border-spacing: 5px; }
#column article .cat-data li {
  display: table-cell;
  vertical-align: middle; }
  #column article .cat-data li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1;
    background: #ddd;
    transition: all 0.3s ease; }
    #column article .cat-data li a:hover {
      background: #efefef; }
  @media all and (max-width: 599px) {
    #column article .cat-data li .article-info,
    #column article .cat-data li a {
      font-size: 1.1rem; } }
#column article h2 {
  clear: both; }
#column article p a {
  text-decoration: underline; }

.blog_list .home-column__text {
  margin-top: 0.5em; }


.single-post .type-post p + p{
	margin-top: 1.5em;
}

iframe {
	max-width: 100%;
}

.estateNav {
	margin: 5em auto 0;
}
.estateNav .estateNav-head {
	font-weight: 600;
}
.estateNav .estateNav__item a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 35px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #b72d8c;
	background: #f5e9f1;
	border: 1px solid #b72d8c;
	transition: all 0.3s ease;
}
.estateNav .estateNav__item a:hover {
	background: #fff;
}
.estateNav .estateNav__item a::before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	top: calc(50% - 8px);
	left: 15px;
	border: 8px solid transparent;
	border-left: 10px solid #b72d8c;
}
.estateNav .estateNav__item.on a {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.estateNav .estateNav__item.on ::before {
	border-left: 10px solid #ccc;
}

@media all and (min-width: 600px) {
	.estateNav .estateNav-head {
		margin: 0 auto 5px;
		width: 640px;
	}
	.estateNav ul {
		margin: auto;
		width: 650px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.estateNav .estateNav__item {
		width: 27%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.estateNav .estateNav__item:first-child {
		width: 46%;
	}
}
@media all and (max-width: 599px) {
	.estateNav {
		width: 80%;
		max-width: 300px;
	}
	.estateNav .estateNav-head {
		margin: 0 auto 5px;
		font-size: 
	}
	.estateNav .estateNav__item + .estateNav__item{
		margin-top: 5px;
	}
}
.slide_container {
	margin: auto;
	width: 1100px;
	max-width: 100%;
}