@charset "UTF-8";

/* ====================================================== *
		ベース
 * ====================================================== */

html {
	overflow-y: scroll;
	/* 基準フォントサイズを 10px に調整*/
	font-size: 62.5%;
/*	font-size: 76%; */ /*拡大サイズ*/

	nowhitespace: afterproperty;
}

body {
	margin: 0;
	padding: 0;
	min-width: 1024px;
	background-color: #fff;
	color: #1a1a1a;
	letter-spacing: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	line-height: 1.8;
}

a {
	color: #380;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,
li,
th,
td,
dt,
dd {
	font-size: 1.4rem;
}

img {
	vertical-align: bottom;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 6px;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-size: 1.0rem;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

small {
	font-size: 0.8rem;
}

em {
	color: #d00;
}

strong {
	font-weight: bold;
}

hr {
	margin: 24px 0;
	border: 1px solid #ddd;
}

blockquote {
	margin: 20px;
	padding: 20px;
	font-size: 1.4rem;
	border: none;
	background-color: #fff2ee;
}

/* ------------------------------------------------------ */

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

div.alignleft,
img.alignleft {
	display: block;
	float: left;
	margin: 0.5rem 4rem 4rem 0;
}

img.aligncenter {
	display: block;
	margin: 32px auto;
	padding-bottom: 0.5em;
}

div.alignright,
img.alignright {
	display: block;
	float: right;
	margin: 0.5rem 0 4rem 4rem;
}

.wp-caption {
	margin: 13px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.wp-caption a {
	display: block;
}

.wp-caption img {
	margin: 0;
}

.wp-caption-text {
	margin: 8px 0 0;
	padding: 0;
	text-align: left;
}

.wp-caption.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0;
}

.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.wp-caption.alignright {
	float: right;
	margin-right: 0;
	margin-left: 25px;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption-dd {
	padding: 5px 5px 0;
	list-style: none;
}

/* pagenavi ----------------------------------------------- */

.m_pagenavi {
	display: table;
	text-align: center;
	margin: 40px auto 0;
	padding: 10px 0;
}

.wp-pagenavi {
	padding: 0;
}

.wp-pagenavi .pages {
	background-color: transparent;
	border: none;
	color: #555;
	font-weight: normal;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #ccc;
	color: #380;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 1px 7px;
	text-decoration: none;
}

.wp-pagenavi a:hover ,
.wp-pagenavi span.current:hover {
	background-color: #8fca6b;
	border-color: #380;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #380;
	border-color: #380;
	color: #fff;
	font-weight: bold;
}

/* ====================================================== *
レイアウト
 * ====================================================== */

.l_header {
	width: 100%;
	margin-bottom: 6px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.l_main {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.l_eyecatch {
	width: 100%;
}

.l_contents {
	clear: both;
	float: left;
	width: 680px;
	margin: 24px 0 0;
	overflow: hidden;
	background-color: #fff;
}

.l_sidebar {
	float: right;
	width: 320px;
	margin: 24px 0 0;
	overflow: hidden;
	background-color: #fff;
}

.l_footer {
	margin: 0　auto;
	border-top: 4px solid #b50000;
}

/* ====================================================== *
	コンポーネント
 * ====================================================== */

/* c_header ----------------------------------------------- */

.c_header__site-title > a {
	display: block;
	width: 324px;
	height: 106px;
	background:url(../img/_common/c_header_site-name.svg) no-repeat;
	background-position-y: 8px;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.c_gnav__border_l {
	border-left: 4px solid #b50000;
/*	padding-left: 0.8rem;*/
	padding-left: 0.6rem;
}

#pid-home .c_gnav__home-bt,
#pid-information .c_gnav__info-bt,
#pid-congress .c_gnav__cong-bt,
#pid-policy .c_gnav__poli-bt,
#pid-handout .c_gnav__hand-bt {
	background-color: #fff;
}

#pid-home .c_gnav__home-bt > a,
#pid-information .c_gnav__info-bt > a,
#pid-congress .c_gnav__cong-bt > a,
#pid-policy .c_gnav__poli-bt > a,
#pid-handout .c_gnav__hand-bt > a {
	color: #1a1a1a;
}

/* c_post ------------------------------------------------- */

.c_post__head__date,
.c_post__head__cont-name {
	display: inline-block;
	font-size: 1.4rem;
}

.c_post__head__cate-name {
	display: inline-block;
}

.c_post__head__cate-name > a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 1.4rem;
	background-color: #999;
	border-radius: 6px;
}

.c_post__head__title {
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.c_sns-bt__tweet,
.c_sns-bt__fb-good {
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
}

.c_sns-bt__tweet {
	position: relative;
	top: 0px;
}

.c_sns-bt__fb-good {
	position: relative;
/*	top: -7px;*/
	top: 1px;
}

/* c_footer ----------------------------------------------- */

.c_site-title a {
	font-size: 2.1rem;
	font-weight: bold;
	color: #b50000;
}

.c_site-title a:hover {
	text-decoration: none;
}

/* ====================================================== *
		モジュール
 * ====================================================== */

/* m_header ----------------------------------------------- */

.m_header {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

.m_header__user-interface {
	position: absolute;
	top: 0;
	right: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	padding: 4px 14px 6px;
	background-color: #e5e5e5;
	border-radius: 0 0 10px 10px;
	font-size: 80%;
}

.m_header__ui_ruby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}

.m_header__ui_font-size {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	padding-right: 10px;
	text-indent: 2.4rem;
	background:url(../img/_common/c_header_icon_font-size.svg) no-repeat;
	background-position-y: 3px;
	background-size: 22px 18px;
	border-right: 2px solid #fff;
}

.m_header__ui_site-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	padding-right: 10px;
	text-indent: 3rem;
	background:url(../img/_common/c_header_icon_color-change.svg) no-repeat;
	background-position-y: 4px;
	background-size: 24px 18px;
}

#js_fontruby_y,
#js_fontsize_m,
#js_sitecolor_full {
	margin-left: 6px;
}

.m_header__ui_ruby .c_bt_fr,
.m_header__ui_font-size .c_bt_fs,
.m_header__ui_site-color .c_bt_sc {
	margin: 0 0 0 2px;
	padding: 2px 8px 0;
	font-size: 90%;
	color: #1a1a1a;
	background-color: #fff;
	border-radius: 2px;
	text-indent: 0;
	cursor: pointer;
}

.m_header__ui_ruby .bt_fr_active,
.m_header__ui_font-size .bt_fs_active,
.m_header__ui_site-color .bt_sc_active {
/*	color: #1a1a1a;*/
	color: #fff;
	font-weight: bold;
	background-color: #666;
}

.m_header__ui_ruby .c_bt_fr:hover,
.m_header__ui_font-size .c_bt_fs:hover,
.m_header__ui_site-color .c_bt_sc:hover,
.m_header__inquiry a:hover {
/*	color: #380;*/
	text-decoration: underline;
	font-weight: bold;
}

.m_header__nav {
	position: absolute;
	top: 50px;
	right: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
}

.m_header__inquiry {
	margin: 4px 20px 0 0;
}

.m_header__inquiry a {
	color: #1a1a1a;
	padding-left: 2.8rem;
	background:url(../img/_common/c_header_icon_inquiry.svg) no-repeat;
/*	background-position-y: 3px;*/
	background-size: 24px 18px;
}

.input-keyword {
	font-size: 1.2rem;
	width: 180px;
	height: 20px;
	border-radius: 4px;
}

#search-form-submit {
	font-size: 76%;
}

.m_gnav {
	margin: 0;
	padding: 2px 0 4px;
	background: #b50000;
}

.m_gnav__wrap {
	width: 1024px;
/*	display: flex;
	display: -webkit-box;
	display: box;*/
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-flow: row;
	margin: 0 auto;
	padding: 2px 0 0 0;
}

.m_gnav__wrap > li:first-child {
	border-left: 1px solid #fff;
}

.m_gnav__wrap > li {
	-webkit-box-flex: 1;
	box-flex: 1;
	width: 100%;
	border-right: 1px solid #fff;
	list-style: none;
}

.m_gnav__wrap > li > a {
	display: block;
	padding: 6px 0 4px 0.8rem;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.6rem;
}

.m_gnav__wrap > li > a:hover {
	text-decoration: none;
}

.m_gnav__wrap > li:hover {
	text-decoration: none;
	background-color: #d55353;
	color: #fff;
}

.m_gnav__wrap .c_gnav__en {
	font-size: 70%;
}

/* m_contents --------------------------------------------- */

.m_cont-box__title {
	position: relative;
	margin-top: 0;
	padding: 4px 0 2px 1rem;
	font-size: 1.6rem;
	color: #fff;
	background-color: #b50000;
	border-left: 8px solid #600;
}

/* m_post ------------------------------------------------- */

.m_latest__wrap {
	margin: 0;
	padding: 0 20px;
}

li.m_post {
	clear: both;
	overflow: hidden;
	list-style: none;
	margin: 16px 0 ;
	padding-bottom: 16px;
	border-bottom: 2px dotted #6a6a6a;
}

body.single li.m_post {
	border-bottom: none;
	overflow: initial;
} 

.m_img_thumbnail {
	float: right;
	margin: 0 0 20px 25px;
}

.m_img_thumbnail img,
.m_post__body img {
	border: 1px solid #ddd;
}

.m_post__excerpt p {
	margin: 0;
	text-indent: 1.0rem;
}

.more-link > a {
	margin-right: 10px;
	font-size: 1.4rem;
}

.m_sns-bt {
	clear: both;
	float: right;
	margin: 14px 0 0 0;
	position: relative;
	right: 10px;
	top: -14px;
}

/* m_sidebar ---------------------------------------------- */ 

.m_category__list {
	margin-bottom: 40px;
	background-color: #ffd;
}

.m_twitter__wrap {
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

.m_link__wrap {
	margin-bottom: 40px;
	background-color: #f9f9f9;
}

.m_category__list > li:first-child,
.m_link__wrap > li:first-child {
	border-top: 1px dotted #666;
}

.m_category__list > li,
.m_link__wrap > li {
	border-bottom: 1px dotted #666;
}

.m_category__list > li > a,
.m_link__wrap > li > a {
	display: block;
	padding: 10px 1rem 8px;
	font-size: 1.4rem;
	color: #1a1a1a;
}

.m_bnr_corona2020 {
	margin-bottom: 20px;
}

/* m_footer ----------------------------------------------- */

.m_to-pagetop {
/*	position: relative;
	top: -40px;*/
	width: 1024px;
	margin: 0 auto;
}

.c_to-pagetop__link-bt {
	position: relative;
	z-index: 10;
	top: 0px;
	left: 940px;
	display: block;
	width: 78px;
	height: 78px;
	background: url(../img/_common/c_footer_gototop.svg) no-repeat;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.m_footer__wrap,
.m_footer_office-relation {
	width: 1024px;
	margin: 0 auto;
}

.m_footer_office-relation {
	padding-bottom: 10px;
}

.m_footer_gnav__wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-flow: row;
	margin: 14px auto;
}

.m_footer_gnav_left {
	margin-right: auto;
}

.m_footer_gnav_left__wrap,
.m_footer_gnav_right__wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-flow: row;
	margin: 0 auto;
}

.m_footer_gnav_left__wrap > li,
.m_footer_gnav_right__wrap > li {
	list-style: none;
}

.m_footer_gnav_left__wrap > li:first-child,
.m_footer_gnav_right__wrap > li:first-child {
	border-left: 1px solid #1a1a1a;
}

.m_footer_gnav_left__wrap > li > a,
.m_footer_gnav_right__wrap > li > a {
	padding: 0 1.4rem;
	display: block;
	border-right: 1px solid #1a1a1a;
	color: #1a1a1a;
}

.m_footer_office-relation__wrap {
	background-color: #ffecec;
}

.m_footer_office-relation {
	position: relative;
	top: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.m_footer_office-relation:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

.m_footer__site-title {
	display: inline-block;
	margin-right: auto;
}

.m_footer__info {
	display: inline-block;
/*	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex-flow: row;
	align-items: center;*/
}

.m_footer__info > li {
	display: inline-block;
	margin-left: 2rem;
	margin-right: 2rem;
	list-style: none;
}

.m_footer__copyright {
	position: relative;
	bottom: 14px;
	width: 1024px;
	margin: 0 auto;
	text-align: right;
}

.m_device_switch {
	min-width: 300px;
	border-top: 2px dotted #fff;
	background-color: #b50000;
}

.m_device_switch_wrap {
	text-align: center;
	padding:0;
}

.m_device_switch_wrap li{
	display: inline-block;
	width: 45%;
}

.m_device_switch_wrap li > a {
	display: block;
	margin: 14px auto;
	padding: 0;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}

#c_switch_bt--PC{
	background: #b50000;
	color: #fff;
	font-weight: bold;
}

#c_switch_bt--SP{
	background: #ededed;
	color: #b50000;
	font-weight: bold;
}

/* ====================================================== *
		ユーティリティ
 * ====================================================== */

.u_mg--top-000 {
	margin-top: 0 !important ;
}

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

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

.u_mg--bottom-00 {
	margin-bottom: 0 !important ;
}

.u_pd--right-00 {
	padding-right: 0 !important ;
}

.u_fs--80 {
	font-size: 80%;
}

.u_fs--120 {
	font-size: 120%;
}

.u_fs--150 {
	font-size: 150%;
}

.u_fc--red {
	color: #f00;
}

.u_fw--bold {
	font-weight: bold;
}

.u_fw--norm {
	font-weight: normal;
}

.u_of--hidden {
	overflow: hidden;
}

.cat-item > a:before,
.u_arrow--size-14:before {
	position: relative;
	top: 0px;
	margin-right: 4px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8px solid #6c3;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.u_pc--display-only {
	display: initial !important;
}

.u_sp--display-only {
	display: none !important;
}

.u_fc_tx-Q {
    font-weight: bold;
    color: #CC0000;
}

.u_fc_tx-A {
	font-weight: bold;
    color: #0033FF;
}

.u_bgc_tx-A {
	margin: 10px 0 16px;
    padding: 20px 20px 10px;
    border: none;
    background-color: #f3f3f3;
}