@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: 0;
	}

html{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
	font-size: 105%;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align:left;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #222;
	background:#FDFDF4;
	}

ul{list-style: none;}

a{color: #C93A66;}
a:hover{text-decoration: none;}

table td,table th{border: none;}

em{
	font-style: normal;
	color: #D50205;
}

/*---------------------------------------------------------------------------------
page/main
---------------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	display: block;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------*/
header{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 30px auto;
}

	h1{
		display: block;
		overflow: hidden;
		color: #A6A2A2;
		border: 1px #aaa solid;
	}

	h1 img{
		width: 100%;
	}



/*---------------------------------------------------------------------------------
main
---------------------------------------------------------------------------------*/
main{
	display: block;
	overflow: hidden;
}

section{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 0 auto 80px;
}

h3{
	font-size: 110%;
}

	section div.box1{
		width: 46%;
		display: block;
		float: left;
	}

	section div.box2{
		width: 49%;
		display: block;
		float: right;
	}

section div.box2 img{
	width: 100%;
}

.maas a{
	color:#0382EB;
	font-size: 130%;
}

/*---------------------------------------------------------------------------------
foot
---------------------------------------------------------------------------------*/
foot{
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: #1979A7;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 20px 0;
	font-weight: 400;
}



