/*
Theme Name: IAPH-membership
Author: Caminova BASARA
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";

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;
}

html.translated-ltr {
	padding-top: 39px;
}

body{
	line-height: 1.8;
	font-size: 1.6rem;
	font-family: -apple-system-body, BlinkMacSystemFont,  "Montserrat", serif, "Helvetica Neue", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 300;
	color: #000;
}
_: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,h6{
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
    position: relative;
}
h1{
	font-size: 3.0rem;
	margin:0;
}
h2{
	font-size: 3.4rem;
	margin-bottom: 30px;
}
h3{
	font-size: 3.0rem;
	margin-bottom: 40px;
}
h3 span{
	display: inline-block;
	position: relative;
}
h3 span::after{
    content: "";
	/* display: block; */
	display: none;/*kurosaki*/
	width: 120px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: -130px;
	bottom: 15px;
}
h4{
	font-size: 3.0rem;
	margin-bottom: 30px;
	color: #78C7F0;
}
h4 span,h5 span{
	font-size: 1.6rem;
}
h5{
	font-size: 2.4rem;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: #8E8E8E solid 2px;
}
h6{
	font-size: 2.0rem;
	margin-bottom: 10px;
	color: #78C7F0;
}


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: 700;
	text-align: left;
}
th, td {
	border: 1px solid #BCBCBC;
	padding: 10px 20px;
	box-sizing: border-box;
	vertical-align: top;
}

p{
}


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

/* Login -------------------------*/

.logo {
    text-align: right;
    padding: 20px 20px 0 0;
}


#login{
	position: absolute;
	transform: translate(-50% , -50%);
	top: 50%;
	left: 50%;
}
#login input {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 15px;
  width: 440px;
  border-radius: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}
#login input[type="button"] {
  max-width: 440px;
  margin-top: 50px;
  padding: 22px 0;
  background-color: #78C7F0;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.5s;
}
#login input:hover[type="button"] {
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
	background-color: #157AB0;
}
#login p {
  text-align: center;
}

.login_h2 {
    text-align:center;
}
.login_agreement_parent {
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    /* align-content: left; */
    /* width: 35em; */
    max-width: 35em;
    margin-left: 3em;
    margin-bottom: 2em;
}
.login_agreement {
    text-align:left !important;
	font-size: 80%;
}


/* Header -------------------------*/
header{
	position:relative;
}
header#navi{
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	z-index: 9999;
	background-color: rgba(4,23,53,1.00);
	/*box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);*/
	transition: all 0.5s;
}
header #logo a{
    font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
}
header#navi.m_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 9999;
  background-color: rgba(4,23,53,0.80);
  transition: all 1s;
}
header#navi.m_fixed ul{
	padding: 10px 25px;
    transition: all 1s;
}
header nav:after{
    content: '';
    display: block;
    clear: both;
}
header#navi .flex{
    justify-content: space-between;
    align-items: center;
}

/*
* https://cmtokyo.xsrv.jp/iaph-md/directory/survey 画面右上にある年・ログアウトボタンのレイアウト調整
*/
header#navi select {
	border: none;
	padding: 10px;
	font-family: "Bitter", serif, sans-serif;
	font-size: 1.8rem;
	box-sizing: border-box;
}
header#navi ul{
	display: flex;
	align-items: center;
	gap:1em;
	box-sizing: border-box;
	font-size: 1.8rem;
	transition: all 1s;
}
header#navi ul li span{
	vertical-align: middle;
}
header#navi ul li,header#navi ul li label{
	cursor: pointer;
}
header#navi ul a.navi_logout { color:#fff; font-family:"Bitter", serif, sans-serif;}
/* header#navi select {
  color: #fff;
  background-color: #041735;
  border: none;
  padding: 10px;
  font-family: "Bitter", serif, sans-serif;
  font-size: 1.8rem;
  box-sizing: border-box;
}

header#navi ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(22% - 10px);
	position: absolute;
	top: 0;
	right: 20px;
	padding: 15px 25px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	background-color: #78C7F0;
	font-size: 1.8rem;
    transition: all 1s;
}
header#navi ul li span{
	vertical-align: middle;
}
header#navi ul li,header#navi ul li label{
	cursor: pointer;
} */


/*
*	↓ 2025.01.14 ヘッダー右上にロゴ画像追加
*		※ header#navi #logo を起点にしています
*/
header#navi #logo + div { display:flex; gap:20px;}
header#navi #logo + div:before {
	content:"";
	display:block;
	width:160px;
	height:auto;
	aspect-ratio:320/88;
	background:url(../img/logo_75th.png) no-repeat center / contain;
}

/*
*	↑
*/

/* Navigation -------------------------*/
nav#global > ul{
	width: calc(100% - 40px);
	margin: 30px auto;
	display: flex;
    justify-content: right;
	align-items: center;
}
nav#category{
	margin: 30px auto 40px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
nav#category > ul:first-child > li+li{
	margin-left: 30px;
}
nav#category > ul:first-child > li > a{
	text-align:center;
	display:block;
	color: #FF0000;
	font-size: 2.4rem;
    font-weight: 700;
	padding: 5px 30px;
	background-color: #fff;
	border: #707070 solid 1px;
	border-radius: 30px;
    transition: all 1s;
	cursor: pointer;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	min-width: 250px;
	box-sizing: border-box;
}
nav#category > ul:first-child > li.position > a,nav#category > ul:first-child > li > a:hover{
	color: #fff;
	background-color: #FF0000;
	border: #FF0000 solid 1px;
	opacity: 1.0;
}
nav#category > ul{
	display: flex;
	align-items: center;
}
nav#global > ul > li+li,nav#Accountglobal > ul > li+li,nav#category > ul+ul > li+li{
	margin-left: 20px;
}
nav#global > ul > li > a,nav#Accountglobal > ul > li > a,nav#category > ul+ul > li > a{
	text-align:center;
	display:block;
	font-size: 1.8rem;
    font-weight: 500;
	padding: 10px 30px;
	background-color: #78C7F0;
	border-radius: 30px;
    transition: all 1s;
	cursor: pointer;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
}
nav#global > ul > li > a:hover,nav#Accountglobal > ul > li > a:hover,nav#category > ul+ul > li > a:hover{
	background-color: #157AB0;
	color: #fff;
	opacity: 1.0;
}
/*
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey_admin 赤色のボタンを青色へ変更
	↓
*/
nav#category ul.btns_blue li a {
	background-color:#78C7F0;
	border:none;
	color:#fff;
}
nav#category ul.btns_blue li a:hover {
	border:none;
	background-color:#157AB0;
	color:#fff;
}
#Account:has(+ nav#category) { margin-bottom:var(--fixedCategoryHeight);}
#Account + nav#category {
	justify-content:center;

	position:fixed;
	bottom:0;
	width:100%;
	height:var(--fixedCategoryHeight);
	background:rgb(255 255 255 / 0.75);
	margin-block:0;
}
/*
*	↑
*/

nav#Accountglobal{
	width: calc(100% - 40px);
	margin: 30px auto 50px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
nav#Accountglobal h2{
	font-family: "Bitter", serif, sans-serif;
	font-size: 4.0rem;
	margin-bottom: 0;
}
nav#Accountglobal > ul{
	display: flex;
	align-items: center;
}
nav#Accountglobal select {
  background-color: #fff;
  border: #707070 solid 1px;
  padding: 10px;
  font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  border-radius: 5px;
  box-sizing: border-box;
}


/* Footer -------------------------*/
footer {
    background-color: #041735;
	color: #fff;
	padding: 10px 20px;
}
footer .copy{
    font-size: 1.2rem;
	text-align: center;
}

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

.wrap{
	width:100%;
	padding:0px 20px;
	box-sizing: border-box;
	margin:0 auto;
}
.wrap::after{
    content: '';
    display: block;
    clear: both;
}
#main .wrap{
	min-height: 800px;
	margin-bottom: 60px;
	font-family: "Bitter", serif, "Helvetica Neue", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.bot a{
	color: #78C7F0;
    background-color: #fff;
	border: #78C7F0 solid 2px;
    border-radius: 230px;
    font-weight: 500;
    text-align: center;
	display: block;
	padding: 5px 10px;
    box-sizing: border-box;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
}
.bot a:hover{
	color: #fff;
    background-color: #78C7F0;
	opacity: 1.0;
	cursor: pointer;
}


/* Accordion -------------------------*/
.hamburger-menu{
	position: relative;
}
.hamburger-menu+section{
	margin-top: 0;
}
.menu-btn {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #78C7F0;
	cursor: pointer;
	position: absolute;
	top: -40px;
	left: 0;
	border-radius: 5px 5px 0 0;
	padding: 0 20px;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
    font-weight: 700;
}
.menu-btn div:first-child{
    width: 50px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(30deg);
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-30deg);
    transition: all 0.5s;
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    max-height: 0;
	overflow: hidden;
	box-sizing: border-box;
    background-color: #78C7F0;
    transition: all 0.5s;
	font-size: 1.5rem;
}
#menu-btn-check:checked ~ .menu-content {
    max-height: 500px;
	padding: 20px 20px 20px 35px;
}
.menu-content section{
    display: flex;
	justify-content: space-between;
}
.menu-content section > div+div{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.menu-content section p+p{
    margin-top: 10px;
}
.menu-content section p span{
    min-width: 70px;
	display: inline-block;
}
.menu-content section p:nth-child(2) span{
    text-align: right;
}
.menu-content section p:nth-child(2) select+span{
    margin-left: 30px;
}
.menu-content span{
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
    font-weight: 700;
}
.menu-content span,.menu-content label{
	display: inline-block;
    margin-right: 20px;
}
.menu-content input[type="text"],.menu-content select {
  background-color: #fff;
  border: #8E8E8E solid 1px;
  border-radius: 5px;
  padding: 5px;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}
.menu-content input[name="keyword"] {
  min-width: 265px;
}
.menu-content .Keyword {
  position: relative;
}
.menu-content .Keyword::before {
  content: "\e8b6";
  font-family: 'Material Symbols Outlined';
  font-size: 2.0rem;
  color: #8E8E8E;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
}
.menu-content input[type="button"] {
	width: 150px;
	color: #041735;
    background-color: #fff;
	border: #041735 solid 2px;
    border-radius: 30px;
	font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
	display: block;
	padding: 10px;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
    box-sizing: border-box;
	transition: all 1.0s;
}
.menu-content input[type="button"]:hover {
	color: #fff;
    background-color: #041735;
	cursor: pointer;
	transition: all 1.0s;
}
/* 20231118 kurosaki add*/
.menu-content input[type="submit"] {
	min-width: 150px;
	color: #041735;
    background-color: #fff;
	border: #041735 solid 2px;
    border-radius: 30px;
	font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
	display: block;
	padding: 10px;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
    box-sizing: border-box;
	transition: all 1.0s;
}
.menu-content input[type="submit"]:hover {
	color: #fff;
    background-color: #041735;
	cursor: pointer;
	transition: all 1.0s;
}
.menu-content input[value="Export"] {
	color: #FF0000;
	border: #FF0000 solid 2px;
}
.menu-content input[value="Export"]:hover {
    background-color: #FF0000;
}
/* 20231118 kurosaki end*/

/* Pagenation -------------------------*/
.Pagenationbox {
	margin-bottom: 10px;
}
.Pagenationbox > div{
  display: flex;
  float: right;
  align-items: center;
}
.Pagenationbox > div > span{
  display: inline-block;
  margin-right: 10px;
}
.Pagenation {
  display: flex;
  align-items: center;
  float: right;
}
.Pagenation-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagenation-Item-Link .material-symbols-outlined {
  color: #fff;
  background-color: #041735;
  padding: 8px;
  border-radius: 10px;
  box-sizing: border-box;
}
.Pagenation-Item-Link.isActive {
  pointer-events: none;
  color: #78C7F0;
}
.Pagenation-Item-Link:not(.isActive):hover {
  opacity: 0.5;
}

/* Memberbox -------------------------*/
.Memberbox ul,.Memberbox .title{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Memberbox ul:nth-of-type(2n){
	background-color: #EBEBEB;
}
.Memberbox .title{
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #041735;
}
.Memberbox .title a{
	color: #fff;
}
.Memberbox .title span,.Memberbox ul li{
	width: 10%;
}
.Memberbox .title span:nth-child(2),.Memberbox ul li:nth-child(2){
	width: 30%;
}
.Memberbox .title span:nth-of-type(n+5):nth-of-type(-n+7),.Memberbox ul li:nth-of-type(n+5):nth-of-type(-n+7){
	width: 10%;
	text-align: center;
}

/*
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey_admin テーブルのレイアウト調整
*	※↑のcssは https://cmtokyo.xsrv.jp/iaph-md/directory/members にて使用されています。
*	↓
*/

#survey_css .Memberbox :is(.title span, ul li):nth-child(1) { width:25%;}
#survey_css .Memberbox :is(.title span, ul li):not(:nth-child(1)) { text-align:center;}
#survey_css .Memberbox :is(.title span, ul li):is(:nth-child(2), :nth-child(3), :nth-child(4)) { width:8%;}
#survey_css .Memberbox :is(.title span, ul li):is(:nth-child(5), :nth-child(6), :nth-child(7)) { width:12%;}
#survey_css .Memberbox :is(.title span, ul li):nth-child(8) { width:15%;}

#survey_css .Memberbox .bot a { margin-block:0; padding-block:0; width:min(100px, 80%);}
#survey_css .Memberbox li:nth-child(6) a { border-color:#ff0000; color:#ff0000;}
#survey_css .Memberbox li:nth-child(6) a:hover { background-color:#ff0000; color:#fff;}
/*
*	↑
*/

/* SummaryCountry -------------------------*/
.SummaryCountry nav {
    display: flex;
    flex-wrap: wrap;
}
.SummaryCountry nav .tabLabel {
	order: -1;
    transition: .5s ;
	cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
	padding: 5px 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
.SummaryCountry nav input {
	display: none;
}
.SummaryCountry nav article {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.SummaryCountry input:checked + .tabLabel,.SummaryCountry nav .tabLabel:hover {
    color: #fff;
	background-color: #78C7F0;
}
.SummaryCountry input:checked + .tabLabel + article {
    width: 100%;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
    min-height: 430px;
}
.SummaryCountry ul {
    display: flex;
    padding: 20px;
}
.SummaryCountry ul:nth-child(2n) {
    background-color: #EBEBEB;
}
.SummaryCountry .title {
    padding: 20px;
	box-sizing: border-box;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #041735;
}
.SummaryCountry .title span:first-child,.SummaryCountry ul li:first-child {
	width: 60%;
	display: inline-block;
}
.SummaryCountry .title span:nth-child(n+2),.SummaryCountry ul li:nth-child(n+2) {
	width: 20%;
	display: inline-block;
	text-align: center;
}

/* Overview -------------------------*/
.Overview tr:nth-child(odd) {
	background-color: #EBEBEB;
}
.Overview th, .Overview td {
	border: none;
	padding: 20px;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	font-size: 2.0rem;
}
.Overview input[type="text"], .Overview textarea, .Overview select {
  background-color: #fff;
  border: 1px solid #E2E1E1;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", sans-serif;
}
.Overview input[type="text"], .Overview textarea {
  font-weight: 300;
}
.Overview input[value="edit"]+table input[type="text"], .Overview input[value="edit"]+table input[type="password"], .Overview input[value="edit"]+table textarea, .Overview input[value="edit"]+table select, .Overview input[value="edit"]+table label {
  border: 1px solid #00a8ff;
}

/* 20231118 kurosaki add*/
.Overview input[type="password"], .Overview textarea, .Overview select {
	background-color: #fff;
	border: 1px solid #E2E1E1;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", sans-serif;
  }
  .Overview input[type="password"], .Overview textarea {
	font-weight: 300;
  }
  .Overview input:disabled, .Overview textarea, .Overview select {
	color: #000;
  }
  .Overview input:disabled, .Overview textarea {
	color: #000;
  }
  .question td {
	background-color: #e0f2fe;
  }
  .notice {
	font-size: small;
	font-weight: bold;
  }
  
  /* カウンターの初期化 */
	.question-list {
		counter-reset: question-counter; /* カウンターのリセット */
	}
	/* 連番を振るためのカウンターを初期化 */
	.question-section {
		counter-reset: question-counter; /* セクションごとにカウンターをリセット */
	}

	.question-list li {
		list-style: none; /* デフォルトのリストスタイルを削除 */
		position: relative; /* ::before の配置のため */
	}
	/* 各 li の前に Q1, Q2... を追加 */
	#Account > div:first-child nav ul.question-section li .question::before {
		counter-increment: question-counter; /* カウンターをインクリメント */
		content: counter(question-counter); /* "Q" + カウンター番号を表示 */
		
		font-family: FontAwesome;
		font-weight: bold;
		display: inline-block;
		margin-right: 5px;
		color: #78C7F0;
		font-size: 1.5rem;
		vertical-align: middle;
	}
	/* セクション開始の要素には連番を表示しない */
	.section-start::before {
		content: "" !important; /* カウンターを非表示 */
	}

	.survey-question-title {
		color: #78C7F0;
	}
	.pagination-count-form {
		float: right;
		margin-left: 10px;
	}
	.pagination-count-box {
		margin-right: 10px;
	}
	.scroll-box {
		width: 20000px;
		overflow: auto;
	}
	.answer-box {
		width: 20000px;
	}
	.answer-box-item {
		width: 10em !important;
	}

	/* 未回答の強調表示 */
	.answer-incomplete {
		background-color: #FBB !important;
	}
	.required-field {
		font-weight: bold;
		color: #FF0;
	}

/* kurosaki add end*/

/*
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey_admin/answer/ 回答表のレイアウト調整
*	↓
*/
.Memberbox.answer-box { width:100%;}
.Memberbox.answer-box :is(.title, ul) { justify-content:start; gap:1em; width:fit-content;}
/*
*	↑
*/


.Overview td ul{
  display: flex;
  justify-content: space-between;
  margin-left: 70px;
  margin-top: 20px;
}
.Overview td li:first-child{
  width: 20%;
}
.Overview td li{
  width: 80%;
}
.Overview input[type="button"] {
  border: none;
  text-align: center;
  display: block;
  font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 40px auto 0;
  padding: 15px 60px;
  background-color: #78C7F0;
  border-radius: 30px;
  transition: all 1s;
}
.Overview input:hover[type="button"] {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.5s;
}
/* 20231118 kurosaki add*/
.Overview input[type="submit"] {
	border: none;
	text-align: center;
	display: block;
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 40px auto 0;
	padding: 15px 60px;
	background-color: #78C7F0;
	border-radius: 30px;
	transition: all 1s;
  }  
.Overview input:hover[type="submit"] {
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
	background-color: #157AB0;
	opacity: 1.0;
}
/* kurosaki add end*/
.Overview .edit input[type="text"], .Overview .edit input[type="password"], .Overview .edit textarea, .Overview .edit select {
  border: 1px solid #E2E1E1;
}

/* Account -------------------------*/
#Account{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#Account > div{
	width: 22%;
}
#Account > div+div{
	width: 75%;
	order: -1;
}
#Account > div:first-child nav ul{
	width: 100%;
	border: #707070 solid 1px;
	border-radius: 5px;
	box-sizing: border-box;
}
#Account > div:first-child nav ul li+li{
	border-top: #707070 solid 1px;
}
#Account > div:first-child nav ul li a{
	display: block;
	padding: 20px 10px;
}
#Account > div:first-child nav ul li a::before{
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  color: #78C7F0;
  font-size: 1.2rem;
  vertical-align: middle;
}
#Account div section{
	width: 100%;
	border: #707070 solid 1px;
	border-radius: 5px;
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
}
#Account div section::after{
	width: 100%;
	content: '';
	display: block;
	clear: both;
}
#Account div form+section,#Account div section+form{
	margin-top: 50px;
}
#Account div section .title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#Account div section .title.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  float: right;
  display: block;
  margin-bottom: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
  z-index: 999;
}
#Account div section .title.sticky.m_top {
  top: 90px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
#Account div section > .title:last-child,#Account div section form > .title:last-child{
	margin-top: 50px;
	margin-bottom: 0;
}
#Account div section .title h4{
	margin-bottom: 0;
}
#Account div section .title ul{
	display: flex;
	align-items: center;
}
#Account div section .title ul li+li{
	margin-left: 20px;
	cursor: pointer;
}
#Account div section .title ul li a {
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 5px 30px;
  background-color: #78C7F0;
  border-radius: 30px;
  color: #fff;
  font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  transition: all 1s;
}
#Account div section .title ul li a:hover{
	background-color: #157AB0;
	opacity: 1.0;
}
#Account div section tr:nth-child(2n+1) {
  background-color: #EBEBEB;
}
#Account div section th, #Account div section td {
  border: none;
  padding: 5px 20px;
  font-size: 1.8rem;
  vertical-align: middle;
}
#Account div .item th, #Account div .item td {
  padding: 5px;
  text-align: center;
}
#Account div section input[type="text"],#Account div section input[type="email"],#Account div section input[type="password"],#Account div section textarea,#Account div section select {
  background-color: #fff;
  border: 1px solid #E2E1E1;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.8rem;
  width: 100%;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 300;
}
#Account div .edit input[type="text"],#Account div .edit input[type="email"],#Account div .edit input[type="password"],#Account div .edit textarea,#Account div .edit select,#Account div .edit label {
  border: 1px solid #00a8ff;
}
#Account div section select {
  font-weight: 500;
  width: auto;
}
#Account div .other tr:nth-child(2n+1) {
  background-color: inherit;
}
#Account div .other th, #Account div .other td {
  border: #8E8E8E solid 1px;
  padding: 10px;
  vertical-align: top;
}
#Account div .other th {
  padding: 10px 20px;
}


/* Contents -------------------------*/
section+section{ margin-top: 50px; }
article+article{ margin-top: 50px; }


/* Home -------------------------*/


/* Sub -------------------------*/
/*
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey 始めにある Organization Name 部分のデザイン調整
*	↓
*/
#sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #EBEBEB;
}
#Account #org {
	background-color:#78C7F0;
	border:none;
	color:#fff;
}
#Account #org #sub {
	display:block;
	margin:0;
	padding:0;
	background:transparent;
}
#Account #org #sub strong { display:inline-block; margin-inline:1em 0.5em;}
/*
*	↑
*/
#sub h3{
	font-family: "Bitter", serif, sans-serif;
	font-size: 4.0rem;
	margin-bottom: 0;
	color: #78C7F0;
}
#sub p span:first-child{
	font-size: 1.8rem;
	font-weight: 700;
	margin-right: 20px;
}

#side.m_fixed{
	position: fixed;
	top: 100px;
	width: calc(22% - 10px);
}


/* Pagetop -------------------------*/
#pagetop {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 20px;
    font-size: 6.0rem;
	z-index: 9999;
    mix-blend-mode: multiply;
}
#pagetop a {
	color: #78C7F0;
}

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


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

.sp{
    display: none;
}

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

#organization_name{
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	font-size: 3.4rem;
	font-weight: 700;
	padding: 10px 30px;
	background-color: #EBEBEB;
	margin-bottom: 10px;
}

label.file {
  background-color: #fff;
  border: 1px solid #8E8E8E;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Bitter", serif, sans-serif;
  cursor: pointer;
  font-weight: 700;
}
input[type="file"]{
  display: none;
}
.edit label.file  {
  border: 1px solid #E2E1E1;
}
.select-image {
  font-family: "Bitter", serif, sans-serif;
  font-size: 1.6rem;
}



#category label[for="import"]{
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	display: block;
	padding: 5px 30px;
	background-color: #78C7F0;
	border-radius: 30px;
	font-size: 2.4rem;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: 0.5s;
}
#category label[for="import"]:hover{
	color: #fff;
	background-color: #157AB0;
	transition: 1s;
}
#category label[for="import"] span{
	font-weight: 300;
	margin-right: 10px;
}
#form_delete{
	margin-left: 30px;
}
.delete_button {
	font-family: "Montserrat", serif, "Helvetica Neue", sans-serif;
	display: block;
	padding: 5px 30px;
	background-color: #cc0000;
	border-radius: 30px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	cursor: pointer;
}
.delete_button:hover{
	background-color: #FF9900;
	opacity: 1.0;
}


/* Forms
--------------------------------------------- */


/* 1320px -------------------------*/
@media screen and (max-width: 1320px) {

}

@media screen and (max-width: 1180px) {

}

@media screen and (max-width: 760px) {
.sp{
    display: inherit;
}
.pc{
    display: none;
}
section+section{ margin-top: 60px; }
article+article{ margin-top: 40px; }

}

/* ==================================================
	iaph-md/directory/survey
================================================== */
#survey_css {
	--fixedCategoryHeight:100px;	/* position:fixed; となっている#category のHeight */
}
#survey_css [id] { scroll-margin-top:20px;}
#survey_css textarea { resize:vertical;}
#survey_css #side.m_fixed {
	position:sticky;
	width:100%;
	height:calc(100vh - 40px - var(--fixedCategoryHeight));
	top:20px;
	overflow-y:auto;
	overscroll-behavior:none;
	scrollbar-width:thin;
}
#survey_css .alert  h3 { margin-bottom:0;}
#survey_css #side.m_fixed ul + ul { margin-top:20px;}
#survey_css #side.m_fixed .alert { margin:0; padding:0; border-radius:0;}
#survey_css #side.m_fixed .alert a { padding-block:10px;}
#survey_css #side.m_fixed .alert a:before { content:none;}
#survey_css #side.m_fixed .alert:has(a:hover) { background-color:rgb(242 222 222 / 0.5); border-color:rgb(235 204 209 / 0.5);}
#survey_css .required-field { color:#ff0000;}

/*
*	https://cmtokyo.xsrv.jp/iaph-md/directory/survey_admin/edit/3 最下部のSAVEボタン調整
*/
#survey_css .bot a {
	margin:2em auto;
	width:min(250px, 100%);
}

/* ==================================================
	iaph-md/directory/survey ?
================================================== */
/* 初回アクセス時のモーダル */
#dialog {
	position:fixed;
	z-index:9999;
	inset:50% auto auto 50%;
	translate:-50% -50%;
	border:solid 5px #78C7F0;
	border-radius:1rem;
	padding: 5rem;
}
#dialog strong {
	font-size:1.5em;
}
#dialog button {
	display:block;
	margin-inline:auto;
	appearance: none;
	border: none;
	background-color: #78C7F0;
	color:#fff;
	font-size:1.8rem;
	font-weight:bold;
	padding:10px 30px;
	width: 10em;
	border-radius: 100vmax;
	transition:all 1s;
	cursor:pointer;
}
#dialog button:hover { background-color:#157AB0;}

/* モーダルラップ */
#dialog:before {
    /* content: ""; */
    position: fixed;
    width: 100vw;
    background-color: rgb(0 0 0 / 0.5);
    height: 100vh;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    z-index: -26;
}

.dialog_wrap {
    position: fixed;
    width: 100vw!important;
    height: 100vh;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
	background-color:rgb(0 0 0 / 0.25);
}

.dialog_wrap:not(:has(#dialog[open])) { display: none;}
#Account:has(#dialog[open]) + nav#category { pointer-events:none; filter:brightness(0.75);}