@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.autoplay-slider{
  display: flex;
  width: 100%;
}
.slide{
  height: 240px;
  width: 200px;
  background: url(../img/index/medal.png) no-repeat left top;
  margin: 20px;
  position: relative;
	text-align: center;
	padding-top:30px;
} 
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
}
.autoplay-slider{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}

/* index */
.sp{display: none;}
#main.index {
	background: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.mainBox {
	margin-bottom: 60px;
	position: relative;
}
.mainBox .mainImg {
	height: 54vw;
	overflow:inherit;
	position: relative;
}
.mainBox .mainImg video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainBox .mainImg .item {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(1.03);
opacity: 0;
animation: mainBgAnime 36s 0s infinite;
z-index: 10;
}
@keyframes mainBgAnime {
	0% { 
	  opacity: 0;
	}
	16% { 
	  opacity: 1;
	}
	33.33% {
	  opacity: 0;
	}
	49.33% {
	  opacity: 0;
	}
	65.33% {
	  opacity: 0;
	}
	80.33% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
.mainBox .mainImg .item:nth-child(2) {
	animation-delay: 6s;
}
.mainBox .mainImg .item:nth-child(3) {
	animation-delay: 12s;
}
.mainBox .mainImg .item:nth-child(4) {
	animation-delay: 18s;
}
.mainBox .mainImg .item:nth-child(5) {
	animation-delay: 24s;
}
.mainBox .mainImg .item:nth-child(6) {
	animation-delay: 30s;
}
.mainBox .mainImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.mainBox h2 {
	position: absolute;
	bottom: 44px;
	left: 88px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}
.mainBox h2 span {
	margin-bottom: 25px;
	display: block;
	font-size: 10.5rem;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
.mainBox .scroll {
	position: absolute;
	bottom: -210px;
	left: 6.8%;
	z-index: 10;
}
@media all and (min-width: 897px) and (max-width: 1538px) {
	.mainBox .scroll {
		bottom: -160px;
		left: 2.8%;
		width: 30px;
	}
}
@media all and (max-width: 896px) {
	.mainBox .mainImg {
		height: 54vw;
		width: 100%;
		position: relative;
	}
	.mainBox h2 {
		bottom: 80px;
		left: 20px;
		font-size: 1.8rem;
	}	
	.mainBox h2 span {
		margin-bottom: 25px;
		font-size: 5rem;
	}
	.mainBox .scroll {
		bottom: -34px;
		width: 20px;
	}
}
@media all and (max-width: 374px) {
	.mainBox h2 {
		font-size: 1.6rem;
	}
	.mainBox h2 span {
		margin-bottom: 15px;
		font-size: 4rem;
	}
}
.newsList {
	margin: 0 auto 137px;
	max-width: 1200px;
	padding-right: 10px;
	box-sizing: border-box;
	display: flex;
	background-color: #EDEDED;
}
.newsList .txt {
	margin-right: 24px;
	padding: 6px 10px;
	width: 160px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	background-color: #111111;
}
.newsList .text {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.newsList .text .time {
	margin-right: 20px;
	font-size: 1.8rem;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.newsList .text .label {
	margin-right: 20px;
	width: 110px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	border: 2px solid #111;
	text-align: center;
	letter-spacing: 0.12em;
	background-color: #EDEDED;
	line-height: 1;
	padding: 3px 2px;
	box-sizing: border-box;
}
@media all and (min-width: 897px) and (max-width: 1370px) {
	.newsList {
		max-width: 780px;
	}
}
@media all and (max-width: 896px) {
	.newsList {
		margin: 0 auto 70px;
		max-width: inherit;
		display: block;
		padding-bottom: 10px;
	}
	.newsList .txt {
		margin: 0 0 10px;
		padding: 2px 10px;
		width: auto;
		font-size: 3rem;
	}
	.newsList .text {
		align-items: flex-start;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.newsList .text .time {
		margin-right: 15px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	.newsList .text .label {
		margin-right: 9px;
		width: 63px;
		font-size: 1.3rem;
		letter-spacing: 0.06em;
	}
}
.parts01 {
	padding: 0 20px 203px;
	position: relative;
	box-sizing: border-box;
	background-color: #000;
	z-index: 3;
}
.parts01::after,
.parts01::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 235px;
	z-index: -1;
	content: '';
	background: url(../img/index/bg_img01.jpg) no-repeat top center / 100% 100%;
}
.parts01::after {
	top: auto;
	bottom: -1px;
	background-image: url(../img/index/bg_img02.jpg);
	height: 242px;
}
.parts01 .headLine05 {
	margin-bottom: 89px;
	text-align: left;
}
.parts01 .imgBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.parts01 .imgBox .photoBox {
	margin-left: 84px;
	order: 2;
	max-width: 550px;
	height: 400px;
	overflow: hidden;
}
.parts01 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.parts01 .imgBox .textBox {
	margin-top: 117px;
	flex: 1;
}	
.parts01 .imgBox .textBox p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.66;
}
.parts01 .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.parts01 .comBtn {
	margin-top: 56px;
}
.parts01 .comBtn a {
	color: #000;
	background-color: #fff;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	.parts01 .imgBox .photoBox {
		height: 24.75vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	.parts01 .imgBox .photoBox {
		margin-left: 38px;
	}
}
@media all and (max-width: 896px) {
	.parts01 .headLine05 {
		margin-bottom: 50px;
	}
	.parts01 .imgBox {
		display: block;
	}
	.parts01 .imgBox .photoBox {
		max-width: inherit;
		height: auto;
		margin: 0;
	}
	.parts01 .imgBox .textBox {
		max-width: inherit;
		margin-top: 40px;
	}
	.parts01 .imgBox .textBox p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.parts01 {
		padding: 0 20px 100px;
	}
}
.parts02 {
	padding: 39px 20px 0;
	position: relative;
	z-index: 2;
}
.parts02::after {
	position: absolute;
	top: 326px;
	left: 0;
	right: 0;
	height: 1850px;
	z-index: -1;
	content: '';
	background: none;
}
.parts02 .imgBox {
	margin: 0 auto 100px;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.parts02 .imgBox:last-child {
	margin-bottom: 0;
}
.parts02 .imgBox .photo {
	width: calc(50% + 80px);
	height: 520px;
}
.parts02 .imgBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.parts02 .imgBoxR .photo {
	order: 2;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	.parts02 .imgBox .photo {
		height: 32.5vw;
	}
}
.parts02 .imgBox .text {
	margin: 0 0 60px -140px;
	padding: 40px 49px 50px;
	width: calc(50% + 60px);
	box-sizing: border-box;
	box-shadow: 0 0 33px rgba(0,0,0,0.3);
	background-color: #fff;
	z-index: 10;
}
.parts02 .imgBoxR .text {
	margin: 0 -140px 60px 0;
}
.parts02 .imgBox h3 {
	margin-bottom: 27px;
	color: #ffff22;
	font-size: 7.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
}
.parts02 .imgBox .ttl {
	margin-bottom: 13px;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.parts02 .imgBox p {
	margin-bottom: 24px;
	font-size: 1.8rem;
	line-height: 2;
}
.parts02 .imgBox .comBtn a {
	padding: 10px 10px 9px;
	width: 301px;
}
@media all and (min-width: 897px) and (max-width: 1110px) {
	.parts02 .imgBox .text {
		padding: 20px 30px 30px;
		width: calc(50% + 37px);
	}
	.parts02 .imgBox h3 {
		margin-bottom: 20px;
		font-size: 6.4rem;
	}
	.parts02 .imgBox .ttl {
		margin-bottom: 7px;
		font-size: 2.6rem;
	}
	.parts02 .imgBox p {
		margin-bottom: 24px;
		font-size: 1.4rem;
	}	
	.parts02::after {
		height: 1600px;
	}
}
@media all and (max-width: 896px) {
	.parts02 .imgBox {
		margin: 0 auto 40px;
		max-width: inherit;
		display: block;
	}
	.parts02 .imgBox .photo {
		width: auto;
		height: auto;
	}
	.parts02 .imgBox .text {
		margin: -20px 10px 0;
		padding: 20px;
		width: auto;
	}
	.parts02 .imgBoxR .text {
		margin: -20px 10px 0;
	}
	.parts02 .imgBox h3 {
		margin-bottom: 17px;
		font-size: 4.2rem;
	}
	.parts02 .imgBox .ttl {
		margin-bottom: 13px;
		font-size: 1.9rem;
	}
	.parts02 .imgBox p {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.parts02 .imgBox .comBtn a {
		padding: 10px;
		width: 100%;
	}
}
.parts03 {
	padding: 131px 20px 0;
	position: relative;
	z-index: 2;
}
.parts03::after {
	position: absolute;
	top: 252px;
	bottom: 29px;
	left: 0;
	right: 0;
	content: '';
	z-index: -1;
	background: url(../img/index/bg_img04.png) no-repeat top center / 100% 100%;
}
.parts03 .headLine05 {
	margin-bottom: 61px;
}
.parts03 .listUl {
	margin: -60px auto 61px;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.parts03 .listUl li {
	margin: 60px 60px 0 0;
	width: calc((100% - 120px)/3);
	background-color: #fff;
	box-shadow: 0 0 33px rgba(0,0,0,0.3);
}
.parts03 .listUl li:nth-child(3n) {
	margin-right: 0;
}
.parts03 .listUl li a {
	display: block;
	position: relative;
	padding-bottom: 35px;
}
.parts03 .listUl li a:hover {
	opacity: 0.7;
}
.parts03 .listUl li .img {
	height: 240px;
}
.parts03 .listUl li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	.parts03 .listUl li .img {
		height: 15.01vw;
	}
}
.parts03 .listUl li .ttl {
	position: absolute;
	top: 10px;
	left: 10px;
	min-width: 130px;
	color: #111;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	background-color: #FCCC00;
	padding: 5px 5px;
	box-sizing: border-box;
}
.parts03 .listUl li .img img {
	width: 100%;
}
.parts03 .listUl li .text {
	padding: 25px 20px 0 39px;
	box-sizing: border-box;
}
.parts03 .listUl li h3 {
	margin-bottom: 0px;
	padding-top: 1rem;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	line-height: 0;
}
.parts03 .listUl li .time {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.parts03 .listUl li p {
	line-height: 1.6;
}
.parts03 .comBtn a {
	margin: 0 auto;
	width: 300px;
	padding: 9px 10px;
}	
@media all and (max-width: 896px) {
	.parts03 {
		padding: 80px 20px 0;
	}
	.parts03 .listUl {
		margin: -30px auto 61px;
		max-width: inherit;
		display: block;
	}
	.parts03 .listUl li {
		margin: 30px 0 0;
		width: auto;
		box-shadow: 0 0 7px rgba(0,0,0,0.3);
	}
	.parts03 .listUl li a {
		padding-bottom: 20px;
	}
	.parts03 .listUl li .img {
		height: auto;
	}
	.parts03 .listUl li .text {
		padding: 20px 20px 0;
	}
	.parts03 .listUl li h3 {
		font-size: 1.6rem;
	}
	.parts03 .listUl li .time {
		margin-bottom: 12px;
		font-size: 1.4rem;
	}
	.parts03::after {
		top: 132px;
		background-size: cover;
	}
	.parts03 .comBtn a {
		width: 100%;
	}
}
.parts04 {
	padding: 108px 20px 0;
}
.parts04 .headLine05 {
	margin-bottom: 61px;
}
.parts04 .linkUl {
	padding-top: 1px;
	margin: 0 auto 81px;
	max-width: 1200px;
	border-top: 1px solid #DDDDDD;
}
.parts04 .linkUl li {
	border-bottom: 1px solid #DDDDDD;
}
.parts04 .linkUl li a {
	padding: 32px 0 32px;
	display: flex;
	align-items: center;
}
.parts04 .linkUl li a:hover {
	opacity: 0.7;
}
.parts04 .linkUl li .time {
	margin-right: 20px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.parts04 .linkUl li .time .txt {
	min-width: 120px;
}
.parts04 .linkUl li .time .label {
	margin-left: 11px;
	width: 110px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	border: 2px solid #111;
	text-align: center;
	letter-spacing: 0.12em;
	background-color: #fff;
	line-height: 1;
	padding: 3px 2px;
	box-sizing: border-box;
}
.parts04 .comBtn a {
	margin: 0 auto;
	padding: 9px 10px;
	width: 300px;
}
.contactBox02 {
	margin-top: 120px;
}
@media all and (max-width: 896px) {
	.parts04 .linkUl li a {
		padding: 20px 0;
		display: block;
	}
	.parts04 .linkUl li .time {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	.parts04 .linkUl li .time .label {
		margin-left: 5px;
		width: 100px;
		font-size: 1.4rem;
	}
	.parts04 .linkUl {
		margin-bottom: 40px;
		max-width: inherit;
	}
	.contactBox02 {
		margin-top: 100px;
	}
	.parts04 .comBtn a {
		width: 100%;
	}
}
/*  */
.parts05 .imgBox {
	display: flex;
	align-items: flex-start;
}
.parts05 .imgBox .photoBox {
	margin-right: 39px;
	width: 362px;
	height: 447px;
}
.parts05 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	.parts05 .imgBox .photoBox {
		height: 27.94vw;
	}
}
.parts05 .imgBox .textBox {
	margin-top: -9px;
	flex: 1;
}
.parts05 .imgBox .textBox p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.parts05 .imgBox .textBox .name {
	margin: -6px 0 0;
	font-size: 3rem;
	font-weight: bold;
	text-align: right;
}
@media all and (max-width: 896px) {
	.parts05 .imgBox {
		display: block;
	}
	.parts05 .imgBox .photoBox {
		margin: 0 0 20px;
		width: auto;
		height: auto;
	}
	.parts05 .imgBox .textBox {
		margin-top: 0;
	}
	.parts05 .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.parts05 .imgBox .textBox .name {
		margin: 6px 0 0;
		font-size: 2.3rem;
	}
}
.parts06 {
	padding-top: 138px;
}
.tableA {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.tableA th,
.tableA td {
	padding: 15px 20px 19px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.88;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	box-sizing: border-box;
}
.tableA th {
	vertical-align: top;
	text-align: left;
	background-color: #FAFAFA;
	border-right: 1px solid #CCC;
	width: 33.5%;
}
@media all and (max-width: 896px) {
	.parts06 {
		padding-top: 70px;
	}
	.tableA th, .tableA td {
		padding: 15px 6px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}
}
.parts07 {
	padding-top: 148px;
}
.parts07 .map {
	height: 574px;
}
@media all and (max-width: 896px) {
	.parts07 {
		padding-top: 75px;
	}
	.parts07 .map {
		height: 88vw;
	}
}
/* parts08 */
.pageTitle02 {
	margin-bottom: 172px;
}
@media all and (max-width: 896px) {
	.pageTitle02 {
		margin-bottom: 80px;
	}
}
.parts08 {
	margin: 0 auto 54px;
	max-width: 1072px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
.parts08 h2 {
	margin-bottom: -2px;
	font-size: 1.8rem;
}
.parts08 .telBox .tel {
	margin-bottom: 9px;
}
.parts08 .telBox .tel a {
	padding-left: 106px;
	font-size: 6.6rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	position: relative;
	font-family: 'Oswald', sans-serif;
	white-space: nowrap;
}	
.parts08 .telBox .tel a::before {
	position: absolute;
	top: 10px;
	left: 1px;
	width: 86px;
	height: 86px;
	content: '';
	background: url(../img/contact/tel_icon.png) no-repeat top left / 86px;
}
.parts08 .telBox p {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.parts08 .telBox p span {
	padding: 3px 2px;
	margin-right: 16px;
	width: 120px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: #ffff22;
	font-weight: bold;
}
.parts08 .telBox,
.parts08 .faxBox {
	width: 43.7%;
}
.parts08 .faxBox .fax {
	padding-left: 106px;
	font-size: 6.6rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	position: relative;
	font-family: 'Oswald', sans-serif;
	white-space: nowrap;
}
.parts08 .faxBox .fax::before {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 71px;
	height: 71px;
	content: '';
	background: url(../img/contact/fax_icon.png) no-repeat top left / 71px;
	transform: translateY(-50%);
	margin-top: 8px;
}
.text02 {
	margin: 0 auto 46px;
	max-width: 1200px;	
	padding: 0 20px;
}
@media all and (min-width: 897px) and (max-width: 1270px) {
	.parts08 .telBox, .parts08 .faxBox {
		width: 47.7%;
	}
	.parts08 .telBox .tel a {
		padding-left: 68px;
		font-size: 5.6rem;
	}
	.parts08 .telBox .tel a::before {
		width: 62px;
		height: 62px;
		background-size: 62px;
	}
	.parts08 .faxBox .fax {
		padding-left: 70px;
		font-size: 5.6rem;
	}
	.parts08 .faxBox .fax::before {
		width: 62px;
		height: 62px;
		background-size: 62px;
		margin-top: 0;
	}
	.parts08 .telBox p {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	.parts08 {
		margin: 0 auto 54px;
		max-width: 400px;
		display: block;
	}
	.parts08 .telBox, .parts08 .faxBox {
		width: auto;
	}
	.parts08 h2 {
		margin-bottom: 0;
		font-size: 1.7rem;
		text-align: center;
	}
	.parts08 .telBox {
		margin-bottom: 30px;
	}
	.parts08 .telBox .tel {
		margin-bottom: 10px;
		text-align: center;
	}
	.parts08 .telBox .tel a {
		padding-left: 60px;
		font-size: 3.6rem;
	}
	.parts08 .telBox .tel a::before {
		top: 50%;
		left: 0;
		width: 50px;
		height: 50px;
		background-size: 50px;
		transform: translateY(-50%);
	}
	.parts08 .telBox p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}	
	.parts08 .telBox p span {
		margin-right: 9px;
		width: 80px;
	}
	.parts08 .faxBox {
		text-align: center;
	}
	.parts08 .faxBox .fax {
		padding-left: 60px;
		font-size: 3.6rem;
		display: inline-block;
		text-align: center;
	}
	.parts08 .faxBox .fax::before {
		left: 0;
		width: 50px;
		height: 50px;
		background-size: 50px;
		margin-top: 0;
	}
}
@media all and (max-width: 374px) {
	.parts08 .telBox p {
		font-size: 1.2rem;
	}
}
.tableBox {
	margin: 0 auto;
	padding: 57px 64px 65px 54px;
	max-width: 1200px;
	box-sizing: border-box;
	background-color: #fafafa;
}
.tableBox .innerBox {
	padding: 70px 72px 74px 49px;
	background-color: #fff;
}
.tableD {
	margin-bottom: 48px;
	width: 100%;
	border-collapse: collapse;
}
.tableD th,
.tableD td {
	padding-bottom: 30px;
	color: #000000;
	font-size: 1.8rem;
	font-weight: normal;
}
.tableD th {
	padding-top: 5px;
	width: 35.2%;
	text-align: left;
	vertical-align: top;
}
.tableD th span {
	margin-left: 4px;
	display: inline-block;
	color: #ea0040;
	font-size: 1.2rem;
	vertical-align: 2px;
}
.tableD input[type="text"],
.tableD input[type="email"],
.tableD input[type="tel"],
.tableD select,
.tableD textarea {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	color: #000000;
	font-weight: normal;
	font-size: 1.8rem;
	border-radius: 0;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.tableD .area {
	height: 80px !important;
}
.tableD select {
	padding-right: 30px;
	width: 364px;
	background: #EEEEEE url(../img/common/arrow02.png) no-repeat center right 14px / 17px;
}
select::-ms-expand {
	display: none; 
}
.tableD textarea {
	height: 239px;
}
.tableBox .tableD .textBox {
	padding: 12px 33px 12px 20px;
	box-sizing: border-box;
	background-color: #EEEEEE;
	border: 1px solid #E5E5E5;
}
.tableBox .tableD .textBox p {
	font-size: 1.4rem;
	line-height: 1.71;
	text-align: justify;
}
.tableBox #simplebar {
	margin-bottom: 15px;
	height: 240px;
	width: 100%;
	overflow-y: auto;
}
.tableBox .simplebar-track.simplebar-vertical {
	width: 14px;
	background-color: #BFBFBF;
}
.tableBox .simplebar-scrollbar::before {
	background: #333333;
	border-radius: 20px;
	left: 2px;
	right: 2px;
}
.tableBox .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.tableBox .checkList input[type="checkbox"] {
	display: none;
}
.tableBox .checkList input[type="checkbox"] + span {
	padding-left: 34px;
	display: inline-block;
	line-height: 24px;
	font-size: 1.8rem;
	cursor: pointer;
	background: url(../img/common/check_img01.png) no-repeat left center / 24px;
}
.tableBox .checkList input[type="checkbox"]:checked + span {
	background-image: url(../img/common/check_img02.png);
}
.tableBox .submit {
	margin-top: -10px;
	text-align: center;
}
.tableBox .submit li {
	margin-top: 10px;
	display: inline-block;
}
.tableBox .submit li input {
	padding: 24px 20px 22px;
	min-width: 571px;
	cursor: pointer;
	color: #fff;
	font-size: 2.3rem;
	border-radius: 0;
	text-align: center;
	box-sizing: border-box;
	border: none;
	background: #000;
	-webkit-appearance: none;
	font-weight: bold;
}
@media all and (min-width: 897px) {
	.tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.text02 {
		margin: 0 auto 23px;
		max-width: inherit;
	}
	.tableBox {
		margin: 0 auto;
		padding: 30px 20px;
		max-width: inherit;
	}
	.tableBox .innerBox {
		padding: 30px 20px;
	}
	.tableD th, .tableD td {
		padding-bottom: 20px;
		display: block;
		font-size: 1.6rem;
	}
	.tableD th {
		padding: 0 0 10px;
		width: 100%;
	}
	.tableD select {
		width: 80%;
		max-width: 400px;
	}	
	.tableBox .submit li {
		display: block;
	}
	.tableBox .submit li input {
		padding: 20px;
		min-width: inherit;
		width: 100%;
		font-size: 2rem;
	}
}
@media all and (min-width: 897px) {
	.parts03 .listUl li:nth-child(3n+2) {
		transition-delay: .3s;
	}
	.parts03 .listUl li:nth-child(3n) {
		transition-delay: .6s;
	}
}
.columList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.columList li {
	margin-top: 30px;
	width: calc(50% - 30px);
}
@media all and (min-width: 897px) {
	.columList li:nth-child(2n+2) {
		transition-delay: .3s;
	}
	.columList li:nth-child(2n) {
		transition-delay: .6s;
	}
}
@media all and (max-width: 896px) {
	.columList li {
		width: 100%;
	}
}
.faqDl dt {
	font-weight: bold;
}
.faqDl dt,
.faqDl dd {
	padding: 7px 0 18px 62px;
	position: relative;
	letter-spacing: 0.05em;
}
.faqDl dd {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.faqDl dd:last-child {
	margin-bottom: 0;
}
.faqDl dt::before,
.faqDl dd::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 43px;
	height: 43px;
	content: "Q";
	font-size: 2.4rem;
	color: #FFF;
	text-align: center;
	line-height: 43px;
	background: #000;
}
.faqDl dd::before {
	content: "A";
	background: #c72809;
}
@media all and (max-width: 896px) {
	.faqDl dt,
	.faqDl dd {
		padding: 5px 0 15px 40px;
	}
	.faqDl dd {
		margin-bottom: 20px;
	}
	.faqDl dt::before,
	.faqDl dd::before {
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 30px;
	}
	.sp{display: inherit;}
}
