@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(2) img  {
	opacity: 0.6;
}
main h1 {
	background-image: url(../images/greeting/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;
}
#greeting {
	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;
}
#greeting .box:nth-of-type(1) {
	width: 457px;
}
#greeting .box:nth-of-type(1) dl {
	padding: 20px;
	background-color: rgba(205,237,250,1.00);
	color: rgba(3,119,191,1.00);
	font-size: 17px;
}
#greeting .box:nth-of-type(1) dl dd {
	margin-top: 5px;
}

#greeting .box:nth-of-type(1) dl dd span {
	font-size: 30px;
}

#greeting .box:nth-of-type(2) {
	width: 470px;
}
#greeting .box:nth-of-type(2) p {
	line-height: 170%;
}
#keireki {
	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;
}
#keireki .box:nth-of-type(1) {
	width: 595px;
}
#keireki .box:nth-of-type(1) dl{
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#keireki .box:nth-of-type(1) dl dt {
	width: 140px;
	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;
}
#keireki .box:nth-of-type(1) dl dd {
	width: 455px;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
}
#keireki .box:nth-of-type(2) ul li {
	margin-bottom: 12px;
}




}



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


/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main h1 {
	background-image: url(../images/greeting/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;
}
#greeting {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 10%;
}
#greeting .box:nth-of-type(1) {
	margin-bottom: 5%;
}
#greeting .box:nth-of-type(1) dl {
	padding: 20px;
	background-color: rgba(205,237,250,1.00);
	color: rgba(3,119,191,1.00);
	font-size: 17px;
}
#greeting .box:nth-of-type(1) dl dd {
	margin-top: 5px;
}

#greeting .box:nth-of-type(1) dl dd span {
	font-size: 30px;
}

#greeting .box:nth-of-type(2) {
}
#greeting .box:nth-of-type(2) p {
	line-height: 170%;
}
#keireki {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	margin-bottom: 60px;
}
#keireki .box:nth-of-type(1) {
}
#keireki .box:nth-of-type(1) dl{
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#keireki .box:nth-of-type(1) dl dt {
	width: 35%;
	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;
}
#keireki .box:nth-of-type(1) dl dd {
	width: 65%;
	background-image: url(../images/dot01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
	margin-bottom: 12px;
}
#keireki .box:nth-of-type(2) ul li {
	margin-bottom: 12px;
}
#keireki .box:nth-of-type(2) ul li img {
	width: 100%;
}
}




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