@charset "UTF-8";


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

  info

========================================*/
#sec001 {
	position: relative;
	text-align: left;
}

#sec001 .box {
	margin-top: 0px;
}

#sec001 .box .txt {
	width: 60%;
}

#sec001 .box .photo {
	width: 35%;
	margin-top: 90px;
}

#sec001 .box .photo img {
	width: 100%;
}

#sec001 .box h3:first-child {
	margin-top: 0;
}

#sec001 .box h3 {
	margin-top: 60px;
	margin-bottom: 30px;
}

#sec001 .box h3.h3_f {
	margin-top: 40px;
}

#sec001 .p01 {
	font-size: 18px;
	margin-left: 15px;
}

#sec001 ol {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#sec001 ol li {
	list-style: none;
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

#sec001 ol li a {
	color: #ee6280;
	text-decoration: underline;
}

#sec001 ol li a:hover {
	opacity: .7;
}

#sec001 .pdf {
	padding-top: 50px;
	padding-left: 15px;
}

#sec001 .pdf a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #444;
	border-radius: 10px;
	padding: 20px 40px;
}

#sec001 .pdf a:hover {
	text-decoration: none;
	background-color: #575857;
}

#sec001 .pdf a span::before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin-right: 10px;
}

#sec001 .box2 {
	margin-top: 70px;
}

#sec001 .box2 .note {
	font-size: 16px;
	margin-top: 1em;
	margin-left: 15px;
}

#sec001 .box2 .note a {
	color: #0061b1;
	text-decoration: underline;
}

#sec001 .box3 {
	margin-top: 70px;
}

#sec001 .box3 .item {
	width: 570px;
}

#sec001 .box3 .square {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	padding: 0 15px;
}

#sec001 .box3 .square li {
	position: relative;
	font-size: 20px;
	list-style: none;
	border: 1px solid #cacaca;
	padding: 20px 0;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
}

#sec001 .box3 .square li:last-child {
	margin-bottom: 0;
}

#sec001 .box3 .square li a {
	color: #0061b1;
	text-decoration: underline;
}

#sec001 .box3 .square li small {
	font-size: 16px;
	font-weight: normal;
}

#sec001 .box3 .square li::after {
	color: #ee6280;
	content: "\f063";
	font-family: FontAwesome;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#sec001 .box3 .square li:last-child::after {
	display: none;
}

#sec001 .box3 .note3 {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#sec001 .box3 .note3 li {
	font-size: 16px;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .8em;
}

#sec001 .box3 .btnblank {
	text-align: center;
	margin-top: 1.2em;
}

@media screen and (max-width: 767px) {
	#sec001 .box {
		margin-top: 0;
		width: 86%;
		margin: 0 auto;
	}

	#sec001 .box .txt {
		width: 100%;
	}

	#sec001 .box .photo {
		width: 100%;
		margin-top: 5vw;
	}

	#sec001 .box .photo img {
		width: 100%;
	}

	#sec001 .box h3 {
		width: 100%;
		margin-top: 15vw;
		margin-bottom: 7vw;
	}

	#sec001 .box h3.h3_f {
		margin-top: 5vw;
	}

	#sec001 .p01 {
		font-size: 4vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec001 ol li {
		list-style: none;
		font-size: 3.8vw;
		margin-top: .8em;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec001 .box2 {
		width: 86%;
		margin: 0 auto;
		margin-top: 15vw;
	}

	#sec001 .pdf {
		padding-top: 10vw;
	}

	#sec001 .pdf a {
		font-size: 4vw;
		border-radius: 2vw;
		padding: 1em 2em;
	}

	#sec001 .box2 .note {
		font-size: 3vw;
		line-height: 1.6em;
		text-align: justify;
		text-justify: inter-ideograph;
		padding-left: 1em;
		text-indent: -1em;
	}

	#sec001 .box3 {
		margin-top: 0;
	}

	#sec001 .box3 .item {
		width: 100%;
		margin-top: 15vw;
	}

	#sec001 .box3 .square {
		margin-top: 10vw;
	}

	#sec001 .box3 .square li {
		font-size: 4.2vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}

	#sec001 .box3 .square li small {
		font-size: 3.5vw;
	}

	#sec001 .box3 .note3 li {
		font-size: 4vw;
	}
}


#viewer {
	margin: 0 auto;
	width: 100%;
	height: 266px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#viewer {
		width: 100%;
		height: 55vw;
	}
}