@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: basis-one
---------------------------------------------------------*/

/*
----table of contents----
リンクの色
media Queries タブレットサイズ（768px～991px）のみで適応したいCSS -タブレットのみ
media Queries PCサイズ（992px）以上で適応したいCSS - PCのみ
ヘッダー
フッター
ボタン
タイトル
*/
/*@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;700&display=swap');*/
/*font-family: 'Kaisei Decol', serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');*/
/*font-family: 'Italianno', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@600&display=swap');
/*font-family: 'Oxanium', cursive;*/

* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}

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

html,
body {
	height: 100%;
}

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

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

.st-hide {
	display:none;
}

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

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

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 0px;
}

/* リンクの色 */
a {
	color: #1746DC;
}

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

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

.inline-img img {
	display: inline;
}

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

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

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

iframe {
	max-width: 100%;
}

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

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

/*続きを読む*/
.tuzukicenter {
	text-align:center;
	padding:20px;
}
.tuzuki {
	padding:10px 20px;
	background:#f3f3f3;
	margin:10px auto;
}

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

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

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

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

.clear {
	clear: both;
}

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

.sticky {
}

.bypostauthor {
}

.gallery-caption {
}

.screen-reader-text {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-title a {
	color: #333;
	text-decoration: none;
}
h1.title-h1 {
	color: #333333;
	font-size: 24px;
	line-height: 1.2em;
	padding: 0.8em 0px 0.7em 34px;
	margin: 0px 0px 1.5em 0px;
	border-top: 7px solid #009FE8;
	border-bottom: 3px solid #009FE8;
	background-image: url(images/title/img_title_tips_h1.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* 中見出し */
h2.title-h2 {
	color: #333333;
	font-size: 22px;
	line-height: 1.2em;
	background-color: #e2f1ff;
	padding: 0.7em 0px 0.5em 34px;
	margin: 0px 0px 1.5em 0px;
	background-image: url(images/title/img_title_tips_h2.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/*小見出し*/
h3.title-h3 {
	color: #333333;
	font-size: 20px;
	line-height: 1.2em;
	padding: 0.2em 0px 0em 34px;
	margin: 0px 0px 1.5em 0px;
	background-image: url(images/title/img_title_tips_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
}

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

dd h3 {
	line-height: 23px;
}

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

/*.post h4 {
	font-size: 16px !important;
	color: #377433;
	line-height: 1.2em !important;
	font-weight: normal!important;
	margin: 20px 0;	
	background-color: inherit !important;
}*/

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

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

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

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

/*NEWENTRY及び関連記事テキスト*/
.n-entry-t {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding-top:20px;
}

.n-entry {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:5px;
	left:0;
}

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

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

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

.cat-itiran h3 {
    border:none;
}

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

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

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

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

/* オリジナルスタイルsmartphone */
.huto {
	font-weight:bold;
}

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

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

.komozi {
	font-size: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kanren dt {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.kanren dt img {
	width: 100px;
	height: 100px;
}

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

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

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

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

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

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

.kanren .clearfix dd .kanren-t a {
	color: #000;

	text-decoration: none;
	font-size:120%;
	line-height: 1.5;
	/*font-weight:bold;*/
	padding-bottom:5px;
}

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

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

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

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

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

}

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

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

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

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

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

#scrollad {
	padding: 20px 0;
}

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

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

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

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
	line-height: 18px;
	vertical-align:top;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
	line-height: 18px;
}

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

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

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

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

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

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

.notab table th {
	border:none;
}

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

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

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

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

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

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

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

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

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

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

.ie8 img {
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

}

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

.post #search input{
	border:none;
}

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

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

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

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

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

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

.responbox50.smart50 {
	overflow:hidden;
}

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

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

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

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

#s-navi {
	margin: 0 0 0 10px;
}

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

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

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

#s-navi dt.trigger {
	cursor: pointer;
	height: 47px;
	/*overflow:hidden;*/
}

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

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

#s-navi:after {
	content: "";
	display: block;
	clear: both;
}

#s-navi dd.acordion_tree {
	position: absolute;
	background:#FFFFFF;
	padding: 10px 10px 10px 10px;
	display: none;
	overflow: hidden;
	top: 50px;
	right: 0px;
	width:100%;
	/*box-sizing:border-box;*/
	text-align:left;
	z-index: 1;
}

.acordion_tree ul.menu {
	border-top: 1px solid #EEEEEE;
	margin: 0;
}

.acordion_tree ul.menu li {
	color:#333333 !important;
	float: none;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	list-style:none;
	border-bottom: 1px solid #EEEEEE;
}

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

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

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

.menu-close {
	padding:10px;
}

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

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

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

#s {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	height: 34px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

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

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

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

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

.footermenust li {
	font-size: 12px;
	line-height: 1.2em;
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	min-width: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0px;
	/*border-right:1px solid #ccc;
	font-size:12px;
	line-height:18px;*/
}

.footermenust li:before {
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 5px;
	color: #FFFFFF;
}

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

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

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

/*コメントナビ*/

.pagelink {
	font-size: 0;
	padding: 0px 0px;
	text-align:center;
	margin: 10px 0 40px 0;
}

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

.pagelink a {
	text-decoration:none;
	font-size:13px;
}

.pagelink a:hover {
	opacity:0.5;
}

.pagelink .page-numbers {
	border:1px solid #ccc;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:15px;
	min-width:32px;
	/*height:20px;*/
	display:inline-block;
	/*float:left;*/
	text-align:center;
	background-color: #FFFFFF;
	border-radius: 16px;
}

.pagelink .page-numbers.current {
	opacity:0.5;
}

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

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

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

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

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#breadcrumb ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#breadcrumb ol li {
	color: #333;
	font-size: 14px;
	list-style:none;
	display: inline-block;
}

#breadcrumb ol li a {
}

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

.sns{
	width:100%;
	margin:0 auto;
	padding:0 0 10px;
	/*text-align: center;*/
}

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

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

.post .sns ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 10px;
	display: inline-block;
}
.sns li {
	float:left;
	list-style:none;
	/*width:50%;*/
}

.sns li a {
	font-size:15px;
	position:relative;
	display:block;
	padding:5px 10px 5px 10px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	/*height:28px;*/
	margin:0 5px 0 0;
	cursor:pointer;
	vertical-align: middle;
	line-height:25px;
	width: 40px;
	text-align: center;
}

.sns li a:hover {
}

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

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

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

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

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

.sns .fa-google-plus {
	/*border-right:1px solid #E0776D;
	padding-right:13px;*/
}

/* はてぶ */
.sns .hatebu a {
	background:#999999;
}

.sns .hatebu a:hover {
	background:#00a5de;
}

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

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

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

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

.sns .fa-get-pocket {
	/*border-right:1px solid #F27985;
	padding-right:15px;*/
}
.sns .pocket a:hover {
	background:#f03e51;
}
.sns-bg {
	padding: 25px 0px 0px 0px;
}

/*--------------------------------
カレンダー
---------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}

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

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

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

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

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

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

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

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

/*--------------------------------
コメント
---------------------------------*/

#comments p a {
	color: #333;
}

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

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

#comments label {
	display: block;
}

.metadata dd a {
	color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* コメント欄の下にある使用できるタグの表記を消す */

.form-allowed-tags {
	display: none;
}

#comments #st-reply-title {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}

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

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

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

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

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

.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 50px;
	color: #666;
	border: 1px solid #AAAAAA;
    border-radius: 10px;
    padding: 2px 0px 0px 10px;
}

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

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

#wrapper {
	margin: 0 auto;
	overflow:hidden;
	/*background-color: #FFFFFF;*/
}

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

header {
	text-align: center;
}

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

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

footer {
	clear: both;
	padding: 0;
}

#footer {
	background-color: #93B870;
	/*padding: 20px 15px;
	text-align: center;*/
}
.footer_banner{
	max-width: 500px;
    margin: 0 auto;
    width: 80%;
}
@media screen and (max-width: 575px) {
#footer {
	padding: 0px 0px 0px 0px;
}

}


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

.st-main {
	padding: 20px 15px;
	margin: 0 0 20px;
	/*background:#fff;*/
}

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

.ad {
	padding-bottom: 10px;
	margin:0px;
}
.adsbygoogle {
	max-width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

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

#st-menubox {/*サイズに関係なく背景色を入れる*/
	/*background-color: #FFFFFF;*/
	margin-top: -10px;
}
@media screen and (max-width: 991px) {
#st-menubox {
	margin-top: 0px;
}
}


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

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

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

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


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

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

/*media Queries タブレットサイズ（768px～991px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/*タグクラウド*/
	.tagcloud a {
		font-size: 20px!important;
		line-height: 1em;
		padding: 15px;
		margin-top: 10px;
	}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

	header {
		text-align: center;
	}

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

	#headbox {
		text-align:center;
	}

	#headbox img {
		margin: 0 auto;
	}

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

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


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

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

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	/*アドセンス*/

	.adbox {
		margin:0;
	}

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


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

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

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

	/*30%*/

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

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

	/*40%*/

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

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

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

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

	/*50%*/

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

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

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

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

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

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


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

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

	#topnews dt img {
		width: 100%;
	}

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

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

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

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


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

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


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

	#st-menubox {
		/*border-top: solid 4px #333333;*/
		/*background-color: #FFFFFF;*/
		margin-bottom:0px;
	}

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

	nav.smanone {
		max-width:1200px;
		height: 42px;
		margin:0 auto;
	}

	nav.st5 {
		max-width:1200px;
		height: 42px;
		margin:0 auto;
	}

	header .smanone ul.menu li{/*グローバルナビ　メニュー　　　　　　　　　　　　　　　　　　　　　　　*/
		list-style-type:none;
		float:left;
		/*width:110px;*/
		height:32px;
		text-align:center;
		/*border-right: dotted 1px #FFFFFF;*/
		position:relative;
	}

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

	header .smanone ul.menu li a{
		display:block;
		font-size: 14px;
		overflow:hidden;
		width:100%;
		height:100%;
		line-height:30px;
		padding: 2px 20px 0 20px;
		color:#333333;
		text-decoration:none;
		position:relative;
		z-index:1;
		transition: all 500ms 0s ease;
}
@media screen and (max-width: 1120px) {
	header .smanone ul.menu li a{
		padding: 2px 10px 0 10px;
}
}

	header .smanone ul.menu li a i {
		font-size: 18px;
		color:#90B821;
}

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

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

	header .smanone ul.menu li a:hover{
	color: #FFFFFF;
    background-color: #4CA223;
	}

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

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

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

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

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

	.smanone {
		display: block;
	}

	.pcnone {
		display: none!important;
	}

	header {
		padding: 0;
	}

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

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

	#headbox img {
		margin:0;
	}

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

	nav {
		display: block;
	}

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

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

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

	p {
		margin-bottom: 20px;
	}

	dd p {
		margin-bottom: 5px;
	}

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

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

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

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

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

	/*小見出し*/

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

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

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

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

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

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

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

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

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

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

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

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

	#header-l {
		float:left;
	}


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

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

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

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

	}

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

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


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

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


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

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

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

	#content {
		max-width:1200px;
		margin:0 auto;
	}

	footer {
		width:100%;
	}

	#footer {
		margin:0 auto;
	}

	#footer-in {
		max-width:1200px;
		margin:0 auto;
	}

	/* フッター文字 */
	#footer .footerlogo {
		font-size: 16px;
		line-height:26px;
		font-weight:bold;
	}


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

	.sns{
		/*width:90%;*/
	}

	.sns li {
		/*width:33%;*/
	}

	.snstext{
		display:inline;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.st-main {
		margin-right: 320px;
		margin-left: 0px;
		/*background-color: #fff;*/
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side .st-aside {
		float: right;
		width: 100%;
		padding: 0px;
	}

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

/*---フォントサイズ---*/
.fwB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}
.fs10{font-size:10px !important;}
.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}
.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}
.fs24{font-size:24px !important;}
.fs32{font-size:32px !important;}
.fs36{font-size:36px !important;}
.fs05em{font-size:0.5em !important;}
.fs07em{font-size:0.7em !important;}
.fs08em{font-size:0.8em !important;}
.fs12em{font-size:1.2em !important;}
.fs13em{font-size:1.3em !important;}
.fs14em{font-size:1.4em !important;}
.fs15em{font-size:1.5em !important;}
/*行間*/
.lh1em{line-height: 1em !important;}
.lh11em{line-height: 1.1em !important;}
.lh12em{line-height: 1.2em !important;}
.lh13em{line-height: 1.3em !important;}
.lh14em{line-height: 1.4em !important;}
.lh15em{line-height: 1.5em !important;}
.lh2em{line-height: 2em !important;}
/*align*/
.taC{text-align:center !important;}
.taR{text-align:right !important;}
.taL{text-align:left !important;}
/*改行しない*/
.noWrap{white-space: nowrap !important;}
/*フロート*/
.flL{float:left !important;}
.flR{float:Right !important;}
/*vertical-align*/
.verticalTop{vertical-align: top !important;}
/*文字色*/
.red{color: #CC0000 !important;}
.white{color: #FFFFFF !important;}
.gray{color: #CCCCCC !important;}
.darkGray{color: #666666 !important;}
.darkGreen{color: #005F02 !important;}
.black{color: #333333 !important;}
.blue{color: #076ec1 !important;}
.lightBlue{color: #2bc3ff !important;}
/*背景色*/
.whiteBg{background:#FFFFFF !important;}
.blackBg{background:#333333 !important;}
.grayBg{background:#CCCCCC !important;}
.lightGrayBg{background:#EEEEEE !important;}
.redBg{background:#CCCCCC !important;}
.red2Bg{background:#CC0000 !important;}
.darkGrayBg{background:#999999 !important;}
.yellowBg{background:#FFE100 !important;}
.blueBg{background:#004883 !important;}
/*罫囲み*/
.keiBox{border: 1px solid #666666 !important;}
/*インデント*/
.indent-1{padding-left:1em;text-indent:-1em;}
/*マージン*/
.m0{margin:0 !important;}
.m0auto{margin:0 auto !important;}
.m10{margin:10px !important;}
.m20{margin:20px !important;}
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb70{margin-bottom:70px !important;}
.mb100{margin-bottom:100px !important;}
.mb120{margin-bottom:120px !important;}
.mb150{margin-bottom:150px !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt100{margin-top:100px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}

/*パディング*/
.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.p30{padding:30px !important;}
.pLR10{padding-left:10px !important;padding-right:10px !important;}
.pLR20{padding-left:20px !important;padding-right:20px !important;}
.pL20{padding-left:20px !important;}
.pL30{padding-left:30px !important;}

.br3{border-radius:3px !important;}
.br5{border-radius:5px !important;}
.br20{border-radius:20px !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w20p{width:20% !important;}
.w30p{width:30% !important;}
.w33p{width:33.333333% !important;}
.w40p{width:40% !important;}
.w60p{width:60% !important;}
.w80p{width:80% !important;}
.w90p{width:90% !important;}
.w95p{width:95% !important;}
.w100p{width:100% !important;}

.h20{height:20px !important;}
.h30{height:30px !important;}
.h100{height:100px !important;}

.inline {
	display: inline;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/*表示・非表示*/
@media screen and (min-width: 768px){/*スマホ以外なら消す*/
.pc-cl{
	display: none;
}
.sm-cl{
	display: block;
}
}
     
@media screen and (max-width: 767px){/*スマホサイズなら消す*/
.pc-cl{
	display: block;
}
.sm-cl{
	display: none;
}
}     
@media screen and (min-width: 1200px){/*lgなら消す*/
.lg-cl{
	display: none;
}
}
     
@media screen and (max-width: 1199px){/*lg未満なら表示*/
.lg-cl{
	display: block;
}
}     
@media screen and (min-width: 992px){/*md以上*/
.md-cl{
	display: none;
}
.md-dp{
	display: block;
}
}
@media screen and (max-width: 991px){/*md未満*/
.md-cl{
	display: block;
}
.md-dp{
	display: none;
}
}     

/*ここから構成していく-------------------------------------------------------------------------------*/
/*ヘッダー-------------------------------------------------------------------------------*/

/*header h1 {
	font-size: 12px;
	font-weight: normal;
}*/
header .descr {
	color: #777777;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0 0;
}
#header-container {
	position: relative;
	padding: 40px 50px 50px 50px;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
#header-container {
	padding: 15px 15px 15px 15px;
}
}
header ul#gnav {
	margin-top: 5px;
	display: inline-block;
}
.header-logo {
	text-align: center;
	min-width: 225px;
	margin: 0 0 10px 0;
}
.header-descr {
	text-align: center;
	width: 100%;
}
.header-tell {
	font-size: 0px;
	text-align: left;
	min-width: 184px;
	margin: 13px 0 0 0;
}
.header-tell span {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
}
.header-button {
	font-size: 0px;
    text-align: right;
    min-width: 243px;
    margin: 13px 0 0 0;
}

@media screen and (max-width: 991px) {/*sm以下*/
	.header-logo {
		text-align: center;
		width: 100%;
		min-width: inherit;
		margin: 0 0 12px 0;
	}
	.header-descr {
		text-align: center;
		width: 100%;
		margin: 0 0 5px 0;
	}
	.header-tell {
		display: none;
	}
	.header-button {
	text-align: center;
	width: 100%;
	margin: 0;
}
}
/*ヘッダーイメージ*/
.header-title {
	text-align: center;
	display: block;
	padding: 45px 0px 40px 0px;
	background-size: cover;
	background-position: center;
	margin: 0 0 10px 0;
	/*top: 206px;
    left: 0px;*/
    height: 150px;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.header-title {
	/*margin: 0px -15px 0px -15px;*/
}
}
.header-title h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 10px 0;
    line-height: 1em;}
.header-title img {
	margin: 0 0 5px 0;
}
/*フッター-------------------------------------------------------------------------------*/
#footer-box {
	padding: 30px 15px 10px 15px;
	text-align: left;
	/*background-color: #8F9497;*/
	color: #FFFFFF;
}
#footer-box h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 3px 0;
}
#footer-box p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
}
.footer-border {
	border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px){
	.footer-border {
	border-left: none;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
}
}
.footer-copyright-wrap {
	background-color: #FFFFFF;
}
#footer-copyright {
	text-align: center;
	padding: 0.8em 1em 0.8em 1em;
	line-height: 1.2em;
}
#footernav ul.menu {
	display: inline-block;
}
#footernav ul.menu li {/*フッターメニュー親*/
	font-size: 13px;
	line-height: 1.2em;
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin-bottom: 10px;
}
#footernav ul.menu li:before {
	font-family: FontAwesome;
	content: '\f101';
	margin-right: 5px;
}
#footernav ul.menu ul.sub-menu li:before {
	content: none;
}
#footernav ul.menu ul.sub-menu {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
#footernav ul.menu ul.sub-menu li {/*フッターメニュー子*/
	font-size: 13px;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-bottom: 3px;
	margin-left: 13px;
}
#footernav ul.menu li a {
	color: #FFFFFF;
}
#footernav ul.menu ul.sub-menu li a {
	color: #FFFFFF;
}

/*サイドバー-------------------------------------------------------------------------------*/
.side-bar {
	padding: 15px 15px 15px 15px !important;
	background-color: #F5F5F5;
}

/*タイトル-------------------------------------------------------------------------------*/
.title_section {
	color: #001E82;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0.5em 0px;
}
.title_section_sub {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0.7em 0px;
}
@media screen and (max-width: 767px) {
.title_section {
	font-size: 20px;
}
}
.title-main {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: center;
	color: #333333;
	margin: 0 0 120px 0;
}
.title-sub {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2em;
	color: #333333;
	font-weight: normal;
	margin: 0 0 30px 0;
}
.title-third {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #333333;
	font-weight: normal;
	margin: 0 0 30px 0;
}
.title-fourth {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	font-weight: normal;
	margin: 0 0 20px 0;
}

/*ボタン-------------------------------------------------------------------------------*/
.button, .button-submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    text-decoration: none;
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
    color: #333333;
	padding: 10px 50px 9px 30px;
    letter-spacing: 0em;
    transition: all 300ms;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
	border: 1px solid #AAAAAA;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	transition: all 500ms 0s ease;
}
.button:after, .button-submit:after {/*リンクの右に三角*/
	position: absolute;
	color: #AAAAAA;
	content: "\f0da";
	font-size: 1.2em;
	font-family: FontAwesome;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
    line-height: 1em;
}
.button:hover, .button-submit:hover, 
.button:visited, .button-submit:visited {
	color: #333333;
}
.button:hover, .button-submit:hover {
	opacity: 0.7;
}
.button-sm {
	font-size: 14px;
	padding: 0.6em 3em 0.5em 1em;
    min-width: 180px;
}
.button-inquiry {
	display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    background-color: #65C183;
    border: 1px solid #65C183;
    color: #FFFFFF;
    padding: 12px 25px 12px 25px;
    letter-spacing: 0;
    transition: all 300ms;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
    transition: all 500ms 0s ease;
}
.button-inquiry:hover/*,
.button-inquiry:visited */{
	color: #FFFFFF;
	background-color: #8BE0A6;
}
/*.button-inquiry:hover {
	opacity: 0.7;
}*/
.button-inquiry i {
	font-size: 24px;
}

.button-submit-spanwrap {
	position: relative;
}
.button-submit-spanwrap:after {
	position: absolute;
	content: "\f0da";
	font-size: 1.5em;
	font-family: FontAwesome;
	right: 32px;
	top: 50%;
	margin-top: -0.55em;
    line-height: 1em;
}

.button-submit-qt {/*お問合せpg*/
    background-color: #fd7e14;
	color: #FFFFFF;
	width: 226px;
    height: 48px;
	border-radius: 5px;
}

/*ビジュアルメニュー*/
.grid-v-menu {
	max-width: 750px;
	display: -ms-grid;
	display: inline-grid;
	-ms-grid-columns: 1fr 20px 1fr;
	-ms-grid-rows: 1fr;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(1, auto);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	}
.grid-v-menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-v-menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}


@media screen and (max-width: 991px) {
.grid-v-menu {
	grid-template-columns:  repeat(2, auto);
	}
}
@media screen and (max-width: 767px) {
.grid-v-menu {
	grid-template-columns:  repeat(1, auto);
	/*grid-row-gap: 15px;
	grid-column-gap: 15px;*/
	}
}

.v-menu {
	grid-column-start: 1;
	grid-column-end: 5;
	position: relative;
	display: inline-block;
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
}
.v-menu img {
	width: 100%;
    max-width: 360px;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
.v-menu img {
	height: 200px;
}
}
.v-menu div {
	/*position: absolute; */
    text-align: left;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    width: 100%;
	max-width: 360px;
    padding: 0.7em 0em 0em 0em;
    /* background-color: rgba(68,112,100,0.50); */
    bottom: 0px;
}
.v-menu h3 {
	text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #4a9817;
    line-height: 1.2em;
    margin: 0 0 5px 0;
	background-image: url("images/tips/img_tips_right_green.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/*トップページ-------------------------------------------------------------------------------*/
/*メインビジュアル-------------------------------------------------------------------------------*/

/*新着情報-------------------------------------------------------------------------------*/
#top-news {
	background-image: url(images/bg/img_bg_school.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
#feed_area{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0px auto 20px auto;
	padding: 0px 0px 10px 0px;
	/*background-color: rgba(255,255,255,1.00);*/
}
.home #feed_area dl{
	position: relative;
    background-color: #FFFFFF;
    display: block;
    padding: 8px 25px 7px 12px;
    margin: 0 0 0px 0;
	border: none !important;
}
#feed_area dl{
	position: relative;
    background-color: #FFFFFF;
    display: block;
    padding: 8px 25px 7px 12px;
    margin: 0 0 10px 0;
	border: 1px solid #AAAAAA;
}
#feed_area dl:after{/*お知らせの右に▼*/
	position: absolute;
	content: "\f0da";
	color: #CCCCCC;
	font-size: 18px;
	font-family: FontAwesome;
	top: 50%;
	margin-top: -0.5em;
	right: 12px;
    line-height: 1em;
}
#feed_area dt{
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
	margin: 0px 15px 0px 0px;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
#feed_area dt{
	font-size: 12px;
}
}
.home #feed_area dt{
	font-size: 14px;
	vertical-align: middle;
}
#feed_area dd{
	font-size: 14px;
	line-height: 15px;
    display: inline-block;
    color: #333333;
    letter-spacing: 0em;
    margin: 0px 0px 0px 0px;
}
.home #feed_area dd{
	font-size: 14px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.home #feed_area dd{
	width: 100%;
}
}

#feed_area dd a {
	color: #333333;
}
#feed_area dd a:hover {
	color: #85C1F2;
	text-decoration: none;
}
.news-category {
    text-align: center;
    display: inline-table;
    font-size: 10px;
    line-height: 1em;
    color: #FFFFFF;
	background-color: #999999;
    padding: 5px 0px 4px 0px;
    width: 88px;
    margin: 0px 5px 0px 5px;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.news-category {
    font-size: 10px;
}	
}
.home .news-category {
    font-size: 10px;
}

/*トップページ セクション-------------------------------------------------------------------------------*/
section {
	padding: 50px 0px 50px 0px;
}
#top-main {
	padding: 0;
	/*background-image: url(images/bg/img_top_main_bg.jpg);
	background-size: cover;
	background-position: center;*/
}
.top-main-copy {
	position: relative;
	text-align: center;
	/*background-color: rgba(255,255,255,0.70);*/
	padding: 0px 0px 0px 0px;
	margin: 90px auto 90px auto;
	max-width: 700px;
}
.top-main-copy h2 {
	/*font-family: "フォーク M";*/
	/*font-family: "見出ミンMA31";*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	text-shadow: 0px 0px 5px rgba(0,18,75,0.60);
}
@media screen and (max-width: 991px) {/*モバイル*/
.top-main-copy {
	padding: 40px 30px 40px 30px;
	margin: 10px auto 10px auto;
}
.top-main-copy h2 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}
}
@media screen and (max-width: 767px) {
.top-main-copy {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
}

#top-concept{
	
}
#top-example{
	
}
#top-blog{
	background-image: url("images/bg/img_bg_graydot.jpg");
	background-repeat: repeat;
}
#top-contents{
	background-image: url("images/bg/img_smile_pattern_dot.png");
	background-repeat: repeat;
}
#top-sns{
	
}
/*トップページ　ブログ一覧-------------------------------------------------------------------------------*/
#top-blog-list {
}

/*ブロググリッド*/
.grid-blog-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	-ms-grid-rows: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 0.25fr);
	grid-template-rows: repeat(2, 0.25fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	margin: 0 0 25px 0;
	}
.grid-blog-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-blog-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-blog-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.grid-blog-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.grid-blog-list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-blog-list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-blog-list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.grid-blog-list > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.grid-blog-list > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.grid-blog-list > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.grid-blog-list > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.grid-blog-list > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}


@media screen and (max-width: 991px) {
.grid-blog-list {
	grid-template-columns:  repeat(3, auto);
	}
}
@media screen and (max-width: 767px) {
.grid-blog-list {
	grid-template-columns:  repeat(2, auto);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	}
}

.blog-card {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
}
@media screen and (max-width: 575px) {
#top-blog-list {
	margin-bottom: 20px;
}
.blog-card {
	margin: 0 0 10px 0;
}
}

.blog-card img {
	height: 200px;
	width: 100%;
}
.blog-card-title-wrap {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	margin: 0;
	padding: 10px 10px 10px 10px;
}
.blog-card-title {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*物件一覧-------------------------------------------------------------------------------*/
.title-bukken-loop {
	display: block;
	font-size: 20px;
	font-weight: normal;
	border-top: 4px solid #2E74DC;
	padding: 5px 0px 4px 0px;
	margin: 0 0 15px 0;
}
.title-bukken-loop a {
	text-decoration: underline;
}
.bukkenshubetsu-loop {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	min-width: 85px;
	line-height: 1.2em;
	background-color: #648BCF;
	padding: 4px 10px 3px 10px;
	margin: 0 5px 5px 0;	
}
/*物件一覧概要テーブル*/
#list_simplepage table {
    margin-bottom: 10px;
	border: none;
}
#list_simplepage table th {
    border-top: 1px solid #CCCCCC !important;
    border-bottom: 1px solid #CCCCCC !important;
	border-left: none !important;
	border-right: none !important;
	width: 7em;
	min-width: 7em;
	white-space: nowrap;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0.5em 0px 1em;
}
#list_simplepage table td {
    border-top: 1px solid #CCCCCC !important;
    border-bottom: 1px solid #CCCCCC !important;
	border-left: none !important;
	border-right: none !important;
	width: auto;
	line-height: 40px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0.5em 0px 0em;
}
#list_simplepage table .kakaku {
	color: #FF3434;
	font-size: 1.20em;
}

/*すでにあった-----------------------*/
/*デザイン*/
div.buying, div.selling {
	position: absolute;
	bottom: 0px;
	padding: 28px 24px;
	color: #FFFFFF;
	width: 100%;
}
div.buying {
	background-color: rgba(143,195,31,0.80);
}

div.selling {
	background-color: rgba(0,124,186,0.80);
}
div.buying h2, div.selling h2 {
	line-height: 1em;
	font-size: 24px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
}
div.buying p, div.selling p {
	line-height: 1em;
	font-size: 16px;
	margin:0px 0px 0px 0px;
}
.link-mark {
	background-image:url(images/img_tips_link.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}
.link-box {/*トップサブリンクボタン*/
	position: relative;
	padding:14px 20px 14px 20px;
}
.link-box h2 {
	line-height: 1.3em;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: block;
}
.link-box p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: block;
}
.link-box div {
	margin: 5px 0px 0px 10px;
	vertical-align: top;
	display: inline-block;
}
.limeBg{background-color:#31AC8C}
.skyBg{background-color:#12B5E5}

@media screen and (max-width: 767px) and (orientation: portrait) {/*xs コンテンツ幅737px～ 縦長*/
	.link-box img {
		width: 50px;
	}
	.link-box h2 {
		font-size: 1.3em;
	}
	.link-box p {
		font-size: 0.9em;
	}
}


a:hover div {
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/*見出し*/
/*h1.entry-title {
	background-color: #F3F9FD;
	background-image: url(images/img_tips_star.png);
	background-repeat: no-repeat;
	background-position: left 24px center;
	border-bottom: 1px solid #1F8EC2;
	font-size: 24px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
	padding: 22px 22px 20px 50px;
	margin-top: 0px;
}*/
/*サイドバー*/
#mybox .menu_underh2 {/*サイドバータイトル*/
	border-bottom: 1px solid #1F8EC2;
	font-weight: normal !important;
	
}
#mybox input {
	display: inline-block;
}
#mybox input.search-field {/*変更中*/
	width: 100%;
}
#mybox input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0.8em 5px 0.7em 5px;
	margin: 10px 0 0 0;
	background-color: #384EA7 !important;
	color: #FFFFFF;
	border: 1px solid #384EA7 !important;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
}
#mybox input[type="submit"]:hover {
	opacity: 0.7;
}
#mybox > div:nth-child(2) > form > label {/*サイドサーチを包括するラベル*/
	width: 70%;
}
#mybox > div:nth-child(2) > form > label > span {
	font-weight: normal;
}
/*物件カテゴリー*/
#mybox > div.widget_text.ad > div > a {
	text-decoration: none;
	display: block;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#mybox > div.widget_text.ad > div > a:hover {
	background-color: #F3F9FD;
	
}

#mybox > div.widget_text.ad > div > a:after {/*リンクの右に三角*/
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	right: 10px;
	top: center;
}
#mybox form select {
	color: #337ab7;
	border: 1px solid #CCCCCC;
	margin: 2px 0px 5px 0px;
}
#mel {
	width: 40%;
	margin-right: 5px;
}
#meh {
	width: 40%;
	margin-left: 5px;
}
#mybox > div {
	margin-bottom: 25px;
}
#mybox ul.children > li > a {
	text-decoration: none;
	display: block;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px;
}
#mybox ul.children > li > a:after {/*リンクの右に三角*/
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	right: 10px;
	top: center;
}
#mybox ul.children > li > a:hover {
	background-color: #F3F9FD;
}
#mybox ul.children li.cat-item {
	padding-left: 0px !important;
}
/*-----------------------物件表示CSS追加分----------------------------*/
table#list_other {/*詳細テーブル*/
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table#list_add {/*所在地テーブル*/
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

div.list_detail_bottom_info {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
/*#list_simplepage2 h2.entry-title {
	background-color: #F3F9FD;
	background-image: url(images/img_tips_star.png);
	background-repeat: no-repeat;
	background-position: left 24px center;
	border-bottom: 1px solid #1F8EC2;
	font-size: 24px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
	padding: 22px 22px 20px 50px;
	margin-top: 0px;
}*/
/*-----------------------物件表示CSS----------------------------*/
#list_simplepage .list_price{/*物件リストの価格の背景*/
  background-color:#EEEEEE;
}
/*物件一覧画像*/
.list_picsam_img{
	font-size: 0px;
	display: table;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: -10px;
}
.list_picsam .list_picsam_img a {
	/*float: left;*/
	/*margin: 0px 2px 10px;*/
}
/*.box2image-nolink {
	float: left;
	margin: 0px 2px 10px;
}*/
.box2image-wrap {/*物件詳細の画像の縁*/
	width: 158px;
	height: 126px;
	margin: 0 0px 0px 0;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}
.box2image {/*物件詳細の画像*/
    max-width: 156px;
    max-height: 124px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fff;
}

/*物件詳細画像一覧*/
.list-box3image {
	font-size: 0px;
}
.list-box3image a {
	float: left;
	margin: 0px 10px 10px 0px;
}
.list_picsam .nolink {
	float: left;
	margin: 0px 10px 10px 0px;
}
.box3image-wrap {/*物件詳細の画像の縁*/
	width: 157px;
	height: 112px;
	margin: 0 0px 0px 0;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}
.box3image {/*物件詳細の画像*/
    max-width: 155px;
    max-height: 110px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fff;
}
@media screen and (max-width: 360px) {/*幅320pxサイズに最適化*/
#list_simplepage2 .list_picsam img {/*物件詳細の画像*/
    max-width: 133px;
    max-height: 100px;
}
.box3image-wrap {
	width: 135px;
	height: 102px;
}	
}
#second_img a {
	float: left;
	margin: 0px 5px 5px 0px;
}
.box4image-wrap {/*物件詳細 その他の画像の縁*/
	width: 100px;
	height: 76px;
	margin: 0px 10px 10px 0px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}
.box4image {/*物件詳細 その他の画像*/
    max-width: 98px;
    max-height: 74px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fff;
}

#list_simplepage .list_simple_box .list_details_button {/*物件リストの「物件の詳細を見る」ボタン*/
    background: #005d97 none repeat scroll 0 0;
    border: 2px solid #005d97;
    border-radius: 2px;
    color: #fff;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-weight: normal;
    letter-spacing: .046875em;
    line-height: 1;
    padding: .75em .875em .625em;
    text-transform: uppercase;
    text-align: center;
}
#list_simplepage .list_simple_box a > .list_details_button:hover {/*物件リストの「物件の詳細を見る」ボタンのhover*/
    background: transparent none repeat scroll 0 0;
    color: #005d97;
    outline: medium none;
}
#list_simplepage .list_simple_box .list_detail dt {/*物件検索一覧の詳細ヘッダー*/
    font-weight: bold;
    display: inline;
    white-space: nowrap;
	color: #666666;
}
#list_simplepage2 .list_price {/*物件詳細ページ価格表記*/
    line-height: 2;
    margin-bottom: 1em;
	background: none;
    background-color: #EEEEEE;
}
#list_simplepage2 .list_simple_box .list_detail #list_other th {/*物件詳細テーブルのthの背景をグレイに*/
    width: 21%;
    padding: 10px;
    /*padding: 5px 5px 5px 10px;*/
    text-align: left;
	border-right: none;
	color: #4a4a4a;
	background-color: #EEEEEE;
	/*border-right: 1px dotted #d1d1d1;*/
}
#list_simplepage2 .list_simple_box .list_detail #list_add th {/*物件詳細テーブルの所在地・交通のthの背景をグレイに*/
    line-height: 1.4;
    padding: 10px;
    /*padding: 5px 5px 5px 10px;*/
    text-align: left;
    white-space: nowrap;
    width: 20.6%;
	border-right: none;
    background-color: #EEEEEE;
	color: #4a4a4a;
}
div.list_detail {/*詳細テーブル全体*/
	clear: both;
}
/*汎用文字*/
.dpoint1 {
  font-size: 20px;
  font-weight: bold;
  color: #C00;
  /*float:left;*/
	display: inline-block;
  padding: 2px;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.dpoint2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  /*float:left;*/
	display: inline-block;
  padding: 2px;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.dpoint3 {
  font-size: 18px;
  font-weight: bold;
  color:#c00;
  padding: 0;
  display: inline;
}

.dpoint4 {
  font-size: 16px;
  font-weight: bold;
  color:#c00;
  display: inline;
}
dl.list_price dt {
	display: inline-block;
}
dl.list_price dd {
	display: inline-block;
}
dl.list_price td {
	border: none;
}
/*---------------------------物件リスト-----------------------------*/
.archive-fudo h1.page-title {
	font-size: 16px;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.archive-fudo h2.entry-title {
	font-weight: normal !important;
	background-color: #F3F9FD;
	line-height: 1.2em;
	font-size: 24px;
	padding: 10px 20px 8px 20px;
}
.archive-fudo h2.entry-title a {
	margin-right: 5px;
}
.archive-fudo div.list_picsam {/*左ボックス*/
	width: 158px;
	min-width: 158px;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
.archive-fudo div.list_detail {/*右ボックス*/
	vertical-align: top;
	display: inline-block;
	width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {/*md コンテンツ幅940px*/
.archive-fudo div.list_detail {
	width: 366px;
}	
}     
@media screen and (min-width: 768px) and (max-width: 991px) {/*sm コンテンツ幅720px*/
.archive-fudo div.list_detail {
	width: 100%;
}	
}     
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.archive-fudo div.list_detail {
	width: 100%;
}
}

/*div.new_mark {
	display: inline-block;
	vertical-align: middle;

}*/
.archive-fudo dl.list_address table {
	border: 1px solid #999999;
}
.archive-fudo dl.list_price_others dt,
.archive-fudo dl.list_price_others dd {
	display: inline-block;
}
.archive-fudo dl.list_price_others dt {
	margin-right: 5px;
}
.archive-fudo dl.list_price_others tr {
	display: inline-block;
}
.archive-fudo dl.list_price_others td {
	border: none;
}
.archive-fudo dl.list_price_others table {
	width: 100%;
	border: 1px solid #999999;
}
.nav-next {
	padding: 15px 0px 15px 0px;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.nav-next a, .nav-next b {
	border: 1px solid #CCCCCC;
	padding: 5px;
}


div.mainbox {/*メインボックス下にスペース*/
	margin-bottom: 0px;
}

/*物件詳細追加・変更---------------------------------------------------------*/
.single-fudo-box {
	
}
.single-fudo-photo {/*物件詳細写真*/
	margin: 0 0 20px 0;
}
.single-fudo-photo a {
	display: inline-block;
	width: 157px;
	height: 112px;
}
.single-fudo-detail {/*物件詳細*/
	
}
.single-fudo-detail .detail-price-box {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 13px 13px 5px 13px;
	margin: 0 0 20px 0;
}
.single-fudo-detail .detail-price-box dt {
	font-size: 13px;
	display: inline-block;
	margin-right: 3px;
}
.single-fudo-detail .detail-price-box dd {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.single-fudo-detail dt {
	font-weight: normal;
}
.single-fudo-detail .detail-shubetsu {
	font-size: 16px;
}
/*テーブル*/
.single-fudo-detail table {
	font-size: 13px;
	border: 1px solid #CCCCCC;
}
.single-fudo-detail table th {
	font-weight: normal;
	background-color: #EEEEEE;
	width: 150px;
	padding: 10px 13px 10px 13px;
}
.single-fudo-detail table td {
	padding: 10px 13px 10px 13px;
}
#toiawasesaki {
	border-left: 10px solid #B1DBFF;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
#toiawasesaki p {
	font-size: 12px;
	line-height: 1.5em;
}

/*コンタクトフォーム7 contactform7 --------------------------------*/

.table-contactform7{
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
 	border: 1px solid #CCCCCC !important;
 /*overflow: hidden;*/
/*table-layout: fixed;*/
}
.table-contactform7 input[type="radio"],
.table-contactform7 input[type="checkbox"]{/*チェックボックス位置調整*/
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
.table-contactform7 label {/*ラベル文字をノーマルに*/
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px 3px 0px;
} 
.table-contactform7 label span {/*ラベル文字とチェックボックスの水平を合わせる*/
	vertical-align: middle;
} 
.required-contactform7{/*必須アイコン*/
	font-size: 0.8em;
	font-weight: normal;
  padding: 2px 3px 1px 3px;
  background: #DD3A2F;
  color: #fff;
  border-radius: 3px;
  margin-left: 5px;
}
 
.unrequired-contactform7{/*任意アイコン*/
	font-size: 0.8em;
	font-weight: normal;
  padding: 2px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{/*thデザイン*/
	font-size: 14px !important;
	line-height: 1.5em !important;
	vertical-align: middle !important;
	padding: 15px !important;
	border-top: 1px solid #CCCCCC !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #CCCCCC !important;
	background-color: #EEEEEE !important;
}
 
.table-contactform7 th span{
	vertical-align: middle !important;/*th文字と必須アイコンの水平を合わせる*/
	font-weight: normal;
}
 
.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 select {
  max-width: 90% !important;
  /*margin: 5px 10px 5px 10px;
	vertical-align: middle;*/
}
 
.address-100 input{
  max-width: 90% !important;
  /*margin: 5px 10px 5px 10px;*/
}
 
.message-100 textarea{
  width: 100%;
  /*margin: 5px 10px 5px 10px;*/
}

.table-contactform7 td{/*データ*/
	font-size: 14px !important;
	line-height: 1.5em !important;
	padding: 15px !important;
	background-color: #FBFBFB !important;
	border-top: none !important;
	border-right: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC !important;
	border-left: none !important;
}
span.wpcf7-list-item.first {
	margin-left: 0px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1.5em 0 0;
}
span.wpcf7-list-item.last {
	margin-right: 0px;
}
.table-contactform7 h4 {
	font-size: 14px;
	line-height: 1.2em;
	padding: 5px 5px 5px 10px;
	margin: 0 0 10px 0px;
	border-left: 8px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/*プレースホルダー（フォーム入力サンプル）*/
/*標準*/
:placeholder-shown {
    color: #BBBBBB; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #BBBBBB; }
/* Firefox 18- */
:-moz-placeholder {
    color: #BBBBBB; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #BBBBBB; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
    color: #BBBBBB; }

@media screen and (min-width: 768px){/*スマホ以外*/
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 767px){/*スマホサイズ*/
.table-contactform7{
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.table-contactform7 td{/*データ*/
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.table-contactform7 tr:first-child th {
  border-top: none !important;
}
}

/*テーブルがサイドバーの場合*/
.side-bar .table-contactform7{
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
  display:block;
}     
       
.side-bar  .table-contactform7 tbody,
.side-bar  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
.side-bar  .table-contactform7 th{
  width:100%;
    padding: 7px 15px 7px 15px !important;
  display:block;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.side-bar .table-contactform7 td{/*データ*/
  display: list-item;
  list-style-type:none;
  margin:0;
    padding: 7px 15px 7px 15px !important;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.side-bar .table-contactform7 tr:first-child th {
  border-top: none !important;
}

/*googlemap*/
.googlemap {
	height: 600px;
}
@media screen and (max-width: 767px){/*スマホサイズ*/
.googlemap {
	height: 300px;
}
}
/*買いたい サーチカテゴリーボタン*/
.btn-search-cat {
	background-color: #79BD28;
	position: relative;
	padding:15px 30px 15px 13px;
}
.btn-search-cat img {
	display: inline-block;
	margin-right: 5px;
}
.search-link-mark {
	background-image:url(images/img_tips_search_link.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
}
.btn-search-cat span {
	font-size: 20px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.archive h1.page-title {
	background-color: #F3F9FD;
	background-image: url(images/img_tips_star.png);
	background-repeat: no-repeat;
	background-position: left 24px center;
	border-bottom: 1px solid #1F8EC2;
	font-size: 24px !important;
	font-weight: normal !important;
	line-height: 1.2em !important;
	padding: 22px 22px 20px 50px;
	margin-top: 0px;
	color: #333;
}

.fb-widget-inner {
	display: block;
	max-height: 392px;
	background-color: #CCCCCC;
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*positionを指定する場合は下記を使用*/
	/*object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';*/
}
.news-category {
    text-align: center;
    display: inline-table;
    font-size: 12px;
    line-height: 1em;
    color: #FFFFFF;
	background-color: #999999;
    padding: 5px 0px 4px 0px;
    width: 88px;
    margin: 0px 5px 0px 5px;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.news-category {
    font-size: 10px;
}	
}
.home .news-category {
    font-size: 10px;
}
.button-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*min-width: 200px;*/
    text-decoration: none;
	text-align: left;
	font-size: 12px;
	background-color: #e9f9ff;
    border: 1px solid #7fd5f6;
    color: #0093ff;
    padding: 7px 7px 7px 20px;
	line-height: 1em;
    /*letter-spacing: 0.1em;*/
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	transition: all 500ms 0s ease;
}
.button-group:before {/*リンクの右に三角*/
	position: absolute;
	content: "\f0da";
	font-size: 12px;
	font-family: FontAwesome;
	left: 10px;
    line-height: 1em;
}
.button-group:hover {
	opacity: 0.7;
}

#top-concept {
}

.top-concept-left {
	background-image: url(./images/bg/img_top_concept.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: block;
}
.top-concept-right {
	padding: 25px 25px 25px 25px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) and (max-width: 991px) {/*sm コンテンツ幅720px*/
.top-concept-left {
	height: 225px;
}
.top-concept-right {
	text-align: center;
}
.top-concept-right .button {
    margin-left: auto;
    margin-right: auto;
}
}     
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.top-concept-left {
	height: 150px;
}
.top-concept-right {
	text-align: center;
}
.top-concept-right .button {
    margin-left: auto;
    margin-right: auto;
}
}
.top-estate-wrap {
	text-align: center;
}
/*物件ウィジェット*/
#estate-widget ul {
	padding: 0px 0px 0px 0px;
}	
.estate-page-wrap #estate-widget ul {
	text-align: center;
}	
#estate-widget ul li {
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	display: inline-table;
	list-style: none;
	padding: 0px 0px 0px 0px;
	width: 206px;
	/*height: 300px;*/
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}
.estate-page-wrap #estate-widget ul li {
	background-color: #ebeff9;
}
#estate-widget ul li img {
	display: block;
	margin-bottom: 0px;
}
.new_mark {/*通常のNEWマーク*/
	display: inline-block;
	vertical-align: top;
	padding:5px 5px 4px 5px;
	margin: 0 0 0 5px;
	background-color: #FFE100;
	/*font-family: 'Gentium Basic', serif;*/
	font-size: 16px;
	color: #333333;
	line-height: 1em;
}
#estate-widget .new_mark {/*ウィジェットのNEWマーク*/
	position: absolute;
	padding:5px 5px 4px 5px;
	margin: 0 0 0 0;
}
#estate-widget ul li span {
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
    /*font-size: 1em;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 1px 0px;*/
}
#estate-widget ul li span.top_title {
	color: #333333;
    font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 0 3px 0;
	display: block;
}
#estate-widget ul li span.top_shubetsu {
	color: #FFFFFF;
	display: inline-block;
    padding: 3px 7px 3px 7px;
	background-color: #999999;
	text-align: center;
	min-width: 64px;
}
#estate-widget ul li span.top_price {
	color: #CC3800;
	display: inline-block;
    padding: 0px 0px 0px 0px;
}
#estate-widget ul li span.top_madori {
	display: inline-block;
    padding: 0px 5px 0px 5px;
}
#estate-widget ul li span.top_menseki {
	display: inline-block;
    padding: 0px 5px 0px 5px;
}
#estate-widget ul li span.top_shozaichi {
	display: block;
}
#estate-widget ul li span.top_kotsu {
	display: block;
}
.estate-widget-text-wrap {
	padding: 8px;
}
.box1image {/*物件表示ウィジェットの画像サイズ*/
	width: 206px;
	height: 130px;
}

@media screen and (min-width: 1200px) {/*lg コンテンツ幅1140px*/
#estate-widget ul li {
	/*width: 262px;*/
}
.estate-page-wrap #estate-widget ul li {
	width: 242px;
}
#estate-widget ul li:last-child {
	margin-right: 0px;
}	
}
@media screen and (min-width: 992px) and (max-width: 1199px) {/*md コンテンツ幅940px*/
#estate-widget ul li {
	width: 262px;
}
#estate-widget ul li:nth-of-type(3) {
	margin-right: 0px;
}
#estate-widget ul li:last-child {
	margin-right: 0px;
}	
}     
@media screen and (min-width: 768px) and (max-width: 991px) {/*sm コンテンツ幅720px*/
#estate-widget ul li {
	width: 262px;
}
#estate-widget ul li:nth-of-type(2) {
	margin-right: 0px;
}
#estate-widget ul li:last-child {
	margin-right: 0px;
}	
}     
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.top-estate-wrap {
	margin: 0px -15px 0px -15px;
}
.box1image {/*物件表示ウィジェットの画像サイズ*/
	width: 100%;
	height: 136px;
}
#estate-widget ul {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}
#estate-widget ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 46%;
	line-height: 1.1em;
	height: 227px;
}
#estate-widget ul li span {
	font-size: 0.8em;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 3px 0px;
}
#estate-widget ul li span.top_price {
    padding: 0px 5px 0px 10px;
}
#estate-widget ul li span.top_madori {
    padding: 0px 5px 0px 5px;
}
#estate-widget ul li span.top_menseki {
    padding: 0px 5px 0px 5px;
}
/*.new_mark {
	font-size: 1em;
}*/
.top_title {
	font-size: 1em !important;
	line-height: 1.2em;
	margin-top: 12px !important;
}
}
/*flexbox*/
/*bootstrapのrowに追加してcolの高さを揃える*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.content-wrap-bg {
	display: block;
	padding: 15px 0px 0px 0px;
	margin-bottom: 0em;
	min-height: 570px;
}

.content-wrap {
	display: block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0em;
}
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.content-wrap {
	padding: 20px 15px 20px 15px;
	margin: 0px -15px 0px -15px;
}
}
.content-inner {
	max-width: 670px;
	margin: 0px auto 0px auto;
}
.breadcrumbs {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}
/*会社概要*/
dl.dl-table {
    display: flex;
    flex-wrap: wrap;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
dl.dl-table dt {
	text-align: left;
	position: relative;
	line-height: 1.5em;
	font-weight: normal;
	width: 24%;
	float: left;
	padding: 1.2em 1.2em 1em 1.2em;
	margin: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
dl.dl-table dd {
	position: relative;
	line-height: 1.5em;
	width: 76%;
	padding: 1.2em 1.2em 1em 1.2em;
	margin: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
/*dl.dl-table dt:before, dl.dl-table dd:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	display: block;
	width: 1px;
	height: 1em;
	background-color: #777777;
}*/
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
dl.dl-table dt {
	width: 35%;
	line-height: 1.2em;
	padding: 1em 1em 1em 1em;
}
dl.dl-table dd {
	width: 65%;
	padding: 1em 1em 1em 1em;
}
}
/*赤ライン*/
.redUnderLineBold {
    border-bottom: 12px solid #F6D8DB;
    display: inline-block;
}
/*ヴィジュアルバナーメニュー*/
.v-banner-menu {
	border: 1px solid #AAAAAA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.v-banner-menu img {
	width: 40%;
	height: 150px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.v-banner-menu div {
	position: relative;
	display: inline-block;
	width: 60%;
}
.v-banner-menu div:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	color: #AAAAAA;
	line-height: 1em;
	top: 50%;
	right: 0px;
	margin: -28px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.v-banner-menu h2 {
	font-size: 1.714285em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.v-banner-menu span {
	font-size: 0.857142em;
	color: #7DAFDE;
	font-family: "play";
	line-height: 1.2em;
	letter-spacing: 0.2em;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {/*sm コンテンツ幅720px*/
.v-banner-menu img {
	height: 120px;
}
}     
@media screen and (max-width: 767px) {/*xs コンテンツ幅737px～*/
.v-banner-menu {
	margin: 0px 0px 15px 0px;
}	
.v-banner-menu img {
	height: 100px;
}
}
/*ホバーシャッター*/
a.hover-shutter {/*aタグにclass="hover-shutter"を付与するだけ*/
	position: relative;
	display: block;
}
a.hover-shutter:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(0,0,0,0.00);
	transition: all 200ms ease-out 0ms;
}
a.hover-shutter:hover:after {
	background-color: rgba(0,0,0,0.30);/*ホバーの色*/
	width: 100%;
}
/*ホバーシャッターリンクマーク*/
a.hover-shutter:before {
	position: absolute;
	/*fontawesome使用の場合*/
	content: "\f002";
	font-family: FontAwesome;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 1em;
	/*padding: 0px 15px 5px 20px;*/
	/*border: 3px solid #FFFFFF;*/
	/*＞マークのみの場合
	width: 32px;
	height: 32px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	transform: rotate(45deg);*/
	/*画像の場合
	content: url(images/ファイル名.png); */
	right: 60%;
	top: 50%;
	margin: -30px -30px 0px 0px;/*＞マークの大きさの半分ずらす*/
	opacity: 0.0;
	transition: all 200ms ease-out 0ms;
	z-index: 100;
}
a.hover-shutter:hover:before {
	right: 50%;
	opacity: 1.0;
}

/*物件カテゴリー*/
#mybox > div.widget_text.ad > div > a {
    text-decoration: none;
    display: block;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#mybox > div.widget_text.ad > div > a:after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
    top: center;
}
/*地域で探す・駅から探す*/
#mybox ul.children > li > a {
    text-decoration: none;
    display: block;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px;
}
#mybox ul.children > li > a:after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
    top: center;
}
/*#list_simplepage .new_mark,#list_simplepage2 .new_mark {
	margin-left: 5px;
	position: inherit;
}*/
/*#list_simplepage h2 {
	margin-bottom: 15px;
}*/
.list_price_others {
	margin-bottom: 30px;
}
#list_simplepage dl {
	margin-bottom: 10px;
}
/*#list_simplepage table {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}*/
.list_simple_box {
	display: flex;
	margin-bottom: 20px;
}
#mybox ul {
	padding: 0px 0px 0px 0px;
}
#list_simplepage2 table {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.taL-taC {
	text-align: left;
}
.taR-taC {
	text-align: right;
}
@media screen and (max-width: 991px) {
.taL-taC, .taR-taC {
	text-align: center;
}
}     
.text-office {
	background-image: url(images/top/img_top_text_office.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.text-search {
	background-image: url(images/top/img_top_text_search.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.text-information {
	background-image: url(images/top/img_top_text_information.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.text-selling {
	background-image: url(images/top/img_top_text_selling.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.text-partner {
	background-image: url(images/top/img_top_text_partner.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.text-profile {
	background-image: url(images/top/img_top_text_profile.png);
	background-position: right top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {/*xs コンテンツ幅737px～ 縦長*/
.text-office {
	background-position: left top 25px;
}
.text-search {
	background-position: right top 25px;
}
.text-information {
	background-position: left top 25px;
}
.text-selling {
	background-position: right top 25px;
}
.text-partner {
	background-position: left top 25px;
}
.text-profile {
	background-position: right top 25px;
}
	
}

/*スタッフ*/
.staff-list {
	padding: 30px 30px 10px 30px;
	margin: 0px 0px 20px 0px;
	border-top: 5px solid #3DB2E8;
	background-color: #F3F7FF;
}
.staff-list img {
	float: left;
	width: 150px;
	margin: 0px 0px 20px 0px;
}
.staff-name {
	text-align: left;
	display: block;
	margin: 0px 0px 5px 180px;
	padding: 0px 0px 0px 0px;
}
.staff-class {
	text-align: left;
	display: inline-block;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.3em;
	background-color: #FFE100;
	margin: 0px 0px 20px 30px;
	padding: 5px 6px 4px 10px;
}
.staff-discr {
	text-align: left;
	display: block;
	margin: 0px 0px 10px 180px;
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {/*xs コンテンツ幅737px～ 縦長*/
.staff-list {
	text-align: center;
}
.staff-list img {
	float: inherit;
}
.staff-name {
	text-align: center;
	margin: 0px 0px 5px 0px;
}
.staff-class {
	margin: 0px 0px 20px 0px;
}
.staff-discr {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
	
}

/*テーブル*/
.table-gray{
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
 	border: 1px solid #CCCCCC !important;
 /*overflow: hidden;*/
/*table-layout: fixed;*/
}
.table-gray th{/*thデザイン*/
	vertical-align: middle !important;
	padding: 15px !important;
	border-top: 1px solid #CCCCCC !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: 1px solid #CCCCCC !important;
	background-color: #EEEEEE !important;
}
.table-gray td{/*データ*/
	padding: 15px !important;
	background-color: #FBFBFB !important;
	border-top: none !important;
	border-right: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC !important;
	border-left: none !important;
}
.table-gray label {
    font-weight: normal !important;
	margin: 0px 0px 0px 0px;
}
.table-gray ul {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-gray li {
	list-style: none;
	display: inline-block;
	line-height: 20px !important;
    padding: 0px 0px 0px 0px !important;
	margin: 0px 10px 5px 0px;
}
.table-gray input[type=radio],
.table-gray input[type=checkbox] {
	margin-right: 2px;
}
.table-gray h5 {
	font-size: 15px;
	color: #888888;
	margin: 0px 0px 5px 0px;
}
.table-gray #tik {
	width: 120px;
}
.table-gray #mel {
	width: 120px;
	margin-right: 0px;
}
.table-gray #meh {
	width: 120px;
	margin-left: 0px;
}
.table-gray #kalb {
	width: 120px;
	margin-right: 0px;
}
.table-gray #kahb {
	width: 120px;
	margin-left: 0px;
}
.sitemap-wrap ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.sitemap-wrap ul li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
/*図面ダウンロードボタン*/
.entrycontent a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*min-width: 200px;*/
    text-decoration: none;
	text-align: left;
	font-size: 14px;
	background-color: #888888;
    color: #ffffff;
    padding: 1em 1em 0.9em 3em;
    letter-spacing: 0.1em;
    transition: all 300ms;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
	border-radius: 0px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	transition: all 500ms 0s ease;
}
.entrycontent a:before {/*リンクの右に三角*/
	position: absolute;
	content: "\f1c1";
	font-size: 26px;
	font-family: FontAwesome;
	left: 10px;
	top: 50%;
	margin-top: -0.5em;
    line-height: 1em;
}
.entrycontent a:hover {
	opacity: 0.7;
}
.map_comment {
	margin: 0px 0px 20px 0px;
}
#second_img {
	margin: 0px 0px 20px 0px;
}
#second_img a {
	margin: 0px 2px 2px 0px;
}
#searchpage table th {
	width: 105px;
}
/*物件一覧バナー*/
.ichiran-banner {
	display: block;
	margin: 0 0 10px 0;
}
.ichiran-banner-s {
	display: none;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 600px) {
.ichiran-banner {
	display: none;
}
.ichiran-banner-s {
	display: block;
}	
}
.tag-jisyabukken {
	display: inline-block;
	margin: 0 0 0 0;
}
.tag-jyoukennashi {
	display: inline-block;
	margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {/*xs スマートフォン*/
.top-main-copy p {
	font-size: 16px;
	margin: 0 0 12px 0;
}
.top-main-copy h2 {
	font-size: 19px;
	margin: 0px 0px 18px 0px;
}	
}

/*20190928*/
.entry-excerpt {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0px 0px 1em 0px;
}

.entrycontent {
	font-size: 14px;
	line-height: 1.5em;
}
.entrycontent p {
	font-size: 14px;
	line-height: 1.5em;
}
#list_other_table {
	margin-bottom: 20px;
}
/*テーブル縦横スクロール*/
.table-x-scroll {/*div*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}
@media screen and (max-width: 1199px) {
.table-x-scroll {/*div*/
	overflow-x: scroll;
}
}
.table-y-scroll-hidden {/*div*/
	overflow: hidden;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.table-y-scroll {/*div*/
	overflow-y: scroll;
	width: 1061px;/*thead・tbody・スクロール部分の横幅固定*/
	height: 415px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
}
.table-y-scroll-thead {/*固定ヘッダー側table*/
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
	width: 1060px !important;
 	border: 1px solid #CCCCCC !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	table-layout: fixed;
	max-width: inherit !important;
}
.table-y-scroll-thead th{
	font-size: 12px;
	text-align: center;
	color: #555555;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
    background-color: #EEEEEE;
}
.table-y-scroll-tbody {/*スクロールbody側table*/
	border-collapse:collapse;/*テーブルの線を重ねて表示*/
	width: 1060px !important;
	border-top: none !important;
	border-right: 1px solid #CCCCCC !important;
	border-bottom: none !important;
	border-left: 1px solid #CCCCCC !important;
	height: 100px;
	overflow-y: scroll;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	table-layout: fixed;
	max-width: inherit !important;
}
.table-y-scroll-tbody td {
	font-size: 12px !important;
	line-height: 1.2em !important;
	text-align: center;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	background-color: #FBFBFB;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.table-y-scroll-thead th:nth-child(odd) {
	background-color: #E4E4E4;
}
.table-y-scroll-thead th:nth-child(even) {
	background-color: #EEEEEE;
}
.table-y-scroll-tbody td:nth-child(odd) {
	background-color: #f3f7fa;
}
.table-y-scroll-tbody td:nth-child(even) {
	background-color: #FFFFFF;
}
.table-y-scroll-tbody td:last-child {
	padding-right: 15px;
}
.table-y-scroll-tbody tr:first-child td {
	border-top: none;
}
.table-y-scroll-tbody tr:last-child td {
	border-bottom: none;
}
/*サイドバーの送信ボタンのみ変更*/
.side-bar .button-submit {
    min-width: 220px;
    letter-spacing: 0em;
}
/*物件検索*/
.text-filtering {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #333333;
	margin: 0 0 30px 0;
	padding: 0;
}

/*ビフォーアフター*/
.grid-before-after {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	-ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(4, auto);
	grid-row-gap: 10px;
	grid-column-gap: 20px;
	margin: 0 0 15px 0;
	}
.grid-before-after > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid-before-after > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.grid-before-after > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.grid-before-after > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

@media screen and (max-width: 767px) {
.grid-before-after {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	-ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(1, auto);
	grid-template-rows: repeat(8, auto);
	grid-row-gap: 10px;
	grid-column-gap: 20px;
	}
.grid-before-after > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(7) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.grid-before-after > *:nth-child(8) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
}

.before-after-wrap p {
	color: #333333;
}

.before-after-img-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 2px 0;
}
.home .before-after-wrap:last-child {
	margin-bottom: 0px;
}
.before-wrap, .after-wrap {
	width: 50%;
	position: relative;
}
.before-wrap:before {
	position: absolute;
	content: url("images/tips/img_tips_before.png");
	top: 0px;
	left: 0px;
	z-index: 100;
}
.after-wrap:before {
	position: absolute;
	content: url("images/tips/img_tips_after.png");
	top: 0px;
	left: 0px;
	z-index: 100;
}
.before-wrap img, .after-wrap img {
	width: 100%;
	height: 216px;
}
@media screen and (max-width: 1199px) {
.before-wrap img, .after-wrap img {
	height: 190px;
}
}
@media screen and (max-width: 991px) {
.before-wrap img, .after-wrap img {
	height: 150px;
}
}
@media screen and (max-width: 767px) {
.before-wrap img, .after-wrap img {
	height: 150px;
}
}
@media screen and (max-width: 500px) {
.before-wrap img, .after-wrap img {
	height: 120px;
}
}

/*.before-after-delta {
	line-height: 1em;
	text-align: center;
	padding: 15px 10px 15px 15px;
	font-size: 100px;
	color: #92cae5;
}
.before-after-delta .fa-caret-right {
	display: inline;
}
.before-after-delta .fa-caret-down {
	display: none;
}*/
@media screen and (max-width: 575px) {
.before-after-wrap {
    display: block;
}
.before-wrap, .after-wrap {
	max-width: 230px;
	margin: 0 auto 0 auto;
}
/*.before-after-delta {
	padding: 0px 15px 0px 15px;
	margin: -25px 0px -25px 0px;
}

.before-after-delta .fa-caret-right {
	display: none;
}
.before-after-delta .fa-caret-down {
	display: inline;
	line-height: 0.5em;
}*/
}

.before-after-archive-text {
	margin: 10px 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
.before-after-archive-text {
    display: block;
	padding: 0 15px 0 15px;
}
}

.before-after-archive-text h2 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 20px 5px 0px;
}
.before-after-archive-text p {
	font-size: 14px;
	line-height: 2em;
	margin: 0px 20px 10px 0px;
}
.before-after-archive-text .button {
	margin: 0 0 20px 0;
}
.button-tell {
    display: inline-block;
    vertical-align: middle;
    /* min-width: 154px; */
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    background-color: #fbaa30;
    border: 1px solid #fbaa30;
    color: #ffffff;
    padding: 13px 25px 13px 25px;
    letter-spacing: 0;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 20%);
    transition: all 500ms 0s ease;
}
@media screen and (min-width: 992px){/*スマホ以外なら消す*/
	.pc-cl-inline{
		display: none !important;
	}
}

@media screen and (max-width: 991px){/*スマホサイズなら消す*/
	.pc-cl-inline{
		display: inline-block !important;
	}
}     

/*wideslider*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background-color: inherit;
	background-image: url(./images/slider_top/prev.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {
	background-color: inherit;
	background-image: url(./images/slider_top/next.png);
	background-repeat: no-repeat;
	background-position: left center;
}
 
.pagination {
	display: none;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.wideslider .pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
	border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    background: #009A3E;
	float: none;
	padding:0px;
}
.wideslider .pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
.catchcopy {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background-image: url("images/bg/img_bg_catchcopy.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 50px 24px 50px 21px;
}
.catchcopy h2 {
	font-size: 24px;
	font-family: 'Kaisei Decol', serif;
	text-align: left;
}
.catchcopy p {
	text-align: left;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 991px) {
.catchcopy {
	position: inherit;
	bottom: inherit;
	right: inherit;
	padding: 40px 24px 40px 21px;
}
.catchcopy h2 {
	font-size: 18px;
	line-height: 1.5em;
}
.catchcopy p {
	text-align: left;
	margin: 0 0 0 20px;
}
}
@media screen and (max-width: 374px) {
.catchcopy {
	position: inherit;
	bottom: inherit;
	right: inherit;
}
.catchcopy h2 {
	font-size: 15px;
	line-height: 1.5em;
}
.catchcopy p {
	text-align: left;
	margin: 0 0 0 20px;
	font-size: 12px;
}
}
.top-main-visual-pc {
	display: block;
}
.top-main-visual-mobile {
	display: none;
}
@media screen and (max-width: 991px) {
.top-main-visual-pc {
	display: none;
}
.top-main-visual-mobile {
	display: block;
}
}

/*top-activity*/
#top-activity {
	background-image: url(images/bg/img_smile_pattern_triangle.jpg);
    background-repeat: repeat;
}
.activity-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.activity-menu {
    flex-basis: 18%;
	border-radius: 20px;
	background: -webkit-linear-gradient(#2995be 0%, #7cc0d9 100%);
	background: -o-linear-gradient(#2995be 0%, #7cc0d9 100%);
	background: linear-gradient(#2995be 0%, #7cc0d9 100%);
	color: #FFFFFF;
	padding: 35px 20px 0px 20px;
	margin: 0 0 20px 0;
}
.activity-menu:hover {
		color: #FFFFFF;
}
.activity-menu  img {
	margin: 0 0 20px 0;
}
.activity-menu  p {
	text-align: left;
}
@media screen and (max-width: 991px) {
.activity-menu {
    flex-basis: 48.5%;
}
}
/*top-shuttle*/
#top-shuttle {
	background-image: url(images/bg/img_bg_drawsky.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.row-shuttle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.col-shuttle-left {
	flex-basis: 323px;
	margin: 0 20px 0 0;
}
.col-shuttle-right {
	flex-basis: 400px;
	text-align: left;
	border-radius: 20px;
	background: #fefff8;
	border: 4px solid #cef3a5;
	box-shadow: 3px 3px 6px #ffff7b;
	padding: 24px 24px 0px 24px;
}
.col-shuttle-right h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	color: #658519;
}
.col-shuttle-right p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	color: #666666;
}
@media screen and (max-width: 767px) {
.row-shuttle {
    display: block;
}

.col-shuttle-left {
	margin: 0 0 10px 0;
}
.col-shuttle-right {
		margin: 0 auto 0 auto;
}
}

/*レスポンシブカードリスト
.row-top-blog　flex親
	.col-top-blog　flex子　幅決定要素　間隔
		.card-blog　画像とテキストを揃えるラップ
			.card-blog-img　画像　高さ決定要素
			.card-blog-text　テキストエリア
*/
/*flex親*/
.row-top-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;/*縦 stretch center flex-start*/
    justify-content: center;/*横 center space-between*/
	margin: 0 -1% 20px -1%;
}
/*flex子　カードの幅　幅決定要素　間隔*/
		.col-top-blog {
			flex-basis: 23%;
			margin: 0 1% 20px 1%;
		}
		@media screen and (max-width: 991px) {
		.col-top-blog {
			flex-basis: 48%;
			margin: 0 1% 20px 1%;
		}
		}
		@media screen and (max-width: 767px) {
		.col-top-blog {
			flex-basis: 98%;
			max-width: 400px;
			margin: 0 1% 20px 1%;
		}
		}
/*カード部分　画像とテキストを揃えるラップ*/
				.card-blog {
					/*position: relative;*/
					display: inline-block;
					margin: 0 0 0 0;
					width: 100%;
				}
/*画像　要object-fit-img　高さ決定要素*/
						.card-blog-img {
							width: 100%;
							height: 180px;
							border-radius: 16px;
						}
						@media screen and (max-width: 1199px) {
						.card-blog-img {
							height: 160px;
						}
						}
						@media screen and (max-width: 991px) {
						.card-blog-img {
							height: 230px;
						}
						}
						@media screen and (max-width: 767px) {
						.card-blog-img {
							height: 62vw;
							max-height: 280px;
						}
						}
/*テキストエリア*/
						.card-blog-text {
							/*position: absolute;重ねる場合に使用
							bottom: 0px;
							left: 0px;
							background-color: rgba(0,0,0,0.2);
							padding: 10px 10px 10px 10px;*/
							width: 100%;
							margin: 0 0 0 0;
							padding: 0 0 0 0;
						}
/*レスポンシブカードリストここまで*/
.card-blog-title {
	text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #C4701D;
    line-height: 1.2em;
    margin: 10px 0 5px 0;
	padding: 0 14px 0 0;
    background-image: url(images/tips/img_tips_right_orange.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.card-blog-date {
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	color: #759d5c;
	margin: 0 0 5px 0;
}
.card-blog-excerpt {
	text-align: left;
    font-size: 14px;
    color: #707070;
    line-height: 1.5em;
    width: 100%;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*レスポンシブフッター
*/
/*flex親*/
.row-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;/*縦 stretch center flex-start*/
    justify-content: space-between;/*横 center space-between*/
	margin:0;
}
/*flex子　カードの幅　幅決定要素　間隔*/

.col-footer-left {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;/*縦 stretch center flex-start*/
    justify-content: flex-start;/*横 center space-between*/
	margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
.col-footer-left {
    display: block;
}
}

		.col-footer-left-left {
			flex-basis: 23%;
			margin: 0 20px 20px 0;
			white-space: nowrap;
		}
		.col-footer-left-right {
			flex-basis: 23%;
			margin: 0;
			margin: 0 0 20px 0;
			white-space: nowrap;
		}

.col-footer-right {
	width: 400px;
	margin: 0;
}
.footermenust {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;/*縦 stretch center flex-start*/
    justify-content: flex-start;/*横 center space-between*/
	margin: 0 0 20px 0;
}
.footermenust li {
	flex-basis: 33.333333%;
}
@media screen and (max-width: 991px) {
.col-footer-right {
	width: 240px;
}
.footermenust li {
	flex-basis: 50%;
}
}
@media screen and (max-width: 767px) {
.footermenust {
	width: 100%;
}
.col-footer-right {
	width: 100%;
}
.footermenust li {
	flex-basis: 50%;
}
.row-footer {
    display: block;
}
}
.enclosing-orange {
	font-size: 20px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #ea6000;
	padding: 10px 8px 6px 10px;
	margin: 0 auto 30px auto;
}
.enclosing-green {
	font-size: 20px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #479237;
	padding: 10px 8px 6px 10px;
	margin: 0 auto 30px auto;
}
.whitebox {
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
	margin: 0 0 10px 0;
}
.qanda-wrap-q, .qanda-wrap-a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.qanda-wrap-q img, .qanda-wrap-a img {
    margin: 0 0 0 0;
}
.qanda-wrap-q {
	border-radius: 20px;
	background-color: #eefffd;
	border: 3px solid #6dd4c6;
	filter: drop-shadow(5px 5px 0px rgba(134, 219, 207, 0.5));
	padding: 18px 30px 15px 30px;
	margin: 0 30px 20px 0;
}
.qanda-wrap-a {
	border-radius: 20px;
	background-color: #fff8fb;
	border: 3px solid #ffc8dd;
	box-shadow: 5px 5px 0px rgba(255, 200, 221, 0.5);
	padding: 18px 30px 15px 30px;
	margin: 0 0 50px 30px;
}
.qanda-wrap-q > div:first-child, .qanda-wrap-a > div:first-child {
	flex-basis: 15%;
	margin: 0 20px 0 0;
}
.qanda-wrap-q > div:last-child, .qanda-wrap-a > div:last-child {
	flex-basis: 85%;
}
.p-navi {
	margin: 0 0 40px 0;
}

.wpcf7-mail-sent-ok{
    display:none !important;
}

/*20220629 nism*/
.title-eng {
	display: block;
	/*font-family: 'Italianno', cursive;*/
	font-family: 'Oxanium', cursive;
	font-weight: 600;
	font-size: 80px;
	text-align: center;
	color: #9bc48d;
	line-height: 1em;
    margin: 0 0 10px 0;
}
.row-header {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;/*縦 stretch center flex-start*/
    justify-content: space-between;/*横 center flex-start space-between*/
}
.nav-tel {
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	padding: 2px 0 0 0;
	margin: 0 0 0 50px;
}
@media screen and (max-width: 991px) {
.nav-tel {
	font-size: 30px;
	margin: 0 0 0 10px;
}
.nav-tel span {
	display: none;
}
}

.top-news {
	position: absolute;
	top: 110px;
	right: 50px;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	border: 1px solid #AAAAAA;
	margin: 0 0 0 0;
}
@media screen and (max-width: 991px) {
.top-news {
	position: inherit;
	top: inherit;
	right: inherit;
	margin: 20px 0 0 0;
}
}
@media screen and (max-width: 767px) {
.top-news {
	width: 100%;
}
}

.top-news-header {
	display: inline-block;
    text-align: center;
    background-color: #EEEEEE;
    width: 100px;
    height: 46px;
    vertical-align: middle;
    line-height: 46px;
	border-right: 1px solid #AAAAAA;
}
.home #feed_area {
	display: inline-block;
    width: inherit;
    height: auto;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
.top-news-header {
	display: block;
    text-align: center;
    background-color: #EEEEEE;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
	border-right: none;
	border-bottom: 1px solid #AAAAAA;
}
}

.row-top-main {
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 30px 8% 120px 8%;
}
@media screen and (max-width: 991px) {
.row-top-main {
    flex-wrap: wrap;
	margin: 30px 0 120px 0;
}
}

.title-top-main {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	color: #333;
}
@media screen and (max-width: 767px) {
.title-top-main {
	white-space: normal;
}
}

.row-top-main p {
	text-align: justify;
	max-width: 456px;
	font-size: 16px;
	line-height: 2em;
	margin: 0 40px 0 0;
}
@media screen and (max-width: 991px) {
.row-top-main p {
	margin: 0 0 0 0;
}
}
.text-p {
	text-align: justify;
	max-width: 450px;
	font-size: 16px;
	line-height: 2em;
}
.text-consulting {
	text-align: justify;
	width: 260px;
	font-size: 16px;
	line-height: 2em;
}
@media screen and (max-width: 1060px) {
.text-consulting {
	width: 100%;
}
}

.row-reverse {
	  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
.row-reverse {
	  flex-direction: row;
}
}
.wrap-concept {
	max-width: 414px;
	margin: 0 50px 50px 50px;
}
@media screen and (max-width: 767px) {
.wrap-concept {
	margin: 0 0px 50px 0px;
}
}

@media screen and (max-width: 500px) {
.w500-cl {
	display: none;
}
}

.row-consulting {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1060px) {
.row-consulting {
    display: block;
}
}

.grecaptcha-badge {
	visibility: hidden;
}
