/*----------------------------------
設定
----------------------------------*/

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 95%;
}

.mobi-wrapper {
	overflow: visible !important;
}

.kotei {
	margin-top: 0;
}

.kotei-top {
	margin-top: 0;
}

.breadcrumbs {
    margin: 2.5vw 0;
    padding-top: 0;
}

.maincontent {
	float: none;
	margin-top: 2.5vw;
	overflow: hidden;
	width: 100%;
}

.content {
	float: none;
	width: 100%;
}

.side-left {
	float: none;
	margin-top: 5vw;
	width: 100%;
}

.side-right {
	float: none;
	margin-top: 10vw;
	width: 100%;
}

a:hover img {
	opacity: 1;
}

.full {
	height: auto;
	width: 100%;
}

.full-105 {
	height: auto;
	margin-left: -2.5%;
	width: 105%;
}

.tb20 {
	margin-top: 2.5vw !important;
	margin-bottom: 2.5vw !important;
}

.to20 {
	margin-top: 2.5vw !important;
}

.bo20 {
	margin-bottom: 2.5vw !important;
}

.tb40 {
	margin-top: 5vw !important;
	margin-bottom: 5vw !important;
}

.to40 {
	margin-top: 5vw !important;
}

.bo40 {
	margin-bottom: 5vw !important;
}

.tb60 {
	margin-top: 10vw !important;
	margin-bottom: 10vw !important;
}

.to60 {
	margin-top: 10vw !important;
}

.bo60 {
	margin-bottom: 10vw !important;
}

.pc {
	display: none;
}

.mobi {
	display: block;
}

/*----------------------------------
header
----------------------------------*/

header.mobi {
	background: #9bc426;
	box-sizing: border-box;
	margin-top: 15vw;
	padding: 2.5vw 0;
}

.head-mobi {
	display: block;
    margin-left: 12.5%;
    width: 87.5%;
}

.head-mobi a {
	color: #fff;
	display: block;
	font-weight: bold;
    font-size: 5vw;
    line-height: 9.5vw;
    text-decoration: none;
}

.search-mobi {
	height: auto;
	width: 10%;
}

.head-menu {
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.head-menu li {
	float: left;
	margin-right: 0.5%;
	width: 24.625%;
}

.head-menu li:last-child {
	margin-right: 0;
}

.head-menu li img {
	height: auto;
	width: 100%;
}

.sp-menu {
	bottom: 0;
	display: none;
    font-size: 14px;
    line-height: 24px;
	left: 0;
	overflow-y: auto;
	padding-top: 15.25vw;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9990;
	width: 100%;
}

.sp-menu li {
	background: #eee;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	position: relative;
}

.sp-menu li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	padding: 5px 2.5vw;
	text-decoration: none;
	width: 100%;
}

.sp-menu-2 {
	overflow: hidden;
}

.sp-menu-2 li {
	float: left;
	position: relative;
	width: 50%;
}

.sp-menu-2 li.long-link {
	width: 100%;
}

.sp-menu-2 li:nth-child(2n) {
	border-left: 1px solid #000;
}

.sp-menu-2 li::before {
	color: #9bc426;
    content: "\e902";
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 25px;
    left: -2px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sp-menu-2 li a {
    padding: 5px !important;
    padding-left: 22px !important;
}

.sp-menu .mini-menu {
	display: none;
}

.sp-menu .mini-menu li {
	border-bottom: 0;
}

.sp-menu .mini-menu li a {
	margin-left: 2%;
	width: 98%;
}

.sp-menu-title {
	background: #9bc426;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	color: #fff;
	padding: 5px 2.5vw;
}

.sp-menu-title-2 {
	background: #eee;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	height: 35px;
}

.mega-btn {
	background: #9bc426;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    margin-right: 2.5vw;
    position: absolute;
    right: 0;
    top: 6px;
    width: 25px;
}

.mega-btn::after {
    content: "+";
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 5.5px;
    top: -1.5px;
}

.mega-btn.act::after {
    content: "-";
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 6px;
    top: -5px;
}

.search-mobi-in {
	background: #eee;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	display: none;
	margin-top: 29.5vw;
	padding: 2.5%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}

.search-mobi-in input[type="text"] {
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	line-height: 25px;
	margin-right: 20px;
	padding: 5px 10px;
	-webkit-appearance: none;
	width: 100%;
}

/*----------------------------------
トップページ
----------------------------------*/

.top-kizi {
	margin-bottom: 5vw;
}

.top-kizi h1 {
}

.kansyuu-info {
	margin-bottom: 2.5vw;
	padding-bottom: 2.5vw;
}

.top-img img {
	height: auto;
	margin: 0 0 5vw !important;
	width: 100%;
}

.top-kizi-in img {
	height: auto;
	margin: 5vw auto;
	max-width: 100%;
	width: 100% !important;
}

.top-kizi-in h2,.top-kizi-in h3,.top-kizi-in h4 {
	margin-bottom: 2.5vw;
}

.top-kizi-in p + h2,
.top-kizi-in p + h3,
.top-kizi-in p + h4,
.top-kizi-in img + h2,
.top-kizi-in img + h3,
.top-kizi-in img + h4,
.top-kizi-in ul + h2,
.top-kizi-in ul + h3,
.top-kizi-in ul + h4 {
	margin-top: 10vw;
}

.writer-info {
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	margin-top: 10vw;
}

.top-kizi-in .writer-info h2 {
	border: 0;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	margin-top: 2.5vw;
	padding: 0;
}

.writer-info-in {
	margin: 2.5vw 0;
	overflow: hidden;
}

.writer-info-in img {
	float: none !important;
	margin: 0 auto 2.5vw !important;
	width: 50% !important;
}

.single .writer-info-in img {
	width: 50% !important;
}

.writer-in {
	float: none;
	margin-top: 0;
	width: 100%;
}

.writer-in strong {
	font-size: 20px;
	line-height: 30px;
}

/*----------------------------------
投稿・固定ページ
----------------------------------*/

div#toc_container {
	box-sizing: border-box !important;
	width: 100% !important;
}

.page-title {
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
}

.kizi-date {
	margin-bottom: 2.5vw;
	padding-bottom: 2.5vw;
}

.single-img img {
	height: auto;
	margin: 0 0 5vw !important;
	width: 100%;
}

.single img {
	height: auto;
	margin: 5vw auto;
	max-width: 100%;
	width: 100% !important;
}

.kizi h2,.kizi h3,.kizi h4,.kizi .inter-title {
	margin-bottom: 2.5vw;
}

.kizi p + h2,
.kizi p + h3,
.kizi p + h4,
.kizi img + h2,
.kizi img + h3,
.kizi img + h4,
.kizi ul + h2,
.kizi ul + h3,
.kizi ul + h4,
.kizi ol + h2,
.kizi ol + h3,
.kizi ol + h4,
.kizi dl + h2,
.kizi dl + h3,
.kizi dl + h4,
.kizi p + .h2-title {
	margin-top: 10vw;
}

.list-img-2 li {
	float: none;
	margin-right: 0;
	margin: 0 auto 2.5vw;
	width: 70%;
}

.list-img-2 li:last-child {
	margin-right: 0;
	margin-bottom: 0;
    margin: 0 auto;
}

.single img.alignright {
	float: none;
	height: auto;
	width: 100%;
	margin: 0 0 5vw;
}

.interview dt {
	float: none;
	width: 100%;
}

.interview dd {
	margin-left: 0;
}

.wsbl_line .wp_social_bookmarking_light_img {
	height: auto !important;
	width: 90px !important;
}

.kizi iframe{
	max-width:100%;
	height:auto;
}

/*----------------------------------
一覧ページ
----------------------------------*/

.itiran li {
	border: 1px solid #ccc;
	border-bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2.5vw;
}

.itiran li:last-child {
	border-bottom: 1px solid #ccc;
}

.itiran-img {
	width: 20%;
}

.itiran-img img {
	height: auto;
	width: 100%;
}

.itiran-info {
	width: 77.5%;
}

.itiran-info h2 a {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 2.5vw;
	text-decoration: none;
}

.itiran-info h2 a:hover {
	text-decoration: underline;
}

.itiran-text {
	margin-bottom: 2.5vw;
}

.itiran-date {
	color: #999;
}

.blog-pager {
	margin-top: 5%;
}

/*----------------------------------
右サイドバー
----------------------------------*/

.widget {
	margin-bottom: 5vw;
}

.widget:last-child {
	margin-bottom: 0;
}

.side-right .widget {
	margin-bottom: 5vw;
}

.side-right .widget img {
	height: auto;
	width: 100%;
}

.side-access a {
    background: url(images/side/bnr_access_n_ov.png) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 124.83%;
    width: 100%;
}

.side-itiran li {
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2.5vw;
}

.side-itiran li:last-child {
	border-bottom: 0;
}

.side-img {
	width: 30%;
}

.side-img img {
	height: auto;
	width: 100%;
}

.side-info {
	margin-top: -5px;
	width: 67.5%;
}

.side-kotei {
	display: none !important;
}

.side-list-menu {
	display: none !important;
}

.side-search input[type="text"] {
	width: 100%;
}

.side-search input[type="submit"] {
	margin: 2.5vw auto 0;
	width: 100px;
}

/*----------------------------------
footer
----------------------------------*/

footer {
	background: #9bc426;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	padding: 20px 2.5vw;
	text-align: center;
}

.foot-info {
    color: #2d893b;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 6vw;
    margin: 10vw 0 2.5vw;
}

.foot-logo {
	border-bottom: 5px solid #2d893b;
	box-sizing: border-box;
	margin-bottom: 2.5vw;
	padding-bottom: 2.5vw;
}

.foot-logo img {
	height: auto;
	width: 95%;
}

/*----------------------------------
検索フォーム
----------------------------------*/

.blog-search input[type="text"] {
	width: 100%;
}

.blog-search input[type="submit"] {
	display: block;
	margin-top: 2.5vw;
	width: 100%;
}

.blog-search input[type="submit"]:hover {
	opacity: 1;
}

.sns-lists {
	margin: 5vw 10% 10vw;
}

.sns-lists li {
	margin-right: 2.5%;
	width: 18%;
}

.cat-cta__main-btn {
    width: 92%;
}

/*関連記事*/
.related-posts__grid {
    grid-template-columns: 1fr;
}