@charset "UTF-8";
/*fadeview*/
/* .viewer
------------------------- */
ul {margin: 0;padding: 0;}
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}
/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}
/*お知らせ*/
#info {
	position: relative;
	left: -2%;
	width: 100%;
	margin: 0 0 50px;
	border-top: 1px solid #F69;
	border-bottom: 1px solid #F69;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}@media screen and ( max-width:480px){#info {margin-bottom: 30px;left: 0;}}
	#info > #left {
		position: relative;
		width: 25%;
		padding: 0 1%;
		background-color: #F69;
		color: #FFF;
		line-height: 30px;
		padding-top: 3px;
		text-align: center;
		font-size: 1.6rem;
	}@media screen and ( max-width:480px){#info > #left {font-size: 1.2rem;;}}
	#info > #right {
		position: relative;
		width : 72%;
		background-color: #FFF;
		font-size : 1.8rem;
		text-align : center;
		line-height: 34px;
		overflow : hidden;
		margin-left:3%; 
	}
	#info > #right > span {
		margin:0;
		display : inline-block;
		padding-left: 100%;
		white-space : nowrap;
		line-height : 1em;
		animation : scrollSample02 15s linear infinite;
		color: #333;
	}
@keyframes scrollSample02 {
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}
/*welcom message*/
.cont1 > #block3 {
	position: relative;
	color: #333;
	font-size: 1.6rem;
	padding: 5px 0;
	line-height: 180%;
	width: 100%;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}@media screen and ( max-width:480px){.cont1 > #block3 {flex-wrap: wrap-reverse;}}
	.cont1 > #block3 > #left {
		position: relative;
		width: 65%;
		margin: 0 auto;
		line-height: 200%;
	}@media screen and ( max-width:900px){.cont1 > #block3 > #left {width: 96%; font-size: 1.4rem;}}
	.cont1 > #block3 > #right {
		position: relative;
		width: 33%;
		margin-left: 2%;
		text-align: center;
		font-size: 1.2rem;
		line-height: 180%;
	}@media screen and ( max-width:480px){.cont1 > #block3 > #right {width: 100%; font-size: 1.4rem;
		padding: 20px 0;}}
		.cont1 > #block3 > #right > img {
			position: relative;
			width: 100%;
			border: 1px solid #CCC;
			padding: 3px;
		}@media screen and ( max-width:480px){.cont1 > #block3 > #right > img {width: 50%;}}
/*七つの安心ポイント*/
#anshin {
	position: relative;
	width: 96%;
	margin: 50px auto;
    padding: 1em 1%;
    border-radius: 10px;
    background: #F9C;
    box-shadow: 0px 0px 0px 5px #F9C;
    border: solid 3px #F9c;
}@media screen and ( max-width:900px){#anshin {width: 98%;}}
	#anshin > #line1 {
		position: absolute;
		display: inline-block;
		top: 15px;
		left: 10px;
		padding: 0 9px;
		font-size: 2.4rem;
		background-color: #F9C;
		color: #FFF;
		font-weight: bold;
	}@media screen and ( max-width:900px){
		#anshin > #line1 {
		position: relative;
		display: block;
		top: 0;
		left: 0;
			font-size: 2.2rem;
	}
}
	#anshin > ol {
		position: relative;
		background-color:  #FFF;
		margin: 45px 0 5px;
		padding: 25px 2% 25px 40px;
		border-radius: 7px;
		font-size: 1.8rem;
	}@media screen and ( max-width:900px){
		#anshin > ol {
margin-top: 25px;
		font-size: 1.6rem;
		}
}
	#anshin > ol > li {
		position: relative;
		margin: 30px auto;
		padding-bottom: 4px;
		border-bottom: 1px solid #F9C;
		font-weight: bold;
		/*list-style-position: inside;*/
	}@media screen and ( max-width:900px){
		#anshin > ol > li {
			border: none;
			color: #666;
			margin: 10px auto;
		
		}
}
#rec_ban {
position: relative;
margin: 30px auto;
}@media screen and ( max-width:500px){
#rec_ban {width:96%;}
}
