@charset "UTF-8";
/* ------------------------------------------------- *
 *        ＠レイアウトCSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%;
  word-break: break-all; }

body {
  color: #231815;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic,"Yu Gothic Medium", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }

a:link, a:active, a:visited {
  color: #231815;
  text-decoration: none; }

ul, ol {
  list-style: none; }

a:hover {
  opacity: 0.8; }

table {
  border-collapse: collapse; }

.wrapper,
header nav ul,
.wrap-footer {
  margin: 0 auto;
  max-width: 1100px; }

.wrapper img {
  height: auto;
  max-width: 100%; }
.wrapper a img:hover {
  opacity: 0.8;
  transition: 0.3s; }

.spnone {
  display: block; }
  @media only screen and (max-width: 767px) {
    .spnone {
      display: none; } }

.pcnone {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pcnone {
      display: block; } }

.red {
  color: #d30016;
  font-weight: bold; }

/* ------------------------------------------------- *
 *        ＠ヘッダー　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
header .wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
  margin-top: 1rem; }
  header .wrapper .logo-area {
    margin-left: auto; }
    header .wrapper .logo-area .company-name {
      text-align: right; }
    header .wrapper .logo-area .logo {
      margin-right: 1.5rem; }
      header .wrapper .logo-area .logo img {
        width: 320px; }
  header .wrapper .box-company {
    margin-right: 2rem;
    width: 30%; }
    header .wrapper .box-company .company-name {
      font-size: 1.2rem;
      margin-bottom: .5rem; }
  header .wrapper .content-area {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    width: 55%;
    margin-right: 1.5rem; }
    header .wrapper .content-area .box-line, header .wrapper .content-area .box-tel {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      width: 15%; }
      header .wrapper .content-area .box-line .img-icon, header .wrapper .content-area .box-tel .img-icon {
        width: 40%;
        margin: 0 auto .5rem; }
  @media only screen and (max-width: 767px) {
    header .wrapper {
      display: block;
      padding: 0; }
      header .wrapper .area-flex {
        display: flex;
        align-items: flex-end;
        padding: 1rem; }
        header .wrapper .area-flex .logo-area {
          margin-left: 0; }
          header .wrapper .area-flex .logo-area .logo {
            padding: 0; }
            header .wrapper .area-flex .logo-area .logo img {
              width: 210px; }
          header .wrapper .area-flex .logo-area .company-name {
            text-align: left;
            font-size: 8.5px;
            margin-bottom: .5rem; }
        header .wrapper .area-flex .right-area {
          display: flex;
          justify-content: flex-end;
          margin-left: auto;
          width: 38%; }
          header .wrapper .area-flex .right-area .box-line-sp {
            font-size: 1rem;
            margin-right: 1rem;
            text-align: center; }
            header .wrapper .area-flex .right-area .box-line-sp img {
              margin: .2rem auto .4rem;
              width: 40px; }
          header .wrapper .area-flex .right-area .box-tel-sp {
            font-size: 1rem;
            text-align: center; }
            header .wrapper .area-flex .right-area .box-tel-sp i {
              color: #d30016;
              display: block;
              font-size: 3.2rem;
              line-height: 5rem;
              text-align: center; }
      header .wrapper .box-company {
        display: flex;
        flex-grow: 1;
        background: #f5f5f5;
        padding: 1rem 1rem .5rem;
        margin-right: 0;
        width: auto; }
        header .wrapper .box-company .company-name {
          font-size: .9rem;
          margin-bottom: 0;
          letter-spacing: 0.2px;
          margin-right: .5rem; }
        header .wrapper .box-company img {
          width: 150px; } }
header nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  header nav ul {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    padding: 1rem; }
    @media only screen and (max-width: 767px) {
      header nav ul {
        justify-content: flex-start;
        overflow-x: auto;
        font-size: 1.6rem; } }
    header nav ul li {
      list-style: none;
      padding: 0 2.5rem;
      border-right: 1px solid #333; }
      header nav ul li:first-child {
        border-left: 1px solid #333; }
      @media only screen and (max-width: 767px) {
        header nav ul li {
          display: inline-block;
          flex: 0 0 auto;
          padding: 0 1.5rem 0 1rem; } }
      header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited, header nav ul li a {
        color: #333;
        font-weight: bold; }

/* ------------------------------------------------- *
 *        ＠トップページ　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.mainvisual {
  margin: 0 0 2rem;
  width: 100%; }

h2.title {
  font-size: 2.4rem;
  border: 3px solid #f47a00;
  padding: 1.5rem;
  background: #fff;
  position: relative;
  z-index: 100;
  width: 300px;
  border-radius: 5rem;
  margin: 0 auto -3rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h2.title {
      font-size: 1.8rem;
      padding: 1rem;
      border: 2px solid #f47a00;
      width: 200px; } }

#item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fdfabe;
  border-top: 3px solid #f47a00;
  padding: 5.5rem 0 3rem;
  margin-bottom: 4rem; }
  #item-list:after {
    content: "";
    display: block;
    width: 45%;
    height: 0; }
  @media only screen and (max-width: 767px) {
    #item-list {
      margin-bottom: 2rem; } }
  #item-list h2.section-title {
    font-size: 1.8rem;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 767px) {
      #item-list h2.section-title {
        font-size: 1.7rem; } }
    #item-list h2.section-title span {
      color: #d30016; }
  #item-list .item-section-special .item-inner {
    margin: auto; }
  #item-list .item-section-special {
    margin-bottom: 5rem; }
  #item-list .item-section-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #item-list .item-section-normal::after {
      content: "";
      flex: 0 0 495px; }
  #item-list .item-inner {
    width: 45%;
    padding: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
    display: flex;
    border: 1px solid #f47a00;
    border-radius: 2rem;
    flex-direction: column;
    background: #fff; }
    #item-list .item-inner:nth-child(2n) {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        #item-list .item-inner:nth-child(2n) {
          margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      #item-list .item-inner {
        width: 90%;
        margin: 0 auto 2rem; } }
    #item-list .item-inner .category-title {
      font-size: 2.2rem;
      background: #f47a00;
      border-radius: 1.6rem 1.6rem 0 0;
      color: #fff;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      text-align: center; }
      #item-list .item-inner .category-title i {
        padding: 0 1rem 0 1.5rem; }
    #item-list .item-inner .box-item {
      padding: 1.5rem 3rem 2rem;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        #item-list .item-inner .box-item {
          padding: 1rem 2rem 2rem; } }
      #item-list .item-inner .box-item .item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between; }
        #item-list .item-inner .box-item .item:nth-child(3n) {
          margin-right: 0; }
        #item-list .item-inner .box-item .item .title {
          font-size: 2rem;
          font-weight: bold;
          border-bottom: 2px dotted #f47a00;
          padding-bottom: .5rem;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            #item-list .item-inner .box-item .item .title {
              border-left: none;
              padding-left: 0;
              font-size: 1.6rem; } }
        #item-list .item-inner .box-item .item .logo {
          width: 90%;
          margin: 0 auto 1.5rem; }
        #item-list .item-inner .box-item .item .catch-text {
          font-size: 1.4rem;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            #item-list .item-inner .box-item .item .catch-text {
              height: auto; } }
        #item-list .item-inner .box-item .item .btn-detail {
          margin-bottom: 2rem;
          text-align: center; }
          #item-list .item-inner .box-item .item .btn-detail a {
            color: #2364bd;
            font-size: 1.5rem;
            font-weight: 500;
            text-align: center; }
          #item-list .item-inner .box-item .item .btn-detail i {
            padding-right: .5rem; }
        #item-list .item-inner .box-item .item .btn-area {
          display: flex;
          margin-top: auto;
          justify-content: center;
          align-items: center;
          gap: 10px; }
          @media only screen and (max-width: 767px) {
            #item-list .item-inner .box-item .item .btn-area {
              display: block; } }
          #item-list .item-inner .box-item .item .btn-area .btn-cv, #item-list .item-inner .box-item .item .btn-area .btn-line {
            width: 65%; }
            @media only screen and (max-width: 767px) {
              #item-list .item-inner .box-item .item .btn-area .btn-cv, #item-list .item-inner .box-item .item .btn-area .btn-line {
                width: 100%; } }
            #item-list .item-inner .box-item .item .btn-area .btn-cv a, #item-list .item-inner .box-item .item .btn-area .btn-line a {
              font-weight: bold;
              display: block;
              width: 100%;
              background: #f47a00;
              color: #fff;
              font-size: 1.6rem;
              line-height: 1.2;
              padding: 1.5rem;
              border-radius: 5rem;
              text-align: center;
              border-bottom: 4px solid #a95b0d; }
              #item-list .item-inner .box-item .item .btn-area .btn-cv a i, #item-list .item-inner .box-item .item .btn-area .btn-line a i {
                padding-right: 1rem; }
              #item-list .item-inner .box-item .item .btn-area .btn-cv a:hover, #item-list .item-inner .box-item .item .btn-area .btn-line a:hover {
                background: #f7a049; }
              @media only screen and (max-width: 767px) {
                #item-list .item-inner .box-item .item .btn-area .btn-cv a, #item-list .item-inner .box-item .item .btn-area .btn-line a {
                  font-size: 1.8rem;
                  line-height: 1.4;
                  margin-bottom: 1rem;
                  padding: 1rem; } }
            #item-list .item-inner .box-item .item .btn-area .btn-cv span, #item-list .item-inner .box-item .item .btn-area .btn-line span {
              display: block;
              font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            #item-list .item-inner .box-item .item .btn-area .btn-cv a {
              margin-bottom: 1rem; } }
          #item-list .item-inner .box-item .item .btn-area .btn-line {
            margin-right: 1rem; }
            #item-list .item-inner .box-item .item .btn-area .btn-line a {
              background: #d30016;
              border-bottom: 4px solid #950110; }
              #item-list .item-inner .box-item .item .btn-area .btn-line a:hover {
                background: #ff001b; }
          #item-list .item-inner .box-item .item .btn-area .btn-request {
            width: 65%; }
            @media only screen and (max-width: 767px) {
              #item-list .item-inner .box-item .item .btn-area .btn-request {
                width: 100%; } }
            #item-list .item-inner .box-item .item .btn-area .btn-request span {
              display: block;
              font-size: 1.2rem; }
            #item-list .item-inner .box-item .item .btn-area .btn-request a {
              background-color: #1976d2;
              border-radius: 5rem;
              border-bottom: 4px solid #114a83;
              color: #fff;
              display: block;
              font-size: 1.6rem;
              font-weight: 700;
              line-height: 1.2;
              padding: 1.5rem;
              text-align: center; }
              @media only screen and (max-width: 767px) {
                #item-list .item-inner .box-item .item .btn-area .btn-request a {
                  font-size: 1.8rem;
                  line-height: 1.4;
                  margin-bottom: 1rem;
                  padding: 1rem; } }
        #item-list .item-inner .box-item .item .text-number {
          margin-top: 1rem;
          color: #959595;
          font-size: 1rem;
          text-align: right; }
    #item-list .item-inner.medical-box {
      border: 2px solid #bc5872; }
      #item-list .item-inner.medical-box .category-title {
        background: #bc5872; }
      #item-list .item-inner.medical-box .item .title {
        border-bottom: 2px dotted #bc5872; }
    #item-list .item-inner.medical_for_female-box {
      border: 2px solid #e3557a; }
      #item-list .item-inner.medical_for_female-box .category-title {
        background: #e3557a; }
      #item-list .item-inner.medical_for_female-box .item .title {
        border-bottom: 2px dotted #e3557a; }
    #item-list .item-inner.medical_for_chronic-box {
      border: 2px solid #01a769; }
      #item-list .item-inner.medical_for_chronic-box .category-title {
        background: #01a769; }
      #item-list .item-inner.medical_for_chronic-box .item .title {
        border-bottom: 2px dotted #01a769; }
    #item-list .item-inner.cancer-box {
      border: 2px solid #01b08e; }
      #item-list .item-inner.cancer-box .category-title {
        background: #01b08e; }
      #item-list .item-inner.cancer-box .item .title {
        border-bottom: 2px dotted #01b08e; }
    #item-list .item-inner.nursing-box {
      border: 2px solid #ea5717; }
      #item-list .item-inner.nursing-box .category-title {
        background: #ea5717; }
      #item-list .item-inner.nursing-box .item .title {
        border-bottom: 2px dotted #ea5717; }
    #item-list .item-inner.income_security-box {
      border: 2px solid #f39700; }
      #item-list .item-inner.income_security-box .category-title {
        background: #f39700; }
      #item-list .item-inner.income_security-box .item .title {
        border-bottom: 2px dotted #f39700; }
    #item-list .item-inner.whole_life-box {
      border: 2px solid #21b4d0; }
      #item-list .item-inner.whole_life-box .category-title {
        background: #21b4d0; }
      #item-list .item-inner.whole_life-box .item .title {
        border-bottom: 2px dotted #21b4d0; }
    #item-list .item-inner.variable-box {
      border: 2px solid #751286; }
      #item-list .item-inner.variable-box .category-title {
        background: #751286; }
      #item-list .item-inner.variable-box .item .title {
        border-bottom: 2px dotted #751286; }

.text-info p {
  font-size: 1.2rem; }
@media only screen and (max-width: 767px) {
  .text-info {
    padding: 0 2rem; } }

.contact-area {
  display: flex;
  margin: 5rem auto;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .contact-area {
      display: block;
      margin: 2rem auto 5rem;
      width: 95%; } }
  .contact-area .mail-btn, .contact-area .line-btn {
    width: 48%; }
    .contact-area .mail-btn p, .contact-area .line-btn p {
      font-size: 2rem;
      color: #fff; }
    .contact-area .mail-btn a, .contact-area .line-btn a {
      width: 100%;
      padding: 2rem;
      display: block;
      text-align: center;
      font-weight: bold;
      border-radius: 5rem; }
    .contact-area .mail-btn i, .contact-area .line-btn i {
      padding-right: 1rem; }
    @media only screen and (max-width: 767px) {
      .contact-area .mail-btn, .contact-area .line-btn {
        width: auto;
        height: auto; } }
  .contact-area .mail-btn {
    margin-right: 1.5rem; }
    .contact-area .mail-btn a {
      background: #f47a00;
      color: #fff;
      padding: 3.2rem;
      font-size: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .contact-area .mail-btn {
        margin-right: 0;
        margin-bottom: 1.5rem; }
        .contact-area .mail-btn a {
          font-size: 1.4rem; } }
  .contact-area .line-btn a {
    background: #d30016;
    color: #fff;
    font-size: 2.5rem; }
    .contact-area .line-btn a .text-02 {
      font-size: 1.2rem; }
  .contact-area .line-btn img {
    width: 20px;
    margin-right: .5rem; }

.number-text {
  text-align: right;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem; }
  @media only screen and (max-width: 767px) {
    .number-text {
      text-align: left; } }

/* ------------------------------------------------- *
 *        ＠電話問い合わせページ　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.tel-contact .contents h3.ttl {
  background: #f47a00;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem !important;
  font-size: 1.4rem;
  color: #fff; }
.tel-contact .contents p {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important; }
.tel-contact .contents p.text-info {
  font-size: 1.3rem !important;
  margin-bottom: 1rem !important;
  padding: 0 !important; }
  @media only screen and (max-width: 767px) {
    .tel-contact .contents p.text-info {
      padding: 0 2rem !important; } }
.tel-contact .contents p.small-text {
  font-size: 1.1rem !important;
  line-height: 0.8;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .tel-contact .contents p.small-text {
      padding: 1rem 0 0; } }
.tel-contact .contents .inner-box {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .tel-contact .contents .inner-box {
      display: block;
      text-align: center; } }
  .tel-contact .contents .inner-box a:link, .tel-contact .contents .inner-box a:active, .tel-contact .contents .inner-box a:visited {
    color: #d30016 !important;
    font-size: 3.5rem; }
    @media only screen and (max-width: 767px) {
      .tel-contact .contents .inner-box a:link, .tel-contact .contents .inner-box a:active, .tel-contact .contents .inner-box a:visited {
        font-size: 3rem; } }
  .tel-contact .contents .inner-box a {
    width: 35%;
    margin-right: 1rem; }
    @media only screen and (max-width: 767px) {
      .tel-contact .contents .inner-box a {
        width: 100%;
        margin-right: 0; } }
  .tel-contact .contents .inner-box i {
    padding-right: 1rem; }
  .tel-contact .contents .inner-box dl {
    width: 70%;
    align-items: center;
    margin-bottom: 2rem !important; }
    @media only screen and (max-width: 767px) {
      .tel-contact .contents .inner-box dl {
        width: 100%;
        display: block !important;
        margin: 2rem auto 0; }
        .tel-contact .contents .inner-box dl dt, .tel-contact .contents .inner-box dl dd {
          width: 100% !important;
          margin-bottom: 0 !important; } }

/* ------------------------------------------------- *
 *        ＠お問い合わせフォーム　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#contact-form .req {
  background: #ff3469;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1rem;
  padding: .1rem .5rem; }
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    #contact-form input[type=text],
    #contact-form input[type=email],
    #contact-form textarea {
      width: 100%; } }
#contact-form textarea {
  width: 100%; }
  #contact-form textarea::placeholder {
    color: #ddd; }
#contact-form .under-contact-title .under-contact-text {
  margin-bottom: 0; }
#contact-form .wpcf7-list-item {
  display: block;
  margin: 0; }
#contact-form .item-sex .wpcf7-list-item {
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  margin-right: 2rem;
  padding: .5rem 5rem; }
  @media only screen and (max-width: 767px) {
    #contact-form .item-sex .wpcf7-list-item {
      padding: .5rem 4rem; } }
#contact-form .wpcf7-form-control-wrap select {
  appearance: auto;
  border: 1px solid #666;
  border-radius: 5px;
  padding: .5rem 1rem;
  margin-right: 1rem;
  -webkit-appearance: auto; }
  @media only screen and (max-width: 767px) {
    #contact-form .wpcf7-form-control-wrap select {
      width: 100%; } }
@media only screen and (max-width: 767px) {
  #contact-form .item-birthday .wpcf7-form-control-wrap select {
    padding: .5rem;
    width: 22%; } }
#contact-form .under-contact-checkbox {
  text-align: center; }
#contact-form input[type=button] {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 3rem auto 0;
  padding: .2rem 2rem;
  text-align: center;
  width: 8rem; }
#contact-form input[type=submit] {
  background: #ffa500;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: auto;
  padding: 1rem 1rem;
  width: 30%; }
  @media only screen and (max-width: 767px) {
    #contact-form input[type=submit] {
      width: 60%; } }
#contact-form .form-consultation {
  margin: 5rem 0; }
  #contact-form .form-consultation dt p, #contact-form .form-consultation dd p {
    margin-bottom: 0; }
  #contact-form .form-consultation dt {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      #contact-form .form-consultation dt {
        justify-content: left;
        width: 100%; } }
    #contact-form .form-consultation dt small {
      display: block; }
      @media only screen and (max-width: 767px) {
        #contact-form .form-consultation dt small {
          display: inline; } }
  #contact-form .form-consultation dd {
    width: 70%; }
    @media only screen and (max-width: 767px) {
      #contact-form .form-consultation dd {
        padding: 1rem 1rem 2rem;
        width: 100%; } }
  #contact-form .form-consultation input[type=text],
  #contact-form .form-consultation input[type=email],
  #contact-form .form-consultation input[type=tel] {
    border: 1px solid #666;
    border-radius: 5px;
    display: block;
    margin-top: 1rem;
    padding: .5rem 1rem;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      #contact-form .form-consultation input[type=text],
      #contact-form .form-consultation input[type=email],
      #contact-form .form-consultation input[type=tel] {
        width: 100%; } }

/* ------------------------------------------------- *
 *        ＠consultation 相談フォーム　　　　　　　　　　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #front-page {
    padding: 0 1.5rem; } }
#front-page h2 {
  font-size: 2.8rem;
  margin: 4rem 0;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #front-page h2 {
      font-size: 2.2rem;
      margin: 3rem 0; } }
  #front-page h2::before {
    background-color: #f47a00;
    border-radius: 4px;
    bottom: -1rem;
    content: "";
    display: inline-block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 3rem;
    -webkit-transform: translateX(-50%); }
#front-page main {
  display: block; }
#front-page .title-consultation {
  background: url(../img/mainvisual/mainvisual-consultation-pc.png;) no-repeat left center;
  background-size: contain;
  display: block;
  height: 352px;
  margin: 1rem auto 3rem;
  position: relative;
  width: 80%; }
  @media only screen and (max-width: 767px) {
    #front-page .title-consultation {
      background: url(../img/mainvisual/mainvisual-consultation-sp.png;) no-repeat left center;
      background-size: contain;
      height: 250px;
      width: 100%; } }
  #front-page .title-consultation .btn-consultation {
    bottom: 25%;
    position: absolute;
    right: 11%;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      #front-page .title-consultation .btn-consultation {
        bottom: 43%;
        right: 0;
        left: 0;
        margin: auto;
        width: 60%; } }
    #front-page .title-consultation .btn-consultation a {
      background: #ffdc29;
      border-radius: 5px;
      display: block;
      padding: 1rem 3rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #front-page .title-consultation .btn-consultation a {
          padding: .5rem 3rem; } }
#front-page .wrap-consultation-flow {
  list-style: none;
  margin: 0 auto;
  width: 80%; }
  @media only screen and (max-width: 767px) {
    #front-page .wrap-consultation-flow {
      width: 100%; } }
  #front-page .wrap-consultation-flow li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    #front-page .wrap-consultation-flow li .text-consultation {
      width: 88%; }
      @media only screen and (max-width: 767px) {
        #front-page .wrap-consultation-flow li .text-consultation {
          padding-right: 1rem;
          width: 80%; } }
      #front-page .wrap-consultation-flow li .text-consultation dt {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          #front-page .wrap-consultation-flow li .text-consultation dt {
            font-size: 1.6rem; } }
      #front-page .wrap-consultation-flow li .text-consultation dd {
        font-size: 1.5rem; }
        @media only screen and (max-width: 767px) {
          #front-page .wrap-consultation-flow li .text-consultation dd {
            font-size: 1.4rem; } }
    #front-page .wrap-consultation-flow li .img-consultation {
      width: 12%; }
      @media only screen and (max-width: 767px) {
        #front-page .wrap-consultation-flow li .img-consultation {
          width: 20%; } }
@media only screen and (max-width: 767px) {
  #front-page .wrap-consultation {
    padding: 0 0 5rem !important; } }

/* ------------------------------------------------- *
 *        ＠consultation 相談フォーム　　改修版　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#consultation-page {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0; }
  @media only screen and (max-width: 767px) {
    #consultation-page {
      padding: 0; } }
  #consultation-page .mainvisual {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      #consultation-page .mainvisual {
        margin-bottom: 1.5rem; } }
  #consultation-page .content-box {
    margin: 0 auto 10rem; }
    @media only screen and (max-width: 767px) {
      #consultation-page .content-box {
        width: 100%; } }
    #consultation-page .content-box h2 {
      font-size: 3.5rem;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #consultation-page .content-box h2 {
          font-size: 2rem; } }
      #consultation-page .content-box h2 .strong {
        color: #0e51bf;
        font-size: 5rem; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box h2 .strong {
            font-size: 3rem; } }
    #consultation-page .content-box .ttl-area {
      display: flex;
      justify-content: center;
      align-items: center; }
      #consultation-page .content-box .ttl-area img {
        width: 40%; }
    #consultation-page .content-box.onayami-box {
      margin-bottom: 3rem; }
      #consultation-page .content-box.onayami-box h2 {
        margin-top: 8rem;
        margin-right: 1rem; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box.onayami-box h2 {
            text-align: center;
            margin: 2rem 0; } }
      #consultation-page .content-box.onayami-box .content-area {
        background: #e6efff;
        padding: 3rem;
        border-radius: 1rem;
        width: 90%;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box.onayami-box .content-area {
            padding: 2rem;
            width: 95%; } }
        #consultation-page .content-box.onayami-box .content-area ul {
          background: #fff;
          padding: 3rem 3rem 2rem;
          border-radius: 1rem;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          @media only screen and (max-width: 767px) {
            #consultation-page .content-box.onayami-box .content-area ul {
              display: block;
              padding: 2rem 2rem 1rem; } }
          #consultation-page .content-box.onayami-box .content-area ul li {
            width: 48%;
            list-style: none;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem; }
            #consultation-page .content-box.onayami-box .content-area ul li i {
              padding-right: .5rem;
              color: #e11858; }
            @media only screen and (max-width: 767px) {
              #consultation-page .content-box.onayami-box .content-area ul li {
                width: 100%;
                font-size: 1.8rem; } }
      #consultation-page .content-box.onayami-box .triangle {
        width: 0;
        height: 0;
        margin: 4rem auto 1rem;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-top: 50px solid #e6efff; }
    #consultation-page .content-box.reason-box .ttl-area h2 {
      font-size: 2.4rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        #consultation-page .content-box.reason-box .ttl-area h2 {
          margin-bottom: 2rem; } }
    #consultation-page .content-box.reason-box .ttl-area img {
      width: 30%;
      margin-right: 2rem; }
      @media only screen and (max-width: 767px) {
        #consultation-page .content-box.reason-box .ttl-area img {
          width: 25%;
          margin-right: .5rem; } }
    #consultation-page .content-box.reason-box .reason-inner {
      width: 100%;
      margin: auto; }
      #consultation-page .content-box.reason-box .reason-inner h3 {
        width: 80%;
        font-size: 2.4rem;
        position: relative;
        height: 70px;
        margin: 0 auto 5rem;
        padding: 0 2rem;
        text-align: center;
        color: #fff;
        background: #0e51bf; }
        #consultation-page .content-box.reason-box .reason-inner h3:before, #consultation-page .content-box.reason-box .reason-inner h3:after {
          position: absolute;
          top: 0;
          display: block;
          height: 70px;
          content: '';
          border: 35px solid #0e51bf; }
        #consultation-page .content-box.reason-box .reason-inner h3:before {
          left: -40px;
          border-left-width: 15px;
          border-left-color: transparent; }
        #consultation-page .content-box.reason-box .reason-inner h3:after {
          right: -40px;
          border-right-width: 15px;
          border-right-color: transparent; }
        #consultation-page .content-box.reason-box .reason-inner h3 p {
          position: relative;
          display: block; }
        #consultation-page .content-box.reason-box .reason-inner h3 .strong {
          color: #ffdc29; }
        #consultation-page .content-box.reason-box .reason-inner h3 .bigger {
          font-size: 4rem; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box.reason-box .reason-inner h3 {
            font-size: 2rem;
            line-height: 1.0;
            padding-top: 1rem;
            margin-bottom: 2rem; }
            #consultation-page .content-box.reason-box .reason-inner h3 .bigger {
              font-size: 3rem; } }
      #consultation-page .content-box.reason-box .reason-inner .inner-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box.reason-box .reason-inner .inner-box {
            display: block; } }
        #consultation-page .content-box.reason-box .reason-inner .inner-box .inner {
          display: grid;
          width: 32%; }
          @media only screen and (max-width: 767px) {
            #consultation-page .content-box.reason-box .reason-inner .inner-box .inner {
              width: 90%;
              margin: 0 auto 3rem;
              border-bottom: 2px dotted #e6efff;
              padding-bottom: 3rem; }
              #consultation-page .content-box.reason-box .reason-inner .inner-box .inner:last-child {
                margin-bottom: 0; } }
          #consultation-page .content-box.reason-box .reason-inner .inner-box .inner img {
            width: 80%;
            margin: 0 auto 2rem; }
          #consultation-page .content-box.reason-box .reason-inner .inner-box .inner h4 {
            text-align: center;
            font-size: 2.2rem;
            color: #0e51bf;
            margin-bottom: .5rem; }
          #consultation-page .content-box.reason-box .reason-inner .inner-box .inner p {
            font-size: 1.4rem;
            font-weight: bold; }
    #consultation-page .content-box.flow-box {
      background: #e6efff;
      padding: 4rem 0;
      margin-bottom: 4rem; }
      #consultation-page .content-box.flow-box h2 {
        color: #2755a1;
        font-size: 3.5rem;
        margin-right: 0;
        margin-bottom: 1rem;
        position: relative;
        padding: 0 .5rem;
        text-align: center; }
        #consultation-page .content-box.flow-box h2:before {
          position: absolute;
          top: calc(50% - 1px);
          left: 55px;
          width: 90%;
          height: 2px;
          content: '';
          background: #2755a1; }
          @media only screen and (max-width: 767px) {
            #consultation-page .content-box.flow-box h2:before {
              display: none; } }
        #consultation-page .content-box.flow-box h2 span {
          position: relative;
          padding: 0 1.5rem;
          background: #e6efff; }
      #consultation-page .content-box.flow-box .step-box {
        padding: 2rem 6rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          #consultation-page .content-box.flow-box .step-box {
            display: block;
            padding: 2rem 3rem 1rem; } }
        #consultation-page .content-box.flow-box .step-box .inner {
          width: 32%; }
          @media only screen and (max-width: 767px) {
            #consultation-page .content-box.flow-box .step-box .inner {
              width: 100%;
              margin: 0 auto 3rem; } }
          #consultation-page .content-box.flow-box .step-box .inner .number {
            font-size: 3rem;
            color: #fff;
            text-align: center;
            background: #2755a1;
            padding: 1rem;
            font-weight: bold; }
          #consultation-page .content-box.flow-box .step-box .inner .text {
            background: #fff;
            border-bottom: 3px solid #2755a1;
            padding: 2rem 2.5rem 3rem; }
            #consultation-page .content-box.flow-box .step-box .inner .text img {
              margin-bottom: 1rem; }
            #consultation-page .content-box.flow-box .step-box .inner .text h4 {
              font-size: 2rem;
              text-align: center;
              margin-bottom: .5rem; }
            #consultation-page .content-box.flow-box .step-box .inner .text p {
              font-size: 1.4rem; }
        #consultation-page .content-box.flow-box .step-box i {
          font-size: 3.5rem;
          color: #e11858; }
          @media only screen and (max-width: 767px) {
            #consultation-page .content-box.flow-box .step-box i {
              display: none; } }
  #consultation-page .cta-btn {
    margin: 5rem auto 8rem; }
    @media only screen and (max-width: 767px) {
      #consultation-page .cta-btn {
        margin: 3rem auto 5rem; } }
    #consultation-page .cta-btn a {
      display: block;
      width: 90%;
      margin: auto;
      text-align: center;
      background: #f68e13;
      padding: 2rem 5rem;
      border-radius: 5rem;
      font-size: 2.6rem;
      font-weight: bold;
      color: #fff;
      border-bottom: 5px solid #cb6009; }
      @media only screen and (max-width: 767px) {
        #consultation-page .cta-btn a {
          width: 100%;
          padding: 2rem 1.5rem 1.5rem;
          font-size: 2rem;
          line-height: 1.4; } }
    #consultation-page .cta-btn i {
      padding: 1rem;
      font-size: 2rem; }
    #consultation-page .cta-btn:hover a {
      background: #f1a954;
      border-bottom: 5px solid #dd9036; }

/* ------------------------------------------------- *
 *        ＠資料請求フォーム　　　　　　　　
 * ------------------------------------------------- */
#contact-form .selected-products {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  display: flex;
  padding: 2rem; }
  @media only screen and (max-width: 767px) {
    #contact-form .selected-products {
      display: block;
      font-weight: bold;
      padding: 1rem 2rem; } }
  #contact-form .selected-products p {
    margin: 0; }
    #contact-form .selected-products p input {
      border: none;
      margin: auto;
      padding: 0;
      width: 100%; }
#contact-form .form-request {
  margin: 3rem 0; }
  @media only screen and (max-width: 767px) {
    #contact-form .form-request {
      margin: 2rem 0; } }
  @media only screen and (max-width: 767px) {
    #contact-form .form-request dt {
      margin-bottom: .5rem; } }
  #contact-form .form-request dt p {
    line-height: 1.4; }
  #contact-form .form-request dd {
    padding: 1rem; }
    @media only screen and (max-width: 767px) {
      #contact-form .form-request dd {
        margin-bottom: 2rem; } }
    #contact-form .form-request dd .wpcf7-radio {
      display: flex;
      gap: 10px; }
  #contact-form .form-request .wpcf7-not-valid-tip {
    display: block;
    color: red;
    margin-top: 5px;
    font-size: 0.9em; }

/* ------------------------------------------------- *
 *        ＠詳細ページ　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#single-details, #category {
  width: 80%;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #single-details, #category {
      width: 95%; } }
  #single-details .single-inner, #category .single-inner {
    margin: 5rem auto; }
    @media only screen and (max-width: 767px) {
      #single-details .single-inner, #category .single-inner {
        margin: 3rem auto 5rem; } }
    #single-details .single-inner .title, #category .single-inner .title {
      border-bottom: 2px dotted #e3557a;
      font-size: 2.8rem;
      padding-left: 1rem;
      padding-bottom: .5rem;
      margin-bottom: 2rem;
      line-height: 1.2; }
      #single-details .single-inner .title i, #category .single-inner .title i {
        color: #e3557a;
        padding-right: 1rem; }
      @media only screen and (max-width: 767px) {
        #single-details .single-inner .title, #category .single-inner .title {
          font-size: 2.4rem; } }
    #single-details .single-inner .box-main, #category .single-inner .box-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        #single-details .single-inner .box-main, #category .single-inner .box-main {
          display: block; } }
      #single-details .single-inner .box-main .banner, #category .single-inner .box-main .banner {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 2rem;
        padding: 2rem 0;
        margin-right: 1.5rem;
        width: 45%; }
        #single-details .single-inner .box-main .banner img, #category .single-inner .box-main .banner img {
          width: 100%; }
        @media only screen and (max-width: 767px) {
          #single-details .single-inner .box-main .banner, #category .single-inner .box-main .banner {
            margin-right: 0;
            margin-bottom: 2rem;
            width: 100%; } }
      #single-details .single-inner .box-main .text, #category .single-inner .box-main .text {
        width: 55%; }
        @media only screen and (max-width: 767px) {
          #single-details .single-inner .box-main .text, #category .single-inner .box-main .text {
            width: 100%; } }
        #single-details .single-inner .box-main .text .box-feature .ttl-feature, #category .single-inner .box-main .text .box-feature .ttl-feature {
          background: #fbecee;
          border-radius: 2rem;
          font-size: 1.4rem;
          font-weight: bold;
          position: relative;
          padding: 1rem;
          margin-bottom: 1.5rem;
          text-align: center; }
          #single-details .single-inner .box-main .text .box-feature .ttl-feature:after, #category .single-inner .box-main .text .box-feature .ttl-feature:after {
            position: absolute;
            content: '';
            top: 100%;
            left: 47%;
            border: 15px solid transparent;
            border-top: 15px solid #fbecee;
            width: 0;
            height: 0; }
        #single-details .single-inner .box-main .text .box-feature .text-feature, #category .single-inner .box-main .text .box-feature .text-feature {
          font-size: 1.4rem;
          font-weight: normal;
          padding: .5rem; }
    #single-details .single-inner .box-conditions, #category .single-inner .box-conditions {
      margin-bottom: 2rem; }
      #single-details .single-inner .box-conditions .text-conditions, #category .single-inner .box-conditions .text-conditions {
        border: 1px solid #ddd;
        color: #666;
        font-size: 1.4rem;
        padding: 2rem; }
    #single-details .single-inner .box-point, #category .single-inner .box-point {
      background: #fdfabe;
      border-top: 3px solid #f47a00;
      padding: 2rem;
      margin: 5rem auto; }
      #single-details .single-inner .box-point .ttl-point, #category .single-inner .box-point .ttl-point {
        background: #fff;
        border: 3px solid #f47a00;
        border-radius: 5rem;
        font-size: 1.8rem;
        font-weight: bold;
        margin: -4rem auto 1.5rem;
        text-align: center;
        padding: 1rem;
        width: 240px; }
      #single-details .single-inner .box-point ol, #category .single-inner .box-point ol {
        background: #fff;
        padding: 2rem; }
        #single-details .single-inner .box-point ol li, #category .single-inner .box-point ol li {
          border-bottom: 1px dotted #ffd3a6;
          font-size: 1.8rem;
          font-weight: bold;
          margin: 1.5rem auto 2rem;
          padding-bottom: 1.5rem; }
          #single-details .single-inner .box-point ol li:last-child, #category .single-inner .box-point ol li:last-child {
            margin-bottom: 0;
            border-bottom: none; }
          #single-details .single-inner .box-point ol li i, #category .single-inner .box-point ol li i {
            color: #f47a00;
            padding-right: .5rem; }
          @media only screen and (max-width: 767px) {
            #single-details .single-inner .box-point ol li, #category .single-inner .box-point ol li {
              font-size: 1.6rem; }
              #single-details .single-inner .box-point ol li:first-child, #category .single-inner .box-point ol li:first-child {
                margin-top: 0rem; } }
  #single-details .medical-item .title, #category .medical-item .title {
    border-bottom: 2px dotted #bc5872; }
    #single-details .medical-item .title i, #category .medical-item .title i {
      color: #bc5872; }
  #single-details .cancer-item .title, #category .cancer-item .title {
    border-bottom: 2px dotted #01b08e; }
    #single-details .cancer-item .title i, #category .cancer-item .title i {
      color: #01b08e; }
  #single-details .cancer-item .title, #category .cancer-item .title {
    border-bottom: 2px dotted #01b08e; }
    #single-details .cancer-item .title i, #category .cancer-item .title i {
      color: #01b08e; }
  #single-details .cancer-item .box-main .text .box-feature .ttl-feature, #category .cancer-item .box-main .text .box-feature .ttl-feature {
    background: #daf1ed; }
    #single-details .cancer-item .box-main .text .box-feature .ttl-feature:after, #category .cancer-item .box-main .text .box-feature .ttl-feature:after {
      border-top: 15px solid #daf1ed; }
  #single-details .income_security-item .title, #category .income_security-item .title {
    border-bottom: 2px dotted #f39700; }
    #single-details .income_security-item .title i, #category .income_security-item .title i {
      color: #f39700; }
  #single-details .income_security-item .box-main .text .box-feature .ttl-feature, #category .income_security-item .box-main .text .box-feature .ttl-feature {
    background: #fff7ea; }
    #single-details .income_security-item .box-main .text .box-feature .ttl-feature:after, #category .income_security-item .box-main .text .box-feature .ttl-feature:after {
      border-top: 15px solid #fff7ea; }
  #single-details .whole_life-item .title, #category .whole_life-item .title {
    border-bottom: 2px dotted #21b4d0; }
    #single-details .whole_life-item .title i, #category .whole_life-item .title i {
      color: #21b4d0; }
  #single-details .whole_life-item .box-main .text .box-feature .ttl-feature, #category .whole_life-item .box-main .text .box-feature .ttl-feature {
    background: #e9fcff; }
    #single-details .whole_life-item .box-main .text .box-feature .ttl-feature:after, #category .whole_life-item .box-main .text .box-feature .ttl-feature:after {
      border-top: 15px solid #e9fcff; }
  #single-details .box-content h4, #category .box-content h4 {
    background: #f5f5f5;
    border-radius: 1rem;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 2rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      #single-details .box-content h4, #category .box-content h4 {
        font-size: 2rem;
        padding: 1.5rem; } }
  #single-details .box-content h5, #category .box-content h5 {
    border-left: 8px solid #6b40d1;
    background: #f5f3f9;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 1.5rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      #single-details .box-content h5, #category .box-content h5 {
        font-size: 1.8rem; } }
  #single-details .box-content .text-plan, #category .box-content .text-plan {
    border-bottom: 2px dotted #4618b3;
    color: #410c93;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: .5rem;
    padding-bottom: .5rem;
    margin: 2rem auto; }
    @media only screen and (max-width: 767px) {
      #single-details .box-content .text-plan, #category .box-content .text-plan {
        font-size: 2rem;
        line-height: 1.2; } }
  #single-details .box-content .img-plan, #category .box-content .img-plan {
    width: 60%;
    margin: auto; }
  #single-details .box-content dl, #category .box-content dl {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 4rem;
    border-bottom: 1px solid #ccc; }
    #single-details .box-content dl dt, #single-details .box-content dl dd, #category .box-content dl dt, #category .box-content dl dd {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 1rem; }
      @media only screen and (max-width: 767px) {
        #single-details .box-content dl dt, #single-details .box-content dl dd, #category .box-content dl dt, #category .box-content dl dd {
          font-size: 1.4rem; } }
    #single-details .box-content dl dt, #category .box-content dl dt {
      background-color: #f5f5f5;
      border-top: 1px solid #ccc;
      text-align: center;
      width: 28%; }
    #single-details .box-content dl dd, #category .box-content dl dd {
      border-top: 1px solid #ccc;
      text-align: left;
      width: 72%; }
      #single-details .box-content dl dd span, #category .box-content dl dd span {
        color: #f45c00; }
        #single-details .box-content dl dd span.price, #category .box-content dl dd span.price {
          font-size: 2rem; }
        #single-details .box-content dl dd span.bikou, #category .box-content dl dd span.bikou {
          color: #666;
          font-size: 1.4rem;
          font-weight: normal; }
  #single-details .box-content-product, #category .box-content-product {
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 4rem;
    margin: 3rem auto; }
    @media only screen and (max-width: 767px) {
      #single-details .box-content-product, #category .box-content-product {
        padding: 2rem; } }
    #single-details .box-content-product table caption, #category .box-content-product table caption {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #single-details .box-content-product table caption, #category .box-content-product table caption {
          font-size: 1.8rem; } }
    #single-details .box-content-product table th, #single-details .box-content-product table td, #category .box-content-product table th, #category .box-content-product table td {
      border-top: 1px solid #ccc;
      display: table-cell;
      font-size: 1.4rem;
      padding: 1rem 0;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #single-details .box-content-product table th, #single-details .box-content-product table td, #category .box-content-product table th, #category .box-content-product table td {
          font-size: 1.2rem; } }
    #single-details .box-content-product table th, #category .box-content-product table th {
      font-size: 1.6rem;
      width: 32%; }
    #single-details .box-content-product table td, #category .box-content-product table td {
      width: 68%; }
  #single-details .btn-area, #category .btn-area {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-top: auto; }
    @media only screen and (max-width: 767px) {
      #single-details .btn-area, #category .btn-area {
        display: block; } }
    #single-details .btn-area .btn-cv, #single-details .btn-area .btn-line, #single-details .btn-area .btn-detail, #category .btn-area .btn-cv, #category .btn-area .btn-line, #category .btn-area .btn-detail {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        #single-details .btn-area .btn-cv, #single-details .btn-area .btn-line, #single-details .btn-area .btn-detail, #category .btn-area .btn-cv, #category .btn-area .btn-line, #category .btn-area .btn-detail {
          width: 100%; } }
      #single-details .btn-area .btn-cv a, #single-details .btn-area .btn-line a, #single-details .btn-area .btn-detail a, #category .btn-area .btn-cv a, #category .btn-area .btn-line a, #category .btn-area .btn-detail a {
        background: #f47a00;
        border-bottom: 4px solid #a95b0d;
        border-radius: 5rem;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        display: block;
        padding: 2.5rem;
        text-align: center;
        width: 100%; }
        #single-details .btn-area .btn-cv a i, #single-details .btn-area .btn-line a i, #single-details .btn-area .btn-detail a i, #category .btn-area .btn-cv a i, #category .btn-area .btn-line a i, #category .btn-area .btn-detail a i {
          padding-right: 1rem; }
        #single-details .btn-area .btn-cv a:hover, #single-details .btn-area .btn-line a:hover, #single-details .btn-area .btn-detail a:hover, #category .btn-area .btn-cv a:hover, #category .btn-area .btn-line a:hover, #category .btn-area .btn-detail a:hover {
          background: #f7a049; }
        @media only screen and (max-width: 767px) {
          #single-details .btn-area .btn-cv a, #single-details .btn-area .btn-line a, #single-details .btn-area .btn-detail a, #category .btn-area .btn-cv a, #category .btn-area .btn-line a, #category .btn-area .btn-detail a {
            font-size: 1.6rem;
            margin-bottom: 1rem;
            padding: 1.5rem 1rem; } }
    @media only screen and (max-width: 767px) {
      #single-details .btn-area .btn-cv a, #category .btn-area .btn-cv a {
        margin-bottom: 1rem; } }
    #single-details .btn-area .btn-line, #category .btn-area .btn-line {
      margin-right: 1rem; }
      #single-details .btn-area .btn-line a, #category .btn-area .btn-line a {
        background: #d30016;
        border-bottom: 4px solid #950110; }
        #single-details .btn-area .btn-line a:hover, #category .btn-area .btn-line a:hover {
          background: #ff001b; }
    #single-details .btn-area .btn-detail a, #category .btn-area .btn-detail a {
      background: #6b40d1;
      border-bottom: 4px solid #371b79; }
      #single-details .btn-area .btn-detail a:hover, #category .btn-area .btn-detail a:hover {
        background: #886ad1; }
    #single-details .btn-area .btn-request, #category .btn-area .btn-request {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        #single-details .btn-area .btn-request, #category .btn-area .btn-request {
          width: 100%; } }
      #single-details .btn-area .btn-request span, #category .btn-area .btn-request span {
        display: block;
        font-size: 1.2rem; }
      #single-details .btn-area .btn-request a, #category .btn-area .btn-request a {
        background-color: #1976d2;
        border-radius: 5rem;
        border-bottom: 4px solid #114a83;
        color: #fff;
        display: block;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
        padding: 1.7rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #single-details .btn-area .btn-request a, #category .btn-area .btn-request a {
            font-size: 1.8rem;
            line-height: 1.4;
            margin-bottom: 1rem;
            padding: 1rem; } }

/* ------------------------------------------------- *
 *        ＠カテゴリーページ　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#category {
  margin: 5rem auto; }
  @media only screen and (max-width: 767px) {
    #category {
      margin: 3rem auto 5rem; } }
  #category .category-title {
    font-size: 2.2rem;
    border-bottom: 2px solid #f47a00;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center; }
  #category .single-inner {
    margin: 5rem auto; }

/* ------------------------------------------------- *
 *        ＠固定ページ　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#page-content {
  margin: auto;
  padding: 3rem 0 5rem;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #page-content {
      padding: 0 1.5rem 5rem; } }
  #page-content a:link, #page-content a:active, #page-content a:visited {
    color: #33aef9;
    text-decoration: underline; }
  #page-content a:hover {
    color: #258ecd; }
  #page-content h1 {
    border-bottom: 3px solid #f47a00;
    font-size: 2.4rem;
    margin: 2rem 0;
    padding: .5rem 1rem; }
  #page-content h2 {
    font-size: 2rem;
    border-left: 5px solid #f47a00;
    padding: .3rem 1rem;
    margin: 3rem 0; }
  #page-content h3 {
    font-size: 2rem;
    margin: 4rem 0 2rem; }
  #page-content ul {
    margin: 3rem 0;
    padding-left: 2rem; }
    #page-content ul li {
      font-size: 1.6rem;
      line-height: 1.8;
      margin-bottom: 1rem; }
  #page-content dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    #page-content dl dt {
      background: #f9f9f9;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center;
      width: 20%; }
    #page-content dl dd {
      font-size: 1.6rem;
      margin-bottom: 1rem;
      padding: 1rem 2rem;
      width: 80%; }
  #page-content p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem; }
  #page-content #page-re {
    font-size: 1.6rem;
    margin: 10rem auto;
    text-align: center;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      #page-content #page-re {
        width: 100%; } }
    #page-content #page-re .page-re-content {
      padding: 0 1.5rem; }
    #page-content #page-re h1 {
      border-bottom: none;
      margin-bottom: 4rem; }
    #page-content #page-re .logo {
      margin: 3rem auto; }
      #page-content #page-re .logo img {
        width: 300px; }
    #page-content #page-re .loading {
      display: block;
      margin: 3rem auto; }

/* ------------------------------------------------- *
 *        ＠フッター　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
footer {
  background: #f9f9f9;
  padding: 3rem 0; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 3rem 1.5rem; } }
  footer #page-top {
    opacity: 0;
    position: fixed;
    right: 10px;
    transform: translateY(100px);
    z-index: 2; }
    footer #page-top a {
      align-items: center;
      background: #fff;
      border: 2px solid #f47a00;
      color: #f47a00;
      display: flex;
      font-size: .9rem;
      height: 40px;
      justify-content: center;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.3s;
      width: 40px;
      border-radius: 50%; }
      footer #page-top a:hover {
        background: #fff;
        color: #ffb368;
        border: 2px solid #ffb368; }
  footer #page-top.UpMove {
    animation: UpAnime 0.5s forwards; }
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  footer #page-top.DownMove {
    animation: DownAnime 0.5s forwards; }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
  footer .wrap-footer .navi-area {
    display: flex; }
    footer .wrap-footer .navi-area .footer-navi ul {
      list-style: none;
      margin: 1rem 0 3rem 0;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        footer .wrap-footer .navi-area .footer-navi ul {
          display: block; } }
      footer .wrap-footer .navi-area .footer-navi ul li {
        font-size: 1.3rem;
        margin-right: 2rem;
        padding-left: 1.5rem;
        position: relative; }
        @media only screen and (max-width: 767px) {
          footer .wrap-footer .navi-area .footer-navi ul li {
            margin-bottom: 1.5rem; } }
        footer .wrap-footer .navi-area .footer-navi ul li::before {
          border-top: solid 2px #333;
          border-right: solid 2px #333;
          content: "";
          display: block;
          height: 6px;
          left: 0;
          margin: -3px 0 0;
          position: absolute;
          top: 48%;
          transform: rotate(45deg);
          width: 6px;
          -webkit-transform: rotate(45deg); }
        footer .wrap-footer .navi-area .footer-navi ul li a:link, footer .wrap-footer .navi-area .footer-navi ul li a:active, footer .wrap-footer .navi-area .footer-navi ul li a:visited {
          color: #333; }
        footer .wrap-footer .navi-area .footer-navi ul li a:hover {
          color: #333; }
    footer .wrap-footer .navi-area .img-privacy {
      background: #fff;
      height: 100px;
      margin-left: auto;
      padding: .5rem;
      width: 100px; }
      footer .wrap-footer .navi-area .img-privacy img {
        width: 100%; }
  footer .wrap-footer .information-area .text-company {
    color: #333; }
    footer .wrap-footer .information-area .text-company:first-child {
      margin-bottom: 1.5rem; }
  footer .wrap-footer a, footer .wrap-footer a:link, footer .wrap-footer a:active, footer .wrap-footer a:visited {
    color: #333; }
  footer .copy {
    color: #333;
    font-size: 1.3rem;
    padding: 1rem 0 0;
    text-align: center; }

/* ------------------------------------------------- *
 *        ＠装飾系CSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.txt-red {
  color: #ff3469;
  font-weight: 700; }

.txt-green {
  color: #01913a;
  font-weight: 700; }

.txt-blue {
  color: #2366d9;
  font-weight: 700; }

.txt-yellow {
  color: #f4cb0a;
  font-weight: 700; }

.txt-marker {
  background-image: linear-gradient(transparent 50%, #efff04 50%); }

.size10 {
  font-size: 1rem; }

.size12 {
  font-size: 1.2rem; }

.size14 {
  font-size: 1.4rem; }

.size16 {
  font-size: 1.6rem; }

.size18 {
  font-size: 1.8rem; }

.size20 {
  font-size: 2rem; }

.size22 {
  font-size: 2.2rem; }

.size24 {
  font-size: 2.4rem; }

.size26 {
  font-size: 2.6rem; }

.size28 {
  font-size: 2.8rem; }

.size30 {
  font-size: 3rem; }

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  font-weight: bold;
  transition: all 4s linear; }
  .marker-animation.active {
    background-position: -100% .5em; }

.marker-yellow {
  background-image: -webkit-linear-gradient(left, transparent 50%, #efff04 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #efff04 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #efff04 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #efff04 50%);
  background-image: linear-gradient(left, transparent 50%, #efff04 50%); }

.marker-red {
  background-image: -webkit-linear-gradient(left, transparent 50%, #facac8 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #facac8 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #facac8 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #facac8 50%);
  background-image: linear-gradient(left, transparent 50%, #facac8 50%); }

.marker-green {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c8fad4 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c8fad4 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c8fad4 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c8fad4 50%);
  background-image: linear-gradient(left, transparent 50%, #c8fad4 50%); }

.marker-bule {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c8f5fa 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c8f5fa 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c8f5fa 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c8f5fa 50%);
  background-image: linear-gradient(left, transparent 50%, #c8f5fa 50%); }

.marker-purple {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ebc8fa 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ebc8fa 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ebc8fa 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ebc8fa 50%);
  background-image: linear-gradient(left, transparent 50%, #ebc8fa 50%); }

.waku {
  border: 2px solid #DDD;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6rem;
  padding: 2rem 2.5rem; }

.waku-dot {
  background: #f5f5f5;
  border: 3px dotted #cacaca;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6rem;
  padding: 2rem 2.5rem; }

.waku-dot-b {
  border: 3px dotted #00adc6;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6rem;
  padding: 2rem 2.5rem; }
  .waku-dot-b span {
    font-weight: 700;
    color: #00adc6; }

.point {
  border: 1px solid #222;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 6rem;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  position: relative; }
  .point:before {
    background: #222;
    content: "POINT";
    color: #FFF;
    display: inline-block;
    font-size: 1.6rem;
    left: 50%;
    line-height: 1;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    width: 140px; }
  .point p, .point ul, .point ol, .point dl {
    margin: 0; }

.memo {
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #222;
  margin: 0 0 6rem;
  padding: 2rem 2.5rem;
  position: relative; }
  .memo:before {
    background-color: #FFF;
    background-image: url(../img/icon/icon-memo-left.png), url(../img/icon/icon-memo-right.png);
    background-repeat: no-repeat;
    background-position: 8%,92%;
    content: "MEMO";
    display: inline-block;
    font-size: 1.6rem;
    left: 50%;
    line-height: 1;
    padding: .5rem;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    width: 120px; }
  .memo p, .memo ul, .memo ol, .memo dl {
    margin: 0; }

blockquote {
  background: #f3f3f3;
  padding: 2rem 4rem 2.5rem;
  margin: 4rem 0 4rem 2.5rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    blockquote {
      margin: 3rem 0 3rem 1.5rem;
      padding: 1rem 1.5rem 1rem 2.5rem; } }
  blockquote::before {
    background: url(../img/icon/icon-blockquote.png) no-repeat;
    background-size: contain;
    content: "";
    left: -2.5rem;
    height: 50px;
    position: absolute;
    top: 30%;
    width: 50px; }
    @media only screen and (max-width: 767px) {
      blockquote::before {
        height: 30px;
        left: -15px;
        width: 30px; } }
  blockquote p {
    margin: 0 !important; }
    @media only screen and (max-width: 767px) {
      blockquote p {
        font-size: 1.4rem; } }
  blockquote cite {
    display: block;
    text-align: right; }

.center, center {
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: center; }
  .center img, center img {
    margin: auto; }

.btn-cv {
  width: 100%;
  margin: auto auto 0; }
  .btn-cv a {
    font-weight: bold;
    width: 100%;
    margin-top: auto;
    background: #d30016;
    color: #fff;
    font-size: 1.8rem;
    padding: 2rem;
    border-radius: 5rem;
    text-align: center;
    border-bottom: 4px solid #950110; }
    .btn-cv a i {
      padding-right: 1rem; }
    .btn-cv a:hover {
      background: #ff001b; }
    @media only screen and (max-width: 767px) {
      .btn-cv a {
        font-size: 1.6rem;
        padding: 2rem 1rem; } }

.accordion .accordion-title {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative; }
  .accordion .accordion-title::after {
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px; }
  .accordion .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg); }
.accordion .accordion-content {
  font-size: 1.6rem;
  line-height: 1.8;
  display: none;
  padding-top: 2rem; }

.table-scroll {
  max-height: 300px;
  margin: 5rem 0;
  overflow: auto;
  width: 100%; }
  .table-scroll table {
    margin: 0;
    border-spacing: 0;
    table-layout: auto; }
    .table-scroll table td {
      background: #FFF;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 5px;
      white-space: nowrap; }
    .table-scroll table th {
      background: #f9f9f9;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      left: 0;
      position: sticky;
      top: 0;
      white-space: nowrap; }
    .table-scroll table tr:first-child th {
      border-top: 1px solid #ccc; }
    .table-scroll table th:first-child {
      border-left: 1px solid #ccc; }
    .table-scroll table tr:first-child th:first-child {
      z-index: 1; }

.img-center img {
  margin: auto; }

/*# sourceMappingURL=design.css.map */
