@charset "UTF-8";


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

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

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


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


#box1 h2 + p {
	float: left;
	width:430px;
		
}	
	
	#box1 img{
		float: right;
		margin-left: 20px;
	}	
	


/*----------------------------------------
	box2
-----------------------------------------*/
#box2 .sp{
	display: none;
	}
	
#box2 .pc{
	width:700px!important;
	}

/*----------------------------------------
 box3
-----------------------------------------*/
	
	#box3 table{
		width:100%;
		 border: 1px solid #d5d5d5;
	}
	
	#box3 th{
	width:50%;
    border: 1px solid #d5d5d5;
	text-align: center;
    background: #E4F6FF;
	padding: 8px 0 8px 18px;
	font-weight: bold;	
	}	
		
	#box3 td{
	width:50%;
	text-align: center;
	}
	#box3 td{
	padding-top: 8px;
	}
	#box3 td:nth-child(odd){
	border-right: 1px solid #d5d5d5;
	}
	#box3 td.last{
	padding-bottom: 8px;
	}
	
	
	#box3 .center{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

/*----------------------------------------
 box4
-----------------------------------------*/	
#box4 {
	margin-top: 30px;
}

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

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

#box4 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; 
}

#box4 dd:not(:last-child) {
	margin-bottom: 25px;
}
#box4 dd {
	padding-top: 10px;
}



/*----------------------------------------
 box5
-----------------------------------------*/
	
#box5 .cmnlink a,
#box6 .cmnlink a{
		margin-top: 5px;
	}	
	

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

#box5 .inner > p img,
#box6 .inner > p img{
	width: 200px;
	height: 148px;
}

#box5 .inner > p:before,
#box5 .inner > p:after,
#box6 .inner > p:before,
#box6 .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);
}

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

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

#box5 .inner:not(:last-child),
#box6 .inner:not(:last-child){
	padding-bottom: 30px;
}

#box5 .inner.last,
#box6 .inner.last{
	padding-bottom: 0px;
}

#box5 ul,
#box6 ul{
	width: 470px;
	float: right;
}

#box5 li.c1,
#box6 li.c1{
	    font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.4;
}

#box5 li.c2,
#box6 li.c2{
	font-size: 15px;
    font-size: 1.5rem;
    color: #cc0000;
	margin-top: 5px
}
	
	#box5 li.name,
	#box6 li.name{
		padding: 5px 0 5px;
	}	

#box5 li p,
#box6 li p{
	margin-top: 10px;
}
}


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

@media screen and (max-width: 480px) {

/*----------------------------------------
	box1
-----------------------------------------*/
	#box1 img{
		display: block;
		margin: 5px auto 15px;
		width:90%;
	} 	

#box1 h3 + p {
	padding-bottom: 10px;
}


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

#box2 .pc{
	display: none;
	}
	
#box2 .sp{
	width:100%;
	}
/*----------------------------------------
 box3
-----------------------------------------*/

	#box3 table{
		width:100%;
		 border: 1px solid #d5d5d5;
	}
	
	#box3 th{
	width:50%;
    border: 1px solid #d5d5d5;
	text-align: center;
    background: #E4F6FF;
	padding: 8px 0 8px 18px;
	}	
		
	#box3 td{
	width:50%;
	text-align: center;
	}
	#box3 td{
	padding-top: 6px;
	}
	#box3 td:nth-child(odd){
	border-right: 1px solid #d5d5d5;
	}
	#box3 td.last{
	padding-bottom: 6px;
	}
	
	
	#box3 .center{
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	
/*----------------------------------------
 box4
-----------------------------------------*/

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

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

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

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

#box4 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%);
}

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


/*----------------------------------------
 box5
-----------------------------------------*/

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

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

#box5 li.c1 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

#box5 li.c2 {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 0 0;
	color: #cc0000;
}

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

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

#box5 p.photo:before,
#box5 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);
}

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

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

#box5 .cmnlink {
	margin: 15px 0 10px;
}

}

