@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
.section-block-document {
  background: #f0f7f6;
}
.section-block-document .list-note-common {
  font-weight: 300;
}

.text-note-common {
  padding-left: 1em;
  position: relative;
}
.text-note-common:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media print, (min-width: 768px) {
  .section-block-document {
    padding: 78px 0 72px;
  }
  .section-block-document .wrapper {
    position: relative;
  }
  .section-block-document .common-breadcrumb {
    position: absolute;
    left: 0;
    top: -52px;
  }
  .section-block-document .title-primary {
    margin-bottom: 24px;
  }
  .section-block-document .title-default {
    line-height: 1.933;
    padding-left: 20px;
  }
  .section-block-document .title-default:before {
    margin-top: 2px;
  }
  .section-block-document .list-document {
    line-height: 1.933;
    font-size: 22px;
  }
  .section-block-document .document-description {
    font-size: 22px;
    line-height: 1.933;
    padding-left: 20px;
  }
  .section-block-document .document-info {
    padding-left: 20px;
    font-size: 18px;
    line-height: 2.363;
    margin-bottom: 2px;
  }
  .section-block-document .row-document {
    margin-bottom: 19px;
  }

  .text-note-common {
    font-size: 13px;
    line-height: 1.9;
  }
  .report-description2 {
    line-height: 1.8;
    margin-bottom: 21px;
  }	
/* 様式ダウンロードのテーブル */
	.yoshiki-dl {
	  width: 100%;
	  text-align: center;
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	.yoshiki-dl th {
	  padding: 2px;
	  background: #ebf2f1;
	  border: solid 1px #00a467;
	}
	.yoshiki-dl td {
	  padding: 2px;
	  border: solid 1px #00a467;
	}
	.yoshiki-dl .dl-cr {
	  text-align: center;
	}
	.yoshiki-dl span {
	  text-decoration: underline;
	  color: #0054A6;
	}
	.yoshiki-dl .gry {
	  color: #BDBDB7;
	  text-decoration: none;
	}
	table td:empty { 
	  background-image: linear-gradient(-49deg, transparent 50%, #00a467 50%, #00a467 50.5%, transparent 50.5%, transparent); /* 右上がりの斜線 */
	}
.forcus1 {
	background-color: #f8f4e6;
  }
.small-text {
  font-size: 12px;
  text-decoration: none;
}
}
@media only screen and (max-width: 767.98px) {
  .section-block-document {
    padding: 0.48rem 0 0.46rem;
    line-height: 2.462;
  }
  .section-block-document .title-primary {
    margin-bottom: 0.14rem;
  }
  .section-block-document .document-info {
    margin-top: 0.09rem;
  }
  .section-block-document .list-document > li:not(:last-child) {
    margin-bottom: 0.36rem;
  }
  .section-block-document .row-document {
    margin-bottom: 0.19rem;
  }
  .section-block-document .document-description {
    padding-left: 0.22rem;
    line-height: 1.667;
    font-size: 0.18rem;
  }
  .section-block-document .is-description-custom {
    text-align: justify;
    letter-spacing: 0.01em;
    padding-right: 0.02rem;
  }

  .text-note-common {
    font-size: 0.1rem;
    line-height: 2.1;
  }
}
.section-format-download .is-text-middle {
  position: relative;
  top: 0;
}
@media print, (min-width: 768px) {
  .section-format-download {
    padding: 78px 0 80px;
  }
  .section-format-download .title-primary {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-format-download {
    padding: 0.46rem 0 0.5rem;
  }
  .section-format-download .title-primary {
    margin-bottom: 0.22rem;
  }
}

.section-individual-download {
  background: #f0f7f6;
}
@media print, (min-width: 768px) {
  .section-individual-download {
    padding: 78px 0 80px;
  }
  .section-individual-download .title-primary {
    margin-bottom: 28px;
  }
  .section-individual-download .row-individual:not(:last-child) {
    margin-bottom: 69px;
  }
  .section-individual-download .row-individual .title-default {
    margin-bottom: 21px;
  }
  .section-individual-download .row-format:not(:last-child) {
    margin-bottom: 39px;
  }
  .section-individual-download .row-format .title-default {
    margin-bottom: 6px;
  }
  .section-individual-download .column-info .title-default {
    margin: 15px 0 -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-individual-download {
    padding: 0.48rem 0 0.5rem;
  }
  .section-individual-download .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-individual-download .row-individual:not(:last-child) {
    margin-bottom: 0.43rem;
  }
  .section-individual-download .row-individual .title-default {
    margin-bottom: 0.16rem;
  }
  .section-individual-download .row-format:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .section-individual-download .row-format .title-default {
    margin-bottom: 6px;
  }
  .section-individual-download .list-column-common {
    margin-top: 0.11rem;
  }
  .section-individual-download .is-column-plan {
    margin-top: 0.14rem;
  }
}

.link-pdf-common {
  position: relative;
}
.link-pdf-common:after {
  content: "";
  position: absolute;
  right: 0;
  background: no-repeat center center/100% auto;
}

.text-arrow-common,
.text-dot-common {
  position: relative;
}
.text-arrow-common:before,
.text-dot-common:before {
  position: absolute;
  top: 0;
}

.text-arrow-common {
  padding-left: 1.3em;
}
.text-arrow-common:before {
  content: ">>";
  left: 0;
}

.text-dot-common:before {
  content: "・";
}

/* スマホ用テーブル表示 */
 .yoshiki-dl {
	min-width: 640px;
	margin: 0 10px 50px;
  }
  .yoshiki-dl td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
  }	

@media print, (min-width: 768px) {
  .link-pdf-common {
    display: inline-block;
    padding-right: 27px;
  }
  .link-pdf-common:after {
    width: 22px;
    height: 28px;
    top: 7px;
    background-image: url(../img/common/icon_pdf.png);
  }

  .text-dot-common {
    padding-left: 1.3em;
  }
  .text-dot-common:before {
    left: 0.6em;
  }

  .list-column-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-column-common > li {
    margin-right: 12px;
  }

  .is-entry-column {
    max-width: 392px;
    padding-left: 4px;
  }
  .is-entry-column > li {
    margin-right: 31px;
  }
  .is-entry-column > li:nth-child(2n) .link-pdf-common {
    min-width: 138px;
  }
  .is-entry-column .link-pdf-common {
    padding-right: 30px;
    min-width: 143px;
  }

  .is-column-plan {
    max-width: 500px;
  }
  .is-column-plan > li {
    margin-right: 31px;
  }

  .is-column-business {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-pdf-common {
    display: inline-block;
    min-width: 1.58rem;
    padding-right: 0.42rem;
  }
  .link-pdf-common:after {
    width: 0.3rem;
    height: 0.38rem;
    top: -0.04rem;
    background-image: url(../img/common/icon_pdf.svg);
  }

  .text-dot-common {
    padding-left: 0.8em;
  }
  .text-dot-common:before {
    left: 0;
  }

  .list-column-common > li {
    margin-bottom: 0.16rem;
  }

  .is-entry-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.15rem;
    padding-left: 0.05rem;
  }
  .is-entry-column > li {
    width: 48%;
    padding-right: 0.18rem;
  }
  .is-entry-column > li:nth-child(2n+1) .link-pdf-common {
    min-width: 1.16rem;
  }
  .is-entry-column > li:nth-child(2n) {
    padding-left: 0.04rem;
    margin-left: 3%;
  }
  .is-entry-column > li:nth-child(2n) .link-pdf-common {
    min-width: 1.07rem;
  }
  .is-entry-column .link-pdf-common {
    padding-right: 0.32rem;
  }

  .is-column-plan .link-pdf-common {
    min-width: 1.6rem;
  }

  .is-column-business {
    margin-top: -5px;
  }
}
@media print, (min-width: 768px) {
  .section-faq-common {
    padding: 78px 0 80px;
    line-height: 2.23;
  }
  .section-faq-common .title-primary {
    margin-bottom: 25px;
  }
  .section-faq-common .faq-description {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-faq-common .button-primary {
    width: 465px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-faq-common {
    padding: 0.48rem 0 0.5rem;
    line-height: 2.154;
  }
  .section-faq-common .title-primary,
  .section-faq-common .faq-description {
    margin-bottom: 0.2rem;
  }
  .section-faq-common .faq-description {
    letter-spacing: 0.04em;
    text-align: justify;
  }
  .section-faq-common .button-primary {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .list-row-common > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .row-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .row-common .text-common {
    margin-top: 11px;
  }
  .row-common .column-info,
  .row-common .text-common {
    -ms-flex: 1;
        flex: 1;
    padding-right: 60px;
  }
  .row-common .button-download {
    width: 240px;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-row-common > li:not(:last-child) {
    margin-bottom: 0.42rem;
  }

  .row-common .button-download {
    width: 100%;
    margin-top: 0.22rem;
  }
  .row-common .column-content {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-block-document .list-document > li:not(:last-child) {
    margin-bottom: 0.36rem;
  }
  .section-block-document .document-info {
    margin-bottom: -0.06rem;
    letter-spacing: 0.025em;
  }
  .section-block-document .text-note-common:last-child {
    padding-bottom: 0.05rem;
  }
  .section-block-document .title-default {
    margin-right: -0.1rem;
    letter-spacing: 0.05em;
  }
}

/*# sourceMappingURL=e_application.css.map */
/*add css*/
.list-dot-large.list_shinseishoshiki > li:not(:last-child) {
  margin-bottom: 0;
}

.triangle_title{
    font-size: 1em;
    text-indent: -1em;
    margin-left: 1em;
}
@media only screen and (max-width: 767.98px){
  .triangle_title{font-size: 1.2em;}
}

