@charset "UTF-8";

/* 下層ページ　- 1カラム用
=======================================*/
/* base
------------------------------------*/
article {
  width: 100%;
  overflow: hidden;
}

article * {
  box-sizing: border-box;
}

article img {
  width: 100%;
  display: block;
}

article div.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

article ul.pankuzu {
  width: 980px;
  margin: 0 auto;
}

.border {
  background: repeating-linear-gradient(45deg,
      #64c39d 0,
      #64c39d 1px,
      #fff 0,
      #fff 6px);
  width: 100%;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
}

article div.wrapper div.content {
  padding-top: 35px;
  width: 100%;
}

div.content .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.pcc_none {
  display: none !important;
}

.spp_none {
  display: block !important;
}

@media all and (max-width: 767px) {
  .pcc_none {
    display: block !important;
  }

  .spp_none {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  article ul.pankuzu {
    width: 94%;
    margin: 0 auto;
  }

  article div.wrapper div.content {
    width: 100%;
  }

  div.content .inner {
    width: 85%;
  }
}

@media all and (max-width: 480px) {
  article div.wrapper div.content {
    padding-top: 5px;
  }

  div.content .inner {
    width: 90%;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.no_link {
  pointer-events: none;
}

/* ヘッダー画像
------------------------------------*/
article>div.header {
  width: 100%;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  article>div.header img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  article>div.header {
    display: none;
  }
}

/* main vidual
------------------------------------*/

article * {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

article .content {
  position: relative;
}

article .content img {
  width: 100%;
  max-width: 100%;
}

article .content::before {
  content: "";
  display: block;
  width: 800%;
  height: 800%;
  transform: rotate(-30deg);
  background: url("../img/jukensei/bg_img.png") repeat 50% 50% / auto;
  position: absolute;
  top: -100%;
  right: -240%;
  bottom: -100%;
  left: -240%;
  margin: auto;
  z-index: -1;
  opacity: 0.07;
}

article div.content .inner {
  width: 90%;
  margin: 0 auto;
}

article div.header_img {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

article div.content section {
  width: 100%;
  margin: 0 auto 80px;
  max-width: 880px;
  padding-top: 156px;
  margin-top: -156px;
}

article div.content section:last-of-type {
  margin-bottom: 0;
}

article div.content section .block01 {
  margin: 0 auto 60px;
}

@media all and (max-width: 1300px) {}

@media all and (max-width: 900px) {
  article div.content section {
    width: 90%;
  }
}

@media all and (max-width: 480px) {
  article div.content section .block01 {
    margin: 0 auto 40px;
  }
}

/* heading
------------------------------------*/
.sec_ttl {
  width: 100%;
  margin: 0 0 20px;
  font-size: 200%;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 35px;
}

.sec_ttl::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/jukensei/accent.png") no-repeat 50% 50% / 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.blo_ttl {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 8px;
  font-size: 125%;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px dashed #005787;
}

@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 168.75%;
    padding-left: 30px;
  }

  .sec_ttl::before {
    width: 20px;
    height: 20px;
  }
}

/* guidance_area
------------------------------------*/
.guidance_area .img01 {
  width: 68%;
  max-width: 600px;
  margin: 0 auto 60px;
  display: block;
}

.guidance_area .txt01 {
  font-size: 133.3%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.guidance_area .txt01 .sp {
  display: none;
}

.guidance_area ul.link {
  width: 50%;
  max-width: 440px;
  margin: 0 auto 40px;
}

.guidance_area ul.link li a {
  display: block;
  background-color: #FFCCCC;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.guidance_area ul.link li a:hover {
  opacity: 0.7;
}

.guidance_area ul.link li a span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #000;
  margin-right: 1em;
}

.guidance_area ul.link li.management a {
  background-color: #86BE84;
}

.guidance_area ul.link li.tanki a {
  background-color: #99CCFF;
}

.guidance_area ul.link li.shinri a {
  background-color: #ffc399;
}

.guidance_area ul.link li.yume a {
  background-color: #fff099;
}
.guidance_area ul.link li.genmen a {
  background-color: #7addbd;
}

.guidance_area .txt02 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 5px;
}

.guidance_area .note {
  text-align: center;
  margin-bottom: 60px;
}

.guidance_area .img02 {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 0;
  display: block;
}


@media screen and (max-width: 600px) {
  .guidance_area .img01 {
    width: 100%;
    margin: 0 auto 30px;
  }

  .guidance_area .txt01 {
    font-size: 100%;
  }

  .guidance_area .txt01 .sp {
    display: block;
  }

  .guidance_area ul.link {
    width: 85%;
    max-width: inherit;
  }

  .guidance_area .txt02 {
    font-size: 100%;
  }

  .guidance_area .img02 {
    width: 100%;
  }
}

/* index_area
------------------------------------*/
article div.content section.index_area {
  max-width: 990px;
}

article div.content section.index_area div {
  background-color: #F4F4F4;
  padding: 20px 0 20px;
  border-top: dashed 1px #005787;
  border-bottom: dashed 1px #005787;
}

.index_area div h3 {
  font-size: 133.3%;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.index_area div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.index_area div ul li {
  width: 40%;
  margin-bottom: 10px;
}

.index_area div ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #b49a46 transparent transparent transparent;
  margin-right: 1em;
}

@media screen and (max-width: 600px) {
  .index_area div ul {
    flex-direction: column;
  }

  .index_area div ul li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

/* features_area
------------------------------------*/
.features_area .box {
  margin-bottom: 40px;
}

.features_area .box dl {
  padding-left: 100px;
  position: relative;
  margin-bottom: 20px;
}

.features_area .box dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("../img/web_application/kat01.svg") repeat;
  background-size: contain;
}

.features_area .box dl:last-child::before {
  background: url("../img/web_application/kat02.svg") repeat;
  background-size: contain;
}

.features_area .box dl dt {
  font-size: 156.3%;
  font-weight: bold;
  padding: 10px 0 10px;
}

.features_area .box dl dd {
  font-size: 112.5%;
}

.features_area .box dl dd a {
  color: #18C5D3;
  position: relative;
}

.features_area .box dl dd a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #18C5D3;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.note li {
  padding-left: 1em;
  text-indent: -1em;
}

.note li::before {
  content: "※";
}

@media screen and (max-width: 600px) {
  .features_area .box dl::before {
    width: 66px;
    height: 66px;
  }

  .features_area .box dl {
    padding-left: 85px;
  }

  .features_area .box dl dt {
    font-size: 133.3%;
    padding: 0 0 10px;
  }

  .features_area .box dl dd {
    font-size: 100%;
  }
}

/* flow_area
------------------------------------*/

.flow_area ul {
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 15px;
  position: relative;
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

.flow_area ul::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #B49B46;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow_area ul li {
  width: 14.7%;
  background-color: #F2EEE0;
  border-radius: 10px;
  padding: 20px 5px 20px;
  box-sizing: border-box;
}

.flow_area ul li::before {
  content: "0" counter(number);
  display: block;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  text-align: center;
  margin-bottom: 15px;
  color: #B49B46;
  font-size: 133.3%;
  font-weight: bold;
}

.flow_area ul li span {
  text-align: center;
  font-size: 112.5%;
  line-height: 1.4;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_area .txt01 {
  font-size: 120%;
}

@media screen and (max-width: 900px) {
  .flow_area ul li span {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 768px) {
  .flow_area ul {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .flow_area ul::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    border-bottom: none;
    border-left: dashed 1px #B49B46;
    left: 50%;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .flow_area ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 25px 15px;
    display: flex;
    align-items: center;
  }

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


  .flow_area ul li::before {
    text-align: left;
    margin-bottom: 0;
    font-size: 100%;
    margin-right: 30px;
  }

  .flow_area ul li span {
    text-align: left;
    font-size: 106.7%;
    height: inherit;
    display: block;
  }

  .flow_area ul li span br {
    display: none;
  }

  .flow_area .note {
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 600px) {
  .flow_area .txt01 {
    font-size: 100%;
  }
}


/* documents_dl_area
------------------------------------*/
.documents_dl_area .txt01 {
  font-size: 120%;
  margin-bottom: 20px;
}

.documents_dl_area .txt02{
	color: #DD2C2C;
	margin-bottom: 60px;
	font-size: 14px;
}

article div.content .documents_dl_area .box {
  margin-bottom: 50px;
}

.documents_dl_area .box .btn {
  display: block;
  padding: 14px;
  width: 50%;
  min-width: 400px;
  margin: 0 auto;
  background-color: #ffcccc;
  text-align: center;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
  line-height: 1.4;
  font-size: 15px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.documents_dl_area .box .btn::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #000;
  margin-right: 1em;
}


.documents_dl_area .box .btn.tanki {
  background-color: #99CCFF;
}

.documents_dl_area .box .btn.shinri {
  background-color: #ffc399;
}

.documents_dl_area .box .btn:hover {
  opacity: 0.7;
}

.documents_dl_area .box dl {
  width: 100%;
  background-color: #f4f4f4;
  padding: 39px 14px 40px;
  box-sizing: border-box;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.documents_dl_area .box dl dt {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.documents_dl_area .box dl dd {
  font-size: 120%;
}


@media screen and (max-width: 600px) {
  .documents_dl_area .txt01 {
    font-size: 100%;
  }

  .documents_dl_area .box .btn {
    width: 94%;
    min-width: inherit;
  }

  .documents_dl_area .box dl {
    padding: 39px 25px 25px;
    align-items: start;
  }

  .documents_dl_area .box dl dt {
    width: 100%;
    font-size: 106.7%;
    text-align: center;
  }

  .documents_dl_area .box dl dd {
    font-size: 100%;
  }
}

/* documents_ml_area
------------------------------------*/

.documents_ml_area dl {
  margin-bottom: 90px;
}

.documents_ml_area dl dt {
  font-size: 126.7%;
  font-weight: bold;
  margin-bottom: 10px;
}

.documents_ml_area dl dd {
  font-size: 120%;
}

.documents_ml_area dl dd .accent {
  color: #DD2C2C;
}

.documents_ml_area .img01 {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 0;
  display: block;
}

.documents_ml_area dl dd .note{
  font-size: 80%;
}

@media screen and (max-width: 600px) {
  .documents_ml_area dl {
    margin-bottom: 50px;
  }

  .documents_ml_area dl dt {
    font-size: 113.3%;
  }

  .documents_ml_area dl dd {
    font-size: 100%;
  }

  .documents_ml_area .img01 {
    width: 100%;
  }
}
.accent {
  color: #DD2C2C;
}
.text20 {
	font-size: 131.25% !important;
}
.fw-b{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.documents_dl_area{
    padding-left: 1em;
    text-indent: -1em;
  }
}
.mb0{
	margin-bottom: 0 !important;
}

.note .txt01 a{
    color: #18C5D3;
    position: relative;
}
.note .txt01 a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #18C5D3;
    position: absolute;
    left: 0;
    bottom: 0px;
}
