@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
nav ul li:nth-of-type(4) img  {
	opacity: 0.6;
}
main h1 {
	background-image: url(../images/history/title_back.png);
	height: 183px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 60px;
}
main h1 span {
	display: block;
	padding-top: 75px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
main .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
main .inner .box:nth-of-type(1) {
	width: 620px;
}
#enkaku {
	margin-top: 60px;
}
#enkaku dl{
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#enkaku dl dt {
	width: 175px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
	color: rgba(3,119,191,1.00);
	font-weight: bold;
}
#enkaku dl dd {
	width: 442px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
}
main .inner .box:nth-of-type(2) {
	font-size: 14px;
}
main .inner .box:nth-of-type(2) li {
	margin-bottom: 10px;
}

}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){


/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h1 {
	background-image: url(../images/history/title_back.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 5%;
}
main h1 span {
	display: block;
	line-height: 120px;
	padding-left: 5%;
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 26px;
}
main .inner {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
main .inner .box:nth-of-type(1) {
}
#enkaku {
	margin-top: 10%;
	margin-bottom: 10%;
}
#enkaku dl{
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#enkaku dl dt {
	width: 40%;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
	color: rgba(3,119,191,1.00);
	font-weight: bold;
	font-size: 16px;
}
#enkaku dl dd {
	width: 60%;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
	font-size: 16px;
}
main .inner .box:nth-of-type(2) {
	font-size: 16px;
}
main .inner .box:nth-of-type(2) li {
	margin-bottom: 20px;
}
main .inner .box:nth-of-type(2) li img {
	width: 100%;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
}
