@charset "UTF-8";
/* ===================================================================
CSS information

file name  : document.css
author     : Abilive
style info : DOCUMENT
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
.p-firstview-sm__hero__image {
  background-image: url(../../document/images/img_mv.jpg); }

.p-document-intro {
  padding: 60px 0; }
  @media only screen and (min-width: 768px) {
    .p-document-intro {
      padding: 140px 0 120px; } }
  /*.p-document-intro__inner {
    max-width: 800px;
    width: 95%;
    margin: auto; }*/
    @media only screen and (max-width: 767px) {
      .p-document-intro__inner {
        width: 91%; } }
  .p-document-intro__content:not(:first-of-type) {
    padding-top: 60px; }
    /*@media only screen and (min-width: 768px) {
      .p-document-intro__content:not(:first-of-type) {
        padding-top: 140px; } }*/
  .p-document-intro__title {
    position: relative;
    margin-bottom: 43px;
    padding: 0 0 0.5em;
    color: #507eb6;
    font-size: 143%;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    line-height: 1.8;
    font-weight: normal;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .p-document-intro__title {
        margin-bottom: 40px; } }
    .p-document-intro__title:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #507eb6; }
  .p-document-intro__lead {
    margin-bottom: 0.9em;
    font-size: 143%;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: normal; }
  .p-document-intro__text {
    font-size: 115%;
    line-height: 1.8;
    letter-spacing: 0.1em; }
  .p-document-intro__index {
    clear: both;
    list-style: none; }
    .p-document-intro__index__item {
      width: 100%;
      padding: 0.75em 1.25em;
      font-size: 115%;
      letter-spacing: 0.1em;
      background-color: rgba(80, 126, 182, 0.1); }
      .p-document-intro__index__item:not(:first-of-type) {
        margin-top: 10px; }
.p-document-intro__index + p {
  margin-top: 10px;
}
  .p-document-intro__image {
    margin: auto;
	padding: 30px;
	background: #EDF2F8;
    margin-bottom: 30px;
    text-align: center; }

.p-document-form {
  padding: 60px 0;
  background-color: rgba(80, 126, 182, 0.1); }
  /*@media only screen and (min-width: 768px) {
    .p-document-form {
      padding: 120px 0; } }*/
  /*.p-document-form__inner {
    max-width: 800px;
    width: 95%;
    margin: auto; }*/
    @media only screen and (max-width: 767px) {
      .p-document-form__inner {
        width: 91%; } }
  .p-document-form__lead {
    margin-bottom: 30px;
    font-size: 129%;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .p-document-form__lead {
    margin-bottom: 50px;
    font-size: 143%;
    text-align: center;
} }

#document .c-case-list {
  flex-wrap: wrap; }

#document .c-marker > span {
  width: 100%;
  text-align: center; }


.c-case-list__item__img {
	background: #EEF3F9;
	padding: 30px;
}
.c-case-list__item__img::before {
	display: none !important;
}
.c-case-list__item__img img {
	position: static;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	width: inherit;
	height: inherit;
	object-fit: contain;
}

@media all and (min-width: 769px) {
	.documentBody {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0 auto;
		max-width: 1340px;
		padding: 7rem 0;
	}
	.documentBody .p-document-intro {
		padding: 0;
	}
	.documentBody .p-document-form,
	.documentBody .p-document-intro {
		flex: 1;
	}
}



@-moz-document url-prefix() {
	.c-case-list__item {
		margin: 1.63923em 1em;
	}
}

.p-heading__text {
  text-align:center;
}
