/*
---------------------------
全般
---------------------------
*/

.container-pointer-events-none {
    /* claroが主張してくるのでimportantで黙らせる */
    pointer-events:none;
}

/*
---------------------------
画面上部のメニュー部分
---------------------------
*/

.menu-container {
    /* claroが主張してくるのでimportantで黙らせる */
    padding: 0px !important;
}

.menu-container.inactive {
    display: none;
}

.header-menu {
    /* 一列にleftとrightのdivを並べる => flex */
    display: flex;
    /* leftとrightを両端揃え */
    justify-content: space-between;
}

/* メニューバーの中身を入れ替える要素に付くもの, inactiveだと表示しない */
.header-menu.inactive {
    display: none;
}

.header-menu .left {
    /* 横一列に要素を並べる => flex */
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header-menu .right {
    /* 横一列に要素を並べる => flex */
    display: flex;
}

/* 一列にアイコンとラベルを並べるボタンの表現 */
.button-beside-icon {
    /* 横一列に要素を並べる => flex */
    /* display: flex; */
    /* flexの中は上下中央揃え */
    align-items: center;
    text-align: center;
    border-color: transparent;
    padding: 5px;
    /* margin-right: 5px; */
    background-color: transparent;
}

/*
    ボタンが表す要素が有効になっている場合
    メニュー表示中, などの時に使う
 */
.button-beside-icon.enabled {
    background-color: #D5E9EB;
}

/* ボタンにカーソルが載ったら背景色変更 */
.button-beside-icon:hover {
    border: solid black;
}

.button-beside-icon>img {
    /*
    アイコンのsvgサイズがまちまちなので統一
    svgの中身は32pxで統一されているはずなのだが, 何も指定しないと大きいものや小さいものが混在する
    */
    height: 16px;
    margin-right: 2px;
}

.button-beside-icon>span {
    font-size: 9px;
}

/*
「災害対応モード」の塗りつぶし部分
テキストを中央揃えにしたいので, divの中にspanを入れて, align-items:centerで実現している
*/
.display-mode-area {
    display: flex;
    align-items: center;
}

/* 災害対応モード */
.display-mode-area.disaster {
    background-color: #A22021;
}

/* 訓練モード */
.display-mode-area.training {
    background-color: #0D849D;
}

.display-mode-area>span {
    color: white;
    /*
    フォントサイズをボタンラベルの1.5倍
    パーセンテージなど、px以外で指定しておくとブラウザの表示ズームに対応しやすい
    */
    font-size: 150%;
    padding-right: 4px;
    padding-left: 4px;
}

/*
-----------------------------------
map上のボタンなどの操作要素(マップ上の上下左右のまとまり)
-----------------------------------
*/
.map-Control {
    position: absolute;
    /* leafletのコントロールと同一にする */
    z-index: 1000;
}

.map-Control--top {
	top: 10px;
}

.map-Control--right {
	right: 10px;
}


/*
-----------------------------------
操作パネル共通
-----------------------------------
*/

/* パネルの大きさはブラウザの大きさに対する割合で表現 => ブラウザのサイズに応じて変わるようにする */
.operation-area-narrow {
    width: 15%;
}

.operation-area-middle {
    width: 21%;
}

.operation-area {
    width: 25%;
}

.operation-area-wide {
    width: 50%;
}

/* パネルの中身を入れ替える要素に付くもの, inactiveだと表示しない */
.operation-area.inactive {
    display: none;
}

.operation-inner-area {
    height: 100%;
}

/* パネルの中身を入れ替える要素に付くもの, inactiveだと表示しない */
.operation-inner-area.inactive {
    display: none;
}

/* パネルの中にあるブロックの間隔調整とか区切り線 */
.operation-inner-area>div {
    border-bottom: 2px solid lightgrey;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-bottom: 5px;
    overflow-x: hidden;
}

.operation-inner-area>div:last-child {
    border-bottom: none;
}

/* パネルの中にあるブロックのタイトル文字 */
.operation-area-title {
    font-size: 150%;
}

/* パネルの中にあるブロックのタイトル文字 */
.operation-area-sub-title {
    font-size: 100%;
    background-color: lightgrey;
    /* color: white; */
    width: 100%;
}

/*
-----------------------------------
地図の中(パネル開閉ボタンなど)
-----------------------------------
 */

/* パネルを開ける(操作パネルにある方) */
.triangle-right {
    top: 50%;
    left: 0px;
    background-color: black;
    height: 24px;
    width: 16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    border: none;
}

/* パネルが開いてる時は出さない */
.triangle-right.inactive {
    display: none;
}

/* パネルを閉じる(地図にある方) */
.triangle-left {
    top: 50%;
    right: 0px;
    background-color: black;
    height: 24px;
    width: 16px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    border: none;
}

/* パネルが閉じてる時は出さない */
.triangle-left.inactive {
    display: none;
}

/* 訓練モードの時に地図に表示する領域, 絶対指定 */
.training-display-area {
    position: absolute;
    right: 20px;
    bottom: 50px;
    font-size: 300%;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #0D849D;
    color: white;
}

/*
-----------------------------------
地図操作パネル
-----------------------------------
*/
.basemap-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.basemap-list-container {
    display: flex;
    /* 背景地図のリスト, パネルが小さくても全部出るようにwrapする */
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.basemap-list-item {
    display: flex;
    /* 縦に並べる => column */
    flex-direction: column;
    background-color: black;
    border: 2px solid grey;
    width: 65px;
    margin: 3px;
}

.basemap-list-item .img {
    width: 65px;
}

.basemap-list-item:hover {
    border-color: #0D849D;
    background-color: #0D849D;
}

.basemap-list-item>span {
    color: white;
    text-align: center;
}

#basemap_transparent_range {
    width: 80%;
    text-align: center;
}

.subject-select-title {
    display: flex;
    /* 縦に並べる => column */
    flex-direction: column;
}

.subject-annotation {
    color: #C92425;
}

.subject-list-container {
    display: flex;
    /* 主題図のリスト, パネルが小さくても全部出るようにwrapする */
    flex-wrap: wrap;
}

/* 主題図アイコン, アイコンとラベルを縦に並べる */
.subject-item {
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* flexの中は中央揃え */
    align-items: center;
    width: 65px;
    border-color: transparent;
    border-radius: 4px;
    padding: 1.5px;
    margin: 3px;
    background-color: lightgrey;
    font-size: 90%;
}

/* 主題図アイコン, アイコンとラベルを縦に並べる */
.subject-item:hover {
    border-color: #0D849D;
    background-color: #0D849D;
}

/* 主題図アイコン */
.subject-item>img {
    width: 25px;
    margin: 5px;
}

/* 主題図ラベル, 上下中央揃えをしたいのでtable表示 */
.subject-item-text {
    display: table;
}

/* 主題図ラベルの文字列部分, 上下中央揃え */
.subject-item-text>span {
    display: table-cell;
    height: 3em;
    font-size: 90%;
    /* 左右中央 */
    text-align: center;
    /* 上下中央 */
    vertical-align: middle;
}

.baseMapRadio {
    display: none;
}

.baseMapRadio + label img {
    background-color: lightgrey;
    /* margin: 10px; */
  }

.baseMapRadio:checked + label div{
    border-color: #0D849D;
    background-color: #0D849D;
}

.baseMapRadio:checked + label img {
    background-color: #5EB5C0;
}

.preset-list-container,
.preset-selector-container {
    margin: 8px;
}

.preset-list-item {
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.preset-list-item:nth-child(n+2) {
    margin-top: 6px;
}

.preset-selector-container>select {
    height: 2em;
    width: 100%;
    padding-inline-start: 1em;
    border-radius: 5px;
    border-color: transparent;
    background-color: lightgrey;
}

/* プリセット登録部分 */
.preset-input-container {
    margin-top: 6px;
}

/* プリセット文字列入力, 隣にボタンを配置するのでwidthを調整 */
.preset-input-container>input {
    height: 2em;
    /* input幅は基本全体の80％,そこからinputのpadding-inline(1em),border(2px) を引く*/
    width: calc(80% - 1em - 2px);
    padding-inline-start: 1em;
    border-radius: 5px;

}

/* プリセット登録ボタン */
.preset-input-container>button {
    /* inputと高さを揃えるため. inputのborder(2px*2=4px)足す */
    height: calc(2em + 4px);
    /* ボタン幅は全体の20%, そこからボタンのborder(2px),padding(6px)を引く */
    width: calc(20% - 8px);
    /* ブラウザの幅が小さくなると"登録”が改行されちゃうので最低限確保したい幅 */
    min-width: 3.2em;
    border-color: transparent;
    border-radius: 5px;
    background-color: #5EB5C0;
}

/*
-----------------------------------
レイヤー操作パネル
-----------------------------------
*/
.layer-tree-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 140px);
}

/* 既存のレイヤーツリー部品が置かれる場所 */
.layer-tree {
    display: block;
    /* 85pxは, レイヤータイトルと透過率,自動更新部分のための高さ */
    height: calc(100% - 85px);
    margin-top: 2px;
    margin-bottom: 5px;
    border-bottom: solid 1px lightgrey;
    overflow: scroll;
}

/* 被害,リアルタイム,事前の表示切り替えのため, inactiveなツリーは表示しない */
.layer-tree.inactive {
    display: none;
    height: 0%;
}

#layer_transparent_range {
    width: 80%;
    text-align: center;
}

.layer-tree-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #EEEEEE;
    margin-bottom: 5px;
}

.layer-tree-header.inactive {
    display: none;
}

.layer-tree-header-text {
    margin-left: 0.5em;
    font-size: 120%;
}

.layer-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.layer-select-title.inactive {
    display: none;
}

/* 透過率,自動更新エリア */
.layer-options-container {
    width: 100%;
    padding-left: 10px;
}

/* 自動更新エリア */
.layer-auto-refresh-container {
    padding: 5px;
}

.layer-refresh-interval-input {
    padding-top: 3px;
    padding-left: 10px;
}

.layer-refresh-interval-input>input {
    width: 3em;
    text-align: right;
}

/* 透過率 */
#invisible-all-button {
    color: white;
    border: none;
    border-radius: 3px;
    background-color: #7F7F7F;
}

#invisible-all-button:hover {
    background-color: #5EB5C0;
}

/* 表示中レイヤーリストの項目一つ */
.visible-layer-item {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid grey;
}

/* 項目一つの左部分, アイコンとレイヤー名 */
.visible-layer-item .left {
    display: flex;
    align-items: end;
}

/* アイコン */
.visible-layer-item .left>img {
    height: 20px;
    padding-right: 3px;
}

/* 項目一つの右部分, ボタン */
.visible-layer-item>button {
    background-color: transparent;
    border-radius: 3px;
    border: none;
}

.visible-layer-item>button:hover {
    background-color: grey;
    color: white;
}

/*
-----------------------------------
検索パネル
-----------------------------------
*/
.search-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.searchTypeRadio {
    display: none;
}

.searchTypeRadio + label img {
    background-color: lightgrey;
    margin: 10px;
}

.searchTypeRadio:checked + label div{
    border-color: #0D849D;
    background-color: #0D849D;
}

.searchTypeRadio:checked + label img {
    background-color: #5EB5C0;
    margin: 10px;
}

.search-label {
    text-align: center;
}

.search-item {
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* flexの中は中央揃え */
    align-items: center;
    width: 65px;
    border-color: transparent;
    border-radius: 4px;
    padding: 1.5px;
    margin: 3px;
    margin-left: 10px;
    background-color: lightgrey;
    font-size: 90%;
}

/* 主題図アイコン, アイコンとラベルを縦に並べる */
.search-item:hover {
    border-color: #0D849D;
    background-color: #0D849D;
}

/* 主題図アイコン */
.search-item>img {
    width: 25px;
    margin: 5px;
}

/* 主題図ラベル, 上下中央揃えをしたいのでtable表示 */
.search-item-text {
    display: table;
}

/* 主題図ラベルの文字列部分, 上下中央揃え */
.search-item-text>span {
    display: table-cell;
    height: 3em;
    font-size: 90%;
    /* 左右中央 */
    text-align: center;
    /* 上下中央 */
    vertical-align: middle;
}

/*
-----------------------------------
作図パネル
-----------------------------------
*/
.draw-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-foward-backward-item {
    width:45%;
    min-height: 40px;
    margin-left: 5px;
    text-align: center;
    font-size: 120%;
}

.draw-list-table-item {
    display: flex;
    margin-left: 5px;
    width:45%;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    font-size: 70%;
}

.draw-list-table-item>img {
    width:20px;
}

.draw-list-table>table {
    width: 100%;
    border:2px lightgray solid;
    text-align: center;
}

.draw-list-table>table>thead>tr>td {
    border:2px lightgray solid;
    text-align: center;
}

.draw-list-table>table>tbody>tr>td {
    border:2px lightgray solid;
    text-align: center;
}

.draw-list-table-edit-button {
    width:45%;
    font-size: 100%;
    border-color: transparent;
    border-radius: 5px;
    background-color: #0D849D;
    color: white;
}

/*
-----------------------------------
作図 : スタイル/属性パネル
-----------------------------------
*/
.draw-style-item {
    width: 100px;
}

/*
-----------------------------------
作図 : 出力(KML, GeoJSON)パネル
-----------------------------------
*/
.draw-output-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-output-item {
    width: 100px;
}

/*
-----------------------------------
作図 : 登録（被害情報）パネル
-----------------------------------
*/
.draw-register-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-register-gray-button {
    width:45%;
    font-size: 100%;
    border-color: transparent;
    border-radius: 5px;
    background-color: lightgray;
}

.draw-register-button {
    width:45%;
    font-size: 100%;
    border-color: transparent;
    border-radius: 5px;
    background-color: #0D849D;
    color: white;
}

/*
-----------------------------------
作図 : データ読込（外部ファイル）パネル
-----------------------------------
*/
.draw-read-file-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-read-file-gray-button {
    width:45%;
    font-size: 100%;
    border-color: transparent;
    border-radius: 5px;
    background-color: lightgray;
}

.draw-read-file-item {
    width: 100px;
}

/*
-----------------------------------
作図 : 行政区域パネル
-----------------------------------
*/
.draw-district-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-district-item {
    width: 100px;
}

/*
-----------------------------------
作図 : 属性パネル
-----------------------------------
*/
.draw-attribute-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.draw-attribute-gray-button {
    width:45%;
    font-size: 100%;
    border-color: transparent;
    border-radius: 5px;
    background-color: lightgray;
}

.draw-attribute-item {
    /* display: flex; */
    width:25%;
}

.draw-attribute-item-right {
    width:20%;
    float:right;
}

.draw-attribute-grid-area {
    height: 90%;
}

.draw-attribute-grid-area-harf {
    height: 50%;
}

.draw-attribute-style-area {
    height: 40%;
}

.draw-attribute-style-area.inactive {
    display: none;
}

/*
-----------------------------------
被害情報出力パネル
-----------------------------------
*/
.download-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.download-item {
    width: 100px;
}

/*
-----------------------------------
通行実績パネル
-----------------------------------
*/
.etc-20-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.etc-20-item {
    width: 100px;
}

/*
-----------------------------------
洪水調節実施ダムパネル
-----------------------------------
*/
.dam-report-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.dam-report-item {
    width: 100px;
}

/*
-----------------------------------
出水様式パネル
-----------------------------------
*/
.river-report-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.river-report-item {
    width: 100px;
}

/*
-----------------------------------
グリッド操作パネル
-----------------------------------
 */
.grid-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

.grid-button-container>button {
    width: 100%;
    font-size: 120%;
    border-color: transparent;
    border-radius: 5px;
    background-color: lightgrey;
}

.grid-button-container>button:nth-child(n+2) {
    margin-top: 6px;
}

.grid-button-container>button.is-checked {
    background-color: #0D849D;
    color: white;
}

/*
-----------------------------------
距離計測パネル
-----------------------------------
 */
.measure-select-title {
    display: flex;
    /* 下端揃え */
    align-items: end;
    /* 左右に等間隔整列. 要素が2つだったら両端に配置, 3つ以上だったら全体的に等間隔に配置 */
    justify-content: space-between;
    margin-bottom: 10px;
}

/*
-----------------------------------
全画面地図
-----------------------------------
 */
/* 一列にアイコンとラベルを並べるボタンの表現 */
.redo-all-map-button-icon {
    align-items: center;
    border-color: lightgray;
    padding: 8px;
    margin-right: 5px;
    background-color: transparent;
}

/*
    ボタンが表す要素が有効になっている場合
    メニュー表示中, などの時に使う
 */
 .redo-all-map-button-icon.inactive {
    display: none;
}

/* ボタンにカーソルが載ったら背景色変更 */
.redo-all-map-button-icon:hover {
    border: solid black;
}

.redo-all-map-button-icon>img {
    height: 25px;
    margin-right: 2px;
}

/*
-----------------------------------
メイン表示部分(地図/データ管理)
-----------------------------------
 */

/* 地図とデータ管理表示を切り替える用途. inactiveなものは表示しない */
.map-pane.inactive {
    display: none;
}

/* データ管理表示領域. */
.damage-information-pane {
    padding: 5px;
    margin: 0px 10px 10px;
    /* claroが指定しているフォント情報をリセット */
    font-family: initial;
    font-weight: initial;
}

.damage-information-pane.inactive {
    display: none;
}

/* claroの設定を上書き */
.damage-information-pane .dijitSelect,.dijitTextBox,.dijitButtonNode {
    background-color: #F2F2F2 !important;
    padding: 2px !important;
    border-radius: 3px;
}

.damage-information-pane .dijitSelectLabel,.dijitButtonText,.dijitTextBox,.dojoxGrid {
    font-family: initial;
    font-weight: initial !important;
}

.damage-information-pane .dojoxGridMasterHeader {
    background: initial;
    background-color: #F2F2F2;
}

/* 被害情報一覧の検索条件, css grid使って揃えている */
/* 1行目 */
.damage-information-pane .search-form-row1 {
    align-items: center;
    display: grid;
    grid-template-columns: 6em 200px 3em 200px 1fr;
    grid-template-rows: 50px;
}

/* 2行目 */
.damage-information-pane .search-form-row2 {
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    display: grid;
    grid-template-columns: 6em 550px 1fr;
}

/* 要素の真ん中にある "~" の配置 */
.search-form-row2 .between-selectors {
    margin-left: 20px;
    margin-right: 20px;
}

/* css grid要素を左寄せ */
.grid-position-right {
    text-align: right;
}

/* css grid要素を右寄せ */
.grid-position-left {
    text-align: left;
}

/* css grid要素を中央寄せ */
.grid-position-center {
    text-align: center;
}

/* フォームの中にあるボタン表現 */
.action-button {
    font-size: 100%;
    /* height: 100%; */
    background-color: #0D849D;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.action-button:hover {
    /* height: 100%; */
    background-color: #5EB5C0;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.negative-action-button {
    font-size: 100%;
    /* height: 100%; */
    background-color: #E8E8EB;
    color: #1A1A1C;
    border-color: transparent;
    border-radius: 5px;
}

.negative-action-button:hover {
    /* height: 100%; */
    background-color: #9f9f9f;
    color: #1A1A1C;
    border-color: transparent;
    border-radius: 5px;
}

/* 被害情報一覧グリッド */
.damage-information-grid {
    margin-top: 25px !important;
    /* EnhancedGridは高さの指定が明示的に必要, %指定ができないので使っている環境によってははみ出しちゃうかも. */
    height: 60em;
}

/* 被害情報登録フォーム, 領域ごとに使うパーツが違うので"areaX"として定義を分けてる */
.damage-information-pane .register-form-area1 {
    align-items: center;
    display: grid;
    grid-template-columns: 7em 150px;
    grid-template-rows: 50px 50px;
}

.damage-information-pane .register-form-area2 {
    align-items: center;
    display: grid;
    grid-template-columns: 7em 40px 2em;
    grid-template-rows: 50px;
}

.damage-information-pane .register-form-area3 {
    display: grid;
    grid-template-columns: 7em 1fr;
    grid-template-rows: 150px;
    margin-bottom: 10px;
}

.damage-information-pane .register-form-area4 {
    align-items: center;
    display: grid;
    grid-template-columns: 7em 2em 1fr;
    grid-template-rows: 20px;
}

.damage-information-pane .register-form-area5 {
    align-items: center;
    display: grid;
    grid-template-columns: 7em 150px;
    grid-template-rows: 50px;
}

.damage-information-pane .register-form-area6 {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px;
}

/*
---------------------------
スタイルパーツ
---------------------------
*/

.style-form-row {
    float: left; 
    width: 100%;
}

.style-form-harf {
    display: none; 
    float: left; 
    width: 50%;
}

/* ログインメニュー用 */
.login-disaster-mode-button {
    font-size: 100%;
    /* height: 100%; */
    background-color: #a22121;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.login-disaster-mode-button:hover {
    /* height: 100%; */
    background-color: #cc5454;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.login-training-mode-button {
    font-size: 100%;
    /* height: 100%; */
    background-color: #0d849d;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.login-training-mode-button:hover {
    /* height: 100%; */
    background-color: #5EB5C0;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.login-admin-button {
    font-size: 100%;
    /* height: 100%; */
    background-color: #595959;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}

.login-admin-button:hover {
    /* height: 100%; */
    background-color: #484848;
    color: white;
    border-color: transparent;
    border-radius: 5px;
}