@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
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, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -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;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/patient/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Helvetica Neue',Helvetica,"游ゴシック","Yu Gothic","游ゴシック体" , "YuGothic" ,"Hiragino Kaku Gothic Std","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","游ゴシック","Yu Gothic","游ゴシック体" , "YuGothic" , メイリオ, Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 420px) {
  body {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

a {
  text-decoration: none;
}

.header {
  position: relative;
  width: 100%;
  background: #F4F4F4;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 420px) {
  .header {
    padding-left: 4.26667vw;
    height: 48px;
  }
}

.header .head_logo {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.header .header_command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
}

.header .header_command figure img {
  width: 40px;
}

@media only screen and (max-width: 420px) {
  .header .header_command figure img {
    width: 12.8vw;
  }
}

.header .header_command span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
  .header .header_command_sp {
    padding-right: 4.26667vw;
  }
  .header .header_command_sp .btn1 {
    margin-right: 0px;
  }
  .header .ellipsis {
    width: 61.33333vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.header .btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

.header .btn1 span {
  color: #FF0062;
}

.header .btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .btn2 span {
  color: #1D284D;
}

.progress_bar {
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  position: relative;
  z-index: 999;
}

.progress_bar ._progress_bar {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FF0062;
}

.progress_bar ._progress_bar:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background: #FF0062;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa_head {
  background: #fff;
  border-bottom: 1px solid #F5F5F5;
  width: 100%;
  min-height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 268px);
  background: #FFFCF2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contents .attention {
  position: absolute;
  top: -20px;
  left: 50%;
  display: table;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 32px;
  background: #FFD6C4;
  border: 1px solid #D9D9D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.multiple {
  position: relative;
  width: 100%;
  padding: 16px 0px;
  background: #FFD6C4;
  border: 1px solid #D9D9D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  color: #1D284D;
}

.multiple:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../img/patient/arrow2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn_flex {
  width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_position {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.qa_ttl_top {
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
  color: #1D284D;
}

.qa_ttl {
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .15em;
  color: #1D284D;
}

.qa_ttl_mini {
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .0em;
  color: #1D284D;
}

.qa_num {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
  letter-spacing: .15em;
  color: #C3C3C3;
}

.first_ttl {
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
  position: relative;
  margin-bottom: 48px;
  color: #1D284D;
}

.first_ttl:before {
  content: "";
  display: block;
  height: 3px;
  width: 54px;
  background: #1D284D;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first_txt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #1D284D;
  letter-spacing: .15em;
}

.back_btn {
  margin: 0 auto;
  width: 75px;
  height: 67px;
  background: #D9D9D9;
  color: #1D284D;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .back_btn {
    font-size: 16px;
    font-size: 4.26667vw;
    width: 75px;
    height: 54px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.back_btn:before {
  position: absolute;
  left: -28px;
  top: 0;
  content: "";
  display: block;
  border-top: 35px solid transparent;
  border-right: 28px solid #D9D9D9;
  border-bottom: 35px solid transparent;
}

@media only screen and (max-width: 420px) {
  .back_btn:before {
    border-bottom: 27px solid transparent;
    border-top: 27px solid transparent;
  }
}

.next1_btn {
  margin: 0 auto;
  width: 75px;
  height: 67px;
  background: #009DFF;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .next1_btn {
    font-size: 16px;
    font-size: 4.26667vw;
    width: 75px;
    height: 54px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.next1_btn:before {
  position: absolute;
  right: -28px;
  top: 0;
  content: "";
  display: block;
  border-top: 35px solid transparent;
  border-left: 28px solid #009DFF;
  border-bottom: 35px solid transparent;
}

@media only screen and (max-width: 420px) {
  .next1_btn:before {
    border-bottom: 27px solid transparent;
    border-top: 27px solid transparent;
  }
}

.next_btn {
  width: 320px;
  height: 67px;
  border-radius: 3px;
  background: #D9D9D9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 420px) {
  .next_btn {
    width: 74.66667vw;
    height: 54px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.address_btn {
  width: 106px;
  height: 52px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #009DFF;
  color: #fff;
}

@media only screen and (max-width: 420px) {
  .address_btn {
    width: 21.33333vw;
    height: 12.8vw;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

._btn {
  padding: 0px 16px;
  height: 52px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #009DFF;
  color: #fff;
}

@media only screen and (max-width: 420px) {
  ._btn {
    padding: 8px;
    height: 12.8vw;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

.next_active {
  background: #ff0062;
  color: #fff;
}

.isblue {
  background: #009DFF;
  color: #fff;
}

.isgray {
  background: #ccc;
  color: #000;
}

.first_name_form dt {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #9F9F9F;
  margin-bottom: 8px;
}

@media only screen and (max-width: 420px) {
  .first_name_form dt {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

.first_name_form dd {
  margin-bottom: 32px;
}

@media only screen and (max-width: 420px) {
  .first_name_form dd {
    margin-bottom: 6.4vw;
  }
}

.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 420px) {
  .form_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form_flex ._age {
  letter-spacing: .15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.canvas_area {
  position: relative;
  width: 100%;
  background: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  padding: 40px 0px;
  margin-bottom: 40px;
}

.canvas_area .to_redo {
  position: absolute;
  bottom: 24px;
  right: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #D9D9D9;
}

.textarea {
  width: 100%;
  height: 460px;
  position: relative;
  border: 2px solid #D9D9D9;
  background: #fff;
  border-radius: 6px;
  padding: 32px 24px;
  margin-bottom: 64px;
}

.textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: #F8F8F8;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.textarea textarea:disabled {
  opacity: 1;
}

.w520 {
  max-width: 520px;
  margin: 0 auto;
}

.w420 {
  max-width: 420px;
  margin: 0 auto;
}

.w460 {
  max-width: 460px;
  margin: 0 auto;
}

.w540 {
  max-width: 540px;
  margin: 0 auto;
}

.w80vw {
  width: 85vw;
  margin: 0 auto;
}

.wthank {
  max-width: 460px;
  margin: 0 auto;
  padding-top: 100px;
}

.wthank img {
  width: 170px;
  margin: 0 auto;
}

.pain_level {
  margin-bottom: 24px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pain_level img {
  margin: 0 auto;
}

.pain_level .level10 {
  width: 210px;
}

.pain_level .level9 {
  width: 180px;
}

.pain_level .level8 {
  width: 95px;
}

.pain_level .level7 {
  width: 133px;
}

.pain_level .level6 {
  width: 92px;
}

.pain_level .level5 {
  width: 107px;
}

.pain_level .level4 {
  width: 142px;
}

.pain_level .level3 {
  width: 111px;
}

.pain_level .level2 {
  width: 130px;
}

.pain_level .level1 {
  width: 94px;
}

.pain_level .level0 {
  width: 91px;
}

.level_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.level_flex ._level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  width: 70px;
  height: 50px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
}

.level_flex ._level:nth-child(5n) {
  margin-right: 0px;
}

.level_flex ._level:last-child {
  margin-right: 0px;
}

.level_flex .select_level_active {
  background: #FF0062 !important;
  color: #fff !important;
}

.where, .work, .symptom, .when_day {
  width: 100%;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 16px;
  opacity: 0;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.24s;
          transition-duration: 0.24s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  padding: 40px 24px 24px;
  display: none;
}

.where:before, .work:before, .symptom:before, .when_day:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  right: 20px;
  width: 30px;
  height: 20px;
  background-image: url("../../img/patient/arrow1.svg");
  background-size: contain;
}

.when, .hospital, .reason, .answer {
  width: 100%;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 16px;
  opacity: 0;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.24s;
          transition-duration: 0.24s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  padding: 40px 24px 24px;
  display: none;
}

.when:before, .hospital:before, .reason:before, .answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 20px;
  width: 30px;
  height: 20px;
  background-image: url("../../img/patient/arrow1.svg");
  background-size: contain;
}

.item_position {
  position: relative;
}

.when_position {
  position: absolute;
  right: 0px;
  top: 130px;
  width: 400px;
}

.spacer {
  opacity: 0;
  -webkit-transition-property: height,opacity;
  transition-property: height,opacity;
  -webkit-transition-duration: 0.24s;
          transition-duration: 0.24s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  height: 0px;
  width: 50%;
}

.spacer_block {
  opacity: 1;
  display: block;
  height: 180px;
}

.reason_area,.answer_area {
  width: 100%;
  height: 100%;
  border: none;
  background: #F8F8F8;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.w_animate {
  top: 0px;
  opacity: 1;
}

.w_animate1 {
  top: 100px;
  opacity: 1;
}

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

.where_select span {
  color: #000;
}

.anime_zone {
  text-align: center;
  margin-bottom: 40px;
}

.anime_zone img {
  margin: 0 auto;
}

.img1 img {
  width: 68px;
}

.img2 img {
  width: 70px;
}

.select_yn {
  margin-bottom: 32px;
}

.select_yn ._select_yn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select_yn ._select_yn ._select_yn_box {
  width: 200px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 6px;
}

.select_yn ._select_yn ._select_yn_box ._yn_img figure {
  margin-bottom: 24px;
}

.select_yn ._select_yn ._select_yn_box ._yn_img .figure1 {
  width: 126px;
}

.select_yn ._select_yn ._select_yn_box ._yn_img .figure2 {
  width: 33px;
  margin: 0 auto;
}

.select_yn ._select_yn ._select_yn_box ._yn_img span {
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.select_yn ._select_yn .select_item_active {
  background: #FF0062;
  color: #fff;
}

.select_flex {
  margin-bottom: 32px;
}

.select_flex .list_full .select_item {
  width: 100%;
  padding: 16px 0px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  background: #fff;
}

.select_flex .list_full .select_menu {
  width: 100%;
  padding: 24px 32px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  background: #fff;
  line-height: 1.5;
}

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

.select_flex .w180_flex .select_item {
  width: 180px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.select_flex .w180_flex .select_item:nth-child(odd) {
  margin-right: 32px;
}

.select_flex .select_item_active {
  background: #FF0062 !important;
  color: #fff !important;
}

.select_flex .w250_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select_flex .w250_flex .select_item {
  width: 250px;
  min-height: 50px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  line-height: 1.3;
  border-radius: 3px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.select_flex .w250_flex .select_item:nth-child(odd) {
  margin-right: 32px;
}

.select_flex .w250_flex .select_item_full {
  width: 100%;
}

.select_flex .w250_flex .select_item_active {
  background: #FF0062;
  color: #fff;
}

.login_wrap {
  width: 100%;
  height: 100vh;
  background: #FFFCF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .login_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

._login_wrap {
  border-radius: 6px;
  width: 60vw;
  padding: 40px 24px;
  background: #fff;
  border: 1px solid #D9D9D9;
}

@media only screen and (max-width: 420px) {
  ._login_wrap {
    width: 89.33333vw;
    padding: 32px 16px;
    margin-top: 5.33333vw;
  }
}

._login_ttl {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  ._login_ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

._login {
  margin-bottom: 54px;
}

@media only screen and (max-width: 420px) {
  ._login {
    margin-bottom: 32px;
  }
}

._login dt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 16px;
}

@media only screen and (max-width: 420px) {
  ._login dt {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 8px;
  }
}

._login dd {
  margin-bottom: 24px;
}

.karte-fixed {
  border-bottom: 1px solid #D9D9D9;
  background: #fff;
  padding: 16px;
  position: fixed;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.24s;
          transition-duration: 0.24s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 420px) {
  .karte-fixed {
    padding: 8px 2.13333vw 0px;
  }
}

.karte-fixed .karte_item {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
  .karte-fixed .karte_item {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
}

.karte-fixed .karte_item span {
  letter-spacing: .1em;
}

.karte_head {
  border-bottom: 1px solid #D9D9D9;
  background: #fff;
  padding: 16px;
  width: 100%;
}

@media only screen and (max-width: 420px) {
  .karte_head {
    padding: 8px 2.13333vw 0px;
  }
}

.karte_head .karte_item {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
  .karte_head .karte_item {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
}

.karte_head .karte_item span {
  letter-spacing: .1em;
}

.karte-fixed-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.personal_label {
  color: #BFBFBF;
  margin-right: 8px;
}

.personal_detail {
  margin-right: 16px;
}

.karte_fixed_head {
  position: relative;
}

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

@media only screen and (max-width: 420px) {
  .karte_fixed_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.karte {
  background: #FFFCF2;
  letter-spacing: .1em;
  min-height: 100vh;
  padding-bottom: 120px;
}

.kanja_wrap {
  background: #FFFCF2;
  letter-spacing: .1em;
  min-height: 100vh;
}

.kanja_detail_wrap {
  background: #FFFCF2;
  letter-spacing: .1em;
  min-height: calc(100vh - 64px);
}

.keika_detail_wrap {
  background: #FFFCF2;
  letter-spacing: .1em;
  min-height: calc(100vh - (64px + 47px));
}

@media only screen and (max-width: 420px) {
  .keika_detail_wrap {
    min-height: calc(100vh - 100px);
  }
}

.keika_detail_wrap {
  position: relative;
}

.keika_first {
  width: 100%;
  height: calc(100% - 115px);
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keika_first .start {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 104px;
}

@media only screen and (max-width: 420px) {
  .keika_first .start {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 21.33333vw;
  }
}

.keika_first .start:after {
  content: "";
  display: block;
  width: 73px;
  height: 70px;
  position: absolute;
  top: 50px;
  left: 60px;
  background-image: url("../../img/patient/read.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 420px) {
  .keika_first .start:after {
    width: 16.8vw;
    height: 16vw;
    top: 8vw;
  }
}

.keika_wrap {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 420px) {
  .keika_wrap {
    padding-top: 2.13333vw;
  }
}

.new_add {
  width: 160px;
  margin: 0px auto;
}

@media only screen and (max-width: 420px) {
  .new_add {
    position: fixed;
    width: 14.4vw;
    bottom: 26.66667vw;
    right: 5.33333vw;
    z-index: 99;
  }
}

.start_btn {
  text-align: center;
  display: block;
  padding-bottom: 24px;
}

@media only screen and (max-width: 420px) {
  .start_btn {
    padding-bottom: 0px;
  }
}

.start_btn figure {
  margin-bottom: 16px;
}

@media only screen and (max-width: 420px) {
  .start_btn figure {
    margin-bottom: 0vw;
  }
}

.start_btn img {
  width: 96px;
}

@media only screen and (max-width: 420px) {
  .start_btn img {
    width: 14.4vw;
  }
}

.start_btn span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #009DFF;
}

@media only screen and (max-width: 420px) {
  .start_btn span {
    display: none;
  }
}

.personal_info {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  padding: 16px 24px;
}

.commandlink {
  color: #009DFF;
}

@media only screen and (max-width: 420px) {
  .commandlink {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.history_karte {
  margin-top: 24px;
}

.history_karte ._trigger {
  color: #009DFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}

@media only screen and (max-width: 420px) {
  .history_karte ._trigger {
    height: 40px;
  }
}

.history_karte ._history_karte {
  margin-top: 24px;
  display: none;
}

@media only screen and (max-width: 420px) {
  .history_karte ._history_karte {
    margin-top: 4.26667vw;
  }
}

.history_karte ._history_karte ._list > li {
  background: #F8F8F8;
  padding: 16px;
}

.history_karte ._history_karte ._list > li .date_time {
  font-size: 16px;
  font-size: 1.6rem;
  color: #9F9F9F;
  margin-bottom: 16px;
}

@media only screen and (max-width: 420px) {
  .history_karte ._history_karte ._list > li .date_time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.karte_fix_position {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._karte_qa {
  background: #fff;
  margin-top: 16px;
}

._karte_qa {
  border-top: 1px solid #D9D9D9;
}

._karte_qa dl {
  padding-top: 16px;
}

._karte_qa dl dt {
  color: #BFBFBF;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

._karte_qa dl dd {
  margin-bottom: 16px;
}

.karteitem {
  display: none;
}

@media only screen and (max-width: 420px) {
  .karteitem p {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.isopen {
  display: block;
}

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

._personal_item {
  margin-right: 16px;
  position: relative;
}

._personal_item:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

._personal_item:last-child:before {
  content: none;
}

.karte_wrap {
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  background: #fff;
  padding: 24px;
}

@media only screen and (max-width: 420px) {
  .karte_wrap {
    padding: 6.4vw 4.26667vw;
  }
}

.kerte_ttl {
  border-left: 5px solid #1D284D;
  position: relative;
}

.kerte_ttl h3 {
  padding-left: 16px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #1D284D;
  letter-spacing: .15em;
}

@media only screen and (max-width: 420px) {
  .kerte_ttl h3 {
    font-size: 18px;
    font-size: 4.8vw;
    padding-left: 2.13333vw;
    letter-spacing: 0em;
  }
}

.kerte_ttl ._karte_command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kerte_ttl .command_edit {
  color: #1D284D;
  margin-right: 24px;
}

@media only screen and (max-width: 420px) {
  .kerte_ttl .command_edit {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-right: 4.26667vw;
  }
}

.kerte_ttl .command_edit:before {
  content: url("../../img/patient/edit.svg");
  display: inline-block;
  width: 14px;
  margin-right: 9px;
}

@media only screen and (max-width: 420px) {
  .kerte_ttl .command_edit:before {
    width: 2.66667vw;
    margin-right: 1.6vw;
  }
}

.karte_ttl_red {
  border-left: 5px solid #FF0062;
}

.karte_ttl_red h3 {
  color: #FF0062;
}

.paint_command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}

@media only screen and (max-width: 420px) {
  .paint_command {
    margin-top: 8.53333vw;
  }
}

.paint_command .input_radio {
  width: 200px;
  padding: 20px 32px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 420px) {
  .paint_command .input_radio {
    width: 53.33333vw;
    padding: 4.26667vw 6.4vw;
  }
}

.correction {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 130px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 3px;
}

.correction img {
  width: 24px;
  margin-right: 8px;
}

.dummybg {
  height: 300px;
  width: 100%;
  background: #F8F8F8;
  margin-top: 24px;
  padding: 16px;
}

@media only screen and (max-width: 420px) {
  .dummybg {
    padding: 4.26667vw;
  }
}

.karte .container {
  padding: 16px;
}

@media only screen and (max-width: 420px) {
  .karte .container {
    padding: 2.66667vw;
  }
}

.qa dt {
  padding: 8px 16px 8px 16px;
  margin-bottom: 16px;
  background: #F8F8F8;
  color: #4B5164;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .qa dt {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.3;
    letter-spacing: .05em;
    margin-bottom: 4.26667vw;
    margin-top: 8.53333vw;
    padding: 4.26667vw;
  }
}

.qa dd {
  padding: 8px 16px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 420px) {
  .qa dd {
    margin-bottom: 10.66667vw;
  }
}

.qa dd:last-of-type {
  margin-bottom: 0px;
}

.qa .answer p {
  line-height: 1.5;
}

.qa .answer ._sub {
  color: #BFBFBF;
  margin-right: 16px;
  margin-left: 32px;
}

@media only screen and (max-width: 420px) {
  .qa .answer ._sub {
    display: block;
    margin-top: 4.26667vw;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.qa .answer .list {
  padding-left: 24px;
  list-style: disc;
}

.qa .answer .list li {
  margin-bottom: 16px;
}

.qa .answer .list li:last-child {
  margin-bottom: 0px;
}

.menu_footer_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: #EFF3F7;
  border-top: 1px solid #D9D9D9;
  z-index: 999;
}

@media only screen and (max-width: 420px) {
  .menu_footer_wrap {
    height: 80px;
    padding-top: 10px;
  }
}

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

.menu_footer_item {
  width: 100px;
  height: 115px;
  margin-right: 32px;
}

@media only screen and (max-width: 420px) {
  .menu_footer_item {
    margin-right: 6.4vw;
    height: 70px;
    width: 21.33333vw;
  }
  .menu_footer_item:nth-child(3) {
    margin-right: 0px;
  }
}

.menu_footer_item:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 420px) {
  .menu_footer_item:last-child {
    display: none;
  }
}

.menu_footer_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .menu_footer_item a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.menu_footer_item a .m_link {
  text-align: center;
}

.menu_footer_item a .menu_icon1 {
  width: 33px;
  margin-bottom: 16px;
}

.menu_footer_item a span {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #BFBFBF;
  display: block;
}

@media only screen and (max-width: 420px) {
  .menu_footer_item a span {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.03em;
  }
}

.menu_footer_item a .menu_active {
  color: #1D284D !important;
}

.svgmenu {
  width: 33px;
  height: 33px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 420px) {
  .svgmenu {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-bottom: 4px;
  }
}

.svgmenu1 {
  width: 44px;
  height: 33px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 420px) {
  .svgmenu1 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-bottom: 4px;
  }
}

.svgmenu2 {
  width: 14px;
  height: 14px;
}

.svgmenu3 {
  width: 33px;
  height: 44px;
  margin-bottom: 2px;
}

.cls-2 {
  fill: #BFBFBF;
}

.menu_icon_active {
  fill: #1D284D;
}

.search {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  padding: 32px;
}

@media only screen and (max-width: 420px) {
  .search {
    padding: 6.4vw;
  }
}

.search h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .search h1 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
}

.search .disc {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 420px) {
  .search .disc {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.3;
  }
}

.search .more_search {
  position: relative;
  display: block;
  text-align: center;
  color: #BFBFBF;
  padding-top: 16px;
}

.search .more_search span {
  margin-left: 8px;
}

.search .more_search .more_search_icon {
  width: 16px;
  height: 11px;
}

.search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 420px) {
  .search_input {
    margin-bottom: 8px;
  }
}

.search_input .search_icon {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #D9D9D9;
}

@media only screen and (max-width: 420px) {
  .search_input .search_icon {
    width: 48px;
    height: 48px;
  }
}

.search_input .search_icon img {
  width: 20px;
}

@media only screen and (max-width: 420px) {
  .search_input .search_icon img {
    width: 16px;
  }
}

.loading_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.loading {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(247, 89, 149, 0.2);
  border-top-color: #F75995;
  border-radius: 50%;
  -webkit-animation: spin 1.2s linear 0s infinite;
          animation: spin 1.2s linear 0s infinite;
}

@media only screen and (max-width: 420px) {
  .loading {
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.kanja_list_wrap .kanja_ul {
  border: 1px solid #D9D9D9;
  border-top: none;
}

.kanja_list_wrap .kanja_list {
  padding: 0px 8px;
  background: #fff;
  border-top: 1px solid #D9D9D9;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_list {
    padding: 0px 8px 0px 0px;
  }
}

.kanja_list_wrap .kanja_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.kanja_list_wrap .kanja_item figure {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_item figure {
    width: 21.33333vw;
  }
}

.kanja_list_wrap .kanja_item figure img {
  width: 30px;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_item figure img {
    width: 10.66667vw;
  }
}

.kanja_list_wrap .kanja_item .detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70px;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_item .detail {
    width: 21.33333vw;
  }
}

.kanja_list_wrap .kanja_item .detail ._detail {
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_item .detail ._detail {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.kanja_list_wrap .kanja_item .detail ._detail .last_visit {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BFBFBF;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 24px;
}

@media only screen and (max-width: 420px) {
  .kanja_list_wrap .kanja_item .detail ._detail .last_visit {
    display: block;
    margin-left: 0px;
    margin-top: 8px;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.next_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 420px) {
  .next_back {
    margin: 32px auto 0px;
  }
}

.kanja_detail {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 0px 40px 80px;
}

@media only screen and (max-width: 420px) {
  .kanja_detail {
    padding: 0px 6.4vw 100px;
  }
}

.kanja_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 420px) {
  .kanja_head {
    padding: 12.8vw 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kanja_head figure {
  width: 90px;
  margin-right: 32px;
}

@media only screen and (max-width: 420px) {
  .kanja_head figure {
    width: 16vw;
    margin-right: 6.4vw;
  }
}

.kanja_head ._kanja_name .karte_no {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BFBFBF;
  margin-bottom: 12px;
}

@media only screen and (max-width: 420px) {
  .kanja_head ._kanja_name .karte_no {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 8px;
  }
}

.kanja_head ._kanja_name a {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.kanja_head ._kanja_name a img {
  width: 14px;
}

.kanja_head ._kanja_name .karte_name {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 420px) {
  .kanja_head ._kanja_name .karte_name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.kanja_head ._kanja_name .karte_kana {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .kanja_head ._kanja_name .karte_kana {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

._kanja_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  padding: 16px 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list {
    padding: 16px 16px 16px 8px;
  }
}

._kanja_detail_list figure {
  width: 80px;
  text-align: center;
  margin-right: 8px;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list figure {
    width: 16vw;
  }
}

._kanja_detail_list img {
  width: 25px;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list img {
    width: 5.33333vw;
  }
}

._kanja_detail_list .profile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 80px;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list .profile {
    width: 16vw;
  }
}

._kanja_detail_list .profile ._profile dt {
  color: #BFBFBF;
  margin-bottom: 8px;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list .profile ._profile dt {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 4px;
  }
}

._kanja_detail_list .profile ._profile dd {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  ._kanja_detail_list .profile ._profile dd {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.3;
  }
}

.fix_bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
}

.close_keika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #bfbfbf;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  position: fixed;
  bottom: 170px;
  right: 40px;
}

@media only screen and (max-width: 420px) {
  .close_keika {
    width: 16vw;
    height: 16vw;
    bottom: 34.66667vw;
    right: 5.33333vw;
  }
}

.close_keika img {
  width: 27px;
}

@media only screen and (max-width: 420px) {
  .close_keika img {
    width: 6.4vw;
  }
}

.close_karte_position {
  position: absolute;
  bottom: -40px;
}

.add, .history_pop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  padding-bottom: 150px;
  z-index: 1;
}

.add ._inner, .history_pop ._inner {
  width: 95%;
  background: #fff;
  padding: 54px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 420px) {
  .add ._inner, .history_pop ._inner {
    padding: 6.4vw;
  }
}

.top47 {
  top: 60px;
}

.edit_position {
  position: absolute;
}

.edit_karte_position {
  position: fixed;
  top: 110px;
  padding-bottom: 0px;
}

._add {
  margin-bottom: 40px;
}

.h_wrap {
  background: #fff;
  padding: 48px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 420px) {
  .h_wrap {
    padding: 6.4vw;
  }
}

.h_wrap ._h_head {
  border-left: 5px solid #1D284D;
  position: relative;
  margin-bottom: 32px;
}

@media only screen and (max-width: 420px) {
  .h_wrap ._h_head {
    margin-bottom: 6.4vw;
  }
}

.h_wrap ._h_head h3 {
  padding: 10px 16px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #1D284D;
  letter-spacing: .15em;
}

@media only screen and (max-width: 420px) {
  .h_wrap ._h_head h3 {
    padding: 1.33333vw 2.13333vw;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0em;
  }
}

.h_wrap .h_4 {
  padding: 16px;
  background: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 420px) {
  .h_wrap .h_4 {
    padding: 4.26667vw;
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
}

.h_wrap .day_error {
  padding: 8px 32px;
  background: #FFD6C4;
  border: 1px solid #D9D9D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: table;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
  .h_wrap .day_error {
    padding: 2.13333vw 4.26667vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

._inner_head {
  border-left: 5px solid #1D284D;
  position: relative;
  margin-bottom: 42px;
}

@media only screen and (max-width: 420px) {
  ._inner_head {
    margin-bottom: 6.4vw;
  }
}

._inner_head h3 {
  padding: 10px 16px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #1D284D;
  letter-spacing: .15em;
}

@media only screen and (max-width: 420px) {
  ._inner_head h3 {
    padding: 1.33333vw 2.13333vw;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0em;
  }
}

._inner_head .save_btn {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 180px;
  height: 40px;
  border-radius: 3px;
  background: #D9D9D9;
  color: #fff;
  background: #009DFF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 420px) {
  ._inner_head .save_btn {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 26.66667vw;
    height: 10.66667vw;
  }
}

.history_pop ._inner_head {
  margin-bottom: 32px;
}

.history_pop ._name_attention {
  background: #FFD6C4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #1D284D;
  padding: 8px;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.keika_add_form dt {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #9F9F9F;
  margin-bottom: 8px;
}

.keika_add_form dd {
  margin-bottom: 32px;
}

.keika_textarea {
  margin-bottom: 16px;
}

.keika_textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: #F8F8F8;
  border: 2px solid #D9D9D9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.keika_textarea textarea:disabled {
  opacity: 1;
}

@media only screen and (max-width: 420px) {
  .keika_textarea textarea {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.inputfile {
  display: none;
}

@media only screen and (max-width: 420px) {
  .img_add ul li {
    margin-bottom: 2.13333vw;
  }
}

.img_add {
  margin-bottom: 64px;
}

@media only screen and (max-width: 420px) {
  .img_add {
    margin-bottom: 0px;
  }
}

.img_add ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_add ul li {
  position: relative;
  width: 132px;
  height: 132px;
  margin-right: 8px;
}

@media only screen and (max-width: 420px) {
  .img_add ul li {
    width: 24.53333vw;
    height: 24.53333vw;
  }
}

.img_add ul li:last-child {
  margin-right: 0px;
}

.img_add ul .img_close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: #bfbfbf;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  z-index: 1;
}

.img_add ul .img_close img {
  width: 12px;
}

.img_add .add_image {
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img_add .add_image img {
  max-width: 130px;
  max-height: 130px;
}

@media only screen and (max-width: 420px) {
  .img_add .add_image img {
    max-width: 24vw;
    max-height: 24vw;
  }
}

.img_show {
  margin-top: 32px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 420px) {
  .img_show {
    margin-top: 4.26667vw;
  }
}

.img_show ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 420px) {
  .img_show ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.img_show ul li {
  position: relative;
  width: 132px;
  height: 132px;
  margin-right: 8px;
}

@media only screen and (max-width: 420px) {
  .img_show ul li {
    width: 49.06667vw;
    height: 49.06667vw;
    margin-right: 0px;
    margin-bottom: 1.06667vw;
  }
}

.img_show ul li:last-child {
  margin-right: 0px;
}

.img_show .add_image {
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .img_show .add_image {
    border: none;
    overflow: hidden;
  }
}

.img_show .add_image img {
  max-width: 130px;
  max-height: 130px;
}

@media only screen and (max-width: 420px) {
  .img_show .add_image img {
    max-width: none;
    max-height: none;
    height: 49.06667vw;
    width: 49.06667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.file_photo_class {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
}

.file_photo_class img {
  width: 26px;
  display: block;
  margin: 0 auto 8px;
}

.file_photo_class span {
  display: block;
  text-align: center;
  color: #BFBFBF;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .file_photo_class span {
    font-size: 14px;
    font-size: 3.73333vw;
    display: none;
  }
}

.keika_list {
  padding: 16px;
}

@media only screen and (max-width: 420px) {
  .keika_list {
    padding: 0vw;
  }
}

.keika_list li {
  margin-bottom: 24px;
}

@media only screen and (max-width: 420px) {
  .keika_list li {
    margin-bottom: 2.13333vw;
  }
}

.keika_list li:last-child {
  margin-bottom: 0px;
}

.keika_item {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 40px;
  background: #fff;
}

@media only screen and (max-width: 420px) {
  .keika_item {
    padding: 4.26667vw;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}

.keika_item ._keika_item_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head {
    padding: 2.65957vw;
    padding-top: 4.25532vw;
    margin-bottom: 0px;
  }
}

.keika_item ._keika_item_head figure {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head figure {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.keika_item ._keika_item_head figure img {
  width: 48px;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head figure img {
    width: 10.66667vw;
  }
}

.keika_item ._keika_item_head ._keika_detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70px;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head ._keika_detail {
    width: 16vw;
    padding-left: 2.13333vw;
  }
}

.keika_item ._keika_item_head ._keika_detail ._detail {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head ._keika_detail ._detail {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.keika_item ._keika_item_head ._keika_detail ._detail .last_visit {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BFBFBF;
  font-weight: normal;
  margin-left: 16px;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head ._keika_detail ._detail .last_visit {
    display: block;
    margin-left: 0px;
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 4px;
  }
}

.keika_item ._keika_item_head .keika_command {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head .keika_command {
    width: 9.33333vw;
    height: 9.33333vw;
    border-radius: 3px;
    border: none;
  }
}

.keika_item ._keika_item_head .keika_command img {
  width: 4px;
}

@media only screen and (max-width: 420px) {
  .keika_item ._keika_item_head .keika_command img {
    width: 0.8vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.keika_item ._keika_item_head .keika_command_list {
  z-index: 99;
  display: none;
  position: absolute;
  top: 70px;
  right: 16px;
  width: 200px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.keika_item ._keika_item_head .keika_command_list li {
  margin-bottom: 16px;
}

.keika_item ._keika_item_head .keika_command_list li:last-child {
  margin-bottom: 0px;
}

.keika_item ._keika_item_head .keika_command_list li a {
  display: block;
  padding: 12px;
  background: #F8F8F8;
  font-size: 16px;
  font-size: 1.6rem;
}

.keika_item ._keika_item_head .keika_command_list .edit {
  color: #1D284D;
}

.keika_item ._keika_item_head .keika_command_list .edit:before {
  content: url("../../img/patient/edit.svg");
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.keika_item ._keika_item_head .keika_command_list .delete {
  color: #BFBFBF;
}

.keika_item ._keika_item_head .keika_command_list .delete:before {
  content: url("../../img/patient/dele.svg");
  display: inline-block;
  width: 15px;
  margin-right: 8px;
  vertical-align: text-bottom;
}

._keika_item_detail {
  padding-left: 72px;
}

@media only screen and (max-width: 420px) {
  ._keika_item_detail {
    padding-left: 0vw;
  }
}

._keika_item_detail .content {
  line-height: 1.5;
}

@media only screen and (max-width: 420px) {
  ._keika_item_detail .content {
    padding: 3.2vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

._keika_item_detail .update {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  text-align: right;
}

@media only screen and (max-width: 420px) {
  ._keika_item_detail .update {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 0px;
    padding-bottom: 2.66667vw;
  }
}

.user_copy {
  padding: 16px;
  background: #FFFCF2;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 420px) {
  .user_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 6.4vw;
  }
}

.user_copy p {
  color: #9F9F9F;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media only screen and (max-width: 420px) {
  .user_copy p {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-align: center;
  }
}

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

.paint_item input {
  display: none;
}

.paint_item input[type=radio]:checked + .color_radio_label:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}

.paint_item .color_radio_label {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 420px) {
  .paint_item .color_radio_label {
    width: 8.53333vw;
    height: 8.53333vw;
  }
}

.paint_item .color_radio_label:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.435, 0.99);
}

@media only screen and (max-width: 420px) {
  .paint_item .color_radio_label:before {
    width: 8.53333vw;
    height: 8.53333vw;
  }
}

.paint_item .red_label:before {
  background: #FF0062;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
          transform: translateX(-50%) translateY(-50%) scale(0.3);
}

.paint_item .yellow_label:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
          transform: translateX(-50%) translateY(-50%) scale(0.3);
  background: #FFE386;
}

.paint_item .green_label:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
          transform: translateX(-50%) translateY(-50%) scale(0.3);
  background: #70DBA8;
}

.check_module input {
  display: none;
}

.check_module input[type=checkbox]:checked + .check_label::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
          transform: translateY(-50%) rotate(-45deg) scale(1);
}

.check_module .check_label {
  position: relative;
  display: block;
  padding: 16px 0px 16px 40px;
  margin-right: 32px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  letter-spacing: 0;
}

.check_module .check_label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  display: block;
  background: #fff;
  border: 1px solid #D9D9D9;
}

.check_module .check_label:after {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.435, 0.99);
  top: 45%;
  left: 4px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #009DFF;
  border-bottom: 3px solid #009DFF;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0.5);
          transform: translateY(-50%) rotate(-45deg) scale(0.5);
}

.radio_module input {
  display: none;
}

.radio_module input[type=radio]:checked + .label_male {
  color: #009DFF;
}

.radio_module input[type=radio]:checked + .label_female {
  color: #FF0062;
}

.radio_module input[type=radio]:checked + .radio_label::after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.radio_module input[type=radio]:checked + .label_male::after {
  background: #009DFF;
}

.radio_module input[type=radio]:checked + .label_female::after {
  background: #FF0062;
}

.radio_module .radio_label {
  position: relative;
  display: block;
  padding: 16px 16px 16px 72px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .radio_module .radio_label {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 4.26667vw 4.26667vw 4.26667vw 14.4vw;
  }
}

.radio_module .radio_label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #D9D9D9;
}

@media only screen and (max-width: 420px) {
  .radio_module .radio_label:before {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.radio_module .radio_label:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.435, 0.99);
  left: 15px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #000;
}

@media only screen and (max-width: 420px) {
  .radio_module .radio_label:after {
    width: 5.33333vw;
    height: 5.33333vw;
    left: 2.93333vw;
  }
}

.history {
  position: relative;
}

.search_form_df {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 16px;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: none !important;
  outline: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-image: url("../../img/patient/arrow.svg");
  background-size: 13px 13px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 420px) {
  .search_form_df {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

._date_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keika_error {
  width: 100%;
  background: #FFD6C4;
  padding: 8px 8px 8px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  color: #1D284D;
  margin: 16px 0px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  position: relative;
}

.keika_error:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../../img/patient/arrow2.svg");
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -20px;
}

.input_type_form {
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 420px) {
  .input_type_form {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 2.66667vw;
    line-height: 1.3;
    height: 48px;
  }
}

.input_type_where {
  -webkit-appearance: none;
  border-radius: 0;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.input80 {
  width: 80px;
}

.input100 {
  width: 100px;
}

.input140 {
  width: 140px;
}

.input200 {
  width: 200px;
}

@media only screen and (max-width: 420px) {
  .input200 {
    width: 53.33333vw;
  }
}

.input260 {
  width: 260px;
}

@media only screen and (max-width: 420px) {
  .input260 {
    width: 69.33333vw;
  }
}

@media only screen and (max-width: 420px) {
  .sp_name {
    width: 42% !important;
  }
  .sp_tel {
    width: 26% !important;
  }
  .sp_year {
    margin-right: 8px !important;
    margin-top: 8px !important;
  }
  .sp_date {
    width: 45% !important;
  }
}

.input_full {
  width: 100%;
}

.input_search {
  width: calc(100% - 80px);
}

@media only screen and (max-width: 420px) {
  .input_search {
    width: calc(100% - 60px);
  }
}

.tel_mgn {
  margin: 0 6px;
}

._select_height {
  height: 54px;
}

@media only screen and (max-width: 420px) {
  ._select_height {
    height: 48px;
  }
}

.where_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 180px;
  background: #F8F8F8;
  border: none;
  padding: 16px 16px 16px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  border-radius: none !important;
  outline: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-image: url("../../img/patient/arrow.svg");
  background-size: 13px 13px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.where_select span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-left: 16px;
}

.rireki_container {
  background: #FFFCF2;
  position: relative;
}

.day_select_wrap {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 40px;
}

.day_select_wrap ._day_link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #bfbfbf;
}

._day_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._day_select .icon {
  line-height: 0;
  margin-right: 8px;
}

._day_select_type {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #FF0062;
  padding-right: 24px;
  background-image: url("../../img/patient/arrow_red.svg");
  background-size: 12px 10px;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 1;
}

.claim {
  margin-top: 24px;
}

.claim .claim_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.claim .now_claim {
  height: 102px;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #D9D9D9;
}

.claim .now_claim p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.claim .now_claim ._now_claim_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  color: #4B5164;
}

.claim .now_claim ._now_claim_price {
  font-size: 32px;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体" , "YuGothic",'Helvetica Neue',Helvetica;
}

.claim .claim_detail {
  height: 102px;
  width: calc(50% - 10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  background: #f2faff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.claim .claim_detail .claim_link {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0089FF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.claim .claim_detail i {
  margin-right: 8px;
  display: inline-block;
  width: 16px;
}

.claim_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}

.claim_day_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  padding-right: 24px;
  background-image: url("../../img/patient/arrow.svg");
  background-size: 12px 10px;
  background-position: center right;
  background-repeat: no-repeat;
  line-height: 1;
  color: #9F9F9F;
}

.claim_table {
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 440px;
}

.claim_table thead th {
  height: 40px;
  line-height: 40px;
  background: #F8F8F8;
  border-left: 1px solid #D9D9D9;
  letter-spacing: 0;
  text-align: center;
  padding: 0px 10px;
  color: #9F9F9F;
  font-size: 14px;
  font-size: 1.4rem;
}

.claim_table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 12px 10px;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: right;
}

.claim_table tbody td.catergory {
  text-align: left;
}

.claim_table tbody td.catergory span {
  margin-left: 24px;
}

.claim_table tbody td.catergory_sub {
  text-align: left;
  padding-left: 24px;
  border-top: none;
}

.claim_table tbody td.bg_sub {
  background: #F8F8F8;
  border-top: none;
}

.claim_table tbody td.all {
  background: #FFFCF2;
  padding: 24px 10px;
  text-align: left;
}

.claim_table tbody td.bg_all {
  background: #FFFCF2;
}

.claim_table tbody td.total {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.claim_table tbody td.none {
  background: #F8F8F8;
  padding: 12px;
}

.claim_table tbody .input_type_form {
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

.claim_btn_list ul {
  padding: 16px;
  border: 1px solid #D9D9D9;
  background: #F8F8F8;
  width: 170px;
}

.claim_btn_list .btn_item {
  margin-bottom: 16px;
}

.claim_btn_list .btn_item:last-child {
  margin-bottom: 0px;
}

.claim_btn_list .btn_item a {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

.injury_history {
  margin-top: 24px;
}

.injury_history .injury_history_command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.injury_history .history_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 3px;
  background: #1d284d;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.injury_history .history_consent {
  height: 40px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #009DFF;
  color: #fff;
}

.injury_history .history_consent_fixed {
  height: 40px;
  min-width: 130px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #F8F8F8;
  color: #1D284D;
}

.consent_area {
  background: #FFFCF2;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 50px 32px 32px;
  position: relative;
}

.consent_area .consent_multiple {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  background: #FFD6C4;
  border: 1px solid #D9D9D9;
  color: #1D284D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  width: 260px;
  padding: 8px 0px;
  font-size: 16px;
  font-size: 1.6rem;
}

.consent_area .consent_multiple:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../img/patient/arrow2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.consent_area .consent_edit {
  width: 100%;
  height: 250px;
  border: 1px dashed #9F9F9F;
  background: #fff;
}

.consent_area canvas {
  width: 100%;
  height: 250px;
}

.consent_area .reset_btn {
  height: 40px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  background: #F8F8F8;
  color: #1D284D;
  margin: 32px auto 0;
}

#consent .close_keika {
  bottom: 290px;
}

.history_table_wrap {
  margin-top: 16px;
}

.month_history {
  margin-top: 32px;
}

.month_history .off {
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #D9D9D9;
  background: #fff;
}

.month_history .on {
  border: 1px solid #1D284D !important;
  background: #1D284D !important;
}

.month_history .first {
  background: #FFF5F9;
}

.month_history .second {
  background: #DDFCED;
}

.month_history .other {
  background: #F0FAFF;
}

.month_history .km {
  margin-right: 4px;
}

.history_table {
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}

.history_table thead th {
  height: 40px;
  line-height: 40px;
  background: #F8F8F8;
  border-left: 1px solid #D9D9D9;
  letter-spacing: 0;
  text-align: left;
  padding: 0px 10px;
  color: #9F9F9F;
  font-size: 14px;
  font-size: 1.4rem;
}

.history_table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 12px 10px;
  border-left: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  vertical-align: middle;
}

.history_table_pop {
  margin: 0 auto;
}

.history_edit {
  text-align: center;
  width: 100%;
  display: block;
}

.history_edit img {
  width: 15px;
  height: 15px;
}

.history_add {
  text-align: center;
  width: 100%;
  display: block;
}

.history_add img {
  width: 15px;
  height: 15px;
}

.days {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
}

.w220 {
  width: 220px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w173 {
  width: 173px;
}

.w86 {
  width: 86px;
}

.w96 {
  width: 96px;
}

.w50 {
  width: 50px;
}

.w51 {
  width: 51px;
}

.w42 {
  width: 50px;
}

.icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 4px;
  width: 95%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icon_df {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #4B5164;
  color: #4B5164;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.icon_blue {
  border: 1px solid #0089FF;
  color: #0089FF;
}

.icon_red {
  border: 1px solid #FF0000;
  color: #FF0000;
}

.icon_purple {
  border: 1px solid #C400FF;
  color: #C400FF;
}

.icon_yellow {
  border: 1px solid #FFA700;
  color: #FFA700;
}

.icon_green {
  border: 1px solid #15D632;
  color: #15D632;
}

.trigger_item {
  display: block;
  text-align: center;
  color: #ccc;
}

.pop_wrap {
  background: #fff;
  padding: 50px;
}

.date_name p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.date_name ._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #1D284D;
}

.date_name ._name dt {
  width: 96px;
  padding: 16px 0px;
  text-align: center;
  background: #1D284D;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  letter-spacing: 0;
}

.date_name ._name dd {
  width: calc(100% - 96px);
  background: #F8F8F8;
  padding: 16px 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #1D284D;
  letter-spacing: 0;
}

.history_flex {
  padding: 0px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px;
}

.history_flex dt {
  padding-top: 10px;
  color: #1D284D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  letter-spacing: 0;
  width: 192px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: .5;
}

.history_flex dt .small {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.history_flex dt .icon_df {
  margin-right: 8px;
  vertical-align: text-top;
}

.history_flex .oshin_ttl {
  padding-top: 16px !important;
  padding-left: 16px;
}

.history_flex dd {
  width: calc(100% - 192px);
  margin-bottom: 16px;
}

.history_flex .w200_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history_flex .w200_flex .select_btn {
  width: 200px;
  min-height: 50px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  line-height: 1.3;
  border-radius: 3px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.history_flex .w200_flex .select_item_active {
  background: #FF0062;
  color: #fff;
}

.history_flex .kyori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.history_flex .kyori .kyori_input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  height: 50px;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  width: 200px;
  -webkit-transition: all 0.24s ease-in;
  transition: all 0.24s ease-in;
  text-align: right;
  padding: 0px 16px;
  margin-right: 16px;
}

.history_flex .kyori .kyori_input:focus {
  border-bottom: 1px solid #FF0062;
  outline: none;
}

.history_flex .kyori .kyori_input:focus + .input_label {
  visibility: visible;
  opacity: 1;
  top: -5px;
}

.history_flex .kyori .input_label {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FF0062;
  -webkit-transition: all 0.24s ease-in;
  transition: all 0.24s ease-in;
}

.history_flex .kyori .km {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.history_flex .oshin-toggle {
  display: none;
}

.history_name {
  display: none;
}

.history_name ._history_name {
  width: 100%;
  background: #FFFCF2;
  border-bottom: 1px solid #D9D9D9;
  position: fixed;
  top: 47px;
  left: 0px;
  padding: 24px 16px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history_name ._history_name ._name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-right: 16px;
}

.history_name ._history_name span {
  margin-top: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #FF0062;
  margin-left: 80px;
  position: absolute;
  bottom: 6px;
}

.history_name ._history_name .name_input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  height: 56px;
  padding-left: 16px;
  width: calc(100% - 80px);
}

.symptom_select dt {
  color: #9f9f9f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 16px;
}

.symptom_select .symptom_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.symptom_select .select_btn {
  width: 200px;
  min-height: 50px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  line-height: 1.3;
  border-radius: 3px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.symptom_select .select_btn_small {
  width: 70px;
  min-height: 50px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  line-height: 1.3;
  border-radius: 3px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.symptom_select .select_item_active {
  background: #FF0062;
  color: #fff;
}

.symptom_select .col3 li {
  margin-right: 16px;
}

.symptom_select .col3 li:nth-child(3n) {
  margin-right: 0px;
}

.symptom_select .col_v {
  width: 103%;
}

.symptom_select .col_v li {
  margin-right: 16px;
}

.symptom_select .col7 li {
  margin-right: 16px;
}

.symptom_select .col7 li:nth-child(7n) {
  margin-right: 0px;
}

.claim_list dt {
  color: #9f9f9f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 8px;
}

.claim_list dd {
  margin-bottom: 24px;
}

.margin_center {
  margin: 0 auto;
}

.mgr_none {
  margin-right: 0px !important;
}

.mgt16 {
  margin-top: 16px;
}

.mgt32 {
  margin-top: 32px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt24 {
  margin-top: 24px;
}

.mgr8 {
  margin-right: 8px;
}

.mgr16 {
  margin-right: 16px;
}

@media only screen and (max-width: 420px) {
  .mgr16 {
    margin-right: 4.26667vw;
  }
}

.mgr24 {
  margin-right: 24px;
}

.mgb8 {
  margin-bottom: 8px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgb64 {
  margin-bottom: 64px;
}

@media only screen and (max-width: 420px) {
  .mgb64 {
    margin-bottom: 17.06667vw;
  }
}

.pd0 {
  padding: 0px !important;
}

.pd48 {
  padding: 48px !important;
}

.pdt8 {
  padding-top: 8px;
}

.pdt24 {
  padding-top: 24px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb120 {
  padding-bottom: 120px;
}

.displaynone {
  display: none;
}

.edit_position_fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
