@charset "utf-8";
/*
 * WELCOME TO TALKとは
 *******************************/
.ly_about{
  background-image: url('/assets/images/about/main_image.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 600px;
  height:568px;
  margin-bottom:65px;
}
.about{
  max-width:959px;
  width:100%;
  margin: 45px auto;
  position: relative;
  height:568px;
  overflow: hidden;
}
.about__title{
  top: 80px;
  position: absolute;
  font-size: 46px;
  background-color: rgb(255, 255, 255,0.8);
  left:10px
}
.about__title > span{
  margin-top: 10px;
  display: inline-block;
  border-bottom: #F7EDE4 solid 10px;
}
.about__title > span:last-child{
  clear: both;
  font-size: 27px;
}
.about__detail{
  top: 255px;
  position: absolute;
  width: 50%;
  line-height: 2;
  background-color: rgb(255, 255, 255,0.8);
  left:10px
}

@media screen and (max-width: 900px) {
  .ly_about{
    background-image: none;
    height:auto;
  }
  .about__image{
    width:320px;
    margin: auto;
  }
  .about__image > img{
    width: 100%;
  }
  .about{
    position:static;

  }
  .about__title{
    text-align: center;
    position: static;
    font-size: 30px;
  }
  .about__title > span{
    border-bottom: #F7EDE4 solid 5px;
  }
  .about__title > span:last-child{
    font-size: 16px;
  }
  .about__detail{
    position: static;
    width: 330px;
    margin: auto;
    font-size: 12px;
  }
}

/*
 * 導入までの流れ
 *******************************/
.ly_flow1{
  margin-top:-75px;
  padding-top:75px;
  background-color: #F7EDE4;
  overflow: hidden;
}
.flow1{
  max-width:959px;
  width:100%;
  margin: auto;
  padding: 45px 0;
}
.flow1__title{

}
.flow1__images{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 45px;
}
.flow1__images > li{
  width: 33%;
  margin: 20px 0;
  text-align: center;
}
.flow1__images p{
  font-size:17px;
}
.flow1__images p span{
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
.flow1__images p span a:link{
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .flow1__images{
    flex-direction: column;
    width: 350px;
    margin: auto;
  }
  .flow1__images > li{
    display: table;
    width: 100%;
  }
  .flow1__images > li > img,.flow1__images > li > p{
    display: table-cell;
    vertical-align: middle;

  }
  .flow1__images > li > img{
    width: 129px;
  }
  .flow1__images > li > p{
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    width:100%;
  }
  .flow1__images > li > p span{
    font-size: 12px;
  }
}

/*
 * ご利用の流れ
 *******************************/
.ly_flow2{
  overflow: hidden;
  text-align: center;
  padding-bottom: 75px;
  margin-top:-75px;
  padding-top:75px;
  margin-bottom:65px;
}
.flow2{
  max-width: 959px;
  width: 100%;
  margin: auto;
}

.flow2__title{
  margin-top: 75px;
  margin-bottom: 45px;
}
.flow2__title > span{
  display: block;
  margin-top: 20px;
  font-size: 20px;
}
.flow2__image{
  max-width:623px;
  width:95%;
  margin: auto;
}
.flow2__video{
  position: relative;
  width:100%;
  height:0;

  padding-top: 56.25%;
  overflow: hidden;
}
.flow2__video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.flow2__image p{
  margin-top:30px;
  line-height: 1.7;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .flow2__title{
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .flow2__title > span{
    font-size: 15px;
  }
  .flow2__image > frame{
    width: 100%;

  }
  .flow2__image p{
    width:85%;
    margin: 15px auto;
    font-size: 12px;
  }
  .flow2__image p br{
    display: none;
  }
}

/*
 * ご利用STEP
 *******************************/
.ly_step{
  background-color: #F7EDE4;
  overflow: hidden;
  padding-bottom: 75px;
  margin-top:-75px;
  padding-top:75px;
}
.step{
  max-width: 959px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.step__title{
  margin-top: 75px;
}
.step__images{
  width: 85%;
  margin: auto;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 45px;
}
.step__images li{

}
.step__images li > p{
  font-size: 26px;
  color:#E8A323;
  font-weight: bold;
}
.step__images li > p > span{
  display: block;
  font-size: 16px;
  color: #000000;
}
.step__images li > p.as_detail{
  font-size: 16px;
  color:#000000;
  font-weight: normal;
  padding-top: 10px;
}
.step__images li.as_arrow{
  position: relative;
}
.step__images li.as_arrow > img{
  position: absolute;
  top: 140px;
}
@media screen and (max-width: 900px) {
  .step__title{
    margin-top: 45px;
  }
  .step__catch{
    font-size: 12px;
    padding: 0 35px;
    line-height: 1.5;
    min-width:300px;
    width:75%;
    margin: auto;
  }
  .step__images{
    flex-direction: column;
  }
  .step__images li.as_arrow > img{
    position: static;
  }
  .step__images li.as_arrow.ge_sp_only{
    margin:25px
  }
  .step__images li > p{
    font-size: 23px;
  }
  .step__images--img{
    width: 178px;
  }
}
