@charset "UTF-8";

/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/

html{
	font-size:62.5%;
}

body{
	margin:0;
	padding:0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	position:relative;
	color:#222222;
	background:#FFFFFF;
}

#wrapper {
	overflow: hidden;
	position: relative;
	background-size: 600px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	background-size: 700px;
}

/* ここからメニュー-------------------------------------------------------------- */
#top-menu{
	position:relative;
	width:1040px;
	margin:0 auto;
	height:120px;
}

.logoarea img{
	width:auto;
	height:90px;
	height:9.0rem;
	padding:15px 0 15px 0px;
}

#mainarea{
	width: 1040px;
	margin:0 auto;
	margin-top: 36px;
}

#infotop{
	width:100%;
	display: inline-block;
	margin-top: 18px;
	margin-top: 1.8rem;
	font-size:18px;
	font-size:1.8rem;
	line-height:27px;
	line-height:2.7rem;
	letter-spacing:0.9px;
	letter-spacing:0.09rem;
	font-weight: normal;
}

.leftwrite{
	width: 380px;
	float: left;
}

.rightwrite{
	width: 660px;
	float: right;
}

.multiline{
	margin-top: 9px;
	margin-top: 0.9rem;
}

#footerbox{
	height:174px;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 1080px) {

/* ここからメニュー */
#top-menu{
	width:90%;
	height:96px;
}

.logoarea img{
	height:64px;
	height:6.4rem;
	padding:16px 0 16px 0px;
}

#mainarea{
	width:90%;
	margin-top: 32px;
}

#infotop{
	margin-top: 16px;
	margin-top: 1.6rem;
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	line-height:2.8rem;
	letter-spacing:1.2px;
	letter-spacing:0.12rem;
}

.leftwrite{
	width: 30%;
}

.rightwrite{
	width: 70%;
}


.multiline{
	margin-top: 8px;
	margin-top: 0.8rem;
}

#footerbox{
	height:144px;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 680px) {

/* ここからメニュー */
#top-menu{
	width:95%;
	height:72px;
}

.logoarea img{
	height:48px;
	height:4.8rem;
	padding:12px 0 12px 0px;
}

#mainarea{
	width:95%;
	margin-top: 24px;
}

#infotop{
	margin-top: 12px;
	margin-top: 1.2rem;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing:1.35px;
	letter-spacing:0.135rem;
    line-height:30px;
    line-height:3rem;
}

.multiline{
	margin-top: 6px;
	margin-top: 0.6rem;
}

#footerbox{
	height:108px;
}


}