@charset "UTF-8";

/**
 * #contact box
 */
#contact_box {
	/*position: fixed;*/
	/*bottom: 2rem;*/
	/*right: 0.5rem;*/
	/*z-index: 9999;*/

	position:fixed;
	bottom:0;
	right:0;
	_position:absolute;
	padding:0px;
}
#contact_box:hover img{
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}

.posts li::before {
	background:url(../img/icon_arrow.png) no-repeat center center;
	background-size:contain;
}

/**
 * #profile
 */
#profile li {
	margin:12px;
	display:inline-block;
}
@media only screen and (max-width:767px) {
	#profile li {
		margin-right: 10px;
		display:inline-block;
		text-align:center;
		margin-bottom:20px;
	}
	.spimg80 img {
		max-width: 80%;
	}
	/**
	 * #contact box
	 */
	#contact_box {
		max-width: 40%;
	}
}

/**
 * #ad_menu
 */
#ad_menu ul {
}
#ad_menu li {
	/*border-top:solid 2px #ddd;*/
	padding:30px 0 15px 0;
}
b {
	font-weight: 700;
}

#ad_menu .case {
	border-top:solid 2px #ddd;
	margin-top: 0;
}

#ad_menu .img_r .txt {
	float:left;
	width:450px;
	margin-left: 20px;
}
#ad_menu .img_r .img {
	float:right;
	width:230px;
}
#ad_menu .img_r .img img {
	/*margin-top:30px;*/
}

#ad_menu .img_c .img {
	text-align: center;
}
#ad_menu .img_c .txt,
#ad_menu .img_r .txt,
#ad_menu > p
{
	margin-left: 20px;
}
#ad_menu h3 {
	padding: 15px 20px;
	background-color: #76952f;
	margin:20px 0 5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	text-align:left;
}
#ad_menu h4 {
	margin-bottom: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color:#333;
	text-align:left;
	font-size: 16px;
}
#ad_menu h4.h4_title {
	background-color: #dae1b8;
	padding: 2px 2px 0 8px;
}
#ad_menu h4.under_line {
	border-bottom: 1px solid #000;
}
#ad_menu .txt > p {
	margin-left: 20px;
}
#ad_menu ul .txt > p {
	margin-left: 0;
}
#ad_menu h5 {
	margin:10px 0 5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	text-align:left;
	font-size: 16px;
}

#ad_menu .list_image {
	margin-top: 20px;
	text-align: center;
}
#tieup .txt ul {
	border:none;
	margin:0;
}
#tieup .txt li {
	box-sizing:border-box;
	float:left;
	width:50%;
	padding:0 0 0 15px;
	border:none;
	margin:10px 0;
}
#tieup .txt li:nth-child(odd) {
	clear:both;
	padding:0 15px 0 0;
}
#tieup .txt h4 {
	display:inline-block;
	background:#7b9437;
	padding:4px 15px;
	margin-bottom:15px;
	color:#fff;
}
.case li .img{
	width: 427px;
}

.b_t {
	border-top: solid 2px #ddd;
}
.b_b {
	border-bottom: solid 2px #ddd;
}

.big_title {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	background-color: #76952f;
	text-align: center;
	color: #ffffff;
	font-size: 32px;
	padding: 30px;
	margin: 30px 0 50px 0;
}

.text h3 {
	margin: 0 0 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: left;
}
#head h3 {
	text-align: center;
	letter-spacing: 1px;
}
#head .contents {
	margin-bottom: 30px;
	text-align: center;
}
#head .contents div {
	display:inline-block;
	text-align: left;
	line-height: 2.2;
}
#profile .profile-block {
	margin-top: 20px;
	margin-bottom: 40px;
}
#profile .profile-block > h3 {
	border-bottom: 1px solid #000;
}
#profile .profile-block .list_image {
	margin-top: 20px;
	text-align: center;
}
#profile .profile-block .list_image {
	margin-top: 20px;
	text-align: center;
}
#profile .profile-block .list_image > li{
	margin-bottom: 30px;
}

#profile .profile-block .list_image2 > li{
	max-width: 40%;
}

@media only screen and (max-width:767px) {
	.big_title {
		font-size: 22px;
		padding: 20px 0 20px 0;
		margin: 30px 0 30px 0;
	}
	.text h2 {
		text-align: center;
	}
	.text h3 {
		font-size: 16px;
	}
	.text h4,
	#ad_menu h4{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.text h5,
	#ad_menu h5{
		font-size: 14px;
	}
	/*.text h4,*/
	/*.text h5,*/
	/*.text p {*/
	/*	padding: 0 20px;*/
	/*}*/
	#ad_menu .txt > p {
		margin-left: 0;
	}

	#ad_menu .img_r .txt {
		margin-left: 0;
	}

	#ad_menu li {
		padding:10px 0 10px 0;
	}
	#ad_menu .img_r .txt, #ad_menu .img_r .img {
		float:none;
		width:100%;
	}
	#ad_menu .img_r .img {
		text-align:center;
		margin-bottom: 20px;
	}
	#ad_menu .img_r .img img {
		margin:0;
		width:50%;
	}
	#ad_menu h3 {
		margin-bottom:5px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:bold;
		text-align:left;
		padding: 10px 15px;
	}
	#ad_menu > p {
		/*padding-left: 20px;*/
	}
	#ad_menu .img_c .txt{
		margin-left: 0;
	}
	#tieup .txt li, #tieup .txt li:nth-child(odd) {
		float:none;
		width:100%;
		padding:0;
	}
	#tieup .txt li:last-child {
		margin:0;
	}
	.case li .img{
		width: 100%;
	}


	#ad_menu .case {
		border-top: solid 0 #ddd;
	}
}