@charset "UTF-8";

/* ------------------------------------------------------ */
/* hadder */
/* ------------------------------------------------------ */

hadder{
  width:100%;
  background: #fff;
}
hadder .inner{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  max-width:1230px;
  padding:8px 15px 0;
  margin:0 auto;
  justify-content: space-between;
  align-items: center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
hadder .inner .logo{
  width:30%;
  max-width:246px;
}
hadder .inner .logo img{
  display:block;
  width:100%;
  max-width:246px;
}
hadder .inner .olink{
  width:30%;
  max-width:246px;
}
hadder .inner .olink a{
  width:100%;
  display:block;
  background: #00574b;
  padding:5px 5px;
  color:#fff;
  text-align: center;
  font-size: 1.3rem;
  -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;
}
@media only screen and (max-width: 580px) {
  hadder .inner .logo{
    width:40%;
    max-width:246px;
    padding-right: 10px;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  }
  hadder .inner .olink{
    width:60%;
    max-width:246px;
  }
  hadder .inner .olink a{
    font-size: 1.1rem;
  }
}
/* ------------------------------------------------------ */
/* mv */
/* ------------------------------------------------------ */
#mv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mv .mv-inner{
	height: 86vh;
	width: 100%;
  transition: 2s ease-in-out;
}
#mv .mv-inner img{
  pointer-events: none;
	display: block;
	object-fit: cover;
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;';
	width: 100%;
	height: 100%;
	min-height: 89vh;
	transition: 2s ease-in-out;
}

#mv .title{
  position: absolute;
  top:0%;
  left:0%;
  right:0%;
  width:100%;
  margin:0 auto;
  z-index: 5;
  transition: 1s ease-in-out;
  padding:0 15px;
  max-height: calc(100vh - 15vw);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#mv .title img{
  display:block;
  width:100%;
  max-width:1152px;
  margin: 0 auto;

}
#mv .btn1{
  position: absolute;
  bottom:40px;
  left:0%;
  right:0%;
  width:100%;
  margin
  z-index: 1;
  transition: 1s ease-in-out;
  padding:0 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#mv .btn1 a img{
  display:block;
  width:100%;
  max-width:604px;
  margin: 0 auto;
}
#mv .btn1 a:hover img{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}


@media only screen and (max-width: 980px) {
  #mv .mv-inner{
  	height: 80vh;
  }
  #mv .mv-inner img{
  	min-height: 82vh;
  }
}
@media only screen and (max-width: 860px) {
  #mv .mv-inner{
  	height: 70vh;
  }
  #mv .mv-inner img{
  	min-height: 72vh;
  }
}
@media only screen and (max-width: 760px) {
  #mv .mv-inner{
  	height: 60vh;
  }
  #mv .mv-inner img{
  	min-height: 62vh;
  }
}
@media only screen and (max-width: 680px) {
  #mv .mv-inner{
  	height: 54vh;
  }
  #mv .mv-inner img{
  	min-height: 56vh;
  }
}
@media only screen and (max-width: 580px) {
  #mv .mv-inner{
  	height: 35vh;
  }
  #mv .mv-inner img{
  	min-height: 39vh;
  }
  #mv .btn1{
    bottom:10px;
  }
}
@media screen and (min-width: 980px) and (max-height:800px){
  #mv .title img{
    max-width:952px;
  }
}

/* ------------------------------------------------------ */
/* s2 */
/* ------------------------------------------------------ */

#s2 {
  position: relative;
  overflow: hidden;
  z-index: 0;
	width:100%;
  border-top: 1px solid #f7f7f7;
  background: url("../images/s2_bg.png") 50% 0 no-repeat;
}
#s2 .s2-hade{
  background: url("../images/s2_had.png") 50% 0 no-repeat;
  height:162px;
  width:100%;
  overflow: hidden;
}
#s2 .w{
  position: relative;
  width:100%;
  max-width:1230px;
  padding:80px 15px 140px;
  margin:0 auto;
  z-index:5;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s2 .w .p1{
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.4;
  text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
    margin-bottom: 40px;
}
#s2 .btn2{
  position: relative;
  width:100%;
  z-index:6;
}
#s2 .btn2 a img{
  display:block;
  width:100%;
  max-width: 586px;
  margin: 0 auto;
}
#s2 .btn2 a:hover img{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}

@media only screen and (max-width: 860px) {
  #s2 .w{
    padding:40px 15px 80px;
  }
  #s2 .w .p1{
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.0;
    margin-bottom: 40px;
  }

}
@media only screen and (max-width: 680px) {
  #s2 .s2-hade{
    height:60px;
    background-size: 200% auto;
  }
  #s2 .w{
    padding:60px 15px 40px;
  }
}
@media only screen and (max-width: 580px) {
  #s2 .w{
    padding:40px 15px 40px;
  }
  #s2 .w .p1{
    font-size: 1.6rem;
    line-height: 2.0;
  }
}

/* ------------------------------------------------------ */
/* report */
/* ------------------------------------------------------ */
#report {
  background: url("../images/r_bg.jpg") 50% 0 no-repeat;
  padding: 60px 30px 80px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#report .r_t img{
  display:block;
  width:100%;
  max-width:508px;
  margin:0 auto 60px;
}
#report .p1{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
}
#report .content {
    width:100%;
}

#report .report-title{
  position: relative;
  width:100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 40px 20px;
  display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
  background: url("../images/r_bg2.jpg") 50% 50% no-repeat;
  background-size: cover;
  border: 1px solid #61caeb;
	box-shadow: 0 0 20px #fffbf4 inset, 10px 10px 10px rgba(99,202,236,0.7);
}

@media only screen and (max-width: 680px) {
  #report {
    padding: 60px 10px 80px;
  }
  #report .report-title{
    margin: 0 auto 30px;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 580px) {
  #report {
    padding: 60px 10px 80px;
  }
  #report .r_t img{
    margin:0 auto 30px;
  }
  #report .report-title{
    margin: 0 auto 30px;
    padding: 20px 20px;
  }
}

#report .select-wrap{
  display: block;
  width:100%;
}
#report .select-wrap span{
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
}
#report .select-wrap span:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 13px;
	pointer-events: none;
}
#report .select-wrap select{
	display: block;
	width: 100%;
	padding: 13px;
	padding-right: 30px;
	border: 1px solid #2791e3;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	font-weight: 600;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#report .report-title .i1{
  position: absolute;
  width:122px;
  height:163px;
  left:-70px;
  bottom:0;
}
#report .report-title .i2{
  position: absolute;
  width:77px;
  height:167px;
  right:-50px;
  bottom:0;
}
#report .p2{
  width:100%;
  text-align: center;
}
#report .p2 span{
  display:inline-block;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  border: 2px solid #000;
  padding: 15px 10px;
  margin-bottom: 20px;
  color:#000;
}
#report .p2 span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 5px);
    transform: rotate(45deg);
}
@media only screen and (max-width: 760px) {
  #report .select-wrap span{
  	width: 400px;
  }
  #report .report-title .i1{
    position: absolute;
    width:122px;
    height:163px;
    left:-30px;
    bottom:0;
  }
  #report .report-title .i2{
    position: absolute;
    width:77px;
    height:167px;
    right:-20px;
    bottom:0;
  }
}
@media only screen and (max-width: 680px) {
  #report .select-wrap span{
  	width: 100%;
    max-width:400px;
  }
  #report .p2{
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: center;
  }
  #report .p2 i{
    display:block;
  }
}
@media only screen and (max-width: 580px) {
  #report .p1{
    font-size: 1.6rem;
  }
  #report .report-title .i1{
    position: absolute;
    width:40px;
    height:53px;
    left:-10px;
    bottom:0;
  }
  #report .report-title .i2{
    position: absolute;
    width:30px;
    height:65px;
    right:-10px;
    bottom:0;
  }
}

#report .report-list {
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
  padding:0 15px;
  margin-bottom: 40px;
  position: relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#report .report-list__box{
  width:23%;
  margin:0 1% 25px 1%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#report .report-list__box:nth-of-type(4n+4){
  margin-right: 0%;
}

#report .report-list__box__inner{
  background: #fff;
  display:block;
  padding:10px;
  box-shadow: rgba(0,0,0,0.1) 0px 1px 6px 0px, rgba(0,0,0,0.1) 0px 0px 2px 0px, rgba(0,0,0,0.1) 0px 2px 4px 0px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#report .report-list__box__inner:hover{
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0,0,0,0.1) 0px 3px 8px 0px, rgba(0,0,0,0.1) 0px 0px 2px 0px, rgba(0,0,0,0.1) 0px 6px 10px 0px;
}
#report .report-list__box__inner .report-list__img{
  width: 100%;
  height: 0;
  padding: 0 0 56%;
  position: relative;
}
#report .report-list__box__inner .report-list__img span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#report .report-list__box__inner .report-list__img span img {
    object-fit: cover;
    object-position: 50% 56%;
    font-family: 'object-fit: cover; object-position: 50% 56%;';
    width: 100%;
    height: 100%;
    max-width: none;
    will-change: transform;
    transition: 0.5s ease-out;
    transform: scale(1);
}
#report .report-list__box__inner:hover .report-list__img span img{
	transform: scale(1.07);
}
#report .report-list__box__name{
  padding-top: 10px;
  color: #323232;
  padding-right: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#report .report-list__box__title {
  color: #323232;
  position: relative;
  padding-right: 20px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
}
#report .report-list__box__title:after {
    position: absolute;
    top:calc(50% - -2px);
    right: 5px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #68cded;
    border-right: 2px solid #68cded;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#report .report-list__box.is-hide {
  display: none; }

#report .car-list__box{
  margin-bottom: 60px;
  width:100%;
  text-align: center;
}


#report .car-list__box .btn,
#report .car-list__box a.btn,
#report .car-list__box button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#report .car-list__box a.btn-c {
  font-size: 1.6rem;
  position: relative;
  padding: 1.7rem 2rem 1.7rem 2rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}


#report .car-list__box a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

#report .car-list__box a.btn-c:hover:before {
  left: 2rem;
}
/*
#report .car-list__box a{
  position: relative;
  display:block;
  width:100%;
  max-width:500px;
  padding:15px 5px;
  background: #fff;
  border:1px solid #818181;
  text-align: center;
  margin: 0 auto;
  color:#000;
  font-size: 1.7rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#report .car-list__box a:after {
    position: absolute;
    top:calc(50% - 4px);
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#report .car-list__box a:hover{
  color:#fff;
  background:#2791e3;
  border: 1px solid #2791e3;
}
#report .car-list__box a:hover:after{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
*/
@media only screen and (max-width: 1230px) {
  #report .report-list__box{
    width:31.2%;
    margin:0 1% 25px 1%;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  }
  #report .report-list__box:nth-of-type(4n+4){
    margin-right: 1%;
  }
  #report .report-list__box:nth-of-type(3n+3){
    margin-right: 0%;
  }
}

@media only screen and (max-width: 680px) {
  #report .report-list::after {
    content:"";
    position: absolute;
    display:block;
    width:48.2%;
  }
  #report .report-list__box{
    width:48.2%;
    margin:0 1% 20px 1%;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  }
  #report .report-list__box:nth-of-type(4n+4){
    margin-right: 0%;
  }
  #report .report-list__box:nth-of-type(3n+3){
    margin-right: 1%;
  }
  #report .report-list__box:nth-of-type(2n+2){
    margin-right: 0%;
  }
}


/* ------------------------------------------------------ */
/* rule */
/* ------------------------------------------------------ */
#rule {
  padding: 60px 0 100px;
  background: #fff; }

#rule h2 {
  text-align: center;
  margin-bottom: -30px; }

#rule h3 {
  margin: 100px 0 25px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
  border-top: 2px solid #282c31;
  border-bottom: 2px solid #282c31;
  text-align: center; }

#rule .period {
  overflow: hidden; }

#rule .period dt {
  padding: 20px 0;
  color: #3d4b5e;
  float: left;
  clear: both; }

#rule .period dd {
  padding: 20px 0 20px 140px;
  border-bottom: 1px solid #000; }

#rule .period_memo {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }

#rule ul li {
  text-indent: -1em;
  margin-left: 1em; }

#rule .flow {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#rule .flow li {
  margin-right: 15px;
  padding: 13px 10px;
  box-sizing: border-box;
  background: #e8f9ff;
  width: 160px;
  position: relative;
  min-height: 260px;
  text-align: center;
  line-height: 1.4; }

#rule .flow li:after {
  content: url("../img/rule_flow_arrow_01.png");
  position: absolute;
  width: 6px;
  height: 23px;
  display: block;
  top: 50%;
  margin-top: -11px;
  right: -10px; }

#rule .flow li:last-child {
  margin: 0; }

#rule .flow li:last-child img {
  position: relative;
  top: 50%;
  margin-top: -78px; }

#rule .flow li:last-child:after {
  content: none; }

#rule .flow li .ttl {
  display: block;
  margin: 0 auto 15px; }

#rule .flow li .ttl.sp {
  display: none; }

#rule .flow li .ttl.pc {
  display: block; }

#rule .flow li span {
  font-size: 1.4rem; }

@media only screen and (max-width: 767px) {
  #rule {
    padding: 30px 10px 45px;
    font-size: 1.2rem; }

  #rule h2 {
    margin-bottom: 0; }

  #rule h2 img {
    width: 16.42%;
    height: auto; }

  #rule h3 {
    margin: 30px 0 15px;
    font-size: 1.7rem;
    padding: 10px 0; }

  #rule .period dt {
    padding: 10px 0; }

  #rule .period dd {
    padding: 10px 0 10px 10em;
    border-bottom: 1px solid #000; }

  #rule .period_memo {
    margin-top: 10px;
    padding-bottom: 10px; }

  #rule .flow {
    display: block; }

  #rule .flow li {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
    display: block;
    min-height: 1px;
    text-align: left; }

  #rule .flow li:after {
    content: '';
    background: url("../img/rule_flow_arrow_01_sp.png") 0 0 no-repeat;
    background-size: 50% auto;
    width: 8.22%;
    right: 0;
    left: 0;
    margin: 0 auto !important;
    top: auto;
    bottom: -29px; }

  #rule .flow li .ttl {
    margin: 0 0 10px;
    width: 76.34%; }

  #rule .flow li .ttl.pc {
    display: none; }

  #rule .flow li .ttl.sp {
    display: block; }

  #rule .flow li:last-child img {
    position: relative;
    top: auto;
    margin-top: 0; }

  #rule .flow li span {
    font-size: 1.2rem; }

  .btn_campaign_last {
    margin-top: 30px; }

  .btn_campaign p {
    margin-top: 5px; } }
/* ------------------------------------------------------ */
/* form */
/* ------------------------------------------------------ */
#form {
  padding-bottom: 110px; }

#form h1 {
  margin-bottom: 40px; }

#form h1 + p {
  text-align: center;
  margin-bottom: 40px; }

#form table td,
#form table th {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  vertical-align: middle; }

#form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d8d8d8; }

#form dl dt {
  width: 26%;
  position: relative;
  vertical-align: middle;
  line-height: 32px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box; }

#form dl dt:after {
  content: "必須";
  display: inline-block;
  width: 58px;
  text-align: center;
  color: #fff;
  background-color: #1f9ee0;
  position: absolute;
  right: 50px;
  top: 0; }

#form dl dt.no:after {
  content: none; }

#form dl dd {
  width: 74%;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box; }

#form dl dd:last-of-type,
#form dl dt:last-of-type {
  border: none; }

#form dl dd table th {
  font-weight: normal;
  text-align: left; }

#form .name th {
  width: 45px; }

#form .name td {
  width: 265px; }

#form .name input[type='text'] {
  width: 230px; }

#form #zip1 {
  width: 100px;
  margin: 0 10px 0 30px; }

#form #zip2 {
  width: 135px;
  margin-left: 10px; }

#form .address table {
  margin: 5px 0 -10px; }

#form .address th {
  width: 160px; }

#form .address td {
  padding: 10px 0; }

#form .mail input:first-child {
  margin-bottom: 15px; }

#form #person,
#form #possession {
  width: 400px; }

#form .choice p {
  font-size: 1.4rem; }

#form .choice table {
  width: 100%; }

#form .want table {
  width: 100%;
  margin-bottom: -15px; }

#form .choice table th,
#form .want table th {
  width: 76px;
  padding-bottom: 15px; }

#form .choice table td,
#form .want table td {
  padding-bottom: 15px; }

#form .triggerOther {
  margin: 25px 0 10px; }

#form .check-wrap {
  padding: 40px 0;
  text-align: center;
  background-color: #f7f7f7; }

#form .check-wrap p {
  font-size: 1.8rem;
  margin-bottom: 20px; }

#form #btn_check {
  margin: 60px auto 0;
  text-align: center; }

@media screen and (max-width: 1024px) {
  #form .inner {
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  #form dd table,
  #form dd table tbody,
  #form dd table td,
  #form dd table th,
  #form dd table tr {
    display: block;
    width: 100%;
    box-sizing: border-box; }

  #form dl dt {
    width: 100%;
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    box-sizing: border-box; }

  #form dl dd {
    margin-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    box-sizing: border-box; }

  #form .name input[type='text'],
  #form .name td,
  #form .name th {
    width: 100%; }

  #form .name td,
  #form .name th {
    margin-bottom: 5px; }

  /* 必須 */
  #form dl dt:after {
    position: relative;
    margin-left: 10px;
    right: auto;
    top: auto;
    font-weight: normal; }

  /* 住所 */
  #form #zip1 {
    width: 20%;
    margin: 0 0.5% 0 0; }

  #form #zip2 {
    width: 30%;
    margin: 0 0 0 0.5%; }

  #form #btn_zip {
    min-width: 1px;
    margin: 0 0 0 0.5%;
    padding: 0 0.5%; }

  #form #btn_zip:after {
    content: none; }

  #form .address td {
    padding: 5px 0; }

  #form .choice table {
    margin-bottom: 10px; }

  #form .choice table th,
  #form .want table th {
    padding-bottom: 5px;
    width: 100%; }

  #form .choice table td,
  #form .want table td {
    padding-bottom: 5px; }

  #form .no {
    padding-bottom: 0; }

  #form #opinion {
    margin-top: 5px; }

  #form .triggerOther {
    margin: 10px 0 5px; }

  #btn_check {
    width: 100%;
    background-size: 100% auto; }

  #form .check-wrap {
    padding: 10px;
    box-sizing: border-box; }

  #form .check-wrap p {
    margin-bottom: 12px; } }
/* ------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------ */
#footer {
  width:100%;
}
#footer img{
  display:block;
  width:100%;
  max-width:2000px;
  margin:0 auto;
  pointer-events: none;
}
#footer + .copy{
  background: #fff;
  padding:15px 0;
  font-size: 1.2rem;
  text-align: center;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10000; }

#page-top a {
  text-align: center;
  display: block; }

/* ------------------------------------------------------ */
/* モーダル
/* ------------------------------------------------------ */
.modal-close {
  background: url("../images/btn_close.png") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .modal-close {
      background-size: 100% auto;
      width: 30px;
      height: 30px;
      top: 10px;
      right: 10px; } }

.modal-window-inner {
  padding-top: 80px;
}
  @media only screen and (max-width: 767px) {
    .modal-window-inner {
      padding-top: 40px;
      background-size: 20%;
    }
  }

.slider-wrap {
  width:100%;
  max-width: 700px;
  margin: 0 auto;
}
  @media only screen and (max-width: 767px) {
    .slider-wrap {
      width:90%;
    }
  .slider-wrap img {
    width: 100%;
    height: auto; }
  .slider-wrap .thumbnail_slider li {
    padding: 2px 2px 0;
    box-sizing: border-box;
    cursor: pointer; }
  .slider-wrap .thumbnail_slider .slick-track {
    transform: translate3d(0, 0px, 0px) !important;
  }
}

.modal-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .modal-title {
      font-size: 18px;
      margin-bottom: 10px; } }

.omoide {
  background: #f6f7f7;
  padding: 15px 25px 25px;
  margin-top: 50px;
}
  @media only screen and (max-width: 767px) {
    .omoide {
      margin-top: 20px;
      padding: 10px;
      font-size: 1.7rem; }
}
.omoide__title {
  width: 100%;
  margin: 0 auto 20px
}
.omoide__title img{
  display:block;
  width:100%;
  max-width:550px;
  margin:0 auto;
}
  .omoide__text {
    line-height: 1.8; }

    @media only screen and (max-width: 767px) {
      .omoide__title {
        width: 80%;
        margin: 0 auto 10px; } }

.hyoka {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .hyoka {
      margin-top: 10px; } }
  .hyoka__title {
    margin-bottom: 25px; }
  .hyoka__rank {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .hyoka__rank {
        display: block;
        margin-bottom: 10px; } }
    .hyoka__rank dl {
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .hyoka__rank dl {
          width: auto;
          margin-bottom: 10px; } }
  .hyoka-box dt {
    border-radius: 5px 5px 0 0;
    background: #45c3eb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 6px; }
    @media only screen and (max-width: 767px) {
      .hyoka-box dt {
        font-size: 14px; } }
  .hyoka-box dd {
    border-radius: 0 0 5px 5px;
    padding: 10px 25px;
    border-top: none; }
    @media only screen and (max-width: 767px) {
      .hyoka-box dd {
        font-size: 12px;
        padding: 10px; } }
    .hyoka-box dd img {
      width: 90px;
      height: auto;
      display: block;
      margin: 0 auto; }

.modal-window-btn {
  width: 320px;
  margin: 40px auto;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .modal-window-btn {
      width: 60%;
      margin: 10px auto 20px; } }


#dataPhotoListErr {
  display: none;
  text-align: center;
  padding: 10px 0 50px; }

#dataAverageList{
  height:auto!important;
}
.average-list__box{
  position: static!important;
}
  .average-list__box.shuffle-item--visible{
    display:none;
  }
  .average-list__box.shuffle-item--visible.open{

    display:block;
  }
  .average-list__box.shuffle-item--hidden{
    display:none;
  }
  #dataAverageListErr{
  	display: none;
  	text-align: center;
  	padding: 10px 0 50px;
  }

  #dataCarList{
    height:auto!important;
  }
  .car-list__box{
    position: static!important;
  }
    .car-list__box.shuffle-item--visible{
      display:none;
    }
    .car-list__box.shuffle-item--visible.open{

      display:block;
    }
    .car-list__box.shuffle-item--hidden{
      display:none;
    }
    #dataCarListErr{
    	display: none;
    	text-align: center;
    	padding: 10px 0 50px;
    }

/*# sourceMappingURL=style.css.map */
