@charset "UTF-8";


/* ==========================================================
	PC閲覧用 481px以上
========================================================== */

@media print, screen and (min-width: 481px) {
/*----------------------------------------
	common
-----------------------------------------*/

.cmnbox img {
	width: 250px;
	height: auto;
}



/*----------------------------------------
	box1
-----------------------------------------*/



#box1 > p {
	width: 430px;
	float: left;
	padding-right: 20px;
}



/*----------------------------------------
	riyuu
-----------------------------------------*/	
.riyuu > h2 {
    background-color: #3eb2d4;
    color: #FFFFFF;
    padding: 5px;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}	
	

	
	.riyuu > .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.riyuu .con{
		border: 2px solid #ddd;
		padding: 10px;
		display: block;
		width:140px;
		height: 95px;
		margin: 15px auto;
		text-align: center;
		font-size: 14px;
	}	
	.riyuu .conA{
		border: 2px solid #ddd;
		padding: 10px;
		display: block;
		width:140px;
		height: 95px;
		margin: 15px auto;
		text-align: center;
		font-size: 14px;
	}	
	
	
	.con > img{
		display: block;
		margin: 15px auto 2px;
	}

.conA > img{
		display: block;
		margin: 2px auto;
	}


	
/*----------------------------------------
	box2
-----------------------------------------*/

#box2 dl {
	margin-top: 40px;
	background: #EAEAEA;
	padding: 20px;
}

#box2 dt {
	background-color: #3eb2d4;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 3px 10px;
	margin-bottom: 10px;
}

/*----------------------------------------
 box3
-----------------------------------------*/

#box3 {
	margin-top: 30px;
}

#box3 .inner {
	padding-bottom: 20px;
}


#box3 dt {
	font-size: 18px;
	font-size: 1.8rem;
	color: #3eb2d4;
	position: relative;
	padding: 0 .4em .1em 0; 
}

#box3 dt:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(left, #89d2e7 64%, #3eb2d4 64%);
	background: linear-gradient(to left, #89d2e7 64%, #3eb2d4 64%);
	background-color: #3eb2d4; 
}

#box3 dd {
	padding-top: 10px;
	margin-bottom: 25px;
}



/*----------------------------------------
 box4
-----------------------------------------*/

#box4 .inner > p {
	width: 200px;
	height: 148px;	 
	float: left;
	position: relative;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#box4 .inner > p img {
	width: 200px;
	height: 148px;
}

#box4 .inner > p:before,
#box4 .inner > p:after {
	position: absolute;
	bottom: 12px;
	z-index: -1;
	content: "";
	width: 60%;
	height: 98%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

#box4 .inner > p:before {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	left: .3em;
}

#box4 .inner > p:after {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	right: .3em;
}

#box4 .inner {
	padding-bottom: 30px;
}

#box4 .inner.last {
	padding-bottom: 0px;
}

#box4 ul {
	width: 470px;
	float: right;
}


#box4 li p {
	margin-top: 10px;
}

}



/* ==========================================================
	SP閲覧用 480px以下
========================================================== */

@media screen and (max-width: 480px) {
/*----------------------------------------
	common
-----------------------------------------*/
.cmnbox img{
	width: 100%;
}



/*----------------------------------------
	riyuu
-----------------------------------------*/	
.riyuu > .wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}	
	
.riyuu .con{
		border: 2px solid #ddd;
		padding: 10px;
		display: block;
		width:140px;
		height: 95px;
		margin: 5px auto;
		text-align: center;
		font-size: 14px;
	}	
	.riyuu .conA{
		border: 2px solid #ddd;
		padding: 10px;
		display: block;
		width:140px;
		height: 95px;
		margin: 5px auto;
		text-align: center;
		font-size: 14px;
	}	
	
	
	.con > img{
		display: block;
		margin: 15px auto 2px;
	}

.conA > img{
		display: block;
		margin: 2px auto;
	}
	
.riyuu > h2{
		background-color: #3eb2d4;
		color:#FFFFFF; 
		padding: 5px;
		font-size: 1.2em;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	

/*----------------------------------------
	box2
-----------------------------------------*/


#box2 h3 + p {
	padding-bottom: 15px;
}

#box2 dl {
	margin-top: 20px;
	background: #EAEAEA;
	padding: 20px;
}

#box2 dt {
	background-color: #3eb2d4;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 10px;
	margin-bottom: 10px;
	line-height: 1.3;
}


/*----------------------------------------
 box3
-----------------------------------------*/

#box3 .inner {
	padding-bottom: 20px;
}


#box3 img {
	width: 45%;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

#box3 dt {
	font-size: 18px;
	font-size: 1.8rem;
	color: #3eb2d4;
	position: relative;
	padding: 0 .4em .1em 0;
}

#box3 dt:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(left, #89d2e7 50%, #3eb2d4 50%);
	background: linear-gradient(to left, #89d2e7 50%, #3eb2d4 50%);
}

#box3 dd {
	padding-top: 10px;
	margin-bottom: 15px; 
}


/*----------------------------------------
 box4
-----------------------------------------*/

#box4 .inner {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
}

#box4 .inner.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}



#box4 p.photo {
	width: 38%;
	height: auto;	 
	float: right;
	position: relative;
	padding: 5px;
	margin: 0 0 4% 4%;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#box4 p.photo img {
	width: 100%;
	height: 100%;
}

#box4 p.photo:before,
#box4 p.photo:after {
	position: absolute;
	bottom: 12px;
	z-index: -1;
	content: "";
	width: 60%;
	height: 98%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

#box4 p.photo:before {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	left: .3em;
}

#box4 p.photo:after {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	right: .3em;
}

#box4 .cmnlink {
  float: left;
  margin: 20px 0 10px;
}

}

