@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-size: 15px;
}
td {
	max-width: 705px;
}
/* 会員規則のアンカー */
.kisoku_anchor {
	display: flex;
	gap:10px;
	justify-content: center;
	margin: 1rem 0 1.5rem;
}

.kisoku_anchor a {
	display: block;
	flex-basis: 48%;
	border: 1px solid #aaa;
	color: #333;
	text-decoration: none;
	padding: 10px 15px 10px 5px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	font-size: 13px;
}

.kisoku_anchor a::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/shita.svg) no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.kakomi02 {
  margin-right: 5px;
  padding: 20px;
}

h1 {
  text-align: center;
  background-image: none;
  padding-left: 0;
  color: #01327b;
  font-size: min(5.4vw, 173%);
  margin: 20px -15px 40px;
}

h2 {
	font-size: 143%;
	font-weight: bold;
	color: #000;
	background-image: url(../img/icon_h1.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/icon_h2.gif);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 7px 10px 7px 25px;
  border-left: none;
  border-bottom: none;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	padding: 3px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 5px solid #00ccff;
	border-bottom: 1px solid #ccc;
}

.pointer_event {
	pointer-events: none;
}

@media (min-width:600px) {

	body {
		font-size: 13px;
	}
	.disp_sp {
		display: none;
	}

  .kisoku_anchor {
    gap:20px;
  }

  .kisoku_anchor a {

    padding: 10px 20px;
  }

  .kisoku_anchor a::after {
    right: 15px;
  }

  .kakomi02 {
    padding: 29px;
  }
  
}
