@charset "UTF-8";
/* CSS Document */
.contents {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;	
}
.app_wrap {
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1320px;	
}
.app_title_h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  color: #53231b;
  letter-spacing: 0.04em;
}

@media screen and (max-width:768px){
.app_title_h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
.pagetop {
  bottom: 21.2vw !important;
	}
}


/*--------------------------------------------------------------
app main v
--------------------------------------------------------------*/

.app_main_wrap{
	background: url("../images/app/img_main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
    padding: 50px 0 0 0;	
}
.app_main_wrap:after{
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/app/img_main_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
}
.app_main_v {
  max-width: 1200px;
  margin: 0 auto;	
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;	
}
.app_main_l {
  width: 63%;
}
.app_main_r {
  width: 36%;
  text-align: right;	
}
.app_h2_tiitle {
  position: relative;
  padding: 56px 0 0 140px;	
}
.app_h2_tiitle:before{
	content: "";
	background-image: url("../images/app/icn_app_c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 180px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.app_list_ul {
  width: 63%;	
  display: flex;
  justify-content: center;
  padding-left: 160px;	
  background-image: url("../images/app/icn_app_main.png");
  background-repeat: no-repeat;
  background-size: 130px 120px;
  background-position: 20px center;	
  padding: 32px 0 32px 160px;
}
.app_list_wrap {
  background: #f09b53;
  margin-top: -88px;
  position: relative;
  z-index: 1;
  padding-top: 40px;	
}
.app_list_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.app_list_li:nth-child(1) {
  margin-right: 24px;
}


@media screen and (max-width:768px){
.app_main_wrap {
  padding: 10px 0 0 0;
}
.app_main_v {
  flex-wrap: wrap;
  margin-bottom: -50px;	
	}
.app_main_l {
  width: 100%;
  text-align: center;
  margin-top: 0;
/*  background: rgb(240, 155, 83);*/
  position: relative;
}
.app_h2_tiitle img {
  width: 260px;
  margin: 0 auto;
}		
.app_main_r {
  width: 100%;
  text-align: center;
  margin: 10px 0;	
}	
.app_main_r img {
  width: 150px;
}	
.app_list_wrap {
  margin-top: 0;
	}
.app_list_ul {
  width: 100%;
background-size: 60px 55px;;
background-position: 10px center;
padding: 20px 10px 20px 75px;
}
.app_list_li:nth-child(1) {
  margin-right: 10px;
}
.app_h2_tiitle {
  position: relative;
  padding: 20px 0 0 0;
}
.app_h2_tiitle::before {
  width: 72px;
  height: 72px;
  left: 8px;	
}
}

@media screen and (max-width: 420px) {
  .app_h2_tiitle::before {
    width: 50px;
    height: 50px;	
  }
}






/*--------------------------------------------------------------
app 機能
--------------------------------------------------------------*/
.app_wrap.sec01 {
  padding-top: 120px;
}
.app_nav_h3 {
  max-width: 800px;
  width: 100%;	
  font-size: min(2.4vw,32px);
  font-weight: 600;
  color: #fff;
  background: #792f23;
  display: inline-block;
  padding: 10px;
  margin: 0 auto 28px auto;	
  position: relative;
}
.app_nav_h3:after{
	content: "";
	width: 	0;
	height: 0;
	border: solid 14px transparent;
	border-top: solid 16px #792f23;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.app_content_nav {
  text-align: center;
  margin-bottom: 120px;
}
.app_content_nav_ul {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
.app_content_nav_ul {
  border: solid 1px #d0c199;
}
.app_content_nav_li {
  /*
  width: 25%;
  */
  width: calc(100% / 3);
  background: #fff;
  border-right: solid 1px #d0c199;
  padding: 40px 10px 20px 10px;	
}
.app_content_nav_li:last-child {
  border-right: none;
}
.app_content_nav_txt {
  font-size: 20px;
  font-weight: 600;
  color: #53231b;
  line-height: 1.4;
}
.app_content_nav_img {
  margin-bottom: 32px;
}

.app_block_li {
  display: flex;
  border: solid 1px #f09b53;	
  margin-bottom: 32px;	
}
.app_block_li:last-child {
  margin-bottom: 0;	
}
.app_block_l {
  width: 50%;
  background: #fff;	
  display: flex;
  align-items: flex-start;	
  padding: 40px;	
}
.app_block_r {
  width: 50%;
  background: #f09b53;
  text-align: center;
  padding: 40px 0;	
}
.app_block_no {
  width: 68px;	
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;	
  margin-right: 32px;	
}
.app_block_no span {
  font-size: 21px;
  display: block;
  text-align: center;
  background: #e7760d;
  color: #fff;
  width: 68px;
  line-height: 68px;
  height: 68px;
  margin-bottom: 24px;
  position: relative;	
}
.app_block_no span:after{
	content: "";
	width: 28px;
    height: 4px;	
	background: #000;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}
.app_kinou_h4 {
  font-size: min(2.12vw,28px);
  font-weight: 600;
  color: #53231b;
  margin-top: 20px;	
  margin-bottom: 30px;
  letter-spacing: 0.04em;	
}
.point {
  margin-bottom: 12px;
}
.point_ul {
  margin-bottom: 20px;
}
.point_li {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #d46d14;
  margin-bottom: 10px;
}
.point_li:last-child {
  margin-bottom: 0;	
}
.app_block_txt {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;	
}
.app_block_txt_i {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
}
.app_block_title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 2px #e7760d;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.app_block_dl {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  margin-top: 12px;	
}
.app_block_dt img {
  vertical-align: middle;
  margin-right: 8px;
}
.sec01 .app_block_dd {
  padding-left: 1em;
}
.app_note {
  margin-top: 10px;
  text-align: right;
}
.app_block_li {
  display: flex;
  border: solid 1px #ded2b3;
  margin-bottom: 32px;
}

@media screen and (max-width:768px){
.app_content_nav_ul {
  margin: 0 auto;
	}
.app_content_nav {
  margin-bottom: 60px;
}	
.app_wrap.sec01 {
  padding-top: 40px;
}	
.app_nav_h3 {
  font-size: 20px;
  line-height: 1.2;
}
.app_content_nav_ul {
  flex-wrap: wrap;
}	
.app_content_nav_li {
  width: 50%;
  border-right: solid 1px #d0c199;
  padding: 20px 10px 16px 10px;
  border-bottom: solid 1px #d0c199;
}	
.app_content_nav_ul {
  border-bottom: none;
}
.app_content_nav_txt {
  font-size: 15px;
	}
.app_content_nav_img {
  margin-bottom: 16px;
}	
.app_content_nav_img {
  width: 92px;
  margin: 0 auto 16px auto;
}	
.app_block_li {
  display: block;
	}
.app_block_l {
  width: 100%;
  padding: 20px 20px 40px 20px;
}
.app_block_r {
  width: 100%;
  padding: 40px 0;
}	
.app_block_no span {
	font-size: 18px;
	width: 56px;
	line-height: 56px;
	height: 56px;
	margin-right: 10px;
    margin-bottom: 0;	
	}
.app_block_no {
  width: auto;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-right: 0;
  display: flex;
align-items: center;
align-content: center;	
  margin-bottom: 10px;	
}
.app_block_no span::after {
	display: none;
	}
.app_kinou_h4 {
  font-size: 21px;
	line-height: 1.4;
  margin-bottom: 24px;	
  margin-top: 0;	
	}
.point_li {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #d46d14;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}	
.app_block_l {
  display: block;
}	
.app_block_dl {
  font-size: 15px;
	}
}


/*--------------------------------------------------------------
app howto
--------------------------------------------------------------*/
.app_wrap.sec02 {
  padding-top: 160px;
}
.sec02 .app_block_l {
  background: #f7f1e3;
  text-align: center;
}
.sec02 .app_block_r {
  background: #fff;
  text-align: left;
  padding: 50px 40px;	
}
.sec02 .app_block_l img {
  margin: 0 auto;
}
.sec02 .app_kinou_h4 {
  font-size: 28px;
  font-weight: 500;
  color: #53231b;
  margin-bottom: 16px;
  letter-spacing: normal;
}
.app_kinou_h4 .num {
  width: 50px;
  height: 50px;
  font-size: 24px;	
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #e7760d;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
.col_or {
  color: #e7760d;
}
.sec02 .app_block_txt {
  font-size: 21px;
  line-height: 1.6;
  color: #53231b;
  padding-left: 60px;
}
.sec02 .app_block_li {
  border: solid 1px #ded2b3;
  margin-bottom: 32px;
}
.sec02 .app_block_li:last-child {
  margin-bottom: 0;
}
.sec02 .app_block_in_li {
  font-size: 21px;
  line-height: 2;
  color: #53231b;
  text-indent: 1em;
}
.sec02 .app_block_in_li img {
  vertical-align: middle;
  margin-right: 12px;
}

@media screen and (max-width:768px){
.app_wrap.sec02 {
  padding-top: 100px;
}
.sec02 .app_block_r {
  padding: 30px 20px;
}
.app_kinou_h4 .num {
  width: 36px;
  height: 36px;
  font-size: 21px;
  color: #fff;
  line-height: 36px;
	}
.sec02 .app_kinou_h4 {
  font-size: 21px;
  margin-bottom: 10px;
	}
.sec02 .app_block_in_li {
  font-size: 17px;
   text-indent: 0;	
	}
.sec02 .app_block_txt {
  font-size: 18px;
  padding-left: 0;
}	
}

/*--------------------------------------------------------------
app QA
--------------------------------------------------------------*/
.app_wrap.sec03 {
  padding: 160px 3% 220px 3%;
}
.sec03 .app_block_dl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #53231b;
  background: #fff;
  margin-bottom: 20px;
  border: solid 1px #ded2b3;	
  padding: 32px 40px;	
}
.sec03 .app_block_dl :last-child{
  margin-bottom: 0;
}
.sec03 .app_block_dd {
  text-indent: 0;
}
.sec03 .app_block_dd {
  font-size: 18px;
  font-weight: 500;	
  line-height: 1.6;
  color: #434343;
  display: flex;
  align-content: center;
  align-items: flex-start;
}
.sec03 .app_block_dt {
  margin-bottom: 32px;
  display: flex;	
  align-items: center;	
}
.sec03 .app_block_dt img {
  margin-right: 20px;
}
.sec03 .app_block_dd img {
  margin-right: 20px;
}
.sec03 .app_contact_wrap {
  max-width: 940px;
  margin: 0 auto;
  background: #f7f1e3;
  padding: 40px;
  border: solid 1px #ded2b3;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000;	
}
.sec03 .app_contact_wrap span {
  font-size: 18px;
}


@media screen and (max-width:768px){
.app_wrap.sec03 {
  padding: 100px 3% 80px 3%;
}	
.sec03 .app_block_dl {
  font-size: 16px;
  padding: 20px 20px;
}
.sec03 .app_block_dt img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}	
.sec03 .app_block_dt {
  margin-bottom: 20px;
}
.sec03 .app_block_dd img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}	
.sec03 .app_block_dd {
  font-size: 16px;
	}
.sec03 .app_contact_wrap {
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;	
  text-align: center;
	}
.sec03 .app_contact_wrap span {
  font-size: 15px;
  display: block;
}	
}



/*--------------------------------------------------------------
app add
--------------------------------------------------------------*/
.app_wrap.sec04 {
  width: 100%;	
  max-width: 100%;
  background:url("../images/app/img_main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px 0;	
}
.app_wrap.sec04:after{
	content: "";
  width: 100%;
	height: 300px;
	background-image:url("../images/app/img_main_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.app_add_wrap {
  background: rgba(255,255,255,0.5);
  max-width: 1000px;
  margin: 0 auto;
  padding: 92px 0;
  position: relative;
  z-index: 1;	
}
.app_add_content_wrap{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;	
  margin-bottom: 60px;	
}
.add_ul {
  margin-left: 40px;
}
.add_img {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #792f23;
  letter-spacing: 0.04em;
}
.add_img img {
  display: block;
  margin: 16px auto 0 auto;
}
.add_li {
  font-size: 18px;
  line-height: 1.6;
  color: #53231b;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.add_li:before{
	content: "";
	background-image: url("../images/app/arrow-right-s-br.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 9px;
    height: 14px;	
	position: absolute;
	top: 7px;
	left: 0;
}
.add_li:last-child{
  margin-bottom: 0;
}
.app_list_li_f a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.app_list_ul_f {
  display: flex;
  justify-content: center;
}
.app_list_li_f:first-child {
  margin-right: 20px;
}

@media screen and (max-width:768px){
.app_wrap.sec04 {
  padding: 32px 16px;
}
.app_add_wrap {
  padding: 32px 0;
	}
.app_add_content_wrap {
  display: block;
  margin-bottom: 30px;	
	}
.add_img {
  font-size: 21px;
  margin-bottom: 20px;
}	
.add_ul {
  margin-left: 0;
  padding: 0 16px;
}	
.add_li {
  font-size: 14px;
  padding-left: 16px;
  padding-bottom: 12px;
  margin-bottom: 12px;
	}
.app_list_ul_f {
  display: block;
  text-align: center;	
	}
.app_list_li_f:first-child {
  margin-right: 0;
  margin-bottom: 20px;
}	
}


/*--------------------------------------------------------------
app add
--------------------------------------------------------------*/
/*.footer_banner{
  display: none;
}*/

@media screen and (max-width:768px){
/*.footer_banner{
  display: block;	
  animation: fadeout 3s ease 0s 1 forwards;
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }	*/
	
.footer_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;	
  z-index: 10;	
/*  animation: fadein 1s ease 0s 1 forwards;*/
  }
.footer_banner .close {
	position: absolute;
	top: 23px;
	left: 5px;
  }
.footer_banner.close {
  display: none;
  }
	
/*  @keyframes fadein {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }	
	
	
}*/



