@charset "UTF-8";
/**
 * 全体共通で読み込まれるCSS
 *
 * 全体的なレイアウト情報を指定する
 *
 * @access public
 * @author 渋谷一成 <issei_shibutani@medical-design.co.jp>
 * @version 5.0.0.230130
 */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333333;
  font-size: 90%; }
  @media print {
    body {
      font-size: 70%;
      background: #ffffff; } }

dl dt {
  margin: 0.5ex 0;
  font-weight: bold; }
dl dd {
  margin-bottom: 1em; }
  dl dd:last-child {
    margin-bottom: 0; }

header {
  background: #373737 url(../img/header_bg.png) 50% 0 no-repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  @media print {
    header {
      display: none; } }
  header > div {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 999px) {
      header > div {
        width: 100%; } }
    header > div .header_body {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0 auto;
      box-sizing: border-box; }
      @media only screen and (max-width: 999px) {
        header > div .header_body {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        header > div .header_body {
          padding: 0 15px;
          display: block; } }
      header > div .header_body h1 {
        margin: 0;
        padding: 30px 0 0;
        box-sizing: border-box;
        display: flex; }
        @media only screen and (max-width: 767px) {
          header > div .header_body h1 {
            padding: 10px 0 0;
            justify-content: center; } }
        header > div .header_body h1 > span {
          padding-left: 10px; }
        header > div .header_body h1 img {
          display: block;
          height: 90px; }
          @media only screen and (max-width: 767px) {
            header > div .header_body h1 img {
              margin: auto;
              max-height: 70px;
              height: auto; } }
      header > div .header_body .header_title {
        margin: 0;
        padding: 40px 0 40px 20px; }
        @media only screen and (max-width: 767px) {
          header > div .header_body .header_title {
            padding: 10px 10px 20px;
            text-align: center; } }
        header > div .header_body .header_title img {
          display: block;
          height: 80px; }
          @media only screen and (max-width: 767px) {
            header > div .header_body .header_title img {
              max-height: 60px;
              height: auto;
              max-width: 80%;
              margin: auto; } }
  header .gnav {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Oswald", "Roboto", "M PLUS 1p", "Yu Gothic", YuGothic, "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500; }
    @media print {
      header .gnav {
        display: none; } }
    header .gnav ul {
      width: 1000px;
      margin: 0 auto;
      padding: 0;
      list-style-type: none;
      display: flex;
      align-items: flex-end; }
      @media only screen and (max-width: 999px) {
        header .gnav ul {
          width: auto; } }
      @media only screen and (max-width: 767px) {
        header .gnav ul {
          display: block; } }
      header .gnav ul li {
        position: relative;
        margin: 0 8px;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          header .gnav ul li {
            margin: 0;
            border-bottom: 1px solid #999999; } }
        header .gnav ul li:first-child a {
          z-index: 16; }
        header .gnav ul li a {
          display: block;
          position: relative;
          text-decoration: none;
          color: #ffffff;
          position: relative;
          z-index: 1;
          padding: 0;
          margin: 0 0px; }
          header .gnav ul li a > span {
            position: relative;
            display: block;
            z-index: 10;
            background: #636363;
            padding: 1ex 40px; }
            header .gnav ul li a > span > span {
              display: block;
              transform: rotate(0.05deg);
              padding: 0 1em;
              font-size: 120%; }
          header .gnav ul li a:hover > span, header .gnav ul li a:hover::before, header .gnav ul li a:hover::after, header .gnav ul li a:active > span, header .gnav ul li a:active::before, header .gnav ul li a:active::after {
            background-color: #808080; }
          header .gnav ul li a.active {
            z-index: 20; }
            header .gnav ul li a.active > span {
              padding-top: 1em;
              padding-bottom: 1em; }
            header .gnav ul li a.active > span, header .gnav ul li a.active::before, header .gnav ul li a.active::after {
              background-color: #91398f; }
          header .gnav ul li a::before, header .gnav ul li a::after {
            content: "";
            position: absolute;
            width: 200px;
            height: 200px;
            top: 0;
            z-index: 5;
            box-shadow: 0 0 20px black;
            transform-origin: 0 0;
            background: #636363;
            transform: scaleX(0.5) rotate(45deg); }
            @media only screen and (max-width: 767px) {
              header .gnav ul li a::before, header .gnav ul li a::after {
                content: none; } }
          header .gnav ul li a::before {
            left: 0; }
          header .gnav ul li a::after {
            left: 100%; }
          header .gnav ul li a::before, header .gnav ul li a::after,
          header .gnav ul li a > span {
            transition: 0.3s all; }

.print_date {
  display: none; }

.header_print {
  display: none; }

@media print {
  .header_print {
    display: block; }
    .header_print img {
      display: block;
      width: 100%; } }
.main_header {
  background-color: #f4f4f4; }

h2 {
  text-align: center;
  font-size: 180%;
  padding: 50px 0;
  margin: 0 auto;
  font-family: "Oswald", "Roboto", "M PLUS 1p", "Yu Gothic", YuGothic, "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  width: 1000px;
  font-weight: 500;
  transform: rotate(0.1deg);
  color: #111111; }
  @media print {
    h2 {
      padding: 20px 50px;
      font-size: 140%; } }
  @media only screen and (max-width: 999px) {
    h2 {
      width: auto;
      padding: 50px 1ex; } }
  @media only screen and (max-width: 767px) {
    h2 {
      width: auto;
      font-size: 150%;
      padding: 2em 1ex; } }

.main_content {
  margin: 30px auto;
  width: 1000px;
  box-sizing: border-box;
  transition: padding 0.3s; }
  @media only screen and (max-width: 999px) {
    .main_content {
      min-height: auto;
      width: auto;
      margin: 15px;
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .main_content {
      padding: 10px;
      margin: 15px 5px;
      overflow-x: hidden; } }
  @media print {
    .main_content {
      margin: 10px auto 0;
      padding: 0 30px;
      font-size: 95%;
      overflow-x: hidden; } }
  .main_content > :first-child {
    margin-top: 0; }
  .main_content h3 {
    border-left: 4px solid #ab45a9;
    font-size: 110%;
    margin: 3em 0 1em;
    padding: 0.1ex 1.2ex; }
    @media print {
      .main_content h3 {
        margin: 2em 0 1em; } }
  .main_content h2 + h3 {
    margin: 1em 0 1em; }
  .main_content h4 {
    font-size: 105%;
    margin: 2em 0 1em;
    padding: 0.1ex 0; }
    .main_content h4::before {
      content: "";
      display: inline-block;
      background: #ab45a9;
      width: 8px;
      height: 8px;
      border-radius: 50% 50%;
      vertical-align: middle;
      margin-right: 8px; }
  .main_content h3 + h4 {
    margin: 1em 0 1em; }
  .main_content h5 {
    font-size: 100%;
    margin: 2ex 0 1ex;
    padding: 0.1ex 0; }
  .main_content h4 + h5 {
    margin: 1ex 0 1ex; }
  .main_content table {
    border: 0 solid #fff;
    border-spacing: 0;
    background: #ffffff;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb; }
  .main_content th,
  .main_content td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cccccc;
    padding: 0.5ex 1ex; }
  .main_content th {
    font-weight: bold;
    text-align: left;
    background: #f8f8f8;
    padding: 0.7ex 1ex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbbbbb; }
  .main_content td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #cccccc;
    padding: 0.5ex 1ex; }
  .main_content img {
    max-width: 100%; }

footer {
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    footer {
      margin-top: 15px; } }
  footer > div {
    width: 1000px;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 999px) {
      footer > div {
        width: 100%; } }
    @media print {
      footer > div .fnav {
        display: none; } }
    footer > div .fnav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 12px 0;
      list-style-type: none;
      font-size: 80%;
      color: #989898; }
      @media print {
        footer > div .fnav ul {
          padding: 0 0; } }
      footer > div .fnav ul li {
        margin: 0;
        padding: 0; }
        footer > div .fnav ul li::after {
          content: "|";
          padding: 0 1.5em;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            footer > div .fnav ul li::after {
              content: none; } }
        footer > div .fnav ul li:last-child::after {
          content: none; }
        footer > div .fnav ul li a {
          display: inline-block;
          vertical-align: middle;
          background-size: 8px 12px;
          text-decoration: none;
          color: #989898; }
          footer > div .fnav ul li a:hover, footer > div .fnav ul li a:active {
            color: #ab45a9; }
      @media only screen and (max-width: 767px) {
        footer > div .fnav ul {
          font-size: 90%;
          flex-direction: column;
          margin: auto; }
          footer > div .fnav ul li {
            margin: 0.5ex 2em; } }
    @media print {
      footer > div .footer_logo {
        display: none; } }
    footer > div .footer_logo img {
      margin: 0 auto;
      display: block;
      height: 50px; }
    footer > div .logo_md {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media print {
        footer > div .logo_md {
          top: 0;
          bottom: auto; } }
      footer > div .logo_md img {
        width: 40px;
        display: block; }
        @media print {
          footer > div .logo_md img {
            width: 30px; } }
    footer > div .logo_ce {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media print {
        footer > div .logo_ce {
          top: 0;
          bottom: auto; } }
      footer > div .logo_ce img {
        width: 75px;
        display: block; }
        @media only screen and (max-width: 767px) {
          footer > div .logo_ce img {
            width: 48px; } }
        @media print {
          footer > div .logo_ce img {
            width: 50px; } }
    footer > div .footer_copy {
      color: #989898;
      font-size: 70%;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        footer > div .footer_copy {
          margin-right: 50px;
          margin-left: 50px; } }
      footer > div .footer_copy > span {
        display: inline-block; }
    footer > div .footer_version {
      font-size: 90%;
      display: inline-block;
      vertical-align: baseline;
      border: 1px solid #aaaaaa;
      padding: 0.1ex 1ex;
      margin: 0 1ex;
      border-radius: 2px; }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .pc_only {
    display: none; } }
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .tab_only {
    display: none; } }
@media only screen and (max-width: 767px) {
  .tab_only {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .sp_only {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sp_only {
    display: none; } }

@media only screen and (min-width: 1000px) {
  .pc_none {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .tab_none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

.print_only {
  display: none; }
  @media print {
    .print_only {
      display: block; } }

@media print {
  .print_none {
    display: none; } }

.columned {
  display: flex;
  margin: 0 -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  list-style-type: none; }
  .columned > * {
    margin: 0 0 1em;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }

.pc_column1,
.pc_column2,
.pc_column3,
.pc_column4,
.pc_column5 {
  flex-wrap: wrap; }

.pc_column2 > * {
  width: 50%; }

.pc_column3 > * {
  width: 33.33%; }

.pc_column4 > * {
  width: 25.00%; }

.pc_column5 > * {
  width: 20.00%; }

@media only screen and (max-width: 767px) {
  .sp_column1,
  .sp_column2,
  .sp_column3 {
    flex-wrap: wrap; }

  .sp_column1 > * {
    width: 100%; }

  .sp_column2 > * {
    width: 50%; }

  .sp_column3 > * {
    width: 33.33%; }

  .sp_column4 > * {
    width: 25.00%; }

  .sp_column5 > * {
    width: 20.00%; } }
.header_note {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .header_note {
      padding: 20px 15px; } }
  @media print {
    .header_note {
      padding: 10px 0 0; } }
  .header_note > div {
    width: 1000px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: auto; }
    @media only screen and (max-width: 999px) {
      .header_note > div {
        width: auto; } }
  .header_note .header_note_body {
    display: flex; }
    .header_note .header_note_body .header_note_title {
      text-align: center;
      background: #fbf9f3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px;
      box-sizing: border-box;
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .header_note .header_note_body .header_note_title {
          width: auto; } }
    .header_note .header_note_body .header_note_content {
      padding: 10px;
      flex-grow: 1; }
      .header_note .header_note_body .header_note_content .header_note_content_head {
        text-align: right; }
        @media print {
          .header_note .header_note_body .header_note_content .header_note_content_head {
            display: none; } }
      .header_note .header_note_body .header_note_content .header_note_content_body {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .header_note .header_note_body .header_note_content .header_note_content_body {
            display: block; } }
        .header_note .header_note_body .header_note_content .header_note_content_body > * {
          display: flex;
          align-items: center;
          padding: 5px;
          box-sizing: border-box;
          width: 50%;
          flex-grow: 1; }
          @media only screen and (max-width: 767px) {
            .header_note .header_note_body .header_note_content .header_note_content_body > * {
              display: block;
              width: 100%; } }
          .header_note .header_note_body .header_note_content .header_note_content_body > * > * {
            padding: 5px 5px 0;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .header_note .header_note_body .header_note_content .header_note_content_body > * > * input[type="text"] {
              text-align: left;
              width: 200px; }
              @media print {
                .header_note .header_note_body .header_note_content .header_note_content_body > * > * input[type="text"] {
                  font-size: 85%; } }

.footer_note {
  padding: 20px 0;
  box-sizing: border-box; }
  @media print {
    .footer_note {
      padding: 10px 0 0; } }
  @media only screen and (max-width: 767px) {
    .footer_note {
      padding: 10px 10px 0; } }
  .footer_note > div {
    max-width: 1000px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .footer_note > div {
        width: auto; } }
  .footer_note .footer_note_body {
    display: flex; }
    .footer_note .footer_note_body .footer_note_title {
      text-align: center;
      background: #fbf9f3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px;
      box-sizing: border-box;
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .footer_note .footer_note_body .footer_note_title {
          width: auto; } }
    .footer_note .footer_note_body .footer_note_content {
      padding: 10px;
      flex-grow: 1;
      box-sizing: border-box;
      width: 80%; }
      .footer_note .footer_note_body .footer_note_content .footer_note_content_head {
        text-align: right; }
        @media print {
          .footer_note .footer_note_body .footer_note_content .footer_note_content_head {
            display: none; } }
      .footer_note .footer_note_body .footer_note_content .footer_note_content_body {
        flex-grow: 1; }
        .footer_note .footer_note_body .footer_note_content .footer_note_content_body textarea {
          width: 100%;
          text-align: left;
          overflow: hidden; }
          @media print {
            .footer_note .footer_note_body .footer_note_content .footer_note_content_body textarea {
              font-size: 85%; } }

.parallel_element:after {
  content: "";
  display: block;
  clear: both; }
.parallel_element > div {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 999px) {
    .parallel_element > div {
      width: 100%;
      float: none;
      padding: 2px 0; } }

.input_justify {
  display: table; }
  .input_justify > div {
    display: table-row; }
    .input_justify > div > span {
      display: table-cell;
      vertical-align: middle;
      white-space: nowrap;
      padding-top: 0.5ex;
      padding-bottom: 0.5ex; }
      .input_justify > div > span:first-child {
        white-space: normal;
        text-align: right;
        padding-right: 0.5ex; }
      .input_justify > div > span:last-child {
        text-align: left;
        padding-left: 0.5ex; }
  @media only screen and (max-width: 767px) {
    .input_justify {
      margin: auto; } }
  .input_justify .hr {
    height: 1.5em; }

.result_column:after {
  content: "";
  display: block;
  clear: both; }
.result_column > div:first-child {
  float: left;
  width: 55%;
  padding-right: 15px;
  box-sizing: border-box; }
.result_column > div:last-child {
  float: right;
  width: 45%;
  padding-left: 5px;
  box-sizing: border-box; }
  .result_column > div:last-child table {
    width: 100%; }
@media only screen and (max-width: 999px) {
  .result_column {
    width: 100%; }
    .result_column > div:first-child {
      float: none;
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 1em; }
    .result_column > div:last-child {
      float: none;
      width: auto;
      padding-right: 0;
      padding-left: 0; } }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.icon_rotate {
  height: 0.8em;
  margin-right: 0.5ex;
  vertical-align: middle; }

#result {
  padding: 50px 0 1px;
  background: url(../img/flow_down.png) 50% 0 no-repeat;
  background-size: 67px 20px; }
  #result .bordered_table td {
    text-align: center; }
  @media print {
    #result {
      padding: 20px 0 1px;
      background: none; } }

.screen_no {
  display: none !important; }

@media print {
  .print_no {
    display: none !important; } }
.bordered_table {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
  .bordered_table thead th {
    text-align: center; }
  @media print {
    .bordered_table table,
    .bordered_table th,
    .bordered_table td {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #555555; } }
  @media print {
    .bordered_table.recolumned table,
    .bordered_table.recolumned th,
    .bordered_table.recolumned td {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #555555; } }
  @media only screen and (max-width: 999px) {
    .bordered_table.recolumned {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .bordered_table.recolumned {
      border-bottom: none;
      border-right: none;
      display: block;
      box-sizing: border-box; }
      .bordered_table.recolumned thead,
      .bordered_table.recolumned tbody,
      .bordered_table.recolumned tr {
        display: block;
        width: 100%; }
      .bordered_table.recolumned tr:after {
        content: "";
        display: block;
        clear: both; }
      .bordered_table.recolumned th,
      .bordered_table.recolumned td {
        display: block;
        box-sizing: border-box;
        width: 100%;
        border-top: none;
        white-space: normal; }
      .bordered_table.recolumned td {
        text-align: center; }
      .bordered_table.recolumned th {
        clear: both; }
        .bordered_table.recolumned th[rowspan] {
          background: #e8e8e8; }
      .bordered_table.recolumned thead td,
      .bordered_table.recolumned thead th {
        background: #e8e8e8; }
      .bordered_table.recolumned.simple th, .bordered_table.recolumned.standard th {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .bordered_table.recolumned.toric_model_table td {
      width: 25%;
      box-sizing: border-box;
      float: left;
      padding: 0.5ex 0; }
      .bordered_table.recolumned.toric_model_table td.merged {
        width: 100%; } }
  .bordered_table.recolumned.toric_model_table thead td {
    vertical-align: middle; }
    .bordered_table.recolumned.toric_model_table thead td img {
      display: block;
      height: 26px;
      margin: auto; }

.radio_group {
  display: flex; }
  .radio_group.tr {
    display: table-row; }
  @media only screen and (max-width: 767px) {
    .radio_group {
      justify-content: center; } }
  .radio_group input[type="radio"] {
    display: none;
    font-weight: 600; }
    .radio_group input[type="radio"] + label {
      display: inline-block;
      padding: 0.5ex 1.5em;
      cursor: pointer;
      margin: 0 1px;
      background-color: #313131;
      color: #ffffff;
      transition: 0.2s background; }
      .radio_group input[type="radio"] + label:first-of-type {
        border-radius: 5px 0 0 5px;
        margin-left: 0; }
      .radio_group input[type="radio"] + label:last-of-type {
        border-radius: 0 5px 5px 0;
        margin-right: 0; }
      .radio_group input[type="radio"] + label:first-of-type:last-of-type {
        border-radius: 5px;
        margin-right: 0; }
      .radio_group input[type="radio"] + label:hover {
        background: #555555; }
      .radio_group input[type="radio"] + label:active {
        background: #e849a3; }
      .radio_group input[type="radio"] + label.wrong_input {
        background: #b12300; }
      @media print {
        .radio_group input[type="radio"] + label {
          display: none; } }
    .radio_group input[type="radio"]:checked + label {
      background-color: #ab45a9;
      color: #ffffff; }
      @media print {
        .radio_group input[type="radio"]:checked + label {
          background-color: transparent;
          display: block;
          color: #333333; } }
  .radio_group.btn_large input[type="radio"] + label {
    font-size: 120%; }

.header_note input[type="text"],
.footer_note textarea,
.mainform select,
.mainform input[type="text"],
#result input[type="text"] {
  width: 100px;
  font-size: 120%;
  padding: 0.5ex 0.5ex;
  font-family: "Roboto", Arial, Helvetica, "sans-serif";
  box-sizing: border-box;
  text-align: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  border: 1px solid #ffffff;
  border-radius: 3px;
  vertical-align: middle;
  transition: all 0.2s; }
  @media only screen and (max-width: 999px) {
    .header_note input[type="text"],
    .footer_note textarea,
    .mainform select,
    .mainform input[type="text"],
    #result input[type="text"] {
      width: 120px; } }
  .header_note input[type="text"].wrong_input,
  .footer_note textarea.wrong_input,
  .mainform select.wrong_input,
  .mainform input[type="text"].wrong_input,
  #result input[type="text"].wrong_input {
    border-color: #ff3300;
    background-color: #ffeeee; }

@media only screen and (max-width: 767px) {
  .mainform {
    font-size: 90%; } }

.mainform select {
  width: auto; }
  @media only screen and (max-width: 767px) {
    .mainform select {
      font-size: 100%; } }

.toric_list_table {
  font-size: 80%; }

.mainform select.sp_large {
  width: auto; }

@media print {
  .mainform select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button; }
    .mainform select::-ms-expand {
      display: none; } }
.mainform option span {
  display: block;
  text-align: right;
  width: 100%;
  box-sizing: border-box; }

#behind_setting,
#sia_setting {
  display: block;
  padding: 1ex 0 0; }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  max-width: 100%;
  width: 180px;
  padding: 0;
  background-color: #ab45a9;
  font-size: 1.3em;
  height: 4px;
  border-radius: 2px;
  vertical-align: middle;
  display: block;
  box-sizing: border-box; }
  input[type="range"]:focus, input[type="range"]:active {
    outline: none; }
  input[type="range"]:focus {
    outline: none; }
  input[type="range"]::-slider-runnable-track, input[type="range"]::-webkit-slider-runnable-track {
    height: 4px; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #ab45a9;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 999px) {
      input[type="range"]::-webkit-slider-thumb {
        height: 24px; } }
  input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    border-color: transparent;
    color: transparent; }
  input[type="range"]::-ms-fill-lower {
    background: #ab45a9;
    cursor: pointer; }
  input[type="range"]::-ms-fill-upper {
    background: #ffffff;
    cursor: pointer; }
  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #ab45a9;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 999px) {
      input[type="range"]::-ms-thumb {
        height: 24px; } }
  input[type="range"]::-ms-tooltip {
    display: none; }
  @media only screen and (max-width: 999px) {
    input[type="range"] {
      margin: 6px 0; } }

@supports (-ms-ime-align: auto) {
  input[type=range] {
    height: 30px;
    background-color: transparent !important; }
    input[type=range]::-webkit-slider-thumb {
      margin-top: 0 !important; } }
@media all and (-ms-high-contrast: none) {
  input[type=range] {
    height: 30px;
    background-color: transparent !important; }
    input[type=range]::-webkit-slider-thumb {
      margin-top: 0 !important; } }
input[type="range"]:disabled {
  background-color: #eedaee; }
  input[type="range"]:disabled::-webkit-slider-thumb {
    background-color: #eedaee; }
  input[type="range"]:disabled::-ms-fill-lower {
    background: #eedaee; }
  input[type="range"]:disabled::-ms-thumb {
    background-color: #eedaee; }

.preop_cell {
  width: 30%;
  box-sizing: border-box; }

.rescell {
  width: 16%;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.normal_btn {
  display: inline-block;
  border-radius: 4px;
  margin: 1em auto;
  padding: 0.5em 4em;
  border: none;
  background-color: #ab45a9;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto", "Yu Gothic", YuGothic, "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #ffffff;
  font-size: 110%;
  line-height: 1.2em;
  letter-spacing: 0.2ex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer; }
  .normal_btn.btn_small {
    padding: 0.5em 1em; }
  .normal_btn:hover {
    background-color: #cd4dcb; }
  .normal_btn:active {
    background-color: #e849a3; }
  .normal_btn:focus {
    outline: 0; }
  @media all and (-ms-high-contrast: none) {
    .normal_btn {
      font-family: "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; } }

.error_message {
  border: #dd0000 solid 4px;
  padding: 1em 2.5em;
  color: #dd0000; }

.notice_message {
  margin: 1em 0 1em;
  border: #dddddd solid 4px;
  padding: 1em 2.5em;
  font-size: 120%; }

@media print {
  #print_btn {
    display: none; } }

@media print {
  #submit_btn,
  #reset_btn {
    display: none; } }

.btn_add,
.btn_sub {
  background: #ab45a9 50% 50% no-repeat;
  background-size: 12px;
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-indent: 300%;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  margin: 0 3px;
  box-sizing: border-box;
  font-size: 0;
  outline: none; }
  .btn_add:focus,
  .btn_sub:focus {
    background-color: #4d074c; }
  .btn_add:hover,
  .btn_sub:hover {
    background-color: #cd4dcb; }
  .btn_add:active,
  .btn_sub:active {
    background-color: #000000; }
  .btn_add:disabled,
  .btn_sub:disabled {
    background-color: #eedaee; }
  @media only screen and (max-width: 999px) {
    .btn_add,
    .btn_sub {
      width: 2rem;
      height: 2rem; } }
  @media print {
    .btn_add,
    .btn_sub {
      display: none !important; } }

.btn_add {
  background-image: url(../img/icon_add.png); }

.btn_sub {
  background-image: url(../img/icon_sub.png); }

.arrowed {
  background: url(../img/arrow_link.png) 0 50% no-repeat;
  background-size: 16px 16px;
  padding-left: 20px; }

.splitter_cell {
  width: 5px;
  padding: 0 !important;
  background: #f8f8f8; }

.lowlight {
  background: #fff9ff;
  color: #5f3f5e; }

.highlight {
  background: #ffeeff;
  color: #870084; }
  @media print {
    .highlight {
      background: #f2d6f2; } }

em {
  font-size: 110%;
  font-weight: 600;
  font-style: normal; }

#result input[type="text"].free_text {
  display: block;
  border: #dddddd;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
  text-align: left;
  width: 100%; }
  @media print {
    #result input[type="text"].free_text {
      box-shadow: none; } }

.free_note {
  margin-top: 1em; }
  .free_note textarea {
    margin: 0;
    padding: 0.5ex 0.5ex;
    box-sizing: border-box;
    font-family: "Roboto", Arial, Helvetica, "sans-serif";
    display: block;
    height: 120px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    border: 1px solid #ffffff;
    border-radius: 3px;
    vertical-align: middle;
    transition: width 0.3s; }
    @media print {
      .free_note textarea {
        box-shadow: none; } }

.tabled_list {
  margin: 1ex 0;
  padding: 0;
  list-style-type: none;
  display: table; }
  .main_content > .tabled_list {
    margin-left: 15px;
    margin-right: 15px; }
  .tabled_list > li {
    margin: 0;
    padding: 0;
    display: table-row; }
    .tabled_list > li > div,
    .tabled_list > li > span {
      display: table-cell; }
      .tabled_list > li > div:first-child,
      .tabled_list > li > span:first-child {
        width: 1ex;
        white-space: nowrap;
        padding-right: 1ex; }

/*# sourceMappingURL=general.css.map */
