@charset "UTF-8";

header {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}

header h1 {
	width: auto;
	height: 80px;
}

#lp_top {
	width: 100%;
	margin: auto;
	text-align: center;
	background: url(/files/pc/lp2024/images/a04_pc_sela.png);
	background-size: cover;
	background-position: center;
}

#lp_b {
	background: url(/files/pc/lp2024/images/b02_sela.png) no-repeat top;
	padding-top: 25px;
	width: 100%;
}

#lp_b h2{
	max-width: 730px;
	height: 150px;
	position: relative;
	margin: 0px auto 15px;
	opacity: 0;
	text-align: center;
}
.stroke .border {
	content: "";
	position: absolute;
	opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
	width: calc(100% - 20px);
}
.stroke .border.top {
	border-top: 3px solid #DCEFFF;
	right: 0;
	top: 0;
}
.stroke .border.bottom {
	border-bottom: 3px solid #DCEFFF;
	left: 0;
	bottom: 0;
}
.stroke .border.right,
.stroke .border.left {
	height: calc(100% - 20px);
}
.stroke .border.right {
	border-right: 3px solid #DCEFFF;
	right: 0;
	top: 0;
}
.stroke .border.left {
	border-left: 3px solid #DCEFFF;
	left: 0;
	bottom: 0;
}
.stroke.is-animated .border {
	opacity: 1;
}
.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
	animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
	animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadeup2.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}


@keyframes stroke-width {
	0% {
		width: 0;
		opacity: 1;
	}
	100% {
		width: calc(100% - 20px);
		opacity: 1;
	}
}
@keyframes stroke-height {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: calc(100% - 20px);
		opacity: 1;
	}
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup2 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


#lp_b > div {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 2%;
}

#lp_b > div > div {
	margin-bottom: 10px;
}

#lp_b h3 img {
	width: 100%;
}

#lp_b .fl {
	justify-content: space-between;
}

#lp_b .fl .fl {
	align-items: center;
}

#lp_b h3 + .fl img {
	height: fit-content;
}

#lp_b .fl > div {
	width: 48%;
	max-width: 480px;
	opacity: 0;
}

#lp_b #lp_b03 {
	align-items: center;
	opacity: 0;
}

#lp_b #lp_b03 > div {
	opacity: 1;
}

#lp_b #lp_b03 h3 {
	margin-bottom: 5px;
}

#lp_b #lp_b03 > div + img {
	width: 48%;
}

#lp_c {
	text-align: center;
	opacity: 0;
}

#lp_c h2 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

#lp_c .fl {
	justify-content: center;
}

#lp_c ul {
	margin: 2%;
}

#lp_c li {
	line-height: 1.4;
	display: flex;
	align-items: center;
}

#lp_c li:before {
	content: url("/files/pc/lp2024/images/c02_sela.jpg");
	margin-right: 10px;
}

#lp_d {
	opacity: 0;
}

#lp_d h2 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#lp_d h2 {
	background: url(/files/pc/lp2024/images/b02_sela.png) no-repeat center;
	padding-top: 25px;
	width: 100%;
}

#lp_d .fl {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-around;
}

#lp_d .fl img {
	width: 48%;
}
#lp_e {
	background: repeating-linear-gradient( -45deg, #F5EFEE, #F5EFEE 10px, #FAF5F3 10px, #FAF5F3 50px );
	margin: 40px auto;
	padding: 20px 0 40px;
}

#lp_e h2 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

#lp_e .fl {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
}

#lp_e .fl > div {
	width: 48%;
	max-width: 480px;
	background: #fff;
	padding: 40px;
	opacity: 0;
}

#lp_e .fl .fl {
	justify-content: flex-start;
}

#lp_e img.portrait {
	width: 150px;
	height: 150px;
}

#lp_e img.profile {
	height: 150px;
}

#lp_e h3 img {
	height: 3vw;
	max-height: 40px;
	margin: 10px auto;
}

#lp_f {
	opacity: 0;
	margin-top: 80px;
}

#lp_f h2 {
	text-align: center;
}

#lp_f dl {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	display: flex;
}

#lp_f h3 {
	font-size: 24px;
	padding: 8px 0 2px;
	margin-bottom: 6px;
	border-bottom: solid 1px #0074BC;
}
#lp_f h3 span {
	color: #0074BC;
}

#lp_g {
	background-color: #E6F3FC;
	background-size: 40px 40px;
	padding: 40px 0;
}

#lp_g h2 {
	text-align: center;
	margin-bottom: 40px;
	opacity: 0;
}

#lp_g > div {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: #fff;
	opacity: 0;
}

#lp_g h3 {
	padding: 8px 80px;
	background: #59B7EA;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

#lp_g p {
	padding: 20px 80px 5px;
	line-height: 1.2;
}

#lp_g ul {
	padding: 0px 80px 20px;
}

#lp_g li {
	line-height: 1.2;
}

#lp_h {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
	opacity: 0;
}

#update #lp_h {
	opacity: 1;
}

#lp_h h2 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

#lp_h ul {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 30px auto 0;
}

#lp_h li {
	border: solid 3px #DCEFFF;
	padding: 16px 40px;
}

#lp_h li.active {
	background-color: #DCEFFF;
}

#lp_h ul + div {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
	padding: 30px 20% 0;
	border: solid 3px #DCEFFF;
}

#lp_h .content-form-item label {
	display: inline-block;
	width: 160px;
	margin-right: 20px;
	padding: 20px 15px;
}

#lp_h .content-form-item label:first-child {
	background: #DCEFFF;
}

#lp_h sup {
	color: #E67575;
}

#lp_h .content-form-item:nth-last-of-type(2) label {
	padding: 60px 15px;
}

#lp_h input[type="text"] {
	border: solid 2px #DCEFFF;
	width: 360px;
	padding: 6px;
}

#lp_h input[type="tel"] {
	border: solid 2px #DCEFFF;
	width: 360px;
	padding: 6px;
}

#lp_h input[type="number"] {
	border: solid 2px #DCEFFF;
	width: 100px;
	margin-right: 10px;
	padding: 6px;
}

#lp_h textarea {
	border: solid 2px #DCEFFF;
	width: 405px;
	height: 130px;
	padding: 6px;
}

#lp_h p {
	display: inline-block;
}

#lp_h ul + div > p {
	margin-top: 10px;
}

#update p {
	line-height: 1.6;
	margin-bottom: 45px;
}
#update p + p {
	display: block;
	text-align: center;
}
#update p + p a {
	background: #ddd;
	padding: 10px 30px;
	text-align: center;
	border-radius: 10px;
}
#update p + p a:hover {
	background: #eee;
	transition: .2s;
}

.content-form-item:last-child {
	text-align: center;
	padding-bottom: 30px;
}

.content-form-item:last-child input {
	background: #59B7EA;
	margin: 15px auto 0;
	padding: 20px 80px;
	border-radius: 8px;
	color: #fff;
}

.content-form-item:last-child input:hover {
	background: #fff;
	padding: 19px 80px;
	border: solid 1px #59B7EA;
	color: #59B7EA;
	transition: .2s;
}

#lp_i {
	text-align: center;
	padding: 40px 0 0;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%3Cpath%20fill%3D%22%23FAF5F3%22%20fill-opacity%3D%223%22%20d%3D%22M0%2C224L60%2C197.3C120%2C171%2C240%2C117%2C360%2C106.7C480%2C96%2C600%2C128%2C720%2C160C840%2C192%2C960%2C224%2C1080%2C208C1200%2C192%2C1320%2C128%2C1380%2C96L1440%2C64L1440%2C320L1380%2C320C1320%2C320%2C1200%2C320%2C1080%2C320C960%2C320%2C840%2C320%2C720%2C320C600%2C320%2C480%2C320%2C360%2C320C240%2C320%2C120%2C320%2C60%2C320L0%2C320Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center;
}

#lp_i > div {
	background:#ffffff;
	width: 100%;
	padding: 6vw 0;
	display: flex;
	justify-content: center;
}

#lp_i dl {
	text-align: left;
	margin-left: 30px;
}

#lp_i dt {
	padding: 2px 0;
}

#lp_i dd {
	padding: 2px 0;
	margin-bottom: 8px;
}

#lp_j {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 180px;
}

#lp_j a {
	opacity: 1;
}

#lp_j a:hover {
	opacity: 1;
	transition: .6s;
}

#lp_j img{
	max-width: 180px;
}

footer {
	text-align: center;
	color: #fff;
	background-color: #3A3A6E;
	padding: 5px 0;
}

.regist {
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.regist input[type="submit"] {
	width: 200px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 10px;
}

.regist-submit input[type="submit"] {
	background: #E67575;
	border: solid 1px #E67575;
	color: #fff;
}

.regist-submit input[type="submit"]:hover {
	background: #fff7f5;
	color: #666;
	transition: .2s;
}

.regist-submit-reset input[type="submit"] {
	background: #ddd;
}

.regist-submit-reset input[type="submit"]:hover {
	background: #eee;
	transition: .2s;
}

.fl {
	display: flex;
}
