@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: STINGER8
Theme URI: wp-fun.com
Description:
Author: ENJI
Author URI: wp-fun.com/about
Tags: custom-header, custom-menu
Text Domain: stinger8
Version: 20171207
---------------------------------------------------------*/

* {
	/* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif; */
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', 'Noto Serif JP', serif;
	margin: 0px;
	padding: 0px;
}

.st-main, 
article, 
.st-.st-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: #f2f2f2; */
}

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,
.fa-user {
	margin-right:5px;
}

/* リンクの色 */
a {
	color: #4682b4;
}

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

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;
}

/*画像にボーダー*/
.photoline img {
	border: solid 1px #ccc;
}

img.size-full, 
img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

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

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

/*続きを読む*/
.tuzukicenter {
	text-align:center;
	padding:20px;
}
.tuzuki {
	padding:10px 20px;
	background:#f3f3f3;
	margin:10px 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;
	-webkit-border-radius: 2px;
	-moz-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%;
}

/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
p, /* テキスト */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4 /* コメントタイトル */
 {
	font-size: 16px;
	line-height: 27px;
}

/*游ゴシック*/
/* .entry-title,
.post .entry-title.post h2, */
.post h2 span,
.post h3,
.post h3 span,
 {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

/* 基本の文字 */
p {
	margin-bottom: 20px;
}

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

.main-navigation {
	/* margin: 0; */
	/* padding: 0; */
	/* padding-bottom: env(safe-area-inset-bottom); */
	/* padding-top: env(safe-area-inset-top); */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	vertical-align: middle;
	z-index: 998;
	color: #FFF;
	transition: 0.3s;
}


.main-navi-small {
	height: 55px;
}

.site-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	max-width: 900px;
	margin: 18px auto 0;
	display: inline-block;
}
.main-navi-small .site-logo {
	margin-top: 7px;
}
.site-logo, .site-logo-mark, .site-logo-text, .site-logo-text-wide,
.header-phone, .header-phone-icon, .header-phone-title, .header-phone-text, .header-phone-number {
	transition: 0.3s;
}

.site-logo-mark {
	display: inline-block;
	height: 38px;
	margin-bottom: 2px;
}

.site-logo-text {
	display: inline-block;
	margin-left: 5px;
	height: 28px;
	margin: 5px 0 5px 8px;
}
.site-logo-text-wide {
	display: none;
	margin-left: 5px;
	height: 28px;
	margin: 5px 0 5px 8px;
}

.site-logo a:hover {
	opacity: 0.8;
}


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

header .descr {
	display: none;
}


.header-phone {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 36px;
	height: 33px;
	text-decoration: none !important;
	color: #FFF !important;
}
.header-phone-icon {
	width: 33px;
    display: inline-block;
    vertical-align: middle;
}
.header-phone-text {
    display: none;
}



@media only screen and (min-width: 960px) {
	.main-navigation {
        height: 120px;
	}
    header .descr {
    	display: block;
    	position: absolute;
    	top: -12px;
    	left: 60px;
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 0px;
		line-height: 24px;
		padding-bottom: 0;
		color: #FFF;
    }
    .site-logo {
    	margin-top: 35px;
    	/* border-bottom: 1px solid #666; */
    }
    .main-navi-small {
    	height: 80px;
    }
    .site-logo-mark {
    	height: 50px;
    }
    .site-logo-text {
    	display: none;
    }
	.site-logo-text-wide {
		display: inline-block;
		margin-left: 5px;
		height: 30px;
		margin: 10px 0 4px 8px;
	}
    .main-navi-small .descr {
    	display: none;
    }
    .main-navi-small .site-logo {
    	margin-top: 15px;
    }
    .main-navi-small .site-logo-mark {
        height: 44px;
    }
    .main-navi-small .site-logo-text {
    	display: inline-block;
    	margin-bottom: 8px;
    }
    .main-navi-small .site-logo-text-wide {
    	display: none;
    	height: 32px;
    	margin: 0 0 10px 8px;
    }
	.header-phone-icon {
		width: 45px;
	}
	.header-phone-text {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		left: 50px;
		/* width: 200px; */
	}
	header .header-phone-title {
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		margin: 0;
	}
	.main-navi-small .header-phone {
		top: 4px;
	}
	.main-navi-small .header-phone-icon {
		width: 36px;
	}
	.main-navi-small .header-phone-title {
		display: none;
	}
	.main-navi-small .header-phone-number {
		font-size: 24px;
	}
	header .header-phone-number {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 28px;
		line-height: 32px;
		text-align: left;
		margin: 0;
	}


}




.top-image,
.top-image-fake {
	margin-top: 80px;
	height: 0px;
	position: relative;
	/* background-attachment: fixed; */
}

.top-image::before {
	background: url(/images/main-image.jpg) no-repeat center center /cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.top-image-after-scroll::before {
	background: none;
}

.text-on-top-image {
	position: absolute;
	top: 8%;
	right: 12%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	font-size: 48px;
	text-shadow: 1px 1px 5px #444;
}



.main-copy {
	position: absolute;
	top: calc(120vh);
	left: 0;
	right: 0;
	width: 250px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	height: 45%;
	margin: 0 auto;
	text-shadow: 0px 0px 4px #222;
}
.main-copy p {
	font-size: 14px;
	line-height: 34px;
}


.scroll-box-on-top-image {
	position: fixed;
	text-align: center;
	bottom: 20px;
	left: 0;
	right: 0;
	/* 	background: red; */
	color: #FFF;
	font-size: 24px;
	margin: 0 auto;
	width: 100px;
	height: 60px;
}
.scroll-box-on-top-image::before,
.scroll-box-on-top-image::after {
	content: '';
	position: absolute;
	margin: 0 auto;
	bottom: 10px;
	height: 0;
	width: 40px;
	border-top: 1px solid #FFF;
}
.scroll-box-on-top-image::before {
	left: 37px;
	right: 0px;
	transform: rotate(-20deg);
	/* 水平 垂直 ぼかし 広がり 色 */
	/* 	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.4); */
}
.scroll-box-on-top-image::after {
	left: 0;
	right: 37px;
	transform: rotate(20deg);
	/* 水平 垂直 ぼかし 広がり 色 */
	/* 	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.4); */
}
.scroll-text-on-top-image {
	font-family: sans-serif;
	font-size: 12px;
}




.central-menu {
	position: absolute;
	width: 100%;
	/* height: 80px; */
	z-index: 5;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
	color: #FFF;
	/* 	border-top: 1px solid #888; */
	/* 水平 垂直 ぼかし 広がり 色 */
/* 	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4); */
    filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.4)); 
	transform: translate3d(0,0,0);
	transition: .5s;
}

.central-menu.hide {
	transform: translateY(-200%);
}

.central-menu-fixed {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
}

.central-menu ul {
	position: relative;
	display: block;
	z-index: 997;
	text-align: center;
	list-style: none;
	height: 75px;
	line-height: 32px;
	padding-top: 6px;
	margin: 0;
	border-top: 1px solid #666;
	transition: 0.3s;
}
.central-menu.smaller-height {
	/* height: 76px; */
}

.central-menu.smaller-height ul {
	height: 70px;
	line-height: 30px;
}
.central-menu li {
	box-sizing: border-box;
	display: inline-block;
	width: 30%;
	text-align: center;
}
.central-menu li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	white-space: nowrap;
	color: #FFF;
}
#st-ami {
	background-color: #FFF;
	position: relative;
	padding-top: 42px;
	z-index: 1;
}

.main-navigation, .central-menu {
    background: rgba(0,0,0,0.92);
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
    .main-navigation, .central-menu {
        background:rgba(0,0,0,0.8);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
}



@media only screen and (min-width: 600px) {
	.main-copy {
		width: 300px;
	}
	.main-copy p {
    	font-size: 16px;
    	line-height: 40px;
    }
	.central-menu ul { 
        height: 40px;
	}
	.central-menu.smaller-height ul {
		height: 30px;
	}
	.central-menu ul {
    	padding-top: 2px;	
	}
    .central-menu li {
    	width: 18%;
    }
}
@media only screen and (min-width: 960px) {
	.top-image,
	.top-image-fake {
		margin-top: 120px;
	}
	.central-menu {
        border-top: none;
        height: 50px;
	}
	.central-menu.smaller-height {
		height: 40px;
	}
	.central-menu-fixed {
		top: 80px;
	}
	.central-menu ul {
        width: 900px;
        margin: 0 auto;
		height: 50px;
		line-height: 50px;
	}
	.central-menu.smaller-height ul {
		line-height: 40px;
    }

	#st-ami {
		padding-top: 50px;
    }

}



.contents-block {
	margin-top: 20px;
	/* 水平 垂直 ぼかし 広がり 色 */
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.4);	
	background-color: rgb(19,19,19);
	color: hsl(0,0%,100%);
}
.contents-block-inner {
	max-width: 750px;
	margin: 0 auto 0;
}
.contents-block p {
	font-size: 14px;
	line-height: 24px;
}

.contents-block-title-with-image,
.contents-block-title-without-image {
	position: relative;
	padding: 0;
	border: none;
}
.contents-block-title-without-image {
	text-align: center;
    font-size: 32px;
    line-height: 52px;
    padding: 5px 0;
    background-color: transparent;
    color: hsl(0,0%,94%);
   	/* text-shadow: 1px 2px 4px hsl(0,0%,80%); */
    display: flex;
    align-items: center;
}
.contents-block-title-with-image {
    max-height: 180px;
    overflow: hidden;
}
.contents-block-title-with-image img {
    width: 100vw;
}
.contents-block-title-without-image::before,
.contents-block-title-without-image::after {
    content: "";
    border-top: 1px solid hsl(0,0%,94%);
    flex-grow: 1;
    width: 40px;
}
.contents-block-title-without-image {
	max-width: 350px;
	margin: 0 auto 0;
}
.contents-block-title-without-image::before {
	margin-right: 25px;
	margin-left: 0;
}
.contents-block-title-without-image::after {
	margin-right: 0;
	margin-left: 25px;
}

p.text-on-block-title-image {
	position: absolute;
	bottom: 15px;
	right: 6%;
	margin: 0;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 1px 2px 3px hsl(0,0%,30%);
}
.link-after-contents-block {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    height: 35px;
	font-weight: bold;
	color: #FFF;
}
.link-after-contents-block:after {
	content: "»";
	margin-left: 8px;
}
.link-after-contents-block a:link,
.link-after-contents-block a:visited {
	color: #FFF;
	text-decoration: none;
}
.link-after-contents-block a:hover,
.link-after-contents-block a:active {
	/* color: hsl(0,60%,40%); */
	color: #b22222;
	text-decoration: none;
}


.contents-block-text {
	padding: 10px 10px;
}

.carousel-inner {
	height: 541px;
}




.step-1-3 {
	padding-bottom: 20px;
}
.step-single img {
	top: 0;
	width: 60%;
	max-width: 300px;
	border-radius: 10%;
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.6);	
}
.step-1 img {
    float: right;
	margin-right: -5%;
}
.step-2 img {
    float: left;
	margin-top: -30px;
	margin-left: -5%;
}
.step-3 img {
    float: right;
	margin-top: -30px;
	margin-right: -5%;
}
.step-exp {
	width: 40%;
	margin-top: 20px;
}
.step-exp h3 {
	text-align: center;
	color: #33C8FF;
	font-size: 24px;
}
.step-exp p {
	font-size: 13px;
	line-height: 22px;
}
.step-1 .step-exp {
    float: left;
    margin-left: 3%;
}
.step-2 .step-exp {
	margin-top: 10px;
    float: right;
    margin-right: 3%;
}
.step-3 .step-exp {
	margin-top: 10px;
    float: left;
    margin-left: 3%;
}

@media only screen and (min-width: 600px) {
    .step-1-3 {
    	width: calc(100% - 10px);
    	max-width: 800px;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 0;
    }
    .step-1, .step-2, .step-3 {
    	float: left;
    	width: 33.3%;
    	/* height: 600px; */
    	box-sizing: border-box;
    	padding: 0 5px;
    }
    .step-single img {
    	float: none;
    	width: 100%;
    	margin: 0;
    }
	.step-exp {
    	float: none !important;
		width: 85%;
		margin: 10px auto 0 !important;
	}
	.step-exp h3 {
		font-size: 26px;
	}
	.step-exp p {
		font-size: 14px;
		line-height: 26px;
	}
}






.newpost-designed-list {
	color: #FFF;
	overflow: hidden;
}
.newpost-two-box {
	border: 0px solid #F00;
	background: linear-gradient(160deg, hsl(0,0%,30%), hsl(0,0%,0%), hsl(0,0%,0%));
}
.newpost-two-box dl { 
	max-width: 600px;
	height: 200px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* 奇数の画像 */
.newpost-two-box dl:nth-child(1) {
	height: 120px;
}
/* 偶数のタイトル */
.newpost-two-box dl:nth-child(2) {
	height: 80px;
	background-color: #EEE;
	color: #000; 
}
/* 偶数のタイトルに対する画像の位置 */
.newpost-two-box dl:nth-child(2) dt {
	position: absolute;
	right: 0;
	top: -40px;
}
/* 三角 */
.newpost-two-box dl:nth-child(2) dt::before {
	position: absolute;
	content: "";
   	left: calc(-100vw + 240px - (100vw - 240px) / 40 * 4);
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
   	border-width: 0 0 44px calc(100vw - 240px + (100vw - 240px) / 40 * 4);
	border-color: transparent transparent #EEE transparent;
}
/* 三角の右の四角 */
.newpost-two-box dl:nth-child(2) dt::after {
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	background: #EEE;
}
/* 奇数のタイトル */
.newpost-two-box dl:nth-child(1) dd {
	position: absolute;
    left: calc(120px + 10px);
	top: 0px;
	width: calc(100vw - 120px - 10px * 2);
}
/* 偶数のタイトル */
.newpost-two-box dl:nth-child(2) dd {
	position: absolute;
	top: 18px;
	left: 10px;
	width: calc(100vw - 120px - 10px * 2);
}
/* 画像 */
.newpost-two-box img {
	width: 120px;
}


.newpost-two-box .newpost-title {
	margin: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newpost-two-box .newpost-title a {
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.newpost-two-box .newpost-date {
	margin: 5px 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}
.newpost-two-box dl:nth-child(1) .newpost-title a {
	color: #FFF;
}
.newpost-two-box dl:nth-child(2) .newpost-title a {
	color: #000;
}
.newpost-two-box dl:nth-child(2) .newpost-title,
.newpost-two-box dl:nth-child(2) .newpost-date {
	text-align: right;
}


/* iPhone 6: 375px */
@media only screen and (min-width: 370px) {
	/* 奇数の画像の高さ */
    .newpost-two-box dl:nth-child(1) {
    	height: 150px;
    }
    /* 偶数のタイトルの高さ */
    .newpost-two-box dl:nth-child(2) {
    	height: 80px;
    }
    /* 偶数のタイトルに対する画像の位置 */
    .newpost-two-box dl:nth-child(2) dt {
    	top: calc(80px - 150px);
    }
    /* 奇数のタイトル */
    .newpost-two-box dl:nth-child(1) dd {
    	top: 2px;
        left: calc(150px + 10px);
    	width: calc(100vw - 150px - 10px * 2);
    }
    /* 偶数のタイトル */
	.newpost-two-box dl:nth-child(2) dd {
    	top: 18px;
		left: 10px;
		width: calc(100vw - 150px - 10px * 2);
	}
    /* 画像自身 */
    .newpost-two-box img {
    	width: 150px;
    }
    /* 三角 */
	.newpost-two-box dl:nth-child(2) dt::before {
    	left: calc(-100vw + 300px - (100vw - 300px) / 70 * 4);
    	border-width: 0 0 74px calc(100vw - 300px + (100vw - 300px) / 70 * 4);
	}
}

/* iPhone 8/X: 375px */
/* iPhone Plus/Max/XR: 414px */
/* 画像間を斜め直線ではなく階段状にする */
@media only screen and (min-width: 400px) {
    /* 三角 */
	.newpost-two-box dl:nth-child(2) dt::before {
    	left: calc(-50vw + 150px - 50px - 4px * 200 / 80);
    	border-width: 0 0 74px calc(100px + 4px * 200 / 80);
	}
    /* 三角の右の四角 */
    .newpost-two-box dl:nth-child(2) dt::after {
    	left: calc(-50vw + 150px + 50px);
    	width: calc(50vw - 150px - 50px);
    	height: 74px;
    }
}
@media only screen and (min-width: 600px) {
	/* 奇数の画像の高さ */
    .newpost-two-box dl:nth-child(1) {
    	height: 200px;
    }
    /* 偶数のタイトルの高さ */
    .newpost-two-box dl:nth-child(2) {
    	height: 120px;
    }
    /* 偶数のタイトルに対する画像の位置 */
    .newpost-two-box dl:nth-child(2) dt {
    	top: calc(120px - 200px);
    }
    /* 奇数のタイトル */
    .newpost-two-box dl:nth-child(1) dd {
    	top: 8px;
        left: 220px;
    	width: calc(400px - 20px * 2);
    }
    /* 偶数のタイトル */
	.newpost-two-box dl:nth-child(2) dd {
    	top: 48px;
		left: 10px;
		width: calc(400px - 20px * 2);
	}
    /* 偶数の左右余白の四角 */
	.newpost-two-box dl:nth-child(2)::before,
	.newpost-two-box dl:nth-child(2)::after {
		position: absolute;
		content: "";
		background-color: #EEE;	
	}
    /* 偶数のタイトル左の四角 */
    .newpost-two-box dl:nth-child(2)::before {
		left: -1000px;
		top: 0;
		width: 1000px;
	    height: 120px;
    }
    /* 偶数の画像右の四角 */
    .newpost-two-box dl:nth-child(2)::after {
		right: -1000px;
		width: 1000px;
    	top: -80px;
    	height: 200px;
    }
    /* 画像自身 */
    .newpost-two-box img {
    	width: 200px;
    }
    /* 三角 */
	.newpost-two-box dl:nth-child(2) dt::before {
    	left: calc(-150px - 4px * 200 / 80);
    	border-width: 0 0 84px calc(100px + 4px * 200 / 80);
	}
    /* 三角の右の四角 */
    .newpost-two-box dl:nth-child(2) dt::after {
    	left: -50px;
    	width: 50px;
    	height: 84px;
    }
}


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

.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#f3f3f3;
}

.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}

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

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
}
*/

/* 記事タイトル */
.entry-title, 
.post .entry-title {
	font-size: 22px;
	line-height: 35px;
/* 	color: #333; */
	color: #FFF;
	font-weight:bold;
	margin: 10px 15px 10px;
}
.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}
.post .entry-content img {
	height: auto !important;
}


/* 中見出し */
h2 {
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 19px;
	line-height: 27px;
	margin: 20px 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
}

/*小見出し*/
.post h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px 15px;
	color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px #999999 dotted;
}

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: 20px 0;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 26px;
}

/*amazonプラグインのh4は除外*/
.post .amazonjs_info h4{
	background-color:transparent!important;
}

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

.post h6 {
	margin-bottom: 10px;
}

.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:25px;
	margin-bottom:5px;
}

/* 関連記事の文字 */
.post p.point {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding:20px 15px 10px;
	background-color:transparent;
}
.post p .point-in {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:15px;
	left:0;
}
/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 20px 15px 10px;
    position: relative;
}

.cat-itiran p.point .point-in {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 3px 20px;
    position: absolute;
    top: 15px;
}

.cat-itiran h3 {
    border:none;
}



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

/* 引用 */
.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;
}

.komozi {
	font-size: 80%;
}

.ymarker {
	background:#FFF9C4;
	padding:0 2px;
}

.rmarker {
	background:#ffcdd2;
	padding:0 2px;
}

.yellowbox {
	padding:20px;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:20px;
}

.redbox {
	padding:20px;
	border:solid 1px #ef5350;
	background-color:#ffebee;
	margin-bottom:20px;
}

.graybox {
	padding:20px;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:20px;
}

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

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

.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:last-child {
	margin-bottom:0;
	padding-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;
	-webkit-border-radius: 2px;
	-moz-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;
}


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

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

/*ドット線*/
.dotline {
	border-bottom:1px dotted #212121;
}

.dotliner {
	border-bottom:1px dotted #ff0000;
}

.dotline-s {
	border-bottom:1px solid #212121;
}

.dotline-sr {
	border-bottom:1px solid #ff0000;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/

/* フッター文字 */
#footer .footer-logo {
	font-size: 22px;
	line-height:30px;
	margin-bottom: 10px;
	font-weight:bold;
	display: none;
}

#footer .footer-phone {
	/* height: 80px; */
	margin: 0 auto;
}
.footer-phone-icon {
	width: 45px;
    display: inline-block;
    vertical-align: middle;
}


.footer-phone-icon img {
	width: 100%;
}
.footer-phone-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    left: 50px;
/*     width: 200px; */
}
#footer .footer-phone-title {
	margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
}
#footer .footer-phone-number {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 28px;
	text-align: left;
	margin: 0 0 5px;
}
#footer .footermenust li {
	text-align: center;
	width: 48%;
}

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

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

#footer a:hover {
	color: #CCC;
}

#footer .copy {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin: 0;
	padding: 10px 10px 10px;
	border-top: 1px solid #666;
}

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

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

#footer .footer-address {
    display: none;
}
#footer .footer-address p,
#footer .footer-address dt,
#footer .footer-address dd,
#footer .footer-address dd a,
#footer .footermenust a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;		
}


/*フッター*/
.footermenust {
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
}

#footer .footermenust li {
	display: inline-block;
	box-sizing: border-box;
	width: 48%;
	font-size: 16px;
	padding:0 10px;
}

footer .footermenust li {
	font-size:16px;
}

#footer .footermenust a {
	margin: 5px 0;
	font-size: 13px;
	line-height: 20px;
	color:#FFF;
}

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

@media only screen and (min-width: 600px) {
	#footer .footermenust li {
		width: 32%;
	}
}

@media only screen and (min-width: 960px) {
	footer {
		width:100%;
	}

	#footer {
		margin:0 auto;
	}

	#footer-in {
		width:900px;
		margin:0 auto;
		text-align: left;
		position: relative;
	}

	/* フッター文字 */
	#footer .footer-logo {
		display: inline-block;
		text-align: left;
		font-size: 16px;
		line-height:26px;
		margin-left: 15px;
		font-weight:bold;
	}

	
	#footer .site-logo-mark {
		display: inline-block;
		height: 56px;
		margin-bottom: 2px;
	}

	#footer .site-logo-text {
		display: none;
		margin-left: 5px;
		height: 28px;
		margin: 5px 0 5px 8px;
	}
	#footer .site-logo-text-wide {
		display: inline-block;
		height: 36px;
		margin: 10px 0 10px 8px;
	}

	#footer .footer-phone {
		position: absolute;
		right: 15px;
		top: 0;
	}
	#footer .footer-address-and-menu {
		padding: 0 15px;
	}
	#footer .footer-address {
		float: left;
		display: block;
		margin: 0 0 15px 0;
/* 		background: #338; */
		width: 330px;
	}
	#footer .footer-address-zipcode {
		margin: 0;
		font-size: 14px;
	}
	#footer .footer-address-main {
		margin: 0 0 8px;
		font-size: 18px;
	}
    #footer .footer-address-phone {
        font-size: 15px;
    }
    #footer .footer-address-phone dt {
    	float: left;
    }
    #footer .footer-address-phone dd {
        margin-left: 170px;
    	
    }
	#footer .footermenubox {
		float: right;
/* 		background: #808; */
		width: calc(100% - 400px);
	}
	#footer .footermenubox ul {
		padding: 10px 0;
	}
	#footer .footermenust li {
		width: 48%;
	}
	#footer .copy {
		text-align: right;
	}
}



/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/

/* タイトル名 */
#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: 17px;
	line-height:25px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

/* 抜粋文字 */
#topnews .clearfix dd p {
	color: #666;
}

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

/* 一覧タイトル下 */
.kanren .blog_info p {
	margin:0 0 5px;;
}

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

.blog_info p a {
	color: #666;
	text-decoration: none;
}

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

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

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

.kanren {
	padding-top: 20px;
	margin-top:20px;
}

.st-aside .kanren {
	padding-top: 20px;
	margin-top:0px;
}

.kadomaru img{
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-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: 17px;
	font-weight: bold;
	line-height:25px;
	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;
}

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

.kanren .clearfix dd .kanren-t {
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a {
	color: #000;
	text-decoration: none;
	font-size:120%;
	line-height: 1.5;
	font-weight:bold;
	padding-bottom:5px;
}

.kanren .clearfix dd .kanren-t a:hover {
	color: #b22222;
}

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

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

#side .st-aside .children li {
	padding-left: 10px;
}

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

}

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

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

#side .st-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;
	text-decoration: none;
}

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

#scrollad {
	padding: 20px 0;
}

/*タグクラウド*/
.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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	opacity:0.5;
}

/*--------------------------------
エディタ用
---------------------------------*/

/*テーブル */
.post table {
	box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

table tr td {
	padding: 10px;
	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: 13px;
	line-height: 18px;
	vertical-align:top;
}

table th {
	padding: 5px;
	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: 13px;
	line-height: 18px;
}

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

.post table tr td p {
	font-size: 13px;
	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;
}

/*スクロール*/
.post .scroll-box table {
	max-width:initial;
}

.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	height: 5px;
}

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

/*画像 */
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

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

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 10px;
}

.ie8 img {
	width: auto;
}

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

.post ul li {
	padding-bottom:5px;
}

.post ul li:last-child {
	padding-bottom:0px;
}

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

.post ol li {
	padding-bottom:5px;
}

.post ol li:last-child {
	padding-bottom:0px;
}

/*マルリスト*/
.post .maruno { 
	margin-bottom: 20px;
}

.post .maruno ol { 
	list-style-type: none;
	counter-reset: st-section;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruno ol li {
	counter-increment: st-section;
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruno ol li:before {
	content: counters(st-section,"");
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 8px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}

/*チェックリスト*/
.post .maruck { 
	margin-bottom: 20px;
}

.post .maruck ul { 
	list-style-type: none;
	margin-left: 10px;
	padding:0 20px 0 30px;
}

.post .maruck ul li {
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}

.post .maruck ul li:before {
	content: " \f00c";
	font-family: FontAwesome;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 6px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}


/*フォーム*/
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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ccc;
}

.post #search input{
	border:none;
}


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

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

/*50%*/
.responbox50.smart50 .lbox {
	float:left;
	width:49%;
	box-sizing:border-box;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 .rbox {
	float:right;
	box-sizing:border-box;
	width:49%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

.responbox50.smart50 {
	overflow:hidden;
}

/*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 {
	margin:0 -10px;
}

#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;
	height: 40px;
	overflow:hidden;
}

.trigger .fa:not(.fa-bars) {
	font-size:20px;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size:25px;
	line-height:30px;
	background:#ccc;
	display:block;
	float:right;
	height:auto;
	margin-top:-5px;
	padding: 10px 10px 9px 10px;
	max-width:20%;
	box-sizing:border-box;
}

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

#s-navi dd.acordion_tree {
	padding: 10px 10px 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;
}

.menu-close {
	padding:10px;
}

/*--------------------------------
メニューst5 未設定
---------------------------------*/

nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu
 {
	display:none;
}

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

#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

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

#s {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	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;
}

/*アコーディオン内*/
.acordion_tree .search-box{
	padding:10px;
}


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

/*コメントナビ*/

.st-pagelink {
	margin: 10px 0 0;
	padding: 0px;
	text-align:center;
}

/* .st-pagelink:after {
	content: "";
	display:block;
	clear:both;
}
 */
.st-pagelink a {
	text-decoration:none;
	font-size:13px;
}

.st-pagelink a:hover {
	opacity:0.5;
}

.st-pagelink .page-numbers {
	box-sizing:border-box;
	border:1px solid #ccc;
	padding: 3px 5px;
	margin: 0 0 10px;
	font-size:15px;
	min-width:30px;
	display: inline-block;
	text-align:center;
}

.st-pagelink .page-numbers.current {
	opacity:0.4;
	color: #777;
}

.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 {
	margin:0;
	padding: 0px 0 0px 5px;
	height: 28px;
}
#breadcrumb img {
	width: 20px;
	height: 20px;
}
#breadcrumb ol {
	margin: 0;
	padding: 0;
	position: relative;
	height: 28px;
/* 	background: #8F8; */
}
#breadcrumb ol li {
	color: #ccc;
	font-size: 13px;
	display: inline;
	position: relative;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 18px;
	top: 0;
/* 	height: 20px; */
}

#breadcrumb ol li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #ccc;
	margin: 0;
}

#breadcrumb ol li,
#breadcrumb ol li a {
	color: hsl(0,0%,30%);
}

#breadcrumb ol li::after {
	content: '';
	border-width: 1px 1px 0 0;
	display: inline-block;
    position: absolute;
	top: -3.5px;
	margin-left: 0px;
	transform: rotate(45deg);
	background: 888;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-color: hsl(0,0%,30%);
	z-index: -5;
}

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

.sns{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0 0 20px;
}

.snstext{
	font-size:13px;
	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;
	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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	height:28px;
	margin:5px;
	cursor:pointer;
	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: #f3f3f3;
	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 {
	box-sizing:border-box;
	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-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}

#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 #st-reply-title {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}

#comments h4 {
	background-color: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}

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

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

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

/*--------------------------------
PREV NEXT
---------------------------------*/

.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 50px;
	color: #666;
}

.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 25px;
}

/*レイアウト スマートフォン
---------------------------------------------------------------------------------------------------*/

#wrapper {
	margin: 40px auto 0;
	overflow:hidden;
}

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

header {
	/* text-align: center; */
}

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

#side .st-aside {
	padding: 0 15px 20px;;
}

footer {
	clear: both;
	padding: 0;
}

#footer {
	padding: 15px 15px 0;
	text-align: center;
	background-color: #000;
	color: #FFF;
}

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

.st-main {
	padding: 10px 10px 20px;
	margin: -1px 0 20px;
}
.post-title-box {
	margin: -10px -10px 10px;
	padding: 10px 0px 10px;
/* 	border: 2px solid #808; */
	background: rgba(0,0,0,0.9);
	color: #FFF;
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.4);	
}
/* 記事タイトル下 */
.post-date {
	border-top: 1px solid hsl(0,0%,30%);
	font-size: 12px;
	color: #bdbdbd;
	line-height: 12px;
    text-align: right;
    margin: 0px 0px -10px;
	padding: 7px 10px 7px;
}
.post-date-original,
.post-date-original time,
.post-date-update,
.post-date-update time {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;    
}
.post-date-update {
	margin-left: 10px;
}
.post-date-original::before,
.post-date-update::before {
	font-family: FontAwesome;
	margin-right: 3px;
}
.post-date-original::before {
	content: '\f017';
}
.post-date-update::before {
	content: '\f021';
}



.st-main-gallery {
    padding-left: 0;
    padding-right: 0;
    background: #000;
    color: #FFF;
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.4);	
}
.st-main-gallery p {
	margin-left: 15px;
	margin-right: 15px;
}

.st-main-gallery p img {
	margin-left: -15px;
	margin-right: -15px;
	max-width: calc(100% + 30px);
}

.post {
	padding-bottom: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;
}

.middle-ad {
	margin:0 -5px 10px;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

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

	/*SNSボタン*/
	.sns .fa {
		font-size:20px;
	}

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


	/* RSS購読するボタン */
	.rssbox a {
		padding: 15px 20px;
		margin-bottom: 10px;
		font-size: 20px;
	}

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

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
	/*タグクラウド*/
	.tagcloud a {
		font-size: 20px!important;
		line-height: 1em;
		padding: 15px;
		margin-top: 10px;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:25px;
	}

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

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

	#s-navi dt.trigger {
		height: 60px;
	}

	.trigger .fa:not(.fa-bars) {
		font-size:25px;
	}

	.trigger .fa {
		line-height:60px;
	}

	.op-text,
	.op-text a {
		font-size:25px;
		line-height:60px;
		padding: 5px 0;
		margin:0 0 0 7px;
	}	

	.op-text2,
	.op-text2 a {
		font-size:25px;
		line-height:60px;
		padding: 5px 0;
		margin:0 0 0 7px;
	}

	/*アコーディオンメニューボタン*/
	#s-navi dt.trigger .op {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	/*アコーディオンメニュー追加ボタン1*/
	#s-navi dt.trigger .op-st {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	/*アコーディオンメニュー追加ボタン2*/
	#s-navi dt.trigger .op-st2 {
		font-size:30px;
		line-height:60px;
		padding: 5px 20px;
	}

	.acordion_tree ul.menu li {
		font-size: 20px;
		padding: 15px 20px;
	}

	/*--------------------------------
	PAGE TOP
	---------------------------------*/

	#page-top {
		font-size: 30px;
	}

	#page-top a {
		padding: 22px 26px;
	}

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


/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {

	header {
		text-align: left;
	}

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

	#headbox {
		text-align:center;
	}

	#headbox img {
		margin: 0 auto;
	}

	.sitename img {
		max-width: 100%;
		margin: 0;
	}

	#wrapper {
		margin-top: 0px;
	}


	.st-main {
/* 		background-color: #fff; */
/* 		padding: 20px 30px; */
	}


	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 20px;
		line-height: 30px;
	}

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 27px;
		line-height: 40px;
/* 		color: #333; */
	}

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

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

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

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

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

	.post h4 {
	  background-color: #f3f3f3;
	  font-size: 21px;
	  line-height: 31px;
	}

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

	/*トップ記事一覧*/
	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;
		line-height:35px;
	}

	/*サイドバー文字*/
	#side .st-aside .menu_underh2 {
		font-size: 16px;
		line-height: 26px;
		font-weight:bold;
	}

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

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

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

	.yellowbox,
	.redbox,
	.graybox
	 {
		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;
	}


	.middle-ad {
		margin:0 0 10px;
	}

	/*レスポンシブ用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%;
	}

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

	.responbox40 .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%;
	}


	/*--------------------------------
	一覧記事表示部分
	---------------------------------*/

	#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;
	}


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

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


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

	#st-menubox {
		border-top: solid 1px #E0DEDE;
		border-bottom: solid 1px #E0DEDE;
		margin-bottom:10px;
	}

	#st-menuwide {
		padding: 0px;
		margin:0 auto;
		max-width:1060px;
	}

	nav.smanone {
		max-width:1060px;
		margin:0 auto;
	}

	nav.st5 {
		max-width:1060px;
		margin:0 auto;
	}

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

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

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

	header .smanone ul.menu li li a{
		background:#f3f3f3; /*ドロップダウンメニューの背景色*/
		border-top:#E0DEDE solid 1px;
		border-left:#E0DEDE solid 1px;
		border-right:#E0DEDE solid 1px;
		z-index:2;
	}

	header .smanone ul.menu li li:last-child a {
		border-bottom:#E0DEDE solid 1px;
	}

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

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

	header .smanone ul.sub-menu{
		display:none;
	}

	/* 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!important;
	}

	header {
		padding: 0;
	}

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

	#headbox {
		padding: 10px;
		margin:0 auto;
		text-align:left;
		max-width:1040px;
	}

	#headbox img {
		margin:0;
	}

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

	nav {
		display: block;
	}

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

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 15px;
		line-height: 26px;
	}

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

	/*記事タイトル*/
	.entry-title,
	.post .entry-title {
		font-size: 30px;
		line-height: 40px;
		/* 		color: #333; */
	}

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

	/*中見出し*/
	h2 {
		font-size: 22px;
		line-height: 32px;
	}

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

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

	/*小見出し*/

	.post h4 {
	  background-color: #f3f3f3;
	  font-size: 16px;
	  line-height: 26px;
	}

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

	.post dd h5 {
	  margin-bottom: 5px;
	}

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

	/*サイドバー*/
	#side .st-aside .menu_underh2 {
		font-size: 14px;
		line-height: 24px;
		font-weight:bold;
	}

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

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

	/* オリジナルスタイルPC */
	.oomozi {
		font-size: 18pt;line-height: 35px;
	}

	.yellowbox,
	.redbox,
	.graybox
	 {
		margin-bottom: 20px;
	}

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

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

	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/

	#header-l {
		float:left;
	}


	#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;
	}


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

	.st-pagelink .page-numbers {
		padding:5px 8px;
	}


	/*--------------------------------
	PCのレイアウト
	---------------------------------*/

	#wrapper {
		overflow:visible; /*グローバルメニューの下層リンクを表示する為*/
		padding:0;
		width:100%;
	}

	#st-header {
		max-width:1060px;
		margin:0 auto 10px;
	}

	#content {
/* 		max-width:1060px; */
		margin:0 auto;
	}


	/*--------------------------------
	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;
	}

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

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

	nav.st5 li {
		position: relative;
		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,
	nav.menu li .children {
		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;
	}

	/*--------------------------------
	メニュー未設定
	---------------------------------*/

	#st-menuwide div.menu,
	#st-menuwide nav.menu {
		max-width:1060px;
		margin:0 auto;
		padding:5px;
		display:block;
	}

	#st-menuwide div.menu:after,
	#st-menuwide nav.menu:after {
		content:'';
		display:block;
		clear:both;
	}

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

	#st-menuwide div.menu li:last-child,
	#st-menuwide nav.menu li:last-child {
		border:none;
	}

	#st-menuwide div.menu li .sub-menu,
	#st-menuwide nav.menu li .sub-menu {
		display:none;
	}

	#st-menuwide div.menu li a,
	#st-menuwide nav.menu li a {
		color: #333;
		text-decoration: none;
	}


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

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

	.st-main {
/* 		margin-right: 320px; */
/* 		margin-left: 0px; */
/* 		background-color: #fff; */
/* 		border-radius: 4px; */
/* 		-webkit-border-radius: 4px; */
/* 		-moz-border-radius: 4px; */
	}
	.st-aside {
        max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
/*     .post-title-box {
    	margin-left: -800px;
    	margin-right: -800px;
    	padding-left: 800px;
    	padding-right: 800px;
    } */
    .post {
    	
    }
    #breadcrumb, .post-title-inner, .mainbox, .sns, .p-navi, #mybox {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;    	
    }
	#side .st-aside {
/* 		float: right; */
		width: 300px;
		padding: 0px;
	}

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

}



dl.companyinfo {
  width:90%;
    max-width: 600px;
  margin:20px auto;
  border-bottom:1px solid #999;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
} 
/* 
 * In this rule, we reset the white-space (see hack above)
 * The width + left/right padding of DTs/DDs equals 50% (for two equal columns)
 */
dl.companyinfo dt,
dl.companyinfo dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #999;
}
/*
 * To keep things tight
 */
dl.companyinfo dt {
  margin-right:-1;
  width:28%;
  }
  
dl.companyinfo dt:before {
	content: "■ ";
}
dl.companyinfo dd {
  width:64%;
  }



ul.child_pages {
	list-style-type: none;
	padding: 0;
	max-width: 600px;
	margin: 15px auto;
}
ul.child_pages li {
/* 	border-top: 1px solid #888; */
	box-sizing: border-box;
	background-color: #666;
	margin: 5px 10px;
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	width: calc(100% - 20px);
}
ul.child_pages li:last-child {
/* 	border-bottom: 1px solid #888; */
/* 	padding-bottom: 15px; */
}
ul.child_pages li a {
	line-height: 60px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
}

@media only screen and (min-width: 600px) {
    ul.child_pages li {
        width: calc(50% - 20px);
    }
}



/* 
#wrapper {
    position: relative;
    width: 100%;
}
#wrapper:before {
    content:"";
    display: block;
    padding-top: 75%;
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
 */


/* 最終描画エリア 下部に余白を作らないため */
/* 大きく作ってtransformで縮小 */
.area-map {
	margin: 20px -10px;
	position: relative;
	overflow: hidden;	
	width: calc((100% + 20px) / 0.55);
	transform: scale(0.55);
	transform-origin: 0 0;
	margin-bottom: calc(-45% - 100px);
}
/* 縦横比1:1 */
.area-map::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.area-map-size {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* ボタンを外すためにhiddenな内部に大きな枠を作る */
.area-map-expand {
	margin: -80px;
	width: calc(100% + 160px);
	height: calc(100% + 160px);
}
/* 大きな枠に描画する */
.area-map-iframe-size {
	width: 100%;
	height: 100%;
}
/* 地図 */
.area-map-iframe-size iframe {
	width: 100%;
	height: 100%;
}
/* 操作禁止のためのオーバーレイ */
.area-map-iframe-size::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* エリア表示のための円形オーバーレイ */
.area-map-iframe-size:after {
    position: absolute;
    content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 480px;
    height: calc(480px * 0.9);
    border-radius: 100%;
    background-color: rgba(0,50,255,0.3);
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

@media only screen and (min-width: 360px) {
	.area-map {
		width: calc((100% + 20px) / 0.6);
		transform: scale(0.6);
    	margin-bottom: calc(-40% - 80px);
	}
}
@media only screen and (min-width: 420px) {
	.area-map {
		width: calc((100% + 20px) / 0.7);
		transform: scale(0.7);
    	margin-bottom: calc(-30% - 40px);
	}
}
@media only screen and (min-width: 480px) {
	.area-map {
		width: calc((100% + 20px) / 0.8);
		transform: scale(0.8);
    	margin-bottom: calc(-20%);
	}
}
@media only screen and (min-width: 600px) {
	.area-map {
		display: block;
		width: 580px;
		margin: 20px auto;
		transform: none;
	}
    .area-map-iframe-size:after {
		width: 480px;
	    height: calc(480px * 0.9);
    }
}



/* Contact Form */
.table-contactform7 th {
	padding-left: 0px;
	width: 30%;
}
.required-contactform7 {
	display: block;
	padding: 3px 8px;
	border-radius: 3px;
	width: 25px;
    margin: 0 auto 5px;
    font-size: 12px;
    line-height: 12px;
	background-color: hsl(0,80%,60%);
	color: #FFF;
}
.title-contactform7 {
	display: block;
}

/* 送信ボタン */
input.wpcf7-submit {
	box-sizing: border-box;
	width: 60%;
	max-width: 300px;
	border-radius: 5px;
	background-color: hsl(0,0%,50%);
	border: none;
	color: #FFF;
	margin: 0 auto;
	padding: 10px;
	display: inline-block;
}

input.wpcf7-submit:hover {
    background-color: hsl(0,0%,60%);
}

@media only screen and (min-width: 600px) {

	.table-contactform7 th {
		padding-left: 60px;
		position: relative;
	}
    .required-contactform7 {
	    position: absolute;
    	left: 15px;
    }
}


/* cv.cssの上書き */
/*
.pt-cv-wrapper img {
	object-fit: cover;
}
.pt-cv-pagination-wrapper {
	text-align: center;
}
.pt-cv-pagination-wrapper {
	margin: 10px 0 0 !important;
}
.pt-cv-clear-pagination {
	margin-bottom: 0 !important;
}
*/

.pt-cv-scrollable .pt-cv-carousel {
    padding-bottom: 0px !important;
}

.pt-cv-wrapper .pt-cv-carousel-indicators {
    bottom: -25px !important;
}

.pt-cv-view .pt-cv-carousel-indicators li.active {
    background: #999 !important;
    border: 1px solid #999 !important;
}
.pt-cv-view .pt-cv-carousel-indicators li {
    -webkit-box-shadow: inset 0 0 0 1px #999 !important;
    -moz-box-shadow: inset 0 0 0 1px #999 !important;
    box-shadow: inset 0 0 0 1px #999 !important;
}





/* reCAPTCHA v3 */
.text-xs-center {
	margin-bottom: 0;
	text-align: center;
}


.grecaptcha-badge { visibility: hidden; }

.recaptcha_policy {
	width: 300px;
    padding: 0;
    margin: 10px auto 20px;
    text-align: center;
    font-size: 10px !important;
    line-height: 16px;
    color: hsl(0, 0%, 55%) !important;
}
.recaptcha_policy a {
    color: hsl(0, 40%, 65%) !important;
    color: hsl(0, 0%, 55%) !important;
/*     text-decoration: none; */
}




.post-card-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
   	flex-wrap: wrap;
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
.post-card-box {
    padding: 0 10px;
	width: 100%;
    box-sizing: border-box;
    margin: 10px 0 10px;
}
.post-card {
	margin: 0 0px;
	height: 100%;
	position: relative;
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.8);
    transition: .3s;
}
.post-card:hover {
	box-shadow: 0px 0px 20px 4px hsla(0,0%,0%,0.9);
    transform: scale(1.02);
}

a.post-card-box:hover img {
	opacity: 1;
}

.post-card-thumbnail {
	position: relative;
	width: 100%;
}
.post-card-thumbnail::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.post-card-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}



.post-card h2 {
	background: none;
	border: none;
	margin: 10px 8px 0px;
	padding: 0;
	font-size: 18px;
}
.post-card-date {
	text-align: left;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;	
	font-size: 12px;
	font-weight: bold;
    margin: 0px 8px 5px;
    color: hsl(0,0%,60%);
}
.post-card-list a:link,
.post-card-list a:visited {
	text-decoration: none;
}

@media only screen and (min-width: 600px) {
	.post-card-box {
		width: 50%;
	}
	.post-card h2 {
		font-size: 20px;
	}
	.post-card-date {
		font-size: 14px;
	}
}
@media only screen and (min-width: 960px) {
	.post-card-box {
		width: 33.3%;
	}
}