@charset "UTF-8";

/* ========================== */
/* Main Visual */
/* ========================== */
#main-visual{
	margin-bottom: 60px;
	width: 100%;
	height: auto;
	background: #dceaf2;
}
#main-visual > div{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
}
#main-visual > div img{
	width: 100%;
	height: auto;
}
#main-visual > div img:last-child{
	display: none;
}

/* --- Responsive --- */
@media only screen and (max-width:480px){
	#main-visual > div img:first-child{
		display: none;
	}
	#main-visual > div img:last-child{
		display: block;
	}
}

/* ========================== */
/* 新着情報 */
/* ========================== */
#news-title{
	position: relative;
	text-align: center;
	padding: 35px 0 20px;
	width: 100%;
	background: #f0f0f0;
}
#news-title::before{
	position: absolute;
	content: "";
	left: 0; right: 0;
	width: 0;
	margin: -45px auto;
	width: 30px; height: 30px;

	background-size: cover;
}
#news-title h2{
	position: relative;
	padding: 0 0 20px;
	font-size: 2.5rem;
	font-weight: 500;
	border-bottom: solid 3px #00a5e3;
}
#news-title h2::before{
	position: absolute;
	display: block;
	content: "";
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	margin-bottom: -3px;
	width: 770px;
	border-bottom: solid 3px #3d3a39;
}
#news-title h2 span{
	display:flex;
	align-items: center;
	justify-content: center;
}
#news-title h2 span::before,
#news-title h2 span::after{
	content: "";
	width:150px;
	border-top: 1px solid black;
}
#news-title h2 span::before {
	margin-right: 1rem; 
}
	#news-title h2 span::after {
	margin-left: 1rem; 
}

/* --- Responsive --- */
@media only screen and (max-width:480px){
	#news-title h2::before{
		width: 180px;
		border-bottom: solid 3px #323333;
	}
}
#news{
	margin-bottom: 70px;
	padding: 40px 0;
	background: repeating-linear-gradient(#f0f8fc, #f0f8fc 20px, #fff 20px, #fff 25px);
}
#news-box{
	margin: 0 auto;
	width: 90%;
	max-width: 700px;
	background: #FFF;
	border: solid 1px #969696;
	border-radius: 5px;
}
#news-box dl{
	display: table;
	width: 95%;
	margin: 0 auto;
	padding: 18px 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.5rem;
	color: #3d3a39;
	border-bottom: dotted 2px #C3C3C3;
}
#news-box dl:last-child{
	border: none;
}
#news-box dl dt{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	width: 125px;
	font-weight: 500;
	border-right: solid 1px #00a5e3;
}
#news-box dl dt::before{
	position: absolute;
	margin-top: -3px;
	left: 0px;
	content: "■";
	font-size: 2.5rem;
	color: #00a5e3;
}
#news-box dl dd{
	display: table-cell;
	text-align: left;
	padding-left: 15px;
}
#news-box dl dd a{
	position: relative;
	display: block;
	padding-right: 20px;
}
#news-box dl dd a::after{
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background-image: url(../images/common/link-arrow_02.png);
	background-size: cover;
}
#news-box dl dd a:hover{
	color: #007ab1;
}
#news-box dl dd a span{
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin-right: 5px;
	width: 32px;
	height: 16px;
	background-image: url(../images/top/new-icon.png);
	background-size: cover;
}
#rireki{
	margin: 20px auto;
	padding: 18px;
	width: 90%;
	max-width: 200px;
	background: #FFF;
	border: solid 1px #969696;
	border-radius: 5px;
}
#rireki a:hover{
	color: #007ab1;
}
#rireki a::after{
	position: relative;
	display: inline-block;
	content: "";
	margin: auto;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 10px;
	width: 17px;
	height: 17px;
	background-image: url(../images/common/link-arrow_02.png);
	background-size: cover;
}	

/* --- Responsive --- */
@media screen and (max-width: 480px){
	#news-box{
		margin: 0 auto;
		width: 85%;
	}
	#news-box dl dt,
	#news-box dl dd{
		display: block;
	}
	#news-box dl dt{
		margin-bottom: 10px;
		border: none;
	}
}

/* ========================== */
/* Contents */
/* ========================== */
#contents{
	margin: 0 auto 80px;
	padding: 50px 0 35px;
	background: #cae5f4;
}
#contents > div{
	margin: 0 auto;
	width: 90%;
	max-width: 950px;
}
#contents > div > div{
	margin-bottom: 35px;
	padding: 22px;
	width: 48.5%;
	height: auto;
	background: #FFF;
	border-radius: 7px;
	box-shadow: 3px 3px 0 0 #a4bbc1;

}
#contents h2{
	margin-bottom: 22px;
	width: 100%;
	height: auto;

}
/*.ttl-icn{
	display: block;
	margin: 0;
	padding: 3px;
	width: 120px;
	height: auto;
	background: #FFF;
	border: solid 2px #00a5e3;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.ttl-icn img{
	width: 100%;
	height: auto;
}*/

.ttl-txt{
	position: relative;
	display: block;
	flex: 3;
	background-image: linear-gradient(0deg, #09a0bb, #4990ee);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;


}

.ttl-txt span:first-child{
	display: block;
	padding: 7px 20px 7px 20px;
	background: #bad0e3;
	border-top-right-radius: 10px;
	background-image: url(../images/top/number-line.png);
	background-size: 250px;
	background-position: center right 10px;
	border-top-left-radius: 10px;
	background-repeat: no-repeat;

}
.ttl-txt span:first-child::before{
	vertical-align: middle;
	padding: 0 40px 0 30px;
	content: "number";
	font-size: 1.6rem;
	font-weight: 400;
	color: #1a9ad2;
	background: #bad0e3;
}
.ttl-txt span:first-child::after{
	vertical-align: middle;
	padding-right: 10px;
	width: 100%;
	counter-increment: number 1;
	content: "0" counter(number);
	font-size: 2.3rem;
	font-weight: 400;
	color: #1a9ad2;
	background: #bad0e3;

	
}
.ttl-txt span:last-child{
	display: block;
	padding: 0 30px 15px 30px;
	left: 30px;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 3rem;
	color: #FFF;
	background-image: linear-gradient(5deg, #09a0bb, #4990ee);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#joho-kobun .ttl-txt span:last-child{
	padding-top: 20px;
}

/* --- Responsive --- */
@media screen and ( max-width:750px ){
	.ttl-txt span:last-child{
		font-size: 1.8rem;
	}
}
@media screen and ( max-width:700px ){
	.ttl-icn{
		margin: 0 auto 15px;
		width: 80%;
		border-radius: 8px;
	}
	.ttl-txt{
		display: block;
		position: static;
		width: 100%;
		height: auto;
		flex: none;
		border-radius: 10;
	}
	.ttl-txt span:first-child{
		text-align: center;
		padding: 5px 0;
		border-top-right-radius: 10;
		background-image: url(../images/top/number-line-sp.png);
		background-size: 200px;
		background-position: center ;
		background-repeat: no-repeat;
	}
	.ttl-txt span:first-child::before{
		padding: 0 5px 0 15px;
		font-size: 1.3rem;
	}
	.ttl-txt span:first-child::after{
		vertical-align: middle;
		padding-right: 10px;
		font-size: 1.9rem;
	}
	.ttl-txt span:last-child{
		display: block;
		position: static;
		text-align: center;
		padding: 20px 0;
		font-size: 2rem;
		line-height: 3rem;
		border-radius: 10;
	}
	#joho-kobun .ttl-txt span:last-child{
		padding-top: 18px;
	}
}
@media screen and ( max-width: 480px ){
	#contents div{
		display: block;
		margin: 0 auto;
		width: 85%;
	}
	#contents > div > div{
		margin-bottom: 50px;
		width: 100%;
	}
	.ttl-txt span:last-child{
		font-size: 2.2rem;
		line-height: 3rem;
	}
	#joho-kobun .ttl-txt span:last-child{
		padding-top: 20px;
	}
}

#contents ul{
	width: 100%;
	height: auto;
}
#contents ul li{
	margin: 0 auto 15px;
}
#contents ul li:last-child{
	margin: 0 auto;
}
#contents ul li a{
	position: relative;
	display: block;
	padding: 20px 30px 20px 50px;
	width: 100%;
	height: auto;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 2.8rem;
	border: solid 1px #9fa0a0;
	border-radius: 5px;
	box-shadow: 3px 3px 0 0 #9fa0a0;
}
#contents ul li a:hover{
	background: #f0f0f0;
}
#contents ul li a::before{
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/listmarker_01.png);
	background-size: cover;
}
#contents ul li a::after{
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/link-arrow_01.png);
	background-size: cover;
}
#contents ul li a span{
	display: inline-block;
}

/* --- Responsive --- */
@media screen and ( max-width:700px ){
	#contents ul li a{
		padding: 20px 30px 20px 35px;
	}
	#contents ul li a::before{
		left: 10px;
		width: 15px;
		height: 15px;
	}
	#contents ul li a::after{
		right: 8px;
		width: 18px;
		height: 18px;
	}
}

	

/* ========================== */
/* side */
/* ========================== */

#side{
	margin: 0 auto 10px;
	width: 100%;
}
#side ul{
	text-align: right;
	margin: 0 auto;
	padding: 3px 0;
	overflow: hidden;
	width: 90%;
	max-width: 770px;
}
#side ul li{
	display: inline;
	margin: 0 5px 0 0;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #19a4a4;
	text-decoration: none;
}
#side ul li::after{
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -5px 5px 0 0;
	padding: 0;
	width: 0.7em;
	height: 0.9em;
	background-image: url(../images/common/pankuzu-icon_yajirushi.png);
	background-size: cover;
}
#side ul li:first-child::after{
	margin: -5px 5px 0 0;
	width: 25px;
	height: 20px;
	background-image: url(../images/common/kowan-icon_airplane.png);
}
#side ul li a:hover {
	text-decoration: underline;
}

/* --- Responsive --- */
@media only screen and (max-width:480px){
	#side {
		margin: 0 0 20px;
		padding: 0;
	}
	#side ul li{
		margin: 0 5px 0 0;
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	#side ul li::before{
		margin: -5px 0px 0 0;
	}
}