/*
Theme Name: curtains.jp
Theme URI: 
Description: curtains.jp
Author: solepro
Author URI: 
Version: 1.0
*/


@scope (.wp-blogBody){
	
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
* {
	font-family:"Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	word-break: break-all;
}

/* Googleフォントの反映箇所
--------------------------------*/
.sitename a, /*サイトタイトル*/
.descr, /*サイトタイトル下のキャプション*/
.news-ca, /*お知らせタイトル*/
.catname, /*カテゴリ（タイトル上）*/
.kdate,.kdate time, /*更新日・投稿日*/
aside h4, /*サイドバー見出し*/
.tagcloud a, /*タグクラウド*/
.p-entry, /*人気記事タイトル*/
.p-free, /*人気記事タイトル*/
.n-entry,h4 .point-in, /*NEW ENTRYと関連記事*/
.rankh3-in, /*アフィリエイトランキングの見出し*/
.snstext, /*ソーシャルボタンの文字*/
h5#resp,h3#reply-title,.form-submit, /*コメント欄見出し*/
footer h3 /*フッターのタイトル*/
{
	font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #ffffff;
}

body.mceContentBody {
	background-color: #fff;
}

.st-hide {
	display:none;
}

hr.hrcss {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fa-question-circle, .fa-check-circle, .fa-exclamation-triangle, .fa-pencil-square-o {
	margin-right:10px;
}

/* リンクの色 */
a {
	color: #4682b4;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #6ebc24;
}

img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.inline-img img {
	display: inline;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
}

iframe {
	max-width: 100%;
}

.resetwidth img, .resetwidth video, .resetwidth object .resetwidth iframe{
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
	display: inline;
}

.wp-caption {
	height: auto;
	max-width: 100%;
}

/* ロゴ画像の最大サイズ */
.sitename img {
	margin: 0 auto;
}

/* スマートフォンは表示しない */
.smanone {
	display: none;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

code {
	padding:2px;
	background:#f3f3f3;
	margin:2px;
	border-radius:2px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	padding-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.gallery-caption {
}

.screen-reader-text {
}

/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*スライドショー
* スライド時はdisplay:noneで矢印非表示
*/
.slick-next{
	display:none!important;
	right:10px;
	z-index:9999!important;
}
.slick-prev{
	display:none!important;
	left:10px;
	z-index:9999!important;
}
[dir="rtl"] .slick-next {
	left: 10px!important;
	right: auto;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 10px!important;
}

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

/*ブログタイトル*/
header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0px;
	margin-bottom: 10px;
}

header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*ブログ名の下のキャプション */
header h1 {
	font-size: 12px;
	font-weight: normal;
}

header .descr {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:10px;
}

.catname {

}
.catname:hover{

}

.post .st-catgroup a {
	text-decoration:none;
	color:#fff;
}
.post .st-catgroup a:hover{
	color: #e4007e;
}

.post .st-catgroup a:hover {
	opacity:0.5;
}

.st-catid7 {
	background:#6ebc24;
}

/* 記事タイトル */
.entry-title {

}

#st-page .entry-title {
	margin-bottom: 20px;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

/* 中見出し */
h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*小見出し*/
.post h3 {

}

h3 a {
	color: #333;
	text-decoration: none;
}

dd h3 {
	line-height: 23px;
}

dd h3 a {
	color: #333;
	text-decoration: none;
	font-size:16px;
}

.post h4 {
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 26px;
}

.post h5 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 26px;
}

.wp-caption-text a, .wp-caption-text {
	font-size: 12px;
	color: #ccc;
}

/*NEWENTRY及び関連記事テキスト*/
.n-entry-t {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding-top:20px;
}
.n-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:5px;
	left:0;
}

/* サイドバーの見出し */
#side h5 {
	font-size:15px;
	line-height:1.2;
	margin-bottom:5px;
}

/* 関連記事の文字 */
.post h4.point {
    margin-bottom: 30px;
    border-bottom: solid 1px #f3f3f3;
    background-color: transparent;
    margin-top: 0px;
    text-align: center;
    background-image: url(./images/icon-note.png);
    background-repeat: no-repeat;
    background-position: 30% bottom;
    background-size: auto 100%;
    padding: 30px 10px 0px;
}
.post h4 .point-in {
    padding: 5px 15px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #bdbdbd;
	line-height: 18px;
}

.blogbox {
	margin-bottom: 20px;
	text-align: right;
	padding: 0px;
}

/*投稿タグ*/
.tagst {
	font-size:13px;
	color:#ccc;
	padding: 10px 0 0;
}

/*サムネイルなし*/
.no-thumbitiran{
	margin-bottom:20px;
}

.kanren .no-thumbitiran h3{
	margin-bottom:0px;
	font-size:18px;
    line-height:27px;
	padding:0px;
}

.no-thumbitiran h3 a{
	color: #4682b4;
}

.no-thumbitiran h5 a{
	color: #1a1a1a;
	text-decoration:none;
}

.no-thumbitiran h3 a:hover,.no-thumbitiran h5 a:hover {
	color: #6ebc24;
}

.no-thumbitiran p{
	color:#616161;
}

.no-thumbitiran .blog_info p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	line-height: 18px;
}

.no-thumbitiran .blog_info {
	margin-bottom: 0px;
	padding: 5px;
}

/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/* オリジナルスタイルsmartphone */

.huto {
	font-weight:bold;
}

.hutoaka {
	font-weight:bold;
	color:#ff0000;
}

.oomozi {
	font-size: 18pt;line-height: 35px;
	font-weight:bold;
}

.yellowbox {
	padding:20px;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

.redbox {
	padding:20px;
	border:solid 1px #ef5350;
	background-color:#ef9a9a;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

.graybox {
	padding:20px;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post .yellowbox ul:last-child {
	margin-bottom:0;
	paddding-bottom:0;
}

.post .graybox p:last-child,
.post .graybox ol:last-child,
.post .graybox ul:last-child {
	margin-bottom:0;
	paddding-bottom:0;
}

.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:last-child {
	margin-bottom:0;
	paddding-bottom:0;
}

.h2fuu {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight:bold;
}

.h2fuu:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}

.h2fuu:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

.inyoumodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.sankou {
	font-size:11px;
	background-color:#F57C00;
	color:#fff;
	padding:2px 3px;
	margin-right:5px;
}

/*固定ページの子ページリンク*/
.pagelist-box .kanrenh4 {
	background-color: #FFF;
}

.pagelist-box .st-childlink {
	padding:20px 0px;
}

.post .pagelist-box .st-childlink .kopage-t {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:26px;
}

/*--------------------------------
任意の人気記事
---------------------------------*/
.pop-box {
	position:relative;
	padding:20px 20px 10px;
	margin-bottom:10px;
}

.kanren.pop-box dl:last-child {
	margin-bottom: 0px;
}

.p-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#FEB20A;
	color:#fff;
	position:absolute;
	top:-15px;
	left:0;
}

.post .p-entry-t, #side .p-entry-t, .home-post .p-entry-t {
	margin-bottom:30px;
}

/*アイキャッチのない場合（トップ）
-----------------------------*/
.nowhits .pop-box {
	position:relative;
	margin:-21px 0 20px;
	padding:10px 15px 10px;
}
/*フロントページの場合*/
.nowhits-front .pop-box {
	position:relative;
	margin:-20px 0 20px;
	padding:10px 15px 10px;
}
.nowhits.hits-front .pop-box {
	margin:-21px 0 20px;
}

/*アイキャッチのある場合（トップ）
-----------------------------*/
.nowhits-eye .pop-box {
	position:relative;
	margin:-16px 0 20px;
	padding:10px 15px 10px;
}
/*フロントページの場合*/
.nowhits.hits-front-eye .pop-box {
	margin:-16px 0 20px;
}

.nowhits .p-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#FEB20A;
	color:#fff;
	position:absolute;
	top:-15px;
	left:0;
}

.nowhits .post .p-entry-t,#side .p-entry-t {

}

.poprank-no2{
	/*font-family: 'Montserrat', sans-serif;*/
	padding:2px 8px;
	background:#FEB20A;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
}

/*スクロール用*/
.poprank {
	position:relative;
}

.poprank-no{
	/*font-family: 'Montserrat', sans-serif;*/
	position:absolute;
	top:0;
	left:0;
	padding:2px 8px;
	background:#FEB20A;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

/*--------------------------------
フリーのウィジェットボックス
---------------------------------*/
.freebox {
	border-top:solid 1px #FEB20A;
	padding:0px;
	background:#f3f3f3;
	margin-bottom:10px;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	position:relative;
}

#side .freebox {
	margin-bottom: 0px;
}

.p-free {
	padding:0;
	}
.p-free:after {
	content: "";	
	display:block;
	margin-bottom:30px;
	}

.p-entry-f {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#FEB20A;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
}

.free-inbox {
	padding:10px 15px 10px;
	text-align:left;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/
/* フッター文字 */
#footer h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#footer p {
	font-size: 12px;
	margin-bottom:5px;
}

#footer h3 img {
	max-width:300px;
	margin:0 auto 10px;
	text-align:center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #6ebc24;
}

#footer .copy, #footer .rcopy {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
	padding:20px 10px 0;
}

#footer .copy a, #footer .rcopy a {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}

/*電話番号*/
footer .head-telno a{
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	padding: 5px 10px;
	text-align:center;
}

/*ウィジェットテキスト*/
.headbox, .headbox p {
	font-size:12px;
	line-height:18px;
	text-align:center;
}

/*--------------------------------
フッターのウィジェットボックス
---------------------------------*/
.footer-r {
	text-align:left;
	margin-bottom:20px;
}

/*--------------------------------
トップページのウィジェットボックス
---------------------------------*/

.top-wbox-t {
	padding-bottom:20px;
}

.top-wbox-u {
	padding:10px 0 20px;
}


/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}

#topnews dt {
	float: left;
	width: 100px;
}

#topnews dt img {
	width: 100%;
}

#topnews dd {
	padding-left: 110px;
}

#topnews dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#topnews dl:first-child {
	padding-top: 20px;
}

#topnews dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}

/* 一覧タイトル下 */

.kanren .blog_info p {
	margin:0 0 5px;;
}

.kanren h3 {
	margin: 0 0 5px;
}

p.cate a {
	color: #666;
	text-decoration: none;
    background-image: linear-gradient(-45deg, #66ce04 40%, #5db708 40%, #5db708 50%, #66ce04 50%, #66ce04 90%, #5db708 90%, #5db708);
    background-size: 5px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 6px;
    line-height: 1em;
    display: inline-block;
    white-space: nowrap;
    border-radius: 2px;
}

#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}

/*--------------------------------
記事下の一括表示部分
---------------------------------*/

.kizi-under-box {
	margin-bottom:20px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
.kanren {
	padding-top: 10px;
}

.kadomaru img{
	border-radius:100px;
}

/* タイトル名 */
.kanren.pop-box h5,#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box dd h5, #side .kanren.pop-box dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

.kanren dt {
	float: left;
	width: 100px;
}

.kanren dt img {
	width: 100px;
}

.kanren dd {
	padding-left: 115px;
}

.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

#side .kanren dl:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 13px;
	color: #1a1a1a;
	line-height: 18px;
}

.kanren .clearfix dd h5 a {
	color: #000;
	text-decoration: none;
}

.kanren .clearfix dd h5 a:hover {
	color: #6ebc24;
}

/*--------------------------------
サイドバー
---------------------------------*/
#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#side aside ul li ul li{
	list-style-type: none;
	margin: 0px;

}

#side aside .sub-menu {
	padding-left: 10px;
}

#side aside h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}

/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#scrollad {
	padding: 20px 0;
}

/*--------------------------------
サイドバー固定ページ用のナビ
---------------------------------*/

#sidebg {
	background:#f3f3f3;
	margin-bottom:10px;
	box-sizing:border-box;
}

/*ulタグの階層*/
#side aside .st-pagelists ul {
	padding:0px;
}

#side aside .st-pagelists .sub-menu {
	padding:0px;
}

/*liタグの階層*/
#side aside .st-pagelists ul li {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li {
	border:none;
}

#side aside .st-pagelists ul li:last-child {
	border-bottom: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li:first-child {
	border-top: 1px solid #ccc;
}

#side aside .st-pagelists ul li li:last-child {
	border:none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
	border:none;
	padding-left:15px;
}

/*aタグの第一階層*/
#side aside .st-pagelists ul li a {
	text-decoration:none;
	padding:8px 15px;
	color:#000;
	width:100%;
	display:block;
	box-sizing:border-box;

	/*Other Browser*/
	background: #ccc;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
	#fff 0%,
	#f3f3f3 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
	#fff 0%,
	#f3f3f3 100%
	);

}

#side aside .st-pagelists ul li a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*aタグの第二階層*/
#side aside .st-pagelists .sub-menu a {
	text-decoration:none;
	padding:8px 10px 8px 15px;
	background:transparent;
	color:#000;
	margin-bottom:0px;
	border-bottom:1px solid #ccc;
}

#side aside .st-pagelists .sub-menu a:hover {
	color:#6ebc24;
}

/*aタグの第三階層*/
#side aside .st-pagelists .sub-menu .sub-menu a {
	text-decoration:none;
	padding:8px 10px 8px 20px;
	background:transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color:#000;
	border:none;
	margin-bottom:0px;
}

#side aside .st-pagelists .sub-menu .sub-menu a:hover {
	color:#6ebc24;
}


/*タグクラウド*/
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	 opacity:0.5;
}

/*--------------------------------
ウィジェット問合せボタン
---------------------------------*/

.st-formbtn{
	display:bolck;
	background:#616161;
	padding:10px 15px;
	border-radius: 2px;
	margin-bottom:0;
}

a:hover .st-formbtn{
	opacity:0.9;
}

.st-formbtn .fa{
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

a.st-formbtnlink{
	color:#fff;
	text-decoration:none;
}

/*--------------------------------
ウィジェットオリジナルボタン
---------------------------------*/

.st-formbtn.st-originalbtn{
	display:bolck;
	background:#616161;
	padding:10px 15px;
	border-radius: 2px;
	margin-bottom:0;
}

.originalbtn-bold {
	font-weight:bold; /*太字にする*/
}

a:hover .st-formbtn.st-originalbtn{
	opacity:0.9;
}

.st-formbtn.st-originalbtn .fa{
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}

a.st-formbtnlink.st-originallink {
	color:#fff;
	text-decoration:none;
}

/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	margin-bottom: 20px;
	width: 100%;
}

table tr td {
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
}

table th {
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
}

.post table tr{
	border-bottom: 1px solid #aaa;
}

.post table tr th{
	padding: 10px;
    font-size: 17px;
    line-height: 18px;
    background-color: #6aba25;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

.post table tr td {
    font-size: 16px;
    line-height: 1.5;
    border-right: 1px dashed #68bb25;
    padding: 10px;
}
.post table tr td:last-child{
	border-right: none;
}

.post table tr td p {
	font-size: 15px;
	line-height: 18px;
}

.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}

/*テーブル（装飾なし） */
.post .notab table {
	border:none;
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
	border:none;
	text-align: left;
	vertical-align: top;
}

.notab table th {
	border:none;
}

.post .notab table tr:nth-child(even) {
	background-color: transparent;
}

/*スクロール*/
.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	 height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	 border-radius: 5px;
	 background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	 border-radius: 5px;
	 background: #ccc;
}

/*画像 */
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

.wp-caption {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ie8 img {
	width: auto;
}

/*リスト */
.post ul {
	list-style-type: disc;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.post ul li {
	font-size: 100%;
	line-height: 26px;
}

.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 17px;
	line-height: 26px;
}

/*フォーム*/
input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select {
	box-sizing:border-box;
	width:100%;
	padding:5px;

}

.post input,.post textarea{
	border-radius:3px;
	border:1px solid #ccc;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
	width:100%;
	border-radius:20px;
	background:#f3f3f3;
	color:#000;
	border:none;
	margin:0 auto;
	padding:10px;
	display:block;
	box-sizing:border-box;
}

.wpcf7-submit:hover{
	opacity:0.9;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox, .responbox30, .responbox50, .responbox60, .responbox70 {
	margin-bottom:10px;
}

.responbox .lbox {
	margin-bottom:10px;
}

/*AmazonJS*/
.post .amazonjs_item h4, .post .amazonjs_item h4 a {
	color:#1a1a1a;
	font-size:15px;
	background-color:transparent;
}
.post .amazonjs_item ul li {
	font-size:12px!important;
}

/*--------------------------------
アコーディオンメニュー
---------------------------------*/

.menu-navigation-container {
	overflow: hidden;
}

nav li a:hover {
	text-decoration: underline;
}

#s-navi ul.sub-menu {
	display:none;
}

#s-navi dl.acordion p {
	margin: 0;
}

#s-navi dl.acordion {
	margin: 0px;
	box-sizing:border-box;
	width:100%;
}

#s-navi dt.trigger {
	cursor: pointer;
}

#s-navi dt.trigger .op {
	font-size: 25px;
	color: #333;
	padding: 7px 10px;
	background:#000;
	display:block;
	float:right;
	height:auto;
}

#s-navi:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom:5px;
}

#s-navi dd.acordion_tree {
	padding: 10px 0px 20px;
	display: none;
	overflow: hidden;
	top:0px;
	width:100%;
	box-sizing:border-box;
	text-align:left;
}

.acordion_tree ul.menu li {
	float: none;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	list-style:none;
	border-bottom:dotted 1px #000;
}

.acordion_tree ul.menu li .fa {
    min-width: 1em;
}

.acordion_tree ul.menu li:last-child {
	border:none;
	padding-bottom:0px;
}

.acordion_tree ul.menu li a {
	text-decoration: none;
	color:#000;
}

/*--------------------------------
メニューst5
---------------------------------*/
nav.st5 {
	display:none;
}

/*--------------------------------
検索フォーム
---------------------------------*/
#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

#searchform {
	border:#ccc 1px solid;
}

#s {
	height: 34px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 34px;
	z-index: 20;
}

*:first-child + html #searchsubmit {
	top: 1px;
}

/*フッター*/

.footermenust {
	text-align: center;
	padding:20px;
	margin-bottom:5px;
}

.footermenust li {
	display: inline;
	font-size: 14px;
	padding:0 10px;
}

footer .footermenust li {
	border-right:1px solid #ccc;
	font-size:12px;
	line-height:18px;

}

footer .footermenust li:last-child {
	border-right:none;
}

#footer .footermenust a {
	padding:0px;
	margin:0px;
	font-size:12px;
}
#footer .footermenust a:hover{
	color: #6ebc24;
}

/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/
.st-pagelink {
	padding:20px 0px;
}

.st-pagelink a {
	text-decoration:none;
    color: #6dbc24!important;
}
.st-pagelink a:hover{
    background-color: #6dbc24;
    color: #fff!important;
}
.st-pagelink .page-numbers {
    border: 3px solid #6dbc24;
    padding: 10px 15px; /* 20191128変更 */
    margin-right: 5px;
    border-radius: 8px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}

.pagination a:hover {
	color: #fff;
	background-color: #666666;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}

/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
	color: #ccc;
}

#breadcrumb .title{
	color: #666;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 0px;
	clear: both;
}

div#breadcrumb a {
	color: #ccc
}

div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

#breadcrumb div a {
	color: #666;
	text-decoration: none;
}

/*--------------------------------
SNS
---------------------------------*/

.sns{
	width:100%;
	margin:0 auto;
	padding:0 0 20px;
}

.snstext{
	font-size:15px;
	vertical-align:middle;
	padding-left:10px;
}

.snscount{
	font-size:13px;
	vertical-align:middle;
	padding:0 10px;
}

.post .sns ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 20px;

}
.sns li {
	float:left;
	text-align:center;
	list-style:none;
	width:50%;
}

.sns li a {
	font-size:15px;
	position:relative;
	display:block;
	padding:5px 10px 5px 15px;
	color:#fff;
	border-radius:3px;
	text-decoration: none;
	height:auto;
	margin:5px;
	cursor:pointer;
	vertical-align: middle;
	line-height:25px;
}

.sns li a:hover {
}

/* ツイッター */
.sns .twitter a {
	background:#55acee;
}
.sns .twitter a:hover {
	background:#4892cb;
}

.sns .fa-twitter {
	border-right:1px solid #9ACFF4;
	padding-right:15px;
}

/* Facebook */
.sns .facebook a {
	background:#3b5998;
}
.sns .facebook a:hover {
	background:#324c81;
}

.sns .fa-facebook {
	border-right:1px solid #607BB2;
	padding-right:15px;
}

/* グーグル */
.sns .googleplus a {
	background:#dc4e41;
}
.sns .googleplus a:hover {
	background:#bb4237;
}

.sns .fa-google-plus {
	border-right:1px solid #E0776D;
	padding-right:13px;
}
/* はてぶ */
.sns .hatebu a {
	background:#00a5de;
}

.sns .hatebu a:hover {
	background:#008cbd;
}

.sns .fa-hatena {
	border-right:1px solid #48B6DB;
	padding-right:15px;
}

/* LINE */
.sns .line a {
	background:#25af00;
}
.sns .line a:hover {
	background:#219900;
}

.sns .fa-comment {
	border-right:1px solid #29c200;
	padding-right:15px;
}

/* Pocket */
.sns .pocket a {
	background:#f03e51;
}

.sns .fa-get-pocket {
	border-right:1px solid #F27985;
	padding-right:15px;
}
.sns .pocket a:hover {
	background:#c0392b;
}

/*--------------------------------
カレンダー
---------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}

#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 10px 3px;
	text-align: center;
	background-color: #f3f3f3;
}

#wp-calendar td {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}

#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}

/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 0px;
	font-size: 20px;
}

#page-top a {
	text-decoration: none;
	background: #4cbf00;
	color: #fff;
	padding: 12px 16px;
	text-align: center;
	display: block;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#page-top a:hover {
	text-decoration: none;
	color: #fff;
}

/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}

.post #comments h3 {
	background-color: transparent;
}

#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

#comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}

.fn {
	font-style: normal;
	font-size: 13px;
}

.says {
	font-size: 13px;
	line-height: 18px;
}

.commentmetadata {
	font-size: 12px;
	line-height: 24px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.reply {
	padding: 5px;
	font-size: 13px;
}

#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
	line-height: 26px;
}

#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comments #commentlist img {
	padding: 10px;
}

#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}

ul.sub-menu {
	padding: 0px;
}

.commets-list li {
	list-style-type: none;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}

/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}

#comments h3 {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
}

#comments h4 {
	background-color: transparent;
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}

#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}

#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}

/* コメントボタン */
	#comments input[type="submit"] {
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	border: 1px #f2f2f2 solid;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
    font-weight: bold;
    font-size: 14px;
    float: none;
    color: #f97001;
    vertical-align: middle;
    width: 95%;
    margin: 0 auto 5px;
}
.p-navi dl dt:nth-of-type(2) {
    text-align: right;
}
.p-navi dl dd a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px 30px;
    margin-bottom: 15px;
}
.p-navi dl dd:nth-of-type(2) a {
    margin-bottom: 0;
    text-align: right;
}

/*--------------------------------
NEWS（お知らせ）
---------------------------------*/

#topnews-box div {
	padding: 0 10px 10px;
}

#topnews-box {
	padding: 0 0 10px;
}

.st-topin #topnews-box {
	padding: 10px 0 10px;
}

.news-ca {
	font-size:13px;
}

#topnews-box div.rss-bar {
	font-size: 14px;
	border:1px solid #ccc;
	margin-bottom:20px;
	padding: 5px 15px;
	margin-top:-10px;
}

.rss-bar a {
	color:#333;
	text-decoration:none;
}

#topnews-box dt {
	font-size: 14px;
	color: #727272;
	padding-bottom: 5px;
}

#topnews-box dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

#topnews-box div dl dd a {
	color: #333;
	text-decoration: none;
}

#topnews-box div dl dd a:hover {
color: #6ebc24;
}

/*--------------------------------
スライドショー
---------------------------------*/
#header-slides[dir="rtl"] {
	direction: rtl;
}

.header-slides-slide {
	display: none;
}

.header-slides-slide:first-child {
	display: block;
}

.slick-slider {
	margin-bottom: 0;
}

/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
	max-width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

body.fixed-footer #wrapper {
	height:100%;
	min-height: 100%;
}

header {
	text-align: center;
}

#headbox {
	padding: 0 10px;
	margin:0 -10px;
}

footer {
	clear: both;
	padding: 20px 0px;
	text-align: center;
}

#header-l {
	padding-top:10px;
}

main {
	padding: 20px 15px;
	margin: 0 -10px 20px;
}

.mainbox {
	padding-bottom: 20px;
}

.post {
	padding-bottom:10px;
}

.st-eyecatch
{
	margin: -20px -15px 15px;
}

.st-eyecatch img
 {
	width:100%;
	background-color: #000;
}

.eyecatch-copyurl {
	font-size:12px;
}

.eyecatch-copyurl a, p.eyecatch-copyurl {
	color:#ccc;
}

#gazou-wide {
	margin: 0 -10px;
}

section {
	margin-bottom: 3em;
}

/*アドセンス*/
.adbox {
	padding:20px 0px;
	margin:0 -5px;
}

.ad {
	padding-bottom: 10px;
	margin:0px;
}

.adsbygoogle {
	max-width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

/*-------------------------------------
カラム1適用
--------------------------------------*/
.colum1 #side {
}

.colum1 .st-eyecatch
 {
	margin: -20px -15px 0px;
}

.colum1 .st-eyecatch img
{
	border-radius: 0 ;
}

/*LP化--------------------------------*/
.lp header, .lp #gazou, .lp #itiran, .lp .kanren, .lp #breadcrumb, .lp nav, .lp .blogbox, .lp .tagst, .lp .point, .lp .p-navi, .lp .pagination {
	display: none;
}

.lp .entry-title {
	font-size: 13px;
	color: #ccc;
	line-height:18px;
}

.lp post img, .lp post video, .lp post object{
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}

/* IEのみ
---------------------------------------*/
@media all and (-ms-high-contrast:none)
{
	.rss-bar {
		padding-top: 5px;
	}

	#s {
		color:#ccc;
		padding-top:7px;
		}
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {

	#side aside {
		clear: both;
		float: none;
		width: auto;
		position: static;
	}

	/*SNSボタン*/

	.sns .fa {
		font-size:20px;
	}

	.sns li a {
		padding: 10px 15px;
	}

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	header {
		text-align: left;
	}

	#headbox {
		padding: 0 10px;
		margin:0 -10px;
	}

	#headbox {
		text-align:center;
	}
	#headbox img {
		margin: 0 auto;
	}

	.sitename img {
		margin: 0;
	}

	main {
		padding: 20px 30px;
	}

	.st-eyecatch
	 {
		margin: -20px -30px 20px;
	}
	
	/*任意のおすすめ記事トップのアイキャッチあり*/

	.nowhits-eye .pop-box {
		margin:-21px 0 20px;
}

	/*フロントページの場合*/
	.nowhits-front .pop-box {
		position:relative;
		margin:-21px 0 20px;
	}

	.nowhits.hits-front-eye .pop-box {
		margin:-21px 0 20px;
	}


	/*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/
	.freebox {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}


	/*--------------------------------
	各フォント設定
	---------------------------------*/
	p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title {

	}

	.entry-title a:hover {
		text-decoration: underline;
	}

	/*中見出し*/
	h2 {
		font-size: 24px;
	}

	h2:after {
		bottom: -10px;
		left: 50px;
	}

	h2:before {
		bottom: -10px;
		left: 50px;
	}

	/*小見出し*/
	.post h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.post h4 {
		padding: 10px 15px;
		margin-bottom: 20px;
		background-color: #f3f3f3;
		font-size: 21px;
		line-height: 31px;
	 }

	.post h5 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	/*リスト */
	.post ul li {
		font-size: 100%;
		line-height: 35px;
	}

	.post ol li {
		font-size: 20px;
		line-height: 35px;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size:20px;
		line-height: 35px;
	}

	.kanren .clearfix dd p {
		font-size:16px;
	   line-height: 26px;
	}

	/*関連記事タイトルサムネイルなし*/
	.kanren .no-thumbitiran h3{
		font-size:16px;
	   line-height:26px;
	}

 	/* 任意記事サムネイルありタイトル名 */
	.kanren.pop-box dd h5, #side .kanren.pop-box dd h5 {
		font-size: 18px;
		line-height:27px;
	}

	/*サイドバーの記事タイトル*/
	#side h5 {
		font-size:20px;
	}

	/*サイドバー文字*/
	#side aside h4 {
		font-size: 17px;
		line-height: 26px;
	}

	#side aside #mybox ul li ul li {
		font-size: 17px;
		line-height: 26px;
	}

	/* オリジナルスタイルタブレット */

	.oomozi {
		font-size: 18pt;line-height: 35px;
	}

	.yellowbox {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.redbox {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.graybox {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.h2fuu {
		font-size: 24px;
		line-height: 35px;
	}

	.h2fuu:after {
		bottom: -10px;
		left: 50px;
	}

	.h2fuu:before {
		bottom: -10px;
		left: 50px;
	}

	/*アドセンス*/

	.adbox {
		margin:0;
	}

	.ad {
		padding-bottom: 10px;
		margin:0px;
	}

	/*レスポンシブ用PC左右コンテンツ*/

	.responbox .lbox img {
		width:100%;
		box-sizing:border-box;
	}

	/*30%*/

	.responbox30 .lbox {
		float:left;
		padding-right:15px;
		width:30%;
		box-sizing:border-box;
	}

	.responbox30 .rbox {
		float:left;
		box-sizing:border-box;
		width:70%;
	}

	/*40%*/

	.responbox .lbox {
		float:left;
		padding-right:15px;
		width:40%;
		box-sizing:border-box;
	}

	.responbox .rbox {
		float:left;
		box-sizing:border-box;
		width:60%;
	}

	/*50%*/

	.responbox50 .lbox {
		float:left;
		padding-right:7px;
		width:50%;
		box-sizing:border-box;
	}

	.responbox50 .rbox {
		float:left;
		padding-left:7px;
		box-sizing:border-box;
		width:50%;
	}

	/*60%*/

	.responbox60 .lbox {
		float:left;
		padding-right:15px;
		width:60%;
		box-sizing:border-box;
	}

	.responbox60 .rbox {
		float:left;
		box-sizing:border-box;
		width:40%;
	}

	/*70%*/

	.responbox70 .lbox {
		float:left;
		padding-right:15px;
		width:70%;
		box-sizing:border-box;
	}

	.responbox70 .rbox {
		float:right;
		box-sizing:border-box;
		width:30%;
	}

	/*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

	#topnews-box div {
		padding: 0 10px 10px;
	}

	#topnews-box div.rss-bar {
		font-size: 14px;

	}

	#topnews-box dt {
		font-size: 14px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		float: left;
		width: 90px;
		clear: both;
	}

	#topnews-box dd {
		padding-left: 100px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	#topnews-box div dl dd a {
		text-decoration: none;
	}

	/*--------------------------------
	一覧記事表示部分
	---------------------------------*/
	#topnews dt {
		float: left;
		width: 150px;
	}

	#topnews dt img {
		width: 100%;
	}

	#topnews dd {
		padding-left: 170px;
	}

	#topnews .clearfix dd h5 {
		font-size: 24px;
		font-weight: bold;
		padding: 0px;
		margin-bottom: 5px;
	}

	#topnews .clearfix dd p {
		font-size: 13px;
		color: #666;
		line-height: 24px;
		margin: 0px;
		padding: 0px;
	}

	#topnews .clearfix dd h5 a {
		color: #333;
		text-decoration: none;
	}

	/*-------------------------------------
	カラム1適用
	--------------------------------------*/
	.colum1 #side {
		display: none;
	}

	.colum1 main {
		margin: 0px -10px;
		padding:30px;
	}

	.colum1 .st-pagelink {
		display: none;
	}

	.colum1 .st-eyecatch{
		margin: -30px -50px 0px;
	}


	/*ウィジェット問合せフォーム*/
	.post .st-formbtn{
		width:60%;
		margin:20px auto;
	}

	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	#wrapper {
		overflow:visible;
	}

	/*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

	#topnews-box {
		padding: 10px 0;
	}

	/*--------------------------------
	メニュー
	---------------------------------*/

	nav.smanone {
		border-radius: 1px;
		border: solid 1px #E0DEDE;
		margin-bottom: 0px;
		padding: 0px 6px;
		width: 100%;
		    border-top: 2px solid #333;
		    border-bottom: 2px solid #333;
		    margin: 0px auto;
		    padding: 5px 0px;
	}
	header .smanone ul.menu{
		width: 1160px;
		margin: 0 auto;
	}

	header .smanone ul.menu li {
		    box-sizing: border-box;
		    list-style-type: none;
		    float: left;
		    width: 14.28%;
		    height: 40px;
		    text-align: center;
		    border-right: solid 1px #999;
		    position: relative;
		    margin: 0 auto;
	}

	header .smanone ul.menu>li:last-child {
		border:none;
	}

	header .smanone ul.menu li a{
		    display: block;
		    font-size: 15px;
		    font-weight: bold;
		    overflow: hidden;
		    width: 100%;
		    height: 100%;
		    line-height: 3;
		    color: #333;
		    text-decoration: none;
		    position: relative;
		    z-index: 1;
	}

	header .smanone ul.menu li li{
		border-right: none;
	}
	header .smanone ul.menu li li a{
		background:#f1f1f1;
		border-top:#ccc dotted 1px;
		z-index:2;
		border-right: none;
	}

	header .smanone ul.menu li a:hover{
		color:#6ebc24;
	}

	header .smanone ul.sub-menu li ul.sub-menu{
		position:absolute;
		left:20px;
		top:0;
	}

	header .smanone ul.sub-menu{
		display:none;
		padding-left: 20px;
	}

	/* IE7 対策 */
	header .smanone ul.menu{
		zoom:1;
	}

	*+html header .smanone ul.menu li{
		    display:inline;
		    zoom:1;
	}
	*+html header .smanone ul.sub-menu{
		zoom:1;
		position:relative;
	}

	.smanone {
		display: block;
	}

	.pcnone {
		display: none;
	}

	#wrapper {

	}

	header {
		padding: 0;
	}

	#header-l {
		padding-top: 0;
	}

	#headbox {
		padding: 0px 0px;
		margin:0;
		text-align:left;
	}

	#headbox img {
		margin:0;
	}

	#st-headwide #headbox img{
		margin:0 auto;
	}

	#st-headwide #headbox {
		text-align:center;
	}

	#gazou-wide {
		margin: 0 0 20px;
	}

	nav {
		display: block;
	}

	/*IEで要素がズレるのを対応*/
	.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
		display: list-item;
		padding: 0;
	}

	/*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/
	.freebox {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	/*--------------------------------
	各フォント設定
	---------------------------------*/
	p {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title {

	}

	.entry-title a:hover {
		text-decoration: underline;
	}

	/*中見出し*/
	h2 {
		font-size: 24px;
	}

	h2:after {
		bottom: -10px;
		left: 50px;
	}

	h2:before {
		bottom: -10px;
		left: 50px;
	}

	/*小見出し*/
	.post h3 {
		font-size: 21px;
		line-height: 30px;
	}

	    .post h4 {
		   padding: 10px 15px;
		   margin-bottom: 20px;
		   background-color: #f3f3f3;
		   font-size: 16px;
		   line-height: 26px;
	    }

	    .post h5 {
		   margin-bottom: 10px;
		   font-size: 16px;
		   line-height: 26px;
	    }

	/*リスト */
	.post ul li {
		font-size: 100%;
		line-height: 25px;
	}

	.post ol li {
		font-size: 15px;
		line-height: 25px;
	}

	/* サイドバーの見出し */
	#side h5 {
		font-size:16px;
		margin-bottom:5px;
	}

	/*サイドバー*/
	#side aside h4 {
		    color: #000;
		    font-size: 18px;
		    line-height: 1.5;
		    font-weight: normal;
		    border-bottom: 3px solid #e4007d;
		    padding-bottom: 3px;
	}

	#side aside #mybox ul li {
		font-size: 14px;
		line-height: 24px;
	}

	    #side aside #mybox ul li ul li {
		   font-size: 14px;
		   line-height: 24px;
	    }

	    /* 任意記事サムネイルありタイトル名 */
	    .kanren.pop-box dd h5, #side .kanren.pop-box dd h5 {
		   font-size: 16px;
		   line-height:26px;
	    }

	/* オリジナルスタイルPC */

	.oomozi {
		font-size: 18pt;line-height: 35px;
	}

	.yellowbox {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.redbox {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.graybox {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.h2fuu {
		font-size: 20px;
		line-height: 30px;
	}

	.h2fuu:after {
		bottom: -10px;
		left: 50px;
	}

	.h2fuu:before {
		bottom: -10px;
		left: 50px;
	}

	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/
	#header-l {
		float:left;
		max-width:500px;
		display: table;
	}

	#header-r {
		float:right;
		max-width:50%;
	}

	#header-r a{
		text-decoration:none;
	}

	#header-r p {
		margin:0px;
	}

	/*ヘッダーリンク*/
	#header-r .footermenust {
		padding:0 10px 0 0;
		margin:0px 0 5px;
		text-align:right;
	}

	#header-r .footermenust li {
		border-right:1px solid #000;
		font-size:12px;
		line-height:18px;
		margin:0;

	}

	#header-r .footermenust li:last-child {
		border-right:none;
	}

	#header-r .footermenust a {
		padding:0px;
		margin:0px;
		font-size:12px;
		color:#000;
	}

	/*電話番号*/
	.head-telno {
		font-family: 'Montserrat', sans-serif;
		font-size:25px;
		padding: 5px 10px;
		text-align:center;
	}

	#header-r .head-telno {
		text-align:right;
	}

	.head-telno a{
		font-family: 'Montserrat', sans-serif;
		color:#000;
	}

	header .textwidget{
		padding:5px 10px;
		border-radius:3px;
	}

	/*ヘーダーワイド*/
	#st-headwide #header-l {
		float:none;
		max-width:100%;
		box-sizing:border-box;
		padding:0;
	}
	#st-headwide #header-r {
		display:none;
	}

	/*--------------------------------
	フッターのウィジェットボックス
	---------------------------------*/
	.footer-r {
		box-sizing:border-box;
		padding:0 15px 10px 0px;
		text-align:left;
	}

	.footer-r > * {
		font-size:13px;
		lign-height:18px;
		text-align:left;
	}

	.footer-r ul, .footer-r ol{
		padding-left:30px;
	}

	.footer-l {
		float:left;
		width:40%;
		min-width:300px;
		box-sizing:border-box;
		text-align:left;
	}

	.footer-l > * {
		text-align:left;
	}

	.footer-l .head-telno{
		padding-left:0;
	}

	.footer-r {
		float:right;
		width:60%;
		box-sizing:border-box;
	}

	/*--------------------------------
	ページャー
	---------------------------------*/
	.pagination {
		clear: both;
		position: relative;
		font-size: 11px;
		line-height: 13px;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
	}

	.pagination span, .pagination a {
		display: block;
		float: left;
		margin: 2px 2px 2px 0;
		padding: 6px 9px 5px 9px;
		text-decoration: none;
		width: auto;
		color: #fff;
		background-color: #999;
	}

	.pagination a:hover {
		color: #fff;
		background-color: #666666;
	}

	.pagination .current {
		padding: 6px 9px 5px 9px;
		color: #fff;
		background-color: #CCCCCC;
	}

	/*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

	#side aside .st-pagelists li {
		font-size:13px;
		line-height:24px;
	}

	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/

	#contentInner {
		float: left;
		width: 100%;
		margin-right: -300px;
	}

	main {
		margin-right: 320px;
		margin-left: 0px;
		border-radius: 4px;
		padding: 30px 50px 30px;
	}

	.st-eyecatch {
	    margin: 0px -50px 25px;
	}

	.st-eyecatch img {
		border-radius: 4px 4px 0 0 ;
	}

	#side aside {
		float: right;
		width: 300px;
		padding: 0px;
	}


	/*-------------------------------------
	カラム1適用
	--------------------------------------*/
	.colum1 #side {
		display: none;
	}

	.colum1 main {
		margin: 0px;
		padding:30px 70px;
	}

	/*--------------------------------
	SNS
	---------------------------------*/

	.sns{
		width:90%;
	}

	.sns li {
		width:33%;
	}

	.snstext{
		display:inline;
	}

	/*トップ記事一覧*/
	dd h3 a {
		color: #333;
		text-decoration: none;
		font-size:16px;
		line-height: 26px;
	}

	.kanren .clearfix dd p {
		font-size:13px;
		line-height: 18px;
	}

	.colum1 .st-eyecatch {
		margin: -30px -70px 15px;
	}

	/*--------------------------------
	メニューst5
	---------------------------------*/

	nav.st5 {
		padding:10px 5px;
		margin:0;
		display:block;
	}

	nav.st5 li {
		position: relative;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav.st5 li:last-child {
		border:none;
	}

	nav.st5 li .sub-menu {
		display:none;
	}

	nav.st5 li a {
		color: #333;
		text-decoration: none;
	}

	.menu-nav.st5igation-container {
		overflow: hidden;
	}

	nav.st5 li a:hover {
		text-decoration: underline;
	}

	/*トップ用おすすめタイトル*/
	.nowhits .pop-box {
		position:relative;
		margin:-32px 0 20px;
	}

	.nowhits-front .pop-box {
		position:relative;
		margin:-22px 0 20px;
	}

	.nowhits-eye .pop-box {
		position:relative;
		margin:-22px 0 20px;
	}

	.nowhits.hits-front .pop-box {
		margin:-32px 0 20px;
	}

	.nowhits .p-entry {
		top:0;
		left:0;
	}

	.nowhits .p-entry-t {
		margin-bottom:40px;
	}

	/*スライドショー
	* スライド時はdisplay:noneで矢印非表示
	*/
	.slick-next, .slick-prev{
		display:inline-block!important;
	}

	/*コンタクトフォーム7の送信ボタン*/
	.wpcf7-submit{
		width:50%;
	}

	/*-- ここまで --*/
}






/*カスタムCSS
---------------------------------------------------------------------------------------------------*/
p, .post h5{
	line-height: 1.8;
}
.post ul li.googleplus{
	display: none;
}

/*--------------------------------
AdQuickTag
---------------------------------*/
.post .link-button {
    text-align: center;
    margin: 30px auto 40px;
    display: inherit;
}
.post .link-button a {
    background-color: #6ebc24;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #6ebc24;
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
}
.post .link-button a:hover{
	background-color: #fff;
	color: #6ebc24;
}
.post .emphasize-link {
    position: relative;
    margin: 40px 0 30px;
    padding: 30px 15px 20px;
    border: 3px solid #f97001;
}
.post .emphasize-link::before {
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 10px 25px 10px 25px;
    content: "関連";
    background-color:#f97001;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}
.bold{
	font-weight: bold;
}
.post .red-text {
    color: #f42f42;
}
.post .font-120 {
    font-size: 120%;
    font-weight: bold;
}



.fadein-b {
    visibility: hidden;
}
.fadeInUp {
     -webkit-animation-fill-mode:both;
     -ms-animation-fill-mode:both;
     animation-fill-mode:both;
     -webkit-animation-duration:2s;
     -ms-animation-duration:2s;
     animation-duration:2s;
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
     visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
     0% { opacity: 0; -webkit-transform: translateY(50px); }
     100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
     0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
     100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*--------------------------------
全体
---------------------------------*/
#content{
	max-width: 1060px;
	margin: 0 auto;
}
.ad p, 
#side aside h4{
    display: block!important;
    background-image: url(./images/bird.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px;
    padding-left: 50px;
    border-bottom: 2px solid #aaa;
    font-size: 15px;
    font-weight: bold;
}
#side aside h4{
	border-bottom: none;
}
.ad{

}


/*--------------------------------
監修者　*20220331追加
---------------------------------*/
.supervisor {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 50px;
}
.supervisor p {
	font-size: 13px;
}
p.supervisor-label {
	background: #ccc;
	padding: 45px 10px;
	margin-bottom: 0;
	text-align: center;
	 width: 21%;
}
p.supervisor-profile {
	width: 75%;
	line-height: 1.6;
	padding: 0 20px 10px 0;
	margin-bottom: 0;
	align-self: center;
	text-align: justify;
	color: #666;
}
p.supervisor-profile span {
	font-size: 20px;
	color: #333;
	line-height: 2;
}

@media only screen and (max-width: 700px) {

	p.supervisor-label {
		padding: 10px 0 10px 4%;
		width: 100%;
		text-align: left;
	}
	p.supervisor-profile {
		width: 100%;
		padding: 1% 4% 3%;
	}

}

/*--------------------------------
ヘッダー
---------------------------------*/
#headbox{
	max-width: 1060px;
	padding: 10px;
	margin: 0 auto;
}
.home main{
	padding: 30px 0px 30px;
}
#header-l{
	max-width: 50%;
	width: 20%;
}
#header-l .sitename img{
	width: 100%;
}
#header-r{
	max-width: 50%;
	overflow: hidden;
	margin-top: 30px;
}
#header-r #search{
	float: left;
	width: 230px;
	margin-right: 30px;
	margin-top: 10px;
}
#header-r #searchform, 
#header-r #s{
	border-radius: 20px;
}
#header-r #searchsubmit{
	background-color: #6ebc24;
	border-radius: 20px;
	padding: 8px 15px;
}
#header-r .sns-button{
	overflow: hidden;
	float: right;
	width: 170px;
}
#header-r .sns-button a{
	display: block;
	float: left;
	width: 50px;
	margin-right: 10px;
}
#header-r .sns-button a:last-child{
	margin-right: 0;
}
#st-menubox{
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 0px auto 15px;
}
.main-visual{
	overflow: hidden;
	width: 100vw;
	height: 20vw;
	position: relative;
}
.main-visual .logo-box{
	position: absolute;
	z-index: 9999;
	width: 100vw;
	height: 20vw;
}
.main-visual .logo-box img{
	height: 75%;
	padding: 30px;
	background-color: rgba(255,255,255,0.85);
}
.main-visual img{
	position: absolute;
	top: 50%;
	left: 50%;	
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
header .smanone ul.menu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
header .smanone ul.menu li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #6ebc24;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
header .smanone ul.menu li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/*--------------------------------
固定投稿（POPボックス）
---------------------------------*/
.home .nowhits{
	margin-top: 100px;
}
.home .pop-box{
	overflow: hidden;
	padding: 0;
}
.home .pop-box dl{
	float: left;
	width: 48%;
	margin-right: 4%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.home .pop-box dl:nth-of-type(2n){
	margin-right: 0;
}
.home .pop-box dl dt{
	float: none;
	width: 100%;
}
.home .pop-box dl dt img{
	width: 100%;
}
.home .pop-box dl dd{
	padding-left: 0;
}
.home h5.popular-t a{
	font-size: 18px!important;
	margin: 10px 0px!important;
	display: block;
}
.home .kanren.pop-box dd h5{
	font-size: 18px;
	padding: 10px 0px 0px;
}

/*--------------------------------
サイドバー
---------------------------------*/
#side aside{
	padding-top: 30px!important;
}


/*--------------------------------
記事一覧
---------------------------------*/
.new-entry .kanren dt{
	width: 200px;
}
.new-entry .kanren dt img{
	width: 100%;
}
.new-entry .kanren dd{
	padding-left: 220px;
}
.blog_info {
	text-align: right;
}
.kanren .blog_info{
	font-size: 14px;
	margin-bottom: 10px;
}
dd h3{
	border-bottom: none!important;
}
dd h3 a{
	font-size: 18px;
}
.home .category{
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 25px 20px;
    background-image: url(./images/curtain-3.png), url(./images/curtain-4.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: auto 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.home .category h3, 
.home aside .h2-box h2, 
.home .pop-box .h2-box h2{
    border-top: none!important;
    border-bottom: none!important;
    background-color: transparent!important;
    text-align: center;
    margin-top: 0!important;
}
.home .category h3 span, 
.home aside .h2-box h2 span, 
.home .pop-box .h2-box h2 span{
	display: block;
	font-size: 70%;
}
.home .category .link-box{
	overflow: hidden;
}
.home .category .link-box a:nth-of-type(2n){
	margin-right: 0;
}
.home .category .link-box a{
	display: inline-block;
	position: relative;
	cursor: pointer;
    float: left;
    width: 45%;
    margin-right: 10%;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.home .category .link-box a:hover{
	color: #6ebc24;
}
.home .category .link-box a　span{
  display: block;
  padding: 25px 80px;
}
.home .category .link-box a::before, 
.home .category .link-box a::after{
  content:"";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: #6ebc24;
}

.home .category .link-box a span::before, 
.home .category .link-box a span::after{
  content:"";
  width:3px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #6ebc24;
}
.home .category .link-box a:hover::before, 
.home .category .link-box a:hover::after{
  width: 100%;
}
.home .category .link-box a:hover span::before, 
.home .category .link-box a:hover span::after{
  height: 100%;
}
/*----- button 1 -----*/
.home .category .link-box a::before, 
.home .category .link-box a::after{
  transition-delay: 0.2s;
}
.home .category .link-box a span::before, 
.home .category .link-box a span::after{
  transition-delay: 0s;
}
.home .category .link-box a::before{
  right: 0;
  top: 0;
}
.home .category .link-box a::after{
  left: 0;
  bottom: 0;
}
.home .category .link-box a span::before{
  left: 0;
  top: 0;
}
.home .category .link-box a span::after{
  right: 0;
  bottom: 0;
}
.home .category .link-box a:hover::before, 
.home .category .link-box a:hover::after{
  transition-delay: 0s;
}
.home .category .link-box a:hover span::before, 
.home .category .link-box a:hover span::after{
  transition-delay: 0.2s;
}
.home main aside{
	margin-top: 50px;
}
.home main .kanren{
	padding-top: 0;
}
.home aside .h2-box h2 {
    background-image: url(./images/curtain-1.png), url(./images/curtain-2.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-top: 2px solid #333!important;
    border-bottom: 2px solid #333!important;
    padding: 30px;
}
.home .pop-box .h2-box h2{
    background-image: url(./images/curtain-5-2.png), url(./images/curtain-6-2.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: auto 100%;
    border-top: 2px solid #333!important;
    border-bottom: 2px solid #333!important;
    padding: 30px;
}
.home .pop-box .h2-box h2 .st-dash-design{
	font-size: 22px;
}
.home main aside.new-entry .kanren dl:nth-of-type(1) dt, 
.home main aside.new-entry .kanren dl:nth-of-type(1) dt img{
	width: 100%;
	float: none;
}
.home main aside.new-entry .kanren dl:nth-of-type(1) dt{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.home main aside.new-entry .kanren dl:nth-of-type(1) dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home main aside.new-entry .kanren dl:nth-of-type(1) dd{
	padding-left: 0;
	padding-top: 20px;
}
.home main aside.new-entry .kanren dl:nth-of-type(1) dd h3 a{
	font-size: 24px;
}
.catname {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 6px;
    background-image: linear-gradient(-45deg, #66ce04 40%, #5db708 40%, #5db708 50%, #66ce04 50%, #66ce04 90%, #5db708 90%, #5db708);
    background-size: 5px 5px;
    color: #fff;
    font-weight: bold;
}
/*--------------------------------
バナーボックス
---------------------------------*/
.home .banner-box h2{
    background: transparent;
    border: none;
    margin: 0;
}
.home .banner-box div.shop{
	margin-bottom: 30px;
}
/*--------------------------------------------------
ショップカテゴリーから商品を探す *20220330追加
---------------------------------------------------*/
.flex-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
}
        
p.kh_ctgy-box-title {
	margin: 5% 0 1%;
	font-size: 20px;
	font-weight: bold;
}
ul.kh_ctgy-box {
	width: calc( 100% - 2px );
	width: -webkit-calc( 100% - 2px );
	margin: 0 0 5% 0;
	padding: 0;
	font-size: 15px;
	border: 1px solid #cfcfcf;
	border-bottom-width: 0px;
	list-style-type: none;
}
ul.kh_ctgy-box li {
	height: 60px;
	width: calc( 100% / 3 - 1px );
	width: -webkit-calc( 100% / 3 - 1px );
	display: inline-block;
	border: 0 solid #cfcfcf;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0;
}
ul.kh_ctgy-box li:nth-child(3n) {
	border-right-width: 0;
}
ul.kh_ctgy-box li a {
	align-items: center;
	text-decoration: none;
}
ul.kh_ctgy-box li a img {
	width: 59px;
}
ul.kh_ctgy-box li a span.kh_ctgy-box-right  {
	width: calc( 100% - 60px );
	width: -webkit-calc( 100% - 60px );
	align-items: center;
}
ul.kh_ctgy-box li a span.kh_ctgy-box-right-text  {
	display: inline-block;
	width: 75%;
	margin-left: 10px;
}
ul.kh_ctgy-box .fa {
	display: inline-block;
	width: 13%;
}
@media screen and (max-width: 767px) {	
	ul.kh_ctgy-box {
		line-height: 1.3em;
		width: calc( 96% - 2px );
		width: -webkit-calc( 96% - 2px );
		margin: auto 2%;
	}
	ul.kh_ctgy-box li {
		width: calc( 50% - 1px );
		width: -webkit-calc( 50% - 1px );
		margin: 0;
	}
	ul.kh_ctgy-box li:nth-child(2n) {
		border-right-width: 0px;
	}
}
/*--------------------------------
投稿ページ
---------------------------------*/
h1.entry-title{
    background-image: url(./images/curtain-5-2.png), url(./images/curtain-6-2.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: auto 100%;
    padding: 30px 40px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-size: 25px;
}
.single .entry-content h2{
	background-image: url(./images/curtain-3-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 15px 25px 15px 35px;
	background-color: transparent;
	border: 2px solid #333;
	margin: 50px auto 25px;
}
.single .entry-content h3{
    color: #333!important;
    border-left: 5px solid #6ebc24;
    padding: 10px 10px 10px 20px!important;
    background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#f1ffe3 3px, #f1ffe3 7px)!important;
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#f1ffe3 3px, #f1ffe3 7px)!important;
    border-bottom: 1px solid #6ebc24;
    margin: 50px auto 30px;
}
.single .entry-content h4 {
    background-color: transparent!important;
    border-bottom: 1px dashed #6ebc24;
}
.single .entry-content ul{
    list-style-type: disc;
    padding-right: 20px;
    background-color: #f2ffe3;
    border-radius: 8px;
    border: 1px solid #6ebc24;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
#toc_container ul{
	border: none;
	border-radius: 0px;
}
.single .post .tagst a{
    border: 2px solid #6ebc24;
    background-color: #6ebc24;
    text-decoration: none;
    display: inline-block;
    line-height: 2;
    padding: 0px 20px;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 5px;
}
.single .post aside{
    border: 2px solid #ddd;
    padding: 20px 10px;
    border-radius: 8px;
}
.single .post aside .kanren dl{
    border: 2px solid #999!important;
    padding: 10px!important;
}
.single .post aside .kanren dl dd h5 a{
	font-size: 20px;
}


/*----------------------------------------------
記事内アイテムランキング 20220404追加
-----------------------------------------------*/

.rankingwrap h5.ranking-title {
	display: inline-block;
	font-size: 130%;
	margin: 5% 0 1%;
	width: 100%;
}
.rankingwrap h5.ranking-title span.new-label {
	background: red;
	padding: 1%;
	font-size: 13px;
	color: #fff;
	margin: 0 1% 0 0;
}
.rankingwrap ol {
	text-align: justify;
	padding: 0;
}
.flex-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
}
.rankingwrap ol li {
	width: 31%;
	list-style: none;
	margin: 0;
}
.rankingwrap li a {
	text-decoration: none;
}
.rankingwrap ol li img {
	width: 100%;
}
.rankingwrap p.var-title {
	margin: 5% 2%;
	padding: 1% 0 0 3%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	border-left: 5px solid #CCC;
}
.rankingwrap p.var-lead {
	margin: 0.6em 2% 0.5em 2%;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}
.rankingwrap p.var-lead span.var-price {
	color: #f00;
	font-size: 120%;
	line-height: 1.4;
}
.label.small {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0.4em 0.6em;
	font-size: 11px;
	margin-left: 1%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	background-color: #939393;
} 

@media only screen and (max-width: 700px) {
	.rankingwrap ol {
		margin: 0 10px;
	}
	.rankingwrap p.var-title {
		margin: 0;
		font-size: 16px;
	}
	.rankingwrap p.var-lead {
		margin-right: 0;
		font-size: 14px;
	}
}




/*-------------------------------------------
この記事はこんな人におすすめ　20250121追加
--------------------------------------------*/
.intro-osusume {
	padding: 2em;
	margin: 5% 0;
    line-height: 2em;
	background-color: #f1ffe3;
	position: relative;
    border-left: solid 10px #bddf9b;
    font-size: 15px;
}
.intro-osusume::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #bddf9b #fff #bddf9b;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.intro-osusume span {
	display: inline-block;
	margin: 0 0 1% 0.2em;
	font-size: 16px;
}



/*--------------------------------
会話風コメント　20241213追加
---------------------------------*/
.chat-box {
	margin-bottom: 3%;
}
.chat-box:last-of-type {
	margin-bottom: 8%;
}
img.chat-box_icon {
	display: block;
	width: 120px;
	margin: 0;
}
.chat-left,
.chat-right {
	width: 520px;
}
.chat-left {
	margin: 0 auto 0 0;
}
.chat-right {
	margin: 0 0 0 auto;
}
.chat-txt-left,
.chat-txt-right {
	display: inline-block;
	position: relative;
	margin: 5px 1% 0 5%;
	padding: 4% 6%;
	text-align: justify;
	border-radius: 12px;
	background: #f5f0eb;
	font-size: 120%;
}
.chat-txt-right {
	margin: 5px 5% 0 1%;
	float: right;
}
.chat-txt-left:after,
.chat-txt-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	border: 8px solid transparent;
}
.chat-txt-left:after {
	left: -24px;
	border-right: 16px solid #f5f0eb;
}
.chat-txt-right:after {
	right: -24px;
	border-left: 16px solid #f5f0eb;
	clear: both;
}
.chat-txt-left p,
.chat-txt-right p {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 700px) {

	.chat-box {
		margin: 0 0 3%;
		width: 100%;
	}
	img.chat-box_icon {
		width: 20%;
	}
	.chat-left,
	.chat-right {
		width: 78%;
		margin: 0;
	}
	.chat-txt-left p,
	.chat-txt-right p {
		line-height: 1.6em;
	}

}



/*--------------------------------
サイドバー
---------------------------------*/
.ad, 
#side aside .kanren{
    padding-bottom: 10px;
    margin: 0px;
    border: 2px dashed #aaa;
    margin-bottom: 30px;
    padding: 15px;
    background-image: linear-gradient(-45deg, #efffe0 40%, #fff 40%, #fff 50%, #efffe0 50%, #efffe0 90%, #fff 90%, #fff);
    background-size: 5px 5px;
}

#side aside h4, 
.st-widgets-title{
    background-image: url(./images/bird.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px;
    padding-left: 50px;
    border-bottom: 2px solid #aaa;
    font-size: 15px;
}
#side aside h4{
	border-bottom: none;
}
#side .ad li.cat-item{
	margin-bottom: 10px;
}
#side .ad li.cat-item a{
    border: 2px solid #aaa;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
}
#side .ad li.cat-item a:hover{
	border: 2px solid #6ebc24;
	background-color: #6ebc24;
	color: #fff;
}
#side .newentrybox dl{
    background-color: #fff;
    border-bottom: none;
    border: 1px solid #ddd!important;
    padding: 5px!important;
}
#side .newentrybox dl:last-child{
	margin-bottom: 0;
	padding-bottom: 10px;
}
#side .kanren .clearfix dd h5 a{
	font-size: 14px;
	line-height: 1.2;
}
#side .kanren .clearfix dd .blog_info {
	display: none;
}
#side .newentrybox .kanren dt{
	width: 100px;
}
#side .newentrybox .kanren dd{
	padding-left: 115px;
}

/*--------------------------------
フッター
---------------------------------*/
#footer a{
	color: #333;
}
.footermenust{
	background-color: #999;
}
#footer .footermenust a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

footer .footermenubox{
	background-color: #999;
}
footer .footermenubox ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
footer .footermenubox ul li a:hover{
	color: #6ebc24;
}
#footer .copy a{
	display: none;
}
.footer-wbox{
    width: 1060px;
    margin: 50px auto 0;
}
.footer-r{
    width: 70%;
    overflow: hidden;
}
.footer-l{
	width: 25%;
}
.footer-r .footer-r-block{
    float: left;
    width: 50%;
}
.footer-r .new-post{
	float: right;
	width: 50%;
}
#footer .new-post h3{
    background-image: url(./images/bird.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px;
    padding-left: 50px;
    border-bottom: 2px solid #aaa;
    font-size: 18px;
}
#footer .new-post ul{
	padding-left: 0;
}
#footer .new-post li{
	list-style: none;
}
#footer .new-post li h2{
    font-size: 16px;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
#footer h3 img{
	max-width: none;
    width: 100%;
}

	/*--------------------
	Add quick tags
	--------------------*/
.post .pink-marker {
    background: linear-gradient(transparent 60%, #f75dce61 0%);
    font-weight: bold;
}
.post .blue-text{
    color:#0512fa;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 Instagram
-----------------------------------------------------------
----------------------------------------------------------- */
#side aside #instagram-gallery {
    list-style: none;
	padding: 0;
	margin: 8px 0 0;
}
#side aside #instagram-gallery li {
    float: left;
    width: calc((100% - 13px) / 3);
    margin: 0 0 0 6px;
}
#side aside #instagram-gallery li:nth-of-type(3n+1) {
    margin-left: 0;
}
#side aside #instagram-gallery li:nth-of-type(n+4) {
    margin-top: 6px;
}
#side aside #instagram-gallery li a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*タブレット用CSS
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1060px) {
#header-l{
	float: left;
}
#header-r{
	float: right;
	max-width: 75%;
}
#content{
	width: 95%;
}


}


/*スマホ用CSS
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 700px) {
	header{
		margin-bottom: 10px;
	}
	#headbox{
		padding: 10px 0 15px;
	}
	#header-r{
		display: none;
	}
	#header-l .sitename img {
	    width: 120px;
	}
	header .sitename{
		margin-bottom: 0;
	}
	#header-l{
		width: 35%;
	}

	/*--------------------
	TOPページコンテンツ
	--------------------*/
	.home main{
		padding-top: 0;
	}
	.main-visual, 
	header .descr{
		display: none;
	}
	main{
		margin: 0 0 20px;
	}
	.home .category h3, 
	.home aside .h2-box h2, 
	.home .pop-box .h2-box h2{
		background-color: rgba(255,255,255,0.6)!important;
	}
	.home .category h3{
		margin-bottom: 20px;
	}
	.home .category .link-box a{
		width: 48%;
    	margin-right: 4%;
    	border: 1px solid #aaa;
	}
	.home .nowhits{
		margin-top: 50px;
	}
	.home main aside{
		margin-top: 0;
	}
	.new-entry .kanren dt{
		width: 30%;
	}
	.new-entry .kanren dd {
	    padding-left: 33%;
	}
	.home main aside.new-entry .kanren dl:nth-of-type(1) dt{
		height: 50vw;
	}
	.home main aside.new-entry .kanren dl:nth-of-type(1) dd{
		width: 95%;
		margin: 0 auto;
	}
	.home main aside.new-entry .kanren dl:nth-of-type(1) dd h3 a{
		font-size: 6vw;
		line-height: 1.5;
	}
	.home .pop-box dl{
	    float: none;
	    width: 95%;
	    margin-right: 0;
	    margin: 0 auto 30px;
	    border: 2px solid #ddd;
	    padding: 10px;
	}
	.home .pop-box dl:nth-of-type(2n){
		margin-right: auto;
	}
	.home .banner-box h2{
	    font-size: 6vw;
	    padding: 10px 0px;
	    text-align: center;
	}

	/*--------------------
	サイドバー
	--------------------*/
	#side{
		width: 95%;
		margin: 0 auto;
	}

	/*--------------------
	記事ページ
	--------------------*/
	.single h1.entry-title, 
	.single .entry-content h2, 
	.single .entry-content h3{
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.single h1.entry-title{
		padding: 20px 30px;
		font-size: 20px;
	}
	.st-eyecatch {
	    margin: 0px -15px 15px;
	}
	#breadcrumb ol li, 
	#breadcrumb ol li h1{
		font-size: 13px;
		margin-right: 10px;
	}
	#breadcrumb ol li a, 
	#breadcrumb ol li h1 a{
		margin-right: 5px;
	}
	p, 
	.post h5{
		font-size: 15px;
	}
	.post .sns ul{
		padding: 5px!important;
	}
	.post h4 .point-in{
	    background-color: rgba(255,255,255,0.7);
	    width: 100%;
	    display: block;
	}
	.single .post aside .kanren dl dd h5{
		line-height: 1.2;
	}
	.single .post aside .kanren dl dd h5 a{
		font-size: 15px;
	}

	/*--------------------
	フッター
	--------------------*/
	.footer-wbox {
	    width: 95%;
	    margin: 30px auto 0;
	}
	.footer-r {
	    width: 100%;
	}
	.footer-r .footer-r-block{
		float: none;
		width: 100%;
	}
	.footer-r .new-post {
	    float: none;
	    width: 100%;
	    margin-top: 30px;
	}
	.footer-l {
	    width: 100%;
	}

}

.hamburger-menu{display:none;}

@media screen and (max-width:768px){
.menu-content-logo{
  position: absolute;
  text-align: left;
  left: 10px;
  top: 20px;
}
.menu-content-logo img{width:50%;}
.hamburger-menu{display:block;}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #6e9938;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 80px 0 0;
}
.menu-content ul li {
    border-bottom: solid 1px #6e9938;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
    color:#6e9938;
    text-decoration: none;
    padding: 15px 15px 16px 20px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #6e9938;
    border-right: solid 2px #6e9938;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.menu-content ul.hamburger-menu-search{
  padding: 20px 10px 0;
}
.hamburger-menu #searchsubmit {
    background-color: #6ebc24;
    border-radius: 20px;
    padding: 8px 15px;
}
.hamburger-menu #searchform, .hamburger-menu #s {
    border-radius: 20px;
}
.menu-content ul li.hamburger-menu-notset{
  width:100%;
  border-bottom:none;
  margin:0 auto;
}
.menu-content ul li.hamburger-menu-notset a{padding:10px;}
.menu-content ul li.hamburger-menu-notset a::before{
  display:none;
}
.menu-content ul.hamburger-menu-sns{
  display: flex;
  width: 75%;
  margin: 20px auto;
  padding: 0;
}
.menu-content ul.hamburger-menu-sns li{
  width:calc(100% / 3);
  text-align:center;
}
.menu-content ul.hamburger-menu-catlist{
  padding:0px 10px 50px;
}
.menu-content ul.hamburger-menu-catlist li:first-child{
  font-size: 1.3rem;
  font-family: sans-serif;
  background: #6e9938;
  padding: 10px;
  color: #FFF;
}
.menu-content #s{
  height: 40px;
}
.menu-content #searchsubmit{
  width: 56px;
  height: 41px;
}
}


}