@charset "utf-8";
/* CSS Document */

body {
    font-family: Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Yu Gothic UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro,Hiragino Sans;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
	color: #333333;
}
a  {
	color: #666666;
	text-decoration: none;
}
input,textarea,select {
	font-family: Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Yu Gothic UI,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro,Hiragino Sans;
	width: 100%;
	margin: .5rem 0;
	padding: .6rem;
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 16px;
	color: #333333;
}
input:focus, textarea:focus, select:focus {
	border: 0px solid #999999;
	outline: 1px solid #A9D37E;
	background-color: #fff8dc;
}
a:active {
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
header{
    width: 100%;
    margin: 0 auto;
	padding: .5rem 0;
    background-color: #ffffff;
    border-top: 0px solid #A9D37E;
    border-right: 0px solid #A9D37E;
    border-bottom: 1px solid #A9D37E;
    border-left: 0px solid #A9D37E;
}
footer{
    width: 100%;
    margin: 0 auto;
}
nav {
	width: 100%;
	margin: 0 auto;
}
main{
	width: 100%;
	margin: 0 auto;
}
aside{
	width: 100%;
}


@media screen and (max-width: 1280px) {
    .container{
        width: 1280px;
    }
    .into-wrapper{
        width: 1280px;
    }
    .into-outer{
        margin: 0 auto;
    }
    .into-inner{
        margin: 2rem 1rem;
    }
    .sitename-notice{
        padding: 3rem 0;
        font-size: 3rem;
        font-weight: 800;
        color: #666666;
        text-align: center;
    }
}