@charset "utf-8";
/* CSS Document */

/*-----------hero-----------*/

#hero{
  background: url(../images/comeback/content_title_bg.jpg) no-repeat center;
  background-size: cover;
}

#hero{
  padding: 60px 0;
}

div[role="main"]{
  margin-top: 84px;
}

h1,h2,h3{
  text-align: center;
}

/*-----------intro-----------*/

.intro__item--copy{
  margin: 80px auto 0;
  text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.content__title{
  margin: 70px auto 30px;
  text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.content__subtitle{
  margin: 20px auto 10px;
  text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.content__subtitle2{
  margin: 50px auto 10px;
  text-align: left;
	font-size: 18px;
	font-weight: bold;
}

/*-----------content-----------*/

.container{
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

table{
	width: 960px;
}
th{
	box-sizing: border-box;
	width: 150px;
	padding: 15px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	background-color: #efefef;
	border-top: 1px solid #C9CACA;
	border-bottom: 1px solid #C9CACA;
}
td{
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #C9CACA;
	border-bottom: 1px solid #C9CACA;
}

.footer-content__item--btn1,
.footer-content__item--btn2{
  position: relative;
  top: 0;
  left: 0;
}

.footer-content__item--btn1:after,
.footer-content__item--btn2:after{
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  background: url(../images/top/btn_arw.png) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 100%;
  transition: all .3s;
}

.footer-content__item--btn1:hover:after,
.footer-content__item--btn2:hover:after{
  right: 10px;
}

.footer-content{
  padding: 80px 0 100px;
}

.footer-content__item--btn1{
  background-color: #000;
  color: #fff;
  display: block;
  width: 560px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 0;
}

.footer-content__item--btn2{
  display: block;
  background-color: #E65A1E;
  width: 560px;
  margin: 50px auto 0;
}

/*-----------comeback-----------*/

.comeback{
  text-align: center;
  margin-bottom: 80px;
}
.comeback__text{
  text-align: center;
  line-height: 2;
	margin: 50px auto 70px;
}
.comeback__text2{
  text-align: center;
  line-height: 2;
	margin: 50px auto 70px;
}
.contact__btn{
  display: block;
  max-width: 400px;
  width: 90%;
  margin: 40px auto 0;
  background-color: #E65A1E;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.contact__text{
  text-align: center;
  line-height: 2;
}


/*-----------content common-----------*/


@media screen and (max-width:767px){

  /*-----------hero-----------*/

  #hero{
    background: url(../images/comeback/content_title_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }

  #hero{
    padding: 7vh 0;
  }

  div[role="main"]{
    margin-top: 7vh;
  }

  h1,h2,h3{
    text-align: center;
  }

  /*-----------intro-----------*/

  .intro__item--copy{
    width: 90%;
    margin: 40px auto 0;
  }
.content__title{
  margin: 35px auto 15px;
}
.comeback__text{
  text-align: left;
	margin: 25px auto 35px;
}
.comeback__text2{
	margin: 45px auto 35px;
}
	
  /*-----------content-----------*/

  .container{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
  }

table{
	width: 100%;
	border: 1px solid #C9CACA;
}
th{
	box-sizing: border-box;
	width: 100%;
	display:block;
	padding: 10px;
}
td{
	box-sizing: border-box;
	width: 100%;
	display:block;
	padding: 10px;
}

  .footer-content__item--btn1:after,
  .footer-content__item--btn2:after{
    right: 3%;
    width: 2%;
  }

  .footer-content__item--btn1:hover:after,
  .footer-content__item--btn2:hover:after{
    right: 1%;
  }

.footer-content{
    padding: 50px 0 100px;
  }

  .footer-content__item--btn1{
    width: 84vw;
    font-size: 16px;
    padding: 3% 0;
  }

  .footer-content__item--btn2{
    width: 84vw;
    margin: 7% auto 0;
  }


}
