@charset "UTF-8";
/*----------------------------------------------------
☻ sanitize.css v3.3.0
CC0 1.0 Public Domain
github.com/10up/sanitize.css
----------------------------------------------------*/
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }
h1,h2,h3,h4,h5 {
    font-weight: bold;
}
input {
  -webkit-border-radius: 0; }
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

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

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

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

/*
* Opinionated defaults
*/
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
* Configurable defaults
*/
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul,
ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

/*----------------------------------------------------
☻ sanitize.css 一部修正
----------------------------------------------------*/
* {
  outline: 0; }

:root {
  cursor: auto;
  font: 62.5%/1.5 sans-serif;
  background-color: transparent; }

::-moz-selection {
  color: inherit; }

::selection {
  background-color: #f5e568;
  color: inherit; }

textarea {
  -webkit-appearance: none;
  border-radius: 0; }

small {
  font-size: 100%; }

ruby > rt {
  font-size: 50%; }

body {
  font-size: 14px;
  font-size: 1.4rem; }


body {
  line-height: 1.6;
  letter-spacing: 0.1px;
  letter-spacing: 0.01rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background-color: #0089ff; }

::selection {
  background-color: #0089ff; }

a {
  color: #666; }

.globalHeader h1 {
  width: 86px;
  padding: 6px 0 0 16px; }
  .globalHeader h1 img {
    width: 100%;
    height: auto; }

.globalHeader__trigger {
  position: absolute;
  top: 22px;
  right: 27px; }
  .globalHeader__trigger .js-trigger {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: relative; }
    .globalHeader__trigger .js-trigger span {
      background-color: #1BB8CE;
      display: block;
      height: 3px;
      position: absolute; }
      .globalHeader__trigger .js-trigger span:nth-of-type(1) {
        top: 11px;
        left: 4px;
        width: 16px; }
      .globalHeader__trigger .js-trigger span:nth-of-type(2) {
        top: 18px;
        left: 4px;
        width: 24px; }
      .globalHeader__trigger .js-trigger span:nth-of-type(3) {
        top: 25px;
        left: 4px;
        width: 32px; }

.globalHeader nav ul {
  border-radius: 5px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .globalHeader nav ul li {
    border-top: 1px solid #fff; }
    .globalHeader nav ul li a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 12px 35px 15px 10px;
      position: relative;
      display: block;
      -webkit-transition: all ease .4s;
      transition: all ease .4s;
      text-decoration: none;
      color: #fff;
      background-color: #1BB8CE; }
      .globalHeader nav ul li a:before {
        margin-right: 20px;
        border-width: 2px 2px 0 0;
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: .4em;
        height: .4em;
        content: '';
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto; }
  .globalHeader nav ul .navColor a {
    background-color: #f9375f!important;
    font-size: 1.4em;
    color: #fff;
    width: 100%; }
@media only screen and (max-width: 840px) {
.globalHeader nav ul li.navColor {
    width: 100%;
}
.blog_contents iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
}
.globalFooter {
  background: #FBF8F3;
  padding: 50px 0 0; }
  .globalFooter .inner {
    width: 90%;
    margin: 0 auto; }
  .globalFooter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .globalFooter__btn li {
      width: 100%; }
      .globalFooter__btn li .btn {
        text-align: center;
        padding: 15px 0;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 auto;
        border-radius: 5px;
        font-weight: bold;
        position: relative; }
        .globalFooter__btn li .btn:before {
          margin-right: 20px;
          border-width: 2px 2px 0 0;
          position: absolute;
          top: 50%;
          right: 0;
          display: block;
          width: .4em;
          height: .4em;
          content: '';
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% auto; }
      .globalFooter__btn li .consultation {
        background: #1BB8CE;
        color: #fff;
        margin: 0 0 20px; }
      .globalFooter__btn li .contact {
        background: #f9375f;
        color: #fff;
        margin: 0 0 7px; }
  .globalFooter .time {
    text-align: right; }
  .globalFooter .sns-txt {
    text-align: center;
    font-weight: bold;
    margin: 40px 0 20px; }
  .globalFooter .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px; }
    .globalFooter .sns-list li {
      margin: 0 10px; }
  .globalFooter .ibj_img {
    text-align: center;
    margin: 0 0 10px; }
  .globalFooter .ibj_txt {
    color: #666;
    margin: 0 0 50px; }
  .globalFooter .copyright {
    background: #1BB8CE;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }

/*
*
*  ブロックの共通設定
*
*/
#wrapper ul {
  list-style-type: none; }

#wrapper .link_c {
  width: 90%;
  margin: 20px auto 0; }
  #wrapper .link_c a {
    text-align: center;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: bold;
    background: #fff;
    color: #1BB8CE;
    margin: 0 0 20px;
    border: solid 2px #1BB8CE;
    position: relative; }
    #wrapper .link_c a:before {
      margin-right: 20px;
      border-width: 2px 2px 0 0;
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: .4em;
      height: .4em;
      content: '';
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto; }

.top main .mainVisual {
  margin: 0 auto 40px; }
  .top main .mainVisual img {
    max-width: 100%;
    height: auto; }

.top #news {
  text-align: center; }
  .top #news .inner h2 {
    color: #1BB8CE;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto -15px;
    background: #ffffff;
    position: relative;
    width: 70%; }
  .top #news .inner .top_news {
    border: solid 2px #1BB8CE;
    margin: 0 10px;
    border-radius: 5px;
    padding: 10px 10px 0; }
    .top #news .inner .top_news dl {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 0 10px 0;
      border-bottom: solid 1px #BBEAF0; }
      .top #news .inner .top_news dl:first-of-type {
        margin: 10px 0 10px 0; }
      .top #news .inner .top_news dl:last-of-type {
        margin: 0 0 0 0;
        border-bottom: none; }
      .top #news .inner .top_news dl dt {
        font-weight: bold;
        color: #1BB8CE; }
      .top #news .inner .top_news dl dd {
        color: #555555;
        padding: 0 0 10px; }

.top #why {
  padding: 30px 0 0;
  background: #F8F8F8; }
  .top #why .inner h2 {
    color: #E05E24;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 40px 0; }
    .top #why .inner h2 span {
      font-size: 18px;
      font-size: 1.8rem;
      display: block; }
  .top #why .inner .top_point_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top #why .inner .top_point_contents .pointBox {
      margin: 0 auto 30px; }
      .top #why .inner .top_point_contents .pointBox h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 -20px -25px;
        position: relative;
        color: #0F113D;
        font-size: 20px;
        font-size: 2.0rem;
        padding: 0 10px 4px 10px; }
        .top #why .inner .top_point_contents .pointBox h3 img {
          margin: 0 10px 0 0; }
      .top #why .inner .top_point_contents .pointBox__img {
        margin: 10px 0 15px 0; }
        .top #why .inner .top_point_contents .pointBox__img img {
          max-width: 100%; }
      .top #why .inner .top_point_contents .pointBox__txt {
        color: #0F113D;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 15px; }

.top #blog {
  background: #E2F8FB;
  padding: 30px 0; }
  .top #blog .inner h2 {
    color: #1BB8CE;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold; }
  .top #blog .inner .top_blog_contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top #blog .inner .top_blog_contents ul li {
      width: 90%;
      background: #fff;
      border: solid 2px #1BB8CE;
      border-radius: 5px;
      margin: 0 auto 25px;
      list-style-type: none; }
      .top #blog .inner .top_blog_contents ul li span {
        display: block; }
        .top #blog .inner .top_blog_contents ul li span img {
          max-width: 100%;
          height: auto; }
      .top #blog .inner .top_blog_contents ul li b {
        color: #1BB8CE;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px 20px;
        display: block; }
      .top #blog .inner .top_blog_contents ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 20px 15px; }

#about {
  background: #FFF;
  padding: 15px 0; }
  #about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    #about .inner figure {
      text-align: center;
      margin: 15px 0; }
      #about .inner figure figcaption {
        color: #1BB8CE;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold; }

.social-img-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-img-header li {
    padding: 0 10px 0 0; }
    .social-img-header li img {
      max-width: 100%; }

.mode_sp .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-blog .single-authr-top, .single .single-authr-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 30px; }
  .page-blog .single-authr-top-face, .single .single-authr-top-face {
    width: 60px; }
    .page-blog .single-authr-top-face img, .single .single-authr-top-face img {
      width: 100%;
      height: auto; }
  .page-blog .single-authr-top-text, .single .single-authr-top-text {
    color: #333;
    padding: 0 0 0 10px; }
    .page-blog .single-authr-top-text span, .single .single-authr-top-text span {
      font-weight: bold; }

.page-blog .single-contents, .single .single-contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto; }
.page-blog-list .single-contents {
  margin-top: 190px;
}
  .page-blog .single-contents .navi ol, .single .single-contents .navi ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 30px 0; }
  .page-blog .single-contents #contents, .single .single-contents #contents {
    width: 600px;
    margin: 50px 0 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    float: left; }
    .page-blog .single-contents #contents .blog_contents, .single .single-contents #contents .blog_contents {
      margin: -50px 0 0 0; }
      .page-blog .single-contents #contents .blog_contents img, .single .single-contents #contents .blog_contents img {
        max-width: 100%;
        height: auto; }
      .page-blog .single-contents #contents .blog_contents .cat_name, .single .single-contents #contents .blog_contents .cat_name {
        margin-top: 10px; }
        .page-blog .single-contents #contents .blog_contents .cat_name a, .single .single-contents #contents .blog_contents .cat_name a {
          font-size: 11px;
          line-height: 1.3em;
          color: #ff5555;
          border: 1px solid #ff5555;
          padding: 4px 5px;
          display: inline-block;
          font-weight: normal;
          text-decoration: none;
          margin-bottom: 10px; }
      .page-blog .single-contents #contents .blog_contents .day, .single .single-contents #contents .blog_contents .day {
        font-size: 11px;
        line-height: 1.3em;
        font-weight: normal;
        color: #aaaaaa;
        margin: 0 0 10px 0; }
      .page-blog .single-contents #contents .blog_contents .blog_txt, .single .single-contents #contents .blog_contents .blog_txt {
        padding: 0 0 50px; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .marker-blue, .single .single-contents #contents .blog_contents .blog_txt .marker-blue {
          background: #bdf3ff; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .yellow-bg, .single .single-contents #contents .blog_contents .blog_txt .yellow-bg {
          background: #ffff99; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .text-underline, .single .single-contents #contents .blog_contents .blog_txt .text-underline {
          text-decoration: underline; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .font-red, .single .single-contents #contents .blog_contents .blog_txt .font-red {
          color: #e00b52;
          font-weight: bold; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .text-blue, .single .single-contents #contents .blog_contents .blog_txt .text-blue {
          color: #0066cc;
          font-weight: bold; }
        .page-blog .single-contents #contents .blog_contents .blog_txt p, .single .single-contents #contents .blog_contents .blog_txt p {
          color: #333;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.8; }
          .page-blog .single-contents #contents .blog_contents .blog_txt p a, .single .single-contents #contents .blog_contents .blog_txt p a {
            color: #0066cc;
            text-decoration: underline; }
          .page-blog .single-contents #contents .blog_contents .blog_txt p img, .single .single-contents #contents .blog_contents .blog_txt p img {
            max-width: 100%;
            height: auto;
            margin: 10px 0; }
        .page-blog .single-contents #contents .blog_contents .blog_txt h2, .single .single-contents #contents .blog_contents .blog_txt h2 {
          border-bottom: 2px solid #115faf;
          border-left: 12px solid #115faf;
          padding-left: 10px;
          font-weight: bold;
          font-size: 19px;
          font-size: 1.9rem;
          padding-bottom: 0px;
          margin: 0.8em 0; }
        .page-blog .single-contents #contents .blog_contents .blog_txt h3, .single .single-contents #contents .blog_contents .blog_txt h3 {
          border-bottom: 2px solid #115faf;
          padding: 0.5em 0;
          margin: 1em 0;
          font-size: 19px;
          font-size: 1.9rem; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-01, .single .single-contents #contents .blog_contents .blog_txt .list-style-01 {
          padding-left: 1em; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-01 li, .single .single-contents #contents .blog_contents .blog_txt .list-style-01 li {
            position: relative;
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0 0 5px 0; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-01 li:before, .single .single-contents #contents .blog_contents .blog_txt .list-style-01 li:before {
              content: "●";
              display: inline-block;
              color: #ff6666;
              font-size: 0.8em;
              position: relative;
              top: -1px;
              left: -3px; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-02, .single .single-contents #contents .blog_contents .blog_txt .list-style-02 {
          padding: 1em 1.5em;
          border: 2px dotted #71c9f8;
          background: #f2f9ff; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-02 li, .single .single-contents #contents .blog_contents .blog_txt .list-style-02 li {
            position: relative;
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0 0 5px 0; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .list-style-02 li:before, .single .single-contents #contents .blog_contents .blog_txt .list-style-02 li:before {
              content: "●";
              display: inline-block;
              color: #ff6666;
              font-size: 0.8em;
              position: relative;
              top: -1px;
              left: -3px; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .related-entry, .single .single-contents #contents .blog_contents .blog_txt .related-entry {
          background: #e7f5f5;
          padding: 0.5em 1em;
          margin-bottom: 2em; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .related-entry p, .single .single-contents #contents .blog_contents .blog_txt .related-entry p {
            font-weight: bold; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .related-entry p a, .single .single-contents #contents .blog_contents .blog_txt .related-entry p a {
              color: #0066cc;
              text-decoration: underline; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji, .single .single-contents #contents .blog_contents .blog_txt .mokuji {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.2em;
          font-weight: normal;
          box-sizing: border-box;
          border: 1px solid #eee;
          padding: 20px 30px;
          background-color: #fff; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji ul li, .single .single-contents #contents .blog_contents .blog_txt .mokuji ul li {
            padding: 12px 0px;
            border-bottom: 1px dashed #ddd; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul, .single .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul {
              padding-top: 0.5em;
              margin-left: 1em; }
              .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul li:first-child, .single .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul li:first-child {
                border-top: 1px dashed #ddd; }
              .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul li:last-child, .single .single-contents #contents .blog_contents .blog_txt .mokuji ul li ul li:last-child {
                border: none;
                padding-bottom: 0; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .mokuji ul li a, .single .single-contents #contents .blog_contents .blog_txt .mokuji ul li a {
              color: #0066cc; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 {
          padding-bottom: 2em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 16px;
          line-height: 1.8em; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img {
            width: 17%;
            text-align: center;
            font-size: 11px;
            font-size: 1.1rem; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img img, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img img, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img img, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img img {
              width: 100% !important;
              height: auto !important;
              margin: 0 !important; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text {
            width: 90%;
            margin-left: 3%;
            border: 1px solid #ececec;
            border-radius: 5px;
            padding: 1em;
            position: relative;
            background: #fff8c7; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:before, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:after, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after {
              right: 100%;
              top: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:before, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before {
              border-color: rgba(236, 236, 236, 0);
              border-right-color: #ececec;
              border-width: 10px;
              margin-top: -10px; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:after, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after {
              border-color: rgba(255, 255, 255, 0);
              border-right-color: #fff8c7;
              border-width: 8px;
              margin-top: -8px; }
        .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text {
            background: #dfefff;
            width: 90%;
            margin-left: 0;
            margin-right: 3%; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after {
              right: auto;
              left: 100%;
              top: 50%; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:before {
              border-color: rgba(236, 236, 236, 0);
              border-left-color: #ececec;
              border-width: 10px;
              margin-top: -10px; }
            .page-blog .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after, .single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-text:after {
              border-color: rgba(255, 255, 255, 0);
              border-left-color: #dfefff;
              border-width: 8px;
              margin-top: -8px; }
    .page-blog .single-contents #contents h2, .single .single-contents #contents h2 {
      font-size: 1.1em;
      margin: 0 0 1.5em;
      padding: 0 .1em .8em;
      color: #3E3E3E;
      font-weight: bold; }
    .page-blog .single-contents #contents .authr-unit, .single .single-contents #contents .authr-unit {
      padding: 2em;
      margin: 1em 0;
      border: 3px solid #fbbae2;
      background: #fffbfb; }
      .page-blog .single-contents #contents .authr-unit .auth-face, .single .single-contents #contents .authr-unit .auth-face {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding-bottom: 1em; }
        .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-img, .single .single-contents #contents .authr-unit .auth-face .auth-face-img {
          display: table-cell;
          width: 15%;
          text-align: center;
          vertical-align: top; }
          .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-img img, .single .single-contents #contents .authr-unit .auth-face .auth-face-img img {
            width: 100%;
            margin: 0;
            height: auto; }
        .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text, .single .single-contents #contents .authr-unit .auth-face .auth-face-text {
          display: table-cell;
          width: 60%;
          vertical-align: top;
          padding: 0 0 1em 2em; }
          .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text .auth-ttl, .single .single-contents #contents .authr-unit .auth-face .auth-face-text .auth-ttl {
            font-weight: bold;
            font-size: 1.1em;
            padding-bottom: 0.5em; }
          .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text p, .single .single-contents #contents .authr-unit .auth-face .auth-face-text p {
            line-height: 160%;
            font-size: 15px;
            font-size: 1.5rem; }
          .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text ul, .single .single-contents #contents .authr-unit .auth-face .auth-face-text ul {
            margin: 10px 0 0; }
            .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text ul li, .single .single-contents #contents .authr-unit .auth-face .auth-face-text ul li {
              display: inline-block; }
      .page-blog .single-contents #contents .authr-unit .auth-profile, .single .single-contents #contents .authr-unit .auth-profile {
        background: #fff;
        padding: 1em;
        border: 1px solid #fcb9e3;
        font-size: 14px;
        font-size: 1.4rem; }
        .page-blog .single-contents #contents .authr-unit .auth-profile p.auth-ttl, .single .single-contents #contents .authr-unit .auth-profile p.auth-ttl {
          font-weight: bold;
          padding-bottom: 0.5em;
          font-size: 1.1em; }
        .page-blog .single-contents #contents .authr-unit .auth-profile a, .single .single-contents #contents .authr-unit .auth-profile a {
          color: #0066cc;
          text-decoration: underline; }
        .page-blog .single-contents #contents .authr-unit .auth-profile ul, .single .single-contents #contents .authr-unit .auth-profile ul {
          list-style: none;
          border-top: 1px dotted #ececec; }
          .page-blog .single-contents #contents .authr-unit .auth-profile ul li, .single .single-contents #contents .authr-unit .auth-profile ul li {
            list-style: none;
            border-bottom: 1px dotted #ececec;
            padding: 0.5em 0;
            word-break: break-all; }
    .page-blog .single-contents #contents .single-foot-link, .single .single-contents #contents .single-foot-link {
      text-align: center;
      margin: 30px 0 15px; }
    .page-blog .single-contents #contents .single-foot-link2, .single .single-contents #contents .single-foot-link2 {
      text-align: center;
      margin: 0 0 30px; }
    .page-blog .single-contents #contents .blog_list > div, .single .single-contents #contents .blog_list > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
      padding-bottom: 40px;
      margin: 0 auto 40px auto; }
      .page-blog .single-contents #contents .blog_list > div .eyecatch, .single .single-contents #contents .blog_list > div .eyecatch {
        width: 50%;
        overflow: hidden;
        position: relative; }
        .page-blog .single-contents #contents .blog_list > div .eyecatch .cat, .single .single-contents #contents .blog_list > div .eyecatch .cat {
          position: absolute;
          top: 0;
          right: 0;
          background: #1BB8CE;
          color: #FFF352;
          font-size: 12px;
          font-size: 1.2rem;
          padding: 3px 4px;
          font-weight: bold; }
        .page-blog .single-contents #contents .blog_list > div .eyecatch img, .single .single-contents #contents .blog_list > div .eyecatch img {
          width: 100%;
          height: auto; }
      .page-blog .single-contents #contents .blog_list > div .blog_content, .single .single-contents #contents .blog_list > div .blog_content {
        width: 50%;
        margin: 0 0 0 30px;
        position: relative; }
        .page-blog .single-contents #contents .blog_list > div .blog_content h4, .single .single-contents #contents .blog_list > div .blog_content h4 {
          color: #1BB8CE;
          font-size: 16px;
          font-size: 1.6rem; }
        .page-blog .single-contents #contents .blog_list > div .blog_content b, .single .single-contents #contents .blog_list > div .blog_content b {
          text-align: left;
          color: #7f7f7f;
          font-size: 12px;
          font-size: 1.2rem; }
        .page-blog .single-contents #contents .blog_list > div .blog_content strong, .single .single-contents #contents .blog_list > div .blog_content strong {
          position: relative;
          display: inline-block;
          padding: 10px 30px;
          border-radius: 5px;
          font-size: 13px !important;
          font-size: 1.3rem !important;
          border: 1px solid #1BB8CE;
          color: #1BB8CE;
          background: transparent;
          cursor: pointer;
          margin: 10px 0 0 0; }
          .page-blog .single-contents #contents .blog_list > div .blog_content strong a, .single .single-contents #contents .blog_list > div .blog_content strong a {
            color: #1BB8CE; }
    .page-blog .single-contents #contents .single_blog_contents, .single .single-contents #contents .single_blog_contents {
      background: #E2F8FB;
      padding: 10px; }
      .page-blog .single-contents #contents .single_blog_contents h3, .single .single-contents #contents .single_blog_contents h3 {
        font-weight: bold;
        color: #5CC2D0;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 10px 0 10px 0; }
      .page-blog .single-contents #contents .single_blog_contents ul, .single .single-contents #contents .single_blog_contents ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-blog .single-contents #contents .single_blog_contents ul li, .single .single-contents #contents .single_blog_contents ul li {
          width: 90%;
          background: #fff;
          border: solid 2px #1BB8CE;
          border-radius: 5px;
          margin: 0 auto 25px;
          list-style-type: none;
          position: relative; }
          .page-blog .single-contents #contents .single_blog_contents ul li span, .single .single-contents #contents .single_blog_contents ul li span {
            display: block; }
            .page-blog .single-contents #contents .single_blog_contents ul li span img, .single .single-contents #contents .single_blog_contents ul li span img {
              max-width: 100%;
              height: auto; }
          .page-blog .single-contents #contents .single_blog_contents ul li b, .single .single-contents #contents .single_blog_contents ul li b {
            color: #1BB8CE;
            font-size: 12px;
            font-size: 1.2rem;
            padding: 10px 20px;
            display: block; }
          .page-blog .single-contents #contents .single_blog_contents ul li p, .single .single-contents #contents .single_blog_contents ul li p {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 0 20px 25px; }
          .page-blog .single-contents #contents .single_blog_contents ul li strong, .single .single-contents #contents .single_blog_contents ul li strong, .single .single-contents #contents .single_blog_contents ul li .thum-catname {
            position: absolute;
            bottom: 0;
            right: 0;
            background: #1ab8ce;
            font-size: 10px;
            font-size: 1.0rem;
            padding: 2px 4px;
            color: #fff; }
.single .single-contents #contents .single_blog_contents ul li .category-name {
            position: absolute;
            bottom: 0;
            right: 0;
            background: #e05e22;
            font-size: 10px;
            font-size: 1.0rem;
            padding: 2px 4px;
            color: #fff; }
  .page-blog .single-contents .blog_category.category_single h5, .single .single-contents .blog_category.category_single h5 {
    margin: 30px 0 5px 0; }
  .page-blog .single-contents .blog_category.category_single ul li, .single .single-contents .blog_category.category_single ul li {
    width: 50%; }
    .page-blog .single-contents .blog_category.category_single ul li:nth-of-type(2n) a, .single .single-contents .blog_category.category_single ul li:nth-of-type(2n) a {
      border-left: none; }
    .page-blog .single-contents .blog_category.category_single ul li:nth-of-type(8) a, .single .single-contents .blog_category.category_single ul li:nth-of-type(8) a {
      border-bottom: solid 1px #1BB8CE; }
  .page-blog .single-contents .blog_category ul, .single .single-contents .blog_category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-blog .single-contents .blog_category ul li, .single .single-contents .blog_category ul li {
      width: 100%; }
      .page-blog .single-contents .blog_category ul li a, .single .single-contents .blog_category ul li a {
        display: block;
        border-top: solid 1px #1BB8CE;
        border-left: solid 1px #1BB8CE;
        border-right: solid 1px #1BB8CE;
        border-bottom: none;
        padding: 15px 10px;
        position: relative;
        color: #555555; }
        .page-blog .single-contents .blog_category ul li a:after, .single .single-contents .blog_category ul li a:after {
          margin-right: 20px;
          border-width: 2px 2px 0 0;
          position: absolute;
          top: 50%;
          right: 0;
          display: block;
          width: .4em;
          height: .4em;
          content: '';
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% auto;
          color: #1BB8CE; }
      .page-blog .single-contents .blog_category ul li:last-of-type a, .single .single-contents .blog_category ul li:last-of-type a {
        border-bottom: solid 1px #1BB8CE;
        border-right: solid 1px #1BB8CE!important; }
.page-blog .single-contents .blog_category ul li:nth-child(13) a, .single .single-contents .blog_category ul li:nth-child(13) a {
border-bottom: solid 1px #1BB8CE!important;
}
  .page-blog .single-contents #side, .single .single-contents #side {
    width: 250px;
    margin: 0px 20px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    float: right; }
    .page-blog .single-contents #side h5, .single .single-contents #side h5 {
      background: #1BB8CE;
      color: #fff;
      font-size: 1em;
      padding: 11px 8px;
      margin-bottom: .75em; }
    .page-blog .single-contents #side > div, .single .single-contents #side > div {
      margin: 0 0 40px 0; }
      .page-blog .single-contents #side > div a, .single .single-contents #side > div a {
        display: block;
        padding: 1em 1.2em 1em .3em;
        margin: 0;
        position: relative; }
    .page-blog .single-contents #side .side_blog a, .page-blog .single-contents #side .side_news a, .single .single-contents #side .side_blog a, .single .single-contents #side .side_news a {
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
    .page-blog .single-contents #side .twitter-timeline-box, .single .single-contents #side .twitter-timeline-box {
      border: solid 1px #1ab8ce;
      padding: 1px; }
    @media only screen and (min-width: 760px) {
.page-blog .single-contents #side .blog_category ul li:nth-child(13) a {
  border-bottom: none!important;
}
.single .single-contents .blog_category ul li:nth-child(13) a {
  border-bottom: none;
}
}

/*
*
*  タイトル共通
*
*/
#body #title {
  text-align: center; }
  #body #title .page-ttl {
    background: #1BB8CE;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #FFF352;
    margin: 10px auto -10px;
    padding: 3px 5px;
    position: relative;
    display: inline-block; }
  #body #title .page-img {
    text-align: center;
    background: #bae8ed; }
    #body #title .page-img img {
      max-width: 100%;
      height: auto; }

#body .title__tit {
  background: #1BB8CE;
  color: #FFF352;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: table;
  margin: 10px auto;
  padding: 0 20px; }

#body .title__img {
  text-align: center; }
  #body .title__img img {
    max-width: 100%;
    height: auto; }

#body .title__txt {
  background: #f4feff;
  color: #1BB8CE;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

/*
*
*  ページネーション共通
*
*/
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 30px 0; }
  .page-nav li {
    margin: 0 5px; }
  .page-nav .first a, .page-nav .first span, .page-nav .last a, .page-nav .last span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    font-size: 3.0rem;
    color: #1BB8CE; }
  .page-nav .previous a, .page-nav .previous span, .page-nav .after a, .page-nav .after span, .page-nav .next a, .page-nav .next span {
    width: 40px;
    height: 40px;
    background: #b8f6ff;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px; }
  .page-nav .current a, .page-nav .current span {
    width: 40px;
    height: 40px;
    background: #1BB8CE;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px; }
  .page-nav .tail a, .page-nav .tail span, .page-nav .before a, .page-nav .before span {
    width: 40px;
    height: 40px;
    background: #b8f6ff;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px; }

.company #contents,
.flow #contents,
.price #contents,
.reason #contents,
.marriage #contents,
.voice #contents,
.support #contents,
.contact #contents,
.reserve #contents,
.question #contents {
  margin: 30px auto 0; }

/*
*
*  会社概要
*
*/
.company_staff > p {
  background: #E2F8FB;
  color: #1BB8CE;
  font-weight: bold;
  padding: 12px 30px; }

.company_staff_list {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .company_staff_list .pic {
    width: 160px; }
    .company_staff_list .pic img {
      width: 100%;
      height: auto; }
  .company_staff_list .profile {
    margin: 0 0 0 10px; }
    .company_staff_list .profile .txt01 {
      color: #000;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 7px 0; }
    .company_staff_list .profile .txt02 {
      color: #000;
      font-size: 20px;
      font-size: 2.0rem;
      margin: 0 0 7px 0;
      font-weight: bold; }
    .company_staff_list .profile .txt03 {
      color: #000;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 20px 0; }
  .company_staff_list .box {
    border: solid 2px #1BB8CE;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px; }
    .company_staff_list .box .comment-ttl {
      color: #1BB8CE;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0 0 10px;
      font-weight: bold; }
    .company_staff_list .box p {
      color: #555555;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      text-align: justify; }

.company_outline {
  padding: 20px; }
  .company_outline h3 {
    color: #1BB8CE;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; }
  .company_outline dl {
    font-size: 14px;
    font-size: 1.4rem; }
    .company_outline dl dt, .company_outline dl dd {
      padding: 10px 12px; }
    .company_outline dl dt {
      background: #E2F8FB;
      border: solid 1px #E2F8FB;
      font-weight: bold;
      color: #333333; }
    .company_outline dl dd {
      border: solid 1px #E2F8FB;
      color: #555555; }
      .company_outline dl dd a {
        background: #1BB8CE;
        color: #FFF352;
        padding: 2px 10px;
        border-radius: 10px;
        font-weight: bold;
        margin: 0 0 0 10px; }

.flow_order .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #555555;
  padding: 30px 0;
  font-weight: bold; }

.flow_order .txt02 {
  text-align: center; }

.flow_order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1BB8CE;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flow_order ul li {
    list-style-type: disc;
    width: 47%; }

.flow_order .txt03 {
  background: #E2F8FB;
  padding: 10px;
  color: #555555;
  margin: 0 0 40px 0; }

.flow #contents h2 {
  background: #1BB8CE;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.flow_contents {
  margin: 0 0 30px 0; }
  .flow_contents h3 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 15px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .flow_contents h3 span {
      background: #1BB8CE;
      color: #FFF352;
      width: 26px;
      height: 26px;
      border-radius: 26px;
      font-weight: bold;
      margin: 0 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 13px;
      font-size: 1.3rem; }
  .flow_contents div {
    border: solid 3px #1BB8CE;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    margin: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .flow_contents div p {
      font-size: 14px;
      font-size: 1.4rem;
      color: #333333; }
      .flow_contents div p.img {
        width: 74px; }
        .flow_contents div p.img img {
          width: 100%;
          height: auto; }
      .flow_contents div p:nth-of-type(2) {
        width: calc(100% - 90px); }
    .flow_contents div dl {
      width: 100%;
      background: #E2F8FB;
      padding: 15px 20px;
      margin: 10px 0 0;
      border-radius: 5px; }
      .flow_contents div dl dt {
        color: #1BB8CE;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem; }
      .flow_contents div dl dd {
        color: #333333;
        padding: 10px 0 0; }
  .flow_contents:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1bb9ce transparent transparent transparent;
    margin: 10px auto 0; }
  .flow_contents:last-of-type:after {
    display: none; }

.blog_link_content {
  background: #1BB8CE;
  padding: 20px; }
  .blog_link_content h2 {
    text-align: center;
    color: #FFF352;
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem; }
  .blog_link_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog_link_content ul li {
      margin: 10px; }
      .blog_link_content ul li a {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        color: #1BB8CE;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; }

.price h3 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #1BB8CE;
  text-align: center;
  margin: 0 0 20px 0; }

.price .new-plan-table {
  padding: 0 5px; }

.price-new-table {
  box-sizing: border-box;
  width: 100%; }
  .price-new-table th, .price-new-table td {
    padding: 10px;
    text-align: center; }
  .price-new-table td {
    background: #EEEAE1;
    border-bottom: solid 1px #DAD3C2;
    font-weight: bold;
    border-right: solid 2px #FFF; }
  .price-new-table th.plan-mi {
    background: #F6F6F6;
    border-bottom: solid 1px #D6D6D6;
    padding: 10px 5px;
    border-right: solid 2px #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold; }
  .price-new-table .plan-00 {
    background: #f6f6f6;
    color: #000;
    border-bottom: solid 1px #DAD3C2;
    padding: 10px; }
  .price-new-table .plan-01, .price-new-table .plan-02, .price-new-table .plan-03 {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: solid 2px #fff; }
  .price-new-table .plan-01 {
    border-radius: 5px 5px 0 0;
    background: #E05E24; }
  .price-new-table .plan-02 {
    border-radius: 5px 0 0 0;
    background: #1BB8CE;
    border-right: 2px solid #fff; }
  .price-new-table .plan-03 {
    border-radius: 0 5px 0 0;
    background: #1BB8CE;
    border-right: 2px solid #fff; }

.price .plice-caution {
  text-align: right;
  color: #555555;
  padding: 10px 0; }

.price .plan-ttl {
  text-align: left;
  background: url(../img/plan_img01.png) no-repeat right top;
  background-size: contain;
  padding: 20px;
  margin: 20px 40px 10px; }
  .price .plan-ttl.price02 {
    color: #E05E24;
    background: url(../img/plan_img02.png) no-repeat right top;
    background-size: contain; }

.price_plan {
  padding: 0 20px 10px;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem; }
  .price_plan_money-unit {
    border: solid 2px #1BB8CE;
    border-radius: 5px;
    padding: 20px;
    margin: 0 20px 30px; }
    .price_plan_money-unit h4 {
      color: #1BB8CE;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .price_plan_money-unit.price02 {
      border: solid 2px #E05E24; }
      .price_plan_money-unit.price02 h3 {
        color: #E05E24; }
      .price_plan_money-unit.price02 dt {
        background: #E05E24; }
    .price_plan_money-unit .link_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .price_plan_money-unit .link_wrap .link_c {
        width: 100% !important; }
        .price_plan_money-unit .link_wrap .link_c a {
          margin: 0 0 10px; }
  .price_plan_money dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem; }
    .price_plan_money dl dt, .price_plan_money dl dd {
      padding: 10px 15px;
      margin: 0 0 10px 0; }
    .price_plan_money dl dt {
      background: #1BB8CE;
      color: #fff;
      border-radius: 5px 0 0 5px;
      width: 40%;
      font-weight: bold; }
    .price_plan_money dl dd {
      background: #EEEAE1;
      border-radius: 0 5px 5px 0;
      width: 60%; }

.price-planinfo {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555555; }
  .price-planinfo strong {
    color: #E05E24;
    font-weight: bold; }

.price_intro {
  border: solid 2px #1BB8CE;
  border-radius: 5px;
  padding: 20px;
  margin: 0 20px 30px; }
  .price_intro_about dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .price_intro_about dl dt {
      background: #1BB8CE;
      width: 74px;
      height: 74px;
      border-radius: 100%;
      text-align: center;
      color: #fff;
      line-height: 74px;
      font-weight: bold; }
    .price_intro_about dl dd {
      color: #666;
      font-size: 15px;
      font-size: 1.5rem; }
      .price_intro_about dl dd:first-of-type {
        width: 65%;
        margin: 0 0 0 15px; }
      .price_intro_about dl dd:last-of-type {
        width: 100%;
        margin: 10px 0 20px; }
      .price_intro_about dl dd strong {
        color: #1BB8CE;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 0 7px 0; }

.price_comparison_img {
  text-align: center;
  display: table;
  margin: 0 auto; }

.price_comparison_box {
  background: #E2F8FB;
  padding: 25px 30px; }
  .price_comparison_box .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .price_comparison_box .company .txt {
      width: 30%;
      text-align: center; }
      .price_comparison_box .company .txt span:nth-of-type(1) {
        font-size: 12px;
        font-size: 1.2rem;
        color: #666;
        margin: 0 0 5px 0;
        display: block;
        font-weight: bold; }
      .price_comparison_box .company .txt span:nth-of-type(2) {
        font-size: 14px;
        font-size: 1.4rem;
        color: #000;
        display: block;
        font-weight: bold; }
      .price_comparison_box .company .txt span:nth-of-type(3) {
        font-size: 30px;
        font-size: 3.0rem;
        color: #000;
        font-weight: bold; }
      .price_comparison_box .company .txt span:nth-of-type(4) {
        font-size: 10px;
        font-size: 1.0rem;
        color: #000;
        font-weight: bold; }
    .price_comparison_box .company .graph_list {
      margin: 0 0 0 20px;
      width: 70%; }
      .price_comparison_box .company .graph_list dl {
        width: 100%; }
        .price_comparison_box .company .graph_list dl:nth-last-of-type(1) .bar {
          background: #1BB8CE; }
        .price_comparison_box .company .graph_list dl:nth-last-of-type(2) .bar {
          background: #828282; }
        .price_comparison_box .company .graph_list dl:nth-last-of-type(3) .bar {
          background: #E05E24; }
        .price_comparison_box .company .graph_list dl dt {
          color: #333;
          font-size: 10px;
          font-size: 1.0rem; }
          .price_comparison_box .company .graph_list dl dt span {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            margin: 0 0 0 10px; }
        .price_comparison_box .company .graph_list dl dd.graph {
          position: relative;
          /* IE is dumb */ }
          .price_comparison_box .company .graph_list dl dd.graph .bar {
            display: block;
            position: relative;
            text-align: center;
            color: #f0ffff; }
            .price_comparison_box .company .graph_list dl dd.graph .bar span {
              position: absolute;
              left: 1em; }
  .price_comparison_box .innocent {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ccc; }
  .price_comparison_box .flexslider .flex-control-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin: 10px 0 0; }
    .price_comparison_box .flexslider .flex-control-nav li a {
      width: 36px;
      height: 36px;
      background: #fff;
      border: solid 1px #1BB8CE;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 100px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px 10px 0;
      color: #000000;
      font-weight: bold; }
    .price_comparison_box .flexslider .flex-control-nav li .flex-active {
      background: #1BB8CE;
      color: #fff; }

.price_bg {
  background: #1BB8CE;
  padding: 25px 20px; }
  .price_bg h2 {
    color: #555555;
    text-align: left;
    font-weight: bold;
    font-size: 2.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 2px #1BB8CE; }
  .price_bg_document, .price_bg_cancel {
    background: #fff;
    border-radius: 5px;
    padding: 25px 20px; }
  .price_bg_document {
    margin: 0 0 25px; }
    .price_bg_document p {
      color: #555555;
      padding: 0 0 0.8em 0; }
    .price_bg_document dl dt {
      color: #1BB8CE;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem; }
    .price_bg_document dl dd {
      padding: 0 0 0.8em 1em;
      font-size: 13px;
      font-size: 1.3rem;
      color: #444444; }
  .price_bg_cancel p {
    color: #444444;
    font-size: 13px;
    font-size: 1.3rem; }

.reason_catch {
  background: url(../img/reason_catch.png) no-repeat center center;
  padding: 175px 20px 30px;
  margin: -60px 0 0;
  background-size: 90%; }
  .reason_catch .txt01 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #1BB8CE;
    font-weight: bold;
    text-align: center; }
  .reason_catch .txt02 {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    color: #9B9B9B; }

.reason_content {
  background: #1BB8CE;
  padding: 40px 20px; }
  .reason_content .reasonBox {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 40px 0; }
    .reason_content .reasonBox:last-of-type {
      margin: 0 0 0 0; }
    .reason_content .reasonBox h2 {
      color: #1BB8CE;
      font-weight: bold;
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem; }
    .reason_content .reasonBox .txt01 {
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem;
      color: #555555;
      padding: 5px 0 15px; }
    .reason_content .reasonBox .txt02 {
      font-size: 16px;
      font-size: 1.6rem;
      color: #555555;
      margin: 0 0 30px 0; }
    .reason_content .reasonBox .txt03 {
      text-align: center; }
      .reason_content .reasonBox .txt03 img {
        max-width: 100%;
        height: auto; }
  .reason_content .reason_other h3 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 0 20px 0; }
  .reason_content .reason_other .txt01 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-size: 1.5rem; }
  .reason_content .reason_other .txt02 {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem; }

.marriage h3, .voice h3 {
  color: #1BB8CE;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px 0; }

.marriage .contact_bt ul, .voice .contact_bt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .marriage .contact_bt ul li a, .marriage .contact_bt ul li span, .voice .contact_bt ul li a, .voice .contact_bt ul li span {
    display: block;
    width: 160px;
    border-radius: 100px;
    border: solid 1px #f9375f;
    text-align: center;
    padding: 7px 0; }
  .marriage .contact_bt ul li span, .voice .contact_bt ul li span {
    background: #1BB8CE;
    color: #fff; }
  .marriage .contact_bt ul li a, .voice .contact_bt ul li a {
    background: #FFF;
    color: #f9375f; }
    .marriage .contact_bt ul li a:hover, .voice .contact_bt ul li a:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.marriage .voice_list, .voice .voice_list {
  background: #1BB8CE;
  padding: 20px; }
  .marriage .voice_list div, .voice .voice_list div {
    background: #fff;
    padding: 25px 20px;
    margin: 0 0 25px;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .marriage .voice_list div h3, .voice .voice_list div h3 {
      color: #333;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 16px;
      font-size: 1.6rem; }
    .marriage .voice_list div p:nth-of-type(1), .voice .voice_list div p:nth-of-type(1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .marriage .voice_list div p:nth-of-type(1) img, .voice .voice_list div p:nth-of-type(1) img {
        width: 60px;
        height: 60px; }
    .marriage .voice_list div p:nth-of-type(2), .voice .voice_list div p:nth-of-type(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%; }
    .marriage .voice_list div p, .voice .voice_list div p {
      color: #555555;
      font-size: 15px;
      font-size: 1.5rem; }

.question_sitelink {
  border: solid 2px #1BB8CE;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 20px 30px; }
  .question_sitelink li a {
    border-bottom: dotted 1px #B9B5B5;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0;
    display: block; }
  .question_sitelink li:last-child a {
    border-bottom: none; }
h3.question_contents-h3 {
    margin: 0 0 10px 20px;
    color: #1BB8CE;
}
.question_contents {
  margin: 0 20px 30px; }
  .question_contents h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #1BB8CE;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .question_contents h2:before {
      content: "";
      display: inline-block;
      width: 28px;
      height: 58px;
      background: url(../img/ico_qa01.png) no-repeat;
      background-size: 100%;
      margin: 0 0 0 -28px; }
  .question_contents div {
    border: solid 2px #1BB8CE;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    position: relative; }
    .question_contents div:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 22px;
      background: url(../img/ico_qa02.png) no-repeat;
      background-size: 100%;
      position: absolute;
      top: -8px;
      left: 8px; }
    .question_contents div h4 {
      color: #333333;
      font-size: 1.6rem;
      padding: 10px 10px 0;
      margin: 0 0 12px 0;
      cursor: pointer;
      position: relative;
    font-weight: bold;
}
      .question_contents div h4:before, .question_contents div h4:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: all .6s ease-out;
        transition: all .6s ease-out; }
      .question_contents div h4:before {
        content: "";
        width: 12px;
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        right: -10px;
        top: 50%; }
      .question_contents div h4:after {
        content: "";
        width: 12px;
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        right: -10px;
        top: 50%;
        -webkit-transform: rotate(90);
                transform: rotate(90);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .question_contents div h4.add:before, .question_contents div h4.add:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .question_contents div p, .question_contents div ul {
      color: #555555;
      font-size: 1.4rem;
      border-top: dotted 2px #000000;
      padding: 10px 0 0 0; }
      .question_contents div p span.add, .question_contents div ul span.add {
        font-weight: bold;
        color: #E05E24; }
      .question_contents div p .qa-schema-link, .question_contents div ul .qa-schema-link {
        display: block;
        margin: 10px 0 0 0; }
        .question_contents div p .qa-schema-link a, .question_contents div ul .qa-schema-link a {
          text-decoration: underline;
          color: #1BB8CE;
          font-weight: bold; }
  .question_contents .none {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    background: #ababb9; }
    .question_contents .none h5:before, .question_contents .none h5:after {
      display: none; }
.support .title__txt {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 20px !important; }

.support .box {
  padding: 0 20px; }
  .support .box h2 {
    font-size: 2.0rem;
    border-bottom: solid #1BB8CE 3px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    color: #1BB8CE;
    font-weight: bold;
    width: 100%; }
  .support .box p.txt {
    font-size: 1.6rem;
    color: #555555; }
  .support .box .img img {
    max-width: 100%; }

.support_Box01 {
  margin: 0 0 50px; }

.support_Box02_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px; }
  .support_Box02_01 dl dt {
    color: #E05E24;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0 0 0; }
  .support_Box02_01 dl dd {
    word-break: break-all; }
    .support_Box02_01 dl dd span {
      font-size: 0.9rem; }
  .support_Box02_01 .img {
    width: 70%; }

.support_Box03, .support_Box04, .support_Box05, .support_Box06, .support_Box07, .support_Box08 {
  margin: 0 0 50px; }

.support_Box03 .img, .support_Box04 .img, .support_Box06 .img {
  margin: 20px 0 0; }

.support_Box09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px; }
  .support_Box09 .txt {
    width: 50%;
    padding: 0 5% 0 0; }
  .support_Box09 .img {
    width: 47%; }

.support_finishi {
  position: relative;
  background: #E2F8FB;
  padding: 20px 20px 20px 75px;
  margin: 0 20px 50px;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #1BB8CE;
  font-weight: bold; }
  .support_finishi:before {
    content: "";
    display: block;
    width: 54px;
    height: 126px;
    background: url(../img/support_ico01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: -30%;
    mix-blend-mode: multiply; }

.privacy #contents h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #1BB8CE;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .privacy #contents h3:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 58px;
    background: url(../img/ico_qa01.png) no-repeat;
    background-size: 100%;
    margin: 0 0 0 -28px; }

.privacy #contents .privacy_bg {
  border: solid 2px #1BB8CE;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  border-radius: 5px;
  color: #666; }
  .privacy #contents .privacy_bg dt {
    margin: 20px 0 0; }

.contact_bt ul, .reserve_bt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 25px 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .contact_bt ul li a, .contact_bt ul li span, .reserve_bt ul li a, .reserve_bt ul li span {
    display: block;
    width: 170px;
    border-radius: 100px;
    border: solid 1px #f9375f;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 10px; }
  .contact_bt ul li span, .reserve_bt ul li span {
    background: #f9375f;
    color: #fff; }
  .contact_bt ul li a, .reserve_bt ul li a {
    background: #FFF;
    color: #f9375f; }
    .contact_bt ul li a:hover, .reserve_bt ul li a:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.contact_intro, .reserve_intro {
  padding: 0 20px; }
  .contact_intro p, .reserve_intro p {
    font-size: 1.6rem; }
  .contact_intro .conversion-unit-ttl, .reserve_intro .conversion-unit-ttl {
    padding: 10px 0 0 0;
    font-size: 1.6rem;
    font-weight: bold; }
  .contact_intro .conversion-unit-tel a, .reserve_intro .conversion-unit-tel a {
    font-size: 2.2rem;
    font-weight: bold; }
  .contact_intro .sns_buttun, .reserve_intro .sns_buttun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0; }
    .contact_intro .sns_buttun li, .reserve_intro .sns_buttun li {
      width: 50%; }
      .contact_intro .sns_buttun li img, .reserve_intro .sns_buttun li img {
        max-width: 100%; }

.contact h3, .reserve h3 {
  color: #1BB8CE;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem; }

.contact_bg, .reserve_bg {
  background: #1BB8CE;
  padding: 20px 0; }
  .contact_bg dl dt, .reserve_bg dl dt {
    font-size: 1.8rem;
    color: #fff;
    margin: 0 1em 1em;
    font-weight: bold; }
    .contact_bg dl dt .must, .reserve_bg dl dt .must {
      color: #FFF;
      background: #E05E24;
      padding: 2px 5px;
      border-radius: 3px;
      margin: 0 0 0 5px;
      font-size: 1.1rem; }
  .contact_bg dl dd, .reserve_bg dl dd {
    margin: 0 1.5em 2.5em;
    color: #fff;
    font-weight: bold; }
    .contact_bg dl dd a, .reserve_bg dl dd a {
      color: #fff;
      font-weight: bold;
      text-decoration: underline; }
    .contact_bg dl dd .mwform-radio-field-text, .contact_bg dl dd .mwform-checkbox-field-text, .reserve_bg dl dd .mwform-radio-field-text, .reserve_bg dl dd .mwform-checkbox-field-text {
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold; }
    .contact_bg dl dd .horizontal-item label, .reserve_bg dl dd .horizontal-item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 270px;
      width: 270px; }
    .contact_bg dl dd .input-days, .reserve_bg dl dd .input-days {
      width: 4em;
      display: inline-block; }
    .contact_bg dl dd select, .reserve_bg dl dd select {
      background: #fff;
      height: 33px;
      padding: 0 12px;
      color: #666; }
  .contact_bg .wpcf7-submit, .reserve_bg .wpcf7-submit {
    margin: 0 auto;
    width: 150px;
    display: block;
    padding: 16px;
    background: #FFF352;
    color: #1BB8CE;
    font-weight: bold;
    border-radius: 55px;
    font-size: 1.4rem; }
.contact_thanks, .reserve_thanks {
  border: solid 2px #1BB8CE;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  border-radius: 5px; }
/* 追加スタイル */
.text-blue {
  color: #0066cc;
  font-weight: bold; }

.marker-blue {
  background: #bdf3ff; }

.text-underline {
  text-decoration: underline; }

ul.list-style-01 {
  padding-left: 1em; }

ul.list-style-01 li {
  position: relative; }

ul.list-style-01 li:before {
  content: "●";
  display: inline-block;
  color: #ff6666;
  font-size: 0.8em;
  position: relative;
  top: -1px;
  left: -3px; }

ul.list-style-02 {
  padding: 1em 1.5em;
  border: 2px dotted #71c9f8;
  background: #f2f9ff; }

ul.list-style-02 li {
  position: relative; }

ul.list-style-02 li:before {
  content: "●";
  display: inline-block;
  color: #ff6666;
  font-size: 0.8em;
  position: relative;
  top: -1px;
  left: -3px; }

.blog_contents table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: inherit; }

.blog_contents table th {
  background: #ececec;
  text-align: center;
  font-weight: bold; }

.blog_contents table th, .blog_contents table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5em; }

.fontbold {
  font-weight: bold; }

span.qa-schema-link {
  display: inline-block;
  padding: 0.8em 1.2em;
  background: #fff;
  border: 1px solid #0066cc;
  margin: 1em 0 0; }

span.qa-schema-link a {
  color: #0066cc;
  text-decoration: none; }

a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  a:hover {
    text-decoration: none;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  @media only screen and (max-width: 736px){
  .pc{
    display: none !important; }
  body{
    font-size: 1.2rem; }
  .inner{
    width: 100%; }
  .globalHeader nav{
    display: none; }
  .globalHeader nav ul li:nth-of-type(2), .globalHeader nav ul li:nth-of-type(4), .globalHeader nav ul li:nth-of-type(6), .globalHeader nav ul li:nth-of-type(8){
    border-right: 1px solid #fff; }
  .globalHeader nav ul li:nth-of-type(1), .globalHeader nav ul li:nth-of-type(2), .globalHeader nav ul li:nth-of-type(3), .globalHeader nav ul li:nth-of-type(4), .globalHeader nav ul li:nth-of-type(5), .globalHeader nav ul li:nth-of-type(6), .globalHeader nav ul li:nth-of-type(7), .globalHeader nav ul li:nth-of-type(8){
    width: 50%; }
  .globalHeader nav ul li:nth-of-type(9), .globalHeader nav ul li:nth-of-type(10){
    width: 50%; }
    .globalHeader nav ul li:nth-of-type(11),.globalHeader nav ul li:nth-of-type(12){
    width: 100%; }
    .globalHeader nav ul li a {
    font-size: 1.2rem;
}
  .page-blog .single-contents, .single .single-contents{
    width: 100%; }
  .page-blog .single-contents .navi ol, .single .single-contents .navi ol{
    margin: 20px 20px 0; }
  .page-blog .single-contents #contents, .single .single-contents #contents{
    width: 100%; }
  .page-blog .single-contents #contents .blog_contents, .single .single-contents #contents .blog_contents{
    padding: 20px; }
  .page-blog .single-contents #contents .authr-unit, .single .single-contents #contents .authr-unit{
    margin: 1em 20px; }
  .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-img, .single .single-contents #contents .authr-unit .auth-face .auth-face-img{
    width: 100%;
    display: block; }
  .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-img img, .single .single-contents #contents .authr-unit .auth-face .auth-face-img img{
    max-width: 120px; }
  .page-blog .single-contents #contents .authr-unit .auth-face .auth-face-text, .single .single-contents #contents .authr-unit .auth-face .auth-face-text{
    width: 100%;
    display: block;
    padding: 1em 0 1em 0; }
  .page-blog .single-contents #contents .authr-unit .auth-profile, .single .single-contents #contents .authr-unit .auth-profile{
    font-size: 1.1rem; }
  .page-blog .single-contents #contents .blog_list > div, .single .single-contents #contents .blog_list > div{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-blog .single-contents #contents .blog_list > div .eyecatch, .single .single-contents #contents .blog_list > div .eyecatch{
    width: 100%; }
  .page-blog .single-contents #contents .blog_list > div .blog_content, .single .single-contents #contents .blog_list > div .blog_content{
    width: 100%;
    margin: 10px 20px 0; }
  .page-blog .single-contents .blog_category ul li, .single .single-contents .blog_category ul li{
    width: 50%; }
  .page-blog .single-contents .blog_category ul li:first-of-type, .single .single-contents .blog_category ul li:first-of-type{
    width: 100%;
    text-align: center; }
  .page-blog .single-contents .blog_category ul li:first-of-type a:before, .single .single-contents .blog_category ul li:first-of-type a:before{
    display: none; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(2n) a, .single .single-contents .blog_category ul li:nth-of-type(2n) a{
    border-right: none; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(2) a:before, .single .single-contents .blog_category ul li:nth-of-type(2) a:before{
    background: url(../img/blog_ico01.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(3) a:before, .single .single-contents .blog_category ul li:nth-of-type(3) a:before{
    background: url(../img/blog_ico02.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(4) a:before, .single .single-contents .blog_category ul li:nth-of-type(4) a:before{
    background: url(../img/blog_ico03.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(5) a:before, .single .single-contents .blog_category ul li:nth-of-type(5) a:before{
    background: url(../img/blog_ico04.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(6) a:before, .single .single-contents .blog_category ul li:nth-of-type(6) a:before{
    background: url(../img/blog_ico05.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(7) a:before, .single .single-contents .blog_category ul li:nth-of-type(7) a:before{
    background: url(../img/blog_ico06.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(8) a, .single .single-contents .blog_category ul li:nth-of-type(8) a{
    border-bottom: solid 1px #1BB8CE; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(8) a:before, .single .single-contents .blog_category ul li:nth-of-type(8) a:before{
    background: url(../img/blogtop-nav3-ico01.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li:nth-of-type(9) a:before, .single .single-contents .blog_category ul li:nth-of-type(9) a:before{
    background: url(../img/blogtop-nav3-ico02.png) no-repeat;
    background-size: 100%; }
    .page-blog .single-contents .blog_category ul li:nth-of-type(10) a:before, .single .single-contents .blog_category ul li:nth-of-type(10) a:before{
    background: url(../img/blog_ico07.png) no-repeat;
    background-size: 100%; }
    .page-blog .single-contents .blog_category ul li:nth-of-type(11) a:before, .single .single-contents .blog_category ul li:nth-of-type(11) a:before{
    background: url(../img/blog_ico08.png) no-repeat;
    background-size: 100%; }
    .page-blog .single-contents .blog_category ul li:nth-of-type(12) a:before, .single .single-contents .blog_category ul li:nth-of-type(12) a:before{
    background: url(../img/blog_ico09.png) no-repeat;
    background-size: 100%; }
    .page-blog .single-contents .blog_category ul li:nth-of-type(13) a:before, .single .single-contents .blog_category ul li:nth-of-type(13) a:before{
    background: url(../img/blog_ico10.png) no-repeat;
    background-size: 100%; }
    .page-blog .single-contents .blog_category ul li:nth-of-type(14) a:before, .single .single-contents .blog_category ul li:nth-of-type(14) a:before{
    background: url(../img/blog_ico11.png) no-repeat;
    background-size: 100%; }
  .page-blog .single-contents .blog_category ul li a, .single .single-contents .blog_category ul li a{
    text-align: center;
    font-size: 1.5rem; }
  .page-blog .single-contents .blog_category ul li a:before, .single .single-contents .blog_category ul li a:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto; }
  .page-blog .single-contents #side, .single .single-contents #side{
    width: 90%;
    margin: 0px 20px; } }
  @media only screen and (min-width: 737px){
  .sp{
    display: none !important; }
  body{
    min-width: 1000px; }
  .inner{
    width: 1000px;
    margin: 0 auto; }
  .globalHeader .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto 30px; }
  .globalHeader h1{
    width: 110px;
    padding: 15px 0 0 0;
    margin-bottom: 1.8em; }
  .globalHeader__trigger{
    display: none; }
  .globalHeader nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 733px; }
  .globalHeader nav ul li{
    border-top: none; }
  .globalHeader nav ul li a{
    padding: 7px 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #1BB8CE;
    font-size: 1.4rem; }
  .globalHeader nav ul li a:before{
    margin-right: 10px; }
  .globalHeader nav ul .navColor a{
    background-color: #ffffff; }
  .globalFooter .inner{
    width: 1000px; }
  .globalFooter__btn li{
    width: 48%; }
  #wrapper .link_c{
    width: 30%; }
  .top main .mainVisual{
    width: 1000px; }
  .top #news .inner{
    width: 710px; }
  .top #news .inner .top_news{
    margin: 0 10px 40px;
    padding: 10px 30px 0; }
  .top #news .inner .top_news dl:last-of-type{
    margin: 0 0 10px 0; }
  .top #why .inner .top_point_contents .pointBox{
    width: 40%; }
  .top #why .inner .top_point_contents .pointBox__img{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
  .top #why .inner .top_point_contents .pointBox__txt{
    padding: 0 0; }
  .top #blog .inner .top_blog_contents ul li{
    width: 30%; }
  .page-blog .single-contents #contents .single_blog_contents ul li, .single .single-contents #contents .single_blog_contents ul li{
    width: 30%; }
  #body #title{
    margin: 0 0 50px 0; }
  #body .title{
    width: 1000px;
    margin: 0 auto; }
  #body .title__txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px; }
  .page-nav{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .company #contents,
    .flow #contents,
    .price #contents,
    .reason #contents,
    .marriage #contents,
    .voice #contents,
    .support #contents,
    .contact #contents,
    .reserve #contents,
    .question #contents{
    width: 1000px;
    margin: 0 auto; }
  .company_staff_list .profile{
    width: 150px; }
  .company_staff_list .box{
    width: 640px; }
  .company_outline{
    padding: 20px 20px 50px; }
  .company_outline h3{
    font-size: 2.4rem; }
  .company_outline dl dt, .company_outline dl dd{
    padding: 15px 30px; }
  .flow_contents h3{
    margin: 25px 0 10px 0;
    font-size: 2.0rem; }
  .flow_contents h3 span{
    width: 36px;
    height: 36px; }
  .flow_contents div{
    padding: 25px 50px; }
  .flow_contents div p{
    font-size: 1.6rem; }
  .flow_contents div p.img{
    width: 100px; }
  .flow_contents div p:nth-of-type(2){
    width: calc(100% - 150px); }
  .price h3{
    font-size: 2.4rem; }
  .price-new-table th.plan-mi{
    font-size: 1.4rem; }
  .price-new-table .plan-01, .price-new-table .plan-02, .price-new-table .plan-03{
    font-size: 1.4rem; }
  .price .plan-ttl{
    background-size: 130px;
    background-position: center top;
    text-align: center;
    padding: 110px 0 0;
    margin: 0 0 20px; }
  .price .plan-ttl.price02{
    background-size: 130px;
    background-position: center top; }
  .price_plan{
    text-align: center;
    font-size: 1.5rem; }
  .price_plan_money-unit{
    padding: 50px 50px;
    margin: 0 0 50px; }
  .price_plan_money-unit h4{
    font-size: 2.0rem; }
  .price_plan_money-unit .link_wrap .link_c{
    width: 40% !important; }
  .price_plan_money dl{
    font-size: 1.5rem; }
  .price-planinfo{
    font-size: 1.5rem; }
  .price_intro{
    padding: 50px 50px;
    margin: 0 0 50px; }
  .price_intro_about dl dd:first-of-type{
    width: 85%; }
  .price_intro_about dl dd strong{
    font-size: 1.8rem; }
  .price_comparison_box .company .graph_list dl dt span{
    font-size: 1.8rem; }
  .price_bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 50px 50px; }
  .price_bg h3{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .price_bg_document, .price_bg_cancel{
    width: 100%;
    padding: 25px 50px; }
  .price_bg_document dl dt{
    font-size: 1.8rem; }
  .price_bg_document dl dd{
    font-size: 1.4rem; }
  .price_bg_cancel p{
    font-size: 1.5rem; }
  .reason_catch{
    padding: 140px 380px 0px;
    background-size: contain;
    margin: -30px 0 30px; }
  .reason_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 50px 50px; }
  .reason_content .reasonBox{
    width: 47%; }
  .marriage h3, .voice h3{
    font-size: 2.0rem; }
  .marriage .contact_bt ul, .voice .contact_bt ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .marriage .voice_list, .voice .voice_list{
    padding: 40px; }
  .marriage .voice_list div, .voice .voice_list div{
    padding: 25px 40px; }
  .question_contents h4{
    font-size: 2.4rem; }
  .question_contents div p, .question_contents div ul{
    font-size: 1.4rem; }
  .support #contents{
    width: 750px; }
  .support .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .support .box h3{
    text-align: center;
    font-size: 2.4rem; }
  .support .box p.txt{
    font-size: 1.6rem; }
  .support_Box09 .txt{
    width: 35%;
    padding: 20px 5% 0 0; }
  .support_finishi{
    font-size: 2.0rem;
    width: 500px;
    margin: 0 auto 50px;
    text-align: center; }
  .support_finishi:before{
    left: 30px; }
  .contact_bt ul, .reserve_bt ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact_bt ul li a, .contact_bt ul li span, .reserve_bt ul li a, .reserve_bt ul li span{
    font-size: 1.5rem;
    width: 200px; }
  .contact_intro, .reserve_intro{
    text-align: center; }
  .contact_intro .sns_buttun, .reserve_intro .sns_buttun{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact_intro .sns_buttun li, .reserve_intro .sns_buttun li{
    width: auto; }
  .contact_bg, .reserve_bg{
    padding: 40px 50px; } }

/*# sourceMappingURL=style.css.map */
.single .single-contents #contents, .single .single-contents #side {
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
    float: none;
}
.single .single-contents #contents .blog_contents {
    margin: 0;
}
.single .single-contents #contents .blog_contents span:first-child {
    display: block;
    text-align: center;
}
.single .single-contents #contents .blog_contents  div span:first-child {
    display: inline;
    width: auto;
    text-align: left;
}
.single .single-contents #contents .blog_contents .cat_name a {
    color: #1ab8ce;
    border-color: #1ab8ce;
}
.single .single-contents #contents .blog_contents .blog_txt h2 {
    border-bottom: 2px solid #1ab8ce;
    border-left: 12px solid #1ab8ce;
    padding: 10px;
}
.single .single-contents #contents .single_blog_contents ul {
    text-align: center;
    display: block;
}
.single .single-contents #contents .single_blog_contents ul li {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin: 0 5px 10px;
}
.single .single-contents #contents .single_blog_contents ul li {
    width: 23%;
}
@media only screen and (max-width: 737px) {
.single .single-contents #contents .single_blog_contents ul li {
    width: 46%;
}
.top #blog .inner .top_blog_contents ul li {
    width: 47%;
}
.top_blog_contents  ul li {
    position: relative;
}
.top_blog_contents  ul li strong {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1ab8ce;
    font-size: 1.0rem;
    padding: 2px 4px;
    color: #fff;
}
}
@media only screen and (min-width: 737px) {
.single .single-contents #side .blog_category {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.single .single-contents #side .blog_category ul:after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: 1px;
} 
.single .single-contents #side .blog_category li {
    width: 50%;
    float: left;
    display: block;
}
.single .single-contents #side .blog_category li:nth-child(2n) a {
    border-left: none;
}
.single .single-contents #side .twitter-timeline-box {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 5.5%;
    height: 514px;
    overflow: scroll;
}
.single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img {
    width: 100px!important;
}
}
.newspick a {
    background: #e05e23;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 2em;
    font-weight: bold;
}
/* ブログトップ用 */
.blogtop-nav {
    border: 1px solid #1ab8ce;
    padding: 0;
    margin: 0 0 1em;
    width: 980px;
}
.blogtop-nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
}
.blogtop-nav li {
    display: table-cell;
    width: 33%;
    text-align: center;
    border-right: 1px solid #1ab8ce;
}
.blogtop-nav li a {
    padding: 1em;
    display: block;
    color: #1ab8ce;
    font-weight: bold;
}
.blogtop-nav li a:hover {
    background:#1ab8ce;
    color: #fff;
}
.blogtop-header {
    width: 980px;
    min-height: 260px;
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    background-image: url(/img/blogtop-header.jpg);
    background-size: cover;
    background-position: center;
}
.blogtop-header span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.blogtop-header span h1 {
    color: #fff;
    background:#1ab8ce;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1em;
    display: inline-block;
}
.blogtop-nav2 {
    width: 980px;
    padding: 0;
    margin: 1em 0;
}
.blogtop-nav2 h3 {
    color: #1ab8ce;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.blogtop-nav2 h3:after {
    content: "";
    width: 220px;
    height: 3px;
    background: #1bb8ce;
    display: block;
    margin: 5px 0 10px;
}
@media only screen and (max-width : 780px){
.blogtop-nav2 h3:after {
    margin: 5px auto 10px;
}
}
.blogtop-nav2 ul {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    width: 100%;
}
.blogtop-nav2 li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    position: relative;
}
.blogtop-nav2 li a {
    color: #333;
    background: #fff;
    font-size: 1.2em;
    border: 1px solid #1ab8ce;
    font-weight: normal;
    display: block;
    padding: 2em 1em;
    border-radius: 0;
}
.blogtop-nav2 li a:hover {
    color: #1ab8ce;
    opacity: 1;
}
.blogtop-nav2 li a:after {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    color: #1BB8CE;
}
.blogtop-nav2 li p {
    position: absolute;
    top: 15px;
    left: 20px;
}
.blogtop-nav2 li p img {
    width: 70px;
}
.blogtop-nav2 li.blogtop-nav2-01 a {
    border-bottom: none;
    border-right: none;
}
.blogtop-nav2 li.blogtop-nav2-02 a {
    border-bottom: none;
}
.blogtop-nav2 li.blogtop-nav2-03 a {
    border-right: none;
}
.blogtop-nav2 li.blogtop-nav2-05 a {
    border-top: none;
    border-right: none;
}
.blogtop-nav2 li.blogtop-nav2-06 a {
    border-top: none;
}
.blogtop-nav2 li.blogtop-nav2-05 p img,.blogtop-nav2 li.blogtop-nav2-06 p img {
    width: 60px;
}
.page-blog .single-contents #contents h2.blotop-ttl-list {
    color: #fff;
    font-size: 1.2em;
    background:#1ab8ce;
    padding: 0.5em;
}
.page-blog .single-contents #contents {
    margin-top: 0;
    width: 710px;
}
.page-blog .single-contents .blog_category.category_single ul li:nth-of-type(8) a, .single .single-contents .blog_category.category_single ul li:nth-of-type(8) a {
    border-bottom: none;
}
.page-blog .single-contents .blog_category.category_single ul li:nth-of-type(10) a, .single .single-contents .blog_category.category_single ul li:nth-of-type(10) a {
    border-bottom: solid 1px #1BB8CE;
}
@media only screen and (min-width : 780px){
.blogtop-header {
    min-height: 480px;
    background-size: 100%;
}
.blogtop-nav2 {
    background: #fbf8f2;
    padding: 2em;
}
.blogtop-nav2 h3 {
    color: #333;
}
.pc-none {
    display: none;
}
}
@media only screen and (max-width : 780px){
.page-blog .single-contents,.blogtop-nav,.blogtop-header,.blogtop-nav2 {
    width: 100%;
}
.page-blog .single-contents #contents {
    margin-top: 0;
    width: 100%;
}
.blogtop-nav {
    border: none;
    padding: 1em 1em 0;
}
.blogtop-nav li {
    display: inline-block;
    width: auto;
    border: 1px solid #1ab8ce;
    margin: 0 0.3em 0.3em 0;
}
.blogtop-nav li:last-child {
    margin: 0;
}
.blogtop-nav2 {
    margin: 3em 0;
}
.blogtop-nav2 h3 {
    text-align: center;
}
.blogtop-nav2 li a {
    padding: 3.9em 0 0.9em;
}
.blogtop-nav2 li p {
    text-align: center;
    width: 100%;
    left: 0;
}
.blogtop-nav2 li p img {
    width: 40px;
}
.blogtop-nav li a {
    padding: 0.4em 0.5em;
    font-size: 0.8em;
}
.pc-none {
    display: block;
}
.blogtop-nav2 li.blogtop-nav2-05 p img,.blogtop-nav2 li.blogtop-nav2-06 p img {
    width: 30px;
}
.page-blog .single-contents .blog_category.blog_category-sp ul li:nth-of-type(2) a:before {
    display: none;
    
}
.page-blog .single-contents .blog_category.blog_category-sp ul li:nth-of-type(2n) a {
    border-right: solid 1px #1BB8CE;
}
.page-blog .single-contents .blog_category.blog_category-sp ul li {
    width: 100%;
}
.page-blog .single-contents .blog_category.blog_category-sp ul li:nth-of-type(3) a:before {
    display: none;
}
.page-blog .single-contents .blog_category ul li:nth-of-type(8) a, .single .single-contents .blog_category ul li:nth-of-type(8) a {
    border-bottom: none;
}
.page-blog .single-contents .blog_category ul li:nth-of-type(12) a, .single .single-contents .blog_category ul li:nth-of-type(12) a {
    border-bottom: none;
}
}
.wakukakomi {
    border: 7px solid #ffb3ef;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 180%;
}
/* 婚活相談 */
.soudan-header img {
    max-height: 450px;
}
.sounda-contents {
    width: 1000px;
    margin: auto;
}
.sounda-contents-body {
  width: 1000px;
    margin: auto;
    text-align: center;
}
ul.soudan-list {
    padding: 0 0 3em;
    margin: 0;
}
ul.soudan-list li {
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #eee;
}
ul.soudan-list li:last-child {
    border-bottom: none;
}
ul.soudan-list a {
    color: #666;
}
.soudan-list-item {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.soudan-image {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}
.soudan-image img {
    width: 100%;
    height: auto;
}
.soudan-text {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding: 0 1em 0;
}
.soudan-text h3 {
    color: #1bb8ce;
    font-size: 1.4em;
    margin: 0 0 0.4em;
}
@media only screen and (max-width: 1000px) {
.sounda-contents {
    width: 100%;
    margin: auto;
    padding: 2em 1em;
}
.sounda-contents-body {
    width: 100%;
    margin: auto;
    padding: 2em 1em;
}
.sounda-contents-body img {
    width: 100%;
    height: auto;
}
}
@media only screen and (max-width: 840px) {
ul.soudan-list {
    padding: 0 1em;
}
}
.search-contents {
    width: 1000px;
    margin: auto;
    padding-top: 200px;
}
@media only screen and (max-width: 1000px) {
.search-contents {
    width: 100%;
    margin: auto;
    padding: 8em 1em 2em;
}
}

.search-contents .type-post {
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #eee;
}
.search-contents .type-post .entry-meta {
    display: none;
}
.search-contents .type-post h2.entry-title a {
    color: #1bb8ce;
    font-size: 1.4em;
    margin: 0 0 0.4em;
    display: block;
    width: 100%;
}
.search-contents nav.navigation.pagination {
    padding: 3em 0;
    font-weight: bold;
    text-align: center;
}
.search-contents nav.navigation.pagination h2 {
    display: none;
}
.search-contents span.meta-nav.screen-reader-text {
    display: none;
}
.search-contents a.page-numbers {
    background: #1bb8ce;
    color: #fff;
    padding: 0.2em 0.5em;
}
.search-contents svg.icon.icon-arrow-right,.search-contents svg.icon.icon-arrow-left {
    display: none;
}
/* カスタム投稿一覧 */
.konkatusu_soudan_list_contents {
    background: #e2f8fb;
    padding: 2em;
    margin: 0 0 2em;
}
.single .single-contents #contents .konkatusu_soudan_list_contents h3 {
    margin: 0;
    padding: 0 0 0.5em;
    color: #1bb8ce;
    font-size: 1.8rem;
}
.konkatusu_soudan_list_contents ul li {
    border-bottom: 1px dotted #999;
    font-size: 1.5rem;
    padding: 0 0 0.3em;
    margin: 0 0 0.3em;
}
.konkatusu_soudan_list_contents ul li:last-child {
    border-bottom: none;
}
.konkatusu_soudan_top_contents {
  padding: 3em 0;
}
.konkatusu_soudan_top_contents h2 {
    color: #1BB8CE;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.konkatusu_soudan_top_contents p {
    text-align: center;
    padding: 0 0 2em;
    font-size: 1.5rem;
}
.top-konkatsu-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top-konkatsu-image {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}
.top-konkatsu-image img {
    width: 100%;
    height: auto;
}
.top-konkatsu-list {
    display: table-cell;
    width: 60%;
    padding: 0 0 0 1em;
}
.top-konkatsu-list li {
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #eee;
}
.top-konkatsu-list li a {
    color: #333;
    text-decoration: underline;
    font-size: 1.4rem;
}
.top-konkatsu-list .more {
    position: relative;
}
.top-konkatsu-list .more a {
    background: #1bb8ce;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 0;
}
@media only screen and (max-width: 840px) {
.top-konkatsu-image,.top-konkatsu-list {
    display: block;
    width: 100%;
    padding: 0 1em 1em;
}
.top-konkatsu-list .more {
    text-align: center;
}
.top-konkatsu-list .more a {
    width: 80%;
    text-align: center;
    font-size: 1.6rem;
    padding: 14px;
}
.top-konkatsu-list .more:before {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 56%;
    right: 40px;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    color: #fff;
}
}
/* サイト内検索 */
.search-box form.searchform {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.search-box form.searchform input[type="text"] {
    width: 80%;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em;
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
}
.search-box form.searchform button.btn-search {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    background: #eee;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.blogtop-search {
    padding: 0 1em 3em;
}
.blogtop-search h3 {
    font-size: 1.2em;
    padding: 0.5em;
}
span.konkatusu-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 7px;
    background: #e05e24;
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: -5px;
}
span.konkatusu-icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 0;
    position: relative;
    top: -6px;
    padding: 3px;
}
span.konkatusu-icon svg .konkatusu-icon-svg {
    fill: #fff;
}
.konkatusu_soudan_top_contents h2.konkatusu-h2 {
    color: #0F113D;
}
/* マンガ */
ul.manga-list {
    list-style: none;
    margin: 0 0 5em;
    padding: 0;
    text-align: center;
}
ul.manga-list li {
    width: 33%;
    display: inline-block;
    padding: 1em;
    border-right: 2px dotted #999;
    border-bottom: 2px dotted #999;
}
ul.manga-list li:nth-child(3n) {
    border-right: none;
}
ul.manga-list li img {
    width: 100%;
    height: auto;
}
ul.manga-list li h2 {
    color: #333;
    font-weight: bold;
    font-size: 1.4em;
}
ul.manga-list li a {
    background: #1bb8ce;
    color: #fff;
    padding: .5em 0;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 2em;
    min-width: 130px;
}
.single_manga_contents {
    border: 2px solid #5CC2D0;
    text-align: center;
    padding: 1em;
    margin: 3em 0 5em;
}
.single_manga_contents h2 {
    font-weight: bold;
    color: #5CC2D0;
    font-size: 1.4em;
    margin: 0 0 0.5em;
}
.single_manga_contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single_manga_contents li {
    display: inline-block;
    width: 24%;
    padding: 0.5em;
}
.single_manga_contents li img {
    width: 100%;
    height: auto;
}
.sounda-contents-body p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}
.sounda-contents-body p img {
    margin: auto;
    display: inherit;
}
@media only screen and (max-width: 840px) {
.page-img2 img {
    width: 100%;
}
ul.manga-list li {
    width: 100%;
    border-right: none;
}
.single_manga_contents li {
    width: 49%;
    padding: 0 0 0.3em;
}
.sounda-contents-body p {
    font-size: 1.8rem;
}
}
.newspick a {
  position: relative;
}
.newspick a:before {
  margin-right: 20px;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: .4em;
  height: .4em;
  content: '';
  transform: translateY(-50%) rotate(45deg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
@media only screen and (max-width: 736px){
.newspick {
    padding: 0 1em;
}
.newspick a {
    margin-bottom: 1em;
}
.newspick:nth-child(2) {
    margin-bottom: 3em;
}
}
/* 4コマの追加分 */
.manga-footer-flow {
    padding: 40px 0;
    margin: 60px 0 20px;
    border-top: 2px solid #1ab8ce;
    border-bottom: 2px solid #1ab8ce;
}
.manga-footer-flow ul:after {content: "";display: block;clear: both;}
.manga-footer-flow li {
    width: 33%;
    padding: 0 10px 30px;
    float: left;
}
@media only screen and (min-width : 736px){
.manga-footer-flow li {
    min-height: 310px;
}
}
.manga-footer-flow li img {
    width: 100%;
    height: auto;
}
.manga-footer-flow .blog_content a {
    font-weight: bold;
    font-size: 1.1em;
    color: #1ab8ce;
}
.manga-footer-flow h3 {
    margin: 0 0 3.5em;
    padding: 0;
    text-align: center;
}
.manga-footer-flow h3 span {
    font-weight: bold;
    background: #FFF352;
    color: #5CC2D0;
    font-size: 1.4em;
    margin: 0;
    padding: 15px 30px;
}
@media only screen and (max-width : 736px){
.manga-footer-flow li {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #eee;
    clear: both;
}
.manga-footer-flow li .eyecatch {
    display: table-cell;
    width: 30%;
}
.manga-footer-flow li .blog_content {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding: 0 0 0 15px;
}
}
.manga-artist {
    background: #fbf8f2;
    border: 1px solid #bb9679;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin: 30px 0;
}
.manga-artist .ttl-main {
    font-weight: bold;
    color: #9a7d66;
}
.manga-artist img {
    width: 200px;
    border-radius: 50%;
    margin: 20px 0;
}
.manga-artist .artist-ttl {
    font-weight: bold;
    color: #9a7d66;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.manga-artist ul {
    padding: 10px;
}
.manga-artist ul li {
    display: inline-block;
}
.manga-artist ul li a {
    background: #9a7d66;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
}
/* キャンペーン用バナー */
.bnr-campaign2020,.bnr-campaign2020-top {
    text-align: center;
    padding-bottom: 50px;
}
.bnr-campaign2020 img,.bnr-campaign2020-top img {
    max-width: 100%;
    width: 500px;
    height: auto;
}
@media only screen and (max-width : 736px){
.bnr-campaign2020-top {
    padding: 30px 10px;
}
.bnr-campaign2020 {
    padding: 0 20px 30px;
}
.bnr-campaign2020 img,.bnr-campaign2020-top img {
    width: 100%;
}
}
/* 記事用追加CSS */
.single p {margin-bottom:1.8em;}
.single h2 {margin: 2.5em 0 0.8em 0!important;}
.single ul {margin-bottom: 1.5em;}
.single .l-contentsHeader ul {margin-bottom: 0;}
.single .twitter-tweet {margin-bottom: 2em!important;}
.single table {margin-bottom: 1.5em;}
.single .box {
    border: 1px solid #55a8af;
    background: #f1feff;
    padding: 1em;
    margin-bottom: 1.5em;
}
.single .blog_txt ul li {
    position: relative;
    font-size: 1.6rem;
    margin: 0 0 5px 0;
    padding-left: 1em;
}
.single .blog_txt ul li::before {
    content: "●";
    display: inline-block;
    color: #ff6666;
    font-size: 0.8em;
    position: relative;
    top: -1px;
    left: -3px;
}
.single .blog_txt .mokuji ul li::before {
    content: "";
}
.single hr {
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
    margin-bottom: 2em;
}
.single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img,.single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img {
    text-align: center;
    width: 100px;
}
.single .single-contents #contents .blog_contents .blog_txt .hukidasi-01 .hukidasi-img img,.single .single-contents #contents .blog_contents .blog_txt .hukidasi-02 .hukidasi-img img {
    width: 97px!important;
    display: block;
}
blockquote{
    position:relative;
    border-left:5px solid #1BB8CE;
    padding-left:20px;
    background: #fafafa;
    padding: 20px;
    margin: 0 0 40px;
}
blockquote:before{
    position:absolute;
    content: "”";
    font-size: 50px;
    line-height: 100%;
    color:#1BB8CE;
}
blockquote p{
    position:relative;
    padding-left:30px;
}
@media only screen and (max-width : 736px){
.page-blog .single-contents #contents .blog_list > div .eyecatch .cat {
    min-width: 80px;
    text-align: center;
}
ul.manga-list li a {
    min-width: 120px;
}
}
@media only screen and (min-width : 736px){
.single .single-contents #contents .blog_contents .cat_name a {
    min-width: 90px;
    text-align: center;
}
.page-blog .single-contents #contents .blog_list > div .eyecatch .cat {
    min-width: 90px;
    text-align: center;
}
}
@media only screen and (max-width : 736px){
.top_blog_contents ul li strong {
    min-width: 90px;
    text-align: center;
}
.globalHeader nav ul li a {
    background: #fff;
    color: #144e8a;
    font-size: 1.4rem;
}
.globalHeader nav ul li {
    border-top: 1px solid #eee;
}
.single .single-contents #contents .single_blog_contents ul li strong {
    min-width: 90px;
}
.single .single-contents #contents .blog_contents .cat_name a {
    min-width: 90px;
    text-align: center;
}
}
.tac {
  text-align: center;
}
/*タブ切り替え全体のスタイル*/
.tabs,.tab-ranking,.tab-blog {
  margin: 0 auto;}
.tab-ranking {
    padding: 40px 0 10px;
}
.tab_item,.tab_item-ranking,.tab_item-blog {
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item {
  width: calc(100%/2);
  border-bottom: 3px solid #e05e23;
  background-color: #eee;
  color: #333;
}
.tab_item-ranking {
  width: calc(100%/2);
  border-bottom: 3px solid #1ab8ce;
  background-color: #eee;
  color: #333;
}
.tab_item-blog {
  width: calc(100%/3);
  border-bottom: 3px solid #1ab8ce;
  background-color: #eee;
  color: #333;
}
.tab_item:hover,.tab_item-ranking:hover,.tab_item-blog:hover {
  opacity: 0.75;
}
input[name="tab_item"],input[name="tab_item-ranking"],input[name="tab_item-blog"] {
  display: none;
}
.tab_content,.tab_ranking,.tab_blog {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
#all:checked ~ #all_content,
#tab-content-01:checked ~ #tab-content-01_content,
#tab-content-02:checked ~ #tab-content-02_content,
#tab-ranking-01:checked ~ #tab-ranking-01_content,
#tab-ranking-02:checked ~ #tab-ranking-02_content,
#tab-blog-01:checked ~ #tab-blog-01_content,
#tab-blog-02:checked ~ #tab-blog-02_content,
#tab-blog-03:checked ~ #tab-blog-03_content
 {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #e05e23;
  color: #fff;
  font-size: 1.2em;
}
.tab-ranking input:checked + .tab_item-ranking {
  background-color: #1ab8ce;
  color: #fff;
  font-size: 1.2em;
}
.tab-blog input:checked + .tab_item-blog {
  background-color: #1ab8ce;
  color: #fff;
  font-size: 1.2em;
}
label.tab_item,label.tab_item-ranking,label.tab_item-blog {
    position: relative;
    cursor: pointer;
}
label.tab_item:after,label.tab_item-ranking:after,label.tab_item-blog:after {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
label.tab_item.first-tab {
    border-radius: 10px 0 0 0;
}
label.tab_item.sec-tab {
    border-radius: 0 10px 0 0;
}
.single .single-contents #contents .tabs .single_blog_contents ul li {
    border: solid 2px #e05e23;
}
.single .single-contents #contents .tabs .single_blog_contents ul li strong {
    background: #e05e23;
}
.single .single-contents #contents .tabs .single_blog_contents {
    background: #ffebe1;
}
@media only screen and (max-width : 736px){
.mw_wp_form .mwform-radio-field span,.mw_wp_form .mwform-checkbox-field span {
    display: block;
}
}
.prof-link {
    position: relative;
    display: inline-block;
}
.prof-link a {
    background: #1ab8ce;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: bold;
    padding-right: 30px;
}
.prof-link a:hover {
    opacity:70%;
}
.prof-link:before {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 60%;
    right: -5px;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    color: #fff;
    z-index: 9999;
}
.single .single-contents #contents .authr-unit .auth-face .auth-face-text .auth-ttl {
    margin: 0;
}
.blog_category ul li a span {
    color: #b6b6b6;
    padding: 0 0 0 0.3rem;
}
@media only screen and (max-width : 736px){
.blog_category ul li a span {
  display: block;
  padding: 0;
}
.single .single-contents #side {
  width: 90%;
  margin: 0 20px;
}
.single .single-contents #side div a {
  font-size: 1.1em;
}
}
@media only screen and (min-width : 736px){
.page-blog .single-contents .blog_category.category_single ul li:nth-child(12) a {
  border-top: none;
  border-bottom: none;
}
}
.tab-blog-contents {
  padding: 40px 0 0;
}
.page-blog .single-contents #contents .blog_list > div .blog_content.blog_content-shortcord strong,.single .single-contents #contents .blog_list > div .blog_content.blog_content-shortcord strong {
  border: none!important;
  color: #000!important;
  font-weight: normal!important;
  padding: 0!important;
  margin: 0!important;
  font-size: 1.4rem!important;
  display: inline!important;
}
.page-blog .single-contents #contents .blog_list > div .blog_content.blog_content-shortcord strong a,.single .single-contents #contents .blog_list > div .blog_content.blog_content-shortcord strong a{
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 1.3rem !important;
  border: 1px solid #1BB8CE;
  color: #1BB8CE;
  background: transparent;
  cursor: pointer;
  margin: 10px 0 0 0;
  font-weight: bold!important;
}
.tab-ranking_contents {
    padding: 40px 0 0;
}
.single .single-contents #contents .blog_list .ranking-list-content .eyecatch {
    width: 25%;
}
.single .single-contents #contents .blog_content-shortcord h3 {
    margin-bottom: 0;
}
.single .single-contents #contents .blog_content-shortcord p {
    margin-bottom: 0;
}
.ranking-list-content b {
    display: inherit;
    font-weight: normal;
}
.blog_content-shortcord p img {
    display: none;
}
@media only screen and (max-width : 736px){
.tab-blog-contents .blog_list,.category .blog_list {
    padding: 0 1em 0;
}
.single .single-contents #contents .blog_list .ranking-list-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
}
.single .single-contents #contents .blog_list .ranking-list-content .eyecatch {
    width: 30%;
    display: table-cell;
    vertical-align: top;
}
.single .single-contents #contents .blog_list .ranking-list-content .blog_content {
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 1rem;
}
.single .single-contents #contents .blog_list .ranking-list-content .blog_content h3 {
    margin: 0;
    padding: 0;
}
.single .single-contents #contents .blog_list .ranking-list-content .blog_content p,.tab-blog-contents .blog_list p,.category .blog_list p {
    display: none;
}
.single .single-contents #contents .blog_list .ranking-list-content .blog_content.blog_content-shortcord a {
    padding: 5px 10px;
    font-size: 1.1rem!important;
}
.single .single-contents #contents .blog_list .ranking-list-content .blog_content b {
    display: block;
}
.single .single-contents #contents .blog_list > div .eyecatch .cat {
    display: none;
}
}
.single .single-contents #contents .blog_list > div .eyecatch .cat {
    min-width: 90px;
    text-align: center;
}
@media only screen and (max-width : 736px){
.page-blog .single-contents #contents .blog_list > div {
    display: table;
}
.page-blog .single-contents #contents .blog_list > div .eyecatch {
    width: 47%;
    display: table-cell;
    vertical-align: top;
}
.page-blog .single-contents #contents .blog_list > div .blog_content {
    display: table-cell;
    width: 50%;
    padding-left: 3%;
}
.page-blog .single-contents #contents .blog_list > div .blog_content p {
    display: none;
}
.page-blog .single-contents #contents .blog_list > div .blog_content h3 {
    margin-bottom: 0;
}
.page-blog .single-contents #contents .blog_list > div .blog_content b {
  font-weight: bold;
}
}
#tab-blog-02_content .blog_list .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list .ranking-list-content .eyecatch::after {
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 20;
    color: #fff;
    font-weight: bold;
}
#tab-blog-02_content .blog_list .ranking-list-content .eyecatch::before,#tab-blog-03_content .blog_list .ranking-list-content .eyecatch::before,#tab-ranking-01_content .blog_list .ranking-list-content .eyecatch::before,#tab-ranking-02_content .blog_list .ranking-list-content .eyecatch::before {
    content: "";
    background: #1ab8ce;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
}
#tab-blog-02_content .blog_list a:first-child .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:first-child .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:first-child .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:first-child .ranking-list-content .eyecatch::after {
    content: "1";
}
#tab-blog-02_content .blog_list a:nth-child(2) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(2) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(2) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(2) .ranking-list-content .eyecatch::after {
    content: "2";
}
#tab-blog-02_content .blog_list a:nth-child(3) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(3) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(3) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(3) .ranking-list-content .eyecatch::after {
    content: "3";
}
#tab-blog-02_content .blog_list a:nth-child(4) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(4) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(4) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(4) .ranking-list-content .eyecatch::after {
    content: "4";
}
#tab-blog-02_content .blog_list a:nth-child(5) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(5) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(5) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(5) .ranking-list-content .eyecatch::after {
    content: "5";
}
#tab-blog-02_content .blog_list a:nth-child(6) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(6) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(6) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(6) .ranking-list-content .eyecatch::after {
    content: "6";
}
#tab-blog-02_content .blog_list a:nth-child(7) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(7) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(7) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(7) .ranking-list-content .eyecatch::after {
    content: "7";
}
#tab-blog-02_content .blog_list a:nth-child(8) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(8) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(8) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(8) .ranking-list-content .eyecatch::after {
    content: "8";
}
#tab-blog-02_content .blog_list a:nth-child(9) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(9) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(9) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(9) .ranking-list-content .eyecatch::after {
    content: "9";
}
#tab-blog-02_content .blog_list a:nth-child(10) .ranking-list-content .eyecatch::after,#tab-blog-03_content .blog_list a:nth-child(10) .ranking-list-content .eyecatch::after,#tab-ranking-01_content .blog_list a:nth-child(10) .ranking-list-content .eyecatch::after,#tab-ranking-02_content .blog_list a:nth-child(10) .ranking-list-content .eyecatch::after {
    content: "10";
}
/* 追加フレーム */
.pick_frame {
    margin-bottom: 1.2em;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
}
.pick_frame .pick_frame-title {
    background-color: #ffa30d;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 1em;
    border-radius: 5px 5px 0 0;
}
.pick_frame .pick_frame-content {
    overflow: auto;
    border: 3px solid #ffa30d;
    padding: 1em 1.5em;
    position: relative;
    border-radius: 5px;
    font-size: 1.6rem;
}
.event-infoarea {
    border: 2px dotted #1ab8ce;
    padding: 2rem;
}
.enet-info-ttl {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    color: #1ab8ce;
    margin-bottom: 1rem;
}
.event-infoarea p {
    font-size: 1.55rem;
}
.event-infoarea img {
    width: 75%;
}
.event-infoarea p.event-img {
    width: 45%;
    text-align: center;
    display: inline-block;
}
a.event-btn {
    background: #1ab8ce;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 20px 75px;
    border-radius: 5px;
}
a.event-btn:before {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: -5px;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(
45deg
);
    transform: translateY(-50%) rotate(
45deg
);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    color: #fff;
    z-index: 9999;
}
p.event-btn-link {
    text-align: center;
}
@media only screen and (max-width : 736px){
.event-infoarea p.event-img {
    width: 100%;
}
.event-infoarea img {
    width: 100%;
}
}
.page-ttl-img img {
    width: 100%;
    height: auto;
}
.side-mentalhealth img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.single .side-mentalhealth {
  display: none;
}
@media only screen and (max-width : 736px){
h2.page-ttl-img {
    padding-top: 5px;
}
.side-mentalhealth img {
    padding-bottom: 20px;
}
}
.contact_bg dl dd .mwform-radio-field-text, .contact_bg dl dd .mwform-checkbox-field-text, .reserve_bg dl dd .mwform-radio-field-text, .reserve_bg dl dd .mwform-checkbox-field-text {
    min-width: 280px;
}
.soudan-header {
    text-align: center;
}
ul.souda-nav {
    margin-bottom: 2em;
}
.sounda-contents h2.nav-ttl {
    border-bottom: 2px solid #4cc6d8;
    display: inline-block;
    font-size: 1.6rem;
    margin-block: 0.8em;
}
ul.souda-nav li.ico-konkatusu_soudan-01 {
  background-image: url(../img/ico-konkatusu_soudan-01.svg);
  background-size: 25px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
ul.souda-nav li.ico-konkatusu_soudan-02 {
  background-image: url(../img/ico-konkatusu_soudan-02.svg);
  background-size: 25px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
ul.souda-nav li.ico-konkatusu_soudan-03 {
  background-image: url(../img/ico-konkatusu_soudan-03.svg);
  background-size: 25px;
  background-position: 10px 16px;
  background-repeat: no-repeat;
}
ul.souda-nav li.ico-konkatusu_soudan-04 {
  background-image: url(../img/ico-konkatusu_soudan-04.svg);
  background-size: 25px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
ul.souda-nav li {
    width: 24%;
    display: inline-block;
    text-align: center;
    border: 1px solid #1bb8ce;
    position: relative;
}
ul.souda-nav li a {
    color: #333;
    font-size: 1.5rem;
    padding: 1em;
    display: block;
}
ul.souda-nav li a:hover {
    color: #1bb8ce;
}
ul.souda-nav li a:after {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: .4em;
    height: .4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    color: #1BB8CE;
}
@media only screen and (max-width : 736px){
ul.souda-nav li {
    width: 49%;
    margin-bottom: 3px;
}
ul.souda-nav li a {
    padding-bottom: 0.5em;
    font-size: 1.1em;
}
ul.souda-nav li.ico-konkatusu_soudan-01 {
    background-position: center 12px;
}
ul.souda-nav li.ico-konkatusu_soudan-02 {
    background-position: center 12px;
}
ul.souda-nav li.ico-konkatusu_soudan-03 {
    background-position: center 18px;
}
ul.souda-nav li.ico-konkatusu_soudan-04 {
    background-position: center 12px;
}
ul.souda-nav li.ico-konkatusu_soudan-01 a,ul.souda-nav li.ico-konkatusu_soudan-02 a,ul.souda-nav li.ico-konkatusu_soudan-03 a,ul.souda-nav li.ico-konkatusu_soudan-04 a {
    min-height: 80px;
    padding-top: 50px;
}
}
.hukidasi-text ul.list-style-01 {
    margin-left: 0!important;
    padding-left: 0!important;
}
.single .blog_txt .hukidasi-text ul.list-style-01 li {
    padding-left: 0;
}
.nav-ttl-unit {
    text-align: center;
}
h3.search-ttl {
    color: #333;
    text-align: center;
    font-size: 1.3em;
    padding: 11px 8px 0;
    margin-bottom: .75em;
}
.search-box-soudan {
  padding-bottom: 2em;
}
.soundan-nav {
    padding: 1em;
    text-align: left;
}
.soundan-nav ol {
    list-style: none;
}
.soundan-nav li {
    display: inline-block;
}
.soundan-nav.soundan-nav-top {
    padding-top: 0;
    position: relative;
}
.soundan-nav.soundan-nav-top ol {
    position: relative;
    top: -10px;
}
/* 4コマナビ*/
.wp-pagenavi {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink {
    font-size: 3rem;
    color: #1BB8CE;
    padding: 0 10px;
}
.wp-pagenavi span.current {
    width: 40px;
    height: 40px;
    background: #1BB8CE;
    border-radius: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
}
.wp-pagenavi a.page {
    width: 40px;
    height: 40px;
    background: #b8f6ff;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px;
}
.single h1 {
    margin: 2.5em 0 0.8em 0!important;
}
.globalHeader .single-site-ttl {
    width: 110px;
    padding: 15px 0 0 0;
}
@media only screen and (max-width: 737px){
.globalHeader .single-site-ttl {
    width: 86px;
    padding: 6px 0 0 16px;
}
.single h1 {
    margin-top: 0!important;
}
}
.globalHeader .single-site-ttl img {
  width: 100%;
  height: auto;
}
/* ショートコード用 */
.pagelink-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #1ab8ce;
    border-radius: 5px;
    margin: 1em 0;
    padding: 1em;
}
.pagelink-box .thum-image {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}
.pagelink-box p {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 85%;
    text-indent: 1em;
}
.footer-breadcrumbs {
    padding: 2em 0 1em;
    text-align: center;
    font-size: 0.9em;
}
@media only screen and (max-width: 737px){
.footer-breadcrumbs {
    padding: 2em 1em 1em;
}
}
/* 吹き出しスタイルの追加 */
.hukidasi-new-01 {
    position: relative;
    padding: 25px;
    margin-left: 30px;
    width: auto;
    display: inline-block;
    font-weight: bold;
}
.hukidasi-new-01::before,.hukidasi-new-01::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.hukidasi-new-01::before {
  top: 0;
  padding-top: 17px;
  border: 4px solid #EDEBEC;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hukidasi-new-01::after {
  bottom: 0;
  padding-top: 18px;
  border: 4px solid #EDEBEC;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hukidasi-new-01 span {
    position: absolute;
    top: 50%;
    left: -25px;
}
.hukidasi-new-01 span::before {
  content: '';
  display: block;
  border-color: rgba(236, 236, 236, 0);
  border-right-color: #ececec;
  border-width: 10px;
  margin-top: -10px;
  position: relative;
  top: 0;
}
.hukidasi-new-01 span::after {
  content: '';
  display: block;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
  top: -38px;
  position: relative;
}
.hukidasi-new-02 {
    position: relative;
    padding: 25px;
    max-width: 500px;
    display: block;
    margin: auto;
    font-weight: bold;
}
.hukidasi-new-02::before,.hukidasi-new-02::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.hukidasi-new-02::before {
  top: 0;
  padding-top: 17px;
  border: 4px solid #EDEBEC;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hukidasi-new-02::after {
  bottom: 0;
  padding-top: 18px;
  border: 4px solid #EDEBEC;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hukidasi-new-02 span {
    position: absolute;
    top: 50%;
    left: -25px;
}
.hukidasi-new-02 span::before {
  content: '';
  display: block;
  border-color: rgba(236, 236, 236, 0);
  border-right-color: #ececec;
  border-width: 10px;
  margin-top: -10px;
  position: relative;
  top: 0;
}
.hukidasi-new-02 span::after {
  content: '';
  display: block;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
  top: -38px;
  position: relative;
}
@media only screen and (max-width: 737px){
.hukidasi-new-01 {
    margin-left: 10px;
}
.hukidasi-new-02 {
    margin: 0 10px;
}
}
.marker {
  background: linear-gradient(transparent 50%, #FFED66 0%);
}
h2.content-tt-h2 {
  font-size: 2.4rem;
  color: #1BB8CE;
  text-align: center;
  margin: 0 0 20px 0;
}
h3.content-tt-h3 {
  font-size: 2.0rem;
  color: #1BB8CE;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.question_contents h3 {
    color: #1ab8ce;
    font-size: 1.8rem;
    padding: 0 0 1rem;
}
@media only screen and (max-width : 736px){
.price_bg h2 {
    font-size: 1.4rem;
}
.category .single-contents h1.page-ttl {
    margin-bottom: 20px!important;
}
}
.entry-conversion-unit {
    padding: 0 0 1em;
    font-weight: bold;
    font-size: 1.1em;
    width: 400px;
    text-align: center;
}
@media only screen and (max-width : 736px){
.entry-conversion-unit {
    width: 100%;
}
}
.entry-conversion-unit p {
    margin: 0;
}
.entry-conversion-btn a {
    background: #1ab8ce;
    color: #fff;
    display: inline-block;
    padding: 1em;
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
    min-width: 280px;
    text-align: center;
    border: 1px solid #1ab8ce;
    border-radius: 5px;
}
.entry-conversion-btn a:hover {
    background: #fff;
    color: #1ab8ce;
}
.entry-conversion-btn a span {
    text-decoration: underline;
}
.entry-conversion-btn2 {
    padding: 1em 0;
}
.entry-conversion-btn2 a {
    background: #f9375f;
    color: #fff;
    display: inline-block;
    padding: 1em;
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
    min-width: 280px;
    text-align: center;
    border: 1px solid #f9375f;
    font-weight: bold;
    border-radius: 5px;
}
.entry-conversion-btn2 a:hover {
    background: #fff;
    color: #f9375f;
}
.entry-conversion-btn2 a span {
    text-decoration: underline;
}
.entry-conversion-btn3 {
    display: block;
    padding: 2em 0;
    }
.entry-conversion-btn3 a {
    background: #f9375f;
    border: 1px solid #f9375f;
    color: #fff;
    font-size: 1.1em;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
    font-weight: 500;
    transition: all .3s;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.entry-conversion-btn3 a span {
    display: block!important;
    font-size: 1.3em;
}
.entry-conversion-btn3 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.entry-conversion-btn2,.entry-conversion-btn3 {
    margin-left: 45px;
}
@media only screen and (max-width : 736px){
.entry-conversion-btn2, .entry-conversion-btn3 {
    margin: auto;
    text-align: center;
}
}
.single .single-contents #contents .blog_contents .blog_txt h2.big-h2 {
    font-size: 2.5em;
    line-height: 110%;
}
.single .single-contents #contents .blog_contents .blog_txt h3.big-h3 {
    font-size: 1.8em;
    line-height: 110%;
}
.company-youtube {
    text-align: center;
    padding: 1em 0;
}
.company-youtube a {
    background: #FF0000;
    border-radius: 5px;
    border: 2px solid #FF0000;
    color: #fff!important;
    display: inline-block;
    padding: 1em 2em;
    font-weight: bold;
    box-shadow: 0 6px 0 #a90000;
}
.company-youtube a:hover {
    background: #fff;
    color: #FF0000!important;
    box-shadow: 0 6px 0 #FF0000;
}
.company-youtube a span {
    font-size: 1.6rem;
}
.price-new-table td.plan-info-01 {
    background: #929292;
    color: #fff;
}
.price-new-table td.plan-info-02 {
    background: #CBA000;
    color: #fff;
}
.price-conversion {
    text-align: center;
    padding: 1em 0 3em;
}
.price-conversion2 {
    text-align: center;
    padding: 2em 0 0;
}
.price-conversion a {
    background: #1ab8ce;
    border: 2px solid #1ab8ce;
    color: #fff!important;
    font-weight: bold;
    min-width: 250px;
    display: inline-block;
    padding: 1.5em 2em;
    border-radius: 5px;
    position: relative;
    font-size: 1.6rem;
}
.price-conversion2 a {
    background: #81B859;
    border: 2px solid #81B859;
    color: #fff!important;
    font-weight: bold;
    min-width: 250px;
    display: inline-block;
    padding: 1.5em 2em;
    border-radius: 5px;
    position: relative;
    font-size: 1.6rem;
}
.price-conversion a:hover {
    color: #1ab8ce!important;
    background: #fff;
}
.price-conversion2 a:hover {
    color: #81B859!important;
    background: #fff;
}
.price-conversion a::before,.price-conversion2 a::before {
    margin-right: 20px;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0.4em;
    height: 0.4em;
    content: '';
    -webkit-transform: translateY(-50%) rotate(
45deg);
    transform: translateY(-50%) rotate(
45deg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
@media only screen and (min-width : 736px){
.price-conversion a {
    width: 600px;
    margin-bottom: 5em;
    font-size: 2.1rem;
}
.price-conversion2 a {
    width: 600px;
    margin-bottom: 1em;
    font-size: 2.1rem;
}
}
/* topic-list */
.topic-list {
    padding: 0 0 1rem;
}
.topic-list-ttl {
  text-align: center;
}
.topic-list h2 {
  color: #1ab8ce;
  font-size: 1.8rem;
  padding: 2em 1em 0.5em;
  margin: 0 auto 15px;
  text-align: center;
  border-bottom: 3px solid #1ab8ce;
  display: inline-block;
}
.topic-list-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.topic-list-box {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.topic-list-unit,.blog_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    margin: 0 0 2rem;
}
.topic-list-unit figure.eyecatch,.blog_list figure.eyecatch {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    position: relative;
}
.topic-list-unit figure.eyecatch img,.blog_list figure.eyecatch img {
    width: 100%;
    height: auto;
}
.topic-list-unit figure.eyecatch span.cat,.blog_list figure.eyecatch span.cat {
    position: absolute;
    right: 0;
    background: #1ab8ce;
    color: #FFF352;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 4px;
    font-weight: bold;
}
.topic-list-unit .blog_content,.blog_list .blog_content {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding: 0 0 0 1rem;
}
.topic-list-unit .blog_content b,.blog_list .blog_content b {
    font-size: 1.2rem;
    color: #666;
}
.topic-list-unit .blog_content strong {
    display: block;
}
.topic-list-unit .blog_content strong {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.3rem;
    border: 1px solid #1BB8CE;
    color: #1BB8CE;
    background: transparent;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.blog_list .blog_content strong,.blog_list .blog_content .more-link {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.3rem;
    border: 1px solid #1BB8CE;
    color: #1BB8CE;
    background: transparent;
    cursor: pointer;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.entry-list-content,.ranking-list-content {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.topic-list-box a,.blog_list a {
    color: rgb(51, 51, 51);
}
.blog_list .blog_content {
    padding: 0 0 0 20px;
}
.topic-list-box a:hover .blog_content strong,.blog_list a:hover .blog_content strong {
    background: #1BB8CE;
    color: #fff;
}
@media only screen and (max-width: 737px){
.topic-list h2,.topic-list h2 {
    font-size: 1.4rem;
}
.topic-list-box {
    width: 100%;
    display: block;
    padding: 0 1rem 1rem;
}
.entry-list-content,.ranking-list-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}
/* 無料相談会 */
.reserve-soudankai {
    padding: 0;
    background: #fbf8f2;
    border-radius: 5px;
    margin: 1em 0 2em;
}
.reserve-soudankai-header {
    background: #1ab8ce;
    color: #fff;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.reserve-soudankai-header .ttl-header {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    padding: 1em 0 0;
}
.reserve-soudankai-header p.info {
    text-align: center;
}
.reserve-soudankai-header p.text {
    text-align: center;
    padding: 1em 0 1.5em;
    font-size: 1.1em;
    font-weight: bold;
}
.reserve-soudankai .check-ttl {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0;
}
.reserve-soudankai .check-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.reserve-soudankai .check-box {
    display: table-cell;
    width: 50%;
    padding: .5em 1em;
}
.reserve-soudankai .check-single {
    padding: .5em 1em 2em;
}
.reserve-soudankai svg g {
    fill: #E05E24;
}
.reserve-soudankai svg {
    width: 15px;
    margin: 0 0.4em;
}
@media only screen and (max-width: 737px){
.reserve-soudankai {
    margin: 2em 1em;
}
}
.blog_txt .fb {
    margin: 1em 0;
    border: 2px solid #6b9bd7;
    padding: 0 0 0.5em 0;
    border-radius: 3px;
}
.blog_txt .fb-title {
    color: #374f6c;
    border-bottom: 2px solid #6b9bd7;
    margin: 0;
    padding: 1.0em;
    font-weight: bold;
    text-align: left;
    font-size: 1.6rem;
    background: #e9f8ff;
}
.blog_txt .fb-contents {
    padding:1.0em;
}
.blog_txt .fb-contents p {
    font-size: 1.4rem!important;
    margin: 0.8em 0!important;
    line-height: 150%!important;
    text-indent: -0.7em;
    padding-left: 0.5em;
}
.blog_txt .fb-h {
    font-weight: bold;
    display: block!important;
    text-align: left;
    padding-left: 1em;
    margin-right: 1em;
    padding-bottom: 0.5em;
}
.contact-contents .conversion-unit {
    padding: 2em 0;
    text-align: center;
}
@media only screen and (max-width: 737px){
.contact-contents .conversion-unit ul.sns_buttun,.contact-contents .conversion-unit ul.sns_buttun li {
    display: block;
    width: 100%;
}
}
/* footer-cpa */
.sp-footer-cpaunit {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: table;
    table-layout: fixed;
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","游ゴシック",YuGothic,"游ゴシック体","メイリオ",sans-serif;
}
.sp-footer-cpabox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}
.sp-footer-cpabox a span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
}
.sp-footer-cpabox img {
    height: 20px;
    width: auto;
    padding: 5px 0;
}
.sp-footer-cpabox.cpa-tel {
    background: #e1f9fd;
    width: 15%;
}
.sp-footer-cpabox.cpa-tel img {
    height: 30px;
}
.sp-footer-cpabox.cpa-tel a span {
    font-size: 0.9rem;
}
.sp-footer-cpabox.cpa-tel a {
    text-decoration: none;
    font-weight: bold;
    color: #005bac;
}
.sp-footer-cpabox.cpa-line {
    background: #07b53b;
    width: 40%;
    position: relative;
}
.sp-footer-cpabox.cpa-line a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em;
}
.sp-footer-cpabox.cpa-line img {
    padding: 0 5px 0 0;
    position: relative;
    top: -3px;
}
.sp-footer-cpabox.cpa-reserve {
    background: #f9375f;
    width: 45%;
    line-height: 0;
    position: relative;
}
.sp-footer-cpabox.cpa-reserve a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 140%;
}
.sp-footer-cpabox.cpa-support {
    width: 40%;
    background: #ceb11a;
    position: relative;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.sp-footer-cpabox.cpa-support a {
    color: #fff;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 140%;
}
.sp-footer-cpabox.cpa-line:after,.sp-footer-cpabox.cpa-reserve:after,.sp-footer-cpabox.cpa-support:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 737px){
.globalFooter .copyright {padding-bottom: 80px;}
}
.globalFooter__btn {
    width: 100%;
    text-align: center;
    display: block;
}
.globalFooter__btn li {
    width: 100%;
}
.globalFooter__btn li .btn {
    display: inline-block;
    padding: 1em 3em;
    min-width: 500px;
}
.globalFooter__btn li .btn strong {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}
@media only screen and (max-width: 737px){
.globalFooter__btn li .btn {
    width: 100%;
    min-width: 100%;
}
}
.single-contents #title {
    margin-top: 190px!important;
}
@media only screen and (max-width: 737px){
.single-contents #title {
    margin-top: 80px!important;
}
.page-blog-list .single-contents {
  margin-top:80px;
}
}
.single-contents a:link,.single-contents a:visited {
    text-decoration: none;
}
.l-contentsHeader li span {
    font-weight: bold;
}
.tab-blog label.tab_item-blog:nth-child(3n) {
    line-height: 140%;
}
.tab-blog label.tab_item-blog:nth-child(3n):before {
    content: "";
    display: block;
    height: 5px;
}
.tab-blog input:checked + .tab_item-blog:nth-child(3n) {
  font-size: 1em;
}
.footer-cms-wrap {
    width: 1000px;
    margin: auto;
}
.footer-cms-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 1em 0;
}
.footer-cms-img {
    width: 10%;
    display: table-cell;
    text-align: center;
}
.footer-cms-txt {
    width: 90%;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9em;
}
.footer-cms-img img {
    max-width: 70%;
}
@media only screen and (max-width: 737px){
.footer-cms-wrap {
    width: 100%;
}
.footer-cms-img,.footer-cms-txt {
    display: block;
    width: 100%;
}
.footer-cms-img img {
    max-width: 20%;
}
.footer-cms-txt p {
    padding: 1em;
}
}
.contact_bg input,.contact_bg textarea {
    background: #fff!important;
}
.contact_bg input.input-days {
    margin-bottom: 1em;
}
.c-topBottomLinkSet span.moduleInner .conv-btn-text {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.blog_list .blog_content:hover .more-link {
    background: #1BB8CE;
    color: #fff;
}
.rankulist-ttl {
  font-weight: bold;
  font-size: 1.4rem;
}
.single-contents .contact_bg dl dd a {
    text-decoration: underline;
    color: #002375;
}
.single-pagenation {
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.single-pagenation a {
    color: #1ab8ce;
    font-weight: bold;
    text-decoration: underline!important;
}
.single-pagenation .single-previous-link {
    position: absolute;
    left: 0;
    top: 20px;
}
.single-pagenation li.single-next-link {
    position: absolute;
    right: 0;
    top: 20px;
}
@media only screen and (max-width: 737px){
.single-pagenation .single-previous-link {
    position: static;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 5px;
}
.single-pagenation li.single-next-link {
    position: static;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}
.single .single-pagenation ul {
    margin-bottom: 10px;
}
.single-pagenation {
    padding: 10px 0;
}
}
.contact_bg input[type="text"] {
    padding: 0.3em!important;
}
.contact_bg input::placeholder {
  color: #ccc;
}
.contact_bg dl dt .notmust {
    color: #1ab8ce;
    background: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    font-size: 1.1rem;
}
.contact_intro p:first-of-type, .reserve_intro p:first-of-type {
    font-size: 1.8rem;
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #1ab8ce;
}
/* 夏恋 */
.area.is-banner.bnr-top-price {
    padding: 0 0 30px;
}
.area.is-banner.bnr-top-price img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 737px){
.price .area.is-banner.bnr-top-price {
    padding: 0 20px;
}
}
.bnr-single-foot-reserved {
    text-align: center;
    padding: 20px 0;
}
.bnr-single-foot-reserved img {
    max-width: 100%;
    width: 540px;
}
@media only screen and (max-width: 737px){
.bnr-single-foot-reserved img {
    width: 90%;
}
}
/* recruit */
.recruit-header {
    background: #FFFEEC;
    padding: 2em;
    margin: 0 0 4rem;
    text-align: center;
}
.recruit-header h2 {
    margin: 0 0 1rem;
    padding: 0;
    color: #2ab8cd;
    font-size: 2.3rem;
    line-height: 170%;
    border-bottom: 4px solid #FAEE50;
    display: inline-block;
}
.recruit-section {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    text-align: left;
    border-bottom: 1px solid #1AB8CF;
}
.recruit-section h3 {
    background: #1AB8CF;
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
    padding: 1rem;
    position: relative;
}
.recruit-section h3:after {
    content: "";
    display: inline-block;
    background: #1AB8CF;
    right: -36px;
    top: 0;
    width: 31px;
    height: 43px;
    position: absolute;
    border-top: solid 44px #fff;
    border-left: solid 36px transparent;
}
.sub-ttl {
    font-weight: bold;
    color: #1AB8CF;
    font-size: 1.6rem;
    line-height: 180%;
    margin: 0 0 1rem;
}
.content-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-box {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.content-box img {
    max-width: 80%;
    margin: auto;
    display: block;
}
.conversion-section {
    padding: 3rem 0;
    margin: 0 0 10rem;
    text-align: center;
}
.conversion-section .btn a {
    background: #f63b62;
    color: #fff;
    border: 3px solid #f63b62;
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 10rem;
    border-radius: 5px;
    position: relative;
}
.conversion-section .btn a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.conversion-section .btn a:hover {
    color: #f63b62;
    background: #fff;
}
.conversion-section .btn:hover a:after {
    border-color: #f63b62;
}
.mbbr {
  display: none;
}
.recruit-section p {
    padding-bottom: 1em;
}
.recruit #about,.recruit .footer-breadcrumbs,.recruit .c-topBottomLinkSet {
    display: none;
}
@media only screen and (max-width: 737px){
.content-box {
    display: block;
    width: 100%;
}
.recruit-header h2 {
    font-size: 1.6rem;
}
.recruit-section {
    padding: 0 1rem 2rem;
}
.recruit-section h3 {
    position: relative;
    left: -1rem;
}
.mbbr {
  display: block;
}
.recruit-section .content-box img {
    padding-top: 2em;
}
}
/* single-add */
.section-authr-2023 {
    position: relative;
}
.section-authr-2023 img {
    max-width: 100%;
    height: auto;
}
.section-authr-2023-01 {
    background: #EFF9F7;
    padding: 10px;
    margin: 0 0 20px;
}
.section-authr-2023-prof {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.section-authr-2023-profpic {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}
.section-authr-2023-proftxt {
    display: table-cell;
    width: 85%;
    vertical-align: top;
}
.section-authr-2023-profpic img {
    width: 97px;
    margin: auto;
    display: block;
}
.section-authr-2023-proftxt p.prof-status {
    font-weight: bold;
    background: #C4A564;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 1.1rem;
}
.section-authr-2023-proftxt p.prof-name {
    font-weight: bold;
    font-size: 3.0rem;
    margin: 0;
    padding: 1.2rem 0;
}
.section-authr-2023-02 {
    padding: 20px;
    margin: 0 0 20px;
    background: #FFF5F5;
}
.section-authr-2023-02-ttl {
    text-align: center;
    padding: 20px 0 0;
}
.section-authr-nayami-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.section-authr-nayami-box {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px;
}
.nayami-content {
    background: #fff;
    padding: 20px;
}
.nayami-content p {
    margin: 0 0 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000;
}
.nayami-content ul li {
    color: #FF0000;
    border-bottom: 2px dotted #FF0000;
    padding: 10px 0;
}
.nayami-content ul li:last-child {
    border-bottom: none;
}
.nayami-content ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/ico-single-check.svg");
    background-repeat: no-repeat;
    position: relative;
    background-size: 15px;
    position: relative;
    top: 8px;
    left: 3px;
    margin: 0 10px 0 0;
}
p.section-authr-2023-02-ttl2 {
    text-align: center;
    padding: 40px 0 20px;
    margin: 0;
}
p.section-authr-2023-02-sub {
    margin: 0 0 10px;
    text-align: center;
}
p.section-authr-2023-02-sub2 {
    text-align: center;
    font-weight: bold;
}
p.section-authr-2023-02-sub2 span {
    background: linear-gradient(transparent 60%, #FFC701 60%);
}
.section-authr-2023-03 {
    margin: 0 0 50px;
    padding: 20px;
    background: repeating-linear-gradient( 45deg,#2AA8BF,#2AA8BF 15px,#29A4BB 0,#29A4BB 30px);
}
.section-authr-2023-03-header {
    background: #fff;
    padding: 20px;
}
.section-authr-2023-03-header-unit {
    background: #EFF9F7;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 30px;
}
.section-authr-2023-03-header-box01 {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
.section-authr-2023-03-header-box02 {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}
.section-authr-2023-03-header-box01 img {
    width: 100px;
    height: auto;
}
p.section-authr-2023-03-ttl {
    font-weight: bold;
    font-size: 2.2rem;
    padding: 10px 0 10px;
    margin: 0;
}
.section-authr-2023-03-ibj img {
    width: 50px;
    height: auto;
    margin: 0 15px 0 0;
}
p.section-authr-2023-03-img {
    margin: 0;
    padding: 25px 0;
}
.section-authr-2023-03-office-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.section-authr-2023-03-office-box {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    position: relative;
}
.section-authr-2023-03-office-box p.office-ttl {
    color: #2BABC4;
    font-weight: bold;
    margin: 0 0 10px;
}
.section-authr-2023-03-bnr {
    padding: 50px 20px 0;
}
.section-authr-2023-03-office-box p.company-image {
    padding: 0 20px;
    text-align: center;
}
.section-authr-2023-03-office-box p.company-image img {
    display: block;
    width: 60%;
}
.section-authr-2023-04 {
    padding: 2em 0 3em;
}
.section-authr-2023-03-header a.m-linkBase01.section-authr-2023-02 a.m-linkBase01,.section-authr-2023-04 a.m-linkBase01 {
    background: #f9375f;
    border: 1px solid #f9375f;
    color:#fff;
    font-size: 1.5rem;
    padding: 1.5rem;
    margin: 20px auto 0;
    display: block;
    width: 45%;
    border-radius: 50px;
    text-align: center;
}
.section-authr-2023-03-header a.m-linkBase01 span.conv-btn-text,.section-authr-2023-04 a.m-linkBase01 span.conv-btn-text {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    top: -2px;
}
p.section-authr-footer {
    text-align: center;
    padding: 20px;
}
p.section-authr-footer img {
    width: 60%;
    height: auto;
}
@media only screen and (max-width: 737px){
.section-authr-2023-profpic,.section-authr-2023-proftxt {
    display: block;
    width: 100%;
}
.sp-prof-unt {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 20px 0;
}
.sp-prof-image {
  display: table-cell;
  width: 35%;
  vertical-align: top;
}
.sp-prof-name {
  display: table-cell;
  width: 65%;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
.section-authr-nayami-box {
    display: block;
    width: 100%;
    padding: 0 0 20px;
}
.section-authr-2023-03-header-box01, .section-authr-2023-03-header-box02 {
    display: block;
    width: 100%;
    text-align: center;
}
p.section-authr-2023-03-ttl {
    font-size: 1.8rem;
}
.section-authr-2023-03-office-box {
    display: block;
    width: 100%;
}
.section-authr-2023-03-header a.m-linkBase01,.section-authr-2023-04 a.m-linkBase01 {
    width: 100%;
    font-size: 1.4rem;
}
.section-authr-2023-03-header a.m-linkBase01 span.conv-btn-text,.section-authr-2023-04 a.m-linkBase01 span.conv-btn-text {
    font-size: 2.0rem;
}
.section-authr-2023-proftxt p.prof-status,.section-authr-2023-proftxt p.prof-txt,.nayami-content ul li,p.section-authr-2023-02-sub,p.section-authr-2023-02-sub2,.section-authr-2023-03-office-box p {
    font-size: 1.4rem;
}
.section-authr-2023-03-office-box p.office-ttl {
    font-size: 1.6rem;
}
.section-authr-2023-03-office-box p.company-image {
    position: absolute;
    top: 50px;
    right: 0;
    text-align: right;
    width: 75px;
    padding: 0;
    margin: 0;
    display: block;
}
.section-authr-2023-03-office-box p.company-image img {
    position: relative;
    right: 0;
    width: 100%;
}
p.section-authr-footer {
    padding: 20px 0;
}
p.section-authr-footer img {
    width: 100%;
}
.sp-prof-image img {
    max-width: 100px;
    margin: auto;
    display: block;
}
.section-authr-office-unit {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section-authr-office-box01,.section-authr-office-box02 {
  display: table-cell;
  vertical-align: middle;
}
.section-authr-office-box01 {
  width: 65%;
}
.section-authr-office-box02 {
  width: 35%;
}
.section-authr-2023-03-office-box .section-authr-office-box02 p.company-image {
    position: static;
    width: 100%;
}
.mwform-checkbox-field label {
    position: relative;
    padding-left: 22px;
}
.mwform-checkbox-field input[type="checkbox"] {
    width: 15px!important;
    height: 15px!important;
    display: block!important;
    background-color: #FFF!important;
        position: absolute;
    left: 0;

}
}
.bgcolor-01 {
    background: #f9f9f9;
    padding: 10px;
}
.check-icon {
    position: relative;
    padding: 0 0 0 40px;
}
.check-icon:before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffa500' d='M9.293 16.707l6-6a1 1 0 1 0-1.414-1.414l-5.5 5.5-1.293-1.293a1 1 0 0 0-1.414 1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}
select.mendan-nittei-year {
    display: inline-block;
    width: 160px;
    text-align: center;
}
select.mendan-nittei-month,select.mendan-nittei-day {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.mwform-checkbox-field input[type="checkbox"] {
    margin-right: 1em;
}
@media only screen and (max-width: 737px){
.doui-box {
    padding-top: 30px;
    position: relative;
}
.doui-box input[type="checkbox"] {
    position: absolute;
    top: -20px;
}
.twitter-timeline-box {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
}
.single .question_contents div h4:before,.single .question_contents div h4:after {
    display: none;
}
.after-mokuji-content {
    text-align: center;
    padding: 20px 0 0;
}
.after-mokuji-content img.mb-bnr {
    display: none;
}
@media only screen and (max-width: 737px){
.after-mokuji-content img.mb-bnr {
    display: block;
}
.after-mokuji-content img.pc-bnr {
    display: none;
}
}
.ad-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-150px) translateY(0px)!important;
  width: 300px;
  padding: 0;
  z-index: 10;
}
.ad-banner .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  background: #ccc;
  color: #000;
  border: none;
  font-size: 10px;
  cursor: pointer;
}
.ad-banner .close-btn span {
  padding-right: 3px;
}
.ad-banner p {
  padding: 0;
  margin: 0;
}
.ad-banner img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 737px){
.ad-banner {
  bottom: 70px;
}
}
.marriage #body #title .page-img {
    background: #cef0f6;
}
.ttl-unit {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: auto;
    padding: 0 0 40px;
}
.ttl-unit span {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    color: #1eb8ce;
    font-weight: bold;
    font-size: 1.5rem;
}
.ttl-unit p {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    color: #1eb8ce;
    font-weight: bold;
    font-size: 3.2rem;
}
.section-marriage-header {
    background: #cef0f6;
    text-align: center;
    padding: 50px 0;
}
.section-marriage-header ul {
    text-align: center;
}
.section-marriage-header li {
    display: inline-block;
    background: #fff;
    padding: 10px;
    margin: 0 5px 0;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}
.section-marriage-header li:before {
    content: "";
    background-image: url(../img/marriage/ico-marriage.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
}
.section-marriage-header img {
    width: 500px;
    height: auto;
}
p.topc-section-01 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 0 0;
}
p.topc-section-02 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 0 0;
    color: #e72991;
}
p.topc-section-03 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 0 70px;
}
h2.marriage-sub-ttl {
    padding: 0 0 10px;
}
h2.marriage-sub-ttl img {
    width: 500px;
    height: auto;
}
p.marriage-sub-text {
    font-weight: bold;
    padding: 0 0 40px;
}
.marriage-image-section {
    padding: 0 0 70px;
}
h2.marriage-sub-ttl2 {
    text-align: center;
    padding: 50px 0 30px;
}
h2.marriage-sub-ttl2 img {
    width: 280px;
    height: auto;
}
.marriage-cintent-section {
    background: #cef0f6;
    margin: 0 0 70px;
    padding: 0 0 30px;
    border-radius: 20px;
    text-align: center;
}
.marriage-cintent-section-consaltant {
    padding-bottom: 0;
}
.marriage-cintent-section p {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 20px 0 0;
}
.marriage-cintent-section p.marriage-cintent-ttl {
    background: #4dc1d4;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 20px 20px 0 0;
    padding: 12px;
}
.marriage-cintent-section p img {
    width: 90%;
    margin: auto;
}
.marriage-cintent-section p span {
    color: #e72991;
}
.marriage-cintent-section ul {
    padding: 10px;
    background: #fff;
    width: 76%;
    display: table;
    table-layout: fixed;
    margin: 20px auto 0;
    color: #999;
    
}
.marriage-cintent-section ul li {
    display: table-cell;
    width: 33%;
    vertical-align: top;
}
.marriage-cintent-section ul li p {
    font-size: 1.1rem;
    text-align: left;
    width: 225px;
    margin: auto;
    padding: 10px;
}
h2.marriage-sub-ttl3 {
    text-align: center;
    font-size: 1.5em;
    padding: 0 0 40px;
}
h2.marriage-sub-ttl3 span {
    color: #e72991;
}
.marriage-foot-point {
    border: 2px solid #4dc1d4;
    border-radius: 7px;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.marriage-foot-point li {
    margin: 0 0 10px;
    position: relative;
}
.marriage-foot-point li:before {
    content: "";
    background-image: url(../img/marriage/ico-marriage.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
}
.marriage-foot-point li span {
    color: #4dc1d4;
}
.marriage-foot-point p {
    text-align: center;
    padding: 20px 0 0;
    font-weight: bold;
}
.marriage-foot-thanks {
    font-size: 1.5em;
    text-align: center;
    padding: 50px 0 80px;
    font-weight: bold;
    color: #4dc1d4;
}
.compass-program {
    background: #1eb8ce;
    color: #fff;
}
.compass-program .content-wrap {
    width: 1000px;
    margin: auto;
    padding: 50px 0 0;
}
p.marriage-cintent-ttltxt {
    text-align: center;
    padding: 0 0 2px;
    font-size: 1.6rem;
    color: #4dc1d4;
    font-weight: bold;
}
p.marriage-cintent-ttltxt span {
    background: #ED3B7A;
    color: #fff;
    padding: 1px 10px;
    font-size: 1.3rem;
    border-radius: 100px;
    font-weight: 700;
    line-height: 100%;
}
@media only screen and (max-width: 737px){
.marriage img {
    max-width: 100%;
}
.ttl-unit span,.ttl-unit p {
    display: block;
    width: 100%;
}
.ttl-unit span br {
    display: none;
}
.ttl-unit p {
    font-size: 2.0rem;
}
.section-marriage-header li {
    font-size: 1.2rem;
    margin: 0 5px 5px 0;
}
.section-marriage-header {
    padding: 30px 0 0;
}
p.topc-section-01,p.topc-section-02,p.topc-section-03 {
    padding: 30px 30px 0;
}
h2.marriage-sub-ttl {
    padding: 50px 20px 20px;
}
p.marriage-sub-text {
    padding: 0 20px 20px;
}
p.marriage-image-section {
    padding: 0 20px 50px;
}
h2.marriage-sub-ttl2 img {
    width: 200px;
}
.marriage-cintent-section {
    margin: 0 20px 50px;
}
.marriage-cintent-section p {
    padding: 20px 20px 0;
    font-size: 1.2rem;
}
.marriage-cintent-section p.marriage-cintent-ttl {
    font-size: 1.8rem;
}
.marriage-cintent-section ul {
    width: 90%;
}
.marriage-cintent-section ul li {
    display: block;
    width: 100%;
    padding: 0 0 20px;
}
.marriage-cintent-section ul li img {
    display: inline-block;
    width: 40%;
}
.marriage-cintent-section ul li:last-child {
    padding-bottom: 0;
}
.marriage-cintent-section ul li p {
    width: auto;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0 0 0 10px;
}
.marriage-foot-point {
    margin: 0 20px 0;
}
.marriage-foot-thanks {
    padding: 20px 0 50px;
}
.compass-program {
    margin: 50px 0 0;
}
.compass-program .content-wrap {
    width: 100%;
    padding-top: 0;
}
.marriage-foot-point li {
    padding-left: 25px;
}
.marriage-foot-point li:before {
    left: 0;
    position: absolute;
}
}
.section-single-compas .page-ttl-compas {
    background: #1BB8CE;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #FFF352;
    margin: 0;
    padding: 3px 5px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    top: -25px;
}
.section-single-compas .title {
    text-align: center;
    position: relative;
}
.section-single-compas .section-marriage-header {
    background: transparent;
    padding: 0 0 50px;
}
.section-single-compas .in-content {
    width: 1000px;
    margin: auto;
}
.section-single-compas .in-content .ttl-unit {
    padding-top: 40px;
}
.single .section-single-compas p {
    margin-bottom: 0;
}
.single .section-single-compas ul {
    margin-bottom: 0;
}
.section-single-compas .marriage-sub-ttl img {
    width: 500px;
    height: auto;
    margin-bottom: 10px;
}
.section-single-compas .marriage-sub-ttl2 {
    text-align: center;
    padding: 50px 0 30px;
}
.section-single-compas .marriage-sub-ttl2 img {
    width: 280px;
    height: auto;
}
.section-single-compas .marriage-sub-ttl3 {
    text-align: center;
    font-size: 1.5em;
    padding: 0 0 40px;
    font-weight: bold;
}
.section-single-compas .marriage-sub-ttl3 span {
    color: #e72991;
}
.btn-after-compas {
    padding-top: 0;
    position: relative;
}
.btn-after-compas a.m-linkBase01 {
    margin-top: 0;
    position: relative;
    top: -20px;
    text-decoration: none;
}
.single .section-authr-2023-04 a.m-linkBase01 {
    width: 325px;
    font-size: 1.8rem;
}
.single .section-authr-2023-04 a.m-linkBase01 span.conv-btn-text {
    font-size: 1.2em;
}
.single .section-authr-2023-04 .m-linkBase01 .moduleWrapper {
    position: relative;
}
.single .section-authr-2023-04 .m-linkBase01 .moduleWrapper:after,.single .section-authr-2023-04 .m-linkBase01 .moduleWrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 737px){
.section-single-compas .in-content {
    width: 100%;
}
.section-single-compas img {
    max-width: 100%;
}
.section-single-compas .marriage-sub-ttl {
        padding: 50px 20px 20px;
}
.section-single-compas .marriage-sub-ttl2 img {
        width: 200px;
}
.section-single-compas .section-marriage-header img {
    width: 70%;
}
.single .section-authr-2023-04 {
    padding: 10px;
}
.single .section-authr-2023-04 a.m-linkBase01 {
    width: 100%;
    font-size: 1.5rem;
    padding: 10px 20px;
}
}
.staff .staff-content {
    width: 1000px;
    margin: auto;
}
.staff-content-unit {
    display: block;
    width: 100%;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #eee;
}
.staff-content-image img {
    width: 55%;
    height: auto;
    margin: auto;
    display: block;
}
.staff-content-image {
    display: block;
    width: 100%;
    text-align: center;
}
.staff-content-profile {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.staff-content-profile p.staff-name {
    padding: 10px 0 0;
    font-weight: bold;
    font-size: 2.1em;
}
.staff-content-profile p.staff-name-englishh {
    font-size: 1.2em;
    padding: 0 0 20px;
}
.support-style {
    margin: 20px auto 0;
    padding: 20px;
    width: 55%;
    text-align: center;
    background: #dff7fb;
}
.support-style p {
    color: #27b6cc;
    font-weight: bold;
    padding: 0 0 10px;
}
.support-style ul li {
    background: #27b6cc;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 3px;
    margin: 0 10px 10px;
}
.staff-content-profile span.sns-icon {
    display: inline-block;
    padding: 0 10px;
}
.staff-content-profile span.sns-icon img {
    width: 25px;
    height: auto;
}
@media only screen and (max-width: 737px){
.staff .staff-content {
    width: 90%;
    padding: 40px 0 0;
}
.staff-content-image,.staff-content-profile {
  display: block;
  width: 100%;
  padding: 0;
}
.staff-content-image img {
    width: 100%;
    margin: auto;
    display: block;
}
.staff-content-profile p.staff-status {
    text-align: center;
    padding: 20px 0 0;
}
.staff-content-profile p.staff-name {
    text-align: center;
}
.staff-content-profile p.staff-description {
    text-align: left;
}
.staff-content-profile p.staff-description br {
    display: none;
}
.support-style {
    width: 100%;
}
.support-style ul li {
    margin: 0 5px 5px;
    padding: 5px 15px;
}
}