@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
Theme Name: 女性活躍応援会議　レスポンシブテーマ
Theme URI: http://www.doya-doya.com/
Description: 2013年版の WordPress テーマ「コーポレート01」は、企業サイト制作により最適なテーマです。カスタム投稿へ対応してみました。その他の機能は、ヘッダの余計なタグを無効化、カスタムメニュー利用可能、パンくずリスト自動生成、「続きを読む」リンクの#を無効化、トップページ新着情報のNEWマーク表示（デフォルト7日間）、トップページでのRSS取得（複数ブログ可能）、投稿カテゴリ毎の月別表示（プラグイン使用）、コメント非表示、固定ページのコーナータイトルを自動表示、固定ページのサイドメニューを自動表示（階層無制限）、管理者以外にワードプレスアップデートのお知らせ非表示、管理画面の「ダッシュボード」「投稿」「ページ」の不要なコンテンツを非表示、ビジュアルエディタの最適化に対応しています。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/************************************************
目次
************************************************ */


/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/


/* ============================
   Reset default browser CSS.
/* ============================ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* ============================
   Global Elements
/* ============================ */


/* Main global 'theme' and typographic styles
--------------------------------------------- */

body,
input,
textarea {
	color: #000;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


/* Text elements
--------------------------------------------- */

p {
	margin: 0 0 18px 0;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

a:link {
	color: #40001d;
}

a:visited {
	color: #40001d;
}

a:active,
a:hover {
	color: #666;
}

::-moz-selection {
	background: #ffd7e9;
}

::selection {
	background: #ffd7e9;
}

::-moz-selection {
	background: #ffd7e9;
}


/* Images
----------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}


/* キャプション機能用
----------------------------- */

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}


/* ギャラリー機能用
----------------------------- */

.gallery {
	margin: auto;
}

.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery .gallery-caption {
	margin-left: 0;
}


/* カラム毎のサイズ
----------------------------- */

.gallery-columns-1 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16%;
}

.gallery-columns-7 .gallery-item {
	width: 14%;
}

.gallery-columns-8 .gallery-item {
	width: 12%;
}

.gallery-columns-9 .gallery-item {
	width: 11%;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */


/* フォント
----------------------------- */

.bold {
	font-weight: bold;
}

.font-small {
	font-size: 0.85em !important;
}


/* 画像
----------------------------- */

img.f_left {
	margin: 0 20px 20px 0;
}

img.f_right {
	margin: 0 0 20px 20px;
}

img.border {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
}


/* 配置
----------------------------- */

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.top {
	vertical-align: top !important;
}

.middle {
	vertical-align: middle !important;
}

.bottom {
	vertical-align: bottom !important;
}

.width_auto {
	width: auto !important;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.hidden {
	display: none;
}

.overflow {
	overflow: hidden !important;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_none {
	float: none !important;
}

.clear {
	clear: both;
}

.clear_none {
	clear: none;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clearfix {
	zoom: 1;
}

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

.nowrap {
	white-space: nowrap;
}

.width50 {
	width: 50% !important;
}

.width100 {
	width: 100% !important;
}


/* 余白
----------------------------- */

.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.m_top0 {
	margin-top: 0 !important;
}

.m_right0 {
	margin-right: 0 !important;
}

.m_bottom0 {
	margin-bottom: 0 !important;
}

.m_left0 {
	margin-left: 0 !important;
}

.m_top10 {
	margin-top: 10px !important;
}

.m_right10 {
	margin-right: 10px !important;
}

.m_bottom10 {
	margin-bottom: 10px !important;
}

.m_left10 {
	margin-left: 10px !important;
}

.m_top15 {
	margin-top: 15px !important;
}

.m_right15 {
	margin-right: 15px !important;
}

.m_bottom15 {
	margin-bottom: 15px !important;
}

.m_left15 {
	margin-left: 15px !important;
}

.m_top20 {
	margin-top: 20px !important;
}

.m_right20 {
	margin-right: 20px !important;
}

.m_bottom20 {
	margin-bottom: 20px !important;
}

.m_left20 {
	margin-left: 20px !important;
}

.m_top30 {
	margin-top: 30px !important;
}

.m_right30 {
	margin-right: 30px !important;
}

.m_bottom30 {
	margin-bottom: 30px !important;
}

.m_left30 {
	margin-left: 30px !important;
}

.m_top40 {
	margin-top: 40px !important;
}

.m_right40 {
	margin-right: 40px !important;
}

.m_bottom40 {
	margin-bottom: 40px !important;
}

.m_left40 {
	margin-left: 40px !important;
}

.m_top50 {
	margin-top: 50px !important;
}

.m_right50 {
	margin-right: 50px !important;
}

.m_bottom50 {
	margin-bottom: 50px !important;
}

.m_left50 {
	margin-left: 50px !important;
}

.m_top100 {
	margin-top: 100px !important;
}

.m_right100 {
	margin-right: 100px !important;
}

.m_bottom100 {
	margin-bottom: 100px !important;
}

.m_left100 {
	margin-left: 100px !important;
}

.p_top0 {
	padding-top: 0 !important;
}

.p_right0 {
	padding-right: 0 !important;
}

.p_bottom0 {
	padding-bottom: 0 !important;
}

.p_left0 {
	padding-left: 0 !important;
}

.p_top10 {
	padding-top: 10px !important;
}

.p_right10 {
	padding-right: 10px !important;
}

.p_bottom10 {
	padding-bottom: 10px !important;
}

.p_left10 {
	padding-left: 10px !important;
}

.p_top20 {
	padding-top: 20px !important;
}

.p_right20 {
	padding-right: 20px !important;
}

.p_bottom20 {
	padding-bottom: 20px !important;
}

.p_left20 {
	padding-left: 20px !important;
}

.p_top30 {
	padding-top: 30px !important;
}

.p_right30 {
	padding-right: 30px !important;
}

.p_bottom30 {
	padding-bottom: 30px !important;
}

.p_left30 {
	padding-left: 30px !important;
}

.p_top40 {
	padding-top: 40px !important;
}

.p_right40 {
	padding-right: 40px !important;
}

.p_bottom40 {
	padding-bottom: 40px !important;
}

.p_left40 {
	padding-left: 40px !important;
}

.p_top50 {
	padding-top: 50px !important;
}

.p_right50 {
	padding-right: 50px !important;
}

.p_bottom50 {
	padding-bottom: 50px !important;
}

.p_left50 {
	padding-left: 50px !important;
}


/* ソーシャルプラグイン
----------------------------- */
.entry-social {
	overflow: hidden;
	clear: both;
	height: 20px;
	text-align: left;
}

.single .entry-social {
	overflow: hidden;
	margin: 20px 0;
	clear: both;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px 10px 10px;
}

.entry-social iframe {
	border: 0 !important;
}

.entry-social .twitter {
	float: left;
	/*width: 75px;*/
	margin-right: 10px;
}

.entry-social .facebook {
	float: left;
	/*width: 110px;*/
	margin-right: 10px;
}

.entry-social .googleplus {
	float: left;
}

.snsshareArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1em;
	margin: 2rem auto;
}
.snsshareArea a {
	color: #fff;
	text-align: center;
	padding: 0.5em;
	width: calc(33.3333333333% - 1em);
}
@media print, screen and (min-width: 769px) {
	.snsshareArea a {
		width: calc(33.3333333333% - 2em);
	}
}
.snsshareArea a.facebook {
	background-color: #3b5998;
}
.snsshareArea a.x {
	background-color: #000000;
}
.snsshareArea a.instagram {
	background-color: #000000;
}
.snsshareArea a.line {
	background-color: #00c300;
}


/* ============================
   Layout
/* ============================ */

#header,
#main,
#footer {
	width: 100%;
}

#content {
	float: right;
	margin: 0 auto;
	width: 100%;
	width: 70%\9; /* IE10以下 */
	max-width: 1200px;
	padding: 10px;
	box-sizing: border-box;
}
#content #content{
	width: 100%\9; /* IE10以下 */
}
.home #content {
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

#sidebox {
	float: left;
	overflow: hidden;
	width: 30%;
	width: 25%\9; /* IE10以下 */
	margin: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer {
	clear: both;
	width: 100%;
}

.home #header_box,
#footer_box {
	width: 100%;
}


/* ============================
   header
/* ============================ */

#header {
	position: relative;
	margin: 0 auto;
}

#site-title {
	text-align: center;
	width: 100%;
	height: auto;
	max-height: auto;
	box-sizing: border-box;
	position: relative;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-title .head_nothome img {
	max-height: 50px;
}

.description {
	font-size: 11.5px;
	background: #EEEEEE;
	padding: 2px 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	top: 30%;
	right: 0;
	position: absolute;
}

#site-description {
	position: absolute;
	top: 10px;
	right: 0px;
	width: auto;
	font-size: 11px;
	color: #000;
}

.home #site-title {
	text-align: center;
	width: 20%;
	height: auto;
	max-height: 265px;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}

.home #site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.home #site-title img {
	width: auto;
	width: 175px;
	max-width: 100%;
}

.home .description {
	font-size: 11.5px;
	background: #EEEEEE;
	display: inline-block;
	text-align: center;
	position: relative;
	top: inherit;
	right: inherit;
	margin: 10px 0;
}

.home #site-description {
	position: absolute;
	top: 10px;
	right: 0px;
	width: auto;
	font-size: 11px;
	color: #000;
}


/* ============================
   mainimage
/* ============================ */

#mainimage {
	padding: 0;
	margin: 0;
	width: 80%;
	height: auto;
	/*	max-width: 750px;
	max-height: 250px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
*/
	float: right;
}

#mainimage .flex-container {
	margin: 0 auto;
}


/* flexslider.css 上書き */

#mainimage .flex-direction-nav li a.prev {
	left: 10px!important;
}

#mainimage .flex-direction-nav li a.next {
	right: 10px!important;
}

#mainimage .flex-control-nav {
	margin-bottom: 0;
	bottom: 2px;
}

#mainimage .flex-direction-nav li a {
	width: 30px;
	height: 30px;
}

#mainimage .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -72px;
}

#mainimage .flex-direction-nav li a.next {
	background-position: 0 -30px;
	right: -72px;
}

#mainimage .flex-direction-nav li a:hover {
	top: 50.5%;
}

#mainimage .flex-control-nav li a {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #aaa;
	background-image: none;
}

#mainimage .flex-control-nav li a.active {
	background: #fff;
}

#mainimage .flexslider .slides img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}


/* ============================
   menu
/* ============================ */

#access {
	background: #fff;
	height: auto;
	max-height: 6em;
	position: relative;
	width: 100%;
}

.home #access {
	margin-bottom: 10px;
}

#access .menu-header {
	margin: 0 auto;
	max-width: 1200px;
}

#access .menu-header:after {
	background-color: #eee;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

#access .menu-header ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li {
	float: left;
	position: relative;
	width: 16.5%;
	padding: 0 0 10px 0;
}

#access .menu-header li:after {
	content: "";
	width: 2px;
	height: 5em;
	background: #eee;
	position: absolute;
	top: 0;
	right: 0;
}

#access .menu-header li:last-child:after {
	content: none;
}

#access .menu-header li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-top: 5px solid #fff;
	box-sizing: border-box;
	line-height: 1;
}

#access .menu-header li a span {
	display: none;
}


/*アイコン*/

svg {
	fill: currentColor;
}

#access .menu-header li a {
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
}

#access .menu-header li a:before {
	color: #aaaaaa;
	content: url(images/icon_logo.png);
	display: block;
	font-size: 1.8em;
	font-family: FontAwesome;
	margin: 0 0 15px 0;
	height: 20px;
}

#access .menu-header li#menu-item-65 a:before {
	content: "\f015";
}

#access .menu-header li#menu-item-945 a:before {
	content: "\f2b5";
}

#access .menu-header li#menu-item-448 a:before {
	content: "\f040";
}

#access .menu-header li#menu-item-449 a:before {
	content: "\f075";
}

#access .menu-header li#menu-item-450 a:before {
	content: url(images/icon_azarealogo.png?20200302);
}


/*ホバー*/

#access .menu-header li a:hover {
	color: #EB63A1;
}

#access .menu-header li a:hover:before {
	content: url(images/icon_logo_color.png);
	color: #EB63A1;
}

#access .menu-header li#menu-item-450 a:hover:before {
	content: url(images/icon_azarealogo_color.png);
}

#access .menu-header li a:hover:after {
	background-color: #EB63A1;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}


/*カレント*/

#access .menu-header .current-menu-item a:after,
.parent-pageid-394 #access .menu-header li#menu-item-579 a:after,
.post-type-archive-report #access .menu-header li#menu-item-579 a:after,
.post-type-archive-case #access .menu-header li#menu-item-579 a:after,
.tax-reportlist #access .menu-header li#menu-item-579 a:after,
.tax-caselist #access .menu-header li#menu-item-579 a:after,
.single-report #access .menu-header li#menu-item-579 a:after,
.single-case #access .menu-header li#menu-item-579 a:after,
.post-type-archive-seminar #access .menu-header li#menu-item-448 a:after,
.tax-seminarlist #access .menu-header li#menu-item-448 a:after,
.single-seminar #access .menu-header li#menu-item-448 a:after,
.post-type-archive-news #access .menu-header li#menu-item-449 a:after,
.tax-newslist #access .menu-header li#menu-item-449 a:after,
.single-news #access .menu-header li#menu-item-449 a:after,
.post-type-archive-support #access .menu-header li#menu-item-945 a:after,
.tax-supportlist #access .menu-header li#menu-item-945 a:after,
.single-support #access .menu-header li#menu-item-945 a:after {
	background-color: #3AA6DE;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}


/* ----- ドロップダウンサブメニュー ----- */

#access ul#menu-main ul {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 5em;
	left: 0;
	float: left;
	width: 200%;
	z-index: 99999;
	list-style: none;
	margin: 0;
}

#access ul#menu-main ul.sub-menu {
	/display: none !important;
}

#access ul#menu-main ul ul {
	left: 100%;
	top: 0;
	margin: 0;
}

#access ul#menu-main ul li {
	width: 100%;
	height: 100%;
	border-top: 1px solid #ddd;
	padding: 0;
}

#access ul#menu-main ul a {
	text-indent: 0;
	line-height: 1.2em;
	padding: 1em 0.5em;
	height: auto;
	color: #001117;
	width: auto;
	text-decoration: none;
	background: #fff;
	border: none;
}

#access ul#menu-main ul a:before,
#access ul#menu-main ul a:after {
	content: none!important;
}


/*サブメニューホバー*/

#access ul#menu-main ul a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)" !important;
	/* ie 8 */
	-moz-opacity: 1 !important;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1 !important;
	/* Safari 1.x */
	color: #fff;
	background: #EB63A1!important;
}

#access ul#menu-main li:hover > ul {
	display: block;
}


/*サブメニューカレント*/

#access ul#menu-main ul a:after {
	content: none;
}


/* ============================
   pankuz
/* ============================ */

#pankuzu {
	max-width: 1200px;
	margin: 1em auto;
	padding: 0 30px;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
}


/* ============================
   content
/* ============================ */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.home #main {
	display: block;
}

#content {
	background: #fff;
	/zoom: 1;
}

#content:after {
	content: '';
	display: block;
	clear: both;
}

#content,
#content input {
	color: #111;
	font-size: 16px;
	line-height: 1.5;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}


/* 見出し
----------------------------- */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #40001d;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
	/*Typekit　A-OTF 見出ゴMB31 Pr6N*/
}

#content h2.entry-title {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #40001d;
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	position: relative;
}

#content h2.entry-title:before {
	content: url(images/icon_logo_color.png);
	margin: 5px;
	color: #EB63A1;
	font-family: FontAwesome;
}

.post-type-archive-support #content h2.entry-title:before,
.tax-supportlist #content h2.entry-title:before,
.single-support #content h2.entry-title:before {
	content: "\f2b5";
}

.post-type-archive-seminar #content h2.entry-title:before,
.tax-seminarlist #content h2.entry-title:before,
.single-seminar #content h2.entry-title:before {
	content: "\f040";
}

.post-type-archive-news #content h2.entry-title:before,
.tax-newslist #content h2.entry-title:before,
.single-news #content h2.entry-title:before {
	content: "\f075";
}

#content h2.entry-title:after {
	background-color: ;
	content: "";
	width: 10%;
	height: 3px;
	position: absolute;
	left: 0;
	top: -1px;
}

#content h2.entry-title #pankuzu {
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #808080;
}

#content h2.entry-title #pankuzu a {
	color: #77cefc;
}

.home h2,
#sidebox h2 {
	color: #000;
	background: none;
	margin-bottom: 25px;
	padding: 0;
	font-size: 2em;
	border: none !important;
}

.home_box h2 {
	display: inline-block;
	font-weight: bold;
}

.home_box h2:before {
	content: url(images/icon_logo_color.png);
	color: #EB63A1;
	font-size: 1em;
	font-family: FontAwesome;
	margin: 0 10px 0 0;
}

#seminar.home_box h2:before {
	content: "\f040";
}

#support.home_box h2:before {
	content: "\f2b5";
}

.home h3 {
	color: #000 !important;
	margin: 0 0 5px 0 !important;
}

#content div.entry-content h1 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #40001d;
	padding-top: 15px;
	position: relative;
}

#content div.entry-content h1:before {
	content: url(images/icon_logo_color.png);
	margin: 5px;
	vertical-align: middle;
}

#content div.entry-content h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 7px 15px;
	background: #3aa6de;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content h3 {
	background: none;
	border-bottom: 1px solid #3aa6de;
	padding-bottom: 5px;
	font-size: 1.2em;
	position: relative;
}

#content h4 {
	padding: 4px 0 4px 10px;
	margin: 1.5em 0 1em 0;
	font-size: 1em;
	border-left: 5px solid #666666;
	background: #EEEEEE;
}

#content h5 {
	background: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	font-size: 1em;
	position: relative;
}

#content h6 {
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #EB63A1;
	font-size: 16px;
	clear: none;
}


/* テーブル
----------------------------- */

#content table {
	margin: 1em 0;
	text-align: left;
	width: 100%;
	background: #fff;
}

#content table tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border-top: 1px solid #e7e7e7;
	white-space: nowrap;
	text-align: left;
	width: 20%;
	letter-spacing: 1px;
}

#content table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

#content table tr td {
	border-top: 1px solid #e7e7e7;
	padding: 10px;
}

#content table tr:last-child {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

#content table tr:nth-child(even) {
	background-color: #f5f5f5;
}


/* リスト
----------------------------- */

#content ul {
	list-style-type: none;
}

#content ul li {
	position: relative;
}

#content ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .75em;
	left: -1em;
	width: 10px;
	height: 1px;
	background-color: #666;
}


/* iframe
----------------------------- */

#content iframe {
	border: 1px solid #e5e5e5;
}


/* トップページ
----------------------------- */

.top_bnr {
	display: -webkit-box;
	display: flex;
	padding:1em 0;
}

.top_bnr a {
	padding: 0 5px;
	box-sizing: border-box;
	width: 50%;
}

.top_bnr img {
	width: 100%;
 	width: 40%\9; /* IE10以下 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.home #homeLeft {
	float: left;
	width: 595px;
}

#about {
	border-bottom: 1px solid #cdcdcd;
}

#about,
#business {
	padding: 20px 50px 20px 25px;
}

#business img {
	border: 2px solid #efefea;
	margin-bottom: 10px;
}

#business p {
	margin-bottom: 35px !important;
}

.home #homeRight {
	float: right;
	width: 364px;
	padding-bottom: 20px;
	border-left: 1px solid #cdcdcd;
}

#news,
#accessmap,
#facebook {
	padding: 0;
}

#news ul {
	margin: 0 20px;
	border: 1px solid #ccc;
	list-style: none;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#news ul li {
	overflow: hidden;
	margin: 1em 0;
}

#news ul li:first-child {
	width: 18%;
	float: left;
	border-right: 1px solid #ccc;
	margin: 20px;
	padding-right: 20px;
	text-align: center;
}

#news ul li:nth-child(2) {
	margin: 15px 0;
}

#news ul li h5 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #40001d;
	border: none;
}

#news ul li a.more_button {
	margin: 0;
}

#news ul li .date {
	color: #000;
}

.cate a {
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	margin: 5px;
	white-space: nowrap;
	background: #FF6600;
	text-decoration: none;
	border: 1px solid #FF6600;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.cate a:hover {
	color: #FF6600;
	background: #FFF;
	border: 1px solid #FF6600;
}


/*カテゴリ色*/

.top_report_box span.cate {
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	background: #FF6600;
	text-decoration: none;
	border: 1px solid #FF6600;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	min-width: 4em;
	display: inline-block;
	text-align: center;
}

span.cate.end {
	background: #000;
	border: 1px solid #000;
}

span.cate.now {
	background: #999;
	border: 1px solid #999;
}

#news {
	margin: 20px 0 40px 0;
}

.home h2 {
	padding: 10px 0 0 0;
}

.home_box {
	border-top: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 40px;
	padding: 0 20px;
}

.home_box:before {
	background-color: #EB63A1;
	content: "";
	width: 10%;
	height: 3px;
	position: absolute;
	left: 0;
	top: -1px;
}

.home_box:first-child {
	border: none;
}

.home_box:first-child:before {
	display: none;
}


/*ふわっと*/

a,
a:hover,
a:focus,
content,
input[type=submit],
img,
p,
.container {
	-webkit-transition: .2s;
	transition: .2s;
}


/*ホバーエフェクト*/

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}


/*続きボタン*/

.more_button {
	font-size: 0.8em;
	font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
	color: #fff!important;
	background: #3aa6de;
	border: 1px solid #3aa6de;
	padding: 2px 1em;
	margin: 1em;
	text-decoration: none;
	vertical-align: super;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
}

.more_button:after {
	color: #fff;
	font-size: 1em;
	content: "\f101";
	font-family: FontAwesome;
	margin: 0 0 0 1em;
}
.more_button:hover {
	color: #3aa6de!important;
	background: #fff;
	border: 1px solid #3aa6de;
}

.more_button:hover:after {
	color: #3aa6de;
}


/*PDFアイコン*/

.more_button.pdf {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.more_button.pdf:after {
	content: "\f1c1";
	font-family: FontAwesome;
}


/*続きボタン　色薄め*/

a.more_button.btn_gray {
	background: #999;
	border: 1px solid #999;
}

a.more_button.btn_gray:hover {
	background: #fff;
	color: #999!important;
	border: 1px solid #999!important;
}

a.more_button.btn_gray:hover:after {
	color: #999!important;
}


/*各ページ別h2背景*/

.pagetitle {
	/*	margin-top: 20px;*/
}

.pagetitle h2.entry-title {
	padding: 2em 0;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.25em;
	background-image: url("images/title_support.jpg");
	background-position: 50% 50%;
	background-size: cover;
	text-shadow: 0 1px 5px #000;
	text-align: center;
}

.parent-pageid-394 .pagetitle h2.entry-title,
.post-type-archive-report .pagetitle h2.entry-title,
.post-type-archive-case .pagetitle h2.entry-title,
.tax-reportlist .pagetitle h2.entry-title,
.tax-caselist .pagetitle h2.entry-title,
.single-report .pagetitle h2.entry-title,
.single-case .pagetitle h2.entry-title {
	background-image: url("images/title_about.jpg");
}

.post-type-archive-support .pagetitle h2.entry-title {
	background-image: url("images/title_support.jpg");
}

.post-type-archive-seminar .pagetitle h2.entry-title,
.tax-seminarlist .pagetitle h2.entry-title,
.single-seminar .pagetitle h2.entry-title {
	background-image: url("images/title_seminar.jpg");
}

.post-type-archive-news .pagetitle h2.entry-title,
.tax-newslist .pagetitle h2.entry-title,
.single-news .pagetitle h2.entry-title {
	background-image: url("images/title_news.jpg");
}


/* コンテンツページ
----------------------------- */

.entry-meta,
.date {
	color: #888;
	font-size: 90%;
	text-align: right;
	margin: 5px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */


/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */

#content .wp-pagenavi {
	margin: 2em 0;
	padding: 2em 0;
	text-align: center;
}

#content .wp-pagenavi .pages {
	background: #999;
	border: 1px solid #999;
	color: #fff;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	padding: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #eee;
}

#content .wp-pagenavi a:hover {
	background: #ccc;
	border: 1px solid #999;
}

#content .wp-pagenavi span.current {
	background: #EB63A1;
	color: #fff;
	border: 1px solid #EB63A1;
}


/* ページネーション　タイプ：[<前へ] [次へ>] */

#nav-below {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

#nav-below .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}

#nav-below .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below .nav-list {
	margin: 0 auto;
	width: 100px;
}

#nav-below .nav-previous a,
#nav-below .nav-next a {
	padding: 6px 10px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #BFBFBF;
	text-decoration: none;
}

#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
	color: #fff;
	background: #EB63A1;
	border: 1px solid #EB63A1;
}

.edit-link {
	padding-top: 15px;
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}


/*子ページ間のリンク*/

ul#page_link {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

ul#page_link li {
	width: 48%;
	text-align: center;
}

ul#page_link li.prev_link {
	float: left;
}

ul#page_link li.next_link {
	float: right;
}

ul#page_link li a {
	display: block;
	padding: 10px 20px;
	background: #d7d7d6;
	color: #333333;
	text-decoration: none;
}

ul#page_link li a:hover {
	text-decoration: underline;
}


/* 新着情報・ニュース
----------------------------- */

.entry-list {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/* 女性活躍支援情報ページ
----------------------------- */

.post-type-archive-support #content .entry-list p,
.tax-supportlist #content .entry-list p {
	margin: 0 0 10px 0;
}
/*20170420ここから*/
.post-type-archive-support span.title:before,
.tax-supportlist .entry-list span.title:before {
	content: "\f138";
	color: #EB63A1;
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.post-type-archive-support .entry-list,
.tax-supportlist .entry-list{
    padding: 0 0 1.5em 0;
    margin: 1.5em 0;
}
.post-type-archive-support .entry-list span.title,
.tax-supportlist .entry-list span.title{
	font-size:1.2em;
}
.support_text,
.support_etc{
	margin-left:1.5em;
}
span.support_area,
span.support_sender{
display: block;
    padding-top: 10px;
    line-height: 1.2;
    font-size:0.9em;
}

.support_area,
.support_sender {
	position: relative;
	padding-left: 5em;
}
.support_area:before,
.support_sender:before {
	position: absolute;
	top: 12px;
	left: 1.5em;
	font-family: 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif;
	display: inline-block!important;
	font-size: 12px;
	font-weight: bold;
}

.support_area:before {
	content: "地域";
}

.support_sender:before {
	content: "発信者";
}

.support_area:after,
.support_sender:after {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 15px;
}

.support_area:after {
	content: "\f279";
}

.support_sender:after {
	content: "\f007";
}
/*20170420ここまで*/


/* 行動宣言賛同企業
----------------------------- */
#content h3.declaration_h3 {
	font-size: 1.2em;
	color: #fff;
	padding: 7px 15px;
	background: #3aa6de;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post-type-archive-declaration #content .entry-list p,
.tax-declarationlist #content .entry-list p {
	margin: 0 0 10px 0;
}
.post-type-archive-declaration .entry-list,
.tax-declarationlist .entry-list{
    padding: 0 0 1.5em 0;
    margin: 1.5em 0;
    clear: both;
}
.declaration_left {
	display: block;
	width: 20%;
	float: left;
	/*margin-right: 20px;*/
}
.declaration_right {
	display: block;
	width: 77%;
	float: right;
}
.post-type-archive-declaration .entry-list .title,
.tax-declarationlist .entry-list .title{
	font-size:1.2em;
}
.declaration_right .name{
	margin-top:.5em;
}
.declaration_right .message{
	margin-top:1em;
}
ol.rounded-list {
	counter-reset:li; /*カウントリセット*/
	margin: 0;
  }
ol.rounded-list li {
	list-style: none;
	position: relative;
	padding: 5px 5px 5px 60px;
	line-height: 1.8em;
	margin: 0 0 5px 0;
	font-weight: bold;
}
ol.rounded-list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 17px;
	top: 6px;
	line-height: 1.2em;
	width: 1em;
	color: #3aa6de;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	border: solid 1px #3aa6de;
	font-size: 1.05em;
	padding: 0.3em 0.3em 0.3em 0.5em;
}
.declaration_file {
	margin: 1em 1em 2em 1em;
	padding: 1em;
	border: solid 1px #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.declaration_file i {
	margin: 0 5px;
	color: #3aa6de;
}


/* お問い合わせ
----------------------------- */

#content .entry-content .wpcf7 table tr th {
	width: 180px;
	vertical-align: middle;
	background: #f2f2f2 url(images/icon_option.gif) 160px center no-repeat;
	text-align: left;
}

#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	padding: 10px;
	border: 1px solid #e6e6e6;
}

#content .entry-content .wpcf7 tr th.need {
	background: #f2f2f2 url(images/icon_neccesary.gif) 160px center no-repeat;
}

#content .wpcf7 table input {
	width: 250px;
	margin: 0 5px 8px 0;
}

#content .wpcf7 table input.text_short {
	width: 50px;
}

#content .wpcf7 table textarea {
	width: 350px;
	max-width: 100%;
	height: 8em;
	margin: 0 5px 8px 0;
}

#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}

#content span.wpcf7-list-item {
	display: block;
	white-space: nowrap;
}

#content span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	display: block;
	width: 100%;
}

span.wpcf7-list-item {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}

span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}

span.wpcf7-form-control-wrap select {
	margin: 0;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

.referencemark {
	margin: 0 0 15px 0;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	background: #ffe5e8;
}

.referencemark strong {
	color: #e60012;
}

.Btn {
	text-align: center;
}

.btn_submit input,
.wpcf7-submit {
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	/* IE6,7 に対応 */
	*zoom: 1;
	/* IE6,7 に対応 */
	color: white !important;
	width: 150px;
	padding: 3px 0;
	background: #EB63A1;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #047334;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #EB63A1;
	background: #047334;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYTk0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #02a94a 0%, #047435 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02a94a), color-stop(100%, #047435));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #02a94a 0%, #047435 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #02a94a 0%, #047435 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #02a94a 0%, #047435 100%);
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#02a94a), to(#047435));
	background: linear-gradient(to bottom, #02a94a 0%, #047435 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#02a94a', endColorstr='#047435', GradientType=0);
	/* IE6-8 */
}

.btn_submit input:hover,
.wpcf7-submit:hover {
	border: 3px solid #095028;
	background: #099947;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #099947 0%, #035928 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #099947), color-stop(100%, #035928));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #099947 0%, #035928 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #099947 0%, #035928 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #099947 0%, #035928 100%);
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#099947), to(#035928));
	background: linear-gradient(to bottom, #099947 0%, #035928 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#099947', endColorstr='#035928', GradientType=0);
	/* IE6-8 */
}


/* 通常のフォーム用 */

input[type="text"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 4px;
}


/* 確認画面のフォーム用 */

form.inputnone input[type="text"],
form.inputnone input[type="email"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}


/* 送信・確認ボタン */

.btn_submit input,
.wpcf7-submit {
	margin: 20px 10px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #EB63A1;
	border: none;
	position: relative;
	-webkit-transition: none;
	transition: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif, FontAwesome;
}

.btn_submit input:hover,
.wpcf7-submit:hover {
	background: #447c20;
	border: none;
}


/* 戻るボタン */

#wpcf7-modify {
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #EB63A1;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border: 3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

#wpcf7-modify:hover {
	border: 3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d3d3d3));
	background: -webkit-linear-gradient(top, #efefef 0%, #d3d3d3 100%);
	background: -o-linear-gradient(top, #efefef 0%, #d3d3d3 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #d3d3d3 100%);
	background: linear-gradient(to bottom, #efefef 0%, #d3d3d3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3', GradientType=0);
}


/* サイトマップ
----------------------------- */

#sitemap ul {
	margin: 0 0 24px 0;
	list-style: none;
}

#sitemap ul ul {
	margin: 0 0 20px 0;
	clear: both;
}

#sitemap ul ul ul {
	margin: 0 0 0 24px;
	clear: both;
}

#sitemap ul li {
	padding: 3px 0;
	/zoom: 1;
}

#sitemap ul li:after {
	content: '';
	display: block;
	clear: both;
}

#sitemap ul li.page_item a {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 34px;
	clear: none;
	line-height: 31px;
	text-decoration: none;
	font-family: 'メイリオ', Meiryo, "小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#sitemap ul ul.children li a {
	color: #333;
	font-weight: normal;
	font-size: 16px;
	min-width: auto;
	margin-bottom: 0;
	float: none;
	clear: both;
	padding: 0 0 0 18px;
	background: url(images/listmark01.png) 7px 5px no-repeat;
	height: auto;
	line-height: 22px;
}

#sitemap ul ul.children li a:hover {
	color: #EB63A1;
}


/* 404
----------------------------- */

.error404 #main {
	text-align: center;
}


/* ============================
   sidebox
/* ============================ */

#sidebox #sidemenu {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 100;
	background-image: url("images/bg.png");
	background-size: cover;
}

#sidebox #sidemenu h2 {
	padding: 15px 5px 0 5px;
	margin: 0;
	color: #010101;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 5px solid #faf5f0;
}

#sidebox #sidemenu h2:after {
	background-color: #EB63A1;
	content: "";
	width: 80%;
	height: 3px;
	display: block;
	margin: 1em 10% 0 10%;
}

#sidebox #sidemenu h3 {
	background: #e5e5e5;
	padding: 5px 5px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

#sidebox #sidemenu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#sidebox #sidemenu ul li {
	text-align: left;
}

#sidebox #sidemenu ul li::after {
	content: none;
}

#sidebox #sidemenu ul li a {
	display: block;
	padding: 10px 20px 10px 3em;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #010101;
}


/*ホバー*/

#sidebox #sidemenu ul li a:hover {
	background: #eee;
	color: #010101;
}


/*カレント*/

.page-id-394 #sidebox #sidemenu ul li:first-child a,
#sidebox #sidemenu ul li.current_page_item a,
#sidebox #sidemenu ul li.current-cat a {
	color: #EB63A1;
	border-left: 5px solid;
}


/* Widget Areas
----------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-area select {
	max-width: 100%;
}

.widget_search #s {
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #EB63A1;
	font-family: 'メイリオ', Meiryo, "小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar thead th {}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#secondary {
	margin-bottom: 30px;
}

#secondary ul {
	margin: 0;
	list-style: none;
}


/* ============================
   pagetop
/* ============================ */

.pagetop {
	position: fixed;
	right: 2em;
	bottom: 2em;
	z-index: 9000;
}

.pagetop a {
	display: block;
	background: #3AA6DE;
	margin: 0 0 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	width: 5em;
	height: 5em;
	text-align: center;
	border: 1px solid #3AA6DE;
	letter-spacing: 0.1em;
	line-height: 1;
}

.pagetop a:hover {
	color: #3AA6DE;
	background: #fff;
	border: 1px solid #3AA6DE;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.pagetop a:before {
	display: block;
	font-size: 3em;
	content: "\f102";
	font-family: FontAwesome;
	padding: 0;
	line-height: 0.8;
}


/* ============================
   footer
/* ============================ */

#footer {
	background: #fff;
	line-height: : 1.5;
	max-width: 1200px;
	margin: 20px auto 0 auto;
}

.banner {
	text-align: center;
}

.banner a {
	display: inline-block;
}

.banner img {
	padding: 5px;
	box-sizing: border-box;
}

#footermenu {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#footermenu ul {
	list-style-type: none;
	margin: 0 auto;
}

#footermenu ul li {
	padding: 0 0 0 10px;
	display: inline-block;
}

#footermenu ul li:after {
	content: "｜";
	font-size: 80%;
	padding: 0 0 0 10px;
}

#footermenu ul li:last-child:after {
	content: none;
}

#site-info {
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

#site-info img {
	margin: 0 0 10px;
	max-width: 200px;
}

#site-info p {
	margin: 0;
}

#footer_box {
	background: #000;
}

#footer_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 0.9em;
}

#colophon {
	display: inline-block;
	overflow: hidden;
	padding: 20px 0;
	color: #ccc;
	width: 50%;
}

#colophon a {
	color: #ccc;
}

#utilitymenu ul {
	overflow: hidden;
	margin: 0;
	list-style: none;
}

#utilitymenu ul li {
	display: inline;
}

#utilitymenu ul li:before {
	content: "|";
	padding: 0 10px;
}

#utilitymenu ul li:first-child {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 0;
}

#utilitymenu ul li:first-child:before {
	content: none;
}

#site-copy {
	width: 50%;
	max-width: 480px;
	padding: 20px 10px;
	float: right;
	text-align: right;
	color: #ccc;
	box-sizing: border-box;
}


/*newマーク*/

.new {
	padding: 0 0.5em;
	font-size: 0.7em;
	color: #FF6600;
	background: #fff;
	letter-spacing: 0.1em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.new.blinking {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	-moz-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}


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


/*組織の概要と活動*/

.page-id-540 .more_button,
.page-id-30 .more_button {
	font-size: 1em;
	padding: 5px 2em;
}
.page-id-540 #content h2.entry-title{
margin-bottom:0;
}
.description_profile{
    font-weight: bold;
    text-align: right;
    color: #EB63A1;
    margin: 0 0 15px 0!important;
    float: right;
    font-size: 1.2em;
    padding: 0 15px;
    border: 1px solid #EB63A1;
}

/*参加企業・団体の取り組み事例 一覧*/

.case_inner {
	width: 24.5%;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.home .case_inner {
	padding: 0 10px;
	box-sizing: border-box;
}

.home .case_box {
	display: flex;
}

.case_inner a.thumb {
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 190px;
	position: relative;
}

.case_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case_title {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.3;
	height: auto;
	min-height: 2.5em;
}

a.case_title:after {
	content: "\f101";
	font-family: FontAwesome;
	margin: 0 0 0 5px;
}

.case_point {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	text-align: left;
	border: none;
	max-width: 100%;
	max-height: auto;
	background: #EEEEEE;
	color: #666666;
	width: 87%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	position: relative;
	line-height: 1.25;
	font-size: 0.9em;
}

.case_point:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-bottom-color: #EEEEEE;
	position: absolute;
	right: 45%;
	top: 0;
	margin-top: -18px;
}

/*参加企業・団体一覧*/

.member_inner {
	width: 32.5%;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.home .member_inner {
	padding: 0 10px;
	box-sizing: border-box;
}

.home .member_box {
	display: flex;
}

.member_inner a.thumb {
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 190px;
	position: relative;
}

.member_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.member_title {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 1.3;
	height: auto;
	min-height: 2.5em;
}
/*詳細*/
h2.entry-title a.more_button{
    font-size: 0.5em;
    margin: 0;
    float: right;
    line-height: 1.5em;
}
a.member_title:after {
	content: "\f101";
	font-family: FontAwesome;
	margin: 0 0 0 5px;
}

.member_cate,
.member_thumbnail{
    width: 50%;
        float: left;
        	box-sizing: border-box;
}
.member_thumbnail{
	padding:0 1em 1em 0;
}
.member_cate{
text-align: right;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.member_cate .seminar_area,
.member_cate .cate{
float:right;
}
.member_info {
	margin-bottom:1em;
}
.member_top,
.member_bottom{
	display:block;
	margin-bottom:1em;
	overflow:auto;
}
.member_logo{
	max-height: 80px;
	width: auto;
	text-align: center;
	display: block;
	padding: 0 10px;
	margin:0em auto 1.5em auto;
}
.member_bottom img{
	float:right;
	max-width:50%;
	padding-left: 1em;
}
#content .member_bottom h2,
#content .member_bottom h3,
#content .member_bottom h4,
#content .member_bottom h5,
#content .member_bottom h6{
margin:1.5em 0 0.75em 0;
}
.member_bottom h2:first-child{
	 display: flex;
	 line-height: 1.5;
	 vertical-align: middle;
}
.member_bottom h2 span,
.more_button_member{
	 width: 80%;
	 margin:0;
}
.more_button_member{
	 text-align:right;
}
.more_button_member a.more_button{
	 margin:0;
	 box-sizing: border-box;
	 color: #40001d!important;
	 border:1px solid #fff;
	 background:#fff;
}
.more_button_member a.more_button::after{
	 color: #40001d!important;
}

.more_button_member a.more_button:hover{
	 color: #fff!important;
	 background:inherit;
}
.more_button_member a.more_button:hover::after{
	 color: #fff!important;
}
.sidebar_btn a{
	 background: #3AA6DE;
	 text-decoration: none;
	 display: block;
	 text-align: center;
	 padding: 10px;
	 color: #fff;
	 border-radius: 5px;
}
.member_add{
    float: right;
    font-size: 0.9em;
    margin-top: 10px;
        line-height: 1.2;
}
.member_add div{
margin: 0.25em 0;
}
.member_add span{
    font-size: 0.9em;
color:#555;
margin-right: 5px;
}
/*参加企業・団体の取り組み事例 詳細*/

.case_thumbnail img {
	width: 100%;
	padding: 20px 0;
}

.case_point_single {
	font-size: 1.2em;
	line-height: 1.25;
	padding: 0px 0 6px 81px;
	margin-bottom: 25px;
	position: relative;
	font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
	border-bottom: 1px solid #EB63A1;
}

.case_point_single:nth-child(2) {
	margin-bottom: 5px;
}

.case_point_single:before {
	content: "point";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #EB63A1;
}

.case_point_single:after {
	display: block;
	position: absolute;
	top: 0;
	left: 45px;
	background: #EB63A1;
	width: 1em;
	height: 1em;
	padding: 3px 5px 8px 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.case_point_single:nth-child(1):after {
	content: "1";
}

.case_point_single:nth-child(2):after {
	content: "2";
}

.single-case .entry-text {
	margin: 2em 0;
}


/*トップ　女性活躍支援情報*/

.flex_box {
	display: flex;
}

.support_child {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.support_child img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.support_child a.more_button {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.support_child a.more_button b {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}


/*トップ　事業の情報*/

#report ul {
	margin: 0;
	padding: 0 20px;
	border: 1px solid #ccc;
	list-style: none;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#report ul li {
	overflow: hidden;
	margin: 1em 0;
}

.report_date {
	position: relative;
	padding-left: 70px;
	font-size: 0.9em;
	display: inline-block;
	margin-left: 10px;
}

.report_date:before {
	content: "実施時期";
	position: absolute;
	top: 2px;
	left: 1.5em;
	font-family: 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif;
	display: inline-block!important;
	font-weight: bold;
	font-size: 12px;
}

.report_date:after {
	font-size: 0.9em;
	content: "\f073";
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	font-size: 15px;
}

.report_table tr td:nth-child(2),
.report_table tr td:nth-child(3) {
	white-space: nowrap;
}


/*講座・セミナー・イベント情報 */

.seminar_inner,
.seminar_top,
.seminar_left,
.seminar_right {
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
}

.seminar_inner {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.home .seminar_inner {
	width: 48.5%;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.home .seminar_inner:nth-child(even) {
	margin: 0 0 10px 0;
}

.seminar_top {
	width: 27%;
	box-sizing: border-box;
	float: right;
}

.home .seminar_top {
	width: 100%;
	box-sizing: border-box;
	padding-top: 0;
}

.seminar_left {
	width: 15%;
	float: left;
	padding: 5px 10px 10px 5px;
}

.home .seminar_left {
	width: 25%;
	float: left;
}

.seminar_right {
	width: 58%;
	float: left;
	padding: 0 5px;
	font-size: 0.9em;
}

.home .seminar_right {
	width: 75%;
}

.seminar_center {
	width: 50%;
}

.home .seminar_top span {
	display: inline-block;
	padding: 0;
}

span.seminar_area ul {
	padding: 0 0 10px 0;
}

.home .seminar_area {
	padding: 0;
}

.home .seminar_right span {
	display: block;
}

.seminar_right span {
	display: block;
	padding-top: 10px;
	line-height: 1.2;
}

.seminar_icon_title {
	display: inline-block!important;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 5px;
}

.seminar_right span span {
	padding: 0;
}

.seminar_sponsor,
.seminar_date,
.seminar_closing {
	position: relative;
	padding-left: 5em;
}
.seminar_sponsor:before,
.seminar_date:before,
.seminar_closing:before {
	position: absolute;
	top: 12px;
	left: 1.5em;
	font-family: 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif;
	display: inline-block!important;
	font-size: 12px;
	font-weight: bold;
}

.seminar_sponsor:before {
	content: "主催";
}

.seminar_date:before {
	content: "開催日時";
}

.seminar_closing:before {
	content: "申込締切";
}

.seminar_sponsor:after,
.seminar_date:after,
.seminar_closing:after {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 15px;
}

.seminar_sponsor:after {
	content: "\f007";
}

.seminar_date:after {
	content: "\f073";
}

.seminar_closing:after {
	content: "\f017";
}

.home .seminar_icon ul li {
	display: inline-block;
}

.seminar_icon ul li {
	display: block;
}

.seminar_area ul,
.seminar_icon ul {
	list-style-type: none;
	padding: 0;
	margin: 0!important;
}

.seminar_area ul li {
	display: inline-block;
	margin: 0 2px 0 0;
}

#content .seminar_area ul li:after,
#content .seminar_icon ul li:after {
	content: none;
}

.seminar_area ul li:last-child {
	margin: 0 5px 0 0;
}

.seminar_end {
	position: absolute;
	content: " ";
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	z-index: 100;
	width: 6em;
	height: 2em;
	display: block;
	padding: 2.5em 2em 0 2em !important;
	vertical-align: bottom;
	text-align: center;
	padding-top: 20px;
	top: -1em;
	background: #EB63A1;
	right: -3.7em;
	padding: 0;
	padding: 20px 10px 10px 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	--ms-transform: rotate(45deg);
}

.seminar_end.end {
	background: #000;
}

.area {
	padding: 0 0.5em;
	margin-left: 0.5em;
	font-size: 0.7em;
	color: #ccc;
	border: 1px solid #ccc;
	background: #fff;
	letter-spacing: 0.1em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.area.on {
	color: #fff;
}

ul li:nth-of-type(1).area.on {
	background-color: #0146A3;
	border: 1px solid #0146A3;
}

ul li:nth-of-type(2).area.on {
	background-color: #CA0300;
	border: 1px solid #CA0300;
}

ul li:nth-of-type(3).area.on {
	background-color: #016800;
	border: 1px solid #016800;
}

.seminar_icon ul li {
	font-weight: bold;
	position: relative;
	margin-left: 25px;
	font-size: 0.8em;
	line-height: 1.75;
}

.seminar_icon ul li:before {
	position: absolute;
	left: -25px;
}

.seminar_icon ul li.child:before {
	content: url(images/icon_child.png);
}

.seminar_icon ul li.money:before {
	content: url(images/icon_money.png);
}

.seminar_icon ul li.night:before {
	content: url(images/icon_night.png);
}

.seminar_icon ul li.series:before {
	content: url(images/icon_series.png);
}

.seminar-list span {
	display: block;
	padding: 5px;
}

.seminar_left img {
	border: 1px solid #ccc;
}

span.seminar_title {
	font-size: 1.1em;
	line-height: 1.3;
	padding: 0 0 5px 0;
}


/*講座・セミナー・イベント情報　詳細*/

.seminar_end_single {
	color: #EB63A1;
	display: inline-block;
	font-size: 0.5em;
	border: 1px solid #EB63A1;
	line-height: 1;
	padding: 3px;
	min-width: 15%;
	text-align: center;
	float: right;
	margin: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.seminar_end_single.end {
	color: #010101;
	border: 1px solid #010101;
}

.single-seminar .entry-text {
	width: 70%;
	float: right;
}

.single-seminar .seminar_top {
	width: 70%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.single-seminar .seminar_area ul {
	padding: 0 0 0 0;
}

.single-seminar span.seminar_area,
.single-seminar span.seminar_icon {
	float: left;
}

.single-seminar .seminar_cate {
	display: inline-block;
	overflow: hidden;
	line-height: 1em;
	padding: 5px 0;
	margin-left: 5px;
}

.single-seminar .seminar_cate a {
	margin: 0 0.5em 0 0;
}

.single-seminar .seminar_left {
	width: 30%;
	padding: 0 20px 20px 0;
	box-sizing: border-box;
	float: left;
}

.single-seminar .seminar_left img {
	display: block;
	margin: 0 auto 10px auto;
}

.single-seminar .seminar_icon li {
	display: inline-block;
}


/*講座・セミナー・イベント情報　検索機能*/

.post-type-archive-seminar #sidebox #sidemenu:first-child,
.tax-seminarlist #sidebox #sidemenu:first-child,
.single-seminar #sidebox #sidemenu:first-child {
	display: none;
}

#sidebox #sidemenu.sidemenu_search ul li {
	padding: 3px 10px;
}

#sidebox #sidemenu.sidemenu_search ul li.sidemenu_search_title {
	text-align: center;
	padding: 5px 10px;
	margin: 10px;
	background: #eee;
	font-weight: bold;
}

input[type="submit"]#btn.sidemenu_search_btn {
	margin: 20px 10px;
	display: block;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: #3AA6DE;
	border: none;
	position: relative;
	-webkit-transition: none;
	transition: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 90%;
	/* IE8以下とAndroid4.3以下用フォールバック */
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	font-family: FontAwesome, 'Noto Sans Japanese', 'lucida grande', tahoma, verdana, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", verdana, Osaka, "MS PGothic", sans-serif;
}

input[type="submit"]#btn.sidemenu_search_btn:hover {
	background: #3AA6DE;
}


/*応援会議情報 > 参加企業・団体一覧*/

.page-id-396 #content table tr th,
.page-id-687 #content table tr th {
	width: inherit;
}

.page-id-396 #content table tr th:first-child,
.page-id-396 #content table tr td:first-child,
.page-id-687 #content table tr th:first-child,
.page-id-687 #content table tr td:first-child {
	background: #eee;
	text-align: center;
}
.page-id-396 a.more_button{
    float: right;
    margin: 0;
    font-size: 0.7em;
}

/*応援会議情報 > 事業の情報*/

.page-id-495 #content table tr th {
	width: inherit;
}

.page-id-495 #content table tr td span {
	font-size: 0.8em;
	display: block;
	padding: 5px 0 0 0;
	color: #666;
}

.page-id-495 #content table tr td span:first-child {
	padding: 10px 0 0 0;
}

.page-id-495 #content table tr td p {
	margin: 0;
}

.page-id-495 .more_button.pdf {
	font-size:0.7em;
	padding:3px;
	margin: 10px 5px;
	width: 35%;
	display: inline-block;
	float: left;
}

.page-id-495 #content table tr th:first-child,
.page-id-495 #content table tr td:first-child {
	background: #eee;
	text-align: center;
}


/*講座・seminar・イベント情報詳細、参加企業・団体の事例一覧詳細で日付非表示*/

.single-seminar .entry-meta,
.single-case .entry-meta {
	display: none;
}


/*応援会議情報親ページ非表示*/

.parent-pageid-394 #sidebox #sidemenu ul li:first-child {
	display: none;
}


/*サイドバー非表示のページ*/

.error404 #sidebox,
.page-id-474 #sidebox,
.page-id-30 #sidebox,
.page-id-104 #sidebox,
.page-id-56 #sidebox,
.post-type-archive-case #sidebox,
.single-case #sidebox {
	display: none;
}


/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}


/* ============================
   Print Style
/* ============================ */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* ============================
   レスポンシブ
/* ============================ */

img,
canvas,
iframe,
video,
svg {
	max-width: 100%;
	height: auto;
}

.overflow-container
/*テーブルに追加するクラス*/

{
	overflow-y: scroll;
}


/*文字サイズ指定*/

html {
	font-size: 75%;
}

@media screen and (min-width:768px) {
	html {
		font-size: 87.5%;
	}
}

@media screen and (min-width:1024px) {
	html {
		font-size: 100%
	}
	;
}


/*ボタンiOS装飾削除*/

input[type="submit"] {
	-webkit-appearance: none;
}


/*PC用ナビ*/

#pcnavi {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
}

.home #pcnavi {
	margin: 0 auto;
}


/*スマホ用ナビ*/

#spnavi .menu-header {
	display: none;
	position: absolute;
	top: 65px;
	z-index: 1000;
	width: 100vw;
	padding: 0;
	box-sizing: border-box;
}

#spnavi {
	margin: 0;
}

#spnavi #sp_access {
	margin: 0;
}

#spnavi #sp_access ul {
	margin: 0;
	list-style: none;
	background: #f5f5f5;
	width: 100%;
	box-sizing: border-box;
}

#spnavi #sp_access ul li {
	border-top: 1px solid #c9c9c9;
}

#spnavi #sp_access ul li:last-child {
	border-bottom: 1px solid #c9c9c9;
}

#spnavi #sp_access ul li a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #010101;
	line-height: 1.5em;
	padding: 10px;
}


/*サブメニュー*/

#spnavi #sp_access ul ul {
	padding-left: 1em;
}

#spnavi #sp_access ul ul li:last-child {
	border-bottom: none;
}

#sp_access ul li a::after {
	content: "\f105";
	float: right;
	margin-right: 10px;
	font-family: FontAwesome;
	color: #EB63A1;
}


/*スマホ　トグルメニュー、お問い合わせボタン*/

#sp_contact,
.button-toggle {
	float: right;
	display: block;
	margin: 0 0 0 10px;
}

#sp_contact a,
.button-toggle a {
	padding: 15px 0 0 0;
	display: block;
	width: 60px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #EB63A1;
}

#sp_contact span,
.button-toggle span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #010101;
}


/* 24カラム ---------------------- */

.col_01 {
	width: 4.16666666667%;
}

.col_02 {
	width: 8.33333333333%;
}

.col_03 {
	width: 12.5%;
}

.col_04 {
	width: 16.6666666667%;
}

.col_05 {
	width: 20.8333333333%;
}

.col_06 {
	width: 25%;
}

.col_07 {
	width: 29.1666666667%;
}

.col_08 {
	width: 33.3333333333%;
}

.col_09 {
	width: 37.5%;
}

.col_10 {
	width: 41.6666666667%;
}

.col_11 {
	width: 45.8333333333%;
}

.col_12 {
	width: 50%;
}

.col_13 {
	width: 54.1666666667%;
}

.col_14 {
	width: 58.3333333333%;
}

.col_15 {
	width: 62.5%;
}

.col_16 {
	width: 66.6666666667%;
}

.col_17 {
	width: 70.8333333333%;
}

.col_18 {
	width: 75%;
}

.col_19 {
	width: 79.1666666667%;
}

.col_20 {
	width: 83.3333333333%;
}

.col_21 {
	width: 87.5%;
}

.col_22 {
	width: 91.6666666667%;
}

.col_23 {
	width: 95.8333333333%;
}

.col_24 {
	width: 100%;
}

.col_01,
.col_02,
.col_03,
.col_04,
.col_05,
.col_06,
.col_07,
.col_08,
.col_09,
.col_10,
.col_11,
.col_12,
.col_13,
.col_14,
.col_15,
.col_16,
.col_17,
.col_18,
.col_19,
.col_20,
.col_21,
.col_22,
.col_23,
.col_24 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
}


/*　----------　PC用　----------　*/


/*@media(min-width:769px) {*/

@media(min-width:851px) {
	#spnavi,
	.sp,
	#sptop,
	#spfooter {
		display: none!important;
	}
	/*オリジナルスタイル*/
	#news ul {
		margin: 0;
	}
	.home_box {
		padding: 0;
	}
}


/*1200pxまで*/

@media(max-width:1200px) {
	.home #site-title {
		padding: 0;
	}
	.home #site-title img {
		height: 200px;
		width: auto;
	}
	#mainimage {
		overflow: hidden;
		height: 200px;
	}
	#news ul li:first-child {
		margin: 10px;
		padding-right: 10px;
	}
	.page-id-495 .more_button.pdf {
		display: block;
		width: 80%;
		margin: 5px;
	}
}


/*　----------　タブレット用　----------　*/


/*@media(max-width:768px) {*/

@media(max-width:850px) {
	.pc,
	div.pagetop,
	#pankuzu,
	#footerbox,
	#footermenu {
		display: none!important;
	}
	img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	/*レイアウト*/
	#main {
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	#content,
	#sidebox {
		float: none;
		margin: 0 auto;
	}
	#content {
		margin-bottom: 1em;
		width: 95%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	#sidebox {
		width: 72%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(75% - 20px);
		width: calc(75% - 20px);
		max-width: 90%;
	}
	#footer_inner {
		padding: 0;
	}
	#colophon,
	#site-copy {
		width: 100%;
		max-width: 100%;
	}
	#sidebox {
		margin-bottom: 1em;
		width: 95%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.single .entry-social {
		height: auto;
	}
	/*ヘッダー*/
	h1#site-title {
		padding: 0;
		margin: 0;
	}
	#site-title a {
		float: left;
	}
	#site-title img {
		padding: 0;
		margin: 0 10px 0 0;
		max-height: 50px;
		width: auto;
	}
	/*フッター*/
	#spfooter a {
		color: #fff;
	}
	#utilitymenu ul li {
		padding: 0;
		margin: 0;
	}
	#utilitymenu ul li:first-child {
		padding: 0;
		margin: 0;
	}
	#utilitymenu ul li a {
		display: block;
		padding: 10px;
		border-top: 1px solid #ccc;
		background-color: #fff;
		background-size: 6px 12px;
		color: #40001d;
		text-decoration: none;
		font-weight: bold;
	}
	#utilitymenu ul li a::before {
		margin-right: 0.5em;
		font-family: FontAwesome;
	}
	#utilitymenu ul li.menu-item-108 a::before {
		content: "\f023";
	}
	#utilitymenu ul li.menu-item-109 a::before {
		content: "\f0e8";
	}
	#utilitymenu ul li.menu-item-107 a::before {
		content: "\f0e0";
	}
	#utilitymenu ul li a::after {
		content: "\f105";
		float: right;
		margin-right: 0.5em;
		font-family: FontAwesome;
		font-size: 1.2em;
	}
	#site-info {
		padding: 1em 1em 0 1em;
		text-align: center;
	}
	#utilitymenu {
		position: initial;
	}
	#utilitymenu ul {
		overflow: hidden;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	/*お問い合わせフォーム*/
	#main table {
		padding: 0;
	}
	#main .entry-content .wpcf7 table,
	#main .entry-content .wpcf7 table tbody,
	#main .entry-content .wpcf7 table tbody tr,
	#main .entry-content .wpcf7 table tbody th {
		display: block;
		width: 100%;
	}
	#main .entry-content .wpcf7 table tbody tr,
	#main .entry-content .wpcf7 table tbody th {
		max-width: 95%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
	#main .entry-content .wpcf7 table tr th {
		display: block;
		border: 0;
		vertical-align: middle;
		background: #f2f2f2 url(images/icon_option.gif) 96% 50% no-repeat;
		background-size: 26px 16px;
		text-align: left;
	}
	#main .entry-content .wpcf7 table tr th.need {
		background: #f2f2f2 url(images/icon_neccesary.gif) 96% 50% no-repeat;
		background-size: 26px 16px;
	}
	#main .entry-content .wpcf7 table tr td {
		display: block;
		border: 0;
		padding: 10px;
	}
	img.ajax-loader {
		width: auto;
		display: inline;
	}
	/*フッター*/
	#site-info {
		padding: 1em 0 0 0;
		text-align: center;
		height: auto;
	}
	#site-info img {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	#utilitymenu ul li:before {
		content: none;
	}
	#site-info p {
		padding: 1em;
	}
	#colophon {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	#site-copy {
		text-align: center;
		background: #010101;
		color: #ccc;
		width: 100%;
		max-width: 100%;
	}
	
	/*　----　オリジナルスタイル　----　*/
	.page-id-495 .more_button.pdf {
		display: block;
		width: 80%;
		margin: 5px;
	}
	#mainimage .flexslider .slides img {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#header,
	.home #header {
		margin: 0 auto;
	}
	#footer_box {
		margin: 1em 0 0 0;
	}
	.pagetitle {
		margin: 0;
	}
	.home_box {
		padding: 10px;
	}
	#content h2.entry-title,
	#content div.entry-content h1 {
		font-size: 1.2em;
		border: none;
		padding: 10px 0;
		margin: 0 0 15px 0;
	}
	#content div.entry-content h1:before {
		padding: 5px;
		margin: 0;
	}
	#content h2.entry-title:after {
		content: none
	}
	.home #main h2 {
		font-size: 1.2em!important;
		padding-top: 20px;
		margin-bottom: 10px;
	}
	#news {
		margin: 1em 0;
		padding: 20px 0 0 0;
		border-top: 1px solid #ddd;
		position: relative;
	}
	#news:before {
		background-color: #EB63A1;
		content: "";
		width: 10%;
		height: 3px;
		position: absolute;
		left: 0;
		top: -1px;
	}
	#news ul,
	#report ul {
		margin: 0;
		padding: 0;
		border: none;
	}
	#news ul li,
	#report ul li {
		margin: 10px 0;
		padding: 0 20px 10px 20px;
		border-bottom: 1px dotted #ccc;
	}
	#news ul li span.title {
		margin: 5px 0 0 5px;
		display: block;
	}
	#news ul li:first-child {
		width: 95%;
		padding: 0 10px 20px 10px;
		margin: 0;
		border: none;
		height: auto;
		text-align: left;
	}
	#news ul li:last-child {
		border-bottom: none;
		margin-bottom: none;
	}
	#news ul li h5 {
		display: inline-block;
		margin: 0;
	}
	#news a.more_button {
		float: right;
		margin-right: 20px;
	}
	#sidebox #sidemenu h2 {
		padding: 15px 0 0 0;
		margin: 0 10px;
	}
	#sidebox #sidemenu h2:after {
		width: 100%;
		margin: 1em 0 0 0;
	}
	/*メインビジュアル*/
	#site-title,
	.home #site-title {
		width: 70%;
		height: auto;
		padding: 10px;
		margin: 0;
		display: inline-block;
	}
	.home h1#site-title:before {
		content: none;
	}
	#mainimage {
		position: inherit;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#mainimage .flexslider .slides > li {
		max-width: 100%;
		width: 100%;
	}
	#footermenu img {
		max-width: 40%;
	}
	#content table tr:last-child {
		padding: 0;
	}
	.case_inner,
	.member_inner {
		width: 32%!important;
	}
	.case_inner a.thumb,
	.member_inner a.thumb {
		height: 150px;
	}
}


/*　----------　スマホ用　----------　*/

@media(max-width:640px) {
	/*お知らせ一覧*/
	span.title {
		display: inline-block;
		margin: 5px 0 10px 5px;
		line-height: 1.25em;
	}
	/*見出し*/
	.pagetitle h2.entry-title {
		padding: 1em 0;
		margin: 0;
		font-size: 1.25em;
	}
	h1 {
		font-size: 1.5em;
		line-height: 1.25em;
	}
	h1::before {
		padding: 10px;
		content: "";
		background: url("images/bg_h1.png") 0 13px no-repeat;
		background-size: contain;
		margin-right: 5px;
	}
	.home #main h2 {
		font-size: 1em!important;
		letter-spacing: 0!important;
		font-weight: bold;
		padding-left: 1em;
	}
	h3 {
		font-size: 1em;
	}
	/*サイドメニュー*/
	#sidebox #sidemenu {
		margin-bottom: 0;
	}
	#content .wp-pagenavi {
		margin: 1em 0;
		padding: 1em 0;
	}
	/*テーブル　2段にする*/
	#content table tr th,
	#content table tr td {
		display: block;
		width: 96%;
		/* IE8以下とAndroid4.3以下用フォールバック */
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		overflow: auto;
	}
	#content table tr th {
		background: #eee;
	}
	/*見出し*/
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		font-size: 1em;
	}
	/*　----　オリジナルスタイル　----　*/
	.home_box {
		padding: 0;
	}
	#content h1,
	#content h2 {
		font-size: 1.2em!important;
	}
	#content {
		padding: 5px;
	}
	#content #content {
		padding: 0;
		width: 100%;
	}
	.top_bnr {
		display: initial;
	}
	.top_bnr a {
		padding: 0;
	}
	.top_bnr img {
		padding: 10px 10px 0 10px;
		box-sizing: border-box;
	}
	.top_bnr:first-child img {
		padding-top: 10px;
	}
	#main {
		padding: 0;
	}
	.more_button {
		text-align: center;
		margin: 0 auto 10px auto;
		display: block;
		max-width: 80%;
	}
	.page-id-396 .more_button{
		display: inline-block;
		margin:0 0 0 10px;
		vertical-align: text-bottom;
	}
	.seminar_inner {
		padding: 10px;
		margin: 5px;
		border: 1px solid #ccc;
		margin-bottom: 15px;
		position: relative;
		overflow: hidden;
	}
	.home .seminar_inner {
		width: 95%;
		margin: 5px 10px 5px 10px!important;
	}
	.seminar_top {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px 10px 0;
	}
	.seminar_left {
		width: 25%;
		float: left;
		padding: 0 0 20px 0!important;
	}
	.home .seminar_left {
		padding: 0 10px 0 0!important;
	}
	.seminar_right {
		width: 75%;
		padding-left:15px;
	}
	.seminar_top span {
		display: inline-block;
		padding: 0;
	}
	.seminar_area {
		padding: 0;
	}
	.seminar_right span {
		display: block;
	}
	.seminar_icon ul li {
		display: inline-block;
	}
	span.seminar_area ul {
		padding: 0;
	}
	.single-seminar .entry-text,
	.single-seminar .seminar_left,
	.single-seminar .seminar_top {
		width: 100%;
		display: inherit;
	}
	.single-seminar .seminar_top {
		padding: 0 0 10px 0;
	}
	.single-seminar .seminar_left img {
		margin: 10px auto;
		max-height: 250px;
		width: auto;
	}
	.home .case_box,
	.single-seminar .seminar_left {
		display: inherit;
	}
	.case_inner,
	.member_inner {
		width: 49%!important;
	}
	.case_point {
		margin: 0;
	}
	.home .case_inner {
		padding: 10px;
	}
	.case_point_single {
		font-size: 1.2em;
		line-height: 1.25;
		padding: 0 0 6px 35px;
		margin-bottom: 25px;
		position: relative;
		font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
		border-bottom: 1px solid #EB63A1;
	}
	.case_point_single:nth-child(2) {
		margin-bottom: 5px;
	}
	.case_point_single:before {
		content: "point";
		display: block;
		position: absolute;
		top: -15px;
		left: 0;
		font-size: 0.6em;
		font-weight: normal;
		color: #EB63A1;
	}
	.case_point_single:after {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #EB63A1;
		width: 1em;
		height: 1em;
		padding: 3px 5px 8px 5px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.entry-text img {
		width: 100%;
	}
	/*応援会議情報 > 参加企業・団体一覧*/
	.page-id-396 #content table tr th,
	.page-id-495 #content table tr th {
		display: none;
	}
	.page-id-396 #content table tr td:first-child,
	.page-id-495 #content table tr td:first-child {
		text-align: left;
		line-height: 1;
	}
	/*.page-id-495 #content table tr th:first-child,*/
	.page-id-495 #content table tr td:first-child {
		display: block;
	}
	.seminar_sponsor, .seminar_date, .seminar_closing{
		padding-left: 4.5em;
	}
	.seminar_right span:before,
	.seminar_right span:after{
		font-size:0.7em;
	}
	.case_inner a.thumb {
		height: 100px;
	}
	/*20170420ここから*/
	.support_text, .support_etc{
		margin:0;
	}
	/*20170420ここまで*/
	.member_cate,
	.member_thumbnail,
	.member_bottom img{
	    width: 100%;
	    max-width: 100%;
	 padding:0 0 10px 0;
	}
	.member_bottom h2:first-child{
	display:block;
	text-align:center;
	}
	.member_bottom h2 span, .more_button_member{
	width:100%;
	max-width:100%;
	}
	.member_bottom h2 span, .more_button{
	width:100%;
	max-width:100%;
	    display: block;
	}
	.member_bottom h2 span{
	margin-bottom:5px;
	}
	h2.entry-title a.more_button{
	display: block;
	margin-top: 1em;
	width: 95%;
	}
	.sidebar_btn a{
	margin-top: 1em;
	}
}
