@charset"UTF-8";

/* ���ׂĂ�Web�y�[�W�ɓK�p����� */
html {
	scroll-behavior: smooth;
	font-family: sans-serif;
	font-size: 100%;
	background: linear-gradient(to right, rgba(31,44,92,1), 80%, rgba(31,44,92,0)), url(image/circuit2.png), #00ACEB;
	background-attachment: fixed;
	background-size: auto, 50%, auto;
	background-position: 100% 60%;
	background-repeat: no-repeat;
}
html * {
	box-sizing: border-box;
}
body {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

.wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
}
img {
	max-width: 100%;
	height: auto;
}
a {text-decoration: none;}
li {list-style-type: none;}

/* �{�b�N�X�^�C�v�ύX */
.d_i {display: inline;}
.d_b {display: block;}
.d_ib {display: inline-block;}

/* �{�^�� */
.bt {
	font-size: 18px;
	line-height: 55px;
	padding: 0 2em;
	border: none;
	text-align: center;
	cursor: pointer;
}

.sq {border-radius: 8px;}
.sqh_b {border-radius: 0 0 8px 8px;} /* �X�N�G�A�n�[�t�{�g�� */
.cir {border-radius: 100vh;}

.orange {
	color: white;
	background: linear-gradient(to right, #FF7300, #FFB933);
}
.green {
	color: #008E00;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
	background: linear-gradient(0deg, #006100, 5%, #00FF00, 90%, #D9FFD9);
}
.pink {
	color: #C3416D;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFCEDF;
	background: linear-gradient(0deg, #AC1D4D, 5%, #FF8BB2, 90%, #FFE8F0);
}
.gray {
	color: #444444;
	text-shadow: 1px 1px 1px white;
	background: #D9D9D9;
	border: 2px solid #999999;
}

.push:hover {opacity: 0.6;}
.bt, .panel {transition: 0.3s;}
.bt:active, .panel:active {transform: scale(0.9);}


.ls_b {border-bottom: 5px solid #42DFFF;} /* ���C���\���b�h�� */


.pt {padding-top: 1rem;}
.pb {padding-bottom: 1rem;}
.pl {padding-left: 1rem;}
.pr {padding-right: 1rem;}

.mt {margin-top: 1rem;}
.mb {margin-bottom: 1rem;}
.ml {margin-left: 1rem;}
.mr {margin-right: 1rem;}

.see {opacity: 0.6;}

.white {background: white;} /* �w�i�� */

/* �ʂ̃X�^�C�� */
/* index.php----------------------------------------------------------------------------- */

.fast_view {
	position: relative;
}
.fast_view p {
	color: white;
	font-size: 8vw;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translate(-50%);
	white-space: nowrap;
}

/* ���O�A�E�g�{�^�� */
.login {
	display: inline-block;
	margin-top: 1rem;
	color: white;
	background: linear-gradient(to right, #FF7300, #FFB933);
}

/* �A�R�[�f�B�I�����j���[ */
.ly_accordion {
  border-bottom: 0;
}
.headline {
	display: block;
	background: linear-gradient(0deg, #42DFFF, 85%, white);
	color: #0091D1;
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: 1px 1px 2px white;
	border-radius: 8px 8px 0 0;
	fontsize: 1.2rem;
	margin-top: 1rem;
	padding: 1rem 0 0 1rem;
}
.list {
	background: white;
	border-radius: 0 0 8px 8px;
	padding: 1rem 0 1rem 1rem;
}
.nav a {
	color: blue;
	padding-right: 1rem;
	margin-right: 1rem;
}
.nav a:hover {
	opacity: 0.6;
}

.ly_accordion .el_heading {
  display: block;
  margin: 0;
  color: #000;
  border-bottom: 1px solid #000;
  background: white;
  padding: 1rem 0 1rem 1rem;
}
 
.ly_accordion .bl_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 2s ease-out 0s;
}
.bl_inner {
  border-bottom: 5px solid #42DFFF;
  padding: 0 1rem 1rem 1rem;
}
.d_1 {
  background: white;
  margin-bottom: 1rem;
}
.d_2 {
  position: relative;
}
.d_3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 4rem;
 	background: white;
	white-space: nowrap;
}
.react {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.tytle {
	font-size: 1.2rem;
	padding-right: 1rem;
	margin-right: 1rem;
}
.botton {
	font-size: 1.2rem;
	padding-right: 1rem;
	margin: 1rem 0;
}
.botton_2 {
	font-size: 1.2rem;
	padding-right: 1rem;
	margin: 0 0 1rem 0;
}

.ly_accordion .el_checkbox {
  display: none;
}
 
.ly_accordion .el_checkbox:checked + .bl_content {
  max-height: 9999px;
  transition: max-height 2s ease-in;
}

.ex p {
	padding: 0 1rem;
}
.ex p:last-of-type {
	border-bottom: 2px dashed #bec2c7;
	padding-bottom: 1rem;
}
.last_part {
	border-radius: 0 0 8px 8px;
}

/* �A�R�[�f�B�I�����j���[�����܂� */

/* login.php----------------------------------------------------------------------------- */

.textbox {
	width: 30em;
	height: 3em;
	background: #FAF9F9;
	border-radius: 100vh;
	border: 1px solid #B3B3B3;
}

.text {
	font-size: 3em;
	color: white;
}

.mar {
	margin: 1em auto;
}
.text_c {
	text-align: center;
}
.place_c {
	margin: 1em auto;
}


/* �X�}�[�g�t�H������CSS */
@media (max-width: 767px) {
	/* �S�� - �i�r�Q�[�V���� */
	.wrapper {
		margin: 0 8px;
	}
	.logo {
		margin: 30px 0;
	}
	.logo img {
		width: 200px;
	}
	.nav a {
		display: block;
		margin: 0.5rem 0;
	}
	
	/* index.php */
	.d_3 {
		font-size: 2em;
	}
	/* top.php */
	input {
		width: 100%;
	}
}

/* ���ׂẴy�[�W�ɓK�p - �t�b�^�[ - */

.re {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 120px;
	font-size: 16px;
	padding: 0;
}

.footer {
	font-size: 12px;
	color: white;
}
