@charset "utf-8";

/*
// 2020/12/16 CTA
// from /ad/as/static/css/style.css
// ====================================================================*/
.cv_area{
	background: #f1efec;
	margin-bottom: 100px;
}
.cv_area .wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.cv_area p{
	text-align: center;
	padding-top: 26px;
}
.cv_area p img{
	max-width: 789px;
	width: 100%;
}
.cv_area ul{
	padding: 15px 2.75% 26px 2.75%;
}
.cv_area ul li{
	width: 48.75%;
	text-align: center;
}
.cv_area ul li:nth-child(1){
	float: left;
}
.cv_area ul li:nth-child(2){
	float: right;
}
.cv_area ul li img{
	width: 100%;
	max-width:550px;
	box-shadow: 1px 1px 2px #ccc;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
}



/*
// 2020/12/15
// ====================================================================*/
/* SP版 */
@media screen and (max-width: 768px) {
	header {
		display: block;
	}
	#billboard .hero {
		height: auto;
	}
	
  .fixingBtns {
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    z-index: 99; }
    .fixingBtns.visible {
      display: block !important; }
    .fixingBtns li {
      float: left;
      /*width: 50%;*/
      line-height: 1;
    }
      .fixingBtns li:nth-of-type(2) {
        padding-bottom: 0; }
        .fixingBtns li:nth-of-type(1) a:after,.fixingBtns li:nth-of-type(2) a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -1px;
          width: 2px;
          height: 30px;
          background: #fff;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
      }
      .fixingBtns li:nth-of-type(1) {
        width: 20%;
        text-align: center;
        background: #d41338;
        padding-bottom: 0;
      }
      .fixingBtns li:nth-of-type(2),.fixingBtns li:nth-of-type(3){
        width: 40%;
      }
      .fixingBtns li a {
        position: relative;
        display: block;
        padding: 14px 0 16px 35px;
        color: #fff;
        background: #d41338;
        text-decoration: none;
        font-weight: bold;
      }
      .fixingBtns li:nth-of-type(1) a {
        width: 20%;
        display: block;
        padding: 7px 0 8px!important;
        background: #d41338;
        width: 100%;
        height: 30px;
        vertical-align: middle;
      }
      .fixingBtns li:nth-of-type(1) a img {
        width: 30px;
        height: auto;
      }
        .fixingBtns li:nth-of-type(1) a:before {
          background: none!mportant;
        }
        .fixingBtns li:nth-of-type(2) a:before {
          content:"";
          display: inline-block;
          width: 27px;
          height: 30px;
          background: url(/ad/as/static_b/img/icon_request.png) no-repeat;
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: 16%;
          left: 12%;
        }
        .fixingBtns li:nth-of-type(3) a:before {
          content:"";
          display: inline-block;
          width: 27px;
          height: 30px;
          background: url(/ad/as/static_b/img/icon_reserve.png) no-repeat;
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: 16%;
          left: 12%;
        }
	.cv_area{
		background: #fff;
		margin-bottom: 0;
	}
	.cv_area p img{
		width: 85%;
	}
	.cv_area ul{
		padding: 0px 2.75% 26px 2.75%;
	}
	.cv_area ul li img{
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	}
	.sp-layout {
		display: flex;
		flex-flow: column nowrap;
	}
	.section01 {
		order: 2;
	}
	.section02 {
		order: 1;
	}
}