/**=== 共通 ===**/
html {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  font-family:"游ゴシック", "Yu Gothic", "メイリオ", "Meirio", "MS PGothic", "Hiragino Kaku Gothic ProN", "Osaka", "sans-serif";
}

a {
text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}
h2 {
  background-color: #c1001b;/*背景色*/
  padding: 10px;/*文字まわり（上下左右）の余白*/
  margin: 0;
  color: #fff;
  font-size: 18px;
}
input {
  font-size: 14px;
}

/*デフォルトボタン*/
.btn-flat-border2 {
    display: inline-block;
    text-decoration: none;
    color: #c1001b;
    border-radius: 8px;
    border: solid 1px #c1001b;
    background-color: #ffffff;
    width: 60%;
    text-align: center;
    padding: 10px 20px;
    margin: 10px 12%;
}
.btn-flat-border2:hover {
  background: #c1001b;
  color: white;
}

/*共通ボタン設定*/
.main_btn {
  width: auto;
  border-radius: 8px;
  border:solid 1px #c1001b;
  background-color: #fff;
  color: #c1001b;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  cursor:pointer;
  transition: .4s;
  padding: 6px 20px;
}
.main_btn:hover{
  background: #c1001b;
  color: white;
}
.main_btn:disabled {
  background-color: #E7E6E5;
  border-color: #A29E9C;
  color: #A29E9C;
  cursor: default;
}
.desable_btn {
  border:solid 1px #a29e9c;
  background-color: #fff;
  color: #a29e9c;
}
.desable_btn:hover {
  border:solid 1px #a29e9c !important;
  background-color: #a29e9c !important;
  color: #fff !important;
}

/*共通Table設定*/
td{
  vertical-align: middle;
}
td.centered{
  text-align: center !important;
}
td.lefted{
  text-align: left !important;
}
td.nowraped{
  white-space: nowrap;
}

/*共通エラー*/
.error_box {
  color: #c1001b;
  font-weight: 600;
  text-align: left;
}
.error_box ul {
  font-size: 14px;
  margin-bottom: 30px;
}
.error_box li {
  margin: 8px 0;
}
input.error_form {
  border: solid 1px #c1001b !important;
  background-color: #F3CCD1 !important;
  color: #c1001b;
  background: #FFF url(../img/error.svg) right center no-repeat;
  padding-right: 30px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.error_form {
  border: solid 1px #c1001b !important;
  background-color: #F3CCD1 !important;
}
select.error_form {
  color: #c1001b !important;
  background: url(../img/error.svg) right center no-repeat !important;
  background-position: right 20px bottom 0px !important;
}
td.input_area_1.error_form {
  background-color: #F3CCD1 !important;
  border: 1px solid #c1001b !important;
}
td.input_area_1.error_form span {
  color: #c1001b !important;
  font-weight: 600;
}

/*セレクトフォームカスタマイズ*/
.cp_ipselect {
  overflow: hidden;
  width: 180px;
  text-align: center;
  box-sizing: content-box;
}
.cp_ipselect select {
  width: 100%;
  height: 30px;
  padding-right: 0.5em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.7em;
  right: 0.6em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #180d09;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 5px 30px 5px 10px;
  color: #180d09;
  font-size: 14px;
}


/**===メインメニュー===**/
/*ヘッダー*/
.main_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: auto;
  max-height: 130px;
}
.main_header_logo {
  display: inline-block;
  margin-left: 30px;
  margin-right: auto;
}
.logo {
width: 200px;
}
.main_header_top {
  display: inline-block;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main_header_top_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: -20px;
  margin-top: 5px;
  line-height: 60%;
}
.txt3{
  text-align: left;
  color: #434343;
  padding:  0 14px;
  text-decoration: underline;
}
.txt3ex{
  text-align: left;
  color: #434343;
  padding:  0 14px;
  line-height:normal;
  text-decoration: underline;
}
.break_line{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.break_line_right{
  border-right: 1px solid #ccc;
}
.btn-flat-border path{
  fill:#a29e9c;
}
.btn-flat-border:hover path{
  fill: #fff;
  transition: .4s;
}
.btn-flat-border span{
  display: inline-block;
  margin-left: 20px;
}
.id_info{
  width: auto;
  display: block;
  vertical-align: middle;
  height: 8px;
  margin: 10px 10px 10px 15px;
  padding-top: 10x;
  padding-left: 25px;
  padding-bottom:5px;
  background: url(../img/human_icon.svg) left center no-repeat;
  background-size: 10px,10px;
  background-position-x: 5px;
  background-position-y: 3x;
}

/*ヘッダメニューセレクトフォーム*/
.main_header_top_lists .cp_ipselect {
  width: auto;
  max-width: 300px;
}
.main_header_top_lists .cp_ipselect select {
  height: 24px;
  padding-right: 30px;
}
.main_header_top_lists .cp_ipselect.cp_sl01 {
  border: solid 1px #a29e9c;
  border-radius: 8px;
}
.main_header_top_lists .cp_ipselect.cp_sl01::before {
  border-top: 10px solid #a29e9c;
  margin-top: -3px;
}
.main_header_top_lists .cp_ipselect.cp_sl01 select {
  color: #a29e9c;
  font-weight: bold;
}

/*ダッシュボードヘッダー*/
.dashboard_header {
  width: 100%;
  background-color: #FFF;
  height: 60px;
  border-top: solid 1px #F3F2F2;
  text-align: center;
  position: relative;
}
.dashboard_header p {
  margin: 15px 0;
  font-size: 20px;
}

/**===メインエリア===**/
.main {
  display: flex;
  width: 100%;
  top: 0;
  background-color: #fff;
}

/*左サイドメニュー*/
.main_left {
  display: inline-block;
  width: 200px;
  height: auto;
  background-color: #cd3348;
  z-index: 20;
  font-size: 17px;
  font-weight: bold;
}
.main_left h2 {
  height: 45px;
  box-sizing:border-box;
  display: table-cell;
  width: 200px;
  padding-top: 12px;
  vertical-align: middle;
}
.main_left h2 img{
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 3px;
}
.main_header_lists {
  width: 200px;
  margin: 0;
  padding: 0;
  color:#fff;
  background-color: #cd3348;
  position: relative;
}
.main_header_lists li{
  cursor: pointer;
}
.main_header_lists li:hover{
  background-color: #A51536;
}
.main_header_lists p{
  margin: 0;
  padding: 14px 0 14px 14px;
  display: block;
}
.main_header_lists p.dashboard{
  font-size: 0.9em;
  padding: 14px 0 14px 40px;
  background: url(../img/dashboard.svg) 14px center no-repeat;
}
.main_header_lists .active {
  background-color: #A51536;
}
.main_header_lists a {
  color: #fff;
}

/*スライドメニュー*/
.main_header_lists .inner li {
  color: #fff;
}
.main_header_lists .inner {
  position: absolute;
  display: none;
  width: 0;
  top: 0;
  transform: translateX(200px);
  transition: all .5s;
  font-size: 14px;
}
.main_header_lists .open {
  display: block;
  width: 200px;
  transition: all .5s;
}
.main_header_lists .open a {
  display: block;
  padding: 15px 0 15px 20px;
}
.main_header_lists .open a:hover {
  background-color: #7E001D;
}
/*スライド下地*/
.main_left_nav {
  position: relative;
  width: 0;
}
.main_left_nav nav {
  position: absolute;
  box-sizing: border-box;
  padding-top: 34px;
  width: 200px;
  height: 100%;
  background-color: #a31938;
  z-index: 10;
  transform: translateX(-250px);
  transition: all .5s;
}
.main_left_nav nav.open {
  transform: translateX(0);
}


/*メインエリア*/
.main_area {
  display: inline-block;
  background-color: #F3F2F2;
  width: 100%;
  padding: 0;
  flex: 1;
}

/*bread list*/
#nav{
  margin: 0 0;
 }
#nav ul{
  font-size: 13px;
  color: #180d09;
}
#nav ul li{
  display: inline-block;
  line-height: 20px;
  margin: 0 2px;
 }
#nav ul li a{
  color: #287daa;
}
.home_icon {
  margin-right: 4px;
  width: 14px;
}
.fa, .fas {
  font-weight: 900;
  margin: 3px;
}
.breadlist_fas {
  color: #a29e9c;
}

/*中央コンテンツエリア*/
.main_area_contents_box{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 60px;
}
.main_area_content {
  text-align: center;
  background-color: #fff;
  padding: 45px 60px 60px;
  margin: 0 auto;
}
.main_area_content-box {
  width:100%;
  margin: 0 auto;
  text-align: left;
}

/*見出しタイトル*/
.main_area_contents_title {
  font-weight: bold;
  font-size: 24px;
}
.main_area_contents_title img {
  height: 22px;
  vertical-align:middle;
  padding-bottom: 4px;
  margin-right: 10px;
}

/*表示情報項目*/
.title_boxs{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  padding: 6px 0 0;
  border-bottom: solid 3px #ccc;
}
.title_box{
  width: 50%;
  display: flex;
  align-items:center;
  padding: 0 10px 6px 0;
  box-sizing: border-box;
}
.one_title{
  width: 100% !important;
}
.title_box dt,
.title_box dd,
.search_box dt,
.search_box dd {
  font-weight: bold;
  font-size: 14px;
}
.title_box dt,
.search_box dt {
    line-height: 30px;
  height: 30px;
  padding: 0 10px;
  background-color: #a29e9c;
  color: #fff;
  text-align: center;
  min-width: 130px;
  box-sizing: border-box;
}
.title_box dd,
.search_box dd {
    margin-left: 20px;
  margin-inline-start: 20px;
}
.title_box_project{
  min-width: 100px;
}

/*表示情報見出し*/
.heading_box {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.heading_title {
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}
.heading_title:before {
  content: '';
  display: inline-block;
  vertical-align: 2px;
  margin-right: .5em;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #c1001b;
}
.questiion_btn {
  width: auto;
}
.questiion_btn:hover{
  background: #c1001b;
  color: white;
}

/**==SP/004==**/
/*表示情報テーブル*/
.main_table_servey {
  margin-top: 10px;
  overflow-x: scroll;
}
.main_table_servey table{
  width: 1500px; 
  border-collapse:separate;
  border-spacing: 0;
  border: solid 1px #180d09;
}
.main_table_servey table tr{
  border-bottom:solid 1px #180d09;
}
.main_table_servey table tr:first-child{
  white-space: nowrap;
}
.main_table_servey.main_table_rapInitial table tr:first-child{
  white-space: initial;
}
.main_table_servey table th{
  text-align: center;
  padding: 7px 7px;
  border-bottom:solid 1px #180d09;
  background-color: #cd3348;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-right:solid 1px #180d09;
}
.main_table_servey table th:last-child {
  border-right:none;
}
.main_table_servey table td{
  padding: 10px 6px;
  border-right:solid 1px #d0cecd;
  border-bottom:solid 1px #d0cecd;
  color: #180d09;
  font-size: 14px;
  min-height: 40px;
}
.main_table_servey table td:last-child{
  border-right:none;
}
.main_table {
  margin-top: 10px;
  overflow-x: scroll;
}
.main_table table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border: solid 1px #180d09;
}
.main_table table tr{
  border-bottom:solid 1px #180d09;
}
.main_table table tr:first-child{
  white-space: nowrap;
}
.main_table.main_table_rapInitial table tr:first-child{
  white-space: initial;
}
.main_table table th{
  text-align: center;
  padding: 7px 7px;
  border-bottom:solid 1px #180d09;
  background-color: #cd3348;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-right:solid 1px #180d09;
}
.main_table table th:last-child {
  border-right:none;
}
.main_table table td{
  padding: 10px 6px;
  border-right:solid 1px #d0cecd;
  border-bottom:solid 1px #d0cecd;
  color: #180d09;
  font-size: 14px;
  min-height: 40px;
}
.main_table table td:last-child{
  border-right:none;
}
.td_txt_center{
  text-align: center;
  white-space: nowrap;
}
.td_txt_left{
  padding: 0 15px;
}
.td_txt_left_project_size{
  white-space: normal;
  max-width: 1000px;
  padding: 0 15px;
}
.td_txt_left_schedule_size{
  white-space: normal;
  max-width: 400px;
  padding: 0 15px;
}
.td_txt_baseline{
  vertical-align: baseline;
}

/*ラジオボタンカスタマイズ*/
.radio-input{
  display: none;
}
.radio-input + label{
  position:relative;
  width: 20px;
  height: 20px;
  margin: auto;
  display: block;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d0cecd;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d0cecd;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #a29e9c;
  border-radius: 50%;
}

/* スウィッチボタンカスタマイズ */
/*ボタンを表示するエリア*/
.switchArea {
  margin         : auto;
  width          : 45px;
  position       : relative;
}
/*チェックボックス*/
.switchArea input[type="checkbox"] {
  display        : none;
}
/*チェックボックスのラベル（標準）*/
.switchArea label {
  display        : block;
  box-sizing     : border-box;
  text-align     : left;
  border         : 1px solid #180d09;
  border-radius  : 30px;
  height         : 21px;
}
.switchArea label.desable {
  border         : 1px solid #a29e9c;
}
/*チェックボックスのラベル（選択時）*/
.switchArea input[type="checkbox"]:checked + label {
  display        : block;
  box-sizing     : border-box;
  text-align     : left;
  border         : 1px solid #287daa;
  background     : #287daa;
  border-radius  : 30px;
  height         : 21px;
}
.switchArea input[type="checkbox"]:checked + label.desable {
  border         : 1px solid #D4E5EE;
  background     : #D4E5EE;
}
/*移動BOX（標準）*/
.switchArea .switchbox {
  display        :inline-block;
  height         : 12px;
  width          : 12px;
  background     : #180d09;
  border-radius  : 26px;
  transition     : .3s;
  position       : absolute;
  top            : 5px;
  left           : 4px;
}
.switchArea .desable .switchbox {
  background     : #a29e9c;
}
/*移動BOX（ONのとき）*/
.switchArea input[type="checkbox"]:checked + label .switchbox {
  transform      : translateX(25px);
  background     : #fff;
}

/*決定ボタン*/
.selected_btn_set{
  display: table;
  margin: 30px auto;
}
.select_update_btn{
  width: 240px;
  margin: 30px auto;
  display: block;
}
.select_update_btns{
  margin: 0 7px;
  width: 120px;
  display: table-cell;
}
.project_submit_box{
  text-align: center;
}
.update_submit_btn{
  width: 240px;
}
.select_update_btn:hover,
.select_update_btns:hover,
.update_submit_btn:hover{
  background: #c1001b;
  color: white;
}
/*罫線*/
.gray_hr {
  width: 100%;
  color: #ebebeb;
}

/*下部backボタン*/
.bak_btns {
  display: flex;
  align-items:center;
  padding: 30px 0 0;
}
.page_top_link {
  text-decoration: underline;
  margin-left: auto;
  color: #180d09;
}
.bak_list_btn,
.bak_front_btn{
  display: block;
  border: solid 1px #a29e9c;
  color: #000;
}
.bak_list_btn{
  margin: 0 15px 0 0;
}
.bak_front_btn{
  width: 88px;
  margin: 0;
}
.bak_list_btn:hover,
.bak_front_btn:hover{
  background-color: #A29E9C;
  border-color: #A29E9C;
  color: #fff;
}


/**==ダッシュボード==**/
.main_area_contents {
  margin-bottom: 90px;
}
.main_area_contents_items {
  width: 1040px;
  margin: 0 auto;
  background-color: #FFF;
}


/**==メインエリア ワンカラム==**/
.nottl{
  margin-top: 60px;
}
.onecolumn_cnt{
  width: 80%;
  padding: 60px;
  text-align: center;
}
.onecolumn_cnt h2 {
  background: none;/*背景色*/
  padding: 0;/*文字まわり（上下左右）の余白*/
  margin: 30px 0;
  color: #C1001B;
  font-size: 32px;
  font-weight: 600;
}
.onecolumn_cnt h3 {
  width: auto;
  margin: 0;
  color: #180D09;
  font-size: 24px;
  font-weight: 600;
}
.onecolumn_cnt p {
  margin: 30px 0 0 0;
  color: #180D09;
  font-size: 14px;
  font-weight: 400;
}
.btn_set {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  width: 100%;
  border-top: 1px solid #DCDCDC;
  display: table;
}
.btn_set .btn_set_cnt{
  width: auto;
  margin: 0 auto;
}
.btn_set a{
  width: 240px;
  margin: 0px 15px;
}

/**==SP002 input ==**/
.input_area input{
  height: 33px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  padding: 0 7px;
  box-sizing: border-box;
}

.input_area_1,.input_area_2,.input_area_3,.input_area_4,.input_area_5,.input_area_6{
  display: flex;
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #180d09;
  border-bottom: solid 1px #d0cecd;
  margin: 0;
}

.input_area_1 li:first-child,.input_area_2 li:first-child,
.input_area_4 li:first-child{
  width: 22%;
}

.input_area_1 li:nth-child(2){
  width: 78%;
}

.input_area_1 input,.input_area_5 input{
  width: 90%;
}

.input_area_2 li:nth-child(3){
  width: 22%;
}

.input_area_2 li:nth-child(2),.input_area_2 li:nth-child(4),.input_area_6 li:nth-child(2){
  width: 28%;
}

.input_area_2 input{
  width: 50%;
}

.input_area_4{
  position: relative;
  border-bottom: 0;
  line-height: 70px;
}

.input_area_4 button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  line-height: 0;
}

.input_area_5 li:first-child,.input_area_6 li:first-child{
  width: 30%;
}

.input_area_5 li:nth-child(2){
  width: 70%;
}
  

/*SP002 table*/
.table_area{
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
}

.main_table .bluebg{
  background-color: #d4e5ee;
  border-right: solid 1px #180d09;
  font-weight: bold;
  width: 26%;
}

.table_area input{
  height: 33px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #fff;
  margin-right: 8px;
  width: 55%;
  text-align: right;
  padding : 0 7px;
  box-sizing: border-box;
}

.table_area tr :nth-child(2){
  border-right: solid 1px #180d09;
  width: 50%;
}

.kgiKpiClose {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #a29e9c;
  font-family: 游ゴシック;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  border: 0;
  margin: 0 10px;
  padding: 5px;
  position: relative;
  vertical-align: middle;
}

.kgiKpiClose:hover {
  background: #333;
  color: #fff;
}

/* ×ボタン*/
.close:before, .close:after {
  position: absolute;
  content: ' ';
  height: 11px;
  width: 1px;
  background-color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.table_area .number {
  vertical-align: middle;
  width: 14%;
}

.table_area .indent {
  padding-left: 15%;
}

/* ラベル　*/

.table_under {
    border-top: solid 1px #d0cecd;
    text-align: center;
    margin-top: 0;
}

.table_under_note {
    border-top: solid 1px #d0cecd;
    text-align: left;
    margin-top: 30px;
}

/**==SPxxx==**/
.search_area{
  padding: 30px;
  border: solid 3px #d0cecd;
}

.search_area input{
  height: 33px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  width: 90%;
  padding : 0 7px;
  box-sizing: border-box;
}
.search_area .datepick{
  width: 133px;
}
.search_area_1,.search_area_2,.search_area_5{
  display: flex;
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #180d09;
  border-bottom: solid 1px #d0cecd;
  margin: 0;
}
.search_area_2,.search_area_5{
  border-bottom: solid 0px #d0cecd;
}
/*背景グレー　チェックボックスの行*/
.search_area_3{
  background-color: #f3f2f2;
  display: flex;
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: normal;
  text-align: left;
  color: #180d09;
  margin: 0;
  margin: 30px 0;
  justify-content: flex-end;
}

/*ボタン横並び*/
.search_area_4{
  display: flex;
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #180d09;
  margin: 0;
}

.search_area li:first-child,.search_area_1 li:nth-child(3),.search_area_2 li:first-child,.search_area_2 li:nth-child(3){
  width: 28%;
}

.search_area_1 li:nth-child(2),.search_area_1 li:nth-child(4),.search_area_2 li:nth-child(2),.search_area_2 li:nth-child(4){
  width: 28%;
}

.search_area_3 li:first-child{
  padding-left: 20px;
  flex-grow: 1;
}

.search_area_3 li:nth-child(2){
  width: 10%;
}

.search_area_3 li:nth-child(2),.search_area_3 li:nth-child(4){
  text-align: right;
  margin-right: 10px
}

.search_area_4 li:first-child{
  width: 50%;
  text-align: right;
}

.search_area_4 li:nth-child(2){
  width: 50%;
}


.search_area_5 li:first-child,.search_area_5 li:nth-child(2){
  width: 40%;
}

.search_area_5 li:nth-child(2){
  width: 20%;
}

.search_area_under{
  text-align: right;
  margin: 10px 0 30px;
}


/*SPxxx チェックボックス*/
.checkbox_text {
	padding-left : calc(20px + 5px);
    font-family: 游ゴシック;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #180d09;
    padding: 0;
    margin-left: 10px;
}



/*SPxxx table上部 ページング*/
.table_upon {
  border-top: solid 1px #d0cecd;
  padding: 30px 0;
  display: flex;
  align-items: center;
  height: 38px;
}
.table_upon_av {
  padding: 30px 0 10px;
  display: flex;
  align-items: center;
  height: auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  top:0;
  bottom: 0;
  text-align: center;
}
.pagination li {
  text-align: center;
  height: 38px;
}
.left_border{
    border-left: solid 2px #f3f2f2;
}
.pagination li a {
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    border-right: solid 2px #f3f2f2;
    color: #c1001b;
    border-top: solid 2px #f3f2f2;
    border-bottom: solid 2px #f3f2f2;
    border-right: solid 2px #f3f2f2;
}
.pagination li a.active {
    background-color: #fff;
    color: #a29e9c;
}
.pagination li a.visited {
    background-color: #fff;
    color: #a29e9c;
}
.pagination li a:hover:not(.active) {
    background-color: #e699a3;
    color: #fff;
}
.pagination li:first-child,.pagination li:nth-child(8){
    font-family: 游ゴシック;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
}
.pagination li:nth-child(2),.pagination li:nth-child(3),.pagination li:nth-child(4),.pagination li:nth-child(5),.pagination li:nth-child(6),.pagination li:nth-child(7){
    font-family: 游ゴシック;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
}
.pagination_style{
  line-height: 38px;
  width: 75px;
  text-align: center;
}
.pagination_style2{
  line-height: 38px;
  width: 35px;
  text-align: center;
}
.pagination li a.current {
    background-color: #e699a3;
    color: #fff;
}

.box1 {
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #180d09;
}

.search_results_link {
  font-weight: bold;
  color: #c61519;
}

.box2, .box4 {
  margin: auto;
}

.box3 {
  font-family: 游ゴシック;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.21;
  letter-spacing: normal;
  text-align: left;
  color: #180d09;
}

.table_upon .box1{
  -webkit-box-flex: .5;
  -ms-flex: .5;
  flex: .5;
}

.table_upon .box3{
  -webkit-box-flex: .5;
  -ms-flex: .5;
  flex: .5;
  text-align: right;
}

.table_upon .box2,
.table_upon .box4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.update_btn3 {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 169px;
  line-height:40px;
  margin: 0 0 0 auto;
}

.update_btn3:hover {
  background: #c1001b;
  color: #fff;
}

/*SPxxx table下部*/
.table_under_2 {
  padding-top: 30px;
  display: flex;
  align-items: center;
}



/**==フッター==**/
.footer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #a29e9c;
  width: 100%;
  height: 80px;
  margin-top: auto;
}
.footer p{
  margin: 0;
}


/**=== モーダル共通 ===**/
.modaal-container {
  background: none;
  box-shadow: none;
}
.modaal-inner-wrapper{
  cursor: default !important;
}
.modal_area_content {
  text-align: center;
  /*width: 800px;*/
  width: 90%;
  background-color: #fff;
  padding: 45px 60px 60px;
  margin: 0 auto;
}
.modal_area_content-wide {
  text-align: center;
  background-color: #fff;
  padding: 45px 60px 60px;
  margin: 0 auto;
}
.modal_area_content-box {
  width: 680px;
  width:90%;
  margin: 0 auto;
  text-align: left;
}
.modal_area_content-box-wide {
  width: 100px;
  width:90%;
  margin: 0 auto;
  text-align: left;
}
.modal_btn_w240 {
  width: 240px;
  height: 40px;
  border:solid 1px #a29e9c;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  cursor:pointer;
}

.modaal-container.large{
  max-width: none !important;
}

.modaal-container.large .modaal-content-container{
padding: 0;
}

.modaal-container.large .modal_area_content{
width: 100%;
padding: 45px 30px 60px;
}

.modaal-container.large .modal_area_content-box{
width: 100%;
}


/**=== SP004_modal ===**/
.disp_table {
  margin-top: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
.disp_table table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border: solid 1px #180d09;
  table-layout: fixed;
}
.disp_table table tr{
  border-bottom:solid 1px #180d09;
}
.disp_table table th{
  text-align: center;
  padding: 7px 0;
  border-bottom:solid 1px #180d09;
  background-color: #cd3348;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-right:solid 1px #180d09;
}
.disp_table table th:first-child {
  width: 15%;
}
.disp_table table th:last-child {
  border-right:none;
  width: 20%;
}

.disp_table table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #d0cecd;
  border-bottom:solid 1px #d0cecd;
  color: #180d09;
  font-size: 14px;
  height: 40px;
}
.disp_table table td:nth-child(2){
  text-align: left;
  padding: 7px 15px;
  word-wrap: break-word;
}
.disp_table table td:last-child{
  border-right:none;
  border-bottom:solid 1px #d0cecd;
}

.close_btn{
  border:solid 1px #ebebeb;
  background-color: #ebebeb;
  margin: 30px auto 0;
  display: block;
}

/**=== SP004_moda_serveyl ===**/
.disp_table_servey {
  margin-top: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
.disp_table_servey table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border: solid 1px #180d09;
}
.disp_table_servey table tr{
  border-bottom:solid 1px #180d09;
}
.disp_table_servey table th{
  text-align: center;
  padding: 7px 0;
  border-bottom:solid 1px #180d09;
  background-color: #cd3348;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-right:solid 1px #180d09;
}
.disp_table_servey table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #d0cecd;
  border-bottom:solid 1px #d0cecd;
  color: #180d09;
  font-size: 14px;
  height: 40px;
}
.disp_table_servey table td:nth-child(1){
  text-align: left;
  padding: 7px 15px;
  word-wrap: break-word;
  width: 15%;
}
.disp_table_servey table td:nth-child(2){
  text-align: left;
  padding: 7px 15px;
  word-wrap: break-word;
  width: 15%;
}
.disp_table_servey table td:nth-child(3){
  width: 10%;
}
.disp_table_servey table td:nth-child(4){
  text-align: left;
  padding: 7px 15px;
  word-wrap: break-word;
  width: 50%;
}
.disp_table_servey table td:nth-child(5){
  border-right:none;
  border-bottom:solid 1px #d0cecd;
  width: 10%;
}

/**=== actionnselect_modal ===**/
.select_table {
  margin-top: 30px;
  overflow: scroll;
}
.select_table table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border: solid 1px #180d09;
}
.select_table table tr{
  border-bottom:solid 1px #180d09;
}
.select_table table tr:first-child{
  white-space: nowrap;
}
.select_table table th{
  text-align: center;
  padding: 7px 7px;
  border-bottom:solid 1px #180d09;
  background-color: #cd3348;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-right:solid 1px #180d09;
}
.select_table table th:last-child {
  border-right:none;
}

.select_table table td{
  text-align: center;
  padding: 7px 10px;
  border-right:solid 1px #d0cecd;
  border-bottom:solid 1px #d0cecd;
  color: #180d09;
  font-size: 14px;
  height: 40px;
}
.select_table table td:nth-child(1),
.select_table table td:nth-child(3),
.select_table table td:nth-child(6){
  text-align: left;
}
.select_table table td:last-child{
  border-right:none;
  border-bottom:solid 1px #d0cecd;
}

/*選択方法領域*/
.setting_form {
  border: solid 1px #ebebeb;
  padding: 10px 30px 30px;
  margin-bottom: 30px;
}
.search_setting {
  font-weight: bold;
}
.search_boxs {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0;
}
.measure_search_boxs {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 0;
}
.search_box {
  width: 50%;
  display: flex;
  align-items:center;
  padding: 0 10px 10px 0;
  margin: 0 0 0 0;
  box-sizing: border-box;
}
.search_box dl {
  padding: 0 0 0 0;
}

.search_box-1 label,
.search_box-3 label {
  display: inline-block;
}
.search_box-1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.search_box-2 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search_box-3 {
  width: 100%;
  display: flex;
  align-items: center;
}

.main_category,
.sub_category {
  width: 190px;
}
.category_txt{
  color: #180d09;
  font-weight: bold;
  font-size: 14px;
}
.sub_category_txt{
  margin-right: 6px;
}

.radio-input_box{
  display: inline-block;
  line-height: 20px;
  min-width: 120px;
}
/*ラジオボタンカスタマイズ(ラベルテキストあり)*/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d0cecd;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #d0cecd;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #a29e9c;
  border-radius: 50%;
}
.radio02-input_txt{
  margin-left: 10px;
}
/*セレクトフォーム非アクティブ*/
.cp_ipselect.cp_sl01.hidden {
  background: #ebebeb;
}
/*課題用セレクトフォームカスタマイズ*/
.search_box-3 .cp_ipselect{
  width: 100%;
}

/*チェックボックスカスタマイズ*/
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  position:relative;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #d0cecd;
  background: #fff;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #a29e9c;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #a29e9c;
  border-right: 2px solid #a29e9c;
}

#scheduleList0 td:first-child{
  text-align: center;
}

#scheduleList0 td:first-child .checkbox01-parts{
  margin: 0;
}

.search_hr {
  width: 100%;
  color: #ebebeb;
}

.search_btns {
  text-align: center;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}

.select_clear {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #000;
  transition: .4s;
  margin: 0 15px;
}
.select_clear:hover {
  background-color: #A29E9C;
  border-color: #A29E9C;
  color: #fff;
}

.select_search {
  width: 240px;
  color: #c1001b;
  border-color: #c1001b;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;;
}
.select_login {
  width: 240px;
  color: #c1001b;
  border-color: #c1001b;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.select_search:hover{
  background: #c1001b;
  color: white;
}

.search_icon::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 24px;
  transition: .4s;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../img/search_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:100%;
}

.search_icon:hover::before{
  background-image: url(../img/search_icon_hover.svg);
  background-size:100%;
}

.close_btns {
  text-align: center;
  margin: 20px 0 0;
}
.close_submit {
  color: #c1001b;
  border-color: #c1001b;
  margin-right: 88px;
}
.close_submit:hover{
  background: #c1001b;
  color: white;
}
.bak_btn {
  width: 88px;
  float: left;
}
.bak_btn:hover {
  background-color: #A29E9C;
  border-color: #A29E9C;
  color: #fff;
}



@media screen and (max-width:800px) {
  .onecolumn_cnt{
    width: auto;
    padding: 60px 20px;
    text-align: center;
  }
  .btn_set {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    display: table;
  }
  .btn_set a{
    margin: 15px 15px;
  }
}


/**==レスポンシブ-スマホ対応==**/
@media screen and (max-width:767px) {
/*ヘッダーメニュー*/
  .main_header{
    height: 60px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 70;
  }
  .main_header_logo{
    margin-left: 15px;
    z-index: 80;
  }
/*ダッシュボードヘッダー*/
  .dashboard_header {
    width: 100%;
    background-color: #FFF;
    height: auto;
    border-top: solid 1px #F3F2F2;
    margin: 60px 0 -55px;
    padding: 15px 0 ;
  }
  .dashboard_header p {
    margin: 0 10px 0;
    font-size: 18px;
  }
/*ハンバーガーボタン*/
  .menu-hamburger{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    height: 60px;
    width: 64px;
    background-color: #cd3348;
  }
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 14px;
    z-index: 100;
    transform: translateX(0);
    transition: all .5s;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  /*左サイドメニュー*/
  .main_left{
    position: absolute;
    width: 100%;
    transform: translateY(-800px);
    transition: all .5s;
    background-color: #f3f2f2;
  }
  .main_left.open{
    transform: translateY(60px);
    overflow-y: auto;
    height: auto;
    min-height: 100%;
  }
  .main_left h2{
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  .main_header_lists{
    width: 100%;
    margin: 0;
  }
  .main_header_lists .inner {
    position: static;
    display: none;
    width: 100%;
    transform: translateX(0px);
    transition: none;
    font-size: 14px;
    margin-top: 10px;
  }
  .main_header_lists .inner li {
    padding: 10px 0 10px 20px;
  }
  .main_header_lists .inner li:first-child {
    margin-top: -10px;
  }
  .main_header_lists .inner li:last-child {
    padding-bottom: 20px;
  }

  /*ヘッダーメニューコンテンツ*/
  .main_header_top{
    background-color: #f3f2f2;
    height: 290px;
    width: 100%;
    padding: 20px 0;
  }
  .main_header_top_lists {
    display: block;
    padding: 0 10px 0;
    line-height: normal;
  }
  .btn-flat-border {
    width: auto;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 0;
    font-size: 16px;
  }
  .main_header_top_lists .cp_ipselect{
    margin: 0 auto 30px;
    display: block;
    width: auto;
    height: 40px;
  }
  .main_header_top_lists .cp_ipselect select{
    height: 40px;
  }
  .txt3{
    display: block;
    margin: 15px 0;
    padding: 0 15px;
    text-decoration: none;
  }
  .break_line{
    border-left: none;
    border-right: none;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #f3f2f2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
  }
  .fixed{
    position: fixed;
  }
  .id_info{
    width: auto;
    display: block;
    vertical-align: top
    word-wrap: break-word;
    margin: 0px 0px 30px 10px;
  }

  /*パンくずリスト*/
  #nav{
    margin: 70px 0 0;
    padding: 0 0 0 15px;
    min-height: 30px;
    border-bottom: solid 1px #d3d3d3;
  }
  #nav ul{
    margin: 0;
  }

  /*メインエリア*/
  .main_area_contents_box{
    width: 100%;
  }
  .main_area_contents_title{
    margin-left: 15px;
  }
  .main_area_content {
    padding: 30px 0;
  }
  .main_area_content-box{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  /*フッター*/
  .footer{
    height: 60px;
  }
}

/**==レスポンシブ-タブレット・経過対応==**/
@media screen and (max-width:1239px) {
  .main_area_content {
    overflow: scroll;
  }
  .main_area_content-box{
    width: 950px;
  }
}

/**==モーダルレスポンシブ==**/
@media screen and (max-width:700px) {
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modal_area_content{
    width: 700px;
    padding: 30px 20px;
    margin: 0;
  }
  .modal_area_content-wide{
    width: 1400px;
    padding: 30px 20px;
    margin: 0;
  }
  .modal_area_content-box {
    width: 100%;
  }
}

/**=== アンケートデザイン ===**/
.heading_title.questionnaire_title{
  margin-top: 60px;
}

.questionnaire_explanation{
  margin-top: 100px;
}
.questionnaire{
  padding: 40px 20px;
  border: 2px solid #f3f2f2;
}

.questionnaire + .questionnaire{
  margin-top: 20px;
}

.questionnaire input[type='radio']{
  position: absolute;
  opacity: 0;
  margin: 0;
}

.questionnaire .radio03-input input[type='radio'] + span{
  display: block;
  position: relative;
  padding-bottom: 35px;
  text-align: center;
}

.questionnaire .radio03-input input[type='radio'] + span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #d0cecd;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.questionnaire .radio03-input input[type='radio']:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #a29e9c;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* radio05 */
.questionnaire .radio05-input input[type='radio'] + span{
  display: block;
  position: relative;
  padding-bottom: 0;
}

.questionnaire .radio05-input input[type='radio'] + span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #d0cecd;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.questionnaire .radio05-input input[type='radio']:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top:3px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: #a29e9c;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.questionnaire .questionnaire_question{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #180d09;
  font-weight: bold;
  border-bottom: 2px dotted #f3f2f2;
}

.questionnaire .questionnaire_question > .num{
  color: #da6676;
}

.questionnaire .questionnaire_question > .num::after{
  content:'\00ff1a';
  display: inline-block;
}

.questionnaire .questionnaire_question > p{
  margin: 0;
  flex: 1;
}

.questionnaire .questionnaire_answer_list_inline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  font-size: 14px;
  color: #180d09;
}

.questionnaire .questionnaire_answer_list_inline li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.questionnaire .questionnaire_answer_list_inline li label{
  position: relative;
}

.questionnaire .questionnaire_answer_list_inline.branch{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.questionnaire .questionnaire_answer_list_inline.branch li{
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 60px;
}

.questionnaire .questionnaire_answer_list li:not(:first-child){
  margin-top: 10px;
}

.questionnaire .questionnaire_answer_list li .checkbox_text{
  font-size: 14px;
  color: #180d09;
}

.questionnaire .questionnaire_answer_free textarea{
  padding: 10px;
  width: 100%;
  height: 68px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
}

.questionnaire .questionnaire_answer_free > p{
  margin: 0;
  font-size: 14px;
  text-align: right;
}

.questionnaire .questionnaire_answer_value textarea{
  padding: 10px;
  font-size: 14px;
  text-align: right;
  width:  25%;
  height: 34px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
  ime-mode:disabled;
  overflow:hidden;
}

.questionnaire .questionnaire_answer_value input {
  padding: 10px;
  font-size: 14px;
  text-align: right;
  width:  25%;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-sizing: border-box;
  ime-mode:disabled;
  overflow:hidden;
}

.questionnaire .questionnaire_answer_value > p{
  margin: 0;
  font-size: 14px;
  text-align: right;
  width:  25%;
}

.questionnaire_footer{
  position: relative;
  margin-top: 60px;
}

.questionnaire_footer .main_btn:first-child{
position: absolute;
left: 0;
top: 0;
z-index: 1;
padding: 6px 60px;
}

.questionnaire_footer .update_submit_btn{
  display: block;
  margin:0 auto;
}

.questionnaire_footer > p{
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.questionnaire_footer > p > b{
  color: #c61519;
}

.questionnaire_explanation_line {
  margin-top  : 30px;
  line-height : 1.2;
}

/* タブスタイル */
.tab_container {
  position: relative;
}
.tab_container > .tab_titles {
  display: flex;
  font-weight: 700;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.tab_container > .tab_titles > div {
  background-color: #a29e9c;
  border: solid 3px #d0cecd;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  line-height: 1em;
  padding: 15px;
  text-align: center;
}
.tab_container > .tab_titles > div.tab_active {
  background-color: #fff;
  border-bottom: 0;
  color: #000;
  cursor: initial;
}
.tab_container > .tab_contents {
  position: relative;
  top: -3px;
}
.tab_container > .tab_contents > div {
  background-color: #fff;
  border: solid 3px #d0cecd;
  display: none;
  padding: 0 15px 15px;
}
.tab_container > .tab_contents > div.tab_active {
  display: block;
}
