@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	.header-container {
		display: none !important;	
	}
	.logo-menu-button img {
    max-height: 45px;
	}
}

/*963px以下*/
@media screen and (max-width: 963px){
	.navi-in {
		display: none !important;
	}
}

/* 461px～834pxの間 */
@media screen and (min-width:461px) and ( max-width:834px){
}

/*768px以下*/
@media screen and (max-width: 768px){
}

/*670px以下*/
@media screen and (max-width: 670px){
	#g-title-kou, .top-kou-title, .members-table2-td3 {
		width: 100% !important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
}

/*460px以下*/
@media screen and (max-width: 460px) {
	.logo-header img {
		padding-top:3px;
	}
}

/*864px以下*/
@media screen and (max-width: 864px) {
	/* フッターメニューを１カラムに変更 */
	.navi-footer-in > .menu-footer li.menu-item {
		margin:0;
    	width: 100%;
    	display: block;
   		flex: auto;
	}
	#navi-footer ul li a {
		margin-bottom:4px;
		color: #0073CC;
		border: 1px dashed #A7A59C;
		padding:10px;
		border-radius: 10px;
	}
	#navi-footer ul li a:hover {
		text-decoration: none !important;
	}
	.navi-footer-in > .menu-footer li.menu-item {
    border: none;
	}
}

/* モバイル時の左右の余白調整 */
@media screen and (max-width: 834px){
	main.main {
		padding:32px 10px;
	}	
}


/*** 各ページのタイトル項目デザイン ***/
.page-title-kou {
	margin: 0 auto;
	margin-bottom: 40px;
	padding:4px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color:#504c39;
/*	border-left: 3px solid #00579D;
	border-right: 3px solid #00579D;*/
}
.page-title-kou2 {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:4px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color:#504c39;
/*	border-left: 3px solid #00579D;
	border-right: 3px solid #00579D;*/
}
/*** ここまで ***/

/************************************
** 細々した変更
************************************/

/* 前ページの余白　削除 */
.content {
	margin-top: 0px;
}
.main {
/*	padding: 0;*/
	background-color:#EDEAE8;
	border-radius:0;
}
.single-post .main {
	padding:10px;
}
.content-in {
	margin-top: 0;
}

/* ロゴ左寄せ */
.logo {
	text-align: left;
}
.logo-image {
	padding: 10px 0px 10px 0px;
}

/* モバイル時のヘッダーロゴの縦幅調整 */
.mobile-header-menu-buttons{
	height: 60px;
	padding-top: 10px;
}

/* モバイル時のメニュー */
.menu-content {
	max-width:64%;
    background: rgba(55, 51, 32, 0.7);
}
ul.menu-drawer li a {
	margin-bottom:4px;
	color: #fff;
	border: 1px dashed #EDEAE8;
	padding:10px;
	border-radius: 10px;
}
ul.menu-drawer li ul {
	border: 0px;
}
ul.menu-drawer li ul li a {
		border: 0px !important;
}
.appeal-content {
	display: none;
}

.footer-bottom-logo .logo-image {
	max-width: 100%;
}
.footer-bottom-logo img {
	height: auto;
}
.sns-share, .sns-follow{display:none;}

/*** 各ページのタイトル文字を非表示 ***/
.page-id-9 .entry-title,
.page-id-642 .entry-title,
.page-id-66 .entry-title,
.page-id-200 .entry-title,
.page-id-68 .entry-title,
.page-id-114 .entry-title,
.page-id-1036 .entry-title,
.page-id-70 .entry-title {
	display:none;
}

.page .date-tags,
.page .author-info {
    display: none;
}

/* トップページ　項目デザイン */
#g-title-kou {
/*	width: 130px;*/
	color: #207533;
	text-align: center;
/*	padding: 12px 8px;*/
	background: #E7FFEC;
	border-radius: 10px;
}
.top-kou-title {
	width: 120px;
	border-style: solid !important;
	border-color: #ffffff !important;
	background-color: #ffffff;
	vertical-align: top;
}

/* トップページ　お知らせ　特別項目デザイン */
.info-sp {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	color: red;
	text-align: center;
	padding: 8px;
}
/* トップページポスター ログインボタンデザイン */
a.login-btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 240px;
	height: 100px;
	color: #ffffff;
	font-size: 22px;
	padding-top: 25px;
	text-align: center;
	background-color: #2FA84A;
	border: 4px double #ffffff;
	text-decoration: none;
}
a.login-btn:hover {
	background-color: #207533;
}
/* トップページポスタータイトルデザイン */
.so-widget-sow-image-default-6b88c04c1f9b-9 h3 {
	font-size: 14px !important;
	border: initial !important;
	background-color: initial !important;
}

@media screen and (min-width: 768px){
    .header-container-in.hlt-top-menu .logo-header{
        max-height:none !important;
	    height:auto !important;
	    width: 371px !important;
    }
    .header-container-in.hlt-top-menu .logo-header img{
	    max-height:none !important;
	    height:auto !important;
	    width: 371px !important;
    }
    #appeal .appeal-in {
        min-height:400px;
    }

    .article h3 {
	    padding: 16px;
        margin-top: 40px;
    	font-weight:normal;
        font-size:24px;
        background-color:#FFD493;
        border-top: 2px solid #DD9933;
        border-right:none;
        border-left:none;
        border-bottom:none;
    }
}

.appeal {
	background-size: cover;
}

/* 768px以下の場合 */
@media screen and (max-width: 768px){
  #appeal .appeal-in{
    min-height: 200px;
  }

/* 見出し */
.article h3 {
	padding: 12px;
    margin-top: 40px;
	font-weight:normal;
	font-size:18px;
	background-color:#FFD493;
    border-top: 2px solid #DD9933;
	border-right:none;
    border-left:none;
    border-bottom:none;
}
}
/*  768px以下の場合 ここまで */

/***************************
ヘッダーメニュー
***************************/
#navi ul li {
	border-left: 1px solid #A7A59C;
}
#navi ul li#menu-item-74 {
	border-right: 1px solid #A7A59C;
}
#navi ul li a:hover {
	color: #207533;
	background-color: #504C39;
}
.sub-menu li {
	border-bottom: solid 1px #A7A59C;
}

/***************************
フッターメニュー
***************************/
.footer {
	margin-top:0;
}
#navi-footer ul li a:hover{
	color: #207533;
	background: none !important; /*メインメニューにポインタを置いたときの背景色*/
	text-decoration: underline;
	transition: none;
}
/***************************
サイドバー
***************************/
.sidebar {
	height:initial !important;
	background-color:#FBFBFB;
}
.sidebar h3.widget-sidebar-scroll-title {
	padding:4px;
	color:#ffffff;
	text-align:center;
	background-color:#777777;
	border-radius: 20px 20px 0 0;
}
ul#menu-moushikomi-menu li {
	border-bottom:1px dashed #000000;
}
/***************************
パンくずリスト
***************************/
#breadcrumb {
	background:none;
	color:brown;
}
.breadcrumb a {
	color:brown;
}

.navi-footer-in > .menu-footer { /*メニューの位置調整*/
  justify-content: center;
  margin-bottom: 1em;
}
.navi-footer-in a {
	transition:none;
}

.footer-bottom.fnm-text-width .menu-footer li {
  line-height: 1; /*メニューの区切りボーダーの高さを1文字分にする*/
}

/* フッターカスタマイズ終わり */

/***************************
モバイルでテーブル表示時セル毎に回り込みさせる
***************************/
@media (max-width:670px) {
    table.mb-table td,
	table.mb-table th,
	table.mb-table3 td {
		display:block;
	}
}
@media (max-width:1000px) {
    table.mb-table2 td,
	table.mb-table2 th {
		display:block;
		width:100%;
	}
}
@media (min-width:671px) {
    table.mb-table td,
	table.mb-table th {
		display:table-cell;
	}
}
@media (min-width:835px) {
    table.mb-table2 td,
	table.mb-table2 th {
/*		display:table-cell;*/
		font-size:15px;
	}
}
/****************************/
/* トップページ             */
/****************************/
.page-id-9 .entry-content {
	margin-bottom:0;
}
@media (min-width:1000px) {
	.page-id-9 table th {
		width: 120px;
	}
}
.page-id-9 .top-koumoku {
	padding:20px 4px;
/*	background-color:#D3D2CE;*/
	background-color:#ffffff;
	border-radius:10px;
}
.page-id-9 .top-koumoku table th,
.page-id-9 .top-koumoku table td {
	background-color:#ffffff;
}
.page-id-9 table {
	border:none;
}
.page-id-9 table th {
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-9 table td {
	background-color:#ffffff;
	padding-bottom:20px;
	font-size:18px;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-9 #kou {
	display:block;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	padding: 0px 10px;
	background-color:#373320;
/*	background-color: #0073CC;*/
/*	border-left:4px double #ffffff;*/
/*	border-right:4px double #ffffff;*/
	border-radius: 10px;
}

.page-id-9 .top-poster {
	padding:10px;
	background-color:#ffffff;
	border-radius:10px;
	text-align:center;
}
.page-id-9 .top-poster img {
	border:1px solid #504C39;
}
.page-id-9 .top-poster table th,
.page-id-9 .top-poster table td {
	background-color:#ffffff;
	padding:0;
}
/* 後援の部分 */
.page-id-9 .mb-table3 tr td {
	text-align:center;
	font-size:14px;
	background-color:#EDEAE8;
}
.page-id-9 .mb-table3 div {
	width:60px;
	color:#ffffff;
	text-align:center;
	padding: 0px 6px;
	background-color:#00579D;
}
.page-id-9 .mb-table3 a {
	display:block;
	width:100%;
	padding:10px;
	background-color:#ffffff;
	border-radius:6px;
	text-decoration:none;
}



@media screen and (max-width: 768px){
	.page-id-9 table td,
	.page-id-9 #kou {
		font-size:initial;
	}
	.page-id-9 .top-poster img {
		width:initial;
	}
	.page-id-9 .mb-table3 span {
		display:block;
	}
}
/****************************/
/* 大会概要                 */
/****************************/

@media (min-width:671px) {
	.page-id-642 table th {
		width: 200px;
	}
}

.page-id-642 table {
	border:none;
}
.page-id-642 table th {
	font-weight:normal;
	text-align:left;
	background-color:#EDEAE8;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-642 table td {
	background-color:#EDEAE8;
	padding-bottom:20px;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-642 table.tb-style1 td {
	background-color:#ffffff;
	border-radius:10px;
}
.page-id-642 #kou {
	display:block;
	text-align:center;
	color:#ffffff;
	padding: 0px 10px;
	background-color: #373320;
	border-radius: 20px;
}
.gakkaichou-pict {
	display:block;
	text-align:center;
}
@media screen and (max-width: 670px){
	.gakkaichou-pict {
		display:block;
		text-align:center;
		float:none;
	}
}
/****************************/
/* スケジュール             */
/****************************/
.page-id-200 table.mb-table {
	padding:0;
}
.page-id-200 table.mb-table th {
	width:150px;
}

.page-id-200 table {
	border:none;
}
.page-id-200 table th {
	font-weight:normal;
	text-align:left;
	background-color:#ffffff;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-200 table td {
	background-color:#ffffff;
	padding-bottom:20px;
	border:none;
/*	border-bottom:1px solid #207533;*/
	vertical-align: top;
}
.page-id-200 #kou {
	display:block;
	color:#ffffff;
	padding: 0px 10px;
	background-color: #207533;
	border-radius: 20px;
}
.sj-kou {
	margin-bottom:20px;
	color:#207533;
	padding:0 0 0 10px;
	border-left:3px solid #207533;
}
.sj-kou1 {
	display:inline-block;
	margin-right:8px;
	padding:0px 10px;
	background-color:#eee;
	border-radius:20px;
}
.sj-kou1a {
	display:block;
	margin-bottom:20px;
	color:#207533;
	font-weight:bold;
	padding:0px 10px;
	border:1px solid #207533;
	border-radius:20px;
}
.sj-kou2 {
	font-weight:bold;
/*	display:inline-block;
	padding:4px;
	background-color:#eee;*/
}

table.sj-table th {
	width:60px !important;
	background-color:#eee;
	font-weight:normal;
	text-align:left;
}
@media (max-width:670px) {
	.page-id-200 table.mb-table th,
	table.sj-table th {
		width:100% !important;
	}
	table.sj-table th {
		padding:0px 10px;
		border-bottom:0px !important;
	}
}
@media (min-width:671px) {
	table.sj-table th {
		border-bottom:4px solid #ffffff;
	}
}

/****************************/
/* お知らせ項目             */
/****************************/
.oshirase-title {
	margin: 0 auto;
	padding:10px;
	color: #ffffff;
	text-align:center;
	background-color: #504C39;
}
.whatsnew hr {
	display: none;
}
.whatsnew dl {
	border-bottom: 1px #D9D6D2 solid !important;
}
.whatsnew dt {
	color: #000 !important;
	font-size:14px;
}
.whatsnew dd {
	color: #555;
	font-size:14px;
}
/* 掲載記事のタイトル編集 */
.single-post .entry-title {
	margin-top:10px;
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	padding: 4px 10px;
	background-color:#504C39;
}
.single-post table ul {
	padding-left:16px;
}
.single-post table td {
	border:0;
	background-color:#EDEAE8;
}
@media screen and (max-width: 670px){
	.single-post .entry-title {
		font-size:16px;
	}
}
.post-update {
	display:none;
}
/*** ここまで ***/


#recent-posts-2 h3 {
	font-size: 16px;
}
#recent-posts-2 ul li {
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
}
/****************************/
/* 発表者へのお知らせ     */
/****************************/
.page-id-200 .kou1,
.page-id-200 .kou2 {
	margin-bottom:20px;
	padding:4px 10px;
	color:#373320;
	font-weight:bold;
	border-left:3px solid #373320;
}
.page-id-200 .kou2 {
	margin-top:60px;
}
.page-id-200 table {
	width:initial;
	margin-bottom:0;
}
.page-id-200 table tr td {
	background-color:#ffffff;
}
.page-id-200 table.tbl1 tr td {
	background-color:#ffffff;
	border:0;
	padding:4px;
}
.page-id-200 table.tbl1 div {
	display:inline-block;
	padding:0px 10px;
	text-align:center;
	font-weight:bold;
	background-color:#D3D2CE;
	border-radius:10px;
}
.page-id-200 table.tbl2 tr td {
	background-color:#ffffff;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-200 table.tbl2 tr th {
	font-weight:normal;
	background-color:#ffffff;
	text-align:center;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-200 table.tbl2 div {
	padding:2px 16px;
	color:#ffffff;
	background-color:#0073CC;
	border-radius:10px;
}
.page-id-200 .btn1 {
	display:inline-block;
	color:#ffffff;
	padding:10px 20px;
	background-color:#00579D;
	border: 3px double #ffffff;
	text-decoration:none;
}
.page-id-200 ul.asta {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-200 ul.asta li:before {
	content:"※";
	margin-left: -1em;
}
.page-id-200 ul.dott {
	margin-bottom:0;
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-200 ul.dott li:before {
	content:"●";
	margin-left: -1em;
}
.page-id-200 ol {
	margin-bottom:0;
/*	list-style:none;*/
	padding-inline-start:0.8em;
/*	list-style-position: inside;*/
}
.page-id-200 ol li {
	padding-bottom:10px;
}
.page-id-200 a.linkbtn {
	display:inline-block;
/*	margin-top:10px;*/
	color:#ffffff;
	padding:4px 10px;
	text-align:center;
	background-color:green;
	border-radius:6px;
	text-decoration:none;
}
/****************************/
/* 職業体験会申し込みについて*/
/****************************/
.page-id-114 .kou1,
.page-id-114 .kou2 {
	margin-bottom:20px;
	padding:4px 10px;
	color:#00579D;
	font-weight:bold;
	border-left:3px solid #00579D;
}
.page-id-114 .kou2 {
	margin-top:60px;
}
.page-id-114 table {
	width:initial;
}
.page-id-114 table.tbl1 tr td {
	background-color:#ffffff;
	border:0;
}
.page-id-114 table.tbl1 div {
	padding:2px 10px;
	color:#ffffff;
	text-align:center;
	background-color:#0073CC;
	border-radius:10px;
}
.page-id-114 table.tbl2 tr td {
	background-color:#ffffff;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-114 table.tbl2 tr th {
	font-weight:normal;
	background-color:#ffffff;
	text-align:center;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-114 table.tbl2 div {
	padding:2px 16px;
	color:#ffffff;
	background-color:#0073CC;
	border-radius:10px;
}
.page-id-114 .btn1 {
	display:inline-block;
	color:#ffffff;
	padding:10px 20px;
	background-color:#00579D;
	border: 3px double #ffffff;
	text-decoration:none;
}
.page-id-114 ul.asta {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-114 ul.asta li:before {
	content:"※";
	margin-left: -1em;
}
.page-id-114 ul.dott {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-114 ul.dott li:before {
	content:"●";
	margin-left: -1em;
}
/****************************/
/* 事前参加申込のご案内     */
/****************************/
.page-id-1036 .kou1,
.page-id-1036 .kou2 {
	margin-bottom:20px;
	padding:4px 10px;
	color:#00579D;
	font-weight:bold;
	border-left:3px solid #00579D;
}
.page-id-1036 .kou2 {
	margin-top:60px;
}
.page-id-1036 table {
	width:initial;
}
.page-id-1036 table.tbl1 tr td {
	background-color:#ffffff;
	border:0;
}
.page-id-1036 table.tbl1 div {
	padding:2px 10px;
	color:#ffffff;
	background-color:#0073CC;
	border-radius:10px;
}
.page-id-1036 table.tbl2 tr td {
	background-color:#ffffff;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-1036 table.tbl2 tr th {
	font-weight:normal;
	background-color:#ffffff;
	text-align:center;
	border:0;
	border-bottom:1px solid #eeeeee;
}
.page-id-1036 table.tbl2 div {
	padding:2px 16px;
	color:#ffffff;
	background-color:#0073CC;
	border-radius:10px;
}
.page-id-1036 .btn1 {
	display:inline-block;
	color:#ffffff;
	padding:10px 20px;
	background-color:#00579D;
	border: 3px double #ffffff;
	text-decoration:none;
}
.page-id-1036 ul.asta {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-1036 ul.asta li:before {
	content:"※";
	margin-left: -1em;
}
.page-id-1036 ul.dott {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-1036 ul.dott li:before {
	content:"●";
	margin-left: -1em;
}

/****************************/
/* 各種ご案内               */
/****************************/
.page-id-70 #kou1 {
	display:inline-block;
	margin-right:10px;
	width:80px;
	text-align:center;
	background-color:#eeeeee;
}
.page-id-70 .kou1,
.page-id-70 .kou2 {
	margin-bottom:20px;
	padding:4px 10px;
	color:#373320;
	font-weight:bold;
	border-left:3px solid #373320;
}
.page-id-70 .kou2 {
	margin-top:60px;
}
.page-id-70 ul.asta {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-70 ul.asta li:before {
	content:"※";
	margin-left: -1em;
}
.page-id-70 ul.dott {
	list-style:none;
	padding-inline-start:0.8em;
	list-style-position: inside;
}
.page-id-70 ul.dott li:before {
	content:"・";
	margin-left: -1em;
}
/****************************/
/* 参加者専用ページ         */
/****************************/

.page-id-492 .entry-content p {
	text-align: center;
}
.post_password {
	margin: 0 auto;
	width: 70%;
}
.post_password input {
	margin-top: 10px;
}
.members-table {
	margin: 0 auto;
	width: initial;
}
.members-table td {
	border: none;
	background-color: #ffffff;
}
.members-table2 {
	margin: 0 auto;
	width: 100%;
}
.members-table2-td1 {
	text-align: center;
	border-left: none;
	border-right: none;
	background-color: #ffffff;
}
.members-table2-td2 {
	padding-top: 20px;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #eeeeee;
	background-color: #ffffff;
}
.members-table2-td3 {
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #eeeeee;
	background-color: #ffffff;
}

.members-table2 a {
	display: block;
	width: 100%;
	padding: 4px 20px 4px 20px;
	color: #ffffff;
	background-color: #207533;
	border-radius: 18px;
	text-decoration: none;
}
.mlb {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	width: 200px;
	padding: 4px 20px 4px 20px;
	color: #ffffff;
	text-align: center;
	background-color: #0073CC;
	border: 4px double #ffffff;
	text-decoration: none;
}
#space-sp {
	width: 100%;
	height: 20px;
}
.members-table3 td {
	border: none;
	background-color: #ffffff;
}

/*** Youtube埋め込み動画レスポンシブ ***/
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

