body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

@font-face {
  font-family: 'sa_m';
  src: url('sawarabi-mincho-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'sa_g';
  src: url('sawarabi-gothic-medium.ttf') format('truetype');
}

.min {
	font-size: 10px;
	font-weight: normal;
}
.bg_top {
	background-image: url(images/bg_top1.jpg);
	background-repeat: repeat-x;
}

.sa_m {
  font-family: 'sa_m'; 
}
.topics_box {
	background-color: #eeeeee;
	padding-top: 30px;
	padding-bottom: 30px;
    border-radius: 10px;       
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
}
.topics_box div {
	font-size: 36px;
	color: #000;
	margin-right: 50px;
	margin-left: 50px;
	line-height: 1.3;
}

@media screen and (max-width: 580px) {
.topics_box {
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
    border-radius: 10px;       
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
}
.topics_box div {
	font-size: 26px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3;
}
}

.mer {
	background-image: url(../images/check_box.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 37px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 1%;
	padding-top: 4px;
}
.service p {
	line-height: 130%;
}
.bg_kok {
	background-image: url(../images/bg_kokuban.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.bg_mes h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.bg_mes p {
	font-size: 14px;
	line-height: 130%;
	margin-right: 35px;
	margin-left: 35px;
}

.gtco-footer-link .row .col-md-6 .gtco-list-link li a {
	color: #FFF;
}
.gtco-footer-link .row .col-md-6 .gtco-list-link li a:hover{
	color: #FFF;
	text-decoration: underline;
}

.menu-1 ul a {
	color: #FFF!important;
}
.menu-1 ul a:hover{
	color: #FFF!important;
	text-decoration: underline;
}
.mes {
	font-size: 14px;
	line-height: 130%;
}
@media screen and (min-width: 481px) and (max-width: 992px){
	.m_img {
		height: 330px;
	}
}
@media screen and (max-width: 992px){
	.m_bg {
		background-color: #f9f9f9;
	}
}
.m_gtco {
	margin-bottom:40px;
}



#contact_div {
	max-width:500px;
	margin-right: auto;
	margin-left: auto;	
	
}
#contact_form {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
#contact_form span {
	background-color: #ff0000;
	color: #FFF;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}


#contact_form tr td {
	padding: 10px;
}
#contact_form tr th {
	white-space: nowrap;
}
/* 追加 */
.box {
	float: left;
	margin: 20px 40px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}
input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    
    background-color: #000;
    
    color: #fff;
    
    border-style: none;
}