/*
Theme Name: ISO国内審議団体としての取組
Author: 
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


html {
	font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
	line-height: 1.6;
	font-size: 1.8rem;
	font-family: "Helvetica Neue", "Arial", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: 300;
	color: #000;
	text-align: justify;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
_:-ms-lang(x)::-ms-backdrop, body {
    overflow-x: hidden;
}

h1,h2,h3,h4,h5{
    position: relative;
	font-weight: 600;
}
h1{
	font-size: 3.0rem;
}
h2{
	font-size: 3.6rem;
}
h3{
	font-size: 3.4rem;
	margin-bottom: 40px;
}
h4{
	font-size: 2.4rem;
	margin-bottom: 25px;
}
h5{
	font-size: 2.2rem;
	margin-bottom: 10px;
}


a{
	color: #000;
	text-decoration: none;
	transition: opacity 0.5s,background-color 0.5s,color 0.5s;
}
a:visited{}
a:hover{
	opacity:0.7;
    transition: opacity 0.5s,background-color 1s,color 1s;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity:0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom:1;
}
a:hover img{
	opacity: 0.7;
	transition: opacity 0.5s;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom: 1;
}


ol,
ul {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
th {
    font-weight: 500;
	background-color: #ccc;
}
th, td {
	border: 1px solid #eee;
	padding: 10px 20px;
	box-sizing: border-box;
}

p{
}

strong{
	font-weight: 800;
}


img{
	max-width:100%;
	vertical-align: bottom;
}
iframe{
    vertical-align:bottom;
}

/* Header -------------------------*/
header{
	position:relative;
}
header#navi{
	width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,1.0);
}
header#navi .flex{
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}
header#navi #logo {
	display: flex;
	align-items: center;
}
header#navi #logo p {
	display: inline-block;
}
header#navi #logo p+p a{
	display: block;
	margin-left: 20px;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	background-color: #05519B;
	padding: 5px 30px;
	border-radius: 30px;
}
header #logo img{
	height: 70px;
	max-width: inherit;
    transition: all 1s;
}

header #member {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
header #member .btn-register {
	display: inline-flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 800;
	color: #fff !important;
	background-color: #05519B;
	height: 50px;
	padding: 0 25px 0 15px;
	border-radius: 5px;
	margin-right: 15px;
	text-decoration: none;
	box-sizing: border-box;
}
header #member .btn-register::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 2.2rem;
    font-weight: 400;
}

header #member .btn-login-pill {
	display: inline-flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff !important;
	background-color: #0E76DB;
	height: 50px;
	padding: 0 40px;
	border-radius: 50px;
	text-decoration: none;
	box-sizing: border-box;
}

header #member .user-info {
	background-color: #F2F2F2;
	padding: 8px 15px 8px 25px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

header #member .user-name {
	font-size: 1.6rem;
	font-weight: 400;
	margin-right: 20px;
	color: #333;
}

header #member .btn-logout {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff !important;
	background-color: #05519B;
	padding: 8px 25px;
	border-radius: 30px;
    text-decoration: none;
}

/*header#navi.m_fixed {
	top: 0;
	background-color: rgba(255,255,255,0.8);
}*/

#title{
	position: relative;
	background-image: url("img/title.png");
	background-size: cover;
	padding: 50px 0;
}
#title::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  #05519b 0%,#003364 100%);
	opacity: 0.9;
}
#title .wrap{
	margin: 0 auto !important;
}
#title .wrap h2{
	color: #fff;
	position: relative;
	z-index: 1;
}

/* Navigation -------------------------*/


/* Footer -------------------------*/
footer {
	background-color: #05519B;
	padding-top: 45px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer .add p{
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: rgba(255,255,255,0.50) dotted 2px;
}
footer nav > ul{
	display: flex;
	flex-wrap: wrap;
}
footer nav > ul > li{
	font-size: 1.6rem;
	font-weight: 800;
	margin-right: 30px;
}
footer nav > ul > li a::before{
    content: "\f105";
    font-family: FontAwesome;
	font-size: 2.0rem;
	font-weight: 400;
	margin-right: 5px;
}
footer .copy{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 45px;
    padding-bottom: 15px;
}

/* Layout -------------------------*/

.wrap{
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.wrap::after{
    content: '';
    display: block;
    clear: both;
}
#main .wrap{
	margin: 80px auto 100px;
}

.button{
	max-width: 300px;
	margin: 50px auto 0;
	background-color: #05519B;
	border-radius: 30px;
	position: relative;
}
.button a{
	text-align: center;
	color: #fff;
    font-weight: 800;
	display: block;
	padding: 15px 20px;
}

/* Contents -------------------------*/

section+section{ margin-top: 60px; }


/* Home -------------------------*/
#about{
	background-color: rgba(5,81,155,0.10);
	padding: 30px 40px;
	border-radius: 10px;
	font-weight: 600;
}
#menu .flex{
	justify-content: space-between;
}
#menu .flex div{
	width: 48%;
	display: flex;
	flex-direction: column;
}
#menu .flex div p+p{
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#menu .flex div p+p a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3px;
	padding: 20px 50px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 800;
	background-color: #05519B;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#menu .flex div p+p a::after{
    content: "\f105";
    font-family: FontAwesome;
	font-size: 4.0rem;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 30px;
}


/* Sub -------------------------*/
#status .flex > div{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
}
#status .flex > div:nth-child(2n){
	margin-right: 0;
}
#status .flex > div a{
	display: block;
	position: relative;
	padding: 20px 30px;
	border: #05519B solid 2px;
	box-sizing: border-box;
	font-size: 2.4rem;
	font-weight: 600;
	border-radius: 10px;
}
#status .flex > div a::after{
    content: "\f105";
    font-family: FontAwesome;
	font-size: 4.0rem;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 20px;
	color: #05519B;
}

#year+section{
    padding: 30px;
	border: #05519B solid 2px;
	border-radius: 10px;
}
#year+section ul > li{
    display: inline-block;
	margin: 10px 40px 0 0;
}
#year+section ul > li a::before{
    content: "\f105";
    font-family: FontAwesome;
	font-size: 3.0rem;
	color: #05519B;
	font-weight: 600;
	margin-right: 10px;
	vertical-align: -3px;
}

#topics{
    margin: 30px auto 60px;
}
#topics h3{
    margin-bottom: 0;
}
#topics ul{
    border-bottom: #D8D8D8 solid 1px;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
#topics li{
    position: relative;
}
#topics li:first-child{
    width: 150px;
    margin-right: 20px;
}
#topics li:nth-child(2){
    width: 200px;
    margin-right: 20px;
}
#topics li:nth-child(2) a{
    display: block;
    background-color: #05519B;
	color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 2px;
	border-radius: 5px;
}
#topics li:last-child{
    width: 100%;
    padding-right: 60px;
	font-size: 2.0rem;
}
#topics li:last-child a{
    display: block;
}
#topics li:last-child a::after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    color: #378755;
    font-size: 4.0rem;
    font-weight: 300;
}
#topics li i{
    color: #148BFF;
}


/* Pagetop -------------------------*/
#pagetop {
	position: fixed;
	bottom: 180px;
	right: 60px;
	z-index: 9999;
	font-size: 8.0rem;
}
#pagetop a {
	display: block;
	position: relative;
	color: #fff;
	width: 80px;
	height: 80px;
	background-color: #6A98DE;
	border: #fff solid 2px;
	border-radius: 40px;
	box-sizing: border-box;
}
#pagetop a i{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 45%;
	left: 50%;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	position: relative;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}


/* Other -------------------------*/
.link:hover{
    cursor: pointer;
}

p.anchor {
	padding-top: 200px;
	margin-top: -200px;
	display: block;
	position: relative;
	z-index: -1
}

.sp{
    display: none !important;
}

nav.page-navi{
	margin-top: 30px;
}
nav.page-navi li.prev{
	float:left;
}
nav.page-navi li.next{
	float:right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 30px 30px;
	height: auto;
	}

img.alignleft {
	margin: 0 30px 30px 0;
	height: auto;
	}

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: max-content;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-pagenavi{
    margin: 60px 0;
    text-align: center;
}

.wp-caption-text {
    font-size: 1.4rem;
    margin-top: 5px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.edit ul,#tinymce ul{
	margin: 0 0 1.8em;
    padding-left: 1.8em;
    list-style-type: disc;
}
.edit ol,#tinymce ol{
	margin: 0 0 1.8em;
    padding-left: 2.6em;
    list-style-type: decimal;
}
.edit a,#tinymce a{
	color: #148BFF;
    text-decoration: underline;
}
.edit{
    position: relative;
	text-align: justify;
    text-justify: inter-character;
    min-height: 400px;
}
.edit blockquote,#tinymce blockquote{
	background-color: #E5EDF5;
    padding: 20px 30px;
    margin: 5px 0;
    border-radius: 10px;
}
.edit a[target="_blank"]::after{
    display: inline-block;
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #148BFF;
}
.edit a[href$=".pdf"]::after{
    display: inline-block;
    content: "\f1c1";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #148BFF;
}
.edit a[href$=".doc"]::after,.edit a[href$=".docx"]::after,.edit a[href$=".xls"]::after,.edit a[href$=".xlsx"]::after,.edit a[href$=".txt"]::after{
    display: inline-block;
    content: "\f0f6";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #148BFF;
}
.edit a[href^="mailto:"]::after{
    display: inline-block;
    content: "\f003";
    font-family: FontAwesome;
    margin-left: 5px;
    color: #148BFF;
}
.edit a i{
    color: #148BFF;
}
.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* Forms
--------------------------------------------- */
.mw_wp_form {
    max-width: 800px;
    margin: 0 auto;
}
.mw_wp_form .required::after{
	content: "（*必須）";
    color: #B70000;
    font-size: 1.4rem;
	margin-left: 5px;
    font-weight: normal;
}
.mw_wp_form .error::before{
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 5px;
    font-weight: normal;
}
.mw_wp_form.mw_wp_form_preview h5+p{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    min-height: 45px;
    box-sizing: border-box;
    font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
}
.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea,
.mw_wp_form button {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    box-sizing: border-box;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
	border: 1px solid #999;
	outline: none;
}
.mw_wp_form input[type="checkbox"],
.mw_wp_form input[type="image"],
.mw_wp_form input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #777;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #777;
}
.mw_wp_form button,
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"],
.mw_wp_form input[type="submit"] {
    display: inline-block;
    padding: 15px 40px;
    background-color: #666;
    color: #FFFFFF;
    border: none;
    width: 200px;
    margin: 10px 10px 0;
    font-size: 1.8rem;
    box-sizing: border-box;
    text-align: center;
}
.mw_wp_form button[type="submit"] {
    background-color: #999;
}
.mw_wp_form button:hover,
.mw_wp_form input:hover[type="button"],
.mw_wp_form input:hover[type="reset"],
.mw_wp_form input:hover[type="submit"],
.mw_wp_form .button:hover,
.mw_wp_form button:focus,
.mw_wp_form input:focus[type="button"],
.mw_wp_form input:focus[type="reset"],
.mw_wp_form input:focus[type="submit"],
.mw_wp_form .button:focus  {
	background-color: #bbb;
    cursor: pointer;
}


/* ========================================================================= */
/* ISO会議開催状況 (ISO Meeting CPT) 専用スタイル                            */
/* ========================================================================= */

.iso-meeting-section { margin-top: 40px; margin-bottom: 60px; }

/* 年度一覧パネル */
.year-grid { display: flex; flex-wrap: wrap; gap: 20px; max-width: 1000px; margin: 0 auto; justify-content: space-between; }
.year-grid a.year-button { display: flex; align-items: center; justify-content: space-between; flex: 0 0 calc(50% - 10px); min-width: 300px; padding: 25px 30px; background: #fff; border: 2px solid #004098; border-radius: 8px; color: #333; text-decoration: none; font-size: 20px; font-weight: bold; box-sizing: border-box; transition: all 0.3s ease; }
.year-grid a.year-button:hover { background: #f0f8ff; box-shadow: 0 4px 10px rgba(0,64,152,0.15); }
.year-grid a.year-button .year-button-arrow {
    position: relative;
    width: 30px;
    height: 100%;
}
.year-grid a.year-button .year-button-arrow::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 3.5rem;
    color: #004098;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 会議一覧テーブル */
.iso-meeting-heading { font-size: 24px; border-bottom: 2px solid #004098; padding-bottom: 10px; margin-bottom: 30px; }
.meeting-table-container { overflow-x: auto; }
.meeting-table { width: 100%; border-collapse: collapse; margin-top: 20px; min-width: 800px; }
.meeting-table thead tr { background: #004098; color: #fff; }
.meeting-table th, .meeting-table td { padding: 12px; border: 1px solid #ddd; }
.meeting-table th.meeting-name-col { width: 45%; }
.meeting-table th.meeting-date-col { width: 20%; }
.meeting-table th.meeting-location-col { width: 20%; }
.meeting-table th.meeting-actions-col { width: 15%; text-align: center; }
.meeting-table td.meeting-name-cell { font-weight: bold; }
.meeting-table td.meeting-name-cell a { color: #004098; text-decoration: underline; }
.meeting-table td.meeting-actions-cell { text-align: center; }

/* ボタン類 */
.btn-summary, .btn-report { display: inline-block; margin: 2px; padding: 6px 12px; color: #fff; text-decoration: none; border-radius: 3px; font-size: 13px; transition: opacity 0.3s; }
.btn-summary:hover, .btn-report:hover { opacity: 0.8; }
.btn-summary { background: #004098; }
.btn-report { background: #e83e8c; }
.meeting-back-btn { margin-top: 50px; text-align: center; }
.meeting-back-btn a { display: inline-block; padding: 15px 40px; background: #333; color: #fff; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 16px; transition: opacity 0.3s; }
.meeting-back-btn a:hover { opacity: 0.8; }

/* 会議詳細ページ */
.iso-single-title { font-size: 24px; border-bottom: 2px solid #004098; padding-bottom: 10px; margin-bottom: 30px; }
.iso-info-table { width: 100%; border-collapse: collapse; margin-bottom: 40px; }
.iso-info-table th, .iso-info-table td { padding: 15px; border: 1px solid #ddd; }
.iso-info-table th { background: #f5f5f5; width: 20%; text-align: left; }
.btn-report-large { display: inline-block; padding: 8px 20px; background: #e83e8c; color: #fff; text-decoration: none; border-radius: 3px; font-weight: bold; transition: opacity 0.3s; }
.btn-report-large:hover { opacity: 0.8; }
.iso-summary-block { margin-bottom: 40px; }
.iso-summary-heading { font-size: 20px; border-left: 5px solid #004098; padding-left: 15px; margin-bottom: 20px; }
.iso-summary-content { padding: 20px; background: #fafafa; border: 1px solid #eee; line-height: 1.8; }

/* 会議一覧テーブル (New Layout) */
.meeting-list-table {
    width: 100%;
    margin-top: 20px;
}
.meeting-list-table th {
    background-color: #05519B;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    padding: 15px 10px;
}
.col-period { width: 11%; }
.col-title { width: 51%; }
.col-location { width: 16%; text-align: center; }
.col-summary, .col-report { width: 11%; text-align: center; }

.meeting-list-table td {
    vertical-align: middle;
}
.cell-period { text-align: center; font-size: 1.8rem; }
.cell-title { font-size: 1.8rem; }
.cell-location { text-align: center; font-size: 1.8rem; }
.cell-summary, .cell-report { text-align: center; font-size: 1.8rem; }

.link-summary, .link-report {
    color: #148BFF;
    text-decoration: none;
    font-weight: normal;
}
.link-summary:hover, .link-report:hover {
    text-decoration: underline;
}

/* 年度ナビゲーションBOX */
.year-nav-box {
    margin-top: 60px;
    border: 2px solid #05519B;
    border-radius: 10px;
    padding: 20px 30px;
    background: #fff;
}
.year-nav-box h4 {
    margin: 0 0 15px 0;
    font-size: 2.0rem;
    font-weight: 800;
    color: #000;
}
.year-nav-box .year-links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.year-nav-box .year-links a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 2.0rem;
    display: inline-flex;
    align-items: center;
}
.year-nav-box .year-links a::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 2.2rem;
    color: #05519B;
    font-weight: 400;
    margin-right: 8px;
}
.year-nav-box .year-links a:hover {
    opacity: 0.7;
}

/* 詳細ページ専用スタイル（リスト形式） */
.meeting-detail-title {
    background-color: #05519B;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 2.0rem;
    margin-bottom: 40px;
    font-weight: 800;
    line-height: 1.4;
}

.meeting-detail-items,
.meeting-detail-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 40px 0 50px !important;
    border-top: 1px solid #CCCCCC !important;
}

.meeting-detail-items li,
.meeting-detail-list .list-row {
    display: grid !important;
    grid-template-columns: 180px 1fr !important;
    border-bottom: 1px solid #CCCCCC !important;
}

.item-label,
.meeting-detail-list dt {
    padding: 25px 0 !important;
    font-weight: 800 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
}

.item-content,
.meeting-detail-list dd {
    padding: 25px 0 25px 30px !important;
    color: #333 !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    display: block !important;
}

.item-content p,
.meeting-detail-list dd p {
    margin: 0 !important;
}

/* リンクスタイル */
.report-link {
    color: #148BFF !important;
    text-decoration: none !important;
}
.report-link:hover {
    text-decoration: underline !important;
}

.back-btn-container {
    text-align: center;
    margin: 60px 0 40px;
}

.circle-back-btn {
    display: inline-block;
    background-color: #05519B;
    color: #fff !important;
    padding: 15px 80px;
    border-radius: 50px;
    font-size: 2.0rem;
    text-decoration: none !important;
    font-weight: 800;
    transition: background-color 0.3s;
}

.circle-back-btn:hover {
    background-color: #043d75;
    color: #fff !important;
    text-decoration: none !important;
}

/* Ultimate Member: 登録フォームのログインボタンを非表示にする */
.um-register .um-button.um-alt,
.um-form-register .um-button.um-alt {
    display: none !important;
}

.um span.um-req { color: #FF0000!important; }







/* 1150px -------------------------*/
@media screen and (max-width: 1150px) {
header#navi .flex {
  justify-content: center;
}
header #member {
	margin-top: 20px;
}
header #member {
	width: 100%;
	justify-content: center;
	margin-left: 0;
}

}

/* 840px -------------------------*/
@media screen and (max-width: 840px) {
.sp{
    display: inherit !important;
}
.pc{
    display: none !important;
}
header #logo img {
  height: 40px;
}
header#navi #logo p + p a{
  font-size: 1.6rem;
}
header #member {
  flex-flow: column;
}
header #member p a {
  margin-bottom: 10px;
  margin-right: 0;
}

header #member .btn-register {
  margin-right: 0;
}
header #member .btn-login-pill {
  margin-top: 20px;
}

}


/* 580px -------------------------*/
@media screen and (max-width: 580px) {
body{
	font-size: 1.4rem;
}
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 2.0rem;
}
h5 {
  font-size: 1.8rem;
}
section + section {
  margin-top: 40px;
}
.button a {
  font-size: 1.5rem;
}
#pagetop {
  bottom: 35px;
  right: 15px;
}
header #member .textbox {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
#menu .flex div {
  width: 100%;
}
#menu .flex div {
  margin-top: 30px;
}
#menu .flex div p + p a {
  font-size: 1.6rem;
}
#topics ul {
  flex-wrap: wrap;
}
#topics li:last-child{
    margin-top: 10px;
}

.meeting-detail-items li,
.meeting-detail-list .list-row {
    grid-template-columns: 90px 1fr !important;
}


}

/* 480px -------------------------*/
@media screen and (max-width: 480px) {
header#navi #logo p + p a{
  font-size: 1.2rem;
}
#status .flex > div {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}


}




