@charset "UTF-8";

/*------------------------------------------------------------

------------------------------------------------------------*/
body.work-page {
    background: none;
    min-width: 0;
    display: block;
    min-height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
}

.header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header_inner {
    background: url("/assets/img/bg_header-0a56b338941c14c519ea0970f7635965.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 10px 10px;
}
.header_s {
    position: static;
}
.header_s .header_inner {
    padding: 15px 10px 10px;
}
.header .c-back {
    background: url(/assets/img/icon-back-19f4ff097d7d6b6cb358f966888648c5.svg) no-repeat center;
    background-size: 10px 18px;
    width: 10px;
    height: 18px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* 2021.03.29 英語対応のため、width：86px→150pxに変更 */
.header_segmented {
    width: 150px;
    height: 33px;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.c-toggle-option.header_toggle.header_segmented {
  height: auto;
  width: auto;
}
.header .title01 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}
.header .title01 img {
    width: 105px;
}
.header .title01.empty {
    opacity: 0;
}
.header_logo {
    display: inline-block;
    width: 105px;
}
.header_logo img {
    width: 100%;
}
.title00 {
    margin: 0;
    text-align: center;
    color: #323983;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding: 20px 20px;
}
.title_creation_method {
	margin: 25px 0px 0px 0px;
}
.c-cancel {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #323983;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.alg-center {
  text-align: center !important;
}
.alg-left {
  text-align: left !important;
}
.alg-right {
  text-align: right !important;
}
.alg-top{
  vertical-align: top;
}

.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
  /*display: none;*/
}

.modal_content {
  background-color: #fff;
  width: calc(100% - 40px);
  width: 100%;
  box-sizing: border-box;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
  margin: auto;
  z-index: 9;
  /*-webkit-transform: translate(-50%, -50%);*/
          /*transform: translate(-50%, -50%);*/
  overflow-y: auto;
  /*min-height: 50vh;*/
  max-height: 90vh;
}
.modal_tit {
    background: #F8F9FF;
    padding: 20px;
    text-align: center;
    color: #707070;
}
.modal_inner {
    padding: 40px 30px 40px;
}
.modal_lead {
    margin: 0px auto 40px;
    text-align: center;
}
.modal_btn {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.modal_btn .c-btn {
    margin: 0;
}
textarea.modal_textarea {
    border: 1px solid #E4E9F4;
    padding: 10px;
    min-height: 8em;
    resize: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
}

/* 220523 STR*/
input[type="text"].modal_text {
    border: 1px solid #E4E9F4;
    padding: 10px;
    resize: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
}
/* 220523 END */

/* 310307 add */
.c-list_link.bg_none:after {
    background: none;
}

/* アプリモーダル画面非表示用 add by sen*/
.modalDisplay{
	display: none;
}

.c-logout {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #323983;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}