@charset "utf-8";
/* CSS Document */

/*-----------------------bace-------------------------*/

img{
	vertical-align: bottom;
}
*{
	box-sizing: border-box;
}
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

@media only screen and (max-width: 767px){
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}
body{
	color: #231815;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}

a{
	text-decoration: none;
}

header{
	height: 70px;
	background:#FFFFFF url(../images/line_01.png) repeat-x bottom;
}

#logo{
	width: 960px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: right;
}

/*-----------------------main-----------------------*/


.head{
	position: relative;
	background:url(../images/viede_bg_03.jpg) ;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 50px;
}

.wrap{
	width: 960px;
	margin: 0 auto;
}

h1{
	padding-top: 15px;
}

.mainImg{
	padding-top: 15px;
	margin-bottom: 15px;
}

.tapioka{
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0 9px 20px #404040;
}

.summary{
	width: 890px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.summary h2{
	color: #fff600;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 3px 3px 4px #2a2a2a;
	text-align: left;
	margin-bottom: 20px;
}

.summary p{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 60px;
}

.head :after{
	content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: -126.66667vw;
    bottom: -26.66667vw;
    left: -126.66667vw;
    margin: auto;
    border-radius: 100% 100% 0 0;
    width: 126.66667vw;
    height: 33.6vw;
    background: #fff;
}

.column{
	z-index: 10;
	position: relative;
	width: 890px;
	margin: 0 auto;
	background: url(../images/viede_img_02.png) no-repeat top 51% right;
	padding-bottom: 20px;
}


.column h2{
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
	text-align: center;
	margin-bottom: 20px;
}

.column h3{
	text-align: left;
}

.column p{
	width: 744px;
	padding-left: 147px;
	text-align: left;
	margin-bottom: 28px;
}

.cotent{
	background-color:#feebc3;
}

.tidbits{
	width: 890px;
	height: 530px;
	margin: 0 auto;
	padding-top: 18px;
}

.tidbits li:first-child{
	float: left;
	width: 50%;
	margin-right: 25px;
}

.tidbits li:first-child h2{
	margin-bottom: 15px;
}

.tidbits li:first-child p{
	text-align: left;
	font-weight: bold;
	line-height: 2.0;
}

.foot{
	background:url(../images/viede_bg_02_01.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.useful{
	margin: 30px 0 48px;
}

.Notes small{
	width: 890px;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding:15px 0 45px;
}

.link{
	text-align: right;
	margin:0 70px 0 0;
	padding-bottom: 35px;
}

footer{
	padding: 30px 0 20px;
	background:url(../images/line_01.png) repeat-x;
	text-align: center;
}

footer small{
	font-size: 11px;
	margin-top: 15px;
}


/* UItoTop jQuery Plugin
-------------------------------------- */
#toTop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 10;
	width: 100px;
	height: 126px;
	background: url(../images/pagetop_01.png) no-repeat left top;
	border: none;
	text-indent: -999px;
	text-decoration: none;
	overflow: hidden;
}
#toTop:active, #toTop:focus {
	outline: none;
}

.tidbits:after{
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:767px),print{
	body{
		font-size: 14px;
	}
	
	img{
		max-width: 100%;
		height: auto;
	}
	main{
		max-width: 100%;
	}
	.wrap{
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}
	
	.head{
		background:url(../images/sp_viede_bg_01.jpg) no-repeat;
		background-size: cover;
		background-attachment: scroll;
		padding-bottom: 0;
		
	}
	.head :after{
		display: none;
	}
	#logo{
		width: 100%;
		padding-right: 10px;	
	}
	h1{
		width: 100%;
		padding: 10px;
	}
	.tapioka{
	    background-color: #FFFFFF;
	    padding: 5px;
	    box-shadow: 0 7px 12px #404040;
}
	h1 img{
		width: 100%;
		height: auto;
	}
	.summary{
		width: 100%;
	}
	.summary h2{
	    font-size: 17px;
	    text-shadow: 3px 3px 4px #2a2a2a;
	    text-align: left;
	    margin-bottom: 20px;
    }
	.summary p{
	    font-size: 14px;
	    text-align: left;
	    line-height: 2.0;
		margin-bottom: 0;
    }
	.column{
		width: 100%;
		padding: 20px 10px 0;
		background-image: none;
	}
	.column h3{
		margin-bottom: 10px;
	}
	.column p{
		width: 100%;
		padding-left: 0;
	}
	.column p br{
		display: none;
	}
	.tidbits{
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	.tidbits li:first-child{
		float: none;
		width: 100%;
	}
	.tidbits li p{
		margin-bottom: 15px;
	}
	.foot{
		padding-top: 20px;
		background: url(../images/sp_viede_bg_02.jpg) no-repeat;
		background-attachment: scroll;
	}
	.Notes small{
		width: 100%;
		font-size: 10px;
		text-align: left;
	}
	.link{
		margin-right: 0;
	}
}








