@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

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

/* 管理画面ログイン時のずれ対策 */
body.admin-bar #main-scroll{
	top: 32px;
}
body.admin-bar #navi.fixed{
	top: 88px;
}

/* フロントページのみメインイメージを表示 */
body #header{
	display: none;
}
body.front-top-page #header{
	display: block;
}
@media screen and (max-width: 1030px){
	body #header{
		display: block;
	}
}

/* フロントページ以外に左上にロゴを表示 */
body.front-top-page .sublogo{
	display: none;
}


/* ページcss */
.wrap{
	width: 100%;
}
.header-container, .main, .sidebar, .footer{
	background-color: inherit;
}
#header{
	width: 1366px;
	margin-left: auto;
	margin-right: auto;
}
.header-container{
    margin-top: 56px;
}
.header-in{
	justify-content: initial;
}
.logo{
	text-align: left;
	padding-top: 25px;
	padding-left: 100px;
}
.no-sidebar .content .main{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header-container .navi{
	box-shadow: 0 2px 4px rgba(31, 105, 178, 0.4);
}
#content{
	background-image: url("/cms4/wp-content/uploads/2018/10/earth.png");
	background-repeat: no-repeat;
	background-position: right 100px top 0px;
}


#navi.fixed{
	position: fixed;
	top: 56px;
	width: 100%;
	z-index: 999;
}
ul.menu-header > li{
	border-left: 1px solid #73a1ce;
}
ul.menu-header > li:last-child{
	border-right: 1px solid #73a1ce;
}
.navi-in > ul > .menu-item-has-children > a::after{
	padding-right: 9px;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap > div.item-label{
	font-size: 0.9em;
	font-weight: 600;
}
.navi-in > ul .sub-menu li{
	background: #f6f6f6;
}
#navi .navi-in a:hover{
	background-color: rgba(31,105,178,.05) !important;
}
h1.entry-title{
	display: none;
}
.article h2{
	background: inherit;
	color: #004ba5;
	font-size: 1.5em;
	letter-spacing: 0.3em;
	padding: 0;
	margin: 0;
}
.article h2 span{
	padding-left: 10px;
	font-size: 0.6em;
}
.article h2:nth-of-type(2){
	color: #93428f;
}
.article h3, .article h4, .article h5, .article h6{
	border: none;
}
.article hr{
	margin-top: 30px;
	margin-bottom: 30px;
}
.widget-entry-cards .a-wrap .a-wrap {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.widget-entry-cards figure{
	width: 256px;
	margin-top: 0;
	line-height: 0;
}
.new-entry-card-title{
	font-size: 1.3em;
}
.new-entry-card-post-date.display-none{
	display: inherit;
	color: #999999;
}
.new-entry-card-post-content{
	color: #999999;
}
.new-entry-cards:nth-of-type(2) .new-entry-card-link .new-entry-card-post-content{
	display: none;
}
.new-entry-cards:nth-of-type(2) .new-entry-card-link .new-entry-card{
	background-color: #ede6f3;
}
.new-entry-cards:nth-of-type(2) .new-entry-card-link:nth-of-type(even) .new-entry-card{
	background-color: #f6f3f9;
}
.new-entry-cards:nth-of-type(2) .new-entry-card-content{
	padding-top: 35px;
	padding-right: 10px;
}
.bannerarea .banner{
	display: inline-block;
	font-size: 0.8em;
	margin-right: 15px;
	line-height: 1;
}
.bannerarea .banner span{
	font-size: 0.8em;
	color: #999999;
}
.bannerarea .banner img{
	margin-bottom: 0.5em;
}
.bannerarea .banner a{
	text-decoration: none;
	font-weight: 800;
}
.footer-left{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 1.2em;
}
.footer-center, .footer-right{
	display: none;
}
.footer-left span{
	font-size: 0.7em;
}
.widget-footer-left{
	margin-bottom: 0;
}
#main-scroll{
	margin: 0;
	padding: 5px 30px 5px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: right;
	height: 56px;
	background-color: #1f69b2;
	z-index: 9999;
	display: table;
}
#main-scroll .widget{
	display: table-cell;
	text-align: left;
	margin: 0;
}
#main-scroll .widget_search{
	margin: 0;
	display: inline-block;
}
#main-scroll .widget_search .search-box{
	margin: 0;	
}
#main-scroll .sublogo img{
	padding-left: 10px;
   height: 49px;
	vertical-align: middle;
}
#main-scroll .widget_search .search-box .search-edit{
	width: 200px;
	padding: 8px 5px 8px 35px;
	font-size: 0.8em;
	border-radius: 25px;
}
#main-scroll .widget_search .search-box .search-submit{
	top: 0;
	left: 5px;
	width:36px;
	line-height: 40px;
}
#main-scroll .widget_search .search-box .search-submit::before{
	position: absolute;
	left: 9px;
}
#main-scroll .widget_nav_menu{
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
}
#main-scroll ul#menu-language > li{
	display:none;	
}
#main-scroll ul#menu-language > li:first-child{
	display:inline-block;	
}
#main-scroll ul#menu-language > li{
	height: 30px;
	position: relative;
}
#main-scroll ul#menu-language > li > a{
	display: block;
	background: #004ba5;
	color: #fff;
	font-size: 0.75em;
	width: 200px;
	border-radius: 3px;
	padding-left: 10px;
	text-align: left;
}
#main-scroll ul#menu-language > li > a::after{
	font-family: FontAwesome;
   content: "";
   padding-right: 9px;
	padding-top: 9px;	
   position: absolute;
   right: 3px;
   top: 0;
}
#main-scroll ul#menu-language > li > ul.sub-menu{
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	padding-left: 0;
	z-index: 9999;
}
#main-scroll ul#menu-language > li:hover > a{
	color: #f7931e;
}

#main-scroll ul#menu-language > li:hover > ul.sub-menu{
	display: block;
}
#main-scroll ul#menu-language > li:hover > ul.sub-menu a {
	display: block;
	background: #004ba5;
	color: #fff;
	font-size: 0.75em;
	width: 200px;
	padding-left: 20px;
	text-align: left;
}
#main-scroll ul#menu-language > li:hover > ul.sub-menu a:hover {
	color: #f7931e;
}
.footerlinksarea{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
.footerlinks {
	width: 170px;
	display: inline-block;
	margin-top: 40px;
    margin-left: 0px;
	margin-right: 5px;
    margin-bottom:40px;
	font-size: small;
	vertical-align: top;
}
.footerlinksshort {
	width: 95px;
	display: inline-block;
	margin-top: 40px;    
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom:40px;
	font-size: small;
	vertical-align: top;
}
.footerlinks a{
	text-decoration: none;
}
.footerlinksshort a{
	text-decoration: none;
}
.footerlinks a:link{
    color:#666666;
}
.footerlinks a:visited{
    color:#666666;
}
.footerlinks a:hover{
    color:#666666;
}
.footerlinks a:active{
    color:#666666;
}
.footerlinksshort a:link{
    color:#666666;
}
.footerlinksshort a:visited{
    color:#666666;
}
.footerlinksshort a:hover{
    color:#666666;
}
.footerlinksshort a:active{
    color:#666666;
}
.footerlinks span {
	font-size: small;
	display: block;
	margin-bottom: 5px;
	color: #555555;
	font-weight: bold;
    	font-size: small;
    border-bottom: thin solid #999999;
}
.footerlinksshort span {
	font-size: small;
	display: block;
	margin-bottom: 5px;
	color: #555555;
	font-weight: bold;
    	font-size: small;
    border-bottom: thin solid #999999;
}
body.page .date-tags{
	display: none;
}
body.page .footer-meta{
	display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1250px以下*/
@media screen and (max-width: 1250px){
  /*必要ならばここにコードを書く*/
	#content{
		background-position: right 50px top 0px;
	}
	.navi-in > ul li{
		width: 146px;
	}
	.navi-in > ul .menu-item-has-description > a > .caption-wrap > div.item-label{
		font-size: 0.7em;
	}
	.navi-in > ul .menu-item-has-description > a > .caption-wrap > div.sub-caption{
		font-size: 0.5em;
	}
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	.header-container{
		margin-top: 0;
	}
	#content{
		background-position: right 0px top 0px;
	}
	#header{
		padding-top: 0;
	}
	#main-scroll{
		display: none;
	}
	#navi{
		display: none;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	#content{
		background: none;
	}
	#header{
		width:100%;
	}
	.header-in{
		justify-content: center;
	}
	.logo{
		text-align: center;
		padding-top: 0;
		padding-left: 0;
	}
	.widget-entry-cards figure{
		width: 120px;
	}
	.new-entry-card-title{
		font-size: 1em;
	}
	.bannerarea{
		width: 217px;
		margin-left: auto;
		margin-right: auto;
	}
	.footerlinksarea{
		display: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

article .rpwe-block h3 {
    font-size: 18px !important;
    line-height: 1.5em;
}