@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/supplement/m_bg.png");
}
#supplement {
	margin-top: 60px;
}
#supplement .flex {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #F0F0F0;
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	padding: 45px;
	text-align: left;
	margin-bottom: 60px;
	border-radius: 22px;
}
#supplement .flex .box {
	width: 610px;
}
#supplement .flex .box h2 {
	font-size: 22px;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#supplement .flex .box h2+p {
	line-height: 1.7em;
	font-size: 15px;
}
#supplement .flex .box div {
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 15px;
}
#supplement .flex .box div dt,
#supplement .flex .box div dd
{
	display: inline;
}





#contact {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F0F2F6;
	border-radius: 22px;
	padding-top: 55px;
	padding-bottom: 55px;
}
#contact h3 {
	font-size: 21px;
	margin-bottom: 20px;
}
#contact p a {
	background-color: #003C78;
	display: block;
	width: 350px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	line-height: 60px;
}
#contact p a:hover {
	opacity: 0.8;
}
#contact p a img {
	width: 19px;
	position: relative;
	top: 18px;
	margin-right: 8px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/supplement/m_bg.png");
}
#supplement {
	margin-top: 10%;
}
#supplement .flex {
	background-color: #F0F0F0;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5%;
	text-align: left;
	margin-bottom: 10%;
	border-radius: 22px;
}
#supplement .flex .box {
	margin-top: 5%;
}
#supplement .flex .box h2 {
	font-size: 4.8vw;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#supplement .flex .box h2+p {
	line-height: 1.7em;
}
#supplement .flex .box div {
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
}
#supplement .flex .box div dt,
#supplement .flex .box div dd
{
	display: inline;
}





#contact {
	margin-left: 5%;
	margin-right: 5%;
	background-color: #F0F2F6;
	border-radius: 22px;
	padding-top: 5%;
	padding-bottom: 5%;
}
#contact h3 {
	font-size: 4.5vw;
	margin-bottom: 20px;
}
#contact p a {
	background-color: #003C78;
	display: block;
	width: 80%;
	height: 12vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 5vw;
	line-height: 12vw;
}
#contact p a:hover {
	opacity: 0.8;
}
#contact p a img {
	width: 3.5vw;
	position: relative;
	top: 4vw;
	margin-right: 1vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
