@charset "utf-8";
/* CSS Document */

body {
  background: #000000;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  overflow-wrap: break-word;
}


#wrapper{
	max-width: 1000px;
	margin: 0 auto;	
}
#contents{
	background: #000000;
}

.contents_box{
	padding: 0 20px;
}

h1 img{
	width: 100%;
}

h2{
	background: #d3ff26;
	color: #000000;
	text-align: center;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding: 8px 0;
	margin-top: 60px;
	margin-bottom: 25px;
	font-weight: bolder;
}

.point h2{
	background: #d3ff26;
	color: #000000;
}
h3{
	border-bottom: 1px solid #979797;
	margin-top: 30px;
	color: #d3ff26;
}

li{
	margin-bottom: 10px;
}

.schedule dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
margin: 0 auto;
color: #000000;
}
dt {
  width: 25%;
  margin-bottom: 10px;
  background-color: #DADADA;
display: block;
padding: 10px 0;
text-align: center;
}

dd {
  width: 75%;
  background-color: #F3F3F3;
  margin-bottom: 10px;
padding: 10px 0;
text-indent: 1rem;
}

.triangle {
  background: #FFFFFF;
  height: calc(40px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
margin: 20px auto;
text-align: center;
}

.border {
	 border-collapse:  collapse;     /* セルの線を重ねる */
	width: 100%;
}

.border th,td{
	 border: solid 1px #989898;/* 枠線指定 */
	font-weight: normal;
	padding: 10px;
	text-align: center;
}

.border th{
	background-color: #F3F3F3;
	color: #000000;
}
.border td{
	background-color: #666666;
}

.step_box{
	border: 2px solid #8C8C8C;
	margin: 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}

.step_title{
	background-color: #666666;
	padding: 5px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 105%;
}

.point{
	background-color: #000000;
	margin: 30px auto;
	padding: 30px 0;
}
.point li{
	color: #d3ff26;
	font-weight: bold;
	font-size: 115%;
	line-height: 1.8;
}

.tc{
	text-align: center;
}
#footer{
	margin-top: 30px;
	background-color: #FFFFFF;
	color: #131313;
	font-weight: normal;
	padding: 10px 30px;
	line-height: 1.5;
	font-size: 90%;
	margin-bottom: 30px;
}

#footer h3{
	color: #000000;
}

#footer ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
padding-inline-start: 0;
}

#footer li {
  list-style: none;
padding-inline-start: 0;
}

.pre{
	margin-bottom: 50px;
}
.pre li{
	list-style: decimal!important;
}
.box{
	margin: 5px auto;
	padding: 5px;
	border: solid 1px #A2A2A2;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.jata {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 20px;
}
.jata:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image:url("../img/logo_JATA.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}

a.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 1.5rem auto;
  padding: 0.5rem;
  border: 2px solid #B82528;
  background: #B82528;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
font-weight: bold;
}
a.btn:hover {
  color: #333;
  background: #fff;
}

.bg{background-color: #D5D5D5;
	
}

.fbmb-10{
	font-weight: bold;
	margin-bottom: -10px;
}

.mllem1{
	margin-left: 1rem;
}

.bank{
	margin: 16px;
	border: 1px solid #868686;
	padding: 5px 20px;
}

.tr_85{
	text-align: right;
	font-size: 85%;
}
.fs120{
	font-size: 120%;
}

.red{
	font-weight: bold;
	color: red;
}

@media screen and (max-width:999px) {
	
		#footer ul{
		display: block;
		text-align: center;
	}
	
}

@media screen and (max-width:600px) {
	.schedule dl{display: block;	
	}
	
	.schedule dt,dd{
		width: 100%;
		text-align: center;
	}
	.schedule dt{
		margin: 0;
	}
	.schedule dd{
		margin-bottom: 20px;
	}

	
	.pc{
		display: none;/* PCのみ表示 */
	}
	.sp{
		display: block;/* スマホのみ表示 */
	}
}