@charset "UTF-8";

@import url("layout.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 { 
	padding: 0;
	min-width: 320px;
	background-color: #ffffff;
}

p {
	line-height: 160%;
}

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;
}


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

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


/*/    PC    /*/
@media print, screen and (min-width: 980px) {
/* For Tablet */
.tablet-only {
  display: none;
	visibility: hidden;
	overflow: hidden;
}
.sp-only {
    display: none;
	visibility: hidden;
	overflow: hidden;
}
.sp_tab-only {
    display: none;
	visibility: hidden;
	overflow: hidden;
}

body {
	position: relative;
	top: 0;
}

/* //== Main Contents Part ==// */
#maincontainer {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}
.only_sp {
	display: none;
	visibility: hidden;
}
.only_tabsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 85px;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	/*background-color: #faef56;
	background-color: rgba(255,255,255,0.8);
	border-bottom: solid 1px #e2e2e2;*/
	min-width: 1100px;
	_display: inline;
	_zoom:1;
}

/* //== Waku Messege ==// */
header > .wrapper {
	height: auto;
	-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: 218px; 
	height: auto;
	float: left;
}

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

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

/* //== Waku Sub ==// */
header .sub {
	max-width: 590px;
	height: 100%;
	float: right;
	position: relative;
}

/* //== headbnr ==// */
header .sub .headbnr {
	width: 590px;
	display: inline-block;
	margin-top: 20px;
}

header .sub .headbnr .btn-form {
	padding: 0;
	margin: 0;
	width: 240px;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .btn-form .btnbox a {
	padding: 13px 0;
	margin: 0;
	width: 240px;
	height: auto;
	/*background-color: #119ed2;*/
	background-color: #ee2715;
	border-radius: 20px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 110%;
	font-weight: 600;
	text-decoration: none;
}

header .sub .headbnr .btn-form .btnbox a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

header .sub .headbnr .bnr-tel {
	padding: 0;
	margin: 0 30px 0 0;
	width: 280px;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .bnr-tel .number-tel {
	padding: 0;
	margin: 0 0 4px 0;
	text-align: right;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #119ed2;
	font-size: 220%;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.0;
}

header .sub .headbnr .bnr-tel .number-tel .fa {
	font-size: 90%;
}

header .sub .headbnr .bnr-tel .time-tel {
	padding: 0;
	margin: 0;
	text-align: right;
	color: #3a3b3d;
	font-size: 90%;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* askber */
/*---------------------------------------------------- */
.askber {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	background-color: #049de0;
}

.askber .triangle {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	width: 0;
	height: 0;
	border-top: 25px solid #049de0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}

.askber .waku-askber {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

.askber .waku-askber .askber-left {
	padding: 0;
	margin: 0;
	width: 604px;
	display: inline;
	float: left;
}

.askber .waku-askber .askber-left .photo-tel {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-left .photo-tel img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.askber .waku-askber .askber-right {
	padding: 0;
	margin: 40px 0 0 0;
	width: 350px;
	display: inline;
	float: right;
}

.askber .waku-askber .askber-right .btn-contact {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-right .btn-contact:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

.askber .waku-askber .askber-right .btn-contact img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

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

.category-title h3 {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 190%;
	font-weight: 800;
	line-height: 1.4;
	color: #193357;
}

.category-title h3 span {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	color: #ff6e74;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	

/* Waku */
footer {
	padding: 40px 0 30px 0;
	margin: 0 auto;
	width: 100%;
	background-color: #1c63a9;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
	border-top: 1px solid #e5e3e3;
	min-width: 1200px;
	_display: inline;
	_zoom:1;
}

footer .waku-footer {
	padding: 0;
	margin: 0 auto;
	max-width: 1120px;
}

/* Logo */
footer .waku-footer .logo-footer {
	padding: 0 0 24px 0;
	margin: 0 auto;
	width: 218px;
}

footer .waku-footer .logo-footer h2 {
	padding: 0;
	margin: 0;
	width: 218px;
	height: 36px;
}

footer .waku-footer .logo-footer h2 a {
	padding: 36px 0 0 0;
	margin: 0;
	width: 218px;
	height: 0;
	background: url(../images/common/logo-footer.png) 0 0 no-repeat;
	background-size:cover;
	overflow: hidden;
	display: block;
}

/* Message */
footer .waku-footer .message {
	padding: 0 0 28px 0;
	margin: 0;
	width: 100%;
}

footer .waku-footer .message .message-box {
	padding: 21px 0 24px 0;
	margin: 0;
	width: 100%;
	background-color: #4982ba;
}

footer .waku-footer .message .message-box p {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}

/* Navi */
footer .waku-footer .footer-navi {
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

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: 90%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

footer .waku-footer .footer-navi ul li a:hover {
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/* Icon */
footer .waku-footer .footer-icon {
	padding: 0 0 30px 0;
	margin: 0;
	width: 100%;
}

footer .waku-footer .footer-icon .waku-ficon {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box {
	padding: 0;
	margin: 0 15px 0 15px;
	width: 26px;
	list-style-type: none;
	display: inline-block;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box img {
	width: 100%;
	-moz-background-size:cover;
	background-size:cover;
	vertical-align:middle;
	text-align:center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .copyright {
	padding: 28px 0 0 0;
	margin: 0;
	max-width: 100%;
	border-top: 1px solid #eeeeee;	
}

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

}


/*/    Tablet    /*/
@media only screen and (max-width: 979px) and (min-width: 569px) {
.not-tablet {
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.pc-only {
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.sp-only {
	display: none;
	visibility: hidden;
	overflow: hidden;
}

body {
	position: relative;
	top: 0;
}

/* //== Main Contents Part ==// */
#maincontainer {
	padding-bottom: 0;
}
.wrapper {
	max-width: 979px;
	margin: 0;
	padding: 0;
}

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

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 65px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(255,255,255,0.8);
	border-bottom: solid 1px #e2e2e2;
	overflow: hidden;
}

/* //== Waku Messege ==// */
header > .wrapper {
	display: none;
}

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

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

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

/* //== Waku Sub ==// */
header .sub {
	width: 40%;
	margin-right: 3%;
	height: 100%;
	float: right;
	position: relative;
}

/* //== headbnr ==// */
header .sub .headbnr {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

header .sub .headbnr .btn-form {
	padding: 0;
	margin: 0;
	width: 30%;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .btn-form .btnbox a {
	padding: 10px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #119ed2;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
}

header .sub .headbnr .btn-form .btnbox a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

header .sub .headbnr .btn-form .btnbox .fa {
	font-size: 100%;
}

header .sub .headbnr .bnr-tel {
	padding: 0;
	margin: 0 2% 0 0;
	width: 30%;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .bnr-tel .number-tel a {
	padding: 10px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #119ed2;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
}

header .sub .headbnr .bnr-tel .number-tel a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

header .sub .headbnr .bnr-tel .number-tel .fa {
	font-size: 100%;
}



/*---------------------------------------------------- */
/* askber */
/*---------------------------------------------------- */
.askber {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	background-color: #049de0;
}

.askber .triangle {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid #049de0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.askber .waku-askber {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	overflow: hidden;
}

.askber .waku-askber .askber-left {
	padding: 0;
	margin: 0;
	width: 60%;
	display: inline;
	float: left;
}

.askber .waku-askber .askber-left .photo-tel {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-left .photo-tel img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.askber .waku-askber .askber-right {
	padding: 0;
	margin: 25px 0 0 0;
	width: 37%;
	display: inline;
	float: right;
}

.askber .waku-askber .askber-right .btn-contact {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-right .btn-contact:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

.askber .waku-askber .askber-right .btn-contact img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

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

.category-title h3 {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 180%;
	font-weight: 800;
	line-height: 1.4;
	color: #193357;
}

.category-title h3 span {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	color: #ff6e74;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	

/* Waku */
footer {
	padding: 25px 0 20px 0;
	margin: 0 auto;
	width: 100%;
	background-color: #1c63a9;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
	border-top: 1px solid #e5e3e3;
}

footer .waku-footer {
	padding: 0;
	margin: 0 auto;
	max-width: 1119px;
	min-width: 569px;
}

/* Logo */
footer .waku-footer .logo-footer {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 30%;
}

footer .waku-footer .logo-footer h2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 36px;
}

footer .waku-footer .logo-footer h2 a {
	padding: 36px 0 0 0;
	margin: 0;
	width: 100%;
	height: 0;
	background: url(../images/common/logo-footer.png) 0 0 no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	display: block;
}

/* Message */
footer .waku-footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 92%;
}

footer .waku-footer .message .message-box {
	padding: 15px 0 16px 0;
	margin: 0;
	width: 100%;
	background-color: #4982ba;
}

footer .waku-footer .message .message-box p {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}

/* Navi */
footer .waku-footer .footer-navi {
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

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: 90%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

footer .waku-footer .footer-navi ul li a:hover {
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/* Icon */
footer .waku-footer .footer-icon {
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

footer .waku-footer .footer-icon .waku-ficon {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box {
	padding: 0;
	margin: 0 5px 0 5px;
	width: 26px;
	list-style-type: none;
	display: inline-block;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box img {
	width: 100%;
	-moz-background-size:cover;
	background-size:cover;
	vertical-align:middle;
	text-align:center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .copyright {
	padding: 20px 0 0 0;
	margin: 0;
	max-width: 100%;
	border-top: 1px solid #eeeeee;	
}

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

}

/*/   SP   /*/
@media only screen and (max-width: 568px) {
/* For only */
.pc-only {
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.tablet-only {
	display: none;
	visibility: hidden;
	overflow: hidden;
}

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

/* //== Main Contents Part ==// */
#maincontainer {
	padding-bottom: 0;
}
.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;
}

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

/*---------------------------------------------------- */
/* header */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 5000;
	background-color: rgba(255,255,255,0.8);
	border-bottom: solid 1px #e2e2e2;
	overflow: hidden;
}

/* //== Waku Messege ==// */
header > .wrapper {
	display: none;
}

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

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

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

/* //== Waku Sub ==// */
header .sub {
	width: 38%;
	margin-right: 3%;
	height: 100%;
	float: right;
	position: relative;
}

/* //== headbnr ==// */
header .sub .headbnr {
	width: 100%;
	display: inline-block;
	margin-top: 14px;
}

header .sub .headbnr .btn-form {
	padding: 0;
	margin: 0;
	width: 42%;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .btn-form .btnbox a {
	padding: 8px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #119ed2;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.0;
}

header .sub .headbnr .btn-form .btnbox a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

header .sub .headbnr .btn-form .btnbox .fa {
	font-size: 100%;
	line-height: 1.0;
}

header .sub .headbnr .bnr-tel {
	padding: 0;
	margin: 0 4% 0 0;
	width: 42%;
	height: auto;
	float: right;
	display: inline;
}

header .sub .headbnr .bnr-tel .number-tel a {
	padding: 8px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #119ed2;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.0;
}

header .sub .headbnr .bnr-tel .number-tel a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

header .sub .headbnr .bnr-tel .number-tel .fa {
	font-size: 100%;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* askber */
/*---------------------------------------------------- */
.askber {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	background-color: #049de0;
}

.askber .triangle {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid #049de0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.askber .waku-askber {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	overflow: hidden;
}

.askber .waku-askber .askber-left {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-left .photo-tel {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-left .photo-tel img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.askber .waku-askber .askber-right {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 66%;
	display: block;
}

.askber .waku-askber .askber-right .btn-contact {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

.askber .waku-askber .askber-right .btn-contact:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

.askber .waku-askber .askber-right .btn-contact img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

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

.category-title h3 {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 140%;
	font-weight: 800;
	line-height: 1.2;
	color: #193357;
}

.category-title h3 span {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
	color: #ff6e74;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */	

/* Waku */
footer {
	padding: 20px 0 20px 0;
	margin: 0 auto;
	width: 100%;
	background-color: #1c63a9;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
	border-top: 1px solid #e5e3e3;
}

footer .waku-footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

/* Logo */
footer .waku-footer .logo-footer {
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 40%;
}

footer .waku-footer .logo-footer h2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 24px;
}

footer .waku-footer .logo-footer h2 a {
	padding: 24px 0 0 0;
	margin: 0;
	width: 100%;
	height: 0;
	background: url(../images/common/logo-footer.png) 0 0 no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	display: block;
}

/* Message */
footer .waku-footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 92%;
}

footer .waku-footer .message .message-box {
	padding: 15px 0 15px 0;
	margin: 0;
	width: 100%;
	background-color: #4982ba;
}

footer .waku-footer .message .message-box p {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}

/* Navi */
footer .waku-footer .footer-navi {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}

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: 80%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

footer .waku-footer .footer-navi ul li a:hover {
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/* Icon */
footer .waku-footer .footer-icon {
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

footer .waku-footer .footer-icon .waku-ficon {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	text-align: center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box {
	padding: 0;
	margin: 0 5px 0 5px;
	width: 26px;
	list-style-type: none;
	display: inline-block;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box img {
	width: 100%;
	-moz-background-size:cover;
	background-size:cover;
	vertical-align:middle;
	text-align:center;
}

footer .waku-footer .footer-icon .waku-ficon .icon-box:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}

/* copyright */
footer .copyright {
	padding: 20px 0 0 0;
	margin: 0;
	max-width: 100%;
	border-top: 1px solid #eeeeee;	
}

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


}