@charset "UTF-8";
/* ==================================================
共通 SP
================================================== */

/* ==================================================
構造
================================================== */
#whole {
}

.inner { width: 90%; }

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp { display: block; }
.pc,
#header .assist { display: none;}

/*
ヘッダー
 ________________________________________________*/
#header .logo { 
	float: left; 
	margin-top: 20px;
	margin-left: 16px;
	width: 70%;
}

#header .logo img {
	width: 100%;
}


/*--------------------------------------  
　   menu  
---------------------------------------*/

.navi_area p { display: block; }

.smenu {
  display: block; 
	font-size: x-small;
	text-align: center;
  background: url(../img/icon_menu.png)no-repeat 50% 16px; 
	background-size: 44px auto; 
  width: 44px; 
  height: 40px; 
  border-radius: 4px; 
  padding: 44px 8px 8px;  
  position: absolute;
	top: 8px;
	right: 10px;
    z-index: 10001;
}
.close {
  background: url(../img/icon_close.png)no-repeat 50% 16px; 
}
.navion .smenu { display: none; }

.drawr {
    display: none;
    background-color:#ffffff;
    position: absolute;
    top: 0px;
    right:0;
    width:100%;
		height:100%;
    padding: 60px 0 20px 0;
    z-index: 10000;
}

#header .navi_area {
    float: none;
    width: 100%;
}

#header #navi {
    display: block;
    border-top: 1px solid #cccccc;
}

#header #navi li {
    width: 100%;
    text-align: left;
}
#header #navi li:last-child {
    width: 100%;
}

#header #navi li a {
    display: block;
    padding: 1.5em 2em;
    border-bottom: 1px solid #cccccc;
    width: 100%;
		background: url(../img/tri_green.jpg) 92% center no-repeat;
}

#header #navi li a span {
    border-right: none;
}

#header #navi li:first-child a span {
    border-left: none;
}

#header #navi li.current a { border-bottom: 1px solid #cccccc; }

#header .policy {
	width: 90%;
	margin: 2em auto;
}

#header .sp_assist {
	display: -ms-flexbox;
	display: flex;
	float: none;
	width: 90%;
	margin: 1em auto;
	text-align: center;
}
#header .sp_assist .text {
	width: 50%;
	padding: 10px;
	background:#eaeaea;
	border-radius: 6px 0 0 6px;
	border-right: 1px solid #cccccc;
}
#header .sp_assist .lang {
	width: 50%;
	padding: 10px;
	background:#eaeaea;
	border-radius: 0 6px 6px 0;
}

#header .sp_assist .text a {
	background: url(../img/icon_text.png)no-repeat 10px 50% #eaeaea;
	padding-left: 38px;
	display: inline-block;
}

#header .sp_assist .lang a {
	background: url(../img/icon_lang.png)no-repeat 10px 50% #eaeaea;
	padding-left: 38px;
	display: inline-block;
}


/*__ フッター ________________________________________________*/

#footer {
	padding: 68px 0 50px 0;
	position: relative;
}

#footer .info_area {
	float: none;
	margin: 20px auto 0;
	width: 80%;
	text-align: center;
}

#footer .info_area img {
	margin: 24px auto;
}

#footer_link { display: block; float: none; width: 90%; margin: 0 auto;}

#footer_link .imgbox {
	display: inline;
	width: 40%;
	float: left;
	margin-right: 0.5em;
}


#footer_link img {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}

#footer_link a {
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0 0 1em 0;
}

#footer_link .imgbox span {
	bottom: 10%;
	right: 8%;
	font-size: 0.8em;
}

#footer_link p.name {
	position: absolute;
    left: 45%;
    top: 40%;
    bottom: 40%;
	font-size: 78%;
}

#footer_link p.name2 {
	position: absolute;
    left: 45%;
    top: 28%;
    bottom: 40%;
	font-size: 78%;
}


#footer .footer_copy {
	margin-top: 0;
	padding: 0;
	border-top: none;
	text-align: center;
}

#footer .footer_copy p {
	margin-bottom: 2em;
}
#footer .footer_copy .tolink {
	float: none;
}
#footer .footer_copy .copyright {
	float: none;
}