/* common CSS */

/* ����p */
@media print{
*{
}
div{
color:#333333;
font-size:9pt;
}
a{
color: #E06C00;
text-decoration: none;
}
img{
border: 0px;
}
#page{
width:auto;
}
#center{
display: none;
}
#header{
}
#menu{
display: none;
}
#menu img{
width:120px;
margin-top:10px;
}
#footer{
width:auto;
height: 50px;
text-align: center;
float: left;
font-size: 8pt;
color: #999999;
margin-top:30px;
}
nav{
	display:none;
}
.box_icon{
	display:none;
}
}
/* ��ʕ\���p */
@media screen{
*{
margin: 0px;
padding: 0px;
}
html{
	font-size:14px;
}
body{
	font-family: "Noto Sans JP", serif;
	line-height: 1.8em;
}
img{
	max-width:100%;
}
.only_sp{
	display:none;
}
div {
color:#333333;
/*font-size:9pt;*/
/*float: left;
display: inline;*/
}
header{
	border-bottom: 1px solid #d3d3df;
    margin-bottom: 40px;
    position:relative;
        padding: 0 15px;
}
.wrap_headeritem {
    display: flex;
    align-items: center;
}
.wrap_headeritem .box_icon {
    margin-left: auto;
}
.wrap_headeritem .box_icon .icon_line {
    height:40px;
    display: block;
}
.box_logo {
	width: fit-content;
}
#page{
max-width:960px;
margin:0 auto;
padding: 20px 0;
}
h1 {
    color: #121269;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 1.5em;
}
nav {
    padding: 1em 0;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
nav ul li a {
    color: #121269;
}
.btn_nav_open {
	display:none;
    width: 30px;
    height: 20px;
    margin-left: auto;
    border-top: 1px solid #121269;
    border-bottom: 1px solid #121269;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
.btn_nav_open:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #121269;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
#page .page_title{
	margin-bottom:40px;
}
#center{
	width: 50%;
	margin-right: -360px;
	display:none;
}
#header{
width:760px;
height:60px;
background-image:url(../img/header.gif);
background-repeat: no-repeat;
}
#menu{
width:150px;
height:500px;
background-image:url(../img/menu_line.gif);
background-repeat: no-repeat;
float:left;
}
/*.banner_menu{
width:142px;
height:38px;
margin-top: 30px;
margin-left: 8px;
}*/
.banner_menu {
    width: 80%;
    /* height: 38px; */
    margin-top: 42px;
    /* margin-left: 8px; */
    border: 1px solid #121269;
    color: #121269;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1em;
}
#menu img{
width:120px;
margin-top:10px;
}
#footer{
    text-align: center;
    font-size: 8pt;
    color: #999999;
    margin-top: 30px;
    padding-bottom: 3em;
}
a {
	color: #E06C00;
	text-decoration: none;
}
img {
	border: 0px;
}
}

@media screen and (max-width:900px){
	.contents_area {
		padding: 0 15px;
	}

}

@media screen and (max-width:600px){
	#page{
		padding-top:0;
	}
	.only_sp{
		display:block;
	}
	br.only_sp{
		display:inline;
	}

	.box_logo img {
		height: 48px;
		display: block;
	}
	header{
		padding:5px 10px;
		display: flex;
	}
	nav{
		display:none;
		position:fixed;
		width:100%;
		height:100vh;
		top:0;
		left:0;
		background-color:#fff;
		z-index: 10;
	}
	nav ul {
	display: block;
	padding: 6em 2em 2em;
	}
	nav ul li {
	margin: 0 auto;
	width: fit-content;
	margin-bottom: 2em;
	font-size: 1.2rem;
	}
	.btn_nav_open{
		display:block;
	}
	.btn_nav_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn_nav_close:before,.btn_nav_close:after {
    content: "";
    display: block;
    width: 141%;
    height: 1px;
    background-color: #121269;
    position: absolute;
}
.btn_nav_close:before {
    transform: rotate(45deg);
    transform-origin: left;
    left: 0;
    top: 0;
}
.btn_nav_close:after {
    transform: rotate(-45deg);
    transform-origin: left;
    left: 0;
    bottom: 0;
}
}