@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
  setting
* --------------------------------------------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	text-justify: distribute;
}
.bg_gray {
	background: #f1f0ed;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* ----------------------------------------------------------------------------------------------------
  header
* --------------------------------------------------------------------------------------------------*/
#header {
	background: #fff;
}
#header .pcOnly {
	margin-bottom: 45px;
	background: url(../img/common/hd_img01_pc.png) repeat-x top center;
}

.hd_logo {
	width: 25.9%;
    /*min-width: 246px;*/
    min-width: 220px;
}
.hd_shop {
    padding-top: 14px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hd_sns {
	margin:-2px 14px 0;
}
.hd_snsNavi:after {
    content: "";
    display: block;
    clear: both;
}
.hd_snsNavi li {
    line-height: 1;
}
.hd_sns {
    float: right;
}
.hd_sns:after {
    content: "";
    display: block;
    clear: both;
}
.hd_sns li {
    float: left;
}
.hd_sns li + li {
    margin-left: 20px;
}
.hd_navi {
    float: left;
    margin-top: 4px;
}
.hd_navi:after {
    content: "";
    display: block;
    clear: both;
}
.hd_navi li {
    float: left;
    padding: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hd_navi li + li {
    border-left: solid 1px #fff;
}
.hd_navi a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 1080px) {
    .hd_shop {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .hd_sns {
        float: right;
        margin-right: 20px;
    }
    .hd_sns img {
        height: 15px;
    }
    .hd_navi {
        float: right;
        clear: both;
    }
	.hd_navi li{
		padding:0 0.8em;
	}
    .hd_navi a {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 860px) {
    .hd_navi li {
        padding: 0 10px;
    }
	.hd_logo {
		/*width: 31%;*/
		width: 25%;
		height: inherit;
		margin-right: 0%;
		margin-top: 12px;
		/*min-width:unset;*/
		min-width: 120px;
	}
	.hd_rightArea{
		width: 75%;
	}
	.hd_blog {
		width: 40%;
		margin-right: 1%;
		padding-top: 14px;
	}
	.hd_shop {
		/*width: 27%;*/
		width:100%;
		margin-right: 0%;
	}
}


@media screen and (max-width: 768px) {
	body{
		letter-spacing:-0.6px;
		margin-bottom:52px;
	}
	#header {
		min-width: 0;
	}
	#header .spOnly {
		margin-bottom: 4px;
		padding-top: 15px;
		padding-bottom: 10px;
		border-top: 4px solid #009b49;
	}
	#gnav {
		display: none;
		margin-top: 10px;
		border-top: solid 1px #dfdfdf;
	}
	#gnav li {
		border-bottom: solid 1px #dfdfdf;
	}
	#gnav li a {
		display: block;
		padding-left: 4%;
		height: 50px;
		background: url(../img/common/hd_menuBtn_ico02_sp.png) no-repeat right 10px center;
		background-size: 15px 25px;
		font-size: 16px;
		line-height: 50px;
		color: #656662;
	}
	#gnav li:last-child a {
		background: url(../img/common/hd_menuBtn_ico04_sp.png) no-repeat right 10px center;
		background-size: 20px 16px;
	}
	#gnav li a img {
		width: 24px;
		vertical-align: middle;
	}
	.slicknav_menu {
		display: block;
	}
	.menu-btn {
		width: 11%;
	}
	.hd_logo {
		width: 31%;
		height: inherit;
		margin-right: 0%;
		margin-top: 12px;
		min-width:unset;
	}
	.hd_blog {
		width: 25%;
		margin-right: 20%;
		padding-top: 14px;
	}
	.hd_shop {
		width: 20%;
		margin-right: 0%;
	}
	.hd_subLinks {
		width: 23.1%;
		max-width: 80px;
		margin-top: 5px;
		margin-right: 40px;
	}
}

/* spNav
--------------------------------------------------*/
@media screen and (max-width: 768px) {
	.spNav {
		overflow: visible;
		background: #fff;
	}
	.spNav a {
		color: #000;
		font-size: 13px;
		font-weight: bold;
		padding: 18px 20px 12px 20px;
	}
	.spNav a:hover {
		color: #000;
	}
	.spNav a:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
	}
	.spNav .menu-btn {
		display: none;
		position: absolute;
		top: 23px;
		left: -60px;
		width: 40px;
		height: 40px;
	}
	.spNav .pushy-content .spMainNav {
		margin-top: 0;
	}
	.spNav .pushy-content .spMainNav li {
		position: relative;
		border-bottom: solid 1px #C8C8C8;
	}
	.spNav .spSubNav {
		padding-top: 23px;
		padding-left: 20px;
	}
	.spNav .spSubNav a {
		line-height: 1;
		padding: 0;
	}
	.spNav .spSubNav a:before {
		content: "▶︎";
		color: #1992D4;
	}
	.spNav .spSubNav li {
		font-size: 11px;
	}
	.spNav .spSubNav li + li {
		margin-top: 13px;
	}
	.spNav .newWindow:before {
		content: "";
		display: block;
		position: absolute;
		top: 24px;
		right: 20px;
		width: 12px;
		height: 12px;
		background: url(../img/common/cmn_newWindow_ico01.svg) no-repeat center;
		background-size: 100%;
	}
	.pushy-open-right .menu-btn {
		display: block;
	}
}


@media screen and (max-width: 640px) {
	.hd_logo{
		width: 30%;
		margin-right:0%;
	}
	.hd_blog {
		width: 29%;
		margin-right: 6%;
		margin-left: 0%;
		padding-top: 14px;
	}
	.hd_shop {
		width: 25%;
		margin-left: 2%;
	}
}




@media screen and (max-width: 540px) {
	.hd_logo{
		width: 30%;
		margin-right:2%;
	}
	.hd_blog {
		width: 30%;
		margin: 0 5%;
		padding-top: 14px;
	}
	.hd_shop {
		width: 25%;
		margin-left: 3%;
	}
}


@media screen and (max-width: 490px) {
	.hd_logo{
		width: 29%;
		margin-right:0%;
	}
	.hd_blog {
		width: 35%;
		margin-right: 4%;
		margin-left: 0%;
		padding-top: 14px;
	}
	.hd_shop {
		width: 28%;
		margin-left: 0%;
	}
}


/* ----------------------------------------------------------------------------------------------------
  breadcrumb
* --------------------------------------------------------------------------------------------------*/
.breadcrumb {
	font-size: 14px;
	padding: 15px 10px;
}
.breadcrumb a {
	color: #1992D4;
	line-height: 1;
}
.breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li + li:before {
	content: ">";
	margin: 0.5em;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		font-size: 10.5px;
		line-height: 1.52;
		padding: 14px 0 10px;
	}
	.breadcrumb li {
		display: inline;
		float: none;
	}
}


/* ----------------------------------------------------------------------------------------------------
  wrapper
* --------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
    .wrapper {
		margin-bottom: 70px;
        padding: 0 10px;
    }
}

/* ----------------------------------------------------------------------------------------------------
  footer
* --------------------------------------------------------------------------------------------------*/
/*.pageTop {
	display: none;
}*/
#footer {
	font-size: 14px;
	background: #fff;
	padding: 44px 0 44px;
	color: #656662;
}
#footer label, #footer input {
	display: none;
}
#footer .ft_nav {
	padding-bottom: 30px;
}
#footer .ft_nav div {
    width: 24%;
	float: left;
	margin-right: 1.3%;
	padding: 0;
}
#footer a {
    color: #656662;
}
#footer .ft_nav div:last-child {
	margin-right: 0;
}
#footer .ft_nav div dl {
	margin-bottom: 20px;
}
#footer .ft_nav div dl dt {
	font-weight: bold;
}
#footer .ft_nav div dl dd:before {
	content: "・";
}

#footer .contentIn div.line {
	padding-top: 30px;
	border-top: 1px solid #98ce00;
}
#footer .contentIn div.line .ft_link {
	float: left;
	width: 49.75%;
    max-width: 540px;
    min-width: 475px;
}
#footer .contentIn div.line .ft_link ul {
    width: 69.5%;
	float: right;
    /*text-align: right;*/
}
#footer .contentIn div.line .ft_link ul li {
	display: inline-block;
	margin-right: 5.6%;
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/common/ft_icon.jpg);
}
#footer .contentIn div.line .ft_link ul li:last-child {
    margin-right: 0;
}
#footer .contentIn div.line .ft_link p {
	float: left;
}
#footer .contentIn div.line .ft_copy {
	float: right;
	/* width: 50%; */
	text-align: right;
    font-size: 13px;
}
@media screen and (max-width: 865px) {
    #footer a {
        font-size: 12px;
    }
    #footer .contentIn {
        width: 100%;
        margin: 0;
    }
	.footerSns {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #009b49;
		text-align: center;
	}
	.footerSns li {
		display: inline-block;
		margin: 0 20px;
	}
	#footer {
		padding-top: 0;
	}
	#footer label {
		display: block;
		height: 50px;
		border-bottom: 1px solid #dfdfdf;
		font-size: 16px;
        font-weight: bold;
		line-height: 50px;
		cursor: pointer;
		background: url(../img/common/ico_minus.png) no-repeat right 4% center;
		background-size: 23px;
        width: 100%;
        padding: 0 4%;
	}
	#footer label.active {
		background: url(../img/common/ico_plus.png) no-repeat right 4% center;
		background-size: 23px;
	}
	#footer input {
		display: none;
	}

	#footer .contentIn div:last-child {
		padding-top: 15px;
	}
	#footer .contentIn div:last-child .ft_link {
		float: none;
		width: 100%;
        max-width: none;
        min-width: 0;
	}
	#footer .contentIn div:last-child .ft_link ul {
		margin-bottom: 20px;
		float: none;
		width: 100%;
        max-width: none;
        min-width: 0;
		text-align: center;
	}
	#footer .contentIn div:last-child .ft_link ul li {
		margin-right: 10px;
	}
	#footer .contentIn div:last-child .ft_link p {
		margin-bottom: 10px;
		float: none;
		width: 100%;
		text-align: center;
	}
    #footer .contentIn div:last-child .ft_copy {
        float: none;
        width: 100%;
        text-align: center;
        clear: both;
        font-size: 10px;
    }
    #footer .ft_nav {
        margin: 12px 4% 30px;
    }
    #footer .ft_nav div {
        float: left;
        width: 50%;
        margin-right: 0;
    }

    #footer .ft_nav div dl {
        width: 100%;
        padding: 0 1%;
    }
    #footer .ft_nav div dl dt {
        font-size: 12px;
    }
    #footer .ft_nav div:last-child dl {
        float: none;
        clear: both;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .pageTop {
		display: block;
		background: #f1f0ed;
		width: 100%;
		position: fixed;
		bottom:0;
		z-index:9999;
	}
	.pageTop a {
		display: block;
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
        font-size: 12px;
		color: #656662;
	}
	.pageTop a img {
		margin-top: 11px;
		width: 20px;
		vertical-align: bottom;
		margin-right: 5px;
	}
}

/* ----------------------------------------------------------------------------------------------------
  pagenavi
* --------------------------------------------------------------------------------------------------*/
.pagenavi {
	text-align: center;
}
.pagenavi ul {
}
.pagenavi ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #009b49;
}
.pagenavi ul li span ,
.pagenavi ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #009b49;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	line-height: 45px;
	font-size: 16px;
	color: #009b49;
	font-weight: bold;
}
.pagenavi ul li span.current ,
.pagenavi ul li a.current {
	color: #fff;
	background-color: #009b49;
}
.pagenavi ul li:first-child a, .pagenavi ul li:last-child a {
	border: none;
	background-color: inherit;
	font-size: 24px;
}
.pagenavi img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.pagenavi ul li {
		margin-right: 2px;
		margin-bottom: 5px;
        font-size: 16px;
        vertical-align: middle;
	}
	.pagenavi ul li:first-child, .pagenavi ul li:last-child {
		margin-right: 0;
	}
	.pagenavi ul li span, .pagenavi ul li a {
		width: 33px;
		height: 33px;
		line-height: 33px;
		font-size: 13px;
	}
	.pagenavi ul li:first-child a, .pagenavi ul li:last-child a {
		font-size: 20px;
	}
}



/* ----------------------------------------------------------------------------------------------------
  p-article
* --------------------------------------------------------------------------------------------------*/
.p-article .wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.p-article .wrapper .main {
	width: calc(100% - 246px);
	float: left;
	/* background: #f4f4f4; */
}
.p-article .wrapper .main .contentIn {
	width: 100%;
}
.p-article .articleList02 {
	width: 100%;
	margin-bottom: 50px;
}
.p-article .articleList02 li {
	width: 100%;
	padding: 16px 0;
	border-bottom: solid 1px #dfdfdf;
	background-color: #fff;
	position: relative;
}
.p-article .articleList02 li:last-child {
	border-bottom: none;
}
.p-article .articleList02 li a {
}
.p-article .articleList02 li a p.no {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 10;
	width: 48px;
	height: 48px;
	background-color: #45b030;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.p-article .articleList02 li a p.image {
	position: relative;
	float: left;
    width: 27.5%;
}
.p-article .articleList02 li a p.image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-article .articleList02 li a p.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
}
.p-article .articleList02 li a div.inner {
	float: right;
	width: 69.54%;
}
.p-article .articleList02 li a div.inner .category span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #656662;
}
.p-article .articleList02 li a div.inner .title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.25em;
	margin-right: 24px;
}
.p-article .articleList02 li a div.inner .text {
	margin-bottom: 1em;
	color: #656662;
	margin-right: 24px;
}
.p-article .articleList02 li a div.inner .date {
	margin-top:1em;
	color: #656662;
	font-size: 12px;
}

.p-article .articleList02 li a div.inner time {
	margin-top:1em;
	color: #656662;
	font-size: 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.p-article .articleList02 li a div.inner .date_lable_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.p-article .articleList02 li a div.inner .date_lable_wrap .date_label{
	display:block;
	border:1px solid #dfdfdf;
	padding:0.1em 0.6em;
	border-radius:12px;
	margin-right:.8em;
	font-size:.9em;
}

.p-article .articleList02 li a div.inner .date_lable_wrap.update .date_label{
	background-color:#009b49;
	color:#fff;
	border-color:#009b49;
}

.p-article .articleList02 li a div.inner .date_lable_wrap.update{
	margin-right:1em;
	color:#009b49;
}

.p-article .articleList02 li a div.inner .more {
	text-align: right;
}
.p-article .articleList02 li a div.inner .more span {
	display: inline-block;
	padding: 2px 20px;
	background-color: #f57415;
	color: #fff;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}


.p-article .side .favoriteArea {
	margin-bottom: 20px;
	background-color: #fff;
	border-top: 2px solid #009b49;
}
.p-article .favoriteArea .articleTtl01 {
	padding: 8px 0 8px 10px;
	color: #656662;
	font-weight: bold;
	border-bottom: solid 1px #dfdfdf;
}
.p-article .favoriteArea .articleList01 {
	width: 100%;
	margin-bottom: 15px;
}
.p-article .favoriteArea .articleList01 li {
	width: 100%;
	padding: 10px 10px 10px 0;
	border-bottom: solid 1px #dfdfdf;
	background-color: #fff;
	position: relative;
}
.p-article .favoriteArea .articleList01 li a {

}
.p-article .favoriteArea .articleList01 li a p.no {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	width: 24px;
	height: 24px;
	background-color: #45b030;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.p-article .favoriteArea .articleList01 li a .image {
    position: relative;
    width: 90px;
	float: left;
}
.p-article .favoriteArea .articleList01 li a .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-article .favoriteArea .articleList01 li a .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	object-fit: cover;
}
.p-article .favoriteArea .articleList01 li a .txt {
	float: right;
	width: 100px;
	color: #656662;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
}
.p-article .side .favoriteArea .more {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 80%;
}
.p-article .side .favoriteArea .more a {
	display: block;
	height: 40px;
	background-color: #45b030;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}

.p-article .side .kiziSearch {
	padding-bottom: 10px;
	background-color: #fff;
	border-top: 2px solid #009b49;
	margin-bottom: 20px;
}
.p-article .kiziSearch p {
	padding: 8px 0 8px 10px;
	color: #656662;
	font-weight: bold;
}
.p-article .kiziSearch form {
	position: relative;
}
.p-article .kiziSearch input {
	position: relative;
	margin-left: 10px;
	padding-left: 5px;
	width: 191px;
	height: 30px;
	border: 2px solid #9c9e96;
}
.p-article .kiziSearch button {
	position: absolute;
	top: 8px;
	left: 183px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.p-article .kiziSearch button img {
	display: block;
}

.p-article .articleTtl03 {
	padding-left: 0.5em;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #009b49;
	padding: 2px 0.5em;
	color: #fff;
}
.p-article .articleTtl03 span {
	margin-left: 10px;
}
.p-article .articleTtl04 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 20px;
}
.p-article .articleTtl04:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;
}

.p-article article {
	padding: 40px 40px 32px;
}
.p-article .snsTop,
.p-article .snsBottom {
	text-align: right;
}

.p-article .snsTop li,
.p-article .snsBottom li {
	display: inline-block;
}
.p-article .snsTop li > iframe,
.p-article .snsBottom li > iframe {
	vertical-align: bottom;
}
.p-article .snsBottom {
	margin-top: 25px;
}
.p-article .mainText {
	margin-top: 42px;
	border-top: solid 1px #C8C8C8;
	border-bottom: solid 1px #C8C8C8;
	padding: 30px 0 25px;
}
.p-article .mainText > p {
	margin-top: 34px;
	line-height: 2;
	text-indent: 1em;
	text-align: justify;
}
.p-article .mainText hr {
	margin-top: 56px;
	border-top: solid 1px #C8C8C8;
}
.p-article .mainText h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 24px;
	border-bottom: solid 1px #C8C8C8;
	margin-top: 55px;
}
.p-article .mainText .small {
	font-size: 13px;
	margin-top: 0;
	text-indent: 0;
}
.p-article .mainText .articleLead {
	font-weight: bold;
	text-indent: 0;
}
.p-article .mainText .articleLead + p {
	margin-top: 0;
}
.p-article .mainText * + .articleImg {
	margin-top: 34px;
}
.p-article .mainText .articleImg .caption {
	margin-top: 10px;
	font-size: 13px;
}
.p-article .mainText .articleImg.fL .caption,
.p-article .mainText .articleImg.fR .caption {
	margin-top: 10px;
	font-size: 12px;
}
.p-article .mainText .articleImg.fL {
	margin-right: 25px;
	margin-bottom: 25px;
}
.p-article .mainText .articleImg.fR {
	margin-left: 25px;
	margin-bottom: 25px;
}
.p-article .wrapper .side {
	width: 220px;
	float: right;
}

.p-article .side .addArea {
	margin-bottom: 26px;
	width: 220px;
	text-align: center;
}
.p-article .side .addArea ul li{
	margin-bottom: 20px;
}
.p-article .side .addArea ul li iframe{
	width: 100%;
	height: auto;
}
.p-article .side .articleTtl03 {
	line-height: 1;
	margin-bottom: 17px;
}
.p-article .side .articleTtl03 span {
	margin: 0;
}
.p-article .side .articleTtl03:before {
	float: left;
}
.p-article .sd_fb {
	margin-top: 40px;
}
.p-article .sd_fb .ttlFb {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p-article .sd_fb .ttlFb:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/common/cmn_fb_ico01.svg) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
.p-article .sd_fb .fb_hukidashi {
	position: relative;
	color: #3B5998;
	font-size: 14px;
	text-align: center;
	background: rgba(59, 89, 152, 0.25);
	padding: 3px 0;
	margin-bottom: 20px;
}
.p-article .sd_fb .fb_hukidashi:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%);
	border: solid 20px transparent;
	border-top: solid 10px rgba(59, 89, 152, 0.25);
}
.p-article .sd_fb #sdFacebook {
	text-align: center;
}
.p-article .bnrArea {
	clear: both;
	margin-bottom: 200px;
	padding-top: 104px;
}
.p-article .bnrArea .newTry a {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	background: #A0C81E;
	padding: 17px 43px;
	box-shadow: 4px 4px 0px -1px #7a7a7a;
}
.p-article .bnrArea .newSite a {
	display: inline-block;
	width: 100%;
	max-width: 345px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #1992D4;
	box-shadow: 4px 4px 0px -1px #7a7a7a;
}
	.pc_hidden{
		display:none;
	}
	.sp_hidden{
		display:block;
	}

@media print, screen and (max-width: 900px) and (min-width: 768px) {

}

@media screen and (max-width: 768px) {
	.pc_hidden{
		display:block;
	}
	.sp_hidden{
		display:none;
	}

	.pagenavi{
		background: #FFF;
		padding-bottom: 25px;
		padding-top: 15px;
	}
	.p-article .articleList02 {
		margin-bottom: 0;
	}
	.p-article .articleList02 li{
		padding:20px 5px 16px 0;
	}

	.p-article .articleList02 li a p.no {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.p-article .articleList02 li a p.image {
		width: 30%;
	}
	.p-article .articleList02 li a div.inner {
		width: 68%;
	}
	.p-article .articleList02 li a div.inner .category span {
		margin-right: 5px;
		padding: 0 8px;
		height: 20px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		line-height: 20px;
		font-size: 12px;
	}
	.p-article .favoriteArea .articleList01 li a p.no {
		left: 4%;
	}
	.p-article .articleList02 li a div.inner .title {
		margin-bottom: 5px;
		/*font-size: 17px;*/
		font-size: 15px;
		line-height: 1.2;
		margin-right: 0;
		margin-top:0;
	}
	.p-article .articleList02 li a div.inner .text {
		margin-bottom: .5em;
		/*font-size: 14px;*/
		font-size: 12px;
		line-height: 1.2;
		margin-right: 0;
	}
	.p-article .articleList02 li a div.inner .text p {
		/*font-size: 14px;*/
		font-size: 12px;
		line-height: 1.2;
	}
	.p-article .articleList02 li a div.inner .date {
		font-size: 10px;
	}
	.p-article .articleList02 li a div.inner .more span {
		padding: 1px 18px;
		border-top-left-radius: 6px;
		-moz-border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-moz-border-bottom-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		font-size: 14px;
	}

	.category.pc_hidden{
		margin-bottom:.5em;
	}

	.p-article .wrapper .contentIn {
		width: 100%;
		margin: 0;
	}
	.p-article .wrapper .main {
		width: 100%;
		float: none;
		max-width: none;
	}
	.p-article .wrapper .main .favoriteArea {
		padding: 0 4%;
	}

	.p-article .favoriteArea .articleList01 li {
		padding: 10px 4%;
	}
	.p-article .favoriteArea .articleList01 li a .image {
		width: 30%;
	}
	.p-article .favoriteArea .articleList01 li a .image img {
		width: 100%;
	}
	.p-article .favoriteArea .articleList01 li a .txt {
		width: 65%;
        font-size: 13px;
	}

	.p-article .kiziSearch p {
		font-size: 16px;
	}
	.p-article .kiziSearch input {
		margin-left: 5%;
		padding-left: 5px;
		width: 90%;
		height: 30px;
	}
	.p-article .kiziSearch button {
		top: 8px;
		left: 88%;
		padding: 0;
	}

	.p-article .articleTtl01 {
		font-size: 16px;
		padding: 20px 0 20px 45px;
	}
	.p-article .articleTtl01 span {
		font-size: 12px;
	}
	.p-article .articleTtl01:before {
		width: 16px;
		height: 18px;
	}
	.p-article .articleTtl02 {
		font-size: 22px;
		text-align: justify;
		margin-bottom: 23px;
	}

	.p-article .side .addArea {
		margin: 0 auto 26px;
		width: auto;
		padding: 0 10px;
	}
	.p-article .articleTtl03 {
		font-size: 20px;
	}
	.p-article .articleTtl03:before {
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	.p-article .articleTtl03 span {
		font-size: 12px;
		margin-left: 5px;
	}
	.p-article .articleTtl04 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.p-article .articleTtl04:before {
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	.p-article article {
		padding: 12px 4%;
	}
	.p-article .snsTop,
	.p-article .snsBottom {
		text-align: center;
	}
	.p-article .snsBottom {
		margin: 16px 0 30px;
	}
	.p-article .mainText {
		text-align: center;
		margin-top: 15px;
		padding: 16px 0;
	}
	.p-article .mainText > p {
		font-size: 14px;
		line-height: 1.78;
		text-align: left;
		margin-top: 30px;
	}
	.p-article .mainText hr {
		margin-top: 28px;
	}
	.p-article .mainText h2 {
		font-size: 18px;
		text-align: left;
		padding-bottom: 12px;
	}
	.p-article .mainText .small {
		font-size: 10px;
	}
	.p-article .mainText .articleImg.fL,
	.p-article .mainText .articleImg.fR {
		float: none;
		margin: 26px 0 0;
	}
	.p-article .mainText img {
		float: none;
		margin: 0;
	}
	.p-article .wrapper .side {
		width: 100%;
		float: none;
	}
	.p-article .side {
		padding-top: 30px;
	}
	.p-article .sd_fb {
		margin-top: 0;
	}
	.p-article .sd_fb .ttlFb {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.p-article .sd_fb .ttlFb:before {
		width: 30px;
		height: 30px;
		margin-top: -5px;
	}
	.p-article .bnrArea {
		padding: 53px 0 98px;
		margin-bottom: 0;
		background: #fff;
	}
	.p-article .bnrArea .newTry a {
		width: 100%;
		max-width: 345px;
		line-height: 1.3;
		padding: 9px 0;
		font-size: 24px;
		margin-top: 15px;
	}
}

#breadcrumb {
    margin-bottom: 15px;
}
#breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}
#breadcrumb li {
	color: #656662;
	font-size: 14px;
	float: left;
	padding-left: 0.5em;
}
#breadcrumb li:after {
	content: ">";
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb a {
	display: inline-block;
	color: #656662;
	text-decoration: underline;
	padding-right: 0.5em;
}

/*202112月追加*/
#header {
	margin-bottom: 4px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 4px solid #009b49;
}

#header .pcOnly{
	background: none;
	display: flex;
	justify-content: space-between;
}

#header .pcOnly .hd_shop{
	width: 100%;
}

#header .pcOnly .hd_sns{
	float: none;
}

#gnav {
	display: none;
	margin-top: 10px;
	border-top: solid 1px #dfdfdf;
}
#gnav li {
	border-bottom: solid 1px #dfdfdf;
}
#gnav li a {
	display: block;
	padding-left: 4%;
	height: 50px;
	background: url(../img/common/hd_menuBtn_ico02_sp.png) no-repeat right 10px center;
	background-size: 15px 25px;
	font-size: 16px;
	line-height: 50px;
	color: #656662;
}
#gnav li:last-child a {
	background: url(../img/common/hd_menuBtn_ico04_sp.png) no-repeat right 10px center;
	background-size: 20px 16px;
}
#gnav li a img {
	width: 24px;
	vertical-align: middle;
}
.slicknav_menu {
	display: block;
}
.menu-btn {
	width: 11%;
}
.hd_logo {
	/*width: 31%;*/
	width: auto;
	height: inherit;
	margin-right: 0%;
	margin-top: 12px;
	min-width:unset;
}
.hd_blog {
	width: 25%;
	margin-right: 20%;
	padding-top: 14px;
}
.hd_shop {
	width: 20%;
	margin-right: 0%;
}
.hd_shop img {
	max-height: 25px;
	vertical-align: top;
}
#header .pcOnly .hd_shop {
	width: auto;
	padding: 0;
	margin: 0;
}
.hd_rightArea{
	display: flex;    justify-content: end;
    align-items: center;
}
#header .pcOnly .hd_sns {
    float: none;
    display: flex;
    justify-content: end;
    width: auto;
    /* max-height: 24px; */
}
.hd_subLinks {
	width: 23.1%;
	max-width: 80px;
	margin-top: 5px;
	margin-right: 40px;
}
.hd_sns li {
    float: left;
    float: none;
    max-height: 24px;
}
ul.hd_sns img {
	max-height: 24px;
}

.nav-tabs-outer{
	/*height: auto!important;*/
	height: 70px!important;
}
.nav-tabs-outer ul{
	overflow-y: hidden;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
display: flex;
padding: 10px 0;
	padding-bottom: 0!important;
	    max-width: 1100px;
margin: auto;
}

.nav-tabs > li > a{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 0!important;
}

#footer .contentIn div.line .ft_link {
	float: left;
    /*width: 55.75%;*/
    /*max-width: 550px;*/
    min-width: 570px;
}

@media screen and (max-width: 768px) {
	#header .contentIn{
		width: 98%;
		margin: 0 auto;
	}

	#header .spOnly {
		padding: 0;
		border-top: none;
		display: flex;
	    justify-content: space-between;
	}
	#header .spOnly .hd_logo{
	    width: 75%;
    	padding-right: 2%;
	}
	#header .spOnly .hd_shop{
		width: 25%;
	}
	.footerSns {
		padding-top: 10px;
		padding-bottom: 10px;
		/*background-color: #009b49;*/
		text-align: center;
	    border-top: 3px solid #009b49;
	    border-bottom: 3px solid #009b49;
    	background-color: #fff;
	}
	.footerSns li {
		display: inline-block;
		/*margin: 0 20px;*/
	    margin: 0px 15px;
	    max-width: 12vw;
	}
	.p-article .articleList02 li{
		padding:20px 5px 16px 0;
	}
}

@media screen and (max-width: 865px){
#footer .contentIn div:last-child .ft_link {
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
}
}


/* 20221001社名変更 */
#header .blogttl {
    text-align: center;
    margin-bottom: 10px;
}
#header .blogttl p {
    color: #656662;
    line-height: 1.4;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    #header .spOnly .hd_logo {
        width: 34%;
    }
    #header .blogttl {
        margin-top: 3vw;
        margin-bottom: 1.6vw;
    }
    #header .blogttl h2 {
        width: 80%;
        margin: auto;
    }
    #header .blogttl p {
        font-size: 3.4vw;
        margin: 3vw 2% 0;
    }
}