/*----------------------------------------------------------------------

	ORIGINAL STYLESHEET

-----------------------------------------------------------------------*/

/****************************************************************************************************************
　共通項目
*****************************************************************************************************************/


/* フォント読込 */

/* 中国語（簡体字）*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
/* 中国語（繁体字）*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

span[lang="zh-cn"],
p[lang="zh-cn"] {
    font-family: 'Noto Sans SC', sans-serif;
}
span[lang="zh-tw"],
p[lang="zh-tw"] {
    font-family: 'Noto Sans TC', sans-serif;
}



h2.mayfarmer-title {
    font-size: 50px;
}
@media (max-width: 1199px) { /* タブレット */
h2.mayfarmer-title {
    font-size: 40px;
}
}
@media (max-width: 991px) { /* タブレット */
h2.mayfarmer-title {
    font-size: 30px;
}
}
@media (max-width: 767px) { /* スマホ */
h2.mayfarmer-title {
    font-size: 30px;
	text-align:left;
}
}

/* navi */

.header .nav-item-child {
    line-height: 15px;
    padding: 25px 15px 15px 15px;
}

/* hr */

hr.myfarmer-hr {
	border-top: 1px dashed rgba(0,153,51,1.0);
}


/* 背景 */
#first .container {
    background-color: rgba(255,240,220,0.4);
}



