@charset "utf-8";

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}



/* -----------------------------------------------------------------------------
* 1.0 Reset
* ----------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	color: #222;
	font-size: 16px;
	font-size: clamp(1.6rem, calc(1.6rem + 2 * ((100vw - 480px) / 720)), 1.8rem);
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	body {
	  font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #0071bc;
}

a:active,
a:hover {
	color: #29abe2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 400;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

h1 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
	font-size: clamp(2rem, calc(2rem + 4 * ((100vw - 600px) / 600)), 2.4rem);
	line-height: 1.4em;
	font-weight: 500;
}
h2 {
	font-size: 21px;
	/*font-size: 2.1rem;*/
	font-size: clamp(1.8rem, calc(1.8rem + 3 * ((100vw - 600px) / 600)), 2.1rem);
	line-height: 1.4em;
	font-weight: 500;
}
h3 {
	font-size: 20px;
	/*font-size: 2.0rem; */
	font-size: clamp(1.8rem, calc(1.8rem + 2 * ((100vw - 600px) / 600)), 2.0rem);
	line-height: 1.6em;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	font-size: 1.6rem;
}

p {
	margin-bottom: 20px;
}

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

/* selection color */
::selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}

::-moz-selection {
	background: #D1D3CD;
	color: #888;
	text-shadow: none;
}


/* link image alpha
----------------------------------------------------------------------------- */
#main a:hover img ,
#sidebar a:hover img,
#footer a:hover img {
	opacity: 0.70;
}



/* -----------------------------------------------------------------------------
* 2.0 form parts
* ----------------------------------------------------------------------------- */
input,
select,
textarea,
button {
	color: #333;
	line-height: 1.6;
}

input,
select,
button {
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.1em 0.3em;
}

textarea {
	padding:0.3em 0.5em;
	line-height: 1.4;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 2px #2197c6;;
	border: 1px solid #2197c6!important;
	outline: none;
}

select {
	color: #333;
	width: auto;
	height: 30px;
	padding: 0 35px 0 5px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff url(./image/select_arrow.jpg) no-repeat right;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
select {
	margin: 0 5px 5px 0;
}

textarea {
	margin: 0 0 5px 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top:-1px;
}

form p {
	display: inline-block;
}

.site-contents form p {
	padding: 0;
	margin-bottom: 0;
}


/* Button Base
----------------------------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
	font-size: clamp(1.8rem, calc(1.8rem + 2 * ((100vw - 600px) / 600)), 2.0rem);
	border-radius: 3px;
	padding: 16px 20px 14px;
	margin: 0 5px 5px 5px;
	text-transform: none;
	vertical-align: middle;
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	border: 1px solid #ddd;
	background: #e4027f;
}

.button.button-green {
	background: #006934;
}


.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #555;
	border: 1px solid #eee;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 0 0 rgba(255,255,255,1), 0 1px 0 rgba(255,255,255,1), -1px 0 0 rgba(255,255,255,1), 0 -1px 0 rgba(255,255,255,1);
background: #e2e2e2;
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #eee;
}

/* button Align-center */
.site-contents .button-center,
form .button-center {
	text-align: center;
	width: 100%;
}

button.slick-prev,
button.slick-next {
	text-shadow: 1px 0 0 rgba(255,255,255,0.8), 0 1px 0 rgba(255,255,255,0.8), -1px 0 0 rgba(255,255,255,0.8), 0 -1px 0 rgba(255,255,255,0.8);
	border: none;
	box-shadow: none;
	margin: 0;
}



/* -----------------------------------------------------------------------------
* 3.0 Basic Structure
* ----------------------------------------------------------------------------- */
.site {
	width: 100%;
	position: relative;
}

.site-main {
	background-color: transparent;
	width: 100%;
	position: relative;
	margin: 0 auto;
}


/* contents
----------------------------------------------------------------------------- */
.site-contents {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 20px;
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
}

/* site-contents outer background */
.site-contents-bg {
	background-color: #f8f8f8;
	padding: 30px 10px 0;
	overflow: hidden;
}

.site-contents-bg-inner {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* -----------------------------------------------------------------------------
* 4.0 Base element
* ----------------------------------------------------------------------------- */
/* title
----------------------------------------------------------------------------- */
/* site-contents h1 */
.site-contents h1 {
	color: #333;
	font-family: 'Zen Maru Gothic', sans-serif;
	padding: 0.8em 10px;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 2px solid rgba(221,74,120,1);
}

/* site-contents h2 */
.site-contents h2 {
	color: #333;
	padding: 0.5em 0.2em;
	margin-bottom: 20px;
	border-bottom: 2px solid #6fc5c9;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.site-contents h2.h2-icon:before {
	content: "\e836";
	font-family: 'Material Symbols Outlined';
	vertical-align: middle;
	position: relative;
	top: -2px;
	color: rgba(221,74,120,1);
	margin-right: 0.2em;
	display: inline-block;
	background: linear-gradient(90deg, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* site-contents h3 */
.site-contents h3 {
	color: #333;
	font-family: 'Zen Maru Gothic', sans-serif;
	padding:0;
	display: inline-block;
	margin:0 10px 1em;
}


/* site-contents h4 */
.site-contents h4 {
	margin-bottom:1em;
	border: 1px solid #eea4bb;
	border-radius: 5px;
	display: inline-block;
	padding: 0.8em 1em;
}

/* site-contents p */
.site-contents p {
	padding:0 10px;
	margin-bottom:1em;
}

@media all and (max-width: 767px) {
	.site-contents h3 {
		margin:0 0 1em;
	}

	.site-contents h4,
	.site-contents p {
		padding: 0.4em 0.5em;
	}
}


/* block__heading
----------------------------------------------------------------- */
.block__heading {
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.4em;
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 60px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	padding: 16px 10px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* block__heading-border
----------------------------------------------------------------- */
.block__heading-border {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 60px;
	position: relative;

	padding: 16px 10px;
	color: #333;
}

.block__heading-border span {
	font-size: 1.4em;
	color: #e4007f;
}

.block__heading-border::after {
	content: "";
	background: rgb(251,194,235);
	background: linear-gradient(90deg, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* sub-title
----------------------------------------------------------------- */
.sub-title {
	width: 100%;
	margin: 0 auto 20px;
	background-color: #fff;
}

.sub-title h1 {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	padding: 16px 30px;
	background-color: rgba(221,74,120,0.4);
	display: inline-block;
	color: #fff;
	line-height: 1em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

@media all and (min-width: 768px) {
	.sub-title h1 {
		padding: 20px 60px;
	}
}



/* -----------------------------------------------------------------------------
* 5.0 Object
* ----------------------------------------------------------------------------- */
/* self-unit
----------------------------------------------------------------- */
hr {
	clear:both;
}

.clear {
	clear:both;
}

.color-magenta {
	color:#CC0041;
}

.color-red {
	color:#ff0000;
}

.color-glay {
	color:#aaa;
}


.underline {
	border-bottom: 1px solid #ccc;
}

.img-radius {
	border-radius:5px;
}
.img-radius-circle {
	border-radius:50%;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.i-block {
	display: inline-block;
}

.anchor {
	margin-top:-100px !important;
	padding-top:100px !important;
}

@media all and (max-width: 29.99em) {
	.sp-br {
		display: none;
	}
}


/* margin-bottom
----------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0px!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}


/* --------------- input size
----------------------------------------------------------------- */
input.fw2em {
	width: 2em;
	max-width: 2em;
}
input.fw3em {
	width: 3em;
	max-width: 3em;
}
input.fw4em {
	width: 4em;
	max-width: 4em;
}
input.fw5em {
	width: 5em;
	max-width: 5em;
}
input.fw6em {
	width: 6em;
	max-width: 6em;
}
input.fw7em {
	width: 7em;
	max-width: 7em;
}
input.fw8em {
	width: 8em;
	max-width: 8em;
}
input.fw9em {
	width: 9em;
	max-width: 9em;
}
input.fw10em {
	width: 10em;
	max-width: 10em;
}
input.fw11em {
	width: 11em;
	max-width: 11em;
}
input.fw12em {
	width: 12em;
	max-width: 12em;
}
input.fw13em {
	width: 13em;
	max-width: 13em;
}
input.fw14em {
	width: 14em;
	max-width: 14em;
}
input.fw15em {
	width: 15em;
	max-width: 15em;
}
input.fw16em {
	width: 16em;
	max-width: 16em;
}
input.fw17em {
	width: 17em;
	max-width: 17em;
}
input.fw18em {
	width: 18em;
	max-width: 18em;
}
input.fw19em {
	width: 19em;
	max-width: 19em;
}
input.fw20em {
	width: 20em;
	max-width: 20em;
}
input.fw21em {
	width: 21em;
	max-width: 21em;
}
input.fw22em {
	width: 22em;
	max-width: 22em;
}
input.fw23em {
	width: 23em;
	max-width: 23em;
}
input.fw24em {
	width: 24em;
	max-width: 24em;
}
input.fw25em {
	width: 25em;
	max-width: 25em;
}
input.fw26em {
	width: 26em;
	max-width: 26em;
}

@media all and (max-width: 29.99em) {
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"] {
		width: 100%;
	}
}


/* label
----------------------------------------------------------------- */
label {
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	padding:0.1em 0.3em;
	margin: 0 5px 5px 0;
}

form label.radio,
form label.checkbox {
	margin: 0 5px 5px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

label.title-label {
	background: rgba(135,143,153,0.1);
	color:#333;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-width: 3em;
	text-align: center;
}


/* table th・tdサイズ
----------------------------------------------------------------- */
.tw4em,
.scroll-table table th.tw4em,
.scroll-table table td.tw4em {
	width: 4em;
}
.tw5em,
.scroll-table table th.tw5em,
.scroll-table table td.tw5em {
	width: 5em;
}
.tw6em,
.scroll-table table th.tw6em,
.scroll-table table td.tw6em {
	width: 6em;
}
.tw7em,
.scroll-table table th.tw7em,
.scroll-table table td.tw7em {
	width: 7em;
}
.tw8em,
.scroll-table table th.tw8em,
.scroll-table table td.tw8em {
	width: 8em;
}
.tw9em,
.scroll-table table th.tw9em,
.scroll-table table td.tw9em {
	width: 9em;
}
.tw10em,
.scroll-table table th.tw10em,
.scroll-table table td.tw10em {
	width: 10em;
}
.tw11em,
.scroll-table table th.tw11em,
.scroll-table table td.tw11em {
	width: 11em;
}
.tw12em,
.scroll-table table th.tw12em,
.scroll-table table td.tw12em {
	width: 12em;
}
.tw13em,
.scroll-table table th.tw13em,
.scroll-table table td.tw13em {
	width: 13em;
}
.tw14em,
.scroll-table table th.tw14em,
.scroll-table table td.tw14em {
	width: 14em;
}
.tw15em,
.scroll-table table th.tw15em,
.scroll-table table td.tw15em {
	width: 15em;
}
.tw16em,
.scroll-table table th.tw16em,
.scroll-table table td.tw16em {
	width: 16em;
}
.tw17em,
.scroll-table table th.tw17em,
.scroll-table table td.tw17em {
	width: 17em;
}
.tw18em,
.scroll-table table th.tw18em,
.scroll-table table td.tw18em {
	width: 18em;
}

@media all and (max-width: 29.99em) {
	.tw4em,
	.tw5em,
	.tw6em,
	.tw7em,
	.tw8em,
	.tw9em,
	.tw10em,
	.tw11em,
	.tw12em,
	.tw13em,
	.tw14em,
	.tw15em,
	.tw16em,
	.tw17em,
	.tw18em {
		width: auto;
	}
}


/* ul
----------------------------------------------------------------- */
.site-contents ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.site-contents ul li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 10px 20px;
	position: relative;
}

.site-contents ul li::before {
	content: "\e5df";
	position: absolute;
	top:16px;
	left: 0;
	font-size: 1em;
	line-height: 1;
	font-family: 'Material Symbols Outlined';
	vertical-align:middle;
	color: #c24d6c;
	margin-right: 5px;
}

.site-contents ul li.li-title {
	border-bottom:1px solid #ccc;
	background: #f3f3f2;
}

@media all and (min-width: 768px) {
	.site-contents ul {
		padding: 0 10px;
	}
}


/* テーブル
----------------------------------------------------------------------------- */
/* Reset */
table {
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table th,
table td {
	border:none;
}


table {
	width: 100%;
	padding:	0;
	border-collapse: separate;
	border-spacing: 20px;
	margin:0 auto 20px;
	background: #fff;
	border-radius: 5px;
}

table th,
table td {
	padding: 10px;
	line-height: 1.6;
	text-align: left;
	vertical-align:middle;
}

table th {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

table th:before {
	content: "\e5e1";
		font-size: 0.8em;
		line-height: 1;
		font-family: 'Material Symbols Outlined';
	vertical-align:middle;
	position: relative;
	top: -1px;
	color: #888;
	margin-right: 5px;
}

table td {
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #ccc;
}


/* SP テーブル
----------------------------------------------------------------- */
@media all and (max-width: 767px) {
	table {
		border-spacing: 5px 10px;
	}

	table.sp-table th,
	table.sp-table td {
		width: 100%;
		display:	block;
		box-sizing: border-box;
		overflow: hidden;
	}

	.site-contents table.sp-table th,
	.site-contents table.sp-table td {
		width: 100%;
	}

	table.sp-table th {
		max-width: 100%;
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:0px solid #ccc;
		border-left:0px solid #ccc;
		background: #f8f8f8;
	}

	table.sp-table td {
		border-top:0px solid #ccc;
		border-right:0px solid #ccc;
		border-bottom:1px solid #ccc;
		border-left:0px solid #ccc;
	}

	/*table.sp-table tr:last-child td:last-child {
		border-bottom:0px solid #ccc;
	}*/
}


/* スクロールテーブル
----------------------------------------------------------------- */
.scroll-table {
	width: 100%;
	overflow-x:hidden;
	margin: 0 auto 20px;
}

@media all and (max-width: 999px) {
	.scroll-table {
		overflow-x:scroll;
	}
	.scroll-table::-webkit-scrollbar {
		height: 10px;
	}
	.scroll-table::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 5px;
	}
	.scroll-table::-webkit-scrollbar-track-piece:start {
		background: #efefef;
	}
	.scroll-table::-webkit-scrollbar-track-piece:end {
		background: #fff;
	}
}

.scroll-table table {
	width: 960px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 1px solid #ccc;
	margin-bottom:0px;
}

.scroll-table table th,
.scroll-table table td {
	width: auto;
	display:table-cell;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.scroll-table table th {
	background: rgba(114, 206, 164, 0.3);
}

.scroll-table table th:before {
	color: rgba(91, 198, 149, 1);
}

.scroll-table table tr:nth-child(even) td {
	background: rgba(114, 206, 164, 0.1);
}


/* table内の要素
----------------------------------------------------------------- */
/* table ul */
table td ul {
	margin: 0;
	padding: 0;
}
table td ul li:last-child {
	border-bottom: none;
}

/* table p */
.site-contents table p {
	margin: 3px 5px 3px 0;
	padding: 0;
}


/* table内の要素 個別class
----------------------------------------------------------------- */
table.bg-even tr:nth-child(even) td {
	background: #f3f3f3;
}



/* -----------------------------------------------------------------------------
* 6.0 Header
* ----------------------------------------------------------------------------- */
/* site-header
----------------------------------------------------------------------------- */
#site-header {
	background-color: transparent;
	position: relative;
	margin-bottom: 20px;
}

.top-page #site-header {
	margin-bottom: 0;
}


/* header-image (main image)
----------------------------------------------------------------- */
.header-bg {
	width: 100%;
	padding-top: 0;
	background: url(./image/headerimg_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

	.content-page .header-bg {
		height: auto;
		min-height: 0;
		background-image: none;
	}

.header-bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 22%;
	background: url(./image/bg_tl_y.png), url(./image/bg_tr_b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top, right top;

}

@media all and (min-width: 900px) {
		.header-bg {
			height: 100vh;
			min-height: 1200px;
		}

	.header-bg::before {
		padding-top: 15%;
	}
}

.header-titel {
	width: 100%;
	position: relative;
	padding: 40px 10px 0;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
}

		.content-page .header-titel img {
			max-width: 360px;
		}

			/*.header-titel .pc-image{
				display: none;
			}
			@media all and (min-width: 680px) {
				.header-titel .sp-image{
					display: none;
				}
				.header-titel .pc-image{
					display: inline-block;
				}
			}*/

.header-image {
	width: 100%;
	position: relative;
	padding: 20px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media all and (min-width: 768px) {
	.header-titel {
		padding: 80px 10px 20px;
	}
}


/* mane menu
----------------------------------------------------------------------------- */
.header-menu-box {
	transition: all 0.3s;
	background: rgba(255,255,255,0.8);
	width: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	text-align: center;
	padding: 15px 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-menu-inner {
	max-width: 1200px;
	margin: 0 auto;
}

ul.header-menu {
	list-style: none;
	background: transparent;
	padding: 0;
	margin: 0;
	display: block;
}

ul.header-menu li {
	display: inline-block;
	color: #222;
	padding: 0px 15px 0px 15px;
	line-height: 28px;
	border-right: 1px solid rgba(0,0,0,0.1);
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif;
}

ul.header-menu li:last-child {
	border-right: 0px solid #ccc;
}

ul.header-menu li a {
	color:#222;
}

ul.header-menu li a:hover {
	color:rgba(0,0,0,0.5);
}

@media all and (max-width: 767px) {
	.header-menu-box {
		height: auto;
		padding: 0;
		background-color: transparent;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.header-menu-inner {
		background:rgba(255,255,255,1);
		transition: all 0.5s;
		overflow: hidden;
		padding: 0;
		margin-top:0;
		opacity: 0;
		height: 0;
	}

	.toggle-on .header-menu-inner {
		opacity: 1;
		height: auto;
	}

	ul.header-menu li {
		display: block;
		padding: 0;
		border-right:0px solid #ccc;
		border-bottom:1px dotted #ccc;
		text-shadow: none;
	}

	ul.header-menu li:last-child {
		border-bottom:0px dotted #ccc;
	}

	ul.header-menu li a {
		display:block;
		color:#333;
		padding:0 30px;
		line-height:3em;
	}
	ul.header-menu li a:hover {
		background-color: #f8f8f8;
	}

	ul.header-menu li a:before {
		content: "\e5df";
		font-size: 1em;
		line-height: 1;
		font-family: 'Material Symbols Outlined';
		vertical-align:middle;
		position: relative;
		top: -1px;
		color: #c24d6c;
		margin-right: 5px;
	}
}

/* menutoggle */
.header-menutoggle {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top:5px;
	right:5px;
	z-index: 999;
background: rgb(2,0,36);
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.toggle-on .header-menutoggle {
	background: #15116f;
}

.header-menutoggle i {
	color:#fff;
	line-height: 40px;
	text-align: center;
}

span.icons-close,
span.icons-open {
	color: #fff;
	line-height: 40px;
}

span.icons-close {
	display: none;
}

.toggle-on span.icons-close {
	display: inline-block;
}

.toggle-on span.icons-open {
	display: none;
}

@media all and (min-width: 768px) {
	.header-menutoggle {
		display: none;
	}
}

/* icon pc&sp */
ul.header-menu li.home a:before {
		content: "\e88a";
		font-size: 1.5em;
		font-family: 'Material Symbols Outlined';
		vertical-align:middle;
		position: relative;
		top: -2px;
		color: #15116f;
		margin-right: 5px;
}
ul.header-menu li.contact a:before {
		content: "\e158";
		font-size: 1.5em;
		font-family: 'Material Symbols Outlined';
		vertical-align:middle;
		position: relative;
		top: -1px;
		color: #15116f;
		margin-right: 5px;
}



/* -----------------------------------------------------------------------------
* 7.0 Footer
* ----------------------------------------------------------------------------- */
.site-footer {
	position: relative;
}
.site-footer::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 18%;
	background: url(./image/bg_bl_b.png), url(./image/bg_br_y.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	z-index: -1;
}


/* footer-menu */
.footer-menu {
	text-align: center;
	border-top : 1px solid #ccc;
	margin-bottom: 10px;
}

.footer-menu ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.footer-menu ul li a {
	color:#222;
	padding: 10px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}

.footer-menu ul li a:hover {
	background-color: #f8f8f8;
	color:#888;
}

@media all and (min-width: 768px) {
	.footer-menu ul li {
		display: inline-block;
		padding: 0 5px;
	}

	.footer-menu ul li a {
		width: auto;
	}
}

/* footer-contents */
.footer-contents-bg {
	background-color: transparent;
}

.footer-contact {
	text-align: center;
	padding: 40px 20px;
}

.footer-contact-inner {
	display: inline-block;
	text-align: center;
}

.footer-contact-inner p.footer-title {
	font-size: 24px;
	font-size: clamp(2rem, calc(2rem + 4 * ((100vw - 600px) / 600)), 2.4rem);
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}

.telephone {
	font-size: 26px;
	font-size: 2.6rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	color: #333;
	line-height: 1em;
	text-shadow:
 1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,
0px 1px 0 #FFF,  0 -1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
margin-bottom: 10px;
}

.telephone span {
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 5px;
	vertical-align: middle;
}

@media all and (min-width: 480px) {
	.telephone {
		font-size: 40px;
		font-size: 4rem;
	}

	.telephone span {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

/* コピーライト */
.site-info {
	background-color: rgba(255,255,255,0.5);
	font-size: 12px;
	height: 100px;
	color: #726e65;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

/* ページトップアンカー */
#pageTop {
background: rgb(2,0,36);
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: 5px;
	z-index: 999;
	text-align: center;
	cursor: pointer;
}

#pageTop:hover,
#pageTop:active {
	background: #15116f;
}

#pageTop:before {
	content: "\e900";
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	font-family: 'icomoon';
	color: #fff;
}



/* -----------------------------------------------------------------------------
* 8.0 Page Contents
* ----------------------------------------------------------------------------- */
/* 主催 */
.syusai-banner {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	align-items: center;
}
.site-contents .syusai-banner p {
	margin-bottom: 0;
	padding: 0 0.5em 0 0;
}


/* first__promotion
----------------------------------------------------------------- */
/*.first__promotion {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.first__promotion .site-contents {
	padding: 0;
	margin-bottom: 0;
}

.site-contents .first__promotion-inner {
	background-color: rgba(255,255,255,0.85);
	padding: 40px 20px;
	box-sizing: border-box;
}
*/
/*first__promotion-flex img*/
/*.first__promotion-flex img {
	width: 100%;
	height: auto;
}


@media all and (min-width: 480px) {
	.first__promotion {
		background: url(./image/first_promotion_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right center;
	}
}

@media all and (min-width: 768px) {
	.first__promotion {
		background-size: contain;
		margin: 0px auto 40px;
	}

	.site-contents .first__promotion-inner {
		margin-top: 100px;
		margin-bottom: 100px;
		width: 75%;
		border-radius: 5px;
	}
*/
	/*first__promotion-flex img*/
	/*.first__promotion-flex {
		display: flex;
	}

	.first__promotion-flex-left {
		width: 50%;
	}

	.first__promotion-flex-right {
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
	}*/
/*}*/


/* contents
----------------------------------------------------------------- */
/* service  */
/*.flex-service {
	margin-bottom: 40px;
}

.flex-service-img {
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

@media all and (min-width: 768px) {
	.flex-service {
		display: flex;
		align-items: center;
	}

	.flex-service-img {
		width: 30%;
	}

	.flex-service-text {
		width: 70%;
		padding: 10px;
	}
}
@media all and (max-width: 29.99em) {
	.flex-service-img img {
		max-width: 200px;
	}

}

.conditions-title h2 {
	display: inline-block;
}

.conditions-text {
	margin-bottom: 60px;
}

@media all and (min-width: 768px) {
	.conditions-text {
		margin-left: 20%
	}
}*/


/* company
----------------------------------------------------------------- */
/* company-map  */
.company-map {
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}

.company-map p {
	margin-bottom: 0!important;
	font-size: 0.8em;
	padding: 10px;
}



/* -----------------------------------------------------------------------------
* 9.0 Plugin & Other
* ----------------------------------------------------------------------------- */
/* Google map
----------------------------------------------------------------- */
.google-map {
	position: relative;
	padding-bottom: 50%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.google-map iframe,
.ggoogle-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* youtube
----------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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


/* jquery.inview
----------------------------------------------------------------- */
@media all and (min-width: 768px) {
	.site-contents {
		opacity: 0.0;
		transition: all 0.3s;
	}

	.site-contents.fadeindown {
		opacity: 1.0;
		transition: all 0.8s linear 0.2s;
	}
}

body.contact .site-contents {
	opacity: 1.0!important;
}


/* loader
--------------------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
	z-index: 9998;
}

#loader {
	display: none;
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
}

#loader img.loader-bar {
	animation: loader 3s ease 0s infinite normal;
	opacity: 0.8;
}

#loader img.loader-logo {
	width: 25%;
	max-width: 400px;
	min-width: 300px;
}

@keyframes loader {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}



/* -----------------------------------------------------------------------------
* 10.0 Print
* ----------------------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #222;
		width: 100%;
		margin: 0 auto;
		font-size: 8pt;
	}

	input,
	select,
	textarea,
	button {
		font-size: 8pt;
	}

	.site-contents h1 {
		font-size: 12pt;
	}
	.site-contents h2 {
		font-size: 12pt;
	}
	.site-contents h3 {
		font-size: 11pt;
	}
	.site-contents h4 {
		font-size: 11pt;
	}

	.logo {
		font-size: 14pt;
	}

	#menutoggle,
	#header-menu,
	#pageTop {
		display:none!important;
	}

	.site-info {
		font-size:8pt;
		line-height:35px;
		color: #222;
		text-align:center;
	}

	.site-contents {
		opacity: 1;
	}

/* original */
.site-contents h2.h2-icon:before {
	background: transparent;
}
.header-bg {
	height: 500px;
	background-position: left bottom;
}
.site-contents .first__promotion-inner {
	margin-top: 5%;
	margin-bottom: 5%;
}
}



/**
 * 202305
 * -----------------------------------------------------------------------------
/* body background */
@media all and (min-width: 1200px) {
	body::before {
		content: "";
		width: 10%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-image: url(./image/bg_lt_b.png), url(./image/bg_lb_y.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left top, left bottom;
		z-index: 2;
	}

	body::after {
		content: "";
		width: 10%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		background-image: url(./image/bg_rb_b.png), url(./image/bg_rt_y.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right bottom, right top;
		z-index: 2;
	}
}

.site-contents.organizer {
	padding-top: 20px;
}
.site-contents.organizer p {
	font-size: 21px;
	font-size: clamp(1.6rem, calc(1.6rem + 5 * ((100vw - 600px) / 600)), 2.1rem);
	line-height: 1.4em;
	font-weight: 500;
}

.event01-bg {
	background-color: #15116f;
	line-height: 0;
}

.event02 {
	max-width: 1600px;
	margin: 0 auto;
}
.event02-explanation {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (min-width: 800px) {
	.event02-explanation {
		display: flex;
		justify-content: center;
	}
	.event02-explanation img {
		width: 50%;
		height: auto;
	}
}


.event03 {
	position: relative;
	text-align: center;
	border: 2px solid #e4007f;
	border-radius: 5px;
	padding: 20px 10px;
	background-color: #fffde5;
}
.event03 p {
	text-align: left;
}
@media all and (min-width: 768px) {
	.event03 {
		padding: 20px 20px 0 10px;
	}
	.event03 p {
		padding-right: 260px;
	}
	.event03 img {
		position: absolute;
		top:30px;
		right: 20px;
	}
}



.event-info {
	border: 3px solid #6fc5c9;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin-bottom: 20px;
}
.event-info::before {
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 2px dotted #6fc5c9;
	border-radius: 5px;
	z-index: -1;
	position: absolute;
	top: 5px;
	left: 5px;
}

.site-contents .event-info h2 {
	padding-left: 60px;
	padding-right: 10px;
	position: relative;
}
.site-contents .event-info h2 img.event-info-title-icon {
	position: absolute;
	top: -20px;
	left: -22px;
}

.event-info-contents {
	padding: 0 10px 10px;
	text-align: center;
}

.event-info-contents p,
.event-info-contents h3 {
	text-align: left;
}


@media all and (min-width: 768px) {
	.event-info-flex {
		display: flex;
	}
	.event-info-flex .flex-text {
		width: 60%;
	}
	.event-info-flex .flex-img {
		width: 40%;
	}

	.event-info-half {
		display: flex;
		gap: 10px;
	}

}

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


/**
 * 20230614
 * -----------------------------------------------------------------------------
*/
/* button
--------------------------------------------------------------*/
.button {
	position: relative;
	display: inline-block;
	color: #fff!important;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	z-index: 0;
	font-weight: 600;
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	min-width: 230px;
}

.button:hover {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.button::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	background: #bbb;
}

.button:hover::after,
.button:focus::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/* link-pdf */
.button.link-pdf {
	border: 2px solid #e4027f;
	background: #bbb;
	min-width: 300px;
	box-sizing: border-box;
}
.button.link-pdf::after {
	background: #e4027f;
}
.button.link-pdf span {
	color: #e4027f;
	font-size: 2em;
	vertical-align: middle;
	margin-right: 5px;
	text-shadow: none;
}
.button.link-pdf:hover span {
	color: rgba(255,255,255,0.5);
}



/* top entry button
--------------------------------------------------------------*/
.top-entry {
	text-align: center;
	padding: 40px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fffbb6;
}

.top-entry a.button {
	padding: 16px 1.5em 14px;
	font-size: clamp(2.6rem, calc(2.6rem + 8 * ((100vw - 600px) / 600)), 3.4rem);
}

.top-entry a.button span {
	color: #fff100;
}

.top-entry a::before {
	content: "\e5e1";
		font-size: 0.8em;
		line-height: 1;
		font-family: 'Material Symbols Outlined';
	color: #fff100;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 5px;
}

/* sp menu entry
--------------------------------------------------------------*/
.sp-menu-entry {
	display: block;
	padding: 20px 0;
}

.sp-menu-entry a.button span {
	color: #fff100;
}

.sp-menu-entry a::before {
	content: "\e5e1";
		font-size: 0.8em;
		line-height: 1;
		font-family: 'Material Symbols Outlined';
	color: #fff100;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 5px;
}

@media all and (min-width: 768px) {
	.sp-menu-entry {
		display: none;
	}
}


/* header entry
--------------------------------------------------------------*/
.header-entry {
	position: absolute;
	z-index: 997;
	top: 54px;
	right: 0px;
	max-width: 200px;
}

.header-entry a {
	display: inline-block;
}

.header-entry a:hover img {
	opacity: 0.7;
}

.header-entry-button {
	width: 69%;
	float: right;
	background-color: #fff;
	line-height: 0;
}
.header-entry-qr {
	width: 29%;
	float: left;
}


@media all and (min-width: 580px) {
	.header-entry {
		max-width: 260px;
	}
}

@media all and (min-width: 768px) {
	.header-entry {
		top: 80px;
		right: 10px;
		max-width: 200px;
	}

	.header-entry-button {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	.header-entry-qr {
		width: 50%;
		float: none;
		margin: 0 0 0 auto;
	}
}

@media all and (min-width: 920px) {
	.header-entry {
		max-width: 260px;
	}
}

/*header-entry.entry-fixed*/
@media all and (min-width: 768px) {
	.header-entry.entry-fixed {
		position: fixed;
		z-index: 999;
		top: 0px;
		right: 10px;
		max-width: 150px;
	}
	.header-entry.entry-fixed .header-entry-qr {
		display: none;
	}
}


/*first-view-button*/
.first-view-button {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 100;
	background: rgba(23,42,136,1);
	text-align: center;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	transition: all 1s;
}

.first-view-button img {
	width: auto;
	height: 80px;
}
.first-view-button img:hover {
	opacity: 0.75;
}
.first-view-button.first-view-button-blank {
	bottom: -110px;
}

@media all and (min-width: 768px) {
	.first-view-button {
		height: 130px;
	}
	.first-view-button img {
		width: auto;
		height: 100px;
	}
	.first-view-button.first-view-button-blank {
		bottom: -130px;
	}
}


.header-entry {
	display: none;
}
@media all and (min-width: 768px) {
	.header-entry.entry-fixed {
		display: block;
	}
}


/**
 * 20230808
 * -----------------------------------------------------------------------------
*/
/* seminar
--------------------------------------------------------------*/
.seminar-wrap.site-contents h1 {
	color: #00b9e7;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: none;
	letter-spacing: normal;
	font-weight: 700;
}
.site-contents.seminar-wrap h1 span {
	font-size: 3em;
}

.seminar-wrap.site-contents h2 {
	color: #14126f;
	padding: 0 0.5em;
	margin-bottom: 0.5em;
	border-bottom: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.seminar-wrap.site-contents h2.color-orange {
	color: #f08300!important;
}

.seminar-wrap.site-contents h3 {
	padding: 0 0.5em;
	margin: 0 0 0.5em;
}

.seminar-wrap.site-contents h4 {
	margin-bottom: 0.5em;
	border: none;
	border-radius: 20px;
	display: inline-block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #e4007f;
}

.seminar-wrap.site-contents p {
	margin-bottom: 0.5em;
	padding: 0 0.5em;
}


/* seminar-time */
.seminar-time {
	color: #00b9e7;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	box-sizing: border-box;
}

.seminar-special .seminar-time {
	color: #333;
	font-size: 1.2em;
	padding: 0 0.5em;
}


/* flex */
.seminar-time br {
	display: none;
}

.seminar-img {
	text-align: center;
}

.seminar-img-full {
	text-align: center;
}
.seminar-img-full p {
	text-align: left;
}

.seminar-text p span,
.seminar-img-full.flex .seminar-img-unit p span {
	font-weight: 600;
	color: #e4007f;
	padding-right: 10px;
}
.seminar-text p br,
.seminar-img-full.flex .seminar-img-unit p br {
	display: none;
}
.seminar-img-full.flex .seminar-img-unit p img {
	vertical-align: middle;
}

@media all and (min-width: 768px) {
	.seminar {
		display: flex;
		flex-wrap: wrap;
	}

	.seminar-time {
		width: 140px;
	}
	.seminar-time br {
		display: inline;
	}

	.seminar-contents {
		width: calc(100% - 140px);
	}

	.seminar-contents.flex {
		display: flex;
	}
	.flex .seminar-img {
		width: 40%;
		box-sizing: border-box;
	}
	.flex .seminar-text {
		width: 60%;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.seminar-img-full {
		width: 100%;
	}

	.seminar-img-full.flex {
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	.seminar-img-full.flex .seminar-img-unit {
		width: 33.333%;
	}

	.seminar-text p br,
	.seminar-img-full.flex .seminar-img-unit p br {
		display: inline;
	}

	.seminar-wrap.site-contents hr {
		width: 100%;
	}

}


/*seminar-special*/
.seminar-special {
	border-radius: 5px;
	border: 3px solid #ecf4d9;
	padding: 0.5em;
}

.seminar-special-inner {
	width: 100%;
	background-color: #fffcdb;
	padding-bottom: 0.5em;
	box-sizing: border-box;
}

		.seminar-special-inner .flex .seminar-img {
			padding: 0 0.5em;
		}
		.seminar-special-inner .seminar-img-full.flex {
			padding: 0 0.5em;
		}

.seminar-special-title {
	width: 100%;
	box-sizing: border-box;
	background-color: #6fba2c;
	border-radius: 5px;
	padding: 0.5em;
	margin-bottom: 1em;
}
.site-contents .seminar-special-title h2 {
	color: #fff33f;
	margin-bottom: 0;
}
.site-contents .seminar-special-title p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
}

.seminar-iw {
	text-align: center;
}
.seminar-iw a {
	display: inline-block;
}

@media all and (min-width: 768px) {
.seminar-iw {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 10px;
}
.seminar-iw a {
	width: calc(50% - 5px);
}
}




.eventphoto {
	overflow: hidden;
	line-height: 1;
}
.eventphoto div {
	width: 50%;
	padding: 2px 3px;
	box-sizing: border-box;
	float: left;
}
@media all and (min-width: 768px) {
	.eventphoto div {
		width: 33.33%;
	}
}