@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: elephant-single
Theme URI: https://blog-marketing-school.com/elephant/
Description: コンテンツに集中してもらえるWordPressテーマ「Elephant～エレファント～」
Author: JUNICHI
Author URI: https://junichi-manga.com/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 1.5.6
---------------------------------------------------------*/

/**********************************************************
　WordPressテーマ『Elephant』のレスポンシブの考え方　
　・領域1：すべての端末で適用（スマホ＆タブレット＆PC）
　・領域2：ディスプレイサイズ最大780px以下（スマホ＆タブレット）
　・領域3：ディスプレイサイズ最小420px以上（タブレット＆PC）
　・領域4：ディスプレイサイズ最小780px以上（PC）
***********************************************************/


/***************************************************
　↓　領域1　ここからすべての端末で適用　↓
****************************************************/

* {
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin: 0px;
	padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}
body {
	min-width: 320px;
	word-wrap: break-word;
	background-color:#f2f2f2;
}
body.mceContentBody {
	background-color:#fff;
}

#post-inner{
	max-width:700px;
	margin:0 auto;
}
.gf {
    font-family: "Times New Roman" ;
    font-weight: normal;
}


/* リンクの色 */
a {
	position: relative;
	color: #4169e1;
	text-decoration: underline;
	transition: .3s;
}
 
article a{
	display:inline;
}

a:hover {
	color: #2ee6a8;
}
 
#totalcover{
	overflow:hidden;
}

img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
/* 画像リンクのマウスオーバーに透かし */


img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 300px;
	margin: 0 auto;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container{ 
	overflow:hidden;
	width: auto;
	max-width: 100%;
	height: 200px;
}
iframe { max-width: 100%; 
	max-height:100%;}
/*--------------------------------------------
コンタクトフォームカスタマイズ
--------------------------------------------*/
.wpcf7
{
    background-color: #fff;
}
.wpcf7 {
	margin: 96px 0;
	text-align: center; 
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color:rgba(241, 241, 241, 0.68);
	color: #1a1a1a;
	width: 90%;
	border: none;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
}
.wpcf7 input[type="submit"] {
	width: 50%;
	font-size: 100%;
	padding: 8px 4px;
	background: #4e4e4e;
	border: 1px solid #4e4e4e;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius:3px;
}
.wpcf7 input[type="submit"]:hover {
	color: #101d50;
	background: #fff;
	border: 1px solid #101d50;
}


/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここから
------------------------------------------------------------*/
table.OM_table {
    border: none;
}
.OM_table {
	width:100%;
	border:none;
}
td.OM_bottom {
    display: none;
}
.OM_table tr td{
	text-align: center;
	border: solid 1px #fff;
    background: #fff;
}

.OM_top {
	border:0;
	font-size:22px;
	font-weight:600;
	padding:15px 0;
	background-color:#d3d3d3;
	color:#333;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

.OM_left {
	border:0;
	font-size:18px;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.OM_center {
	border:0;
	font-size:18px;
	background:#f8f8ff;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
}

.OM_right {
	border:0;
	font-size:18px;
	color:#333333;
	padding:10px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}



.OM_bottom {
	border:0;
	font-size:18px;
	color:#a9a9a9;
	padding:15px 15px 15px 15px;
	text-align:center;
	line-height:16px;
}

.OM_seimei {
	width:90%;
	padding:0 5px;
}

.OM_mail {
	width:90%;
	padding:0 5px;
}

.OM_left2 {
	border:0;
	font-size:16px;
	color:#333333;
	padding:20px 15px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.OM_mail2 {
	width:90%;
	padding:10px 10px;
	margin:20px 5px;
	background: rgba(241, 241, 241, 0.68);
    border: none;
}

.OM_submit {
	background-color: #ffffff;
    color: #333333;
    width: 95%;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 4px;
    border: none;
}

.OM_link:hover {
	border-bottom:1px dotted #1393ff;
}

.OM_submit input[type="submit"] {
	width: 40%;
	font-size: 100%;
	padding: 8px 4px;
	background: #29297d;
	border: 1px solid #29297d;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius:3px;
}

.OM_submit input[type="submit"]:hover {
	background: #fff;
	color: #29297d;
}


/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここまで　
------------------------------------------------------------*/

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 20px;
}

#post-innner{
	max-width:700px;
	margin:0 auto;
}
/*記事内リスト*/
.post ul li ,.post ol li {
  color: #333333;
  font-size: 1.0em;
  font-weight: 500;
  line-height: 1.9em;
  }
p.tagst {
    padding: 0 20px;
}
/*傍点*/
span.emphasis {
    -webkit-text-emphasis: filled circle #1a1a1a;
   text-emphasis: filled circle #1a1a1a;
}
.sns ul li {
    padding-left: 0;
}
.sns li a{
	list-style:none;
}
.sns a {
    text-indent: 0;
}

/*ブログタイトル*/

header .sitename {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 22px;
	padding: 10px 0px 0px;
	margin-bottom: 10px;
}
header .sitename a {
	font-family:"Times New Roman" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 0.67em 0;
	line-height: 15px;
	padding-bottom: 5px;
}
/* 記事タイトル */

.entry-title {
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	color: #333;
	padding-bottom:5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}


#eyecatch {
    text-align: center;
    margin-top: -25px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.page-template-one-column #eyecatch {
	margin-top:0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;	
}


/*======================================
 見出し2デザイン
======================================*/
.post h2{
	font-weight: bold;
	font-size: 20px;
	padding: 1.0em 1.5em;
	background: #f6f6f6;
	margin: 10px -30px 10px -30px;
	color:#1a1a1a;
	line-height: 1.6em;
} 

h2 {
	font-weight: bold;
	font-size: 18px;
	padding: .5em 1.5em;
	background: #f6f6f6;
	margin: 10px -30px 10px -30px;
	color:#fff;
}
/*吹き出し*/
.post .fukidasi h2 {
    position: relative;
    padding: 15px;
    margin: 10px 0 20px;
    background: #2a66a5;
		text-align:center;
}

.post .fukidasi h2:after {
 position: absolute;
content: '';
top: 100%;
left:50%; 
margin-left:-30px;
border: 25px solid transparent;
border-top: 15px solid #2a66a5;
width: 0;
height: 0;
}

/*内側にシャドウ型*/
.post .shadow h2{
	padding: 20px;
	border-radius:3px;
	margin:10px 0 20px;
	background: #F0F0F0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) inset;
}

/*リボン風*/
.post .ribbon h2{
	position: relative;
	color:#FFF;
	background: #325A8C;
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	margin:10px 0 20px;
}
.post .ribbon h2::before,
.post .ribbon h2::after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #1A3654;
}
.post .ribbon h2::before{
	right: 0;
	border-left: 5px solid #1A3654;
}
.post .ribbon h2::after{
	left: 0;
	border-right: 5px solid #1A3654;
}

/*アンダーライン（グラデーション）*/
.post .under-gradline h2 {
position: relative;
padding: 0.8em 0;
background:none;
color:#2a66a5;
margin:10px 0 20px;
}

.post .under-gradline h2:after {
content: "";
display: block;
margin-top:5px;
height: 4px;
background: -moz-linear-gradient(to right, #2a66a5, transparent);
background: -webkit-linear-gradient(to right, #2a66a5, transparent);
background: linear-gradient(to right, #2a66a5, transparent);
}

/*初めの文字を大きく*/
.post .first-big h2{
	background:none;
	color:#1a1a1a;
	margin:10px 0 20px;
	padding:5px 0px;
}
.post .first-big h2:first-letter {
font-size: 1.2em;
color: #981dad;
background:none;
	border-bottom:solid 3px #981dad;
}

/*角はみだし型*/
.post .hamiwaku h2{
	position: relative;
	margin:10px 0 20px;
	padding: 15px 20px;
	font-size:20px;
	text-align:center;
	border-top: solid 1px #325A8C;
	border-bottom: solid 1px #325A8C;
	background:none;
	color:#325A8C;
}
.post .hamiwaku h2:before,.post .hamiwaku h2:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #325A8C;
}
.post .hamiwaku h2::before{left: 10px;}
.post .hamiwaku h2::after{right: 10px;}

/*チャプター型*/
.post .chapter h2{
	position:relative;
	padding:20px 10px;
	font-size:20px;
	border:1px solid #325A8C;
	margin: 10px 0;
    background: none;
    color: #325A8C;
}
.post .chapter h2::after{
	font-family: FontAwesome;
	content: "\f0c8  Chapter";
	position: absolute;
	top: -15px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}
/*左端にアイコン付き*/
.post .icon h2 {
position: relative;
margin:10px 0 20px;
padding-left: 1.6em;/*アイコン分のスペース*/
line-height: 1.4em;
color: #fff;
background:#2a66a5;
border-radius:3px;
}

.post .icon h2:before{ 
font-family: FontAwesome;
content: "\f00c";
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 9px;
color: #fff; /*アイコン色*/
}

/*装飾なし*/
.post .simpleh2 h2{
	background: none;
	color:#1a1a1a;
	margin:10px 0 0;
	padding: 1.0em 0;
} 


/*======================================
 見出し3デザイン
======================================*/
.post h3 {
    margin: 0 0 10px 0;
    padding: 15px 8px;
    border-width: 3px 0 3px 0;
    border-color: #1a1a1a;
    border-style: solid;
    line-height: 140%;
    font-weight: bold;
    color:#1a1a1a;	
}
/*アンダーライン型*/
.post .h3underline h3 {
    margin: 0 0 10px 0;
    padding: 15px 8px;
    border-width: 0 0 3px 0;
    border-color: #1a1a1a;
    border-style: solid;
    line-height: 140%;
    font-weight: bold;
    color:#1a1a1a;	
}
/*細めのアンダーライン型*/
.post .thin-underline h3 {
    margin: 0 0 10px 0;
    padding: 15px 8px;
    border-width: 0 0 1px 0;
    border-color: #1a1a1a;
    border-style: solid;
    line-height: 140%;
    font-weight: bold;
    color:#1a1a1a;	
}
/*ストライプアンダーライン*/
.post .stripes h3 {
position: relative;
border:none;
}

.post .stripes h3:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 0px, #fff 2px, #fff 2px);
background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 0px, #fff 2px, #fff 2px);
}
/*L字型*/
.post .lh3 h3 {
  padding: .25em 0 .5em .75em;
  border-width: 0 0 1px 5px;
  border-color: #1a1a1a;
}

/*左にボックス×２付き*/
.post .box2 h3 {
	position: relative;
	padding-left: 30px;
	font-size:20px;
	color: #325A8C;
	border: none;
}
.post .box2 h3::before,
.post .box2 h3::after{
	content: "□";
	position: absolute;
}
.post .box2 h3::before{
	left:0;
	top:10px;
}
.post .box2 h3::after{
	left: 5px;
	top: 16px;
	color: #A1B8D1;
}
/*装飾なし*/
.post .simpleh3 h3{
	background: none;
	color:#1a1a1a;
	border:none;
} 

h3 a {
	color: #333;
	font-weight:800;
	text-decoration:none;
	
}
.textwidget h3 {
    margin: 0 0 10px 0;
    padding: 15px 8px;
    border-width: 3px 0 3px 0;
    border-color: #1a1a1a;
    border-style: solid;
    line-height: 140%;
    font-weight: bold;
    color:#1a1a1a;	
}

/*======================================
 見出し4デザイン
======================================*/
.post h4{
margin-bottom:10px;
position: relative;
padding: 10px 10px 10px 1.4em;
line-height: 1.4em;
color: #1a1a1a;
}
.post h4:before{ 
font-family: FontAwesome;/*忘れずに*/
content: "\f054";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.4em;/*サイズ*/
left: 0;/*アイコンの位置*/
}
/*左にキューブアイコン*/
.post .cube-icon h4{
margin-bottom:10px;
position: relative;
padding: 10px 10px 10px 1.4em;
line-height: 1.4em;
color: #1a1a1a;
}
.post .cube-icon h4:before{ 
font-family: FontAwesome;/*忘れずに*/
content: "\f1b2";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.2em;/*サイズ*/
left: 0;/*アイコンの位置*/
}

/*左だけボーダー*/
.post .left-border h4 {
  padding: .5em 0 .5em .75em;
  border-width: 0 0 0 3px;
  border-color: #1a1a1a;
  border-style: solid;
}
.post .left-border h4:before{ 
	content: "";
}

/*左だけボーダー(細め)*/
.post .left-thin-border h4 {
  padding: .5em 0 .5em .75em;
  border-width: 0 0 0 1px;
  border-color: #1a1a1a;
  border-style: solid;
}
.post .left-thin-border h4:before{ 
	content: "";
}
/*文字色のみ変更*/
.post .trans-color h4{
	background: none;
	color:#1a1a1a;
	border:none;
	padding: 10px 10px 10px 10px;
} 
.post .trans-color h4:before{ 
	content: "";
}

/*装飾なし*/
.post .simpleh4 h4{
	background: none;
	color:#1a1a1a;
	border:none;
	padding: 10px 10px 10px 10px;
} 
.post .simpleh4 h4:before{ 
	content: "";
}

.post h5{
margin-bottom:10px;
font-size:16px;
}
.wp-caption-text a,.wp-caption-text{
font-size:12px;
color:#ccc;
}



/* 関連記事の文字 */
.point {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 20px 0 20px;
	margin-bottom: 5px; 
	line-height: 28px;
	color: #292929;
}

  
   
   
    

/* 記事タイトル下 */
.blogbox p {
	font-size: 16px;
	font-weight:800;
	margin: 0px;
	line-height: 0px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	padding: 1px 5px;
	
}
.blogbox {
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	padding: 3px 5px;
	border-radius:0px;
	background: #ff7f50;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;	
}
span.kdate {
    font-size: 12px;
}

/* 引用 */
.post blockquote {
	background-color: #fff;
	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: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-style : solid;
        border-width : 1px;
	border-color : #cecece;
	border-radius: 3px;
}
/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	background-color: #f8f8ff;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-style : solid;
        border-width : 5px;
	border-color : #808080;
        padding : 5px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}

/*　フッターの見出しの色　*/
footer h4 a {
	color: #cccccc;
	text-decoration: none;
}

footer h4 p {
	color: #666;
	text-decoration: none;
}

/*フッターナビの色*/
#footer-navi p {
	color: #ffffff;
}
/* フッターのブログタイトルの文字色 */
#footer h3 {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 10px;
}

/*フッターリスト表示*/ 

#footer_w ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 auto;
	text-decoration:none;
}

#footer_w ul li a{
	width:300px;
	margin: 5px auto;
	padding: 5px auto;
	text-decoration:none;
	border-bottom: dashed 0.5px #fff;
} 



/* フッターcopyrightの文字色 */
#footer .copy {
	font-size: 12px;
	color: #cccccc;
	line-height: 15px;
}

#footer .copy a{
	color: #AC1B4E;
}

/* フッターのテキストの色　*/
#footer p {
	font-size: 14px;
	color: #f5f5f5;
}

/*　フッターのリンクテキストの色　*/	
	#footer_w a {
		font-size: 14px;
		color: #b0c4de;
	}

/*　フッターのリンクテキストマウスオン時の色　*/	
	#footer_w a:hover {
		color: #ffccff;
	}
	
/* フッターの背景色　*/
#footer {	background: #997a3d;
	}


/* フッターの背景のサイズ　*/	
	#footer_w {
		width: 2000px;
		margin: 20px auto;
		text-align: left;
	}



/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* 記事一覧の１記事１記事の箱　*/

h2.toppage {
    background: #fff;
    color: #1a1a1a;
    text-align: center;
}

#topnews dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top:0.5px solid #dcdcdc;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;	
	margin-top:-1px;
}

/* 記事一覧をクリック可能にする　*/

#topnews dl.clearfix:hover {
	text-decoration: none;
	background: #ffffff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	cursor : pointer ;
}
#topnews dl.clearfix {
	padding : 10px ;
	margin-bottom : 0 ;
        margin-left: -20px;
	margin-right: -20px;
}

/* 左側（画像） */
.trim {
    width: 45%;
    height: 100px;
    overflow: hidden;
}

#topnews dt {
	float: left;
	width: auto;
	padding-top: 3px;
	position:relative;
}
#topnews dt img {
	 width: 100%;
}
#topnews dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#topnews dt .category_info p {
    z-index: 9999;
    background: #1a1a1a;
    padding: .01em .5em;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
	margin: 3px 0 0 0;
    font-size: .5em;
	max-width: 100%;
	display:inline-block;
}
/* 右側 */
#topnews dd {
    float: left;
    padding-top: 0px;
    padding-left: 47%;
    margin-top: -100px;
}

#topnews  dd .category_info {
	height:24px;
	margin-bottom: 3px;
}


#topnews dd .category_info a{
	display: inline-block;
	margin:0 0 2px 0;
	padding: 2px 3px;
	background: #ffa280;
	color: #fff;
	border-radius: 0.15em;	
	font-size: 10px;
	text-decoration: none;
}


#topnews  dd .category_info a:hover {
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background-color : #cfe6e6;
	cursor : pointer ;
}



#topnews dd .category_info p{
	display: inline;
	margin-bottom: 0px;
	float: left
}

/* タイトル */
#topnews .clearfix dd h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}
#topnews .clearfix dd h3 a {
	line-height:1.5em;
	font-size:1em;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	float:left;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}

/* 一覧タイトル下 */

.blog_info p a {
	color: #666;
	text-decoration: none;
}

#topnews .clearfix dd .blog_info p{
	float: left;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 15px;
    margin: 2px 0;
    padding: 0px 2px;
}




/*--------------------------------
サイドバー
---------------------------------*/
#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

#side aside ul li a{
	list-style-type: none;
	text-decoration:none;
	font-weight:600;	
}


/*サイドバーリスト*/
#side aside ul li ul li a:before {
 content: "\F105";
 font-family: "FontAwesome";
 font-size: 18px;
 text-decoration:none;
 color:#000000;
 width: 1.5em;
 height: 1.5em;
 position: absolute;
 left: 0.3em;
 top: 0;
}

#side aside ul li a:hover:before {
  font-size: 24px;
}

#side aside ul li ul li a {
 padding-left:20px;
}

li.recentcomments a:before {
    display: none;
}

/* サイドバーの見出し */
#side aside h4 {
	font-size: 14px;
	font-weight: bold;
	background:#f0e68c;
	color:#1a1a1a;
	padding:5px 5px 5px 10px;
	margin:10px 0px 10px 0px; 
	line-height: 33px;
	border-radius: 0.15em;	
}

#side aside #mybox ul li ul li {
	color:#1a1a1a;
	font-size: 14px;
	line-height: 27px;
}
#side aside #mybox ul {
	color:#1a1a1a;
	margin-bottom: 10px;
}

/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
.kanren h5 a{
	font-size:14px;
	font-weight:bold;
}

.kanren {
	float: left;
	width: 100%;
	margin: 0 auto 20px auto;
	}

.kanren dl{
    float: left;
    background: none;
    width: 48%;
    height: 230px;
    margin: 5px 0 0 0;
    padding: 0 3px;
}
.kanren dl.clearfix {
    padding: 0 3px;
    margin: 0;
}
.kanren .clearfix dt .blog_info {
    display:none;
}
.kanren-trim {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.kanren dt {
	overflow: hidden;
	float: left;
        width: 100%;
        margin: 0 auto;
        padding:5px 0px 0px;
}
.kanren dt .kanren_img {
     height: auto;
    width: 100%;
}
.kanren dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.kanren dd{
	width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.kanren .clearfix dd p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.kanren .clearfix dd h5 a {
	font-weight:500;
	text-align:left;
	font-size: 14px;
	color: #333;
	font-weight:500;
	text-decoration: none;
	margin-top: 5px;
}


.kanren .clearfix dd h5 a:hover {
	color: #6495ed;
}


/* 記事下の関連記事＆最新記事の日付・カテゴリー設定　*/


.kanren .clearfix dt .blog_info{
	text-align:center;
	padding: 2px 5px;
	margin-bottom:5px;
	background: #ffa280;
	color: #ffffff;
	border-radius: 0.15em;	
	font-size: 11px;
	text-decoration: none;
}

#under-cta{
	clear:both;
}
#before-footer-inner{
	clear:both;
}

/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	border-color: #c0c0c0;
	margin-bottom:20px;
	width:100%;
}
table tr td {
	padding: 10px;
	background:#f5f5f5;
	border-color: #f5f5f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	font-size: 16px;
	line-height: 18px;
}

table th {
	padding: 10px;
	background:#f5f5f5;
	border-color: #f5f5f5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	font-size: 16px;
	line-height: 18px;
}

.post table tr td p{
	font-size: 16px;
	line-height: 18px;
}
.post table tr:nth-child(even) {
	background-color:#f3f3f3;
	}

.post submit {
	background-color: #a9a9a9;
	color: #333333;
	width: 95%;
	font-size: 18px;
	padding: 10px 5px;
	border-radius: 4px;
	
}

.post link:hover {
	border-bottom:1px dotted #1393ff;
}

.input[type="submit"] {
	width: 20%;
	font-size: 100%;
	padding: 4px;
	background: #e6e6fa;
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.input[type="submit"]:hover {
	background: #66cdaa;
}

#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;
}






/*画像 */
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: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post ul li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.9em;
	text-indent:-0.5em;
	padding-left:1em;
}

.post ul li:before {
	content: '';
    width: 9px;
    height: 9px;
    margin-right: -1px;
    display: inline-block;
    border-radius: 100%;
    background: #20B97B;
    position: relative;
    left: -16px;
    top: -1px;
}

.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.post ol li {
	line-height: 27px;
}

/*　固定ページ１カラムをトップにした時のリスト*/
.page-template-page-one-column main ul {
	list-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.page-template-page-one-column main ul li {
	font-size: 17px;
	line-height: 27px;
	text-indent:-0.5em;
	padding-left:1em;
}

.page-template-page-one-column main ul li:before {
	content: '';
	width: 9px;
	height: 9px;
	margin-right:.85em;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -10px;
	top: -3px;
}

.page-template-page-one-column main ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.page-template-page-one-column main ol li {
	line-height: 27px;
}






/*-----　ナビゲーションメニュー　---*/
#xs-menu-btn {
margin: 0 10px;
padding: 10px 0;
overflow: hidden;
}
#xs-menu-btn span.op {
padding: 8px 6px;
float: right;
text-align: right;
cursor: pointer;
}
#xs-navigation {
display: none;
width: 100%;
border-top: 2px solid #333;
background: #cccccc;
position: absolute;
left: 0;
}
#xs-navigation li {
line-height: 30px;
}
#xs-navigation li a {
font-size: 14px;
display: block;
padding: 4px 40px 4px 16px;
background: #cccccc;
border-bottom: 1px solid #ddd;
text-decoration: none;
position: relative;
}
#xs-navigation li a:hover {
color: #cccccc;
background: #333;
}
#xs-navigation li a:after {
color: #bbb;
position: absolute;
top: 50%;
right: 0;
margin: -12px 0 0;
width: 24px;
height: 24px;
line-height: 24px;
content: ">";
}
#xs-navigation li ul li a {
font-size: 80%;
padding: 0 24px;
}
#xs-navigation li ul li ul li a {
padding: 0 32px;
}
#xs-navigation li ul li ul li ul li a {
padding: 0 40px;
}
 
#main-navigation ul{
position: relative;
left:50%;
float: left;
}

#main-navigation ul li {
list-style: none;
padding: 0px 10px;
font-size: 13px;
display: block;
position: relative;
left:-50%;
float: left;
}

#main-navigation ul li a{
	padding:10px 10px;
}




/*スマホ用　*/

.acordion_tree li a {
    padding: 10px 25px;
    text-decoration: none;
}



/*-------------------------------------------------------
  ナビゲーションメニューのカスタマイズはここ
-------------------------------------------------------*/

#main-navigation li a {
text-align: center;
float: center;
text-decoration: none;
padding: 5px 10px;
display: block;
font-size: 15px;     /* ←メニューの文字の大きさ「例：font-size: 16px; 」*/
font-weight: 500;
color: #1a1a1a;
transition: all 0.3s ease;
}

#main-navigation li a:hover {
color: #ff4400;                /* ←メニューの文字にマウスオン時の文字色「例：color: #1a1a1a; 」*/
background:#ffc7b3;     /* ←メニューにマウスオン時の背景色「例：color: #1a1a1a; 」*/
}

#main-navigation li a span {
font-size: 10px;
font-weight: normal;
display: block;
}

#main-navigation li ul a {
	left:50%;
	display: inline;
	float: left;
	font-weight: 500;
	color:#ffffff;         /* ←ドロップダウンメニューの文字色「例：color: #1a1a1a; 」*/
	text-decoration: none;
}

#main-navigation li ul {
display: none;
background: #0b0b33;
font-size: 11px;
border-top: 1px #ccc;
border-bottom: 1px #ccc;
border-radius:2px;
padding: 0px;
position: absolute;
top: 100%;
left: 0%;
margin: 0 0 0 -1px;
z-index: 999;
}



#main-navigation li ul li {
width: 100%;
margin:0;
padding:0;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}

#main-navigation li ul li a {
width: 240px;
text-align: left;
padding: 10px 10px;
border-top: 1px dotted #fff;
margin-top:-1px;
}

#main-navigation li ul li ul {
top: 0;
left: 100%;
margin: 0;
}
#main-navigation li ul li ul li a {
    margin-left: 125px;
    background: #aaa;
}

#main-navigation li ul li ul {
    background: none;
}
/*--ここからフッターナビのデザイン--*/

#footer-navigation ul{
position: relative;
left:50%;
float: left;
}

#footer-navigation ul li {
list-style: none;
padding-left: 0;
font-size: 13px;
display: inline;
position: relative;
left:-50%;
float: left;
}

#footer-navigation li a {
text-align: center;
float: center;
border-left:0.5px solid #CCC;
border-right:0.5px solid #CCC;
margin: 10px -1px 10px 0;
text-decoration: none;
padding: 0px 10px;
display: block;
font-size: 12px;     /* ←メニューの文字の大きさ「例：font-size: 16px; 」*/
font-weight: 500;
	color: #ffffff;
}

#footer-navigation li a:hover {
color: #ccc;                /* ←メニューの文字にマウスオン時の文字色「例：color: #1a1a1a; 」*/
background:none;     /* ←メニューにマウスオン時の背景色「例：color: #1a1a1a; 」*/
}



/*-----------------------------------
サイドバーリスト表示
------------------------------------*/  
  #side aside #mybox ul li ul li {
  font-size: 14px;
  color:#333333;
  line-height: 28px;
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 10px;
   overflow:hidden;
}
/*--------------------------------
検索フォーム
---------------------------------*/
#search{
	position:relative;
}

#side aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
height: 45px;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 0 5px #c7c7c7 inset;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #fff;
    z-index: 10;
    padding: 10px 50px 10px 5px;
    width: 100%;
    box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0;
	background-color: #fff;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 38px;
	height: 38px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}

/*--------------------------------
　サイト右上部の検索フォーム
---------------------------------*/
#header-right-upper{
	height:30px;
	padding-right:10px;
	margin:0 0 5px 0;
}

#header-right-upper #search {
	margin-left: auto;
	padding-bottom: 0px;
	position: relative;
	width: 200px;
	
}
#header-right-upper #s {
    position: absolute;
    right: 30%;
    height: 30px;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #e6e6e6;
    z-index: 10;
    padding: 10px 45px 10px 5px;
    width: 100%;
    box-sizing: border-box;
    transition: all .5s;
}

#header-right-upper #s:focus {
  cursor: text;
  opacity: 1;
  width: 250px;
}

#header-right-upper #searchsubmit {
	border-radius: 0;
	background-color: #e6e6e6;
	position: absolute;
	right: 32%;
	top: 3px;
	width: 23px;
	height: 23px;
	z-index: 20;
}




/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 18px;
	line-height: 18px;
	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;
	border: 1px solid #45b0e6;
	color: #45b0e6;
	background-color: #fff;
}
.pagination a:hover {
	color: #fff;
	background-color: #333333;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	border-radius: 0px;
	color: #fff;
	background-color: #45b0e6;
}


/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
}
#breadcrumb a {
	color: #333;
	text-decoration: none;
}
#breadcrumb {
	padding: 15px 0 5px;
	margin-left:0;
	margin-top: 0;
	margin-bottom:0;
	margin-right:0;
	clear: both;
}
div#breadcrumb a {
	color: #333;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #333;
	text-decoration: none;
}
/*--------------------------------
SNS
---------------------------------*/
.share{
	width: 107%;
}
.share h4{
	font-size:120%; 
	text-align:center;
}
ul.clearfix {
    padding: 0;
}
.sns{
	margin: 0 auto 15px auto;
    text-align: center;	
}
.sns ul {
	list-style:none;

}
.sns ul li {
    padding-left: 0;
}
.sns li {
	float:left;
	width: 18%;
    margin: 0 1% 0 0;
}
.sns li a {
	font-size:80%;
	position:relative;
	display:block;
	padding: 8px;
	color:#fff;
	border-radius:3px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	
}
.sns li a:hover {
	box-shadow:none;
}
.sns ul.clearfix {
    list-style: none;
}
/*======================================
 SNSボタン
======================================*/

/* ツイッター */
.sns .twitter a {
	background:#00acee;
	border: 2px solid #00acee;
	
}
.sns  .twitter a:hover {
	background:#fff;
	border: 2px solid #00acee;
	color:#00acee;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
	border: 2px solid #3b5998;
	
}
.sns .facebook a:hover {
	background:#fff;
	border: 2px solid #3b5998;
	color:#3b5998;
}

/* グーグル */
.sns .googleplus a {
	background:#db4a39;
	border: 2px solid #db4a39;
	
}
.sns  .googleplus a:hover {
	background:#fff;
	border: 2px solid #db4a39;
	color:#db4a39;
}

/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
	border: 2px solid #5d8ac1;
	
}
.sns .hatebu a:hover {
	background:#fff;
	border: 2px solid #5d8ac1;
	color:#5d8ac1;
}

/* LINE */
.sns  .line a {
	background:#25af00;
	border: 2px solid #25af00;
	
}
.sns .line a:hover {
	background:#fff;	
	border: 2px solid #25af00;
	color:#25af00;
}

/* Pocket */
.sns  .pocket a {
	background:#f03e51;
	border: 2px solid #f03e51;
}
.sns  .pocket a:hover {
	background:#fff;
	border: 2px solid #f03e51;
	color:#f03e51;
}

/* RSS */
.sns  .rss a {
	background:#ffb53c;
	border: 2px solid #ffb53c;
}
.sns  .rss a:hover {
	background:#fff;
	border: 2px solid #ffb53c;
	color:#ffb53c;
}

/* Feedly */
.feedly {
	margin: 0px;

}
li.feedly {
    font-size:1.2em;
    margin: 0px;
    width: 100%;
    list-style: none;
}
.sns  .feedly a {
	font-size: 1.0em;
    background: #87c040;
	margin:15px 0 0;
}
.sns  .feedly a:hover {
	background:#74a436;
}
.feedly ul.clearfix {
    margin-top: -20px;
	padding-right: 0;

}

/*--------------------------------
カレンダー
---------------------------------*/
#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: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	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: 25px;
    right: 0px;
    font-size: 30px;
}
#page-top a {
    background: #4f4f70;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    display: block;
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 9999;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
.fa-caret-up:before {
    content: "\f106";
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	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: 20px;
    color: #333;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
cite.fn a {
    margin-left: 22px;
}

.says {
	display: none;
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	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;
}
#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.children {
	padding-left: 10px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}
#comments ol li:before {
    display: none;
}
ol.commets-list {
    background: #f3f3f3;
    padding-bottom:10px;
}
.comment-author.vcard img {
    margin-left: -15px;
　　padding-top: 30px;
}
    
cite.fn {
    padding-left: 25px;
}


a.comment-edit-link {
	 display: none;
    float: left;
    margin-left: 140px;
}
.comment-meta.commentmetadata a {
    padding-left: 75px;
    float: left;
    margin-top: -40px;
}


#comments p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px;
    color: #333;
    padding: 5px 0;
    margin-left: -1em;
    text-indent: 0em;
}

a.comment-reply-link {
    padding-left: 30px;
}

.commentmetadata {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: -30px;
}

 /*返信スタイル*/

#comments ul.children {
    background:#FFF;
    margin: 10px;
    margin: -10px 20px 20px -5px;
}

#comments ul.children img {
	float: left;
    padding: 10px 0 0 0;
    margin-right: -10px;
}

#comments ul.children cite.fn {
    padding-left: 25px;
    float: left;
    margin-top: 15px;
}

#comments ul.children span.says {
	    display: none;
    padding-left: 25px;
    margin-top: 15px;
    float: left;
}
#comments ul.children .comment-meta.commentmetadata a {
    float: left;
    padding-left: 45px;
    text-align: left;
    text-indent: .1em;
    margin-top: -40px;
}

#comments ul.children a.comment-reply-link{
	display:none;

}


/*コメントを残す*/

h3#reply-title {
    margin-top: 20px;
}

/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments h3 {
	background: #666666;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 0px 10px 50px;
	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: #666666;
	color: #ffffff;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	left:0%;
	width: 50px;
	color: #666;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}

/*-----------------------------------------
　ショートコードボタン 
-----------------------------------------*/

/******************
 デフォルトボタン
******************/
.btn-wrap{
margin:1.5em 0 2em;
}
.btn-wrap.aligncenter{
text-align:center;
}
.btn-wrap a{
display:inline-block;
text-decoration:none;
padding:0.9em 2.3em;
background: #3cb371;
border:2px solid #3cb371;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
}

.btn-wrap a:hover{
background:none;
border:2px solid #3cb371;
color:#3cb371;
box-shadow:none;
}
/******************
 デフォルトボタン(長さ固定1）
******************/
.btn-wrap.kotei1 a{
font-weight:bold;
display:inline-block;
width: 75%;
    max-width: 200px;
    margin: 0 1%;
text-decoration:none;
font-size:.65em;
padding:0.9em 1.0em;
background: #3cb371;
border:1px solid #3cb371;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
color:#fff;
}

.btn-wrap.kotei1 a:hover{
background:none;
border:1px solid #3cb371;
color:#3cb371;
font-weight:bold;
}
/******************
 デフォルトボタン(長さ固定2）
******************/
.btn-wrap.kotei2 a{
font-weight:bold;
display:inline-block;
width: 75%;
    max-width: 200px;
    margin: 0 1%;
text-decoration:none;
font-size:.65em;
padding:0.9em 1.0em;
background: #3cb371;
border:1px solid #3cb371;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
color:#fff;
}

.btn-wrap.kotei2 a:hover{
background:none;
border:1px solid #3cb371;
color:#3cb371;
font-weight:bold;
}

/******************
　ボタン（ゴースト）
******************/

.btn-wrap.ghost a{
display:inline-block;
text-decoration:none;
padding:0.9em 2.3em;
background: none;
border:2px solid #3cb371;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#3cb371;
}

.btn-wrap.ghost a:hover{
background:#3cb371;
color:#fff;
font-weight:bold;
box-shadow:none;
}

/******************
　ボタン（スペシャル）
******************/
.btn-wrap.spe a {
	display:inline-block;
	text-decoration:none;
	padding:0.9em 2.3em;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	display: inline-block;
	text-align: center;
	outline: none;
}

.btn-wrap.spe a:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
	font-weight:bold;
}

.btn-wrap.spe a::before,
.btn-wrap.spe a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.btn-wrap.spe a::before {
	right: 0;
}
.btn-wrap.spe a::after {
	left: 0;
}
.btn-wrap.spe a:hover::before,
.btn-wrap.spe a:hover::after {
	width: 0;
	background-color: #59b1eb;
}

.btn-wrap.spe a,
.btn-wrap.spe a::before,
.btn-wrap.spe a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/******************
　ボタン（ゴーストスペシャル）
******************/
.btn-wrap.ghostspe a {
	display:inline-block;
	text-decoration:none;
	padding:0.9em 2.3em;
	position: relative;
	z-index: 2;
	background: none;
	border: 2px solid #59b1eb;
	color: #59b1eb;
	display: inline-block;
	text-align: center;
	outline: none;
}

.btn-wrap.ghostspe a:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
	font-weight:bold;
}

.btn-wrap.ghostspe a::before,
.btn-wrap.ghostspe a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.btn-wrap.ghostspe a::before {
	right: 0;
}
.btn-wrap.ghostspe a::after {
	left: 0;
}
.btn-wrap.ghostspe a:hover::before,
.btn-wrap.ghostspe a:hover::after {
	width: 0;
	background: none;
}

.btn-wrap.ghostspe a,
.btn-wrap.ghostspe a::before,
.btn-wrap.ghostspe a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/******************
　ボタン（スペ２）
******************/
.btn-wrap.spe2 a {
	display:inline-block;
	text-decoration:none;
	padding:0.9em 2.3em;
	position: relative;
	z-index: 2;
	background:none;
	border: 2px solid #59b1eb;
	color: #fff;
	text-align: center;
	outline: none;
}

.btn-wrap.spe2 a:hover {
	background-color: #fff;
	border-color: #333;
	color: #fff;
	font-weight:bold;
}

.btn-wrap.spe2 a::before,
.btn-wrap.spe2 a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.btn-wrap.spe2 a::before {
	top: 0;
}
.btn-wrap.spe2 a::after {
	bottom: 0;
}
.btn-wrap.spe2 a:hover::before,
.btn-wrap.spe2 a:hover::after {
	height: 0;
	background-color: #fff;
}

.btn-wrap.spe2 a,
.btn-wrap.spe2 a::before,
.btn-wrap.spe2 a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	transition-delay:.1s;
}
/******************
　ボタン（ズームイン）
******************/
.btn-wrap.zoomin a {
	display:inline-block;
	text-decoration:none;
	padding:0.2em 2.3em;
	position: relative;
	z-index: 2;
	background:none;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn-wrap.zoomin a:hover {
	color: #fff;
}
.btn-wrap.zoomin a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.3);
	transform: scale(.3);
}
.btn-wrap.zoomin a:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btn-wrap.zoomin a::before,
.btn-wrap.zoomin a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-wrap.zoomin a,
.btn-wrap.zoomin a::before,
.btn-wrap.zoomin a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/******************
　ボタン（上からパタっと下りてくる）
******************/
.btn-wrap.down a {
	display:inline-block;
	text-decoration:none;
	padding:0.2em 2.3em;
	position: relative;
	z-index: 2;
	border: 2px solid #333;
	color: #333;
	background:none;
	line-height: 50px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn-wrap.down a:hover {
	color: #fff;
}
.btn-wrap.down a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.btn-wrap.down a:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}
.btn-wrap.down a::before,
.btn-wrap.down a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-wrap.down a,
.btn-wrap.down a::before,
.btn-wrap.down a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/******************
　ヘッダーボタン
*******************/
.hbtn-wrap{
margin:1.5em 0 2em;
}

.hbtn-wrap a{
display:inline-block;
text-decoration:none;
padding:0.9em 2.3em;
background: #3cb371;
border:2px solid #3cb371;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
font-size:.75em;
}

.hbtn-wrap a:hover{
background:none;
border:2px solid #3cb371;
color:#3cb371;
box-shadow:none;
}
/******************
　ヘッダーボタン(白透明）
*******************/
.hbtn-wrap.ghost{
margin:1.5em 0 2em;
}

.hbtn-wrap.ghost a{
display:inline-block;
text-decoration:none;
padding:0.9em 2.3em;
background: none;
border:2px solid #fff;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
}

.hbtn-wrap.ghost a:hover{
background: none;
border:2px solid #a9a9a9;
color:#a9a9a9;
box-shadow:none;
}
/******************
　ボタン（スペシャル）fb
******************/
.btn-wrap.fb a{
display:inline-block;
text-decoration:none;
padding:0.5em 1.5em;
background-color: #305097;
border:2px solid #305097;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
width:250px;
}

.btn-wrap.fb a:hover{
background:#4169e1;
border:2px solid #4169e1;
color:#fff;
font-weight:bold;
box-shadow:none;
}

/******************
　ボタン（スペシャル）TW
******************/
.btn-wrap.tw a{
display:inline-block;
text-decoration:none;
padding:0.5em 1.5em;
background-color: #00aced;
border:2px solid #00aced;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
width:250px;
}

.btn-wrap.tw a:hover{
background:#4169e1;
border:2px solid #4169e1;
color:#fff;
font-weight:bold;
box-shadow:none;
}

/******************
　ボタン（スペシャル）instagram
******************/
.btn-wrap.insta a{
display:inline-block;
text-decoration:none;
padding:0.5em 1.5em;
background-color: #3f729b;
border:2px solid #3f729b;
-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 2px;   /* Firefox用 */
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
color:#fff;
width:250px;
}

.btn-wrap.insta a:hover{
background:#4169e1;
border:2px solid #4169e1;
color:#fff;
font-weight:bold;
box-shadow:none;
}
.btn-wrap.aligncenter.fb {
    margin-bottom: -10px;
}
.btn-wrap.aligncenter.tw {
    margin-bottom: -10px;
    margin-top: -5px;
}
.btn-wrap.aligncenter.insta {
    margin-bottom: -10px;
    margin-top: -5px;
}

/* ショートコードで補足説明を追加 */
.surround{
	background:#f0e9a8;
	font-size: 1.0em;
	line-height:1.8em;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:2px;
	border: 1px solid #f0e68c;
	border-color: #f0e9a8;
}
.surround p{
	margin-bottom:.8em;
}
.surround p:last-child{
	margin-bottom:0;
}

.surround.yellow{
	background: #fff282;
	border-color: #fff282;
}

.surround.pink{
	background: #ffa0df;
	border-color: #ffa0df;
}

.surround.sky{
	background: #aef7ff;
	border-color: #aef7ff;
}

.surround.orange{
	background: #ffc0a9;
	border-color: #ffc0a9;
}

.surround.lime{
	background: #98fb98;
	border-color: #98fb98;
}

.surround:before{
	display:inline-block;
	margin-right:.3em;
	font-size: 1.2em;
}

.surround.boader:before{content: none;}
.surround.boader{
	border-color: #c5c5c5;
	background:none;
}
/*トピックボックス黒*/
.topic-box {
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #1a1a1a;
}

.topic-title {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #1a1a1a;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
/*トピックボックス（gray）*/
.topic-box.gray{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
}

.topic-title.gray {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #8c8c8c;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
/*トピックボックス（red）*/
.topic-box.red{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #EF5350;
}
.topic-title.red {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #EF5350;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
/*トピックボックス（blue）*/
.topic-box.blue{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #2196F3;
}
.topic-title.blue {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #2196F3;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
/*トピックボックス（green）*/
.topic-box.green{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #00b786;
}
.topic-title.green {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #00b786;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}

/*トピックボックス（pink）*/
.topic-box.pink{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #F06292;
}
.topic-title.pink {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #F06292;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}

/*トピックボックス（orange）*/
.topic-box.orange{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #FF5722;
}
.topic-title.orange {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #FF5722;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}

/*トピックボックス（yellow）*/
.topic-box.yellow{
    position: relative;
    background: #fff;
    padding: 25px 10px 0;
    margin: 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #FFAB00;
}
.topic-title.yellow {
    position: absolute;
    top: -17px;
    left: 14px;
    background: #FFAB00;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}


/*----------------------------------------------
　ショートコードここまで
-----------------------------------------------*/


#entry{ padding:10px -10px;
}



#header-upper-area{
	max-width: 100%;
	padding: 0;
	background:#FFFFFF;
	margin: 0 auto;
}

#logo-area {
	max-width: 1200px;
	padding: 0 10px 5px;
	margin: 0 auto ;
}

#accordion{
	max-width: 100%;
	border-top: 1px #ccc;
	border-bottom: 1px #ccc;
	padding: 10px 0;
	margin: 0 auto;
	background:#ff6347;
}

#accordion a:hover{
	background:#b0c4de;
}


#header-gazou-area
{
	max-width: 2500px;
	padding: 0;
	margin: 0 auto;
}

#navi-large-area{
	text-align: center;
	max-width: 100%;
	padding: 0;
	background:#808080;
	margin: 0 auto;
	border-top: solid 1px #1a1a1a;
    border-bottom: solid 1px #1a1a1a;
}


#navi-area {
	text-align: center;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}



#top-upper {
	float: center;
	max-width:1200px;
	padding: 0 auto;
	margin: 15px auto 0px auto;
}

#top-upper-3colomn {
	width:auto;
	max-width:100%;
	margin: 0px auto 5px auto;
}
#top-upper-3colomn-inner{
	max-width:1200px;
	float:none;
	margin: 0px auto 5px auto;
}
#top-under{
	max-width:1200px;
	margin: 0px auto 5px auto;
	float:left;
}

#1-column {
	max-width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}


#cta-area {
	margin: 0px -30px;
	padding:0px 20px;
	border-width:0;
	border-color:#029EBC;
	border-style:solid;
	background:#80CEDD;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	clear:both;
}

#cta-area p{
	color:#ffffff;
}





header {
	text-align: center;
}
#gazou {
height: auto;
max-width: 100%!important;
}
#gazou p {
	margin: 0px;
}

section {
	padding-top: 1em;
	margin-bottom: 3em;
}
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.ad {
	padding-bottom: 10px;
}




/* フッターの背景のサイズ画面いっぱい　*/		
html {
		overflow: auto;
	}
	
	body {
		overflow: hidden;
	/*はみ出た部分をどうするか*/
	}
	
	footer {
		margin: 0 -200%;

	/* マージンを追記 */
		padding: 20px 200%;
	
	/* マージンで横にはみ出した部分を戻す */
	}

#side aside a{
	font-wight:900;
	color: #333333;
}
#side aside a:hover{
	color: #6495ed;
}

.end-tag {
	font-size: 16px;
	font-weight:800;
	margin: 0px;
	line-height: 0px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	padding: 1px 5px;
	
}
#tagst p{
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	padding: 1px 5px;
	border-radius:3px;
	background: #ff7f50;
	margin-top:5px;
	font-weight:bold;
	padding: 5px 5px 0 5px;
}

/*フッター3カラムウィジェットの設定　スマホ時　*/
#footer_w{
		float: left;
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 0 8px;
	}



.footer_s {
		margin: 0 auto 20px auto;
		max-width: 300px;
		padding: 0 10px;
	}


#footer {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}

/*フッターの見出し スマホ時　*/
	#footer_w h4 {
		font-size: 95%;
		font-weight:bold;
		text-align: center;
		color: #f5f5f5;
		margin: 10px 0 10px;
		padding: 0 0 3px 0;
	}

/*------------------------------------
　スマホ専用ナビ
------------------------------------*/

#spnaviwrap{	
	padding: 2px 0px;
	text-align:center;
	background: none;
}
#spnaviwrap .spnavi ul li{
	float:left;
	display: block; 
	width: 300px;
	max-width: 49%;
	height: 40px;
	margin: 1px 1px 1px 2px;

}

#spnaviwrap .spnavi ul li {
padding: 0;
}


#spnaviwrap .spnavi ul li a{
	/* 要素を上下左右中央寄せにするここから*/
	display: block;   
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/* 要素を上下左右中央寄せにするここまで*/
	padding:10px 18px;
	background: #c6c6c6;
	color:#333;	
	font-size:12px;
	font-weight:bold;
	border-radius: 3px;
}


/* 画像配置 左 */
img.alignleft {
        text-align: left;
}

/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}



#article-up{
	padding-top:10px;
	margin:-20px;
}

#article-down{
	padding-top:10px;
}

/*====================================================
 ショートコードで吹き出しデザイン(領域１）
=====================================================*/
/* ショートコードで吹き出しデザイン */

.voice p {
	margin:0;
	padding:10px 15px;
}
.voice {
	margin-bottom:20px;
	position:relative;
}
.voice.r {
	padding-right:90px;
	padding-bottom:10px;
}
.voice.l {
	padding-left:80px;
	padding-bottom:10px;
}

.voice .voice-box {
	width: 100%;
    margin-left: 10px;
    margin-right: 30px;
}


.voice .voice-box #voice-r {
	position: relative;
	display: inline-block;
	margin: 0 30px 20px 0;
	width: 98%;
	color: #000;
	background: #fff;
	z-index: 0;
	border: 3px solid #e8e8e8;
	text-align:left;
	border-radius:8px;
	min-height:50px;
}

.voice .voice-box #voice-l {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	color: #000;
	width: 93%;
	background: #fff;
	z-index: 0;
	border:3px solid #e8e8e8;
	border-radius:8px;
	min-height:50px;
}


.voice .voice-box #voice-r:before {
	content: "";
	position: absolute;
	top: 30px;
	right: -6px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #fff;			
	z-index: 0;
}

.voice .voice-box #voice-r:after {
	content: "";
	position: absolute;
	top: 30px;
	right: -9px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 9px 9px;
	border-color: transparent transparent transparent #e8e8e8;
	z-index: -1;
}
 
.voice .voice-box #voice-l:before {
	content: "";
	position: absolute;
	top: 30px; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}

.voice .voice-box #voice-l:after {
	content: "";
	position: absolute;
	top: 30px; left: -11px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 9px 0;
	border-color: transparent #e8e8e8 transparent transparent;
	z-index: -1;
}

/*アイコン*/
.voice.r .img {
	width:50px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}

.voice.l .img {
	width:50px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.voice .img img {
	border-radius:50%;
	text-align:center;
	border:3px solid #e8e8e8;
	width:100%;
}

/* ショートコードで吹き出しデザイン */

.fbvoice p {
	margin:0;
	padding:10px 15px;
}
.fbvoice {
	margin-bottom:20px;
	position:relative;
}
.fbvoice.r {
	padding-right:90px;
	padding-bottom:10px;
}
.fbvoice.l {
	padding-left:80px;
	padding-bottom:10px;
}

.fbvoice .fbvoice-box {
	width: 100%;
    margin-left: 10px;
    margin-right: 30px;
}


 
.fbvoice .fbvoice-box #fbvoice-r {
	position: relative;
	display: inline-block;
	margin: 0 30px 20px 0;
	width: 98%;
	color: #fff;
	background: #2d5ae0;
	z-index: 0;
	border:3px solid #2d5ae0;
	text-align:left;
	border-radius:8px;
	min-height:50px;
}

.fbvoice .fbvoice-box #fbvoice-l {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	color: #000;
	width: 93%;
	background: #e0e0e0;
	z-index: 0;
	border:3px solid #e0e0e0;
	border-radius:8px;
	min-height:50px;
}


.fbvoice .fbvoice-box #fbvoice-r:before {
	content: "";
	position: absolute;
	top: 30px;
	right: -6px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #2d5ae0;			
	z-index: 0;
}

.fbvoice .fbvoice-box #fbvoice-r:after {
	content: "";
	position: absolute;
	top: 30px;
	right: -11px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 9px 9px;
	border-color: transparent transparent transparent #2d5ae0;
	z-index: -1;
}
 
.fbvoice .fbvoice-box #fbvoice-l:before {
	content: "";
	position: absolute;
	top: 30px; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #e0e0e0 transparent transparent;
	z-index: 0;
}

.fbvoice .fbvoice-box #fbvoice-l:after {
	content: "";
	position: absolute;
	top: 30px; left: -11px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 9px 0;
	border-color: transparent #e0e0e0 transparent transparent;
	z-index: -1;
}

/*アイコン*/
.fbvoice.r .img {
	width:50px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}

.fbvoice.l .img {
	width:50px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.fbvoice .img img {
	
	text-align:center;
	border:3px solid #D8D8D8;
	width:100%;
}

/* ショートコードで吹き出しデザイン */

.lnvoice p {
	margin:0;
	padding:10px 15px;
}
.lnvoice {
	margin-bottom:20px;
	position:relative;
}
.lnvoice.r {
	padding-right:90px;
	padding-bottom:10px;
}
.lnvoice.l {
	padding-left:80px;
	padding-bottom:10px;
}

.lnvoice .lnvoice-box {
	width: 100%;
    margin-left: 10px;
    margin-right: 30px;
}


 
.lnvoice .lnvoice-box #lnvoice-r {
	position: relative;
	display: inline-block;
	margin: 0 30px 20px 0;
	width: 98%;
	color: #2b2a2a;
	background: #69e02d;
	z-index: 0;
	border:3px solid #69e02d;
	text-align:left;
	border-radius:30px;
	min-height:50px;
}

.lnvoice .lnvoice-box #lnvoice-l {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	color: #2b2a2a;
	width: 93%;
	background: #fff;
	z-index: 0;
	border:2px solid #e0e0e0;
	border-radius:30px;
	min-height:50px;
}


.lnvoice .lnvoice-box #lnvoice-r:before {
	content: "";
	position: absolute;
	top: 28px;
	right: -6px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #69e02d;			
	z-index: 0;
}

.lnvoice .lnvoice-box #lnvoice-r:after {
	content: "";
	position: absolute;
	top: 28px;
	right: -11px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 9px 9px;
	border-color: transparent transparent transparent #69e02d;
	z-index: -1;
}
 
.lnvoice .lnvoice-box #lnvoice-l:before {
	content: "";
	position: absolute;
	top: 27px;
    left: -6px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}

.lnvoice .lnvoice-box #lnvoice-l:after {
	content: "";
	position: absolute;
	top: 27px;
    left: -9px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 9px 9px 0;
	border-color: transparent #D8D8D8 transparent transparent;
	z-index: -1;
}

/*アイコン*/
.lnvoice.r .img {
	width:50px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}

.lnvoice.l .img {
	width:50px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.lnvoice .img img {
	border-radius: 50%;
	border:2px solid #D8D8D8;
	text-align:center;
	width:100%;
}

.sns ul li:before {
	margin:0;
	display:none;
}

/*----------ol--------*/
.post ol {
	list-style: none;
	counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}




/*----------ol--------*/
ol {
	list-style: none;
    counter-reset: ol_li;
    list-style-position: inside;
    margin-bottom: 10px;
}

ol li{
    padding-left: 1.7em;
    text-indent: -1.7em;
    line-height: 1.8em;
}
ol li:before {
    text-align: center;
    text-indent: -33px;
    margin-right: -22px;
    padding-left: 0px;
    counter-increment: ol_li; /* ol_li カウンタの値に1加える */
	content: counter(ol_li); /* before擬似要素のcontentで出力 */
    color: #333;
    display: inline-block;
    width: 3.5em;
    height: 1em;
    font-weight: bold;
    font-size: 14px;
}
#speheader{
	display:none;
	overflow:hidden;
 	 background-image: url("");
  	 background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	height:300px;
	margin: 0px -100px 0px -100px;	
	font-size:10px;
}

#speheader-inner-center{
	text-align: center;
	max-width: 310px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#speheader-inner-left{
	text-align: left;
	max-width: 310px;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0 auto;
	
}

#speheader-inner-right{
	text-align: right;
	max-width: 310px;
	padding-top: 20px;
	padding-right: 10px;
	margin: 0 auto;
	
}

/* ヘッダー画像に文字やボタンを載せるところ*/
#header-sp-wrap {
    overflow: hidden;
    height: 300px;
}
#header-sp {
		position:relative;
    margin: -5px -0px;
}
#header-sp-innner-left{
   position: absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 10%;
	bottom:0;
    transform: translateY(-10%) translateX(-0%);
    z-index: 999;
}
#header-sp-innner-left img{
	 width:100%;
    max-width:280px;
    position:absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 5%;
    bottom: 0;
}
#header-sp-innner-center {
    position: absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 10%;
	bottom:0;
    transform: translateY(-10%) translateX(-0%);
    z-index: 999;
    text-align: center;
    color: black;
}
#header-sp-innner-center img {
  width:100%;
  max-width:280px;
  position:absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 5%;
    bottom: 0;
}
#header-sp-innner-right{
   position: absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 10%;
	bottom:0;
    transform: translateY(-10%) translateX(-0%);
    z-index: 999;
	text-align:right;
}
#header-sp-innner-right img{
	 width:100%;
    max-width:280px;
    position:absolute;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    top: 5%;
    bottom: 0;
}
/*プラグインWordPress Popular Posts用(SP) */
.wpp-list {
    clear: both;
}

.wpp-thumbnail {
    float: left;
}
.wpp-list li {
    overflow: hidden;
    float: left !important;
    clear: none !important;
    width: 46.7%;
    padding: 5px;
    height: 230px;
}	

a.wpp-post-title {
 float: left;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

span.wpp-views {
    display: inline;
    float: right;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 12px;

}

/*　プラグインrelated Postsに箇条書きマークを付けない*/
.wp_rp_content ul li:before {
    display: none;
}

/* プラグインTOC */

/* TOC+プラグイン */
#toc_container li:before{
content:none;
}
#toc_container{
padding:1em 2em 1em!important;
min-width: 80%;
margin: auto;
margin-bottom: 20px;
border: 1px solid #eee;
}
#toc_container p.toc_title{
margin-bottom: .7em;
}
#toc_container ul{
margin: 0!important;;
}
#toc_container li a{
display: block;
padding: .5em 0;
}
#toc_container li li a{
padding-left: .7em;
}
#toc_container li .toc_number{
margin-right: .5em
}

/*ヘッダーお知らせ*/
#header-info {
    display: block;
    width: 100%;
    font-size: 0.85em;
    opacity: 1;
    text-align: center;
    background: #9a0952;
}

#header-info a{
	background: #1adb5a;
    display:block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
	padding:8px 0;
}
#header-info a:hover{
	background:#ffff00;
	color:#fff;
}

/*************************************
　1カラム固定ページ（SNSボタン）
*************************************/
/*1カラム固定ページ（SNSボタン）幅調整*/
.page-template-page-one-column-sns #wrapper {
    max-width:600px;
    padding: 0;
    margin: 0 auto;
}

.page-template-page-one-column-sns #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-page-one-column-sns main {
max-width: 450px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 20px 30px;
  }
body.page-template-page-one-column-sns h2{
    margin:0 -30px 10px -30px;
    padding: 20px 30px;
}

/*************************************
　1カラム固定ページ（ボタン無し）
*************************************/
/*1カラム固定ページ（ボタン無し）幅調整*/
.page-template-page-one-column #wrapper {
    max-width:600px;
    padding: 0;
    margin: 0 auto;
}

.page-template-page-one-column #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-page-one-column main {
max-width: 450px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 20px 30px;
  }
body.page-template-page-one-column h2{
    margin:0 -30px 10px -30px;
    padding: 20px 30px;
}

/*************************************
　ランディングページ
*************************************/
/*ランディングページタイトル非表示*/	  
  body.page-template-one-column h1.entry-title{
	  display: none;
	   }
/*ランディングページフッター非表示*/	  
  body.page-template-one-column footer{
	  display: none;
	   }
/*ランディングページ幅調整*/
.page-template-one-column #wrapper {
    max-width:1000px;
    padding: 0;
    margin: 0 auto;
}

.page-template-one-column #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-one-column main {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 0px 20px 0 20px;
}

/*通常投稿ページなどのレイアウト*/
#wrapper{
    max-width:600px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

#content {
    float: left;
    margin: 0 auto;
    width: 100%;
}

main {
	max-width: 450px;
	margin-top: 0px;
	margin-right: -10px;
	margin-left: -10px;
	background-color: #fff;
	padding: 20px 30px;
}
/*=============================
 スマホ用メインメニュー
==============================*/

/*表示を遅れさせる*/
.output {
	margin-top: -3px;
	display:none;
}

#accordion{
	text-align:left;
	height:1.5em;}

#accordion a{
	font-size:1.4em;
	color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	}
#animatedModal {
    background: aqua;
    font-size: 1.1em;
    padding-top: 50px;
    padding-left: 0px;
    margin-bottom: 20px;
	
}

.close-animatedModal {
    padding-right: 20px;
    margin-bottom: 10px;
    margin: 0 auto;
   padding-bottom:20px;
    color: #fff;
}

#modal-content ul li{
	list-style:none;
}	


#animatedModal ul li a {
	margin-left:10px;
    font-size: .8em;
    color: #fff;
    margin: 0 0 3px 0;
     padding: 10px 20px 10px 20px;
}

#animatedModal ul li a:before {
 display: block;
 content: "\f0c8";
 font-family: "FontAwesome";
 font-size: 12px;
 font-weight: bold;
 text-decoration:none;
 color:#9de8ff;
 width: 1.5em;
 height: 1.5em;
 position: absolute;
 left: 5px;
 top: 1em;
}

/*************************************
　ランディングページ（ワイド）
*************************************/
#lp-wide-white{
	background-color:#fff;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
	}
#lp-wide-dark{
	background-color:#333333;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-crimson{
	background-color:#dc143c;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-pink{
	background-color:#f2c8fa;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-orange{
	background-color:#db662c;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-yellow{
	background-color:#ffdd1a;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-sky{
	background-color:#4dd2ff;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-steelblue{
	background-color:#4682b4;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-midnight{
	background-color:#0b0b33;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-forest{
	background-color:#228b22;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-darkgreen{
	background-color:#004d4d;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-lime{
	background-color:#affaaf;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-gray{
	background-color:#e6e6e6;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-blue{
	background:#4169e1;
	margin:0 -100px;
	padding: 20px 100px;
	clear:both;
}
#lp-wide-inner{
	max-width:420px;
	width:100%;
    margin: 0 auto; 
}
.textwidget {
    margin: 0 5px;
}

/*=============================
 スマホ用ヘッダーの検索ウィンドウ
==============================*/

#sp-header-search {
    width: 200px;
    position: absolute;
	right: 0px;
}

#sp-header-search input#s {
    position: absolute;
    right: 5px;
    width: 250px;
    background-color: #fff;
    margin: 5px 5px;
    height: 32px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #c4c4c5 inset;
}

#sp-header-search input#searchsubmit {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 15px;
}

#sp-header-search input#s {
    position: absolute;
    right: 5px;
    width: 200px;
    background-color: #fff;
    margin: 5px 5px;
    height: 32px;
}
/*==================================================
 ショートコード（プロフィール）レイアウト（スマホ）
==================================================*/
#profile {
    position: relative;
    margin: 5px 0px 15px;
    padding: 5px;
    border: solid 4px #e8e8e8;
    min-height: 190px;
}
#profile a:hover {
    color: #628aff;
}

#profile p {
    margin: 0;
    padding-left: 0px;
    font-weight: 700;
}

#prof-img {
    position: absolute;
    width: 80px;
    top: 100px;
    margin-left: -5px;
    padding: 10px;
}
#prof-img p {
    font-weight: 800;
    text-align: left;
    line-height: 1.1em;
    margin-top: 5px;
    position: absolute;
    top: -60px;
    left: 100px;
    width: 200px;
}
#prof-img img {
    position: absolute;
    width: 80px;
    border-radius: 100px;
    top: -60px;
    left: 10px;
}



#prof-doc {
   padding-top: 105px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: .9em;
	line-height:1.8em;
}


#prof-facebook {
  position: absolute;
    padding: 10px 0 10px 100px;
    margin-top: -80px;
    top: 40px;
    z-index: 5;
}
#prof-facebook a{
	color:#333;
}

#prof-twitter {
   position: absolute;
    padding: 0 0 10px 130px;
    margin-top: 20px;
    top: -49px;
    z-index: 4;
}
#prof-twitter a{
	color:#333;
}

#prof-google {
  position: absolute;
    padding: 0 0 10px 160px;
    margin-top: 20px;
    top: -50px;
	z-index:3;
}
#prof-google a{
	color:#333;
}

#prof-youtube {
position: absolute;
    padding: 0 0 10px 188px;
    margin-top: 20px;
    top: -50px;
    z-index: 2;
}
#prof-youtube a{
	color:#333;
}
#prof-instagram {
	    position: absolute;
    padding: 0 0 10px 218px;
    margin-top: 20px;
    top: -50px;
    z-index: 1;
}
#prof-instagram a{
	color:#333;
}
.post #profile{
	margin: 0px -20px 15px;
}
#adsense-bottom {
      padding: 10px;
    
}
#adsense-bottom p{
	margin:0;
}

element.style {
    list-style-type: lower-roman;
    list-style: none;
}

/*LPワイド画像*/
#lpwide-img{
	margin:0 auto -1px auto;
	width:100%;
	max-width:420px;
	text-align:center;
}
#lpwide-img-inner {
    margin: 0 -30px;
}

#lpwide-img-inner img {
    margin-bottom: 0;
}
/*====================================
 VA Social Buzz FB・TWボタン非表示
====================================*/
.vasb_share_button.vasb_share_button-fb {
    display: none;
}

.vasb_share_button.vasb_share_button-twttr {
    display: none;
}

.vasb_follow {
    display: none;
}
/*====================================
 What's Nes Generaterカスタマイズ
====================================*/
.wn-head {
    font-size: 18px;
}
.wn-head a {
    font-size: 18px;
    font-weight:bold;
    color: #fff;
}
/*======================================
 パンくずホームボタン色
======================================*/
#breadcrumb i.fa.fa-paper-plane {
    color: #ff8300;
}
/*======================================
 　◆◆◆投稿シングルカラム（SP）◆◆◆
======================================*/
#kijishita {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    background: #f4f4f4;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    height: auto;
    min-height: 1000px;
    max-height: 1200px;
    overflow: hidden;
	clear:both;
}
#kijishita-inner {
 float:none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px;
}
 #kijishita h2 {
    color: #1a1a1a;
    background: none;
	clear:both;
} 
#before-footer h4 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    background: rgba(0, 206, 209, 0);
}
#before-footer{
    background: rgb(244, 244, 244);
}
/*=================================
　この記事が気に入ったら
=================================*/
/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
    padding-bottom: 15px;
    overflow: hidden;
}

.p-shareButton__buttons {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.p-shareButton__buttons>li {
    padding-left: 3px;
    padding-right: 4px;
}

.p-shareButton__buttons .c-btn {
    padding: 8px 0;
    border-radius: 2px;
}

.p-shareButton__buttons .c-ico {
    display: block;
    margin: auto auto 5px;
}

.p-shareButton__fb {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 115px;
}

.p-shareButton__fb-cont {
    position: relative;
    width: 108px;
    margin: 0 auto;
}

.p-shareButton__fb-unable {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.p-shareButton__cont {
    margin: 15px 0 0;
}

.p-shareButton__a-cont {
    background: #2e2e2e;
    display: table;
    width: 100%;
}

.p-shareButton__a-cont__img {
    display: table-cell;
    min-width: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-shareButton__a-cont__btn {
    display: table-cell;
    padding: 12px;
    text-align: center;
}

.p-shareButton__a-cont__btn p {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0 15px;
    line-height: 1.4;
	margin-bottom: 0px;
}

/*======================================
 アイキャッチ付き最新記事一覧ウィジェット
======================================*/
.np-trim {
    overflow: hidden;
    max-height: 90px;
}

#newposts {
    background: #fff;
    padding: 0 5px 5px;
	overflow: hidden;
	clear:both;
}
#newposts h4.widgettitle {
    margin-top: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    background: #8991ce;
    border-left: solid 0px #6ec7d1;
}
#newposts span {
    font-size: .8em;
}
#newposts dl.clearfix {
    padding: 15px 10px 10px;
    border-bottom: solid 1px #d0d0d0;
	margin-bottom: -6px;
}
#newposts dl.clearfix:first-child{
	border:none;
}
.post #newposts dl.clearfix:first-child{
	border-top:solid 0px #fff;
}

#newposts dl:last-child{
	display:none;
}

#newposts dl dt {
    float: left;
    width: 30%;
    max-width: 150px;
	overflow:hidden;
}
#newposts dl dt img:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#newposts dl dd {
    float: left;
    margin-left: 10px;
    max-width: 66%;
    width: auto;
}
#newposts dl dd a{
    text-decoration:none;
}
/*サイドバーの時*/
#side #newposts dl.clearfix {
    padding: 10px 0;
    border-top: solid 1px #d0d0d0;
}
/*フッターの時*/
#footer_w #newposts {
    background: rgba(255, 255, 255, 0);
    padding: 0 5px 5px;
    overflow: hidden;
}
#footer_w #newposts h4.widgettitle {
    margin-top: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    background: rgba(137, 145, 206, 0);
    border-left: solid 0px #6ec7d1;
}
/*フッター一番下コピーのエリア*/
#copy {
    background: #000;
    padding: 5px 500px 10px;
    text-align: center;
    color: #fff;
    width: auto;
    margin: 0 -500px -10px;
    clear: both;
}
#copy a{
    color: #eaeaea;
	text-decoration:none;
}
#copy p{
    margin-bottom:0;
	font-size:.75em;
}
/*フロントページ下のフリースペース*/
#top-down-free {
    clear: both;
}
#top-down-free-inner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}
/*画像に文字のせフルワイドLP用*/
.text-on-back {
    position: relative;
    margin: 0 -402px;
    overflow: hidden;
}
.text-on-back-img p {
    margin: 0;
}
.text-on-back-inner {
    position: absolute;
	left: 402px;
	right: 402px;
    margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) translateX(-0%);
}

/*LPの上の隙間調整*/
#lp-article-inner{
	padding:0;
}
/*Facebook投稿埋め込み*/
.fb-posts{
	width: auto;
    max-width: 700px;
    padding: 10px;
    margin: 0 0 0 -20px;
}

#under-eyecatch {
    padding: 10px 0 0;
}

/*-----------------------------------
内部リンクをショートコードでブログカード化
------------------------------------*/
.blog-card{
 border: 4px solid #e8e8e8;
 word-wrap:break-word;
 max-width:100%;
 margin-bottom: 30px;
}
 
.blog-card a {
 color: #333;
 background: #fff;
 display: block;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
 
.blog-card a:hover{
 background: #ccf2ff;
}
 
.blog-card-thumbnail{
 float:left;
 padding:10px;
}
 
.blog-card-thumbnail img {
 display: block;
 padding: 0;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
 
.blog-card-content{
 line-height:120%;
}
.blog-card-title{
    padding: 10px 10px 10px 0;
    font-size: .85em;
    font-weight: bold;
}

 .blog-card-title::before {
 content: '関連記事';
 font-size: 0.7em;
 font-weight: bold;
 color: #fff;
 background: #111;
 width: 5em;
 display: inline-block;
 padding: 0.2em;
 position: relative;
 top: -2px;
 text-align: center;
 margin-right: 0.5em;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

.blog-card-date{
 color:#333;
 font-size:75%;
 margin-right:10px;
}

/*======================================
 記事内画像の上に文字のせショートコード用
======================================*/
.toi-wrap{
	position:relative;
	width:auto;
	max-width:100%;
	margin: 0 0 10px;
}

.toi-inner{
	position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
    bottom: 20px;
    right: 10px;
    overflow: hidden;
}
/*=======================================
　スマホ用カラム
=======================================*/
/*ラップ*/
.spcolwrap {
	padding:0 5px;
}

/*2カラム*/
.spcol2:first-child{
	float: left;
    width: 49%;
    margin: 0 1% 0 0;
}
.spcol2:last-child{
	float:left;
	width:49%;
	margin:0 0 0 1%;
}

/*3カラム*/
.spcol3{
	float:left;
	width:32%;
	margin:0 2%;
}
.spcol3:first-child{
	float:left;
	width:32%;
	margin:0;
}
.spcol3:last-child{
	float:left;
	width:32%;
	margin:0;
}
.spcol3 img {
    margin: 0 0 10px;
}

/*4カラム*/
.col4 {
    float: left;
    width: 48%;
    margin: 0 1%;
}

/*3:7カラム*/
.spcol37 {
    float: left;
    width: 28%;
    margin: 0 1% 0 1%;
}

.spcol73 {
    float: left;
    width: 68%;
    margin: 0 1% 0 1%;
}
/*スマホ用だけ文字を小さくするショートコード*/
.spfont{
	font-size:.75em;
}
.spfont a{
	font-size:.75em;
}
.spfont p{
	font-size:.75em;
}
.spfont ul li{
	font-size:.75em;
}
.spfont ol{
	font-size:.75em;
}

/*蛍光ペンのアンダーライン*/
.keikou {
    background: linear-gradient(transparent 60%, #ffff66 50%);
}

/*フローチャート用*/
.sankaku {
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-top: 30px solid #5db3e2;
    margin: 0 auto -60px;
}
.flow {
    display: block;
    background: #b2b2ff;
    padding: 10px;
    border-radius: 5px;
    margin: 20px;
}

/*プロフィール*/
.prof-under-article{
	margin:10px 0;
  	padding:5px;
    border: solid 4px #e8e8e8;
}
.prof-under-article a{
	text-decoration:none;
}
.prof-under-article-title {
    font-weight: bold;
    font-size: .85em;
    margin: 0 5px;
}
.prof-under-article-left {
    width: 22%;
    text-align: center;
  	float:left;
}
.prof-under-article-left img {
    border-radius: 100px;
    margin: 10px 10px 0;
    width: 100%;
    max-width: 150px;
}
.prof-under-article-name {
    width: 100%;
    max-width: 150px;
  	margin: 0px 10px 0;
    text-align: center;
}
.prof-under-article-name a {
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
    font-size: .65em;
}
.prof-under-article-right {
    width: 73%;
    float: left;
    margin: 5px 1% 5px 4%;
    font-size: .75em;
}

.prof-under-article-right-sns {
    float: left;
    margin: 5px 2px 0;
}
.prof-under-article-right-sns a {
    margin: 0 3px;
    font-size: 1.3em;
}
.prof-under-article-right-description {
    float: left;
    margin: 5px;
}
.prof-under-article-right-profurl a {
  	float: left;
    margin: 5px;
    display: inline-block;
    padding: .2em 0em;
    font-size: .85em;
}
#prof-kijisita {
    background: #000c51;
    margin: 0 -30px -20px;
    padding: 15px 20px;
}
#prof-kijisita-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.prof-kijisita-article-title {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
}
.prof-kijisita-article-left {
    float: left;
    margin: 5px 2%;
    width: 30%;
    text-align: center;
}
.prof-kijisita-article-left img {
    width: 100%;
    max-width: 250px;
    border-radius: 200px;
}
.prof-kijisita-article-name a {
    font-size: .85em;
    font-weight: bold;
    text-decoration: none;
    color: #1a1a1a;
}
.prof-kijisita-article-right {
    margin: 10px 0%;
    float: left;
    width: 66%;
		font-size: .85em;
}
.prof-kijisita-article-right-sns a {
    padding: 4px;
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 1.5em;
}
.prof-kijisita-article-right-sns {
    margin-bottom: 10px;
}
.prof-kijisita-article-right-profurl {
    margin-top: 10px;
}

#prof-upper-article .prof-under-article-right-sns {
    float: left;
    margin: 5px 7px 0;
    font-size: 1.5em;
}
#prof-upper-article .prof-under-article-right-profurl a {
	font-size:1.0em;
	margin:10px;
}
/*改ページ*/

.next-page-link a {
    text-decoration: none;
    padding: 5px;
    background: #1a1a1a;
    color: #fff;
    width: 60%;
}
.next-page-link {
    text-align: center;
}
.next-page-link a:hover {
    transition: .3s ease;
    background: #3ee1e2;
}
.page-link {
    text-align: center;
    padding: 10px;
}

.page-link span {
    font-size: 1.3em;
    padding: 5px;
    color: #252525;
    border: 1px #1a1a1a solid;
}

.page-link a span {
    border: 1px #1a1a1a solid;
    background: #1a1a1a;
    color: #fff;
}
.page-link a span:hover {
    transition: .3s ease;
    background: #3ee1e2;
}
.page-link a {
    text-decoration: none;
}
.sns ul li{
	padding-left:0;
}
/*****************************************************
 ↑　領域1　ここまで　↑
*****************************************************/
　


/******************************************************
　↓　領域2　（スマホ＆タブレット）ここから　↓
*****************************************************/
@media only screen and (max-width: 780px) {
#side aside {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}

	

/*フッター3カラムウィジェットの設定　スマホ時　*/
#footer_w{
		float: left;
		width: 100%;
		margin: 0 8px 20px 8px;
		padding: 0;

	}



.footer_s {
		float: center;
		max-width: 300px;
		padding: 0 10px;
	}

/******************************************************
　↑　領域2　（スマホ＆タブレット）ここまで　↑
*****************************************************/
}


/******************************************************
　↓　領域3　（タブレット＆PC）ここから　↓
******************************************************/
@media only screen and (min-width: 420px) {
.share{
	width: 106%;
}
.feedly ul.clearfix {
    margin-top: -25px;
	padding-right: 0;
    margin-bottom: 10px;
}
/* iframeのレスポンシブ */
.youtube-container{ 
	overflow:hidden;
	width: auto;
	max-width: 100%;
	height: 350px;
}
iframe { max-width: 100%; 
	max-height:100%;}
header {
	text-align: center;
}
.sitename img {
	width: auto;
	margin: 0;
}

/*公開日・更新日のフォントサイズ*/
span.kdate {
    font-size: 14px;
}
span.kdate {
    font-size: 12px;
}
/*フッター3カラムウィジェットの設定　タブレット時　*/
#footer_w{
   	 float: left;
   	 width: 100%;
   	 margin: 0 12px 20px 12px;
   	 padding: 0;
	}

	.footer_l {
		float:left;
		display: block; 
		width: 30%;
		margin: 0 8px 0px 8px;
	}
	
	.footer_c {
		float:left;
		display: block; 
		width: 30%;
		margin: 0 8px 0px 8px;	}
	
	.footer_r {
		float:left;
		display: block; 
		width: 30%;
		margin: 0 8px 0px 8px;
	}
	
/*フッターの見出しの色　タブレット時　*/
	#footer_w h4 {
		font-size: 95%;
		font-weight:bold;
		text-align: center;
		color: #f5f5f5;
		margin: 10px 0 10px;
		padding: 0 0 3px 0;
	}

	#footer_w ul li a{
	width:220px;
	}
	#footer_w ul .children a{
	width:210px;
}


/* フッターの背景のサイズ画面いっぱい　*/		
html {
		overflow: auto;
	}
	
	body {
		overflow: hidden;
	/*はみ出た部分をどうするか*/
	}
	
	footer {
		margin: 0 -200%;

	/* マージンを追記 */
		padding: 20px 200%;
	
	/* マージンで横にはみ出した部分を戻す */
	}
	
#top-upper-3colomn {
	width:auto;
	max-width:100%;
	margin: 0px auto 5px auto;
}
#top-upper-3colomn-inner{
	max-width:1200px;
	float:none;
	margin: 0px auto 5px auto;
}


	#top-upper-a {
		float:left;
		display: block; 
		width: 226px;
		margin: 0 8px 0px 8px;
	}
	
	#top-upper-b {
		float:left;
		display: block; 
		width: 226px;
		margin: 0 8px 0px 8px;
	}
	
	#top-upper-c {
		float:left;
		display: block; 
		width: 226px;
		margin: 0 8px 0px 8px;
	}



/*--------------------------------
関連記事表示部分(タブレット）
---------------------------------*/
/* タイトル名 */
.kanren h5{
	font-size:14px;
	font-weight:bold;
}

.kanren {
     float: left;
    width: 100%;
    margin: 0 8px 20px 8px;
}
.kanren dl.clearfix {
    padding: 0 3px;
    margin: 0;
}


.kanren dl{
    float: left;
    background: none;
    width: 23.7%;
    height: 270px;
    margin: 5px 0 0 0;
    padding: 0 3px;
}
.kanren-trim{
	max-height:105px;
}

.kanren dt {
	overflow: hidden;
	float: left;
        width: 100%;
        margin: 0;
        padding: 5px 0 0;
}
.kanren dt .kanren_img {
    height: auto;
    width: 100%;
}
.kanren dd{
	float:left;
	padding: 0 3px 0 0;
    margin: 0;
}

.kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

.kanren .clearfix dd h5 a {
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.kanren .clearfix dd h5 a:hover {
	color: #6495ed;
}

/* 記事タイトル */

.entry-title {
	font-size: 26px;
	font-weight: 800;
	line-height: 30px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------------------------
#topnewsトップページやアーカイブ一覧表示(タブレット）
---------------------------------*/
#topnews dl.clearfix {
	padding: 10px 0;
    margin-bottom: 0;
    float: left;
    width: 32.5%;
    height: 365px;
    margin: 0px 0.4%;
}
#topnews dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top:none;
	border-bottom:none;
	margin-top:-1px;
}



/* 左側（画像） */
.trim {
    width: auto;
    height: 150px;
    overflow: hidden;
}
#topnews dt {
	float: left;
	width: 100%;
	padding-top:0px;
	position:relative;
}
#topnews dt img {
	 width: 100%;
}
#topnews dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#topnews dt .category_info p {
    z-index: 9999;
    background: #1a1a1a;
    padding: 0.4em .8em;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
	margin: 0;
    font-size: .75em;
	max-width: 100%;
	display:inline-block;
}
/* 右側 */
#topnews dd {
	padding-left: 0px;
	margin-top:5px;
}

#topnews .clearfix dd .category_info a{
	padding: .1em .5em;
	margin-bottom:5px;
	background: #ffa280;
	color: #fff;
	border-radius: 0.15em;	
	font-size: 12px;
	text-decoration: none;
}

#topnews .clearfix dd .category_info a:hover {
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background-color : #cfe6e6;
	cursor : pointer ;
}

/* タイトル */
#topnews .clearfix dd h3 {
	font-size: .85em;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}
#topnews .clearfix dd h3 a {
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}

/* 一覧タイトル下 */

.blog_info p a {
	color: #666;
	text-decoration: none;
}

#topnews .clearfix dd .blog_info p {
	padding-top:2px;
	float: left;
	font-size: 14px;
}




/*------------------------------------
　スマホ専用ナビ
------------------------------------*/
/*黄色*/
#spnaviwrap{	
	display: none; 
}

/*グレー*/
#spnaviwrap .spnavi ul li{
	display: none; 
}
/*ぴんく*/
#spnaviwrap .spnavi ul li a{
	display: none; 
}

/*ブログタイトル*/

header .sitename {
	font-size: 26px;
	line-height: 28px;
}

/*アイキャッチ画像の位置とサイズ　タブレット*/
#eyecatch {
    text-align: center;
    margin-top: -25px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
}


/* ショートコードで吹き出しデザイン */

.voice.r {
	padding-right:130px;
	padding-bottom:10px;
	margin-bottom: 50px;
}
.voice.l {
	padding-left:100px;
	padding-bottom:10px;
	margin-bottom: 50px;
}

.voice .voice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.voice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.voice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.voice .img img {
	border-radius:50%;
	text-align:center;
	border:3px solid #c0c0c0;
	width:100%;
}
.fbvoice.r {
	padding-right:130px;
	padding-bottom:10px;
	margin-bottom: 50px;
}
.fbvoice.l {
	padding-left:100px;
	padding-bottom:10px;
	margin-bottom: 50px;
}

.fbvoice .fbvoice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.fbvoice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.fbvoice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.fbvoice .img img {
	
	text-align:center;
	border:3px solid #D8D8D8;
	width:100%;
}

.lnvoice.r {
	padding-right:130px;
	padding-bottom:10px;
	margin-bottom: 50px;
}
.lnvoice.l {
	padding-left:100px;
	padding-bottom:10px;
	margin-bottom: 50px;
}

.lnvoice .lnvoice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.lnvoice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.lnvoice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.lnvoice .img img {
	border-radius: 50%;
	text-align:center;
	width:100%;
}
#top-under{
	float:left;
	max-width:1200px;
	margin: 0px auto 5px auto;
}


/*ボタン付きヘッダーのスタイル（タブレット)*/
#speheader{
  background-image: url("");
   background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	height:400px;
	font-size:15px;
	margin: 0px -300px 0px -300px;	
}

#speheader-inner-center{
	text-align: center;
	max-width: 750px;
	margin:30px auto;
}

#speheader-inner-left{
	text-align: left;
	max-width: 750px;
	padding-left: 100px;
	margin: 30px auto;
	
}

#speheader-inner-right{
	text-align: right;
	max-width: 750px;
	padding-right: 100px;
	margin: 30px auto;
	
}
/*ボタン付きヘッダーのスタイル（タブレット)*/
#header-sp-wrap {
    overflow: hidden;
    height: 400px;
}
#header-sp {
    margin: -5px 0px;
}
#header-sp img {
    margin-top: -100px; /*タブレットで見たときの画像の位置を上げ下げする数字*/
}

#header-sp-innner-left{
    position: absolute;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    top: 25%;
    transform: translateY(-25%) translateX(-0%);
    z-index: 999;
}
#header-sp-innner-left img {
  max-width:330px;
    left: 50px;
    right: 50px;
    top: 25%;
}
#header-sp-innner-center {
    position: absolute;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    top: 25%;
    transform: translateY(-25%) translateX(-0%);
    z-index: 999;
    text-align: center;
    color: black;
}
#header-sp-innner-center img {
  max-width:330px;
    left: 50px;
    right: 50px;
    top: 25%;
}
#header-sp-innner-right{
   position: absolute;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    top: 25%;
    transform: translateY(-25%) translateX(-0%);
    z-index: 999;
	text-align:right;
}
#header-sp-innner-right img {
  max-width:330px;
    left: 50px;
    right: 50px;
    top: 25%;
}

/*プラグインWordPress Popular Posts用(Tablet) */
#side aside ul.wpp-list li a img {
    overflow: hidden;
    width: 180px;
    height: 120px;
}
.wpp-list li {
    overflow: hidden;
    float: left !important;
    clear: none !important;
    width: 23.6%;
    padding: 5px;
    height: 320px;
}	
.wpp-thumbnail {
    float: left;
}
#side aside ul.wpp-list li a{
	padding-left:0;
	}

#side aside ul.wpp-list li a:before {
 display: none;
 content: "\F105";
 font-family: "FontAwesome";
 font-size: 15px;
 
}


#side aside .wpp-thumbnail {
	float: left;
	display: inline-block;
        position: relative;
        width: 90px;
	margin-right:5px;
}

a.wpp-post-title {
    text-align: left;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

span.wpp-views {
    display: inline;
    float: right;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;

}
/*************************************
　1カラム固定ページ（SNSボタン）
*************************************/
/*1カラム固定ページ（SNSボタン）幅調整*/
.page-template-page-one-column-sns #wrapper {
    max-width:1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.page-template-page-one-column-sns #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-page-one-column-sns main {
max-width: 750px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
  }
body.page-template-page-one-column-sns h2{
    margin:0 -30px 10px -30px;
    padding: 20px 30px;
}
/*************************************
　1カラム固定ページ（ボタン無し）
*************************************/
/*1カラム固定ページ（ボタン無し）幅調整*/
.page-template-page-one-column #wrapper {
    max-width:1000px;
    padding: 0;
    margin: 0 auto;
}

.page-template-page-one-column #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-page-one-column main {
max-width: 750px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
  }
body.page-template-page-one-column h2{
    margin:0 -30px 10px -30px;
    padding: 20px 30px;
}

/*************************************
　ランディングページ
*************************************/
/*ランディングページタイトル非表示*/	  
  body.page-template-one-column h1.entry-title{
	  display: none;
	   }
/*ランディングページフッター非表示*/	  
  body.page-template-one-column footer{
	  display: none;
	   }
/*ランディングページ幅調整*/
.page-template-one-column #wrapper {
    max-width:1000px;
    padding: 0;
    margin: 0 auto;
}

.page-template-one-column #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-one-column main {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 30px 0 30px;
}
body.page-template-one-column h2{
  margin:0 -30px 10px -30px;
    padding: 20px 30px;
}

#wrapper{
	max-width:800px;
	padding: 0;
	margin: 0 auto;
        background: #fff;
}
main {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
}
#lp-wide-white{
	background-color:#fff;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-dark{
	background-color:#333333;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-crimson{
	background-color:#dc143c;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-pink{
	background-color:#f2c8fa;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-orange{
	background-color:#db662c;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-yellow{
	background-color:#ffdd1a;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-sky{
	background-color:#4dd2ff;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-steelblue{
	background-color:#4682b4;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-midnight{
	background-color:#0b0b33;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-forest{
	background-color:#228b22;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-darkgreen{
	background-color:#004d4d;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-lime{
	background-color:#affaaf;
	margin:0 -300px;
	padding: 20px 300px;
}

#lp-wide-gray{
	background-color:#e6e6e6;
	margin:0 -300px;
	padding: 20px 300px;
}

#lp-wide-blue{
	background:#4169e1;
	margin:0 -300px;
	padding: 20px 300px;
}
#lp-wide-inner{
	max-width:780px;
	width:100%;
        
}
#profile {
    position: relative;
    margin: 5px 5px 15px;
    padding: 5px;
    border: solid 4px #e8e8e8;
    min-height: 190px;
}

#profile p {
    margin: 0;
    padding-left: 10px;
    font-weight: 700;
}

#prof-img {
    position: absolute;
    width: 128px;
    top: 160px;
    padding: 10px;
}
#prof-img p{
       font-weight: 800;
    text-align: center;
    line-height: 1.1em;
    margin-top: 5px;
    top: 10px;
    left: 0;
    width: 140px;
}
#prof-img img {
    position: absolute;
    width: 120px;
    border-radius: 100px;
    top: -110px;
    left: 20px;
}



#prof-doc {
   padding-top: 45px;
    padding-left: 150px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: .9em;
}


#prof-facebook {
          position: absolute;
    padding: 10px 0 10px 145px;
    margin-top: -170px;
    top: 40px;
	z-index:5;
  
}
#prof-facebook a{
	color:#333;
}

#prof-twitter {
     position: absolute;
    padding: 0 0 10px 170px;
    margin-top: -48px;
    top: -72px;
	z-index:4;
}
#prof-twitter a{
	color:#333;
}

#prof-google {
  position: absolute;
    padding: 0 0 10px 195px;
    margin-top: -49px;
    top: -72px;
	z-index:3;
}
#prof-google a{
	color:#333;
}

#prof-youtube {
	   position: absolute;
   padding: 0 0 10px 223px;
    margin-top: -49px;
	top: -72px;
	z-index:2;
}
#prof-youtube a{
	color:#333;
}
#prof-instagram {
	 position: absolute;
  padding: 0 0 10px 250px;
    margin-top: -49px;
	top: -72px;
	z-index:1;
}
#prof-instagram a{
	color:#333;
}
.post #profile {
    margin: 0px -5px 15px;
}



#adsense-bottom {
      padding: 0 10px;
    padding-left: 0px;
    margin-right: -35px;
    margin-left: -5px;
}
#adsense-left {
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}
/*LPワイド画像*/
#lpwide-img{
	margin:0 auto -1px auto;
	width:100%;
	max-width:700px;
	text-align:center;
}
#lpwide-img-inner {
    margin: 0 -50px;
}

/*===========================
 投稿記事下設定（１カラム）
===========================*/

#kijishita {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    background: #f4f4f4;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    height: auto;
    min-height: 800px;
    max-height: 900px;
	overflow: hidden;
	clear:both;
}
#kijishita-inner {
 float:none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
}


.point {
    color: #292929;
    font-size: 22px;
    text-align: center;
}

#kijishita h2 {
    color: #1a1a1a;
    background: none;
}

/*=================================
　この記事が気に入ったら
=================================*/
/*記事がよかったら、いいねタブレット*/
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}

.p-entry__pushThumb {
    display: table-cell;
	min-width: 240px;
    background-position: center;
background-size:cover;
}

.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}

.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
/*SPタブ用だけ文字を小さくするショートコード*/
.spfont{
	font-size:.75em;
}
/*プロフィール（タブレット＆PC）*/
.prof-under-article-title {
    font-size: 1.0em;
}
.prof-under-article-name a {
    font-size: 1.0em;
}
.prof-under-article-right {
    width: 73%;
    float: left;
    margin: 5px 2% 5px 3%;
    font-size:0.9em;
}  
.prof-under-article-right-sns a {
    margin: 0 3px;
    font-size: 1.5em;
}
#prof-kijisita {
    padding: 10px;
}
.prof-kijisita-article-left {
    margin: 30px 2%;
}
.prof-kijisita-article-name a {
    font-size: 1.3em;
}
.prof-kijisita-article-right {
    margin: 30px 0%;
		font-size:1.0em;
}
.prof-kijisita-article-right-sns a {
    width: 20px;
    height: 20px;
    padding: 8px;
    margin: 0 5px 0 0;
    font-size: 1.5em;
}
.prof-kijisita-article-right-sns {
    margin-bottom: 10px;
}
.prof-kijisita-article-right-profurl {
    margin-top: 10px;
}
#prof-upper-article .prof-under-article-right-sns {
    float: left;
    margin: 5px 7px 0;
    font-size: 1.2em;
}
/*固定幅のボタンの文字サイズ*/
/******************
 デフォルトボタン(長さ固定1）
******************/
.btn-wrap.kotei1 a{
font-size:1.0em;
padding:0.9em 2.3em;
}
/******************
 デフォルトボタン(長さ固定2）
******************/
.btn-wrap.kotei2 a{
font-size:1.0em;
padding:0.9em 2.3em;
}
/******************************************
　↑　領域3 タブレット＆PC　ここまで ↑
*******************************************/
}



/*************************************************
　↓　領域4　PCサイズ　ここから　↓
**************************************************/
@media only screen and (min-width: 781px) {
.youtube-container {
    overflow: hidden;
    width: auto;
    max-width: 100%;
    height: 400px;
}
#under-eyecatch {
    padding: 0;
}
.smanone {
	display: block;
}
.pcnone {
	display: none;
}

header {
	text-align: center;
	padding-top: 10px;
}
nav {
	text-align: center;
	display: block;
	padding: 0;
}
#gazou {
	display: block;
	overflow: hidden;
}
#content {
    float:none;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
#contentInner {
	float: none;
        width: 100%;
        background: #fff;
}


#wrapper{
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

    

/*公開日・更新日のフォントサイズ*/
span.kdate {
    font-size: 16px;
}
main {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border-radius: 4px;
    padding:0;
}


article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    padding: 10px 50px 0;
}

#breadcrumb {
        padding: 15px 0 5px;
	margin-left: -50px;
	margin-top: 0;
	margin-bottom:0;
	margin-right:0;
	clear: both;
}
.blogbox {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    border-radius: 2px;
    background: #ff7f50;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: -50px;
    font-weight: bold;
}
#mybox{
	margin-top:10px;
}

#side aside {
	float: right;
	width: 330px;
	padding: 0px;
}

/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 20px;
}
/*記事タイトル*/
.entry-title {
font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    color: #333;
    padding: 10px 0 0 0;
    margin: 5px -50px 2px -50px;
}

.entry-title a:hover {
	text-decoration: underline;
}


/*小見出し*/
.post h3 {
  margin: 0 0 10px 0;
    padding: 15px 8px;
    border-width: 3px 0 3px 0;
    border-color: #1a1a1a;
    border-style: solid;
    line-height: 140%;
    font-weight: bold;
    color:#1a1a1a;		
}
/*リスト */
.post ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 16px;
line-height: 1.9em;
padding-left:1em;

}
.post ul li:before {
	content: '';
    width: 9px;
    height: 9px;
    margin-right: -0.15em;
    display: inline-block;
    border-radius: 100%;
    background: #20B97B;
    position: relative;
    left: -16px;
    top: -1px;
}
.post ol {
	list-style: none;
	counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.sns ul li {
    padding-left: 0;
}



/*----------ol--------*/
ol {
  list-style: none;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
  list-style-position: inside;
}

ol li{
    padding-left: 1.7em;
    text-indent: -1.7em;
}


/*数字リストの2行目のずれを治す*/
ol li:before {
    text-align: center;
    text-indent: -33px;
    margin-right: -22px;
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #333;
    display: inline-block;
    width: 3.5em;
    height: 1em;
    font-weight: bold;
    font-size: 14px;
}


/*フッターの見出しの色　PC時　*/
	#footer_w h4 {
		font-size: 95%;
		font-weight:bold;
		text-align: center;
		color: #f5f5f5;
		margin: 10px 0 10px;
		padding: 0 0 3px 0;
	}

/* フッターの背景のサイズ画面いっぱい　*/		
html {
		overflow: auto;
	}
	
	body {
		overflow: hidden;
	/*はみ出た部分をどうするか*/
	}
	
	footer {
		margin: 0 -200%;

	/* マージンを追記 */
		padding: 20px 200%;
	
	/* マージンで横にはみ出した部分を戻す */
	}
	
/*--------------------------------
#topnews (パソコン）最新一覧記事表示部分
---------------------------------*/

/* 記事一覧をクリック可能にする　*/
#topnews dl.clearfix:hover {
	cursor : pointer ;
}

#topnews dl.clearfix {
	padding: 10px 0;
    margin-bottom: 0;
    float: left;
    width: 18.5%;
    height: 350px;
    margin: 0px 0.7%;
}
#topnews dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-top: 0.5px solid #fff;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    margin-top: -1px;
}

#topnews dt {
	float: left;
	width:100%;
	overflow: hidden;
	position: relative;
}

#topnews dt img {
	width:100%;
}

#topnews dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*トップページ最新記事アイキャッチトリミング*/
.trim {
    width: auto;
    max-height: 140px;
    overflow: hidden;
}

#topnews dd {
	float: left;
    padding-left: 0;
    margin-top: 5px;
}
#topnews  dd .category_info {
	float:left;
	height:24px;
	margin-bottom: 3px;
    margin-top: -255px;
    margin-left: -1px;
}

#topnews dt .category_info p {
    z-index: 9999;
    background: #1a1a1a;
    padding: .1em .75em;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
	margin: 0;
    font-size: 0.8em;
	max-width: 100%;
	display:inline-block;
}
#topnews .clearfix dd h3 a {
	font-size:1.2em;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}

#topnews .clearfix dd p {
	float:left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#topnews .clearfix dd .blog_info p{
	float: left;
    border: 2px solid #616161;
    font-size: 12px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 1px 3px;
}


/*----------------------------------------------------
アドセンス横並び
----------------------------------------------------*/

#adsense-left {
    float: left;
    margin-right: 0px;
    padding-left: 10px;
}
#adsense-bottom{
    width:auto;
    max-width:100%;    
    margin: 0px auto;
    padding: 0; 
    background: #ccc;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
	
}
#adsense-bottom-inner{
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 10px;
}



nav {
	text-align: center;
	display: block;
	padding: 0;
}





/*フッター3カラムウィジェットの設定　PC時　*/
#footer_w {
    float: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

	.footer_l {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
		}
	
	.footer_c {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
		}
	
	.footer_r {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
	}
#footer_w ul li a{
	width:360px;
	margin-left : 10px ; 
	margin-right : auto ;
	padding: auto;
	}
#footer_w ul .children a{
	width:350px;
}

#top-upper-3colomn {
	width:auto;
	max-width:100%;
	margin: 0px auto 5px auto;
}
#top-upper-3colomn-inner{
	max-width:1200px;
	float:none;
	margin: 0px auto 5px auto;
}


	#top-upper-a {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
	}
	
	#top-upper-b {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
	}
	
	#top-upper-c {
		float:left;
		display: block; 
		width:384px;
		margin: 0 8px 0px 8px;
	}

#top-under{
	float:left;
	max-width:1200px;
	margin: 0px auto 5px auto;
}

#entry{ padding:10px -10px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
/*関連記事全体をクリック出来るようにする*/
.kanren dl.clearfix:hover {
	cursor : pointer ;
}
.kanren dl.clearfix {
	padding : 5px;
	margin-bottom : 0 ;
}

/* タイトル名 */
.kanren h5{
	font-size:14px;
	font-weight:bold;
}

.kanren {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	}

.kanren dl{
	float: left;
    background: none;
    width: 23.7%;
    height: 270px;
    margin: 5px 0 0 0;
    padding: 0;
}
.kanren .clearfix dt .blog_info {
    display:none;
}
.kanren-trim {
    max-height: 152px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.kanren dt{
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    padding: 5px 5px;
}
.kanren dt .kanren_img {
    height: auto;
    width: 100%;
}

.kanren dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.kanren dd{
	width: auto;
    float: left;
    padding: 0;
    margin: 0;
}

.kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

.kanren .clearfix dd h5 a {
	font-weight:500;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}
.kanren .clearfix dd h5 a:hover {
	color: #6495ed;
}




/* H2デザイン　PC */
.post h2{
	font-weight: bold;
	font-size: 22px;
	padding: 18px 1.5em;
	background: #f6f6f6;
	margin: 10px -30px 10px -30px;
	color:#1a1a1a;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	padding: 18px 1.5em;
	background: #f6f6f6;
	margin: 10px -30px 10px -30px;
	color:#1a1a1a;
}
header .sitename {
	font-size: 26px;
	line-height: 28px;
}
/*アイキャッチ画像の位置とサイズ*/
#eyecatch {
   text-align: center;
    margin-top: -10px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 5px;
}
#eyecatch img{
    border-radius:3px;
	text-align: center;
    margin-top: -10px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 5px;
}

/* ショートコードで吹き出しデザイン */

.voice.r {
	padding-right:130px;
	padding-bottom:10px;
}
.voice.l {
	padding-left:100px;
	padding-bottom:10px;
}

.voice .voice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.voice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.voice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.voice .img img {
	border-radius:50%;
	text-align:center;
	border:4px solid #c0c0c0;
	width:100%;
}

.fbvoice.r {
	padding-right:130px;
	padding-bottom:10px;
}
.fbvoice.l {
	padding-left:100px;
	padding-bottom:10px;
}

.fbvoice .voice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.fbvoice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.fbvoice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.fbvoice .img img {
	text-align:center;
	border:4px solid #D8D8D8;
	width:100%;
}

.lnvoice.r {
	padding-right:130px;
	padding-bottom:10px;
}
.lnvoice.l {
	padding-left:100px;
	padding-bottom:10px;
}

.lnvoice .voice-box {
	width: 100%;
    margin-left: 20px;
    margin-right: 30px;
}

/*アイコン*/
.lnvoice.r .img {
	width:80px;
	top:10px;
	font-size:10px;
	line-height:15px;
	margin-left:5px;
	right:0;
	text-align:center;
	margin-bottom: 3px;
	position:absolute;
}
.lnvoice.l .img {
	width:80px;
	top:10px;
	left:0;
	font-size:10px;
	line-height:15px;
	text-align:center;
	position:absolute;
}
.lnvoice .img img {
	border-radius: 50%;
	text-align:center;
	width:100%;
}

#cta-area {
	width:auto;
        max-width:100%;   
	margin: 0px auto;
	padding:0;
	border-width:0;
	border-color:#029EBC;
	border-style:solid;
	background:#80CEDD;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}
.cta {
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 10px;
}
#under-cta{
    float:none;
    width:auto;
    max-width:100%;    
    margin: 0px auto;
    padding:0;
    background: #fff;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
}
#under-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}　
#top-down-free{
    float:none;
    width:auto;
    max-width:100%;    
    margin: 0px auto;
    padding:0;
    background: #1a1a1a;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
}　
#top-down-free-inner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}
header .sitename {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 5px;
}


/*ボタン付きヘッダーのスタイル（PC)*/
#speheader{
	display:block;
	width:auto;
	max-width:100%;
  background-image: url("");
   background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed; 
	height: 500px;
	background-size: cover;
	margin: 0px 0px 0px 0px;	
}

#speheader-inner-center{
	text-align: center;
	max-width: 1200px;
	margin:0px auto;
}

#speheader-inner-left{
	text-align: left;
	max-width: 1200px;
	margin:0px auto;	
}

#speheader-inner-right{
	text-align: right;
	max-width: 1200px;
	margin:0px auto;	
}
#speheader-inner-double{
	max-width: 1200px;
	margin:0px auto;	
}

/*プラグインWordPress Popular Posts用(PC) */
.wpp-list li {
    overflow: hidden;
    float: left;
    width: 23.7%;
    padding: 5px;
    height: 320px;
}

.wpp-list img {
    height: auto;
}

.wpp-thumbnail {
    float: left;
}

a.wpp-post-title {
    float: left;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
}

span.wpp-views {
    display: inline;
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    font-size:12px;
}
.wpp-list li {
    overflow: hidden;
    float: left !important;
    clear: none !important;
}

/*************************************
　1カラム固定ページ（SNSボタン）
*************************************/
/*1カラム固定ページ（SNSボタン）幅調整*/
.page-template-page-one-column-sns #wrapper {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}  

body.page-template-page-one-column-sns main {
  max-width: 1300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 0px 30px 10px 30px;
  }

.page-template-page-one-column-sns #content {
    margin: 0 auto;
    width: 100%;
}
.page-template-page-one-column-sns #breadcrumb {
    padding: 15px 0 5px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    clear: both;
}
.page-template-page-one-column-sns main {
   max-width: 1300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 0px 30px 10px 30px;
}


body.page-template-page-one-column-sns h2{
   margin: 0 -50px 10px -50px;
    padding: 20px 50px;
}

.page-template-page-one-column-sns article{
	width: auto;
	max-width: 1300px;
}
/*************************************
　1カラム固定ページ（ボタン無し）
*************************************/
/*1カラム固定ページ（ボタン無し）幅調整*/
.page-template-page-one-column #wrapper {
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.page-template-page-one-column h1.entry-title{
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    color: #333;
    padding: 10px 0 0 0;
    margin: 5px -50px 20px -50px;
}

.page-template-page-one-column #content {
    margin: 0 auto;
    width: 100%;
}
.page-template-page-one-column main  {
   max-width: 1300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 0px 30px 10px 30px;
}
body.page-template-page-one-column main{
	max-width: 1300px;
}
.page-template-page-one-column article{
	width: auto;
	max-width: 1300px;
}
body.page-template-page-one-column h2{
   margin: 0 -50px 10px -50px;
    padding: 20px 50px;
}

.page-template-page-one-column #breadcrumb {
    padding: 15px 0 5px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    clear: both;
}
/*************************************
　ランディングページ
*************************************/
/*ランディングページタイトル非表示*/	  
  body.page-template-one-column h1.entry-title{
	  display: none;
	   }
/*ランディングページフッター非表示*/	  
  body.page-template-one-column footer{
	  display: none;
	   }
/*ランディングページ幅調整*/
.page-template-one-column #wrapper {
    width: auto;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
}
.page-template-one-column #eyecatch {
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}

.page-template-one-column #content {
    margin: 0 auto;
    width: 100%;
}
body.page-template-one-column main{
	max-width: 1200px;
}

.page-template-one-column main {
   max-width: 1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    padding: 0px 30px 10px 30px;
}
.page-template-one-column article{
	width: auto;
	max-width: 1200px;
	padding:10px 50px 0;
}
body.page-template-one-column h2{
      margin: 0 -50px 10px -50px;
    padding: 20px 50px;
}
#lp-wide-white{
	background-color:#fff;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-dark{
	background-color:#333333;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-pink{
	background-color:#f2c8fa;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-crimson{
	background-color:#dc143c;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-orange{
	background-color:#db662c;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-yellow{
	background-color:#ffdd1a;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-sky{
	background-color:#4dd2ff;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-steelblue{
	background-color:#4682b4;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-midnight{
	background-color:#0b0b33;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-forest{
	background-color:#228b22;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-darkgreen{
	background-color:#004d4d;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-lime{
	background-color:#affaaf;
	margin:0 -500px;
	padding: 20px 500px;
}

#lp-wide-gray{
	background-color:#e6e6e6;
	margin:0 -500px;
	padding: 20px 500px;
}
#lp-wide-blue{
	background:#4169e1;
	margin:0 -500px;
	padding: 10px 500px;
}
#lp-wide-inner{
	max-width:1200px;
	width:100%;
     margin: 0 auto;   
}
#profile {
    position: relative;
    margin: 5px 5px 15px;
    padding: 5px;
    border: solid 4px #e8e8e8;
    min-height: 190px;
}

#profile p {
    margin: 0;
    padding-left: 10px;
    font-weight: 700;
}

#prof-img {
    position: absolute;
    width: 128px;
    top: 160px;
    padding: 10px;
}
#prof-img p{
   font-weight: 800;
    text-align: center;
    line-height: 1.1em;
    margin-top: 5px;
}
#prof-img img {
    position: absolute;
    width: 120px;
    border-radius: 100px;
    top: -110px;
    left: 20px;
}



#prof-doc {
   padding-top: 40px;
    padding-left: 150px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: .9em;
}


#prof-facebook {
          position: absolute;
    padding: 10px 0 10px 145px;
    margin-top: -170px;
    top: 40px;
	z-index:5;
  
}
#prof-facebook a{
	color:#333;
}

#prof-twitter {
     position: absolute;
    padding: 0 0 10px 170px;
    margin-top: -48px;
    top: -72px;
	z-index:4;
}
#prof-twitter a{
	color:#333;
}

#prof-google {
  position: absolute;
    padding: 0 0 10px 195px;
    margin-top: -49px;
    top: -72px;
	z-index:3;
}
#prof-google a{
	color:#333;
}

#prof-youtube {
	   position: absolute;
   padding: 0 0 10px 223px;
    margin-top: -49px;
	top: -72px;
	z-index:2;
}
#prof-youtube a{
	color:#333;
}
#prof-instagram {
	 position: absolute;
  padding: 0 0 10px 250px;
    margin-top: -49px;
	top: -72px;
	z-index:1;
}
#prof-instagram a{
	color:#333;
}
.wp_rp_content ul li:before {
    content: none;
}
/*LPワイド画像*/
#lpwide-img{
	margin:0 auto -1px auto;
	width:100%;
	max-width:2000px;
	text-align:center;
}
#lpwide-img-inner {
    margin: 0 -500px;
}

.page-template-page-one-column main ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.page-template-page-one-column main ul li {
	font-size: 16px;
	line-height: 27px;
	padding-left:1em;

}
.page-template-page-one-column main ul li:before {
	content: '';
	width: 9px;
	height: 9px;
	margin-right:.85em;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -10px;
	top: -1px;
}




/*----------ol--------*/
.page-template-page-one-column main ol {
  list-style: none;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
  list-style-position: inside;
}

.page-template-page-one-column main ol li{
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.page-template-page-one-column main ol li:before {
  text-indent: 0.4em;
  margin-right: -1em;
  counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  content: counter(ol_li); /* before擬似要素のcontentで出力 */
  color: #333; /* 色を変更 */
  display: inline-block;
  width: 3.5em;
  height: 1em;
  font-weight: bold;
}
#comments {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#comments ol li:before {
    display: none;
}

ol.commets-list {
    background: #f3f3f3;
    padding-bottom:10px;
}

.comment-author.vcard img {
    margin-left: -15px;
　　padding-top: 30px;
}

cite.fn {
    padding-left: 25px;
}


a.comment-edit-link {
	 display: none;
    float: left;
    margin-left: 140px;
}
.comment-meta.commentmetadata a {
    padding-left: 75px;
    float: left;
    margin-top: -42px;
}


#comments p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px;
    color: #333;
    padding: 5px 0;
    margin-left: -1em;
    text-indent: 0em;
}

a.comment-reply-link {
    padding-left: 30px;
}

.commentmetadata {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: -30px;
}

 /*返信スタイル*/

#comments ul.children {
    background:#FFF;
    margin: 10px;
    margin: -10px 20px 20px -5px;
}

#comments ul.children img {
	float: left;
    padding: 10px 0 0 0;
    margin-right: -10px;
}

#comments ul.children cite.fn {
    padding-left: 45px;
    float: left;
    margin-top: 15px;
}

#comments ul.children span.says {
	    display: none;
    padding-left: 25px;
    margin-top: 15px;
    float: left;
}
#comments ul.children .comment-meta.commentmetadata a {
    float: left;
    padding-left: 50px;
    text-align: left;
    text-indent: .1em;
    margin-top: -40px;
}

/*コメントを残す*/

h3#reply-title {
    margin-top: 20px;
}
p.descr {
    display: none;
}
#logo-area {
    width: 100%;
    max-width: 50%;
    padding: 0 10px 0px;
    margin: 0 auto;
}
.sitename img {
    width:100%;
	max-width:600px;
	height:auto;
    margin: 0;
}
header .sitename a {
    color: #ffffff;
    margin: 15px 5px 0 5px;
}
#header-right-upper {
    height: 50px;
    padding-right: 10px;
    margin: 0 0 5px 0;
    float: right;
}
#header-right-upper #search {
    margin-left: auto;
    padding-bottom: 0px;
    position: relative;
    width: 200px;
    margin-top: 0px;
}
#header-right-upper #s {
    position: absolute;
    right: 30%;
    height: 33px;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #ffffff;
    z-index: 10;
    padding: 10px 45px 10px 5px;
    width: 100%;
    box-sizing: border-box;
    transition: all .5s;
}
#header-right-upper #searchsubmit {
    border-radius: 0;
    background-color: #ffffff;
    position: absolute;
    right: 32%;
    top: 5px;
    width: 23px;
    height: 23px;
    z-index: 20;
}

#kijishita {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    background: #f4f4f4;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    height: auto;
    min-height: 800px;
    max-height: 900px;
	overflow: hidden;
	clear:both;
}
#kijishita-inner {
 float:none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
}


.point {
    color: #292929;
    font-size: 22px;
    text-align: center;
}
#kijishita h2 {
    color: #1a1a1a;
    background: none;
}
#before-footer{
    float:none;
    width:auto;
    max-width:100%;    
    margin: 0px auto;
    padding:0;
    background: rgb(244, 244, 244);
    line-height: 140%;
    font-weight: bold;
    text-align: center;
}

#before-footer-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
}
.footer-navi {
    float: none;
    width: 100%;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}
/*=================================
　この記事が気に入ったら
=================================*/
/*記事がよかったら、いいねPC*/
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}

.p-entry__pushThumb {
    display: table-cell;
	min-width: 240px;
    background-position: center;
background-size:cover;
}

.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}

.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.p-entry__pushButtonLike {
    line-height: 1;
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
/*--------------------------------------
  780px SNS
--------------------------------------*/
.share {
    width: 109%;
	padding-bottom:0px;
}

.sns li:nth-child(5n) {
	margin-right:0;
}	

.sns ul li:before {
	margin:0;
	display:none;
}
/*1カラム固定ページ（SNSボタン）幅調整*/
.page-template-page-one-column-sns .entry-title {
    margin-bottom:10px;
}

/*=======================================
　カラム
=======================================*/
.colwrap {
	padding:0 5px;
	clear:both;
}
.col3{
	float:left;
	width:32%;
	margin:0 2%;
}
.col3:first-child{
	float:left;
	width:32%;
	margin:0;
}
.col3:last-child{
	float:left;
	width:32%;
	margin:0;
}
.col2:first-child{
	float: left;
    width: 49%;
    margin: 0 1% 0 0;
}
.col2:last-child{
	float:left;
	width:49%;
	margin:0 0 0 1%;
}
.col3 img {
    margin: 0 0 10px;
}

.col4{
	float:left;
	width:23.5%;
	margin:0 1% 0 1%;
}
.col4:first-child{
	float:left;
	width:23.5%;
	margin:0 1% 0 0;
}
.col4:last-child{
	float:left;
	width:23.5%;
	margin:0 0 0 1%;
}
.col4 img {
    margin: 0 0 10px;
}
.col37 {
    float: left;
    width: 28%;
    margin: 0 1% 0 1%;
}

.col73 {
    float: left;
    width: 68%;
    margin: 0 1% 0 1%;
}
/*スマホ用だけ文字を小さくするショートコード*/
.spfont{
	font-size:1em;
}
.spfont a{
	font-size:1em;
}
.spfont p{
	font-size:1em;
}
.spfont ul li{
	font-size:1em;
}
.spfont ol{
	font-size:1em;
}
/*ヘッダー画像のボタンのサイズ*/
.hbtn-wrap a{
font-size:1.0em;
}
/*************************************************
　↑　領域4　PCサイズ　終わり　↑
**************************************************/

}
