@charset "UTF-8";
a {
	text-decoration: underline;
	color: #0064D2;
}
.right_contents {
  padding: 20px;
  max-width: 100%;
  margin: auto;
}
/*背景・角丸　エリア*/
.container-white-radius {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
/*見出し*/
.right_contents_h1 {
 position: relative;
  display: block;
  /* 外側余白 */
  margin: 0 2px 20px;
  /* 内側余白：帯の高さ＋縦線ぶんの左余白 */
  padding: 16px 0px 12px 25px;
  font-size: 24px;             /* お好みで 25px でもOK */
  line-height: 1.2;
  font-weight: bold;
  color: #235C2A;

  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: linear-gradient(#ffffff, #f4f4f4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.right_contents_h1::before {
  position: absolute;
  background-color: #235C2A;
  content: "";
  left: 10px;
  top: 15px;
  width: 4px;
  height: 25px;
  border-radius: 2px;
}
.right_contents_h1 span.txt-mod1 {
  color: #4170CF; /* 登録：青 */
}
.right_contents_h1 span.txt-mod2 {
  color: #767676; /* 参照：グレー */
}
.right_contents_h1 span.txt-mod3 {
  color: #3C853F; /* 更新：緑 */
}
.right_contents_h1 span.txt-mod4 {
  color:  #CE4848; /* 削除：赤 */
}
.right_contents_h2, .right_contents_h2_line {
  position: relative;
  display: block;
  /* 外側余白：h1 から少し離して、下のフォームとも分離 */
  margin: 24px 2px 12px 0;
  /* 内側余白：h1 より少し細め */
  padding: 6px 14px 6px 18px;
  font-size: 20px;                /* h1 より一段小さく */
  line-height: 1.3;
  font-weight: bold;
  color: #235C2A;

  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: linear-gradient(#ffffff, #f5f5f5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/*
.right_contents_h2_line::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 13px;
  height: 2px;
  background-color: #658634;
  margin-left: 45px;
  vertical-align: super;
}
*/
.right_contents_textarea {
  display: block;
  margin-bottom: 30px;
}
/*ページネーション*/
.pagination {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin: 0 auto;
  padding: 15px;
}
.pagination p {
	margin-right: 20px;
}
.page {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.page.selected {
  background-color: #00833A;
  color: #fff;
}
/*テキスト*/
p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}
/*入力エリア*/
input[type="text"].text_input, input[type="text"].text_input_sort {
  border: solid 1px #CECEE0;
  border-radius: 5px;
  padding: 5px;
  appearance: none;
  height: 25px;
  width: 100%;
}
textarea.text_input {
  border: solid 1px #CECEE0;
  border-radius: 5px;
  padding: 3px 0 3px 5px;
  appearance: none;
  width: 98%;
}
.dropdown_wrapper {
  display: inline-block;
  position: relative;
}
.dropdown_wrapper .dropdown.fiscal_half {
  width: 70px;
  background-color: #FFF;
}
.dropdown_wrapper .dropdown.yearly {
  width: 100px;
}
.dropdown_wrapper::after {
  content: "";
  position: absolute;
  top: 14px;
  display: inline-block;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #00833A;
  border-bottom: 1px solid #00833A;
  transform: rotate(45deg);
}
#account-list .dropdown_wrapper::after {
  top: 16px;
}
.dropdown {
  border: solid 1px #CECEE0;
    border-radius: 5px;
    height: 37px;
    appearance: none;
    padding: 3px 30px 3px 5px;
    margin-top: 3px;
    width: 100%;
    min-width: 100px;
    font-size: 14px;
}
input[type="submit"].update, input[type="button"].cancel, input[type="submit"].delete, input[type="submit"].registration {
  border: none;
  border-radius: 0.3em;
  font-size: 16px;
  color: #fff;
  padding: 5px 20px;
  width: 124px;
}
input[type="submit"].update, input[type="submit"].registration {
  background-color: #EF7829;
}
input[type="button"].cancel {
  background-color: #00833A;
}
input[type="submit"].delete {
  background-color: #E61E1E;
}
input[type="checkbox"].report_checkbox {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: solid 1px #9292AC;
  position: relative;
  bottom: -1px;
  margin-right: 10px;
  appearance: auto;
  -webkit-appearance: checkbox;
}
/*list 配下*/
.inqhistory {
	border: solid 1px #CECEE0;
	padding: 20px 10px;
  line-height: 160%;
}
ul.inqhistory li {
	margin-left: 1rem;
}
ul.inqhistory li::marker {
  content: "・";
}
/*dm 配下*/
.dm_delete {
  width: 100%;
}
.dm_delete tbody tr {
  border: none;
}
.dm_delete .item {
  background-color: #235C2A;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  width: 75px;
}
.dm_delete .datatd {
  background-color: #F5F5F8;
  color: #000;
  padding: 10px 20px;
  width: 500px;
  border-left: solid 2px #fff;
}
#deloktbl {
  width: 100%;
  background-color: #FFF645;
}
input[type="checkbox"]#DELOK_0 {
  display: none;
}
.agree {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
	font-size: 85%;
}
.agree::before {
  background: #fff;
  border: none;
  background-color: #0064D2;
  border-radius: 2px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.agree::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  content: '';
  display: block;
  height: 9px;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .agree::after {
  opacity: 1;
}
.listmeta {
  width: 100%;
}
/*button*/
.button_white,
.button_white_file::file-selector-button {
  border: solid 1px #EF7829;
  background-color: #fff;
  min-height: 25px;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: normal;
}
.inq.head .button_white {
  display: inline-block;
  padding: 3px 12px;
  margin-right: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;

  background: linear-gradient(to bottom, #ffffff, #e7e7e7);
  border: 1px solid #cccccc;
  border-radius: 3px;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);

  box-sizing: border-box;
}
.inq.head .button_white:hover {
  background: linear-gradient(to bottom, #ffffff, #f8f8f8); /* 2色とも白寄りに */
  border-color: #d5d5d5; /* 枠も少しだけ薄く */
  color: #333;
}
.file_input {
  border: solid 1px #EF7829;
  background-color: #fff;
  min-height: 25px;
  border-radius: 4px;
  padding: 10px;
  line-height: normal;
}
.button_white_red {
  border: solid 1px #E61E1E;
  background-color: #fff;
  min-height: 25px;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: normal;
  color: #E61E1E;
}
.button_white_green {
  border: solid 1px #00833A;
  background-color: #fff;
  min-height: 25px;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: normal;
}
.inq.head .button_orange {
  margin-right: 6px;
}
.button_orange {
  border-radius: 4px;
  min-height: 25px;
  padding: 2px 10px;
  background-color: #EF7829;
  border: solid 1px #EF7829;
  line-height: normal;
}
.button_gray {
  border: solid 1px #9292AC;
  background-color: #CECEE0;
  min-height: 25px;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: normal;
  color: #333333;	
}
.button_csv {
  border: solid 1px #EF7829;
  background-color: #fff;
  height: 25px;
  padding: 2px 10px 0 23px;
  line-height: normal;
  background-image: url(../img/csv_icon.png);
  background-size: 13px;
  background-position-y: center;
  background-position-x: 5px;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.button_new {
  border: solid 1px #EF7829;
  background-color: #fff;
  height: 25px;
  border-radius: 4px;
  padding: 2px 10px 2px 23px;
  line-height: normal;
  background-image: url(../img/new_icon.png);
  background-size: 13px;
  background-position-y: center;
  background-position-x: 5px;
  background-repeat: no-repeat;
}
.button_close {
  display: inline-block;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 16px;
  background-color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
  padding: 2px 14px 2px 26px;
  background-image: url("../img/close_icon.png");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 12px 12px;
  cursor: pointer;
  transition: background-color 0.15s,
  color 0.15s,
  border-color 0.15s,
  box-shadow 0.15s;
  margin-top: 18px;
}
.button_flag {
  border: solid 1px #EF7829;
  background-color: #fff;
  height: 25px;
  border-radius: 4px;
  padding: 2px 10px 2px 23px;
  line-height: normal;
  background-image: url(../img/flag_icon.png);
  background-size: 10px;
  background-position-y: center;
  background-position-x: 9px;
  background-repeat: no-repeat;
}
.button_white_link {
  border: solid 1px #00833A;
  background-color: #fff;
  height: 25px;
  border-radius: 4px;
/*  padding: 2px 10px 2px 23px;*/
  padding: 2px 10px;
  line-height: normal;
/*  background-image: url(../img/link.png);*/
  background-size: 13px;
  background-position-y: center;
  background-position-x: 5px;
  background-repeat: no-repeat;
}
.button_orange_l {
  border-radius: 4px;
  padding: 10px 20px;
  background-color: #EF7829;
  border: solid 1px #EF7829;
  line-height: normal;
	width: auto;
}
.button_orange_l.button_inner_2 img {
  vertical-align: inherit;
}
.button_orange_l.button_inner_2 input {
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
  background-color: #EF7829;
  border: solid 1px #EF7829;
  line-height: normal;
	width: auto;
	vertical-align: top;
}
.button_green {
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
  background-color: #00833A;
  border: solid 1px #00833A;
  line-height: normal;
	width: auto;
}
.button_green_l {
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  background-color: #00833A;
  border: solid 1px #00833A;
  line-height: normal;
	width: auto;
}
.button_red_l {
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  background-color: #E61E1E;
  border: solid 1px #E61E1E;
  line-height: normal;
}
.button_outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.button_outer .button_inner_1 {
  grid-area: 1 / 1 / 2 / 2;
}
.button_outer .button_inner_2 {
  grid-area: 1 / 2 / 2 / 3;
}
.button_outer .button_inner_3 {
  grid-area: 2 / 1 / 3 / 3;
}
.button_red {
  border: none;
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
  background-color: #E61E1E;
  border: solid 1px #E61E1E;
  line-height: normal;
}
.button_unlocked_orange {
  border: none;
  border-radius: 4px;
  padding: 10px 20px 10px 35px;
  color: #fff;
  background: #EF7829 url("../img/key_open.png")no-repeat 14px 50%;
  border: solid 1px #EF7829;
  line-height: normal;
}
.button_unlocked_orange_s {
  border: solid 1px #EF7829;
  background-color: #fff;
  height: 25px;
  border-radius: 4px;
  padding: 2px 10px 2px 23px;
  line-height: normal;
  background: #EF7829 url("../img/key_open.png")no-repeat 14px 50%;
  background-size: 10px;
  background-position-y: center;
  background-position-x: 9px;
  background-repeat: no-repeat;
}
.button_white_arrow_orange {
  padding: 5px 26px 4px 15px;
  background: #fff url("../img/icon_button_white_arrow_orange.png")no-repeat calc(100% - 5px) 50%;
  border: 1px solid #EF7829;
  border-radius: 5px;
}
[class^="button_"]:disabled {
  box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 1px;
  background-color: #DEDEE9 !important;
  border-color: #DEDEE9 !important;
  color: #000 !important;
}
[class^="button_"]:disabled:hover {
  cursor: default;
}
.report_button {
  color: #000;
  border: none;
  border-radius: 5px;
  width: 48px;
  height: 25px;
  background-color: #EF7829;
}
.delete_btn {
  background-color: #E61E1E;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  display: block;
  margin: 30px auto;
}
/*検索窓*/
.serch {
      border: 1px solid #CECEE0;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 5px 5px 18px;
    min-height: 18px;
    display: inline-flex;
    margin-bottom: 15px;
    position: relative;
}
.serch .search_input {
  border: none;
  outline: none;
}
.serch .search_button {
  width: 24px;
  height: 24px;
  text-align: right;
  position: absolute;
  right: 2px;
  top: 5px;
}
.serch-img {
  margin: auto 0;
  width: 18px;
  height: 18px;
}
.serch > * {
  display: inline-block;
}
.serch-selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  vertical-align: top;
}
.serch-selectbox::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  border-bottom-color: #00833A;
  border-left-color: #00833A;
  transform: rotate(-45deg) translateY(-50%);
  content: '';
  pointer-events: none;
}
.serch-selectbox select {
  appearance: none;
  padding: 0 30px 0 5px;
  border: none;
  color: #333333;
  font-size: 1em;
}
.serch-selectbox select:focus {
  outline: none;
}
.serch-text {
  margin: 0;
  padding: 2px 2px;
  width: 100px;
  height: 100%;
  border: none;
  vertical-align: top;
}
.serch-selectbox-wrap {
    border: 1px solid #CECEE0;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    display: inline-flex
;
}
.serch-input-wrap {
  display: flex;
  padding: 0 0 0 10px;
}
.serch-selectbox-wrap * + .serch-input-wrap {
  position: relative;
}
/* 対象グループ（label と span）をレイアウト可能にする */
.serch > :is(label.serch-selectbox, .serch-text-wrap) {
  display: inline-flex;      /* 高さが出る & 中身にフィット */
  align-items: center;
  position: relative;        /* ::before の基準にする */
}
/* 対象グループを定義（必要に応じて追加/変更） */
.serch > :is(label.serch-selectbox, .serch-text-wrap){
  margin-right: 0;                 /* 基本は0 */
}
/* グループ内の“最後の1つ”だけ20px（1個しか無い場合も当たる） */
.serch > :nth-last-child(1 of :is(label.serch-selectbox, .serch-text-wrap)){
  margin-right: 20px;
}
.serch-selectbox-wrap * + .serch-input-wrap::before,
.serch > :is(label.serch-selectbox, .serch-text-wrap)
  ~ :is(label.serch-selectbox, .serch-text-wrap)::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #CECEE0;
  content: "";
}
.serch-selectbox-wrap .serch-img {
  margin: 3px 0 0 10px;
}
.serch-selectbox-wrap .serch-text {
  width: 200px;
}
/*ラジオボタン*/
.custom-radio {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
.custom-radio input[type="radio"] {
  display: none;
}
.radio-mark {
  box-sizing: content-box;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #EF7829;
  margin-right: 6px;
  position: relative;
  flex-shrink: 0;
}
.custom-radio input[type="radio"]:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EF7829;
  transform: translate(-50%, -50%);
}
.intable {
  width: 80%;
}
.form tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}
.form td.item {
  width: 100%;
  padding: 0;
  color: #235C2A;
}
.form td {
  width: 100%;
  padding: 0;
  color: #333333;
}
.form tbody tr td .input,
.form tbody tr td .input_min {
  width: 500px;
  border: solid 1px #CECEE0;
  border-radius: 5px;
  padding: 5px;
  appearance: none;
  height: 25px;
}
.form tbody tr td textarea.input {
	height: 6rem;
}
.form tbody tr td .input_min {
  width: 100px;
}
.text-note {
  font-size: 14px;
}
td.total {
  background-color: #ECF6FF;
}
td.average {
  background-color: #F0F8E9;
}
.report .basic {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
.num {
  text-align: right;
}
.num_red {
  background-color: #E61E1E;
  color: #fff;
  text-align: right;
}
/*report配下*/
.report tbody tr td:nth-child(1) {
  width: 125px;
}
.report tbody tr td:nth-child(2) {
  width: 70px;
}
.report tbody tr td:nth-child(3) {
  width: auto;
}
.halfday {
  background-color: #4488ff;
  height: 15px;
}
.unanswered {
  background-color: #ff8800;
  height: 15px;
}
.percent-table .memory-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 80%;
}
.percent-table .memory-labels div {
  flex: none;
  width: 0;
  position: relative;
  text-align: center;
}
.percent-table .memory-labels div::before {
  content: attr(data-label);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.percent-table .memory-labels div::after,
.memory-labels div::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 1px;
  background-color: #9292AC; 
}
.percent-table .memory-labels div.none::after,
.memory-labels div.none::after {
  content: none;
}
.memory-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 80%;
  width: 100%;
  margin: 0 auto 20px auto;
}
.memory-labels div {
  flex: none;
  width: 0;
  position: relative;
  text-align: center;
}
.memory-labels div::before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

table.bar-chart {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
}
table.bar-chart td {
  height: 30px;
  padding: 0;
  margin: 0;
}
.bar {
  display: flex;
  height: 100%;
}
.segment {
  flex: 1;
  border-right: 1px solid #fff;
}
.segment1 {
  background-color: #0072BC;
  height: 15px;
}
.segment2 {
  background-color: #00AEEF;
  height: 15px;
}
.segment3 {
  background-color: #00A99D;
  height: 15px;
}
.segment4 {
  background-color: #00A651;
  height: 15px;
}
.segment5 {
  background-color: #39B54A;
  height: 15px;
}
.segment6 {
  background-color: #8DC63F;
  height: 15px;
}
.segment7 {
  background-color: #FFF200;
  height: 15px;
}
.segment8 {
  background-color: #F7941D;
  height: 15px;
}
.segment9 {
  background-color: #F26522;
  height: 15px;
}
.segment10 {
  background-color: #aaaaaa;
  height: 15px;
}
.label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.aggregate {
    border: solid 1px #CECEE0;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    padding: 2px;
}
.aggregate .dropdown_outer {
    display: ruby;
}
.dropdown_inner {
    border: none;
    margin: 0 20px 5px 10px;
    ;
}
.dropdown_inner:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
}
select {
    appearance: none;
}
.report::after {
    position: relative;
    display: block;
    top: calc(50% - 4px);
    margin-left: -20px;
    width: 7px;
    height: 7px;
    border: 1px solid transparent;
    border-bottom-color: #00833A;
    border-left-color: #00833A;
    content: '';
    pointer-events: none;
    transform: rotate(-45deg) translateY(-50%);
}
.dropdown_outer:nth-child(2)::before {
    position: absolute;
    top: 8px;
    left: 48%;
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 50%;
    background-color: #CECEE0;
}
.aggregate input {
    position: relative;
    margin-left: 10px;
    margin-right: 2px;
    border-radius: 20px;
}
/*お問い合わせ*/
.mail_container {
  border: solid 1px #DEDEE9;
  background-color: #F5F5F8;
  border-radius: 10px;
  padding: 20px;
  font-size: 13px;
}

/*お問い合わせ　ヘッダー部分　コンテナ　*/
.mail_temp_header_container {
  display: flex;           
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
