@charset "utf-8";

h2.about-h2 {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
h2.about-h2 span {
    background: #fff;
    padding: 3px 5px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
section.heading p {
    text-align: center;
}
p.txt35 {
    font-size: 35px;
    font-weight: bold;
    color: #004910;
    text-align: center;
    letter-spacing: 0.25em;
    margin: 0 0 30px 0;
}
p.txt17 {
	font-size: 17px;
	font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
 }
p.txt20 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}
p.txt26 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}
section.nagatafarm {
}
.about-txt {
    width: 540px;
    margin: 25px 0;
}
#introduction {
    border: 1px solid #222;
    margin: 50px 0;
    padding: 50px;
    position: relative;
    height: auto;
    width: 100%;
}
#introduction .left {
    width: 600px;
}
#introduction .right{
    position: absolute;
    width: 250px;
    top: 50%;
    left: 700px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
p.hello {
    font-size: 22px;
    font-weight: bold;
    color: #f5c848;
    margin: 0 0 20px 0;
    line-height: 1;
}
p.owner {
    color: #f5c848;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
p.owner em {
    font-size: 15px;
}
section.farm {
    background: #f5c848;
    text-align: center;
    padding: 0 0 100px 0;
    margin: 120px 0 0 0;
}
section.farm p.mont , section.farm h4 {
    text-align: center;
    color: #004910;
}
section.farm .point {
    margin: 100px 0;
    position: relative;
}
.point-txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 430px;
}
.point-txt2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 430px;
}
.point-no {
    position: absolute;
    top: -54px;
    left: 20px;
}
.point-no2 {
    position: absolute;
    top: -54px;
    right: 20px;
}

footer.about-f{
    padding: 70px 0 30px 0;
    margin: 0;
    text-align:center;
    width: 100%;
    background: #004910;
    z-index: -1;
}

/*CONTACT----------------------------------------*/
section.contact {
    margin: 100px 0;
}
section.contact , section.contact p {
    text-align: center;
}
section.contact p.mont , section.contact h4 {
    color: #004910;
}
section.contact h4 {
    margin: 0 0 30px 0;
}
p.red , em.red {
    color: #f00;
    font-size: 15px;
}

/*メールフォーム-----------------------------------*/
table.formTable{
	width:100%;
	margin:50px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:15px 10px;
    vertical-align: middle;
    text-align: left;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
table.formTable th p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
table.formTable td p {
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
    font-size: 115%;
	display:block;
    border: none;
    background: #f2f6f3;
}
input[type="checkbox"] {
	width:17px;
    height: 17px;
	padding:0;
    border: none;
    background: #f2f6f3;
}
table.formTable td p.policy {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    line-height: 1;
}
table.formTable td p.policy2 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:150px;
	height:40px;
    background: #004910;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*プライバシーポリシー*/
section.pp {
    margin: 50px auto 100px auto;
}
section.pp p , section.pp li {
    font-size: 14px;
}
section.pp p.pp-contents {
    font-size: 18px;
    color: #004910;
    margin: 50px 0 10px 0;
    line-height: 1;
    font-weight: bold;
}
section.pp ul {
    margin: 10px 0 0 0;
}
section.pp li {
    list-style-type: decimal;
    list-style-position: inside;
    float: none;
    padding-left:1.3em;
	text-indent:-1.3em;
}
section.pp ul.list2 , section.pp ul.list3 {
    margin: 10px 0;
}
ul.list2 li {
    list-style-type: upper-latin;
    padding-left:1.5em;
	text-indent:-1.5em;    
}
ul.list3 li {
    list-style-type: lower-alpha;   
}
section.pp a:link {
    text-decoration: underline;
}
section.pp a:hover {
    background: #004910;
    color: #fff;
    text-decoration: none;
}