﻿@charset "UTF-8";
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cb {
    top: 0 !important;
  }
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
left: 0;
}
  .sp_b {
    display: none;
  }

  .pc_b {
    display: block;
  }

  .sp_i {
    display: none;
  }

  .pc_i {
    display: inline;
  }

  /* -------------------------------------
    Common
  ------------------------------------- */
  .common_select {
    position: relative;
  }
  .common_select > .select_value_open::before {
    transform: rotate(180deg);
  }
  .common_select > .select_value {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #808495;
    background: #fff;
    padding-right: 43px;
    cursor: pointer;
  }
  .common_select > .select_value::before {
    position: absolute;
    top: 18px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
    transition: all .3s;
  }
  .common_select > .select_value:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
  }
  .common_select > .select_value > input {
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    border-bottom: none;
  }
  .common_select > .value_list {
    display: none;
    position: absolute;
    z-index: 8000;
    top: 41px;
    left: 0;
    padding: 10px 20px;
    list-style: none;
    box-sizing: border-box;
    border: 1px #808495 solid;
    background-color: #fff;
  }
  .common_select > .value_list > li {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .common_select > .value_list > li > i {
    margin-right: 10px;
  }

  input[type="text"].common_input {
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    border: 1px #808495 solid;
  }

  input[type="submit"].common_submit,
  input[type="reset"].common_reset {
    -webkit-appearance: none;
    width: 180px;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
  }

  input[type="submit"].common_submit {
    background-color: #43425D;
    color: #fff;
  }

  input[type="reset"].common_reset {
    background-color: #fff;
		color: #333333;
		border: #BBBBBB 1px solid;
  }

  /* -------------------------------------
    ページ固定要素
  ------------------------------------- */
  .table_fixed_wrap {
    background-color: #fff;
    padding-top: 30px;
  }

  .table_fixed_wrap_fixed {
    position: fixed;
    top: 0;
    z-index: 1500;
  }

  /* -------------------------------------
    閉じた検索フォーム
  ------------------------------------- */
  .search_label_wrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    z-index: 4000;
    padding: 10px;
    border-top: 1px #DADADA solid;
    background-color: #F1F1FA;
  }
  .search_label_wrap > section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .search_label_wrap > section > .text_wrap {
    width: 100%;
    overflow-x: hidden;
  }
  .search_label_wrap > section > .text_wrap > .text_inner {
    white-space: nowrap;
  }
  .search_label_wrap > section > .text_wrap > .text_inner > span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ddd;
    margin-right: 5px;
  }
  .search_label_wrap > section > .text_wrap > .text_inner > div {
    display: inline-block;
    margin-right: 1em;
  }
  .search_label_wrap > section > .scroll_button {
    display: table;
    margin-left: 10px;
    text-align: right;
  }
  .search_label_wrap > section > .scroll_button > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    padding-right: 5px;
  }
  .search_label_wrap > section > .scroll_button > div:last-child {
    padding-right: 0;
  }

  /* -------------------------------------
    検索フォーム
  ------------------------------------- */
  .search_wrap {
    background-color: #F1F1FA;
    border: 1px #DADADA solid;
    margin-bottom: 40px;
  }
  .search_wrap > .search_close {
    display: none;
    padding: 10px;
    text-align: right;
  }
  .search_wrap > .search_close > div {
    color: #333;
    font-size: 30px;
    display: table;
    cursor: pointer;
    margin-left: auto;
  }
  .search_wrap > .search_close > div > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
  }
  .search_wrap > .search_close > div > i {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
  }
  .search_wrap > .form_parts {
    padding: 50px 30px 0;
  }
  .search_wrap > .form_parts > .form_tb {
    display: flex;
    align-items: center;
  }
  .search_wrap > .form_parts > .form_tb > div {
    padding-bottom: 20px;
  }
  .search_wrap > .form_parts > .form_tb > div:first-child {
    width: 80px;
    text-align: right;
    padding-right: 30px;
  }
  .search_wrap > .form_parts > .form_tb > div:last-child {
    width: calc(100% - 80px);
  }
  .search_wrap > .form_parts > .form_tb > .search_line_1 > div {
    float: left;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_1 > .common_select {
    width: 48%;
    margin-right: 2%;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_1 > .common_select > .select_value,
  .search_wrap > .form_parts > .form_tb > .search_line_1 > .common_select > .value_list {
    width: 100%;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_1 > .right_text {
    width: 50%;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_2 > div {
    float: left;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_2 > .common_select {
    width: 60%;
  }
  .search_wrap > .form_parts > .form_tb > .search_line_2 > .common_select > .select_value,
  .search_wrap > .form_parts > .form_tb > .search_line_2 > .common_select > .value_list {
    width: 100%;
  }
  .search_wrap > .form_button {
    padding: 10px 0 50px;
    text-align: center;
  }
  .search_wrap > .form_button > input:first-child {
    margin-right: 15px;
  }

  /* -------------------------------------
    テーブル
  ------------------------------------- */
  .table_body_wrap {
    position: relative;
    z-index: 1000;
  }

  .table_wrap > .table_button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .table_wrap > .table_button > ul {
    width: 60%;
    list-style: none;
  }
  .table_wrap > .table_button > ul > li {
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: #43425D; /*background-color: #B8B8B8;*/
    margin-right: 10px;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
  }
  .table_wrap > .table_button > ul > li:nth-child(3) {
    background-color: #467BD0;
  }
  .table_wrap > .table_button > ul > li:hover{
    opacity: 0.8;
    }
  .table_wrap > .table_button > ul > li.disabled {
      background-color: #B8B8B8;
    }
  .table_wrap > .table_button > ul > li.disabled.noitem {
      background-color: #E4E4E4;
    }
  .table_wrap > .table_button > .search_result {
    width: 40%;
    text-align: right;
  }
  .table_wrap > .list_table_common {
    display: flex;
  }
  .table_wrap > .list_table_common > div:nth-child(1) > div {
    width: 100%;
  }
  .table_wrap > .list_table_common > div:nth-child(2) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap > .list_table_common > div:nth-child(2) > div > div > div:first-child {
    border-left: none;
  }
  .table_wrap > .list_table_common > div > div {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table_wrap > .list_table_common > div > div > div {
    display: table-row;
  }
  .table_wrap > .list_table_common > div > div > div:nth-child(even) > div {
    background-color: #F1F1FA;
  }
  .table_wrap > .list_table_common > div > div > div:last-child > div {
    border-bottom: 1px #ccc solid;
  }
  .table_wrap > .list_table_common > div > div > div > div {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px #ccc solid;
    padding: 10px;
    word-break: break-all;
    line-height: 1.5;
  }
  .table_wrap > .list_table_common > div > div > div > div:last-child {
    border-right: 1px #ccc solid;
  }
  .table_wrap > .list_table_common > div > div > div > div > label {
    display: inline-block;
  }
  .table_wrap > .list_table_common > div > div > div > div > label > .cb {
    position: relative;
    top: -19px;
    left: -10px;
  }
  .table_wrap > .list_table_common > div > div > div > div > label > .cb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
  }
  .table_wrap > .list_table_common > div > div > div > div > label > input[type="checkbox"] {
    display: none;
  }
  .table_wrap > .list_table_common > div > div > div > div > label > input[type="checkbox"]:checked + .cb {
    color: #467BD0;
  }
  .table_wrap > .list_table_common > div > div > div > div > label > input[type="checkbox"]:checked + .cb::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 5px;
    width: 10px;
    height: 17px;
    transform: rotate(40deg);
    border-bottom: 3px solid #467BD0;
    border-right: 3px solid #467BD0;
  }
  /* 20191010サイズ変更 */
    .table_wrap > .table_order_form > div:nth-child(1) {
      width: 50%;
    }
    .table_wrap > .table_order_form > div:nth-child(1) > div > div > div:nth-child(1) {
      width: 1em;
      text-align: center;
    }
    .table_wrap > .table_order_form > div:nth-child(1) > div > div > div:nth-child(2) {
      width: 5em;
    }
    .table_wrap > .table_order_form > div:nth-child(1) > div > div > div:nth-child(3) {
    }
    .table_wrap > .table_order_form > div:nth-child(2) {
      width: 50%;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div:nth-child(odd) > div {
      background-color: #fff;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(1) {
      width: 4em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(2) {
      width: 9em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(3) {
      width: 12em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(4) {
      width: 12em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(5) {
      width: 12em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(6) {
      width: 12em;
    }
    .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(7) {
      width: 12em;
    }


  /*





  }
  .table_wrap > .table_order_form > div:nth-child(1) > div > div > div:nth-child(2) {
    width: 30%;
  }
  .table_wrap > .table_order_form > div:nth-child(1) > div > div > div:nth-child(3) {
    width: 60%;
  }
  .table_wrap > .table_order_form > div:nth-child(2) {
    width: 60%;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div:nth-child(odd) > div {
    background-color: #fff;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(1) {
    width: 5em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(2) {
    width: 8em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(3) {
    width: 12em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(4) {
    width: 12em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(5) {
    width: 12em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(6) {
    width: 12em;
  }
  .table_wrap > .table_order_form > div:nth-child(2) > div > div > div:nth-child(7) {
    width: 12em;
  }
  */
  .table_wrap > .table_head > div:nth-child(2) {
    overflow: hidden;
  }
  .table_wrap > .table_head > div > div > div > div {
    padding: 20px 10px;
    text-align: center;
    background-color: #43425D;
    color: #fff;
  }

  .road_more {
    padding: 30px 0 60px;
  }
  .road_more > div.more_text {
    text-align: center;
  }
  .road_more > div.more_text > span {
    cursor: pointer;
  }

  .modal_output_setting .modal_h1 {
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .modal_output_setting .modal_h2 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .modal_output_setting .modal_text {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.3em;
  }
  .modal_output_setting .modal_text .bikou{
    font-size: 0.8em;
     }
  .modal_output_setting .modal_result {
    text-align: left;
    margin-bottom: 30px;
  }
  .modal_output_setting .modal_output_type {
    margin-bottom: 30px;
  }
  .modal_output_setting .modal_output_type > ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
  }
  .modal_output_setting .modal_output_type > ul > li {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 5px;
  }
  /*.modal_output_setting .modal_output_type > ul > li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }*/
  .modal_output_setting .modal_output_type > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
  .modal_output_setting .modal_output_type > ul > li > label {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
  }
  .modal_output_setting .modal_output_type > ul > li > label > span {
    display: block;
    padding: 8px 10px;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    border: 2px #bbb solid;
    background: #fff;
    color: #BBB;
    cursor: pointer;
  }
  .modal_output_setting .modal_output_type > ul > li > label > span > span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .modal_output_setting .modal_output_type > ul > li > label > input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  .modal_output_setting .modal_output_type > ul > li > label > input:checked + span {
    border: 2px #467BD0 solid;
    background: #fff;
    color: #467BD0;
  }

  #go_top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 5000;
    cursor: pointer;
  }
  #go_top > span {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #467bd0;
    border-radius: 50%;
    transition: all .3s;
  }
  #go_top > span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    margin-left: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    content: "";
  }
  #go_top > span:hover {
    background-color: #97b5e5;
  }
  #go_top > span:hover:after {
    border-color: #fff;
  }

/*# sourceMappingURL=common.css.map */


/* ---------------------------------------------------------
 　■ イベント/お知らせ
--------------------------------------------------------- */
/* table幅 */
body[class^=page-] .maincontainer .mainbox .innerbox .tablebox.wid{
	width: 750px;
	max-width: 100%;
}
body[class^="page-"] .maincontainer .mainbox .innerbox .tablebox.wid table tr th{
	width: 210px;
	box-sizing: border-box;
}
body[class^="page-"] .maincontainer .mainbox .innerbox .tablebox.wid table tr td{
	width: 530px;
	box-sizing: border-box;
}
body[class^="page-"] .maincontainer .mainbox .innerbox .tablebox table tr{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
body[class^="page-"] .maincontainer .mainbox .innerbox .tablebox .tBoxArea.w100 td span,
body[class^="page-"] .maincontainer .mainbox .innerbox .tablebox .tBoxArea.w100 input[type="text"]{
	width: 100%;
}
/* ---------------------------------------------------------
 　■ イベント
--------------------------------------------------------- */
  .page-info .radioArea ul,
  .page-event .radioArea ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
  }
  .page-info .radioArea ul > li,
  .page-event .radioArea ul > li {
    float: left;
    margin-right: 2%;
    text-align: left;
    margin-top: 5px;
		width: 32%;
  }
  .page-info .radioArea ul > li:nth-child(3n+3),
  .page-event .radioArea ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-info .radioArea ul > li > label,
  .page-event .radioArea ul > li > label {
    /* width: auto !important;
    height: auto !important; */
    background: transparent !important;
		width: 100% !important;
		text-align: left !important;
  }
  .page-info .radioArea ul > li > label:hover,
  .page-event .radioArea ul > li > label:hover {
		opacity: 1 !important;
	}
  .page-info .radioArea ul > li > label > span,
  .page-event .radioArea ul > li > label > span {
    display: block;
    padding: 8px 10px;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    border: 2px #bbb solid;
    background: #fff;
    color: #BBB;
    cursor: pointer;
		font-size: 14px;
  }
  .page-info .radioArea ul > li > label > span > span,
  .page-event .radioArea ul > li > label > span > span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
		width: auto !important;
  }
  .page-info .radioArea ul > li > label > input[type=checkbox],
  .page-event .radioArea ul > li > label > input[type=checkbox],
  .page-info .radioArea ul > li > label > input[type=radio],
  .page-event .radioArea ul > li > label > input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  .page-info .radioArea ul > li > label > input:checked + span,
  .page-event .radioArea ul > li > label > input:checked + span {
    border: 2px #467BD0 solid;
    background: #fff;
    color: #467BD0;
  }


/* ファイルUP */
tr.fileupBox div.txt {
	color: #fff;
	font-size: 1.0em;
	background: #43425D;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
	width: 95px;
	height: 42px;
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
tr.fileupBox div.txt:hover {
	opacity: .95;
}
tr.fileupBox input[type="file"] {
	position: relative;
	margin: 0;
	color: #000;
	background: #fff;
	border: 1px solid #808495;
	border-radius: 5px;
	padding: 10px 10px;
	width: calc( 100% - 110px);
	height: 40px;
	box-sizing: border-box;
	order: 1;
	display: none;/* === ファイル名表示 === */
}
tr.fileupBox input[type="file"]::before {
	content: "ファイルを選択：";
	position: absolute;
	background: #fff;
	width: 110px;
	height: 26px;
	line-height: 1.8;
	text-align: right;
	color: #000;
    background: #fff;
		box-sizing: border-box;
}

.maincontainer .mainbox .innerbox .tablebox table tr.fileupBox td label.file {
	height: 40px;
	width: 100%;
	height: 100%;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#photo_view01_init,
#photo_view01 {
	background-repeat: no-repeat;
	margin: 5px 0 0;
	background-size: contain;
}
.maincontainer .mainbox .innerbox .tablebox label.file{
}
.maincontainer .mainbox .innerbox .tablebox label.file{
}
/* === ここからファイル名表示なし === */
.maincontainer .mainbox .innerbox .tablebox table tr.fileupBox td{
	flex-wrap: wrap;
}
.maincontainer .mainbox .innerbox .tablebox tr.fileupBox input[type="text"] {
	width: calc( 100% - 110px );
}
/* === ここまでファイル名表示なし === */

body[class^=page-] .maincontainer .mainbox .innerbox .tablebox input[type="button"].btn02.white {
	color: #333;
	background: #fff;
	border: 1px solid #333;
}
body[class^=page-] .maincontainer .mainbox .innerbox .tablebox table tr td span:first-child {
	width: 200px;
}
/* ---------------------------------------------------------
 　■ お知らせ一覧
--------------------------------------------------------- */
/* 上部ボタン */
.page-list .table_button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
.page-list .table_button > ul {
    width: 60%;
    list-style: none;
  }
.page-list .table_button > ul > li {
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: #467BD0;
    margin-right: 10px;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
  }
.page-list .table_button > ul > li.modal {
    background-color: #B8B8B8;
}
.page-list .table_button > ul > li.modal.b_red {
    background-color: #c80e31;
}
.page-list .table_button > ul > li:nth-child(3) {
    background-color: #467BD0;
  }
.page-list .table_button > ul > li:hover{
    opacity: 0.8;
  }
.page-list .table_button > ul > li.disabled {
    background-color: #B8B8B8;
  }
.page-list .table_button > ul > li.disabled.noitem {
    background-color: #E4E4E4;
  }
.page-list .table_button > .search_result {
    width: 40%;
    text-align: right;
  }
.page-list .table_button > ul > li a{
	text-decoration: none;
	color: #fff;
}

/* table */
.page-list .table_wrap table{
	width: 100%;
	border-bottom: 1px #ccc solid;
}
.page-list .table_wrap table th,
.page-list .table_wrap table td{
	display: table-cell;
	vertical-align: middle;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 15px 20px;
	word-break: break-all;
	line-height: 1.5;
}
.page-list .table_wrap table th{
	background: #43425D;
	color: #fff;
	text-align: center;
  padding: 20px;
  font-weight: normal;
}
.page-list .table_wrap table tr th:first-child{
	border-left: 1px #43425D solid;
  width: 1px;
}
.page-list .table_wrap table tr th:last-child{
	border-right: 1px #43425D solid;
}
.page-list .table_wrap table tr:last-child td{
	border-bottom: 1px #ccc solid;
}
.page-list .table_wrap table tr:nth-child(even) td{
	background: #F1F1FA;
}
.page-list .table_wrap table th:nth-child(1),
.page-list .table_wrap table td:nth-child(1){
	width: 1px;
	text-align: center;
}
.page-list .table_wrap table th:nth-child(2),
.page-list .table_wrap table td:nth-child(2){
	width: 140px;
	text-align: center;
}
.page-list .table_wrap table th:nth-child(4),
.page-list .table_wrap table td:nth-child(4){
	width: 125px;
	text-align: center;
}
.page-list .table_wrap table th:nth-child(5),
.page-list .table_wrap table td:nth-child(5){
	width: 140px;
	text-align: center;
}
table.list .is-hidden{
	display: none;
}

/*CheckBox */
.page-list .table_wrap table td label {
    display: inline-block;
}
.page-list .table_wrap table td label > input[type="checkbox"] {
    display: none;
}
.page-list .table_wrap table td label > .cb {
    position: relative;
    top: -19px;
    left: -10px;
}
.page-list .table_wrap table td label > .cb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
}
.page-list .table_wrap table td label > input[type="checkbox"]:checked + .cb::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 5px;
    width: 10px;
    height: 17px;
    transform: rotate(40deg);
    border-bottom: 3px solid #467BD0;
    border-right: 3px solid #467BD0;
}
/* === アイコン === */
.page-list .table_wrap table td span.ico{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.page-list .table_wrap table td span.ico.red{
	background: #EA5F5F;
}
.page-list .table_wrap table td span.ico.blue{
	background: #5FA5EA;
}
.page-list .table_wrap table td span.ico.green{
	background: #47B267;
}
.page-list .table_wrap table td span.ico.yellow{
	background: #FBBD09;
}

/* === モーダル === */
.page-list .modalcont .innerbox{
  width: 440px;
}
.page-list .modalcont .innerbox .inbox{
	padding: 30px;
}
.page-list .modal_output_setting .modal_h1{
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
  font-size: 14px;
}
.page-list .modalcont .innerbox .inbox ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.page-list .modalcont .innerbox .inbox ul li{
	margin: 0 17px;
}
.page-list .modalcont .innerbox .inbox ul li a{
	text-decoration: none;
	color: #707070;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #BBBBBB;
	display: block;
	border-radius: 5px;
  font-size: 15px;
}
.page-list .modalcont .innerbox .inbox ul li:first-child a{
	color: #fff;
	background: #467BD0;
	border: none;
}
