@charset "utf-8";
/* CSS Document */

@media screen and (min-width:320px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
 .page-title02 {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom: 26px;
	font-size: 20px;
}
.page-title02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #E61D49;
}
.page-title03 {
	font-family: "Raleway", sans-serif;
	color: #381D0A;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 20px;
	border-bottom: thin dashed #CCCCCC;
	border-left: 5px solid #E61D49;
	padding-left: 6px;
	padding-bottom: 9px;
}

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/
 .page-title02 {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom: 31px;
}
.page-title02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #E61D49;
}
.page-title03 {
	font-family: "Raleway", sans-serif;
	color: #381D0A;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 700;
	background-image: url(../images/wcf/logo_icon.png);
	background-repeat: no-repeat;
	padding-left: 56px;
	border: none;
	line-height: 40px;
}

}
@media screen and (min-width:1024px) {
    /*　for PC　*/
 .page-title02 {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom: 31px;
}
.page-title02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #E61D49;
}
.page-title03 {
	font-family: "Raleway", sans-serif;
	color: #381D0A;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 700;
	background-image: url(../images/wcf/logo_icon.png);
	background-repeat: no-repeat;
	padding-left: 56px;
	border: none;
	line-height: 40px;
}
}


.e-points-text-2  {
	font-size: 1em;
	line-height: 2em;
}
.e-points-text-3  {
	font-size: 1em;
	line-height: 3em;
}
.e-points-text-b {
	line-height: 3em;
	font-size: 1em;
	font-weight: bold;
}
.e-points-bottom  {
	border-bottom: 1px dashed #ACACAC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
Sidebar widget
*/
.sidebar-widget {
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.sidebar-widget h4 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.sidebar-widget form {
  position: relative;
}
.sidebar-widget form button[type="submit"] {
  position: absolute;
  right: 3px;
  top: 3px;
  background: transparent;
}
.sidebar-widget form .form-control {
  border: 0px;
  box-shadow: none;
}
.sidebar-widget .list-unstyled {
  margin: 0px;
  padding: 0px;
}
.sidebar-widget .list-unstyled > li > a {
	text-transform: capitalize;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #350B0B;
}
.sidebar-widget .list-unstyled  li.active {
	font-weight: bold;
	color: #EA5F65;
}
.sidebar-widget .list-unstyled > li > a:hover {
	color: #EA5F65;
}
.sidebar-widget .list-unstyled > li > a:before {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.sidebar-widget .list-unstyled > li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-widget .latest-news .content a h5 {
  color: #333;
}
.sidebar-widget .latest-news .content a h5:hover {
  color: #e61d49;
}
.sidebar-widget .latest-news li:last-child {
  padding-bottom: 0px;
}
.sidebar-widget.search-widget {
  padding: 5px 15px;
}

.tags {
  margin: 0;
  padding: 0;
}
.tags:after {
  content: '';
  display: table;
  clear: both;
}
.tags li {
  padding: 0;
  display: block;
  float: left;
}
.tags a {
  display: block;
  float: left;
  border: 1px solid #eee;
  padding: 2px 8px;
  margin: 2px;
  font-size: 13px;
}
.tags a:hover {
  color: #e61d49;
  border-color: #e61d49;
}
/*
Sidebar widget
*/

.fb_page_plugin_area{
	width: 100%!important;
	text-align: center;
}
