/* メインイメージ
-----------------------------------------------------------------------------*/
.about_site #m_img {background-image: url(../images/about_site/m_img.jpg);}

.policy #m_img {background-image: url(../images/policy/m_img.jpg);}



/* 導入
-----------------------------------------------------------------------------*/
.other .lead_box {
	padding-top: 70px;
	width: 100%;
	text-align: center;
	background: rgb(243,251,228);
	background: -moz-linear-gradient(top,  rgba(243,251,228,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(243,251,228,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,251,228,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbe4', endColorstr='#ffffff',GradientType=0 );
}
.other .lead_box h3 {
	color: #43B900;
	font-size: 230%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 25px;
	margin-top: 15px;
}
.other .lead_box .txt {
	letter-spacing: .05em;
	line-height: 2.4em;
}

/* お問い合わせはこちら */
.other .med_contact {
	padding:0 0  7% 0;
	text-align: center;
	font-size: 104%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: 0;
}
.other .med_contact dd {
	margin-top: 15px;
}

/* テキスト */	
.other .txt_box{
	padding: 0 30px;
	margin:3% 0 10% 0;}
	



/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.other .lead_box {
	padding-top: 7%;
}
.other .lead_box h3 {
	font-size: 200%;
	letter-spacing: .1em;
	margin-bottom: 3%;
}
.other .lead_box .txt {
	line-height: 2.0em;
}

/* お問い合わせはこちら */
.other .med_contact {
	padding: 0% 0 10% 0;
	margin-bottom: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.other .lead_box {
	padding-top: 6%;
}
.other .lead_box h3 {
	font-size: 170%;
	letter-spacing: .1em;
	margin-bottom: 3%;
}
.other .lead_box .txt {
	letter-spacing: normal;
	line-height: 2.0em;
}
	
/* お問い合わせはこちら */
.other .med_contact {
	padding: 0 0 10% 0;
	margin-bottom: 0;
}

/* テキスト */	
.other .txt_box{
	padding:0%;}

}



/* このサイトについて
-----------------------------------------------------------------------------*/
.about_site .lead_box h3 {
	margin-bottom: 70px;
}

.about_site .txt_s{
	font-size:90%;}
	
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.about_site .lead_box h3 {
	margin-bottom: 30px;
}
}	



/* プライバシーポリシー
-----------------------------------------------------------------------------*/
.policy .lead_box .txt {
	margin-bottom:70px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.policy .lead_box .txt {
	margin-bottom:30px;
}
}	
