@charset "utf-8";
/*==========================================================================

   text

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

/*
.text-anaglyph {
    text-shadow: 0 0 0 rgba(0,0,0,0.9), 0.03em -0.03em 0 rgba(13, 255, 18, .8), -0.03em 0.03em 0 rgba(255, 0, 255, .8);
}
*/

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

   bread

==========================================================================*/
.bread {
    margin: 25px 0 0;
    font-size: 11px;
}
.bread-list {
	padding: 10px;
}
.bread-item {
	display: inline-block;
	vertical-align: middle;
}
.bread-item a::after {
    position: relative;
    top: -0.05em;
    display: inline-block;
    font: bold 14px/1 "Font Awesome 5 Free";
    content: "\f105";
    color: #4c4742;
    vertical-align: middle;
    margin: 0 15px 0 15px;
}


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

   header

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


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

   table

==========================================================================*/
.table01 {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	border-bottom: 1px solid #ebebeb;
	line-height: 1.8;
	background: #fff;
}
.table01 caption {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	background: #e5e4e4;
}
.table01 th {
	padding: 17px;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}
.table01 td {
	padding: 17px;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
}
.table01 thead th {
	text-align: center;
	background-color: #e5e4e4;
}
.table01 tbody th {
	text-align: left;
	font-weight: normal;
	background-color: #f9f9f9;
}


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

   btn

==========================================================================*/
.btn01 {
	position: relative;
    display: flex;
    width: 302px;
    height: 73px;
    justify-content: center;
    align-items: center;
    color: #03fe00;
    background: none;
    border: 2px solid #03fe00;
    border-radius: 9999px;
	transition: .3s;
}
.btn01:hover {
    color: #fff;
    text-shadow: 0 0 1px #0fa, 0 0 5px #0fa, 0 0 14px #0fa;
    background: none;
    box-shadow: 0 0 1px #0fa, 0 0 5px #0fa;
}

.btn01.btn01--plus:before,
.btn01.btn01--plus:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: #03fe00;
    transition: .3s;
}
.btn01.btn01--plus:before {
}
.btn01.btn01--plus:after {
    transform: rotate(90deg);
}
.btn01.btn01--plus:hover:before,
.btn01.btn01--plus:hover:after {
	box-shadow: 0 0 3px #0fa, 0 0 7px #0fa, 0 0 14px #0fa;
	background: #fff;
}

.pager-btn {
    text-align: center;
}
.pager-btn .btn-outer {
    margin: auto;
}
.pager-btn .btn {
    width: 280px;
    height: 63px;
}
.btn02#next::after {
    left: 25px;
    right: auto;
    content: "\f104";
}
.btn02#next:hover::after {
    left: 20px;
}



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

   accordion

==========================================================================*/
.accordion-target {
	display: none;
}




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

   pagetop

==========================================================================*/
#page-top {
    display: block;
    font-weight: bold;
    padding: .7em;
    text-align: center;
    background: #fff;
    color: #666;
    transition: .3s;
}
#page-top:hover {
    background: #666;
    color: #fff;
}


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

   form

==========================================================================*/
::placeholder {
  color: #fff;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 1em 1.25em;
	color: #fff;
	border: none;
	border-radius: 0;
	background: #282828;
}

/*input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 15px 100px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #04ff00;
    background: #04ff00;
    transition: all .3s;
}
input[type="submit"]:hover {
    color: #04ff00;
    font-size: 15px;
    background: #000;
}
*/
:placeholder-shown {
    line-height: 1.8;
}

.form-btn01-wrapper {
	position: relative;
}
.form-btn01-wrapper::before,
.form-btn01-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;  
    background: #000;
    transition: .3s;
}
.form-btn01-wrapper::before {
    width: 50px;
    height: 2px;
}
.form-btn01-wrapper::after {
    width: 16px;
    height: 2px;
    margin-top: -3px;
    transform: rotate(19deg);
}
.form-btn01-wrapper:hover::before,
.form-btn01-wrapper:hover::after {
    right: 26px;
    background: #fff;
	box-shadow: 0 0 2px #0fa, 0 0 7px #0fa;
}
.form-btn01 {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 15px 30px;
	color: #000;
	font-family: 'Jost';
    font-size: 18px;
    font-weight: 600;
	text-align: left;
    letter-spacing: .05em;
	cursor: pointer;
	border: 1px solid #04ff00;
	background: #04ff00;
	transition: all .3s;
}
.form-btn01-wrapper:hover .form-btn01 {
    color: #fff;
    background: #000;
	text-shadow: 0 0 1px #0fa, 0 0 7px #0fa;
	box-shadow: 0 0 1px #0fa, 0 0 5px #0fa;
}


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

	animation
	
==========================================================================*/


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

	keyframes
	
==========================================================================*/
@keyframes action-blur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
      opacity: 1;
    filter: blur(0px);
  }
}
