@charset "utf-8";

/*
Theme Name: shougaisyashisetsugv
Description: レスポンシブデザイン
Version: 1.0
Author: HanasakadowKikaku
*/

/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

nav ul {
    list-style:none;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/* ------------------------------------------------ */
/* 1.共通
/* ------------------------------------------------ */

/* ボックスサイズの計算方法を指定 */
* {
	box-sizing: border-box;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #2d3d54;
}

a:hover {
	color: #87ceeb;/*水色*/
}

/* 編集リンク */
a.post-edit-link {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	display: block;
	text-decoration: none;
	color: #333;
	width: 5em;
	padding: 0.4em 1em;
	text-align: center;
}

/*--------------------------------------
 段落の基本スタイル
 --------------------------------------*/
/* 2等分で横並び */
.col-2 {
	width: 50%;
	float: left;
}

/* 3等分で横並び */
.col-3 {
	width: 33.33%;
	float:left;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.tuyoi {
font-size: 48px;
font-weight: bold;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter {
	clear: both !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.bold {
	font-weight: bold;
}
.bred {
	font-weight: bold;
	color: #ff0000;
}
.bgreen {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #000;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {/*引用*/
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignmiddle {
vertical-align: middle;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : Meiryo, "メイリオ",verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 18px;
}

h1 {
	font-size: 40px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.3;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	background-position:center;
	width: 100%;
	padding: 0;
	margin-bottom:0;
	background-color:#e0ffff;
	}

#header .top_title {
	color: #000;
	margin-bottom: 2px;
	font-size: 20px;
}

#header .top_title a {
	color: #87ceeb;
	font-weight: bold;	
}

#header .top_title a:hover {
	color: #444;
}

#header .caption {
	/*font-family:'ＭＳ 明朝';*/
	font-size: 13px;
	padding: 0.3em 0.5em;
	margin: 3px 12px;
	letter-spacing: 1px
}
.hgroup {
	margin: 0;
	padding: 0 50px;
	position: relative;
	}

/*電話*/
#header .tel {
 margin-top: 6px;
	color: #008000;
}
.tel >i{color: #1bb693;}
.tel a {
	color: #1bb693;
	font-family: Impact, sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
}
.tel a:hover {
	color: #d03c56;
}
#header.tel p {
	display: none;
	}
	
	
/* 検索フォーム */
#searchform {
	margin: 15px 0;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #fe9a2e;
}


/*--------------------------------------
  ナビゲーション
--------------------------------------*/
.nav {	width: 100%;
	background-color: rgba(0,0,0,.7);/*背景色にのみ透過を適用する為rgba*/
	border-bottom:1px #ffc0cb solid;　/*#fa5858*/
}
nav#menu {
	margin-bottom: 0;
	}

.menubtn {/*ハンバーカーボタン*/
	font-size:24px;
	padding: 2px 15px;
	color: #666;
	text-align: left;
	background: rgba(239,239,239,.7);
	cursor: pointer;
}

/* ナビゲーションメニュー（縦並び） */
.togmenu {
	display: none;
	color: #666;
	width: 100%;
	}

nav#menu ul {
	overflow: hidden;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fe9a2e;
}

nav#menu ul li a {
	display: block;
	color : #fcfcfc;/*白*/
	padding : 8px 4px;
}

nav#menu ul li a:hover {
	color: #fa5858; /*赤*/
	background-color: #fff;
}

nav#menu ul.sub-menu {/*nav#menu ul li ul liと同じ階層表す*/
  display:none;
  background-color:#f0f8ff;/*薄い水色*/
}

.menu-item-has-children{
background: url('./images/trigger-arrow-back.png') no-repeat 98% 50%;
}
nav#menu ul li ul li:last-child{
border-bottom: none;
}
nav#menu ul li .none-submenu {
display: block;
padding: 15px;
}
nav#menu ul li .active-submenu {
display: block;
padding: 15px;
}

/*表風リスト*/

.hyou{margin:50px 15px;
       border-collapse:collapse;
       width:95%;
       font-size:14px;
       }
.hyou img{margin-bottom:0 !important;
	padding-bottom:0 !important;
}

#hyou{ float:left;
       display:table; 
       background-color:#fff;
       }
.dan {
      display:table-row;
       }
.dan>div {
      display:table-cell;
      min-width: 100px;
       margin:15px;
       padding:5px 8px;
       border:1px solid #b0c4de;
       }


/*ボタンアイコン*/

.button {
  display: inline-block;
  margin:4px;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #afa58d;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
.button:hover {
  opacity: 0.9;
}
.button-showy {
  background-color: #e37222;
}
.button-gold {
  background-color: #ffd700;
}

.button-outotu {
	border-bottom: 3px solid rgba(0,0,0,0.3); 
	border-right: 3px solid rgba(0,0,0,0.3); 
	border-top: 3px solid rgba(200,200,200,0.5); 
	}

/*ソートボタン*/
.sorter ul li {
	float:right;
	text-align:right;
	color:#ff1493;
}
.sorter ul li a{
	color:#ff1493;
	padding:0 5px;
}
.sort-button {
	color:#ff1493;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}

/*FAQ*/
.qa dl{
	border:none !important;
	}
.qa dl dd,
qa dl dt{
	padding: 0 20px 0px 20px;
	}

.qa dl dt{
	margin:20px 20px 0 0;
	}


.qa dl dd{
	padding-bottom:15px;
	border-bottom: 1px #000 dotted;
	}

.qa dl dt:first-letter{
	color: #55acee;
	font-size: 1.6em;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
}

.qa dl dd:first-letter{
	color: #fc4a1a;
	font-size: 1.6em;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
	}
	

/* ###########装飾に関して ########### */

/* SNSのシェアボタン */
.sns-button:after	{
	content:"";
	display:block;
	clear:both;
	margin-bottom: 20px;
	}

.sns-button	{margin-top: 20px}

.sns-button ul	{margin: 0;
	padding: 0;
	list-style: none}

.sns-button li {
	float: left;
	width: 100%}


.sns-button li a{display: block;
	padding: 5px;	
	text-decoration: none;
	}
	
		
.sns-button li.fbbtn a{color:#3B5998}
.sns-button li.twbtn a{color:#55acee}
.sns-button li.ytbtn a{color:#ff0000}
.sns-button li.feedlybtn a{color:#ff8c00}

/*badge*/
.badge		{float: right;
		width: 32px;
		height:32px;
		-moz-box-sizing; border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 16px;
		color: #fff;
		text-align: center;
		padding: 7px;
		margin:2px;
		}
.badge i	{display: block;
		text-align: center;
		}

.col-white	{background-color: #fff;
		}
.col-purp	{background-color: #8b008b;
		}
.col-yell	{background-color: #ff8c00;
		}
.col-pink	{background-color: #db7093;
		}
/* 写真のフレーム */
.photoframe {
	background:rgba(255,182,182,0.4);
	border: 1px solid #eeeeee;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #999999;
	padding: 4px;
}
/*--------------------------------------
フロントページ　オススメ
--------------------------------------*/
.biz-box {
	padding: 0 20px;
	margin-bottom: 30px;
}

.biz-box h3 {
	text-align: center;
	font-weight:400;
	font-size:13px !important;
}

.biz-box img {
	margin-bottom: 25px;
	width: 100%;
}
/*--------------------------------------
フロントページ　search&filter
--------------------------------------*/
.searchandfilter p {
	display:block;
	}
.searchandfilter ul {
	background: #fffacd;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align:left;
	width: 100%;
	display: table;
	}
.searchandfilter ul li h4 {
	margin-top:0 !important;
	list-style:none;
	/*float:left;*/
	}
/*===メディアクエリ====*/
@media(min-width:789px){
.searchandfilter ul li h4 {
	width:600px;/*改行させる為*/
}
}
/*===メディアクエリここまで====*/
.searchandfilter ul li ul {
		margin-bottom:0 !important;
		border:none ;
	}
.searchandfilter ul li ul li{
	list-style:none;
	float:left;
	}
	
.searchandfilter ul li ul:after{
	content:"";
	display:block;
	clear:both;
	}
     
.widget-area .searchandfilter li, .widget-area .searchandfilter p {
	display:block;
	}
.searchandfilter {
      /*  text-align: center;*/
    }
.searchandfilter label {
	display:block;
	}
/* .searchandfilter h4 {
	margin-top:0px;   
	margin-bottom:0px;
	font-size:14px;
	}*/
.searchandfilter ul > li > ul:not(.children) {
	margin-left: 10px;
	/*margin-right: auto;*/
	}
.searchandfilter input[type="text"] {
	width: 300px;
	height: 40px;
	display:block;	
	}
.searchandfilter input[type="submit"] {
	width: 300px;
	height: 50px;
	display:block;	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	padding: 0.5em 1em;
	background: -moz-linear-gradient(#ffb03c, #ff708d);
	background: -webkit-linear-gradient(#ffb03c, #ff708d);
	background: linear-gradient(to right, #ffb03c, #ff708d);
	color: #FFF;
	cursor: pointer;
	}
 .searchandfilter li {
    list-style: none;
    display: block !important;
    padding-right: 10px;
}  
/*--------------------------------------
  アーカイヴページのソート
--------------------------------------*/
.archiveItem ul li{
float: left;
}
/*--------------------------------------
フロントページ　cateSearch
--------------------------------------*/
.cateSearch {
	background: #fffacd;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align:left;
	width: 100%;
	display: table;
	font-size: 18px;
			color:#fe56aa;
	}
.cateSearch ul li{
	font-size: 18px;
	border-left: 3px solid #fe56aa;
	margin: 15px;
	padding: 0.2em 0.2em 0.2em 0.5em;
	float:left;
	}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 24px auto 0;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	margin-bottom: 1em;
	text-align: left;
}

#contents #main {
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 2em 0.8em 0;
	display:inline-block;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
	display:inline-block;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #fe9a2e;
}

#contents #main .home_area .thumb_box {
	float: left;
	width: 100px;
	margin: 0 8px 0 0;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
	margin: 0.8em 0;
	padding-left: 1em;
	margin-left: 0.5em;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto;
	width: 90%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

/*#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #f0f8ff;
	font-weight: bold;
	text-align: center;
}*/

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body .thumb_box img {
	margin-bottom: 12px;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 16px;
	}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #87ceeb;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	border-bottom: 1px dashed #fe56aa;
	margin-bottom: 15px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#archive_body h2,
#article_body h2 {
	font-size: 20px;
	text-align: left;
	margin: 15px 0 36px;
	border-bottom: 1px dashed #fe56aa;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	padding:10px;
	border-bottom: 1px dashed #fe56aa;
	margin: 15px;
}

#article_body h4 {
    font-size: 18px;
    border-left: 8px solid #fe56aa;
    margin: 15px;
    padding: 0.2em 0.2em 0.2em 0.5em;
    color: #fe56aa;
    font-weight: bold;
    margin: 0;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 15px 0;/*48px 0*/
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #fe9a2e;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/ 

.share .twitter, .share .facebook, .share .insta{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.share .facebook {
  width: 150px;
  overflow: hidden;
  margin-bottom:12px;
}


/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ccc;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #f0f8ff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*----------------------
　　　テーブル
-----------------------*/
/*テーブル*/
@media (min-width: 600px) {
.tableKiji{
	border-collapse:collapse;
	width:700px;
	margin:10px 0;
	table-layout: fixed;
	}


.tableKiji th{
	padding:10px;
	border:1px solid #CCC;
	margin-top: -1px;
	font-weight: normal;
	text-align:left;
	background:#caebf2;
	}
.tableKiji td{
	padding:10px;
	border:1px solid #CCC;
	margin-top: -1px;
	}
.c-retu{width:200px;}
.a-retu{font-size:12px;
	width:120px;}
.b-retu{}
.e-retu{width:80px;}
	}
/*##########テーブル##########*/
@media (max-width: 599px) {
.tableKiji{
	width:95%;
	margin:10px auto;
	}
th{
	width:100%;
	display:block;
	padding:5px;
	background:#efefef;
	margin-top:5px;
	border-bottom:0;
	}
td{
	width:100%;
	display:block;
	padding:5px;
	margin-bottom: -1px
	}
	}
}

/*--------------------------------------
  ContactForm
--------------------------------------*/
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7-form-control-wrap your-name{margin-top: 20px}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
	color: #333;
	width: 400px;
	margin-bottom: 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0;	
}

.wpcf7 textarea {
	color: #333;
	width:75%;
	margin-bottom: 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0;
	}

.wpcf7 input[type="submit"] {
	font-size: 100%;
	color: #333;
	margin: 3px auto 0;
	padding: 8px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: transparent;
	border-radius: 5px;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	color: #888;
}
.wpcf7 input:focus,
.wpcf7m textarea:focus {
	box-shadow: 0 0 8px rgba(0, 255, 255, 0.2) inset;
}


/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 10px 0 10px 0;
	font-size:12px;
}

#prenex li {
	float: left;
	margin-right:40px;
	list-style:none;
}

#prenex a {
	text-decoration: none;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #fe56aa;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

#sub ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 16px;
	color: #444;
	/*background: #dcdcdc;*/
	border: double 3px #ffc0cb;/*#5b8bd0水色*/
	padding: 0 20px;
	margin-top: 24px !important;
}

#sub li > h4 {
	margin-top: 24px;
}



/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 40px;
}

#sub .side-sns ul {
	display: inline-block;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #fe9a2e;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  記事ページ　SNSアイコン
------------------------------------*/
.sns-yokonarabi {float:left;}
/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget li {
	border-bottom: none;
	}	

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	/*text-indent: 1em;*/
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
/*	border-top: 1px solid rgba(0,0,0,.2);*/
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin: 30px;
}

#wp-calendar {
	border-collapse:collapse;
	border: 1px solid #999;
	width: 60%;
	margin:0;
}

#wp-calendar tr, th, td {
	border: 1px solid #999;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #ff3b3f;
	color: #efefef;
}

/*--------------------------------------
 WordPress Popular Postsプラグイン
--------------------------------------*/
/* カウンターの初期化 */
.wpp-list {
counter-reset: ranking;
}
.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
.wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
}
.wpp-list li::before {
  counter-increment: ranking;/* カウンターの数字を表示 */
  content: counter(ranking);/* カウンターの数字を表示 */
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4a460;
  border-radius:10px;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
  border:1px solid #fff;
}
.wpp-thumbnail {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
.wpp-thumbnail:after {/*文法上リンクとリンクの間に空白を入れる為*/
content:" ";
}
.wpp-list li:nth-child(1)::before {
  background-color: #fe9a2e;
}
.wpp-list li:nth-child(2)::before {
  background-color: #fe9a2e;
}
.wpp-list li:nth-child(3)::before {
  background-color: #fe9a2e;
}

.wpp-post-title {
	font-size: 90%;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	margin-top:10px;
	padding: 12px 0 24px 0;
	color: #fff;
	text-align: center;
	background-color : #444;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer p {
	font-size: 12px;
	margin: 0 15px;
}

#footer h2 {
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer h3 {
	font-size: 16px;
	padding: 3px 0 3px 5px;
}

#footer a {
	color: #fcfcfc;
}

#footer ul {
	margin-bottom: 24px;
}

#footer ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

/*horizontal-list*/
.footer {
	width: 100%;
	padding: 20px 0 30px;
	color: #fff;	
}
.horizontal-list{
	width:100%;
	margin: 0 auto;
	text-align: right;
}
.horizontal-item {
	display: inline-block;
	padding: 0 10px;
	letter-spacing 1pxl
}
.horizontal-item + .horizontal-item {
	border-left: 1px solid #bbb;
}
.horizontal-item a {
	border-bottom: 1px dashed #777;
	color: #bbb;
	font-size:12px;
}
.horizontal-item a:hover {
	color: #ddd;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #888;
}
#page-top a:hover {
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#footer .top-home a {
	color: #fe56aa;
	font-size: 150%;
}

.top-home .fa {
	margin: 20px;/*0*/
}

/*--------------------------------------
  ここからタブレット表示設定(768以上に適用)
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px header
--------------------------------------*/
#header img{margin-top:0px;
box-shadow: 0px 2px 3px #caebf2;
}
/*--------------------------------------
  フロントページエリア
--------------------------------------*/
/*-tab-*/
.work-section .tabs-nav a {
    font-size:16px;
}

.biz-box h3 {
	font-weight:600;
	font-size:16px !important;
}

/*--------------------------------------
  フロントページエリア　メディア掲載
--------------------------------------*/
.container {
  display: table;
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
}
.item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  border-left: 0.5px solid #ccc;
  }
.item:nth-child(1) {
    width: 50%;
    }
.item:nth-child(2) {
    width: 50%;
    border-right: 0.5px solid #ccc;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main {
	padding: 0 35px;/*20px 35px;*/
	margin-bottom: 24px;
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	height: 150px;
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2{
    position:relative;
    margin:0 22px 30px 10px;
    padding:14px 15px 0px 20px;
    color:#2d3d54;
    border:none;
    background:#ffb6c1;
    box-shadow:
        12px 0 0 0 #ffb6c1,
        0 12px 0 0 #ffb6c1,
        1px 15px 4px -3px rgba(0,0,0,0.2);
}

#article_body h2:before{
    content:" ";
    position:absolute;
    top:100%;
    left:100%;
    width:0;
    height:0;
    border-width:12px 12px 0 0;
    border-style:solid;
    border-color:transparent;
    border-top-color:#cc9;
}

#article_body h2:after{
    content:" ";
    position:absolute;
    padding:0 20px;
    bottom:0;
    left:10px;
}


#article_body h3{
	font-size: 18px;
	border-bottom: 1px dashed #fe56aa;
	margin: 36px 0 24px 0;
	padding: 0 0 5px 0;
}


/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}


/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
#relations {
	margin: 36px auto;
}
#relations a {
	font-size: 95%;
}

#relations .rel-in {
	display: inline;
}

#relations .rel-in > li {
	float: left;
	width: 145px;
	height: 262px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
}

#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 10px 5px;
}

#relations .rel-in .rel-in-thumb {
	float: none;
	margin: 0 auto 5px;
	width: 110px;
	height: 110px;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	margin: 0 auto;
	text-overflow: clip;
	height: 120px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 60px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}

/*--------------------------------------
  768px ページャー
--------------------------------------*/
.pager{
	text-align:center;
	margin: 0 auto;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	background: #fe56aa;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 20px;
	color: #333;
	border: double 3px #fe56aa;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*-----------------------------------
  768px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	padding: 24px 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}

}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定(1024以上に適用)
--------------------------------------*/

@media screen and (min-width : 1024px) {


/*--------------------------------------
  1024px 全体
--------------------------------------*/
body {
	background: #fff;
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
/*header {
	text-align: left;	
}*/

#header .hgroup {
	position:absolute;
	top:43px;
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}
#header .top_title {
	margin-top:240px;
	margin-left:30px;
	text-align: left;
	font-size: 30px;
	text-shadow: 1px 1px 0 #fff,
	 -1px 1px 0 #fff,
	1px -1px 0 #fff,
	-1px -1px 0 #fff;
}
#header .caption {
	top:30px;
	text-align: left;
	margin: 0;
	font-size:13px;
	/*font-weight:600;*/
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}

/* siteTitleとsiteTelを横に並べる設定 */
.hgroup::after	{
	content: "";
	display: block;
	clear: both;
	width:100%
}
.site-title{
	float: left;
	width: 85%;
}
.site-tel {
	margin-top: 20px;
	float: left;
	bottom: 10px;
	width:15%;
	color:#fff;
}
.tel{
	font-size: 24px;
	font-style:bold;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
	}

#header.tel p {
	display: block;
	font-size: 13px;
	color: #444;
	font-size: 14px;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px 20px;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
.nav {	position: fixed;
	z-index: 999;/*背景の上にくるよう*/
}
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 100%;
	overflow: visible;/*ここに入れないとはみ出せないので表示できない*/
	max-width: 1060px;/*画面が大きすぎでも幅を固定*/
	margin: 0 auto;/*メニュー全体中央寄せ*/
}

nav#menu ul li {
	position: relative;
	float: left;
	width:auto;
	text-align: center;
	border: none;
	margin: 0 auto;
	font-size: 15px;

	min-width: 130px;
}

nav#menu ul >li + li {border-left: 1px solid rgba(0, 0, 0, 0.1);}

nav#menu ul.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	width:180px;
	background-color:#f0f8ff;/*薄い水色*/
	border-bottom:1px #fa5858 solid;
	padding :4px;
}

nav#menu ul li:hover .sub-menu {
display:block;
overflow: visible;
z-index:999;

}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;/*表示の仕方を表すことで表示*/
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/

#contents {
	overflow: hidden;
	width: 1060px;
	margin: 12px auto;
}

#contents #main {
	float: left;
	margin: 0 28px 0 0;
	max-width: 828px;
	padding: 20px 0px;
	border-radius: 0;
}

#entry_body {
	width: 704px;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 24px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	border-bottom: 1px dashed #fe56aa;
	line-height: 1.2;
	margin-bottom: 24px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
	background: #fff;
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}


/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	float: right;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 20px;
	text-align: left;
	border: none;
	color: #333;
	border: double 3px #ffc0cb;
	font-weight: bold;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	/*text-indent: 1em;*/
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

.footer_l {
	float: left;
	width: 336px;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}

.horizontal-list{
	width: 1060px;
	margin: 0 auto;/*中央よせ*/
	text-align: right;
}
}

/*--------------------------------------
  ここからPC表示設定(1800以上に適用)
--------------------------------------*/

@media screen and (min-width : 1800px) {

#header .top_title {
	margin-top:150px;
}

#searchform {
	margin-top: 250px;
}
}
/* PC表示ここまで */