/*body {
	background: url(../images/contents_bg.gif) repeat;
}*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	color: #333333 !important;
}

.txt-center{text-align:center;}
.txt-left{text-align:left;}
.txt-right{text-align: right;}
.red{color: #ff0000;}
.pink{color: #f05454;}
.white{color: #ffffff;}
.blue{color:#356c92;}

hr {width: 100%; height: 10px; text-align: center;}

.moji{
padding-left:1em;
text-indent:-1em;
}

.moji2{
padding-left:3em;
text-indent:-3em;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

.txt-bold{font-weight:bold;}
.font-size-12{font-size:12px;}
.font-size-14{font-size:14px;}
.font-size-16{font-size:16px;}
.font-size-18{font-size:18px;}
.font-size-20{font-size:20px;}
.font-size-24{font-size:24px;}
.font-size-30{font-size:30px;}
.font-size-36{font-size:36px;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}

.line16 {line-height: 16px;}
.line18 {line-height: 18px;}
.line20 {line-height: 20px;}
.line24 {line-height: 24px;}
.line30 {line-height: 30px;}

#header_top {
    width: 100%;
	margin: 0 auto 0;
	text-align: center;
}

#header_top .header_wrap {
    width: 1200px;
}

#header_top .header_inner {
    width: 960px;
	margin: 0 auto;
	text-align: center;
}

#path_link {
    width: 100%;
    height: 28px;
	background-color: #F0F0F0;
    font-size: 12px;
}

#path_link ul {
    width: 960px;
	margin: 0 auto;
}

#path_link li {
    float: left;
    padding-left: 5px;
    padding-right: 4px;
    line-height: 26px;
}

#path_link li a:link    {COLOR: #666; TEXT-DECORATION: none;}
#path_link li a:visited {COLOR: #666; TEXT-DECORATION: none;}
#path_link li a:hover   {COLOR: #666; TEXT-DECORATION: underline;}
#path_link li a:active  {COLOR: #666; TEXT-DECORATION: underline;}

#main{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/*#main .topimg {
	width: 1200px;
	margin: 0 auto 30px;
}*/

#main span.red {
	color: #cc0000;
	font-weight: bold;
}

#main span.green {
	color: #539616;
	font-weight: bold;
}

#main .cap {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
}

#main .cap_r {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	float: right;
	clear: both;
}

#main .cap_r2 {
	color: #666;
	font-size: 16px;
	font-weight:normal !important;
	text-align: right;
	float: right;
	clear: both;
	padding:5px 0 0 0;
}

#main .bold {
	font-weight: bold;
}

#main .border {
	border-bottom: #727272 solid 1px;
	margin: 0 0 20px;
}

#contact {
	width: 100%;
    background: #ff9132;
	padding: 40px 0 0;
	margin: 0 auto;
	text-align: center;
}

#contact .contact_wrap {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#contact .contact_wrap .w_ttl{
    font-size: 30px;
font-weight: bold;
color: #fff;
}

#contact .contact_inner {
    display: flex;
justify-content: space-around;
flex-wrap: wrap;
width: 80%;
max-width: 960px;
background: #FFF;
padding: 20px 0;
margin: 0 auto 30px;
text-align: center;
}

#contact .contact_inner p span.blue {
	color: #333333;
	font-weight: bold;
}

#contact .contact_inner p span.number {
	font-weight: bold;
}

#contact .contact_inner p span.number a:link { COLOR: #434343; TEXT-DECORATION: underline;}
#contact .contact_inner p span.number a:visited { COLOR: #434343; TEXT-DECORATION: none;}
#contact .contact_inner p span.number a:hover { COLOR: #434343; TEXT-DECORATION: none;}
#contact .contact_inner p span.number a:active { COLOR: #434343; TEXT-DECORATION: none;}

#contact .contact_inner .fr p {
	font-size: 20px;
	font-weight: bold;
	color: #278741;
	text-align: center;
}

#contact .footer {
	width: 100%;
	margin: 0 auto;
}

#contact .footer_inner {
	width: 90%;
    max-width: 960px;
	color: #FFF;
	padding: 30px 0;
	margin: 0 auto;
	text-align: left;
    display: flex;
    flex-wrap: wrap-reverse;
	justify-content: space-between;
}
#contact .footer_inner .txt{
    max-width: 1000px;
}

#contact .footer_inner p {
	font-size: 20px;
	line-height: 2em;
    font-weight: inherit;
}
#contact .footer_inner p.txt_b {
	font-weight: bold;
}

#contact .footer_inner span.link {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}



@media (max-width: 768px) {
	
#contact{
		width: 100%;
		height: auto;
	    overflow: hidden;
	}

	
#header_top{
		width: 100%;
		height: auto;
	}
	
.header_inner{
	width: 100%!important;
	height: auto;	
	}
	
.fl {
    float: none;
}

.contact_wrap{
		width: 100%!important;
		height: auto;
	   overflow: hidden;
	}

.contact_wrap img{
		width: 100%!important;
		height: auto;
	}

.contact_inner{
		width: 100%!important;
		height: auto;
	    padding: 10px 0px!important;
	}

.contact_inner img{
	width: 90%!important;
	height: auto;
	}
	
.free img{
	width: 40%!important;
	height: auto;
	text-align: center;
	}
	
.footer{
		width: 100%!important;
		height: auto;
	}
.footer_inner{
	width: 100%!important;
	height: auto;
	}

	
#footer_img{
		width: 100%;
		height: auto;
	overflow: hidden;
	}
	
#footer_img img{
		width: 100%;
		height: auto;
	}
	
	
#footer .footer_1 {
    width: 100%;
    text-align: right;
    color: #ffffff;
}	
	
    #contact .footer_inner {
        padding: 30px 10px;
    }
    #contact .footer_inner p {
        font-size: 16px;
        padding: 5px;
    }
}


.foot_wrap{
	width: 100%;
}

/*フッターアンカーボタン*/
.foot-box {
  display: table;
  text-align:center;
	width: 100%;
}

.foot-left{
  display: table-cell;
  vertical-align: bottom;
  width: 33%;
}

.foot-center{
  vertical-align: bottom;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.foot-center img{
    height: auto;
}

.foot-right {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
  width: 33%;
}

@media (max-width: 768px) {

.foot-box {
  display: table;
  text-align:center;
	width: 100%;
}
	
.foot-box img{
	width: 80%;
	height: auto;
}
    #contact .contact_wrap .w_ttl {
font-size: 18px;
}
    #contact .contact_inner {
        display: block;
    }
    #contact .contact_inner .left_box{
        margin-top: 20px;
    }
}




@media  (min-width:835px) and (max-width:1366px) {
#header_top .header_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	
	.foot_gazou img{
		height: auto;
	}
	
}
