@charset "utf-8";
.main-contents .contents-block {
  background-color: #fff;
}
.main-area {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.main-button-area {
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-button-area a {
  font-size: 2.2rem;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  width: calc(365px - 25px);
  text-align: center;
}
.main-button-area a:hover {
  opacity: 0.8;
}
.main-button-area a.login {
  background: linear-gradient(20deg, rgba(255, 13, 0, 1) 0%, rgba(255, 114, 0, 1) 100%);
  margin-right: 25px;
}
.main-button-area a.inquiry {
  background-color: #094e9e;
  margin-left: 25px;
}
.main-button-area {
  display: flex;
  justify-content: space-between;
}
/*----------------------------------------------------
  ますnetとは
----------------------------------------------------*/
.contents-block .contents-block-inner:not(:last-child) {
  margin-bottom: 50px;
}
p.txt-about {
  margin-bottom: 3em;
}
.grasp-area {
  margin-top: 2em;
}
ul.masunet-list {
  list-style: none;
  padding-left: 0;
  margin-top: -1.2em;
  margin-bottom: 0.5em;
}
.masunet-list li {
  padding-left: 1.2em;
  position: relative;
  color: #094e9e;
  font-weight: 700;
}
.masunet-list li::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  background-color: #094e9e;
  border-radius: 50%;
  position: absolute;
  top: 0.45em;
  left: 0;
}
.masunet-list li span {
  color: #222;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
}
p.txt-attention {
  color: #F8130D;
  font-weight: 700;
}
/*----------------------------------------------------
  ご利用までの流れ
----------------------------------------------------*/
.flow-block {
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  margin-bottom: 35px;
}
.flow-block::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background-color: #094e9e;
  clip-path: polygon(50% 16px, 0% 0%, 30px 0%);
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  margin-left: -8px;
}
.flow-block:last-child::after {
  display: none;
}
.flow-block p {
  margin-bottom: 0;
}
.flow-block .title-area {
  overflow: hidden;
  font-size: 2rem;
  color: #094e9e;
  margin-bottom: 1rem;
}
.flow-block .title-area .num {
  float: left;
  background-color: #094e9e;
  width: 5em;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 1.2rem;
}
.flow-block .title-area .title {
  display: block;
  overflow: hidden;
}
.flow-block .row {
  margin: 5rem -10px 0;
}
table.tbl-requirements {
  width: 100%;
  margin-bottom: 3rem;
  table-layout: fixed;
}
.tbl-requirements thead th {
  background-color: #094E9E;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tbl-requirements thead th:first-child {
  width: 20%;
}
.tbl-requirements thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl-requirements tbody th,
.tbl-requirements tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}
.tbl-requirements tbody th {
  background-color: #f6f6f6;
  white-space: normal;
}
.tbl-requirements tbody td {
  word-break: break-all;
}
.service-time {
  border: 5px solid #094E9E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
}
.service-time p {
  color: #094E9E;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.inquiryDesk {
  height: 125px;
}
.inquiryDesk p {
  color: #094E9E;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
      line-height: 1.2;
}
.inquiryDesk p span {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.note-area p {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.note-area ul {
  list-style: none;
  padding-left: 0;
}
.note-area ul li {
  padding-left: 1.2em;
  position: relative;
}
.note-area ul li::before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .main-button-area a {
    font-size: 1.8rem;
  }
  .main-button-area a.login {
    margin-right: 10px;
  }
  .main-button-area a.inquiry {
    margin-left: 10px;
  }
  .flow-block .title-area {
    font-size: 1.6rem;
  }
  .flow-block .row {
    margin-top: 4rem;
  }
  .flow-block .row p {
    margin-bottom: 1em;
  }
  .service-time {
    border-width: 3px;
    height: 100px;
  }
  .inquiryDesk{
    height: 100px;
  }
  .service-time p,
  .inquiryDesk p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .main-button-area {
    display: block;
  }
  .main-button-area a {
    display: block;
    width: 80%;
    margin: 15px auto !important;
  }
}