@charset "UTF-8";

#contents {
	padding: 15px 0 100px;
}

/* ------------------------------
    pagettl
------------------------------ */

.pagettl {
	background: url(../img/v_f/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.pagettl img {
	width: 928px;
	height: auto;
}

/* ------------------------------
    contents
------------------------------ */
.v_f .sec_ttl img {
	width: 197px;
}

.v_f .news_block {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}

.v_f .news_block .box {
	width: 485px;
	position: relative;
}

.v_f .news_block .box .box_ttl {
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.72;
	padding-bottom: 6px;
}

.v_f .news_block .box .list {
	background: #fffaef;
	padding: 10px 30px 30px;
}

.v_f .news_block .box .list a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #c1c1c1;
}

.v_f .news_block .box .list a .cate {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	padding: 2px 10px;
	border-radius: 8px;
	margin-left: 8px;
}

.v_f .news_block .box .list a .date {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #c1c1c1;
}

.v_f .news_block .box .list a .ttl {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 5px;
}

/*
.v_f .news_block .box .list a:hover .link_txt::before {
	width: 100%;
}
*/

.v_f .news_block .box .btn {
	margin-top: 40px;
}

.v_f .news_block .box.box_vegetable .box_ttl {
	color: #8cc63f;
}

.v_f .news_block .box.box_vegetable .list {
	border-top: 5px solid #8cc63f;
}

.v_f .news_block .box.box_vegetable .list a .cate {
	background: #8cc63f;
}

.v_f .news_block .box.box_vegetable .btn a {
	background: #8cc63f;
	border-color: #8cc63f;
}

/*
.v_f .news_block .box.box_vegetable .btn a:hover {
	color: #8cc63f;
}
*/

.v_f .news_block .box.box_fruits .box_ttl {
	color: #ffc202;
}

.v_f .news_block .box.box_fruits .list {
	border-top: 5px solid #ffc202;
}

.v_f .news_block .box.box_fruits .list a .cate {
	background: #ffc202;
}

.v_f .news_block .box.box_fruits .btn a {
	background: #ffc202;
	border-color: #ffc202;
}

/*
.v_f .news_block .box.box_fruits .btn a:hover {
	color: #ffc202;
}
*/

@media screen and (min-width: 769px) {
	.v_f .news_block .box .list a:hover .link_txt::before {
		width: 100%;
	}
	.v_f .news_block .box.box_vegetable .btn a:hover {
		color: #8cc63f;
	}
	.v_f .news_block .box.box_fruits .btn a:hover {
		color: #ffc202;
	}
}


@media screen and (max-width: 768px) {
	#contents {
		padding: 40px 0 50px;
	}
	/* ------------------------------
			pagettl
	------------------------------ */
	.pagettl {
		background: url(../img/v_f/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.pagettl img {
		max-width: 227px;
		height: auto;
	}
	/* ------------------------------
			contents
	------------------------------ */
	.v_f .txt_area p {
		text-align: left;
	}
	.v_f .news_block {
		margin-top: 0;
	}
	.v_f .news_block .box {
		width: 100%;
	}
	.v_f .news_block .box + .box {
		margin-top: 45px;
	}
	.v_f .news_block .box .box_ttl {
		font-size: 1.5rem;
		padding-bottom: 3px;
	}
	.v_f .news_block .box .list {
		padding: 0 4% 20px;
		border-width: 3px!important;
	}
	.v_f .news_block .box .list a {
		padding: 10px 0;
	}
	.v_f .news_block .box .list a .cate {
		font-size: 0.9rem;
		padding: 1px 5px;
		border-radius: 6px;
		margin-left: 4px;
		margin-right: 10px;
	}
	.v_f .news_block .box .list a .date {
		font-size: 0.9rem;
	}
	.v_f .news_block .box .list a .ttl {
		font-size: 1.2rem;
		letter-spacing: 0;
		margin-top: 0;
	}

	.v_f .news_block .box .btn {
		margin-top: 25px;
	}
	.v_f .news_block .box .btn a {
		font-size: 1rem;
		width: 150px;
		height: 25px;
		line-height: 21px;
		border-radius: 12.5px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  情報一覧・カテゴリ一覧
* --------------------------------------------------------------------------------------------------*/

.v_f.all .cate_area {
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}

.v_f.all .cate_area .cate_box {
	flex-wrap: wrap;
}

.v_f.all .cate_area .cate_box li {
	margin-right: 10px;
	padding-bottom: 10px;
	line-height: normal;
}

.v_f.all .cate_area .cate_box li a {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	padding: 0 15px;
	border-radius: 15px;
	height: 30px;
	line-height: 26px;
	position: relative;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}

/*
.v_f.all .cate_area .cate_box li a::after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	bottom: -2px;
	background: #fff;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	z-index: -1;
}

.v_f.all .cate_area .cate_box li a:hover::after {
	left: -10%;
	width: 120%;
}
*/

.v_f.all .cate_all.btn {
	margin-top: 20px;
	margin-bottom: 50px;
}

.v_f.all .cate_all.btn a {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 1.2rem;
	border: none;
	background-color: transparent;
}

.v_f.all .cate_all.btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100%);
	height: calc(100%);
	border-radius: 15px;
	z-index: -2;
}


.v_f.all .list {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 40px auto;
}

.v_f.all .list li {
	background: #fffaef;
	width: 485px;
}
.v_f.all .list li:nth-child(even){
	margin-left: 30px;
}
.v_f.all .list li + li:not(:nth-child(2)) {
	margin-top: 30px;
}

.v_f.all .list a {
	display: flex;
	align-items: center;
}

.v_f.all .list a .img {
	width: 120px;
	height: auto;
}

.v_f.all .list a .txt {
	width: calc(100% - 120px);
	padding: 0 30px;
}

.v_f.all .list a .cate {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	padding: 2px 10px;
	border-radius: 8px;
	margin-left: 8px;
}

.v_f.all .list a .date {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #c1c1c1;
}

.v_f.all .list a .ttl {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 5px;
}

.v_f.all .list a:hover .link_txt::before {
	width: 100%;
}



/* ----- -	野菜情報 ------ */

.pagettl.vegetables {
	background: url(../img/v_f/vegetables/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.v_f.all.vegetables .cate_area ul li a{
	background: #8cc63f;
	border: 2px solid #8cc63f;
}

/*
.v_f.all.vegetables .cate_area ul li a:hover{
	color: #8cc63f;
}
*/

.v_f.all.vegetables .list a .cate {
	background: #8cc63f;
}

.v_f.all.vegetables .cate_all.btn a{
	color: #8cc63f;
}

.v_f.all.vegetables .cate_all.btn a::before {
	border: 3px solid #8cc63f;
}

/*
.v_f.all.vegetables .cate_all.btn a:hover {
	color: #fff;
}

.v_f.all.vegetables .cate_all.btn a::after {
	background: #8cc63f;
}
*/

/* ------	フルーツ情報 ------ */

.pagettl.fruit {
	background: url(../img/v_f/fruit/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.v_f.all.fruit .cate_area ul li a{
	background: #ffc202;
	border: 2px solid #ffc202;
}
/*
.v_f.all.fruit .cate_area ul li a:hover{
	color: #ffc202;
}
*/
.v_f.all.fruit .list a .cate {
	background: #ffc202;
}

.v_f.all.fruit .cate_all.btn a {
	color: #ffc202;
}

.v_f.all.fruit .cate_all.btn a::before {
	border: 3px solid #ffc202;
}

/*
.v_f.all.fruit .cate_all.btn a:hover {
	color: #fff;
}

.v_f.all.fruit .cate_all.btn a::after {
	background: #ffc202;
}
*/


.v_f.category .list{
	margin: 80px auto 50px;
}


@media screen and (min-width: 769px) {
	.v_f.all .cate_area .cate_box li a::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		bottom: -2px;
		background: #fff;
		height: 120%;
		left: -10%;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
		z-index: -1;
	}

	.v_f.all .cate_area .cate_box li a:hover::after {
		left: -10%;
		width: 120%;
	}

	/* ----- -	野菜情報 ------ */
	.v_f.all.vegetables .cate_area ul li a:hover{
		color: #8cc63f;
	}

	.v_f.all.vegetables .cate_all.btn a:hover {
		color: #fff;
	}

	.v_f.all.vegetables .cate_all.btn a::after {
		background: #8cc63f;
	}

	/* ------	フルーツ情報 ------ */
	.v_f.all.fruit .cate_area ul li a:hover{
		color: #ffc202;
	}

	.v_f.all.fruit .cate_all.btn a:hover {
		color: #fff;
	}

	.v_f.all.fruit .cate_all.btn a::after {
		background: #ffc202;
	}
}

@media screen and (max-width: 768px) {
	.v_f.all .cate_area {
		margin-top: 0;
	}
	.v_f.all .cate_area .cate_box li{
		line-height: normal;
		margin-right: 5px;
		padding-bottom: 5px;
	}
	
	.v_f.all .cate_area .cate_box li a {
		font-size: 0.9rem;
		padding: 0 10px;
		border-radius: 10px;
		height: 20px;
		line-height: 16px;
	}

	.v_f.all .cate_all.btn {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.v_f.all .cate_all.btn a {
		width: 150px;
		height: 25px;
		line-height: 25px;
		font-size: 1rem;
	}

	.v_f.all .list {
		margin: 20px auto 25px;
	}
	.v_f.all .list li {
		width: 100%;
	}
	.v_f.all .list li:nth-child(even){
		margin-left: 0;
	}
	.v_f.all .list li + li {
		margin-top: 15px!important;
	}
	.v_f.all .list a .img {
		width: 77px;
		height: auto;
	}
	.v_f.all .list a .txt {
		display: block;
		width: calc(100% - 77px);
		padding: 0 15px;
	}
	.v_f.all .list a .cate {
		font-size: .8rem;
		padding: 2px 6px;
		border-radius: 7px;
		margin-left: 4px;
	}
	.v_f.all .list a .date {
		font-size: 0.9rem;
	}
	.v_f.all .list a .ttl {
		font-size: 1.2rem;
		margin-top: 2px;
		line-height: 1.4;
	}
	/* ----- -	野菜情報 ------ */
	.pagettl.vegetables {
		background: url(../img/v_f/vegetables/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	/* ------	フルーツ情報 ------ */
	.pagettl.fruit {
		background: url(../img/v_f/fruit/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.v_f.category .list{
		margin: 0 auto 25px;
	}

}


/* ----------------------------------------------------------------------------------------------------
*  カテゴリー一覧
* --------------------------------------------------------------------------------------------------*/
/*

.v_f.all.category .list {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.v_f.all.category .list {
		margin-top: 10px;
	}
}
*/

/* ----------------------------------------------------------------------------------------------------
* 　記事ページ
* --------------------------------------------------------------------------------------------------*/

.v_f .detail_main {
	background: #fffaef;
	padding: 50px;
	margin: 80px 0 50px;
}

.v_f .detail_main .page_ttl {
	margin: 50px 0 20px;
}

.v_f .detail_main .page_ttl .date {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: middle;
	color: #c1c1c1;
}

.v_f .detail_main .page_ttl .cate {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 12px;
	margin-left: 8px;
}

.v_f .detail_main .page_ttl .ttl {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 5px;
}

.v_f .detail_main .page_txt{
	font-size: 1.6rem;
    line-height: 1.625;
}
.v_f .detail_main .page_txt p + p {
	margin-top: 1.5em;
}
.v_f .detail_main .page_txt h1{
	position: relative;
	margin: 2em 0 1em;
	font-size: 2.6rem;
    line-height: 1.3em;
    font-weight: 600;
	padding: 0.6em;
	background: #005e32;
	color: #fff;
}
.v_f .detail_main .page_txt h1:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #005e32;
	width: 0;
	height: 0;
}

/* h2変更箇所 */
/*
.v_f .detail_main .page_txt h2{
	margin: 2em 0 1em;
	font-size: 2.4rem;
    line-height: 1.3em;
    font-weight: 600;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: solid 3px #8cc63f;
}
*/
.v_f .detail_main .page_txt h2{
 padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #f6f6f6;/*背景色*/
  border-left: solid 5px #3B8E27;/*左線（実線 太さ 色）*/
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	border-bottom-width: 20px;
	margin-bottom: 20px;
}

/*
.v_f .detail_main .page_txt h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #005e32;
	bottom: -3px;
	width: 30%;
}
*/
.v_f .detail_main .page_txt h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #005e32;
	bottom: -3px;
	width: 30%;
}



/* h3変更箇所 */
/*
.v_f .detail_main .page_txt h3{
	font-weight: 300;
	font-size: 2rem;
    line-height: 1.3em;
	margin: 2em 0 1em;
	padding-bottom: 0.5em;
	background: linear-gradient(transparent 70%, #005e32 70%);
}
*/

.v_f .detail_main .page_txt h3{
	  font-size: 24px;
    color: #444;
    margin: 40px 0 16px;
    font-weight: 700!important;
	padding:2rem;
    background-color: #efeef3;
    border-radius: 4px;
}





.v_f .detail_main .page_txt h4{
	font-weight: 300;
	font-size:1.7rem;
    line-height: 1.3em;
	margin: 1em 0 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #005e32;
}
.v_f .detail_main .page_txt h5{
	position: relative;
	font-weight: 300;
	font-size:1.5rem;
    line-height: 1.3em;
	margin: 1em 0 0.5em;
	padding-left: 15px;
}
.v_f .detail_main .page_txt h5:before{
	position: absolute;
	top:0;
	left:0;
	content: "◆";
	color: #005e32;
}
.v_f .detail_main .page_txt a{
	transition: opacity .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.v_f .detail_main .page_txt a * {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
}
.v_f .detail_main .page_txt a:hover {
	opacity: .6;
	cursor: pointer;
}
.v_f .detail_main .page_txt .hr,
.v_f .detail_main .page_txt hr {
    border: 0;
    background: #eee;
    border-bottom: 2px solid #666666;
    height: 1px;
    margin: 30px 0;
    clear: both;
}
.v_f .detail_main .page_txt img{
	margin: 1em auto;
}
.v_f .detail_main .page_txt .title01 {
	position: static;
	padding: 0 0 5px 50px !important;
	line-height: 30px !important;
	font-weight: normal;
	border-bottom: dotted 3px #115e33;
	color: #115e33;
	background: url(../img/v_f/icon_tsukasa.png) no-repeat;
}
.v_f .detail_main .page_txt .title01:before,
.v_f .detail_main .page_txt .title01:after{
	content: none;
}
.v_f .detail_main .page_txt .title02 {
	position:relative;
	margin:0 -1px 50px -1px !important;
	font:bold 30px/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	background:#f0e800;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #f0e800,
				-30px 0 0 0 #f0e800;
	border-bottom: none;
	padding: 0;
}
.v_f .detail_main .page_txt .title02:before,
.v_f .detail_main .page_txt .title02:after{
	content: none;
}
.v_f .detail_main .page_txt .title03 {
	position:relative;
	margin:2em 0 1em;
	padding:10px 10px 10px 30px;
	font:bold 22px/1.2 Arial, Helvetica, sans-serif;
	color:#666;
	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
}
.v_f .detail_main .page_txt .title03:before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
.v_f .detail_main .page_txt .title03:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
	border-bottom:none;
	bottom: auto;
}
/* 04.吹き出し */
.v_f .detail_main .page_txt .title04{
	position:relative;
	margin:2em 15px 1em;
	padding:10px 20px;
	font:bold 24px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	border:#333 solid 3px;
	border-radius:18px;
	background:#fff;
	box-shadow:
		-7px -5px 0 0 #e8e8e8 inset,
		2px 3px 0 0 #000;
	display: inline-block;
}
.v_f .detail_main .page_txt .title04:before{
	content:" ";
	position:absolute;
	top:100%;
	left:14px;
	width:0;
	height:0;
	border-width:20px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
.v_f .detail_main .page_txt .title04:after{
	content:" ";
	position:absolute;
	bottom:-27px;
	left:18px;
	width:0;
	height:0;
	border-width:14px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#e8e8e8;
}
/* 05.付箋 */
.title05{
	position:relative;
	margin:2em 22px 30px 10px !important;
	padding:14px 15px 0 20px;
	font-size:20px !important;
	font:normal 20px/1.3 !important;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.2);
	border-bottom:none;
}
.title05:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}
.title05:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:120px;
	height:20px;
	background:rgba(255,182,182,0.4);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
	border-bottom:none;
}
.v_f .detail_main .page_txt .aligncenter{
    display:block;	
}
/* ------	野菜情報記事ページ ------ */

.v_f.vegetables .detail_main .cate {
	background: #8cc63f;
}

/* ------	フルーツ情報記事ページ ------ */

.v_f.fruit .detail_main .cate {
	background: #ffc202;
}

@media screen and (max-width: 768px) {
	.v_f .detail_main {
		padding: 25px;
		margin: 0 auto 25px;
	}
	.v_f .detail_main .page_ttl {
		margin: 15px 0 8px;
	}
	.v_f .detail_main .page_ttl .date {
		font-size: 0.9rem;
	}
	.v_f .detail_main .page_ttl .cate {
		font-size: 0.9rem;
		padding: 2px 6px;
		border-radius: 7px;
		margin-left: 4px;
	}
	.v_f .detail_main .page_ttl .ttl {
		font-size: 1.2rem;
	}
	
	.v_f .detail_main .page_txt{
    	font-size: 1.2rem;
    	line-height: 1.416;
	}
	.v_f .detail_main .page_txt h1{
		font-size: 2.4rem;
	}
	.v_f .detail_main .page_txt h2{
		font-size: 2.2rem;
	}	
	.v_f .detail_main .page_txt h3{
		font-size: 1.8rem;
		padding-bottom: 0.3em;
		border-bottom: 8px solid #005e32;
		background: none;
	}
	.v_f .detail_main .page_txt h4{
		font-size: 1.6rem;
	}
	.v_f .detail_main .page_txt h5{
		font-size: 1.4rem;
	}
	.v_f .detail_main .page_txt .title01 {
		padding: 0 0 5px 40px !important;
		line-height: 30px !important;
		border-bottom: dotted 3px #115e33;
		color: #115e33;
	}
	.v_f .detail_main .page_txt .title02 {
		margin:0 -1px 20px -1px !important;
		font:bold 1.8rem/1.6 Arial, Helvetica, sans-serif;
	}
	.v_f .detail_main .page_txt .title03 {
		font:bold 1.8rem/1.2 Arial, Helvetica, sans-serif;

	}
	/* 04.吹き出し */
	.v_f .detail_main .page_txt .title04{
		margin:2em 0 1em;
		padding:10px 15px;
		font:bold 1.8rem/1.6 Arial, Helvetica, sans-serif;
	}
	.title05{
		font-size:1.8rem !important;
	}
}



