﻿@charset "UTF-8";
/*
Theme Name: 
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/


/****************************************
		基本設定 - 色はここから変更 
*****************************************/

a {
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
}
a:hover {
	color: #ccc;
	-webkit-text-size-adjust: 100%;
}

/****************************************
		コンテンツ
*****************************************/
/*** Layout ***/

html, body, #wrapper {
	/*height: 100%;
	width: 100%;
	font-size: 1rem;*/
	-webkit-text-size-adjust: 100%;
}

/****************************************
	　　　style共通
*****************************************/
html {
	font-size: 100%;
}


body {
	/*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1;

}

*, *::before, *::after {
	box-sizing: border-box;
}

.grid [class*="col_"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}



.grid:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  */
}

.grid .col_12 { 
	width:100%;
}
.grid .col_11 {
	width: 91.6666666667%;
}
.grid .col_10 {
	width: 83.3333333333%;
}
.grid .col_9 {
	width: 75.0%;
}
.grid .col_8 {
	width: 66.6666666667%;
}
.grid .col_7 {
	width: 58.3333333333%;
}
.grid .col_6 {
	width: 50.0%;
}
.grid .col_5 {
	width: 41.6666666667%;
}
.grid .col_4 {
	width: 33.3333333333%;
}
.grid .col_3 {
	width: 25.0%;
}
.grid .col_2 {
	width: 16.6666666667%;
}
.grid .col_1 {
	width: 8.33333333333%;
}


.downbox {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
animation-name: dropbox;
animation-duration: 5s;
animation-timing-function: ease;
/*animation-iteration-count: infinite;*//*繰り返し*/
animation-iteration-count: 1;
}

@keyframes dropbox {
0% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
20% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
80% {
	width: 80%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
100% {
	width: 80%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}
}
.content-img {
	width: 100%;
	height: auto;
}

.container-100 {
	width: 100%;
	height: auto;
}

.container-1024 {
	width: 1024px;
	margin: 0 auto;
}

/****************firstview*******************/

.ft-min {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bg-g {
	background-color: #f6f6f6;
}
.bg-green01 {
	background-color: #519d36;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

/**********header**********/

#wp {
	width: 975px;
	margin: 0 auto;
}

#wp em {
	visibility: hidden;
}

#hd {
    background-image: url("../../img/top/header_02c.gif");
    background-repeat: no-repeat;
    height: 89px;
    margin: 0;
    padding: 0;
    width: 975px;
}

#logo {
    background-image: url("../../img/top/logo.gif");
    background-repeat: no-repeat;
    clear: left;
    display: block;
    float: left;
    height: 89px;
    margin: 0;
    padding: 0;
    width: 187px;
}
#logo a {
    display: block;
    height: 89px;
    margin: 0;
    padding: 0;
    width: 187px;
}
#cnt {
padding-bottom: 0;
}
#rank {
	float: left;
	height: 89px;
	width: 380px;
}
#rank a {
    float: left;
    height: 89px;
    width: 380px;
}

#hrside {
    clear: right;
    float: right;
    height: 89px;
    margin: 0;
    padding: 0;
    width: 219px;
}

#sitemap {
    height: 22px;
    margin: 0;
    padding: 0;
    width: 219px;
}

#sitemap li {
    background-image: url("../../img/top/li.gif");
    background-position: 4px 1px;
    background-repeat: no-repeat;
    color: #333333;
    display: inline;
    font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    padding-top: 0;
    width: 90px;
}

#sitemap li a {
	color: #333333;

}

#tel {
    background-image: url("../images/tel_bnr.jpg");
    background-repeat: no-repeat;
    clear: right;
    float: right;
    height: 56px;
    margin: 0 0 0 auto;
    padding: 0;
    width: 219px;
}

#tel a {
    display: block;
    height: 56px;
    margin: 0 0 0 auto;
    padding: 0;
    width: 219px;
font-size: 9px;
}


/**********header**********/




#first-view-area .container-outer {
	background-color: #f6f6f6;
}

#first-view-area .bg-dtd {
	border-top: 2px solid #137308;
	/*background-image: url("../images/bg-dotted.png");
	background-repeat: repeat-x;
	height: 9px;*/
}

#first-view {
	position: relative;
	width: 100%;

}

#first-view h1 {
	color: #257907;
	font-size: 48px;
	letter-spacing: 2px;
	position: absolute;
	right: 102px;
	top: 188px;
	line-height: 1.4;

}

#first-view p {
	color: #be2122;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	right: 339px;
	top: 333px;

}
.container-1248 {
	width: 1248px;
	margin: 0 auto;
}

.arrow-block {
	width: 0;
	height: 0;
	border: 58px solid transparent;
	border-top: 58px solid #519d36;
	margin: 0 auto;
}


#first-box4 {
}

#first-box4 {
	color: #fff;
	text-align: center;
}

#first-box4 h2 {
	padding: 23px 0;
	font-size: 23px;
}
#first-box4 p {
	font-weight: bold;
	font-size: 23px;
	line-height: 36px;
	padding: 46px 0;
	
}
#first-box4 span {
	color: #fea53c;
}
#first-box4 ul {
	width: 944px;
	margin: 0 auto;
}

#first-box4 ul li {
	border: 1px solid #fff;
	border-radius: 6px;
	width: 215px;
	float: left;
}

#first-box4 ul li {
	margin-left: 28px;
}

#first-box4 ul li:first-child {
	margin: 0;
}


#first-box4 .container-100 {
	padding-bottom: 50px;
}

#kouboku-box-01 h2 {
	color: #257907;
	text-align: center;
	font-size: 42px;
	line-height: 63px;
	/*margin-top: -35px;*/
}

#kouboku-box-01 .left-img-box,
#kouboku-box-01 .right-img-box {
	float: left;
	padding-left: 33px;
}


#kouboku-box-01 .left-img-box {
	position: relative;
}

#kouboku-box-01 .left-img-box:after {
	content: "";
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left: 22px solid #f9b400;
	position: absolute;
	right: -42px;
	top: 210px;

}
#kouboku-box-01 .free-2000,
#before-after .free-2000 {
	background-color: #519d36;
	border-radius: 6px;
	height: 100px;
	line-height: 100px;
	width: 957px;
	margin: 0 auto;
	position: relative;
	/*margin-bottom: 40px;
	margin-top: 40px;*/
}

#kouboku-box-01 .btm_col {
	padding: 40px 0 20px 0;
	/*margin-top: 30px;*/
}

#kouboku-box-01 .free-2000 h3,
#before-after .free-2000 h3 {
	font-size: 40px;
	color: #fff;
	/*text-indent: 42px;*/
	text-align: center;
}

#kouboku-box-01 .free-2000 img,
#before-after .free-2000 img {
	position: absolute;
	right: 20px;
	top: 10px;
}

#kouboku-box-01 .container-1024 {
	height: 710px;
}


/****************firstview*******************/
#re-one .container-952 {
	background-image: url(../images/kouboku-05.jpg);
	background-repeat: no-repeat;
	background-size: 952px 633px;
	height: 633px;
	width: 952px;
	margin: 0 auto 60px;
	position: relative;
}
	
#re-one .bg-box {
	
}

#re-one .bg-box-inner {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 400px;
	height: 272px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}

#re-one .bg-box-inner h3 {
	/*color: #519d36;*/
	/*color: #257907;*/
	color: #ff6000;
	text-align: center;
	font-size: 28px;
	padding-top: 8px;
	text-shadow: 0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff,
	0 0 2px #fff;

}

#re-one .bg-box-inner p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.4;
	padding-top: 20px;
}

#sorashi-area .container-952 {
	width: 952px;
	margin: 0 auto 60px;
	
}

#sorashi-area .left-img-box,
#sorashi-area .right-txt-box {
	float: left;
}

#sorashi-area .left-img-box {
	width: 385px;
	
}
#sorashi-area .right-txt-box {
	width: 567px;
	padding-left: 55px;
}
#sorashi-area .right-txt-box h2 {
	font-size: 52px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sorashi-area .right-txt-box p {
	font-size: 34px;
	line-height: 60px;
	margin-bottom: 42px;
}

#sorashi-area .right-txt-box .eol {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}

#service .container-100 {
	background-image: url(../images/kouboku-bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
}

#service .height-chg {
	height: 62px;
}

#service .section-outer {
	background-color: rgba(255, 255, 255, 0.7);
	width: 782px;
	text-align: center;
	margin: 0 auto 56px;
	padding: 30px 0 20px 0;
}

#service .section-outer h2 {
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
	font-size: 38px;
	width: 13em;
	margin: 0 auto;
}

#service .text-box {
	background-color: #fff;
	padding: 15px 10px 10px;
	width: 308px;
	height: 164px;
}

#service .text-box dt {
	font-size: 16px;
	/*color: #519d36;*/
	color: #015507;
	font-weight: bold;
	position: relative;
	padding-left: 46px;
	height: 30px;
	line-height: 30px;
}

#service .text-box dt span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	color: #fff;
	/*background-color: #519d36;*/
	background-color: #015507;
	padding: 1px 10px;
	margin-right: 5px;
	font-weight: bold;
	
	
}

#service .text-box dd {
	padding-top: 5px;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 1.4;
	padding-top: 12px;
}

#service ul li {
	width: 308px;
	float: left;
	margin-left: 30px;
	margin-bottom: 56px;
}

#service ul li:first-child {
	margin-left: 20px;
}

#service .height-chg-btm {
	height: 62px;
}

#before-after h2 {
	/*color: #519d36;*/
	color: #257907;
	font-size: 40px;
	text-indent: 40px;
}
#before-after .ba-box {
	height: 100px;
	line-height: 100px;
}

#before-after .ba-box-top-detail {
	padding: 30px 15px;
	font-size: 20px;
	line-height: 1.4;
}

#before-after .left-img-box img,
#before-after .right-img-box img {
	display: block;
	margin: 0 auto;
}

#before-after .ba-box-btn {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 258px;
	height: 40px;
	line-height: 40px;
	background-color: #519d36;
	color: #fff;
	position: relative;
	margin-left: 30px;
	margin-top: 3px;
}

#before-after .left-block p {
	font-size: 18px;
	line-height: 24px;
	padding-left: 30px;
}
#before-after .ba-box-btn:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	top: 12px;
	right: 5px;
}

#before-after .ba-box-btm {
	height: 100px;
	margin: 30px 0;
	padding-top: 26px;
}

#before-after #sorashi-detail {

	padding: 60px 20px 20px;
}

#choose h2 {
	color: #555;
	font-size: 40px;
	letter-spacing: 2px;
	text-indent: 28px;
	padding-bottom: 20px;
}

#choose .grid {
	padding: 0 28px;
}

#choose .choose-box6 {
	padding: 15px 14px;
	width: 316px;
	float: left;
	background-color: #fff;
	height: 316px;
	margin-bottom: 10px;
	position: relative;
	
}

#choose .mg10 {
	margin-left: 10px;
	margin-right: 10px;
}

#choose .choose-box6 img {
	display: block;
	margin: 0 auto 15px;
}

#choose .choose-box6 .count-p {
	color: #4d6b00;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

#choose .choose-box6 h3 {
	color: #555;
	font-size: 18px;
	margin-bottom: 15px;
	
}

#choose .num5 h3 {
	line-height: 1.2;
}

#choose .choose-box6 .detail-p {
	font-size: 16px;
	color: #555;
	line-height: 1.4;
}

#choose .choose-box6 .link-p {
	text-align: center;
	width: 104px;
	border-radius: 12px;
	background-color: #519E36;
	font-weight: bold;
	margin: 36px auto 0;
	height: 22px;
	line-height: 23px;
	position: absolute;
	left: 107px;
	bottom: 15px;
}

#choose .choose-box6 .choose-tel-img {
	position: absolute;
	bottom: 15px;
	left: 22px;
	margin: 0;
}

#choose .choose-box6 .link-p a {
	color: #fff;
	font-size: 14px;
	display: block;
}

/*#choose .choose-box6 .tel-p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #519E36;
	font-size: 32px;
	width: 280px;
	margin: 10px auto 0;
	transform: scale(1, 0.9);
	-webkit-transform: scale(1, 0.9);
	-o-transform: scale(1, 0.9);
	-ms-transform: scale(1, 0.9);
	-moz-transform: scale(1, 0.9);
	height: 58px;
	line-height: 58px;
}*/

#choose .tel-box h3 {
	color: #4d6b00;
	margin-bottom: 15px;
	text-align: center;
}


#choose .tel-box .all-day-p {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 26px;
}

#choose .container-outer {
	padding-top: 40px;
	/*margin-bottom: 40px;*/
	/*margin-top: -28px;*/
}

#service-flow .service-flow-box7-188 {
	width: 188px;
	background-image: url(../images/step-bg01.jpg);
	background-repeat: no-repeat;
	height: 377px;
	float: left;
	margin-right: 13px;
	padding: 20px 20px 0 5px;
}

#service-flow .service-flow-box7-174 {
	width: 174px;
	background-image: url(../images/step-bg02.jpg);
	background-repeat: no-repeat;
	height: 377px;
	float: left;
	padding: 20px 3px 0;
}

#service-flow .box7-outer {
	width: 978px;
	margin: 0 auto;
}



#service-flow .top-col p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	width: 80px;
	margin: 0 auto;
	border-radius: 13px;
	background-color: #519E36;
	height: 26px;
	line-height: 28px;
}

#service-flow .top-col h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

#service-flow .top-col .eol {
	font-size: 14px;
}

#service-flow .img-col {
	margin-top: 15px;
	height: 109px;
}

#service-flow .img-col img {
	display: block;
	margin: 0 auto;
	
}

#service-flow .img-col .mgt-normal {
	padding-top: 12px;
}
#service-flow .img-col .mgt-sp {
	padding-top: 22px;
}

#service-flow .btm-col {
	font-size: 16px;
	line-height: 20px;
}

#service-flow .btm-col p {
	padding: 0 20px;
	height: 105px;
}

#service-flow .btm-col .three {
	padding-left: 27px;
}

#service-flow .btm-col .red-txt-1,
#service-flow .btm-col .red-txt-2 {
	font-size: 12px;
	line-height: 14px;
	color: #ff0202;
	font-weight: bold;
	height: inherit;
}
#service-flow .btm-col .red-txt-1 {
	margin: 0 auto;
}
#service-flow .btm-col .red-txt-2 {
	padding: 0 24px;
}

#service-flow h2 {
color: #555;
font-size: 40px;
letter-spacing: 2px;
text-indent: 23px;
margin-bottom: 26px;
}

#service-flow .container-outer {
	padding-bottom: 32px;
}
#btn-area p {
	width: 92%;
	background-color: #ff7e00;
	box-shadow: 2px 2px 2px 1px #ccc;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	margin: 50px 4%;
	height: 76px;
}

#btn-area .btn-L {
	font-size: 28px;
	text-align: center;
	line-height: 76px;
}

#btn-area .btn-L .fa-chevron-circle-right {
	margin-left: 30px;
}

#btn-area .btn-L .fa-envelope {
	font-size: 34px;
}

#btn-area .btn-R {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding-top: 12px;
	position: relative;
}

#btn-area .btn-R i {
	font-size: 30px;
	position: absolute;
	top: 22px;
	right: 41px;
}
#ranking .img-L {
	margin-left: 6px;
}
#ranking .img-R {
	margin-left: 6px;
}

#area h2 {
	text-indent: 4px;
	margin-top: 10px;
}

#area .area-head {
	margin-top: 50px;
}

#area .area-map img {
	display: block;
	margin: 30px auto;
}

#area .area-bnr {
	margin: 30px auto 24px;
	padding-right: 20px;
}

#area .area-bnr .col_6 img {
	display: block;
	margin: 0 auto;
}

#area .area-bnr .area-bnr-top {
	margin-bottom: 36px;
}

#area p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	
}

#area p span {
	color: #ff0000;
}

#btm-pro-staff .container-outer {
	padding: 30px 0;
}

#btm-pro-staff .btm-pro-staff-box-top .img-box {
	text-align: center;
	float: left;
	width: 212px

}
#btm-pro-staff .btm-pro-staff-box-top .txt-box {
	float: left;
	width: 812px;
}
#btm-pro-staff .btm-pro-staff-box-top .txt-box h2 {
	color: #257907;
	line-height: 1.5;
	padding-top: 66px;
	font-size: 30px;
}

#btm-pro-staff .btm-pro-staff-box-btm {
	margin-top: 40px;
}
#btm-pro-staff .btm-pro-staff-box-btm .img-box {
	text-align: center;
	float: left;
	width: 302px;

}

#btm-pro-staff .btm-pro-staff-box-btm .txt-box {
	float: left;
	width: 722px;
}

#btm-pro-staff .btm-pro-staff-box-btm .txt-box p {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 30px;
	padding-right: 30px;
}



/***********一時保管************/

#footer-area .container-outer {
	background-color: #257907;
}

#footer-area ul {
	margin: 0 auto;
	/*width: 410px;*/
	width: 26rem;
	height: 64px;
	line-height: 64px;
}

#footer-area ul li {
	font-size: 14px;
	float: left;
}



#footer-area ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 12px;
	border-left: 1px solid #2d9108;
}
#footer-area ul li:first-child a {
	border: none;
}

/***********一時保管************/

/*
#footer_twp {
    background-color: #f4f9ee;
    background-image: url("../../img/top/foot06_r2_c1.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    bottom: 0;
    clear: both;
    height: 196px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
#ft_wp {
    height: 196px;
    margin: auto;
    width: 975px;
}

#footer #footer_twp #ft_wp .footer_txt01 {
    color: #ffffff;
    float: none;
    font-size: 26px;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 82px;
    text-align: left;
margin: 15px 0;
}

#footer #ft_wp .footer_area ol {
    display: inline;
    margin: 0;
    padding: 0;
}

#footer_wrapper #footer_area {
    margin-top: 20px;
}

#ft_wp li {
    border-right: 1px solid #ffffff;
    float: left;
    font-size: 90%;
    margin: 0 10px 0 0;
    padding: 0 14px 0 18px;
}

#footer #ft_wp .footer_area .footer_area_ol .footer_area_li {
    color: #ffffff;
    list-style-type: none;
}

#footer #ft_wp .footer_area {
    float: left;
    height: auto;
    margin: 10px 0 0 20px;
    padding: 0;
    width: 955px;
}

#footer_main {
    background-color: #370c00;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#footer_main a {
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#footer #ft_wp .footer_area {
    float: left;
    height: auto;
    margin: 10px 0 0 20px;
    padding: 0;
    width: 955px;
}

#footer_wrapper {
    background-color: #370c00;
    margin: 0 auto;
    padding-bottom: 75px;
    width: 975px;
}

#footer_wrapper #l1_tcon,
#footer_wrapper #l2_tcon,
#footer_wrapper #r1_tcon,
#footer_wrapper #r2_tcon {
    float: left;
    margin: 0;
    padding: 0;
    width: 243px;
}
.stul {
    margin: 0 0 10px 15px;
    padding: 0;
    text-align: left;
}
#footer_wrapper .two_boxs #l1_tcon h3,
#footer_wrapper .two_boxs #l2_tcon h3,
#footer_wrapper .two_boxs #r1_tcon h3,
#footer_wrapper .two_boxs #r2_tcon h3 {
    color: #ffffff;
    font-size: 70%;
    height: 20px;
    margin-top: 20px;
    text-align: left;
}

#footer_wrapper .two_boxs #l1_tcon ul.stul li,
#footer_wrapper .two_boxs #l2_tcon ul.stul li,
#footer_wrapper .two_boxs #r1_tcon ul.stul li,
#footer_wrapper .two_boxs #r2_tcon ul.stul li {
    background-image: url("../../img/top/footer_arrow_s.gif");
    background-position: left top;
    margin-left: 0;
background-repeat: no-repeat;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 3px;

}

#footer_wrapper .two_boxs #l1_tcon ul.stul li a,
#footer_wrapper .two_boxs #l2_tcon ul.stul li a,
#footer_wrapper .two_boxs #r1_tcon ul.stul li a,
#footer_wrapper .two_boxs #r2_tcon ul.stul li a {
    color: #ffffff;
    font-size: 80%;
}

#footer_wrapper #footer_area {
    margin-top: 20px;
}

#footer_wrapper div.area01 {
    margin: 0 0 25px;
    width: 975px;
	clear: left;
    float: left;
    height: auto;
}

#footer_wrapper div.area01 h4 {
	text-align: center;
	font-weight: normal;
}

#footer_wrapper div.area01 h4 a {
    color: #ffffff;
    font-size: 80%;
    margin-top: 20px;
}

#footer_wrapper div.area01 ul.area {
    margin: 0;
    padding: 15px 0 0;
    width: 975px;
}

#footer_wrapper div.area01 ul.area li {
    background-image: none;
    color: #ffffff;
    font-size: 60%;
    height: 20px;
    width: 60px;
background-position: left 3px;
    background-repeat: no-repeat;
    display: inline;
    float: left;
list-style-type: none;
    padding: 0 0 0 7px;
}

#footer_wrapper .footer_area .footer_area_ol {
    margin-left: 80px;
}

#footer_wrapper .footer_area .footer_area_ol .footer_area_li {
    color: #ffffff;
    float: left;
    font-size: 90%;
    list-style-type: none;
}

#footer_wrapper .top_banner {
	text-align: center;
	padding-top: 30px;
	
}

#footer_wrapper .foot_p {
    margin: 0;
	padding-top: 7px;
    padding-bottom: 30px;
color: #ffffff;
	text-align: center;
}

#display-footer {
    background-color: #fff;
    border-top: 2px solid #658409;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

#ft-container {
    margin: 0 auto;
    max-width: 975px;
    padding: 15px 0;
overflow: hidden;
}

#ft-container .ft-box3 {
    margin-left: 10px;
}
#ft-container .ft-box3 {
    box-sizing: border-box;
    float: left;
    text-align: center;
}

#footer_wrapper #footer_area::after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.container-outer2.bg-g {
    padding-top: 60px;
}
*/
/****************************************
		PC-view
*****************************************/

@media screen and (min-width: 1025px) {




}/******min-width1025 end******/

/****************************************
	　　ipad-view 縦
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {




}/******min-width768 max-width: 1279px 縦style end ******/


/****************************************
	　　ipad-view 横
*****************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {


}/******min-width768 max-width: 1279px 横style end******/



@media screen and (max-width:767px) {




}/************** SP view ***************/


/****************************************
	　　	retina
*****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {



}/************** SP ratio view ***************/



/****************************************
	　　　共通CSS
*****************************************/



