@charset "UTF-8";

@import url("layout.css");
@import url("globalnavi.css");
@import url("font-awesome.min.css");
@import url("fonts.css");

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	font-size: 100%; 
}

body { 
	margin: 0;
	padding: 0;
	min-width: 320px;
	background-color: #ffffff;
	color: #383a3b;
}

p {
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}

span.bf {
	visibility: hidden;
	text-indent: -9999px;
	display: none;
}

/* Correct overflow not hidden in IE9 */
figure { 
	margin: 0; 
}

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/* Typography == */
.f-small {
	ontf-size: 85%;
}

.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.left {
	text-align: left!important;
}

/* Lists */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0;
}
/* Contain floats:Clearfix */

/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* === primary styles / Author:IMUCO === */

/* For Mobile */
.mobile-only {
  display: none;
	visibility: hidden;
	overflow: hidden;
}

/* Fade Transition */
.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/* Links */ 
/*---------------------------------------------------- */
p a {
	color: #119242;
	text-decoration: underline;
}

p a:hover {
	color: #4aca74;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* maincontainer */ 
/*---------------------------------------------------- */
#maincontainer {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	background-color: #fff;
}

.wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}


/*  PC  */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_tabsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 60px;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 182px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	background-color: rgba(255,255,255,1);
}

header > .wrapper {
	height: 100px;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}

/* //== H1 logo ==// */
header .logo {
	padding: 0;
	margin-top: 20px;
	width: 414px; 
	height: auto;
	float: left;
}

header .logo h1 {
	padding: 0;
	margin: 0;
	width: 414px; 
	height: 60px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

header .logo h1 a {
	padding: 60px 0 0 0;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/h1_logo.png) 0 0 no-repeat;
	overflow: hidden;
}

/* //== Waku Sub ==// */
header .sub {
	padding: 0;
	margin-top: 0;
	width: 460px;
	height: auto;
	float: right;
}

/* //== headnavi ==// */
header .sub .headnavi {
	padding: 0;
	margin: 0;
	width: 460px;
	height: auto;
}

header .sub .headnavi .headnavi_box {
	padding: 0;
	margin-top: 20px;
	margin-left: 20px;
	height: auto;
	float: right;
}

header .sub .headnavi .headnavi_box .btn_company a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_company a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_company a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}

header .sub .headnavi .headnavi_box .btn_access a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_access a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_access a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}

header .sub .headnavi .headnavi_box .btn_sitemap a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_sitemap a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_sitemap a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}

/*---------------------------------------------------- */
/* Global Navigation */
/*---------------------------------------------------- */	
#globalnav {
	width: 100%;
	min-height: 80px;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 24px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 12px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 14px;
	font-weight: 600;
	color: #6e6e6e;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

.category-title .line-title {
	padding: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #119242;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 80px 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 30px 0;
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	max-width: 980px;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0;
	margin: 0 0.5%;
	width: 38%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 7px 0.5% 0 0.5%;
	width: 28%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#ask .waku_ask .askbox .ask-title h4 {
	padding-top: 7.6%;
	padding-bottom: 0;
	margin: 0;
	width: 272px;
	height: 0;
	background: url(../images/common/name_company.png) 0 0 no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

#ask .waku_ask .askbox .ask-title p {
    padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 100%;
    font-weight: 500;
	text-decoration: none;
    text-align: left; 
	line-height: 1.3;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
    color: #119242;
    font-size: 116%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
     color: #119242;
    font-size: 116%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 30px 0;
	margin: 0;
	width: 100%;
	background-color: #158841;
}


/* Message */
footer .waku_footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	max-width: 1120px;
	border-bottom: solid 1px #f2f2f2;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 108%;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

/* Navi */
footer .waku_footer .footer_navi {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1120px;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: 0px;
	display: inline-block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 108%;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 108%;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}


/* SNS */
footer .waku_footer .footer_sns {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1120px;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox {
	padding: 0;
	margin: 0 10px;
	width: 30px;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

footer .waku_footer .footer_sns .snsbox .btn_tw a {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	background-color: #3fadea;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}


footer .waku_footer .footer_sns .snsbox .btn_tw a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	background-color: #315695;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .waku_footer .copyright {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1120px;
	text-align: center;
}

footer .waku_footer .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #ffffff;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
}


}


/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_pcsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 30px;
}

.wrapper {
	max-width: 1119px;
	margin: 0 auto;
	padding: 0 15px;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	max-height: 152px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .45);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .45);
	background-color: rgba(255,255,255,1);
}

/* //== Waku Messege ==// */
header > .wrapper {
	height: 80px;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
	text-align: center;
	white-space: nowrap;
}

/* //== H1 logo ==// */
header .logo {
	padding: 0;
	margin-top: 20px;
	width: 36%; 
	height: auto;
	float: left;
}

header .logo h1 {
	margin: 0;
	width: 100%; 
	height: auto;
	vertical-align: top;
	text-align: left;
}

header .logo h1 a {
	padding-top: 14.492753%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	background: url(../images/common/h1_logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

/* //== Waku Sub ==// */
header .sub {
	padding: 0;
	margin-top: 0;
	width: 46%;
	height: auto;
	float: right;
}

/* //== headnavi ==// */
header .sub .headnavi {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

header .sub .headnavi .headnavi_box {
	padding: 0;
	margin-top: 22px;
	margin-left: 20px;
	height: auto;
	float: right;
}

header .sub .headnavi .headnavi_box .btn_company a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 100%;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_company a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_company a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}

header .sub .headnavi .headnavi_box .btn_access a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 100%;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_access a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_access a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}

header .sub .headnavi .headnavi_box .btn_sitemap a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 100%;
	color: #2e2e2e;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}

header .sub .headnavi .headnavi_box .btn_sitemap a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

header .sub .headnavi .headnavi_box .btn_sitemap a .fa {
	padding: 0;
	margin-right: 5px;
	color: #009944;
}


/*---------------------------------------------------- */
/* Global Navigation */
/*---------------------------------------------------- */	
#globalnav {
	width: 100%;
	min-height: 70px;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 13px;
	font-weight: 600;
	color: #6e6e6e;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

.category-title .line-title {
	padding: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #119242;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 50px 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	width: 60%;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 25px 0;
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0;
	margin: 0 1.5% 0 0.5%;
	width: 39%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 5px 0.5% 0 0.5%;
	width: 26%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#ask .waku_ask .askbox .ask-title h4 {
	padding-top: 7.6%;
	padding-bottom: 0;
	margin: 0;
	width: 90%;
	height: 0;
	background: url(../images/common/name_company.png) 0 0 no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

#ask .waku_ask .askbox .ask-title p {
    padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 100%;
    font-weight: normal;
	text-decoration: none;
    text-align: left; 
	line-height: 1.3;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
    color: #119242;
    font-size: 116%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
    color: #119242;
    font-size: 116%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}


/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 25px 0;
	margin: 0;
	width: 100%;
	background-color: #158841;
}


/* Message */
footer .waku_footer .message {
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 94%;
	border-bottom: solid 1px #f2f2f2;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* Navi */
footer .waku_footer .footer_navi {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: 0px;
	display: inline-block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 100%;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 100%;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}

/* SNS */
footer .waku_footer .footer_sns {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 94%;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox {
	padding: 0;
	margin: 0 6px;
	width: 25px;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

footer .waku_footer .footer_sns .snsbox .btn_tw a {
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	background-color: #3fadea;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}


footer .waku_footer .footer_sns .snsbox .btn_tw a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a {
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	background-color: #315695;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .waku_footer .copyright {
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 94%;
	text-align: center;
}

footer .waku_footer .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #ffffff;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
}


}

/* SP */
@media only screen and (max-width: 568px) {

/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_tab {
	display: none;
	visibility: hidden;
}

.only_pctab {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	background-color: #ffffff;
	position: relative;
	top: 0;
}

#maincontainer {
	padding-bottom: 20px;
}

.wrapper {
	min-width: 320px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(255,255,255,1);
}

/*---------------------------------------------------- */
/* H3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 18px 0;
	margin: 0 auto;
	width: 100%;
}

.category-title h3 {
	padding: 0 0 8px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	color: #2d2e2f;
}

.category-title h3 span {
	font-size: 13px;
	font-weight: 600;
	color: #6e6e6e;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
}

.category-title .line-title {
	padding: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background-color: #119242;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 40px 0 0 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	width: 60%;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Ask */
/*---------------------------------------------------- */
#ask {
	padding: 20px 0 20px 0;
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
}

#ask .waku_ask {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
	text-align: center;
}

#ask .waku_ask .askbox {
	padding: 0 0 12px 0;
	margin: 0 auto;
	width: 90%;
	height: auto;
	display: block;
}

#ask .waku_ask .askbox2 {
	padding: 0;
	margin: 0 0.5%;
	width: 44%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

#ask .waku_ask .askbox .ask-title {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	
}

#ask .waku_ask .askbox .ask-title h4 {
	padding-top: 7.6%;
	padding-bottom: 0;
	margin: 0 auto;
	width: 70%;
	height: 0;
	background: url(../images/common/name_company.png) 0 0 no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

#ask .waku_ask .askbox .ask-title p {
    padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	color: #3a3b3c;
	font-size: 14px;
    font-weight: 500;
	text-decoration: none;
    text-align: center; 
	line-height: 1.3;
	overflow: hidden;
}

#ask .waku_ask .askbox2 .btn_tel a {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
    color: #119242;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_tel a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}

#ask .waku_ask .askbox2 .btn_mail a {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
	border: solid 1px #119242;
	background-color: #ffffff;
	display: block;
    color: #119242;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
    text-align: center; 
}

#ask .waku_ask .askbox2 .btn_mail a:hover {
	border: solid 1px #119242;
	background-color: #119242;
	color: #ffffff;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	
/* Waku */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 20px 0 20px 0;
	margin: 0;
	width: 100%;
	background-color: #158841;
}

/* Message */
footer .waku_footer .message {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 88%;
}

footer .waku_footer .message .message_box {
	padding: 10px 0;
	margin: 0;
	width: 100%;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .15);
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	color: #fff;
	font-size: 98%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

/* Navi */
footer .waku_footer .footer_navi {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	overflow: hidden;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0 4% 10px 4%;
	width: 42%;
	list-style-type: none;
	display: inline;
	border-bottom: 2px dotted #eeeeee;
	float: left;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0 0 5px 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	border: 0px;
	display: block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 98%;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 98%;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}

/* SNS */
footer .waku_footer .footer_sns {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 94%;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox {
	padding: 0;
	margin: 0 6px;
	width: 28px;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

footer .waku_footer .footer_sns .snsbox .btn_tw a {
	padding: 0;
	margin: 0;
	width: 28px;
	height: 28px;
	background-color: #3fadea;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}


footer .waku_footer .footer_sns .snsbox .btn_tw a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a {
	padding: 0;
	margin: 0;
	width: 28px;
	height: 28px;
	background-color: #315695;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}

footer .waku_footer .footer_sns .snsbox .btn_fb a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .waku_footer .copyright {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 94%;
	text-align: center;
}

footer .waku_footer .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #ffffff;
	font-size: 94%;
	font-weight: 400;
	text-align: center;
}

}