.tribe-events-content,
.tribe-events-content * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif !important;
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea {
	margin: 0;
	font: inherit
}

optgroup {
	font-weight: 700
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type="button"] {
	-webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

@-webkit-keyframes bgimg {
	0% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1)
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes bgimg {
	0% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1)
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes zoom {
	0% {
		opacity: 0
	}

	8% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
}

@-webkit-keyframes zoom {
	0% {
		opacity: 0
	}

	8% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2);
		opacity: 1
	}
}

@-webkit-keyframes pulseAnim {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes pulseAnim {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes zoomOut {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

html {
	width: 100%;
	font-size: 62.5%;
	font-weight: 300
}

body {
	position: relative;
	width: 100%;
	background-color: #fff;
	color: #1A1311;
	font-size: 1.5rem;
	letter-spacing: 0.05em
}

body::after {
	-webkit-transition: all .25s ease-in-out;
	content: "";
	transition: all .25s ease-in-out
}

body.js-open::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 19, 17, 0.3)
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	line-height: 1.8
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600
}

a,
img,
fill,
stroke,
button {
	-webkit-transition: all .25s ease-in-out;
	display: inline-block;
	transition: all .25s ease-in-out
}

a:link {
	color: #AF0018;
	text-decoration: underline
}

a:visited {
	color: #AF0018;
	text-decoration: underline
}

a:hover {
	color: #AF0018;
	text-decoration: none
}

a:active {
	color: #AF0018;
	text-decoration: none
}

a:focus {
	outline: none
}

a[target="_blank"],
a.mail {
	word-break: break-all
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a>img {
	width: 100%
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 auto 60px;
	border: 0;
	background-color: #A6A7A7
}

@media screen and (max-width: 560px) {
	hr {
		margin: 0 auto 60px
	}
}

ul,
ol {
	padding-left: 0;
	list-style-type: none
}

dd {
	margin: 0
}

figure {
	margin: 0 0 2rem
}

figure img {
	margin-bottom: 10px
}

figure figcaption {
	font-size: 1.2rem
}

table {
	width: 100%;
	margin: 0;
	border-top: 1px solid #A6A7A7;
	border-left: 1px solid #A6A7A7;
	border-collapse: collapse
}

table caption {
	text-align: left
}

table th,
table td {
	padding: 10px;
	border-right: 1px solid #A6A7A7;
	border-bottom: 1px solid #A6A7A7;
	font-weight: normal;
	text-align: left;
	vertical-align: middle
}

@media screen and (max-width: 560px) {

	table th,
	table td {
		padding: 5px
	}
}

table thead th {
	font-weight: 600;
	text-align: center
}

.l-header {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 80px
}

.l-header__logo {
	width: 314px;
	margin: 0;
	font-size: 1rem;
	line-height: 0.5
}

.l-header__logo span {
	-webkit-transform: translateY(-100%);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	transform: translateY(-100%);
	white-space: nowrap
}

@media screen and (max-width: 560px) {
	.l-header {
		width: 92%;
		padding: 20px 0 60px
	}

	.l-header__logo {
		width: 60.55714%;
		min-width: 240px
	}
}

.l-footer {
	padding-bottom: 25px;
	background-color: #1A1311;
	text-align: center
}

@media screen and (max-width: 560px) {
	.l-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: column
	}
}

.l-footer__logo {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: -1px auto 25px;
	margin-bottom: 30px;
	padding-top: 45px;
	border-top: 5px solid #AF0018;
	line-height: .5
}

.l-footer__logo a {
	display: inline-block;
	width: 94%;
	max-width: 210px
}

@media screen and (max-width: 560px) {
	.l-footer__logo a {
		width: 92%
	}
}

.l-footer__inner {
	width: 94%;
	margin: 0 auto
}

@media screen and (max-width: 560px) {
	.l-footer__inner {
		width: 92%
	}
}

.l-footer .c-sns-nav {
	margin-bottom: 10px
}

.l-footer__locations {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 1.2rem
}

.l-footer__locations dl {
	margin: 0 20px
}

.l-footer__locations dt {
	width: 7em;
	float: left;
	clear: both
}

.l-footer__locations dd {
	padding-left: 7em;
	text-align: left
}

@media screen and (max-width: 560px) {
	.l-footer__locations dl {
		margin: 0
	}
}

.l-footer__copyright {
	margin: 30px 0 0;
	color: #A6A7A7;
	font-size: 1.2rem
}

.l-footer__totop {
	z-index: 3;
	position: fixed;
	right: 3%;
	bottom: 25px
}

.l-footer__totop a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 10px;
	background-color: #a6a7a7;
	opacity: .8
}

.l-footer__totop a::after {
	-webkit-transform: rotate(45deg);
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px auto 0;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	content: ""
}

.l-container {
	position: relative;
	width: 100%;
	overflow-x: hidden
}

.l-contents {
	position: relative;
	width: 94%;
	max-width: 1145px;
	margin: 0 auto 100px
}

.l-contents p {
	margin-bottom: 1.5rem
}

@media screen and (max-width: 560px) {
	.l-contents {
		width: 92%
	}
}

@media screen and (max-width: 560px) {
	.l-main {
		width: 70%;
		max-width: 800px
	}
}

.l-main-visual {
	padding-top: 56px
}

@media screen and (max-width: 560px) {
	.l-main-visual {
		padding-top: 157px
	}
}

@media screen and (max-width: 560px) {
	.l-sidebar {
		width: 28%;
		padding-bottom: 24px
	}
}

.l-sidebar.new-side {
	margin-top: -28px
}

@media screen and (max-width: 560px) {
	.l-sidebar.new-side {
		margin-top: 0
	}
}

.c-button--single {
	text-align: center
}

.c-button--single a {
	max-width: 140px !important;
	padding: 8px 20px !important;
	text-align: center !important
}

.c-global_nav__list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding-top: 15px;
	font-size: 1.3rem
}

.c-global_nav__list li {
	margin: 0 0 15px 25px;
	font-weight: bold;
	white-space: nowrap
}

.c-global_nav__list li a {
	color: #1A1311;
	text-decoration: none
}

.c-footer-nav {
	width: 94%;
	margin: 0 auto 5px
}

.c-footer-nav__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 1.5rem
}

.c-footer-nav__list li {
	margin: 0 15px 25px;
	white-space: nowrap
}

.c-footer-nav__list li a {
	color: #fff;
	text-decoration: none
}

.c-footer-nav__list li a:hover {
	color: #AF0018
}

@media screen and (max-width: 560px) {
	.c-footer-nav {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		margin-bottom: 0
	}

	.c-footer-nav__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		justify-content: space-between;
		border-top: 1px solid #a6a7a7;
		background-color: #fff;
		font-size: 1.4rem
	}

	.c-footer-nav__list li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #a6a7a7;
		white-space: normal
	}

	.c-footer-nav__list li:nth-child(odd) {
		border-right: 1px solid #a6a7a7
	}

	.c-footer-nav__list li a {
		display: block;
		position: relative;
		padding: 10px 5px 10px 30px;
		color: #1A1311;
		text-align: left
	}

	.c-footer-nav__list li a::before {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		width: 5px;
		height: 5px;
		transform: translateY(-50%) rotate(-45deg);
		border-right: 2px solid #1A1311;
		border-bottom: 2px solid #1A1311;
		content: ""
	}
}

.c-sns-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0
}

.c-sns-nav li {
	margin: 0 12px 25px
}

.c-sns-nav li a {
	line-height: .5
}

.c-drawer .c-sns-nav {
	position: relative;
	margin: 0 -12px
}

.c-sns {
	margin-top: 50px
}

.c-sns__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-sns__list li {
	margin-right: 15px
}

.c-drawer-button {
	z-index: 10;
	position: fixed;
	top: 20px;
	right: 3%;
	width: 45px;
	height: 45px;
	background-color: inherit;
	cursor: pointer
}

.c-drawer-button-inner {
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 25px;
	margin: 0 auto;
	transform: translate(-50%, -50%)
}

.c-drawer-button-inner span {
	-webkit-transition: all .25s ease-in-out;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1A1311;
	transition: all .25s ease-in-out
}

.c-drawer-button-inner span::before,
.c-drawer-button-inner span::after {
	-webkit-transition: all .25s ease-in-out;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #1A1311;
	content: "";
	transition: all .25s ease-in-out
}

.c-drawer-button-inner span::before {
	top: -12px
}

.c-drawer-button-inner span::after {
	bottom: -12px
}

.js-open .c-drawer-button {
	background-color: #AF0018
}

.js-open .c-drawer-button span {
	background-color: inherit
}

.js-open .c-drawer-button span::before {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background-color: #fff
}

.js-open .c-drawer-button span::after {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	background-color: #fff
}

@media screen and (max-width: 560px) {
	.c-drawer-button {
		top: 8px
	}
}

.c-drawer {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(90%);
	-webkit-transition: 0.4s linear;
	visibility: hidden;
	z-index: 8;
	position: fixed;
	top: 0;
	right: 0;
	width: 96%;
	max-width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translateX(90%);
	background-color: #1A1311;
	opacity: 0;
	transition: 0.4s linear
}

.c-drawer::after {
	-webkit-transform: scaleX(0);
	-webkit-transform: translateY(0);
	-webkit-transform-origin: left center;
	-webkit-transition: 0.4s linear;
	-webkit-transition-duration: 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	visibility: hidden;
	z-index: 1;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 84%;
	max-width: 300px;
	height: 100%;
	transform: scaleX(0);
	transform: translateY(0);
	transform-origin: left center;
	content: "";
	opacity: 0;
	transition: 0.4s linear;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}

.js-open .c-drawer {
	-webkit-transform: translateX(0);
	visibility: visible;
	transform: translateX(0);
	opacity: 1
}

.js-open .c-drawer::after {
	-webkit-transform: scaleX(1);
	-webkit-transform-origin: left center;
	-webkit-transform: translateY(0);
	visibility: visible;
	top: 0;
	transform: scaleX(1);
	transform: translateY(0);
	transform-origin: left center;
	opacity: 1
}

.js-open .c-drawer-inner {
	visibility: visible;
	z-index: 9;
	position: relative
}

.c-drawer-content {
	max-width: 220px;
	margin: 70px auto 10px
}

.c-drawer-nav {
	width: 100%
}

.c-drawer-nav__list {
	margin-bottom: 50px
}

.c-drawer-nav__list>li {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase
}

@media screen and (max-width: 560px) {
	.c-drawer-nav__list>li {
		font-size: 1.6rem
	}
}

.c-drawer-nav__list span,
.c-drawer-nav__list a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.c-drawer-nav__list .js-toggle::after {
	-webkit-transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 23px;
	transform: translateY(-50%);
	border-radius: 50vh;
	background-color: #fff;
	color: #AF0018;
	font-weight: normal;
	line-height: 23px;
	text-align: center;
	content: "＋"
}

.c-drawer-nav__list .js-toggle.js-close::after {
	padding-bottom: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #1A1311;
	line-height: 20px;
	content: "−"
}

.c-drawer-nav__list-child {
	display: none;
	margin-left: 1rem
}

.c-drawer-nav__list-child li {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: normal
}

@media screen and (max-width: 560px) {
	.c-drawer-nav__list-child li {
		font-size: 1.4rem
	}
}

.c-drawer-nav a:hover {
	color: #AF0018
}

.c-category-nav {
	margin: 0 auto 60px
}

.c-category-nav__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.c-category-nav__list li {
	margin: 0 2px
}

.c-category-nav__list li a {
	-webkit-transition: all .2s;
	display: block;
	padding: 0.5rem 1rem;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #1A1311;
	text-decoration: none;
	transition: all .2s
}

.c-category-nav__list li a:hover {
	color: #AF0018
}

.c-category-nav__list li.js-active a {
	border: 1px solid #AF0018;
	color: #AF0018
}

@media screen and (max-width: 560px) {
	.c-category-nav {
		display: none
	}
}

.post-type-archive .c-category-nav .item01 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.category-news .c-category-nav .item02 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.category-project .c-category-nav .item03 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.category-event .c-category-nav .item04 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.category-blog .c-category-nav .item05 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.category-dialogue .c-category-nav .item06 a {
	border: 1px solid #AF0018;
	color: #AF0018
}

.c-category-select {
	display: none;
	margin-bottom: 60px;
	padding: 10px 0;
	background-color: rgba(26, 19, 17, 0.2)
}

.c-category-select select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 92%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
	padding: 5px 10px;
	overflow: hidden;
	border: 1px solid #AF0018;
	border-radius: 3px;
	color: #AF0018
}

@media screen and (max-width: 560px) {
	.c-category-select {
		display: block
	}
}

.c-title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 45px;
	font-size: 4.8rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase
}

.c-title span {
	display: block;
	font-size: 1.5rem
}

.c-title::after {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translateX(-50%);
	background-image: url("../images/common/icon_logo.svg");
	content: ""
}

@media screen and (max-width: 560px) {
	.c-title {
		font-size: 2.7rem
	}
}

.kv .c-title {
	top: calc(65/ 1366 * 100vw);
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	padding: 10px 0 75px;
	border-radius: 20px;
	background-color: #fff
}

.kv .c-title::after {
	-webkit-transform: translateX(-50%);
	bottom: 35px;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translateX(-50%);
	background-image: url("../images/common/icon_logo.svg")
}

@media screen and (max-width: 560px) {
	.kv .c-title {
		padding-bottom: 55px
	}

	.kv .c-title span {
		font-size: 1.1rem
	}

	.kv .c-title::after {
		bottom: 15px
	}
}

.kv-member {
	aspect-ratio: 1366 / 624;
	-o-object-fit: cover;
	min-height: 390px;
	margin-bottom: 40px;
	object-fit: cover;
	background: url("../images/member/bg-kv-member.jpg") no-repeat center top;
	background-size: cover
}

@media screen and (max-width: 560px) {
	.kv-member {
		aspect-ratio: 390 / 390;
		-o-object-fit: cover;
		object-fit: cover;
		background: url("../images/member/bg-kv-member_sp.jpg") no-repeat center top;
		background-size: cover
	}
}

.c-headline {
	margin-bottom: 30px;
	font-size: 4.8rem
}

@media screen and (max-width: 560px) {
	.c-headline {
		font-size: 2.7rem
	}
}

.c-heading {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AF0018;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center
}

@media screen and (max-width: 560px) {
	.c-heading {
		font-size: 2.4rem
	}
}

.c-subhead {
	margin-bottom: 40px;
	font-size: 2.4rem
}

@media screen and (max-width: 560px) {
	.c-subhead {
		font-size: 2.1rem
	}
}

.c-subhead--line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0 60px;
	font-size: 2.4rem;
	white-space: nowrap
}

.c-subhead--line::before,
.c-subhead--line::after {
	width: 50%;
	height: 1px;
	background-color: #A6A7A7;
	content: ""
}

.c-subhead--line::before {
	margin-right: 30px
}

.c-subhead--line::after {
	margin-left: 30px
}

.c-lead {
	margin-bottom: 30px;
	font-size: 1.8rem
}

@media screen and (max-width: 560px) {
	.c-lead {
		font-size: 1.6rem
	}
}

.italic {
	font-style: italic
}

.c-full-width {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw
}

.c-full-width_inner {
	width: 94%
}

@media screen and (max-width: 560px) {
	.c-full-width_inner {
		width: 92%
	}
}

.c-2column--wide {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}

.c-2column--wide__img {
	width: 50%;
	text-align: right
}

.c-2column--wide__img-right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 50%
}

.c-2column--wide__txt {
	width: 46.33968%
}

.c-2column--wide__txt-inner {
	width: 93.52291%;
	max-width: 450px;
	margin-right: auto
}

.c-2column--wide__img-right+.c-2column--wide__txt .c-2column--wide__txt-inner {
	margin-right: 0;
	margin-left: auto
}

@media screen and (max-width: 560px) {
	.c-2column--wide {
		display: block
	}

	.c-2column--wide__img {
		width: 96%;
		margin-right: auto;
		margin-bottom: 30px
	}

	.c-2column--wide__img-right {
		width: 96%;
		margin-bottom: 30px;
		margin-left: auto
	}

	.c-2column--wide__txt {
		width: 92%;
		margin: 0 auto
	}

	.c-2column--wide__txt-inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto
	}

	.c-2column--wide__img-right+.c-2column--wide__txt .c-2column--wide__txt-inner {
		margin-right: 0;
		margin-left: auto
	}
}

.c-2column--half {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}

.c-2column--half>div {
	width: 45%
}

.c-2column--half__img>img {
	margin-bottom: 10px
}

.c-2column--half__img.right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media screen and (max-width: 560px) {
	.c-2column--half {
		display: block
	}

	.c-2column--half>div {
		width: 100%
	}
}

.c-2column--first {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}

.c-2column--first__img {
	width: 62.8821%
}

.c-2column--first__img-right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 62.8821%
}

.c-2column--first__txt {
	width: 31.44105%
}

@media screen and (max-width: 560px) {
	.c-2column--first {
		display: block
	}

	.c-2column--first__img {
		width: 100%;
		margin-bottom: 30px
	}

	.c-2column--first__img-right {
		width: 100%;
		margin-bottom: 30px
	}

	.c-2column--first__txt {
		width: 100%
	}
}

.c-2column--second {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}

.c-2column--second__img {
	width: 39.30131%
}

.c-2column--second__img-right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 39.30131%
}

.c-2column--second__txt {
	width: 55.02183%
}

@media screen and (max-width: 560px) {
	.c-2column--second {
		display: block
	}

	.c-2column--second__img {
		width: 100%;
		margin-bottom: 30px
	}

	.c-2column--second__img-right {
		width: 100%;
		margin-bottom: 30px
	}

	.c-2column--second__txt {
		width: 100%
	}
}

.c-2column--photo {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}

.c-2column--photo__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 22.22222%;
	text-align: center
}

.c-2column--photo__txt {
	width: 66.66667%
}

.c-2column--photo__txt .name {
	margin-bottom: 10px;
	font-size: 2.4rem
}

.c-2column--photo__txt .name span {
	margin-left: 20px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .2em
}

.c-2column--photo__txt .c-button--more a {
	max-width: 200px;
	text-align: center
}

@media screen and (max-width: 560px) {
	.c-2column--photo {
		display: block
	}

	.c-2column--photo__img {
		width: 100%;
		margin-bottom: 20px
	}

	.c-2column--photo__txt {
		width: 100%
	}

	.c-2column--photo__txt .c-button--more {
		text-align: center
	}
}

.c-card--second {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.c-card--second__item {
	width: 45%;
	margin-bottom: 80px
}

@media screen and (max-width: 560px) {
	.c-card--second {
		display: block;
		margin: 0 auto
	}

	.c-card--second__item {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 80px
	}
}

.c-card--third {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.c-card--third::after {
	position: relative;
	width: 30%;
	content: ""
}

.c-card--third__item {
	width: 30%;
	margin-bottom: 50px
}

.c-card--third__item .c-lead a {
	color: #1A1311;
	text-decoration: none
}

.c-card--third__item .c-lead a:hover {
	color: #AF0018
}

@media screen and (max-width: 560px) {
	.c-card--third {
		display: block;
		margin: 0 auto
	}

	.c-card--third__item {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 80px
	}
}

.c-card--fifth {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto
}

.c-card--fifth__item {
	width: 16%;
	margin-right: 5%;
	margin-bottom: 80px
}

.c-card--fifth__item:nth-of-type(5n) {
	margin-right: 0
}

.c-card--fifth__item img {
	width: 100%;
	height: auto
}

@media screen and (max-width: 767px) {
	.c-card--fifth {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.c-card--fifth__item {
		width: 45.71429%;
		margin-right: 0;
		margin-bottom: 60px
	}

	.c-card--fifth__item:nth-of-type(5n) {
		margin-right: 0
	}
}

.external::after {
	display: inline-block;
	margin: 0 5px;
	font-family: FontAwesome;
	content: "\f08e"
}

.c-button--more a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 80px;
	padding: 8px 20px 8px 10px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #AF0018;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase
}

.c-button--more a::before {
	-webkit-transform: skewX(45deg) translateY(-50%);
	-webkit-transition: all .25s ease-in-out;
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 4px;
	transform: skewX(45deg) translateY(-50%);
	border-right: 1px solid #AF0018;
	border-bottom: 1px solid #AF0018;
	content: "";
	transition: all .25s ease-in-out
}

.c-button--more a:hover::before {
	right: 5px
}

.home .c-button--more a {
	max-width: 200px;
	padding: 8px 20px;
	text-align: center
}

.c-button--open {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	padding: 5px 20px 5px 10px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	background-color: #ffffff;
	color: #AF0018;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

.c-button--open::before {
	-webkit-transform: skewX(45deg) translateY(-50%);
	-webkit-transition: all .25s ease-in-out;
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 4px;
	transform: skewX(45deg) translateY(-50%);
	border-right: 1px solid #AF0018;
	border-bottom: 1px solid #AF0018;
	content: "";
	transition: all .25s ease-in-out
}

.c-button--open:hover::before {
	right: 5px
}

.c-button[target="_blank"]::after {
	-webkit-transition: all .25s ease-in-out;
	display: inline-block;
	position: relative;
	top: 2px;
	width: 14px;
	height: 14px;
	margin-right: 0;
	margin-left: 5px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15"><g transform="translate(-764 -4205)"><g transform="translate(764 4208)" fill="none" stroke="%23ffffff" stroke-width="1"><rect width="18" height="12" stroke="none"/><rect x="0.5" y="0.5" width="17" height="11" fill="none"/></g><g transform="translate(766 4205)" fill="%235DA71E" stroke="%23ffffff" stroke-width="1"><rect width="18" height="12" stroke="none"/><rect x="0.5" y="0.5" width="17" height="11" fill="none"/></g></g></svg>');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	content: "";
	transition: all .25s ease-in-out
}

.c-button[target="_blank"]:hover::after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15"><g transform="translate(-764 -4205)"><g transform="translate(764 4208)" fill="none" stroke="%23ffffff" stroke-width="1"><rect width="18" height="12" stroke="none"/><rect x="0.5" y="0.5" width="17" height="11" fill="none"/></g><g transform="translate(766 4205)" fill="%237db84a" stroke="%23ffffff" stroke-width="1"><rect width="18" height="12" stroke="none"/><rect x="0.5" y="0.5" width="17" height="11" fill="none"/></g></g></svg>')
}

.c-modal {
	-webkit-transform: translateX(-50%);
	display: none;
	z-index: 30;
	position: fixed;
	top: 5vh;
	bottom: 5vh;
	left: 50%;
	width: 94%;
	max-width: 720px;
	height: 90vh;
	transform: translateX(-50%)
}

.c-modal--overlay {
	display: none;
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 560px) {
	.c-modal {
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh
	}
}

.c-modal__window {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 70px 8%;
	overflow-y: scroll;
	background-color: #fff
}

.c-modal__window img:first-child {
	display: block;
	max-width: 160px;
	margin-right: auto;
	margin-left: auto
}

.c-modal__sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.c-modal__sns li {
	margin: 0 15px 30px
}

.c-modal__sns li a {
	text-decoration: none
}

.c-modal__sns li a:hover {
	text-decoration: underline
}

.c-modal__button {
	text-align: center
}

.c-modal__button a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 480px;
	padding: 10px 20px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	background-color: #AF0018;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.c-modal__button a::before {
	-webkit-transform: skewX(45deg) translateY(-50%);
	-webkit-transition: all .25s ease-in-out;
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 4px;
	transform: skewX(45deg) translateY(-50%);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	transition: all .25s ease-in-out
}

.c-modal__button a:hover::before {
	right: 5px
}

.c-modal--close {
	z-index: 35;
	position: fixed;
	top: 18px;
	right: 14px;
	width: 44px;
	height: 44px;
	border: none;
	background-color: #AF0018;
	cursor: pointer
}

.c-modal--close span {
	-webkit-transform: translate(-50%, -50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 25px;
	margin: 0 auto;
	transform: translate(-50%, -50%)
}

.c-modal--close span::before,
.c-modal--close span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: ""
}

.c-modal--close span::before {
	-webkit-transform: translateY(12px) rotate(-45deg);
	top: 0;
	transform: translateY(12px) rotate(-45deg)
}

.c-modal--close span::after {
	-webkit-transform: translateY(-12px) rotate(45deg);
	bottom: 0;
	transform: translateY(-12px) rotate(45deg)
}

.c-modal--prev,
.c-modal--next {
	z-index: 35;
	position: fixed;
	top: 250px;
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	cursor: pointer
}

.c-modal--prev {
	-webkit-transform: rotate(-45deg);
	left: 15px;
	transform: rotate(-45deg);
	border-top: 1px solid #AF0018;
	border-left: 1px solid #AF0018
}

.c-modal--next {
	-webkit-transform: rotate(45deg);
	right: 15px;
	transform: rotate(45deg);
	border-top: 1px solid #AF0018;
	border-right: 1px solid #AF0018
}

.js-no-scroll {
	overflow: hidden
}

.c-list--dot>li {
	position: relative;
	margin-bottom: 3px;
	padding: 0 0 0 1em
}

.c-list--dot>li::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 1em;
	margin-top: 2px;
	line-height: 1;
	content: "・"
}

.c-list--dot>li:last-child {
	margin-bottom: 0
}

.c-bulletsList,
.c-bulletsList-bdNone {
	margin: 0 0 20px;
	list-style: none
}

.c-bulletsList>li,
.c-bulletsList-bdNone>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {

	.c-bulletsList>li,
	.c-bulletsList-bdNone>li {
		font-size: 1.6rem
	}
}

.c-bulletsList>li:last-of-type,
.c-bulletsList-bdNone>li:last-of-type {
	margin: 0
}

.c-bulletsList>li::before,
.c-bulletsList-bdNone>li::before {
	-webkit-transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 0.6em;
	left: 3px;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	background: #D9BA4A;
	content: ''
}

.c-bulletsList>li.has-item,
.c-bulletsList-bdNone>li.has-item {
	font-weight: 700
}

.c-bulletsList>li.has-item>ul,
.c-bulletsList-bdNone>li.has-item>ul {
	font-weight: normal
}

.c-bulletsList>li ul li,
.c-bulletsList-bdNone>li ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 16px
}

.c-bulletsList>li ul li::before,
.c-bulletsList-bdNone>li ul li::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: 0.6em;
	left: 5px;
	width: 6px;
	height: 6px;
	transform: none;
	border-radius: 50vh;
	background: #D9BA4A;
	font-weight: normal;
	text-align: center;
	content: ''
}

.c-bulletsList>li.c-bulletsList__index,
.c-bulletsList-bdNone>li.c-bulletsList__index {
	margin-bottom: 24px;
	padding-left: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center
}

.c-bulletsList>li.c-bulletsList__index span,
.c-bulletsList-bdNone>li.c-bulletsList__index span {
	padding-bottom: 8px;
	border-bottom: solid 2px #01012C
}

.c-bulletsList>li.c-bulletsList__index::before,
.c-bulletsList-bdNone>li.c-bulletsList__index::before {
	content: none
}

.c-img--full {
	width: 100%
}

.c-img-scroll {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-overflow-scrolling: touch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 104%;
	margin-bottom: 20px;
	padding: 0;
	overflow: scroll
}

@media screen and (max-width: 560px) {
	.c-img-scroll {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-left: 10px;
		padding: 0;
		overflow: inherit
	}
}

.c-img-scroll img {
	display: block;
	width: 67vmin;
	height: 100%;
	margin: 0 3vmin 0 0
}

@media screen and (max-width: 560px) {
	.c-img-scroll img {
		display: block;
		width: 30%;
		margin: 0 3vmin 0 0
	}
}

.c-box--primary {
	margin-bottom: 2rem;
	padding: 25px 40px;
	border: 1px solid #A6A7A7;
	background-color: #F7F7F7
}

.c-box--primary p:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 560px) {
	.c-box--primary {
		padding: 25px 20px
	}
}

.c-pagination {
	margin-bottom: 100px;
	text-align: center
}

.c-pagination a,
.c-pagination span {
	display: inline-block;
	width: 1.6em;
	margin: 0 2px 5px;
	border: 1px solid #A6A7A7;
	border-radius: 3px;
	color: #1A1311;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: none
}

.c-pagination a:hover,
.c-pagination .current {
	border-color: #AF0018;
	color: #AF0018
}

.c-paging {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto 15px;
	padding-top: 15px
}

.c-paging>div {
	width: 49%
}

.c-paging>div a {
	text-decoration: none
}

.c-paging>div a:hover {
	text-decoration: underline
}

.c-paging .next {
	text-align: right
}

.c-numberList {
	padding: 16px;
	border: 1px solid #D9BA4A
}

th .c-numberList,
td .c-numberList,
.c-box-text .c-numberList {
	padding: 0;
	border: none;
	text-align: left
}

.c-numberList,
.c-numberList-bdNone {
	margin: 0 0 20px;
	list-style: none;
	counter-reset: item
}

.c-numberList>li,
.c-numberList-bdNone>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 2.1rem;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {

	.c-numberList>li,
	.c-numberList-bdNone>li {
		padding: 0 0 0 2.5rem;
		font-size: 1.6rem
	}
}

.c-numberList>li:last-of-type,
.c-numberList-bdNone>li:last-of-type {
	margin: 0
}

.c-numberList>li::before,
.c-numberList-bdNone>li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.1rem;
	height: auto;
	color: #D9BA4A;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	content: counter(item) ". ";
	counter-increment: item
}

@media screen and (max-width: 560px) {

	.c-numberList>li::before,
	.c-numberList-bdNone>li::before {
		width: 2.5rem;
		font-size: 1.8rem
	}
}

.c-numberList>li.c-numberList__index,
.c-numberList-bdNone>li.c-numberList__index {
	margin-bottom: 24px;
	padding-left: 0;
	font-weight: bold;
	text-align: center
}

.c-numberList>li.c-numberList__index span,
.c-numberList-bdNone>li.c-numberList__index span {
	padding-bottom: 8px;
	border-bottom: solid 2px #01012C
}

.c-numberList>li.c-numberList__index::before,
.c-numberList-bdNone>li.c-numberList__index::before {
	content: none
}

.c-numberList>li ol,
.c-numberList>li ul,
.c-numberList-bdNone>li ol,
.c-numberList-bdNone>li ul {
	list-style-type: none
}

.c-numberList>li ol li,
.c-numberList>li ul li,
.c-numberList-bdNone>li ol li,
.c-numberList-bdNone>li ul li {
	position: relative
}

.c-numberList>li ol li::before,
.c-numberList>li ul li::before,
.c-numberList-bdNone>li ol li::before,
.c-numberList-bdNone>li ul li::before {
	display: block;
	position: absolute
}

.c-numberList>li>ol,
.c-numberList-bdNone>li>ol {
	counter-reset: subitem
}

.c-numberList>li>ol>li,
.c-numberList-bdNone>li>ol>li {
	padding: 0 0 0 2.6em
}

.c-numberList>li>ol>li:before,
.c-numberList-bdNone>li>ol>li:before {
	top: 0;
	left: 0;
	width: 2.6em;
	height: auto;
	color: #D9BA4A;
	font-weight: bold;
	text-align: right;
	content: counter(item) "-" counter(subitem) ". ";
	counter-increment: subitem
}

.c-numberList>li>ol>li>ol,
.c-numberList-bdNone>li>ol>li>ol {
	counter-reset: subitem2
}

.c-numberList>li>ol>li>ol>li,
.c-numberList-bdNone>li>ol>li>ol>li {
	padding: 0 0 0 3.6em
}

.c-numberList>li>ol>li>ol>li:before,
.c-numberList-bdNone>li>ol>li>ol>li:before {
	top: 0;
	left: 0;
	width: 3.6em;
	height: auto;
	color: #D9BA4A;
	font-weight: bold;
	text-align: right;
	content: counter(item) "-" counter(subitem) "-" counter(subitem2) ". ";
	counter-increment: subitem2
}

.c-numberList>li ul li,
.c-numberList-bdNone>li ul li {
	padding: 0 0 0 16px
}

.c-numberList>li ul li::before,
.c-numberList-bdNone>li ul li::before {
	-webkit-transform: none;
	top: 0.6em;
	left: 5px;
	width: 6px;
	height: 6px;
	transform: none;
	border-radius: 50vh;
	background: #D9BA4A;
	font-weight: normal;
	text-align: center;
	content: '';
	counter-increment: none
}

.c-numberList .has-item,
.c-numberList-bdNone .has-item {
	font-weight: 700
}

.c-numberList .has-item ol,
.c-numberList .has-item ul,
.c-numberList-bdNone .has-item ol,
.c-numberList-bdNone .has-item ul {
	font-weight: normal
}

.c-dlList-table {
	-ms-flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 20px;
	border-top: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0
}

.c-dlList-table dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 8px;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	background: #D9BA4A1f;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-dlList-table dt {
		font-size: 1.6rem
	}
}

.c-dlList-table dt.bg-gray {
	background: #f5f5f5
}

.c-dlList-table dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 8px;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	background: #fff;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-dlList-table dd {
		font-size: 1.6rem
	}
}

.c-dlList-table dd.bg-gray {
	background: #f5f5f5
}

.c-dlList-box {
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #D9BA4A
}

.c-dlList-box>dt {
	position: relative;
	padding: 0 0 0 16px;
	font-size: 1.6rem;
	font-weight: bold
}

@media screen and (max-width: 560px) {
	.c-dlList-box>dt {
		font-size: 1.8rem
	}
}

.c-dlList-box>dt::before {
	-webkit-transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 0.7em;
	left: 3px;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	background: #D9BA4A;
	content: ''
}

.c-dlList-box>dd {
	margin-bottom: 16px;
	padding-left: 16px;
	font-size: 1.4rem
}

.c-dlList-box>dd:last-of-type {
	margin: 0
}

@media screen and (max-width: 560px) {
	.c-dlList-box>dd {
		font-size: 1.6rem
	}
}

th .c-dlList-box,
td .c-dlList-box,
.c-box-text .c-dlList-box {
	padding: 0;
	border: none;
	text-align: left
}

.c-vertical-table {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #A0A0A0;
	border-collapse: collapse
}

.c-vertical-table thead th {
	padding: 8px;
	border: solid 1px #A0A0A0;
	background: #FCF8EA;
	font-size: 1.4rem;
	text-align: left
}

@media screen and (max-width: 560px) {
	.c-vertical-table thead th {
		font-size: 1.6rem
	}
}

.c-vertical-table th {
	padding: 8px;
	border: solid 1px #A0A0A0;
	background: #FCF8EA;
	font-size: 1.4rem;
	text-align: left
}

@media screen and (max-width: 560px) {
	.c-vertical-table th {
		font-size: 1.6rem
	}
}

.c-vertical-table th.bg-gray {
	background: #f5f5f5
}

.c-vertical-table td {
	padding: 8px;
	border: solid 1px #A0A0A0;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-vertical-table td {
		font-size: 1.6rem
	}
}

.c-vertical-table td.bg-gray {
	background: #f5f5f5
}

.c-vertical-table .c-cta__single {
	margin-bottom: 0
}

.c-vertical-table .c-cta__single a {
	width: 100%;
	padding: 8px 4px;
	font-size: 1.2rem
}

.c-vertical-table .c-cta__single a:before {
	content: none
}

.c-side-table {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #A0A0A0;
	border-collapse: collapse
}

.c-side-table th {
	padding: 8px;
	border: solid 1px #A0A0A0;
	background: #D9BA4A1f;
	font-size: 1.4rem;
	text-align: left
}

@media screen and (max-width: 560px) {
	.c-side-table th {
		font-size: 1.6rem
	}
}

.c-side-table th.bg-gray {
	background: #f5f5f5
}

.c-side-table td {
	padding: 8px;
	border: solid 1px #A0A0A0;
	background: #fff;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-side-table td {
		font-size: 1.6rem
	}
}

.c-side-table td.bg-gray {
	background: #f5f5f5
}

.c-side-table .c-cta__single {
	margin-bottom: 0
}

.c-side-table .c-cta__single a {
	width: 100%;
	padding: 8px 4px;
	font-size: 1.2rem
}

.c-side-table .c-cta__single a:before {
	content: none
}

.c-side-table__about th {
	min-width: 110px
}

@media screen and (max-width: 560px) {
	.c-side-table__about th {
		min-width: 200px
	}
}

@media screen and (max-width: 560px) {
	.c-side-table__about th {
		font-size: 1.2rem
	}
}

.c-side-table__about td {
	overflow-wrap: break-word
}

.text-block {
	margin: 0 0 20px;
	padding: 0;
	padding: 16px;
	background: #FCF8EA;
	list-style: none;
	counter-reset: num
}

.text-block__index {
	font-weight: bold
}

.text-block__index span {
	padding-bottom: 8px;
	border-bottom: solid 2px #01012C
}

.text-block p:last-of-type,
.text-block li:last-of-type {
	margin-bottom: 0
}

.search_form-pc {
	display: none;
	z-index: 400;
	width: 100%;
	max-width: 245px;
	border-radius: 2px
}

@media screen and (max-width: 560px) {
	.search_form-pc {
		display: block
	}
}

.search_form-pc form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 200px
}

.search_form-pc input.mb_sarch {
	width: 100%;
	min-width: 200px;
	padding: 7px 0 6px;
	border: none;
	outline: none;
	color: #A0A0A0
}

.search_form-pc input.search-submit {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 34px;
	padding: 7px 0 6px;
	border: none;
	border: none;
	background: none;
	color: #A0A0A0;
	cursor: pointer
}

.search_form-pc .input-inner {
	display: block;
	position: relative;
	width: 40px;
	height: 34px;
	padding: 7px 0 6px;
	background-color: #fff;
	background-image: url("../images/icon_search_pc.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px
}

.search_form-pc .input-inner:hover {
	opacity: .8
}

.search_form-sp {
	display: block;
	z-index: 400;
	width: 100%;
	width: 100%;
	margin-bottom: 24px;
	margin-bottom: 100px;
	border: solid 1px #A0A0A0;
	border-radius: 2px
}

@media screen and (max-width: 560px) {
	.search_form-sp {
		display: none
	}
}

.search_form-sp form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 200px;
	border-color: #01012C
}

.search_form-sp input.mb_sarch {
	width: 100%;
	min-width: 200px;
	padding: 8px 0;
	border: none;
	color: #01012C;
	font-size: 2.0rem
}

.search_form-sp input.search-submit {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 40px;
	padding: 8px 0;
	border: none;
	border: none;
	background: none;
	cursor: pointer
}

.search_form-sp .input-inner {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 8px;
	background-image: url("../images/icon_search_sp.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px
}

.search_form-sp .input-inner:hover {
	opacity: .8
}

.scroll-table {
	overflow-x: scroll
}

.scroll-table__simple {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 20px;
	border: solid 1px #A0A0A0;
	border-collapse: collapse;
	font-size: 14px
}

@media screen and (max-width: 560px) {
	.scroll-table__simple {
		font-size: 12px
	}
}

.scroll-table__simple th {
	width: auto;
	padding: 10px;
	border: solid 1px #A0A0A0;
	background: #FCF8EA;
	text-align: center
}

.scroll-table__simple td {
	padding: 10px;
	border: solid 1px #A0A0A0;
	text-align: center
}

.scroll-table__simple td.bg-gray {
	background: #F5F5F5;
	font-weight: bold
}

.scroll-table__simple td a {
	-webkit-transition: .1s;
	color: #fff;
	text-decoration: underline;
	transition: .1s
}

.scroll-table__simple td a.cta-orange {
	-webkit-box-shadow: 0 4px 0 #e39709;
	display: block;
	position: relative;
	padding: 10px 8px;
	background: #ffbd40;
	box-shadow: 0 4px 0 #e39709;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-decoration: none
}

.scroll-table__simple td a.fx-logo {
	display: block;
	font-size: 1.2rem;
	text-align: center
}

.scroll-table__simple td a.fx-logo img {
	padding: 8px 4px;
	background: #fff
}

.scroll-table__simple td a:hover {
	-webkit-box-shadow: none;
	-webkit-transform: translate3d(0, 4px, 0);
	transform: translate3d(0, 4px, 0);
	box-shadow: none;
	text-decoration: none
}

.c-list-check-box {
	margin-bottom: 20px;
	padding: 16px;
	background: #FCF8EA
}

th .c-list-check-box,
td .c-list-check-box,
.c-box-text .c-list-check-box {
	padding: 0;
	background-color: transparent;
	text-align: left
}

.c-list-check-box__index {
	margin-bottom: 24px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center
}

.c-list-check-box__index span {
	padding-bottom: 8px;
	border-bottom: solid 2px #01012C
}

.c-list-check-box ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 1.6rem
}

.c-list-check-box ul li:before {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #01012C;
	content: ''
}

.c-list-check-box ul li:last-of-type {
	margin-bottom: 0
}

.c-list-check-box ul li .check {
	-webkit-transform: translateY(-50%) rotate(35deg);
	display: block;
	position: absolute;
	top: 12px;
	left: 5px;
	width: 5px;
	height: 10px;
	transform: translateY(-50%) rotate(35deg);
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	color: #fff
}

.c-pagenation {
	padding-top: 24px
}

.c-pagenation ul {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.c-pagenation ul li {
	width: 8%;
	margin: 0 8px
}

.c-pagenation ul li a {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 1.4rem;
	text-align: center
}

.c-pagenation__prev {
	border: solid 1px #01012C;
	color: #fff
}

.c-pagenation__prev a {
	color: #01012C;
	text-decoration: none
}

.c-pagenation__next {
	background: #01012C
}

.c-pagenation__next a {
	color: #fff;
	text-decoration: none
}

.c-box-list {
	margin-bottom: 20px;
	border: solid 1px #DEDEDE;
	color: #444;
	counter-reset: section
}

.c-box-list__title {
	margin-bottom: 0;
	padding: 12px 16px;
	background: #FCF8EA;
	font-weight: bold;
	line-height: 1.4
}

@media screen and (max-width: 560px) {
	.c-box-list__title {
		padding: 16px
	}
}

.c-box-list>ol,
.c-box-list>ul {
	padding: 16px
}

.c-box-list>ul {
	list-style: none;
	counter-reset: num
}

.c-box-list>ul>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-box-list>ul>li {
		font-size: 1.6rem
	}
}

.c-box-list>ul>li:last-of-type {
	margin: 0
}

.c-box-list>ul>li::before {
	-webkit-transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 0.6em;
	left: 3px;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	background: #D9BA4A;
	content: ''
}

.c-box-list>ul>li.has-item {
	font-weight: 700
}

.c-box-list>ul>li.has-item>ul {
	font-weight: normal
}

.c-box-list>ul>li ul {
	list-style: none;
	counter-reset: num
}

.c-box-list>ul>li ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 16px
}

.c-box-list>ul>li ul li::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: 0.6em;
	left: 5px;
	width: 6px;
	height: 6px;
	transform: none;
	border-radius: 50vh;
	background: #D9BA4A;
	font-weight: normal;
	text-align: center;
	content: ''
}

.c-box-list>ol {
	list-style: none
}

.c-box-list>ol>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 2.1rem;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-box-list>ol>li {
		padding: 0 0 0 2.5rem;
		font-size: 1.6rem
	}
}

.c-box-list>ol>li:last-of-type {
	margin: 0
}

.c-box-list>ol>li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.1rem;
	height: auto;
	color: #D9BA4A;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	content: counters(section, "-") ". ";
	counter-increment: section
}

@media screen and (max-width: 560px) {
	.c-box-list>ol>li::before {
		width: 2.5rem;
		font-size: 1.8rem
	}
}

.c-box-list>ol>li ol,
.c-box-list>ol>li ul {
	list-style-type: none
}

.c-box-list>ol>li ol li,
.c-box-list>ol>li ul li {
	position: relative
}

.c-box-list>ol>li ol li::before,
.c-box-list>ol>li ul li::before {
	display: block;
	position: absolute
}

.c-box-list>ol>li ol {
	counter-reset: section
}

.c-box-list>ol>li ol li {
	padding: 0 0 0 2em
}

.c-box-list>ol>li ol li:before {
	top: 0;
	left: 0;
	width: 2em;
	height: auto;
	color: #D9BA4A;
	font-weight: bold;
	content: counters(section, "-") ". ";
	counter-increment: section
}

.c-box-list>ol>li ul li {
	padding: 0 0 0 16px
}

.c-box-list>ol>li ul li::before {
	-webkit-transform: none;
	top: 0.6em;
	left: 5px;
	width: 6px;
	height: 6px;
	transform: none;
	border-radius: 50vh;
	background: #D9BA4A;
	font-weight: normal;
	text-align: center;
	content: ''
}

.c-box-list>ol .has-item {
	font-weight: 700
}

.c-box-list>ol .has-item ol,
.c-box-list>ol .has-item ul {
	font-weight: normal
}

.c-box-merit,
.c-box-demerit,
.c-box-summary {
	margin: 0 0 20px 0
}

.c-box-merit_ttl,
.c-box-demerit_ttl,
.c-box-summary_ttl {
	display: inline-block;
	z-index: 2;
	position: relative;
	max-width: calc(100% - 50px);
	margin: 0;
	padding: 6px 0 6px 40px;
	border-radius: 10px 10px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5
}

.c-box-merit_ttl::after,
.c-box-demerit_ttl::after,
.c-box-summary_ttl::after {
	-webkit-transform: skewX(22deg);
	-webkit-transform-origin: top right;
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 10px;
	width: 100%;
	height: 100%;
	transform: skewX(22deg);
	transform-origin: top right;
	border-radius: 10px 10px 0 0;
	content: ""
}

.c-box-merit_ttl::before,
.c-box-demerit_ttl::before,
.c-box-summary_ttl::before {
	display: block;
	position: absolute;
	content: ""
}

.c-box-merit_ttl {
	background: #E80000;
	color: #ffffff
}

.c-box-merit_ttl::after {
	background: #E80000
}

.c-box-merit_ttl::before {
	top: 10px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(img/icon_merit.svg) no-repeat left top;
	background-size: cover
}

.c-box-merit_cont {
	padding: 16px;
	border: 2px solid #E80000
}

.c-box-merit_list>li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-box-merit_list>li {
		font-size: 1.6rem
	}
}

.c-box-merit_list>li:last-child {
	margin-bottom: 0
}

.c-box-merit_list>li::before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 18px;
	background: url(img/icon_good.svg) no-repeat left top;
	background-size: cover;
	content: ""
}

.c-box-demerit_ttl {
	background: #00A0E8;
	color: #ffffff
}

.c-box-demerit_ttl::after {
	background: #00A0E8
}

.c-box-demerit_ttl::before {
	top: 10px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(img/icon_demerit.svg) no-repeat left top;
	background-size: cover
}

.c-box-demerit_cont {
	padding: 16px;
	border: 2px solid #00A0E8
}

.c-box-demerit_list>li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-box-demerit_list>li {
		font-size: 1.6rem
	}
}

.c-box-demerit_list>li:last-child {
	margin-bottom: 0
}

.c-box-demerit_list>li::before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 18px;
	background: url(img/icon_nogood.svg) no-repeat left top;
	background-size: cover;
	content: ""
}

.c-box-summary_ttl {
	background: #D9BA4A;
	color: #ffffff
}

.c-box-summary_ttl::after {
	background: #D9BA4A
}

.c-box-summary_ttl::before {
	top: 7px;
	left: 16px;
	width: 16px;
	height: 21px;
	background: url(img/icon_summary.svg) no-repeat left top;
	background-size: cover
}

.c-box-summary_cont {
	border: 2px solid #D9BA4A
}

.c-box-summary_list>li {
	position: relative;
	padding: 6px 10px 6px 42px;
	background-image: -webkit-linear-gradient(left, #D9BA4A, #D9BA4A 1px, transparent 1px, transparent 2px);
	background-image: linear-gradient(to right, #D9BA4A, #D9BA4A 1px, transparent 1px, transparent 2px);
	background-position: 1px bottom;
	background-repeat: repeat-x;
	background-size: 3px 1px;
	font-size: 1.4rem
}

@media screen and (max-width: 560px) {
	.c-box-summary_list>li {
		font-size: 1.6rem
	}
}

.c-box-summary_list>li:last-child {
	margin-bottom: 0;
	background: none
}

.c-box-summary_list>li::before {
	display: block;
	position: absolute;
	top: 9px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(img/icon_check.svg) no-repeat left top;
	background-size: cover;
	content: ""
}

@media screen and (max-width: 560px) {
	.c-box-summary_list>li::before {
		top: 11px
	}
}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: .8
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}
}

@keyframes slide {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: .8
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}
}

@-webkit-keyframes slide2 {
	0% {
		background-position: right 20px top;
		opacity: 1
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: .8
	}

	100% {
		background-position: left 20px top;
		opacity: 1
	}
}

@keyframes slide2 {
	0% {
		background-position: right 20px top;
		opacity: 1
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: .8
	}

	100% {
		background-position: left 20px top;
		opacity: 1
	}
}

.c-scrolltable-cover {
	display: block;
	z-index: 1;
	position: absolute;
	width: 668px;
	height: -webkit-fill-available;
	background: rgba(87, 87, 87, 0.25);
	pointer-events: none
}

.c-scrolltable-cover::after {
	-webkit-transform: translateY(-25%);
	-webkit-animation: 3s slide infinite;
	z-index: 2;
	position: absolute;
	position: absolute;
	top: 20%;
	right: 40%;
	width: 80px;
	height: 100px;
	transform: translateY(-25%);
	background-image: url("../images/icon_scroll.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: right;
	animation: 3s slide infinite;
	content: "";
	pointer-events: none
}

@media screen and (max-width: 560px) {
	.c-scrolltable-cover::after {
		top: 15%;
		right: 60%
	}
}

.c-scrolltable.active .c-scrolltable-cover {
	opacity: 0
}

.c-scrolltable.medical {
	-webkit-overflow-scrolling: touch;
	position: relative;
	width: 100%;
	max-width: 668px;
	margin: 0 auto 20px;
	overflow-x: auto;
	border-right: solid 1px #A0A0A0
}

.c-scrolltable.medical table {
	margin: 0 auto;
	border: solid 1px #A0A0A0;
	border-right: none;
	border-collapse: collapse;
	text-align: center
}

.c-scrolltable.medical table th {
	z-index: 1;
	position: sticky;
	left: 0;
	width: 10%;
	padding: 16px;
	border-bottom: solid 1px #A0A0A0;
	background: #F4F4F4;
	font-size: 1.4rem
}

.c-scrolltable.medical table th p {
	width: 42px
}

.c-scrolltable.medical table th:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid #A0A0A0;
	content: ""
}

.c-scrolltable.medical table th:after {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	border-left: 1px solid #A0A0A0;
	content: ""
}

.c-scrolltable.medical table td {
	padding: 16px;
	border: solid 1px #A0A0A0;
	border-right: none;
	font-size: 1.4rem;
	text-align: left
}

.c-scrolltable.medical table td img {
	width: 100%;
	margin-bottom: 12px
}

.c-scrolltable.medical table td.c-scrolltable-rank-1 {
	padding: 8px;
	background: #C4A446;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold
}

.c-scrolltable.medical table td.c-scrolltable-rank-1 span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center
}

.c-scrolltable.medical table td.c-scrolltable-rank-1 span:before {
	width: 30px;
	height: 24px;
	margin-top: -2px;
	margin-right: 4px;
	background-image: url("../images/icon-ranking.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable.medical table td.c-scrolltable-rank-2 {
	padding: 8px;
	background: #AFAFAF;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold
}

.c-scrolltable.medical table td.c-scrolltable-rank-2 span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center
}

.c-scrolltable.medical table td.c-scrolltable-rank-2 span:before {
	width: 30px;
	height: 24px;
	margin-top: -2px;
	margin-right: 4px;
	background-image: url("../images/icon-ranking.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable.medical table td.c-scrolltable-rank-3 {
	padding: 8px;
	background: #926947;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold
}

.c-scrolltable.medical table td.c-scrolltable-rank-3 span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center
}

.c-scrolltable.medical table td.c-scrolltable-rank-3 span:before {
	width: 30px;
	height: 24px;
	margin-top: -2px;
	margin-right: 4px;
	background-image: url("../images/icon-ranking.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable.medical table td.c-scrolltable-rank-other {
	padding: 8px;
	background: #507895;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold
}

.c-scrolltable.medical table td.c-scrolltable-rank-other span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center
}

.c-scrolltable.medical table td.c-scrolltable-rank-other span:before {
	width: 30px;
	height: 24px;
	margin-top: -2px;
	margin-right: 4px;
	background-image: url("../images/icon-ranking.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable-cardwrap {
	vertical-align: top
}

.c-scrolltable-cardwrap a {
	display: block;
	color: #333;
	text-decoration: none
}

.c-scrolltable-cardwrap a:hover {
	opacity: .7
}

.c-scrolltable__link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-shadow: 0 4px 0 #016e9f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 130px;
	padding: 19px 0 18px;
	background: #00A0E8;
	box-shadow: 0 4px 0 #016e9f;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none
}

.c-scrolltable__link:after {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background-image: url("../images/icon_link.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable__link:hover {
	opacity: .7
}

.c-scrolltable__more {
	-webkit-box-shadow: 0 4px 0 #575757;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin-top: 12px;
	padding: 19px 0 18px;
	border: solid 1px #575757;
	background: #fff;
	box-shadow: 0 4px 0 #575757;
	color: #575757;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none
}

.c-scrolltable__more:after {
	-webkit-transform: rotate(90deg);
	display: block;
	width: 12px;
	height: 14px;
	margin-left: 3px;
	transform: rotate(90deg);
	background-image: url("../images/icon-arrow-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.c-scrolltable__more:hover {
	opacity: .7
}

.c-scrolltable__comparison {
	-webkit-overflow-scrolling: touch;
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	overflow-x: scroll;
	border-right: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0
}

.c-scrolltable__comparison::before {
	-webkit-transition: all 0.2s;
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 315px);
	background: rgba(0, 0, 0, 0.5);
	content: "";
	pointer-events: none;
	transition: all 0.2s
}

@media screen and (max-width: 560px) {
	.c-scrolltable__comparison::before {
		width: calc(100% - 145px)
	}
}

.c-scrolltable__comparison::after {
	-webkit-transform: translate(-50%, -50%);
	-webkit-animation: 3s slide2 infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: calc(50% + 130px);
	width: auto;
	padding-top: 70px;
	transform: translate(-50%, -50%);
	background: url(img/icon_scroll.svg) no-repeat center top;
	background-size: 49px 54px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	animation: 3s slide2 infinite;
	content: "スクロールできます";
	pointer-events: none
}

@media screen and (max-width: 560px) {
	.c-scrolltable__comparison::after {
		left: calc(50% + 60px)
	}
}

.c-scrolltable__comparison.remove-overlay::before {
	opacity: 0
}

.c-scrolltable__comparison.remove-overlay::after {
	display: none
}

.c-scrolltable__comparison table {
	border-top: 1px solid #A0A0A0;
	border-collapse: separate;
	border-spacing: 0
}

.c-scrolltable__comparison table th,
.c-scrolltable__comparison table td {
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	background-clip: padding-box;
	text-align: center;
	vertical-align: middle
}

.c-scrolltable__comparison table thead th:last-child,
.c-scrolltable__comparison table tbody td:last-child {
	border-right: none
}

.c-scrolltable__comparison table thead th {
	padding: 8px 5px;
	background-color: #FBF7E9;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap
}

.c-scrolltable__comparison table thead th::before,
.c-scrolltable__comparison table thead th::after {
	z-index: 2
}

.c-scrolltable__comparison table tbody th,
.c-scrolltable__comparison table tbody td {
	height: 70px;
	padding: 5px
}

.c-scrolltable__comparison table tbody th {
	text-align: left;
	vertical-align: top
}

.c-scrolltable__comparison table tbody td {
	min-width: 100px;
	max-width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4
}

.c-scrolltable__comparison thead th:nth-child(1),
.c-scrolltable__comparison tbody th {
	z-index: 2;
	position: sticky;
	top: 0;
	left: 0;
	min-width: 215px;
	max-width: 215px;
	border-right: none
}

.c-scrolltable__comparison thead th:nth-child(1)::before,
.c-scrolltable__comparison tbody th::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #C5C5C5;
	content: ""
}

.c-scrolltable__comparison thead th:nth-child(2),
.c-scrolltable__comparison tbody td.btn {
	z-index: 2;
	position: sticky;
	top: 0;
	left: 215px;
	border-right: none
}

.c-scrolltable__comparison thead th:nth-child(2)::before,
.c-scrolltable__comparison tbody td.btn::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #C5C5C5;
	content: ""
}

.c-scrolltable__comparison tbody th,
.c-scrolltable__comparison tbody .btn {
	background-clip: padding-box;
	background-color: #fff
}

.c-scrolltable__comparison tbody th .rank {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%
}

.c-scrolltable__comparison tbody th .rank [class^="num"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background-color: #D9BA4A;
	color: #ffffff;
	font-size: 10px;
	line-height: 2;
	text-align: center
}

.c-scrolltable__comparison tbody th .rank .num_1 {
	background: url(img/ankenbox/bk_rank1.svg) no-repeat center top
}

.c-scrolltable__comparison tbody th .rank .num_2 {
	background: url(img/ankenbox/bk_rank2.svg) no-repeat center top
}

.c-scrolltable__comparison tbody th .rank .num_3 {
	background: url(img/ankenbox/bk_rank3.svg) no-repeat center top
}

.c-scrolltable__comparison tbody th .rank .num_1,
.c-scrolltable__comparison tbody th .rank .num_2,
.c-scrolltable__comparison tbody th .rank .num_3 {
	padding-top: 1px
}

.c-scrolltable__comparison tbody th .rank .logo {
	width: 100%;
	font-size: .875em
}

.c-scrolltable__comparison tbody th .rank [class^="num"]+.logo {
	width: calc(100% - 30px)
}

.c-scrolltable__comparison tbody th .rank .logo img {
	width: 100px;
	height: auto;
	margin-bottom: 3px
}

.c-scrolltable__comparison tbody th .rank .logo .name {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5
}

.c-scrolltable__comparison tbody th .rank .logo img+.name {
	font-size: 14px
}

.c-scrolltable__comparison tbody th .rank [class^="num"]+.logo .name {
	margin-top: 0
}

.c-scrolltable__comparison tbody th .rank .logo .name::after {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(img/icon-link.png) no-repeat left top;
	background-size: 100% 100%;
	content: ""
}

.c-scrolltable__comparison tbody th .rank .logo a:hover {
	opacity: .7
}

.c-scrolltable__comparison tbody td.btn {
	padding-bottom: 8px;
	font-size: 14px;
	white-space: nowrap
}

.c-scrolltable__comparison tbody td.btn a {
	-webkit-box-shadow: 0 3px 0 0 #016e9f;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 13px 6px 10px;
	background-color: #00A0E8;
	box-shadow: 0 3px 0 0 #016e9f;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.c-scrolltable__comparison tbody td.btn a:hover {
	opacity: 0.7
}

.c-scrolltable__comparison tbody td.txt {
	min-width: 112px;
	max-width: 112px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top
}

.c-scrolltable__comparison+.u-align__right {
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 12px
}

@media screen and (max-width: 560px) {

	.c-scrolltable__comparison table thead th:nth-child(1),
	.c-scrolltable__comparison table tbody th {
		min-width: 145px;
		max-width: 145px
	}

	.c-scrolltable__comparison table thead th:nth-child(2),
	.c-scrolltable__comparison table tbody td.btn {
		z-index: auto;
		position: relative;
		top: auto;
		left: auto;
		min-width: 90px;
		max-width: 90px;
		border-right: 1px solid #C5C5C5
	}

	.c-scrolltable__comparison table thead th:nth-child(2)::before,
	.c-scrolltable__comparison table tbody td.btn::before {
		display: none
	}

	.c-scrolltable__comparison table tbody th {
		padding-right: 3px !important;
		padding-left: 3px !important
	}

	.c-scrolltable__comparison tbody th .rank {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.c-scrolltable__comparison tbody th .rank .logo {
		width: 100%
	}

	.c-scrolltable__comparison tbody th .rank [class^="num"]+.logo {
		width: calc(100% - 23px)
	}

	.c-scrolltable__comparison tbody th .rank .logo a {
		text-decoration: none
	}

	.c-scrolltable__comparison tbody th .rank .logo .name {
		margin-top: 0;
		color: #000000;
		line-height: 1.6
	}

	.c-scrolltable__comparison tbody th .rank .logo .name::after {
		display: none
	}

	.c-scrolltable__comparison tbody th .rank .logo img {
		margin-bottom: 0
	}

	.c-scrolltable__comparison tbody th .rank .logo img+.name {
		display: none
	}
}

.comment {
	margin: 50px auto
}

.comment-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.comment-inner:last-child {
	margin-bottom: 0
}

.comment-img {
	width: 80px;
	text-align: center
}

.comment-img_photo {
	margin-bottom: 5px
}

.comment-img_photo img {
	-o-object-fit: cover;
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 50%
}

.comment-img_name {
	font-weight: 600
}

.right .comment-img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.comment-txt {
	width: calc(100% - 90px)
}

.comment-txt_name {
	margin: 0 0 10px 20px;
	font-weight: 600
}

.comment-txt_bubble {
	position: relative;
	margin-left: 20px;
	padding: 15px 20px;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	background-color: #fff
}

.comment-txt_bubble::before {
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 0;
	width: 0;
	height: 0;
	margin-left: -18px;
	border: 20px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right-color: #ffffff;
	content: ''
}

.comment-txt_bubble::after {
	z-index: 1;
	position: absolute;
	top: 20px;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -1px;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right-color: #A0A0A0;
	content: ''
}

.comment-txt_bubble p:not(:last-child) {
	margin-bottom: 1em
}

.right .comment-txt_name {
	margin: 0 20px 10px 0;
	text-align: right
}

.right .comment-txt_name span {
	display: inline-block;
	text-align: left
}

.right .comment-txt_bubble {
	margin: 0 20px 0 0
}

.right .comment-txt_bubble::before {
	left: 100%;
	margin-left: -2px;
	border: 20px solid transparent;
	border-top: 0;
	border-right: 0;
	border-left-color: #ffffff
}

.right .comment-txt_bubble::after {
	left: 100%;
	margin-left: 0;
	border: 20px solid transparent;
	border-top: 0;
	border-right: 0;
	border-left-color: #A0A0A0
}

@media screen and (max-width: 767px) {
	.comment {
		margin: 40px 0;
		font-size: 14px
	}

	.comment-inner {
		margin-bottom: 20px
	}

	.comment-img {
		width: 50px
	}

	.comment-img_photo img {
		width: 100%;
		height: 50px
	}

	.comment-img_name {
		font-size: 10px
	}

	.comment-txt {
		width: calc(100% - 50px)
	}

	.comment-txt_name {
		margin: 0 0 10px 12px
	}

	.comment-txt_bubble {
		margin-left: 12px;
		padding: 6px 10px
	}

	.comment-txt_bubble::before {
		margin-left: -8px;
		border: 10px solid transparent;
		border-top: 0;
		border-left: 0;
		border-right-color: #ffffff
	}

	.comment-txt_bubble::after {
		z-index: 1;
		margin-top: -1px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 0;
		border-left: 0;
		border-right-color: #A0A0A0
	}

	.right .comment-txt_name {
		margin: 0 10px 10px 0
	}

	.right .comment-txt_bubble {
		margin: 0 10px 0 0
	}

	.right .comment-txt_bubble::before {
		margin-left: -2px;
		border: 10px solid transparent;
		border-top: 0;
		border-right: 0;
		border-left-color: #ffffff
	}

	.right .comment-txt_bubble::after {
		margin-left: 0;
		border: 10px solid transparent;
		border-top: 0;
		border-right: 0;
		border-left-color: #A0A0A0
	}
}

.p-rating {
	white-space: nowrap
}

.p-rating__star {
	display: inline-block;
	z-index: 0;
	position: relative;
	color: #CCCCCC
}

.p-rating__star::before,
.p-rating__star::after {
	content: '★★★★★'
}

.p-rating__star::after {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ffcf32;
	white-space: nowrap
}

.p-rating__star[data-rate="5"]::after {
	width: 100%
}

.p-rating__star[data-rate="4.5"]::after {
	width: 90%
}

.p-rating__star[data-rate="4"]::after {
	width: 80%
}

.p-rating__star[data-rate="3.5"]::after {
	width: 70%
}

.p-rating__star[data-rate="3"]::after {
	width: 60%
}

.p-rating__star[data-rate="2.5"]::after {
	width: 50%
}

.p-rating__star[data-rate="2"]::after {
	width: 40%
}

.p-rating__star[data-rate="1.5"]::after {
	width: 30%
}

.p-rating__star[data-rate="1"]::after {
	width: 20%
}

.p-rating__star[data-rate="0.5"]::after {
	width: 10%
}

.p-rating__star[data-rate="0"]::after {
	width: 0%
}

.p-kv {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52vw;
	margin: -50px 0 120px;
	overflow: hidden
}

.p-kv__video {
	-webkit-transform: translate(-50%, -50%);
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	background-size: cover
}

.p-kv__inner {
	width: 70%;
	max-width: 640px;
	text-align: center
}

.p-kv__title {
	margin: 0 0 20px;
	padding: 30px 5px;
	border-radius: 20px;
	background-color: rgba(175, 0, 24, 0.8);
	color: #fff;
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1.5
}

.p-kv__lead {
	margin: 0 0 40px;
	padding: 20px 5px;
	border-radius: 20px;
	background-color: rgba(247, 247, 247, 0.8);
	font-size: 2.1rem;
	font-weight: normal
}

@media screen and (max-width: 1000px) {
	.p-kv__title {
		margin: 0 0 2vw;
		padding: 3vw .5vw;
		font-size: 4.5vw
	}

	.p-kv__lead {
		margin: 0 0 4vw;
		padding: 2vw .5vw;
		font-size: 2.1vw
	}
}

@media screen and (max-width: 560px) {
	.p-kv {
		width: 100%;
		height: 64vw;
		margin: -30px 0 60px
	}

	.p-kv__video {
		width: auto;
		height: 100%
	}

	.p-kv__inner {
		width: 75%
	}
}

.p-kv .c-button--more {
	margin: 0
}

.p-lineup__title {
	font-size: 1.5rem
}

.p-lineup__title a {
	color: #1A1311;
	text-decoration: none
}

.p-lineup__title a:hover {
	color: #AF0018
}

.p-event-close {
	padding: 10px;
	border: 1px solid #1A1311;
	color: #AF0018;
	font-weight: bold;
	text-align: center
}

.p-relation__title {
	padding: 10px;
	background-color: #EFEFEF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center
}

.p-relation__dl dt {
	width: 6.5em;
	float: left;
	clear: both
}

.p-relation__dl dd {
	margin-bottom: 5px;
	padding-left: 6.5em
}

@media screen and (max-width: 560px) {
	.p-relation__dl dt {
		width: 100%;
		float: none
	}

	.p-relation__dl dd {
		margin-bottom: 20px;
		padding-left: 0
	}
}

.p-about__table {
	border: none;
	border-top: 1px solid #A6A7A7
}

.p-about__table th,
.p-about__table td {
	padding: 15px 10px;
	border: none;
	border-bottom: 1px dashed #A6A7A7;
	vertical-align: top
}

.p-about__table th p:last-child,
.p-about__table td p:last-child {
	margin: 0
}

.p-about__table tr:last-child th,
.p-about__table tr:last-child td {
	border-bottom: 1px solid #A6A7A7
}

.p-about__dl dt {
	width: 7.5em;
	float: left;
	clear: both
}

.p-about__dl dd {
	padding-left: 7.5em
}

.fa-bars:before {
	display: none
}

#show {
	display: none
}

#cover {
	display: none
}

.wp-caption-text {
	margin: 0
}

::-webkit-input-placeholder {
	color: #ddd
}

::-moz-placeholder {
	color: #ddd
}

:-ms-input-placeholder {
	color: #ddd
}

::-ms-input-placeholder {
	color: #ddd
}

::placeholder {
	color: #ddd
}

input {
	padding-left: 10px
}

.screen-reader-response {
	display: none
}

.wpcf7-response-output {
	margin-top: 20px;
	font-size: 30px
}

.for-sp {
	display: none
}

.br-sp {
	display: none
}

.br-pc {
	display: inline
}

.check-it {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 5px;
	font-size: 16px
}

.wpcf7-acceptance {
	color: #af0018
}

.cate-sp {
	display: none
}

.wpcf7-list-item-label {
	font-size: 14px
}

.wpcf7-acceptance-missing {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #af0018;
	font-size: 12px
}

.fade-img {
	position: relative;
	height: 184px
}

.fade-img img {
	position: absolute
}

.asterisk {
	color: #af0018;
	font-size: 13px
}

.about-wrapper .summit-heading {
	width: 290px
}

.list-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.list-btn p {
	margin: 0 10px
}

@media screen and (max-width: 730px) {
	.list-btn {
		display: block
	}

	.list-btn p {
		margin: 0 auto 30px
	}
}

.headline-2 {
	text-align: center
}

.headline-2 img {
	width: 14px
}

.headline-2 p {
	margin-top: 10px;
	color: #af0018;
	font-size: 16px
}

.headline-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-weight: normal
}

.headline-3::before,
.headline-3::after {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: #a6a7a7;
	content: ""
}

.headline-3::before {
	margin: 0 2em 0 0
}

.headline-3::after {
	margin: 0 0 0 2em
}

.font_m {
	font-size: 15px !important
}

@media screen and (max-width: 560px) {
	.font_m {
		font-size: 15px !important
	}
}

.box-w {
	margin: 0 auto 50px;
	padding: 30px 3% 1px;
	border: 1px solid #a6a7a7;
	background-color: #ffffff
}

.subhead-2 {
	font-size: 24px;
	font-weight: bold
}

.bold+.subhead-2 {
	margin-top: 0
}

@media screen and (max-width: 560px) {
	.subhead-2 {
		font-size: 18px
	}
}

.list_member {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	width: 104.4%;
	margin: 0 -2.2%;
	padding: 0;
	list-style-type: none
}

.list_member>li {
	width: 21%;
	margin: 0 2% 80px;
	padding: 0;
	text-align: center
}

.list_member>li p {
	margin: 5px 0 5px
}

.list_member>li .red {
	font-size: 12px
}

.list_member>li .btn a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 130px;
	padding: 3px 30px;
	border: 1px solid #af0018;
	border-radius: 3px;
	background-color: #af0018;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none
}

.list_member>li .btn a::after {
	-webkit-transform: translateY(-50%) rotate(90deg) scale(0.55, 1);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(90deg) scale(0.55, 1);
	content: ">"
}

.list_member>li .btn a:hover {
	background-color: #ffffff;
	color: #af0018
}

.list_member .spacer {
	width: 100%
}

@media screen and (max-width: 560px) {
	.list_member {
		display: block;
		width: 100%;
		max-width: 180px;
		margin: 0 auto
	}

	.list_member>li {
		width: 100%
	}

	.list_member>li:last-child {
		margin-bottom: 40px
	}
}

.wrap_speakers {
	margin-bottom: 80px
}

@media screen and (max-width: 560px) {
	.wrap_speakers:not(:last-child) {
		margin-bottom: 150px
	}
}

.wrap_speakers h4 {
	margin: 0 0 10px 0;
	font-size: 21px
}

.wrap_speakers h4 span {
	margin-left: 15px;
	color: #666666;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 24px
}

.wrap_speakers h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600
}

.wrap_speakers p {
	margin: 0 0 1.5em 0;
	font-size: 16px
}

.wrap_speakers dt {
	width: 13em;
	float: left;
	clear: both;
	font-size: 16px
}

.wrap_speakers dd {
	margin: 0;
	padding-left: 13em;
	font-size: 16px
}

.youtube {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 56.05%;
	border: 1px solid;
	border-color: #cccccc
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.article-wrapper .cate {
	width: 500px;
	margin: 0 auto
}

.article-wrapper .cate ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0
}

.article-wrapper .cate ul li {
	list-style: none
}

.article-wrapper .cate ul li a {
	-webkit-box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	user-select: none
}

.article-wrapper .cate ul li .is-active {
	padding: 10px 14px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	color: #AF0018
}

.article-wrapper .cate ul li a:hover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 14px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	color: #AF0018;
	cursor: pointer
}

.article-wrapper .contents {
	width: 98%;
	margin: 0 auto;
	text-align: center
}

.article-wrapper .contents .content {
	display: inline-block;
	margin: 15px;
	vertical-align: top
}

.article-wrapper .contents .content .elements {
	display: table;
	width: 160px
}

.article-wrapper .contents .content .elements p:nth-child(1) {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 21px;
	text-align: left
}

.article-wrapper .contents .content .elements p:nth-child(2) {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left
}

.article-wrapper .contents .content .elements p:nth-child(2) a {
	color: #1a1311;
	text-decoration: none
}

.article-wrapper .contents .content .elements p:nth-child(2) a:hover {
	color: #AF0018
}

.article-wrapper .contents .content .elements img:hover {
	opacity: 0.5
}

#page-top {
	position: fixed;
	right: 16px;
	bottom: 16px;
	font-size: 0;
	opacity: 0
}

#page-top.fade-in {
	-webkit-transition: opacity 1s;
	color: #000;
	font-size: 60px;
	text-decoration: none;
	opacity: 0.6;
	transition: opacity 1s
}

.vision-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	border-top: 1px solid #A6A7A7
}

.vision-wrapper .vision-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.vision-wrapper .vision-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.vision-wrapper .needs {
	margin-top: 30px;
	text-align: center
}

.vision-wrapper .needs .need {
	margin-bottom: 33px
}

.vision-wrapper .needs .need p {
	margin-top: 13px;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.vision-wrapper .needs .need p:nth-child(3) {
	margin-top: 20px;
	color: #af0018;
	font-size: 16px;
	line-height: 24px
}

.vision-wrapper .discriptions {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 105px
}

.vision-wrapper .discriptions .discription {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.vision-wrapper .discriptions .discription .letters p {
	font-size: 16px;
	line-height: 28px
}

.vision-wrapper .discriptions .discription .letters h3 {
	margin: 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.vision-wrapper .discriptions .discription:nth-child(2) {
	margin: 28px 0px
}

.left {
	margin-right: 120px
}

.provisional {
	margin: 28px 0px
}

.service-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 3vw;
	border-top: 1px solid #A6A7A7
}

.service-wrapper .service-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.service-wrapper .service-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.about-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 55px;
	border-top: 1px solid #A6A7A7
}

.about-wrapper .about-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.about-wrapper .about-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.about-wrapper .info {
	margin-top: 0px;
	text-align: center
}

.about-wrapper .info h3 {
	margin-bottom: 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .info img {
	margin-bottom: 6px
}

.about-wrapper .info table {
	width: 720px;
	margin: 0 auto
}

.about-wrapper .info table tr {
	vertical-align: top
}

.about-wrapper .info table tr th {
	width: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #A6A7A7;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left
}

.about-wrapper .info table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #A6A7A7;
	font-size: 16px;
	line-height: 28px;
	text-align: left
}

.about-wrapper .info table tr td p {
	margin-top: 0;
	margin-bottom: 0
}

.about-wrapper .info table tr td p span {
	font-weight: bold
}

.about-wrapper .directors {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 70px;
	text-align: center
}

.about-wrapper .directors h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .directors img {
	margin-bottom: 0px
}

.about-wrapper .directors .director {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px
}

.about-wrapper .directors .director .profile-text {
	margin-right: 120px;
	text-align: left
}

.about-wrapper .directors .director .profile-text .name {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .directors .director .profile-text .name span {
	margin-left: 5px;
	color: #666666;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 24px
}

.about-wrapper .directors .director .profile-text .myTitle {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold
}

.about-wrapper .directors .director .profile-text .detail {
	margin-top: 0px;
	font-size: 16px;
	line-height: 28px
}

.about-wrapper .directors .director+.director {
	margin-top: 0px
}

.about-wrapper .members-wrapper {
	max-width: 1000px;
	margin: 70px auto 0;
	clear: both;
	text-align: center
}

.about-wrapper .members-wrapper h3 {
	margin-top: 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .members-wrapper img {
	margin-bottom: 55px
}

.about-wrapper .members-wrapper .members {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.about-wrapper .members-wrapper .members .member {
	display: inline-block;
	width: 30%;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top
}

.about-wrapper .members-wrapper .members .member:nth-child(3n+1) {
	display: inline-block;
	width: 30%;
	margin-bottom: 30px;
	float: left;
	text-align: left;
	vertical-align: top
}

.about-wrapper .members-wrapper .members .member:nth-child(3n+2) {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	margin-left: 5%;
	float: left;
	text-align: left;
	vertical-align: top
}

.about-wrapper .members-wrapper .members .member:nth-child(3n) {
	display: inline-block;
	width: 30%;
	margin-bottom: 30px;
	float: right;
	text-align: left;
	vertical-align: top
}

.about-wrapper .members-wrapper .members .member p {
	margin: 0
}

.about-wrapper .members-wrapper .members .member p+p {
	margin-bottom: 0px
}

.about-wrapper .members-wrapper .members .member .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .members-wrapper .members .member .name_company {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px
}

.about-wrapper .members-wrapper .members .member .ruby {
	color: #666;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 24px
}

.about-wrapper .members-wrapper .members .member .myTitle {
	font-size: 13px;
	line-height: 24px
}

.about-wrapper .members-wrapper .members .member .js {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 24px
}

.about-wrapper .members-wrapper .members .for-sp {
	display: none
}

.about-wrapper .members-wrapper .member+.member {
	margin-bottom: 85px
}

.about-wrapper .media {
	margin-top: 50px;
	clear: both;
	text-align: center
}

.about-wrapper .media h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .media img {
	margin-bottom: 14px
}

.about-wrapper .media table {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #A6A7A7;
	text-align: left
}

.about-wrapper .media table tr th {
	margin-bottom: 20px
}

.about-wrapper .association {
	margin-top: 140px;
	text-align: center
}

.about-wrapper .association h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.about-wrapper .association img {
	margin-bottom: 14px
}

.about-wrapper .association table {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #A6A7A7;
	text-align: left
}

.supporter-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 3vw;
	border-top: 1px solid #A6A7A7
}

.supporter-wrapper .supporter-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.supporter-wrapper .supporter-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.supporter-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	padding: 7px 10px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	color: #AF0018;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
	user-select: none
}

.supporter-button:hover {
	padding: 7px 10px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	background-color: #AF0018;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer
}

.supporter-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 240px;
	padding-top: 0px;
	border-top: 1px solid #A6A7A7
}

.supporter-wrapper .directors h3 {
	margin-bottom: -5px;
	font-size: 21px;
	font-weight: bold;
	line-height: 36px
}

.supporter-wrapper .directors .director {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 80px
}

.supporter-wrapper .members-wrapper .member+.member {
	margin-bottom: 0px
}

.blog-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 60px;
	border-top: 1px solid #A6A7A7
}

.blog-wrapper .blog-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.blog-wrapper .blog-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.blog-wrapper .blog-big {
	width: 100%;
	text-align: center
}

.blog-wrapper .blog-big img {
	-o-object-fit: cover;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: cover
}

.blog-wrapper .contents {
	width: 720px;
	margin: 0 auto
}

.blog-wrapper .contents .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #A6A7A7
}

.blog-wrapper .contents .title p:nth-child(1) {
	margin: 20px 0px;
	font-size: 13px;
	line-height: 21px
}

.blog-wrapper .contents .title p:nth-child(2) {
	margin: 20px 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6
}

.blog-wrapper .contents .author {
	display: table;
	width: 160px;
	font-size: 13px
}

.blog-wrapper .contents .author span {
	padding-bottom: 1px
}

.blog-wrapper .contents .author p {
	margin: 0
}

.blog-wrapper .contents .main {
	font-size: 16px;
	line-height: 32px
}

.blog-wrapper .contents .main p {
	font-size: 16px;
	line-height: 32px
}

.blog-wrapper .contents .main .blog-mid {
	width: 100%
}

.blog-wrapper .contents .main .blog-mid p {
	font-size: 13px;
	line-height: 28px
}

.blog-wrapper .contents .prev-next {
	margin-bottom: 75px
}

.blog-wrapper .contents .prev-next ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-left: 0
}

.blog-wrapper .contents .prev-next ul li {
	color: #AF0018;
	list-style: none
}

.blog-wrapper .contents .prev-next ul li a {
	color: #af0018;
	text-decoration: none
}

.blog-wrapper .contents .related .bar {
	margin-bottom: 40px;
	padding: 11px 0px;
	background-color: #EFEFEF;
	font-size: 16px;
	line-height: 28px;
	text-align: center
}

.blog-wrapper .contents .related p {
	margin: 16px 0px;
	margin-bottom: 0px
}

.blog-wrapper .contents .related p a {
	color: #AF0018;
	text-decoration: none
}

.blog-wrapper .contents .toIndex {
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 75px;
	text-align: center
}

.blog-wrapper .contents .toIndex a {
	display: inline-block;
	padding: 30px 10px;
	border: 1px solid #AF0018;
	border-radius: 5px;
	color: #AF0018;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none
}

.blog-wrapper .contents .toIndex a span {
	text-align: right
}

.topics-wrapper {
	position: relative;
	width: 73%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	border-top: 1px solid #A6A7A7
}

.topics-wrapper .topics-heading {
	position: absolute;
	top: -1.8vw;
	right: 0;
	left: 0;
	width: 190px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 2vw;
	text-align: center
}

.topics-wrapper .topics-heading h2 {
	display: inline-block;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px
}

.thanks1 {
	margin-top: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #1A1311;
	font-size: 21px;
	font-weight: bold
}

.thanks2 {
	width: 720px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: left
}

.thanks3 {
	width: 720px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: left
}

.thanks4 {
	width: 720px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: left
}

.toIndex {
	width: 100%;
	height: 60px;
	margin-top: 36px;
	margin-bottom: 50px;
	text-align: center
}

.toIndex-thanks {
	width: 480px;
	height: 60px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 150px;
	text-align: center
}

.toIndex a {
	display: inherit;
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #af0018;
	border-radius: 5px;
	color: #af0018;
	font-size: 13px;
	text-decoration: none
}

.toIndex a span {
	text-align: right
}

.toIndex-thanks a {
	display: inherit;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #af0018;
	border-radius: 5px;
	color: #af0018;
	font-size: 13px;
	text-decoration: none
}

.toIndex a span {
	text-align: right
}

.wp-pagenavi {
	margin-bottom: 30px;
	padding-top: 90px;
	clear: both;
	text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 2px;
	padding: 7px 10px;
	border: 1px solid #a6a7a7;
	border-radius: 5px;
	text-decoration: none
}

.wp-pagenavi span.current {
	border-color: #af0018;
	color: #af0018;
	font-weight: bold
}

.wp-pagenavi a {
	margin: 2px;
	padding: 7px 10px;
	border: 1px solid #a6a7a7;
	border-radius: 5px;
	color: #000;
	text-decoration: none
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #af0018
}

.notfound {
	margin-bottom: 3px;
	font-size: 21px;
	font-weight: bold
}

@media screen and (max-width: 1000px) {
	.br-sp {
		display: inline
	}

	.br-pc {
		display: none
	}

	::-webkit-input-placeholder {
		color: #ddd
	}

	::-moz-placeholder {
		color: #ddd
	}

	:-ms-input-placeholder {
		color: #ddd
	}

	::-ms-input-placeholder {
		color: #ddd
	}

	::placeholder {
		color: #ddd
	}

	body {
		width: 100%;
		margin: 0;
		margin: 0 auto;
		overflow-x: hidden
	}
}

@media screen and (max-width: 1000px) {
	.notfound {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 18px;
		font-weight: bold
	}
}

@media screen and (max-width: 1000px) {
	.fv-wrapper {
		all: initial
	}

	.fv-wrapper .fv {
		all: initial
	}

	.fv-wrapper .fv .fv-l {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		margin-right: 25px;
		margin-left: 25px;
		all: initial
	}

	.fv-wrapper .fv .fv-l p {
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.fv-wrapper .fv .fv-l p a {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		padding: 12px 12px 12px 30px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		color: #AF0018;
		font-size: 11px;
		text-decoration: none;
		user-select: none
	}

	.fv-wrapper .fv .fv-l p a:hover {
		padding: 12px 12px 12px 30px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		background-color: #AF0018;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		cursor: pointer
	}

	.fv-wrapper .fv .fv-l p:nth-child(3) {
		margin-top: 25px;
		text-align: center
	}

	.fv-wrapper .fv .pc {
		display: none
	}

	.fv-wrapper .fv .fv-r {
		all: initial
	}

	.fv-wrapper .fv .fv-r img {
		width: 100%
	}

	.article-wrapper .cate {
		display: none;
		width: 500px;
		margin: 0 auto
	}

	.article-wrapper .cate ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 0
	}

	.article-wrapper .cate ul li {
		list-style: none
	}

	.article-wrapper .cate ul li a {
		-webkit-box-sizing: border-box;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		box-sizing: border-box;
		padding: 10px 15px;
		color: #000;
		font-size: 12px;
		text-decoration: none;
		user-select: none
	}

	.article-wrapper .cate ul li .is-active {
		padding: 10px 14px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		color: #AF0018
	}

	.article-wrapper .cate ul li a:hover {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 14px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		color: #AF0018;
		cursor: pointer
	}

	.article-wrapper .cate-sp {
		display: block;
		padding: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ddd;
		list-style: none
	}

	.article-wrapper .cate-sp .parent-cate {
		width: 80%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #af0018;
		border-radius: 5px;
		background-color: #fff;
		color: #af0018;
		font-size: 11px
	}

	.article-wrapper .cate-sp .parent-cate span {
		float: right
	}

	.article-wrapper .cate-sp .parent-cate .child-cate {
		display: none;
		padding: 0;
		padding-top: 8px;
		list-style: none
	}

	.article-wrapper .cate-sp .parent-cate .child-cate li {
		line-height: 3
	}

	.article-wrapper .cate-sp .parent-cate .child-cate li a {
		color: #af0018;
		text-decoration: none
	}

	.article-wrapper .cate-sp .cate-none {
		display: none
	}

	.article-wrapper .contents {
		width: 92%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center
	}

	.article-wrapper .contents .content {
		all: initial
	}

	.article-wrapper .contents .content .elements {
		all: initial
	}

	.article-wrapper .contents .content .elements p:nth-child(1) {
		font-size: 13px;
		line-height: 21px;
		text-align: left
	}

	.article-wrapper .contents .content .elements p:nth-child(2) {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
		text-align: left
	}

	.article-wrapper .contents .content .elements p:nth-child(2) a {
		color: #000;
		text-decoration: none
	}

	.article-wrapper .contents .content .elements p:nth-child(2) a:hover {
		color: #AF0018
	}

	.article-wrapper .contents .content .elements img {
		max-width: 100%;
		height: auto;
		margin-bottom: 65px
	}

	.article-wrapper .contents .content .elements img:hover {
		opacity: 0.5
	}

	.article-wrapper .contents .content .elements img.thumbnail1 {
		width: 100%
	}

	.overflow {
		position: relative;
		width: 100%;
		height: 100%;
		overflow-x: hidden
	}

	#cover {
		display: none;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.6
	}

	#menu {
		-webkit-box-sizing: border-box;
		-webkit-transition: .4s;
		box-sizing: border-box;
		z-index: 2;
		position: absolute;
		top: 0;
		right: -280px;
		width: 280px;
		min-height: 100%;
		padding: 8px;
		background: #000;
		color: #fff;
		transition: .4s
	}

	#show,
	#hide {
		float: right;
		cursor: pointer
	}

	body.menu-open {
		overflow-y: hidden
	}

	body.menu-open #cover {
		display: block;
		position: fixed
	}

	body.menu-open #menu {
		position: fixed;
		right: 0;
		width: 280px;
		height: 100vh;
		padding-bottom: 30px;
		overflow: scroll
	}

	.fa {
		margin-top: 20px;
		margin-right: 20px
	}

	.open:before {
		font-size: 20px
	}

	#show {
		display: block;
		position: absolute;
		top: 0;
		right: 0
	}

	.open:before {
		display: block
	}
}

@media screen and (max-width: 1000px) {
	.vision-wrapper {
		position: relative;
		width: 100%;
		margin-top: 35px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.vision-wrapper .vision-heading {
		position: absolute;
		top: -5.0vw;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 18px;
		text-align: center
	}

	.vision-wrapper .vision-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 18px;
		font-weight: 100;
		line-height: 36px
	}

	.vision-wrapper .vision-heading p {
		display: none
	}

	.vision-wrapper .needs {
		width: 92%;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center
	}

	.vision-wrapper .needs .need p {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.vision-wrapper .needs .need p:nth-child(3) {
		margin-top: 3px;
		margin-bottom: 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 32px
	}

	.vision-wrapper .needs .need p:nth-child(1) {
		display: none;
		margin-bottom: 0px;
		color: #AF0018;
		font-size: 13px;
		line-height: 10px
	}

	.vision-wrapper .discriptions {
		width: 100%;
		margin: 0 auto;
		margin-top: 0px;
		padding-top: 45px;
		border-top: 1px solid #A6A7A7
	}

	.vision-wrapper .discriptions .discription {
		display: block
	}

	.vision-wrapper .discriptions .discription .letters {
		width: 92%;
		margin: 0 auto
	}

	.vision-wrapper .discriptions .discription .letters p {
		font-size: 13px;
		line-height: 26px
	}

	.vision-wrapper .discriptions .discription .letters h3 {
		margin: 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.vision-wrapper .discriptions .discription .img {
		width: 80%;
		height: auto;
		margin: 0 auto
	}

	.vision-wrapper .discriptions .discription .img img {
		width: 100%
	}

	.vision-wrapper .discriptions .discription:nth-child(2) {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		margin: 20px 0px
	}

	.vision-wrapper .discriptions .discription:nth-child(2) .img {
		-webkit-box-ordinal-group: 2
	}

	.provisional {
		margin: 0px
	}
}

@media screen and (max-width: 1000px) {
	.service-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 80px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.service-wrapper .service-heading {
		position: absolute;
		top: -5.0vw;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 2vw;
		text-align: center
	}

	.service-wrapper .service-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 21px;
		font-weight: 100;
		line-height: 36px
	}
}

@media screen and (max-width: 1000px) {
	.about-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 80px;
		padding-top: 30px;
		border-top: 1px solid #A6A7A7
	}

	.about-wrapper .about-heading {
		position: absolute;
		top: -18px;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 2vw;
		text-align: center
	}

	.about-wrapper .about-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 18px;
		font-weight: 100;
		line-height: 36px
	}

	.about-wrapper .info {
		width: 92%;
		margin: 0 auto;
		margin-top: 33px;
		text-align: center
	}

	.about-wrapper .info h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 36px
	}

	.about-wrapper .info img {
		margin-bottom: 15px
	}

	.about-wrapper .info table {
		width: 720px;
		margin: 0 auto
	}

	.about-wrapper .info table tr {
		vertical-align: top
	}

	.about-wrapper .info table tr th {
		width: 130px;
		padding: 0;
		border-bottom: none;
		font-size: 13px;
		font-weight: bold;
		line-height: 26px;
		text-align: left
	}

	.about-wrapper .info table tr td {
		display: block;
		width: 90vw;
		margin-bottom: 10px;
		padding-top: 0;
		padding-bottom: 14px;
		border-bottom: 1px dashed #A6A7A7;
		font-size: 13px;
		line-height: 26px;
		text-align: left
	}

	.about-wrapper .info table tr td p {
		margin-top: 0;
		margin-bottom: 0
	}

	.about-wrapper .info table tr td span {
		color: #AF0018
	}

	.about-wrapper .directors {
		width: 100%;
		margin: 0 auto;
		margin-top: 90px;
		padding-bottom: 30px;
		text-align: center
	}

	.about-wrapper .directors h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
		text-align: center
	}

	.about-wrapper .directors img {
		margin: 0 auto;
		margin-bottom: 30px
	}

	.about-wrapper .directors .director {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		width: 100%
	}

	.about-wrapper .directors .director .profile-text {
		-webkit-box-ordinal-group: 2;
		width: 84%;
		margin: 0 auto;
		margin-right: 120px;
		padding-bottom: 35px;
		border-bottom: 1px solid #a6a7a7;
		text-align: left
	}

	.about-wrapper .directors .director .profile-text .name {
		margin-bottom: 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 36px
	}

	.about-wrapper .directors .director .profile-text .name span {
		margin-left: 5px;
		color: #666666;
		font-size: 13px;
		font-weight: 100;
		letter-spacing: 1.0;
		line-height: 24px
	}

	.about-wrapper .directors .director .profile-text .myTitle {
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
		line-height: 26px
	}

	.about-wrapper .directors .director .profile-text .detail {
		margin: 0px;
		font-size: 13px;
		line-height: 26px
	}

	.about-wrapper .directors .director .profile-img {
		width: 64%;
		margin: 0 auto
	}

	.about-wrapper .directors .director .profile-img img {
		width: 100%;
		height: auto;
		margin-bottom: 20px
	}

	.about-wrapper .directors .director+.director {
		margin-top: 70px;
		margin-bottom: 0
	}

	.about-wrapper .members-wrapper {
		margin-top: 35px;
		border-bottom: 1px solid #A6A7A7;
		text-align: center
	}

	.about-wrapper .members-wrapper h3 {
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: bold;
		line-height: 36px
	}

	.about-wrapper .members-wrapper img {
		margin-bottom: 0px
	}

	.about-wrapper .members-wrapper .members {
		display: block;
		width: 84%;
		margin: 0 auto;
		margin-top: 40px
	}

	.about-wrapper .members-wrapper .members .member {
		width: 200px;
		width: 100%;
		margin-right: 4px;
		margin-bottom: 40px;
		text-align: left
	}

	.about-wrapper .members-wrapper .members .member p {
		margin: 0
	}

	.about-wrapper .members-wrapper .members .member p+p {
		margin-bottom: 10px
	}

	.about-wrapper .members-wrapper .members .member .name {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px
	}

	.about-wrapper .members-wrapper .members .member .ruby {
		margin-bottom: 2px;
		color: #666;
		font-size: 11px;
		line-height: 24px
	}

	.about-wrapper .members-wrapper .members .member .myTitle {
		margin: 0;
		font-size: 11px;
		line-height: 18px
	}

	.about-wrapper .members-wrapper .members .member .js {
		margin: 0;
		font-size: 11px;
		line-height: 18px
	}

	.about-wrapper .members-wrapper .members .for-sp {
		display: inline-block
	}

	.about-wrapper .members-wrapper .member+.member {
		height: auto;
		margin-bottom: 40px
	}

	.about-wrapper .media {
		margin: 0 auto;
		margin-top: 40px;
		padding-bottom: 80px;
		border-bottom: 1px solid #a6a6a6;
		text-align: center
	}

	.about-wrapper .media h3 {
		margin-top: 58px;
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.about-wrapper .media img {
		margin-bottom: 24px
	}

	.about-wrapper .media table {
		width: 84%;
		max-width: 720px;
		margin: 0 auto;
		padding-bottom: 0px;
		border-bottom: none;
		font-size: 13px;
		text-align: left
	}

	.about-wrapper .media table tr th {
		margin-bottom: 0px
	}

	.about-wrapper .association {
		width: 92%;
		margin: 0 auto;
		margin-top: 40px;
		text-align: center
	}

	.about-wrapper .association h3 {
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.about-wrapper .association img {
		margin-bottom: 24px
	}

	.about-wrapper .association table {
		width: 720px;
		margin: 0 auto;
		padding-bottom: 20px;
		border-bottom: none;
		font-size: 13px;
		text-align: left
	}

	.about-wrapper table,
	.about-wrapper tr,
	.about-wrapper th {
		display: block;
		max-width: 100%
	}

	.about-wrapper .members-wrapper .members .member:nth-child(3n+1) {
		display: inline-block;
		width: 100%;
		height: auto;
		float: none;
		text-align: left;
		vertical-align: top
	}

	.about-wrapper .members-wrapper .members .member:nth-child(3n+2) {
		display: inline-block;
		width: 100%;
		height: auto;
		margin-right: 0%;
		margin-left: 0%;
		float: none;
		text-align: left;
		vertical-align: top
	}

	.about-wrapper .members-wrapper .members .member:nth-child(3n) {
		display: inline-block;
		width: 100%;
		height: auto;
		float: none;
		text-align: left;
		vertical-align: top
	}
}

@media screen and (max-width: 1000px) {
	.supporter-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 80px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.supporter-wrapper .supporter-heading {
		position: absolute;
		top: -18px;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 2vw;
		text-align: center
	}

	.supporter-wrapper .supporter-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 21px;
		font-weight: 100;
		line-height: 36px
	}
}

.about-wrapper .members-wrapper .members .member .red-button {
	margin-top: 13px;
	margin-right: 10px
}

.supporter-name {
	margin-top: 17px;
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: bold
}

.supporter-title {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold
}

@media screen and (max-width: 1000px) {
	.contact-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 80px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.contact-wrapper .contact-heading {
		position: absolute;
		top: -18px;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 2vw;
		text-align: center
	}

	.contact-wrapper .contact-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		line-height: 36px
	}

	.contact-wrapper .inquery h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 36px
	}

	.contact-wrapper .inquery {
		width: 92%;
		margin: 0 auto
	}

	.contact-wrapper .inquery img {
		margin-bottom: 0px
	}

	.contact-wrapper .inquery p:nth-child(3) {
		font-size: 13px;
		text-align: left
	}

	.contact-wrapper .inquery table {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 30px;
		border: none
	}

	.contact-wrapper .inquery table tbody {
		display: block
	}

	.contact-wrapper .inquery table tbody tr {
		display: block;
		width: 100%;
		padding-bottom: 13px
	}

	.contact-wrapper .inquery table tbody tr th {
		display: inline-block;
		width: 100%;
		border: none;
		border-bottom: 1px solid white;
		font-size: 14px;
		text-align: left
	}

	.contact-wrapper .inquery table tbody tr th .require {
		display: inline-block;
		margin: 15px 15px 15px 0px;
		margin-bottom: 3px;
		padding: 4px 11px;
		border-radius: 5px;
		background-color: #AF0018;
		color: #fff
	}

	.contact-wrapper .inquery table tbody tr th .option {
		display: inline-block;
		margin: 15px 15px 15px 0px;
		margin-bottom: 3px;
		padding: 4px 11px;
		border-radius: 5px;
		background-color: #A6A7A7;
		color: #fff
	}

	.contact-wrapper .inquery table tbody tr th .label {
		display: inline-block;
		margin: 15px 9px 0px 15px;
		padding: 7px 11px
	}

	.contact-wrapper .inquery table tbody tr th .l1 {
		margin-left: 0px
	}

	.contact-wrapper .inquery table tbody tr th .l2 {
		margin-left: 0px
	}

	.contact-wrapper .inquery table tbody tr th .l3 {
		margin-left: 14px
	}

	.contact-wrapper .inquery table tbody tr th .l4 {
		margin-left: 14px
	}

	.contact-wrapper .inquery table tbody tr th .l5 {
		margin-left: 0px
	}

	.contact-wrapper .inquery table tbody tr th .l6 {
		margin-left: 0px
	}

	.contact-wrapper .inquery table tbody tr th .l7 {
		margin-left: 0px
	}

	.contact-wrapper .inquery table tbody tr th .l8 {
		display: inline-block;
		margin: 15px 6px 0px 15px;
		padding: 7px 0px 7px 11px
	}

	.contact-wrapper .inquery table tbody tr td {
		display: block;
		width: 80%;
		border: none
	}

	.contact-wrapper .inquery table tbody tr td input {
		width: 100%;
		height: 45px;
		margin-left: 26px;
		border: none;
		border-radius: 5px;
		font-size: 16px
	}

	.contact-wrapper .inquery table tbody tr td textarea {
		width: 445px;
		width: 100%;
		height: 240px;
		margin-top: 0px;
		margin-left: 26px;
		border: none;
		border-radius: 5px
	}

	.contact-wrapper .inquery .submit {
		width: 100%;
		height: 75px;
		margin-top: 35px;
		border-radius: 5px;
		background-color: #AF0018;
		color: #fff;
		font-size: 24px;
		line-height: 41px;
		cursor: pointer
	}

	.contact-wrapper .inquery .wpcf7-form-control-wrap {
		display: inline-block;
		width: 100%;
		text-align: center
	}

	.contact-wrapper .inquery .wpcf7-validation-errors {
		margin-top: 20px;
		padding: 10px;
		border: 1px solid #af0018;
		font-size: 12px
	}
}

@media screen and (max-width: 1000px) {
	.blog-wrapper {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 50px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.blog-wrapper .blog-heading {
		position: absolute;
		top: -5.8vw;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 2vw;
		text-align: center
	}

	.blog-wrapper .blog-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 18px;
		font-weight: 100;
		line-height: 36px
	}

	.blog-wrapper .blog-big {
		width: 100%;
		margin-top: 21px;
		text-align: center
	}

	.blog-wrapper .blog-big img {
		width: 100%;
		max-width: 100%
	}

	.blog-wrapper .contents {
		width: 92%;
		margin: 0 auto
	}

	.blog-wrapper .contents .title {
		border-bottom: 1px solid #A6A7A7
	}

	.blog-wrapper .contents .title p:nth-child(1) {
		margin: 10px 0px;
		font-size: 13px;
		line-height: 21px
	}

	.blog-wrapper .contents .title p:nth-child(2) {
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px
	}

	.blog-wrapper .contents .author {
		display: table;
		width: 160px
	}

	.blog-wrapper .contents .author p {
		margin: 0;
		font-size: 10px;
		line-height: 21px
	}

	.blog-wrapper .contents .main {
		font-size: 13px;
		line-height: 26px
	}

	.blog-wrapper .contents .main img {
		width: 100%;
		height: auto
	}

	.blog-wrapper .contents .main h3 {
		font-size: 16px;
		line-height: 1.8
	}

	.blog-wrapper .contents .main p {
		font-size: 15px;
		line-height: 1.8
	}

	.blog-wrapper .contents .main div {
		all: initial
	}

	.blog-wrapper .contents .main div img {
		width: 100%;
		height: auto;
		all: initial
	}

	.blog-wrapper .contents .main .blog-mid {
		width: 100%
	}

	.blog-wrapper .contents .main .blog-mid p {
		font-size: 13px;
		line-height: 28px
	}

	.blog-wrapper .contents .sns {
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 20px 0px;
		border-top: 1px solid #F3F2E9;
		border-bottom: 1px solid #F3F2E9
	}

	.blog-wrapper .contents .sns ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0
	}

	.blog-wrapper .contents .sns ul li {
		display: inline-block;
		margin-right: 10px;
		list-style: none
	}

	.blog-wrapper .contents .prev-next {
		margin-bottom: 45px
	}

	.blog-wrapper .contents .prev-next ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding-left: 0
	}

	.blog-wrapper .contents .prev-next ul li {
		color: #AF0018;
		font-size: 13px;
		list-style: none
	}

	.blog-wrapper .contents .prev-next ul li a {
		text-decoration: none
	}

	.blog-wrapper .contents .related .bar {
		margin-right: -50px;
		margin-bottom: 30px;
		margin-left: -50px;
		padding: 17px 0px;
		background-color: #EFEFEF;
		font-size: 16px;
		line-height: 28px;
		text-align: center
	}

	.blog-wrapper .contents .related p {
		margin: 0px
	}

	.blog-wrapper .contents .related p a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #AF0018;
		font-size: 13px;
		line-height: 20px;
		text-decoration: none
	}

	.blog-wrapper .contents .related p a span {
		display: inline-block;
		line-height: 20px
	}

	.blog-wrapper .contents .toIndex {
		width: 100%;
		height: 60px;
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center
	}

	.blog-wrapper .contents .toIndex a {
		display: block;
		width: 70%;
		margin: 0 auto;
		padding: 20px 0;
		border: 1px solid #af0018;
		border-radius: 5px;
		color: #af0018;
		font-size: 13px;
		text-decoration: none
	}

	.blog-wrapper .contents .toIndex a span {
		text-align: right
	}
}

@media screen and (max-width: 1000px) {
	.topics-wrapper {
		position: relative;
		width: 100%;
		margin-top: 35px;
		margin-bottom: 10px;
		padding-top: 3vw;
		border-top: 1px solid #A6A7A7
	}

	.topics-wrapper .topics-heading {
		position: absolute;
		top: -5.0vw;
		right: 0;
		left: 0;
		width: 190px;
		margin: 0 auto;
		background-color: #fff;
		font-size: 18px;
		text-align: center
	}

	.topics-wrapper .topics-heading h2 {
		display: inline-block;
		margin: 0;
		font-size: 21px;
		font-weight: 100;
		line-height: 36px
	}

	.article-wrapper .cate-sp {
		display: block;
		padding: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ddd;
		list-style: none
	}

	.article-wrapper .cate-sp .parent-cate {
		width: 80%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #af0018;
		border-radius: 5px;
		background-color: #fff;
		color: #af0018;
		font-size: 11px
	}

	.article-wrapper .cate-sp .parent-cate span {
		float: right
	}

	.article-wrapper .cate-sp .parent-cate .child-cate {
		display: none;
		padding: 0;
		padding-top: 8px;
		list-style: none
	}

	.article-wrapper .cate-sp .parent-cate .child-cate li {
		line-height: 3
	}

	.article-wrapper .cate-sp .parent-cate .child-cate li a {
		color: #af0018;
		text-decoration: none
	}

	.article-wrapper .cate-sp .cate-none {
		display: none
	}
}

@media screen and (max-width: 1000px) {
	.thanks1 {
		width: 197px;
		margin: 0 auto;
		margin-top: 33px;
		margin-bottom: 30px;
		color: #1a1311;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px;
		text-align: left
	}

	.thanks2 {
		width: 92%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 13px;
		line-height: 26px
	}

	.thanks3 {
		width: 92%;
		margin: 0 auto;
		font-size: 13px;
		line-height: 26px
	}

	.thanks4 {
		width: 92%;
		margin: 0 auto;
		font-size: 13px;
		line-height: 26px
	}

	.toIndex-thanks {
		width: 300px;
		height: 60px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center
	}

	.toIndex-thanks a {
		display: inherit;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		border: 1px solid #af0018;
		border-radius: 5px;
		color: #af0018;
		font-size: 13px;
		text-decoration: none
	}

	.wp-pagenavi {
		margin-bottom: 30px;
		padding-top: 90px;
		clear: both;
		text-align: center
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 2px;
		padding: 4px 7px;
		border: 1px solid #a6a7a7;
		border-radius: 5px;
		text-decoration: none
	}

	.wp-pagenavi span.current {
		border-color: #af0018;
		color: #af0018;
		font-weight: bold
	}

	.wp-pagenavi a {
		margin: 2px;
		padding: 4px 7px;
		border: 1px solid #a6a7a7;
		border-radius: 5px;
		color: #000;
		text-decoration: none
	}
}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 1
}

@media screen and (max-width: 769px) and (min-width: 480px) {
	.fade-img {
		position: relative;
		height: 384px
	}

	.contact-wrapper .inquery table tbody tr td select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 102.5% !important;
		max-width: 105%;
		height: 45px;
		margin-left: 26px;
		padding-right: 30px;
		border: none;
		border-radius: 5px;
		background-color: #fff;
		font-size: 16px
	}
}

@media screen and (max-width: 1000px) {
	.contact-wrapper .inquery table tbody tr td select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 106%;
		max-width: 105%;
		height: 45px;
		margin-left: 26px;
		padding-right: 30px;
		border: none;
		border-radius: 5px;
		background-color: #fff;
		font-size: 16px
	}

	.contact-wrapper .inquery .menu:after {
		display: block;
		position: absolute;
		top: 50%;
		right: -30px;
		width: 0;
		height: 0;
		margin: -2px 0 0 0;
		border: 5px solid transparent;
		border-top: 7px solid #333;
		content: ""
	}

	.contact-wrapper .inquery table tbody tr td textarea {
		width: 445px;
		width: 100%;
		height: 200px;
		margin-top: 0px;
		margin-left: 26px;
		border: none;
		border-radius: 5px
	}

	.about-wrapper .members-wrapper .members .member .red-button {
		margin-top: 7px;
		margin-right: 0px;
		margin-bottom: 0
	}

	.supporter-button-sp {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		padding: 3px 5px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		color: #AF0018;
		font-size: 11px;
		text-decoration: none;
		vertical-align: middle;
		user-select: none
	}

	.supporter-button:hover {
		padding: 3px 5px;
		border: 1px solid #AF0018;
		border-radius: 5px;
		background-color: #AF0018;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
		cursor: pointer
	}
}

.blog-wrapper .contents .related .article {
	margin-bottom: 5px
}

.blog-wrapper .contents .related .article a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start
}

.blog-wrapper .contents .related .article a span {
	display: block;
	line-height: 1.6
}

.blog-wrapper .contents .related .article a .date {
	margin-right: 15px
}

.cap {
	font-size: 12px !important
}

.grecaptcha-badge {
	margin: 20px auto 0 !important
}

.wrap_member dt,
.wrap_member dd,
.wrap_member ul,
.wrap_member ol,
.wrap_member p {
	font-size: 18px
}

.wrap_member dt,
.wrap_member dd,
.wrap_member p {
	line-height: 1.8
}

@media screen and (max-width: 560px) {

	.wrap_member dt,
	.wrap_member dd,
	.wrap_member ul,
	.wrap_member ol,
	.wrap_member p {
		font-size: 16px
	}
}

.mt0 {
	margin-top: 0 !important
}

.mb0 {
	margin-bottom: 0
}

.mb30 {
	margin-bottom: 30px
}

.mb40 {
	margin-bottom: 40px
}

.mb50 {
	margin-bottom: 50px
}

.mb80 {
	margin-bottom: 80px
}

.font_s {
	font-size: 14px !important
}

@media screen and (max-width: 560px) {
	.font_s {
		font-size: 13px !important
	}
}

.bold {
	font-weight: 600
}

.red {
	color: #af0018
}

.align_right {
	text-align: right
}

.center {
	text-align: center
}

.backcolor {
	padding: 80px 0;
	background-color: #FFF4F4
}

.list_atte {
	padding-left: 0;
	list-style-type: none
}

.list_atte>li,
.atte {
	position: relative;
	padding: 0 0 0 1em
}

.list_atte>li::before,
.atte::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
	content: "※"
}

.list_dot {
	padding-left: 0;
	list-style-type: none
}

.list_dot>li {
	position: relative;
	margin-bottom: 5px;
	padding: 0 0 0 1em
}

.list_dot>li::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 1em;
	margin-top: 2px;
	line-height: 1;
	content: '・'
}

.list_dot>li:last-child {
	margin-bottom: 0
}

.list_num {
	padding-left: 0;
	list-style-type: none
}

.list_num>li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 2.7em
}

.list_num>li::before {
	display: block;
	position: absolute;
	left: 0;
	width: 2.7em
}

.list_num>li:nth-child(1)::before {
	content: "（1）"
}

.list_num>li:nth-child(2)::before {
	content: "（2）"
}

.list_num>li:nth-child(3)::before {
	content: "（3）"
}

.list_num>li:nth-child(4)::before {
	content: "（4）"
}

.list_num>li:nth-child(5)::before {
	content: "（5）"
}

.list_num>li:nth-child(6)::before {
	content: "（6）"
}

.list_num>li:nth-child(7)::before {
	content: "（7）"
}

.list_num>li:nth-child(8)::before {
	content: "（8）"
}

.list_num>li:nth-child(9)::before {
	content: "（9）"
}

.list_num>li:nth-child(10)::before {
	content: "（10）"
}

.list_sns {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none
}

.list_sns li {
	margin: 0 10px 10px 0;
	font-size: 14px
}

.list_sns li a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #af0018;
	color: #af0018;
	text-decoration: none
}

.list_sns li a:hover {
	background-color: #af0018;
	color: #ffffff
}

@media screen and (max-width: 560px) {
	.list_sns li {
		font-size: 13px
	}
}

.wide {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw
}

.wide .inner {
	width: 94%;
	max-width: 900px;
	margin: 0 auto
}

.wide .inner hr:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 560px) {
	.wide .inner {
		width: 92%
	}
}

.column_2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.column_2 .img {
	width: 33.3333%
}

.column_2 .txt {
	width: 62.2222%
}

.column_2>.img.left {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.column_2>.img.right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media screen and (max-width: 1000px) {
	.column_2 {
		display: block
	}

	.column_2>.img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px
	}

	.column_2>.txt {
		width: 100%;
		margin: 0 auto 30px
	}
}

.kv_member {
	max-width: 1000px;
	margin: 0 auto 80px
}

.kv_member img {
	width: 100%;
	height: auto
}

@media screen and (max-width: 1000px) {
	.kv_member {
		width: 100%
	}

	.wrap-summit .kv_member {
		margin-bottom: 30px
	}
}

.wrap_member {
	max-width: 900px;
	margin: 0 auto
}

@media screen and (max-width: 1000px) {
	.wrap_member {
		width: 84%
	}
}

.wrap_member img {
	width: 100%;
	height: auto
}

.wrap_member .profile .name {
	font-size: 18px
}

.wrap_member .profile .name .j {
	display: inline-block;
	margin-right: 20px;
	font-size: 24px
}

.wrap_member .profile .name .e {
	color: #666666;
	font-size: 13px
}

.wrap_member .message {
	margin-bottom: 80px
}

.wrap_member .message .name {
	margin-bottom: 10px;
	font-size: 24px
}

.wrap_member .message .catch {
	font-size: 24px;
	font-weight: 600
}

.wrap_member .message>div:not(:last-child) {
	margin-bottom: 50px
}

.wrap_member .message .txt p:last-child {
	margin-bottom: 0
}

@media screen and (max-width: 560px) {
	.wrap_member .profile .name {
		font-size: 16px
	}

	.wrap_member .profile .name .j {
		font-size: 22px
	}

	.wrap_member .profile .name .e {
		font-size: 12px
	}

	.wrap_member .message .name {
		font-size: 22px
	}

	.wrap_member .message .catch {
		font-size: 22px
	}
}

.wrap_member .define {
	border-top: 1px solid #a6a7a7
}

.wrap_member .define dt {
	width: 10em;
	padding: 10px 0;
	float: left;
	clear: both
}

.wrap_member .define dd {
	margin: 0;
	padding: 10px 0 10px 10em;
	border-bottom: 1px solid #a6a7a7
}

@media screen and (max-width: 560px) {
	.wrap_member .define dt {
		width: 100%;
		padding: 10px 0 0;
		float: none
	}

	.wrap_member .define dd {
		padding: 3px 0 10px 0
	}
}

.wrap_member .timeline dt {
	width: 6.5em;
	float: left;
	clear: both;
	line-height: 1.5
}

.wrap_member .timeline dd {
	margin: 0;
	padding-left: 6.5em;
	line-height: 1.5
}

.wrap_member a[target="_blank"]::after,
.wrap_member .blank::after {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-left: 5px;
	background: url(/assets/images/icon_new.svg) 0 0 no-repeat;
	background-size: 14px 14px;
	content: ""
}

.noicon::after {
	display: none !important
}

.benefits>div {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
	padding: 40px 0
}

.benefits>div .inner {
	width: 73%;
	max-width: 900px;
	margin: 0 auto
}

@media screen and (max-width: 1000px) {
	.benefits>div .inner {
		width: 84%
	}
}

.benefits>div:nth-child(odd) {
	background-color: #f5f2f2
}

.benefits .heading {
	position: relative;
	margin-left: -0.5em;
	padding-left: 2.7em
}

.benefits .heading::before {
	display: block;
	position: absolute;
	left: 0;
	width: 2.7em
}

.benefits>div:nth-child(1) .heading::before {
	content: "（1）"
}

.benefits>div:nth-child(2) .heading::before {
	content: "（2）"
}

.benefits>div:nth-child(3) .heading::before {
	content: "（3）"
}

.benefits>div:nth-child(4) .heading::before {
	content: "（4）"
}

.benefits>div:nth-child(5) .heading::before {
	content: "（5）"
}

.benefits>div:nth-child(6) .heading::before {
	content: "（6）"
}

.benefits>div:nth-child(7) .heading::before {
	content: "（7）"
}

.benefits>div:nth-child(8) .heading::before {
	content: "（8）"
}

.benefits>div:nth-child(9) .heading::before {
	content: "（9）"
}

.wrap_member hr {
	display: block;
	width: 100%;
	max-width: 720px;
	height: 1px;
	margin: 0 auto 50px;
	border: 0;
	background-color: #a6a7a7
}

.wrap_member .forum {
	margin: 20px 0 40px
}

.wrap_member .forum h6 {
	margin: 0;
	font-size: 18px
}

@media screen and (max-width: 560px) {
	.wrap_member .forum h6 {
		font-size: 16px
	}
}

.wrap_member .forum h6 .date {
	display: inline-block;
	margin-left: 20px;
	font-weight: normal
}

.wrap_member .forum h6 .title {
	display: block;
	margin-top: 10px
}

.wrap_member .button a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 280px;
	max-width: 100%;
	padding: 25px 40px;
	border: 1px solid #af0018;
	background-color: #af0018;
	color: #ffffff;
	font-size: 21px;
	text-align: center;
	text-decoration: none
}

@media screen and (max-width: 560px) {
	.wrap_member .button a {
		font-size: 19px
	}
}

.wrap_member .button a:hover {
	background-color: #ffffff;
	color: #af0018
}

.faq_subhead {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 1.3em;
	font-size: 2.4rem;
	line-height: 1.5
}

.faq_subhead:not(:first-of-type) {
	margin-top: 50px
}

.faq_subhead::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: 'Q.'
}

@media screen and (max-width: 560px) {
	.faq_subhead {
		font-size: 19px
	}
}

.smp {
	display: none
}

@media screen and (max-width: 560px) {
	.smp {
		display: block
	}
}

.link_sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 0 !important
}

.link_sns li {
	margin: 0 15px 15px
}

.link_sns img {
	margin: 0 !important
}

.link_sns .spacer {
	width: 100%;
	margin: 0 !important
}

@media screen and (max-width: 560px) {
	.link_sns {
		margin: 20px 0 0
	}
}

.list_sponsorship {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 780px;
	margin: 0 auto 80px;
	padding: 0;
	list-style-type: none
}

.list_sponsorship::after {
	display: block;
	width: 30.769230%;
	content: ""
}

.list_sponsorship li {
	width: 30.769230%;
	margin-bottom: 40px;
	font-size: 13px;
	text-align: center
}

.list_sponsorship li a {
	color: #1a1311;
	text-decoration: none
}

.list_sponsorship li img {
	display: block;
	margin-bottom: 5px
}

.list_sponsorship_0 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
	list-style-type: none
}

.list_sponsorship_0 li {
	width: 50%;
	max-width: 316px;
	margin: 0 15px 40px;
	font-size: 13px;
	text-align: center
}

.list_sponsorship_0 li a {
	color: #1a1311;
	text-decoration: none
}

.list_sponsorship_0 li img {
	display: block;
	margin-bottom: 5px
}

@media screen and (max-width: 767px) {
	.list_sponsorship {
		max-width: 510px
	}

	.list_sponsorship::after {
		display: none
	}

	.list_sponsorship li {
		width: 47.058823%
	}
}

@media screen and (max-width: 560px) {
	.list_sponsorship {
		max-width: 240px
	}

	.list_sponsorship li {
		width: 100%
	}

	.list_sponsorship_0 {
		max-width: 316px
	}

	.list_sponsorship_0 li {
		width: 100%;
		margin: 0 auto 40px
	}
}

.header-wrapper .header-r nav {
	width: auto
}

footer .footer-ele .footer-menu nav ul {
	width: 800px
}

.about-wrapper .summit-heading {
	width: 290px
}

.list-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.list-btn p {
	margin: 0 10px
}

@media screen and (max-width: 730px) {
	.list-btn {
		display: block
	}

	.list-btn p {
		margin: 0 auto 30px
	}
}

.headline-2 {
	text-align: center
}

.headline-2 img {
	width: 14px
}

.headline-2 p {
	margin-top: 10px;
	color: #af0018;
	font-size: 16px
}

.headline-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-weight: normal
}

.headline-3::before,
.headline-3::after {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: #a6a7a7;
	content: ""
}

.headline-3::before {
	margin: 0 2em 0 0
}

.headline-3::after {
	margin: 0 0 0 2em
}

.font_m {
	font-size: 15px !important
}

@media screen and (max-width: 560px) {
	.font_m {
		font-size: 15px !important
	}
}

.box-w {
	margin: 0 auto 50px;
	padding: 30px 3% 1px;
	border: 1px solid #a6a7a7;
	background-color: #ffffff
}

.subhead-2 {
	font-size: 24px;
	font-weight: bold
}

.bold+.subhead-2 {
	margin-top: 0
}

@media screen and (max-width: 560px) {
	.subhead-2 {
		font-size: 18px
	}
}

.list_member {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	width: 104.4%;
	margin: 0 -2.2%;
	padding: 0;
	list-style-type: none
}

.list_member>li {
	width: 21%;
	margin: 0 2% 80px;
	padding: 0;
	text-align: center
}

.list_member>li p {
	margin: 5px 0 5px
}

.list_member>li .red {
	font-size: 12px
}

.list_member>li .btn a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 130px;
	padding: 3px 30px;
	border: 1px solid #af0018;
	border-radius: 3px;
	background-color: #af0018;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none
}

.list_member>li .btn a::after {
	-webkit-transform: translateY(-50%) rotate(90deg) scale(0.55, 1);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(90deg) scale(0.55, 1);
	content: ">"
}

.list_member>li .btn a:hover {
	background-color: #ffffff;
	color: #af0018
}

.list_member .spacer {
	width: 100%
}

@media screen and (max-width: 560px) {
	.list_member {
		display: block;
		width: 100%;
		max-width: 180px;
		margin: 0 auto
	}

	.list_member>li {
		width: 100%
	}

	.list_member>li:last-child {
		margin-bottom: 40px
	}
}

.wrap_speakers {
	margin-bottom: 80px
}

@media screen and (max-width: 560px) {
	.wrap_speakers:not(:last-child) {
		margin-bottom: 150px
	}
}

.wrap_speakers h4 {
	margin: 0 0 10px 0;
	font-size: 21px
}

.wrap_speakers h4 span {
	margin-left: 15px;
	color: #666666;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 24px
}

.wrap_speakers h5 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600
}

.wrap_speakers p {
	margin: 0 0 1.5em 0;
	font-size: 16px
}

.wrap_speakers dt {
	width: 13em;
	float: left;
	clear: both;
	font-size: 16px
}

.wrap_speakers dd {
	margin: 0;
	padding-left: 13em;
	font-size: 16px
}

.mb150 {
	margin-bottom: 150px !important
}

.youtube {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 56.05%;
	border: 1px solid;
	border-color: #cccccc
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.movie {
	margin-bottom: 80px
}

.movie iframe {
	aspect-ratio: 720 / 405;
	-o-object-fit: cover;
	width: 100%;
	object-fit: cover
}

.list-held {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.list-held li {
	margin-right: 10px;
	padding: 0 10px;
	background-color: #AF0018;
	color: #fff;
	font-size: 1.2rem
}

.c-main {
	-webkit-box-shadow: 0 3px 6px rgba(36, 18, 16, 0.1);
	margin-bottom: 60px;
	padding: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3px 6px rgba(36, 18, 16, 0.1)
}

@media screen and (max-width: 560px) {
	.c-main {
		padding: 40px 16px
	}
}

.c-breadcrumb {
	padding-top: 56px
}

@media screen and (max-width: 560px) {
	.c-breadcrumb {
		padding-top: 160px
	}
}

.c-breadcrumb ul {
	width: auto;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 10px;
	color: #666;
	font-size: 1.2rem;
	line-height: 1.3;
	list-style: none
}

.c-breadcrumb ul li {
	display: inline;
	color: #666;
	letter-spacing: .02em
}

.c-breadcrumb ul li:before {
	padding: 0 .5em;
	content: ">"
}

.c-breadcrumb ul li a {
	color: #01012C;
	text-decoration: underline
}

.c-breadcrumb ul li a:hover {
	color: #666;
	text-decoration: none
}

.c-breadcrumb ul li:first-of-type:before {
	content: none
}

.c-breadcrumb__icon {
	width: 14px
}

.p-contact-form__table {
	margin-bottom: 30px;
	border: none
}

.p-contact-form__table th {
	position: relative;
	width: 32%;
	padding: 20px 60px 20px 30px;
	border: none;
	border-bottom: 3px solid #fff;
	font-size: 1.4rem;
	vertical-align: top
}

.p-contact-form__table th p {
	margin: 0
}

.p-contact-form__table th .require {
	position: absolute;
	top: 18px;
	right: 10px;
	padding: 4px 10px;
	border-radius: 5px;
	background-color: #AF0018;
	color: #fff;
	font-size: 1.2rem
}

.p-contact-form__table th .option {
	position: absolute;
	top: 18px;
	right: 10px;
	padding: 4px 10px;
	border-radius: 5px;
	background-color: #A6A7A7;
	color: #fff;
	font-size: 1.2rem
}

.p-contact-form__table td {
	width: 68%;
	border: none;
	border-bottom: 3px solid #fff
}

.p-contact-form__table tr:nth-child(2n) th,
.p-contact-form__table tr:nth-child(2n) td {
	background-color: #F6E4E6
}

.p-contact-form__table tr:nth-child(2n+1) th,
.p-contact-form__table tr:nth-child(2n+1) td {
	background-color: #EFEFEF
}

.p-contact-form ::-webkit-input-placeholder {
	color: #888888
}

.p-contact-form ::-moz-placeholder {
	color: #888888
}

.p-contact-form :-ms-input-placeholder {
	color: #888888
}

.p-contact-form ::-ms-input-placeholder {
	color: #888888
}

.p-contact-form ::placeholder {
	color: #888888
}

.p-contact-form input,
.p-contact-form textarea {
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	outline: none;
	background: #fff;
	font-size: 1.6rem
}

.p-contact-form input[type="radio"],
.p-contact-form input[type="checkbox"] {
	display: none
}

.p-contact-form input[type="radio"]+span,
.p-contact-form input[type="checkbox"]+span {
	position: relative;
	cursor: pointer
}

.p-contact-form input[type="radio"]+span:before,
.p-contact-form input[type="radio"]+span:after,
.p-contact-form input[type="checkbox"]+span:before,
.p-contact-form input[type="checkbox"]+span:after {
	position: absolute;
	content: ''
}

.p-contact-form input[type="radio"]+span:before,
.p-contact-form input[type="checkbox"]+span:before {
	left: 0
}

.p-contact-form input[type="radio"]+span:after,
.p-contact-form input[type="checkbox"]+span:after {
	-webkit-transition: all .1s;
	z-index: 1;
	opacity: 0;
	transition: all .1s
}

.p-contact-form input[type="radio"]:checked+span,
.p-contact-form input[type="checkbox"]:checked+span {
	font-weight: bold
}

.p-contact-form input[type="radio"]:checked+span:after,
.p-contact-form input[type="checkbox"]:checked+span:after {
	opacity: 1
}

.p-contact-form input[type="radio"]+span {
	padding-left: 22px
}

.p-contact-form input[type="radio"]+span:before,
.p-contact-form input[type="radio"]+span:after {
	border-radius: 50%
}

.p-contact-form input[type="radio"]+span:before {
	-webkit-transform: translateY(-50%);
	top: 50%;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	border: 1px solid #333;
	background: #fff
}

.p-contact-form input[type="radio"]+span:after {
	-webkit-transform: translateY(-50%);
	top: 50%;
	left: 3px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	background: #AF0018
}

.p-contact-form input[type="checkbox"]+span {
	padding-left: 30px
}

.p-contact-form input[type="checkbox"]+span:before {
	top: -4px;
	width: 20px;
	height: 20px;
	border: 1px solid #808080;
	border-radius: 4px
}

@media screen and (max-width: 560px) {
	.p-contact-form input[type="checkbox"]+span:before {
		top: 1px
	}
}

.p-contact-form input[type="checkbox"]+span:after {
	-webkit-transform: rotate(-45deg);
	top: 0;
	left: 3px;
	width: 14px;
	height: 7px;
	transform: rotate(-45deg);
	border-bottom: 3px solid #AF0018;
	border-left: 3px solid #AF0018
}

@media screen and (max-width: 560px) {
	.p-contact-form input[type="checkbox"]+span:after {
		top: 4px
	}
}

.p-contact-form select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background-color: #fff
}

.p-contact-form .submit {
	width: 100%;
	max-width: 500px;
	height: 75px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #AF0018;
	color: #fff;
	font-size: 2.4rem;
	line-height: 59px;
	cursor: pointer
}

.p-contact-form .wpcf7-validation-errors {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #af0018;
	font-size: 12px
}

@media screen and (max-width: 560px) {
	.p-contact-form th {
		display: block;
		width: 100%;
		padding: 20px 60px 10px 15px;
		border-bottom: none
	}

	.p-contact-form th .require {
		top: 18px;
		right: 15px
	}

	.p-contact-form th .option {
		top: 18px;
		right: 15px
	}

	.p-contact-form td {
		display: block;
		width: 100%;
		padding: 0 15px 20px
	}
}

.page-contact .chk_pp_inner {
	word-wrap: break-word;
	height: 130px;
	margin-bottom: 40px;
	padding: 0 30px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	font-size: 1.4rem;
	overflow-wrap: break-word
}

.page-contact .chk_pp_inner::-webkit-scrollbar {
	-webkit-overflow-scrolling: touch;
	width: 8px;
	height: 10px
}

.page-contact .chk_pp_inner::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #efefef
}

.page-contact .chk_pp_inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ccc
}

.page-contact .chk_pp .error {
	text-align: center
}

.page-contact .sub-btn {
	-webkit-transition: all .1s;
	position: relative;
	max-width: 190px;
	margin: 40px auto;
	transition: all .1s
}

.page-contact .sub-btn input,
.page-contact .sub-btn a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 190px;
	margin: 0 auto;
	padding: 13px;
	border: 0;
	background: #01012c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer
}

.page-contact .sub-btn a {
	display: block;
	text-decoration: none
}

.page-contact .sub-btn:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: .1s;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(-45deg);
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	color: #fff;
	content: '';
	pointer-events: none;
	transition: .1s
}

.page-contact .sub-btn:hover {
	opacity: .7
}

.page-contact .sub-btn:hover:after {
	right: 15px
}

.page-contact .sub-btn-bk {
	margin: 0 auto;
	text-align: center
}

.page-contact .sub-btn-bk input {
	display: inline-block;
	width: auto;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #333;
	font-weight: bold;
	cursor: pointer
}

.page-contact .sub-btn-bk input:focus {
	background: none
}

.u-m-bottom0 {
	margin-bottom: 0px !important
}

.u-m-top0 {
	margin-top: 0px !important
}

.u-m-bottom10 {
	margin-bottom: 10px !important
}

.u-m-top10 {
	margin-top: 10px !important
}

.u-m-bottom20 {
	margin-bottom: 20px !important
}

.u-m-top20 {
	margin-top: 20px !important
}

.u-m-bottom30 {
	margin-bottom: 30px !important
}

.u-m-top30 {
	margin-top: 30px !important
}

.u-m-bottom40 {
	margin-bottom: 40px !important
}

.u-m-top40 {
	margin-top: 40px !important
}

.u-m-bottom50 {
	margin-bottom: 50px !important
}

.u-m-top50 {
	margin-top: 50px !important
}

.u-m-bottom60 {
	margin-bottom: 60px !important
}

.u-m-top60 {
	margin-top: 60px !important
}

.u-m-bottom70 {
	margin-bottom: 70px !important
}

.u-m-top70 {
	margin-top: 70px !important
}

.u-m-bottom80 {
	margin-bottom: 80px !important
}

.u-m-top80 {
	margin-top: 80px !important
}

.u-m-bottom90 {
	margin-bottom: 90px !important
}

.u-m-top90 {
	margin-top: 90px !important
}

.u-m-bottom100 {
	margin-bottom: 100px !important
}

.u-m-top100 {
	margin-top: 100px !important
}

.u-m-bottom110 {
	margin-bottom: 110px !important
}

.u-m-top110 {
	margin-top: 110px !important
}

.u-m-bottom120 {
	margin-bottom: 120px !important
}

.u-m-top120 {
	margin-top: 120px !important
}

.u-m-bottom130 {
	margin-bottom: 130px !important
}

.u-m-top130 {
	margin-top: 130px !important
}

.u-m-bottom140 {
	margin-bottom: 140px !important
}

.u-m-top140 {
	margin-top: 140px !important
}

.u-m-bottom150 {
	margin-bottom: 150px !important
}

.u-m-top150 {
	margin-top: 150px !important
}

.u-m-bottom160 {
	margin-bottom: 160px !important
}

.u-m-top160 {
	margin-top: 160px !important
}

.u-m-bottom170 {
	margin-bottom: 170px !important
}

.u-m-top170 {
	margin-top: 170px !important
}

.u-m-bottom180 {
	margin-bottom: 180px !important
}

.u-m-top180 {
	margin-top: 180px !important
}

.u-m-bottom190 {
	margin-bottom: 190px !important
}

.u-m-top190 {
	margin-top: 190px !important
}

.u-m-bottom200 {
	margin-bottom: 200px !important
}

.u-m-top200 {
	margin-top: 200px !important
}

.u-max-width--medium {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto
}

.u-max-width--small {
	max-width: 720px !important;
	margin-right: auto;
	margin-left: auto
}

.u-align--center {
	text-align: center
}

.u-align--right {
	text-align: right
}

.u-align--left {
	text-align: left
}

.u-color--red {
	color: #AF0018
}

.u-pc-none {
	display: none
}

@media screen and (max-width: 560px) {
	.u-pc-none {
		display: block
	}
}

.u-sp-none {
	display: block
}

@media screen and (max-width: 560px) {
	.u-sp-none {
		display: none
	}
}

.u-font-size--smaller {
	font-size: 1.1rem
}

.u-font-size--small {
	font-size: 1.2rem
}

.u-font-size--large {
	font-size: 1.8rem
}

.u-font-weight--bold {
	font-weight: bold
}

.u-font-weight--normal {
	font-weight: normal
}

/* ===============================
   ▼ イベント詳細ページのカスタム（2025/03/25）
================================== */
.tribe-events-single-event .tribe-events-single-event-title {
  font-size: 36px !important;
}
@media (max-width: 768px) {
  .tribe-events-single-event .tribe-events-single-event-title {
    font-size: 21px !important;
  }
}
.tribe-events-single-event-title {
  font-size: 36px !important;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif !important;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #111;
}

.tribe-events-schedule {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.tribe-events-cost,
.tribe-events-event-meta {
  font-size: 14px;
  color: #555;
}

/* ===============================
   ▼ イベント一覧カードデザイン（統一スタイル）
================================== */
.tribe-events-calendar-list__event {
  background-color: #EFEFEF;
  padding: 1.5em;
  border-radius: 8px;
  margin-bottom: 2em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif !important;
}

.tribe-events-calendar-list__event-title,
h1, h2, h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #AF0018;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif !important;
}

/* ===============================
   ▼ ボタン・リンク（ブランドカラー）
================================== */
.tribe-events a,
.tribe-events .tribe-events-button,
.tribe-events .tribe-events-c-nav__list-item a {
  color: #AF0018 !important;
  text-decoration: none;
  font-weight: 600;
}

.tribe-events a:hover,
.tribe-events .tribe-events-button:hover {
  background-color: #AF0018 !important;
  color: #fff !important;
}


/* ===============================
   ▼ イベント一覧：画像・テキスト配置
================================== */
.event-link {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
}
/* タイトル大きめに（統一感） */
.tribe-events-calendar-list__event-title {
  font-size: 20px;
  font-weight: bold;
  color: #AF0018;
}

/* 日付やメタ情報を少しだけ大きく */
.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-list__event-datetime time {
  font-size: 15px;
  color: #333;
}
.tribe-events-calendar-list__event-date-tag {
  display: none !important;
}

.event-thumbnail img {
  border-radius: 8px;
  width: 120px;
  height: auto;
  object-fit: cover;
}

.event-content .event-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.event-content .event-date {
  font-size: 14px;
  color: #666;
}

.event-link:hover .event-title {
  text-decoration: underline;
  color: #d40000;
}

/* ▼ イベントページ全体に適用（bodyではなくイベントスコープ内で制限） */
.tribe-events {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.tribe-events-calendar-list__event-description {
  display: none !important;
}
.tribe-events-c-search__input {
  border: 1px solid #AF0018;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 16px;
}

.tribe-events-c-search__button {
  background-color: #AF0018;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  border: none;
}

.tribe-events-c-nav__list-item a {
  color: #AF0018;
  font-weight: bold;
  padding: 4px 8px;
}


