@charset "UTF-8";

/*!
Theme Name: Cocoon Child MEDACT
Theme URI: https://h-crisis.niph.go.jp/medact/
Description: MEDACT サイト用 Cocoon 子テーマ
Author: NIPH
Author URI: https://h-crisis.niph.go.jp/
Template: cocoon-master
Version: 1.1.0
Text Domain: cocoon-child-medact
*/

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/

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

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

}

/*834px以下*/
@media screen and (max-width: 834px){
	#navi .navi-in > .menu-mobile li {
		width: 25%;
	}
	#navi .navi-in > .menu-mobile li a {
		font-size: 14px; /*場合によってフォントサイズを小さく*/
	}
}

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

details {
}

/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

span.hilite{
	background-color: rgba(255, 254, 59, 1);
}

div.indent-dot{
	text-indent: -1em;
	padding-left: 1em;
}

div.indent-1em{
	padding-left: 1em;
}

div.indent-1em-dot{
	text-indent: -1em;
	padding-left: 2em;
}

div.indent-2em{
	padding-left: 2em;
}

div.indent-2em-dot{
	text-indent: -1em;
	padding-left: 3em;
}

div.indent-3em{
	padding-left: 3em;
}

div.indent-3em-dot{
	text-indent: -1em;
	padding-left: 4em;
}

div.indent-4em{
	padding-left: 4em;
}

div.indent-4em-dot{
	text-indent: -1em;
	padding-left: 5em;
}

div.indent-5em{
	padding-left: 5em;
}

div.indent-5em-dot{
	text-indent: -1em;
	padding-left: 6em;
}

/*
 * Bizarre-food用　アイキャッチ画像を非表示にする
 
.article-header .eye-catch-wrap {
    position: relative;
}

.article-header  .eye-catch img {
    display: none;
}

.article-header .eye-catch{
    overflow: initial;
}

.article-header .sns-share{
    padding-top:230px;
}

@media (max-width:834px){
    .article-header.entry-header {
	height: 360px;
    }
}
*/

/*SILK（シルク）用 taglineの色指定*/
div .tagline{
	background-color:#00873c;
}
	
/* 外部リンクアイコン付き */
.post p a[target="_blank"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
}

/* 外部リンクアイコン付き */
a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-size: 105%;
  font-weight: 900;
  margin: 0 3px;
}

/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 80px;}
	

/*新着*/
dl.news{
 width:500px 
}
dl.news dt{
  float:left;
}
dl.news dd{
  margin-left:100px;
}

/************************
 * 投稿日・更新日を非表示
 ************************/
.date-tags {
    display: none !important;
}

/************************
 * ヘッダースタイル（OLD デザイン再現）
 ************************/
/* ヘッダー全体を中央揃え */
.header-container-in.hlt-top-menu {
    flex-direction: column;
    align-items: center;
}

/* サイト名エリア */
.site-name-text {
    display: block;
    text-align: center;
}

/* ヘッダーのロゴエリア */
.logo-header {
    text-align: center;
    width: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}