@charset "UTF-8";
/*------------------------------
font-face
------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2");
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../font/NotoSansCJKjp-Medium.woff2") format("woff2");
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
reset
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
default
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
body {
  font-family: "YakuHanJP", "NotoSansCJKjp", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #2b3e52;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  background: rgb(242, 250, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 250, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(242, 250, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(242, 250, 255) 0%, rgb(255, 255, 255) 100%);
  min-height: 100vh;
  min-width: 1280px;
}

button {
  cursor: pointer;
}

a {
  color: #2b3e52;
}

picture {
  display: block;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input {
  font-size: 16px;
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
input::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
input::placeholder {
  color: #aaa;
  font-weight: 400;
}

select {
  font-size: 16px;
}

select:invalid {
  color: #aaa;
}

select option {
  color: black;
}

select option:first-child {
  color: #aaa;
}

textarea {
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
textarea::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
textarea::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
textarea::placeholder {
  color: #aaa;
  font-weight: 400;
}

input,
select,
textarea {
  font-family: "YakuHanJP", "NotoSansCJKjp", sans-serif;
  outline: none;
  cursor: pointer;
  color: #2b3e52;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
}

/* ----------------------- */
/*ヘッダー
/* ----------------------- */
.l-header {
  height: 75px;
}

.header {
  min-width: 1280px;
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.headerInner {
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.headerLeft {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerLeft__logo {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.headerLeft .c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerLeft .c-btn::before {
  content: "";
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-top: -4px;
  background-size: contain;
}
.headerRight {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerRight__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.headerRight__items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5em;
}
.headerRight__items a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerRight__items a:hover {
  color: #00afec;
}

/* ----------------------- */
/*レフトナビ
/* ----------------------- */
.fixedWrap {
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.l-leftMenus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 220px;
  top: 75px;
  left: 0;
  background: #00afec;
  color: #fff;
  padding: 35px 0 25px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: calc(100vh - 75px);
}
.l-leftMenus .contentsName {
  padding: 0 20px;
  margin-bottom: 30px;
}
.l-leftMenus .contentsName span {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}

.l-leftMenus .contentsName span a{
  color:#fff;
}

.l-leftMenus .contentsName span a:hover{
  opacity:0.7;
}
.contentsCreated__detail .left__ttl__text a:hover{
  opacity:0.8;
}

.l-leftMenus .leftMenu:not(:last-child) {
  margin-bottom: 40px;
}
.l-leftMenus .leftMenu-ttl {
  display: block;
  margin-bottom: 1em;
  margin-left: 30px;
  padding-left: 10px;
  line-height: 1;
  border-left: 5px solid #fff;
  font-size: 16px;
  font-weight: 500;
}
.l-leftMenus .leftMenu-items {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-leftMenus .leftMenu-item a {
  display: block;
  padding: 0.8571428571em 30px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.l-leftMenus .leftMenu-item a:hover {
  background: #0296cc;
}
.l-leftMenus .leftMenu-item a.active {
  background: #0296cc;
}
.l-leftMenus .l-copy {
  text-align: center;
  font-size: 12px;
}

/* ----------------------- */
/*step フロー
/* ----------------------- */
.l-editFlow {
  padding: 15px 35px;
  background: #edfcff;
  background: #d7f5ff;
  background: #effbff;
  background: #eaf9ff;
  overflow: hidden;
}

.editFlow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.editFlow li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13.5px;
  font-weight: 500;
  color: #49c2d7;
  color: #00afec;
}
.editFlow li::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0.5em 0;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ddd;
  position: relative;
  z-index: 1;
}
.editFlow li::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 14px;
  left: 0%;
  left: 49%;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.editFlow li:last-child::before {
  content: none;
}
.editFlow li p {
  font-weight: 300;
  margin: 5px 0 15px;
  color: #2b3e52;
}
.editFlow.mypageEdit1 li:nth-child(-n+1) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit1 li:nth-child(-n+1)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit2 li:nth-child(-n+2) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit2 li:nth-child(-n+2)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit2 li:nth-child(-n+1)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit3 li:nth-child(-n+3) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit3 li:nth-child(-n+3)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit3 li:nth-child(-n+2)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit4 li:nth-child(-n+4) p, .editFlow.mypageEdit4b li:nth-child(-n+4) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit4 li:nth-child(-n+4)::after, .editFlow.mypageEdit4b li:nth-child(-n+4)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit4 li:nth-child(-n+3)::before, .editFlow.mypageEdit4b li:nth-child(-n+3)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit5 li:nth-child(-n+5) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit5 li:nth-child(-n+5)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit5 li:nth-child(-n+4)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit6 li:nth-child(-n+6) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit6 li:nth-child(-n+6)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit6 li:nth-child(-n+5)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit7 li:nth-child(-n+7) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit7 li:nth-child(-n+7)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit7 li:nth-child(-n+6)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit8 li:nth-child(-n+8) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit8 li:nth-child(-n+8)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit8 li:nth-child(-n+7)::before {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit9 li:nth-child(-n+9) p, .editFlow.mypageEditComplete li:nth-child(-n+9) p {
  font-weight: 500;
  color: #00afec;
}
.editFlow.mypageEdit9 li:nth-child(-n+9)::after, .editFlow.mypageEditComplete li:nth-child(-n+9)::after {
  background: #49c2d7;
  background: #00afec;
}
.editFlow.mypageEdit9 li:nth-child(-n+8)::before, .editFlow.mypageEditComplete li:nth-child(-n+8)::before {
  background: #49c2d7;
  background: #00afec;
}

/* ----------------------- */
/*アンケート管理　編集ページ　ライトナビ
/* ----------------------- */
.l-surveyButtons {
  width: 300px;
  background: #49c2d7;
  background: #e8f6ff;
  background: #d7f5ff;
}

.l-surveyButtonsInner {
  width: 250px;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  padding-bottom: 120px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.l-surveyButtonsInner::-webkit-scrollbar {
  display: none;
}
.l-surveyButtonsInner .wrap:not(:last-child) {
  margin-bottom: 15px;
}
.l-surveyButtonsInner .heading {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.7em;
}

.surveyButton:not(:last-child) {
  margin-bottom: 10px;
}
.surveyButton .c-btn.plus {
  position: relative;
  font-size: 14px;
  height: 45px;
  height: 4.6vh;
}
.surveyButton .c-btn.plus::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.createArea__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.createArea__icon {
  cursor: pointer;
  height: 22px;
  width: 25.6px;
}
.createArea__icon img {
  height: 100%;
}
.createArea__icon:not(:last-child) {
  margin-right: 12px;
  width: 17.2px;
}

/* ----------------------- */
/*ボタン
/* ----------------------- */
.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 50px;
  background: #00afec;
  border-radius: 6px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn:hover {
  background: #0296cc;
  cursor: pointer;
}
.c-btn.active {
  background: #028abc;
  cursor: auto;
}
.c-btn.reverse {
  background: transparent;
  background: #fff;
  border: 1px solid #00afec;
  color: #00afec;
}
.c-btn.submit {
  max-width: none;
  margin-top: 30px;
  height: 50px;
  background: #00afec;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .c-btn.submit {
    font-size: 16px;
  }
}
.c-btn.submit:hover {
  background: #0296cc;
}
.c-btn.submit.reverse {
  background: #fff;
}
.c-btn.small {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 180px;
  height: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.c-btn.plus, .c-btn.back, .c-btn.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn.plus::after, .c-btn.back::after, .c-btn.next::after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 6px;
}
.c-btn.plus {
  background: #fff;
  border: 1px solid #00afec;
  color: #00afec;
}
.c-btn.plus::after {
  background-image: url("../img/plus_blue.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.c-btn.back::after {
  display: none;
}
.c-btn.back::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background-color: #fff;
  width: 12px;
  height: 16px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.c-btn.next::after {
  background-color: #fff;
  width: 12px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-left: 10px;
}
.c-btn.csv, .c-btn.help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn.csv::before, .c-btn.help::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("../img/csv.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.c-btn.help::before {
  background-image: url("../img/help.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 27px;
  height: 27px;
  margin-right: 2px;
}

.saveButton {
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.3));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.3));
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(73, 194, 215, 0.7);
  background: rgba(48, 202, 176, 0.8);
  color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.saveButton:hover {
  background: rgb(48, 202, 176);
}
.saveButton.return {
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.2));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.2));
  right: auto;
  left: 0;
  background: rgba(191, 200, 201, 0.8);
}
.saveButton.return:hover {
  background: rgb(191, 200, 201);
}

.sortButton {
  border: none;
  background: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
}

.systemButton {
  margin-top: 15px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.searchForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 2px;
}
.searchForm .input {
  height: 100%;
  width: 200px;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 4px;
  border-radius: 50px 0 0 50px;
  border-right: none;
  cursor: auto;
}
.searchForm button {
  width: 50px;
  height: 100%;
  border: none;
  background: #fff;
  background: #2b3e52;
  background: #00afec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border-radius: 0 50px 50px 0;
}
.searchForm .s-btn {
  width: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-btn {
  margin-top: 30px;
}
.l-btn .c-btn {
  margin-top: 0 !important;
}
.l-btn button:not(:last-child) {
  margin-bottom: 15px;
}

.l-largeButton {
  max-width: 500px;
  margin: auto;
}
.l-largeButton .c-btn {
  margin: 0;
  height: 55px;
}
.l-largeButton .c-btn:not(:last-child) {
  margin-bottom: 20px;
}

.l-row-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.l-row-btn .c-btn {
  margin: 0;
}
.l-row-btn .c-btn:last-child {
  margin-left: 10px;
}

.c-btnArea--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.c-btnArea--right .c-btn {
  margin: 0;
}
.c-btnArea--right .c-btn:not(:last-child) {
  margin-right: 10px;
}

.l-mypage .l-row-btn {
  margin-top: 0;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .l-mypage .l-row-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .l-mypage .l-row-btn .c-btn {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .l-mypage .l-row-btn .c-btn:last-child {
    margin-left: 10px;
    margin-bottom: 0px;
  }
}

.l-stepButton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px -6px 6px -6px rgba(153, 153, 153, 0.4);
          box-shadow: 0px -6px 6px -6px rgba(153, 153, 153, 0.4);
}
.l-stepButton .c-btn {
  margin: 0;
}
.l-stepButton .c-btn.back {
  background: rgb(191, 200, 201);
  color: #fff;
  border: none;
}
.l-stepButton .c-btn.back:hover {
  background: rgb(172, 182, 183);
}
.l-stepButton .c-btn:not(:last-child) {
  margin-right: 15px;
}

/* ----------------------- */
/*タイトル
/* ----------------------- */
.mainTitle {
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 26px;
  font-weight: 500;
}

.l-mainTitle--left {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.l-mainTitle--left .mainTitle--left {
  margin-bottom: 0;
}

.mainTitle--left {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: 500;
  font-size: 24px;
  color: #00afec;
}

.l-editTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.l-editTitle .label {
  text-align: center;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  border: 1px solid rgba(43, 62, 82, 0.7);
  border: 1px solid #2b3e52;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  line-height: 1.3;
  margin-right: 15px;
  font-weight: 500;
}
.l-editTitle .editTitle {
  font-size: 22px;
  font-weight: 500;
}
.l-editTitle .editTitle--center {
  font-size: 22px;
  font-weight: 500;
  margin: auto;
}

/* ----------------------- */
/*共通パーツ
/* ----------------------- */
.c-label {
  text-align: center;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  border: 1px solid #00afec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #00afec;
  color: #fff;
  line-height: 1.3;
  position: absolute;
  top: -37.5px;
  left: 0;
  font-weight: 500;
}

.l-reportTitle {
  text-align: center;
  margin-bottom: 1.5em;
  margin-bottom: 35px;
}
.l-reportTitle .reportTitle {
  color: #00afec;
  font-weight: 500;
  font-size: 24px;
}

.l-serection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-serection .c-selection:not(:last-child) {
  margin-right: 2%;
}
.l-serection.rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.l-serection.rows .c-selection {
  width: auto;
}
.l-serection.colorConfig {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.l-serection.colorConfig .c-selection {
  width: auto;
}
.l-serection.colorConfig .c-selection label {
  padding: 15px 30px 30px;
}
.l-serection.colorConfig .c-selection label span {
  font-size: 18px;
}
.l-serection.colorConfig .c-selection label .capture {
  height: 100px;
  border: #ddd;
}
.l-serection.colorConfig .c-selection:nth-child(1) .capture {
  background: #555555;
}
.l-serection.colorConfig .c-selection:nth-child(2) .capture {
  background: #2948a4;
}
.l-serection.colorConfig .c-selection:nth-child(3) .capture {
  background: #5ca7ba;
}
.l-serection.colorConfig .c-selection:nth-child(4) .capture {
  background: #4e9436;
}
.l-serection.colorConfig .c-selection:nth-child(5) .capture {
  background: #86a235;
}
.l-serection.colorConfig .c-selection:nth-child(6) .capture {
  background: #000000;
}
.l-serection.colorConfig .c-selection:nth-child(7) .capture {
  background: #0c1752;
}
.l-serection.colorConfig .c-selection:nth-child(8) .capture {
  background: #3b656e;
}
.l-serection.colorConfig .c-selection:nth-child(9) .capture {
  background: #265115;
}
.l-serection.colorConfig .c-selection:nth-child(10) .capture {
  background: #525b18;
}
.l-serection.colorConfig .c-selection:nth-child(11) .capture {
  background: #5b387c;
}
.l-serection.colorConfig .c-selection:nth-child(12) .capture {
  background: #da6672;
}
.l-serection.colorConfig .c-selection:nth-child(13) .capture {
  background: #ce3125;
}
.l-serection.colorConfig .c-selection:nth-child(14) .capture {
  background: #cb6e2e;
}
.l-serection.colorConfig .c-selection:nth-child(15) .capture {
  background: #dd9d36;
}
.l-serection.colorConfig .c-selection:nth-child(16) .capture {
  background: #2a1734;
}
.l-serection.colorConfig .c-selection:nth-child(17) .capture {
  background: #cc386e;
}
.l-serection.colorConfig .c-selection:nth-child(18) .capture {
  background: #921e1b;
}
.l-serection.colorConfig .c-selection:nth-child(19) .capture {
  background: #693b11;
}
.l-serection.colorConfig .c-selection:nth-child(20) .capture {
  background: #7d6931;
}

.c-selection {
  width: 28%;
  width: 280px;
}
.c-selection.modal {
  position: relative;
}
.c-selection.modal .modalIcon {
  cursor: pointer;
  width: 23px;
  height: 23px;
  background-image: url(../img/modal.svg);
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-selection.modal .modalIcon:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.c-selection.modal label {
  padding-bottom: 60px;
}
.c-selection__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-selection__selector:checked + label {
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.4));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.4));
  background: #f8f8f8;
  background: #f5f5f5;
  background: #f2f2f2;
}
.c-selection label {
  cursor: pointer;
  display: block;
  background: #fff;
  border: 1px solid #00afec;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}
.c-selection label:hover {
  background: #f8f8f8;
  background: #f5f5f5;
  background: #f2f2f2;
}
.c-selection .icon {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-selection .icon img {
  width: 35%;
  opacity: 0.8;
}
.c-selection .icon img.large {
  width: 45%;
}
.c-selection .icon img.semiWide {
  width: 50%;
}
.c-selection .icon img.wide {
  width: 65%;
}
.c-selection .icon img.add {
  opacity: 1;
}
.c-selection .capture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border: 1px solid #2b3e52;
}
.c-selectionTitle {
  display: block;
  text-align: center;
  padding: 1.2em 0 0.6em;
  font-size: 20px;
  font-weight: 500;
  color: #00afec;
}
.c-selectionTitle--temp {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #00afec;
  padding: 0;
  margin-bottom: 0.5em;
}

/* ----------------------- */
/*モーダル
/* ----------------------- */
.l-modalContents {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  padding: 100px 0;
}
.l-modalContents .modalInner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.l-modalContents .modalInner.report {
  height: 100%;
}
.l-modalContents .modalContents {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.l-modalContents .modalContents .ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding-left: 0.4em;
  border-left: 5px solid #fff;
  line-height: 1.3;
}
.l-modalContents .modalContents .img span {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 60%;
}
.l-modalContents .modalContents--center {
  -webkit-filter: drop-shadow(7px 7px 15px rgba(162, 146, 130, 0.4));
          filter: drop-shadow(7px 7px 15px rgba(162, 146, 130, 0.4));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 40px 3%;
  border-radius: 20px;
}
.l-modalContents .modalContents--center .heading {
  margin-bottom: 0.5em;
  line-height: 1.7;
  font-weight: 500;
}
.l-modalContents .modalContents--center .codeArea {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1em;
  word-wrap: break-word;
}
.l-modalContents .modalContents--center .codeArea:focus {
  border: 1px solid transparent;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
}
.l-modalContents .modalContents--center .c-btn {
  margin-top: 25px;
}
.l-modalContents .reportContents {
  background: #fff;
  padding: 60px 60px;
  height: 100%;
  overflow: auto;
}
.l-modalContents .reportContents dl:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.l-modalContents .reportContents dt {
  margin-bottom: 0.5em;
  font-size: 20px;
}
.l-modalContents .reportContents dd {
  font-size: 20px;
  color: #00afec;
}
.l-modalContents .l-closeButton {
  position: absolute;
  right: 110px;
  top: 30px;
}
.l-modalContents .l-closeButton.center {
  right: 25%;
  top: 25%;
}
.l-modalContents .l-closeButton .c-btn {
  width: 320px;
  cursor: pointer;
}
.l-modalContents .closeButton {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.l-modalContents.active {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 62, 82, 0.8);
  z-index: 5;
  height: 100%;
  overflow: auto;
}

.c-pd {
  padding: 90px 0;
}
@media (max-width: 576px) {
  .c-pd {
    padding: 50px 0;
  }
}

.c-pb {
  padding-bottom: 90px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 576px) {
  .c-pb {
    padding-bottom: 50px;
  }
}

.c-pb--foot {
  padding-bottom: 130px;
}
@media (max-width: 576px) {
  .c-pb--foot {
    padding-bottom: 70px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.l-alignRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.l-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-right .c-btn {
  margin: 0;
}
.l-right .c-btn:not(:last-child) {
  margin-right: 10px;
}

.l-right--button button {
  margin-right: 0;
  margin-left: auto;
}

.l-alignCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wholeWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 90px;
  position: relative;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 60px;
}

.l-main2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.l-main3 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-bg {
  padding: 35px 25px;
  background: rgba(0, 173, 236, 0.1215686275);
  background: rgba(0, 173, 236, 0.0980392157);
  border: 1px solid #cde0e6;
  border: 1px solid #c4d7dd;
  position: relative;
}

.c-bg2 {
  padding: 50px 60px;
  background: rgba(0, 173, 236, 0.1215686275);
  background: rgba(0, 173, 236, 0.0980392157);
  border: 1px solid #cde0e6;
  border: 1px solid #c4d7dd;
  position: relative;
}

.c-bg3 {
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.25));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.25));
  border-radius: 10px;
  padding: 20px 40px 40px;
  background: #fff;
  position: relative;
}

.c-text {
  line-height: 1.7;
}

.ib {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.strong {
  font-weight: 500;
}

.normal {
  font-weight: 300 !important;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.textModal:hover {
  text-decoration: underline;
}

.accent {
  color: #cf251d;
}

.annotation {
  font-size: 15px;
  color: #777;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}

.link--icon a.pencil, .link--icon a.report, .link--icon a.setting, .link--icon a.pencil_white, .link--icon a.report_white, .link--icon a.setting_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link--icon a.pencil::before, .link--icon a.report::before, .link--icon a.setting::before, .link--icon a.pencil_white::before, .link--icon a.report_white::before, .link--icon a.setting_white::before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 5px;
}
.link--icon a.pencil::before {
  background-image: url("../img/pencil.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.link--icon a.report::before {
  background-image: url("../img/report.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.link--icon a.setting::before {
  background-image: url("../img/setting.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.link--icon a.pencil_white::before {
  background-image: url("../img/pencil_white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.link--icon a.report_white::before {
  background-image: url("../img/report_white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.link--icon a.setting_white::before {
  background-image: url("../img/setting_white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.c-heading {
  color: #00afec;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.c-heading .sub {
  color: #777;
  display: block;
  font-weight: 300;
  font-size: 15px;
  margin-top: 0.5em;
}
.c-heading .sub .strong {
  font-weight: 500;
  color: #49c2d7;
  color: #00afec;
}

.c-heading--center {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent--layer {
  padding-left: 1.5em;
}

.colorBase {
  color: #2b3e52;
}

.note {
  color: #ff0000;
  color: #00afec;
  font-size: 14px;
}

.preview {
  cursor: pointer;
}

/* ----------------------- */
/*コンテンツ一覧
/* ----------------------- */
.l-contentsCreated {
  margin-bottom: 60px;
}

.contentsCreated {
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.4));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.4));
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.contentsCreated:not(:last-child) {
  margin-bottom: 40px;
}
.contentsCreated__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 23px;
  background: #d7f5ff;
}
.contentsCreated__detail .left {
  -webkit-flex-basis: 73%;
      -ms-flex-preferred-size: 73%;
          flex-basis: 73%;
}
.contentsCreated__detail .left__ttl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsCreated__detail .left__ttl__label {
  padding: 0.3em 1em;
  background: #00afec;
  background: #49c2d7;
  border-radius: 6px;
  color: #fff;
  margin-right: 1em;
  font-weight: 500;
}
.contentsCreated__detail .left__ttl__label.release {
  background: #ff9700;
}
.contentsCreated__detail .left__ttl__label.stop::before, .contentsCreated__detail .left__ttl__label.end::before {
  content: "";
  display: inline-block;
  background-image: url("../img/stop.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: -2.5px;
  margin-right: 5px;
}
.contentsCreated__detail .left__ttl__label.end::before {
  background-image: url("../img/end.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contentsCreated__detail .left__ttl__text {
  font-size: 23px;
  font-weight: 500;
}
.contentsCreated__detail .left__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsCreated__detail .left__detail .detail:first-child {
  margin-right: 15px;
}
.contentsCreated__detail .right {
  -webkit-flex-basis: 27%;
      -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
}
.contentsCreated__detail .right__results .result {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  color: #49c2d7;
  border-radius: 6px;
  padding: 0.2em 0.5em;
}
.contentsCreated__detail .right__results .result:not(:last-child) {
  margin-bottom: 8px;
}
.contentsCreated__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 23px;
}
.contentsCreated__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsCreated__menu:not(:last-child) {
  margin-right: 15px;
}
.contentsCreated__menu .ttl {
  color: #00afec;
  margin-right: 1em;
  margin-right: 0.5em;
  font-weight: 500;
}
.contentsCreated__menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contentsCreated__menu a:hover {
  color: #00afec;
}
.contentsCreated .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contentsCreated .btn {
  padding: 0px 0.7em;
}
.contentsCreated .btn:not(:last-child) {
  border-right: 1px solid rgba(43, 62, 82, 0.7);
}

/* ----------------------- */
/*フォーム共通パーツ
/* ----------------------- */
.c-input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 1em;
  cursor: auto;
}
.c-input:focus {
  border: 1px solid transparent;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
}
.c-input.deleteButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b3e52;
  cursor: pointer;
  margin-bottom: 30px;
  font-weight: 500;
}
.c-input.half {
  width: 60%;
}
.c-input.readonly:focus {
  border: 1px solid #ddd;
  -webkit-filter: none;
          filter: none;
}

.c-dragArea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 1em 1em;
  cursor: pointer;
}
.c-dragArea span {
  font-weight: 400;
  color: #aaa;
}
.c-dragArea span:focus {
  border: 1px solid transparent;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
}

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1em 1em;
  resize: none;
  overflow-anchor: none;
  cursor: auto;
}
textarea:focus {
  border: 1px solid transparent;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(162, 146, 130, 0.3));
}
textarea.longSentence {
  height: 250px;
}

.formRows-item--full {
  position: relative;
  margin-bottom: 30px;
}

.unauthorizedAccess {
  position: absolute;
  top: 20px;
  left: 0;
  color: #e14637;
  font-size: 18px;
  font-weight: 500;
}

.alert {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  color: #e14637;
  margin-bottom: 0.5em;
  left: 0;
  top: -25px;
  top: -30px;
  z-index: 2;
}
.alert.absolute {
  position: absolute;
  top: -18px;
  left: 0;
}

.inputTitle {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}

.inputTitle--row {
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5em;
}
.inputTitle--row .left {
  width: 68%;
}
.inputTitle--row .right {
  width: 30%;
}
.inputTitle--row.half .left {
  width: 55%;
}
.inputTitle--row.half .right {
  width: 45%;
}

.createArea:not(:last-of-type) {
  margin-bottom: 60px;
}
.createArea:not(:last-child) {
  margin-bottom: 60px;
}
.createArea__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.createArea__item:not(:last-child) {
  margin-bottom: 50px;
}

.formWrap {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.l-form {
  display: block;
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
.l-form .incrementArea:not(:last-child) {
  margin-bottom: 30px;
}
.l-form .incrementArea--service:not(:last-child) {
  margin-bottom: 30px;
}
.l-form .incrementArea--service:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.form {
  margin-bottom: 20px;
}
.form-item {
  position: relative;
}
.form-item:not(:last-child) {
  margin-bottom: 20px;
}
.form-item__label--blue {
  display: block;
  color: #00afec;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.form-item__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.formRows-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.formRows-item .ttl {
  width: 30%;
  padding-top: 0.7em;
  font-size: 17px;
  font-weight: 500;
  padding-right: 30px;
}
.formRows-item .inputArea {
  width: 70%;
  position: relative;
}
.formRows-item:not(:last-child) {
  margin-bottom: 30px;
}
.formRows2-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formRows2-item .leftInput {
  width: 68%;
  position: relative;
}
.formRows2-item .leftInput.indent--layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formRows2-item .rightInput {
  width: 30%;
  position: relative;
}
.formRows2-item:not(:last-child) {
  margin-bottom: 20px;
}
.formRows2-item .text {
  font-weight: 500;
}
.formRows2.half .leftInput {
  width: 46%;
  position: relative;
}
.formRows2.half .leftInput::after {
  content: "";
  width: 60px;
  height: 40px;
  background-image: url("../img/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formRows2.half .leftText {
  width: 46%;
  position: relative;
}
.formRows2.half .leftText .ttl {
  display: block;
  padding-top: 0.7em;
  font-weight: 500;
  font-size: 17px;
}
.formRows2.half .rightInput {
  width: 46%;
}
.formRows2.half .rightInput select {
  display: block;
}
.formRows2.register .formRows2-item:not(:last-child) {
  margin-bottom: 30px;
}
.formRows2.register .leftInput {
  width: 77%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.formRows2.register .leftInput .text {
  font-weight: 500;
  font-size: 17px;
}
.formRows2.register .leftInput .text .sub {
  color: #777;
  display: block;
  font-weight: 300;
  font-size: 15px;
  margin-top: 0.5em;
}
.formRows2.register .rightInput {
  width: 18%;
}
.formRows2 .leftInput.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formRows2 .leftInput.half .c-input {
  width: 46%;
}
.formRows2 .leftInput.half .hyphen {
  font-weight: bold;
}

.l-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-radio .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
}
.l-radio .radio:not(:last-child) {
  margin-right: 25px;
}
.l-radio .radio input {
  margin-right: 7px;
}
.l-radio.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-radio.column .radioWrap:not(:last-child) {
  margin-bottom: 30px;
}

.l-selects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-selects .left,
.l-selects .right {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-selects .left .c-input,
.l-selects .right .c-input {
  width: 48%;
}
.l-selects .hyphen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.l-selects.conditions {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-selects.conditions .left,
.l-selects.conditions .right {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.l-selects.conditions .left .c-input,
.l-selects.conditions .right .c-input {
  width: 90%;
}
.l-selects.conditions .left span,
.l-selects.conditions .right span {
  font-weight: 500;
  display: inline-block;
  margin-left: 1em;
}
.l-selects.conditions .hyphen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5%;
  font-weight: bold;
}

.l-loginIcon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00afec;
}
.l-loginIcon + h1 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0.2em;
}

.loginIcon {
  fill: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-checked {
  text-align: center;
  position: relative;
}
.l-checked .label {
  font-size: 15px;
}

.l-input {
  width: 60%;
}

/* ----------------------- */
/*レポートページ
/* ----------------------- */
.l-table .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.l-table .btnArea .left,
.l-table .btnArea .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-table .btnArea .right .c-btn {
  margin-left: auto;
  margin-right: 0;
}
.l-table table,
.l-table td,
.l-table th {
  border: 1px solid #ddd;
}
.l-table table {
  background: #fff;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.l-table th,
.l-table td {
  vertical-align: middle;
  padding: 1em 1.2em;
}
.l-table th:nth-child(1),
.l-table td:nth-child(1) {
  width: 70%;
}
.l-table th {
  background: #2b3e52;
  color: #fff;
  font-weight: 500;
}
.l-table td:nth-child(2) {
  background: rgba(43, 62, 82, 0.06);
}
.l-table td time {
  cursor: pointer;
}
.l-table .inputArea {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  margin-right: 30px;
}
.l-table .inputArea input {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 15px;
}
.l-table .inputArea .delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  cursor: pointer;
}
.l-table .outputArea {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-table .outputArea .sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  cursor: pointer;
  margin-left: 15px;
}

.totalTable {
  padding-top: 75px;
}
.totalTable table {
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.totalTable table.column--2 th:first-child, .totalTable table.column--2 td:first-child {
  opacity: 0;
  border: none;
}
.totalTable th,
.totalTable td {
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  padding: 1em 1.2em;
}
.totalTable th:nth-child(1):nth-child(1),
.totalTable td:nth-child(1):nth-child(1) {
  width: 50%;
}
.totalTable th {
  background: #2b3e52;
  color: #fff;
  font-weight: 500;
}
.totalTable th:not(:first-child) {
  text-align: center;
}
.totalTable td:not(:first-child) {
  text-align: right;
  width: 25%;
}
.totalTable .heading {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  color: rgba(43, 62, 82, 0.7);
  margin-top: 35px;
  margin-bottom: 10px;
}

.totalResults {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.totalResults .result {
  width: 270px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.2));
          filter: drop-shadow(7px 7px 12px rgba(129, 152, 173, 0.2));
  background: #fff;
  color: #49c2d7;
  color: rgba(43, 62, 82, 0.7);
  color: #49c2d7;
  border-radius: 6px;
  padding: 0.5em 0.5em;
  font-weight: 500;
}
.totalResults .result:not(:last-child) {
  margin-right: 10px;
}

.pageLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.pageLink li:not(:last-child) {
  margin-right: 10px;
}
.pageLink li a {
  min-width: 180px;
}/*# sourceMappingURL=style.css.map */
