@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana, 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka',
    'ＭＳ Ｐゴシック', sans-serif;
  *font-size: small;
  *font: x-small;
}

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

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

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

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #fff;
}

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

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

fieldset,
img {
  border: 0;
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/*sup{vertical-align:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/
/*トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
*/
/*透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
*/
/*背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}
*/
@keyframes load01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    height: 100vh;
  }
  99% {
    opacity: 0;
    height: 100vh;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
/*gradient*/
/*gradient*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}

/*color*/
/*color*/
/*drag*/
::selection {
  background: #0fa7e4;
  color: #fff;
}

::-moz-selection {
  background: #0fa7e4;
  color: #fff;
}

/*drag*/
/* html setting */
body {
  color: #687a89;
  background: #fff;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-feature-settings: 'palt' 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', YuGothic, Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 833px) {
  body {
    font-size: 13px;
  }
}
body a {
  text-decoration: none;
  color: #687a89;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #0fa7e4;
}

.link {
  text-align: center;
}
.link a {
  border-radius: 22px;
  line-height: 43px;
  font-size: 14px;
  min-width: 210px;
  font-weight: bold;
  border: solid 1px #687a89;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
}
.link a:hover {
  opacity: 1;
  background: #687a89;
  color: #0fa7e4;
}

/* html setting */
.inview {
  opacity: 0;
  opacity: 0;
  -webkit-transition: all 1.3s cubic-bezier(0, 0.68, 0.34, 1) 0s;
  -o-transition: all 1.3s cubic-bezier(0, 0.68, 0.34, 1) 0s;
  transition: all 1.3s cubic-bezier(0, 0.68, 0.34, 1) 0s;
}

.inview.show {
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

* {
  outline: none;
  list-style: none;
}

/**/
/*font*/
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Regular');
  font-weight: 100;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Regular');
  font-weight: 200;
}
@font-face {
  font-family: number;
  src: local('Helvetica Neue Regular');
  font-weight: 100;
  unicode-range: U+0030-0039;
}
/** ---------------- font/_default.scss - */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?4u5ywn');
  src: url('fonts/icomoon.eot?4u5ywn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4u5ywn') format('truetype'), url('fonts/icomoon.woff?4u5ywn') format('woff'),
    url('fonts/icomoon.svg?4u5ywn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-down:before {
  content: '\e900';
}

.icon-clinic01:before {
  content: '\e901';
}

.icon-clinic02:before {
  content: '\e902';
}

.icon-clinic03:before {
  content: '\e903';
}

.icon-csv:before {
  content: '\e904';
}

.icon-home:before {
  content: '\e905';
}

.icon-info:before {
  content: '\e906';
}

.icon-kit:before {
  content: '\e907';
}

.icon-mail:before {
  content: '\e908';
}

.icon-patient01:before {
  content: '\e909';
}

.icon-patient02:before {
  content: '\e90a';
}

.icon-patient03:before {
  content: '\e90b';
}

.icon-result01:before {
  content: '\e90c';
}

.icon-result02:before {
  content: '\e90d';
}

.icon-result03:before {
  content: '\e90e';
}

.icon-setting:before {
  content: '\e90f';
}

.icon-tools-2:before {
  content: '\e910';
}

#manual_loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0fa7e4;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  z-index: 100000001;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0fa7e4;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  z-index: 100000000;
}

.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 100px auto;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.site_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.header {
  position: fixed;
  width: 100%;
  background: #f4f4f4;
  padding-left: 236px;
  box-sizing: border-box;
  z-index: 999;
}
.header .header_in {
  padding: 0 18px;
  min-height: 54px;
  position: relative;
}

.header_nav {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 68px;
}
.header_nav .info {
  margin-left: 10px;
}
.header_nav .info a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 15px;
  background: #fff;
  border: solid 1px #2a3e52;
  box-sizing: border-box;
  color: #2a3e52;
}
.header_nav .info a .info_icon {
  font-size: 1.2em;
  display: inline-block;
  padding-right: 3px;
}
.header_nav .info a .info_txt {
  font-size: 0.9em;
  font-weight: bold;
}
.header_nav .info a:hover {
  opacity: 1;
  background: #2a3e52;
  color: #fff;
}

.header_logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #0fa7e4;
  display: none;
}
.header_logo a {
  display: block;
  padding: 0px 8px;
}
.header_logo a svg {
  width: 50px;
  height: auto;
}

#toggleMenu {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 100;
  width: 30px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 10;
  background: none;
  margin-top: -13px;
  cursor: pointer;
  display: none;
}
#toggleMenu span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #687a89;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#toggleMenu span:nth-child(1) {
  top: 0;
}
#toggleMenu span:nth-child(2),
#toggleMenu span:nth-child(4) {
  top: calc(50%);
  margin-top: -1.5px;
}
#toggleMenu span:nth-child(3) {
  bottom: 0;
}
#toggleMenu.active span {
  bottom: auto;
}
#toggleMenu.active span:nth-child(1),
#toggleMenu.active span:nth-child(3) {
  opacity: 0;
}
#toggleMenu.active span:nth-child(2) {
  transform: rotate(-45deg);
}
#toggleMenu.active span:nth-child(4) {
  transform: rotate(45deg);
}

.vertical_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 236px;
  min-height: 100vh;
  background-color: #2a3e52;
  z-index: 1000;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.vertical_nav .vertical_nav_logo {
  width: 236px;
  text-align: center;
  padding: 32px 0 28px;
  background: #0fa7e4;
  z-index: 10000;
}
.vertical_nav .vertical_nav_logo a {
  display: inline-block;
  width: 134px;
  height: 99px;
}
.vertical_nav .vertical_nav_logo a svg {
  width: 100%;
  height: auto;
}
.vertical_nav #js-menu {
  padding-top: 18px;
}
.vertical_nav #js-menu .menu--item .menu--link {
  position: relative;
  padding: 13px 16px;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.vertical_nav #js-menu .menu--item .menu--link:hover {
  opacity: 1;
  background: #131e2a;
}
.vertical_nav #js-menu .menu--item .menu--link.active {
  background: #131e2a;
}
.vertical_nav #js-menu .menu--item .menu--link .menu--icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #cbd5e2;
  font-size: 21px;
  margin-right: 7px;
}
.vertical_nav #js-menu .menu--item .menu--link .menu--label {
  color: #cbd5e2;
  font-weight: bold;
}
.vertical_nav #js-menu .menu--item .menu_btn {
  position: relative;
  cursor: pointer;
}
.vertical_nav #js-menu .menu--item .menu_btn:after {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90f';
  color: #cbd5e2;
  font-size: 16px;
}
.vertical_nav #js-menu .menu--item .sub_menu {
  padding: 0 18px 13px;
  background: #131e2a;
  display: none;
}
.vertical_nav #js-menu .menu--item .sub_menu .sub_menu--item .sub_menu--link {
  display: block;
  padding: 8px 0;
  color: #cbd5e2;
}
.vertical_nav #js-menu .menu--item .sub_menu .sub_menu--item .sub_menu--link:hover {
  opacity: 1;
  color: #0fa7e4;
}
.vertical_nav #js-menu .menu--item.active .menu_btn {
  background: #131e2a;
}
.vertical_nav #js-menu .menu--item.active .menu_btn:after {
  transform: rotate(180deg);
}
.vertical_nav #js-menu .menu--item.active .sub_menu {
  height: auto;
}

.copyright {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  padding: 0 18px;
  font-size: 12px;
  box-sizing: border-box;
}

/**/
@media screen and (max-width: 833px) {
  .header {
    padding-left: 0px;
  }
  .header .header_in {
    padding: 0px 3%;
  }

  .header_logo {
    display: flex;
  }

  #toggleMenu {
    display: block;
    right: 3%;
  }

  .header_nav {
    margin-right: 50px;
    height: 54px;
  }
  .header_nav .info {
    margin-left: 7px;
  }
  .header_nav .info a {
    padding: 0px 10px;
    line-height: 32px;
  }

  .vertical_nav {
    position: fixed;
    left: inherit;
    right: -100%;
    top: 54px;
    width: 100%;
    max-width: 236px;
    min-height: calc(100vh - 54px);
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vertical_nav.active {
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .vertical_nav .vertical_nav_logo {
    width: 100%;
    display: none;
  }
  .vertical_nav #js-menu {
    padding-top: 0px;
  }
  .vertical_nav #js-menu .menu--item .menu--link {
    padding: 11px 16px;
  }
  .vertical_nav #js-menu .menu--item .menu--link:hover {
    background: #2a3e52;
  }
  .vertical_nav #js-menu .menu--item.active .menu_btn {
    background: #131e2a;
  }
  .vertical_nav #js-menu .menu--item.active .menu_btn:after {
    transform: rotate(180deg);
  }
  .vertical_nav #js-menu .menu--item.active .sub_menu {
    height: auto;
  }

  .copyright {
    font-size: 10px;
  }
}
/* //footer */
/**/
/*
    ============================================
    全ページ共通css開始
    この部分でコンテンツ部分を装飾
    ============================================
*/
.wrapper {
  margin-top: 68px;
  position: relative;
  flex: 1;
  width: 100%;
  max-width: calc(100% - 236px);
  margin-left: 236px;
  box-sizing: border-box;
  z-index: 998;
}
.wrapper article {
  padding: 2rem 0;
  width: 94%;
  max-width: 892px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper article.inspection_list {
  max-width: 1024px;
}
.wrapper article h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cbd6e2;
  font-weight: bold;
}
.wrapper .contents_in {
  padding: 0 1rem;
  color: #333;
  font-size: 16px;
}
.wrapper .twilight-wrapper {
  width: auto;
}
.wrapper .content_gray article h2 {
  margin-bottom: 0px;
}
.wrapper .content_gray article .contents_in {
  padding: 32px 1rem;
  background: #f4f4f4;
}
.wrapper .content_gray article .contents_in_print {
  padding: 0px 1rem 10px 1rem;
}
.wrapper .content_gray article .contents_in .ta {
  background: #fff;
}
.wrapper .csv_block {
  background: #fff;
  padding: 2rem 1rem;
}
.wrapper .csv_block h3 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 28px;
  border-bottom: solid 2px #687a89;
}

@media screen and (max-width: 833px) {
  .wrapper {
    margin-top: 54px;
    margin-left: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
  .wrapper .contents_in {
    padding: 0px;
    font-size: 13px;
  }
  .wrapper article h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
/*
    ============================================
    全ページ共通css終了
    ============================================
*/
/*
    ============================================
    トップページcss開始
    ============================================
*/
/*
    ----------------------
    トップページニュース部分css
    ----------------------
*/
.news_block {
  overflow: auto;
  height: 250px;
  width: 100%;
}
.news_block li {
  margin-bottom: 24px;
}
.news_block li:last-child {
  margin-bottom: 0px;
}
.news_block li span,
.news_block li i {
  display: block;
}
.news_block li span {
  font-size: 13px;
}
.news_block li i {
  font-size: 16px;
}
@media screen and (max-width: 833px) {
  .news_block li span {
    font-size: 11px;
  }
  .news_block li i {
    font-size: 14px;
  }
}

/*
    ============================================
    トップページcss終了
    ============================================
*/
/*
    ============================================
    フォームcss開始
    この部分でフォーム関係を装飾
    ============================================
*/
/*
    ----------------------
    エラー部分css
    ----------------------
*/
.info_block .info_in {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
.info_block .info_in.caution {
  color: #ff5b10;
}
/*
    ----------------------
    エラー部分css
    ----------------------
*/
.err_block .err_in {
  padding: 1rem;
  background: #ff8705;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: bold;
}

.th_error .err_in {
  display: block;
  margin-top: 6px;
  padding: 6px 10px;
  max-width: 400px;
  font-size: 13px;
  color: #fff;
  background: #ff8705;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
}

/*
    ----------------------
    共通テーブル
    ----------------------
*/
div.text-wrap {
  white-space: pre;
}
.ta {
  table-layout: fixed;
  width: 100%;
}
.ta tr th,
.ta tr td {
  padding-bottom: 26px;
}
.ta tr input {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  line-height: 40px;
  height: 40px;
  border-radius: 0px;
}
.ta tr input:focus {
  border-bottom-color: #0fa7e4;
}
.ta tr .select_box {
  display: block;
  margin-top: 12px;
  padding: 0 10px;
  box-shadow: none;
  box-sizing: border-box;
  border: solid 1px #d6d6d6;
  max-width: 400px;
  border-radius: 4px;
}
.ta tr .select_box select {
  border: none;
  line-height: 1;
  background: transparent;
  border: none;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.ta tr .select_box:focus {
  border-color: #0fa7e4;
}
.ta tr .radio {
  display: inline-block;
  margin-right: 10px;
}
.ta tr .radio input {
  display: none;
}
.ta tr .radio span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
}
.ta tr .radio span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.ta tr .radio span:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #0fa7e4;
  border-radius: 50%;
  opacity: 0;
}
.ta tr .radio input:checked + span {
  color: #0fa7e4;
}
.ta tr .radio input:checked + span:after {
  opacity: 1;
}
.ta tr th {
  width: 23%;
  line-height: 40px;
}

.ta tr th.top {
  vertical-align: top;
}

.ta tr th.left {
  text-align: left;
}

.ta tr th span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 3px;
  color: #fff;
  background: #ff8705;
  font-weight: bold;
  margin-left: 8px;
}
.ta tr th.required:after {
  content: '*';
  color: #ff8705;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}
.required:after {
  content: '*';
  color: #ff8705;
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
}
.ta tr td {
  width: 77%;
}
.ta tr td div p {
  display: inline-block;
  line-height: 1;
  padding: 6px 8px;
  font-weight: bold;
  color: #fff;
}
.ta tr td .result-low .result_icon_low {
  width: 38px;
  height: 38px;
  background: #78ea00;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #78ea00;
  background-image: url(../../images/result_icon01.png);
}
.ta tr td .result-low .result_icon_middle {
  width: 38px;
  height: 38px;
  background: #78ea00;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffd123;
  background-image: url(../../images/result_icon02.png);
}
.ta tr td .result-low .result_icon_high {
  width: 38px;
  height: 38px;
  background: #78ea00;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ff7a4d;
  background-image: url(../../images/result_icon03.png);
}
.ta tr td .status-good p {
  background: #0fa7e4;
}
.ta tr td .status-alert p {
  background: #ff8705;
}
.ta tr td textarea {
  border: solid 1px #cbd6e2;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
.ta tr td i {
  display: none;
}
.ta tr td .txt {
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
}

.ta tr td.top {
  vertical-align: top;
}

.ta tr td.left {
  text-align: left;
}

.ta tr .w100 {
  max-width: 100%;
}
.ta tr .w30 {
  max-width: 300px;
}
@media screen and (max-width: 833px) {
  .ta tr th,
  .ta tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }
  .ta tr th {
    font-weight: bold;
    line-height: inherit;
    padding-bottom: 0px;
  }
  .ta tr th span {
    font-size: 10px;
  }
  .ta tr td i {
    display: block;
    font-weight: bold;
  }
  .ta tr.sp_none {
    display: none !important;
  }
  .ta tr input {
    max-width: 100%;
  }
  .ta tr input[type='date'],
  .ta tr input[type='time'] {
    height: 40px;
  }
  .ta tr .w30,
  .ta tr .w100 {
    max-width: 100%;
  }
}

/*
    ----------------------
    ログインテーブル
    ----------------------
*/
.login_table tr td input {
  border-bottom: solid 1px #d6d6d6;
}

/*
    ----------------------
    オンライン発注テーブル
    ----------------------
*/
.order_table tr th {
  width: 30%;
}
.order_table tr td {
  width: 70%;
}

/*
    ----------------------
    医院登録テーブル
    ----------------------
*/
.add_table tr th {
  width: 30%;
}
.add_table tr td {
  width: 70%;
}
@media screen and (max-width: 833px) {
  .add_table tr th,
  .add_table tr td {
    width: 100%;
    max-width: 100%;
  }
}

/*
    ----------------------
    リストテーブル
    ----------------------
*/
.list_table tr th,
.list_table tr td {
  text-align: center;
  vertical-align: middle;
}
.list_table tr th {
  background: #2a3e52;
  color: #fff;
  padding: 16px 5px;
  line-height: inherit;
}
.list_table tr td {
  padding: 20px 5px;
  border-bottom: solid 1px #d6d6d6;
}
.list_table tr td .w09 {
  padding: 5px 5px;
  border: solid 1px #d6d6d6;
  font-weight: bold;
}
.list_table tr td a {
  padding-right: 16px;
  position: relative;
  color: #687a89;
  font-weight: bold;
}
.list_table tr td a:before,
.list_table tr td a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: solid 2px #687a89;
  border-right: solid 2px #687a89;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.list_table tr td a:after {
  right: 7px;
}
.list_table tr td a:hover {
  opacity: 1;
  color: #2a3e52;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.list_table tr td a:hover:before,
.list_table tr td a:hover:after {
  border-color: #2a3e52;
}
.list_table tr .w01 {
  width: 20%;
}
.list_table tr .w02 {
  width: 22%;
}
.list_table tr .w03 {
  width: 14%;
}
.list_table tr .w04 {
  width: 90px;
}
.list_table tr .w05 {
  width: 100%;
  text-align: left;
}
.list_table tr .w06 {
  width: 140px;
}
.list_table tr .w07 {
  width: 100%;
}
.list_table tr .w08 {
  width: 40%;
}
.list_table tr .w09 {
  width: 14%;
  white-space: nowrap;
  padding: 5px;
}
.list_table tr .w10 {
  width: 8%;
  padding: 5px;
}
.list_table tr td input {
  border-bottom: solid 1px #cbd6e2;
}
@media screen and (max-width: 833px) {
  .list_table tr {
    display: block;
    padding: 10px 8px;
    background: #f4f4f4;
    margin-bottom: 10px;
  }
  .list_table tr td {
    padding: 1rem;
    box-sizing: border-box;
  }
  .list_table tr td:last-child {
    border-bottom: none;
  }
  .list_table tr .w01,
  .list_table tr .w02,
  .list_table tr .w03,
  .list_table tr .w04,
  .list_table tr .w05,
  .list_table tr .w06,
  .list_table tr .w07 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    text-align: right;
  }
  .list_table tr .w01 i,
  .list_table tr .w02 i,
  .list_table tr .w03 i,
  .list_table tr .w04 i,
  .list_table tr .w05 i,
  .list_table tr .w06 i,
  .list_table tr .w07 i {
    display: block;
    padding-right: 15px;
    width: 90px;
    text-align: left;
  }
  .list_table tr .w01 span,
  .list_table tr .w02 span,
  .list_table tr .w03 span,
  .list_table tr .w04 span,
  .list_table tr .w05 span,
  .list_table tr .w06 span,
  .list_table tr .w07 span {
    flex: 1;
  }
  .list_table tr .w01 a,
  .list_table tr .w02 a,
  .list_table tr .w03 a,
  .list_table tr .w04 a,
  .list_table tr .w05 a,
  .list_table tr .w06 a,
  .list_table tr .w07 a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background: #2a3e52;
    color: #fff;
    box-sizing: border-box;
  }
  .list_table tr .w01 a:before,
  .list_table tr .w01 a:after,
  .list_table tr .w02 a:before,
  .list_table tr .w02 a:after,
  .list_table tr .w03 a:before,
  .list_table tr .w03 a:after,
  .list_table tr .w04 a:before,
  .list_table tr .w04 a:after,
  .list_table tr .w05 a:before,
  .list_table tr .w05 a:after,
  .list_table tr .w06 a:before,
  .list_table tr .w06 a:after,
  .list_table tr .w07 a:before,
  .list_table tr .w07 a:after {
    border-color: #fff;
    right: 17px;
  }
  .list_table tr .w01 a:after,
  .list_table tr .w02 a:after,
  .list_table tr .w03 a:after,
  .list_table tr .w04 a:after,
  .list_table tr .w05 a:after,
  .list_table tr .w06 a:after,
  .list_table tr .w07 a:after {
    right: 24px;
  }
  .list_table tr .w01 a:hover,
  .list_table tr .w02 a:hover,
  .list_table tr .w03 a:hover,
  .list_table tr .w04 a:hover,
  .list_table tr .w05 a:hover,
  .list_table tr .w06 a:hover,
  .list_table tr .w07 a:hover {
    background: #0fa7e4;
    color: #fff;
    background: #2a3e52;
  }
  .list_table tr .w01 a:hover:before,
  .list_table tr .w01 a:hover:after,
  .list_table tr .w02 a:hover:before,
  .list_table tr .w02 a:hover:after,
  .list_table tr .w03 a:hover:before,
  .list_table tr .w03 a:hover:after,
  .list_table tr .w04 a:hover:before,
  .list_table tr .w04 a:hover:after,
  .list_table tr .w05 a:hover:before,
  .list_table tr .w05 a:hover:after,
  .list_table tr .w06 a:hover:before,
  .list_table tr .w06 a:hover:after,
  .list_table tr .w07 a:hover:before,
  .list_table tr .w07 a:hover:after {
    border-color: #fff;
  }
}

@media screen and (max-width: 833px) {
  .list_table tr {
    margin-bottom: 0px;
    padding: 0 0 10px;
  }
}

/*
    ----------------------
    リストテーブル
    ----------------------
*/
.inspection_list_table tr th,
.inspection_list_table tr td {
  text-align: center;
  vertical-align: middle;
}
.inspection_list_table tr th {
  background: #2a3e52;
  color: #fff;
  padding: 16px 5px;
  line-height: inherit;
}
.inspection_list_table tr td {
  padding: 20px 5px;
  border-bottom: solid 1px #d6d6d6;
}
.inspection_list_table tr td a {
  padding-right: 16px;
  position: relative;
  color: #687a89;
  font-weight: bold;
}
.inspection_list_table tr td a:before,
.inspection_list_table tr td a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: solid 2px #687a89;
  border-right: solid 2px #687a89;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.inspection_list_table tr td a:after {
  right: 7px;
}
.inspection_list_table tr td a:hover {
  opacity: 1;
  color: #2a3e52;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.inspection_list_table tr td a:hover:before,
.inspection_list_table tr td a:hover:after {
  border-color: #2a3e52;
}
.inspection_list_table tr .w01 {
  width: 20%;
}
.inspection_list_table tr .w02 {
  width: 22%;
}
.inspection_list_table tr .w03 {
  width: 14%;
}
.inspection_list_table tr .w04 {
  width: 70px;
}
.inspection_list_table tr .w05 {
  width: 30%;
}
.inspection_list_table tr .w06 {
  width: 180px;
}
.inspection_list_table tr .w07 {
  width: 30%;
}
.inspection_list_table tr td input {
  border-bottom: solid 1px #cbd6e2;
}
.notice_list_table_button {
  color: #687a89;
  border-style: none;
  background-color: #fff;
  font-weight: bold;
}
.notice_list_table_button:hover {
  cursor: pointer;
  color: #2a3e51;
}
.ctSelect {
  padding: 10px;
}
.update_button {
  background: #2a3e52;
  color: #fff;
  border: none;
  width: 25%;
  padding: 10px;
  margin: 30px;
}
.alert::-webkit-input-placeholder {
  color: #ff3633;
}
.visibility_tr {
  visibility: collapse;
}
.left_table_top {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.left_table_bottom {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_table_top {
  height: 50%;
  display: flex;
  padding-bottom: 5px;
  width: 100%;
  align-items: center;
  padding-top: 20px;
}
.right_table_top textarea {
  width: 65%;
  margin-right: 5px;
}
.right_table_bottom {
  display: flex;
  height: 50%;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.right_table_bottom button {
  width: 10%;
  margin: 0 5px;
}
.container {
  display: grid;
  grid-template-columns: 25% 75%;
}
.container div:first-child {
  /* padding:10px 5px; */
}
@media screen and (max-width: 833px) {
  .inspection_list_table tr {
    display: block;
    padding: 10px 8px;
    background: #f4f4f4;
    margin-bottom: 10px;
  }
  .inspection_list_table tr td {
    padding: 1rem;
    box-sizing: border-box;
  }
  .inspection_list_table tr td:last-child {
    border-bottom: none;
  }
  .inspection_list_table tr .w01,
  .inspection_list_table tr .w02,
  .inspection_list_table tr .w03,
  .inspection_list_table tr .w04,
  .inspection_list_table tr .w05,
  .inspection_list_table tr .w06,
  .inspection_list_table tr .w07 {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    text-align: right;
  }
  .inspection_list_table tr .w01 i,
  .inspection_list_table tr .w02 i,
  .inspection_list_table tr .w03 i,
  .inspection_list_table tr .w04 i,
  .inspection_list_table tr .w05 i,
  .inspection_list_table tr .w06 i,
  .inspection_list_table tr .w07 i {
    display: block;
    padding-right: 15px;
    width: 90px;
    text-align: left;
  }
  .inspection_list_table tr .w01 span,
  .inspection_list_table tr .w02 span,
  .inspection_list_table tr .w03 span,
  .inspection_list_table tr .w04 span,
  .inspection_list_table tr .w05 span,
  .inspection_list_table tr .w06 span,
  .inspection_list_table tr .w07 span {
    flex: 1;
  }
  .inspection_list_table tr .w01 div p,
  .inspection_list_table tr .w02 div p,
  .inspection_list_table tr .w03 div p,
  .inspection_list_table tr .w04 div p,
  .inspection_list_table tr .w05 div p,
  .inspection_list_table tr .w06 div p,
  .inspection_list_table tr .w07 div p {
    display: block;
  }
  .inspection_list_table tr .w01 a,
  .inspection_list_table tr .w02 a,
  .inspection_list_table tr .w03 a,
  .inspection_list_table tr .w04 a,
  .inspection_list_table tr .w05 a,
  .inspection_list_table tr .w06 a,
  .inspection_list_table tr .w07 a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background: #2a3e52;
    color: #fff;
    box-sizing: border-box;
  }
  .inspection_list_table tr .w01 a:before,
  .inspection_list_table tr .w01 a:after,
  .inspection_list_table tr .w02 a:before,
  .inspection_list_table tr .w02 a:after,
  .inspection_list_table tr .w03 a:before,
  .inspection_list_table tr .w03 a:after,
  .inspection_list_table tr .w04 a:before,
  .inspection_list_table tr .w04 a:after,
  .inspection_list_table tr .w05 a:before,
  .inspection_list_table tr .w05 a:after,
  .inspection_list_table tr .w06 a:before,
  .inspection_list_table tr .w06 a:after,
  .inspection_list_table tr .w07 a:before,
  .inspection_list_table tr .w07 a:after {
    border-color: #fff;
    right: 17px;
  }
  .inspection_list_table tr .w01 a:after,
  .inspection_list_table tr .w02 a:after,
  .inspection_list_table tr .w03 a:after,
  .inspection_list_table tr .w04 a:after,
  .inspection_list_table tr .w05 a:after,
  .inspection_list_table tr .w06 a:after,
  .inspection_list_table tr .w07 a:after {
    right: 24px;
  }
  .inspection_list_table tr .w01 a:hover,
  .inspection_list_table tr .w02 a:hover,
  .inspection_list_table tr .w03 a:hover,
  .inspection_list_table tr .w04 a:hover,
  .inspection_list_table tr .w05 a:hover,
  .inspection_list_table tr .w06 a:hover,
  .inspection_list_table tr .w07 a:hover {
    background: #0fa7e4;
    color: #fff;
    background: #2a3e52;
  }
  .inspection_list_table tr .w01 a:hover:before,
  .inspection_list_table tr .w01 a:hover:after,
  .inspection_list_table tr .w02 a:hover:before,
  .inspection_list_table tr .w02 a:hover:after,
  .inspection_list_table tr .w03 a:hover:before,
  .inspection_list_table tr .w03 a:hover:after,
  .inspection_list_table tr .w04 a:hover:before,
  .inspection_list_table tr .w04 a:hover:after,
  .inspection_list_table tr .w05 a:hover:before,
  .inspection_list_table tr .w05 a:hover:after,
  .inspection_list_table tr .w06 a:hover:before,
  .inspection_list_table tr .w06 a:hover:after,
  .inspection_list_table tr .w07 a:hover:before,
  .inspection_list_table tr .w07 a:hover:after {
    border-color: #fff;
  }
}

@media screen and (max-width: 833px) {
  .inspection_list_table tr {
    margin-bottom: 0px;
    padding: 0 0 10px;
  }
}

/*
    ----------------------
    詳細テーブル
    ----------------------
*/
.detail_table tr th,
.detail_table tr td {
  padding: 18px 22px;
  line-height: inherit;
  border-bottom: solid 1px #d6d6d6;
  vertical-align: top;
}
.detail_table tr th {
  width: 32%;
}
.detail_table tr td {
  width: 68%;
}
@media screen and (max-width: 833px) {
  .detail_table tr th,
  .detail_table tr td {
    padding: 10px;
    width: 100%;
  }
  .detail_table tr th {
    padding-bottom: 5px;
    border-bottom: none;
  }
  .detail_table tr td {
    padding-top: 0px;
  }
}

.place_block {
  padding: 18px 22px;
  background: #fff;
}
.place_block .place_in {
  margin-bottom: 30px;
}
.place_block .place_in:last-child {
  margin-bottom: 0px;
}
.place_block h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.place_block h4 {
  color: #fff;
  background: #2a3e52;
  padding: 9px 11px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.place_block .bg_blk {
  background: #121e2a;
}
.place_block .place_table {
  border-left: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6;
}
.place_block .place_table tr th,
.place_block .place_table tr td {
  text-align: center;
  width: 10%;
  padding: 10px;
  line-height: 1;
  border-bottom: solid 1px #d6d6d6;
  border-right: solid 1px #d6d6d6;
}
.place_block .place_table tr .td_title {
  width: 20%;
  text-align: left;
}
.place_block .place_table tr .td_title_admin {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.place_block .place_table tr.sp_none th {
  background: #f4f4f4;
}
@media screen and (max-width: 833px) {
  .place_block {
    padding: 10px;
  }
  .place_block .place_in {
    margin-bottom: 18px;
  }
  .place_block h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .place_block .place_table tr {
    display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .place_block .place_table tr th,
  .place_block .place_table tr td {
    width: 12.5%;
    padding: 7px 12px;
  }
  .place_block .place_table tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .place_block .place_table tr td i {
    padding-right: 10px;
    font-weight: normal;
  }
  .place_block .place_table tr .td_title {
    justify-content: center;
    font-weight: bold;
    width: 100%;
    background: #f4f4f4;
  }
}
@media screen and (max-width: 600px) {
  .place_block .place_table tr th,
  .place_block .place_table tr td {
    width: 25%;
  }
}

.sub_table tr th {
  line-height: 40px;
}
@media screen and (max-width: 833px) {
  .sub_table tr th {
    line-height: inherit;
  }
}

/*
    ----------------------
    ページャー
    ----------------------
*/
.pageNav03 {
  text-align: center;
  margin: 40px 0;
  font-size: 0;
}
.pageNav03.top {
  margin-top: 0;
}
.pageNav03 li {
  display: inline-block;
  margin: 0 3px;
}
.pageNav03 li a {
  display: block;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #f4f4f4;
  color: #121e2a;
}
.pageNav03 li a:hover,
.pageNav03 li a.active {
  color: #fff;
  background: #2a3e52;
  font-weight: bold;
  opacity: 1;
}
@media screen and (max-width: 833px) {
  .pageNav03 {
    margin: 30px 0;
  }
  .pageNav03 li a {
    font-size: 13px;
    width: 32px;
    line-height: 32px;
  }
}

.pageNavWh {
  margin-bottom: 0px !important;
}
.pageNavWh li a {
  background: #fff;
}
.pageNavWh li a:hover,
.pageNavWh li a.active {
  background: #2a3e52;
}

/*
    ボタン
*/
.btn_block_print {
  text-align: center;
  margin-top: 1rem;
}

.btn_block {
  text-align: center;
  margin-top: 3rem;
}
.btn {
  display: inline-block;
  padding: 16px 0;
  max-width: 352px;
  text-align: center;
  background: #2a3e52;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
.btn:hover {
  color: #fff;
  opacity: 1;
  background: #0fa7e4;
}

.btn_small {
  display: inline-block;
  padding: 8px 0;
  max-width: 352px;
  text-align: center;
  background: #2a3e52;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.btn_small:hover {
  color: #fff;
  opacity: 1;
  background: #0fa7e4;
}

@media screen and (max-width: 833px) {
  .btn_block {
    margin-top: 1rem;
  }

  .btn {
    padding: 10px 0;
    min-width: inherit;
    font-size: 19px;
    margin-bottom: 10px;
  }
  .btn:last-child {
    margin-bottom: 0px;
  }
}
/*
    ----------------------
    メニュー
    ----------------------
*/
.menu_block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu_block li {
  width: 48%;
  margin-bottom: 4%;
}
.menu_block li > a {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 10%;
  flex-direction: column;
  border: solid 1px #cbd6e2;
  box-shadow: 0px 0px 7px rgba(85, 85, 85, 0.24);
  background-color: #fff;
  color: #0fa7e4;
  text-align: center;
}
.menu_block li a i {
  display: block;
  font-size: 140px;
  margin-bottom: 14px;
}
.menu_block li a h3 {
  font-size: 24px;
  text-indent: 2px;
  letter-spacing: 2px;
}
/*
    ----------------------
    メニュー,追加
    ----------------------
*/
.menu_box_text {
  display: flex;
  /* align-items: stretch; */
  flex-direction: column;
  border: solid 1px #cbd6e2;
  box-shadow: 0px 0px 7px rgba(85, 85, 85, 0.24);
  background-color: #fff;
  color: #000305;
  padding: 5px;
  height: 16.4em;
}
.menu_box_text a {
  color: #4472c4;
}
.menu_box_text a:hover {
    color: darkblue;;
  text-decoration: underline;
}
.menu_box_text tr {
  padding: 10px;
}
.menu_box_text td {
  padding: 5px;
}
.menu_box_text h3 {
  margin: 3px;
  font-size: 1.25em;
}
.menu_box_text td:first-child {
  padding-left: 20px;
  width: 40%;
}
.menu_box_text td:last-child {
  padding-right: 20px;
  width: 60%;
}
.menu_box_text tbody {
  height: 13em;
  overflow: scroll;
  display: block;
}
/* 追加 */
.info_date_str {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .menu_block li a i {
    font-size: 120px;
  }
  .menu_block li a h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .menu_block li a i {
    font-size: 80px;
    margin-bottom: 8px;
  }
  .menu_block li a h3 {
    font-size: 13px;
  }
}

/*
    ============================================
    全ページ共通css開始
    この部分でコンテンツ部分を装飾
    ============================================
*/
/*
    ----------------------
    0826追加
    ----------------------
*/
.kit_block {
  padding: 38px 22px;
}
.kit_block .sub_md {
  padding-bottom: 6px;
  border-bottom: solid 2px #3f4452;
  font-weight: bold;
  color: #3f4452;
}
@media screen and (max-width: 833px) {
  .kit_block {
    padding: 10px 10px;
  }
  .kit_block .sub_md {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 833px) {
  .list_table02 tr {
    padding: 10px 10px 0px;
  }
  .list_table02 tr:last-child {
    padding-bottom: 10px;
  }
}
.wrapper .result_new {
  /**/
}

.wrapper .result_new .required {
  font-weight: bold;
}
.wrapper .result_new .required i {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #ff5b10;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.wrapper .result_new h3.required:after {
  content: '*';
  color: #ff5b10;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}
.wrapper .result_new h3.required i {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #ff5b10;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.wrapper .result_new .any {
  font-weight: bold;
}
.wrapper .result_new .any i {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #00b254;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.wrapper .result_new .sub_md {
  margin-bottom: 22px;
}
.wrapper .result_new .sub_md i {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-right: 14px;
  padding-left: 20px;
  position: relative;
}
.wrapper .result_new .sub_md i:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  background: #2b3e51;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.wrapper .result_new .sub_md .sub_txt {
  font-size: 14px;
  display: inline-block;
}
.wrapper .result_new .sub_md .sub_txt.right {
  float: right;
}
.wrapper .result_new .detail_table02 tr.tggle {
  display: none;
}
.wrapper .result_new .detail_table02 tr.show {
  display: table-row;
}
.wrapper .result_new .detail_table02 tr th,
.wrapper .result_new .detail_table02 tr td {
  vertical-align: middle;
}
.wrapper .result_new .detail_table02 tr td input {
  line-height: inherit;
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
  height: inherit;
}
.wrapper .result_new .detail_table02 tr td .select_box {
  margin-top: 0px;
}
.wrapper .result_new .place_block {
  padding: 42px 22px;
}
.result_new .place_block_print {
  padding: 20px 22px !important;
}
.wrapper .result_new .btn {
  max-width: 260px;
  margin: 0 8px;
}
.wrapper .result_new .btn_sub {
  background: #666;
}
.wrapper .result_new .btn_sub:hover {
  background: #0fa7e4;
}
.wrapper .result_new .bo_top {
  border-top: solid 1px #ddd;
}
.wrapper .result_new .place_block .place_table tr .result_box {
  padding: 0px;
  width: 100%;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn {
  width: 12.5%;
  height: 50px;
  border: none;
  border-right: solid 1px #ddd;
  padding: 18px 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn_readonly {
  width: 12.5%;
  height: 50px;
  border: none;
  border-right: solid 1px #ddd;
  padding: 18px 0;
  background: none;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
}
.wrapper .result_new .place_block .place_table .result_box_th_admin {
  padding: 0px;
  width: 100%;
  height: 50px;
}
.wrapper .result_new .place_block .place_table .result_box_admin {
  padding: 0px;
  width: 100%;
  display: flex;
  height: 100%;
}
.wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin {
  align-items: stretch;
  justify-content: space-between;
  width: 12.5%;
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
  border: none;
  border-right: solid 1px #ddd;
  padding: 18px 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
}
.wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_img_admin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin:last-child {
  border-right: none;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn:last-child {
  border-right: none;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn:hover {
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  background: #f6f6f6;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .btn_on {
  background: #ff5b10;
  color: #fff;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .btn_on:hover {
  background: #ff5b10;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .btn_on_sub {
  background: #00a0f6;
  color: #fff;
}
.wrapper .result_new .place_block .place_table tr .result_box .result_box_in .btn_on_sub:hover {
  background: #00a0f6;
}
/* 印刷用　テスト　shimizu */
.result_new {
  /**/
}
.result_new .required {
  font-weight: bold;
}
.result_new .required i {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #ff5b10;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.result_new .sub_md {
  margin-bottom: 22px;
}
.result_new .sub_md i {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-right: 14px;
  padding-left: 20px;
  position: relative;
}
.result_new .sub_md i:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 3px;
  background: #2b3e51;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.result_new .sub_md .sub_txt {
  font-size: 14px;
  display: inline-block;
}
.result_new .detail_table02 tr th,
.result_new .detail_table02 tr td {
  vertical-align: middle;
}
.result_new .detail_table02 tr td input {
  line-height: inherit;
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
  height: inherit;
}
.result_new .detail_table02 tr td .select_box {
  margin-top: 0px;
}
.result_new .place_block {
  padding: 42px 22px;
}
.result_new .btn {
  max-width: 260px;
  margin: 0 8px;
}
.result_new .btn_sub {
  background: #666;
}
.result_new .btn_sub:hover {
  background: #0fa7e4;
}
.result_new .bo_top {
  border-top: solid 1px #ddd;
}
.result_new .place_block .place_table .result_box_th_admin {
  padding: 0px;
  width: 100%;
  height: 50px;
}
.result_new .place_block .place_table .result_box_admin {
  padding: 0px;
  width: 100%;
  display: flex;
  height: 100%;
}
.result_new .place_block .place_table .result_box_admin .result_box_in_admin {
  align-items: stretch;
  justify-content: space-between;
  width: 12.5%;
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
  border: none;
  border-right: solid 1px #ddd;
  padding: 18px 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
}
.result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_img_admin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin:last-child {
  border-right: none;
}
/* 印刷用テスト　ここまで　shimizu*/
.wrapper .result_new .place_block .bg_blk {
  background: #2a3e52;
}
.wrapper .result_new .checkbox01-input {
  display: none;
}
.wrapper .result_new .checkbox01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
}
.wrapper .result_new .checkbox01-parts::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.wrapper .result_new .checkbox01-input:checked + .checkbox01-parts {
  color: #009a9a;
}
.wrapper .result_new .checkbox01-input:checked + .checkbox01-parts::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}
.wrapper .result_new .checkbox01-input:disabled + .checkbox01-parts {
  color: #687a89;
}

.wrapper .result_new article .result_box {
  background: #fff;
}
.wrapper .result_new article .result_box .txt {
  margin-bottom: 1.2rem;
}
.wrapper .result_new article .result_box .txt i {
  font-weight: bold;
}
.wrapper .result_new article .result_box .sub {
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.wrapper .result_new article .result_box .result_graph_box {
  padding: 1.8rem 2.4rem;
  border: solid 1px #ddd;
  margin-bottom: 3rem;
}
.wrapper .result_new article .result_box .result_graph_box .graph_md {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.8rem;
}
.wrapper .result_new article .result_box .result_graph_box .graph_md .graph_icon {
  width: 64px;
  height: 64px;
  background: #78ea00;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper .result_new article .result_box .result_graph_box .graph_md .graph_txt {
  font-size: 18px;
}
.wrapper .result_new article .result_box .result_graph_box .graph_md .graph_txt i {
  font-weight: bold;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_bar {
  position: relative;
  width: 100%;
  background: #f4f4f4;
  height: 82px;
  overflow: hidden;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_bar .graph_color_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  background: #78ea00;
  transform: translateX(-100%);
  animation-name: graph_anim01;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
/* 2023/03/13追加 - Start */
.wrapper .result_new article .result_box .result_clinic_graph_box {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_md {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_icon {
  width: 64px;
  height: 64px;
  background: #78ea00;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_txt {
  font-size: 18px;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_txt i {
  font-weight: bold;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_bar {
  position: relative;
  width: 100%;
  background: #f4f4f4;
  height: 10px;
  overflow: hidden;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_bar .graph_color_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background: #78ea00;
  transform: translateX(-100%);
  animation-name: graph_anim01;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
/* 2023/03/13追加 - End */
/*1202衣笠追加*/
/*
      .wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        */
/*1202衣笠追加*/
.wrapper .result_new article .result_box .graph_low .graph_md .graph_icon {
  background-color: #78ea00;
  background-image: url(../../images/result_icon01.png);
}
.wrapper .result_new article .result_box .graph_low .graph_pic .graph_bar .graph_color_bar {
  background: #78ea00;
}
.wrapper .result_new article .result_box .graph_mid .graph_md .graph_icon {
  background-color: #ffd123;
  background-image: url(../../images/result_icon02.png);
}
.wrapper .result_new article .result_box .graph_mid .graph_pic .graph_bar .graph_color_bar {
  background: #ffd123;
}
.wrapper .result_new article .result_box .graph_high .graph_md .graph_icon {
  background-color: #ff7a4d;
  background-image: url(../../images/result_icon03.png);
}
.wrapper .result_new article .result_box .graph_high .graph_pic .graph_bar .graph_color_bar {
  background: #ff7a4d;
}
.wrapper .result_new article .result_box .recent_graph {
  padding: 1rem 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box {
  width: 33.3333%;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_graph_bar {
  position: relative;
  width: 40%;
  height: 140px;
  max-width: 104px;
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_graph_bar .re_graph_color_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #999;
  transform: translateY(100%);
  animation-name: graph_anim02;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_graph_bar .color_low {
  background-color: #78ea00;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_graph_bar .color_mid {
  background-color: #ffd123;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_graph_bar .color_high {
  background-color: #ff7a4d;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_int,
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_date {
  padding: 6px 10px;
  text-align: center;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .re_date {
  background: #f4f4f4;
}
.wrapper .result_new article .result_box .recent_graph .new_data .re_graph_bar {
  opacity: 1;
}
.wrapper .result_new article .result_box .recent_graph .new_data .re_int,
.wrapper .result_new article .result_box .recent_graph .new_data .re_date {
  font-weight: bold;
}
.wrapper .result_new article .result_box .recent_graph .new_data .re_date {
  background: #2a3e52;
  color: #fff;
}
@media screen and (max-width: 833px) {
  .wrapper .result_new {
    /**/
  }
  .wrapper .result_new article .contents_in {
    padding: 20px 0.5rem;
  }
  .wrapper .result_new .place_block {
    padding: 20px 0.5rem;
  }
  .wrapper .result_new .sub_md {
    margin-bottom: 1rem;
  }
  .wrapper .result_new .sub_md i {
    font-size: 16px;
  }
  .wrapper .result_new .sub_md span {
    font-size: 12px;
  }
  .wrapper .result_new .place_block .place_table tr .result_box {
    border: none;
  }
  .wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn {
    width: 25%;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
  }
  .wrapper .result_new .place_block .place_table tr .result_box .result_box_in .result_btn:last-child {
    border-right: solid 1px #ddd;
  }
  .wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin {
    width: 25%;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
  }
  .wrapper .result_new .place_block .place_table .result_box_admin .result_box_in_admin .result_btn_admin:last-child {
    border-right: solid 1px #ddd;
  }
  .wrapper .result_new .bo_top {
    border: none;
  }
  .wrapper .result_new article .result_box .sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .wrapper .result_new article .result_box .result_graph_box {
    padding: 1rem 4%;
    margin-bottom: 1.2rem;
  }
  .wrapper .result_new article .result_box .result_graph_box .graph_md {
    margin-bottom: 1rem;
  }
  .wrapper .result_new article .result_box .result_graph_box .graph_md .graph_icon {
    width: 38px;
    height: 38px;
  }
  .wrapper .result_new article .result_box .result_graph_box .graph_md .graph_txt {
    font-size: 12px;
    flex: 1;
  }
  .wrapper .result_new article .result_box .result_graph_box .graph_md .graph_txt i {
    display: block;
    font-size: 14px;
  }
  .wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_bar {
    height: 62px;
  }
  /* 2023/03/13 追加 - Start */
  .wrapper .result_new article .result_box .result_clinic_graph_box {
    padding: 1rem 4%;
    margin-bottom: 1.2rem;
  }
  .wrapper .result_new article .result_box .result_clinic_graph_box .graph_md {
    margin-bottom: 1rem;
  }
  .wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_icon {
    width: 38px;
    height: 38px;
  }
  .wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_txt {
    font-size: 12px;
    flex: 1;
  }
  .wrapper .result_new article .result_box .result_clinic_graph_box .graph_md .graph_txt i {
    display: block;
    font-size: 14px;
  }
  .wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_bar {
    height: 62px;
  }
  /* 2023/03/13 追加 - End */
  .wrapper .result_new article .result_box .recent_graph {
    padding-top: 0.5rem;
    padding: 0.5rem 0 0;
    flex-direction: column;
  }
  .wrapper .result_new article .result_box .recent_graph .re_graph_box {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  .wrapper .result_new article .result_box .recent_graph .re_graph_box:last-child {
    border-bottom: none;
  }
}

/**/
@keyframes graph_anim01 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes graph_anim02 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*@import "_loading.scss";*/

.wrapper .result_new article .result_box .recent_graph .re_graph_box {
  position: relative;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .add_icon {
  position: absolute;
  right: 2rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .add_icon.color_low {
  background-color: #78ea00;
  background-image: url(../images/result_icon01.png);
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .add_icon.color_mid {
  background-color: #ffd123;
  background-image: url(../images/result_icon02.png);
}
.wrapper .result_new article .result_box .recent_graph .re_graph_box .add_icon.color_high {
  background-color: #ff7a4d;
  background-image: url(../images/result_icon03.png);
}

@media screen and (max-width: 833px) {
  .wrapper .result_new article .result_box .recent_graph .re_graph_box .add_icon {
    top: 0.5rem;
    right: 1rem;
  }
}

/*1202衣笠追加*/
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit li:last-child {
  text-align: right;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit2 {
  margin-top: 5px;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit2 li {
  width: 20%;
  text-align: center !important;
}
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit2 li:nth-child(2),
.wrapper .result_new article .result_box .result_graph_box .graph_pic .graph_unit2 li:nth-child(3) {
  width: 40%;
}
/* 2023/03/13 追加 - Start */
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit li:last-child {
  text-align: right;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit2 {
  margin-top: 5px;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit2 li {
  width: 20%;
  text-align: center !important;
}
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit2 li:nth-child(2),
.wrapper .result_new article .result_box .result_clinic_graph_box .graph_pic .graph_unit2 li:nth-child(3) {
  width: 40%;
}
/* 2023/03/13 追加 - End */
/*1202衣笠追加*/
/*20200707衣笠追加*/
/*orcoa.jpへのリンク*/
.add_link_btn {
  position: absolute;
  left: 0;
  bottom: 86px;
  width: 100%;
}
.add_link_btn a {
  display: block;
  margin: 0 18px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0fa7e4;
  border: solid 1px #61c5ed;
  border-radius: 22px;
}
/*採取時間*/
.wrapper .result_new .detail_table02 tr td .time_input {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.wrapper .result_new .detail_table02 tr td .time_input input {
  max-width: 100%;
}
.wrapper .result_new .detail_table02 tr td .time_input .time_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center;
  background: #f6f6f6;
  border: solid 1px #ddd;
  font-size: 93%;
  font-weight: bold;
  line-height: 1;
}
.wrapper .result_new .detail_table02 tr td .time_input .time_btn i {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.wrapper .result_new .detail_table02 tr td .time_input .time_btn i svg {
  width: 100%;
  height: 100%;
}
.wrapper .result_new .detail_table02 tr td .time_input .time_btn:after {
  content: '';
  position: absolute;
  left: -13px;
  top: 0;
  width: 12px;
  height: 105%;
  background-color: #fff;
}
@media screen and (max-width: 833px) {
  .wrapper .result_new .detail_table02 tr td .time_input .time_btn i {
    width: 12px;
    height: 12px;
  }
}
/* 2022-3Q 追加 */
.wrapper .result_new .list_table tr td .time_input {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.wrapper .result_new .list_table tr td .time_input input {
  max-width: 100%;
}
.wrapper .result_new .list_table tr td .time_input .time_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center;
  background: #f6f6f6;
  border: solid 1px #ddd;
  font-size: 93%;
  font-weight: bold;
  line-height: 1;
}
.wrapper .result_new .list_table tr td .time_input .time_btn i {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.wrapper .result_new .list_table tr td .time_input .time_btn i svg {
  width: 100%;
  height: 100%;
}
.wrapper .result_new .list_table tr td .time_input .time_btn:after {
  content: '';
  position: absolute;
  left: -13px;
  top: 0;
  width: 12px;
  height: 105%;
  background-color: #fff;
}
@media screen and (max-width: 833px) {
  .wrapper .result_new .list_table tr td .time_input .time_btn i {
    width: 12px;
    height: 12px;
  }
}
/*20200707衣笠追加*/

/* 2022-3Q Select2 CSS */
.select2-selection__rendered {
  line-height: 37px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 39px !important;
}

/**
 * スクロールバーの表示を常に表示するための表示の設定　※ macの場合、スクロールバーの表示が
 * osの設定に依存するため、overflow : scrollだけでは常に表示できない
 * このため、明示的に表示設定をすることでスクロールバーを表示させる。
 */
.scrollbar::-webkit-scrollbar {
  width: 8px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}

// New表示
.new{
}
.new:before {
  align: left;
  content: 'NEW!';
  background-color: #ff0000;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  animation: flush 0.7s infinite alternate;
}
@keyframes flush {
  0% {
    color: #ff0000; /* ブリンク時の文字色      */
    background: #ffffff; /* ブリンク時の背景色      */
  }
  100% {
    color: #ffffff; /* ブリンク時の文字色      */
    background: #ff0000; /* ブリンク時の背景色      */
  }
}

strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
}
em {
  font-weight: inherit;
  font-style: italic;
  text-decoration: inherit;
}
u {
  font-weight: inherit;
  font-style: inherit;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.modal_form,
.modal_form .ql-editor {
  font-size: 16px;
  color: #333;
}
.modal_form h2 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: 0.2rem 0;
  margin-left: 1rem;
  font-weight: bold;
}

// info_list
.info_list_table tr th,
.info_list_table tr td {
}
.info_list_table tr th {
  text-align: center;
  vertical-align: middle;
  background: #2a3e52;
  color: #fff;
  padding: 16px 5px;
  line-height: inherit;
}
.info_list_table tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px 5px;
  border-bottom: solid 1px #d6d6d6;
}
.info_list_table tr td {
  word-break: break-all;
}
.info_list_table tr td a {
  padding-right: 16px;
  position: relative;
  color: #687a89;
  font-weight: bold;
}
.info_list_table tr td a:before,
.info_list_table tr td a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: solid 2px #687a89;
  border-right: solid 2px #687a89;
  box-sizing: border-box;
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.info_list_table tr td a:after {
  right: 7px;
}
.info_list_table tr td a:hover {
  opacity: 1;
  color: #2a3e52;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.info_list_table tr td a:hover:before,
.info_list_table tr td a:hover:after {
  border-color: #2a3e52;
}
.info_list_table tr .w01 {
  width: 3rem;
}
.info_list_table tr .w02 {
  width: 30%;
}
.info_list_table tr .w03 {
}
.info_list_table tr .w04 {
  width: 6rem;
}
.info_list_table tr .w05 {
  width: 14%;
}
.info_list_table tr .w06 {
  width: 40%;
}
.info_list_table tr .w07 {
  width: 10rem;
}
.info_list_table tr input {
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  line-height: 40px;
  height: 40px;
  border-radius: 0px;
  border-bottom: solid 1px #cbd6e2;
}
.ta tr input:focus {
  border-bottom-color: #0fa7e4;
}

.ql-snow {
  .ql-picker {
    &.ql-size {
      .ql-picker-label,
      .ql-picker-item {
        &::before {
          content: attr(data-value) !important;
        }
      }
    }
  }
}

.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.ql-align-justify {
  text-align: justify;
}

.nonew {
    white-space: normal;
}
/* 2024/3 追加 */
/* QRコード */
.qr_block {
  display: block;
  text-align: center;
}
.qr-modal :hover{
  color:#2a3e52;
}
.qr_modal_open {
  white-space: nowrap;
}
/* 2024/5 追加 */
.contact_form_notice tr td{
  padding: 22px 0px;
}
