@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap" rel="stylesheet');

/*================================================
 *  CSSリセット
 ================================================*/
 html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,form,label,legend,footer,header,hgroup,main,menu,nav,section{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
 /*body{line-height:1}*/
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
 hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
 input,select{vertical-align:middle}
 
 /*================================================
  *  一般・共通設定
  ================================================*/
  *, *:before, *:after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 img {
	max-width: 100%;
  border:0px;
}

 html {
   font-size: 62.5%; /*font-size:10px;*/
 }
 
 body {
   font-size:1.6em; /*font-size:16px;*/
   font-family: 'Noto Sans JP', 'Open Sans', Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
   margin: 0;
   padding: 0 0 100px;
   background: #FFF;
   color: #222;
 }

/* ローカルモード時の表示部分 */
.box_local {
	padding: 0.5em;
	background: #F03;
	color: #FFF;
	border: 3px solid #F99;
}
/* テストモード時の表示部分 */
.box_test {
	padding: 0.5em;
	background: #09C;
	color: #FFF;
	border: 3px solid #6CF;
}

/*================================================
 *  ヘッダー
 ================================================*/
 header {
	padding: 10px;
	background: #FFF;
	max-width: 1200px;
	margin:0 auto;
  border-bottom: 1px solid #CCC;
}
header img { 
	max-width: 100%;
	height: auto;
}

/* タイトルとログアウトボタンのflex枠
--------------------------------------- */
.header_inner {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* タイトル
--------------------------------------- */
.header_l {
	width: calc(100% - 160px);
  margin: 1em 0 1em;
	font-size: 2.6rem;
	font-family: 'Kosugi Maru', sans-serif;
  font-weight: 700;
}

/* ログアウトボタン
--------------------------------------- */
.header_r { 
	width: 140px;
}
.header_r a {
	border: 2px solid rgba(29, 130, 137, 0.5);
	border-radius: 20px;
	padding: 4px 5px 4px 30px;
	width: 100%;
	text-align: center;
	display: block;
	width: 140px;
  font-size: 1.4rem;
}
.header_r i {
	opacity: 0.5;
}
.header_r a {
	color: rgba(29, 130, 137, 1) !important;
	text-decoration: none;
  position: relative;
}
.header_r a:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f2f5";
    position: absolute;
    margin-right: 8px;
		font-size: 2rem;
    left: 20px;
    top: 0px;
}
.header_r a:hover {
  padding-left: 35px;
}

/*================================================
 *  フッター
 ================================================*/
 footer {
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 0; /*下に固定*/
	z-index:5;
	clear:both;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#FFF;
	background:#4A88DD;
}
 
/*================================================
/* コンテンツ
 ================================================*/

 #contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/*================================================
/* main
 ================================================*/
 #main {
	margin: 0;
	padding: 0;
}

/*================================================
/* form_area
 ================================================*/
 .form_area,
 .inq {
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
}
.form_area_s {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.form_area_es {
	width: 100%;
	max-width: 576px;
	margin: 0 auto;
}

/*================================================
/* btn_area
 ================================================*/
 .btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
}
.btn_area div {
	margin: 5px 10px;
}

#wrapper > h2 {
  position: relative;
	font-size: 2rem;
	margin: 1em 0 1.5em;
	border-bottom: 1px solid #CCC;
	padding: 10px 10px 9px;
	font-weight: bold;
}
#wrapper > h2 i {
	color: #CCC;
	font-size: 2.4rem;
	margin-right: 0.3em;
}
#wrapper > h3,
#wrapper form > h3 {
  padding: 6px 15px;
  font-size: 1.9rem;
	font-weight: bold;
  line-height: 1.3;
  border-left: 10px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.5em;
}

#wrapper h4 {
  color: #1E8590;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	background: #1e859027;
	border-top: 2px solid rgba(24, 105, 116, 0.5);
	margin: 1em 0;
}

#wrapper h5 {
  color: #1E8590;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 6px 10px 5px;
	background: #1e859027;
	border-bottom: 1px solid rgba(24, 105, 116, 0.5);
	border-left: 5px solid rgba(24, 105, 116, 0.5);
	margin: 1em 0;
}

.box02 > h3 {
  padding: 0.5em 0.8em;
	background: rgb(49, 96, 124);
	color: white;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	line-height: 1;
}

@media screen and (max-width:575.98px) {
  .header_l {
    width: 100%;
	  font-size: 2.2rem;
    text-align: center;
  }
}
/* c_register 2026 common layout */
.registration-system-page {
  --dashboard-ink: #10223c;
  --dashboard-navy: #063b78;
  --dashboard-blue: #1478c8;
  --dashboard-line: #cbdce8;
  --dashboard-table-head: #edf6fc;
  --dashboard-muted: #637487;
  --dashboard-danger: #d71934;
  --dashboard-shadow: 0 14px 35px rgba(15, 61, 102, .09);
  color: var(--dashboard-ink);
  background: linear-gradient(180deg, #f7fbfe 0, #fff 220px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 0;
  line-height: 1.7;
}
.registration-system-page .site-header {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 24px;
  padding: 32px 24px 18px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--dashboard-line);
  color: var(--dashboard-ink);
  background: transparent;
}
.registration-system-page.registration-admin-page .site-header,
.registration-system-page.registration-admin-page #contents {
  max-width: 1200px;
}
.registration-system-page.registration-admin-page #contents {
  overflow-x: auto;
}
.registration-system-page .site-header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.registration-system-page .site-header .header_inner::after {
  display: none;
  content: none;
}
.registration-system-page .site-header .header_l,
.registration-system-page .site-header .header_r {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.registration-system-page .site-header .eyebrow {
  margin: 0 0 4px;
  color: var(--dashboard-navy);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.45;
}
.registration-system-page .site-header h1 {
  margin: 0;
  color: var(--dashboard-navy);
  font-size: 2rem;
  font-weight: 700;
}
.registration-system-page .logout-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 46px;
  padding: 9px 14px 9px 42px;
  border: 1px solid var(--dashboard-line);
  border-radius: 8px;
  color: var(--dashboard-navy);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
.registration-system-page .logout-button::before {
  top: 50%;
  left: 18px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
}
.registration-system-page #contents {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 1040px;
  min-height: 0;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  background: transparent;
}
.registration-system-page #main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.registration-system-page .site-footer {
  position: static;
  display: block;
  width: 100%;
  margin: auto 0 0;
  padding: 24px 0 12px;
  clear: both;
  color: #9aa6ad;
  background: transparent;
  text-align: center;
  font-size: 1.1rem;
}
.registration-system-page #page-top01 {
  display: none;
}
@media (max-width: 767px) {
  .registration-system-page .site-header {
    padding: 22px 14px 18px;
  }
  .registration-system-page .site-header .header_inner {
    align-items: flex-start;
  }
  .registration-system-page .site-header .eyebrow {
    font-size: 2.2rem;
  }
  .registration-system-page #contents {
    padding: 0 14px;
  }
  .registration-system-page .logout-button {
    width: 120px;
    padding-right: 10px;
  }
}
