
body {
	font-size: 18px;
	color: #32292f;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	
}
body {
  -webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a,a:visited{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

/*My setting*/

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center!important;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
    vertical-align: bottom;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
}
h2 {
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-size: 1.8em;
	font-weight: bold;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}

/*margin*/

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

.lr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.lr20 {
	margin-left: 20px;
	margin-right: 20px;
}
.lr30 {
	margin-left: 30px;
	margin-right: 30px;
}
.lr40 {
	margin-left: 40px;
	margin-right: 40px;
}
.lr50 {
	margin-left: 50px;
	margin-right: 50px;
}
.lr80 {
	margin-left: 80px;
	margin-right: 80px;
}

/*color*/


.pink {
	color: #ca2e55
}

.orange {
	color: #ff8400;
}

.green{
	color:#468c00;
}

/*/My setting*/

#mainimgsp{
	display:none;
}
.telsp{
	display:none;
}
a:hover img{
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
#header{
	background-color:#fff;
	border-top:solid 4px #8fc31f;
}
#header .headinner{
	width:980px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
#header .headinner .logo{
	float:left;
	width:20%;
}
#header .headinner .logo img{
	width:100%;
}
#header .headinner .toptel{
	float:left;
	margin-left:170px;
}
#header .headinner .toptel img{
	width:100%;
}
#header .headinner .koshatop{
	float:right;
	margin-left:20px;
	width:13%;
}
#header .headinner .koshatop img{
	width:100%;
}
#mainimg{
	text-align:center;
	background-image:url("../img/mainimg_bg.jpg");
	background-repeat:repeat-x;
}
#main{
	padding-bottom:60px;
}


.pattern{
	margin:0 auto 120px;
	width:100%;
	background-color: #fff;
}

.tittle {
    position: relative;
	background-color: #8fc31f;
}
.pattern h1{
	width: 980px;
	margin: 0 auto;
	padding:20px 0;
	line-height:130%;
}
.pattern h1 img{
	width: 140px;
	height: 80px;
	margin-right:20px;
}
.pattern h1 span{
	font-size:36px;
	color:#fff;
    position: absolute;
    top: 30%;
}
.wrap{
	width: 980px;
	margin: 40px auto 110px;
}
.pattern h2{
	font-size:22px;
	margin-bottom: 20px;
	color: #468c00;
	}
.pattern .left{
	width: 60%;
}
.pattern .right{
	width: 35%;
}

.balloon1-right {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 50px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #fffdb5;
	border-radius: 10px;
	background-image:url(../img/voice.png);
	background-repeat:no-repeat;
    background-size: 20%;
    background-position: 97% 10%;
}

.balloon1-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fffdb5;
}

.balloon1-right p {
	margin: 0;
	padding: 0;
}

.pattern h3{
	font-size:48px;
	padding-top:50px;
	text-align:center;
	line-height:130%;
	}


.button {
	margin: 40px auto 20px;
	width: 620px;
	padding: 25px 0;
	background-color: #ff8400;
	text-align: center;
	font-weight: bold;
}
.button:hover{
	transition: 1.0s ;
	opacity: 0.5 ;
}


#keturon{
	background-color:#f6f5ec;
	padding: 120px 0 0;

}
#keturon h1{
	font-size: 5em;
	display: block;
	margin:0 auto;
	text-align: center;
	color: #8fc31f;
	letter-spacing: 0.25em;
}
#keturon p{
	font-size: 1.2em;
}
.box{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.box strong{
	font-size: 42px;
	line-height: 1.2em;
}
.box img{
	width:352px;
}
.box .lbox{
	float:left;
	width: 30%;
}
.box .rbox{
	float:right;
	text-align: left;
	    position: absolute;
    top: 40%;
    left: 30%;
}

.kosya-top-bt{
	padding: 15px 0;
	width: 200px;
	text-align: center;
	margin: 40px auto;
	background-color: #fff;
}
.kosya-top-bt a{
	color: #000;
}
.kosya-top-bt a:hover{
	transition: 0.5s ;
	opacity: 0.5 ;
}
#totop{
	text-align:right;
	margin-right:10%;
}
#footer{
	padding-top:60px;
	background-color:#468c00;
}

.footinner{
	width:690px;
	margin:0 auto;
	text-align:center;
}
.footinner h2{
	width:90%;
	margin:0 auto;
}
.footinner p{
	color:#fff;
	margin-top:30px;
	text-align:left;
	margin-bottom:30px;
}
.footinner h3{
	font-size:21px;
	color:#fff;
	margin-top:20px;
}
.footlogo{
	width:250px;
	margin:0 auto 10px;
}
.footlogo img{
	width:100%;
}
#copy{
	background-color:#468c00;
	padding:30px 0 20px;
}
#copy p{
	color:#fff;
	text-align:center;
	font-size:14px;	
}
#totopsp{
	display:none;
}