@charset "utf-8";

/* --------------------
Common
-------------------- */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li  {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::selection {
  background-color: #c7dbff;
  color: #333;
}

/* --------------------
.hero.lower
-------------------- */

.layout-main {
  background-color: #f8fafb;
  margin-bottom: 0;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

.hero.lower {
  width: 100%;
  background: linear-gradient(240deg, #21c2c0 0%, #004ec4 80%) fixed;
}

.hero.lower .area {
  display: flex;
  justify-content: start;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  height: 120px;
}

.hero.lower .area .maxheadline .text {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 32px;
  font-weight: normal;
}

/* --------------------
.page-header
-------------------- */

.page-header {
  padding: 40px 0;
}

.page-header .area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}

/* .text-area  */

.page-header .text-area {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-header .head-area {
  min-height: 320px;
}

.page-header .head-area .note {
  font-size: 14px;
  line-height: 2em;
}

.page-header .page-title {
  padding-bottom: 40px;
  line-height: 1em;
}

.page-header .page-title .text {
  font-size: 32px;
  line-height: 1.5em;
  font-feature-settings: "palt";
}

.page-header .service-label {
  height: 50%;
}

.page-header .service-label .title {
  margin-bottom: 16px;
  display: block;
  font-weight: bold;
  padding-left: 4px;
}

.page-header .service-label .label-list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 16px;
  flex-wrap: wrap;
}

.page-header .service-label .label-list .label {
  margin: 0 0 16px 0;
}

.page-header .service-label .label-list .label .click-area {
  border: 1px solid #ccc;
  padding: 0 16px;
  font-size: 12px;
  height: 28px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #354659;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.page-header .service-label .label-list .label .click-area:hover {
  border-color: #a0b6c5;
  background-color: #f5f5f5;
}

/* .image-area  */

.page-header .image-area {
  width: 50%;
  margin-bottom: 20px;
}

.page-header .main-image {
  margin-bottom: 20px;
}

.page-header .main-image img {
  display: block;
  width: 100%;
}

.page-header .company-logo {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgb(193 200 222 / 30%);
}

.page-header .company-logo .image {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.page-header .company-logo .company-name-area {
  padding: 10px 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header .company-logo .company-name-area .label {
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  padding: 0 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 13px;
}

.page-header .company-logo .company-name-area .company-name {
  font-size: 16px;
}

.page-header .overview-text-area {
  padding-bottom: 0;
}

.page-header .overview-text-area::after {
  display: block;
  content: "";
  clear: both;
}

.page-header .overview-text-area .lead {
  margin-bottom: 0;
}

.page-header .overview-text-area.long-text-area .lead {
  margin-bottom: 20px;
}

/* 顧客顔写真  */
.page-header .overview-text-area .float-right {
  float: right;
  width: 320px;
  margin-left: 32px;
  line-height: 2em;
}
}
.page-header .overview-text-area .float-left {
  float: left;
  width: 320px;
  margin-left: 32px;
  line-height: 2em;
}

.page-header .overview-text-area .image .note {
  padding-top: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 0;
  text-indent: 0;
}

.page-header .overview-text-area .photo-customer {
  width: 320px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .page-header .area {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
  }
}


@media only screen and (max-width: 767px) {
  .page-header {
    padding: 20px 0;
  }

  .page-header .area {
    flex-direction: column;
  }

  .page-header .text-area {
    width: auto;
    margin-right: 0;
  }

  .page-header .head-area {
    min-height: auto;
  }

  .page-header .image-area {
    width: auto;
  }

  .page-header .service-label {
    height: auto;
  }

  .page-header .page-title {
    padding-bottom: 20px;
  }

  .page-header .page-title .text {
    font-size: 32px;
  }

  .page-header .company-logo .company-name-area {
    flex-direction: column;
    padding: 20px 0 0 0;
  }

  .page-header .company-logo .company-name-area .label {
    margin-bottom: 10px;
  }

  .page-header .overview-text-area .float-right,
  .page-header .overview-text-area .float-left {
    width: auto;
    float: none;
  }
}

/*
.solution-area
-------------------- */
.solution-area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 80px 0;
  width: 100%;
  padding-top: 80px;
  position: relative;
}

.solution-area .solution {
  width: calc(50% - 20px);
  padding: 32px;
  border-top: 6px solid #2D60BD;
  box-shadow: 0 8px 16px rgb(193 200 222 / 30%);
  overflow: hidden;
  border-radius: 4px;
}

.solution-area .solution .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.solution-area .solution .title svg {
  fill: #386ece;
  height: 20px;
  margin-right: 16px;
  width: 24px;
}

.solution-area .solution .ul-list li::before {
  color: #386ece;
}

.solution-area .benefit {
  width: calc(50% - 20px);
  padding: 32px;
  border-top: 6px solid #21c2c0;
  box-shadow: 0 8px 16px rgb(193 200 222 / 30%);
  overflow: hidden;
  border-radius: 4px;
}

.solution-area .benefit .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.solution-area .benefit .title svg {
  fill: #21c2c0;
  height: 20px;
  margin-right: 16px;
  width: 24px;
}

.solution-area .benefit .ul-list li::before {
  color: #21c2c0;
}

.solution-area .ul-list {
  margin-bottom: 0;
}

.solution-area .ul-list li::before {
  content: "●";
  font-size: 8px;
}

.solution-area .arrow {
  left: 50%;
  margin: -18px 0 0 -29px;
  position: absolute;
  top: calc(50% + 48px);
}

@media only screen and (max-width: 767px) {
  .solution-area {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .solution-area .solution {
    width: 100%;
    margin-bottom: 12px;
  }

  .solution-area .arrow {
    transform: rotate(90deg);
    position: static;
    height: 60px;
    margin: 0;
  }

  .solution-area .benefit {
    width: 100%;
    margin-top: 8px;
  }
}


/* --------------------
レイアウト共通
-------------------- */

.section {
  padding-top: 40px;
  margin-bottom: 40px;
}

.section .area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.section .sub-section {
  margin-bottom: 40px;
}

.section .sub-section::after {
  display: block;
  content: "";
  clear: both;
}

.section .sub-section .float-right {
  float: right;
  width: 320px;
  margin-left: 32px;
  line-height: 2em;
}

.section .sub-section .float-left {
  float: left;
  width: 320px;
  margin-right: 32px;
}

.section .sub-section .note {
  padding-top: 10px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 0;
  text-indent: 0;
}

.section .sub-section .note.center {
  text-align: center;
}

.section .sub-section .note .fa {
  margin-left: 4px;
}

.image .image-title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
}

.image .image-title.center {
  text-align: center;
}

/* 顧客顔写真  */
.section .sub-section .photo-customer {
  width: 240px;
}

/* 画像領域  */
.section .image {
  padding-bottom: 20px;
}

.section .half-image {
  width: 50%;
  padding-bottom: 20px;
}

.section.reference {
  margin-bottom: 0;
  padding-top: 0;
}

.section.reference .sub-section {
  margin-bottom: 0;
}

.reference-area {
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: none;
  position: relative;
}

.reference-area .title {
  line-height: 1em;
  display: block;
  margin-bottom: 16px;
  font-weight: normal;
  position: static;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 20px;
}

.reference-area .title .text {
  font-size: 20px;
  color: #333;
  display: block;
  text-align: left;
  padding: 0 8px;
  font-weight: bold;
}

.reference-area .ul-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reference-area .ul-list li {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 8px;
}

.reference-area .ul-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section .sub-section .float-right,
  .section .sub-section .float-left {
    width: auto;
    float: none;
    margin: 0;
  }

  .section .sub-section .photo-customer {
    width: auto;
    margin: 0 40px;
  }

  .section .half-image {
    width: auto;
  }

  .section .sub-section .note {
    margin-bottom: 20px;
  }
}

/* --------------------
.information
-------------------- */

/* .company-area */

.information .company-area {
  margin-bottom: 0;
}

.information .company-area .area {
  background-color: #eff5fa;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 40px 0;
  gap: 0 40px;
}

.information .company-area .area .logo-area {
  width: 320px;
  height: 200px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.information .company-area .area .text-area {
  width: 480px;
}

.information .company-area .area .text-area .subheadline {
  margin-bottom: 10px;
}

.information .company-area .area .text-area .subheadline .text {
  font-size: 18px;
}

.information .company-area .area .text-area .summary {
  display: flex;
  justify-content: start;
  align-items: top;
  flex-wrap: wrap;
}

.information .company-area .area .text-area .summary .label {
  width: 80px;
  display: block;
  margin-bottom: 20px;
}

.information .company-area .area .text-area .summary .label .text {
  font-weight: normal;
  font-size: 14px;
}

.information .company-area .area .text-area .summary .summary-text {
  width: calc(100% - 80px);
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.75em;
}

.information .company-area .area .text-area .summary .summary-text .ul-list {
  margin-bottom: 0;
}

.information .company-area .area .text-area .summary .summary-text .ul-list li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5em;
  left: 0;
}

.information .company-area .area .text-area .summary .summary-text .ul-list li:before {
  left: -10px;
}

.information .company-area .area .text-area .summary .summary-text .ul-list li:last-child {
  margin-bottom: 0;
}

/* .service-area */

.information .service-area {
  margin-top: 0;
  padding-top: 0;
}

.information .service-area .area {
  background-color: #e6eff6;
  padding-top: 40px;
}

.information .service-area .area .headline {
  padding-top: 0;
}

.information .service-area .area .headline .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.information .service-area .area .headline .text::before {
  content: none;
}

.information .service-area .area .logo-area {
  width: 320px;
}

.information .service-area .area .service-list-area {
  margin: 0 auto;
}

.information .service-area .area .service-list-area .service-list {
  display: block;
  padding: 0 32px 32px 32px;
}

.information .service-area .area .service-list-area .service-list .item {
  margin-bottom: 32px;
  display: block;
}

.information .service-area .area .service-list-area .service-list .item:last-child {
  margin-bottom: 0;
}

.information .service-area .area .service-list-area .service-list .item .click-area {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgb(193 200 222 / 30%);
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  position: relative;
}

.information .service-area .area .service-list-area .service-list .item .click-area:hover {
  box-shadow: 0 2px 2px 0 rgb(193 200 222 / 30%);
}

.information .service-area .area .service-list-area .service-list .item .click-area .logo-area img {
  transition: all 0.2s ease-in-out;
}

.information .service-area .area .service-list-area .service-list .item .click-area:hover .logo-area img {
  opacity: 0.6;
}

.information .service-area .area .service-list-area .service-list .item .click-area .text-area {
  padding: 16px 64px 16px 32px;
  width: calc(100% - 280px);
}

.information .service-area .area .service-list-area .service-list .item .click-area .text-area .title {
  padding-bottom: 20px;
}

.information .service-area .area .service-list-area .service-list .item .click-area .text-area .title .text {
  color: #333;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.information .service-area .area .service-list-area .service-list .item .click-area:hover .text-area .title .text {
  color: #2d5fbd;
}

.information .service-area .area .service-list-area .service-list .item .click-area .text-area .service-text {
  font-size: 14px;
  color: #333;
  line-height: 1.75em;
}

.introduction-service-angle {
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 100;
}

.introduction-service-angle svg {
  fill: #8999ab;
  height: 12px;
  width: 6px;
}

/* .company-area */
@media only screen and (max-width: 960px) {
  .information .company-area .area {
    width: auto;
  }

  .information .company-area .area {
    flex-direction: column;
    padding: 40px;
  }

  .information .company-area .area .logo-area {
    width: 50%;
    margin: 0;
  }

  .information .company-area .area .logo-area .image {
    padding-bottom: 0;
  }

  .information .company-area .area .logo-area img {
    width: auto;
  }

  .information .company-area .area .text-area {
    width: auto;
    margin: 20px 40px 0 0;
  }

  .information .company-area .area .text-area .summary {
    flex-direction: column;
  }

  .information .company-area .area .text-area .summary .label {
    width: auto;
    margin-bottom: 10px;
  }

  .information .company-area .area .text-area .summary .summary-text {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .information .company-area .area {
    padding: 20px;
  }

  .information .company-area .area .logo-area {
    margin: 0;
    width: 100%;
  }

  .information .company-area .area .text-area {
    margin: 20px 20px 0 20px;
  }
}

/* .service-area */
@media only screen and (max-width: 960px) {
  .information .service-area {
    margin-bottom: 0;
  }

  .information .service-area .area {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .information .service-area .area .service-list-area .service-list {
    padding: 0 8px 8px 8px;
  }

  .information .service-area .area .service-list-area .service-list .item .click-area {
    flex-direction: column;
  }

  .information .service-area .area .service-list-area .service-list .item .click-area .logo-area {
    width: 100%;
  }

  .information .service-area .area .service-list-area .service-list .item .click-area .logo-area img {
    width: 100%;
  }

  .information .service-area .area .service-list-area .service-list .item .click-area .text-area {
    width: auto;
    padding: 20px;
  }

  .information .service-area .area .service-list-area .service-list .item:last-child {
    margin-bottom: 32px;
  }

  .introduction-service-angle {
    display: none;
  }
}

/* --------------------
.contact-area
-------------------- */

.contact-area {
  background: linear-gradient(240deg, #21c2c0 0%, #004ec4 80%) fixed;
}

.contact-area .area {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}

.contact-area .area .headline {
  padding: 8px 0;
  margin: 0;
  display: block;
}

.contact-area .area .headline .text {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  padding: 0;
}

.contact-area .area .headline .text::before {
  content: none;
}

.contact-area .area .contact-inner {
  background-image: url(../images/contact_bg.png);
  background-size: cover;
  margin: 16px auto 0 auto;
  max-width: 960px;
  min-height: 256px;
  position: relative;
}

.contact-area .area .contact-inner::after {
  background-color: rgba(23, 162, 214, 0.6);
  content: "";
  display: block;
  height: 256px;
  width: 100%;
}

.contact-area .area .contact-inner .btn-area {
  background-color: #ffffff;
  left: 50%;
  padding: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(320px - 32px);
}

.contact-area .area .contact-inner .btn-area .logo {
  width: 160px;
  margin: 0 auto;
}

.contact-area .area .contact-inner .btn-area .subheadline {
  display: block;
}

.contact-area .area .contact-inner .btn-area .subheadline .text {
  display: block;
  text-align: center;
  font-size: 24px;
}

.contact-area .area .contact-inner .btn-area .ruby-text {
  text-align: center;
  font-size: 12px;
  color: #666;
}

.contact-area .area .contact-inner .btn-area .btn {
  width: 100%;
}

.contact-area .area .contact-inner .btn-area .btn .click-area {
  align-items: center;
  border-radius: 40px;
  display: flex;
  min-height: 40px;
  justify-content: center;
  line-height: 1;
  position: relative;
  background-color: #1168a6;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgb(193 200 222 / 30%);
}

.contact-area .area .contact-inner .btn-area .btn .click-area:hover {
  background-color: #1688d9;
}

.contact-area .area .contact-inner .btn-area .btn .click-area .text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contact-area .area .btn.white {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: calc(320px - 48px);
  padding: 0 0 8px 0;
}

.contact-area .area .btn.white .click-area {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 40px;
  min-height: 40px;
}

.contact-area .area .btn.white .click-area:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-area .area .btn.white .click-area .text {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 960px) {
  .contact-area {
    overflow: hidden;
  }

  .contact-area .area {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 0 20px;
  }
}

/* --------------------
parts
-------------------- */

.text-link {
  color: #004ec4;
}

.text-link .fa {
  margin-left: 8px;
}

.layout-main .text-link:hover {
  text-decoration: underline;
}

.text-external-link {
  padding-right: 5px;
}

.text-external-link:hover {
  text-decoration: underline;
}

.lead {
  font-size: 16px;
  text-align: left;
  line-height: 2em;
  color: #333;
  margin-bottom: 20px;
}

.lead.margin-bottom-none {
  margin-bottom: 0;
}

.note {
  font-size: 12px;
  color: #333;
}

.ul-list {
  margin-bottom: 20px;
}

.ul-list.margin-bottom-none {
  margin-bottom: 0;
  display: block;
}

.ul-list li {
  display: block;
  position: relative;
  left: 10px;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 8px;
}

.ul-list li:last-child {
  margin-bottom: 0;
}

.ul-list li::before {
  content: "・";
  left: -16px;
  position: absolute;
}

.ul-list li .ul-list {
  padding: 0;
  position: relative;
  top: 8px;
  left: 10px;
}

.ol-list {
  margin-bottom: 20px;
  list-style-type: decimal;
}

.main .section .ol-list li {
  display: list-item;
  position: relative;
  left: 16px;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 8px;
  list-style-type: decimal;
}

.left,
.lead.left {
  text-align: left;
  float: none;
}

.center,
.lead.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.pc,
.pc.tab,
.pc.sp {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.image img {
  width: 100%;
}


@media only screen and (max-width: 960px) {
  .pc,
  .pc.sp {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .section .area {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
  }

  .lead {
    text-align: left;
  }

  .pc,
  .pc.tab,
  .tab {
    display: none;
  }

  .sp,
  .pc.sp,
  .pc.tab.sp,
  .tab.sp {
    display: block;
  }
}

/*
Headline
-------------------- */

/* .maxheadline  */

.maxheadline {
  border-bottom: none;
  position: relative;
  line-height: 1em;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: none;
  text-align: center;
}

.maxheadline .text {
  font-size: 32px;
  line-height: 1.5em;
  text-align: left;
  color: #2d5fbd;
  padding-bottom: 24px;
  letter-spacing: 0;
  display: block;
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt";
}

/* .headline  */

.headline {
  border-bottom: none;
  position: relative;
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 8px 0;
  font-size: 24px;
}

.headline .text {
  padding: 0 0 0 28px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
  color: #333;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt";
}

.headline .text::before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  background-color: #2D5FBD;
  position: absolute;
  top: -13px;
  left: 0;
  box-shadow: 0 4px 6px rgb(193 200 222 / 60%);
}

@media only screen and (max-width: 767px) {
  .maxheadline .text {
    padding-bottom: 20px;
    line-height: 1.3em;
  }

  .headline {
    margin-bottom: 20px;
  }

  .headline .text {
    font-size: 24px;
    display: flex;
  }

  .headline .text::before {
    bottom: calc(50% - 25px);
  }

}

/* .subheadline.blue  */
.subheadline {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1em;
}

.subheadline .text {
  font-size: 24px;
  line-height: 1.3em;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  text-align: left;
  display: block;
}

@media only screen and (max-width: 767px) {
  .subheadline {
    padding-left: 0;
  }

  .subheadline::before {
    content: none;
  }

  .subheadline .text {
    font-size: 20px;
    padding: 10px 0;
  }
}

/* .miniheadline  */
.minheadline {
  position: relative;
  line-height: 1em;
  margin: 20px 0 0 20px;
  padding: 0 0 20px 0;
  text-align: left;
}

.minheadline::before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: -20px;
  bottom: 55%;
  color: #2D5FBD;
}

.minheadline .text {
  font-size: 20px;
  line-height: 1.3em;
  padding: 0 0 20px 0;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .subheadline {
    font-size: 20px;
  }

  .subheadline span {
    font-size: 20px;
  }

  .subheadline::before {
    bottom: 50%;
  }

  .subheadline.underline {
    padding: 0 0 10px 0;
  }

  .subheadline.underline span {
    font-size: 20px;
  }
}

/*
  btn
-------------------- */

.btn {
  margin: 0 auto;
  padding-top: 20px;
  width: 40%;
}

.btn-2column {
  display: flex;
  justify-content: center;
}

.btn-2column .btn {
  width: 100%;
}

.btn .click-area span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn .click-area span {
  text-shadow: none;
}

.btn .click-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
  box-shadow: rgb(0 0 0 / 10%) 4px 4px 0;
}

.btn .click-area .fa {
  margin-left: 10px;
}

/* white */
.btn.white .click-area {
  background-color: #fff;
  border: 1px solid #2C95BB;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #2C95BB;
}

.btn.white .click-area .text {
  color: #2C95BB;
}

.btn.white .click-area:hover {
  background-color: #2C95BB;
  text-decoration: none;
  color: #fff;
}

.btn.white .click-area:hover .text {
  color: #fff;
}

/* blue */
.btn.blue .click-area {
  color: #fff;
  background: #23b8ef;
  border:  1px solid #23b8ef;
}

.btn.blue .click-area:hover {
  background: #fff;
}

.btn.blue .click-area:hover span {
  color: #23b8ef;
}

/* navy-blue */
.btn.navy-blue .click-area {
  color: #fff;
  background-color: #0F6585;
  border:  1px solid #0F6585;
}

.btn.navy-blue .click-area:hover {
  background: #fff;
}

.btn.navy-blue .click-area:hover span {
  color: #0F6585;
}

/* black */
.btn.black .click-area {
  background: #333;
  color: #fff;
}

.btn.black .click-area:hover {
  background: #23B8EF;
}

@media only screen and (max-width: 960px) {
  .btn {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }

  .btn-2column {
    display: block;
  }

  .btn-2column .btn {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-2column .btn:last-child {
    margin-bottom: 0;
  }
}

/* --------------------
contents-foot
-------------------- */
.contents-foot .bread {
  display: flex;
}

.contents-foot .bread li {
 margin-right: 10px;
 font-size: 75%;
}

.contents-foot a .fa {
  margin-left: 10px;
}

.contents-foot .bread a:hover {
 text-decoration: underline;
}