@charset "UTF-8";
/*----------------------------------------

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

@media print, screen and (min-width: 481px) {
/*----------------------------------------
common
-----------------------------------------*/
	.cmnbox img {
		width: 250px;
		height: auto;
	}
/*----------------------------------------
box1
-----------------------------------------*/
	.under{
		color: #555;
		border-bottom: 2px dotted #fcd69e;
	}
	h4.dai {
		display: inline-block;
		background: linear-gradient(transparent 80%, #a7d6ff 60%);
		letter-spacing: 0.2em;
		font-size: 1.8rem;  
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 2px;
		margin-left: 17px;
		padding-left: 3px;
	}
	.check{
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left:1px;
		width: 10px;
		height: 5px;
		border-left: 3px solid #a7d6ff;
		border-bottom: 3px solid #a7d6ff;
		transform: rotate(-45deg);
	}	
	.bg{
		background-color: rgba(255,193,7,0.10);
		padding-top:20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}	
	#box1 .inner p{
		margin-top: 10px;
		float:left;
		width:380px;
		line-height: 1.8em;
		padding-right: 5px;
	}
	#box1 .float1 p{
		width: 380px;
		float: right;
		line-height: 1.8em;
	}
	#box1 .float1{
		margin-top: 30px;
	}
	#box1 .float1 img{
		width: 240px;
		height: auto;
	}
	#box1 .inner img{
		width: 240px;
		height: auto;
		float: right;
	}
	#box1 .inner li {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.8;
		background: url(../../../kyoto/img/cmn_icon_blue.png) 0 8px no-repeat;
		padding-left: 20px;
	}
	#box1 .koukou{
		margin-top:30px
	}
	#box1 .koukou p{
		width:700px;
	}
/*----------------------------------------
box2
-----------------------------------------*/
	#box2 .flex_box{
		display: flex;
		justify-content: space-between;
	}
	#box2 p{
		line-height: 1.8em;
	}
	
/*----------------------------------------
box3
-----------------------------------------*/
	#box3 .flex_box{
		display: flex;
		justify-content: space-between;
	}
	#box3 {
		margin-top: 30px;
	}
	#box3 .inner {
		padding-bottom: 40px;
	}
	#box3 p{
		line-height: 1.8em;
	}
	.flex_box img{
		width: 100%;
		height: auto;
	}
/*----------------------------------------
box4
-----------------------------------------*/
	#box4 p {
		width: 400px;
		height: 148px;	 
		float: right;
		background-color: #fff;
		padding: 5px;
		line-height: 1.6em;
	}
	#box4  img {
		width: 250px;
		height: auto;
		margin-left: 20px;
		margin-top: 20px;
	}
	#box4 .last_box{
		margin-bottom: 50px;
	}
}
/*----------------------------------------
box5
-----------------------------------------*/
#box5 .inner {
	padding: 10px 0;
	background: url(../img/top_dotline.png) bottom no-repeat;
}
#box5 .boxlink{
	width: 700px;
}
#box5 p {
	float: left;
	width: 50px;
	height: 50px;
}
#box5 p img{
	width: 100%;
	height: auto;
}
#box5 dt,
#box5 dd {
	width: 635px;
	float: right;
	font-size: 15px;
	font-size: 1.5rem;
}
#box5 dl {
	width: 635px;
	float: right;
	padding-top: 3px;
}
#box5 dt img {
	vertical-align: middle;
	margin-left: 5px;
}
#box5 dd {
	font-size: 14px;
	font-size: 1.4rem;
}
/* ==========================================================
タブレット閲覧用 641px以上1023px以下
========================================================== */

@media screen and (min-width: 641px) and (max-width: 1023px) {
	#box4 li.c2 {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 3px 0 5px;
	}
}
/* ==========================================================
SP閲覧用 480px以下
========================================================== */

@media screen and (max-width: 480px) {
/*----------------------------------------
common
-----------------------------------------*/
	.cmnbox img{
		width: 100%;
	}
/*----------------------------------------
notice
-----------------------------------------*/
	#notice {
		margin: 30px 0 20px;
		padding: 15px 15px 0;
		color: #cc3333;
		background: #fffce2;
		border: 1px solid #cc3333;
		font-size: 110%;
		text-align: justify;
	}
	#notice h3 {
		font-size: 1.8rem;  
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 5px;
	}
	#notice img {
		margin-top: 10px;
	}
/*----------------------------------------
box1
-----------------------------------------*/
	.bg{
		background-color: rgba(255,193,7,0.10);
		padding-top:5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}	
	.under{
		color: #555;
		border-bottom: 2px dotted #fcd69e;
	}
	h4.dai {
		width:100%;
		background: linear-gradient(transparent 80%, #a7d6ff 60%);
		letter-spacing: 0.1em;
		font-size: 1.8rem;  
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 2px;
		text-align: center;
	}	
	#box1 .inner {
		margin-top: 20px;
	}
	#box1 .float1 img{
		width:70%;
		margin: 10px auto;
		display: block;
	}
	#box1 .inner img{
		width:70%;
		height: auto;
		margin: 10px auto;
		display: block;
	}
/*----------------------------------------
box2
-----------------------------------------*/
	#box2 div{
		text-align: center;
	}
	#box2 img {
		width: 45%;
		height: auto;
	}
/*----------------------------------------
box3
-----------------------------------------*/
	#box3 .inner {
		padding-bottom: 30px;
	}
	#box3 .inner.last {
		padding-bottom: 0px;
	}
	#box3 img {
		width: 45%;
		height: auto;
		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%);
	}
/*----------------------------------------
box4
-----------------------------------------*/
	#box4 img{
		width:50%;
		height: auto;
		margin-top: 20px;
		margin-left: 10px;
		float: right;
	}
	#box4 p{
		margin-top: 20px;
		padding: 5px;
	}
/*----------------------------------------
box5
-----------------------------------------*/
	#box5 .inner p img{
		width: 100%;
		height: auto;
	}
	#box5 .boxlink{
		width: 100%;
	}
	#box5 .inner {
		padding: 15px 0;
		min-height: 100px;
		margin-top: 0;
		background: url(../../img/top_dotline.png) bottom no-repeat;
	}
	#box5 .inner p {
		width: 29%;
		height: auto;
		float: left;
	}
	#box5 .inner dl {
		width: 67%;
		float: right;
	}
	#box5 .inner dt,
	#box5 .inner dd{
		width: 100%;
	}
	#box5 .inner dt {
		line-height: 1.5;
	}
	#box5 .inner dt img {
		vertical-align: middle;
		margin-left: 5px;
	}
	#box5 .inner dd {
		line-height: 1.5;
		margin-top: 5px;
	}
}