@charset "utf-8";

.common-submv01 .ttl {font-size: 2.8rem;}

/* -------------------------------------------------- */
/* common-submv01 */
/* -------------------------------------------------- */
.common-submv01 .mv-box {width: 100%;height: 100%;overflow: hidden;position: relative; }
.common-submv01 .mv-box-img {z-index:10;opacity: 0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 0;-webkit-animation: anime 40s 0s infinite;animation: anime 40s 0s infinite; }
.common-submv01 .mv-box-img:nth-of-type(2) {-webkit-animation-delay: 8s;animation-delay: 8s; }
.common-submv01 .mv-box-img:nth-of-type(3) {-webkit-animation-delay: 16s;animation-delay: 16s; }
.common-submv01 .mv-box-img:nth-of-type(4) {-webkit-animation-delay: 24s;animation-delay: 24s; }
.common-submv01 .mv-box-img:nth-of-type(5) {-webkit-animation-delay: 32s;animation-delay: 32s; }

.txt-r {text-align: right;}
.txt-c {text-align: center;}


.common-txt03 .caution {padding: 15px 30px; border-left: 1px solid #D9D9D9; margin-top: 25px;}
.common-txt03 .caution li {padding-left: 1em; text-indent: -1em;}

.common-block02 .table-wrap {display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.common-block02 table {width: 32%; margin: 0 auto;}
.common-block02 table, .common-block02 table th, .common-block02 table td {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
  line-height: 2;
}
.common-block02 table th, .common-block02 table td {
  padding: 10px 15px;
}
.common-block02 table th {
	font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
	/* background: #fff; */
}
.common-block02 table.col-2 td {
	width: 50%;
}
.common-block02 table td {
	font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
	/* background: #fff; */
}
.common-block02 table .even {
	background: #fbf8f0;
}
.common-block02 table .odd {
	background: #fefcf9;
}

.box-voice {max-width: 800px; margin: 25px auto 0;}
.box-voice .ttl {font-size: 1.6rem; font-weight: bold; padding: 0.6em 1em; border-bottom: 1px solid #999;}
.box-voice ul {max-width: 800px; margin: 20px auto 0; padding: 24px; border-left: 1px solid #D9D9D9; list-style: circle;}
.box-voice ul li {font-size: 1.4rem; padding-left: 1em; text-indent: -1em; line-height: 1.8;}
.box-voice ul li:nth-child(n+2) {margin-top: 8px;}

@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.1);
		z-index:9;
	}
	100% { opacity: 0 }
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		z-index:9;
	}
	100% { opacity: 0 }
}





@media screen and (min-width:1000px) {
.common-block02 .inner {padding-left: 0;}
.common-block02 .inner02 {width: 100%; margin-left: auto; max-width: 1200px;}
.common-block02 .img {width: 100%; margin-left: auto; max-width: 1200px;}
}

@media screen and (min-width:1px) and (max-width:999px){
	.common-block02 table {width: 100%;}
	.common-block02 table:nth-child(n+2) {margin-top: 25px;}
	.common-block02 table.col-2 td {width: 100%;}
}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:622px){
	.common-block02 table {
    border: 1px solid #D9D9D9;
  }
  .common-block02 table th {
    border: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .common-block02 table td {
    border: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .common-block02 table tr:last-child td:last-child {
    border: none;
    border-bottom: none;
  }
  .common-block02 table th, .common-block02 table td {
    display: block; width: 100%;
  }
}