@charset "UTF-8";
@media screen and (max-width: 1024px) {
  body.regist {
    min-width: 960px;
  }
  body.regist header {
    min-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  body.regist {
    min-width: initial;
    min-width: auto;
  }
  body.regist header {
    min-width: initial;
    min-width: auto;
  }
}

main.regist {
  width: 685px;
  margin: 0 auto;
}

main.regist .hl01 + .main_in {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  main.regist {
    width: auto;
    padding: 32px 24px 64px;
  }
  main.regist .hl01 + .main_in {
    margin-top: 40px;
  }
}

main.type01 {
  width: 1088px;
  margin: 0 auto;
}

main.type01 article {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main.type01 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

main.type_wide {
  width: auto;
  margin: 0 auto;
}

main.type_wide article {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main.type_wide {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}


/*==============================*/
/* profile regist */
/*==============================*/
.regist_cnts > li {
  position: relative;
}

.regist_cnts > li > figure {
  position: absolute;
  top: -28px;
  left: -110px;
}

.regist_cnts01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.regist_cnts01 dl {
  width: 660px;
  position: relative;
  background: #fff;
  border-radius: 0 12px 12px 12px;
  padding: 24px 30px;
  font-size: 1.6rem;
}

.regist_cnts01 dl:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
}

.regist_cnts01 dl:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #ebf3ff;
  border-radius: 0 22px 0 0;
}

.basic .regist_cnts01 dl:after {
  background: #effff9;
}

.regist_cnts01 dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.regist_cnts01 dl dt + dd {
  margin-top: 5px;
}

.clinical_b .regist_cnts01 dl dt {
  color: #0255f4;
}

.basic .regist_cnts01 dl dt {
  color: #00b179;
}

.regist_cnts01 dl dd {
  font-size: 20px;
  font-size: 2rem;
}

.regist_cnts01 dl dd p + p {
  margin-top: 1em;
}

.regist_cnts01 + .regist_cnts02 {
  margin-top: 20px;
}

.regist_cnts02 {
  width: 634px;
  margin-left: 36px;
  opacity: 0;
}

.regist_cnts02 .in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regist_cnts > li {
  display: none;
  visibility: hidden;
  height: 0;
}

.regist_cnts > li.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: visible;
}

.regist_cnts .ul01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.regist_cnts .ul01 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 309px;
  min-height: 48px;
  padding: 6px 20px;
  border-radius: 8px;
  background: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.regist_cnts .ul01 li:hover {
  background: #fff19f;
}

.regist_cnts .ul01 li:nth-of-type(n + 2) + li {
  margin-top: 16px;
}

.clinical_b .regist_cnts .ul01 li {
  border: 2px solid #0255f4;
  color: #0255f4;
}

.clinical_b .regist_cnts .ul01 li.active {
  background: #0255f4;
  color: #fff;
}

.basic .regist_cnts .ul01 li {
  border: 2px solid #00c184;
  color: #00b179;
}

.basic .regist_cnts .ul01 li.active {
  background: #00c184;
  color: #fff;
}

.regist_cnts .ul01 li.txt {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  cursor: auto;
}

.regist_cnts .ul01 li.txt + .txt {
  margin-top: 16px;
}

.regist_cnts .ul01 li.txt input[type="text"],
.regist_cnts .ul01 li.txt input[type="password"] {
  width: 100%;
  height: 56px;
  padding: 26px 12px 4px;
  background: #fff;
  border: 1px solid #a8b2ba;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.regist_cnts .ul01 li.txt input[type="text"]::-ms-clear,
.regist_cnts .ul01 li.txt input[type="password"]::-ms-clear {
  visibility: hidden;
}

.regist_cnts .ul01 li.txt input[type="text"]::-ms-reveal,
.regist_cnts .ul01 li.txt input[type="password"]::-ms-reveal {
  visibility: hidden;
}

.regist_cnts .ul01 li.txt .placeholder {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8b2ba;
  font-size: 16px;
  font-size: 1.6rem;
  transition: font-size 0.2s ease-out, top 0.2s ease-out;
  pointer-events: none;
}

.regist_cnts .ul01 li.txt.active,
.regist_cnts .ul01 li.txt.wrote {
  background: none;
}

.basic .regist_cnts .ul01 li.txt.active input[type="text"],
.basic .regist_cnts .ul01 li.txt.active input[type="password"],
.basic .regist_cnts .ul01 li.txt.wrote input[type="text"],
.basic .regist_cnts .ul01 li.txt.wrote input[type="password"] {
  border: 2px solid #00c184;
}

.clinical .regist_cnts .ul01 li.txt.active input[type="text"],
.clinical .regist_cnts .ul01 li.txt.active input[type="password"],
.clinical .regist_cnts .ul01 li.txt.wrote input[type="text"],
.clinical .regist_cnts .ul01 li.txt.wrote input[type="password"] {
  border: 2px solid #0255f4;
}

.regist_cnts .ul01 li.txt.active .placeholder,
.regist_cnts .ul01 li.txt.wrote .placeholder {
  top: 8px;
  -webkit-transform: none;
  transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.regist_cnts .ul02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.regist_cnts .ul02 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.regist_cnts .ul02 li:hover {
  background: #fff19f;
}

.regist_cnts .ul02 li + li {
  margin-top: 16px;
}

.clinical_b .regist_cnts .ul02 li {
  border: 2px solid #0255f4;
  color: #0255f4;
}

.clinical_b .regist_cnts .ul02 li.active {
  background: #0255f4;
  color: #fff;
}

.basic .regist_cnts .ul02 li {
  border: 2px solid #00c184;
  color: #00b179;
}

.basic .regist_cnts .ul02 li.active {
  background: #00c184;
  color: #fff;
}

.regist_cnts + .regist_pager {
  margin-top: 80px;
}

.regist_cnts + .regist_nav {
  margin-top: 64px;
}

.regist_pager {
  opacity: 0;
}

.regist_pager ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regist_pager ul li {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.regist_pager ul li.active .text {
  display: block;
}

.regist_pager ul li.active .icon {
  display: block;
}

.clinical_b .regist_pager ul li {
  border: 2px solid #0255f4;
}

.basic .regist_pager ul li {
  border: 2px solid #00c184;
}

.regist_pager ul li + li {
  margin-left: 48px;
}

.regist_pager ul li + li:before {
  content: "";
  position: absolute;
  left: -48px;
  top: 50%;
  width: 48px;
  height: 6px;
  margin-top: -3px;
}

.clinical_b .regist_pager ul li + li:before {
  background: url(/bens/assets/images/examine_ico03.png) no-repeat center center/auto 100%;
}

.basic .regist_pager ul li + li:before {
  background: url(/bens/assets/images/basic_ico01.png) no-repeat center center/auto 100%;
}

.regist_pager ul li .text {
  display: none;
  position: absolute;
  left: 50%;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.regist_pager ul li .text .clinical_b {
  color: #0255f4;
}

.basic .regist_pager ul li .text {
  color: #00b179;
}

.regist_pager ul li .icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  border-radius: 50%;
  background: #ffd800;
  z-index: 1;
}

.clinical_b .regist_pager ul li .icon {
  box-shadow: 0px 0px 4px rgba(0, 60, 175, 0.3);
}

.basic .regist_pager ul li .icon {
  box-shadow: 0px 0px 4px rgba(0, 116, 80, 0.3);
}

.regist_pager ul li .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  background: #fff;
}

.regist_pager + .regist_nav {
  margin-top: 32px;
}

.regist_nav {
  opacity: 0;
}

.regist_nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.regist_nav ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 20px;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.regist_nav ul li.prev {
  float: left;
}

.regist_nav ul li.next {
  float: right;
  color: #fff;
}

.clinical_b .regist_nav ul li {
  border: 2px solid #0255f4;
}

.clinical_b .regist_nav ul li.prev {
  color: #0255f4;
}

.clinical_b .regist_nav ul li.prev:hover {
  background: #fff19f;
}

.clinical_b .regist_nav ul li.next {
  background: #0255f4;
}

.clinical_b .regist_nav ul li.next:hover {
  color: #0255f4;
  background: transparent;
}

.basic .regist_nav ul li {
  border: 2px solid #00c184;
}

.basic .regist_nav ul li.prev {
  color: #00b179;
}

.basic .regist_nav ul li.prev:hover {
  background: #fff19f;
}

.basic .regist_nav ul li.next {
  background: #00c184;
}

.basic .regist_nav ul li.next:hover {
  color: #00b179;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .basic .regist_cnts > li:after {
    content: "";
    display: block;
    clear: both;
  }
  .basic .regist_cnts > li.active {
    display: block;
  }
  .regist_cnts > li > figure {
    float: left;
    width: 84px;
    position: static;
  }
  .regist_cnts > li > figure img {
    width: 100%;
    height: auto;
  }
  .basic .regist_cnts01 {
    float: right;
    width: calc(100% - 90px - 22px);
    margin: 16px 0 0;
  }
  .regist_cnts01 dl {
    width: 100%;
    padding: 16px;
  }
  .regist_cnts01 dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .regist_cnts01 dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .regist_cnts01 + .regist_cnts02 {
    margin-top: 24px;
  }
  .regist_cnts02 {
    width: auto;
    margin-left: 0;
  }
  .basic .regist_cnts02 {
    float: left;
    width: 100%;
  }
  .regist_cnts .ul01 li {
    width: 100%;
    font-size: 1.6rem;
  }
  .regist_cnts .ul01 li:hover {
    background: #fff;
  }
  .regist_cnts .ul01 li + li {
    margin-top: 12px;
  }
  .regist_cnts .ul02 li {
    min-height: 48px;
    padding: 10px 8px;
  }
  .regist_cnts .ul02 li:hover {
    background: #fff;
  }
  .regist_cnts .ul02 li + li {
    margin-top: 12px;
  }
  .regist_cnts + .regist_pager {
    margin-top: 80px;
  }
  .regist_cnts + .regist_nav {
    margin-top: 40px;
  }
  .regist_pager ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100px;
  }
  .regist_pager + .regist_nav {
    margin-top: 0;
  }
  .regist_nav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .regist_nav ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 112px;
    height: 40px;
    font-size: 1.6rem;
    border-radius: 20px;
    cursor: pointer;
  }
  .regist_nav ul li.prev {
    float: left;
  }
  .regist_nav ul li.next {
    float: right;
    color: #fff;
  }
  .clinical_b .regist_nav ul li {
    border: 2px solid #0255f4;
  }
  .clinical_b .regist_nav ul li.prev {
    color: #0255f4;
  }
  .clinical_b .regist_nav ul li.prev:hover {
    background: transparent;
  }
  .clinical_b .regist_nav ul li.next:hover {
    background: #0255f4;
    color: #fff;
  }
  .basic .regist_nav ul li {
    border: 2px solid #00c184;
  }
  .basic .regist_nav ul li.prev {
    color: #00b179;
  }
  .basic .regist_nav ul li.prev:hover {
    background: transparent;
  }
  .basic .regist_nav ul li.next:hover {
    background: #00c184;
    color: #fff;
  }
}

/*==============================*/
/* search result */
/*==============================*/
.box_result01 {
  padding: 20px 40px 50px;
  background: #fff;
  border-radius: 8px;
}

.box_result01 .list_result {
  margin: 12px 0 50px;
  padding-top: 30px;
  border-top: 1px solid #e9ecef;
}

.box_result01 .list_result li span {
  background: linear-gradient(transparent 60%, #ffd800 60%);
  font-weight: bold;
}

.box_result01 .list_result li + li {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}

.box_result01 .post {
  display: block;
  padding: 0;
  background: none;
  border-radius: none;
  transition: none;
}

.clinical .box_result01 .post {
  box-shadow: none;
}

.box_result01 .post:hover {
  opacity: 1;
}

.box_result01 .post dt a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #0255f4;
  transition: opacity 0.2s ease-out;
}

.box_result01 .post dt a:hover {
  opacity: 0.7;
}

.box_result01 .post dt p.omission {
  max-height: 3em;
  position: relative;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box_result01 .post dt p.omission:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.box_result01 .post dt p.omission:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.box_result01 .post dd {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #37434D;
}

@media screen and (max-width: 767px) {
  .box_result01 {
    padding: 22px 20px 25px;
  }
  .box_result01 .list_result {
    margin: 13px 0 20px;
    padding-top: 20px;
  }
  .box_result01 .list_result li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
  .box_result01 .post dt a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #0255f4;
    transition: opacity 0.2s ease-out;
  }
  .box_result01 .post dt a:hover {
    opacity: 1;
  }
  .box_result01 .post dd {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #37434D;
  }
}

/*==============================*/
/* package */
/*==============================*/
.box_package {
  position: relative;
  padding: 24px 24px 40px 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.box_package .new {
  position: absolute;
  top: -8px;
  left: -40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 20px 40px 8px;
  background: #ffd800;
  color: #0255f4;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.box_package > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_package + .box_package {
  margin-top: 24px;
}

.box_package dl {
  margin-top: 24px;
}
.box_package > div > figure img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .box_package > div > dl {
    width: calc(100% - 169px) !important;
  }
  .box_package > div > dl:only-child {
    width: 100%;
  }
  .box_package > div > figure {
    width: 193px;
  }
}

.box_package dl dt a {
  color: #0255f4;
  font-size: 18px;
  font-size: 1.8rem;
  transition: opacity 0.2s ease-out;
}

.box_package dl dt a:hover {
  opacity: 0.7;
}

.box_package dl dd {
  margin-top: 40px;
}

.box_package figure {
  margin-left: 24px;
}

.box_package > p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .box_package {
    padding: 50px 20px 20px;
  }
  .box_package .new {
    position: absolute;
    top: -4px;
    left: -32px;
    padding: 16px 32px 4px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .box_package > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box_package dl {
    margin-top: 0;
  }
  .box_package dl dd {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_package figure {
    margin: 16px auto 0;
    text-align: center;
  }
  .box_package > p {
    text-align: right;
  }
}

/*==============================*/
/* tags */
/*==============================*/
.box_tags {
  margin-top: 16px;
  padding: 14px 16px;
  background: #dbe9ff;
  border-radius: 8px;
}

.box_tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_tags ul li {
  margin: 6px 4px;
  padding: 8px 18px;
  background: #fff;
  border: 2px solid #0255f4;
  border-radius: 20px;
  color: #0255f4;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.box_tags ul li:hover {
  background: #fff19f;
}

.box_tags ul .active {
  position: relative;
  background: #0255f4;
  color: #fff;
}

.box_tags ul .active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
}

.box_tags ul .active:hover {
  background: #0255f4;
}

.box_tags + .tab_content {
  margin-top: 40px;
}

.box_tags + .hl02 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .box_tags ul {
    display: block;
    white-space: nowrap;
    min-width: 100%;
    padding-bottom: 16px;
    overflow-x: auto;
    word-break: break-word;
  }
  .box_tags ul::-webkit-scrollbar {
    height: 6px;
  }
  .box_tags ul::-webkit-scrollbar-track-piece {
    border-radius: 10px;
    background: #ebf3ff;
  }
  .box_tags ul::-webkit-scrollbar-thumb {
    background-color: #91acff;
    border-radius: 10px;
  }
  .box_tags ul li {
    display: inline-block;
    margin: 6px 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_tags ul li:hover {
    background: #fff;
  }
  .box_tags + .tab_content {
    margin-top: 28px;
  }
  .box_tags + .hl02 {
    margin-top: 40px;
  }
}

/*==============================*/
/* review, recommend */
/*==============================*/
.box_review,
.box_recommend01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box_review + .box_review,
.box_recommend01 + .box_review,
.box_review + .box_recommend01,
.box_recommend01 + .box_recommend01 {
  margin-top: 16px;
}

.box_review .check,
.box_recommend01 .check {
  display: none;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #91acff;
  margin-right: 20px;
  cursor: pointer;
}

.box_review .check.active,
.box_recommend01 .check.active {
  background: #0255f4 url(/bens/assets/images/important_ico01.png) no-repeat center center/100% auto;
  border-color: #0255f4;
}

.box_review .check.active + .post,
.box_recommend01 .check.active + .post {
  box-shadow: none;
  opacity: 0.6;
}

.box_review.delete,
.delete.box_recommend01 {
  cursor: pointer;
}

.box_review.delete .check,
.delete.box_recommend01 .check {
  display: block;
}

@media screen and (max-width: 767px) {
  .box_review .check,
  .box_recommend01 .check {
    margin-right: 14px;
  }
}

/*==============================*/
/* recommend */
/*==============================*/
.box_recommend01 .post {
  padding: 28px 24px 24px 20px;
}

@media screen and (max-width: 767px) {
  .box_recommend01 .post {
    padding: 16px 22px 16px 19px;
  }
  .box_recommend01 .post dl dt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box_recommend02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.box_recommend02 .post {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 230px;
  padding: 16px 15px 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_recommend02 .post figure {
  position: relative;
}

.box_recommend02 .post figure:before,
.box_recommend02 .post figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box_recommend02 .post figure:before {
  width: 50px;
  height: 50px;
  background: #ffd800;
  border-radius: 50%;
}

.box_recommend02 .post figure:after {
  left: calc(50% + 2px);
  width: 19px;
  height: 22px;
  background: url(/bens/assets/images/clinical_recommend_icn01.png) no-repeat 50% 50%/19px auto;
}

.box_recommend02 .post p {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .box_recommend02 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_recommend02 .post {
    width: 100%;
  }
  .box_recommend02 .post + .post {
    margin-top: 16px;
  }
  .box_recommend02 .post figure img {
    width: 100%;
  }
}

/* recommend list */
.box_recommend_list {
  padding: 32px 36px 32px 36px;
  background: #fff;
  border-radius: 8px;
}

.box_recommend_list .img {
  float: right;
  text-align: center;
}

.box_recommend_list .txt {
  margin-top: 16px;
}

.box_recommend_list .txt .ttl {
  color: #0255f4;
  font-size: 18px;
  font-size: 1.8rem;
}

.box_recommend_list .txt p {
  margin-top: 40px;
}

.box_recommend_list .txt p + p {
  margin-top: 32px;
}

.box_recommend_list figure {
  margin-left: 24px;
}

.box_recommend_list .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.box_recommend_list .btn a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0255f4;
  text-decoration: underline;
}

.box_recommend_list .btn a:hover {
  text-decoration: none;
}

.box_recommend_list .btn div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 152px;
  height: 36px;
  margin: 0 auto;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.box_recommend_list .btn div:hover {
  background: #fff;
  color: #0255f4;
}

@media screen and (max-width: 767px) {
  .box_recommend_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 20px 20px;
  }
  .box_recommend_list .img {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    float: none;
    margin-top: 32px;
  }
  .box_recommend_list .txt {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  .box_recommend_list .txt .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_recommend_list .txt .ttl + p {
    margin-top: 24px;
  }
  .box_recommend_list .txt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_recommend_list .txt p + p {
    margin-top: 16px;
  }
  .box_recommend_list .btn {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .box_recommend_list .btn a:hover {
    text-decoration: underline;
  }
  .box_recommend_list .btn div:hover {
    background: #0255f4;
    color: #fff;
  }
}

/*==============================*/
/* review trial */
/*==============================*/
.box_review.trial,
.trial.box_recommend01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box_review.trial > .post,
.trial.box_recommend01 > .post {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 20px 20px 0;
  background: #00c184;
  color: #fff;
}

.box_review.trial > .post:hover,
.trial.box_recommend01 > .post:hover {
  opacity: 1;
}

.box_review.trial > .post + .post,
.trial.box_recommend01 > .post + .post {
  margin-top: 24px;
}

.box_review.trial > .post > dl:not(.accordion),
.trial.box_recommend01 > .post > dl:not(.accordion) {
  position: relative;
}

.box_review.trial > .post > dl:not(.accordion) dt + dd,
.trial.box_recommend01 > .post > dl:not(.accordion) dt + dd {
  margin-top: 12px;
}

.box_review.trial > .post > dl:not(.accordion) dt .omission,
.trial.box_recommend01 > .post > dl:not(.accordion) dt .omission {
  background-color: transparent;
}

.box_review.trial > .post > dl:not(.accordion) dd,
.trial.box_recommend01 > .post > dl:not(.accordion) dd {
  margin-left: 50px;
}

.box_review.trial > .post > dl:not(.accordion) dd .btn,
.trial.box_recommend01 > .post > dl:not(.accordion) dd .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 166px;
  height: 36px;
  background: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #00c184;
  transition: opacity 0.3s ease-out;
}

.box_review.trial > .post > dl:not(.accordion) dd .btn:hover,
.trial.box_recommend01 > .post > dl:not(.accordion) dd .btn:hover {
  opacity: 0.7;
}

.box_review.trial > .post > .accordion,
.trial.box_recommend01 > .post > .accordion {
  margin: 20px -20px 0;
  border-top: 2px solid #fff;
}

.box_review.trial > .post > .accordion > dt,
.trial.box_recommend01 > .post > .accordion > dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: initial;
  min-height: auto;
  position: relative;
  padding: 13px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: border-radius 0.4s ease-out, opacity 0.3s ease-out;
}

.box_review.trial > .post > .accordion > dt:after,
.trial.box_recommend01 > .post > .accordion > dt:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #00c184 transparent transparent transparent;
  transition: bottom 0.3s ease-out, z-index 0.3s ease-out;
  z-index: -1;
}

.box_review.trial > .post > .accordion > dt span,
.trial.box_recommend01 > .post > .accordion > dt span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
  transition: opacity 0.3s ease-out;
}

.box_review.trial > .post > .accordion > dt span:after,
.trial.box_recommend01 > .post > .accordion > dt span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.box_review.trial > .post > .accordion > dt:hover span,
.trial.box_recommend01 > .post > .accordion > dt:hover span {
  opacity: 0.7;
}

.box_review.trial > .post > .accordion > dt.active:after,
.trial.box_recommend01 > .post > .accordion > dt.active:after {
  bottom: -14px;
  z-index: 0;
}

.box_review.trial > .post > .accordion > dt.active span:after,
.trial.box_recommend01 > .post > .accordion > dt.active span:after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
  transform: translateY(-30%) rotate(-135deg);
}

.box_review.trial > .post > .accordion > dd,
.trial.box_recommend01 > .post > .accordion > dd {
  background: #fff;
  padding: 20px 20px 14px;
  border: 1px solid #00b179;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.box_review.trial > .post > .accordion > dd .hl03,
.trial.box_recommend01 > .post > .accordion > dd .hl03,
.box_review.trial > .post > .accordion > dd p,
.trial.box_recommend01 > .post > .accordion > dd p {
  color: #00c184;
}

.box_review.trial > .post > .accordion > dd .hl03 + .post,
.trial.box_recommend01 > .post > .accordion > dd .hl03 + .post,
.box_review.trial > .post > .accordion > dd p + .post,
.trial.box_recommend01 > .post > .accordion > dd p + .post {
  margin-top: 12px;
}

.box_review.trial > .post > .accordion > dd .post,
.trial.box_recommend01 > .post > .accordion > dd .post {
  border: 2px solid #00b179;
  box-shadow: none;
  cursor: pointer;
}

.box_review.trial > .post > .accordion > dd .post + *,
.trial.box_recommend01 > .post > .accordion > dd .post + * {
  margin-top: 16px;
}

.box_review.trial > .post .parts_info02,
.trial.box_recommend01 > .post .parts_info02 {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-top: 0;
  border-bottom: 1px solid #76dfbe;
}

.box_review.trial > .post .parts_info02 .txt_date,
.trial.box_recommend01 > .post .parts_info02 .txt_date {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box_review.trial > .post + .post,
  .trial.box_recommend01 > .post + .post {
    margin-top: 20px;
  }
  .box_review.trial > .post > dl:not(.accordion) dt + dd,
  .trial.box_recommend01 > .post > dl:not(.accordion) dt + dd {
    margin-top: 12px;
  }
  .box_review.trial > .post > dl:not(.accordion) dd,
  .trial.box_recommend01 > .post > dl:not(.accordion) dd {
    margin-left: auto;
  }
  .box_review.trial > .post > dl:not(.accordion) dd .btn,
  .trial.box_recommend01 > .post > dl:not(.accordion) dd .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .box_review.trial > .post > dl:not(.accordion) dd .btn:hover,
  .trial.box_recommend01 > .post > dl:not(.accordion) dd .btn:hover {
    opacity: 1;
  }
  .box_review.trial > .post > .accordion,
  .trial.box_recommend01 > .post > .accordion {
    margin: 20px -20px 0;
  }
  .box_review.trial > .post > .accordion > dt,
  .trial.box_recommend01 > .post > .accordion > dt {
    padding: 15px 0;
  }
  .box_review.trial > .post > .accordion > dt:hover span,
  .trial.box_recommend01 > .post > .accordion > dt:hover span {
    opacity: 1;
  }
  .box_review.trial > .post > .accordion > dd,
  .trial.box_recommend01 > .post > .accordion > dd {
    margin-top: 0;
    padding: 30px 20px 20px;
  }
  .box_review.trial > .post > .accordion > dd .hl03 + .post,
  .trial.box_recommend01 > .post > .accordion > dd .hl03 + .post,
  .box_review.trial > .post > .accordion > dd p + .post,
  .trial.box_recommend01 > .post > .accordion > dd p + .post {
    margin-top: 10px;
  }
  .box_review.trial > .post > .accordion > dd .post + *,
  .trial.box_recommend01 > .post > .accordion > dd .post + * {
    margin-top: 16px;
  }
  .box_review.trial > .post .parts_info02 .txt_date,
  .trial.box_recommend01 > .post .parts_info02 .txt_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*==============================*/
/* info */
/*==============================*/
.box_info {
  padding: 40px 40px 56px;
  background: #fff;
  border-radius: 8px;
}

.box_info dl dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8b2ba;
  transition: color 0.3s ease-out;
}

.box_info dl dt .tag {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 12px;
  margin-left: 12px;
  background-color: #6290e8;
}

.box_info dl dt .tag.tag01 {
  background-color: #eb5e8e;
}

.box_info dl dt .tag.tag02 {
  background-color: #6290e8;
}

.box_info dl dt .tag.tag03 {
  background-color: #58c178;
}

.box_info dl .ttl {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.box_info dl .ttl + dd {
  margin-top: 24px;
  padding-top: 32px;
  border-top: 2px solid #e9ecef;
}

.box_info dl p + p {
  margin-top: 16px;
}

.box_info dl figure {
  margin: 32px 0;
  text-align: center;
}

.box_info dl figure img {
  max-width: 100%;
  height: auto;
}

.box_info + .back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.box_info + .back a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  height: 40px;
  border-radius: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: background-color 0.2s ease-out;
}

.clinical .box_info + .back a {
  border: 2px solid #0255f4;
  color: #0255f4;
}

.basic .box_info + .back a {
  border: 2px solid #00b179;
  color: #00b179;
}

.box_info + .back a:hover {
  background: #fff19f;
}

@media screen and (max-width: 767px) {
  .box_info {
    padding: 20px 20px 24px;
  }
  .box_info dl dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_info dl .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_info dl .ttl + dd {
    padding-top: 24px;
    border-top-width: 1px;
  }
  .box_info dl p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_info dl figure {
    margin: 40px 0;
  }
  .box_info + .back a {
    width: 112px;
  }
  .box_info + .back a:hover {
    background: transparent;
  }
}

/*==============================*/
/* profile */
/*==============================*/
.box_profile.box01 {
  padding: 24px 24px 16px;
}

.box_profile ul li dl dt {
  float: left;
  clear: both;
}

.box_profile ul li dl dt + dd {
  margin: 0 0 0 220px;
}

.box_profile ul li dl dd {
  font-weight: bold;
}

.box_profile.add {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  transition: background 0.3s ease-out;
}

.box_profile.add:hover .btn .ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box_profile.add .btn .ico {
  position: relative;
  width: 48px;
  height: 48px;
  background: #0255f4;
  border-radius: 50%;
  margin: 0 auto;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.box_profile.add .btn .ico:before,
.box_profile.add .btn .ico:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  margin-top: -1px;
  background: #fff;
}

.box_profile.add .btn .ico:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box_profile.select {
  position: relative;
}

.box_profile.select > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_profile.select > ul > li {
  position: relative;
  padding: 0;
  border: none;
}

.box_profile.select > ul > li:first-of-type,
.box_profile.select > ul > li:nth-of-type(2) {
  margin-top: 0;
}

.box_profile.select > ul > li:only-of-type {
  width: 100%;
}

.box_profile.select > ul > li:only-of-type label {
  width: 100%;
}

.box_profile.select > ul > li + li {
  margin-top: 16px;
}

.box_profile.select > ul > li label {
  display: inline-block;
  width: 320px;
  position: relative;
  cursor: pointer;
}

.box_profile.select > ul > li label:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e9ecef;
}

.box_profile.select > ul > li label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #a8b2ba transparent transparent transparent;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.box_profile.select > ul > li label select,
.box_profile.select > ul > li label input[type="text"] {
  width: 100%;
  height: 56px;
  padding: 26px 48px 4px 12px;
  background: #fff;
  border: 1px solid #a8b2ba;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.box_profile.select > ul > li label select::-ms-clear,
.box_profile.select > ul > li label input[type="text"]::-ms-clear {
  visibility: hidden;
}

.box_profile.select > ul > li label .placeholder {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8b2ba;
  font-size: 16px;
  font-size: 1.6rem;
  transition: font-size 0.2s ease-out, top 0.2s ease-out;
  pointer-events: none;
}
/*Qript210317*/
.searchbox__word .box_profile.select > ul > li label .placeholder {
  transition: none;
  transform: none;
  top: 8px;
  font-size: 1.2rem;
}
/**/

.box_profile.select > ul > li label.txt:before,
.box_profile.select > ul > li label.txt:after {
  content: none;
}

.box_profile.select > ul > li > .txt_error {
  display: none;
  margin-top: 8px;
  color: #ff416d;
  font-size: 13px;
  font-size: 1.3rem;
}

.box_profile.select > ul > li.active label .placeholder {
  top: 8px;
  -webkit-transform: none;
  transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_profile.select > ul > li.active label.txt .placeholder {
  top: 8px;
  -webkit-transform: none;
  transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.clinical .box_profile.select > ul > li.active select {
  border: 2px solid #0255f4;
}

.basic .box_profile.select > ul > li.active select,
.basic .box_profile.select > ul > li.active input[type="text"] {
  border: 2px solid #00c184;
}

.box_profile.select > ul > li.selected label select {
  border: 1px solid #a8b2ba;
}

.box_profile.select > ul > li.selected label .placeholder {
  top: 8px;
  -webkit-transform: none;
  transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_profile.select > ul > li.error label select {
  border: 2px solid #ff416d;
}

.box_profile.select > ul > li.error > .txt_error {
  display: block;
}

.box_profile.select .parts_delete {
  height: auto;
  margin: 11px 0 0 auto;
}

.box_profile.login {
  width: 100%;
}

.box_profile.login > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_profile.login > ul > li {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
}

.box_profile.login > ul > li label {
  width: 100%;
}

.box_profile.login > ul > li + li {
  margin-top: 20px;
}

.box_profile.login > ul > li label {
  display: block;
  position: relative;
  cursor: pointer;
}

.box_profile.login > ul > li label input[type="text"],
.box_profile.login > ul > li label input[type="password"] {
  width: 100%;
  height: 56px;
  padding: 16px 12px;
  background: #fff;
  border: 1px solid #a8b2ba;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.box_profile.login > ul > li label input[type="text"]::-ms-clear,
.box_profile.login > ul > li label input[type="password"]::-ms-clear {
  visibility: hidden;
}

.box_profile.login > ul > li label input[type="text"]::-webkit-input-placeholder,
.box_profile.login > ul > li label input[type="password"]::-webkit-input-placeholder {
  color: #a8b2ba;
}

.box_profile.login > ul > li label input[type="text"]:-ms-input-placeholder,
.box_profile.login > ul > li label input[type="password"]:-ms-input-placeholder {
  color: #a8b2ba;
}

.box_profile.login > ul > li label input[type="text"]::placeholder,
.box_profile.login > ul > li label input[type="password"]::placeholder {
  color: #a8b2ba;
}

.clinical .box_profile.login > ul > li.active select {
  border: 2px solid #0255f4;
}

.basic .box_profile.login > ul > li.active select,
.basic .box_profile.login > ul > li.active input[type="text"],
.basic .box_profile.login > ul > li.active input[type="password"] {
  border: 2px solid #00c184;
}

.box_profile.login > ul > li.error label select {
  border: 2px solid #ff416d;
}

.box_profile.login > ul > li.error > .txt_error {
  display: block;
}

.box_profile .btn_change {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 36px;
  margin: 16px 0 0 auto;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.clinical .box_profile .btn_change {
  background: #0255f4;
  border: 2px solid #0255f4;
}

.clinical .box_profile .btn_change:hover {
  background: #fff;
  color: #0255f4;
}

.clinical .box_profile .btn_change.ico_blank:hover:after {
  background-image: url(/bens/assets/images/link_ico02.png);
}

.basic .box_profile .btn_change {
  background: #00c184;
  border: 2px solid #00c184;
}

.basic .box_profile .btn_change:hover {
  background: #fff;
  color: #00b179;
}

.basic .box_profile .btn_change.ico_blank:hover:after {
  background-image: url(/bens/assets/images/link_ico03.png);
}

.box_profile + .hl02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box_profile {
    padding: 22px 20px 16px;
  }
  .box_profile > ul > li {
    padding-bottom: 12px;
  }
  .box_profile > ul > li + li {
    margin-top: 12px;
  }
  .box_profile > ul > li dl dt {
    float: none;
  }
  .box_profile > ul > li dl dt + dd {
    margin: 5px 0 0;
  }
  .box_profile.add:hover .btn .ico {
    -webkit-transform: none;
    transform: none;
  }
  .box_profile.add .btn .ico {
    width: 40px;
    height: 40px;
  }
  .box_profile.add .btn .ico:before,
  .box_profile.add .btn .ico:after {
    content: "";
    width: 20px;
    margin-left: -10px;
  }
  .box_profile.select > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .box_profile.select > ul > li:nth-of-type(2) {
    margin-top: 16px;
  }
  .box_profile.select > ul > li label {
    width: 100%;
  }
  .box_profile.select .parts_delete {
    height: auto;
    margin: 16px 0 0 auto;
  }
  .box_profile .btn_change {
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_profile .btn_change:hover {
    background: #0255f4;
    color: #fff;
  }
  .box_profile .btn_change.ico_blank:hover:after {
    background-image: url(/bens/assets/images/link_ico01.png);
  }
  .box_profile + .box_profile {
    margin-top: 16px;
  }
}

/*==============================*/
/* calendar */
/*==============================*/
.box_calendar {
  padding: 40px 16px 16px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.box_calendar .calendar_nav {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.box_calendar .calendar_nav p {
  text-align: center;
}

.box_calendar .calendar_nav ul li {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transition: opacity 0.2s ease-out;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.clinical .box_calendar .calendar_nav ul li {
  border-right: 2px solid #0255f4;
  border-bottom: 2px solid #0255f4;
}

.basic .box_calendar .calendar_nav ul li {
  border-right: 2px solid #00c184;
  border-bottom: 2px solid #00c184;
}

.box_calendar .calendar_nav ul li:hover {
  opacity: 0.7;
}

.box_calendar .calendar_nav ul .prev {
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.box_calendar .calendar_nav ul .next {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box_calendar .calendar_cnts {
  margin-top: 32px;
}

.box_calendar .calendar_cnts table {
  width: 100%;
  table-layout: fixed;
}

.box_calendar .calendar_cnts table th,
.box_calendar .calendar_cnts table td {
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.box_calendar .calendar_cnts table th {
  padding-bottom: 8px;
  color: #a8b2ba;
  font-weight: bold;
}

.box_calendar .calendar_cnts table td {
  height: 120px;
  position: relative;
  padding: 8px 4px;
  border-top: 2px solid #e9ecef;
  border-left: 2px solid #e9ecef;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_calendar .calendar_cnts table td:first-of-type {
  border-left: none;
}

.box_calendar .calendar_cnts table td.today {
  background-color: #fff8d0;
}

.box_calendar .calendar_cnts table td.today .cnts .omission {
  background-color: #fff8d0;
}

.box_calendar .calendar_cnts table td .cnts {
  margin-top: 16px;
}

.box_calendar .calendar_cnts table td .cnts ul {
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.box_calendar .calendar_cnts table td .cnts ul:hover {
  opacity: 0.7;
}

.box_calendar .calendar_cnts table td .cnts ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(6em + 20px);
  text-align: left;
  white-space: nowrap;
  overflow-x: hidden;
}

.box_calendar .calendar_cnts table td .cnts ul li span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
}

.clinical .box_calendar .calendar_cnts table td .cnts ul li span {
  background: #0255f4;
}

.basic .box_calendar .calendar_cnts table td .cnts ul li span {
  background: #00c184;
}

.box_calendar .calendar_cnts table td .cnts ul li + li {
  margin-top: 4px;
}

.box_calendar .calendar_cnts table td .cnts ul.omission {
  max-height: calc(4em * 1.5 + 4px * 2);
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.box_calendar .calendar_cnts table td .cnts ul.omission:before {
  content: "…";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -4px;
  color: #a8b2ba;
  font-size: 20px;
  font-size: 2rem;
  z-index: 2;
}

.box_calendar .calendar_cnts table td .cnts ul.omission:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  background-color: inherit;
  z-index: 1;
}

.box_calendar .calendar_cnts table td .cnts .day_type01 {
  padding: 4px 12px;
  background: #ffd9e2;
  border-radius: 12px;
  color: #ff416d;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.box_calendar .calendar_cnts table td .cnts .day_type02 {
  padding: 4px 12px;
  background: #ff416d;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.box_calendar .calendar_cnts table tbody tr:first-of-type td {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .box_calendar {
    margin-right: -24px;
    margin-left: -24px;
    padding: 24px 0 0;
    border-radius: 0;
  }
  .box_calendar .calendar_nav ul li:hover {
    opacity: 1;
  }
  .box_calendar .calendar_cnts table td {
    height: 88px;
    padding: 4px 2px;
    font-size: 10px;
    font-size: 1rem;
  }
  .box_calendar .calendar_cnts table td .cnts {
    margin-top: 2px;
  }
  .box_calendar .calendar_cnts table td .cnts ul:hover {
    opacity: 1;
  }
  .box_calendar .calendar_cnts table td .cnts ul li {
    width: calc(3em + 14px);
    font-size: 11px;
    font-size: 1.1rem;
  }
  .box_calendar .calendar_cnts table td .cnts ul li span {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    padding: 6px;
  }
  .box_calendar .calendar_cnts table td .cnts ul li span img {
    width: 8px;
    height: auto;
  }
  .box_calendar .calendar_cnts table td .cnts ul.omission:after {
    height: 1em;
  }
  .box_calendar .calendar_cnts table td .cnts .day_type01 {
    padding: 3px 5px;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .box_calendar .calendar_cnts table td .cnts .day_type02 {
    padding: 3px 5px;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .box_calendar .calendar_cnts table td .today {
    width: calc(100% + 4px);
    height: calc(100% + 8px);
    margin: -4px -2px;
    padding: 4px 2px;
  }
}

/*==============================*/
/* learn */
/*==============================*/
.box_learn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  counter-increment: num;
  z-index: 0;
}

.box_learn + .box_learn {
  margin-top: 16px;
}

.box_learn .rbn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 32px;
  position: absolute;
  top: 24px;
  left: -18px;
  padding: 0 5px;
  background: #ffd800;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  z-index: 0;
}

.box_learn .rbn:before,
.box_learn .rbn:after {
  content: "";
  display: block;
  position: absolute;
}

.box_learn .rbn:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 8px 0;
  bottom: -8px;
  left: 0;
  z-index: -1;
}

.clinical .box_learn .rbn:before {
  border-color: transparent #0257f4 transparent transparent;
}

.basic .box_learn .rbn:before {
  border-color: transparent #079076 transparent transparent;
}

.box_learn .rbn:after {
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 16px 10px 16px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}

.box_learn .rbn span {
  width: 24px;
  position: relative;
  bottom: 2px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.box_learn .rbn span:before {
  content: counter(num);
}

.box_learn .post {
  padding: 26px 24px 26px 60px;
}

.box_learn_status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
  background: #fff;
  border-radius: 8px;
}

.basic .box_learn_status {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 50px 16px;
}

.box_learn_status + .box_tags {
  margin-top: 60px;
}

.box_learn_status + h2 {
  margin-top: 40px;
}

.clinical .box_learn_status ul {
  width: 350px;
  margin: 0 0 10px 35px;
}

.basic .box_learn_status ul {
  width: 418px;
  margin: 0 0 10px 0;
}

.box_learn_status ul li + li {
  margin-top: 28px;
}

.box_learn_status ul li:last-of-type {
  margin-top: 12px;
}

.box_learn_status ul li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  border-bottom: 2px solid;
  font-size: 16px;
  font-size: 1.6rem;
}

.box_learn_status ul li dl dt {
  width: 103px;
  position: relative;
  bottom: 5px;
  padding-left: 70px;
}

.box_learn_status ul li dl dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box_learn_status ul li dl dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: auto;
  text-align: right;
  font-weight: bold;
}

.box_learn_status ul li dl dd > span {
  padding-right: 3px;
  font-size: 50px;
  font-size: 5rem;
}

.box_learn_status ul li .now {
  position: relative;
}

.clinical .box_learn_status ul li .now {
  border-color: #0255f4;
}

.clinical .box_learn_status ul li .now dt:before {
  width: 63px;
  height: 44px;
  background: url("/assets/images/learn_all_ico01.png") no-repeat 50% 50%/100% auto;
}

.clinical .box_learn_status ul li .now dd {
  color: #0255f4;
}

.basic .box_learn_status ul li .now {
  border-color: #00c184;
}

.basic .box_learn_status ul li .now dt:before {
  width: 63px;
  height: 44px;
  background: url("/assets/images/learn_all_ico03.png") no-repeat 50% 50%/100% auto;
}

.basic .box_learn_status ul li .now dd {
  color: #00c184;
}

.box_learn_status ul li .today {
  position: relative;
  border-color: #ff416d;
}

.box_learn_status ul li .today dt:before {
  width: 53px;
  height: 53px;
  background: url("/assets/images/learn_all_ico02.png") no-repeat 50% 50%/100% auto;
}

.box_learn_status ul li .today dd {
  color: #ff416d;
}

.box_learn_status ul li .total {
  border: none;
  color: #ff416d;
}

.box_learn_status ul li .total dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  width: 56px;
  height: 28px;
  padding-left: 0;
  background: #fff;
  border: 1px solid #ff416d;
  border-radius: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_learn_status ul li .total dt:before {
  content: none;
}

.box_learn_status ul li .total dd span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .box_learn + .box_learn {
    margin-top: 20px;
  }
  .box_learn .post {
    padding: 10px 22px 14px 50px;
  }
  .box_learn_status {
    display: block;
    position: relative;
    padding: 16px;
  }
  .basic .box_learn_status {
    padding: 16px;
  }
  .box_learn_status + .box_tags {
    margin-top: 40px;
  }
  .box_learn_status figure {
    padding: 0 34px;
  }
  .box_learn_status figure img {
    width: 100%;
    height: auto;
  }
  .box_learn_status ul {
    position: absolute;
    left: 50%;
  }
  .clinical .box_learn_status ul {
    width: calc(100% - 16px * 2);
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    margin: 20px 0;
  }
  .basic .box_learn_status ul {
    width: calc(100% - 16px * 2);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .box_learn_status ul li + li {
    margin-top: 40px;
  }
  .box_learn_status ul li:last-of-type {
    margin-top: 3px;
  }
  .box_learn_status ul li dl dd {
    margin-left: 0;
  }
  .box_learn_status ul li dl dd span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .box_learn_status ul li .now:before {
    content: none;
  }
  .box_learn_status ul li .now dt:before {
    width: 48px;
    height: 36px;
  }
  .box_learn_status ul li .today:before {
    content: none;
  }
  .box_learn_status ul li .today dt:before {
    width: 42px;
    height: 42px;
  }
  .box_learn_status ul li .total dt {
    width: 48px;
    height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_learn_status ul li .total dd span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*==============================*/
/* browse (actibook uliza) */
/*==============================*/
.box_browse .parts_info01 {
  padding: 0;
  background: #fff;
}

.box_browse .parts_info01 + div {
  margin-top: 20px;
}

.box_browse .parts_info01 .txt_time {
  color: #a8b2ba;
}

.box_browse .parts_info01 .txt_time dt:before {
  background-image: url(/bens/assets/images/actibook_ico01.png);
}

.box_browse .parts_info02 {
  margin: 0;
  padding: 0;
  border: none;
}

.box_browse .parts_info02 + div {
  margin-top: 20px;
}

.box_browse .parts_info02 dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a8b2ba;
  font-size: 14px;
  font-size: 1.4rem;
}

.box_browse .parts_info02 dl dt + dd {
  margin-left: 8px;
}

.box_browse .parts_info02 dl dd + dt {
  margin-left: 24px;
}

.box_browse .frame {
  position: relative;
  padding-top: 75%;
}

.box_browse .frame + .btn_fullscreen {
  margin-top: 12px;
}

.box_browse .frame + .btn_fullscreen ul {
  display: none;
}
.box_browse .frame + .btn_fullscreen.flex ul {
  display: flex;
}

.box_browse .frame + .btn_fullscreen ul li {
  margin-left: auto;
}

.box_browse .frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box_browse .video {
  position: relative;
  padding-top: 56.25%;
}

.box_browse .video + .btn_fullscreen {
  margin-top: 12px;
}

.box_browse .video + .btn_fullscreen ul {
  display: none;
}

.box_browse .video + .btn_fullscreen ul li {
  margin-left: auto;
}

.box_browse .video > div,
.box_browse .video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box_browse .btn_fullscreen ul li {
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.clinical .box_browse .btn_fullscreen ul li {
  color: #0255f4;
}

.box_browse .btn_fullscreen ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clinical .box_browse .btn_fullscreen ul li:before {
  background: url(/bens/assets/images/clinical_recommend_ico01.png) no-repeat 50% 50%/100% auto;
}

@media screen and (max-width: 767px) {
  .box_browse {
    margin: 0 -24px;
    padding: 20px;
    border-radius: 0;
  }
  .box_browse .parts_info01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .box_browse .parts_info01 + div {
    margin-top: 8px;
  }
  .box_browse .parts_info01 .txt_time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_browse .parts_info02 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .is-uliza-movie .box_browse .parts_info02 {
    flex-direction: row;
  }
  .box_browse .parts_info02 + div {
    margin-top: 8px;
  }
  .box_browse .parts_info02 dl {
    margin: 16px 0 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_browse .parts_info02 dl dd + dt {
    margin-left: 12px;
  }
  .box_browse .frame {
    position: relative;
    padding-top: 150%;
  }
  .box_browse .frame + .btn_fullscreen ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box_browse .frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_browse .video + .btn_fullscreen ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*==============================*/
/* test */
/*==============================*/
.box_test {
  padding: 64px 80px;
}

.box_test .box_ttl {
  padding: 24px 32px 32px;
  border-radius: 8px;
}

.clinical_b .box_test .box_ttl {
  border: 2px solid #c4d8fd;
}

.basic .box_test .box_ttl {
  border: 2px solid #b5efdd;
}

.box_test .box_ttl .hl02,
.box_test .box_ttl .hl03 {
  position: relative;
  padding-left: 36px;
  color: #37434d;
  font-size: 18px;
  font-size: 1.8rem;
}

.box_test .box_ttl .hl02:before,
.box_test .box_ttl .hl03:before {
  content: "";
  width: 24px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  background: no-repeat 50% 50%/100% auto;
}

.clinical .box_test .box_ttl .hl02:before,
.clinical .box_test .box_ttl .hl03:before {
  background-image: url(/bens/assets/images/test_ico01.png);
}

.basic .box_test .box_ttl .hl02:before,
.basic .box_test .box_ttl .hl03:before {
  width: 26px;
  height: 22px;
  background-image: url(/bens/assets/images/basic_test_ico01.png);
}

.box_test .box_ttl .hl02 + .txt,
.box_test .box_ttl .hl03 + .txt {
  margin-top: 12px;
  padding-top: 20px;
}

.clinical_b .box_test .box_ttl .hl02 + .txt,
.clinical_b .box_test .box_ttl .hl03 + .txt {
  border-top: 1px solid #c4d8fd;
}

.basic .box_test .box_ttl .hl02 + .txt,
.basic .box_test .box_ttl .hl03 + .txt {
  border-top: 1px solid #76dfbe;
}

.box_test .box_ttl + .question {
  margin-top: 40px;
}

.box_test .question > dl > dt > dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_test .question > dl > dt > dl dt {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
}

.clinical_b .box_test .question > dl > dt > dl dt {
  background: #0255f4;
}

.basic .box_test .question > dl > dt > dl dt {
  background: #00c184;
}

.box_test .question > dl > dt > dl dt + dd {
  margin-left: 16px;
}

.box_test .question > dl > dt > dl dd {
  margin-top: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .question > dl > dt + dd {
  margin-top: 24px;
}

.box_test .question > dl > dd img {
  max-width: 100%;
  max-height: 640px;
  width: auto;
  height: auto;
}

.box_test .answer ol li {
  counter-increment: num;
  position: relative;
  padding-left: 24px;
}

.box_test .answer ol li + li {
  margin-top: 16px;
}

.box_test .answer ol li > dl > dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.box_test .answer ol li > dl > dt:before {
  content: counter(num) ".";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8b2ba;
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .answer ol li > dl > dd dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 4px;
}

.box_test .answer ol li > dl > dd dl dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  background: #e9ecef;
  border-radius: 12px;
  color: #a8b2ba;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.box_test .answer ol li > dl > dd dl dt + dd {
  margin-left: 8px;
}

.box_test .answer ol li > dl > dd dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .answer label:not(.select):not(.input_txt),
.box_test .answer .select select,
.box_test .answer .input_txt textarea,
.box_test .answer .input_txt input[type="text"] {
  width: 100%;
  padding: 16px;
  border: 1px solid #a8b2ba;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .answer .input_radio {
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.box_test .answer .input_radio:hover {
  background: #fff19f;
}

.box_test .answer .input_txt {
  width: 100%;
}

.box_test .answer .input_txt textarea {
  width: 100%;
  padding: 16px 16px 12.8px;
}

.box_test .answer .input_txt textarea::-webkit-input-placeholder {
  color: #a8b2ba;
  opacity: 1;
}

.box_test .answer .input_txt textarea:-ms-input-placeholder {
  color: #a8b2ba;
  opacity: 1;
}

.box_test .answer .input_txt textarea::placeholder {
  color: #a8b2ba;
  opacity: 1;
}

.box_test .answer .input_txt textarea:focus {
  margin: -1px;
}

.clinical_b .box_test .answer .input_txt textarea:focus {
  border: 2px #0255f4 solid;
}

.basic .box_test .answer .input_txt textarea:focus {
  border: 2px #00c184 solid;
}

.basic .box_test .answer .input_txt input[type="text"]:focus {
  border-color: #00c184;
  box-shadow: 0 0 2px 0 #00c184;
}

.box_test .answer .select {
  width: 100%;
  position: relative;
}

.box_test .answer .select:before,
.box_test .answer .select:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_test .answer .select:before {
  width: 1px;
  height: calc(100% - 8px * 2);
  right: 48px;
  background: #e9ecef;
}

.box_test .answer .select:after {
  width: 0;
  height: 0;
  right: 20px;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #a8b2ba transparent transparent transparent;
}

.box_test .answer .select.type01 {
  width: auto;
}

.box_test .answer .select.type01 + .select.type01 {
  margin-left: 16px;
}

.box_test .answer .select.type01 select {
  padding-right: 68px;
}

.box_test .answer .select select {
  width: 100%;
}

.box_test .answer .select select:not(:focus):invalid {
  color: #a8b2ba;
}

.box_test .answer .select select:focus {
  margin: -1px;
  color: #37434d;
}

.clinical_b .box_test .answer .select select:focus {
  border: 2px #0255f4 solid;
}

.basic .box_test .answer .select select:focus {
  border: 2px #00c184 solid;
}

.box_test .answer .select select option[disable],
.box_test .answer .select select option:disabled {
  display: none;
}

.box_test .answer input[type="radio"]:checked + .input_radio {
  color: #fff;
}

.clinical_b .box_test .answer input[type="radio"]:checked + .input_radio {
  background: #0255f4;
}

.basic .box_test .answer input[type="radio"]:checked + .input_radio {
  background: #00c184;
}

.box_test .answer input[type="radio"]:checked + .input_radio:hover {
  color: #fff;
}

.clinical_b .box_test .answer input[type="radio"]:checked + .input_radio:hover {
  background: #0255f4;
}

.basic .box_test .answer input[type="radio"]:checked + .input_radio:hover {
  background: #00c184;
}

.box_test .answer.done ol li {
  padding-left: 64px;
}

.box_test .answer.done ol li > dl > dt:before {
  left: -64px;
}

.box_test .answer.done ol li > dl > dt span {
  font-size: 0;
  color: #fff;
}

.box_test .answer.done ol li > dl > dt span:before,
.box_test .answer.done ol li > dl > dt span:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: -36px;
  background: #91acff;
}

.box_test .answer.done ol li > dl > dt span:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.box_test .answer.done ol li > dl > dt span:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.box_test .answer.done ol li .input_radio {
  cursor: auto;
}

.box_test .answer.done ol li .input_radio:hover {
  background: transparent;
}

.box_test .answer.done ol li.active .input_radio {
  color: #fff;
}

.clinical_b .box_test .answer.done ol li.active .input_radio {
  background: #0255f4;
}

.basic .box_test .answer.done ol li.active .input_radio {
  background: #00c184;
}

.box_test .answer.done ol li.active .input_radio:hover {
  color: #fff;
}

.clinical_b .box_test .answer.done ol li.active .input_radio:hover {
  background: #0255f4;
}

.basic .box_test .answer.done ol li.active .input_radio:hover {
  background: #00c184;
}

.box_test .answer.done ol li.correct > dl > dt span:before,
.box_test .answer.done ol li.correct2 > dl > dt span:before,
.box_test .answer.done ol li.incorrect > dl > dt span:before {
  width: 24px;
  height: 24px;
  left: -36px;
  background: #fff;
  border: 3px solid #ff8ca7;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_test .answer.done ol li.correct > dl > dt span:after,
.box_test .answer.done ol li.correct2 > dl > dt span:after,
.box_test .answer.done ol li.incorrect > dl > dt span:after {
  content: none;
}

.box_test .answer.done ol li.correct .input_radio,
.box_test .answer.done ol li.incorrect .input_radio,
.box_test .answer.done ol li.correct .select,
.box_test .answer.done ol li.incorrect .select {
  color: #fff;
}

.clinical_b .box_test .answer.done ol li.correct .input_radio,
.clinical_b .box_test .answer.done ol li.incorrect .input_radio,
.clinical_b .box_test .answer.done ol li.correct .select,
.clinical_b .box_test .answer.done ol li.incorrect .select {
  background: #0255f4;
}

.basic .box_test .answer.done ol li.correct .input_radio,
.basic .box_test .answer.done ol li.incorrect .input_radio,
.basic .box_test .answer.done ol li.correct .select,
.basic .box_test .answer.done ol li.incorrect .select {
  background: #00c184;
}

.box_test .answer.done ol li.incorrect .input_radio {
  margin: -1px;
  border: 2px solid #ff416d;
  color: #37434d;
}

.clinical_b .box_test .answer.done ol li.incorrect .input_radio,
.basic .box_test .answer.done ol li.incorrect .input_radio {
  background: #ffebf0;
}

.box_test .answer.done ol li label {
  width: 100%;
  padding: 16px;
  border: 1px solid #a8b2ba;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .answer.done ol li .select:before,
.box_test .answer.done ol li .select:after {
  content: none;
}

.box_test .answer.done ol li .select select,
.box_test .answer.done ol li .input_txt textarea {
  padding: 0;
  border: none;
  border-radius: 0;
}

.box_test .box_fb {
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.box_test .box_fb .in {
  padding: 28px 32px;
  border-radius: 8px;
}

.clinical_b .box_test .box_fb .in {
  background: #ebf3ff;
}

.basic .box_test .box_fb .in {
  background: #effff9;
}

.box_test .box_fb .in + .tags {
  margin-top: 20px;
}

.box_test .box_fb .hl02 {
  position: relative;
  padding-left: 32px;
}

.basic .box_test .box_fb .hl02 {
  color: #00b179;
  font-weight: bold;
}

.box_test .box_fb .hl02:before {
  display: block;
  width: 27px;
  height: 36px;
  position: absolute;
  top: -6px;
  left: 0;
  background: no-repeat 50% 50%/100% auto;
}

.clinical .box_test .box_fb .hl02:before {
  background-image: url(/bens/assets/images/test_ico02.png);
}

.basic .box_test .box_fb .hl02:before {
  background-image: url(/bens/assets/images/basic_test_ico02.png);
}

.box_test .box_fb .hl02 + .cnt {
  margin-top: 8px;
  padding-top: 20px;
}

.clinical_b .box_test .box_fb .hl02 + .cnt {
  border-top: 1px solid #c4d8fd;
}

.basic .box_test .box_fb .hl02 + .cnt {
  border-top: 1px solid #76dfbe;
}

.box_test .box_fb .hl03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.box_test .box_fb .hl03 + .txt {
  margin-top: 12px;
}

.box_test .box_fb .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.box_test .box_fb .tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_test .box_fb .tags ul li {
  position: relative;
  padding: 0 16px 0 20px;
}

.box_test .box_fb .tags ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(/bens/assets/images/test_ico03.png) no-repeat 50% 50%/100% auto;
}

@media screen and (max-width: 767px) {
  .box_test {
    margin: 0 -24px;
    padding: 20px;
    border-radius: 0;
  }
  .box_test .box_ttl {
    padding: 16px 20px 20px;
  }
  .box_test .box_ttl .hl02 {
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .box_ttl .hl02:before {
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .box_test .box_ttl .hl02 + .txt {
    margin-top: 12px;
    padding-top: 16px;
  }
  .box_test .box_ttl + .question {
    margin-top: 32px;
  }
  .box_test .question > dl > dt > dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box_test .question > dl > dt > dl dt {
    width: 56px;
    height: 28px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_test .question > dl > dt > dl dt + dd {
    margin-left: 8px;
  }
  .box_test .question > dl > dt > dl dd {
    margin-top: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .question > dl > dt + dd {
    margin-top: 16px;
  }
  .box_test .question > dl > dd img,
  .box_test .box_fb_question .txt img {
    max-width: 100%;
    max-height: 640px;
    width: auto;
    height: auto;
  }
  .box_test .question + .answer {
    margin-top: 24px;
  }
  .box_test .answer ol li > dl > dt:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_test .answer ol li > dl > dd {
    margin-left: -32px;
  }
  .box_test .answer ol li > dl > dd dl {
    margin: 8px 0 0;
  }
  .box_test .answer ol li > dl > dd dl dt {
    width: 38px;
    height: 21px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .box_test .answer ol li > dl > dd dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_test .answer label:not(.select):not(.input_txt),
  .box_test .answer .select select,
  .box_test .answer .input_txt textarea {
    padding: 14px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .answer .input_radio:hover {
    background: none;
  }
  .box_test .answer .input_txt textarea {
    padding: 16px 16px 12.8px;
  }
  .box_test .answer .input_txt textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .answer .input_txt textarea:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .answer .input_txt textarea::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .answer .select.type01 {
    width: 100%;
  }
  .box_test .answer .select.type01 + .select.type01 {
    margin-left: 8px;
  }
  .box_test .answer .select.type01 select {
    padding-right: 68px;
  }
  .box_test .answer.done ol li {
    padding-left: 48px;
  }
  .box_test .answer.done ol li > dl > dt:before {
    left: -48px;
  }
  .box_test .answer.done ol li > dl > dt span:before,
  .box_test .answer.done ol li > dl > dt span:after {
    width: 22px;
    height: 3px;
    left: -28px;
  }
  .box_test .answer.done ol li.correct > dl > dt span:before,
  .box_test .answer.done ol li.incorrect > dl > dt span:before {
    width: 20px;
    height: 20px;
    left: -28px;
  }
  .box_test .answer.done ol li.correct > dl > dt span:after,
  .box_test .answer.done ol li.incorrect > dl > dt span:after {
    content: none;
  }
  .box_test .answer.done ol li label {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_test .answer + .box_fb {
    margin-top: 32px;
  }
  .box_test .box_fb {
    padding-top: 32px;
  }
  .box_test .box_fb .in {
    padding: 20px;
  }
  .box_test .box_fb .in + .tags {
    margin-top: 20px;
  }
  .box_test .box_fb .hl02 {
    padding-left: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_test .box_fb .hl02:before {
    display: block;
    width: 21px;
    height: 28px;
    top: -3px;
    left: 0;
  }
  .box_test .box_fb .hl02 + .cnt {
    margin-top: 12px;
  }
  .box_test .box_fb .hl03 + .txt {
    margin-top: 8px;
  }
  .box_test .box_fb .tags {
    margin-bottom: 32px;
  }
}

/*==============================*/
/* test answer */
/*==============================*/
.box_test_answer .tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_test_answer .tab li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 338px;
  height: 57px;
  background: #fff;
  border-bottom: 2px solid #00c184;
  border-radius: 8px 8px 0 0;
  color: #00b179;
  cursor: pointer;
}

.box_test_answer .tab li.active {
  background: #00c184;
  border-radius: 8px 8px 0 0;
  color: #fff;
}

.box_test_answer .tab li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_test_answer .tab li dl dt {
  font-weight: bold;
}

.box_test_answer .cnt__outer {
  width: 100%;
  background: #ccf5e8;
  border-radius: 8px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.box_test_answer .cnt__lead {
  margin: 0 auto 16px;
  max-width: 974px;
}

@media screen and (max-width: 767px) {
  .box_test_answer .cnt__lead {
    width: 90%;
  }
}

.box_test_answer .cnt {
}

.box_test_answer .cnt > li {
  display: none;
  position: relative;
}

.box_test_answer .cnt > li.active {
  display: block;
  height: 100%;
}

.box_test_answer .cnt > li > ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 974px;
  /* position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  padding: 24px 0;
}

.box_test_answer .cnt > li > ol > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83px;
  height: 48px;
  padding: 0 10px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 116, 80, 0.2);
  color: #00b179;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}

.box_test_answer .cnt > li > ol > li + li {
  margin-left: 16px;
}

.box_test_answer .cnt > li > ol > li + li:nth-of-type(10n + 1) {
  margin-left: 0;
}

.box_test_answer .cnt > li > ol > li + li:nth-of-type(n + 11) {
  margin-top: 16px;
}

.box_test_answer .cnt > li > ol > li:hover {
  background: #fff19f;
  border-color: #fff19f;
}

.box_test_answer .cnt > li > ol > li.active {
  border: 2px solid #00c184;
}

.box_test_answer .cnt > li > ol > li span {
  position: relative;
  color: #fff;
  font-size: 0;
}

.box_test_answer .cnt > li > ol > li span:before,
.box_test_answer .cnt > li > ol > li span:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #91acff;
}

.box_test_answer .cnt > li > ol > li span:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.box_test_answer .cnt > li > ol > li span:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.box_test_answer .cnt > li > ol > li.correct span:before,
.box_test_answer .box_test .answer.done .cnt > li > ol > li.incorrect span:before,
.box_test .answer.done .box_test_answer .cnt > li > ol > li.incorrect span:before {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 3px solid #ff8ca7;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_test_answer .cnt > li > ol > li.correct span:after,
.box_test_answer .box_test .answer.done .cnt > li > ol > li.incorrect span:after,
.box_test .answer.done .box_test_answer .cnt > li > ol > li.incorrect span:after {
  content: none;
}

p + .box_test_answer {
  margin-top: 24px;
}

.box_test_answer + .cnt_test_answer {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box_test_answer .tab li {
    width: 32.5%;
  }
  .box_test_answer .tab li dl {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_test_answer .tab li dl dt {
    font-weight: bold;
  }
  .box_test_answer .cnt {
    width: 100%;
  }
  .box_test_answer .cnt > li > ol {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 11px;
  }
  .box_test_answer .cnt > li > ol > li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17.8%;
    height: 56px;
    padding: 4px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .box_test_answer .cnt > li > ol > li + li {
    margin-left: 2.75%;
  }
  .box_test_answer .cnt > li > ol > li + li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .box_test_answer .cnt > li > ol > li + li:nth-of-type(n + 6) {
    margin-top: 8px;
  }
  .box_test_answer .cnt > li > ol > li:hover {
    background: #fff;
    border-color: #fff;
  }
  .box_test_answer .cnt > li > ol > li.active:hover {
    background: #fff;
    border-color: #00c184;
  }
  .box_test_answer .cnt > li > ol > li span {
    bottom: 12px;
  }
  .box_test_answer .cnt > li > ol > li span:before,
  .box_test_answer .cnt > li > ol > li span:after {
    left: 50%;
  }
  .box_test_answer .cnt > li > ol > li span:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .box_test_answer .cnt > li > ol > li span:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .box_test_answer .cnt > li > ol > li.correct span:before,
  .box_test_answer .box_test .answer.done .cnt > li > ol > li.incorrect span:before,
  .box_test .answer.done .box_test_answer .cnt > li > ol > li.incorrect span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  p + .box_test_answer {
    margin-top: 24px;
  }
  .box_test_answer + .cnt_test_answer {
    margin-top: 40px;
  }
}

.change_disp{
  display: none;
}

/*==============================*/
/* read */
/*==============================*/
.box_read {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 60, 175, 0.16);
  border-radius: 8px;
}

.box_read + .box_read {
  margin-top: 24px;
}

.box_read .in {
  width: 100%;
  padding: 14px 32px 28px;
}

.box_read .parts_info02 {
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-top: none;
  border-bottom: 1px solid #e9ecef;
}

.box_read .cnts > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_read .cnts > ul > li {
  width: 100%;
  position: relative;
  padding: 20px 12px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.box_read .cnts > ul > li + li {
  margin-left: 66px;
}

.box_read .cnts > ul > li + li:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -58px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #e9ecef;
  border-radius: 50%;
}

.box_read .cnts > ul > li + li:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(0deg, transparent 12.5px, #e9ecef 12.5px, #e9ecef 15.5px, transparent 15.5px), linear-gradient(90deg, transparent 12.5px, #e9ecef 12.5px, #e9ecef 15.5px, transparent 15.5px);
}

.box_read .cnts > ul > li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box_read .cnts > ul > li dl dt + dd {
  margin-top: 10px;
}

.box_read .cnts > ul > li dl dd {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box_read .cnts > ul > li figure {
  text-align: center;
}

.box_read .cnts > ul > li .ttl {
  font-size: 12px;
  font-size: 1.2rem;
}

.box_read .cnts > ul > li .ttl + .txt {
  margin-top: 10px;
}

.box_read .cnts > ul > li .txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.box_read .cnts > ul > li .txt + .link {
  margin-top: 16px;
}

.box_read .cnts > ul > li .link {
  text-align: center;
}

.box_read .cnts > ul > li .link span {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  text-decoration: underline;
  color: #0255f4;
  cursor: pointer;
}

.box_read .cnts > ul > li .link span:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/bens/assets/images/clinical_read_ico02.png) no-repeat 50% 50%/100% auto;
}

.box_read .cnts > ul > li .link span:hover {
  text-decoration: none;
}

.box_read .cnts > ul > li .omission {
  max-height: 3em;
  position: relative;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box_read .cnts > ul > li .omission:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.box_read .cnts > ul > li .omission:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.box_read .btn {
  width: 152px;
  margin: 28px auto 0;
}

.box_read .btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: 36px;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.box_read .btn:hover span {
  background: transparent;
  color: #0255f4;
}

.box_read .btn.edit {
  pointer-events: none;
}

.box_read .btn.edit span {
  background: #a8b2ba;
  border-color: #a8b2ba;
}

@media screen and (max-width: 767px) {
  .box_read + .pagination_wrap {
    margin-top: 52px;
  }
  .box_read .in {
    padding: 16px 16px 32px;
  }
  .box_read .cnts > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_read .cnts > ul > li {
    padding: 16px 16px 18px;
  }
  .box_read .cnts > ul > li + li {
    margin: 66px 0 0;
  }
  .box_read .cnts > ul > li + li:before {
    top: -58px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .box_read .cnts > ul > li + li:after {
    top: -47px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .box_read .cnts > ul > li dl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box_read .cnts > ul > li dl dt + dd {
    margin: 0 0 0 16px;
  }
  .box_read .cnts > ul > li dl dd {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box_read .cnts > ul > li figure {
    width: 80px;
  }
  .box_read .cnts > ul > li figure img {
    width: 100%;
  }
  .box_read .cnts > ul > li .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_read .cnts > ul > li .ttl + .txt {
    margin-top: 12px;
  }
  .box_read .cnts > ul > li .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_read .cnts > ul > li .txt + .link {
    margin-top: 12px;
  }
  .box_read .cnts > ul > li .link {
    text-align: left;
  }
  .box_read .cnts > ul > li .link span:hover {
    text-decoration: underline;
  }
  .box_read .cnts > ul > li .omission {
    max-height: 6em;
  }
  .box_read .btn {
    width: 146px;
    margin: 32px auto 0;
  }
  .box_read .btn span {
    width: inherit;
    height: 40px;
  }
  .box_read .btn:hover span {
    background: #0255f4;
    color: #fff;
  }
}

/*==============================*/
/* magazine_purchase, subscription */
/*==============================*/
.box_magazine {
  background: #fff;
  border-radius: 8px;
}

.box_magazine + .link_txt {
  margin-top: 28px;
  text-align: right;
}

.box_magazine .cnts {
  padding: 32px 20px 40px;
}

.box_magazine .cnts .cnts01 + .cnts02 {
  margin-top: 32px;
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.clinical .box_magazine .hl02 {
  padding: 0;
  color: #0255f4;
}

.clinical .box_magazine .hl02 + .lead {
  margin-top: 20px;
}

.clinical .box_magazine .hl02:before {
  content: none;
}

.box_magazine .cnts01 .lead + .link_txt {
  margin-top: 24px;
}

.box_magazine .cnts01 .link_txt {
  text-align: right;
}

.box_magazine .cnts02 > ul > li {
  cursor: pointer;
}

.box_magazine .cnts02 > ul > li + li {
  margin-top: 20px;
}

.box_magazine .cnts02 > ul > li .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s ease-out;
}

.box_magazine .cnts02 > ul > li .item:hover {
  opacity: 0.6;
}

.box_magazine .cnts02 > ul > li .item .check {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #91acff;
  margin-right: 20px;
}

.box_magazine .cnts02 > ul > li .item .item_cnts {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: opacity 0.3s ease-out;
}

.box_magazine .cnts02 > ul > li .item .item_cnts > dt + dd {
  margin-top: 16px;
}

.box_magazine .cnts02 > ul > li .item .item_cnts > dd dl dt {
  font-weight: bold;
}

.box_magazine .cnts02 > ul > li .item .item_cnts > dd dl dt + dd {
  margin-top: 10px;
}

.box_magazine .cnts02 > ul > li.selected {
  cursor: auto;
}

.box_magazine .cnts02 > ul > li.selected .item:hover {
  opacity: 1;
}

.box_magazine .cnts02 > ul > li.selected .check {
  background: url(/bens/assets/images/magazine_purchase_ico01.png) no-repeat 50% 50%/100% auto;
  border: none;
}

.box_magazine .cnts02 > ul > li.selected .check + .item_cnts {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .box_magazine + .link_txt {
    margin-top: 56px;
  }
  .box_magazine .cnts {
    padding: 24px 20px 40px;
  }
  .box_magazine .cnts .cnts01 + .cnts02 {
    margin-top: 24px;
    padding-top: 24px;
  }
  .clinical .box_magazine .hl02 {
    font-size: 1.6rem;
  }
  .clinical .box_magazine .hl02 + .lead {
    margin-top: 16px;
  }
  .box_magazine .cnts02 > ul > li .item .check {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .box_magazine .cnts02 > ul > li .item .item_cnts {
    padding: 12px 12px 20px;
  }
  .box_magazine .cnts02 > ul > li .item .item_cnts > dt + dd {
    margin-top: 20px;
  }
  .box_magazine .cnts02 > ul > li .item .item_cnts > dd dl dt + dd {
    margin-top: 12px;
  }
  .box_magazine .cnts02 > ul > li.selected .check {
    border: none;
  }
}

/*==============================*/
/* magazine_purchase select */
/*==============================*/
.box_magazine_select + .step_btn {
  margin-top: 20px;
}

.box_magazine_select .cnts .cnts01 + .cnts02 {
  margin-top: 24px;
}

.box_magazine_select .cnts .cnts01 dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px;
  background: #dbe9ff;
}

.box_magazine_select .cnts .cnts01 dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.box_magazine_select .cnts .cnts01 dl dt + dd {
  margin-left: 32px;
}

.box_magazine_select .cnts .cnts01 dl dd {
  color: #0255f4;
  font-size: 24px;
  font-size: 2.4rem;
}

.box_magazine_select .cnts .cnts02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  border: 2px dashed #c4d8fd;
}

.box_magazine_select .cnts .cnts02 + .num_purchase {
  margin-top: 24px;
}

.box_magazine_select .cnts .cnts02 figure + .txt {
  margin-top: 8px;
}

.box_magazine_select .cnts .cnts02 .txt + .btn {
  margin-top: 8px;
}

.box_magazine_select .cnts .cnts02 .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 152px;
  height: 36px;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.box_magazine_select .cnts .cnts02 .btn:hover {
  background: transparent;
  color: #0255f4;
}

.box_magazine_select .cnts .cnts02.selected {
  padding: 40px 40px 32px;
  background: #fff;
  border: none;
  border-radius: 8px;
}

.box_magazine_select .cnts .cnts02.selected + .num_purchase {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c4d8fd;
}

.box_magazine_select .cnts .cnts02.selected figure {
  width: 100%;
  text-align: center;
}

.box_magazine_select .cnts .cnts02.selected figure + .txt {
  margin-top: 32px;
}

.box_magazine_select .cnts .cnts02.selected .txt {
  width: 100%;
}

.box_magazine_select .cnts .cnts02.selected .txt + .btn {
  margin-top: 32px;
}

.box_magazine_select .cnts .cnts03 {
  display: none;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.6s;
}

.box_magazine_select .cnts .cnts03 + .link_txt {
  margin-top: 50px;
}

.box_magazine_select .cnts .cnts03.active + .link_txt {
  margin-top: 40px;
}

.box_magazine_select .cnts .cnts03 > ul > li + li {
  margin-top: 16px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.box_magazine_select .cnts .cnts03 > ul > li .item:hover {
  opacity: 0.7;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .check {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #91acff;
  margin-right: 20px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 60, 175, 0.16);
  border-radius: 8px;
  transition: opacity 0.3s ease-out;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dt + dd {
  margin-left: 10px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dt figure {
  width: 110px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dt figure img {
  width: 100%;
  height: auto;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dt {
  color: #0255f4;
  font-size: 18px;
  font-size: 1.8rem;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dt + dd {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e9ecef;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd .ttl + .txt {
  margin-top: 8px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd .txt {
  font-size: 12px;
  font-size: 1.2rem;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd .txt + ul {
  margin-top: 12px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li + li {
  margin-left: 16px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 28px;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn:hover {
  background: #fff;
  color: #0255f4;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn span {
  position: relative;
  padding-left: 20px;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_read span:before {
  width: 15px;
  height: 12px;
  background: url(/bens/assets/images/clinical_magazine_select_ico01_off.png) no-repeat 50% 50%/100% auto;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_read:hover span:before {
  background-image: url(/bens/assets/images/clinical_magazine_select_ico01_on.png);
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_toc span:before {
  width: 15px;
  height: 10px;
  background: url(/bens/assets/images/clinical_magazine_select_ico02_off.png) no-repeat 50% 50%/100% auto;
}

.box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_toc:hover span:before {
  background-image: url(/bens/assets/images/clinical_magazine_select_ico02_on.png);
}

.box_magazine_select .cnts .cnts03 > ul > li.selected .item:hover {
  opacity: 1;
}

.box_magazine_select .cnts .cnts03 > ul > li.selected .item .check {
  background: url(/bens/assets/images/magazine_purchase_ico01.png) no-repeat 50% 50%/100% auto;
  border: none;
}

.box_magazine_select .cnts .cnts03 > ul > li.selected .item .check + .item_cnts {
  opacity: 0.6;
}

.box_magazine_select .cnts .cnts03 > ul > li.disabled {
  pointer-events: none;
}

.box_magazine_select .cnts .cnts03 > ul > li.disabled .item:hover {
  opacity: 1;
}

.box_magazine_select .cnts .cnts03 > ul > li.disabled .item .item_cnts > dd dl dd ul li .btn {
  pointer-events: auto;
}

.box_magazine_select .cnts .num_purchase {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0255f4;
}

.box_magazine_select .cnts .num_purchase + .cnts03 {
  margin-top: 20px;
}

.box_magazine_select .cnts .num_purchase span {
  margin: 0 0.5em;
}

.box_magazine_select .cnts .link_txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box_magazine_select .cnts .link_txt a {
  text-decoration: underline;
  color: #0255f4;
}

.box_magazine_select .cnts .link_txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .box_magazine_select + .step_btn {
    margin-top: 24px;
  }
  .box_magazine_select .cnts .cnts01 + .cnts02 {
    margin-top: 20px;
  }
  .box_magazine_select .cnts .cnts01 dl {
    padding: 22px 16px;
  }
  .box_magazine_select .cnts .cnts01 dl dt + dd {
    margin-left: 20px;
  }
  .box_magazine_select .cnts .cnts01 dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  .box_magazine_select .cnts .cnts02 {
    padding: 20px 20px 24px;
  }
  .box_magazine_select .cnts .cnts02 + .num_purchase {
    margin-top: 20px;
  }
  .box_magazine_select .cnts .cnts02 figure + .txt {
    margin-top: 12px;
  }
  .box_magazine_select .cnts .cnts02 .btn {
    width: 146px;
    height: 40px;
  }
  .box_magazine_select .cnts .cnts02 .btn:hover {
    background: #0255f4;
    color: #fff;
  }
  .box_magazine_select .cnts .cnts02.selected {
    padding: 24px 16px 20px;
  }
  .box_magazine_select .cnts .cnts02.selected + .num_purchase {
    margin-top: 32px;
  }
  .box_magazine_select .cnts .cnts02.selected figure + .txt {
    margin-top: 20px;
  }
  .box_magazine_select .cnts .cnts02.selected .txt + .btn {
    margin-top: 16px;
  }
  .box_magazine_select .cnts .cnts03 {
    display: none;
    transition: opacity 0.3s ease-out;
    transition-delay: 0.6s;
  }
  .box_magazine_select .cnts .cnts03 + .link_txt {
    margin-top: 56px;
  }
  .box_magazine_select .cnts .cnts03.active + .link_txt {
    margin-top: 48px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item:hover {
    opacity: 1;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .check {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts {
    position: relative;
    padding: 16px 16px 60px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dt + dd {
    margin-left: 16px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dt figure {
    width: 80px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dt + dd {
    margin-top: 12px;
    padding-top: 12px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd .ttl + .txt {
    margin-top: 4px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 16px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li {
    width: 100%;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li + li {
    margin-left: 10px;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn {
    width: 100%;
    height: 32px;
    color: #fff;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn:hover {
    background: #0255f4;
    color: #fff;
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_read:hover span:before {
    background-image: url(/bens/assets/images/clinical_magazine_select_ico01_off.png);
  }
  .box_magazine_select .cnts .cnts03 > ul > li .item .item_cnts > dd dl dd ul li .btn.btn_toc:hover span:before {
    background-image: url(/bens/assets/images/clinical_magazine_select_ico02_off.png);
  }
  .box_magazine_select .cnts .num_purchase + .cnts03 {
    margin-top: 20px;
  }
  .box_magazine_select .cnts .link_txt a:hover {
    text-decoration: underline;
  }
}

/*==============================*/
/* cart */
/*==============================*/
.box_cart {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 60, 175, 0.16);
  border-radius: 8px;
}

.box_cart + .box_cart {
  margin-top: 24px;
}

.box_cart + .box_cart_total {
  margin-top: 24px;
}

.box_cart .in {
  width: 100%;
  padding: 30px 24px 24px;
}

.box_cart .parts_info03 + .cnts {
  margin-top: 20px;
}

.box_cart .cnts + .list_link {
  margin-top: 24px;
}

.box_cart .cnts > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_cart .cnts > ul > li {
  width: 100%;
  position: relative;
  padding: 20px 12px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.box_cart .cnts > ul > li + li {
  margin-left: 66px;
}

.box_cart .cnts > ul > li + li:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -58px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #e9ecef;
  border-radius: 50%;
}

.box_cart .cnts > ul > li + li:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(0deg, transparent 12.5px, #e9ecef 12.5px, #e9ecef 15.5px, transparent 15.5px), linear-gradient(90deg, transparent 12.5px, #e9ecef 12.5px, #e9ecef 15.5px, transparent 15.5px);
}

.box_cart .cnts > ul > li:only-of-type {
  padding: 0 20px;
  border: none;
}

.box_cart .cnts > ul > li:only-of-type .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.box_cart .cnts > ul > li:only-of-type .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.box_cart .cnts > ul > li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box_cart .cnts > ul > li dl dt + dd {
  margin-top: 10px;
}

.box_cart .cnts > ul > li dl dd {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.box_cart .cnts > ul > li figure {
  text-align: center;
}

.box_cart .cnts > ul > li figure + .ttl {
  margin-top: 10px;
}

.box_cart .cnts > ul > li .ttl {
  font-size: 12px;
  font-size: 1.2rem;
}

.box_cart .cnts > ul > li .ttl + .txt {
  margin-top: 10px;
}

.box_cart .cnts > ul > li .txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.box_cart .cnts > ul > li .txt + .link {
  margin-top: 16px;
}

.box_cart .cnts > ul > li .link {
  text-align: center;
}

.box_cart .cnts > ul > li .link span {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  text-decoration: underline;
  color: #0255f4;
  cursor: pointer;
}

.box_cart .cnts > ul > li .link span:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/bens/assets/images/clinical_read_ico02.png) no-repeat 50% 50%/100% auto;
}

.box_cart .cnts > ul > li .link span:hover {
  text-decoration: none;
}

.box_cart .cnts > ul > li .omission {
  max-height: 3em;
  position: relative;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.box_cart .cnts > ul > li .omission:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.box_cart .cnts > ul > li .omission:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.box_cart .list_link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box_cart .list_link ul li {
  cursor: pointer;
}

.box_cart .list_link ul li:last-of-type {
  margin-left: auto;
}

.box_cart .list_link ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.box_cart .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 28px;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.box_cart .btn:hover {
  background: transparent;
  color: #0255f4;
}

.box_cart_total dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px;
  background: #dbe9ff;
  border-radius: 8px;
}

.box_cart_total dl + .list_link {
  margin-top: 20px;
}

.box_cart_total dl dt {
  font-size: 20px;
  font-size: 2rem;
}

.box_cart_total dl dt + dd {
  margin-left: 10px;
}

.box_cart_total dl dd {
  color: #ff416d;
}

.box_cart_total dl dd span {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.box_cart_total .list_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box_cart_total .list_link li + li {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .box_cart .in {
    padding: 16px 16px 24px;
  }
  .box_cart .parts_info03 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box_cart .parts_info03 dt + dd {
    margin-top: 0;
  }
  .box_cart .parts_info03 + .cnts {
    margin-top: 20px;
  }
  .box_cart .cnts > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_cart .cnts > ul > li {
    padding: 16px 16px 18px;
  }
  .box_cart .cnts > ul > li + li {
    margin: 66px 0 0;
  }
  .box_cart .cnts > ul > li + li:before {
    top: -58px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .box_cart .cnts > ul > li + li:after {
    top: -47px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .box_cart .cnts > ul > li:only-of-type {
    padding: 0;
  }
  .box_cart .cnts > ul > li dl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box_cart .cnts > ul > li dl dt + dd {
    margin: 0 0 0 16px;
  }
  .box_cart .cnts > ul > li dl dd {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box_cart .cnts > ul > li .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_cart .cnts > ul > li .ttl + .txt {
    margin-top: 12px;
  }
  .box_cart .cnts > ul > li .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_cart .cnts > ul > li .txt + .link {
    margin-top: 12px;
  }
  .box_cart .cnts > ul > li .link {
    text-align: left;
  }
  .box_cart .cnts > ul > li .link span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_cart .cnts > ul > li .link span:hover {
    text-decoration: underline;
  }
  .box_cart .cnts > ul > li .omission {
    max-height: 6em;
  }
  .box_cart .btn {
    width: 127px;
    height: 32px;
  }
  .box_cart .btn:hover {
    background: #0255f4;
    color: #fff;
  }
  .box_cart_total dl {
    padding: 20px 8px;
  }
  .box_cart_total dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .box_cart_total dl dt + dd {
    margin-left: 8px;
  }
  .box_cart_total dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .box_cart_total .list_link {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_cart_total .list_link li + li {
    margin: 16px 0 0;
  }
}

/*==============================*/
/* teacher top */
/*==============================*/
.box_teacher {
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 20px 25px 30px;
  background: #00c184;
  color: #fff;
}

.box_teacher + h1 {
  margin-top: 40px;
}

.box_teacher .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.box_teacher .name + .list_data {
  margin-top: 24px;
}

.box_teacher .list_data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .box_teacher .list_data:not(.mod) li {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .box_teacher .list_data:not(.mod) li + li {
    margin-left: 2%;
  }
}

.box_teacher .list_data:not(.mod) li + li:nth-of-type(2n + 1) {
  margin-left: 0;
}

.box_teacher .list_data:not(.mod) li + li:nth-of-type(n + 3) {
  margin-top: 12px;
}

.box_teacher .list_data.mod li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .box_teacher .list_data.mod li {
    width: 100%;
  }
}
.box_teacher .list_data.mod li:first-child {
  width: 100%;
}

.box_teacher .list_data.mod li + li:nth-of-type(2n) {
  margin-left: 0;
}

.box_teacher .list_data.mod li + li:nth-of-type(2n + 1) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .box_teacher .list_data.mod li + li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
.box_teacher .list_data.mod li + li:nth-of-type(n + 2) {
  margin-top: 12px;
}

.box_teacher .list_data li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #76dfbe;
}

.box_teacher .list_data li dl dd {
  position: relative;
  font-weight: bold;
}
.box_teacher .list_data li dl dd .mypage-profile__btn--dd-float {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #00c184;
  border: 1px solid #fff;
}
.box_teacher .list_data li dl dd .mypage-profile__btn--dd-float:hover {
  background-color: #00c184;
  color: #fff;
}
.box_teacher .list_data li.w100per {
  width: 100%;
}
.box_teacher .list_data li.w100per dt {
  width: 16%;
}
@media screen and (max-width: 767px) {
  .box_teacher .list_data li.w100per dt, .box_teacher .list_data li.w100per dd {
    width: auto;
  }
}
.box_teacher .list_data li.w100per dd {
  width: 84%;
}

@media screen and (max-width: 767px) {
  .box_teacher {
    padding: 24px 20px;
  }
  .box_teacher .list_data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_teacher .list_data li dl.single {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box_teacher .list_data li {
    width: 100%;
  }
  .box_teacher .list_data li + li {
    margin: 12px 0 0;
  }
  .box_teacher .list_data li dl {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.learn_reset_btn{
  margin-top: 5px;
  float: right;
}
.learn_reset_btn a{
  font-size: 1.6rem;
  color: #00C184;
}
/*==============================*/
/* teacher school */
/*==============================*/
.box_school {
  padding: 40px 24px;
  background: #fff;
  border-radius: 12px;
}

.box_school h2 + table {
  margin-top: 16px;
}

.box_school .cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_school .cnt .cnt01 {
  width: 100%;
}

.box_school .cnt .cnt01 + .cnt02 {
  margin-left: 20px;
}

.box_school .cnt .cnt01 .cnt0101 + .cnt0102 {
  margin-top: 40px;
}

.box_school .cnt .cnt01 .cnt0101 th,
.box_school .cnt .cnt01 .cnt0101 td {
  padding-right: 4px;
  padding-left: 4px;
}

.box_school .cnt .cnt01 .cnt0101 th:nth-of-type(1),
.box_school .cnt .cnt01 .cnt0101 td:nth-of-type(1) {
  width: 34%;
  padding-left: 12px;
}

.box_school .cnt .cnt01 .cnt0101 th:nth-of-type(2),
.box_school .cnt .cnt01 .cnt0101 td:nth-of-type(2) {
  width: 33%;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_school .cnt .cnt01 .cnt0101 th:nth-of-type(3),
.box_school .cnt .cnt01 .cnt0101 td:nth-of-type(3) {
  width: 33%;
  padding-right: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_school .cnt .cnt01 .cnt0102 table th,
.box_school .cnt .cnt01 .cnt0102 table td {
  padding-right: 4px;
  padding-left: 4px;
}

.box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(1),
.box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(1) {
  width: 36%;
  padding-left: 12px;
}

.box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(2),
.box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(2) {
  width: 39%;
}

.box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(3),
.box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(3) {
  width: 25%;
  padding-right: 12px;
  text-align: center;
}

.box_school .cnt .cnt01 .cnt0102 table tr:nth-of-type(4) td:nth-of-type(3) {
  vertical-align: middle;
}

.box_school .cnt .cnt01 .cnt0102 table tr:nth-of-type(4) td:nth-of-type(3) p {
  margin-top: 0;
}

.box_school .cnt .cnt01 .cnt0102 table dl {
  font-size: 12px;
  font-size: 1.2rem;
}

.box_school .cnt .cnt02 {
  width: 100%;
}

.box_school .cnt .cnt02 table th,
.box_school .cnt .cnt02 table td {
  padding-right: 4px;
  padding-left: 4px;
}

.box_school .cnt .cnt02 table th:nth-of-type(1),
.box_school .cnt .cnt02 table td:nth-of-type(1) {
  width: 45%;
  padding-left: 12px;
}

.box_school .cnt .cnt02 table th:nth-of-type(2),
.box_school .cnt .cnt02 table td:nth-of-type(2) {
  width: 55%;
  padding-right: 12px;
  text-align: center;
}

.box_school .cnt table {
  width: 100%;
}

.box_school .cnt table thead {
  border-bottom: 2px solid #00b179;
}

.box_school .cnt table tbody tr:nth-of-type(2n) {
  background: #f6f7f8;
}

.box_school .cnt table th,
.box_school .cnt table td {
  padding-top: 22px;
  padding-bottom: 22px;
}

.box_school .cnt table th {
  background: #f0faf7;
  font-weight: bold;
}

.box_school .cnt table td {
  font-size: 13px;
  font-size: 1.3rem;
}

.box_school .cnt table td dl dt {
  font-weight: bold;
}

.box_school .cnt table.tablesorter th.sort {
  color: #00b179;
  font-weight: bold;
  cursor: pointer;
}

.box_school .cnt table.tablesorter th.sort span {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.box_school .cnt table.tablesorter th.sort span:before,
.box_school .cnt table.tablesorter th.sort span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
  border-right: 2px solid #00b179;
  border-bottom: 2px solid #00b179;
}

.box_school .cnt table.tablesorter th.sort span:before {
  -webkit-transform: translateY(-100%) rotate(-135deg);
  transform: translateY(-100%) rotate(-135deg);
}

.box_school .cnt table.tablesorter th.sort span:after {
  -webkit-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
}

.box_school .cnt table.tablesorter th.sort .fz_s {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_school .cnt table.tablesorter th.sort .fz_s:before,
.box_school .cnt table.tablesorter th.sort .fz_s:after {
  content: none;
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerAsc span:before {
  content: "";
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerAsc span:after {
  content: none;
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerAsc span span:before,
.box_school .cnt table.tablesorter th.sort.tablesorter-headerAsc span span:after {
  content: none;
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerDesc span:before {
  content: none;
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerDesc span:after {
  content: "";
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}

.box_school .cnt table.tablesorter th.sort.tablesorter-headerDesc span span:before,
.box_school .cnt table.tablesorter th.sort.tablesorter-headerDesc span span:after {
  content: none;
}

.box_school .cnt table.tablesorter th.sort.sorter-false span:before,
.box_school .cnt table.tablesorter th.sort.sorter-false span:after {
  content: none;
}

.btn_tablesort_reset + .box_school {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  /* .box_school {
    margin-right: -20px;
    margin-left: -20px;
    padding: 24px;
    border-radius: 0;
  } */
  .box_school .cnt {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_school .cnt .cnt01 {
    width: 100%;
  }
  .box_school .cnt .cnt01 + .cnt02 {
    margin: 40px 0 0;
  }
  .box_school .cnt .cnt01 .cnt0101 th:nth-of-type(1),
  .box_school .cnt .cnt01 .cnt0101 td:nth-of-type(1) {
    width: 36%;
    padding-left: 16px;
  }
  .box_school .cnt .cnt01 .cnt0101 th:nth-of-type(2),
  .box_school .cnt .cnt01 .cnt0101 td:nth-of-type(2) {
    width: 32%;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_school .cnt .cnt01 .cnt0101 th:nth-of-type(3),
  .box_school .cnt .cnt01 .cnt0101 td:nth-of-type(3) {
    width: 32%;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(1),
  .box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(1) {
    width: 30%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(2),
  .box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(2) {
    width: 40%;
    padding-left: 0;
  }
  .box_school .cnt .cnt01 .cnt0102 table th:nth-of-type(3),
  .box_school .cnt .cnt01 .cnt0102 table td:nth-of-type(3) {
    width: 30%;
  }
  .box_school .cnt .cnt02 table th:nth-of-type(1),
  .box_school .cnt .cnt02 table td:nth-of-type(1) {
    width: 53.82%;
    padding-left: 16px;
  }
  .box_school .cnt .cnt02 table th:nth-of-type(2),
  .box_school .cnt .cnt02 table td:nth-of-type(2) {
    width: 46.18%;
    padding-right: 16px;
  }
  .box_school .cnt table th {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .box_school .cnt table td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .box_school .cnt table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_school .cnt table td dl dt {
    font-weight: bold;
  }
  .btn_tablesort_reset + .box_school {
    margin-top: 16px;
  }
}

/*==============================*/
/* teacher school students */
/*==============================*/
.box_students {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
}

.box_students.fixed table thead {
  position: fixed;
  top: 96px;
  z-index: 1;
}

.box_students h2 + table {
  margin-top: 16px;
}

.box_students .cnt table {
  width: 100%;
}

.box_students .cnt table thead {
  background: #f0faf7;
  border-bottom: 2px solid #00b179;
}

.box_students .cnt table tbody tr:nth-of-type(2n) {
  background: #f6f7f8;
}

.box_students .cnt table th,
.box_students .cnt table td {
  padding: 22px 16px;
}

.box_students .cnt table th:nth-of-type(1),
.box_students .cnt table td:nth-of-type(1) {
  width: 155px;
}

.box_students .cnt table th:nth-of-type(2),
.box_students .cnt table td:nth-of-type(2) {
  width: 110px;
}

.box_students .cnt table th:nth-of-type(3),
.box_students .cnt table td:nth-of-type(3) {
  width: 219px;
  text-align: center;
}

.box_students .cnt table th:nth-of-type(4),
.box_students .cnt table td:nth-of-type(4) {
  width: 160px;
  text-align: center;
}

.box_students .cnt table td {
  font-size: 12px;
  font-size: 1.2rem;
}

.box_students .cnt table td dl dt {
  font-weight: bold;
}

.box_students .cnt .tablesorter th {
  color: #00b179;
  font-weight: bold;
  cursor: pointer;
}

.box_students .cnt .tablesorter th span {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.box_students .cnt .tablesorter th span:before,
.box_students .cnt .tablesorter th span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
  border-right: 2px solid #00b179;
  border-bottom: 2px solid #00b179;
}

.box_students .cnt .tablesorter th span:before {
  -webkit-transform: translateY(-100%) rotate(-135deg);
  transform: translateY(-100%) rotate(-135deg);
}

.box_students .cnt .tablesorter th span:after {
  -webkit-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
}

.box_students .cnt .tablesorter th span .fz_s {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_students .cnt .tablesorter th span .fz_s:before,
.box_students .cnt .tablesorter th span .fz_s:after {
  content: none;
}

.box_students .cnt .tablesorter th.tablesorter-headerAsc span:before {
  content: "";
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
}

.box_students .cnt .tablesorter th.tablesorter-headerAsc span:after {
  content: none;
}

.box_students .cnt .tablesorter th.tablesorter-headerAsc span span:before,
.box_students .cnt .tablesorter th.tablesorter-headerAsc span span:after {
  content: none;
}

.box_students .cnt .tablesorter th.tablesorter-headerDesc span:before {
  content: none;
}

.box_students .cnt .tablesorter th.tablesorter-headerDesc span:after {
  content: "";
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}

.box_students .cnt .tablesorter th.tablesorter-headerDesc span span:before,
.box_students .cnt .tablesorter th.tablesorter-headerDesc span span:after {
  content: none;
}

.box_students .cnt .tablesorter th.sorter-false span:before,
.box_students .cnt .tablesorter th.sorter-false span:after {
  content: none;
}

.btn_tablesort_reset + .box_students {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .box_students {
    margin-right: -20px;
    margin-left: -20px;
    padding: 24px;
    border-radius: 0;
  }
  .box_students.fixed table thead {
    top: 80px;
    left: 24px;
    right: 24px;
  }
  .box_students .cnt table thead tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .box_students .cnt table th {
    padding-left: 16px;
    padding-bottom: 0;
  }
  .box_students .cnt table th + th:nth-of-type(n + 3) {
    padding-top: 16px;
  }
  .box_students .cnt table th:nth-of-type(1) {
    width: 50%;
    padding-left: 16px;
  }
  .box_students .cnt table th:nth-of-type(2) {
    width: 50%;
    padding-left: 16px;
  }
  .box_students .cnt table th:nth-of-type(3) {
    width: 50%;
    padding-bottom: 20px;
    text-align: left;
  }
  .box_students .cnt table th:nth-of-type(4) {
    width: 50%;
    padding-bottom: 20px;
    text-align: left;
  }
  .box_students .cnt table td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box_students .cnt table td + td {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .box_students .cnt table td:before {
    content: attr(data-students);
    width: calc(50% + 16px);
    height: 1em;
    color: #37434d;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .box_students .cnt table td:nth-of-type(1) {
    width: 186px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
  }
  .box_students .cnt table td:nth-of-type(1):before {
    content: none;
  }
  .box_students .cnt table td:nth-of-type(1) a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .box_students .cnt table td:nth-of-type(2) {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .box_students .cnt table td:nth-of-type(3) {
    width: 100%;
    text-align: left;
  }
  .box_students .cnt table td:nth-of-type(4) {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .box_students .cnt table td dl dt {
    font-weight: bold;
  }
  .btn_tablesort_reset + .box_students {
    margin-top: 16px;
  }
}

/*==============================*/
/* teacher school students student */
/*==============================*/
.box_student .cnt .cnt01 {
  background: #00c184;
  box-shadow: 0 4px 8px rgba(0, 116, 80, 0.24);
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
}

.box_student .cnt .cnt01 + .btn_tablesort_reset {
  margin-top: 40px;
}

.box_student .cnt .cnt01 .name {
  padding: 18px 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.box_student .cnt .cnt01 .name + .list_data {
  margin-top: 16px;
}

.box_student .cnt .cnt01 .list_data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #76dfbe;
}

.box_student .cnt .cnt01 .list_data li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333%;
  padding: 24px;
}

.box_student .cnt .cnt01 .list_data li + li {
  border-left: 1px solid #76dfbe;
}

.box_student .cnt .cnt01 .list_data li dl {
  text-align: center;
}

.box_student .cnt .cnt01 .list_data li dl dt {
  color: #b5efdd;
}

.box_student .cnt .cnt01 .list_data li dl dt + dd {
  margin-top: 4px;
}

.box_student .cnt .cnt01 .list_data li dl dd {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.box_student .cnt .cnt01 .list_data li dl dd span {
  margin: 0 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .list_data li dl dt {
    width: 32%;
  }
  .list_data li dl dd {
    width: 68%;
  }
  .list_data.mod li dl dt {
    width: 34%;
  }
  .list_data.mod li dl dd {
    width: 66%;
    word-break: break-all;
  }
  .list_data.mod li:first-child dl dt {
    width: 16.5%;
  }
}

.box_student .cnt .cnt02 {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
}

.box_student .cnt .cnt02 h2 + table,
.box_student .cnt .cnt02 h2 + .tab_cnt {
  margin-top: 16px;
}

.box_student .cnt .cnt02 .cnt0201 {
  width: 100%;
}

.box_student .cnt .cnt02 .cnt0201 tr {
  transition: background-color 0.2s ease-out;
}

.box_student .cnt .cnt02 .cnt0201 tr.active td:nth-of-type(1) {
  text-decoration: none;
}

.box_student .cnt .cnt02 .cnt0201 tfoot {
  display: table-row-group;
}

.box_student .cnt .cnt02 .cnt0201 tfoot tr td:nth-of-type(1) {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}

.box_student .cnt .cnt02 .cnt0201 tfoot tr td:nth-of-type(1):hover {
  text-decoration: none;
}

.box_student .cnt .cnt02 .cnt0201 tfoot tr td:nth-of-type(1).active {
  text-decoration: none;
}

.box_student .cnt .cnt02 .cnt0201 tbody tr:nth-of-type(2n + 1) {
  background: #f6f7f8;
}

.box_student .cnt .cnt02 .cnt0201 tbody tr td:nth-of-type(1) {
  cursor: pointer;
}

.box_student .cnt .cnt02 .cnt0201 tbody tr td:nth-of-type(1):hover {
  text-decoration: none;
}

.box_student .cnt .cnt02 .cnt0201 tbody tr td:nth-of-type(1).active {
  text-decoration: none;
}

.box_student .cnt .cnt02 .cnt0201 th,
.box_student .cnt .cnt02 .cnt0201 td {
  padding-right: 4px;
  padding-left: 4px;
}

.box_student .cnt .cnt02 .cnt0201 th:nth-of-type(1),
.box_student .cnt .cnt02 .cnt0201 td:nth-of-type(1) {
  width: 38%;
  padding-left: 16px;
}

.box_student .cnt .cnt02 .cnt0201 th:nth-of-type(2),
.box_student .cnt .cnt02 .cnt0201 td:nth-of-type(2) {
  width: 14%;
  text-align: center;
}

.box_student .cnt .cnt02 .cnt0201 th:nth-of-type(3),
.box_student .cnt .cnt02 .cnt0201 td:nth-of-type(3) {
  width: 16%;
  text-align: center;
}

.box_student .cnt .cnt02 .cnt0201 th:nth-of-type(4),
.box_student .cnt .cnt02 .cnt0201 td:nth-of-type(4) {
  width: 32%;
  padding-right: 16px;
  text-align: center;
}

.box_student .cnt .cnt02 .cnt0201 td:nth-of-type(1) {
  text-decoration: underline;
  color: #00b179;
}

.box_student .cnt .cnt02 .cnt0201 + .cnt0202 {
  margin-top: 40px;
}

.box_student .cnt .cnt02 .cnt0202 {
  width: 100%;
}

.box_student .cnt .cnt02 .cnt0202 table tr:nth-of-type(2n) {
  background: #f6f7f8;
}

.box_student .cnt .cnt02 .cnt0202 table th:nth-of-type(1),
.box_student .cnt .cnt02 .cnt0202 table td:nth-of-type(1) {
  width: 50%;
  padding-left: 16px;
}

.box_student .cnt .cnt02 .cnt0202 table th:nth-of-type(2),
.box_student .cnt .cnt02 .cnt0202 table td:nth-of-type(2) {
  width: 50%;
  padding-right: 16px;
  text-align: center;
}

.box_student .cnt .cnt02 table {
  width: 100%;
}

.box_student .cnt .cnt02 table thead {
  border-bottom: 2px solid #00b179;
}

.box_student .cnt .cnt02 table th,
.box_student .cnt .cnt02 table td {
  padding-top: 22px;
  padding-bottom: 22px;
}

.box_student .cnt .cnt02 table th {
  background: #f0faf7;
  font-weight: bold;
}

.box_student .cnt .cnt02 table td {
  font-size: 13px;
  font-size: 1.3rem;
}

.box_student .cnt .cnt02 .tablesorter th.sort {
  color: #00b179;
  font-weight: bold;
  cursor: pointer;
}

.box_student .cnt .cnt02 .tablesorter th.sort span {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.box_student .cnt .cnt02 .tablesorter th.sort span:before,
.box_student .cnt .cnt02 .tablesorter th.sort span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
  border-right: 2px solid #00b179;
  border-bottom: 2px solid #00b179;
}

.box_student .cnt .cnt02 .tablesorter th.sort span:before {
  -webkit-transform: translateY(-100%) rotate(-135deg);
  transform: translateY(-100%) rotate(-135deg);
}

.box_student .cnt .cnt02 .tablesorter th.sort span:after {
  -webkit-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
}

.box_student .cnt .cnt02 .tablesorter th.sort span .fz_s {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.box_student .cnt .cnt02 .tablesorter th.sort span .fz_s:before,
.box_student .cnt .cnt02 .tablesorter th.sort span .fz_s:after {
  content: none;
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerAsc span:before {
  content: "";
  -webkit-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerAsc span:after {
  content: none;
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerAsc span span:before,
.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerAsc span span:after {
  content: none;
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerDesc span:before {
  content: none;
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerDesc span:after {
  content: "";
  -webkit-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}

.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerDesc span span:before,
.box_student .cnt .cnt02 .tablesorter th.sort.tablesorter-headerDesc span span:after {
  content: none;
}

.box_student .cnt .cnt02 .tablesorter th.sort.sorter-false span:before,
.box_student .cnt .cnt02 .tablesorter th.sort.sorter-false span:after {
  content: none;
}

.btn_tablesort_reset + .box_student .cnt .cnt02 {
  margin-top: 16px;
}

.box_student .cnt .btn_tablesort_reset + .cnt02 {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .box_student .cnt .cnt01 .name {
    padding: 20px 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .box_student .cnt .cnt01 .name + .list_data {
    margin-top: 0;
  }
  .box_student .cnt .cnt01 .list_data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
  .box_student .cnt .cnt01 .list_data li {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    padding: 12px 8px;
  }
  .box_student .cnt .cnt01 .list_data li + li {
    border-top: 1px solid #76dfbe;
    border-left: none;
  }
  .box_student .cnt .cnt01 .list_data li dl {
    text-align: left;
  }
  .box_student .cnt .cnt02 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -20px;
    margin-left: -20px;
    padding: 24px;
    border-radius: 0;
  }
  .box_student .cnt .cnt02 .cnt0201 tfoot tr:hover {
    background: none;
  }
  .box_student .cnt .cnt02 .cnt0201 tfoot tr.active:hover {
    background: #fff19f;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:hover {
    background: none;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:hover.active {
    background: #fff19f;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:hover.active:hover {
    background: #fff19f;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:nth-of-type(2n + 1) {
    background: #f6f7f8;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:nth-of-type(2n + 1):hover {
    background: #f6f7f8;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:nth-of-type(2n + 1).active {
    background: #fff19f;
  }
  .box_student .cnt .cnt02 .cnt0201 tbody tr:nth-of-type(2n + 1).active:hover {
    background: #fff19f;
  }
  .box_student .cnt .cnt02 .cnt0201 th:nth-of-type(1),
  .box_student .cnt .cnt02 .cnt0201 td:nth-of-type(1) {
    padding-left: 8px;
  }
  .box_student .cnt .cnt02 .cnt0201 th:nth-of-type(4),
  .box_student .cnt .cnt02 .cnt0201 td:nth-of-type(4) {
    padding-right: 8px;
  }
  .box_student .cnt .cnt02 .cnt0201 + .cnt0202 {
    margin: 40px 0 0;
  }
  .box_student .cnt .cnt02 .cnt0202 table th:nth-of-type(1),
  .box_student .cnt .cnt02 .cnt0202 table td:nth-of-type(1) {
    padding-left: 16px;
  }
  .box_student .cnt .cnt02 .cnt0202 table th:nth-of-type(2),
  .box_student .cnt .cnt02 .cnt0202 table td:nth-of-type(2) {
    padding-right: 16px;
  }
  .box_student .cnt .cnt02 table th,
  .box_student .cnt .cnt02 table td {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .box_student .cnt .cnt02 table th {
    background: #f0faf7;
    font-weight: bold;
  }
  .box_student .cnt .cnt02 table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box_test_answer.type01 .cnt {
  max-height: 244px;
  border-radius: 0 0 8px 8px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .box_test_answer.type01 .cnt {
    max-height: 177px;
  }
}

.btn_tablesort_reset {
  text-align: right;
}

.btn_tablesort_reset span {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid #00c184;
  border-radius: 16px;
  color: #00b179;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}

.btn_tablesort_reset span.disabled {
  background: #a8b2ba;
  border-color: #a8b2ba;
  color: #fff;
  pointer-events: none;
}

/*.btn_tablesort_reset span:hover {
  background-color: #fff19f;
}
@media screen and (max-width: 767px) {
  .btn_tablesort_reset span:hover {
    background-color: transparent;
  }
}*/

/* calendar basic */
.calendar_msg {
  background: #00c184;
  border-radius: 8px;
}

.calendar_msg > dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 20px 24px;
}

.calendar_msg > dl > dt {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.calendar_msg > dl > dt + dd {
  margin-left: 32px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.calendar_msg > dl > dt span {
  padding-left: 5px;
  font-size: 48px;
  font-size: 4.8rem;
}

.calendar_msg > dl > dd {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.calendar_msg > dl > dd .post + p {
  margin-top: 10px;
}

.calendar_msg > dl > dd > p {
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.calendar_msg .post {
  transition: background-color 0.2s ease-out;
}

.calendar_msg .post:hover dl {
  opacity: 0.7;
}

.calendar_msg .post dl {
  transition: opacity 0.2s ease-out;
}

h2 + .calendar_msg {
  margin-top: 20px;
}

.calendar_msg + .box_calendar {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .calendar_msg > dl {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 24px 20px 24px;
  }
  .calendar_msg > dl > dt + dd {
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
  }
  .calendar_msg > dl > dd .post {
    padding: 12px 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .calendar_msg > dl > dd .post:hover {
    opacity: 1;
  }
  .calendar_msg > dl > dd .post + p {
    margin-top: 10px;
  }
  .calendar_msg > dl > dd > p {
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* review basic */
.tab_trial_review {
  padding: 20px;
  background: #ccf5e8;
  border-radius: 8px;
}

.tab_trial_review + section {
  margin-top: 40px;
}

.tab_trial_review ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab_trial_review ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 338px;
  min-height: 40px;
  position: relative;
  padding: 6px 16px;
  background: #fff;
  border: 2px solid #00c184;
  border-radius: 20px;
  color: #00b179;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  font-size: 14px;
  font-size: 1.4rem;
}

.tab_trial_review ul li + li {
  margin-left: 8px;
}

.tab_trial_review ul li + li:nth-of-type(n + 3) {
  margin-top: 8px;
}

.tab_trial_review ul li + li:nth-of-type(2n + 1) {
  margin-left: 0;
}

.tab_trial_review ul li:hover {
  background: #fff19f;
}

.tab_trial_review ul li.active {
  background: #00c184;
  color: #fff;
}

.tab_trial_review ul li.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .tab_trial_review {
    padding: 14px 15px 16px;
  }
  .tab_trial_review + section {
    margin-top: 32px;
  }
  .tab_trial_review ul {
    display: block;
    white-space: nowrap;
    min-width: 100%;
    padding-bottom: 16px;
    overflow-x: auto;
    word-break: break-word;
  }
  .tab_trial_review ul::-webkit-scrollbar {
    height: 6px;
  }
  .tab_trial_review ul::-webkit-scrollbar-track-piece {
    border-radius: 10px;
    background: #effff9;
  }
  .tab_trial_review ul::-webkit-scrollbar-thumb {
    background-color: #76dfbe;
    border-radius: 10px;
  }
  .tab_trial_review ul li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 0 20px;
  }
  .tab_trial_review ul li + li {
    margin-left: 16px;
  }
  .tab_trial_review ul li + li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .tab_trial_review ul li + li:nth-of-type(2n + 1) {
    margin-left: 16px;
  }
  .tab_trial_review ul li:hover {
    background: #fff19f;
  }
  .tab_trial_review ul li.active {
    background: #00c184;
    color: #fff;
  }
  .tab_trial_review ul li.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
  }
}

.hl02 + .tab_content {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .hl02 + .tab_content {
    margin-top: 18px;
  }
}

.hl02 + .tab_trial_review {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .hl02 + .tab_trial_review {
    margin-top: 18px;
  }
}

.hl02 + .learn_cnts {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .hl02 + .learn_cnts {
    margin-top: 18px;
  }
}

.step_btn {
  margin-top: 40px;
}

.link_txt + .step_btn {
  margin-top: 20px;
}

.step_btn ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 724px;
  margin-right: auto;
  margin-left: auto;
}

.step_btn ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 304px;
  min-height: 56px;
  padding: 8px 16px;
  border-radius: 28px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  transition: background-color 0.3s ease-out;
}

.clinical_b .step_btn ul li {
  border: 2px solid #0255f4;
}

.basic .step_btn ul li {
  border: 2px solid #00c184;
}

.clinical_b .step_btn ul li.prev {
  color: #0255f4;
}

.basic .step_btn ul li.prev {
  color: #00b179;
}

.step_btn ul li.prev:hover {
  background: #fff19f;
}

.step_btn ul li.next {
  color: #fff;
}

.clinical_b .step_btn ul li.next {
  background: #0255f4;
}

.basic .step_btn ul li.next {
  background: #00c184;
}

.step_btn ul li.next:hover {
  background: none;
}

.clinical_b .step_btn ul li.next:hover {
  color: #0255f4;
}

.basic .step_btn ul li.next:hover {
  color: #00b179;
}

.step_btn ul li.next.test,
.step_btn ul li.next.disabled {
  pointer-events: none;
}

.clinical_b .step_btn ul li.next.test,
.clinical_b .step_btn ul li.next.disabled {
  background: #a8b2ba;
  border-color: #a8b2ba;
}

.clinical_b .step_btn ul li.next.test.active,
.clinical_b .step_btn ul li.next.disabled.active {
  background: #0255f4;
  border-color: #0255f4;
  pointer-events: auto;
}

.clinical_b .step_btn ul li.next.test.active:hover,
.clinical_b .step_btn ul li.next.disabled.active:hover {
  background: #0255f4;
  border-color: #0255f4;
  color: #fff;
}

.basic .step_btn ul li.next.test,
.basic .step_btn ul li.next.disabled {
  background: #a8b2ba;
  border-color: #a8b2ba;
}

.basic .step_btn ul li.next.test.active,
.basic .step_btn ul li.next.disabled.active {
  background: #00c184;
  border-color: #00c184;
  pointer-events: auto;
}

.basic .step_btn ul li.next.test.active:hover,
.basic .step_btn ul li.next.disabled.active:hover {
  background: #00c184;
  border-color: #00c184;
  color: #fff;
}

.clinical_b .step_btn ul li.next.test:hover,
.clinical_b .step_btn ul li.next.disabled:hover {
  background: none;
  color: #0255f4;
}

.basic .step_btn ul li.next.test:hover,
.basic .step_btn ul li.next.disabled:hover {
  background: #a8b2ba;
  color: #fff;
}

.step_btn ul li:only-of-type {
  margin: 0 auto;
}

.clinical_b .step_btn ul li:only-of-type {
  background: #0255f4;
  color: #fff;
}

.basic .step_btn ul li:only-of-type {
  background: #00c184;
  color: #fff;
}

.step_btn ul li:only-of-type:hover {
  background: none;
}

.clinical_b .step_btn ul li:only-of-type:hover {
  color: #0255f4;
}

.basic .step_btn ul li:only-of-type:hover {
  color: #00b179;
}

.step_btn ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .step_btn {
    margin-top: 24px;
  }
  .step_btn ul {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .step_btn ul li {
    max-width: 180px;
    min-height: 40px;
    padding: 4px 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .step_btn ul li.prev:hover {
    background: none;
  }
  .clinical_b .step_btn ul li.next:hover {
    background: #0255f4;
    color: #fff;
  }
  .basic .step_btn ul li.next:hover {
    background: #00c184;
    color: #fff;
  }
  .step_btn ul li:only-of-type {
    margin: 0 auto;
  }
  .clinical_b .step_btn ul li:only-of-type:hover {
    background: #0255f4;
    color: #fff;
  }
  .basic .step_btn ul li:only-of-type:hover {
    background: #00c184;
    color: #fff;
  }
  .step_btn ul li + li {
    margin-left: 16px;
  }
}

.step_btn.type01 {
  margin-top: 50px;
}

.step_btn.type01 ul li {
  width: 128px;
  height: 40px;
}

.clinical_b .step_btn.type01 ul li:only-of-type {
  background: transparent;
  color: #0255f4;
}

.clinical_b .step_btn.type01 ul li:only-of-type:hover {
  background: #fff19f;
}

@media screen and (max-width: 767px) {
  .step_btn.type01 {
    margin-top: 40px;
  }
  .step_btn.type01 ul li {
    width: 146px;
  }
  .clinical_b .step_btn.type01 ul li:only-of-type:hover {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .step_btn.type02 {
    margin-top: 40px;
  }
  .step_btn.type02 ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step_btn.type02 ul li {
    max-width: initial;
    max-width: auto;
    width: 100%;
    height: 56px;
  }
  .step_btn.type02 ul li + li {
    margin: 0 0 20px;
  }
  .step_btn.type02 ul li.prev {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .step_btn.type02 ul li.next {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*==============================*/
/* seartch */
/*==============================*/
.form_search {
  width: 100%;
  height: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
}

.form_search + .box_result01 {
  margin-top: 40px;
}

.clinical .form_text {
  width: calc(100% - 90px);
  padding: 16px 28px;
  background: #fff;
  border-radius: 28px 0 0 28px;
}

.clinical .form_text::-webkit-input-placeholder {
  color: #a8b2ba;
}

.clinical .form_text:-ms-input-placeholder {
  color: #a8b2ba;
}

.clinical .form_text::placeholder {
  color: #a8b2ba;
}

.clinical .form_text:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

.form_btn {
  display: block;
  width: 90px;
  background: #0255f4 url(/bens/assets/images/clinical_search_icn01.png) no-repeat 50% 50%/28px auto;
  border-radius: 0 28px 28px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.form_btn:hover {
  opacity: 0.7;
}

.form_btn input {
  display: none;
}

@media screen and (max-width: 767px) {
  .form_search {
    height: 46px;
  }
  .form_search + .box_result01 {
    margin-top: 24px;
  }
  .clinical .form_text {
    width: calc(100% - 56px);
    padding: 13px 24px;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form_btn {
    display: block;
    width: 56px;
    background: #0255f4 url(/bens/assets/images/clinical_search_icn01.png) no-repeat 50% 50%/21px auto;
  }
  .form_btn:hover {
    opacity: 1;
  }
}

/*==============================*/
/* pagenation */
/*==============================*/
.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.pagination li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.pagination li a {
  color: #37434d;
  transition: opacity 0.2s ease-out;
}

.pagination li a:hover {
  opacity: 0.7;
}

.pagination li.active {
  border-radius: 50%;
  transition: background 0.2s ease-out;
}

.clinical .pagination li.active {
  background-color: #0255f4;
}

.basic .pagination li.active {
  background-color: #00c184;
}

.pagination li.active a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit;
  pointer-events: none;
}
.clinical .pagination li.active,
.clinical .pagination li.active a {
  color: #ffffff;
}
.basic .pagination li.active,
.basic .pagination li.active a {
  color: #37434D;
}

.clinical .pagination li.active:hover {
  background-color: #0255f4;
}

.basic .pagination li.active:hover {
  background-color: #00c184;
}

.pagination li.active:hover a:hover {
  opacity: 1;
}

.pagination li.prev a,
.pagination li.next a {
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
}

.clinical .pagination li.prev a,
.clinical .pagination li.next a {
  border-top: 2px solid #0255f4;
  border-right: 2px solid #0255f4;
}

.basic .pagination li.prev a,
.basic .pagination li.next a {
  border-top: 2px solid #00c184;
  border-right: 2px solid #00c184;
}

.pagination li.prev.end a,
.pagination li.next.end a {
  border-color: #e9ecef;
  pointer-events: none;
}

.pagination li.prev a {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagination li.next a {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pagination {
    position: relative;
  }
  .pagination_wrap {
    margin-top: 20px;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 26px;
  }
  .pagination li a:hover {
    opacity: 1;
  }
}

/*==============================*/
/* review top */
/*==============================*/
.card_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_review {
  width: 340px;
  height: 160px;
}

.card_review:nth-of-type(2n) {
  margin-left: 24px;
}

.card_review:nth-of-type(n + 3) {
  margin-top: 24px;
}

.card_review a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit;
  position: relative;
  top: 0;
  padding: 24px 0 16px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
}

.clinical .card_review a {
  box-shadow: 0px 3px 6px rgba(0, 60, 175, 0.16);
}

.basic .card_review a {
  box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
}

.card_review a figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.card_review a:hover {
  top: -5px;
  box-shadow: 0px 8px 16px rgba(0, 60, 175, 0.16);
}

@media screen and (max-width: 767px) {
  .card_review {
    width: 100%;
    height: 96px;
  }
  .card_review:nth-of-type(1) img {
    width: 64px;
  }
  .card_review:nth-of-type(2) img {
    width: 74px;
  }
  .card_review:nth-of-type(3) img {
    width: 76px;
  }
  .card_review:nth-of-type(4) img {
    width: 56px;
  }
  .card_review:nth-of-type(2n) {
    margin-left: 0;
  }
  .card_review + .card_review {
    margin-top: 12px;
  }
  .card_review a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border-radius: 10px;
  }
  .card_review a figure {
    width: 64px;
    margin: 0 20px 0 0;
    text-align: center;
  }
  .card_review a figure img {
    height: auto;
    margin: auto;
  }
  .card_review a:hover {
    top: 0;
    box-shadow: 0px 3px 6px rgba(0, 60, 175, 0.16);
  }
}

.card_review p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .card_review p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*==============================*/
/* trial_test top */
/*==============================*/
.card_trial_test {
  width: 350px;
  height: 160px;
}

.card_trial_test:nth-of-type(2n) {
  margin-left: 24px;
}

.card_trial_test:nth-of-type(n + 3) {
  margin-top: 24px;
}

.card_trial_test a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit;
  position: relative;
  top: 0;
  padding: 24px 0 16px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  border-radius: 20px;
  text-align: center;
  transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
  cursor: pointer;
}

.card_trial_test a:hover {
  top: -5px;
  box-shadow: 0px 8px 16px rgba(0, 116, 80, 0.16);
}

.card_trial_test.new a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  border-radius: 3px;
  width: 56px;
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  transform: translate(0, -50%);
  background: #ea6da4;
  content: "NEW";
}

.card_trial_test figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.card_trial_test p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .card_trial_test {
    width: 100%;
    height: 96px;
  }
  .card_trial_test a {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: inherit;
    height: inherit;
    padding: 0 16px;
    border-radius: 10px;
  }
  .card_trial_test a:hover {
    top: 0px;
    box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  }
  .card_trial_test:nth-of-type(2n) {
    margin-left: 0;
  }
  .card_trial_test:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .card_trial_test + .card_trial_test {
    margin-top: 12px;
  }
  .card_trial_test figure {
    width: 56px;
    margin: 0 20px 0 0;
  }
  .card_trial_test figure img {
    margin: auto;
    height: auto;
  }
  .card_trial_test p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*==============================*/
/* _teacher top */
/*==============================*/
.card_teacher {
  width: 350px;
  height: 160px;
}

.card_teacher:nth-of-type(n + 4) {
  margin-top: 24px;
}

.card_teacher a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit;
  position: relative;
  top: 0;
  padding: 24px 0 16px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  border-radius: 20px;
  text-align: center;
  transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
  cursor: pointer;
}

.card_teacher a:hover {
  top: -5px;
  box-shadow: 0px 8px 16px rgba(0, 116, 80, 0.16);
}

.card_teacher figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.card_teacher p {
  font-size: 18px;
  font-size: 1.8rem;
}
.card_teacher p.blank::after {
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background: url(../images/link_ico03.png) no-repeat top left / contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .card_teacher {
    width: 100%;
    height: 96px;
  }
  .card_teacher a {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: inherit;
    height: inherit;
    padding: 0 16px;
    border-radius: 10px;
  }
  .card_teacher a:hover {
    top: 0px;
    box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  }
  .card_teacher:nth-of-type(2n) {
    margin-left: 0;
  }
  .card_teacher:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .card_teacher + .card_teacher {
    margin-top: 12px;
  }
  .card_teacher figure {
    width: 69px;
    margin: 0 20px 0 0;
  }
  .card_teacher figure img {
    margin: auto;
    height: auto;
  }
  .card_teacher p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*==============================*/
/* post */
/*==============================*/
.post {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  position: relative;
  padding: 20px 24px 14px 20px;
  background: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  transition: opacity 0.2s ease-out;
}

.post:hover {
  opacity: 0.7;
}

.post.disabled {
  pointer-events: none;
}

.post.new {
  overflow: hidden;
}

.clinical .post {
  box-shadow: 0px 3px 6px rgba(0, 60, 175, 0.16);
  color: #0255f4;
}

.basic .post {
  box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  color: #00b179;
}

.post > .new {
  position: absolute;
  top: -4px;
  left: -20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 12px 20px 0;
  background: #ffd800;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.post > dl > dt {
  min-height: 40px;
}

.post > dl > dt p.omission {
  max-height: 3em;
  position: relative;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.post > dl > dt p.omission:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.post > dl > dt p.omission:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.post.read {
  box-shadow: none;
}

.post.read > dl > dt p {
  color: #868d93;
}

.post > dd {
  margin-top: 12px;
  color: #878e94;
}

.post > dd.omission {
  max-height: 6em;
  position: relative;
  padding-right: 1em;
  background-color: #fff;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.post > dd.omission:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.post > dd.omission:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

@media screen and (max-width: 767px) {
  .post {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .post > .new {
    top: -4px;
    left: -20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .post:hover {
    opacity: 1;
  }
  .post > dl > dd {
    margin-top: 8px;
  }
}

.tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.tag figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag figure img {
  width: 40px;
  height: auto;
}

.tag p {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 10px;
  text-align: left;
}
.tag a {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}

.parts_info01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  padding: 10px 16px;
  background: #ebf3ff;
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

.parts_info01 .txt_suggest {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0255f4;
}

.parts_info01 .txt_suggest dt + dd {
  margin-left: 16px;
}

.parts_info01 .txt_suggest dt dd + dd {
  margin-left: 16px;
}

.parts_info01 .txt_time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #91acff;
}

.parts_info01 .txt_time dt {
  position: relative;
  margin-left: 30px;
}

.parts_info01 .txt_time dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -20px;
  background: url(/bens/assets/images/clinical_search_icn05.png) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parts_info01 .txt_time dt + dd {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .parts_info01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px 12px;
  }
  .parts_info01 .txt_time {
    margin: 10px 0 0 auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .parts_info01 .txt_time:before {
    width: 14px;
    height: 14px;
    background: url(/bens/assets/images/clinical_search_icn05.png) no-repeat 50% 50%/14px auto;
  }
}

.parts_info02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0 0 0;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
  font-size: 12px;
  font-size: 1.2rem;
}

.parts_info02 .progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.parts_info02 .progress dt {
  margin: auto;
  color: #a8b2ba;
  font-size: 14px;
  font-size: 1.4rem;
}

.parts_info02 .progress dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
}

.parts_info02 .progress dd .progress_bar {
  width: 160px;
  height: 6px;
  margin: auto 10px auto auto;
  position: relative;
  background: #dbe9ff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.parts_info02 .progress dd .progress_bar span {
  display: block;
  width: 0;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd800;
}

.parts_info02 .progress dd span {
  margin: auto;
  color: #0255f4;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.parts_info02 .txt_date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0 0 auto;
  color: #a8b2ba;
  font-size: 14px;
  font-size: 1.4rem;
}

.parts_info02 .txt_date dt + dd {
  margin-left: 8px;
}

.parts_info02 .txt_time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8b2ba;
}

.parts_info02 .txt_time dt {
  position: relative;
  margin-left: 16px;
}

.parts_info02 .txt_time dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -20px;
  background: url(/bens/assets/images/clinical_read_ico01.png) no-repeat 50% 50%/16px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.parts_info02 .txt_time dt:after {
  content: "：";
}

.parts_info02 .txt_time dd + dd {
  margin-left: 20px;
}

.parts_info02 .hl03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .parts_info02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding-top: 8px;
  }
  .parts_info02 .progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    order:3;
  }
  .parts_info02 .progress dt {
    margin: auto;
    color: #a8b2ba;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .parts_info02 .progress dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
  }
  .parts_info02 .progress dd .progress_bar {
    width: 8em;
    height: 6px;
    margin: auto 10px auto auto;
  }
  .parts_info02 .progress dd span {
    width: 46px;
    text-align: right;
    color: #0255f4;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .parts_info02 .txt_date {
    margin: 0 0 0 auto;
    order:2;
  }
}

.parts_info03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 20px;
  background: #ebf3ff;
  border-radius: 8px;
}

.parts_info03 dt {
  font-size: 18px;
  font-size: 1.8rem;
}

.parts_info03 dd {
  color: #0255f4;
}

.parts_info03 dd span {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .parts_info03 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 12px;
  }
  .parts_info03 dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .parts_info03 dt + dd {
    margin-top: 4px;
  }
  .parts_info03 dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .parts_info03 dd span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.parts_history {
  text-align: right;
}

.box_tags + .parts_history {
  margin-top: 36px;
}

.parts_history dl {
  display: inline-block;
  margin: 0 0 16px auto;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

.parts_history dl dt {
  display: inherit;
  margin-right: 56px;
}

.parts_history dl dd {
  display: inherit;
  font-weight: bold;
}

.parts_history dl dd span {
  margin-right: 4px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

.clinical .parts_history dl {
  border-bottom: 2px solid #0255f4;
}

.clinical .parts_history dl dd {
  color: #0255f4;
}

.basic .parts_history dl {
  border-bottom: 2px solid #00c184;
}

.basic .parts_history dl dd {
  color: #00c184;
}

@media screen and (max-width: 767px) {
  .parts_history dl {
    margin: 16px 0 22px;
    padding-bottom: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .parts_history dl dt {
    margin-right: 10px;
  }
  .parts_history dl dd span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.parts_delete {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  margin: 40px 0 28px;
}

.parts_delete_list01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .parts_delete_list01:hover {
    text-decoration: underline;
  }
}

.parts_delete_list02 {
  display: none;
}

.parts_delete_list02 .edit_delete_enter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  padding: 0 32px;
  background-color: #a8b2ba;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

.parts_delete_list02 .edit_delete_enter:hover {
  opacity: 0.7;
}

.parts_delete_list02 .edit_delete_enter.active {
  background-color: #ff416d;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .parts_delete_list02 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .parts_delete_list02 li:last-of-type {
    max-width: 120px;
    width: auto;
  }
  .parts_delete_list02 li:last-of-type .edit_delete_enter {
    white-space: nowrap;
  }
}

.parts_delete .active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parts_delete .passive {
  display: none;
}

@media screen and (max-width: 767px) {
  .parts_delete {
    margin: 20px 0 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*==============================*/
/* calendar modal */
/*==============================*/
.calendar_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.calendar_modal_ov {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 27, 49, 0.8);
  font-size: 0;
  cursor: default;
}

.calendar_modal_in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 765px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.calendar_modal .calendar_ttl {
  padding: 20px 40px;
  border-bottom: 1px solid #e9ecef;
}

.calendar_modal .calendar_ttl .hl {
  font-size: 16px;
  font-size: 1.6rem;
}

.calendar_modal .calendar_close01 {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}

.calendar_modal .calendar_close01:before,
.calendar_modal .calendar_close01:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
}

.clicnical .calendar_modal .calendar_close01:before,
.clicnical .calendar_modal .calendar_close01:after {
  background: #0255f4;
}

.basic .calendar_modal .calendar_close01:before,
.basic .calendar_modal .calendar_close01:after {
  background: #00c184;
}

.calendar_modal .calendar_close01:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calendar_modal .calendar_close01:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.calendar_modal .calendar_close02 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 40px;
  position: relative;
  margin: 20px 0;
  padding: 0 22px 0 40px;
  border: 2px solid;
  border-radius: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}

.clinical .calendar_modal .calendar_close02 {
  border-color: #0255f4;
  color: #0255f4;
}

.basic .calendar_modal .calendar_close02 {
  border-color: #00c184;
  color: #00b179;
}

.calendar_modal .calendar_close02:before,
.calendar_modal .calendar_close02:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 14px;
  height: 2px;
}

.clinical .calendar_modal .calendar_close02:before,
.clinical .calendar_modal .calendar_close02:after {
  background: #0255f4;
}

.basic .calendar_modal .calendar_close02:before,
.basic .calendar_modal .calendar_close02:after {
  background: #00c184;
}

.calendar_modal .calendar_close02:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calendar_modal .calendar_close02:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.calendar_modal .calendar_cnts {
  max-height: calc(80vh - 65px);
  overflow-y: auto;
  text-align: center;
}

.calendar_modal .calendar_cnts > dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 40px 0;
  text-align: left;
}

.calendar_modal .calendar_cnts > dl:last-of-type {
  padding: 24px 40px 43px;
}

.calendar_modal .calendar_cnts > dl > dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 347px;
}

.calendar_modal .calendar_cnts > dl > dt > div {
  margin-left: 22px;
}

.calendar_modal .calendar_cnts > dl > dt > div > dl > dt {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding: 4px 12px;
  border-radius: 28px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.clinical .calendar_modal .calendar_cnts > dl > dt > div > dl > dt {
  background: #0255f4;
}

.basic .calendar_modal .calendar_cnts > dl > dt > div > dl > dt {
  background: #00c184;
}

.calendar_modal .calendar_cnts > dl > dt > div > dl > dt span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
}

.calendar_modal .calendar_cnts > dl > dt > div > dl > dd {
  margin-top: 8px;
  color: #a8b2ba;
}

.calendar_modal .calendar_cnts > dl > dt > div .ttl {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.calendar_modal .calendar_cnts > dl > dt > div .price {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.clinical .calendar_modal .calendar_cnts > dl > dt > div .price {
  border-color: #0255f4;
  color: #0255f4;
}

.basic .calendar_modal .calendar_cnts > dl > dt > div .price {
  border-color: #00c184;
  color: #00b179;
}

.calendar_modal .calendar_cnts > dl > dt > div .price span {
  margin-right: 9px;
}

.calendar_modal .calendar_cnts > dl > dd {
  width: 314px;
}

.calendar_modal .calendar_cnts > dl > dd p:not(.lead) {
  margin-top: 20px;
}

.calendar_modal .calendar_cnts > dl > dd .lead {
  font-weight: bold;
}

.calendar_modal .calendar_cnts > dl > dd .link {
  text-align: right;
}

.calendar_modal .calendar_cnts > dl + dl {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid #e9ecef;
}

@media screen and (max-width: 767px) {
  .calendar_modal_in {
    width: calc(100% - 16px);
    height: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  .calendar_modal_in .calendar_ttl {
    padding: 20px 24px 16px;
    border-bottom-width: 2px;
  }
  .calendar_modal_in .calendar_close02 {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .calendar_modal_in .calendar_cnts {
    max-height: initial;
    max-height: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .calendar_modal_in .calendar_cnts > dl {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px 0;
  }
  .calendar_modal_in .calendar_cnts > dl:last-of-type {
    border-bottom: 2px solid #e9ecef;
  }
  .calendar_modal_in .calendar_cnts > dl > dt {
    width: 100%;
  }
  .calendar_modal_in .calendar_cnts > dl > dt > div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
  }
  .calendar_modal_in .calendar_cnts > dl > dt > div > dl > dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .calendar_modal_in .calendar_cnts > dl > dt > div .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .calendar_modal_in .calendar_cnts > dl > dd {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
  }
  .calendar_modal_in .calendar_cnts > dl > dd p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .calendar_modal_in .calendar_cnts > dl > dd p.link {
    margin-top: 12px;
  }
}

/*==============================*/
/* recommend modal */
/*==============================*/
.recommend_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.recommend_modal_open {
  cursor: pointer;
}

.recommend_modal_ov {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 27, 49, 0.8);
  font-size: 0;
}

.recommend_modal_in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 600px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-height: 80vw;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.recommend_modal_in:nth-of-type(2) {
  width: 537px;
}

.recommend_modal_in:nth-of-type(3),
div[data-remodal-id="enquete2"] {
  max-width: 406px;
}

.recommend_modal_in:nth-of-type(4) {
  width: 536px;
}

.recommend_modal_in:nth-of-type(4) .recommend_cnts,
div[data-remodal-id="enquete3"] .recommend_cnts,
div[data-remodal-id="enquete4"] .recommend_cnts,
div[data-remodal-id="enquete5"] .recommend_cnts {
  padding: 32px 40px 0;
}

.recommend_ttl {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}

.recommend_ttl .hl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.recommend_txt {
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: center;
}

.recommend_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}

.recommend_close:before,
.recommend_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #0255f4;
}

.recommend_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recommend_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recommend_cnts .question {
  margin: 24px 36px 0;
}

.recommend_cnts .question > li p {
  text-align: center;
  color: #37434d;
  font-size: 14px;
  font-size: 1.4rem;
}

.recommend_cnts .question > li ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.recommend_cnts .question > li ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 147px;
  height: 40px;
  border: 2px solid #0255f4;
  border-radius: 8px;
  background: #fff;
  color: #0255f4;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.recommend_cnts .question > li ul li:hover {
  background: #fff19f;
}

.recommend_cnts .question > li ul li.active {
  background: #0255f4;
  color: #fff;
}

.recommend_cnts .question > li + li {
  margin-top: 32px;
}

.recommend_cnts .entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 20px 8px;
}

.recommend_cnts .entry > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 173px;
  height: 56px;
  background: #0255f4;
  border: 2px solid #0255f4;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.recommend_cnts .entry > li:hover {
  background: #fff;
  color: #0255f4;
}

.recommend_cnts .post {
  padding: 10px 20px 16px 10px;
  border: 1px solid #e9ecef;
  box-shadow: none;
  color: #37434d;
  font-size: 16px;
  font-size: 1.6rem;
}

.recommend_cnts .post:hover {
  opacity: 1;
}

.recommend_cnts .post + .post {
  margin-top: 16px;
}

.recommend_btn {
  margin-top: 32px;
  padding-bottom: 24px;
}

.recommend_btn .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 36px;
  margin: auto;
  background: #a8b2ba;
  border: 2px solid #a8b2ba;
  border-radius: 28px;
  color: #fff;
  pointer-events: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}

.recommend_btn .btn.active {
  background: #0255f4;
  border-color: #0255f4;
  pointer-events: auto;
}

.recommend_btn .btn.active:hover {
  background: #fff;
  color: #0255f4;
}

.recommend_btn .btn.back {
  margin-left: 20px;
  background: #fff;
  border-color: #0255f4;
  color: #0255f4;
  pointer-events: auto;
}

.recommend_btn .btn.back:hover {
  background: #fff19f;
}

.recommend_btn p {
  margin-top: 12px;
  text-align: center;
  cursor: pointer;
}

.recommend_btn.type02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  padding: 0 40px 24px;
}

.recommend_btn.type02 .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 152px;
  height: 36px;
  margin: 0;
  border: 2px solid #0255f4;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  pointer-events: auto;
}

.recommend_btn.type02 .btn.no {
  background: #fff;
  color: #0255f4;
}

.recommend_btn.type02 .btn.no:hover {
  background: #fff19f;
}

.recommend_btn.type02 .btn.yes {
  background: #0255f4;
  color: #fff;
}

.recommend_btn.type02 .btn.yes:hover {
  background: #fff;
  color: #0255f4;
}

@media screen and (max-width: 767px) {
  .recommend_modal_in {
    max-height: 80vh;
  }
  .recommend_modal_in:nth-of-type(2) {
    width: calc(100% - 32px);
    height: 583px;
  }
  .recommend_modal_in:nth-of-type(3) {
    width: calc(100% - 32px);
  }
  .recommend_modal_in:nth-of-type(4) {
    width: calc(100% - 32px);
  }
  .recommend_modal_in:nth-of-type(4) .recommend_cnts {
    padding: 28px 20px 0;
  }
  .recommend_ttl {
    padding: 20px 20px 12px;
  }
  .recommend_txt {
    text-align: left;
  }
  .recommend_cnts .question {
    margin: 16px 20px 0;
  }
  .recommend_cnts .question > li p {
    text-align: left;
    line-height: 1.3;
  }
  .recommend_cnts .question > li ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
  }
  .recommend_cnts .question > li ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    height: 44px;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .recommend_cnts .question > li ul li:hover {
    background: #fff;
  }
  .recommend_cnts .question > li ul li.active:hover {
    background: #0255f4;
  }
  .recommend_cnts .question > li + li {
    margin-top: 16px;
  }
  .recommend_cnts .entry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 20px 8px;
  }
  .recommend_cnts .entry > li {
    width: 46.71%;
  }
  .recommend_cnts .entry > li:hover {
    background: #0255f4;
    color: #fff;
  }
  .recommend_cnts .post {
    padding: 10px 16px 16px 10px;
  }
  .recommend_cnts .post:hover {
    opacity: 1;
  }
  .recommend_btn {
    margin-top: 24px;
    padding-bottom: 20px;
  }
  .recommend_btn .btn {
    width: 108px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend_btn .btn.active:hover {
    background: #0255f4;
    color: #fff;
  }
  .recommend_btn .btn.back:hover {
    background: #fff;
  }
  .recommend_btn p {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend_btn.type02 {
    margin-top: 40px;
    padding: 0 20px 20px;
  }
  .recommend_btn.type02 .btn {
    width: 108px;
    height: 40px;
  }
  .recommend_btn.type02 .btn.no:hover {
    background: #fff;
  }
  .recommend_btn.type02 .btn.yes:hover {
    background: #0255f4;
    color: #fff;
  }
}

/*==============================*/
/* trial_test modal */
/*==============================*/
.trial_test_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.trial_test_modal .trial_test_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 33, 22, 0.8);
  font-size: 0;
}

.trial_test_modal .trial_test_modal_in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 636px;
  margin-left: -318px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 56px 32px 24px;
}

.trial_test_modal .trial_test_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.trial_test_modal .trial_test_modal_close:before,
.trial_test_modal .trial_test_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #00c184;
}

.trial_test_modal .trial_test_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trial_test_modal .trial_test_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.trial_test_modal .trial_test_modal_cnts {
  height: 100%;
}

.trial_test_modal .trial_test_modal_cnts > ul {
  height: 100%;
}

.trial_test_modal .trial_test_modal_cnts > ul > li {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.trial_test_modal .trial_test_modal_cnts > ul > li.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: trial_test_modal_cnts02 0.3s ease-out 0.1s 1 forwards;
  animation: trial_test_modal_cnts02 0.3s ease-out 0.1s 1 forwards;
  visibility: visible;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 figure img {
  width: 56px;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 p {
  width: 100%;
  position: relative;
  background: #ccf5e8;
  border-radius: 0 12px 12px 12px;
  padding: 16px 20px;
  font-size: 1.6rem;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 p::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #ccf5e8;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 p::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 0 22px 0 0;
}

.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts01 {
  display: block;
}

.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts01 p {
  border-radius: 12px;
  margin-left: 0;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: 0.7s;
  opacity: 0;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 .in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts02 {
  padding: 0;
}

.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts02::before,
.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts02::after {
  display: none;
}

.trial_test_modal .trial_test_modal_cnts.type02 .trial_test_modal_cnts02 .in {
  border-radius: 20px;
  right: 0;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  min-height: 48px;
  padding: 8px;
  border: 2px solid #00c184;
  border-radius: 8px;
  background: #fff;
  color: #00c184;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li:nth-of-type(n + 3) {
  margin-top: 12px;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li:hover {
  background: #fff19f;
}

.trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li.active {
  background: #00c184;
  color: #fff;
}

.trial_test_modal .trial_test_modal_nav > ul > li {
  display: none;
}

.trial_test_modal .trial_test_modal_nav > ul > li.active {
  display: block;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 40px;
  margin: 24px 0 0;
  border: 2px solid #00b179;
  font-size: 1.6rem;
  border-radius: 20px;
  cursor: pointer;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li:only-of-type {
  margin: 24px auto 0;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li.prev {
  color: #00b179;
  transition: background-color 0.2s ease-out;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li.prev:hover {
  background: #fff19f;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li.next {
  width: 152px;
  right: 24px;
  background: #a8b2ba;
  border-color: #a8b2ba;
  color: #fff;
  pointer-events: none;
}

.trial_test_modal .trial_test_modal_nav > ul > li > ul > li.next.active {
  background: #00c184;
  border-color: #00c184;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .trial_test_modal .trial_test_modal_in {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px;
    margin-left: 0;
    padding: 56px 24px 16px;
    border-radius: 24px;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts01 p {
    width: 100%;
    padding: 6px 12px 6px 16px;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 .in {
    max-height: 35vh;
    height: 100%;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li {
    width: 100%;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li:hover {
    background: #fff;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li.active {
    background: #00c184;
    color: #fff;
  }
  .trial_test_modal .trial_test_modal_cnts .trial_test_modal_cnts02 ul.ul01 li + li {
    margin-top: 12px;
  }
  .trial_test_modal .trial_test_modal_nav > ul > li > ul > li {
    border-radius: 28px;
    line-height: 1.2;
  }
  .trial_test_modal .trial_test_modal_nav > ul > li > ul > li + li {
    margin-left: 24px;
  }
  .trial_test_modal .trial_test_modal_nav > ul > li > ul > li.prev:hover {
    background: #00b179;
  }
  .trial_test_modal .trial_test_modal_nav > ul > li > ul > li.next {
    width: auto;
    padding: 8px 20px;
  }
  .trial_test_modal .trial_test_modal_nav > ul > li > ul > li.next.active:hover {
    background: #00b179;
    color: #fff;
  }
}

@-webkit-keyframes trial_test_modal_cnts02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes trial_test_modal_cnts02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*==============================*/
/* trial_test_answer modal */
/*==============================*/
.trial_test_answer_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.trial_test_answer_modal .trial_test_answer_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 33, 22, 0.8);
  font-size: 0;
}

.trial_test_answer_modal .trial_test_answer_modal_in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 636px;
  margin-left: -318px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 56px 32px 24px;
}

.trial_test_answer_modal .trial_test_answer_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.trial_test_answer_modal .trial_test_answer_modal_close:before,
.trial_test_answer_modal .trial_test_answer_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #00c184;
}

.trial_test_answer_modal .trial_test_answer_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trial_test_answer_modal .trial_test_answer_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.trial_test_answer_modal .trial_test_answer_modal_cnts {
  height: 100%;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts > ul {
  height: 100%;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts > ul > li {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts > ul > li.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: trial_test_answer_modal_cnts02 0.3s ease-out 0.1s 1 forwards;
  animation: trial_test_answer_modal_cnts02 0.3s ease-out 0.1s 1 forwards;
  visibility: visible;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  /* -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); */
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 figure img {
  width: 56px;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 p {
  width: 100%;
  position: relative;
  background: #ccf5e8;
  border-radius: 0 12px 12px 12px;
  padding: 16px 20px;
  font-size: 1.6rem;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 p::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #ccf5e8;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 p::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 0 22px 0 0;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts01 {
  display: block;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts01 p {
  border-radius: 12px;
  margin-left: 0;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  /* transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: .7s;
  opacity: 0; */
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 .in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts02 {
  padding: 0;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts02::before,
.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts02::after {
  display: none;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts.type02 .trial_test_answer_modal_cnts02 .in {
  border-radius: 20px;
  right: 0;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  min-height: 48px;
  padding: 8px;
  border: 2px solid #00c184;
  border-radius: 8px;
  background: #fff;
  color: #00c184;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li:nth-of-type(n + 3) {
  margin-top: 12px;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li:hover {
  background: #fff19f;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li.active {
  background: #00c184;
  color: #fff;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 152px;
  min-height: 36px;
  padding: 4px;
  border: 2px solid #00c184;
  border-radius: 28px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.2s ease-out;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li + li {
  margin-left: 16px;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li.prev {
  color: #00c184;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li.prev:hover {
  background: #fff19f;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li.next {
  background: #00c184;
  color: #fff;
}

.trial_test_answer_modal .trial_test_answer_modal_cnts02 ul.ul02 li.next:hover {
  background: transparent;
  color: #00c184;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li {
  display: none;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li.active {
  display: block;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 40px;
  margin: 24px 0 0;
  border: 2px solid #00b179;
  font-size: 1.6rem;
  border-radius: 20px;
  cursor: pointer;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li:only-of-type {
  margin: 24px auto 0;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.prev {
  color: #00b179;
  transition: background-color 0.2s ease-out;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.prev:hover {
  background: #fff19f;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.next {
  width: 152px;
  right: 24px;
  background: #a8b2ba;
  border-color: #a8b2ba;
  color: #fff;
  pointer-events: none;
}

.trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.next.active {
  background: #00c184;
  border-color: #00c184;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .trial_test_answer_modal .trial_test_answer_modal_in {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px;
    margin-left: 0;
    padding: 56px 24px 16px;
    border-radius: 24px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts01 p {
    width: 100%;
    padding: 6px 12px 6px 16px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 .in {
    max-height: 50vh;
    height: 100%;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li {
    width: 100%;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li:hover {
    background: #fff;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li.active {
    background: #00c184;
    color: #fff;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul01 li + li {
    margin-top: 12px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul02 li {
    width: 108px;
    min-height: 36px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul02 li.prev:hover {
    background: transparent;
  }
  .trial_test_answer_modal .trial_test_answer_modal_cnts .trial_test_answer_modal_cnts02 ul.ul02 li.next:hover {
    background: #00c184;
    color: #fff;
  }
  .trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li {
    border-radius: 28px;
    line-height: 1.2;
  }
  .trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li + li {
    margin-left: 24px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.prev:hover {
    background: #00b179;
  }
  .trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.next {
    width: auto;
    padding: 8px 20px;
  }
  .trial_test_answer_modal .trial_test_answer_modal_nav > ul > li > ul > li.next.active:hover {
    background: #00b179;
    color: #fff;
  }
}

@-webkit-keyframes trial_test_answer_modal_cnts02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes trial_test_answer_modal_cnts02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*==============================*/
/* table of contents modal */
/*==============================*/
.toc_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.toc_modal .toc_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 27, 49, 0.8);
  font-size: 0;
}

.toc_modal .toc_modal_in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 634px;
  height: 620px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ebf3ff;
  border-radius: 24px;
  padding: 103px 37px 47px;
}

.toc_modal .toc_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.toc_modal .toc_modal_close:before,
.toc_modal .toc_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #0255f4;
}

.toc_modal .toc_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toc_modal .toc_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toc_modal .hl {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  color: #0255f4;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 12px;
}

.toc_modal .hl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0255f4;
}

.toc_modal .toc_modal_cnts {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.toc_modal .toc_modal_cnts .in {
  height: 100%;
  padding: 32px 24px 0;
  background: #fff;
  border-radius: 12px;
  overflow: auto;
}

.toc_modal .toc_modal_cnts .in:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
}

.toc_modal .toc_modal_cnts .ttl {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.toc_modal .toc_modal_cnts .ttl + .lead {
  margin-top: 24px;
}

.toc_modal .toc_modal_cnts .ttl:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #c4d8fd;
}

.toc_modal .toc_modal_cnts .lead {
  font-weight: bold;
}

.toc_modal .toc_modal_cnts .lead + .txt {
  margin-top: 16px;
}

.toc_modal .toc_modal_cnts .txt p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .toc_modal .toc_modal_in {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: auto 24px;
    padding: 86px 16px 16px;
  }
  .toc_modal .hl {
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .toc_modal .hl:before {
    width: 40px;
  }
  .toc_modal .toc_modal_cnts .in {
    padding: 24px 16px 0;
  }
  .toc_modal .toc_modal_cnts .in:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
  }
}

@media screen and (max-height: 664px) {
  .toc_modal .toc_modal_in {
    height: auto;
    top: 20px;
    right: 24px;
    bottom: 20px;
    left: 24px;
    -webkit-transform: none;
    transform: none;
    margin: auto;
    padding: 86px 16px 16px;
  }
}

/*==============================*/
/* magazine select modal */
/*==============================*/
.magazine_select_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.magazine_select_modal .magazine_select_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 27, 49, 0.8);
  font-size: 0;
}

.magazine_select_modal .magazine_select_modal_in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 965px;
  height: 648px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ebf3ff;
  border-radius: 24px;
  padding: 103px 40px 88px;
}

.magazine_select_modal .magazine_select_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.magazine_select_modal .magazine_select_modal_close:before,
.magazine_select_modal .magazine_select_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #0255f4;
}

.magazine_select_modal .magazine_select_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.magazine_select_modal .magazine_select_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.magazine_select_modal .hl {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  color: #0255f4;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 12px;
}

.magazine_select_modal .hl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0255f4;
}

.magazine_select_modal .magazine_select_modal_cnts {
  height: 100%;
  overflow: hidden;
}

.magazine_select_modal .magazine_select_modal_cnts .in {
  height: 100%;
  position: relative;
  background: #c4d8fd;
  border-radius: 12px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.magazine_select_modal .magazine_select_modal_cnts ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 845px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 32px 0 24px;
}

.magazine_select_modal .magazine_select_modal_cnts ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 198px;
  height: 80px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}

.magazine_select_modal .magazine_select_modal_cnts ul li + li {
  margin-left: 16px;
}

.magazine_select_modal .magazine_select_modal_cnts ul li + li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.magazine_select_modal .magazine_select_modal_cnts ul li + li:nth-of-type(n + 5) {
  margin-top: 16px;
}

.magazine_select_modal .magazine_select_modal_cnts ul li:hover {
  background: #fff19f;
  border-color: #fff19f;
}

.magazine_select_modal .magazine_select_modal_cnts ul li.active {
  border-color: #0255f4;
}

.magazine_select_modal .magazine_select_modal_cnts ul li.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

.magazine_select_modal .magazine_select_modal_cnts ul li.disabled:hover {
  background: #fff;
  border-color: #fff;
}

.magazine_select_modal .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: 0 auto;
  background: #a8b2ba;
  border: 2px solid #a8b2ba;
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.magazine_select_modal .btn.active {
  background-color: #0255f4;
  border-color: #0255f4;
  pointer-events: auto;
}

.magazine_select_modal .btn.active:hover {
  background: transparent;
  color: #0255f4;
}

@media screen and (max-width: 1024px) {
  .magazine_select_modal .magazine_select_modal_in {
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 49px;
    right: 49px;
  }
  .magazine_select_modal .magazine_select_modal_cnts .in {
    overflow-x: auto;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul {
    left: 6px;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1024px) and (max-height: 664px) {
  .magazine_select_modal .magazine_select_modal_in {
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 49px;
    right: 49px;
  }
  .magazine_select_modal .magazine_select_modal_cnts .in {
    overflow-x: hidden;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li {
    width: 23.7%;
  }
}

@media screen and (max-width: 767px) {
  .magazine_select_modal .magazine_select_modal_in {
    width: auto;
    height: auto;
    top: 32px;
    right: 0;
    bottom: 32px;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: auto 24px;
    padding: 86px 16px 16px;
  }
  .magazine_select_modal .hl {
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .magazine_select_modal .hl:before {
    width: 40px;
  }
  .magazine_select_modal .magazine_select_modal_cnts {
    padding-bottom: 76px;
  }
  .magazine_select_modal .magazine_select_modal_cnts .in {
    overflow-x: hidden;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul {
    width: 100%;
    padding: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li {
    width: 48.5%;
    padding: 16px 5%;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li + li {
    margin-left: 3%;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li + li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li + li:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li:hover {
    background: #fff;
    border-color: #fff;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li.active {
    border-color: #0255f4;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
  }
  .magazine_select_modal .btn.active:hover {
    background: #0255f4;
    color: #fff;
  }
}

@media screen and (max-height: 664px) {
  .magazine_select_modal .magazine_select_modal_in {
    height: auto;
    top: 20px;
    right: 24px;
    bottom: 20px;
    left: 24px;
    -webkit-transform: none;
    transform: none;
    margin: auto;
  }
}

@media screen and (max-width: 767px) and (max-height: 664px) {
  .magazine_select_modal .magazine_select_modal_in {
    padding: 86px 16px 16px;
  }
  .magazine_select_modal .magazine_select_modal_cnts ul li {
    padding: 13px 16px;
  }
}

/*==============================*/
/* trial_test modal */
/*==============================*/
.welcome_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.welcome_modal .welcome_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 33, 22, 0.8);
  font-size: 0;
}

.welcome_modal .welcome_modal_in {
  width: 798px;
  max-height: 80vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -399px;
  padding: 21px 42px 21px 34px;
  background: #fff;
  border-radius: 8px;
  overflow-y: hidden;
  z-index: 1;
}

.welcome_modal .welcome_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.welcome_modal .welcome_modal_close:before,
.welcome_modal .welcome_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #00c184;
}

.welcome_modal .welcome_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.welcome_modal .welcome_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.welcome_modal .welcome_modal_cnts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: hidden;
  min-height: 150px;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts01 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts01 + .welcome_modal_cnts02 {
  margin-left: 32px;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* -webkit-transform: scale(0, 0);
  transform: scale(0, 0); */
  margin: 76px 0 auto;
  background: #ccf5e8;
  border-radius: 0 12px 12px 12px;
  /* opacity: 0; */
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 .in {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 .in::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #ccf5e8;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 .in::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 0 22px 0 0;
}

.welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 .in p {
  width: 100%;
  padding: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .welcome_modal .welcome_modal_in {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px;
    margin-left: 0;
    padding: 47px 16px 16px;
    border-radius: 24px;
    overflow: hidden;
  }
  .welcome_modal .welcome_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .welcome_modal .welcome_modal_close:before,
  .welcome_modal .welcome_modal_close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    margin-top: -1px;
  }
  .welcome_modal .welcome_modal_cnts .welcome_modal_cnts01 + .welcome_modal_cnts02 {
    margin-left: 7px;
  }
  .welcome_modal .welcome_modal_cnts .welcome_modal_cnts01 img {
    width: 75px;
    height: auto;
  }
  .welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 {
    margin: 5px 0 0;
  }
  .welcome_modal .welcome_modal_cnts .welcome_modal_cnts02 .in p {
    padding: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.welcome_modal_ttl {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welcome_modal_ttl {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .welcome_modal .daily-list__item {
    padding: 0.3em;
    font-size: 14px;
  }
}
.trial_modal {
  display:none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.trial_modal .trial_modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0;
}

.trial_modal .trial_modal_in {
  width: 634px;
  max-height: 80vh;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 56px 24px;
  background: #EFFFF9;
  border-radius: 24px;
  overflow-y: hidden;
  z-index: 1;
}

.trial_modal .trial_modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}

.trial_modal .trial_modal_close:before,
.trial_modal .trial_modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  background: #00c184;
}

.trial_modal .trial_modal_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trial_modal .trial_modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .trial_modal .trial_modal_in {
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    right: 24px;
    left: 24px;
    margin-left: 0;
    transform: translate(0,0);
    padding: 56px 20px;
    border-radius: 24px;
    overflow: hidden;
  }
  .trial_modal .trial_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .trial_modal .trial_modal_close:before,
  .trial_modal .trial_modal_close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    margin-top: -1px;
  }
}

.trial_limit {
  width: 100%;
}
.trial_limit_content{
  margin-right: 30px;
  background-color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .trial_limit_content{
    margin-right: 0px;
    padding: 30px 30px;
  }
}
.trial_limit_title {
  font-size: 1.8rem;
  font-weight: bold;
}
/* lite_marker */

.lite_marked {
  position: relative;
}
.lite_marked:after {
  content: "契約中";
  position: absolute;
  top: -7px;
  left: -7px;
  padding: 0.25em 0.5em;
  width: 56px;
  border-radius: 3px;
  background-color: #FD456F;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
header .lite_marked:after {
  content: none;
}
header .lite_marked>a>span:after {
  content: "契約中";
  display: inline-block;
  margin-left: 10px;
  padding: 0.25em 0.5em;
  width: 56px;
  border-radius: 3px;
  background-color: #FD456F;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  transform: translateY(-20%);
}
@media screen and (max-width: 767px) {
  .contents-menu__link.lite_marked {
    padding-right: 82px;
  }
  .lite_marked:after {
    top: 50%;
    left: unset;
    right: 16px;
    transform: translateY(-50%);
  }
}

/* lite_marker */

.limit_bar {
  background-color:#EEEEEE;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn_profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_profile ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 112px;
  height: 56px;
  background: #00c184;
  border: 2px solid #00c184;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn_profile ul li:hover {
  background: #fff;
  color: #00c184;
}

section + .btn_profile {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #b5efdd;
}

.parts_delete_list01,
.parts_delete_list02 {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0255f4;
}

.parts_delete_list01 li + li,
.parts_delete_list02 li + li {
  margin-left: 16px;
}

.parts_delete_list01 li span,
.parts_delete_list02 li span {
  text-decoration: underline;
  cursor: pointer;
}

.parts_delete_list01 li span:hover,
.parts_delete_list02 li span:hover {
  text-decoration: none;
}

/* counter */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* callout animation */
.callout01 {
  -webkit-transform-origin: 0% 0% !important;
  transform-origin: 0% 0% !important;
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

.callout02 {
  -webkit-transform-origin: 100% 100% !important;
  transform-origin: 100% 100% !important;
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

/* fadein */
.fadein01 {
  opacity: 0;
  -webkit-animation: fadeIn02 0.5s ease-out 0.1s 1 forwards;
  animation: fadeIn02 0.5s ease-out 0.1s 1 forwards;
}

.fadein02 {
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: fadeIn02 0.5s ease-out 0.1s 1 forwards;
  animation: fadeIn02 0.5s ease-out 0.1s 1 forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* blank icon */
.ico_blank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ico_blank:after {
  content: "";
  display: block;
  width: 14px;
  height: 22.4px;
  margin-left: 6px;
  background: url(/bens/assets/images/link_ico01.png) no-repeat 50% 50%/14px auto;
}

/* txt color */
.caution {
  color: #ff416d;
}

/* add Q */

.main_in .calendar_modal_none {
  cursor: default !important;
}

/* ==========================================================================
  add 210208
 ========================================================================== */

/* /basic/mypage/, /bens/package/ */
@media screen and (min-width: 768px) {
  .aside-study-status--only-tabsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .aside-study-status--only-tabsp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    color: #858d94;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    box-shadow: 0px 3px 6px rgba(0, 116, 80, 0.16);
  }
  .box02 .aside-study-status--only-tabsp {
    margin-top: 12px;
  }
  .aside-study-status--only-tabsp .aside-study-status__num-outer {
    width: calc(100% - 76px);
  }
  .box02 p a {
    color: rgba(255, 255, 255, 0.7);
  }
}

.aside-study-status__num-outer {
  border-bottom: 2px solid #00c184;
}
.aside-study-status__num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.aside-study-status__num > span {
  display: block;
  color: #00c184;
}
.aside-study-status__num em {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 4px;
}
.aside-study-status__num .odometer.odometer-auto-theme,
.aside-study-status__num .odometer.odometer-theme-default {
  vertical-align: baseline;
}
.aside-study-status__before-label img {
  padding-right: 4px;
  vertical-align: middle;
}

/* /basic/review/list.html */
.incorrect-answer {
  position: relative;
  color: #fff;
  font-size: 60%;
  font-weight: 100;
  background: #05ad78;
  border-radius: 3px;
  margin-left: 16px;
  padding: 0 0.5em 0.1em 0.7em;
  top: -0.2em;
}
.incorrect-answer .number {
  font-size: 125%;
  vertical-align: text-bottom;
  padding-left: 2px;
}

/* /basic/review/book.html book.html */
.pinpoint-label {
  position: relative;
  color: #fff;
  font-size: 60%;
  font-weight: bold;
  background: #ff8ca7;
  border-radius: 3px;
  margin-left: 16px;
  padding: 0 0.5em 0.1em 0.7em;
  top: -0.2em;
}

/* /teacher/mypage/ */
.teacher_top .card_teacher {
  width: 48%;
  min-height: 138px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .teacher_top .card_teacher {
    width: 100%;
    min-height: 120px;
  }
}
.teacher_top .card_teacher a {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  width: 100%;
  padding: 20px;
  height: 100%;
  min-height: 138px;
}
@media screen and (max-width: 767px) {
  .teacher_top .card_teacher a {
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .teacher_top .card_teacher:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
.teacher_top .card_teacher figure {
  margin: 0 20px 0 0;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .teacher_top .card_teacher figure {
    min-width: 69px;
  }
}
.teacher_top .card_teacher figure img {
  margin: auto;
  max-width: 80px;
}

.card_teacher figure img {
  object-fit: contain;
}
.teacher_top .card_teacher p {
  text-align: left;
}
.teacher_top .card_teacher p.explain {
  font-size: 1.4rem;
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

/* /teacher/mypage/student-list/ */
.swipeTable.student-list-table__outer:before {
  z-index: 11;
}
.student-list {
  position: relative;
}
.student-list .student-list-table {
  position: relative;
}
.btn_tablesort_reset-text {
  margin-bottom: 16px;
}
.btn_tablesort_reset-text .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_tablesort_reset-text .sp {
    display: block;
  }
}
.btn_restore {
  position: absolute;
  top: 40px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .btn_restore {
    position: relative;
    top: -16px;
    right: 0;
  }
}
.btn_restore-notitle {
  position: relative;
  top: -20px;
  right: 0;
}
.student-list-table.is-short {
  min-width: 1200px;
}
.student-list-table .id-width {
  width: 230px;
}
.student-list-table-fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 9;
}
.student-list-table__link {
  position: relative;
  z-index: 8;
}
.student-list-table-fixed .student-list-table__link {
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .student-list-table-fixed {
    position: static;
  }
}
.student-list-table-fixed::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .student-list-table-fixed::after {
    content: none;
  }
}
.student-list-table-fixed:nth-of-type(1) {
  left: 0;
  width: 130px;
}
.student-list-table-fixed:nth-of-type(2) {
  left: 130px;
  width: 90px;
}
.student-list-table-fixed:nth-of-type(3) {
  left: 220px;
  width: 120px;
}
th.student-list-table-fixed {
  background: #f0fbf7;
}
td.student-list-table-fixed {
  background: #fff;
}
td.student-list-table-fixed:nth-of-type(1) {
  text-align: left;
}
tbody tr:nth-of-type(2n) td.student-list-table-fixed {
  background: #f6f7f8;
}
.student-list-table-sort {
  z-index: 1;
}
.student-list .student-list-table-sort__asc:before,
.student-list .student-list-table-sort__desc:before {
  left: 1px;
  border: 5px solid transparent;
}
@media screen and (max-width: 767px) {
  .student-list .student-list-table-sort__asc:before,
  .student-list .student-list-table-sort__desc:before {
    border: 7px solid transparent;
  }
}
.student-list .student-list-table-sort__asc:before {
  top: -2px;
  border-bottom: 7px solid #00c184;
}
@media screen and (max-width: 767px) {
  .student-list .student-list-table-sort__asc:before {
    top: -4px;
    border-bottom: 10px solid #00c184;
  }
}
.student-list .student-list-table-sort__desc:before {
  bottom: -2px;
  border-top: 7px solid #00c184;
}
@media screen and (max-width: 767px) {
  .student-list .student-list-table-sort__desc:before {
    bottom: -7px;
    border-top: 10px solid #00c184;
  }
}
@media screen and (max-width: 767px) {
  .swipeTable.student-list-table__outer .student-list-table {
    min-width: auto;
  }
  .swipeTable.student-list-table__outer th,
  .swipeTable.student-list-table__outer td {
    /* white-space: nowrap; */
    padding: 0.5em 0.7em;
  }
  .student-list-table-sort__outer {
    margin-right: 0.6em;
  }
}

.student-list-table th.disabled .student-list-table__checkbox {
    pointer-events: none;
    color: #a8b2ba;
}

/* bens/search/index/, /bens/daily/category4.html, /teacher/mypage/student-list/detail.html,
  /basic/learnall/, /bens/daily/ranking.html */
.tab-active__outer .search-list-tab__trigger.is-active,
.tab-active__outer .student-detail-tab__trigger.is-active {
  position: relative;
  border: 3px solid #00c184;
  border-bottom: 0;
}
.tab-active__outer .search-list-tab__trigger.is-active::after,
.tab-active__outer .student-detail-tab__trigger.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -3px;
  left: 0;
}
.tab-active__outer .search-list-tab__body.is-active,
.tab-active__outer .student-detail-tab__body.is-active {
  border: 3px solid #00c184;
}
.student-detail-tab__trigger.disabled {
  background: #a8b2ba;
  pointer-events: none;
}

/* /teacher/mypage/study-summary/ */
.study-summary__inner {
  display: block;
}
a.study-summary__inner {
  position: relative;
}
/* a.study-summary__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  border: 2px solid #00c184;
  border-top: 0;
  border-left: 0;
  width: 8px;
  height: 8px;
  content: "";
  transform: translate(0, -50%) rotate(-45deg);
} */

/* /basic/review/list.html */
.training-exam-list-sort__outer .training-exam-list-sort--num,
.training-exam-list-sort__outer .training-exam-list-sort--correct,
.training-exam-list-sort__outer .training-exam-list-sort--complete {
  width: 16px;
  height: 20px;
}
.training-exam-list-sort__outer .training-exam-list-sort__asc:before,
.training-exam-list-sort__outer .training-exam-list-sort__desc:before {
  left: 0;
  border: 8px solid transparent;
}
.training-exam-list-sort__outer .training-exam-list-sort__asc:before {
  top: -8px;
  border-bottom: 12px solid #00c184;
}
.training-exam-list-sort__outer .training-exam-list-sort__desc:before {
  bottom: 0;
  border-top: 12px solid #00c184;
}

.student-list-table-sort__asc.is-active:before,
.training-exam-list-sort__asc.is-active:before {
  border-bottom-color: #ff8ca7;
}
.student-list-table-sort__desc.is-active:before,
.training-exam-list-sort__desc.is-active:before {
  border-top-color: #ff8ca7;
}

/* /bens/training/ */
.card_wrap .card_trial_test img {
  max-height: 90px;
}
/* /teacher/scoring/ */
.card_wrap .card_teacher img {
  max-height: 90px;
}

/* /teacher/mypage/study-summary/ */
section.disabled .hl02::before {
  background: #a8b2ba !important;
}
section.disabled .study-summary {
  background: #eee !important;
}
section.disabled .hl02,
section.disabled .study-summary__inner dt,
section.disabled .study-summary__inner dd {
  color: #a8b2ba !important;
}
section.disabled .study-summary__inner,
section.disabled .study-summary__inner dl {
  border-color: #a8b2ba !important;
}
section.disabled a.study-summary__inner::after {
  border: none;
}
section.disabled a {
  pointer-events: none;
}

/*stateexam*/
.stateexam .step_btn ul {
  flex-wrap: wrap;
  justify-content: space-around;
}
.stateexam .step_btn ul li {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px){
  .stateexam .step_btn ul :nth-child(1) {
     order: 1;
  }
  .stateexam .step_btn ul :nth-child(2) {
     order: 0;
  }
  .stateexam .step_btn ul :nth-child(3) {
     order: 2;
  }
  .step_btn ul li + li {
    margin-left: 0;
  }
}

/*stateexam　review*/

.stateexam.stateexam-review .review-count{
  color: #00C184;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-left: 30px;
  margin-top:0 ;
}
.stateexam.stateexam-review .review-list__item {
  display: block;
  position: relative;
  border: 2px solid #00c184;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
  font-size: 1.4rem;
}

.stateexam.stateexam-review .review-list__item .arrow-icon{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
  display: block;
  pointer-events: none;
  width: 24px;
  height: 24px;
  background-color: #00C184;
  border-radius: 50%;
}

.stateexam.stateexam-review .review-list__item .arrow-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0 #fff solid;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-62%, -50%) rotate(45deg);
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
}

.stateexam.stateexam-review .review-list__item + .review-list__item{
  margin-top: 16px;
}

.stateexam.stateexam-review .review-list__item a {
  display: block;
  padding: 1em;
}

.stateexam.stateexam-review .review-list__item .review-list__item__lastupdate {
  color: #a8b2ba;
}

.stateexam.stateexam-review .review-list__item .review-list__item__ttl {
  color: #00c184;
  font-weight: bold;
  font-size: 1.8rem;
}

/*未使用*/
/* .stateexam.stateexam-review .review-list__item .review-list__item__explain {
  border: 2px solid #b5efdd;
  padding: 1em;
  border-radius: 8px;
  margin: 15px 50px 15px 0;
} */
.stateexam.stateexam-review .review-list__item p{
  margin-right: 50px;
}
.stateexam.stateexam-review .review-list__item p + p{
  margin-top: 15px;
}

.stateexam.stateexam-review .review-list__item .review-list__item__quetion {
  font-size: 1.6rem;
  font-weight: bold;
}

.stateexam.stateexam-review .review-list__item .review-list__item__quetion::before {
  content: "問";
  background-color: #00c184;
  width: 56px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 32px;
  margin-right: 8px;
}


/*first profile*/

.firstProfile article{
  width: 100%;
}

.firstProfile .hl02_addition{
  font-size: 1.4rem;
  color: #0255F4;
}

.firstProfile .hl02 + .hl02_addition{
  margin-top: 10px;
}

.intro{
  margin: 15px 0 28px 20px;
  position: relative;
  background: #fff;
  border-radius: 0 12px 12px 12px;
  padding: 24px 30px;
  font-size: 1.8rem;
}

/*ふきだし*/
.intro::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
}

.intro::after {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #ebf3ff;
    border-radius: 0 22px 0 0;
}
/*　--ふきだし*/

.firstProfile .box_profile.select > ul{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.firstProfile .box_profile.select > ul > li{
  width: 49%;
}

@media screen and (max-width: 767px) {
  .firstProfile .box_profile.select > ul > li{
  width: 100%;
  }
}

.firstProfile .box_profile.select > ul > li label{
  width: 100%;
}

.firstProfile .box_profile.select > ul > li label select{
  padding-top: 4px;
}

.firstProfile .placeholder {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}

.firstProfile .box_profile.select > ul > li label:before{
  content: none;
}

.firstProfile .box_profile.select > ul > li a.examine-howto-link--text{
  display: inline-block;
  margin-left: 10px;
}
.firstProfile .box_profile.select > ul > li a.examine-howto-link--text::before {
  background-image: url(../images/icon_help-blue.png);
}
.firstProfile .box_profile.select > ul > li a.examine-howto-link--text:after {
  content: none;
}

.firstProfile .parts_delete_list01 li span{
  text-decoration: none;
}

.firstProfile .parts_delete_list01 li span::before{
  content: "×";
  position: relative;
  left: -5px;
  font-size: large;
  font-weight: bold;
}

.firstProfile .box01--bottom{
  padding-bottom: 24px;
}

.firstProfile .icon_addition{
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recomend_cnt .icon_addition{
  margin: 0 0 5px 0;
}

.icon_addition span{
  margin-top: 0;
  margin-right: 10px;
}

.icon_addition span::after{
  content: none;
}

.icon_addition span:last-of-type{
  margin-right: 0;
}

.examine-howto-link--book:before,
.examine-howto-link--movie-book:before,
.examine-howto-link--pack::before {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  background: no-repeat left center / contain;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.examine-howto-link--book{
  color: #254678;
}

.examine-howto-link--movie-book{
  color: #00C184;
}

.examine-howto-link--pack{
  color:#EE7800
}

.examine-howto-link--book:before {
  background-image: url(../images/icon_examine_book.png);
}

.examine-howto-link--movie-book:before {
  background-image: url(../images/icon_examine_movie-book.png);
  width: 36px;
}

.examine-howto-link--pack:before {
  background-image: url(../images/icon_examine_package.png);
}

.examine-howto-link--movie:before {
  background-image: url(../images/icon_examine_movie.png) !important;
}

.recomend_cnt{
  display: -ms-flexbox;
  display: flex;
     -ms-flex-pack: start;
   justify-content: flex-start;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      margin-bottom: 50px;
}


.recomend_cnt__slide{
  width: 23%;
}

@media screen and (max-width: 767px) {

  .box_profile__recomend{
    padding: 0;
  }
  .recomend_cnt__slide{
    width: 100%;
    position: relative;
  }

  .recomend_cnt__slide + .recomend_cnt__slide{
  margin-left: 0;
  }

  .recomend_cnt .mypage-slider__link{
    width: 50%;
  }

  /* .recomend_cnt .icon_addition{
    position: absolute;
    bottom: 0;
  } */

  /* .recomend_cnt .mypage-slider__txt{
    width: 50%;
    padding-left: 10px;
  } */
}

.firstProfile .firstprofile__footer{
  position: relative;
}
.firstProfile .edit_btn_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
   justify-content: space-between;
  position: relative;
  margin-top: 30px;
}

.firstProfile .profilePager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

  -ms-flex-pack: center;
   justify-content: center;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

@media screen and (max-width: 767px) {
  .firstProfile .profilePager{
    position: static;
    transform:none;
    margin-top: 30px;
  }
}

.firstProfile .edit_btn_wrap.nextonly{
-ms-flex-pack: end;
   justify-content: flex-end;
}

.firstProfile .edit_btn_wrap.prevonly{
-ms-flex-pack: start;
   justify-content: flex-start;
}

.firstProfile .edit_btn_wrap.edit_btn_wrap__center{
-ms-flex-pack: center;
   justify-content: center;
}

.firstProfile .comfirmbtn.edit_btn_wrap {
  max-width: 724px;
  margin: 50px auto 10px;
}

.firstProfile .comfirmbtn.edit_btn_wrap a.profile_btn{
  width: 304px;
}

.clinical_b .firstProfile .profile_btn{
  width: 180px;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .firstProfile .comfirmbtn.edit_btn_wrap{
    -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .firstProfile .comfirmbtn.edit_btn_wrap a.profile_btn{
  width: 100%;
  }

  .firstProfile .comfirmbtn.edit_btn_wrap a.profile_btn+ .profile_btn{
    margin-bottom: 25px;
  }

  .clinical_b .firstProfile .profile_btn{
    width: 135px;
  }
}

.clinical_b .firstProfile a.profile_btn{
  /* display: block; */
  line-height: 52px;
}

.clinical_b .firstProfile .profile_btn.prev{
    color: #0255f4;
    background: transparent;
}

.firstProfile .profilePager span{
  font-size: 1px;
  color: #0255F4;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #0255F4;
  transform: translateX(25%);
}


.firstProfile .profilePager span + span{
  margin-left: 15px;
}

.firstProfile .profilePager span.circle{
  background-color: #FFF;
  border:2px solid #0255F4;
  border-radius: 50%;
  color: transparent;
    width: 12px;
  height: 12px;
  transform:none
}

.firstProfile .profilePager span.circle.active{
  background-color: #0255F4;
  position: relative;
  width: 22px;
  height: 22px;
}

.firstProfile .profilePager span.circle.active::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}



.firstProfile #profile_select li{
  border: none;
}

.firstProfile li.txt input[type="text"]{
  width: 100%;
    height: 56px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #a8b2ba;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.firstProfile li.txt input[type="text"]::placeholder{
  color:#A8B2BA;
}

.firstProfile .mlmg{
  margin-top: 20px;
}

.firstProfile .mlmg h2{
  font-weight: bold;
}

.firstProfile .mlmg label{
  margin: 15px 0 0 15px;
  display: inline-block;
}

.firstProfile .mlmg label span{
  padding-left: 28px;
}

.firstProfile .mlmg label span::after{
  width: 14px;
    height: 6px;
}

.firstProfile .mlmg label span::before{
    width: 22px;
    height: 22px;
}

.firstProfile .box_browse{
    display: -ms-flexbox;
  display: flex;
}

.firstProfile li.checklabel {
  padding: 0;
}

.firstProfile .checklabel label{
      display: -ms-flexbox;
  display: flex;
   -ms-flex-align: center;
        align-items: center;
}


.firstProfile .cmn-input-checkbox + span:after{
      top: calc(50% - 2px);
}
/*プロフィールモーダル*/
.remodal.remodal--frame {
    margin: auto;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 600px;
}
@media screen and (max-width: 767px) {
  .remodal.remodal--frame {
    width: 90%;
    max-height: 90%;
  }
}
.remodal.remodal--frame .modal__inner{
  overflow: auto;
  height: 100%;
}


.remodal.remodal--frame .modal__inner .modal__body .modalbody_h2{
  font-weight: bold;
  margin: 20px 0 5px;
}
.remodal.remodal--frame .modal__inner .modal__body dl{
  display: -ms-flexbox;
  display: flex;
}

.remodal.remodal--frame .modal__inner .modal__body dl dt{
  font-weight: bold;
  color: #0255F4;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.remodal.remodal--frame .modal__inner .modal__body dl dt::after{
  content: "：";
  color: #0255F4;
}

.remodal.remodal--frame .modal__inner .modal__body dl dd{
  flex: 1 1 auto;
}

.modal__ttl.modal__ttl--getpoint{
  color:#FD456F ;
  margin:0;
}
.modal__ttl.modal__ttl--getpoint:before{
  content: none;
}

/*あなたのおすすめ　表示条件変更*/
.box_tags__accordion{
  background-color: #fff;
  border-radius: 28px;
  border: 2px solid #0255F4;
  padding: 15px;
  margin: 16px 0 45px;
  position: relative;
}

.box_tags__accordion.box_tags__accordion--is-open{
  padding: 15px;
}
/* @media screen and (max-width: 767px) {
  .box_tags__accordion.box_tags__accordion--is-open{
    padding: 15px 22px 22px;
  }
} */

.box_tags__accordion .box_tags__title{
  color: #0255F4;
  text-align: center;
  cursor: pointer;
  display: block;
}

.box_tags__accordion .box_tags__title::after{
  content: "";
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0255F4;
  border-bottom: 2px solid #0255F4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-left: 15px;
}
.box_tags__accordion.box_tags__accordion--is-open .box_tags__title::after{
  opacity: 0;
}

.box_tags__accordion .hl02{
  margin-bottom: 40px;
}

.box_tags__accordion ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;

}

.box_tags__accordion .box_tags__contents{
  margin-top: 0;
  display: none;
}

.box_tags__accordion .box_tags__contents{
  margin-top: 25px;
}
.box_tags__accordion ul li{
  margin: 0 0 18px 0;
  padding: 0;
  transition:none;
  width: 33.333%;
  font-size: 1.6rem;
}

.box_tags__accordion.box_tags__accordion--is-open .box_tags__accordion-close{
  display: block;
}

.box_tags__accordion .box_tags__accordion-close{
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #0255F4;
  border: 0;
  outline: 0;
  background: transparent;
}
.box_tags__accordion .box_tags__accordion-close::before{
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 32px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.tags_btn_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 15px auto 0;
  width: 90%;
}

.box_tags__accordion .tags_btn_wrap .profile_btn{
  line-height: 50px;
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin-top:0;
}

.box_tags__accordion .tags_btn_wrap .profile_btn.prev {
    color: #0255f4;
    background: transparent;
}

@media screen and (max-width: 767px) {
  .box_tags__accordion ul li{
    width: 100%;
  }

  .tags_btn_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
   justify-content: center;
  }
  .box_tags__accordion .tags_btn_wrap .profile_btn{
    margin-top: 10px;
  }
}

/* お気に入り詳細*/

.parts_info02 span.modal-icon{
  margin-right: 20px;
}

@media screen and (max-width: 767px){
/*
  .parts_info02 span{
    margin-left: 50px;
  }
*/
  .parts_info02 span.modal-icon{
/*
  margin-right: 0;
  margin-left: 0;
*/
  order:1;
  }
}


.remodal--frame .modal_detail .modal_detail__img{
  text-align: center;
}

@media screen and (min-width: 767px){
  .remodal--frame .modal_detail .modal_detail__img{
    float: right;
    margin-left: 30px;
  }

  .remodal--frame.remodal--frame.remodal--detail{
    max-width: 724px;
  }
}

.remodal--frame .modal_detail .modal_detail__ttl{
  color:#0255F4;
  margin: 15px 0 10px;
  font-size: 1.8rem;
}

.remodal--frame .modal_detail .modal_detail__txt{
  color: #414F5A;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.remodal--frame .modal_detail .modal_detail__spec{
  margin-top: 10px;
  color: #858D94;
  font-size: 1.4rem;
}


/*AI提案*/

.b_strong{
  font-weight: bold;
  color: #0255F4;
  display: inline-block;
  margin: 0 5px;
}

.remodal.remodal-airecommend{
  text-align: left;
  max-width: 724px;
}
.remodal.remodal-airecommend.remodal--frame{
  max-height: 580px;
}
.remodal-airecommend .intro-block{
    display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.remodal-airecommend .intro-block .avatar{
  max-width: 20%;
}

@media screen and (max-width: 767px){
  .remodal-airecommend .intro-block .avatar{
  max-width: 40%;
  }
}

.remodal-airecommend .intro-block .avatar img{
  width: 100%;
}

.remodal-airecommend .intro-block .intro{
  margin-top: 0;
  padding: 15px  20px;
  margin-bottom:0 ;
}

@media screen and (max-width: 767px){
  .remodal-airecommend .intro-block .intro{
    font-size: 1.4rem;
  }
}

.remodal-airecommend .intro-block .intro img{
  max-width: 100%;
}

.remodal-airecommend .recomend_cnt{
  margin-bottom: 15px;
}

.remodal-airecommend .recomend_cnt__slide{
  width: 32%;
  margin-top: 15px;
  margin-left: 2%;
}

.remodal-airecommend .recomend_cnt__slide:nth-child(3n+1){
  margin-left: 0;
}

.remodal-airecommend  .recoblock-link{
  text-align: right;
}

.remodal-airecommend  .recoblock-link a{
  color: #0255F4;
}

@media screen and (max-width: 767px){
  .remodal-airecommend .recomend_cnt__slide{
    width: 100%;
    margin-left: 0;
  }

  .remodal.remodal-airecommend{
    max-width: 90%;
  }
}

.remodal_btn_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto ;
  width: 100%;
  max-width: 724px;
}

.remodal_btn{
  width: 260px;
  height: 56px;
  line-height: 52px;
  border-radius: 28px;
  padding: 0 28px;
  border: 2px solid #0255F4;
  background: #0255F4;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.remodal_btn + .remodal_btn{
  margin-left: 10px;
}

.remodal_btn.remodal_btn--not{
  color: #0255f4;
  background: transparent;
}
@media screen and (max-width: 767px){
 .remodal_btn_wrap:not(.remodal_btn_wrap--nowrap){
   -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center;
 }
 .remodal_btn{
   width: 100%;
 }
 .remodal_btn + .remodal_btn{
    margin-left: 0;
    margin-top: 20px;
  }

  .remodal_btn_wrap--nowrap .remodal_btn + .remodal_btn{
    margin-left: 10px;
    margin-top: 0px;
  }
}


/*提案アンケート*/
.survey article{
  width: 100%;
}

.survey section{
  margin-bottom: 30px;
}
.survey .survey__imp {
  background: #FDF0F6;
  padding: 20px 20px 10px;
  margin: 0 -20px 30px;
}
.survey .hl02 {
  margin-top: 10px;
}

.survey .hl02_addition{
  margin-top: 15px;
  font-size: 1.6rem;
  color: #414F5A;
}
.survey .description{
  color: #414F5A;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.survey .survey-box{
  display: -ms-flexbox;
    display: flex;
         -ms-flex-pack: center;
   justify-content: center;
}
.survey .survey-box label input{
  display: none;
}
.survey .survey-box label{
display: block;
margin:30px 0 0;
width: 450px;
}

@media screen and (max-width: 767px){
  .survey .survey-box label{width: 50%;}
}
.survey .survey-box label + label{
  margin-left: 15px;
}
.survey .survey-box label span{
  display: block;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100%;
  height: 56px;
  border: 2px solid #0255f4;
  border-radius: 8px;
  background: #fff;
  color: #0255f4;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.survey .survey-box label input[type="radio"]:checked + span{
  background: #0255f4;
  color: #fff;
}


.survey .recomend_ttl{
  color:#414F5A;
  margin: 20px 0;
  font-size: 1.8rem;
}

.survey .recomend_ttl::before{
  margin-right: 15px;
  width: 26px;
  height: 26px;
  background: url(../images/icon_recomend_ttl.png) no-repeat left center / contain;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

/*アンケート　すすめスライダー調整*/

.survey .recomend_cnt__slideitem{
margin: 0 8px;
}
/* 
.survey .slick-prev{
  transform: translate(-100%,-50%);
}

.survey .slick-next{
  transform: translate(100%, -50%) rotate(180deg)
} */

@media screen and (max-width: 767px){
.recomend_cnt .recomend_cnt__slideitem .mypage-slider__link{
  width: auto;
}

.recomend_cnt .recomend_cnt__slideitem .icon_addition{
  position: static;
}
.survey .slick-prev{
  transform: translate(0,-50%);
}

.survey .slick-next{
  transform: translate(0, -50%) rotate(180deg)
}

.survey .recomend_ttl{
  font-size: 1.6rem;
}

.survey .recomend_ttl::before{
  margin-right: 8px;
}
}
