@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#2a2a2a;
margin:0;
padding:0;
background:url(../images/common/body_back.jpg);
/* font-family:"游ゴシック", "Yu Gothic", YuGothic,"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: TsukuGoPr5-R , "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;

}

a:link{ color:#2a2a2a;text-decoration:none;}
a:visited{ color:#2a2a2a;text-decoration:none;}
a:hover{ color:#2a2a2a;text-decoration:none;}
a:active{ color:#2a2a2a;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
.hover {
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.hover:hover {
	opacity:0.7;
}


/*
html ----------------------------------------------------------*/




/* body base
===============================================================*/
.is-flowHead {
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	z-index: 10000;
}
#wrap {
	padding: 83px 0 140px 0;
}


.top section {
}
.top section .inner {
	width: 1320px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
#wrap {
	padding: 46px 0 60px 0;
}

.top section .inner {
		width: 100%;
		margin: 0 auto;
	}
}





/* header
===============================================================*/
#header{
  background: #f9f8f8;
  height: 48px;
}
.l-headerWrap {
	width: 1320px;
	margin: 0 auto;
	display: table;
}
.l-headerWrap__logo,
.l-headerWrap__disc,
.l-headerWrap__tell,
.l-headerWrap__mail,
.l-headerWrap__contact {
  display: table-cell;
  vertical-align: middle;
}
.l-headerWrap__logo {
  text-align: left;
  width: 192px;
  padding-right: 20px;
}
.l-headerWrap__discText {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #1d5b4a;
}
.l-headerWrap__tell {
  width: 190px;
}
.l-headerWrap__tellText,
.l-headerWrap__mailText {
  color: #1e5b4b;
  line-height: 21px;
  text-align: left;
}
.l-headerWrap__tellText {
  background: url(../images/common/header_icon_tell.png) no-repeat left center;
  font-size: 21px;
  padding-left: 35px;
}
.l-headerWrap__mail {
  width: 207px;
}
.l-headerWrap__mailText {
  background: url(../images/common/header_icon_mail.png) no-repeat left center;
  font-size: 16px;
  padding-left: 35px;
}
.l-headerWrap__contact {
  width: 240px;
  padding: 4px 0 6px 0;
}
.l-headerWrap__contact--link {
  display: block;
  background: #02a98c;
  color: #FFF;
  font-weight: bold;
  border-bottom: #118a72 4px solid;
  font-size: 15px;
  line-height: 15px;
}
.l-headerWrap__contact--link span {
  color: #FFF;
  background: url(../images/common/icon_arrow_01.png) no-repeat right center;
  background-size: 15px 15px;
  display: inline-block;
  padding: 10px 45px 10px 9px ;
}
.l-headerWrap__spMenuBtn {
  display: none;
}
@media screen and (max-width: 640px) {
  #header{
    height: auto;
    border-bottom: #34a083 3px solid;
  }
  .l-headerWrap {
    width: 100%;
    margin: 0 auto;
  }
  .l-headerWrap__logo,
  .l-headerWrap__disc,
  .l-headerWrap__tell,
  .l-headerWrap__mail,
  .l-headerWrap__contact {
  }
  .l-headerWrap__logo {
    text-align: left;
    width: 160px;
    padding: 10px 0 10px 10px;
  }
  .l-headerWrap__disc {
    display: none;
  }
  .l-headerWrap__tell {
    display: none;
  }
  .l-headerWrap__mail {
    display: none;
  }
  .l-headerWrap__contact {
    display: none;
  }
  .l-headerWrap__spMenuBtn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 5px 0 2px 0 ;
  }
  
}

/* グローバルナビ
===============================================================*/
#g_nav {
	width: 100%;
	border-bottom: #62be7a 4px solid;
  background: #f9f8f8;
}
#g_nav nav {
	width: 1320px;
	margin: 0 auto;	
}
#g_nav nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	width: 100%;
}
#g_nav nav ul li {
	position: relative;
  flex-grow:1;
}
#g_nav nav ul li::before {
	content: "";
	display: block;
	padding-bottom: 4px;
	background: #34a083;
	width: 100%;
	position: absolute;
	bottom:-4px;
	left: 0px;
}
#g_nav nav ul li a {
	text-align: center;
	display: block;
	padding: 9px 0 8px 0;
	font-size: 14px;
	line-height: 14px;
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */		
}
#g_nav nav ul li a:hover,
#g_nav nav ul li a.on {
	background: #34a083;
	color: #FFFFFF;
	font-weight: bold;
}


@media screen and (max-width: 640px) {
	#g_nav {
		display: none;
	}
}

/* フッター
===============================================================*/
#footer {
	background: #FFFFFF;
	border-top: #62be7a 4px solid;
	min-width: 1320px;
}
#footer #footer_wrap {
	width: 1320px;
	margin: 0 auto;
	position: relative;
	padding: 76px 0 30px 0;
}
#footer #footer_wrap::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 4px;
	background: #34a083;
	top:-4px;
	left: 0px;
	position: absolute;
}
#footer #footer_wrap .f_contemt_01 {
	width: 1160px;
	margin: 0 auto 94px auto;
	display: table;
}
#footer #footer_wrap .f_contemt_01 .f_logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#footer #footer_wrap .f_contemt_01 .f_logo img {
	width: 289px;
}
#footer #footer_wrap .f_contemt_01 .title_box {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}
#footer #footer_wrap .f_contemt_01 .txt_box {
	display: table-cell;
	vertical-align: middle;
	width: 682px;
	text-align: left;
}
#footer #footer_wrap .f_contemt_01 .txt_box p {
	font-size: 12px;
	line-height: 18px;
}
#footer #footer_wrap .f_contemt_01 .txt_box p br {
	display: none;
}
#footer #footer_wrap .f_contemt_01 .txt_box p span {
	font-size: 10px;
	line-height: 12px;
	display: block;
	padding: 3px 0 10px 0;
}
#footer #footer_wrap .f_contemt_01 .txt_box p span a {
	color: #1891c4;
}


#footer #footer_wrap .f_contemt_02 {
	margin: 0 0 70px 80px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box {
	width: 365px;
	float: left;
	position: relative;
	margin-right: 30px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box:nth-child(n + 4) {
  margin-top: 30px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box h3 {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 10px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .adress {
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box {
	font-size: 17px;
	line-height: 24px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul {
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li {
	padding: 0 0 0 29px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li:first-child,
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li:nth-child(3) {
	width: 122px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box .tell {
	background:url(../images/common/footer_icon_01.png) no-repeat left center;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box .free_tell {
	background:url(../images/common/footer_icon_02.png) no-repeat left center;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box .fax {
	background:url(../images/common/footer_icon_03.png) no-repeat left center;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box .mail {
	background:url(../images/common/footer_icon_04.png) no-repeat left center;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box {
	padding-top: 0px;
	font-weight: normal;
	position: absolute;
	top:0px;
	left:85px;
	width: 96px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box:hover {
	padding-top: 3px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box a {
	padding-bottom: 3px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box a span {
	font-size: 11px;
	line-height: 11px;
	padding: 6px 10px 4px 0;
	font-weight: normal;
	background: #1891c4 url(../images/common/icon_arrow.png) no-repeat right 10px center;
	background-size:11px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box:hover a {
	padding-bottom: 0px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_02 .adress {
	margin-bottom: 30px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_02 .temp_btn_box {
	left:100px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_03 .adress {
	margin-bottom: 30px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_03 .temp_btn_box {
	left:195px;
}
#footer #footer_wrap .copy {
	text-align: center;
	color: #6d6d6d;
	font-size: 12px;
	line-height: 15px;
}

.f_btn {
	padding-top: 0px;
	font-weight: normal;
	position: absolute;
	top:0px;
	left:85px;
	width: 96px;  
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_02 .f_btn {
	left:100px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_03 .f_btn {
	left:195px;
}
.f_btn a {
  display: block;
  font-size: 11px;
  line-height: 11px;
  background: #02a98c;
  border-bottom: #118a72 3px solid;
  color: #FFF;
}
.f_btn a span {
  display: inline-block;
  background: url(../images/common/icon_arrow_01.png) no-repeat right center;
  background-size: 10px;
  padding: 7px 20px 5px 10px;
}



@media screen and (max-width: 640px) {
	#footer {
		border-top: #62b4be 3px solid;
		min-width: 100%;
		min-width: inherit;
		width: 100%;
	}
	#footer #footer_wrap {
		width: 96%;
		margin: 0 auto;
		padding: 30px 0 30px 0;
	}
	#footer #footer_wrap::before {
		padding-top: 3px;
		top:-3px;
	}
	#footer #footer_wrap .f_contemt_01 {
		width: 100%;
		margin: 0 auto 30px auto;
		display: block;
	}
	#footer #footer_wrap .f_contemt_01 .f_logo {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	#footer #footer_wrap .f_contemt_01 .f_logo img {
		width: 289px;
	}
	#footer #footer_wrap .f_contemt_01 .title_box {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		text-align: left;
		margin-bottom: 10px;
	}
	#footer #footer_wrap .f_contemt_01 .txt_box {
		display: block;
		width: 100%;
		text-align: left;
	}
	#footer #footer_wrap .f_contemt_01 .txt_box p {
		font-size: 12px;
		line-height: 18px;
	}
	#footer #footer_wrap .f_contemt_01 .txt_box p br {
		display: none;
	}
	#footer #footer_wrap .f_contemt_01 .txt_box p span {
		font-size: 10px;
		line-height: 12px;
		display: block;
		padding: 3px 0 10px 0;
	}
	#footer #footer_wrap .f_contemt_01 .txt_box p span a {
		color: #1891c4;
	}


	#footer #footer_wrap .f_contemt_02 {
		margin: 0 0 20px 0px;
		text-align: center;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 0px;
	}
  #footer #footer_wrap .f_contemt_02 .f_shop_box:nth-child(n + 4) {
    margin-top: 0px;
  }

	#footer #footer_wrap .f_contemt_02 .f_shop_box h3 {
		font-size: 14px;
		line-height: 14px;
		text-align: left;
		margin-bottom: 1px;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box h3 a {
		display: block;
		color: #FFFFFF;
		background: #02a98c;
		padding: 13px 0 12px 10px;
		position: relative;
		vertical-align: middle;
		text-decoration: none;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box h3 a::before{
		right: 10px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box h3 a::before,
	#footer #footer_wrap .f_contemt_02 .f_shop_box h3 a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}	
	#footer #footer_wrap .f_contemt_02 .f_shop_box .adress {
		font-size: 10px;
		line-height: 16px;
		text-align: center;
		margin-bottom: 10px;
		display: none;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box {
		font-size: 17px;
		line-height: 24px;
		display: none;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul {
		text-align: center;
	}
	#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li {
		padding: 0 0 0 29px;
		text-align: left;
		font-weight: bold;
		float: none;
		display: inline-block;
		margin: 0 20px 10px 20px;
	}
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li:first-child,
#footer #footer_wrap .f_contemt_02 .f_shop_box .tell_box ul li:nth-child(3) {
	width: auto;
}

#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box {
		display: none;
	padding-top: 0px;
	font-weight: normal;
	position: relative;
	top:0px;
	left:0px;
	width: 96px;
	margin: 0 auto 20px auto;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box:hover {
	padding-top: 3px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box a {
	padding-bottom: 3px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box a span {
	font-size: 11px;
	line-height: 11px;
	padding: 6px 10px 4px 0;
	font-weight: normal;
	background: #1891c4 url(../images/common/icon_arrow.png) no-repeat right 10px center;
	background-size:11px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box .temp_btn_box:hover a {
	padding-bottom: 0px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_02 .adress {
	margin-bottom: 10px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_02 .temp_btn_box {
	left:0px;
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_03 .adress {
	margin-bottom: 10px;	
}
#footer #footer_wrap .f_contemt_02 .f_shop_box.shop_03 .temp_btn_box {
	left:0px;
}
#footer #footer_wrap .copy {
	text-align: center;
	color: #6d6d6d;
	font-size: 10px;
	line-height: 15px;
}
  .f_btn {
    display: none;
  }
}




.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	cursor: pointer;
	background: #5c5c5c;
	padding: 10px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;	
}
.menu-trigger .l-headerWrap__spMenuBtnInner {
	position: relative;
	width: 20px;
	height: 15px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #FFF;
}
.active.menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.active.menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.active.menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
.active.menu-trigger span {
}
.l-headerWrap__spMenuBtn .active {
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}



#sp_menu_box {
	display: none;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top:50px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
  overflow: scroll;
}

#sp_menu_box nav {
	padding: 15px 5px 60px 5px;
}
.c-spMenuCategory-title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal;
}
#sp_menu_box nav ul {
	margin-bottom: 20px;
}
#sp_menu_box nav ul li {
	display: table;
	width: 49.3%;
	float: left;
	margin-bottom: 5px;
}
#sp_menu_box nav ul li:nth-child(2n) {
	float: right;
}
#sp_menu_box nav ul li:last-child {
	float: none;
	width: 100%;
}
#sp_menu_box nav .c-spMenuCategory li:last-child {
	float: right;
	width: 49.3%;
}
#sp_menu_box nav ul li a {
	display: table-cell;
	font-size: 13px;
	line-height: 18px;
	background: #02a98c;
	color: #FFFFFF;
	padding: 10px 20px 10px 10px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
#sp_menu_box nav .c-spMenuCategory a {
  font-size: 12px;
}
#sp_menu_box nav ul li a::before,
#sp_menu_box nav ul li a::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#sp_menu_box nav ul li a::before{
right: 7px;
width: 4px;
height: 4px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#sp_menu_box .tell {
	margin-bottom: 20px;
}
#sp_menu_box .tell img {
	width: 200px;
}
#sp_menu_box .header_disc {
	text-align: left;
	margin: 0 10px 20px 10px;
}
#sp_menu_box .header_disc .title {
	font-size: 15px;
	line-height: 19px;
}
#sp_menu_box .header_disc p {
	font-size: 10px;
	line-height: 15px;
}
#sp_menu_box .header_img {
	margin: 0 10px;
}
@media screen and (min-width: 641px) {
  body {
    overflow: visible !important;
  }
  #sp_menu_box {
    display: none !important;
  }
}



#footer .f_menu_box {
	margin: 0 80px 50px 80px;
	text-align: left;
}
#footer .f_menu_box .frame_01 {
	width: 260px;
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
}
#footer .f_menu_box .frame_02 {
	width: 560px;
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
}
#footer .f_menu_box .frame_box:nth-child(4n) {
	margin-right: 0px;
}
#footer .f_menu_box .frame_box:last-child {
	margin-right: 0px;
}
#footer .f_menu_box .frame_box:nth-child(4n+1) {
	clear: both;
}
#footer .f_menu_box .frame_box:last-child ul {
	margin-bottom: 30px;
}
#footer .f_menu_box .frame_box h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 7px 0;
	margin-bottom: 10px;
}
#footer .f_menu_box .frame_box h3 span {
	display: none;
}
#footer .f_menu_box .frame_02 ul {
	width: 260px;
	float: left;
}
#footer .f_menu_box .frame_02 ul:last-child {
	float: right;
}
#footer .f_menu_box .frame_box ul li {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 3px;
}
#footer .f_menu_box .frame_box ul li a {
position: relative;
display: inline-block;
padding: 0 0 0 20px;
vertical-align: middle;
text-decoration: none;
}
#footer .f_menu_box .frame_box ul li a::before,
#footer .f_menu_box .frame_box ul li a::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#footer .f_menu_box .frame_box ul li a::before{
width: 12px;
height: 12px;
background: #1891c4;
}
#footer .f_menu_box .frame_box ul li a::after{
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



@media screen and (max-width: 640px) {
	#footer {
		padding-bottom:62px; 
	}
	#footer .f_menu_box {
		margin: 0 0px 0px 0px;
		text-align: left;
		border-top: 1px solid #CCCCCC;
	}
	#footer .f_menu_box .frame_01 {
		width: 100%;
		margin-right: 0px;
		float: none;
		margin-bottom: 0px;
	}
	#footer .f_menu_box .frame_02 {
		width: 100%;
		margin-right: 0px;
		float: none;
		margin-bottom: 0px;
	}
	#footer .f_menu_box .frame_box:nth-child(4n+1) {
		clear: both;
	}
	#footer .f_menu_box .frame_box h3 {
		border-bottom: 1px solid #CCCCCC;
		font-size: 14px;
		line-height: 14px;
		padding: 13px 0 12px 10px;
		margin-bottom: 0px;
		background: #1891c4;
		position: relative;
		color: #FFFFFF;
	}
	#footer .f_menu_box .frame_box h3 span {
		display: block;
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	#footer .f_menu_box .frame_box h3::before,
	#footer .f_menu_box .frame_box h3::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	#footer .f_menu_box .frame_box h3::before{
		width: 4px;
		right: 10px;
		height: 4px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}		
	#footer .f_menu_box .frame_02 ul {
		width: 100%;
		float: none;
	}
	#footer .f_menu_box .frame_02 ul:last-child {
		float: none;
	}
	#footer .f_menu_box .frame_box ul li {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 0px;
		border-bottom: 1px solid #CCCCCC;
	}
	#footer .f_menu_box .frame_box ul li a {
	position: relative;
	display: block;
	padding: 13px 0 10px 10px;
	vertical-align: middle;
	text-decoration: none;
	}
	#footer .f_menu_box .frame_box ul li a::before,
	#footer .f_menu_box .frame_box ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
		right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	}
	#footer .f_menu_box .frame_box ul li a::before{		
		left: auto;
		width: 4px;
		height: 4px;
		border-top: 2px solid #1891c4;
		border-right: 2px solid #1891c4;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: none;
	}
	#footer .f_menu_box .frame_box ul li a::after{
		display: none;
	}
	#footer .f_menu_box .inner {
		display: none;
	}
	#footer .f_menu_box .frame_box:last-child ul {
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width: 641px) {
	#footer .f_menu_box .inner {
		display: block !important;
	}
}



#bottom_btn {
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	background:#FFFFFF;
	display: none;
	border-top: #34a083 3px solid;
	z-index: 10030;
}
#bottom_btn .frame_in {
	display:table;
	width:100%;
	max-width:640px;
	margin:0 auto;
}
#bottom_btn .frame_in > div {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
#bottom_btn .frame_in a {
	display:block;
	color:#FFFFFF;
	text-align:center;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#e35609;
	margin:2% 1% 2% 2%;
	font-size:13px;
	line-height:18px;
	padding:5px 0;
}
#bottom_btn .frame_in div:last-child a {
	margin:2% 2% 2% 1%;
}
#bottom_btn .frame_in div:last-child a {
	background:#34a083;
}
@media screen and (max-width: 640px) {
	#bottom_btn {
		display: block;
	}
}