@charset "UTF-8";

#wrapper {
	width: auto;
}

#header .inner {
	width: 40vw;
	display: block;
}

.form .form_in {
	width: 40vw;
	display: block;
}

.form .form_in .mktoButtonRow {
	padding: 0;
	width: 50%;
	margin: 1vw auto;
}

.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton {
	border-radius: 0.5vw;
}

.section {
	display: flex;
	flex-direction: row;
	gap: 1vw;
	align-items: stretch;
	justify-content: flex-start;
	width: 40vw;
	margin: 0 auto 1vw auto;
}

.notice-block {
	width: 100%;
	margin: 0;
	line-height: 1.8;
	background-color: #eee;
	border-radius: 0.5vw;
	padding: 1.25vw;
	box-sizing: border-box;
}

.notice-block .fa {
	margin-left: 0.5em;
}

.notice-block strong {
	font-weight: bold;
}

.notice-block ul{
	padding: 20px 20px 0;
}

.notice-block ul li {
	list-style: circle;
}

.notice-block ul li + li {
	margin: 5px 0 0;
}

.notice-block ul li a {
	display: inline-block;
	font-weight: bold;
	color: #5A8FC6;
}

.notice-block ul li a:hover {
	text-decoration: none;
}

.image {
	width: 40vw;
	margin: 0 auto 2vw auto;
}

.image .click-area {
	display: block;
	width: 100%;
	transition: all 0.2s;
	overflow: hidden;
	border-radius: 0.5vw;
}

.image .click-area img {
	width: 100%;
	transition: all 0.2s;
}

.image .click-area:hover img{
	opacity: 0.8;
}

@media screen and (max-width: 1600px){
	#header .inner,
	.section,
	.notice-block {
		width: 640px;
	}

	.form .form_in {
		width: 640px;
		margin: 0 auto;
	}

	.notice-block {
	  font-size: 1rem;
	  padding: 1rem;
	  margin-bottom: 1rem;
	}

	.image {
		border-radius: 0.5rem;
		width: 640px;
	}

	.form .image .click-area {
		border-radius: 0.5rem;
	}

	.form .form_in .mktoButtonRow {
		width: 70%;
	}

	.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton {
		border-radius: 0.5rem;
	}
}


@media screen and (max-width: 769px) {
	#wrapper,
	#header .inner,
	.section,
	.notice-block,
	.form .form_in {
		width: auto;
	}

	.section {
		flex-direction: column;
	}

	.image {
		width: 70%;
		margin: 2rem auto;
	}

  .excel-list {
    display: none;
  }

  .form .image .click-area .img_sp {
  	width: 100%;
  }

	.notice-block {
	  width: auto;
	}

	.notice-block ul li a{
	  display: block;
	}

	#footer {
		margin: 0;
	}
}

.notice-block .headline { 
	text-align: left;
	display: block;
	margin-bottom: 16px;
}

.notice-block .headline .text {
	font-weight: bold;
	font-size: 20px;
}

.notice-block .list {
	padding: 0 20px;
	margin: 0;
}

.notice-block .list.padding-bottom {
	padding-bottom: 20px;
}

.strong {
	font-weight: bold;
}