@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------------------

	shikakuguide css

------------------------------------------------------*/

/* head */

#MvHeader .PageList {
	background: #ffe000;
	margin-bottom: 30px;
}

#MvHeader .PageList ol {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
	  -ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
}

#MvHeader .PageList ol li a {
	display: block;
	padding:15px 40px;
}

#MvHeader .PageList ol li a:hover {
	background-color: #004098;
	color: #fff;
}

#MvHeader .PageList ol li.p05 {
	position: relative;
}

#MvHeader .PageList ol li.p05 img {
	position: absolute;
	top: 0;
	right: -6px;
}

#Main {
	margin: 0 3%;
}

#Main .MvMenu {
	text-align: center;
}

#Main .MainSub .section {
	margin-top: 30px;
}

#Main .MainSub .section h3,#Main .MainSub .section h4,#Main .MainSub .section h5,#Main .MainSub .section p {
	margin-bottom: 20px;
}

#arrow {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
	 margin-top: 20px
}

#arrow a.pt01 {
	padding-top: 15px;
	text-decoration: underline;
}

#arrow a img {
	width: 80px;
}

@media screen and (max-width: 750px) {
	
	/* head */

	#MvHeader .PageList {
		font-size: 2rem;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	
	#MvHeader .PageList ol {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
      		flex-wrap: wrap;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
	     justify-content: space-between;
		text-align: center;
	}
	
	#MvHeader .PageList ol li {
		width: 50%;
		margin-top: 5px;
	}
	
	#MvHeader .PageList ol li a {
		padding: 15px 0;
		width: 100%;
	}
	
	#MvHeader .PageList ol li:nth-child(2n+0) {
		border-left: dashed 1px #cab101;
		box-sizing: border-box;
	}
	
	#MvHeader .PageList ol li.p05 img {
		top: 0;
		right: 20px;
	}
	
	#Main {
		font-size: 2rem;
		line-height: 2.6rem;
		margin: 0;
	}
	
	#Main .MainSub .section {
		margin-top: 20px;
	}
	
	#Main .MainSub .section h3,#Main .MainSub .section h4,#Main .MainSub .section h5,#Main .MainSub .section p {
		margin-bottom: 15px;
	}
	
	#arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: no-wrap;
			flex-wrap: no-wrap;
		-webkit-box-pack: justify;
		   -ms-flex-pack: justify;
		 justify-content: space-between;
		 margin-top: 15px
	}
	
	#arrow a.pt01 {
		padding-top: 15px;
		text-decoration: underline;
	}


}