@charset "UTF-8";

/*
==============================================================================
BASES
==============================================================================
*/

/*--------------------------------------------------------------------
  Reset
--------------------------------------------------------------------*/

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

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figure,
figcaption,
footer,
header,
nav,
section {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

button,
select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*
====================================================================
FONTS
====================================================================
*/

/*
====================================================================
COLORS
====================================================================
*/

/*
====================================================================
OTHERS
====================================================================
*/

/*
FONT STYLES ---------------------------------------------------------------
*/

/*
GIMMICK STYLES ---------------------------------------------------------------
*/

/*
HOVER STYLES ---------------------------------------------------------------
*/

/*
LAYOUT STYLES ---------------------------------------------------------------
*/

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.isFixed {
  height: 100%;
  overflow: hidden;
}

.-disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

/*
==============================================================================
COMPONENTS
==============================================================================
*/

.c-btn {
  -webkit-transition: 0.2s;
  -webkit-box-shadow: 0px 7px 18px -8px #404040;
  border-radius: 2rem;
  box-shadow: 0px 7px 18px -8px #404040;
  cursor: pointer;
  display: block;
  font-weight: bold;
  transition: 0.2s;
}

.c-btn:hover {
  -webkit-box-shadow: 0px 7px 16px -4px #404040;
  box-shadow: 0px 7px 16px -4px #404040;
}

.c-btn.blue {
  background-color: #0088b5;
  color: #fff;
}

.c-btn.bold {
  background-color: #034ea1;
  color: #fff;
}

.c-btn.white {
  background-color: #fff;
  color: #034ea1;
}

.c-btn.gray {
  background-color: #f7f7f7;
  color: #034ea1;
}

.c-btn.dryeye {
  background-color: #009bd1;
  color: #fff;
}

.c-btn.ryoku {
  background-color: #65c10f;
  color: #fff;
}

.c-btn.karei {
  background-color: #ffae00;
  color: #fff;
}

.c-btn.hakunai {
  background-color: #f78ab2;
  color: #fff;
}

.c-btn.submit {
  font-size: 2.4rem;
}

.c-btn.full {
  padding: 1.6rem 0;
  text-align: center;
  width: 100%;
}

.c-btn.auto {
  padding: 1.8rem 4rem;
  text-align: center;
  width: 36rem;
}

.c-btn.long {
  font-size: 1.6rem;
  padding: 1.8rem 0;
  text-align: center;
  width: 25.5rem;
}

.c-btn.mid-long {
  padding: 1.8rem 0;
  text-align: center;
  width: 38rem;
}

.c-btn.mid-long-lg {
  font-size: 1.6rem;
  padding: 1.8rem 0;
  text-align: center;
  width: 38rem;
}

.c-btn.x-long {
  padding: 2rem 0;
  text-align: center;
  width: 45rem;
}

.c-btn.xx-long {
  font-size: 18px;
  padding: 1rem 0;
  text-align: center;
  width: 54rem;
}

.c-btn.small {
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  width: 17.5rem;
}

.c-btn.x-small {
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

.c-btn.sm2 {
  border-radius: 8px;
  height: auto !important;
  padding: 0.9rem;
  text-align: center;
  width: 15rem;
}

.c-btn.sm3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: normal;
  height: 4rem;
  line-height: 1;
  padding: 1.1rem 1.6rem;
  position: relative;
  text-align: right;
  width: 8.4rem;
}

.c-btn.sm3.back:before {
  background-image: url(../img/icons/arrow_left.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: auto 25%;
  bottom: 0;
  content: "";
  left: 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.8rem;
}

.c-btn.sm {
  -webkit-box-shadow: none;
  -webkit-transition: none;
  border-radius: 8px;
  box-shadow: none;
  height: auto !important;
  padding: 0.9rem;
  text-align: center;
  transition: none;
  width: 14rem;
}

.c-btn.sm:hover {
  opacity: 0.8;
}

.c-btn.center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn.with-cmnt {
  font-size: 2.2rem;
}

.c-btn.with-cmnt > span {
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 2rem;
}

.c-btn.lh-sm {
  line-height: 1.4;
}

.c-btn.tabs {
  position: relative;
}

.c-btn.tabs:after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icons/window_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.c-btn.-movie {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.c-btn.-movie:before {
  background-image: url(../img/icons/icn_movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 20px;
  width: 24px;
}

.c-btn.-glass {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.c-btn.-glass:before {
  background-image: url(../img/icons/scope.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-right: 20px;
  width: 24px;
}

.c-btn.-eye {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.c-btn.-eye:before {
  background-image: url(../img/icons/eye.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 17px;
  content: "";
  display: block;
  height: 17px;
  margin-right: 20px;
  width: 24px;
}

.c-btn.-pdf {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

.c-btn.-pdf:after {
  background-image: url(../img/icons/icn_pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-left: 10px;
  margin-top: 5px;
  width: 24px;
}

.c-btn.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.c-btn.check {
  background-image: url(../img/icons/triangle_white.svg);
  background-position: right 2.4rem top 2.7rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 10rem;
  font-size: 2.2rem;
  padding: 1.5rem 0 1.2rem;
  text-align: center;
  width: 35.8rem;
}

.c-btn.check.blue {
  -webkit-box-shadow: 2px 3px 0px 0 #036E91;
  box-shadow: 2px 3px 0px 0 #036E91;
}

.c-btn.check.gray {
  -webkit-box-shadow: 2px 3px 0px 0 #999999;
  background-color: #ACACAC;
  box-shadow: 2px 3px 0px 0 #999999;
}

.c-btn.check.dryeye {
  -webkit-box-shadow: 2px 3px 0px 0 #0081AD;
  box-shadow: 2px 3px 0px 0 #0081AD;
}

.c-btn.check.ryoku {
  -webkit-box-shadow: 2px 3px 0px 0 #509D09;
  box-shadow: 2px 3px 0px 0 #509D09;
}

.c-btn.check.karei {
  -webkit-box-shadow: 2px 3px 0px 0 #D59100;
  box-shadow: 2px 3px 0px 0 #D59100;
}

.c-btn.check.hakunai {
  -webkit-box-shadow: 2px 3px 0px 0 #d77699;
  box-shadow: 2px 3px 0px 0 #d77699;
}

.c-btn.h-45 {
  height: 45px;
}

.c-btn.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  color: #034ea1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  padding: 0.8rem 0;
  position: relative;
}

.c-btn.icon.question {
  width: 46rem;
}

.c-btn.icon.question:before {
  background-image: url(../img/icons/question.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-top: 2px;
  width: 48px;
}

.c-btn.icon.ophthal {
  width: 100%;
}

.c-btn.icon.ophthal:before {
  background-image: url(../img/icons/scope.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-top: 2px;
  width: 48px;
}

.c-btn.icon.tabs:after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icons/window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.c-btn.icon.back {
  padding: 1.8rem 0;
}

.c-btn.icon.back:before {
  background-image: url(../img/icons/arrow_blue.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-left: -2rem;
  margin-top: 2px;
  width: 48px;
}

.c-btn.question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  color: #034ea1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  padding: 0.8rem 0;
  position: relative;
  width: 45rem;
}

.c-btn.question:before {
  background-image: url(../img/icons/question.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-top: 2px;
  width: 48px;
}

.c-btn.question:after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icons/window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.c-licenses {
  margin-top: 2rem;
}

.c-licenses:not(:last-child) {
  margin-bottom: 2rem;
}

.c-licenses__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #034ea1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}

.c-licenses__ttl::before {
  background-color: #0088b5;
  content: "";
  display: block;
  height: 20px;
  margin-right: 1rem;
  width: 6px;
}

.c-licenses ul {
  padding-left: 2.8rem;
}

.c-licenses li {
  text-indent: -1em;
}

.c-licenses li.no-indent {
  margin-left: -1.6rem;
  text-indent: 0;
}

.c-licenses a {
  -webkit-transition: 0.2s;
  color: #034ea1;
  text-decoration: underline;
  transition: 0.2s;
}

.c-licenses a:hover {
  opacity: 0.5;
}

.c-licenses__list ul {
  padding-left: 5.6rem;
}

.c-licenses__list ul li {
  text-indent: -2.5em;
}

.c-form__lbl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #034ea1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.c-form__lbl::before {
  background-color: #0088b5;
  content: "";
  display: block;
  height: 20px;
  margin-right: 1rem;
  width: 6px;
}

.c-form__input {
  border: 1px solid #c4d0d6;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0.6rem 1rem;
  width: 100%;
}

.c-modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
}

.c-modal.optiview .c-modal__frame {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.c-modal.optiview .c-modal__frame > div {
  -ms-overflow-style: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-modal.optiview .c-modal__frame iframe {
  display: block;
  height: 100%;
}

.c-modal.optiview .c-modal__btns-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
}

.c-modal .sm-txt {
  font-size: 1.4rem;
}

.c-modal .bold-txt {
  font-weight: bold;
}

.c-modal .blue-txt {
  color: #034ea1;
}

.c-modal .right-txt {
  text-align: right;
}

.c-modal .center-txt {
  margin-bottom: 1rem;
  text-align: center;
}

.c-modal__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 400;
}

.c-modal__full {
  width: 100%;
}

.c-modal__body {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 50%;
  max-width: 800px;
  min-width: 600px;
  padding: 50px 62px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 500;
}

.c-modal__body.for-check {
  border-radius: 0;
  height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.c-modal__body.logout {
  padding: 6rem 6rem 4rem;
}

.c-modal__body.result {
  height: 98%;
  max-width: 1024px;
  padding: 3rem 4.5rem;
  width: 98%;
}

.c-modal__body.tabs {
  height: 98%;
  max-width: 1024px;
  padding: 0 0 4rem;
  width: 98%;
}

.c-modal__body.fix {
  width: 800px;
}

.c-modal__frame {
  height: 100%;
  text-align: center;
  width: 100%;
}

.c-modal__frame.quattro {
  background-color: #C0C0C0;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-modal__frame.option iframe {
  height: 100% !important;
  width: 100% !important;
}

.c-modal__canvas {
  height: 100% !important;
  width: auto !important;
}

.c-modal__lead {
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.c-modal__lead.result {
  font-size: 2rem;
  font-weight: bold;
}

.c-modal__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
}

.c-modal__txt.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal__txt.annotation {
  font-size: 1.4rem;
}

.c-modal__txt.start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal__txt.alert:before {
  content: url(../img/icons/alert.svg);
  display: block;
  height: 47px;
  margin-right: 3rem;
  width: 51px;
}

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

.c-modal__btns-box * {
  height: 4.6rem !important;
}

.c-modal__btns-box > *:not(:last-child) {
  margin-right: 2rem;
}

.c-modal__btns-box .c-btn.check {
  background-image: none;
  color: #fff;
  font-size: 1.8rem;
  line-height: 4.8rem;
  padding: 0 0 0 1.5rem;
  width: 15.4rem;
}

.c-modal__btns-box .c-btn.check img {
  display: inline-block;
  height: 1rem;
  margin-left: 1rem;
  vertical-align: -1.6rem;
  width: 1rem;
}

.c-modal__scrollable {
  background-color: #fff;
  height: 75%;
}

.c-modal__scrollable.bigger {
  font-size: 1.6rem;
  height: 100%;
}

.c-modal__tabs {
  background-color: #ccc;
  border-radius: 2rem 2rem 0 0;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.c-modal__tab {
  border-radius: 2rem 2rem 0 0;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  width: 50%;
}

.c-modal__tab-body {
  display: none;
  height: 80%;
  padding: 0 4.5rem;
}

.c-modal__result-body {
  height: 75%;
}

.c-modal__result-body .c-modal__scrollable {
  height: 95%;
}

.c-modal .current-wrap {
  height: 80%;
}

.c-modal input[type=radio] {
  display: none;
}

#current-cb:checked ~ div .c-modal__tab.current,
#past-cb:checked ~ div .c-modal__tab.past {
  background-color: #efefef;
  color: #333;
}

.c-modal #current-cb:checked ~ #current-result,
.c-modal #past-cb:checked ~ #past-result {
  display: block;
}

.c-modal__arrw-box {
  margin: 1rem 0 4rem;
  text-align: center;
}

.c-modal__arrw-box > p {
  position: relative;
}

.c-modal__arrw-box > p:before {
  content: url(../img/icons/arrow_down.svg);
  display: block;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -20px;
  width: 60px;
}

.c-modal__arrw-box > p:after {
  bottom: -30px;
  content: url(../img/icons/arrow_down.svg);
  display: block;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}

.c-modal__result-box {
  border: 1px solid #333;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  width: 100%;
}

.c-modal__result-box > *:first-child {
  padding: 0 2rem;
  width: 29%;
}

.c-modal__result-box > *:first-child > p {
  margin-top: 1.7rem;
}

.c-modal__result-box > *:nth-child(2) {
  border-right: 1px solid #034ea1;
  padding: 0 4rem;
  width: 36%;
}

.c-modal__result-box > *:nth-child(3) {
  padding: 0 4rem;
  width: 36%;
}

.c-modal__eyes {
  color: #034ea1;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-modal__score-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 8.4rem;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 0 30px;
}

.c-modal__score-box dt {
  font-weight: bold;
  min-width: 10rem;
}

.c-modal__score-box__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.c-modal__score-box__wrap.glaucoma > div:first-child {
  min-width: 19rem;
}

.c-modal__score-box__wrap.glaucoma .c-modal__score-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-modal__score-box__wrap.glaucoma .c-modal__score-box dt {
  margin-right: 5.1rem;
  width: 190px;
}

.c-modal__score-box__wrap.hakunai > * ~ * {
  margin-left: 4.1rem !important;
}

.c-modal__score-box__wrap.hakunai .c-modal__score-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 27.5rem;
}

.c-modal__score-box__wrap > * ~ * {
  margin-left: 5.1rem !important;
}

.c-modal__score-box__wrap .c-modal__score-box {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}

.c-modal__title-blue {
  background: #034ea1;
  border-radius: 1.4rem;
  color: #fff;
  font-size: 18px;
  line-height: 2.8rem;
  min-width: 19rem;
  text-align: center;
}

.c-modal__amsler .chart_checklist_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 50px;
}

.c-modal__amsler .chart_checklist_wrap > .checklist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 196px;
}

.c-modal__amsler .chart_checklist_wrap > .checklist ~ .checklist {
  margin-left: 10px;
}

.c-modal__amsler .chart_checklist_wrap dl {
  height: 9.5rem;
  text-align: left;
}

.c-modal__amsler .chart_checklist_wrap dl dt {
  font-size: 1.6rem;
  padding: 2px 0;
  text-align: center;
}

.c-modal__amsler .chart_checklist_wrap dl dt .min {
  font-size: 1.2rem;
}

.c-modal__amsler .chart_checklist_wrap dl dt:before {
  content: none;
}

.c-modal__amsler .chart_checklist_wrap dl dd {
  color: #023876;
  font-size: 1.6rem;
  margin-top: 0.8rem;
}

.c-modal__amsler .chart_checklist_wrap .checklist img {
  height: auto;
  width: 100%;
}

.c-modal__amsler .chart_checklist_wrap .checklist.checklist-special ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.c-modal__amsler .chart_checklist_wrap .checklist.checklist-special ul li {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 !important;
  padding: 5px 12px 5px 38px;
  width: 49%;
}

.c-modal__amsler .chart_checklist_wrap .checklist.checklist-special ul li.p-form__check:before {
  left: 16px;
}

.c-modal__amsler .chart_checklist_wrap .checklist.checklist-special ul li label {
  text-align: center;
}

.c-modal__score {
  width: 100%;
}

.c-modal__score th {
  color: #034ea1;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem;
  width: 20%;
}

.c-modal__score th.-xs {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.c-modal__score td {
  padding: 1rem;
  width: 20%;
}

.c-modal__score tr:not(:last-child) > * {
  border-bottom: 1px solid #034ea1;
}

.c-modal__score__txt {
  width: 15% !important;
}

.c-modal__score.-xs th,
.c-modal__score.-xs td {
  padding: 0;
  vertical-align: middle;
}

.c-modal__opt-btn {
  font-size: 1.4rem;
  height: 40px !important;
  position: fixed;
  right: 2rem;
  top: 1.5rem;
}

.c-modal__print {
  bottom: 0;
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.c-modal.is-practice .c-modal__tab.past {
  opacity: 0.5;
  pointer-events: none;
}

.isIpad .c-modal#tab-result-modal #current-result-content {
  height: 38rem;
}

.isIpad .c-modal#tab-result-modal #past-scrollable {
  height: 35rem;
}

.isIpad .c-modal#tab-result-modal .c-modal__btns-box {
  -webkit-transform: translateX(-50%);
  bottom: 2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.isIpad .c-modal__score-box__wrap > * ~ * {
  margin-left: 3rem !important;
}

.isIpad .c-modal__score-box__wrap.hakunai > * ~ * {
  margin-left: 2rem !important;
}

.isIpad .c-modal__result-body {
  height: 70%;
}

.isIpad .c-modal__canvas {
  height: auto !important;
  width: 100% !important;
}

.isSp .c-modal__body {
  font-size: 2.2rem;
}

.isSp .c-modal__amsler .chart_checklist_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.isSp .c-modal__amsler .chart_checklist_wrap > .checklist {
  margin: 0 !important;
  width: 45%;
}

.isSp .c-modal__amsler .chart_checklist_wrap > .checklist:nth-child(n+3) {
  margin-top: 40px !important;
}

.isSp .c-modal__amsler .chart_checklist_wrap > .checklist dl dd {
  font-size: 1.4rem;
}

.isSp .c-modal__score-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  justify-content: center;
}

.isSp .c-modal__score-box__wrap:not(.glaucoma) {
  margin-top: 2rem;
  padding-top: 80px;
  position: relative;
}

.isSp .c-modal__score-box__wrap:not(.glaucoma) .c-modal__title-blue {
  font-size: 1.6rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
}

.isSp .c-modal__score-box__wrap:not(.glaucoma) .c-modal__score-box {
  margin-left: 0 !important;
}

.isSp .c-modal__score-box__wrap.glaucoma {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
}

.isSp .c-modal__score-box__wrap.glaucoma > div {
  margin-bottom: 20px;
  text-align: center;
}

.isSp .c-modal__score-box__wrap.glaucoma .c-modal__score-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0 !important;
}

.isSp .c-modal__score-box__wrap.glaucoma .c-modal__score-box .c-modal__title-blue {
  font-size: 1.6rem;
  margin-right: 2.1rem;
  min-width: auto;
  width: 10rem;
}

/* IE10 以降にのみ適用される */

.c-step {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 2rem;
}

.c-step__item {
  counter-increment: number;
}

.c-step__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-step__cate::before {
  background-color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  min-width: 5.5rem;
  padding: 0.2rem 0.8rem;
  position: absolute;
  top: -3rem;
}

.c-step__cate::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 6px 6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1rem;
  width: 0;
}

.c-step__cate > * {
  margin-right: 7rem;
  position: relative;
}

.c-step__cate > *.is-current:before,
.c-step__cate > *.is-done:before {
  color: #fff !important;
}

.c-step__cate > * > span {
  background-color: #fff;
  border-radius: 999px;
  display: block;
  height: 30px;
  width: 30px;
  z-index: 10;
}

.c-step__cate > *::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 999px;
  color: #aaa;
  content: counter(number);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 24px;
  left: 50%;
  letter-spacing: 0;
  padding-left: 1px;
  position: absolute;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 30;
}

.c-step__cate > *::after {
  background-color: #fff;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  content: "";
  display: block;
  height: 1rem;
  left: 2.5rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  width: 8rem;
  z-index: 20;
}

.c-step__cate:last-child > *:last-child {
  margin-right: 0;
}

.c-step__cate:last-child > *:last-child:after {
  content: none;
}

.c-step__general:after {
  content: none;
}

.c-step__general > div.is-current:before {
  background-color: #064ea0;
}

.c-step__general > div.is-done:before {
  background-color: #064ea0;
}

.c-step__general > div.is-done:after {
  background-color: #064ea0;
}

.c-step__dry:before {
  color: #009bd1;
  content: "ドライアイ";
}

.c-step__dry > div.is-current:before {
  background-color: #009bd1;
}

.c-step__dry > div.is-done:before {
  background-color: #009bd1;
}

.c-step__dry > div.is-done:after {
  background-color: #009bd1;
}

.c-step__ryoku:before {
  color: #65c10f;
  content: "緑内障";
}

.c-step__ryoku > div.is-current:before {
  background-color: #65c10f;
}

.c-step__ryoku > div.is-done:before {
  background-color: #65c10f;
}

.c-step__ryoku > div.is-done:after {
  background-color: #65c10f;
}

.c-step__karei:before {
  color: #ffae00;
  content: "加齢黄斑変性";
}

.c-step__karei > div.is-current:before {
  background-color: #ffae00;
}

.c-step__karei > div.is-done:before {
  background-color: #ffae00;
}

.c-step__karei > div.is-done:after {
  background-color: #ffae00;
}

.c-step__hakunai:before {
  color: #f78ab2;
  content: "白内障";
}

.c-step__hakunai > div.is-current:before {
  background-color: #f78ab2;
}

.c-step__hakunai > div.is-done:before {
  background-color: #f78ab2;
}

.c-step__hakunai > div.is-done:after {
  background-color: #f78ab2;
}

/* IE10 以降にのみ適用される */

.c-tbl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  text-align: left;
  /* ロック部分 */
  /* 横スクロール部分 */
}

.c-tbl .bold-txt {
  font-weight: bold;
}

.c-tbl .blue-txt {
  color: #034ea1;
}

.c-tbl .gray-bg {
  background-color: #eee;
}

.c-tbl .bold-bd-t {
  border-top: 2px solid #CCC;
}

.c-tbl .bold-bd-r {
  border-right: 2px solid #CCC;
}

.c-tbl .bold-bd-b {
  border-bottom: 2px solid #CCC;
}

.c-tbl .bold-bd-l {
  border-left: 2px solid #CCC;
}

.c-tbl .no-bd-t {
  border-top: none;
}

.c-tbl .no-bd-r {
  border-right: none;
}

.c-tbl .no-bd-b {
  border-bottom: none;
}

.c-tbl .no-bd-l {
  border-left: none !important;
}

.c-tbl__row-wide {
  height: 71px;
}

.c-tbl__table {
  border-collapse: separate;
  _border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  /* IE6がborder-spacing: 0;に対応していないので */
}

.c-tbl__table th,
.c-tbl__table td {
  height: 2.8rem;
  overflow: hidden;
  padding: 2px;
  padding: 0 1rem;
  /* データの折り返しを防止 */
  vertical-align: middle;
  /* データが幅を超えたとき非表示に */
  white-space: nowrap;
}

.c-tbl__locked tr:first-child th {
  border-left: 2px solid #CCC;
  border-top: 2px solid #CCC;
}

.c-tbl__locked tr.bd-btm th,
.c-tbl__locked tr.bd-btm td {
  border-bottom: 2px solid #ccc;
}

.c-tbl__locked tr th:first-child {
  border-left: 2px solid #CCC;
}

.c-tbl__scrollable {
  /* 横スクロール */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  border-left: 1px solid #CCC;
  height: 100%;
  overflow-x: scroll;
  width: 660px;
}

.c-tbl__scrollable.c-tbl__body {
  border-right: none !important;
}

.c-tbl__scrollable tr:first-child th,
.c-tbl__scrollable tr:first-child td {
  border-top: 2px solid #CCC;
}

.c-tbl__scrollable tr:first-child th {
  border-right: 2px solid #CCC;
}

.c-tbl__scrollable tr:last-child th,
.c-tbl__scrollable tr:last-child td {
  border-bottom: 2px solid #CCC;
}

.c-tbl__scrollable tr td:last-child {
  border-right: 2px solid #CCC;
}

.c-tbl__h__img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-tbl__main-h {
  border: 2px solid #CCC;
  border-left: none;
  border-top: none;
  font-weight: bold;
  position: relative;
  width: 100px;
}

.c-tbl__main-h span {
  position: relative;
  z-index: 2;
}

.c-tbl__main-h.dry {
  background-color: #009bd1;
  color: #fff;
}

.c-tbl__main-h.ryoku {
  background-color: #65c10f;
  color: #fff;
}

.c-tbl__main-h.karei {
  background-color: #ffae00;
  color: #fff;
}

.c-tbl__main-h.hakunai {
  background-color: #f78ab2;
  color: #fff;
}

.c-tbl__sub-h {
  border: 2px solid #CCC;
  border-left: none;
  border-top: none;
  position: relative;
  width: 100px;
}

.c-tbl__sub-h span,
.c-tbl__sub-h p {
  position: relative;
  z-index: 2;
}

.c-tbl__sub-h.dry {
  background-color: #bee2f0;
}

.c-tbl__sub-h.ryoku {
  background-color: #daeac0;
}

.c-tbl__sub-h.karei {
  background-color: #f6ebbc;
}

.c-tbl__sub-h.hakunai {
  background-color: #fadce9;
}

.c-tbl__mini-h {
  border-bottom: 1px solid #ccc;
  border-right: 2px solid #ccc;
}

.c-tbl__mini-h.last {
  border-bottom: none;
}

.c-tbl__body__head > * {
  border-bottom: 2px solid #ccc;
}

.c-tbl__body__head > *:not(:last-child) {
  border-right: 1px solid #ccc;
}

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

.c-tbl__body__row > * {
  border-bottom: 1px solid #ccc;
}

.c-tbl__body__row > *:not(:last-child) {
  border-right: 1px solid #ccc;
}

.c-tbl__body__row.bold-b > * {
  border-bottom: 2px solid #ccc;
}

.c-tbl__body__row.no-bd-b td {
  border-bottom: none;
}

.c-tbl__checked > span:before {
  content: url(../img/icons/check_bold.svg);
  display: block;
  height: 2rem;
  margin: 0 auto;
  width: 2rem;
}

table.data th.r_none,
table.data td.r_none {
  border-right: none;
  /* 右ボーダーの重なりを防止 */
}

/* IE10 以降にのみ適用される */

@supports (-ms-ime-align: auto) {
  .c-tbl__h__img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.c-qTbl {
  border-collapse: collapse;
  table-layout: fixed;
  width: calc(100% - 20px);
}

.c-qTbl th,
.c-qTbl td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}

.c-qTbl th.\--category,
.c-qTbl td.\--category {
  width: 405px;
}

.c-qTbl th.\--cell,
.c-qTbl td.\--cell {
  width: 100px;
}

.c-qTbl th {
  background-color: #efefef;
}

.c-qTbl td .p-form__radio {
  margin-bottom: 0;
}

.c-qTbl td .p-form__radio label::before {
  margin-right: 0;
}

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

/*
==============================================================================
LAYOUT
==============================================================================
*/

.l-cmmn {
  display: block;
}

.l-cmmn.min-h {
  min-height: 676px;
}

.l-cmmn.blue {
  background-color: #e6f5fc;
}

.l-cmmn.gray {
  background-color: #efefef;
}

.l-cmmn.blue .l-cmmn__wrap {
  background-color: #e6f5fc;
}

.l-cmmn.gray .l-cmmn__wrap {
  background-color: #efefef;
}

.l-cmmn__wrap {
  margin: 0 auto;
  padding: 3rem 5rem 4rem;
  width: 1010px;
}

.l-cmmn__wrap.full {
  padding: 3rem 2rem 4rem;
  width: 100%;
}

.l-cmmn__titleWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.l-cmmn__lead {
  color: #0088b5;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.l-cmmn__lead.mg-b {
  margin-bottom: 3rem;
}

.l-cmmn__btn-box {
  margin-top: 3rem;
}

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

.l-cmmn__btn-box.col > *:not(:last-child) {
  margin-right: 2rem;
}

.l-cmmn__contents {
  background-color: #fff;
  border: 1px solid #c4d0d6;
  border-radius: 2rem;
  margin-top: 3rem;
  padding: 4rem 5rem;
  width: 100%;
}

.l-cmmn__contents.small {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

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

.l-cmmn__cols > * + * {
  margin-left: 40px;
}

.isIpad .l-cmmn__wrap {
  padding: 10px 50px 40px;
}

.isIpad .l-cmmn__lead {
  margin-top: 50px;
}

.isIpad .l-cmmn__lead.mg-b {
  margin-bottom: 1rem;
}

.isIpad .l-cmmn:not(.min-h) > .p-main.l-cmmn__wrap {
  padding: 30px 50px 40px;
}

.isIpad .l-cmmn__titleWrap {
  margin-top: 1rem;
}

.l-hdr {
  background-color: #fff;
  height: 5rem;
}

.l-hdr__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-hdr__logo {
  -webkit-transition: 0.2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s;
  width: 210px;
}

.l-hdr__logo:hover {
  opacity: 0.5;
}

.l-hdr__logo > a,
.l-hdr__logo > div {
  width: 210px;
}

.l-hdr__logo img {
  margin-left: 2rem;
}

.l-hdr__child {
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
}

.l-hdr__child__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.2s;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 2rem;
  transition: 0.2s;
  width: 189px;
}

.l-hdr__child__logo:hover {
  opacity: 0.5;
}

.l-hdr__child__logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.l-hdr__child__logo a img {
  height: 100%;
  width: 100%;
}

.l-hdr__child__logout {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.2s;
  align-items: stretch;
  background-color: #0088b5;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  justify-content: center;
  transition: 0.2s;
  width: 130px;
}

.l-hdr__child__logout:hover {
  opacity: 0.5;
}

.l-hdr__child__logout > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.l-hdr__child__logout > a::before {
  content: url(../img/icons/logout.svg);
  display: block;
  margin-right: 3px;
  margin-top: 5px;
  width: 2.7rem;
}

.l-hdr__child.admin > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-ftr {
  background-color: #fff;
  height: 5.4rem;
}

.l-ftr__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  width: 1010px;
}

.l-ftr__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.l-ftr__child > *:not(:last-child) {
  margin-right: 4rem;
}

.l-ftr__child a,
.l-ftr__child a:visited,
.l-ftr__child a:link {
  -webkit-transition: 0.2s;
  color: #034ea1;
  line-height: 26px;
  transition: 0.2s;
}

.l-ftr__child a:hover,
.l-ftr__child a:visited:hover,
.l-ftr__child a:link:hover {
  opacity: 0.5;
}

.l-ftr__child img {
  height: 5.4rem;
  vertical-align: middle;
}

.l-ftr__copy {
  font-size: 1.2rem;
}

.isIpad .l-ftr__wrap {
  padding: 0 50px;
}

.isSp .l-ftr__child {
  margin-right: 100px;
}

.isSp .l-ftr__child img {
  height: 4rem;
  max-width: none;
}

/*
==============================================================================
PROJECTS
==============================================================================
*/

.p-main__btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
}

.p-main__self,
.p-main__guide {
  -webkit-transition: 0.2s;
  -webkit-box-shadow: 0px 7px 18px -8px #404040;
  border-radius: 2rem;
  box-shadow: 0px 7px 18px -8px #404040;
  height: 30rem;
  position: relative;
  transition: 0.2s;
  z-index: 1;
}

.p-main__self:hover,
.p-main__guide:hover {
  -webkit-box-shadow: 0px 7px 16px -4px #404040;
  box-shadow: 0px 7px 16px -4px #404040;
}

.p-main__self > a,
.p-main__guide > a {
  display: block;
  height: 100%;
  width: 100%;
}

.p-main__self__txt,
.p-main__guide__txt {
  -webkit-transform: translate(-50%, -50%);
  display: inline-table;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-main__self {
  background-color: #0088b5;
  font-size: 3.6rem;
  margin-right: 2rem;
  width: 78%;
}

.p-main__self > a {
  color: #fff;
  font-weight: bold;
}

.p-main__self__txt {
  margin-left: -1rem;
  width: 70%;
}

.p-main__self__txt:before {
  content: url(../img/icons/check.svg);
  height: 3.6rem;
  left: -4.5rem;
  position: absolute;
  top: 0.4rem;
  width: 3.6rem;
}

.p-main__self__img {
  background-image: url(../img/doctors/doctor1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 18.5rem;
  position: absolute;
  right: 2.5rem;
  width: 13.5rem;
}

.p-main__guides-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 22%;
}

.p-main__guide {
  background-color: #fff;
  font-size: 2.4rem;
  height: 9rem;
  width: 100%;
}

.p-main__guide > a {
  color: #034ea1;
  font-weight: bold;
}

.p-main__guide__img {
  background-image: url(../img/icons/window.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 3rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 3rem;
}

.p-main__guide__txt {
  line-height: 1.4;
  text-align: center;
  width: 100%;
}

.p-main__movie {
  margin-bottom: 3rem;
}

.p-main__movie .c-btn {
  padding: 1.1rem 0;
}

.p-main__leaflet {
  margin-bottom: 4rem;
}

.p-main__leaflet__title {
  color: #0088b5;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1.2rem;
  text-align: center;
}

.p-main__leaflet__box {
  margin-top: 2rem;
}

.p-main__leaflet .l-cmmn__btn-box {
  margin-top: 0;
}

.p-main__leaflet .l-cmmn__btn-box .c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 9rem;
  justify-content: center;
  padding: 0;
  position: relative;
}

.p-main__leaflet .l-cmmn__btn-box .c-btn:after {
  background-image: url(../img/icons/window_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  right: 0.6rem;
  top: 1.4rem;
  width: 3rem;
}

.p-main__leaflet .l-cmmn__btn-box .c-btn > span {
  font-weight: normal;
}

.p-main__policy {
  background-color: #f5fbfe;
  border-radius: 2rem;
  padding: 4rem 5rem 5rem;
}

.p-main__policy.small {
  font-size: 16px;
  padding: 4rem;
}

.p-main__policy.blk {
  color: #000;
}

.p-main__policy.outside {
  background-color: transparent;
}

.p-main__policy.isolated {
  padding: 3rem;
}

.p-main__policy__group:not(:last-child) {
  margin-bottom: 4rem;
}

.p-main__policy__lead {
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-main__policy__indent {
  display: block;
  padding-left: 11.5rem;
}

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

.p-main__policy__col span:first-child {
  width: 90px;
}

.p-main__policy .p-top .indent-pc dl,
.p-main__policy .p-top .indent-ipad dl,
.p-main__policy .p-selfcheck-top .indent-pc dl,
.p-main__policy .p-selfcheck-top .indent-ipad dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-main__policy .p-top .indent-pc dl dt,
.p-main__policy .p-top .indent-ipad dl dt,
.p-main__policy .p-selfcheck-top .indent-pc dl dt,
.p-main__policy .p-selfcheck-top .indent-ipad dl dt {
  padding-right: 10px;
  white-space: nowrap;
}

.p-sub__scroll {
  background-color: #fff;
  border: 1px solid #c4d0d6;
  border-radius: 2rem;
  height: 44.4rem;
  margin-top: 3rem;
  overflow-y: auto;
  padding: 4rem 5rem;
}

.p-sub__contents {
  margin-top: 2rem;
}

.p-sub__body {
  height: 32rem;
  padding: 3rem;
  position: relative;
  width: 100%;
}

.p-sub__group {
  margin-bottom: 2rem;
}

.p-sub__annotation {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 1rem;
}

.p-sub__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}

.p-sub__btns__txt {
  -webkit-transform: translate(-50%, -50%);
  display: inline-table;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-sub__btns__txt.left {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: left;
}

.p-sub__btns__self,
.p-sub__btns__prac {
  -webkit-transition: 0.2s;
  -webkit-box-shadow: 0px 7px 18px -8px #404040;
  border-radius: 2rem;
  box-shadow: 0px 7px 18px -8px #404040;
  height: 30rem;
  position: relative;
  transition: 0.2s;
  z-index: 1;
}

.p-sub__btns__self:hover,
.p-sub__btns__prac:hover {
  -webkit-box-shadow: 0px 7px 16px -4px #404040;
  box-shadow: 0px 7px 16px -4px #404040;
}

.p-sub__btns__self > a,
.p-sub__btns__prac > a {
  display: block;
  height: 100%;
  width: 100%;
}

.p-sub__btns__self {
  background-color: #0088b5;
  font-size: 3.6rem;
  margin-right: 2rem;
  width: 78%;
}

.p-sub__btns__self > a {
  color: #fff;
  font-weight: bold;
}

.p-sub__btns__prac {
  background-color: #fff;
  font-size: 2.4rem;
  width: 22%;
}

.p-sub__btns__prac > a {
  color: #034ea1;
  font-weight: bold;
}

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

.p-sub__half {
  background-color: #fff;
  border-radius: 2rem;
  width: 50%;
}

.p-sub__half:first-child {
  margin-right: 2rem;
}

.p-sub__center {
  -webkit-transform: translateX(-50%);
  bottom: 3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-sub__sub-sec {
  background-color: #f5fbfe;
  border-radius: 24px;
  padding: 2rem 3rem;
}

.p-check {
  min-height: 680px;
  padding: 3rem 0 8rem;
  position: relative;
}

.p-check__done {
  margin-bottom: 1rem;
}

.p-check__red-line {
  border-bottom: 2px solid orangered;
}

.p-check__lead {
  border-radius: 4rem 4rem 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.4rem 0;
  text-align: center;
}

.p-check__lead.result {
  color: #064EA0;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.p-check__lead .result__title_txt {
  position: relative;
  z-index: 2;
}

.p-check__lead .result__title_bg {
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-check__wrap {
  background: #fff;
  border-radius: 4rem;
}

.p-check__wrap.result {
  background-color: transparent;
  border-radius: 4rem 4rem 0 0;
  padding: 6rem 0 0;
  position: relative;
}

.p-check__wrap.result .result__wrap {
  background: #fff;
  padding: 0 95px;
}

.p-check__wrap.result .result__wrap.current-wrap {
  border-radius: 0 0 4rem 4rem;
  padding-bottom: 60px;
}

.p-check__wrap.result > .p-check__lead {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-check__wrap.result .result__txt {
  background-position: right 0rem bottom 5rem;
  background-repeat: no-repeat;
  padding-top: 63px;
  text-align: center;
}

.p-check__wrap.result .result__txt.dryeye {
  background-image: url(../img/doctors/result_dryeye.svg);
}

.p-check__wrap.result .result__txt.ryoku {
  background-image: url(../img/doctors/result_ryoku.svg);
}

.p-check__wrap.result .result__txt.karei {
  background-image: url(../img/doctors/result_amd.svg);
}

.p-check__wrap.result .result__txt.hakunai {
  background-image: url(../img/doctors/result_hakunai.svg);
}

.p-check__wrap.result .result__txt .result__contents {
  color: #023876;
  font-size: 1.8rem;
  padding: 37px 165px 5rem 0;
  text-align: left;
}

.p-check__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: top 7.4rem right 5.75rem;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 36.2rem;
  overflow: hidden;
  position: relative;
}

.p-check__contents__lead {
  color: #023876;
  font-size: 2rem;
  margin: 3.2rem 10rem 3.6rem 0;
}

.p-check__contents__lead.dryeye {
  margin-right: 0;
}

.p-check__contents.dryeye {
  background-image: url(../img/doctors/doctor_dryeye.svg);
}

.p-check__contents.ryoku {
  background-image: url(../img/doctors/doctor_ryoku.svg);
}

.p-check__contents.karei {
  background-image: url(../img/doctors/doctor_amd.svg);
}

.p-check__contents.hakunai {
  background-image: url(../img/doctors/doctor_hakunai.svg);
}

.p-check__kanshu {
  color: #666;
  font-size: 13px;
  margin: 12px 30px 0 0;
  text-align: right;
}

.p-check__advice {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e6f5fc;
  display: none;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  min-height: 24.6rem;
  padding: 0 95px;
  position: relative;
  z-index: 0;
}

.p-check__advice.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-check__advice.ng p {
  padding-right: 175px;
}

.p-check__advice.ng.dryeye:before {
  background-image: url(../img/doctors/advice_dryeye.svg);
}

.p-check__advice.ng.ryoku:before {
  background-image: url(../img/doctors/advice_ryoku.svg);
}

.p-check__advice.ng.karei:before {
  background-image: url(../img/doctors/advice_amd.svg);
}

.p-check__advice.ng.hakunai:before {
  background-image: url(../img/doctors/advice_hakunai.svg);
}

.p-check__advice:before {
  background: #fff;
  background-position: bottom 50% right 72.5px;
  background-repeat: no-repeat;
  border: 3px solid;
  border-radius: 4rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-check__advice.dryeye:before {
  border-color: #009bd1;
}

.p-check__advice.ryoku:before {
  border-color: #65c10f;
}

.p-check__advice.karei:before {
  border-color: #ffae00;
}

.p-check__advice.hakunai:before {
  border-color: #f78ab2;
}

.p-check__advice p {
  color: #023876;
  font-size: 2.2rem;
  padding: 45px 0;
}

.p-check__advice .btn__wrap {
  margin-top: -25px;
  padding-bottom: 30px;
}

.p-check__advice .btn__wrap a {
  background: #009bd1;
  border-radius: 3rem;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
}

.p-check__advice .btn__wrap a:after {
  background: url(../img/icons/arrow_right.svg) no-repeat center center;
  background-size: 75%;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 0.8rem;
}

.p-check__advice .btn__wrap a.pdf:after {
  background-image: url(../img/icons/icn_pdf.png);
  background-size: 100%;
  right: 1.5rem;
  width: 2rem;
}

.p-check__search {
  background: #0088b5;
  border-radius: 4rem;
  color: #fff;
  margin-top: 100px;
  padding: 50px 66px 50px 51.7px;
  position: relative;
}

.p-check__search:before {
  background: url(../img/icons/search.svg) no-repeat center center;
  background-size: cover;
  content: "";
  height: 9rem;
  left: 56.3px;
  position: absolute;
  top: -6rem;
  width: 6.4rem;
}

.p-check__search .search__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 38px;
}

.p-check__search .search__contents .lead {
  margin-right: 5rem;
}

.p-check__search .c-btn {
  -webkit-box-shadow: 2px 3px 0px 0 #DB9E00;
  background-color: #F6B304;
  background-position-y: 3.25rem;
  box-shadow: 2px 3px 0px 0 #DB9E00;
  color: #fff;
  height: 7.4rem;
  line-height: 7.4rem;
  max-width: 80vw;
  padding: 0;
  width: 45.8rem;
}

.p-check__ex-btns {
  margin-top: 3rem;
}

.p-check__ex-btns > *:not(:first-child) {
  margin-top: 2rem;
}

.p-check__ex-btns.center > * {
  margin-left: auto;
  margin-right: auto;
}

.p-check__ex-btns.side-by {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-check__ex-btns.side-by > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}

.p-check__ex-btns__cols {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-check__ex-btns__cols > div {
  width: 49%;
}

.p-check__ex-btns__cols:last-child {
  margin-bottom: 20px;
}

.p-check__ex-btns__cols.search {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 60px 0 0;
}

.p-check__ex-btns__cols.search .c-btn {
  -webkit-box-shadow: 2px 3px 0px 0 #036E91;
  background-color: #0088b5;
  box-shadow: 2px 3px 0px 0 #036E91;
  color: #fff;
}

.p-check__ex-btns .result-optiview .c-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

.p-check__checking {
  background-color: #fff !important;
  min-height: 300px;
}

.p-check__checking .mv-wrap.pgbt-wide {
  padding: 30px 20px !important;
}

.p-check__result {
  background-color: #fff !important;
  min-height: 300px;
}

.p-check__result__contents {
  padding: 3rem;
  text-align: center;
}

.p-check__result__lead-box {
  margin: 0 auto;
  text-align: center;
}

.p-check__result__lead-box span {
  display: block;
}

.p-check__result__lead {
  font-size: 3rem;
  font-weight: bold;
}

.p-check__result__lead__sub {
  font-size: 2rem;
  font-weight: bold;
}

.p-check__video {
  width: 100%;
  width: calc(100% - 40px);
}

.p-check__video + .l-cmmn__btn-box {
  margin-top: 1.5rem;
  position: relative;
}

.p-check__video + .l-cmmn__btn-box .p-attention {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  bottom: 0;
  color: #333;
  color: #f00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  left: 20px;
  margin: auto;
  position: absolute;
  text-align: left;
  top: 0;
  width: calc((100% - 340px) / 2);
}

.p-check__video-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.p-check__video-list + .l-cmmn__btn-box {
  margin-top: 0;
}

.p-check__video-thumbnail {
  margin-bottom: 30px;
  width: 30%;
}

.p-check__video-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-check__video-link {
  cursor: pointer;
  display: block;
  position: relative;
}

.p-check__video-link img {
  border: 2px solid #ccc;
  position: relative;
  z-index: 1;
}

.p-check__video-link::before,
.p-check__video-link::after {
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
}

.p-check__video-link::before {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  height: 80px;
  left: 0;
  right: 0;
  width: 80px;
  z-index: 2;
}

.p-check__video-link::after {
  -webkit-transform: translateX(-35%);
  border-bottom: 21px solid transparent;
  border-left: 35px solid rgba(255, 255, 255, 0.9);
  border-right: none;
  border-top: 21px solid transparent;
  height: 0;
  left: 50%;
  transform: translateX(-35%);
  width: 0;
  z-index: 3;
}

.p-check__result-box > div:not(:last-child) {
  margin-bottom: 3rem;
}

.p-check__navi-num {
  font-weight: bold;
}

.p-check__navi-num > span:first-child {
  font-size: 2rem;
}

.p-check__navi-num > span:last-child {
  color: #333;
  font-size: 3rem;
}

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

.p-check__btns-box > * {
  width: 50%;
}

.p-check__btns-box > *:first-child {
  margin-right: 2rem;
}

.p-check__leaflet__title {
  color: #0088b5;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}

.p-check__leaflet .l-cmmn__btn-box {
  margin-top: 0;
}

.p-check__leaflet .c-btn {
  font-size: 1.8rem;
  padding: 1.4rem 0;
}

.p-check .result-btn-sm {
  border-radius: 14px;
  font-size: 1.8rem;
  padding-bottom: 0;
  padding-top: 0;
}

.p-check .result-btn-sm.c-btn:before {
  height: 45px;
  margin: 0;
  width: 45px;
}

.p-check .result-btn-mid {
  border-radius: 14px;
  font-size: 1.8rem;
  padding-bottom: 0.85rem;
  padding-top: 0.85rem;
}

.p-check .result-btn-large {
  border-radius: 14px;
  font-size: 1.8rem;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}

.p-check .p-check__result-box {
  padding: 0;
}

.p-check .p-check__result-box > div:not(.p-check__leaflet):not(.p-check__btns-box) {
  margin-bottom: 2rem;
}

.p-check .p-check__result-box .p-check__btns-box {
  margin-bottom: 2.4rem;
}

.p-check .p-check__result-box .p-form__radio > input:checked + label:after {
  top: 7px;
}

.p-check .p-check__result-box .p-form__group > div + div {
  padding-top: 5rem;
}

.p-check .p-check__result-box .p-form__title {
  background: #ededed;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin: 0 0 2.6rem;
  padding: 0 1.4rem;
}

.p-check__qr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 10px;
}

.p-check__qr__img {
  width: 100px;
}

.p-check__qr__img img {
  width: 100%;
}

.p-check__qr__contents {
  margin-left: 20px;
  width: calc(100% - 110px);
}

.p-check__bd-sec {
  border-bottom: 1px solid #054DA0;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.p-check .only-print {
  display: none;
}

.p-check .note {
  margin: 8px 30px 0;
}

.p-check .note__title {
  border-bottom: 1px solid #0088b5;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1.55rem;
  padding-bottom: 0.5rem;
}

.p-check .note__contents + .note__title {
  margin-top: 3rem;
}

.p-check .note__contents li {
  padding-left: 2.7rem;
  position: relative;
}

.p-check .note__contents li:before {
  content: "・";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
}

.dryeye .p-check__lead {
  background-color: #009bd1;
}

.dryeye .p-check .note {
  margin-top: 75px;
}

.ryoku .p-check__lead {
  background-color: #65c10f;
}

.karei .p-check__lead {
  background-color: #ffae00;
}

.hakunai .p-check__lead {
  background-color: #f78ab2;
}

.practice .l-cmmn__lead {
  position: relative;
}

.practice .l-cmmn__lead:before {
  background-image: url(../img/icons/practice.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 57px;
  margin-bottom: -2.3rem;
  margin-right: 0.8rem;
  width: 125px;
}

.modal_video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.25s linear;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.25s linear;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.modal_video .background {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal_video .video {
  position: relative;
  width: 924px;
  z-index: 2;
}

.modal_video .video .p-check__video {
  width: 100%;
}

.modal_video .video .close {
  cursor: pointer;
  height: 40px;
  opacity: 0;
  position: absolute;
  right: -5px;
  top: -50px;
  width: 40px;
  z-index: 1;
}

.modal_video .video .close::before,
.modal_video .video .close::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.modal_video .video .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_video .video .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_video.is-show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal_video.is-show .video .close {
  opacity: 1;
}

.print-past .p-check__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

.print-past .p-check__lead + .no-print {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

.print-past .p-check__lead ~ .p-check__result-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

.isIpad .p-check__result__contents {
  padding: 1rem 3rem 3rem;
}

.isIpad .p-check__result__contents.contents-movie {
  padding: 3rem;
}

.isIpad .p-check__done {
  top: 1.5rem;
}

.isIpad .p-check__result-box > div:not(:last-child) {
  margin-bottom: 2rem;
}

.isIpad .p-check__wrap .result__wrap {
  padding: 0 65px;
}

.isIpad .p-check__contents {
  background-position: top 7.4rem right 3rem;
  padding: 30px 0;
}

.isIpad .p-check__video {
  width: calc(100% - 80px);
}

.isIpad .p-check__video + .l-cmmn__btn-box {
  margin-top: 1rem;
}

.isIpad .p-check__video + .l-cmmn__btn-box .p-attention {
  font-size: 12px;
  left: 40px;
  width: calc((100% - 400px) / 2);
}

.isIpad .modal_video .video {
  background: rgba(0, 0, 0, 0.85);
}

.isSp .p-check__wrap .result__contents {
  font-size: 2rem !important;
}

.isSp .p-check__contents {
  background-position: top 11.4rem right 2rem;
  padding: 60px;
}

.isSp .p-check__contents__title {
  width: 75%;
}

.isSp .p-check__contents__title img {
  width: 100%;
}

.isSp .p-check__contents__lead {
  margin-right: 190px;
}

.isSp .p-check__advice:before {
  background-position: bottom 50% right 40px;
}

.isSp .p-check__advice.ng p {
  padding-right: 125px;
}

.isSp .p-check__advice .btn__wrap {
  margin-top: 0;
}

.isSp .p-check__search {
  margin-top: 150px;
}

.isSp .p-check__search:before {
  top: -5rem;
}

.isSp .p-check__search .search__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.isSp .p-check__search .search__contents .lead {
  margin-bottom: 10px;
  margin-right: 0;
  width: 60%;
}

.isSp .p-check__search .search__contents .lead img {
  width: 100%;
}

.isSp .p-check__ex-btns__cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.isSp .p-check__ex-btns__cols .c-btn {
  margin-top: 15px;
  width: 100%;
}

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

.p-form .cols {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form .cols > * + * {
  margin-left: 2rem;
}

.p-form .cols .col-lbl {
  width: 120px;
}

.p-form__note {
  background: #ededed;
  font-size: 1.8rem;
  margin-top: 50px;
  padding: 30px 20px;
}

.p-form__note + .annotation {
  margin-top: 1.2rem;
}

.p-form__group:not(:last-child) {
  margin-bottom: 3rem;
}

.p-form__group.lg-mg {
  margin-bottom: 6rem;
}

.p-form__group.sm:not(:last-child) {
  margin-bottom: 1rem;
}

.p-form__group__lbl-set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__group__lbl-set > * + * {
  margin-left: 2rem;
}

.p-form__group__lbl-set .opti-number {
  margin-top: 0;
  width: 39rem;
}

.p-form__group__count {
  counter-reset: list-num;
}

.p-form__err-msg {
  color: #ff0000;
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0;
}

.p-form__ttl-s {
  background-color: #e6f5fc !important;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0.2rem 1rem;
  position: relative;
}

.p-form__ttl-s.xs {
  margin-bottom: 1rem;
}

.p-form__ttl-s__txt {
  position: relative;
  z-index: 2;
}

.p-form__ttl-s__img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-form__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__list-col > .p-form__check {
  margin-top: 0;
}

.p-form__list-col.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form__list-col ul {
  width: 50%;
}

.p-form__list-col ul:first-child {
  margin-right: 10px;
}

.p-form__list-col ul li {
  width: 100%;
}

.p-form__list-col ul li ~ li {
  margin-top: 8px;
}

.p-form__list-col .label {
  width: 50%;
}

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

.p-form__list > li {
  margin-right: 6rem;
}

.p-form__list.fixedItem > li {
  margin-right: 0;
  width: 27rem;
}

.p-form__txt {
  margin-bottom: 2rem;
}

.p-form__txt.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form__vertical-list li:not(:last-child) {
  margin-bottom: 2rem;
}

.p-form__lbl {
  color: #034ea1;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.p-form__lbl.isolate {
  margin-bottom: 1rem;
}

.p-form__lbl::before {
  background-color: #0088b5;
  content: "";
  display: inline-block;
  height: 20px;
  margin-bottom: -3px;
  margin-right: 1rem;
  width: 6px;
}

.p-form__lbl.required:after {
  background-color: #ff7f55;
  color: #fff;
  content: "必須";
  font-size: 1.5rem;
  margin-left: 1rem;
  padding: 0 1rem;
}

.p-form__option:after {
  border: 2px solid #ff7f55;
  border-radius: 2rem;
  color: #ff7f55;
  content: "オプション";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1rem;
  padding: 0 1rem 0.1rem;
}

.p-form__annotation {
  display: block;
  font-size: 1.6rem;
}

.p-form__annotation.blue {
  color: #003366;
}

.p-form__input {
  background-color: #fff;
  border: 1px solid #c4d0d6;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  width: 100%;
}

.p-form__input.short {
  width: 30rem;
}

.p-form__cb {
  margin-bottom: 1rem;
}

.p-form__cb > label {
  cursor: pointer;
}

.p-form__cb input[type=checkbox] {
  display: none;
}

.p-form__cb > input[type=checkbox]:disabled + label {
  cursor: default;
  opacity: 0.5;
}

.p-form__cb > input[type=checkbox]:checked ~ label:before {
  -webkit-box-shadow: none;
  background-color: #0088b5;
  background-image: url(../img/icons/check_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
}

.p-form__cb__count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: list-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form__cb__count:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #034ea1;
  border-radius: 9999px;
  color: #fff;
  content: counter(list-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
  padding-bottom: 3px;
  width: 24px;
}

.p-form__cb__box {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  display: inline-block;
  height: 2rem;
  margin-bottom: -4px;
  margin-right: 1rem;
  width: 2rem;
}

input[type=checkbox]:checked ~ .p-form__cb__box {
  -webkit-box-shadow: none;
  background-color: #0088b5;
  background-image: url(../img/icons/check_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
}

.p-form__radio {
  margin-bottom: 1rem;
}

.p-form__radio > label {
  cursor: pointer;
  position: relative;
}

.p-form__radio > label:before {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  border-radius: 999px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin-bottom: -4px;
  margin-right: 1rem;
  width: 2.4rem;
}

.p-form__radio > input {
  display: none;
}

.p-form__radio > input:checked + label:before {
  -webkit-box-shadow: none;
  background-color: #0088b5;
  border: none;
  box-shadow: none;
}

.p-form__radio > input:checked + label:after {
  background-color: #fff;
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.8rem;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 0.8rem;
}

.p-form__check {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem 1.8rem 0.5rem 4.4rem;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-all;
}

.p-form__check:nth-child(odd) {
  margin-right: 1rem !important;
}

.p-form__check:nth-child(even) {
  margin-right: 0 !important;
}

.p-form__check:before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  bottom: 0;
  content: "";
  height: 1.6rem;
  left: 1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1.6rem;
}

.p-form__check.checked {
  background: #034ea1;
  border: 1px solid #034ea1;
  color: #fff;
}

.p-form__check.checked:before {
  background-image: url(../img/icons/checked.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.p-form .p-form__group.has-error .p-form__err-msg {
  display: block;
}

.p-form .p-form__group.has-error .p-form__input {
  background-color: #ffe5e5;
}

.p-form .p-form__group.has-error label .p-form__err-msg {
  display: block;
}

.p-form .p-form__group.has-error label .p-form__input {
  background-color: #ffe5e5;
}

.isSp .p-form__list-col:not(.ai-center) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.isSp .p-form__list-col:not(.ai-center) ul {
  width: 100%;
}

.isSp .p-form__list-col:not(.ai-center) ul ~ ul {
  margin-top: 0.8rem;
}

.isSp .p-form__list-col:not(.ai-center) li ~ li {
  margin-top: 0.8rem !important;
}

.isSp .p-form__note {
  font-size: 2rem;
  padding: 30px 25px;
}

.isSp .p-form__note + .annotation {
  font-size: 1.6rem;
}

.p-ext {
  background: none;
  width: auto !important;
}

.p-ext.base-pd {
  padding: 3rem;
}

.p-ext__ttl {
  padding-top: 0 !important;
  text-align: center;
}

.p-ext__ttl-img {
  height: 45px;
  width: 174px;
}

.p-ext__sm-txt {
  font-size: 1.4rem;
}

.p-ext__base {
  background: none;
  padding-bottom: 4rem;
  width: 800px;
}

.p-ext__base.wide {
  padding-bottom: 0;
  width: 890px;
}

.p-ext__base.wide .notice {
  padding-left: 20px;
  padding-right: 20px;
}

.p-ext__base:before,
.p-ext__base:after {
  content: none;
}

.p-ext__base.long {
  min-height: 520px;
}

.p-ext__base.sm {
  height: 380px;
  padding-bottom: 0;
}

.p-ext__base .notice {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.p-ext__base .border-box {
  border: 4px solid #ccc;
  border-radius: 12px;
  color: black;
  font-size: 16px;
  margin: 25px 40px 0;
  padding: 25px;
  text-align: center;
}

.p-ext__base .border-box a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.p-ext__base .border-box.pgbt-narrow {
  padding: 15px 25px;
}

.p-ext__blk-txt {
  color: #333;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "fooooo", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin: 10px;
}

.p-ext__full-center {
  padding-left: 0 !important;
  padding-top: 0 !important;
  text-align: center !important;
  width: 100%;
}

.p-ext__result-annotation {
  color: #194692;
  display: block;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "fooooo", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px;
}

.p-ext__emphasize {
  font-size: 2em;
  padding: 1rem !important;
}

.p-ext__cell {
  height: auto !important;
}

.p-ext__cell.border {
  border: 4px solid #ddd;
}

.p-ext__cell.sm {
  min-height: auto !important;
}

.p-ext__cell.sheet {
  left: 0;
  margin-top: 40px;
  position: relative;
  top: 0;
}

.p-ext__catch {
  position: static;
}

.p-ext__question {
  font-size: 1.6rem;
  max-height: 190px;
}

.p-ext__cols-2 {
  width: 43% !important;
}

.p-ext__desc-box {
  background: #FAEEBE;
  border: 1px solid #CCC;
  border-radius: 8px;
  margin-top: 0.8rem;
  padding: 10px;
  width: 100%;
}

.p-ext .checklist .kareiohanhensei1-left {
  margin-left: 2rem;
}

.p-ext .checklist .kareiohanhensei1-right {
  margin-right: 2rem;
}

.p-ext .checklist label.no-cb:before {
  content: none;
}

.p-ext .checklist .p-form__cb__box {
  -webkit-box-shadow: none;
  background-image: url(../../BtoB_Selfcheck/assets/cb_sprite.png);
  background-position: 0 -25px;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  display: inline-block;
  height: 23px;
  left: -35px;
  position: absolute;
  top: -2px;
  vertical-align: top;
  width: 23px;
}

.p-ext .checklist input[type=checkbox]:checked ~ .p-form__cb__box {
  background-color: transparent;
  background-image: url(../../BtoB_Selfcheck/assets/cb_sprite.png);
  background-position: 0 0px;
  background-size: auto;
  height: 23px;
  width: 23px;
}

.p-ext .no-pd {
  padding: 0;
}

.p-ext .no-pd-l {
  padding-left: 0 !important;
}

.p-ext .no-pd-t {
  padding-top: 0 !important;
}

.p-ext .no-pd-b {
  padding-bottom: 0 !important;
}

.p-ext .no-mgn {
  margin: 0;
}

.p-ext .no-mgn-l {
  margin-left: 0 !important;
}

.p-ext .no-mgn-r {
  margin-right: 0 !important;
}

.p-ext .centering {
  margin: 0 auto !important;
}

.p-ext .is-shown {
  display: block !important;
}

.p-ext .full-w {
  width: 100% !important;
}

.p-ext .txt-left {
  text-align: left;
}

.isIpad .mv-wrap {
  padding: 10px 20px !important;
}

.isIpad .mv-wrap.canvas_wrap {
  padding: 10px 0 !important;
}

.isIpad .mv-wrap.pgbt-wide {
  padding: 20px !important;
}

.isIpad .mv-wrap > .haku_image {
  padding-bottom: 20px;
  padding-top: 15px;
}

.isIpad .mv-wrap > .haku_title ~ .haku_image {
  padding-bottom: 0;
  padding-top: 0;
}

.isIpad .p-ext.base-pd {
  padding: 1rem 3rem;
}

.isIpad .p-ext .l-cmmn__btn-box {
  margin-top: 1rem;
}

.isSp .p-ext__sm-txt {
  font-size: 1.4rem;
}

.isSp .p-ext__base {
  width: 90%;
}

.isSp .p-ext .l-cmmn__btn-box {
  margin-top: 1.5rem !important;
}

.p-zoom_setting-list {
  padding-left: 20px;
}

.p-zoom_setting-list ol {
  list-style: decimal;
  list-style-position: outside;
}

.p-zoom_setting-screenshot {
  margin-top: 20px;
  text-align: center;
}

.p-zoom_setting-screenshot img {
  height: auto;
  width: 400px;
}

/*
==============================================================================
PROJECTS
==============================================================================
*/

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-bold {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
}

.u-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u-sm-ls {
  letter-spacing: 0.03em;
}

.u-blk-txt {
  color: #333;
}

.u-blue-txt {
  color: #034ea1;
}

.u-txt-sm {
  font-size: 1.6rem;
}

.u-emp-txt {
  color: #034ea1;
  font-size: 2.4rem;
  font-weight: bold;
}

.u-w-20 {
  display: inline-block;
  min-width: 20px;
}

.u-mouten {
  display: inline-block;
  width: 1.6rem;
}

.u-indent {
  padding-left: 2em !important;
  text-indent: -1em;
}

.u-indent-one-char {
  padding-left: 1em !important;
  text-indent: -1em;
}

.u-lg-txt {
  font-size: 3.2rem;
}

.u-mid-txt {
  font-size: 2rem;
}

.u-small-txt {
  font-size: 1.8rem;
}

.u-small-b-txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.u-smaller-txt {
  font-size: 1.6rem;
}

.u-mini-txt {
  font-size: 1.4rem;
}

.u-minimum-txt {
  font-size: 1.2rem;
}

.u-err-txt {
  color: #ff0000;
  font-weight: 700;
  margin-top: 1rem;
}

.c-red {
  color: #ff0000;
}

.u-w-120 {
  display: inline-block;
  width: 120px;
}

.u-w-130 {
  display: inline-block;
  width: 130px;
}

.u-pgl-20 {
  padding-left: 20px;
}

.u-pgb-20 {
  padding-bottom: 20px;
}

.u-mgt-5 {
  margin-top: 5px !important;
}

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

.u-mgt-20 {
  margin-top: 20px;
}

.u-mgb-20-ngtv {
  margin-bottom: -20px;
}

.u-mgt-30 {
  margin-top: 30px;
}

.u-mgt-40 {
  margin-top: 40px;
}

.u-mgb-0 {
  margin-bottom: 0 !important;
}

.u-mgt-0 {
  margin-top: 0 !important;
}

.u-mgb-5 {
  margin-bottom: 5px !important;
}

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

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

.u-mgb-30 {
  margin-bottom: 30px;
}

.u-mgl-20 {
  display: inline-block;
  margin-left: 20px;
}

.u-annotation {
  color: #064EA0;
  font-size: 1.6rem;
}

.isSp .u-sp-w-half {
  width: 50%;
}

@media (orientation: landscape) {
  .isSp .c-modal__body {
    -webkit-transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: auto;
    max-height: 90%;
    right: 0;
    top: 0;
    transform: none;
    width: 85%;
  }

  .isSp .c-modal__txt {
    margin-bottom: 1.7rem;
  }

  .isSp .c-modal__txt p {
    font-size: 1.3rem;
  }

  .isSp .c-modal__btns-box * {
    height: 3.6rem !important;
  }

  .isSp .c-modal__btns-box * .c-btn.check {
    font-size: 1.4rem;
    line-height: 3.8rem;
  }

  .isSp .c-modal__btns-box * .c-btn.check img {
    height: auto !important;
    vertical-align: -1px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-modal__opt-btn {
    position: fixed;
    right: 2rem;
    top: 1.8rem;
  }

  .c-step__cate {
    display: block;
  }

  .c-step__cate > * {
    float: left;
    margin-right: 6rem;
  }

  .c-tbl__h__img {
    display: none !important;
  }

  .c-modal__scrollable {
    -ms-overflow-style: auto;
  }

  .c-tbl__scrollable {
    -ms-overflow-style: auto;
  }

  .c-tbl__main-h.hakunai {
    border-bottom: 2px solid #CCC !important;
  }

  .c-tbl__sub-h.hakunai {
    border-bottom: 2px solid #CCC !important;
  }

  .c-tbl__mini-h.last {
    border-bottom: 2px solid #CCC !important;
  }

  .c-tbl__body__row.no-bd-b td {
    border-bottom: 2px solid #CCC !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
