@charset "UTF-8";

/*================================================
 *  CSSリセット

 ================================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

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

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/

/* よく使う色などを設定 */
:root {
	--color-background: #F7F7F7;
	--color-grayborder: #808080;
	--color-text: #202020;
	--color-dark: #205d83;
	--color-hover: #87cefa;
	--color-pale: #d3eeff;
	--color-strong: #bc2600;
	--color-whitetext: #FFFFFF;
	--color-accent: #ff9900;
	--width-pc: 980px;
}

body {
	font-size: 14px;
	color: var(--color-text);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: var(--color-background)
}

/* 上に書かれるものは大体この class に入る */
.inner {
	position: relative;
	width: var(--width-pc);
	height: 120px;
	margin: 0 auto;
	text-align: center;
}

.inner img {
	filter: drop-shadow(5px 5px 1px rgba(255, 255, 255, 1));
	display: block;
	height: 120px;
	margin: 0 auto;
}

.inner a{
    display: inline-block;
}

#contents {
	/* overflow: hidden; */
	clear: both;
	width: var(--width-pc);
	margin: 0 auto;
}

a {
	color: var(--color-text);
	text-decoration: underline;
}

a:hover {
	color: var(--color-text);
	text-decoration: none;
}

h1{
	text-align: center;
	padding: 2em 0 1em 0;
	font-size: 32px;
	position: relative;
	color: var(--color-dark);
}

h2 {
	margin-bottom: 12px;
	padding: 10px 0;
	font-size: 24px;
	position: relative;
	padding-left: 0.5em;
	color: var(--color-dark);
	border-bottom: 2px solid var(--color-dark);
}

h3 {
	height: 30px;
	margin-bottom: 5px;
	padding: 2px 2px 0 1.5em;
	position: relative;
	background: var(--color-pale);
	font-size: 20px;
	border-radius: 15px;
}

h3:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	color: var(--color-background);
	font-weight: 900;
	font-size: 1.1em;
	position: absolute;
	left: 4px;
	top: 1.5px;
}

h4 {
	height: 28px;
	margin-bottom: 5px;
	padding: 2px 1em;
	color: #FFFFFF;
	position: relative;
	border-radius: 14px;
	font-size: 18px;
	background: var(--color-dark);
	/* border-block: 4px solid var(--color-hover); */
}

p {
	margin: 0 0 1em 0;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: var(--color-strong);
}

/* 表とか箇条書きとか */
ul,
ol,
dl {
	margin: 0 0 1em 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li {
	margin-left: 2em;
	margin-bottom: 1ex;
}

dt {
	font-size: 16px;
	margin-bottom: 0.5em;
}

/*dt:before {
	margin-right: 0.5em;
	content: "\02022";
}*/

dd {
	padding-left: 2em;
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--color-grayborder);
}

th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--color-grayborder);
	background: var(--color-pale);
}

td {
	padding: 10px;
	text-align: left;
	border: 1px solid var(--color-grayborder);
	background: #FFFFFF;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-image: url(../images/header_back.png);
    background-size: 60px;
	background-repeat: repeat;
	background-color: var(--color-pale);
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 0 0;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	background: var(--color-text);;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

footer .left-center{
	width: 66%;
	display: inline-block;
	text-align: center;
}

footer .left{
	width: 49%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-top: 50px;
}

footer .left p{
	line-height: 21px;
	font-size: 90%;
	margin: 0;
	padding-left: 6%;
}

footer .left a{
	color: var(--color-whitetext);
}

footer .center{
	width: 49%;
	display: inline-block;
}

footer .center img{
	height: 4em;
	margin-top: 30px;
}

footer .right{
	width: 33%;
	display: inline-block;
}

.copyright {
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	clear: both;
}

.sns {
	text-align: center;
}

.snsbtn {
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #fff;
	margin: 10px;
	border-radius: 30%;
	overflow: hidden;
	position: relative;
}

.xbtn{
	color: #0F1419;
}

.fbtn{
	color: #1877f2;
}

.snsbtn i {
	line-height: 90px;
	font-size: 26px;
	transition: 0.2s linear;
}

.snsbtn:hover i {
	transform: scale(1.3);
	color: #FFFFFF;
}

.snsbtn::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	transform: rotate(45deg);
	left: -110%;
	top: 90%;
}

.xbtn::before {
	background: #0F1419;
}

.fbtn::before {
	background: #1877f2;
}

.snsbtn:hover::before {
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.totop a {
	display: block;
	text-decoration: none;
}

.totop img {
	background: var(--color-dark);
	transition: 0.2s ease;
	border-radius: 10%;
}

.totop img:hover {
	background: var(--color-hover);
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print,
screen and (min-width:1000px) {
	nav {
		width: 100%;
		background-image: url(../images/header_back.png);
    	background-size: 60px;
		background-repeat: repeat;
		background-color: var(--color-pale);
		border-bottom: 5px solid var(--color-dark);
		z-index: 3;
	}

	.pcNav {
		position: relative;
		width: var(--width-pc);
		margin: 0 auto;
	}

	nav:after {
		content: '';
		display: block;
		clear: both;
	}

	/* 共通 */
	nav ul {
		margin: 0;
		padding: 0;
	}

	nav ul li {
		position: relative;
		margin: 0;
		list-style: none;
		background-color: var(--color-pale);
		transition: 0.2s ease;
	}

	nav ul li:hover {
		background-color: var(--color-hover);
	}

	nav ul li a {
		display: block;
		padding: 12px 0 12px 0;
		margin: 0;
		font-weight: bold;
		text-decoration: none;
	}

	/* 1段目 */
	nav ul.gnav {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
	}

	nav ul.gnav>li {
		display: inline-block;
		vertical-align: bottom;
		box-sizing: content-box;
		/* vertical-align: bottom; */
		width: 13.96%;
		text-align: center;
		list-style: none;
	}

	.otherpage{
		border-radius: 15px 15px 0 0;
		border: 1px solid var(--color-grayborder);
		border-bottom: none;
	}

	.thispage {
		border-radius: 19px 19px 0 0;
		border: 5px solid var(--color-dark);
		border-bottom: 5px solid var(--color-pale);
		margin-bottom: -5px;
	}

	nav ul.gnav>li.subnav a {
		padding-right: 20px;
	}

	nav ul.gnav>li.subnav>a:after {
		position: absolute;
		content: "";
		top: 22px;
		width: 0;
		height: 0;
		margin-left: 10px;
		border: 6px solid transparent;
		border-top-color: var(--color-text);
	}
	
	/* 2段目 */
	nav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li ul li {
		overflow: hidden;
		width: 100%;
		height: 0;
		transition: 0.2s ease;
	}

	nav ul li ul li a {
		display: block;
		width: 100%;
		padding: 12px 0 12px 1em;
		text-align: left;
		background: var(--color-pale);
		transition: 0.2s ease;
	}

	nav ul li ul li a:hover {
		background: var(--color-hover);
	}

	nav ul li:hover>ul>li {
		border: 1px solid var(--color-grayborder);
		border-top: none;
		height: auto;
	}

	.gnav {
		display: block !important;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

#spMenu {
	display: none;
}

.smartNav {
	display: none;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	clear: both;
	display: none;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.slidePrev {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slideNext {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}

.slidePrev img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}

.slideNext img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}

.slideInner {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}

.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideInner li img {
	margin: 0 5px;
	padding: 0;
}

.filterPrev {
	position: absolute;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: var(--color-background);
}

.filterNext {
	position: absolute;
	right: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: var(--color-background);
}

/* ..................................
index.html
..................................... */

.swiper-slide img {
	width: 100%;
}

.intro{
	margin: 40px auto;
	width: 60%;
	text-align: center;
}

.intro p{
	font-weight: bold;
	font-size: large;
	margin-top: -25px;
}

.mobile{
	display: none;
}

.smallview {
	display: none;
}

.fukuoka{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 5em;
	height: 5em;
	margin: -5px;
}

.fukuoka img{
	width: 100%;
	transition: 0.2s ease;
	mix-blend-mode: multiply;
	opacity: 40%;
}

.fukuoka img:hover{
	width: 110%;
	margin-top: -5%;
	margin-left: -5%;
}

.fukuoka .moji{
	position: absolute;
	font-weight: bold;
	font-size: large;
	color: var(--color-text);
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.introButton{
	text-align: center;
	font-weight: bold;
}

.introButton a{
	position: relative;
	font-size: large;
	font-weight: 700;
	display: inline-block;
	line-height: 35px;
	text-decoration: none;
	width: 180px;
	height: 40px;
	border: 2px solid black;
	border-radius: 8px;
	margin: 10px;
	transition: color .25s ease;

	&:hover {
		color: var(--color-background);
	
		&::before {
		  transform: scaleX(1);
		  transform-origin: left;
		}
	}
	  
	&::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: var(--color-dark);
		transform: scaleX(0);
		transform-origin: right;
		transition: all .25s ease;
		transition-property: transform;
	}
}

.buttonShimekiri a{
	pointer-events: none;
	background-color: rgb(204, 204, 204);
	color: rgb(128, 128, 128);
	border: 2px solid rgb(128, 128, 128);
}

.buttonOrange{
	background-color: var(--color-accent);
}

.introButtonText{
	position: relative;
	font-weight: 700;
}

.abstract{
	font-size: 110%;
	margin-top: 30px;
	text-align: left;
}

.abstractSentence{
	width: 330px;
	margin: 0 auto;
}

.abstract .deadline{
	color: red;
	font-size: 110%;
	font-weight: bold;
}

.yumekikin{
	text-align: center;
	padding: 0 10px;
}

#important_news {
	display: none;
}

#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 67%;
	margin-right: 2%;
}

.links {
	clear: both;
}

.linkButtons {
	text-align: center;
}

.linkButton {
	display: inline-block;
  	padding: 0.5em 1em;
	margin: 10px;
  	text-decoration: none;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	color: white;
  	border-radius: 3px;
	transition: 0.2s ease;
}

.toOthers{
	background: linear-gradient(to bottom right, var(--color-hover), var(--color-dark));
	border-bottom: solid 4px #627b95;
}

.toTsubasa{
	background: linear-gradient(to bottom right, var(--color-accent), #816841);
	border-bottom: solid 4px #956262;
}

.linkButton:hover {
	color: rgb(200, 200, 200);
}

.linkButton:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 30%;
	padding-top: 10px;
}

#poster img {
	width: 100%;
}

#poster {
	margin-bottom: 15px;
}

#main dl {
	width: 92%;
	margin: 0 auto;
}

.info dd {
	padding-bottom: 1em;
	border-bottom: 3px dotted var(--color-dark);
}

#jikkouiinchou {
	margin-top: 30px;
}

#jikkouiinchou p {
	margin-top: 2em;
	margin-bottom: 0em;
}

#seminar{
	clear: both;
}

.floatRight {
	float: right;
	margin-right: 20px;
	text-align: right;
}

.seminarTabs{
	text-align: center;
}

.seminarTab {
	display: inline-block;
	position: relative;
	width: calc(50% - 50px);
	max-width: 150px;
	aspect-ratio: 1;
	margin: 25px 25px;
	border-radius: 75px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.seminarTab img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.seminarTab p {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 35% 0 0 0;
	margin: 0;
	text-align: center;
	z-index: 1;
	color: var(--color-whitetext);
	font-size: 24px;
	background: rgba(0, 0, 0, 0.4);
}

.seminarTab::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 0;
}

.seminarTab::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 65%;
	left: 41%;
	border: 12px solid transparent;
	border-top-color: var(--color-whitetext);
	transition: 0.4s;
	z-index: 1;
}

.seminarTab:hover::after {
	top: 72%;
}

.seminarTab .bg-wrap,
.seminarTab .bg-wrap .inn {
	display: block;
}

.seminarTab .bg-wrap {
	overflow: hidden;
	opacity: 0;
}

.seminarTab .bg-wrap + .bg-wrap {
	margin-top: 10px;
}

.seminarTab .bg-wrap .inn {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.seminarTab.is-animated .bg-wrap{
	opacity: 1;
}
   
.seminarTab.is-animated .bg-wrap .inn {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
  }

#seminarTabBox {
	clear: both;
}

.seminarContents {
	display: none;
	margin-bottom: 30px;
	background-color: var(--color-pale);
	border-radius: 24px;
	padding: 7px;
	width: 90%;
	margin: 0 auto;
}

.seminarContentsIn {
	margin: 0;
	padding: 4%;
	background-color: var(--color-background);
	border-radius: 17px;
}

.seminarContents h5 {
	padding: 0;
	font-size: 24px;
	position: relative;
	padding-left: 0.5em;
	margin-bottom: 7px;
	color: var(--color-text);
}

.seminarContents p {
	width: 48%;
	font-size: 16px;
	margin: 0 3%;
	display: inline-block;
	vertical-align: top;
}

.seminarContents img {
	margin: 0;
	width: 40%;
}

span {
	font-size: 14px;
	color: var(--color-grayborder);
}

#teacherTabBox {
	clear: both;
}

.teacherTabs{
	text-align: center;
	margin-top: 25px;
}

.teacherTab {
	background-color: var(--color-pale);
	display: inline-block;
	width: 170px;
	aspect-ratio: 1;
	margin: 8px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 4px #627295;
}

.teacherTab.active{
	background-color: var(--color-accent);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}

.teacherTabs a{
	text-decoration: none;
}

.teacherTab img {
	width: 100%;
}

.teacherTab h5{
	font-size: 22px;
	font-weight: 600;
}

.tabKeywords{
	display: inline-block;
	vertical-align: top;
	width: 90%;
	height: 115px;
	border-radius: 10px;
	background-color: var(--color-background);
	margin-top: 5px;
	margin-bottom: 10px;
}

.tabKeywords p{
	margin-top: 5px;
}

.kira {
	opacity: 1;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 150px;
	height: 150px;
	margin: 10px;
	border-radius: 10px;
	display: block;
	float: left;
}
.kira::before {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.kira:hover::before {
	animation: kira 0.5s linear;
}
   
@keyframes kira {
	0% {
		transform: scale(1) rotate(45deg);
		opacity: 0;
	}
	20% {
		transform: scale(5) rotate(45deg);
		opacity: 0.6;
	}
	40% {
		transform: scale(10) rotate(45deg);
		opacity: 0.4;
	}
	80% {
		transform: scale(15) rotate(45deg);
		opacity: 0.2;
	}
	100% {
		transform: scale(20) rotate(45deg);
		opacity: 0;
	}
}

.teacherContents {
	display: none;
	position: relative;
	width: 100%;
	/* height: 170px; */
	clear: both;
	margin: 20px 0;
	padding: 10px;
	border-radius: 85px;
	overflow: hidden;
	text-decoration: none;
	background-color: var(--color-pale);
	transition: 0.2s linear;
}

.teacherContents img {
	width: 150px;
	height: 150px;
	margin: 0;
	border-radius: 75px;
	display: block;
	object-fit: cover;
	float: left;
}

.teacherRight {
	width: 810px;
	height: 150px;
	margin: 0;
	/* display: inline-block;
	vertical-align: top; */
	float: right;
	position: relative;
	padding: 5px;
}

.teacherRight h5 {
	padding: 5px;
	font-size: 24px;
	position: relative;
}

.teacherRight p {
	padding-left: 2em;
	font-size: 14px;
	position: relative;
	margin-bottom: 0px;
}

.keywords {
	width: 750px;
	height: 60px;
	margin-left: 20px;
	padding: 10px;
	border-radius: 35px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-background);
}

.keywords h6 {
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 18px;
}

.teacherBox {
	/* height: 0; */
	background-color: var(--color-background);
	border-radius: 75px;
	clear: both;
	margin-top: 160px;
	padding: 35px;
}

.teacherBox p {
	font-size: 16px;
}

.teacherBox h6 {
	font-size: 20px;
	color: var(--color-dark);
	margin-bottom: 5px;
}

.teacherBox th{
	min-width: 120px;
}

.teacherBox a {
	display: "inline";
}

.teacherButton {
	display: inline-block;
  	padding: 0.5em 1em;
	margin: 10px;
  	text-decoration: none;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  	border-radius: 3px;
	transition: 0.2s ease;
	background: var(--color-pale);
	border-bottom: solid 4px #90a8db;
}

.teacherButton:hover {
	color: rgb(100, 100, 100);
}

.teacherButton:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}

#staff {
	clear: both;
	width: 100%;
	text-align: center;
}

.staffTab {
	display: inline-block;
	position: relative;
	width: 45%;
	/* height: 170px; */
	clear: both;
	margin: 15px 2%;
	padding: 10px;
	border-radius: 60px;
	overflow: hidden;
	text-decoration: none;
	background-color: var(--color-pale);
	text-align: left;
}

.staffTab img {
	width: 100px;
	height: 100px;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 1ex;
	border-radius: 50px;
	display: block;
	float: left;
	object-fit: cover;
}

.staffTab h5 {
	padding: 5px;
	font-size: 24px;
	position: relative;
}

.staffTab p {
	font-size: 14px;
	position: relative;
	margin-bottom: 7px;
}

.staffBox {
	background-color: var(--color-background);
	border-radius: 50px;
	clear: both;
	padding: 15px;
	height: 22em;
	display: table;
}

.staffBox p {
	display: table-cell;
	vertical-align: middle;
}

#participant{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	height: 750px;
}

.participantTab {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 280px;
}

.balloon {
	display: none;
	width: 90%;
	aspect-ratio: 0.9;
	transform-origin: center bottom;
	animation: balloon 20s ease-in-out infinite;
	position: relative;
}

.balloon::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: calc(50% - 20px);
	border: 12px solid transparent;
	z-index: 1;
}

@keyframes balloon {
    0% {
		opacity: 0%;
		transform: translateY(0px);
	}
	5% {
		opacity: 100%;
	}
    10% {
        transform: translateY(20px);
    }
	20% {
        transform: translateY(0px);
    }
	30% {
        transform: translateY(20px);
    }
	40% {
        transform: translateY(0px);
    }
	45% {
		opacity: 100%;
	}
	49% {
        transform: translateY(20px);
		opacity: 0%;
    }
	51% {
		opacity: 0%;
		transform: translateY(0px);
	}
	55% {
		opacity: 100%;
	}
    60% {
        transform: translateY(20px);
    }
	70% {
        transform: translateY(0px);
    }
	80% {
        transform: translateY(20px);
    }
	90% {
        transform: translateY(0px);
    }
	95% {
		opacity: 100%;
	}
	100% {
        transform: translateY(20px);
		opacity: 0%;
    }
}

.balloon_color1{
	border-radius: 50%;
	aspect-ratio: 0.9;
	box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
	animation: balloon_color1 20s ease-in-out infinite;
}
.balloon_color1::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	z-index: 1;
	animation: balloon_color_after1 20s ease-in-out infinite;
	transform: scaleX(0.7);
}
@keyframes balloon_color1{
	0%, 49% {
		background-color: #ADD8E6;
	}
	51%, 100% {
		background-color: #FFFFE0;
	}
}
@keyframes balloon_color_after1{
	0%, 49% {
		border-top-color: #ADD8E6;
	}
	51%, 100% {
		border-top-color: #FFFFE0;
	}
}

.balloon_color2{
	border-radius: 50%;
	aspect-ratio: 0.9;
	box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
	animation: balloon_color2 20s ease-in-out infinite;
}
.balloon_color2::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	z-index: 1;
	animation: balloon_color_after2 20s ease-in-out infinite;
	transform: scaleX(0.7);
}
@keyframes balloon_color2{
	0%, 49% {
		background-color: #ff8a75;
	}
	51%, 100% {
		background-color: #7fffd4;
	}
}
@keyframes balloon_color_after2{
	0%, 49% {
		border-top-color: #ff8a75;
	}
	51%, 100% {
		border-top-color: #7fffd4;
	}
}

.balloon_color3{
	border-radius: 50%;
	aspect-ratio: 0.9;
	box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
	animation: balloon_color3 20s ease-in-out infinite;
}
.balloon_color3::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	z-index: 1;
	animation: balloon_color_after3 20s ease-in-out infinite;
	transform: scaleX(0.7);
}
@keyframes balloon_color3{
	0%, 49% {
		background-color: #CCE0FF;
	}
	51%, 100% {
		background-color: #CCE0FF;
	}
}
@keyframes balloon_color_after3{
	0%, 49% {
		border-top-color: #CCE0FF;
	}
	51%, 100% {
		border-top-color: #CCE0FF;
	}
}

.balloon_color4{
	border-radius: 50%;
	aspect-ratio: 0.9;
	box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
	animation: balloon_color4 20s ease-in-out infinite;
}
.balloon_color4::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	z-index: 1;
	animation: balloon_color_after4 20s ease-in-out infinite;
	transform: scaleX(0.7);
}
@keyframes balloon_color4{
	0%, 49% {
		background-color: #ADD8E6;
	}
	51%, 100% {
		background-color: #C9DAF8;
	}
}
@keyframes balloon_color_after4{
	0%, 49% {
		border-top-color: #ADD8E6;
	}
	51%, 100% {
		border-top-color: #C9DAF8;
	}
}

.balloon_color5{
	border-radius: 50%;
	aspect-ratio: 0.9;
	box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
	animation: balloon_color5 20s ease-in-out infinite;
}
.balloon_color5::after {
	box-sizing: content-box;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	z-index: 1;
	animation: balloon_color_after5 20s ease-in-out infinite;
	transform: scaleX(0.7);
}
@keyframes balloon_color5{
	0%, 49% {
		background-color: #00FA9A;
	}
	51%, 100% {
		background-color: #00FA9A;
	}
}
@keyframes balloon_color_after5{
	0%, 49% {
		border-top-color: #00FA9A;
	}
	51%, 100% {
		border-top-color: #00FA9A;
	}
}

.balloon_left{
	height: 100%;
	width: 33%;
	float: left;
	shape-outside: polygon(0% 0%, 0% 100%, 100% 100%, 0% 70%, 0% 30%, 100% 0%);
}

.balloon_right{
	height: 100%;
	width: 33%;
	float: right;
	shape-outside: polygon(100% 0%, 100% 100%, 0% 100%, 100% 70%, 100% 30%, 0% 0%);
}

.balloon p{
	padding: 25px 15px 0px 15px;
}

.balloon_p1{
	animation: balloon_p1 20s ease-in-out infinite;
}

.balloon_p2{
	animation: balloon_p2 20s ease-in-out infinite;
}

@keyframes balloon_p1 {
	0%, 49% {
		opacity: 100%;
		position: relative;
	}
	50%, 100% {
		opacity: 0%;
		position: absolute;
	}
}

@keyframes balloon_p2 {
	0%, 50% {
		opacity: 0%;
		position: absolute;
	}
	51%, 100% {
		opacity: 100%;
		position: relative;
	}
}

.navLinks{
	display: none;
}

.navTwitter{
	display: none;
}

.navPoster{
	display: none;
}

/* ..................................
entry.html
..................................... */
.shimekiri {
	margin-top: 30px;
	font-size: 24px;
	color: var(--color-strong);
	font-weight: bold;
}

#shorui li {
	font-size: 20px;
}

.form {
	margin-top: 20px;
	font-size: 20px;
	color: var(--color-strong);
}

.form a {
	color: var(--color-strong);
}

.formShimekiri{
	pointer-events: none;
	color: var(--color-strong);
}

#appealYoukou dt {
	border-bottom: 1px solid var(--color-grayborder);
}

/* ..................................
FAQ.html
..................................... */
.FAQ {
	font-size: 16px;
	padding: 10px 0;
	margin: 20px 0;
	border-bottom: 3px dotted var(--color-dark);
}

.FAQ p {
	padding-left: 2em;
}

.Q {
	margin-right: 0.5em;
	float: left;
	color: #0000FF;
}

.A {
	margin-right: 0.5em;
	float: left;
	color: #FF0000;
}
