/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	
	
	
/* 
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
html,
body {
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
　line-height:1.6em;
	color: #2C2C2C;
  
}

/*------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/


@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p {
	font-size: 16px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #6A8E52;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #A1B44A ;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}



/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #337ab7;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	height:120px;
	border-top:solid 5px #4D911B;
}


#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}


#header.fixed {
	background-color: rgba(255, 255, 255, 1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 5px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}



.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	margin-top:10px;
	position: relative;
}

.navigation .tel{
	position:absolute;
  top: 10px;
  right: 0px;
}


.navigation li {
	display: inline-block;
}
.navigation a {
	color: #2E4023;
	font-size: 16px;
	font-weight: 500;
	margin-left: 40px;
	letter-spacing: 1px;
}
.navigation a:hover, .navigation a.active {
	color: #6A8E52;
}


.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #6A8E52;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #6A8E52;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.phone{
	position: fixed;
	right: 18%;
	top: 30px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header.fixed .phone {
	top: 16px;
}

/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner2 {
	background-color:#FFF;
	min-height: 140px;
}
.banner-btn {
	opacity: 0.5;
}
.banner-text {
	padding-top: 0%;
	white-space:nowrap;
}
.banner-text h1 {
	color: #6A8E52;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height:1.6em;
	letter-spacing: 0px;
	font-weight: 600;
	text-shadow:
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
	font-size:26px;
	line-height:1.6em;
	position:absolute;
	text-align:center;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);

}
.banner-text p {
	color:  #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 80px;
		0px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 1px #fff;
}

/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/

.intro {
	background-color: #e9eaed;
	position: relative;
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.intro h2 {
	color: #6A8E52;
	font: 24px "Source Sans Pro";
	font-weight:600;
	
}
.intro p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height:1.8em;
}
.intro ul.check li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	list-style-type: none;
	position: relative;
	margin-bottom:8px;
	margin-left:1.5em;
}
.intro ul.check li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.3em;
	width: 12px;
	height: 8px;
	border-left: 3px solid #6A8E52;
	border-bottom: 3px solid #6A8E52;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------------------------
	 message
-------------------------------------------------------------------------------*/


.alert-message
{
    margin: 20px;
    padding: 20px;
    border-left: 3px solid #eee;
	text-align:left;
	font-size:16px;
	line-height:1.4em;
	color:#333333;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message ol
{	
	margin-left:2em;
	margin-top:1em;
	
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}
/* ------------------------------------------------------------------------------
	 shape
-------------------------------------------------------------------------------*/

.shape{	
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
	border-color: rgba(255,255,255,0) #999999 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
	border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
	border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
	border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:20px;
	text-align:left;
	font-size:16px;
	line-height:1.4em;
	color:#333333;
}
.offer-content h4
{	
	margin-top:0px;
	margin-bottom:20px;
	color:#4D911B;
	padding-bottom:5px;
	font-weight:600;
	border-bottom:solid 2px #4D911B;
}
.offer-content ol
{	
	margin:1em 0em;
	
}
ol.maru1{
  counter-reset:list;
  list-style-type:none;
}
ol.maru1 li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  border-bottom:dashed 1px #4D911B;
}
ol.maru1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #4D911B;
  border-radius: 50%;
  top: 18px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------------------------------------------------------------------
	 services
-------------------------------------------------------------------------------*/
#services h3 {
	font-size: 26px;
	line-height:1.2em;
	text-align:center;
	font-weight:400;
	color:#333333;
	margin-bottom:20px;
}
#services .pr p {
	text-align:center;
	padding:20px;
	line-height:2em;
}

.service-section {
	padding-top: 0px;
}
.services {
	margin-bottom: 50px;
}
.services h4 {
	color: #6A8E52;
	font-size: 24px;
	line-height:1.2em;
	text-align:center;
	font-weight:600;
}
.services-content {
	padding: 0 15px;
	margin-top: 0px;
}
.services img {
	max-width:60%;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
	border:solid 1px #ededed;
}


/* ------------------------------------------------------------------------------
	 Product
-------------------------------------------------------------------------------*/

#greywrap {
	background: #f5f5f5;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}
#greywrap p {
	color: #333;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height:1.8em;
}
#greywrap img {
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}
#greywrap .v-middle{
	vertical-align:middle;
	margin-top:50%;
	
}

.bg_graph1{
	padding:10px;
	background-color:#43B1CC;
	color:#FFF;
	font-weight:600;
	min-height:60px;
	vertical-align:middle;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;

}
.bg_graph2{
	padding:10px;
	background-color:#4380CC;
	color:#FFF;
	font-weight:600;
	min-height:60px;
	vertical-align:middle;
	-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;
}

.pt10{
	padding-top:20px;
}

.well {
	width:98%;
	margin:0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #D8D8D8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well h4 {
  color:#33569E;
  font-size:20px;
  line-height:1.4em;
}

/* ------------------------------------------------------------------------------
	 タイトル装飾
-------------------------------------------------------------------------------*/
h3.hedding{
position: relative;
display: inline-block;
padding: 20px 55px;
}

h3.hedding:before, h3.hedding:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

h3.hedding:before {left:0;}
h3.hedding:after {right: 0;}


/* ------------------------------------------------------------------------------
	 WORKS
-------------------------------------------------------------------------------*/

.works-section {
	padding: 50px 0;
}


/* ------------------------------------------------------------------------------
	 company
-------------------------------------------------------------------------------*/

.company-section {
	padding-top: 50px;
}


/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #e84545;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 30px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover, .footer .footer-share a:hover {
	background-color: #e84545;
	border-color: #e84545;
	color: #fff;
}

.w50 {
	width:50%;
}
.td_head {
	font-weight:600;
	color:#31708F;
	white-space:nowrap;
}
.border_non {
	border-top: 2px solid #fff;
}
/* ------------------------------------------------------------------------------
	pane
-------------------------------------------------------------------------------*/
.panel-title {
	font-weight:600;
	color:#6A8E52;
}

/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #e84545;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Source Sans Pro";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	Contact
-------------------------------------------------------------------------------*/
.contact-section {
	padding-top: 50px;
}

.contact h3 {
	margin-top: 0;
}
.contact p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}
.contact .btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
p.wtn_copyright a {
	display:none;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	color:#fff;
}
.footer-top {
	background-color: #B8C7B2;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 10px;
}
.footer h4 {
	color: #fff;
	margin-bottom: 20px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 1);
}
.footer a {
	color: rgba(255, 255, 255,1);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

footer img {
	max-width:50%;
	height:auto;
	margin:8px 0;
	}
	
footer .dl-horizontal dt {
    float: left;
    width: 80px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer .dl-horizontal dd {
    margin-left: 100px;
}

.copy {
	font-size:12px;
}

/* =======================================
backtotop
======================================= */

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: none;
}    

#back-to-top a {
    display: block;
	width: 60px;
	height: 60px;
	font-size:25px;
	background-color: #3A582B;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;  
    -webkit-border-bottom-right-radius: 30px;  
    -webkit-border-bottom-left-radius: 30px;  
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px;  
    -moz-border-radius-bottomright: 30px;  
    -moz-border-radius-bottomleft: 30px;
}

#back-to-top a:hover {
    background: #6A8E52;
    color: #FFFFFF;
}
/* ============================================
	LISTS
============================================ */


.ds { list-style-type: disc }        /* 黒まる */
.cc { list-style-type: circle }      /* 白まる */
.sq { list-style-type: square;}      /* 四角 */
.dc { list-style-type: decimal }     /* 数字 */
.lr { list-style-type: lower-roman } /* ローマ数字小文字 */
.ur { list-style-type: upper-roman } /* ローマ数字大文字 */
.la { list-style-type: lower-alpha } /* アルファベット小文字 */
.ua { list-style-type: upper-alpha } /* アルファベット大文字 */
.nn { list-style-type: none }        /* マークなし */


dl.dl_basic,
dl.dl_basic dt,
dl.dl_basic dd {
  box-sizing: border-box;
}
dl.dl_basic {
}
dl.dl_basic dt,
dl.dl_basic dd {
  padding: 10px 10px 0 10px;
  border-top: 1px dotted #ccc;
}
dl.dl_basic dt {
  width: 20%;
  float: left;
}
dl.dl_basic dd {
  margin-left: 20%;
  padding-bottom: 10px;
}
dl.dl_basic dd:after {
  content: '';
  display: block;
  clear: both;
}
		
		
dl.dl_box,
dl.dl_box dt,
dl.dl_box dd {
  box-sizing: border-box;
}
dl.dl_box {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
dl.dl_box dt,
dl.dl_box dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
dl.dl_box dt {
  width: 20%;
  float: left;
}
dl.dl_box dd {
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.dl_box dd:after {
  content: '';
  display: block;
  clear: both;
}



		
		
	ul.checks li { 
	position:relative;
	}

    ul.checks li:before {
      content: "";
      display: block;
      position: absolute;
	top: .6em;
	left: -1.2em;
	width: 10px;
	height: 6px;
	border-left: 2px solid #89BF63;
	border-bottom: 2px solid #89BF63;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    }
	
	
	.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
	padding-top:15px;
	height:580px;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
