@charset "UTF-8";
/*
theme name: system 
*/
/* reset */
@import url("reset.css");
/* リセット --------------------------------------------------------------- */
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote,
table, th, td,
a {
	margin: 0;
	padding: 0;
	zoom: 1;
	background-repeat: no-repeat;
	}

table, th, td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	}

fieldset, img, iframe {	
	border: 0;
	line-height: 0;
	vertical-align: bottom;
	}

object, embed {
	line-height: 0;
	vertical-align: middle;
	}
	
iframe {
	border: 0;
	background-color: transparent;
	}

ol, ul {
	list-style: none;
	}

br {
	letter-spacing: 0;
	}

h1, h2, h3, h4, h5, h6, p, span {
	display: block;
	font-size: 100%;
	font-weight: normal;
	}

a {
	text-decoration: none;
	}

a:link,
a:visited {
}

/* ボディ --------------------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

#page-container {
	width: 100%;
	min-height: 100vh;
	background-color: #f0f2f5;
	display: flex;
}

/*----------------------
 side-contents
----------------------*/
.side-bar-t {
	
}

#side-bar {
	position: fixed;
	width: 250px;
	background-color: #fff;
	box-shadow: 0.25rem 0 .625rem #e4e7ed;
	height: 100%;
}

.logo-box {
	padding: 30px 20px 20px 20px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.logo-box a {
	color: #2c3034;
}

.side-menu {
/*	padding: 20px;*/
	padding-top: 20px;
}

.side-menu li {
	display: list-item;
	line-height: 3.5;
}

.side-menu a {
	color: #2c3034;
}

.smd {
	padding: 0 20px;
}

.smd-02 {
	padding-left: 45px;
}

.icn-cor {
	display: inline-block;
	color: #8d969f;
	font-size: 0.9375rem;
	margin-right: 10px;
	width: 15px;
	text-align: center;
}

.side-nav-link {
	position: relative;
	display: flex;
	align-items: center;
}

.text {
	font-size: 0.875rem;
	font-weight: 500;
}

/*----------------------
 accordion-side
----------------------*/
.accordion-side {
    max-width: 250px;
/*    margin-bottom: 7px;
    border-bottom: 2px solid #ffffff;*/
}

.accordion-side summary {
    display: flex;
    align-items: center;
    position: relative;
/*    justify-content: space-between;
    padding: 1em 2em;*/
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-side summary::-webkit-details-marker {
    display: none;
}

.accordion-side summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #abbdcc;
    border-right: 3px solid #abbdcc;
    content: '';
    transition: transform .3s;
	position: absolute;
	right: 20px;
}

.accordion-side[open] summary::after {
    transform: rotate(225deg);
}

.accordion-side p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
/*    padding: .3em 2em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-side[open] p {
    transform: none;
    opacity: 1;
}

.accotdion-details_box {
	background-color: #f6f7f9;
	margin: 5px 0;
	padding: 5px 0;
}
.accotdion-details_box a {
	color: #667079;
}

/*----------------------
 main-contents
----------------------*/
#page-header {
	height: 60px;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto 20px auto;
	text-align: right;
}

.user {
	display: inline-flex;
	font-size: 0.75rem;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	height: 60px;
	align-items: center;
}
.user a {
	margin-right: 1rem;
	color: #667079;
}

.user a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.circle {
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: grey; /* 背景色 */
	margin-left: 1rem;
	margin-right: 1.5rem; /* 右から1.5remの余白を追加 */
}

.breadcrumb {
  position: absolute; /* レイヤー内の絶対配置 */
  top: 70px; /* 親要素の一番下に配置 */
  width: 2000px; /* 親要素の幅 */
  height: 1.5rem;
  background: #FFFFFF; /* 背景色を白で固定 */
  margin-left: -300px;
}

.breadcrumbtext {
  position: absolute; /* レイヤー内の絶対配置 */
  top: 72px;
  font-size: 0.75rem; /* 文字サイズ */
  margin: 0; /* デフォルトの余白を削除 */
}

.breadcrumbtext p {
  display: flex;
  align-items: center;
}

.breadcrumbtext span {
  margin-left: 1rem;
  margin-right: 1rem;
}

.contents-title a {
  color: #000;
  text-decoration: none; 
}

.contents-title a:hover {
  color: #0056b3;
  text-decoration: none; 
}

#main-container {
/*	width: 1200px;*/
	max-width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 100%;
/*	flex: 1 0 auto;*/
}

#main-container .main-contents {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 250px;
}

.main-contents {
	width: 100%;
/*	margin-left: 3rem;
	padding: 0 2rem;*/
	overflow-x: visible;
	display: flex;
	flex-wrap: wrap;
}

.fb-gap-01 {
	gap: 30px;
}

.fb-grid {
	display: grid;
}

.fb-grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.contents-box {
/*	width: calc((100% - 20px) / 5);
	min-width: 280px;*/
	min-width: 338px;
	background-color: #fff;
	border: #e0e6ef 1px solid;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}

.contents-bigbox {
/*	width: calc((100% - 20px) / 5);
	min-width: 280px;*/
	width: 100%;
	background-color: #fff;
	border: #e0e6ef 1px solid;
	padding: 30px;
	border-radius: 5px;
	display: flex;
	margin-bottom: 40px;
}

.thumbnail-ph {
	width: 40%;
	height: 280px;
	margin-right: 2%;
	background-color: #d3d3d3;
}

.form-box {
	width: 58%;
}
.contents-copy {
	font-size: 0.8125rem;
	color: #2c3034;
	margin: 10px 0;
}

.contents-icon {
	margin: 15px 0;
}

.contents-button {
	font-size: 0.8125rem;
	font-weight: 700;
	width: 100%;
	padding: 5px 0;
	margin-top: 15px;
	background-color:#1A3680;
	color: #fff;
	border-radius: 5px;
}

.contents-title {
	width: 100%;
	border-bottom: #e0e6ef 2px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
    margin-top: 20px
}

.contents-title h2 {
	font-size: 0.9375rem;
	font-weight: 500;
	display: flex;
}

#page-footer {
	position: absolute;
	bottom: 0;
	padding: 20px;
	font-size: 0.8125rem;
}

/*---*/
.text-supplement {
	font-size: 0.75rem;
	padding-left: 10px;
	margin-top: 2px;
    font-weight: normal;  /* 太文字をなくす */
}
.text-box .text-supplement {
	display: block;
	margin-right: 2rem;
}
.button {
/*	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 2rem;
	display: flex;*/
}
.update-button:hover {
	background-color: #0056b3; /* ホバー時の色をダークにする */
}
.update-button:hover {
	background-color: #0056b3; /* ホバー時の色をダークにする */
}

.messages-container {
    display: flex; /* 横並びに配置 */
    gap: 10px; /* メッセージ間の余白 */
}

.update-button {
	padding: 5px 20px;
	background-color: #1A3680;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 1rem;
	text-decoration: none;
	font-size: 0.8125rem;
}
.button-list {
	margin-top: 1rem;
	text-align: center;
}

/* インフォコンテンツ ------------------------------------------------------------ */
.content .content_box .info-box {
        padding-left: 1.5rem;
        wight: 470px;
        height: 350px;
        background: grey;
}
.info-thumbnail {
        width: 470px; /* 幅を固定 */
        height: 350px; /* 高さを固定 */
        overflow: hidden; /* はみ出た部分を隠す */
        position: relative; /* 位置を相対的にする */
}
.fixed-thumbnail {
        width: 100%; /* 幅を親要素に合わせる */
        height: auto; /* 高さは自動調整（アスペクト比を保持するため） */
/*        position: absolute;*/ /* 位置を絶対指定 */
/*        top: 50%;*/ /* 垂直中央に配置 */
/*        left: 50%;*/ /* 水平中央に配置 */
/*        transform: translate(-50%, -50%);*/ /* 画像を中央に配置 */
}
.detail-list {
        display: flex;
        flex-wrap: wrap; /* 各セットが横並びにする */
        font-size: 0.9375rem;
        margin-bottom: 100px; /* 必要に応じて再適用 */
        position: absolute; /* 絶対位置で配置 */
        top: -50; /* 親要素の上端に配置 */
        left: 500; /* 左端に配置（必要に応じて調整） */
}
.detail-list-item {
        display: flex; /* dtとddを横並びにする */
        width: 100%; /* ビューポートの幅に対する100%を設定 */
        max-width: 100%; /* 親要素の最大幅を超えないように */
        position: relative; /* 擬似要素を使用するために相対位置を設定 */
        box-sizing: border-box; /* パディングやボーダーを含む幅調整 */
}
.detail-list-item::after {
        content: ''; /* 擬似要素の内容を空に */
        position: absolute; /* 絶対位置に設定 */
        left: 1.5rem; /* 左から1.5rem開ける */
        bottom: 0; /* 下部に配置 */
        width: calc(100% - 1.5rem); /* 要素幅から1.5remを引いた長さ */
        height: 1px; /* ボーダーの高さ */
        border-bottom: 1px dashed #d3d3d3; /* 点線のボーダー */
        z-index: 1; /* 他の内容の上に表示 */
}
.detail-list p {
        padding-left: 2rem;
}
dt.detail-list-dt {
        display: flex; /* dtとddを横並びにする */
        width: 15%; /* dtの幅 */
        font-weight: 400;
        padding: 10px 0;
/*        padding-left: 2rem;*/
        text-align: justify;
        align-items: center; /* 縦方向の中央揃え */
        box-sizing: border-box; /* パディングやボーダーを含む幅調整 */
}
dd.detail-list-dd {
        width: 30%; /* ddの幅 */
        font-weight: 400;
        padding: 15px 0;
        text-align: justify;
        line-height: 1.25;
        box-sizing: border-box; /* パディングやボーダーを含む幅調整 */
}
.detail-list-dd input[type="text"], .detail-list-dd textarea {
        width: 100%; /* 幅を100%に設定 */
        height: 2rem;
        padding: 8px; /* 内側の余白を設定 */
        border: 1px solid #e0e6ef; /* ボーダーを設定 */
        border-radius: 4px; /* 角を丸くする */
}
.form-label {
	font-size: 0.875rem;
	font-weight: 500;
    display: flex;
}

.form-ulbox {
	width: 98%;
}
input[type="text"] {
	width: 100%; /* 幅を100%に設定 */
	height: 2rem;
	padding: 8px; /* 内側の余白を設定 */
	border: 1px solid #e0e6ef; /* ボーダーを設定 */
	border-radius: 5px; /* 角を丸くする */
	margin-top: 4px;
	margin-bottom: 10px;
}
input[type="link"] {
	width: 100%; /* 幅を100%に設定 */
	height: 2rem;
	padding: 8px; /* 内側の余白を設定 */
	border: 1px solid #e0e6ef; /* ボーダーを設定 */
	border-radius: 5px; /* 角を丸くする */
	margin-top: 4px;
	margin-bottom: 10px;
}
textarea {
	width: 100%; /* 幅を100%に設定 */	
	height: 100px; /* 高さを設定 */
	padding: 8px; /* 内側の余白を設定 */
	border: 1px solid #e0e6ef; /* ボーダーを設定 */
	border-radius: 5px; /* 角を丸くする */
	margin-top: 4px;
	margin-bottom: 10px;
}
.ri-3x {
	line-height: 1.25;
	font-size: 4rem;
}