@charset UTF-8;
/*--------------------------------------------------------------------------------------------------------------------
エディタ設定
--------------------------------------------------------------------------------------------------------------------*/
body.mceContentBody {
	margin : 0 10px;
	background : transparent;
}
/*--------------------------------------------------------------------------------------------------------------------
clearfix
--------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
	content : "";
	display : block;
	clear : both;
	overflow : hidden;
	font-size : 0.1em;
	line-height : 0;
}
.clear {
	clear : both;
}
/*--------------------------------------------------------------------------------------------------------------------
Normalize
--------------------------------------------------------------------------------------------------------------------*/
* {
	box-sizing : border-box;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size : 1em;
	font-weight : normal;
	margin : 0;
	padding : 0;
}
audio,
canvas,
progress,
video {
	display : inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden],
template {
	display : none;
}
abbr[title] {
	border-bottom : 1px dotted;
}
dfn {
	font-style : italic;
}
mark {
	background : #ff0;
	color : #000;
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 40px;
}
fieldset {
	border : 1px solid #ccc;
	margin : 0 10px;
	padding : 10px;
}
legend {
	border : 0;
	padding : 0;
}
optgroup {
	font-weight : bold;
}
HR {	
	border : 0 none;
	height : 1px;
	margin : 10px 0;
	padding : 0;
	color : #ccc;
	background : #ccc;
}
ol, ol li,
ul, ul li {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
small {
	font-size : 75%;
}
sub,
sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -0.5em;
}
sub {
	bottom : -0.25em;
}
/*--------------------------------------------------------------------------------------------------------------------
レスポンシブ対策
--------------------------------------------------------------------------------------------------------------------*/
img,
video,
object {
	max-width : 100%;
	height : auto;
	border : none;
	vertical-align : top;
}
iframe {
	max-width : 100%;
}
@media only screen and (max-width : 780px) {
.inner {
	padding : 0 10px;
}
.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%;
}
}
/*--------------------------------------------------------------------------------------------------------------------
フォーム
--------------------------------------------------------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
}
button,
select {
	text-transform : none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance : button;
	cursor : pointer;
	display : block;
	padding : 10px 0;
	width : 80%;
	margin : 20px auto;
	border-radius : 4px;
	color : #fff;
	background : #46ce26;
}
input[type="submit"]:hover {
	background : #fd0000;
}
button[disabled],
html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border : 0;
	padding : 0;
}
input {
	line-height : normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding : 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height : auto;
}
input[type="search"] {
	-webkit-appearance : textfield;
	width : 100%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}
input[type="select"] {
}
select {
	font-size : 125%;
}
input[type="text"] {
	-webkit-appearance : textfield;
	max-width : 100%;
}
input[type="email"] {
	-webkit-appearance : textfield;
	width : 100%;
}
textarea {
	-webkit-appearance : textfield;
	width : 100%;
	overflow : auto;
}
input[type="submit"] {
	border : none;
	box-shadow : none;
}
input[type="submit"]:hover {
}
@charset UTF-8;
/*---------------------------------------------------------
Theme Name: hakumon2018
Theme URI: http://d7r.com
Description: スピード重視
Author: sada
Author URI: https://pochilog.jp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 20180924
---------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
表示コントロール
--------------------------------------------------------------------------------------------------------------------*/
.w_full {
	width : 100%;
}
.w_large {
	width : 1000px;
	margin : 0 auto;
}
.w_medium {
	width : 640px;
}
.w_small {
	width : 300px;
}
.w_thumb {
	width : 150px;
}
.box_left {
	float : left;
}
.box_right {
	float : right;
}
.bottom10px {
	margin-bottom : 10px;
}
.bottom20px {
	margin-bottom : 20px;
}
.flex {	/*子要素の幅に合わせて改行*/
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	justify-content : space-between;
	align-items : stretch;
}
.is-empty {
	height : 0;
	padding-top : 0;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
}
.flex_nowrap {	/*幅に合わせて子要素を縮小*/
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : nowrap;
	flex-wrap : nowrap;
	justify-content : space-between;
	align-items : stretch;
}
.pc-only {
	display : block;
}
.mobile-only {
	display : none;
}
.list_more a {
	display : inline-block;
	padding : 5px 20px;
	border : 1px solid #03c;
}
.list_more a:hover {
	display : inline-block;
	padding : 5px 20px;
	border : 1px solid #f33;
}
@media only screen and (max-width : 780px) {
.w_large,
.w_medium_large,
.w_medium,
.w_small {
	width : 100%;
}
.box_left ,
.box_right {
	float : none;
	text-align : center;
}
.flex ,
.flex_nowrap {
	display : block;
}
.pc-only {
	display : none;
}
.mobile-only {
	display : block;
	text-align : center;
	margin : 0 auto 20px auto;
}
}
/*--------------------------------------------------------------------------------------------------------------------
ブロック・色指定
--------------------------------------------------------------------------------------------------------------------*/
html {
	-ms-text-size-adjust : 100%;	/*モバイル端末の文字サイズ自動拡大機能オフ*/
	-webkit-text-size-adjust : 100%;
	text-size-adjust : 100%;
	table-layout : fixed;
	word-wrap : break-word;
	margin : 0;
	padding : 0;
	height : 100%;
}
body {
	margin : 0;
	padding : 0;
	background : #fff;
	font-family : "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	/*font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size : 16px;
	line-height : 2;
	color : #000;
}
#wrapper {
	padding : 0;
	margin : 0;
	position : relative;
}
#header_outer {
	margin : 0;
	padding : 0;
}
header {
	padding : 0;
	text-align : left;
}
#gnav_outer {
	margin : 0;
	padding : 0;
	background : #000;
/*	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;*/
}
nav {
	padding : 0;
}
#container_outer {
	padding : 30px 0;
	margin : 0;
}
#container {
	padding : 0;
}
#content {
	float : left;
	padding : 0;
	margin : 0;
}
main {
	padding : 0;
	margin : 0;
}
aside {
	position : relative;
	float : right;
	padding : 0;
	margin : 0;
}
#footer_outer {
	clear : both;
	margin : 0;
	padding : 0;
	background : #000;
}
footer {
	padding : 20px 0;
}
#footertitle_outer {
	clear : both;
	margin : 0;
	background : #000;
	border-top : 1px solid #fff;
}
#footertitle {
	padding : 10px 0;
}
@media only screen and (max-width: 780px) {
body {
	font-size : 17px;
	line-height : 1.8;
	margin-top : 0!important;	/*scroll_fix.js対策*/
}
#wrapper {
	padding : 80px 0 0 0;	/*固定ヘッダの分、トップを空ける*/
}
#gnav_outer {
	display : none;
}
#container_outer {
	padding : 10px 0;
}
#content,
aside {
	float : none;
	padding : 0 10px;
}
#footertitle {
	padding : 10px 0 50px 0;	/*固定ボトムメニューの分、ボトムを空ける*/
}
.post {
	padding : 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
装飾　修飾
--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------
リンク色
----------------------------------------------------------*/
a {
	color : #1d3993;
	text-decoration : none;
}
a:visited {
	color : #7f008b;
}
a:hover {
	color : #fd0000;
	outline : 0;
}
a img {
	border : none;
}
a:hover img {
	opacity : 0.8;
}
a.imporatnat_link {
	display : inline-block;
	background : #1d3993;
	padding : 20px;
	margin : 10px 0;
	color : #fff;
	border-radius : 8px;
}
/*----------------------------------------------------------
強調　ボールド　ストロング
----------------------------------------------------------*/
b,
strong {
	font-weight : bold;
}
/*--------------------------------------------------------------------------------------------------------------------
画像
--------------------------------------------------------------------------------------------------------------------*/
img {
	border : 0;
	margin : 0;
}
img.size-thumbnail,
img.size-medium,
img.size-medium_large,
img.size-large,
img.size-full {
	max-width : 100%;
	height : auto;
}
.alignright {
	display : block;
	float : right;
	margin : 0 0 10px 20px;
}
.alignleft {
	display : block;
	float : left;
	margin : 0 20px 10px 0;
}
.aligncenter {
	display : block;
	margin : 0 auto;
}
@media only screen and (max-width: 780px) {
img.alignright ,
img.alignleft ,
img.aligncenter {
	display : block;
	float : none;
	margin : 0 0 10px 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
画像キャプション
--------------------------------------------------------------------------------------------------------------------*/
.wp-caption {
	position : relative;
	display : table;
	padding : 0;
	margin : 0;
}
.wp-caption p.wp-caption-text {
	box-sizing : border-box;
	position : absolute;
	display : table-caption;
	width : 100%;
	margin : 0;
	bottom : 0;
	background : rgba(0,0,0,0.5);
	color : #fff;
	padding : 0 10px;
	font-size :12px;
	line-height : 1.5;
}
.wp-caption.alignright {
	float : right;
	margin : 0 0 10px 20px;
}
.wp-caption.alignleft {
	float : left;
	margin : 0 20px 10px 0;
}
@media only screen and (max-width: 780px) {
.wp-caption.alignright ,
.wp-caption.alignleft {
	float : none;
	margin : 0 0 10px 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
検索フォーム
--------------------------------------------------------------------------------------------------------------------*/
#search,
#searchfreeword {
	position : relative;
	padding : 0;
	width : 100%;
	background : #fff;
	border : 1px solid #ccc;
	height : 35px;
}
#s,
#freeword {
	position : relative;
	height : 33px;
	color : #666;
	border : none;
	z-index : 10;
	padding : 5px 0 5px 5px;
	width : 100%;
}
#searchsubmit {
	position : absolute;
	right : 0;
	top : 0;
	z-index : 100;
	width : 33px;
	height : 33px;
	border-radius : 0;
}
*:first-child + html #searchsubmit {
	top : 1px;
}
/*--------------------------------------------------------------------------------------------------------------------
search_list 一覧表示　検索結果
--------------------------------------------------------------------------------------------------------------------*/
#search_list {
}
.search_list_box {
	margin : 0 0 20px 0;
	padding : 10px 10px 10px 20px;
	border : 1px solid #ccc;
	border-left : 20px solid #000;
}
.search_list_box h3 {
	font-size : 20px;
	font-weight : bold;
	line-height : 30px;
	padding : 0;
	margin : 0 0 10px 0;
	border : none;
}
.search_list_box h3 a {
	color : #000;
}
.search_list_box p {
	font-size : 14px;
	line-height : 1.5;
	margin : 0;
}
/*--------------------------------------------------------------------------------------------------------------------
ヘッダ header
--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
topbar topbar_outer
--------------------------------------------------------------------------------------------------------------------*/
#topbar {
	position : relative;
}
#topbar #sitename {
	float : left;
	line-height : 60px;
}
#topbar h1 {
	float : left;
	margin : 0 0 0 40px;
	color : #000;
	font-size : 16px;
	line-height : 60px;
}
#topbar #recruit {
	position : absolute;
	right : 0;
	top 0;
	z-index : 200;
}
#topbar #recruit a {
	display : block;
	background : rgba(229,35,43,0.75);
	width : 180px;
	padding : 10px 20px;
	color : #fff;
}
#topbar #recruit a:hover {
	background : rgba(229,35,43,1);
}
#topbar #recruit a h3 {
	font-size : 20px;
	line-height : 30px;
	text-align : center;
	margin : 0;
}
#topbar #recruit a p {
	font-size : 13px;
	text-align : left;
	margin : 0;
}
header #front_image {
	position : relative;
}
header #front_image #front_description {
	position : absolute;
	top : 20px;
	left : 20px;
}
.logged-in #header {
	background : #010100;
}
@media screen and (max-width: 780px) {
#topbar_outer ,
header #front_image #front_description {
	display : none;
}
}
/*--------------------------------------------------------------------------------------------------------------------
GNAV
--------------------------------------------------------------------------------------------------------------------*/
.fixed {	/*scroll_fix.js用*/
	position : fixed;
	top : 0;
	left : 0;
	z-index : 9999;
}
nav#gnav ul {
	margin : 0;
	padding : 0;
}
nav#gnav ul li {
	position : relative;
	margin : 0;
	text-align : center;
	border-left : 1px solid #999;
	width : 100%;
}
nav#gnav ul li:nth-last-child(1) {
	border-right : 1px solid #ccc;
}
nav#gnav li a {
	display : block;
	width : 100%;
	padding : 0;
	color : #fff;
	font-size : 16px;
	line-height : 40px;
	width : 100%;
}
/*----------------------------------------------------------
hover,current
----------------------------------------------------------*/
nav#gnav a:hover {
	background : #ccc;
	color : #000;
}
nav#gnav li.current-menu-item > a {
	background : #ccc;
	color : #000;
}
/*----------------------------------------------------------
submenu
----------------------------------------------------------*/
nav#gnav ul li ul {
	position : absolute;
	top : 40px;
	left : 0;
	width : 250px;
	z-index : 1000;
}
nav#gnav ul li ul li {
	visibility : hidden;
	overflow : hidden;
	width : 100%;
	height : 0;
}
nav#gnav ul li:hover ul li,
nav#gnav ul li:hover ul li a,
nav#gnav ul li a:hover ul li a {
	visibility : visible;
	overflow : visible;
	display : block;
	height : 30px;
	z-index : 10;
	width : 250px;
	background : #eee;
	color : #000;
}
nav#gnav ul li:hover ul li,
nav#gnav ul li a:hover ul li {
	border-top : 1px solid #999;
}
nav#gnav ul li:hover ul li a {
	padding : 0 10px;
	background : #ccc;
	font-size : 14px;
	line-height : 30px;
}
nav#gnav ul li ul li:hover a ,
nav#gnav ul li ul li a:hover ,
nav#gnav ul li ul li.current-menu-item a {
	background : #666;
	color : #fff;
}
/*--------------------------------------------------------------------------------------------------------------------
スマホボタン mobile_set
--------------------------------------------------------------------------------------------------------------------*/
#mobile_set {
	display : none;
}
@media only screen and (max-width: 780px) {
#mobile_set {
	display : block;
	position : fixed;
	background : #fff;
	z-index : 1000;
}
/*----------------------------------------------------------
mobile_logos
----------------------------------------------------------*/
#mobile_logos {
}
#mobile_logos #sitename {
	width : 40%;
	height : 36px;
	padding : 2px;
	float : left;
	text-align : center;
}
#mobile_logos #sitename img {
	max-height : 100%;
	width : auto;
}
#mobile_search {
	width : 55%;
	padding : 0;
	margin : 3px 5px 0 0;
	float : right;
}
#mobile_search #searchform {
	width : 100%;
	padding : 0;
	margin : 0;
	border : none;
}
#mobile_search #mobile_s {
	float : left;
	width : 80%;
	padding : 0 2px;
	margin : 0;
	font-size : 14px;
	color : #000;
	line-height : 24px;
	border :none;
	background : transparent;
	border : 1px solid #999;
	border-radius : 0;
}
#mobile_search #mobile_search_submit {
	float : left;
	width : 20%;
	background : #eee;
	border-top : 1px solid #999;
	border-right : 1px solid #999;
	border-bottom : 1px solid #999;
	border-left : none;;
	border-radius : 0;;
	box-shadow : none;
	padding : 0;
	margin : 0;
	font-size : 12px;
	line-height : 24px;
	text-align : center;
	color : #000;
}
/*----------------------------------------------------------
mobile_buttons
----------------------------------------------------------*/
#mobile_buttons {
	border-top : 1px solid #666;
	border-bottom : 1px solid #666;
}
#mobile_buttons div {
	float : left;
	box-sizing : border-box;
	height : 40px;
	width : 33%;
	padding : 4px 0;
	border-right : 1px solid #666;
}
#mobile_buttons div:last-child {
	border-right : none;
}
#mobile_buttons a {
	display : block;
	text-indent : -9999px;
}
#mobile_buttons div:hover,
#mobile_buttons a:active {
	background : #ccc;
}
#mobile_contact a {
	background : url(./images/btn-contact.png) no-repeat center center;
	background-size : contain;
}
#mobile_access a {
	background : url(./images/btn-map.png) no-repeat center center;
	background-size : contain;
}
#mobile_tel a {
	background : url(./images/btn-tel.png) no-repeat center center;
	background-size : contain;
}
#mobile_login a {
	background : url(./images/btn-login.png) no-repeat center center;
	background-size : contain;
}
#mobile_logout a {
	background : url(./images/btn-logout.png) no-repeat center center;
	background-size : contain;
}
#mobile_guide a {
	background : url(./images/btn-guide.png) no-repeat center center;
	background-size : contain;
}
#mobile_calendar a {
	background : url(./images/btn-calendar.png) no-repeat center center;
	background-size : contain;
}
button#mobile_menu_bttn {
	display : block;
	padding : 0;
	margin : 0;
	width : 100%;
	border : none;
	box-shadow : none;
	text-indent : -9999px;
	background : url(./images/btn-mobile_menu.png) no-repeat center center;
	background-size : contain;
}
button#mobile_menu_bttn.close {
	background : url(./images/btn-mobile_menu-close.png) no-repeat center center;
	background-size : contain;
}
}
/*--------------------------------------------------------------------------------------------------------------------
スマホメニュー Mobile_menu
--------------------------------------------------------------------------------------------------------------------*/
#mobile_menu {
	display : none;
}
@media only screen and (max-width: 780px) {
#mobile_menu {
	display : none;
}
#mobile_menu {
	position : fixed;
	z-index : 1000;
	width : 100%;
	margin : 0 0 2px 0;
	height : 100%;
	overflow : auto;
	-webkit-overflow-scrolling : touch;
}
#mobile_menu li {
	list-style : none;
	background : #fff;
	border-top : 1px solid #ccc;
}
ul#menu-gnav > li:first-child {
	border-top : none;
}
ul#menu-gnav > li:last-child {
	border-bottom : 2px solid #000;
}
#mobile_menu li a {
	display : block;
	padding : 0 0 0 10px;
	font-size : 14px;
	font-weight : bold;
	line-height : 30px;
	color : #000;
}
#mobile_menu li li a {
	padding : 0 0 0 30px;
}
}
/*--------------------------------------------------------------------------------------------------------------------
ページボトム　フローティングボタン　floating_button　JS利用
--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------
page_top　ページトップ
----------------------------------------------------------*/
a#page_top {
	display : block;
	position : fixed;
	width : 40px;
	bottom : 20px;
	right : 0;
	background : #000;
	opacity : 0.7;
	font-size : 24px;
	line-height : 40px;
	color : #fff;
	text-align : center;
}
a#page_top:hover {
	background : #fd0000;
	opacity : 1;
}
/*----------------------------------------------------------
ボトムフローティングボタン
----------------------------------------------------------*/
#floating_button {
	position : fixed;
	left : 0;
	bottom : 0;
	display : none;
	z-index : 9999;
	width : 100%;
	height : 48px;
	padding : 10px 0 4px 0;
	background : #000;
	border-top : 1px solid #ccc;
}
/*----------------------------------------------------------
SNS_BUTTON
----------------------------------------------------------*/
#sns_button {
	width : 50%;
	margin : 40px auto;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : nowrap;
	flex-wrap : nowrap;
	justify-content : space-between;
	align-items : stretch;
}
#sns_button a {
	display : block;
	text-align : center;
	width : 32px;
}
@media screen and (max-width: 780px) {
#sns_button {
	width : 70%;
	margin : 20px auto;
}
}
/*--------------------------------------------------------------------------------------------------------------------
ホーム　home
--------------------------------------------------------------------------------------------------------------------*/
#home-top {
	margin-bottom : 20px;
}
#first_post {
	margin : 0 0 20px 0;
}
#first_post h3 {
	border : none;
	padding : 0;
	margin : 0 0 10px 0;
}
.news_list {
	margin : 0 0 30px 0;
}
.news_list dl {
	margin : 0 0 5px 0;
}
.news_list dl dt {
	float : left;
}
.news_list dl dd {
	margin : 0 0 0 150px;;
}
#event_calendar {
	margin : 0 0 30px 0;
}
a.guide {
	display : inline-block;
	float : left;
	background : #00a0e9;
	color : #fff;
	padding : 10px 25px;
	border-radius : 10px;
	margin : 0;
}
a.club {
	display : inline-block;
	float : left;
	background : #4bce2d;
	color : #fff;
	padding : 10px 25px;
	border-radius : 10px;
	margin : 0 0 0 20px;
}
a.apply {
	display : inline-block;
	background : #e5232b;
	color : #fff;
	padding : 10px 30px;
	border-radius : 10px;
	margin : 20px 0;
}
a.guide:hover ,
a.apply:hover {
	background : #000;
	color : #fff;
}
.voice {
	width : 48%;
	border : 8px solid #ccc;
	border-radius : 10px;
	margin : 0 0 10px 0;
	padding : 15px;
}
table.club td:first-child {
	width : 15%;
}
@media only screen and (max-width : 780px) {
a.guide ,
a.club {
	float : none;
	margin : 0 0 10px 0;
}
.voice {
	width : 100%;
}
}
/*--------------------------------------------------------------------------------------------------------------------
h 段落タイトル
--------------------------------------------------------------------------------------------------------------------*/
h1 {
/*記事内では使用しない*/
}
h2 {
/*editor-style.cssに記述*/
}
h3 {
/*editor-style.cssに記述*/
}
h4 {
/*editor-style.cssに記述*/
}
aside h4 {
	margin : 0 0 10px 0;
}
aside h4 a {
	color : #fff;
}
.footer_box h4.footer_list_title {
	color : #000;
	text-align : center;
	margin : 0 0 10px 0;
	background-color : #fff;
}
.entry-title {
/*editor-style.cssに記述*/
}
/*--------------------------------------------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------------------------------------------*/
p ,
.post ul ,
.post ol {
	margin : 0 0 10px 0;
}
.post ul ,
.post ol {
	padding : 0 0 0 30px;
}
.post ul li {
	list-style-type : disc;
}
.post ol li {
	list-style-type : decimal;
}
/*----------------------------------------------------------
投稿日・カテゴリ・タグ・投稿者
----------------------------------------------------------*/
.publish_date {
	padding : 10px;
	border : 1px solid #534741;
	background : #fff;
	color : #534741;
}
.blog_info {
	margin : 20px 0 10px 0;
	padding : 4px 0;
	border-top : 1px solid #999;
	border-bottom : 1px dotted #999;
}
.blog_info p {
	margin : 0;
}
.blog_info * {
	font-size: 12px;
	line-height : 16px;
}
/*----------------------------------------------------------
引用
----------------------------------------------------------*/
blockquote {
	padding: 40px 20px 0 20px;
	margin: 20px 0;
	background: #e3e3e3 url(./images/quote-top.png) left top no-repeat;
	border : 8px solid #eee;
}
blockquote:after {
	display : block;
	content : url(./images/quote-bottom.png);
	text-align : right;
	padding : 0;
	margin : 0;
}
/*--------------------------------------------------------------------------------------------------------------------
post_list 一覧表示
--------------------------------------------------------------------------------------------------------------------*/
#post_list {
	margin : 0 0 20px 0;
}
.post_list_box {
	padding : 0 0 20px 0;
	margin : 0 0 20px 0;
	border-bottom : 1px dotted #999;
}
.post_list_box dt {
	float : left;
	width : 240px;
	padding : 0;
	margin : 0;
}
.post_list_box dd {
	margin : 0 0 0 260px;
}
.post_list_box dd h3 {
	font-size : 20px;
	font-weight : bold;
	line-height : 28px;
	margin : 0 0 10px 0;
	border-bottom : none;
}
.post_list_box dd h3 a {
	color : #000;
}
.post_list_box dd h3 a:hover {
	color : #fd0000;
}
.post_list_box .post_list_content p {
	font-size : 14px;
	line-height : 21px;
	margin : 0;
}
a.read_more {
	display : inline-block;
	padding : 0 5px;
	margin : 0 0 0 10px;
	background : #1d3993;
	font-size : 10px;
	line-height : 20px;
	color : #fff;
	border-radius : 2px;
}
.post_list_box .post_list_content a.read_more:hover {
	background : #fd0000;
}
.for_members {
	display : inline-block;
	background : #fd0000;
	color : #fff;
	font-size : 12px;
	padding : 0 5px;
	margin : 0 10px 0 0;
}
@media only screen and (max-width: 780px) {
#post_list {
	border-top : 1px solid #000;
}
.post_list_box {
	padding : 0;
	margin : 0;
	border-bottom : 1px solid #000;
}
.post_list_box dt {
	width : 150px;
}
.post_list_box dd {
	margin : 0 0 0 160px;
	padding : 5px 5px 0 0;
}
.post_list_box dd h3 {
	font-size : 16px;
	font-weight : normal;
	line-height : 20px;
	margin : 0;
}
.post_list_box dd .post_list_excerpt {
	display : none;
}
}
/*----------------------------------------------------------
first_post
----------------------------------------------------------*/
#first_post {
	margin : 0 0 40px 0;
	padding : 0 0 10px 0;
	border-bottom : 1px dotted #999;
}
#first_post .new {
	background : #f00;
	font-size : 16px;
	color : #fff;
	padding : 4px 6px;
	margin : 0 10px 0 0;
}
#first_post h3.entry-title a {
	display : block;
	font-size: 20px;
	line-height: 28px;
	margin : 0 0 10px 0;
}
#first_post .entry-content {
	margin : 0 0 10px 0;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}
@media only screen and (max-width: 780px) {
#first_post h3.entry-title a {
	line-height: 20px;
}
#first_post .entry-content {
	font-size: 12px;
	line-height: 16px;
}
}
/*----------------------------------------------------------
関連記事
----------------------------------------------------------*/
#related {
	margin : 20px 0;
}
#related dl {
	margin : 0;
	border-bottom : 1px solid #999;
}
#related dt {
	float : left;
	width : 100px;
	margin : 0;
}
#related dt img {
	width : 100px;
}
#related dd {
	margin : 0 0 0 120px;
}
#related dd p {
	font-size: 16px;
	line-height : 1.5;
	font-weight : bold;
	padding : 10px 0 0 0;
	margin : 0;
}
#related dd p a {
	color : #000;
}
#related dd p a:hover {
	color : #fd0000;
}
@media only screen and (max-width: 780px) {
#related dd {
	padding : 5px 10px 0 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
コメント
--------------------------------------------------------------------------------------------------------------------*/
#comments_outer {
	margin : 40px 0;
}
#comments_resp ,
#comments {
	padding : 10px 20px;
	margin : 0;
	background : #ccc;
}
.comment-body {
	padding : 10px;
	margin-bottom : 20px;
}
#comments h3 {
	display : none;
}
#comments ol.commets-list li {
	list-style-type : none;
}
#comments p {
	margin : 0;
	padding : 5px 0;
}
#comments label {
	display : block;
}
.metadata {
	font-size : 13px;
	line-height : 20px;
}
.commentmetadata {
	border-bottom : 1px dotted #999;
	font-size : 12px;
	line-height : 15px;
	width : 100%;
	clear : both;
	padding : 10px 0 5px 0;
	margin : 10px 0;
}
.reply a {
	display : inline-block;
	padding : 5px 15px;
	background : #000;
	border-radius : 4px;
	color : #fff;
}
.reply a:hover {
	background : #fd0000;
}
#comments #respond {
	margin : 0 0 10px 0;
	padding : 5px 0 0 0;
}
.logged-in-as {
	font-weight : bold;
}
#comments #commentform .tags {
	padding : 10px;
	background : #fefefe;
}
#comments #commentlist img {
	padding : 10px;
}
.commets-list {
	padding : 0;
	list-style-type : none;
}
ul.children {
	padding : 0;
}
.commets-list li {
	list-style-type : none;
}
.comment-author.vcard .avatar {
	float : left;
	margin : 0 10px 0 0;
}
.form-allowed-tags {	/* コメント欄の下にある使用できるタグの表記を消す */
	display : none;
}
#comments textarea {
	margin : 0;
	padding : 5px;
	width : 100%;
	background : #fff;
	color : #000;
}
#comments input {
	padding : 10px;
	width : 100%;
}
/* コメントボタン */
#comments input[type="submit"] {
	width : 80%;
}
/*--------------------------------------------------------------------------------------------------------------------
404
--------------------------------------------------------------------------------------------------------------------*/
#tags_404 {
	margin : 30px 0 0 0;
	border : 1px solid #000;
	padding : 10px;
}
#tags_404 h3 {
	margin : 0;
	padding : 10px;
	font-size : 20px;
	font-weight : bold;
	border : none;
}
/*--------------------------------------------------------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------------------------------------------------------*/
aside #lead_to_login {
	position : absolute;
	right : 24px;
	top : -212px;
	z-index : 1000;
}
aside ,
aside p {
	font-size : 13px;
	line-height : 18px;
	margin : 0 0 3px 0;
}
#aside_submenu {
	padding : 15px;
	margin : 0 0 20px 0;
	border : 1px solid #ccc;
}
#aside_submenu a {
	color : #
}
aside ul {
	margin : 0;
	padding : 0;
}
aside ul li {
	list-style : none;
	margin : 0;
	padding : 5px 0;
	border-top : 1px dotted #ccc;
}
aside ul.menu > li:first-child {
	border-top : none;
}
aside ul.menu li ul li {
	padding-left : 15px;
}
aside ul.menu li ul li:last-child {
	padding-bottom : 0;
}
aside ol {
	padding : 0 0 0 15px;
}
aside ol li {
	list-style-type : decimal;
}
#aside-search {
	margin : 0 0 20px 0;
}
/*
*/
@media only screen and (max-width: 780px) {
aside #lead_to_login {
	display : none;
}
aside {
	font-size : 14px;
	line-height : 20px;
}
#aside-search {
	display : none;
}
}
/*--------------------------------------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------------------------------------*/
.footer_box {
}
.footer_box ,
.footer_box p {
	color : #fff;
	font-size : 14px;
	line-height : 20px;
	text-decoration : none;
}
.footer_box a {
	color : #fff;
}
.footer_box a:hover {
	color : #fd0000;
}
/*--------------------------------------------------------------------------------------------------------------------
フッターSEO対策
--------------------------------------------------------------------------------------------------------------------*/
#footertitle p,
#footertitle a,
#footertitle h1,
#footertitle h1 a {
	color : #fff;
	font-weight : normal;
	font-size : 12px;
	line-height : 18px;
}
/*--------------------------------------------------------------------------------------------------------------------
添付ファイルのアイコン表示
--------------------------------------------------------------------------------------------------------------------*/
a[href $='.pdf'] {
	display : block;
	height : 63px;
	background:url(./images/pdf.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.doc'] {
	display : block;
	height : 63px;
	background:url(./images/word.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.docx'] {
	display : block;
	height : 63px;
	background:url(./images/word.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.xls'] {
	display : block;
	height : 63px;
	background:url(./images/excel.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.xlsx'] {
	display : block;
	height : 63px;
	background:url(./images/excel.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.ppt'] {
	display : block;
	height : 63px;
	background:url(./images/powerpoint.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.pptx'] {
	display : block;
	height : 63px;
	background:url(./images/powerpoint.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
/*--------------------------------------------------------------------------------------------------------------------
テーブル
--------------------------------------------------------------------------------------------------------------------*/
table {
	width : 100%;
	margin : 0 0 10px 0;
	border-collapse : collapse;
	border-spacing : 0;
}
table th,
table td {
	margin : 0;
	padding : 10px;
	border-collapse : collapse;
	border : 1px solid #ccc;
	border-spacing : 0;
	vertical-align : top;
}
table th {
	text-align : left;
	font-weight : normal;
	background : #fefefe;
}
table th p ,
table td p {
	margin : 0;
}
@media only screen and (max-width: 780px) {
table th,
table td {
	padding : 5px;
}
}
/*----------------------------------------
はみ出しスライドテーブル
------------------------------------------*/
@media screen and (max-width: 780px) {
.slide_tbl {
	overflow-x : auto;
	white-space : normal;
}
.slide_tbl table th,
.slide_tbl table td ,
.slide_tbl table td p {
	font-size : 14px;
	line-height : 18px;
	min-width : 100px;
	max-width : 100px;
	margin-bottom : 0!important;
	margin : 0!important;
}
}
@media screen and (min-width: 781px) {
tr.pc_no_disp {
	display : none;
}
}
/*--------------------------------------------------------------------------------------------------------------------
リンク　ページング
--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------
ページャー pagination pager
----------------------------------------------------------*/
.pagination {
	clear : both;
	position : relative;
	font-size : 16px;
	line-height : 15px;
	margin : 0 0 20px 0;
	padding : 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 : #999;
}
.pagination span:last-child,
.pagination a:last-child {
	padding : 6px 14px 5px 9px;
	border-radius : 0 11px 11px 0;
}
.pagination .page-count {
	background : #000;
	padding : 6px 9px 5px 14px;
	border-radius : 11px 0 0 11px;
}
.pagination a:hover {
	color : #fff;
	background : #666;
}
.pagination .current {
	padding : 6px 9px 5px 9px;
	color : #fff;
	background : #fd0000;
	font-weight : bold;
}
@media only screen and (min-width: 780px) {
.pagination {
	clear : both;
	position : relative;
	font-size : 11px;
	line-height : 13px;
	margin-bottom: 20px;
	padding : 20px 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 : #999;
}
.pagination a:hover {
	color : #fff;
	background : #666;
}
.pagination .current {
	padding : 6px 9px 5px 9px;
	color : #fff;
	background : #900;
}
}
/*----------------------------------------------------------
ぱんくず
----------------------------------------------------------*/
#breadcrumb {
	clear : both;
	margin : 0 0 20px 0;
	font-size : 12px;
}
.breadcrumb_item {
	float : left;
	margin-right : 10px;
}
#breadcrumb i {
	font-size : 14px;
	margin-right : 2px;
	color : #666;
}
/*----------------------------------------------------------
前後の記事
----------------------------------------------------------*/
.page_nav {
	margin : 10px 0;
}
.page_nav a {
	display : block;
	color : #000;
	padding : 15px 20px;
	line-height : 20px;
}
.page_nav .previous a ,
.page_nav .next a {
	background : #ccc;
}
.page_nav .previous a:before {
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f060  ";
}
.page_nav .next a:before {
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f061  ";
}
.page_nav a:hover {
	background : #000;
	color : #fff;
}
/*--------------------------------------------------------------------------------------------------------------------
ウィジェットコントロール　widget
--------------------------------------------------------------------------------------------------------------------*/
.widget_box ,
.asidebox ,
.footer_box {
	margin-bottom : 20px;
}
@media only screen and (max-width: 780px) {
}
/*--------------------------------------------------------------------------------------------------------------------
ウィジェット widget対策
--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------
最近のコメント
------------------------------------------*/
ul#recentcomments li {
	margin : 0 0 10px 0;
}
ul#recentcomments li:before {
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f35a";
}
@media only screen and (max-width: 780px) {
#recent-posts-2 li {
	padding : 10px;
}
}
/*----------------------------------------------------------
TOC+
----------------------------------------------------------*/
#toc_container.no_bullets {
}
/*----------------------------------------------------------
metasliderキャプションオーバーレイの調整
----------------------------------------------------------*/
.metaslider {
	z-index : 100;
}
.metaslider ul.slides .caption-wrap {
	position : absolute;
	display : block;
	width : 100%;
	bottom : 0;
	left : 0;
	opacity : 1;	/*metasliderの指定をリセット*/
	background-color : rgba(0,0,0,0.6);	/*RGBaで再指定*/
	margin : 0;
	line-height : 1.5em;
}
.metaslider ul.slides .caption-wrap .caption {
	padding : 5px 10px;
	word-wrap : break-word;
	color : #fff;
	font-size : 18px;
}
/*----------------------------------------------------------
Contactform7
----------------------------------------------------------*/
.wpcf7-list-item {
	display : block;
}
input[type="submit"].wpcf7-submit {
}
input[type="submit"].wpcf7-submit:hover {
}
table.contactform td:nth-child(1) {
	width : 25%;
}
.form_fullsize {
	width : 100%;
}
/*----------------------------------------------------------
WordPress Popular Posts 人気記事
----------------------------------------------------------*/
#wpp-3 h4 {
	margin : 0;
}
ul.wpp-list-with-thumbnails {
	border-top : none;
}
ul.wpp-list-with-thumbnails li {
	padding : 0;
	margin : 0;
	border-bottom : 1px solid #999;
}
ul.wpp-list-with-thumbnails li img.wpp-thumbnail {
	float : left;
	margin : 0;
	padding : 0;
}
ul.wpp-list-with-thumbnails li a.wpp-post-title {
	display : block;
	margin : 0 0 0 110px;
	padding : 10px 0 0 0;
	color : #000;
	font-weight : bold;
}
ul.wpp-list-with-thumbnails li a.wpp-post-title:hover {
	color : #fd0000;
}
ul.wpp-list-with-thumbnails li .wpp-meta {
	display : block;
	margin : 0 0 0 110px;
	padding : 5px 0 0 0;
}
@media screen and (max-width: 780px) {
#wpp-3 h4 {
	margin : 0;
	padding : 10px 20px;
}
ul.wpp-list-with-thumbnails li .wpp-post-title {
	padding : 5px 10px 0 0;
	font-size: 16px;
	line-height : 1.5;
	font-weight : bold;
}
ul.wpp-list-with-thumbnails li .wpp-meta {
	display : none;;
}
}
table.depot td {
	font-size : 12px;
	padding : 5px;
}
/*----------------------------------------------------------
メンバー検索
----------------------------------------------------------*/
ul#search_certification li {
	margin : 0 20px 0 0;
	float : left;
}
ul#search_certification li input[type="radio"] {
	margin : 0 3px 0 0;
}
table#searchprofile-list {
}
table#searchprofile-list th {
	text-align : center;
	font-weight : bold;
	background : #eee;
}
table#searchprofile-list td {
	padding : 5px;
}
table#searchprofile-list td#name {
	width : 20%;
}
table#searchprofile-list td#billing_state {
	width : 15%;
}
table#searchprofile-list td#year_graduate {
	width : 15%;
}
table#searchprofile-list td#certification {
	width : auto;
}
.back_to_search a {
	display : inline-block;
	margin : 20px 0;
	font-size : 1.2;
	color : #fff;
	background : #4bce2d;
	padding : 10px 20px;
	border-radius : 8px;
}
.back_to_search a:hover {
	background : #f00;
}
p.searchform {
	margin : 20px 0 50px 0;
}
#profile {
}
#profile dl {
	display : block;
	padding : 5px 0;
	margin : 0;
	border-bottom : 1px solid #999;
}
#profile dl dt {
	padding : 0;
	margin : 0;
	width : 120px;
	float : left;
}
#profile dl dd {
	margin-left : 140px;
}
@media screen and (max-width: 780px) {
#profile dl {
}
#profile dl dt {
	width : 100%;
	float : none;
}
#profile dl dd {
	margin-left : 0;
}
}
/*----------------------------------------------------------
メンバー検索
----------------------------------------------------------*/
.bbp-header * ,
.bbp-footer * {
	color : #fff!important;
}
.wp-caption-text {
	visibility : hidden;
}
#bbp_stick_topic_select,
#bbp_topic_status_select,
label[for="bbp_stick_topic"],
label[for="bbp_topic_status"] {
	display : none!important;
}

