/* screens smaller than 690---------------------------------------------------------- */
@media screen and (max-width:690px) {

	body {
		min-width: 0;
	}
	/*layout*/
	/*------------------------------------------------------------------------------*/

	.titlearea{
		width: 100%;
		margin: 0;
		padding: 30px 0 20px;
	}
	.toptitle02{
		font-size: 200%;
	}
	.toptitle03{
		font-size: 150%;
		margin-bottom: 10px;
	}
	.lead{
		width: 100%;
		line-height: 1.7;
		font-size: 15px;
		margin-top: 5px;
	}
	/*header*/
	/*------------------------------------------------------------------------------*/
	header {
		position: fixed;
		width: 100%;
		height: 50px;
		border-bottom: solid 1px #CC0000;
		min-width: 0;
	}
	#header_left {
		width: 100%;
		float: none;
		margin-left: 3%;
	}
	#header_right {
		width: 100%;
		float: none;
	}
	/*header h1 {*/
	header h1.head-copy {
		margin-bottom: 10px;
	}
	#logo {
		width: 150px;
	}
	#headnav {
		display: none;
	}

	.header_inner {
		/* margin-top: 5px; */
	}

	.logo_inner {
		width: 153px;
		margin-top: 10px;
		margin-left: 10px;
	}
	
	.wrapper .flexslider{
		margin-top:0;
	}

	/*globalnav*/
	/*------------------------------------------------------------------------------*/
	#globalnav {
		margin: 0;
		display: block;
		float: none;
	}
	#gnav_btn {
		display: block;
	}
	#gnav_btn a {
		width: 25px;
		height: 25px;
		background: url(../../image/common/gnav_btn.gif) no-repeat 0 0;
		background-size: 25px 25px;
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 37px;
		right: 3%;
	}
	#globalnav_in {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		background-color: #fff;
		position: absolute;
		left: 0;
		z-index: 100;
	}
	#globalnav ul {
		display: none;
	}
	#globalnav li {
		display: block;
		text-align: left;
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	#globalnav li:first-child {
		border-top: 1px solid #ddd;
	}
	#globalnav li a {
		display: block;
		padding: 20px 10px;
		border-bottom: none;
		text-decoration: none;
		webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		position: relative;
		display: block;
	}
	#globalnav li a::after {
		position: absolute;
		top: 50%;
		right: 5%;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #888;
		border-right: 1px solid #888;
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#globalnav li a:hover, #globalnav li.main_current a {
		border-bottom: none;
		background-color: #eee;
	}

	/*footer*/
	/*------------------------------------------------------------------------------*/
	footer {
		padding-top: 0;
		padding-bottom: 0;
	}

	footer
	#footer_top {
		width: 94%;
		padding-bottom: 10px;
	}
	#footer_logo {
		width: 50%;
		float: none;
		margin: 0 auto 25px;
	}

	.footer_menu {
		display: none;
	}

	.footnav {
		float: none;
		width: 100%;
	}
	.footnav li {
		margin-bottom: 15px;
	}
	.footnav li ul {
		display: none;
	}
	#footer_bottom {
		width: 100%;
		background-color: #FFFFFF;
		color: #000000;
		padding-top: 0;
	}
	.footnav_b {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	.footnav_b li {
		padding-right: 15px;
		margin-right: 15px;
	}
	small {
		float: none;
		text-align: center;
	}
  #copyright {
	  padding: 0 10px;
  }
	.footer_list > li {
		margin-left: 0;
		padding-left : 20px;
		font-size : 12px;
	}
	.footer_list > li > span {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.footer_list > li > span.corporate {
		position:relative;
	}
	.footer_list > li > span.corporate::before {
		content:"";
		height:2px;
		width: calc(100% + 20px) ;
		position:absolute;
		top:0;
		left:-20px;
		background:#fff;
		
	}

	.footer_list .pc_none {
		display: inline-block;
	}

	.footer_menu {
		padding-top: 0px;
		padding-bottom: 10px;
		margin-bottom:0;
	}
	.footer_menu > li {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.footer_menu > li > a {
		padding-top: 8px;/* 2px; */
		padding-bottom: 8px;/* 2px; */
		
		display: inline-block;
		width: 100%;
	}

    .footer_menu > li a::before {
	    top:7px;
	}

	.fotter_content_trigger_sp,
	.fotter_content_trigger_sp_no,
	.fotter_content_sp {
		border: none !important;
		display: block;
		/* padding-top: 14px !important; */
		/* padding-bottom: 14px !important; */
	}
	.footer_content_link {
		border: none !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.footer_content_link a {
		display: inline-block;
		width: 100%;
	}

	.fotter_content_trigger_sp:after {
		content: "+";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 0;
		font-size: 20px;
		line-height: 42px;/* 60px; */
	}

	.trigger_active:after {
		content: "-";
		display: inline-block;
		position: absolute;
		right: 23px;
		top: 0;
		font-size: 25px;
		line-height: 42px;/* 60px; */
	}

	.fotter_menu_content_sp {
		width: 100% !important;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
	}

	.sp_ds_none {
		display: none !important;
	}

	.go_top {
		height: 40px;
		text-align: center;
		background-color: #D2D2D2;
		display: block;
		/*margin-bottom: 10px;*/
		font-size: 12px;
		line-height: 40px;
		position: relative;
	}

	.go_top:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 110px;
		top:18px;
		width: 8px;
		height: 8px;
		margin-left: 8px;
		vertical-align: middle;
		border-left: solid 1px #000000;
		transform: rotate(135deg);
		border-bottom: solid 1px #000000;
	}

	.top_back_button {
		display: none;
	}

	.sp_footer_menu {
		display: flex;
		flex-wrap: wrap;
		padding-top : 10px;
		padding-left : 20px;
		font-size: 10px;
	}
	.sp_footer_menu li {
		width: 50%;
		margin-bottom : 10px;
	}
	.sp_footer_menu li:last-child {
		width: 100%;
		margin-bottom : 10px;
	}

	.sp_footer_menu a{
		color : #FFFFFF;
		font-size : 10px;
	}

	.footer_list > li + li {
		margin-left: 0;
	}

	/* pagetop */
	/*------------------------------------------------------------------------------*/
	#topcontrol {
		display: none;
	}
	.site_navi_line {
		display: block;
		margin-top: 10px;
		margin-right: 45px;
	}
	.mypage_login_button {
		/* padding: 3px 8px 3px 5px; */
		/* line-height: 1; */
	}

	.mypage_login_button > a:before {

		width: 16px;

		height: 16px;

		margin-right: 0px;
	}










/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav_wrap{margin-top: 30px;}
#subnav {
	padding-left: 10px;
	padding-right: 10px;
}
#subnav_title{
	font-size: 100%;
	padding: 10px 5px;
}
#subnav_title a{width: 100%;}
#subnav > ul{width: 100%;padding-top: 10px;}
#subnav li{
	width: 100%;
	margin-right: 0;
}
#subnav.manu li{width: 100%;position: relative;}
#subnav li a{
	font-size: 12px;
}

#subnav li:nth-child(4n),
#subnav.manu li:nth-child(3n){margin-right: 0;}
#subnav li ul::before {display: none;}
#subnav li ul,
#subnav.manu li.nav01 ul,
#subnav.manu li.nav01 ul ul{
	width: 100%;
	margin-left: auto; 
}
#subnav.manu li.nav01 ul,
#subnav.manu li.nav01 ul ul{
	margin: 5px 0;
}
.acobtn{
    display: inline-block;
}
.acobtn::before {
    content: "-";
    display: inline-block;
    font-size: 40px;
	line-height:42px;
    position: absolute;
    right: 10px;
    top: -12px;
    width: 30%;
    height: 30px;
	text-align:right;
}
.acobtn.active::before {
	content: "+";
	font-size: 24px;
    top: -12px;
}

#subnav li li a::before {
	top:8px;
}



.spdn {
    display: none;
}


.hamburger_menu_contents_list > li > ul {
	padding-left:15px;
}

.hamburger_menu_contents_list > li > ul > li > a {
	padding-left: 15px;
	text-indent: -15px;
}




}


