@charset "utf-8";
body{
	font-size:13px;
	font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','sans-serif';
	border: #eec445 solid 5px;
	background: url(../img/index/bg.gif);
	color: #222;
	line-height: 1.8;
}
::selection {
    background: #EC6D5A;
    color: #fff;
}
.wrapper{
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
}
a{
	color:#222;
	display: inline-block;
}
.closeimg,.closetext{
	opacity: 0.5;
}
.fix_top,.fix_bottom{
	height: 5px;
	background: #eec445;
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
}
.fix_top{
	top: 0;
}
.fix_bottom{
	bottom: 0;
}
.youtube_btn_fix{
	background: #eec445;
    font-size: 25px;
    position: fixed;
    width: 25px;
    height: 25px;
    z-index: 11;
    line-height: 1;
    text-align: center;
    top: 15px;
    right: 20px;
}
.youtube_btn_fix a{
	color: #fff;
}
.youtube_btn_fix:before {
	content: '';
    position: fixed;
    top: -120px;
    right: -90px;
    width: 140px;
    height: 140px;
    background: #eec445;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||  side  ||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.sidearea{
	width: 210px;
	float: right;
}
.side_section{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.section_title{
	width: 100%;
	color: #fff;
	background: #555;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.side_section ul li a,.etoseries{
	padding-left: 10px;
	background: url(../img/index/listbg.gif) left top no-repeat;
	display: inline-block;
	margin: 2px 0;
}
.paper_side_banner{
	margin-bottom: 20px;
	display: block;
}
.etoseries{
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.sidearea{
		display: none;
	}
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||  menu  |||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.pageheader{
	display: none;
}
.header_logo{
    margin-top: 9px;
    display: inline-block;
}
#acMenu {
    display: none;
}
#acMenuContents{
    display:none;
}
body.open {
  overflow: hidden;
}
#acMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
#acMenu.active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% { height: 0; }
}
@keyframes active-menu-bar02 {
  100% { height: 0; }
}
#acMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||  footer  ||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.gray_link{
	padding: 5px 10px;
	color: #fff;
	letter-spacing: 1px;
	background: #555;
	text-decoration: none;
	display: inline-block!important;
	margin-top: 15px;
	width: 140px;
	text-align: center;
	box-sizing: border-box;
}
.copyright{
	width: 100%;
	line-height: 2;
	background: #eec445;
	text-align: center;
	color: #fff;
	padding: 3px 0;
	letter-spacing: 1.5px;
	font-size: 11px;
}
.yellow_line{
	background: linear-gradient(transparent 60%,#f3e340 0%);
	padding-bottom: 3px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.footer_com_l{
	width: calc( 100% - 460px );
	float: left;
	padding-right: 30px;
}
.footer_com_l p{
	margin-top: 10px;
}
.footer_com_l img{
	float: right;
	margin-top: 10px;
}
.footer_com_r{
	width: 460px;
	float: right;
	text-align: right;
}
.footer_com_r a{
	margin-left: 15px;
	display: inline-block;
}
footer{
	background: #fff;
	border-top: 1px solid #eee;
	margin-top: 60px;
}
footer .wrapper{
	padding: 35px 20px 30px;
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||  TOPへもどるボタン  |||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #144D92;
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.pagetop a:hover {
    background-color: #144D92;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 920px) {
	.footer_com_l{
		width: calc( 100% - 230px );
	}
	.footer_com_r{
		width: 210px;
	}
	.footer_com_r a{
		margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 768px) {
	body{
		padding-top: 50px;
	}
	.hide768{
		display: none;
	}
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	/*||||||||||||||||||||  menu/side  ||||||||||||||||||||||||*/
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	.spmenu_logo{
		display: inline-block;
		margin: 12px 0 0 0;
	}
	.pageheader{
		display: block;
		background: #eec445;
		height: 50px;
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		padding: 0 5px;
	}
	.side_section{
		width: 46%;
		float: left;
		margin: 0 2% 20px 0;
		border: none;
	}
    #acMenu {
        display: block;
        position: relative;
        width: 26px;
        height: 22px;
        margin-top: 15px;
        cursor: pointer;
        outline: none;
        float: right;
		z-index: 999;
    }
    #acMenuContents{
        width: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 999;
        padding: 20px 0;
		background: #fff;
        /*background: rgba(255,255,255,0.9);*/
        display:none;
		overflow-y: auto;
		height: calc( 100% - 50px );
    }
	#acMenuContents::-webkit-scrollbar {
		display: none;
	}
    #acMenu,
    #acMenu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    #acMenu span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 2px;
    }
    #acMenu span:nth-of-type(1) {
        top: 0;
    }
    #acMenu span:nth-of-type(2) {
        top: 9px;
    }
    #acMenu span:nth-of-type(3) {
        bottom: 0;
    }
    .anchor{
        display: block;
        margin-bottom: 15px;
    }
	.side_section{
		width: 49%;
		margin: 0 2% 30px 0;
		padding: 0;
	}
	.side_section:nth-child(even){
		margin: 0 0 20px 0;
	}
	.section_title{
	    color: #222;
	    padding: 0 0 0 10px;
	    border-left: 5px #eec445 solid;
    	font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.5em;
		background: none;
	}
	.eto_section{
		max-width: 210px;
		margin-right: 25px!important;
	}
	.paper_side_banner {
	    margin: 0 20px 20px 0;
	    display: inline-block;
	}
	.youtube_btn_fix{
		display: none;
	}
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	/*||||||||||||||||||||  footer  |||||||||||||||||||||||||||*/
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	.footer_com_l{
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer_com_r{
		width: 100%;
		float: none;
		text-align: left;
	}
	.footer_com_r a{
		width: 49%;
		max-width: 210px;
		margin: 20px 2% 0 0;
		float: left;
	}
	.footer_com_r a:nth-child(even){
		margin: 20px 0 0 0;
	}
	footer{
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px){
	body{
		padding-top: 40px;
	}
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	/*||||||||||||||||||||  menu/side  ||||||||||||||||||||||||*/
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	.spmenu_logo{
		margin: 6px 0 0 0;
		width: calc( 100% - 60px );
		max-width: 340px;
	}
    #acMenuContents{
        top: 40px;
		height: calc( 100% - 40px );
    }
    .pageheader{
        height: 40px;
    }
    .header_logo {
        margin-top: 5px;
        width: 70px;
    }
    #acMenu {
        margin-top: 10px;
    }
	.side_section{
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}
	.paper_side_banner{
		width: 49%;
		margin: 0;
		float: left;
	}
	.paper_side_banner:nth-child(even){
		margin: 0 0 0 2%;
	}

	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	/*||||||||||||||||||||  footer  |||||||||||||||||||||||||||*/
	/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
	.footer_com_l img {
	    margin: 0 0 0 10px;
		width: 40%;
	}
	footer .wrapper{
		padding: 20px;
	}
}
