@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

img, object, embed {
  vertical-align: top; }

hr, legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*　                                     共通設定
-------------------------------------------------*/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  outline: none; }

.simple-btn, .calculate-wrap, .btn-wrap, .select-data span, .select-file span, .error p, .h-title, .title, .must {
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  height: 100%;
  background: #F3F5F8;
  color: #313955;
  font-size: 14px; }

.all-container {
  position: relative;
  min-width: 900px;
  min-height: 100%; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: .2s; }

*:hover {
  transition: .2s; }

.simple-btn, .tgl-btn, .check-btn, .label-radio, .easy-select-box, .esb-item {
  display: block;
  cursor: pointer; }

.blur {
  position: fixed;
  width: 100%; }
.blur:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 58, 84, 0.3);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 1; }

.clearFix:after {
  content: "";
  display: block;
  clear: both; }

/*　                                   アイコン
-------------------------------------------------*/
.icon_s {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-right: 7px;
  line-height: 16px;
  vertical-align: text-top; }

.icon_m {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 5px;
  line-height: 16px;
  vertical-align: top; }

.icon_l {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  background-size: 36px;
  margin-right: 5px;
  line-height: 16px;
  vertical-align: top; }

.icon_ll {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  margin-right: 5px;
  line-height: 16px;
  vertical-align: top; }
  

span.icon_s {
  background-origin: content-box; }
span.icon_s.add_file {
  background: url("../img/icon_s/add_file.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.add_file_white {
  background: url("../img/icon_s/add_file_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.add_file_blue {
  background: url("../img/icon_s/add_file_blue.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.arrow_s {
  background: url("../img/icon_s/arrow_s.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.arrow_s_white {
  background: url("../img/icon_s/arrow_s_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.camera {
  background: url("../img/icon_s/camera.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.camera_white {
  background: url("../img/icon_s/camera_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.check {
  background: url("../img/icon_s/check.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.check_white {
  background: url("../img/icon_s/check_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.check_green {
  background: url("../img/icon_s/check_green.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.clock {
  background: url("../img/icon_s/clock.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.clock_white {
  background: url("../img/icon_s/clock_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.close_s {
  background: url("../img/icon_s/close_s.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.close_s_white {
  background: url("../img/icon_s/close_s_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.clear_white {
  background: url("../img/icon_s/clear_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.clear_red {
  background: url("../img/icon_s/clear_red.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.clear {
  background: url("../img/icon_s/clear.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.cross {
  background: url("../img/icon_s/cross.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.cross_white {
  background: url("../img/icon_s/cross_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.cross_blue {
  background: url("../img/icon_s/cross_blue.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.delete {
  background: url("../img/icon_s/delete.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.delete_white {
  background: url("../img/icon_s/delete_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.download_File {
  background: url("../img/icon_s/download_File.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.download_File_white {
  background: url("../img/icon_s/download_File_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.browser_white {
    background: url("../img/icon_s/browser_white.svg") no-repeat center center;
    background-size: 16px; }
span.icon_s.edit {
  background: url("../img/icon_s/edit.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.edit_white {
  background: url("../img/icon_s/edit_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.edit_blue {
  background: url("../img/icon_s/edit_blue.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.gt {
  background: url("../img/icon_s/gt.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.gt_blue {
  background: url("../img/icon_s/gt_blue.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.gt_white {
  background: url("../img/icon_s/gt_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.member_monitor {
  background: url("../img/icon_s/member_monitor.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.member_monitor_white {
  background: url("../img/icon_s/member_monitor_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.mobile {
  background: url("../img/icon_s/mobile.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.mobile_white {
  background: url("../img/icon_s/mobile_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.notice {
  background: url("../img/icon_s/notice.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.notice_white {
  background: url("../img/icon_s/notice_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.payment {
  background: url("../img/icon_s/payment.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.payment_white {
  background: url("../img/icon_s/payment_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.preference {
  background: url("../img/icon_s/preference.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.preference_white {
  background: url("../img/icon_s/preference_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.replication {
  background: url("../img/icon_s/replication.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.replication_white {
  background: url("../img/icon_s/replication_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.replacement_above {
  background: url("../img/icon_s/replacement_above.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.replacement_below {
  background: url("../img/icon_s/replacement_below.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.settings {
  background: url("../img/icon_s/settings.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.settings_white {
  background: url("../img/icon_s/settings_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.SignOut {
  background: url("../img/icon_s/SignOut.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.SignOut_white {
  background: url("../img/icon_s/SignOut_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.star_active {
  background: url("../img/icon_s/star_active.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.star_active_white {
  background: url("../img/icon_s/star_active_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.star_nomal {
  background: url("../img/icon_s/star_nomal.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.star_nomal_white {
  background: url("../img/icon_s/star_nomal_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Home {
  background: url("../img/icon_s/to_Home.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Home_white {
  background: url("../img/icon_s/to_Home_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Interview {
  background: url("../img/icon_s/to_Interview.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Interview_white {
  background: url("../img/icon_s/to_Interview_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_LiveSC {
  background: url("../img/icon_s/to_LiveSC.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_LiveSC_white {
  background: url("../img/icon_s/to_LiveSC_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Scenario {
  background: url("../img/icon_s/to_Scenario.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Scenario_white {
  background: url("../img/icon_s/to_Scenario_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.to_Scenario_blue {
  background: url("../img/icon_s/to_Scenario_blue.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.upload_File {
  background: url("../img/icon_s/upload_File.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.upload_File_white {
  background: url("../img/icon_s/upload_File_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.weightback {
  background: url("../img/icon_s/weightback.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.weightback_white {
  background: url("../img/icon_s/weightback_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.sprintmonitor {
  background: url("../img/icon_s/sprintmonitor.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.interview_white {
  background: url("../img/icon_s/interview_white.svg") no-repeat center center;
  background-size: 16px; }
span.icon_s.Sprint_logo {
  background: url("../img/icon_s/Sprint_logo.svg") no-repeat center center;
  background-size: 16px; }


span.icon_m {
  background-origin: content-box; }
span.icon_m.AddMember {
  background: url("../img/icon_m/AddMember.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.AddMember_white {
  background: url("../img/icon_m/AddMember_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.back {
  background: url("../img/icon_m/back.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.back_white {
  background: url("../img/icon_m/back_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.arrow_m {
  background: url("../img/icon_m/arrow_m.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.arrow_m_white {
  background: url("../img/icon_m/arrow_m_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.close_m {
  background: url("../img/icon_m/close_m.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.close_m_white {
  background: url("../img/icon_m/close_m_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.DepthPreview {
  background: url("../img/icon_m/DepthPreview.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.DepthPreview_white {
  background: url("../img/icon_m/DepthPreview_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.DL {
  background: url("../img/icon_m/DL.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.DL_white {
  background: url("../img/icon_m/DL_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_1 {
  background: url("../img/icon_m/header_questionfile_1.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_1_white {
  background: url("../img/icon_m/header_questionfile_1_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_2 {
  background: url("../img/icon_m/header_questionfile_2.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_2_white {
  background: url("../img/icon_m/header_questionfile_2_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_3 {
  background: url("../img/icon_m/header_questionfile_3.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_3_white {
  background: url("../img/icon_m/header_questionfile_3_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_4 {
  background: url("../img/icon_m/header_questionfile_4.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_4_white {
  background: url("../img/icon_m/header_questionfile_4_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_5 {
  background: url("../img/icon_m/header_questionfile_5.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.header_questionfile_5_white {
  background: url("../img/icon_m/header_questionfile_5_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.minus {
  background: url("../img/icon_m/minus.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.minus_white {
  background: url("../img/icon_m/minus_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.monitor {
  background: url("../img/icon_m/monitor.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.monitor_white {
  background: url("../img/icon_m/monitor_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.next {
  background: url("../img/icon_m/next.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.next_white {
  background: url("../img/icon_m/next_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.pause {
  background: url("../img/icon_m/pause.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.pause_white {
  background: url("../img/icon_m/pause_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.pin {
  background: url("../img/icon_m/pin.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.pin_white {
  background: url("../img/icon_m/pin_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.play {
  background: url("../img/icon_m/play.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.play_white {
  background: url("../img/icon_m/play_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.plus_file {
  background: url("../img/icon_m/plus_file.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.plus_white {
  background: url("../img/icon_m/plus_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.prev {
  background: url("../img/icon_m/prev.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.prev_white {
  background: url("../img/icon_m/prev_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_1 {
  background: url("../img/icon_m/questionfile_1.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_1_white {
  background: url("../img/icon_m/questionfile_1_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_2 {
  background: url("../img/icon_m/questionfile_2.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_2_white {
  background: url("../img/icon_m/questionfile_2_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_3 {
  background: url("../img/icon_m/questionfile_3.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_3_white {
  background: url("../img/icon_m/questionfile_3_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_4 {
  background: url("../img/icon_m/questionfile_4.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_4_white {
  background: url("../img/icon_m/questionfile_4_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_5 {
  background: url("../img/icon_m/questionfile_5.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.questionfile_5_white {
  background: url("../img/icon_m/questionfile_5_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.share {
  background: url("../img/icon_m/share.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.share_white {
  background: url("../img/icon_m/share_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.SideBar_Pin {
  background: url("../img/icon_m/SideBar_Pin.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.SideBar_Pin_white {
  background: url("../img/icon_m/SideBar_Pin_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.SideBar_Scenario {
  background: url("../img/icon_m/SideBar_Scenario.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.SideBar_Scenario_white {
  background: url("../img/icon_m/SideBar_Scenario_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.star {
  background: url("../img/icon_m/star.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.star_white {
  background: url("../img/icon_m/star_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.upload_rawdata {
  background: url("../img/icon_m/upload_rawdata.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.upload_rawdata_red {
  background: url("../img/icon_m/upload_rawdata_red.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.upload_rawdata_green {
  background: url("../img/icon_m/upload_rawdata_green.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.upload_rawdata_black {
  background: url("../img/icon_m/upload_rawdata_black.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.user {
  background: url("../img/icon_m/user.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.user_white {
  background: url("../img/icon_m/user_white.svg") no-repeat center center;
  background-size: 24px; }
span.icon_m.sprint_icon {
    background: url("../img/icon_m/sprintmonitor_mark.svg") no-repeat center center;
    background-size: 24px; }

span.icon_l {
  background-origin: content-box; }
span.icon_l.icon_sprint_alignment {
  background: url("../img/icon_l/icon_sprint_alignment.svg") no-repeat center center;
  background-size: 36px; }

span.icon_ll {
    background-origin: content-box; }
span.icon_ll.icon_check {
  background: url("../img/icon_ll/icon_check.svg") no-repeat center center;
  background-size: 80px; }

span.upload_fxwdata {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background: url("../img/upload_fxwdata.svg") no-repeat center center;
  background-size: 80px; }
span.upload_fxwdata_red {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background: url("../img/upload_fxwdata_red.svg") no-repeat center center;
  background-size: 80px; }
span.upload_fxwdata_green {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background: url("../img/upload_fxwdata_green.svg") no-repeat center center;
  background-size: 80px; }
span.upload_fxwdata_black {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-size: 80px;
  background: url("../img/upload_fxwdata_black.svg") no-repeat center center;
  background-size: 80px; }

span.interview_suggestion_icon {
  background: url("../img/interview_suggestion.svg") no-repeat center center;
  background-size: 250px;
  width: 250px;
  height: 46px;
  margin-left: 16px;
}

/*　                        simple-button共通設定
-------------------------------------------------*/
.simple-btn {
  width: 190px;
  height: 44px;
  padding: 14px 0 13px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .2s; }

.simple-btn:visited {
  color: #fff; }

/*　　　　　　　　　　　　　　　　   simple-button
-------------------------------------------------*/
.btnA {
  background: #10D081; }

.btnA:hover {
  background: #11d987; }

.btnA:active {
  background: #0eb872;
  box-shadow: inset 0px 1px 1px 0px rgba(28, 136, 91, 0.45); }

.btnB {
  background: #0A99FD; }

.btnB:hover {
  background-color: #1ea1fd; }

.btnB:active {
  background: #028bec;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 86, 146, 0.45); }

.btnC {
  background: #F45D5C; }

.btnC:hover {
  background: #FB6766; }

.btnC:active {
  background: #f24544;
  box-shadow: inset 0px 1px 1px 0px rgba(156, 38, 37, 0.45); }

.cancel-btn {
  border: 1px solid #d7dbe6;
  background: #FFF;
  color: #313A54; }

.cancel-btn:visited {
  color: #313A54; }

.cancel-btn:hover {
  color: #10D081; }

.cancel-btn:active {
  color: #10D081;
  box-shadow: inset 0px 1px 0px 0px rgba(48, 58, 84, 0.2); }

.invalid-btn {
  background: #E1E7EF;
  color: rgba(49, 57, 85, 0.5);
  box-shadow: none;
  cursor: default; }

.text-btn {
  color: #313A54;
  box-shadow: none; }

/*　　　　　　　　　　　　  tggle-button 共通設定
-------------------------------------------------*/
.tgl {
  display: none; }

.tgl-btn {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.tgl-btn:after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.tgl:checked + .tgl-btn:after {
  left: 56%; }

/*　　　　　　　　　　　　           tggle-button
-------------------------------------------------*/
.tglA .tgl-btn {
  width: 50px;
  height: 24px;
  padding: 2px;
  border-radius: 18px;
  background: #D7DBE3; }
.tglA .tgl-btn:after {
  width: 20px;
  height: 20px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tglA .tgl-light:checked + .tgl-btn {
  background: #10D081; }

.tglB .tgl-btn {
  width: 50px;
  height: 24px;
  padding: 2px;
  border-radius: 18px;
  background: #9D8DF7; }
.tglB .tgl-btn:after {
  width: 20px;
  height: 20px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tglB .tgl-light:checked + .tgl-btn {
  background: #10D081; }

.tglC .tgl-btn {
  width: 50px;
  height: 24px;
  padding: 2px;
  border-radius: 18px;
  background: #D7DBE3; }
.tglC .tgl-btn:after {
  width: 7px;
  height: 7px;
  background: #10D081;
  border: solid 7px #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tglC .tgl-light:checked + .tgl-btn {
  background: #D7DBE3; }
.tglC .tgl:checked + .tgl-btn:after {
  left: 53%; }

.tglD .tgl-btn {
  width: 50px;
  height: 24px;
  padding: 2px;
  border-radius: 18px;
  background: #D7DBE3; }
.tglD .tgl-btn:after {
  width: 20px;
  height: 20px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tglD .tgl-light:checked + .tgl-btn {
  background: #009AFF; }

.tglE .tgl-btn {
  width: 50px;
  height: 24px;
  padding: 2px;
  border-radius: 18px;
  background: #D7DBE3; }
.tglE .tgl-btn:after {
  width: 20px;
  height: 20px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tglE .tgl-light:checked + .tgl-btn {
  background: #00D479; }
  


.tgl-small .tgl-btn {
  width: 24px;
  height: 12px;
  padding: 1px;
  border-radius: 18px;
  background: #D7DBE3; }
.tgl-small .tgl-btn:after {
  width: 10px;
  height: 10px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(48, 58, 84, 0.3); }
.tgl-small .tgl-light:checked + .tgl-btn {
  background: #10D081; }

/*　　　　　　　   check-button,radio-btn共通設定
-------------------------------------------------*/
.lever, .radio-btn label {
  moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/ }

/*　　　　　　                     　check-button
-------------------------------------------------*/
.check-btn input[type="checkbox"] {
  display: none;
  will-change: transform; }

.check-btn {
  display: inline-block;
  position: relative; }

.lever {
  position: relative;
  font-size: 14px;
  vertical-align: text-top; }

.check-btn .lever:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 2px solid #767676;
  border-radius: 2px;
  vertical-align: middle;
  transition: 0.2s; }

.check-btn input[type="checkbox"]:checked + .lever:before {
  background: #10D081;
  border-color: #10D081; }

.check-btn .lever:after {
  content: '';
  position: absolute;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  opacity: 0; }

.check-btn input[type="checkbox"]:checked + .lever:after {
  left: 7px;
  top: 2px;
  width: 3px;
  height: 9px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
  opacity: 1; }

.check-btn input[type="checkbox"]:disabled + .lever:before, .check-btn input[type="checkbox"]:disabled + .lever {
  opacity: 0.5;
  cursor: default; }

/*　　　　　　　　　　　　           radio-button
-------------------------------------------------*/
.radio-btn input {
  display: none; }

.radio-btn label {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 20px;
  border-radius: 2px;
  color: #3e4956;
  vertical-align: text-top; }

.radio-btn label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 2px solid #767676;
  background: #FFF;
  border-radius: 50%;
  transition: 0.2s; }

.radio-btn input[type="radio"]:checked + label:before {
  border: 2px solid #10D081; }

.radio-btn label:after {
  content: '';
  position: absolute; }

.radio-btn input[type="radio"]:checked + label:after {
  top: 50%;
  left: -4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background: #10D081;
  animation: animation01 .2s ease both; }
@keyframes animation01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.radio-btn input[type="radio"]:checked + label.label-radio.disabled:before {
  border: 2px solid #767676; }

.radio-btn input[type="radio"]:checked + label.label-radio.disabled:after {
  background: #767676; }

label.label-radio.disabled {
  cursor: inherit;
  opacity: .5; }

/*　　　　　　　　　　　　     select-box共通設定
-------------------------------------------------*/
/*ボックス*/
.easy-select-box {
  position: relative;
  height: 34px;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  background: #FFF;
  font-size: 14px;
  text-align: left; }
.easy-select-box.disabled {
  background-color: #e6e9ec; }
.easy-select-box.disabled .esb-displayer {
  color: rgba(49, 57, 85, 0.3); }
.easy-select-box.disabled .esb-displayer:after {
  opacity: 0.3; }

/*ボックス内に表示される文字*/
.esb-displayer {
  padding: 0 7px;
  color: #0c2245;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  text-decoration: none; }

.esb-displayer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 32px;
  background: #E6E9EC; }

.esb-displayer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/icon_s/arrow_s.svg) no-repeat;
  background-size: 16px; }

.esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8; }

.esb-displayer, .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px; }

.esb-dropdown {
  display: none;
  overflow: auto !important;
  position: absolute;
  margin-top: 3px;
  max-height: 204px;
  z-index: 999;
  box-shadow: 0px 8px 18px 0px rgba(49, 58, 84, 0.1);
  border-radius: 2px; }

.esb-item {
  padding: 10px 8px;
  background: #FFF;
  color: #0c2245; }

.esb-item:hover {
  background-color: #F0F0F0;
  color: #0c2245;
  text-decoration: none; }

/*　　　　　　　　　　　　             select-box
-------------------------------------------------*/
.select-long .esb-displayer {
  width: 250px; }

.select-middle .esb-displayer {
  width: 150px; }

.select-short .esb-displayer {
  width: 100px; }

/*　　　　　　　　　　　　     combo-box
-------------------------------------------------*/
/*ボックス*/
.combo-box {
  position: relative;
  width: 70px;
}
.combo-box .form {
  padding-right: 31px !important;// 24 + 7
}
.combo-box .select {
  display: none;
}
.combo {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #E6E9EC;
  width: 24px;
  height: 26px;
  background: #E6E9EC; }
.combo.disabled {
  opacity: 0.3; }

.combo:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/icon_s/arrow_s.svg) no-repeat;
  background-size: 16px; }

.cmb-dropdown {
  display: none;
  overflow: auto !important;
  position: absolute;
  margin-top: 3px;
  max-height: 204px;
  z-index: 999;
  box-shadow: 0px 8px 18px 0px rgba(49, 58, 84, 0.1);
  border-radius: 2px;
  width: max-content; }

.cmb-item {
  padding: 10px 31px 10px 8px;
  background: #FFF;
  color: #0c2245;
  text-align: right; }

.cmb-item:hover {
  background-color: #F0F0F0;
  color: #0c2245;
  text-decoration: none; }

/*　　　　　　　　　　　　             text-form
-------------------------------------------------*/
.form {
  width: 230px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .2s; }

.form:hover, input[type="text"]:focus {
  border: solid 1px #0A99FD; }

input[type="text"]:disabled {
  background-color: #EAEEF3; }
input[type="text"]:disabled:hover {
  border: solid 1px #ccc; }

input[type="text"][readonly] {
  border: none; }

::-webkit-input-placeholder {
  color: rgba(49, 57, 85, 0.3); }

:-moz-placeholder {
  color: rgba(49, 57, 85, 0.3); }

.form.invalid {
  border: solid 1px #F45D5C;
  background-color: rgba(244, 93, 92, 0.1); }

input[type="text"].invalid {
  color: #7c0908; }

/*　　　　　　　　　　　　            tooltip
-------------------------------------------------*/
/* tooltip */
.tooltip {
  position: relative; }

.icon-wrap a:hover > .tooltip:after, .icon-wrap a:active > .tooltip:after, .icon-wrap a:hover > .tooltip:after {
  content: attr(data-tooltip);
  display: block;
  bottom: 100%;
  margin-bottom: 6px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  z-index: 9999;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  background: #082039;
  -webkit-animation-name: fadein-tool;
  animation-name: fadein-tool;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  text-decoration: none;
  opacity: 1; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .icon-wrap a:hover > .tooltip:after, .icon-wrap a:active > .tooltip:after, .icon-wrap a:hover > .tooltip:after {
    font-weight: bold; } }
.icon-wrap a {
  color: #FFF; }

/* animation */
@-webkit-keyframes fadein-tool {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadein-tool {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
/*　　　　　　　　　　　　                dialog
-------------------------------------------------*/
.dialog-box {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(49, 58, 84, 0.1);
  z-index: 2; }
.dialog-box .Qwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 160px;
  padding: 30px;
  line-height: 160%; }
.dialog-box .btn-wrap {
  display: -webkit-flex;
  display: flex;
  cursor: pointer; }
.dialog-box .btn-wrap p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 242px;
  height: 73px;
  color: #FFF; }
.dialog-box .btn-wrap .cancel {
  border-radius: 0 0 0 10px / 0 0 0 10px;
  background: #313A54; }
.dialog-box .btn-wrap .cancel:hover {
  background: #394361; }
.dialog-box .btn-wrap .cancel:active {
  background: #282f44;
  box-shadow: inset 0px 1px 1px 0px rgba(28, 136, 91, 0.45); }
.dialog-box .btn-wrap .ok {
  border-radius: 0 0 10px 0 / 0 0 10px 0;
  background: #10D081; }
.dialog-box .btn-wrap .ok:hover {
  background: #11d987; }
.dialog-box .btn-wrap .ok:active {
  background: #0eb872;
  box-shadow: inset 0px 1px 1px 0px rgba(28, 136, 91, 0.45); }

.fadein {
  display: block;
  width: 484px;
  height: 233px;
  -webkit-animation: fadeIn 0.2s cubic-bezier(0, 0, 0.47, 1.25) 0s 1 both;
  animation: fadeIn 0.2s cubic-bezier(0, 0, 0.47, 1.25) 0s 1 both; }

@-webkit-keyframes fadeIn {
  0% {
    transform: scale(0.5, 0.5);
    opacity: .5; }
  80% {
    transform: scale(1.04, 1.04);
    opacity: 1; }
  100% {
    transform: scale(1, 1); } }
@keyframes fadeIn {
  0% {
    transform: scale(0.5, 0.5);
    opacity: .5; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }
.fadeout {
  display: block;
  width: 0;
  height: 0;
  -webkit-animation: fadeout .15s ease-out 0s 1 forwards;
  animation: fadeout .15s ease-out 0s 1 forwards; }

@-webkit-keyframes fadeout {
  0% {
    width: 484px;
    height: 233px;
    transform: scale(1, 1);
    opacity: 1; }
  95% {
    width: 484px;
    height: 233px; }
  99% {
    z-index: 1; }
  100% {
    width: 0;
    height: 0;
    transform: scale(0.5, 0.5);
    opacity: 0;
    z-index: -999; } }
@keyframes fadeout {
  0% {
    width: 484px;
    height: 233px;
    transform: scale(1, 1);
    opacity: 1; }
  95% {
    width: 484px;
    height: 233px; }
  99% {
    z-index: 1; }
  100% {
    width: 0;
    height: 0;
    transform: scale(0.5, 0.5);
    opacity: 0;
    z-index: -999; } }
/*　　　　　　　　　　　　             header
-------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  height: 100px;
  background: #082039;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  /*　フォントのアンチエイリアスをなめらかに*/
  /*　　　　　　       nav
  ------------------------*/
  /*　　　　　　     g-nav
  ------------------------*/
  /*　　　　　　      link
  ------------------------*/ }
.header:a {
  display: block; }
.header .header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #04172B;
  padding: 0 18px; }
.header .header-inner h1 {
  width: 200px; }
.header .header-inner .h-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
.header .header-inner .user {
  text-align: right;
  min-width: 200px; }
.header .header-inner .user .department {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px; }
.header .header-inner .user .name {
  font-size: 16px; }
.header .icon_m + span {
  padding: 1px 0 0; }
.header .header_questionfile_1 + span {
  color: #65B1F5; }
.header .header_questionfile_2 + span {
  color: #9D8BF5; }
.header .header_questionfile_3 + span {
  color: #D98FE3; }
.header .header_questionfile_4 + span {
  color: #EDA775; }
.header .header_questionfile_5 + span {
  color: #85DD75; }
.header .nav {
  position: relative;
  height: 40px; }
.header .home {
  display: inline-block;
  top: 0;
  position: absolute;
  left: 22px; }
.header .arrow_s_white {
  transform: rotate(90deg); }
.header .old-data {
  position: absolute;
  top: 0;
  right: 17px; }
.header .home a, .header .old-data a {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: auto;
  flex: auto;
  height: 40px; }
.header .g-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 500px;
  height: 40px;
  margin: 0 auto; }
.header .g-nav a {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: auto;
  flex: auto;
  height: 40px; }
.header .g-nav li {
  text-align: center;
  height: 40px; }
.header .home a, .header .g-nav a, .header .old-data a {
  opacity: 0.5; }
.header .home a:hover, .header .g-nav a:hover, .header .old-data a:hover {
  opacity: 1;
  transition: .2s;
  cursor: pointer; }
.header .active:after {
  opacity: 0; }
.header a:link {
  color: #fff; }
.header a:hover {
  color: #fff; }
.header a:visited {
  color: rgba(255, 255, 255, 0.7); }
.header .active {
  border-bottom: 2px solid #50E3C2;
  color: #fff;
  bottom: 0; }
.header .active a {
  opacity: 1; }

/*-------------headerここまで--------------*/
/*------------------footer-------------------*/
.main {
  padding: 0 0 200px 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #D9D9E9;
  background: #F3F5F8;
  color: #313955; }
.footer ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 800px;
  height: 70px;
  margin: auto; }
.footer ul li {
  opacity: 0.5; }
.footer ul li a:link, .footer ul li a:visited {
  color: #313955; }
.footer ul li:hover {
  opacity: 1; }

.copy {
  display: block;
  text-align: center;
  opacity: 0.5;
  padding: 0 0 30px 0; }

@media screen and (min-width: 1300px) {
  .copy {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 0;
    height: 12px;
    margin: auto 22px;
    padding: 0;
    opacity: 0.5; }

  .main {
    padding: 0 0 100px 0; } }
/*-------------errorメッセージ--------------*/
.error {
  position: relative;
  display: block;
  width: 800px;
  font-size: 14px;
  color: #fff;
  background-color: #F45D5C;
  padding: 14px 10px;
  text-align: center;
  margin: 40px auto 20px;
  box-shadow: 0 1px 2px 0 rgba(8, 32, 57, 0.1), 0 4px 8px 0 rgba(8, 32, 57, 0.1);
  border-radius: 3px;
  transition: .5s; }
.error .error_text {
  padding: 0 40px;
  line-height: 180%; }
.error a {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  padding: 10px;
  opacity: .8;
  cursor: pointer;
  z-index: 3;
  transition: .2s; }
.error a:hover {
  opacity: .6; }
.error a:hover span.icon_m.close_m_white {
  background: url("../img/icon_m/close_m.svg") no-repeat center center; }

.coachmark-error {
  border: 2px solid #ff7e7e; }

/*-------------disabled-------------*/
p.disabled {
  color: rgba(49, 57, 85, 0.5); }

/*# sourceMappingURL=style.css.map */
