@charset "utf-8";

/* ===================================================================

Issued var1.0.0:2022/9/4

======================================================================*/

/* common */
body{
  margin:0;
}

.head-content{
  margin: 10px;
  height: 48px;
  display: flex;
  justify-content: space-between;
}

a{
  text-decoration: none;
}

a .cta-btn{
  padding: 14px 30px;
  border-radius: 28px;
  
}

.taihaku-lightblue-btn
{
  background-color:#154BB1; 
  border:#154BB1;
  color: #fff;
  border: 0;
}

.btn-content{
  align-items: center;
  display: flex;
  justify-content: center;
}

.close-dark-btn
{
  background-color:#3B4043; 
  color:#fff;
  border: 0;
  max-width: 200px;
}

.sp-only{
  display: none;
}
.pc-only{
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only{
    display: block!important;
  }
  .pc-only{
    display: none!important;
  }
  h1{
    text-align: center;
  }
  header img{
    width: 48px;
    object-fit: cover;
    object-position: 0 0;
  }
}


/* main */
main{
  width:1100px;
  margin: 0 auto;
}
h1{
  font-size: 36px;
  margin:55px auto 45px auto;
}


@media screen and (max-width: 1199px) {
  main{
    width: 100%;
  }
  h1{
    margin:50px 5vw;
  }
  .pp-h1{
    margin:50px 0;
  }
}
/* list */
.ul-wrapper{
  /* min-height: 100vh; */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul{
  padding: 0;
}

li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 900px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #09549E;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #09549E;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #3B4043;
  font-size: 24px;
  -ms-flex-preferred-size: 20%;
  display: flex;
  flex-basis: 40%;
  margin-right: 2vw;
  /* text-align: center; */
  vertical-align: middle;
  align-items: center;
}

.flow > li dl dt img{
  width: 70px;
  height:70px;
}
.flow > li dl dt p{
  margin-left: 10px;
  margin-bottom: 0;
  text-align: center;
}

.close-btn div{
text-align: center;
}
.btn-close a,.btn-close a:link,.btn-close a:hover,.btn-close a:visited,.btn-close a:active{
  color:#fff;
}

.close-btn .cta-btn{
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .flow {
    padding: 0 20px;
  }

  .flow > li dl{
    display: flex;
    flex-direction: column;
    width: 90vw;
  }

  .flow > li dl dt img{
    width: 50px;
    height:50px;
  }
  
  .flow > li dl dt p{
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
  
  .flow > li dl dd{
    margin-top: 20px;

  }
}

/* pp */
.pp p{
  margin-bottom: 40px;
}
ol{
  margin-bottom: 40px;
}
ol > li{
  list-style-type: decimal;
}
@media screen and (max-width: 1199px) {
  .pp{
    margin:0 20px;
  }
}



/* footer */
footer{
  margin-top:60px;
  height: 60px;
  background-color: #3b4043;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p{
  text-align: center;
  padding:10px 0;
  font-size: 12px;
  margin-bottom: 0;
}