@charset "utf-8";

/*********************************
 *
 * services consulting STYLES
 * (「農業分野の総合コンサルティング」ページのCSSファイル
 * consulting配下のページにも適用するため、consultingの共通CSSでもある。
 *
 *********************************/

 .consulting {
	font-size: 14px;
    line-height: 1.75;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
    color: #333;
	text-align: center;

	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	background: transparent;	
}

.consulting *, .consulting *:before, .consulting *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.consulting h1, .consulting h2, .consulting h3, .consulting h4, .consulting h5, .consulting h6{
	line-height: 1.2;
    font-weight: bold;
    font-feature-settings: "palt";
    color: #7a3327;
    text-align: center;
}

.consulting p {
	font-size: 14px;
	line-height: 1.75;
}


.consulting #headerwrap {
	background: url(../../img/services/consulting/back.jpg) no-repeat center top;
	/* background: url(../img/back.jpg) no-repeat center top; */
	margin-top: 0px;
	padding-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.consulting #headerwrap h2 {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.consulting #headerwrap h3 {
	color: #ffffff;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.consulting .wrapper {
	width: 90%;
	margin: 0 auto;
}

.consulting #menus .wrapper .g_nav .sns {
	display: flex;
	margin: 20px 0 20px 0;
}

.consulting #menus .wrapper .g_nav .sns li {
	width: 16.6%;
	color: #000;
	background-color: white;
}

.consulting #menus .wrapper .g_nav .sns li a {
	color: #7a3327;
	font-weight: bold;
	font-size: 16px;
}

.consulting a:hover,
.consulting input[type="button"]:hover, .consulting input[type="submit"]:hover {
    opacity: 0.7;
}

.consulting li.menu__single ul.menu__second-level {
	position: absolute;
	width: 80%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.consulting li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
}

.consulting ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.consulting .menu__second-level li {
	border-top: 1px solid #111;
}

.consulting .menu_text {
	text-align: left;
}

.consulting #management {
	width: 100%;
	margin: 0 auto;
}

.consulting #management h2 {
	margin-top: 10px;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

.consulting #management .Description {
	width: 50%;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	float: left;
	padding: 20px;
}

.consulting #management h3 {
	margin: 0 0 10px 0;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}

.consulting #management .Description p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.consulting #Ict {
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
}

.consulting #Ict h2 {
	margin-top: 10px;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

.consulting #Ict .Description {
	margin: 0 auto;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	padding: 20px;
	width: 80%;
}

.consulting #Ict .Description p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.consulting #Market {
	width: 100%;
	margin: 0 auto;
}

.consulting #Market h2 {
	margin-top: 10px;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

.consulting #Market .Description {
	margin: 0 auto;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	padding: 20px;
	width: 60%;
}

.consulting #Market .Description p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.consulting #NewWork {
	width: 100%;
	margin: 0 auto;
}

.consulting #NewWork h2 {
	margin-top: 10px;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

.consulting #NewWork .Description {
	margin: 0 auto;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	padding: 20px;
	width: 70%;
}

.consulting #NewWork .Description p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.consulting #Corp {
	width: 100%;
	margin: 0 auto;
	min-height: 200px;
}

.consulting #Corp .Description {
	width: 50%;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	float: left;
	padding: 20px;
}

.consulting #Corp h3 {
	margin: 0 0 10px 0;
	color: #7a3327;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}

.consulting #Corp .Description p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.consulting #QA {
	width: 100%;
}

.consulting .form_w {
	width: 100%;
	background: #fff;
	margin: 40px auto 0;
}

.consulting .form_w h3 {
	font-size: 24px;
	margin: 60px auto 40px;
	width: 96%;
}

.consulting form {
	margin: 20px auto;
	max-width: 640px;
	width: 90%;
}

.consulting form dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: #000;
	margin: 10px 0;
}

.consulting form dt {
	width: 25%;
}
.consulting form dd {
	width: 75%;
}

.consulting input[type="text"], .consulting input[type="email"] {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding: 8px;
}

.consulting .form_w span {
    font-size: 12px;
    color: #aaa;
}

.consulting textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
}

.consulting input[type="submit"] {
    background: #7a3327;
    max-width: 640px;
    height: 64px;
    margin: 50px auto;
    /* width: 90%; */
    font-size: 30px;
    display: flex;
    justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	border: none;
    width: 100%;
}

.consulting hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.consulting #Introduction {
    width: 100%;
    margin: 0 auto;
    float: left;
}

.consulting #Introduction h2 {
    margin-top: 10px;
    color: #7a3327;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}

.consulting #Introduction .Description {
    text-align: center;
    width: 100%;
}

.consulting #Introduction .box {
    text-align: left;
    margin: 0px auto;
    width: 60%;
    color: #7a3327;
    font-weight: bold;
    font-size: 20px;
}

.consulting #Introduction h3 {
    margin: 0 0 10px 0;
    color: #7a3327;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.consulting #Introduction .Description p {
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.consulting #Introduction .Description img {
    width: 50%;
    float: left;
}

.consulting #Introduction {
    width: 100%;
    margin: 0 auto;
    float: left;
}

.consulting #Introduction .Description {
    text-align: center;
    width: 100%;
}

.consulting #Introduction .box {
    text-align: left;
    margin: 0px auto;
    width: 60%;
    color: #7a3327;
    font-weight: bold;
    font-size: 20px;
}

.consulting #Introduction h3 {
    margin: 0 0 10px 0;
    color: #7a3327;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.consulting #Introduction .Description p {
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.consulting #Introduction .Description img {
    width: 50%;
    float: left;
}

/** agri-note */
.consulting section {
    margin: 90px auto;
}


.consulting section ul {
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1920px;
    justify-content: space-between;
    width: 90%;
    margin: 40px auto 0;
}

.consulting section li {
//    max-width: 480px;
//    width: 23%;
    text-align: left;
    color: #333;
}

.consulting section h2,
.consulting section h1 {
    font-size: 33px;
}


/** スマホ版 対応 **/
@media screen and (max-width: 640px) {
	.consulting form dt {
		width: 100%;
	}
	.consulting form dd {
		width: 100%;
	}
}

/** PC版のみ 対応 **/
@media screen and (min-width: 641px) {
	.consulting section li {
//		width: 48%;
//		margin-top: 20px;
	}
}