@charset "UTF-8";
/*----------------------------------
 page --- その他ページ
----------------------------------*/

.p-top__logo--sp {
  display: block;
}

.header_sub {
  height: 150px;
  margin: -60px 0 0;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .header_sub {
    display: none;
  }
}

.wrapper_sub {
  margin: 60px 0 0;
  padding: 0 0 70px;
}
@media screen and (max-width: 900px) {
  .wrapper_sub {
    margin: 50px 0 0;
    padding: 0 0 35px;
  }
}

.wrapper_sub a {
  color: #2c2c2c;
  text-decoration: underline;
}
.wrapper_sub a:hover {
  text-decoration: none;
}

.ttl_news {
  height: 390px;
  padding: 100px 0 0;
  text-align: center;
  background: url("../../images/news/bg_ttl.jpg") no-repeat center top/cover;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .ttl_news {
    height: 34vw;
    padding: 11vw 0 0;
    background: url("../../images/news/sp/bg_ttl.jpg") no-repeat center top/100% auto;
  }
}

.ttl_news::before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  .ttl_news::before {
    height: 20px;
  }
}

@media screen and (max-width: 550px) {
  .ttl_news img {
    width: 36vw;
    height: auto;
  }
}


.col_subcont1 {
  width: 90%;
  max-width: 1015px;
  margin: -150px auto 0;
  padding: 70px 85px;
  color: #2c2c2c;
  background-color: #FFF;;
}
@media screen and (max-width: 550px) {
  .col_subcont1 {
    margin: 0 auto;
    padding: 0 0 35px;
  }
}

.col_news {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px solid #000;
}
@media screen and (max-width: 550px) {
  .col_news {
    padding: 0;
    border-top: none;
  }
}

.ttl_news_d {
  margin: 0 0 35px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 550px) {
  .ttl_news_d {
    margin: 0;
    padding: 0 10px 10px;
  }
}

.ttl_news_d h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.col_news_d {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 550px) {
  .col_news_d {
    padding: 35px 0 0;
    border-top: none;
  }
}

dl.list_news {
  margin: 35px auto 0;
  padding: 0 25px 35px;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 550px) {
  dl.list_news {
    margin: 20px auto 0;
    padding: 0 5px 20px;
    border-bottom: 1px dotted #000;
  }
}

dl.list_news dt {
  font-weight: 200;
}

dl.list_news dd h3 {
  font-weight: 500;
}

dl.list_news dd a {
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  dl.list_news dd a {
    font-size: 1.7rem;
    line-height: 1em;
  }
}

dl.list_news dd a:hover {
  text-decoration: underline;
}

.desc_news {
  display: none;
}
@media screen and (max-width: 550px) {
  .desc_news {
    margin-top: 8px;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.Pagination {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

a.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 1px #111;
  color: #111;
  transition: all 0.15s linear;
  text-decoration: none;
}

.Pagination-Item-Link-Icon {
  width: 15px;
}

.Pagination-Item-Link.isActive {
  background: #111;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}

.Pagination > * + * {
  margin-left: 12px;
}

.col_news_d  p {
  padding: 0;
  margin: 0 0 20px;
}

.col_news_d img {
	max-width: 100%;
	height: auto;
}

.col_news_d a img {
	transition: .2s;
}

.col_news_d h1 {
  margin: 0 0 25px;
  font-size: 3.8rem;
  font-weight: 500;
	line-height: 1.6;
}

.col_news_d h2 {
  margin: 0 0 25px;
  font-size: 3.4rem;
  font-weight: 500;
	line-height: 1.7;
}

.col_news_d h3 {
  margin: 0 0 25px;
  font-size: 3rem;
  font-weight: 500;
	line-height: 1.7;
}

.col_news_d h4 {
  margin: 0 0 25px;
  font-size: 2.6rem;
  font-weight: 500;
	line-height: 1.7;
}

.col_news_d h5 {
  margin: 0 0 15px;
  font-size: 2.2rem;
  font-weight: 500;
	line-height: 1.8;
}

.col_news_d h6 {
  margin: 0 0 15px;
  font-size: 1.8rem;
  font-weight: 500;
	line-height: 1.8;
}

.col_news_d ul {
  margin: 0 0 0 15px;
  list-style: disc;
}

.col_news_d ol {
  margin: 0 0 0 15px;
  list-style: decimal;
}

.col_news_d blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

.col_news_d blockquote:before{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

.col_news_d blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.col_news_d blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.col_news_d .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col_news_d .alignright{
	float: right;
	margin-left: 1.5em;
}

.col_news_d .alignleft{
	float: left;
	margin-right: 1.5em;
}

.pager_area_d {
	width: 100%;
	margin: 0;
	padding: 40px 0 30px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 900px) {
  .pager_area_d {
    padding: 40px 0 0;
  }
}


.pager_area_d li {
  width: 170px;
	margin: 0 15px;
	padding: 0;
}
@media screen and (max-width: 900px) {
  .pager_area_d li {
    width: 100px;
    margin: 0 5px;
  }
}

.pager_area_d li a {
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  overflow: hidden;
}

.pager_area_d li a:hover {
  color: #FFF;
}

.pager_area_d li.back a {
  color: #FFF;
  background-color: #000;
}

.pager_area_d li.prev a::before,
.pager_area_d li.prev a::after,
.pager_area_d li.next a::before,
.pager_area_d li.next a::after {
    position: absolute;
  content: "";
}

.pager_area_d li.prev a::before {
  top: 50%;
  left: -48px;
  z-index: 0;
  transform: translateY(-50%) scaleX(0.5) rotate(45deg);
  width: 22em;
  height: 22em;
  border: 1px solid #000;
  border-right: none;
  border-top: none;
}

.pager_area_d li.prev a::after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 157px;
  border: 1px solid #000;
  border-left: none;
}
@media screen and (max-width: 900px) {
  .pager_area_d li.prev a::after {
    width: 87px;
  }
}

.pager_area_d li.next a::before {
  top: 50%;
  right: -48px;
  z-index: 0;
  transform: translateY(-50%) scaleX(0.5) rotate(45deg);    
  width: 22em;
  height: 22em;
  border: 1px solid #000;
  border-left: none;
  border-bottom: none;
}

.pager_area_d li.next a::after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 157px;
  border: 1px solid #000;
  border-right: none;
}
@media screen and (max-width: 900px) {
  .pager_area_d li.next a::after {
    width: 87px;
  }
}

.pager_area_d li.prev a:hover::before,
.pager_area_d li.prev a:hover::after,
.pager_area_d li.next a:hover::before,
.pager_area_d li.next a:hover::after {
      background-color: #000;
    z-index: -1;
  }












dl.box_other {
  margin: 0 0 50px;
  padding: 0;
}
dl.box_other:last-of-type {
  margin: 0;
}
@media screen and (max-width: 900px) {
  dl.box_other {
    margin: 0 0 25px;
  }
}

dl.box_other dt {
  margin: 0;
  padding: 0 0 0 1.3em;
  font-size: 1.6rem;
  text-indent: -1.3em;
  line-height: 1.4;
}

dl.box_other dd {
  margin: 7px 0 0 23px;
  padding: 0;
}

ul.list_other1 {
  margin: 0;
  padding: 0;
}

ul.list_other1 li {
  margin: 0;
  padding: 0 0 0 13px;
  position: relative;
}

ul.list_other1 li::before {
  content: "・";
  width: 15px;
  position: absolute;
  left: 0;
}

ol.list_num1 {
  margin: 0;
  padding: 0;
  counter-reset: li;
}

ol.list_num1 li{
  margin: 0;
  padding-left: 25px;
  position: relative;
}

ol.list_num1 li:before{
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li)'.';
}

ol.list_num2 {
  margin: 0;
  padding: 0;
  counter-reset:item;
  list-style:none;
}

ol.list_num2 li {
  padding: 0 0 0 30px;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

ol.list_num2 li:before{
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.lead_enactment {
  margin: 20px 0 0;
  text-align: right;
}

dl.list_low1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

dl.list_low1 dt {
  width: 140px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  text-indent: 0;
}
@media screen and (max-width: 900px) {
  dl.list_low1 dt {
    width: 100%;
   margin: 0 0 5px;
}
}

dl.list_low1 dd {
  width: calc( 100% - 140px );
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  dl.list_low1 dd {
    width: 100%;
    margin: 0 0 13px;
    padding: 0 0 0 20px;
}
}

ol.list_num3 {
  margin: 0 0 0 20px;
  padding: 0;
}

ol.list_num3 li{
  margin: 0;
  list-style-type: lower-latin
}

/*----------------------------------
 page --- ご利用の流れ
----------------------------------*/

.mds_flow {
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .mds_flow {
    font-size: 2.2rem;
  }
}

.col_flow {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 90px;
  text-align: center;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 700px) {
  .col_flow {
    margin: 0 auto 50px;
  }
}

.col_flow:last-child {
  margin: 0 auto;
}

.col_flow iframe {
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=top.css.map */