@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  scroll-behavior: smooth;
}

p,
.article-wraper .inner h3,
.article-wraper .inner .teacher,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .sponly,
.sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pconly,
.pc {
    display: none !important;
  }
}

header {
  border-top: 5px #e27500 solid;
  width: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  header {
    min-width: 1280px;
  }
}

header .inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  header .inner {
    width: 1280px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  header .inner {
    width: auto;
    height: 100%;
  }
}

header .range {
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 1.65;
  text-align: left;
  color: white;
  background: #e27500;
  width: 275.29px;
  height: 36.23px;
  border-radius: 36.23px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 39.4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header .range:before {
  content: "";
  width: 59.2px;
  height: 42.17px;
  background: url(/dietetic-congress2022/assets/img/ic_dc2022.png) center no-repeat;
  background-size: 59.2px;
  position: absolute;
  top: -6.4px;
  left: -81.4px;
}

header .nav {
  position: absolute;
  top: 16.4px;
  right: 40px;
  display: flex;
}

header .nav li {
  margin-left: 21px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #313131;
}

header .nav li a {
  text-decoration: none;
  color: #313131;
  display: flex;
  align-items: center;
}

header .nav li a i {
  display: block;
  width: 23.53px;
  height: 23.53px;
  background: url(/dietetic-congress2022/assets/img/ic_arrow.png) center no-repeat;
  background-size: 23.53px;
  margin-right: 7px;
}

header .nav li a i.q {
  background-image: url(/dietetic-congress2022/assets/img/ic_question.png);
}

@media screen and (min-width: 769px) {
  header .logo {
    width: 134.72px;
    position: absolute;
    top: 41.9px;
    left: 39.4px;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    width: calc(165.85/ 375 * 100vw);
    margin-top: calc(10.3/ 375 * 100vw);
    margin-left: calc(15/ 375 * 100vw);
  }
}

header .title {
  width: 564px;
}

header .title img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  header .title {
    position: absolute;
    top: 85.6px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  header .title {
    position: relative;
    width: calc(345/ 375 * 100vw);
    margin: calc(24.8/ 375 * 100vw) auto calc(11.9/ 375 * 100vw);
  }
}

header .copy {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.9788235294;
  text-align: center;
  color: #595757;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header .copy {
    text-align: center;
    font-size: calc(15/ 375 * 100vw);
    line-height: calc(21/ 375 * 100vw);
    width: 100%;
    top: calc(149/ 375 * 100vw);
    left: 0;
  }
  .top header .copy,
.movie header .copy {
    display: none;
  }
}

header .sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
}

header .sns li {
  width: 30px;
  height: 30px;
  background: transparent;
}

@media screen and (max-width: 768px) {
  header .sns li {
    width: calc(30.77/ 375 * 100vw);
    height: calc(30.77/ 375 * 100vw);
  }
}

header .sns li img {
  width: 100%;
}

header .sns li:not(:last-child) {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  header .sns li:not(:last-child) {
    margin-right: calc(4/ 375 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  header .sns {
    top: 60px;
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  header .sns {
    position: relative;
    bottom: calc(14/ 375 * 100vw);
    left: 0;
    justify-content: center;
    width: 100%;
    margin-top: calc(16/ 375 * 100vw);
  }
}

header .informations {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  header .informations {
    width: 1280px;
    border-bottom: 1px solid #e27500;
    padding-bottom: 17px;
    margin: -44px auto 0;
  }
}

@media screen and (max-width: 768px) {
  header .informations {
    flex-direction: column;
  }
}

header .informations .daysleft {
  display: flex;
  width: 141px;
  height: 43px;
  border-radius: 3px;
  background: #e27500;
}

@media screen and (min-width: 769px) {
  header .informations .daysleft {
    order: 2;
    margin-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  header .informations .daysleft {
    width: calc(173/ 375 * 100vw);
    height: calc(21/ 375 * 100vw);
    border-radius: calc(3/ 375 * 100vw);
    margin-left: calc(15/ 375 * 100vw);
  }
}

header .informations .daysleft .label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  width: 78px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  header .informations .daysleft .label {
    font-size: calc(13/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    width: calc(103/ 375 * 100vw);
  }
}

header .informations .daysleft .number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  header .informations .daysleft .number {
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
  }
}

header .informations .localnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  header .informations .localnav {
    justify-content: flex-start;
    margin-left: calc(15/ 375 * 100vw);
    margin-top: calc(18/ 375 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  header .informations .localnav {
    order: 1;
  }
}

@media screen and (min-width: 769px) {
  header .informations .localnav li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  header .informations .localnav li:not(:last-child) {
    margin-right: calc(15/ 375 * 100vw);
  }
}

header .informations .localnav li a {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #595757;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  header .informations .localnav li a {
    font-size: calc(12/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    margin-bottom: calc(4/ 375 * 100vw);
  }
}

header .informations .localnav li a i {
  content: "";
  display: inline-block;
  background: url(/dietetic-congress2022/assets/img/ic_arrow_down.png) center no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  header .informations .localnav li a i {
    background-size: calc(19/ 375 * 100vw) calc(19/ 375 * 100vw);
    width: calc(19/ 375 * 100vw);
    height: calc(19/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

header .informations .localnav li .log {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 20px;
  text-align: left;
  color: #dc5e00;
}

@media screen and (max-width: 768px) {
  header .informations .localnav li .log {
    font-size: calc(10/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
  }
}

header .btnmenuwrap {
  width: calc(56/ 375 * 100vw);
  height: calc(56/ 375 * 100vw);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

header .btnmenuwrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/dietetic-congress2022/assets/img/btmenu.png) center center no-repeat;
  background-size: calc(25/ 375 * 100vw) calc(20/ 375 * 100vw);
}

header .btmenuclose {
  width: calc(56/ 375 * 100vw);
  height: calc(56/ 375 * 100vw);
  background: url(/dietetic-congress2022/assets/img/btmenu_close@2x.png) center center no-repeat;
  background-size: calc(21/ 375 * 100vw) calc(21/ 375 * 100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.spnav .spnav {
  max-height: 100vh;
  height: calc(436/ 375 * 100vw);
  background: #ffffff;
  padding: calc(17.3/ 375 * 100vw) calc(16/ 375 * 100vw) calc(41/ 375 * 100vw);
  box-sizing: border-box;
  overflow: auto;
}

.spnav .spnav .logo {
  position: relative;
  width: calc(165.85/ 375 * 100vw);
  margin-bottom: calc(25/ 375 * 100vw);
  left: calc(-1/ 375 * 100vw);
}

.spnav .spnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spnav .spnav ul li {
  display: block;
  height: calc(45/ 375 * 100vw);
  border-top: 1px #E27500 solid;
  font-weight: 500;
  font-size: calc(16/ 375 * 100vw);
  letter-spacing: 0.02em;
  line-height: calc(45/ 375 * 100vw);
  text-align: left;
  color: #595757;
}

.spnav .spnav ul li:last-child {
  border-bottom: 1px #E27500 solid;
}

.spnav .spnav ul li a {
  width: 100%;
  height: calc(45/ 375 * 100vw);
  text-decoration: none;
  color: #595757;
  display: flex;
  justify-content: left;
  align-items: center;
}

header .title.link-wrap {
  top: calc(50% + 4px);
  transform: translate(0, -50%);
}

header .title.link-wrap .link-range .range {
  position: relative;
  top: 0;
}

header .title.link-wrap .link-title {
  margin-top: 10px;
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  header .title.link-wrap .link-title {
    top: calc(20/ 375 * 100vw);
  }
}

header .title.link-wrap .link-copy {
  margin-top: 7px;
}

header .title.link-wrap .link-copy .copy {
  position: relative;
  top: 0;
}

footer {
  min-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer {
    min-width: auto;
    padding-top: calc(30/ 375 * 100vw);
  }
}

footer .bottomsection {
  background: #e27500;
  padding: 16px 0 36px;
}

footer .bottomsection .footer_link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .bottomsection .footer_link li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .bottomsection .footer_link li {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(45/ 375 * 100vw);
  }
}

footer .bottomsection .footer_link li a {
  color: #fff;
  text-decoration: none;
}

footer .bottomsection .footer_link li:not(:last-child):after {
  content: "　|　";
}

@media screen and (max-width: 768px) {
  footer .bottomsection .footer_link li:not(:last-child):after {
    content: " | ";
  }
}

footer .bottomsection .footer_copy {
  font-weight: normal;
  font-size: 12px;
  line-height: 25.89px;
  text-align: center;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .bottomsection .footer_copy {
    font-size: calc(12/ 375 * 100vw);
    line-height: calc(25.89/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: calc(40/ 375 * 100vw);
  }
}

.footer .footer_bnr {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .footer .footer_bnr {
    margin-bottom: calc(50/ 375 * 100vw);
  }
}

.footer .footer_bnr a:hover {
  opacity: 0.8;
}

.footer .footer_bnr .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .footer .footer_bnr .inner {
    width: calc(345/ 375 * 100vw);
  }
}

.footer .footer_bnr .bnrlist {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer_bnr .bnrlist {
    flex-direction: column;
  }
}

.footer .footer_bnr .bnrlist li {
  width: calc(50% - 10px);
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .footer .footer_bnr .bnrlist li {
    width: 100%;
  }
}

.footer .footer_bnr .bnrlist li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .footer .footer_bnr .bnrlist li:first-child {
    margin-right: 0;
    margin-bottom: calc(30/ 375 * 100vw);
  }
}

.footer .footer_bnr img {
  width: 100%;
}

.footer .snsshare {
  margin: 0 auto;
  padding-top: 25px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .footer .snsshare {
    width: 100%;
    padding-top: calc(25/ 375 * 100vw);
  }
}

.footer .snsshare .txt {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 26px;
  text-align: center;
  color: #595757;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .snsshare .txt {
    font-size: calc(18/ 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: calc(26/ 375 * 100vw);
  }
}

.footer .snsshare .sns {
  margin: 13px 0 34px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer .snsshare .sns {
    margin: calc(19/ 375 * 100vw) 0 calc(39/ 375 * 100vw);
  }
}

.footer .snsshare .sns li {
  width: 40px;
  height: 40px;
}

.footer .snsshare .sns li img {
  width: 100%;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .footer .snsshare .sns li {
    width: calc(49/ 375 * 100vw);
    height: calc(49/ 375 * 100vw);
  }
}

.footer .snsshare .sns li:not(:last-child) {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .footer .snsshare .sns li:not(:last-child) {
    margin-right: calc(6/ 375 * 100vw);
  }
}

.u-Mt_8 {
  margin-top: 8px;
}

.u-Mb_8 {
  margin-bottom: 8px;
}

.u-Ml_8 {
  margin-left: 8px;
}

.u-Mr_8 {
  margin-right: 8px;
}

.u-Mt_16 {
  margin-top: 16px;
}

.u-Mb_16 {
  margin-bottom: 16px;
}

.u-Ml_16 {
  margin-left: 16px;
}

.u-Mr_16 {
  margin-right: 16px;
}

.u-Mt_24 {
  margin-top: 24px;
}

.u-Mb_24 {
  margin-bottom: 24px;
}

.u-Ml_24 {
  margin-left: 24px;
}

.u-Mr_24 {
  margin-right: 24px;
}

.u-Mt_32 {
  margin-top: 32px;
}

.u-Mb_32 {
  margin-bottom: 32px;
}

.u-Ml_32 {
  margin-left: 32px;
}

.u-Mr_32 {
  margin-right: 32px;
}

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

.u-Mb_40 {
  margin-bottom: 40px;
}

.u-Ml_40 {
  margin-left: 40px;
}

.u-Mr_40 {
  margin-right: 40px;
}

.u-Mt_48 {
  margin-top: 48px;
}

.u-Mb_48 {
  margin-bottom: 48px;
}

.u-Ml_48 {
  margin-left: 48px;
}

.u-Mr_48 {
  margin-right: 48px;
}

.u-Mt_56 {
  margin-top: 56px;
}

.u-Mb_56 {
  margin-bottom: 56px;
}

.u-Ml_56 {
  margin-left: 56px;
}

.u-Mr_56 {
  margin-right: 56px;
}

.u-Mt_64 {
  margin-top: 64px;
}

.u-Mb_64 {
  margin-bottom: 64px;
}

.u-Ml_64 {
  margin-left: 64px;
}

.u-Mr_64 {
  margin-right: 64px;
}

@media screen and (max-width: 768px) {
  .u-Mt_8 {
    margin-top: calc(8/ 375 * 100vw);
  }
  .u-Mb_8 {
    margin-bottom: calc(8/ 375 * 100vw);
  }
  .u-Ml_8 {
    margin-left: calc(8/ 375 * 100vw);
  }
  .u-Mr_8 {
    margin-right: calc(8/ 375 * 100vw);
  }
  .u-Mt_16 {
    margin-top: calc(16/ 375 * 100vw);
  }
  .u-Mb_16 {
    margin-bottom: calc(16/ 375 * 100vw);
  }
  .u-Ml_16 {
    margin-left: calc(16/ 375 * 100vw);
  }
  .u-Mr_16 {
    margin-right: calc(16/ 375 * 100vw);
  }
  .u-Mt_24 {
    margin-top: calc(24/ 375 * 100vw);
  }
  .u-Mb_24 {
    margin-bottom: calc(24/ 375 * 100vw);
  }
  .u-Ml_24 {
    margin-left: calc(24/ 375 * 100vw);
  }
  .u-Mr_24 {
    margin-right: calc(24/ 375 * 100vw);
  }
  .u-Mt_32 {
    margin-top: calc(32/ 375 * 100vw);
  }
  .u-Mb_32 {
    margin-bottom: calc(32/ 375 * 100vw);
  }
  .u-Ml_32 {
    margin-left: calc(32/ 375 * 100vw);
  }
  .u-Mr_32 {
    margin-right: calc(32/ 375 * 100vw);
  }
  .u-Mt_40 {
    margin-top: calc(40/ 375 * 100vw);
  }
  .u-Mb_40 {
    margin-bottom: calc(40/ 375 * 100vw);
  }
  .u-Ml_40 {
    margin-left: calc(40/ 375 * 100vw);
  }
  .u-Mr_40 {
    margin-right: calc(40/ 375 * 100vw);
  }
  .u-Mt_48 {
    margin-top: calc(48/ 375 * 100vw);
  }
  .u-Mb_48 {
    margin-bottom: calc(48/ 375 * 100vw);
  }
  .u-Ml_48 {
    margin-left: calc(48/ 375 * 100vw);
  }
  .u-Mr_48 {
    margin-right: calc(48/ 375 * 100vw);
  }
  .u-Mt_56 {
    margin-top: calc(56/ 375 * 100vw);
  }
  .u-Mb_56 {
    margin-bottom: calc(56/ 375 * 100vw);
  }
  .u-Ml_56 {
    margin-left: calc(56/ 375 * 100vw);
  }
  .u-Mr_56 {
    margin-right: calc(56/ 375 * 100vw);
  }
  .u-Mt_64 {
    margin-top: calc(64/ 375 * 100vw);
  }
  .u-Mb_64 {
    margin-bottom: calc(64/ 375 * 100vw);
  }
  .u-Ml_64 {
    margin-left: calc(64/ 375 * 100vw);
  }
  .u-Mr_64 {
    margin-right: calc(64/ 375 * 100vw);
  }
}

.u-Align_center {
  text-align: center;
}

.u-block_center {
  margin-left: auto;
  margin-right: auto;
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

#contents.login {
  display: block;
  margin: auto;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  #contents.login {
    margin-top: 0;
  }
}

#contents {
  display: flex;
  width: 1280px;
  margin: 0 auto 40px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #contents {
    width: auto;
    flex-direction: column;
    margin: calc(36/ 375 * 100vw) auto 0;
  }
}

#contents .contents-wrap {
  width: 944px;
}

@media screen and (max-width: 768px) {
  #contents .contents-wrap {
    width: 100%;
  }
}

#contents .contents-wrap .moviewrap {
  width: 904px;
  margin: 0 auto;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  #contents .contents-wrap .moviewrap {
    width: auto;
    border-bottom: 0;
  }
}

#contents aside {
  width: 277px;
  margin-left: auto;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #contents aside {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-block_center {
  margin-left: auto;
  margin-right: auto;
}

.l-column {
  display: flex;
}

.l-column .sns {
  margin-left: auto;
}

.movie_lecture #moviecontents,
.exhibition_lecture #moviecontents,
.eiko #moviecontents {
  margin-left: 40px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .movie_lecture #moviecontents,
.exhibition_lecture #moviecontents,
.eiko #moviecontents {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-contents-wrap {
    padding-left: calc(10/ 375 * 100vw);
    padding-right: calc(10/ 375 * 100vw);
  }
}

i {
  font-style: normal;
}

.i-prefix_right::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/dietetic-congress2022/assets/img/ic_arrow_black.png) center no-repeat;
  background-size: cover;
  margin-right: 4px;
}

.i-prefix_exhibision::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 31px;
  height: 24px;
  background: url(/dietetic-congress2022/assets/img/ic_exhibition.png) center no-repeat;
  background-size: cover;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .i-prefix_exhibision::before {
    width: calc(31/ 375 * 100vw);
    height: calc(24/ 375 * 100vw);
    top: calc(3/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

.i-prefix_recommend::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/dietetic-congress2022/assets/img/ic_recommend.png) center no-repeat;
  background-size: cover;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .i-prefix_recommend::before {
    width: calc(25/ 375 * 100vw);
    height: calc(25/ 375 * 100vw);
    top: calc(3/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

.i-prefix_repeat::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url(/dietetic-congress2022/assets/img/ic_repeat.png) center no-repeat;
  background-size: cover;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .i-prefix_repeat::before {
    width: calc(32/ 375 * 100vw);
    height: calc(27/ 375 * 100vw);
    top: calc(3/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

.i-prefix_lecture::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 30.5px;
  height: 23.63px;
  background: url(/dietetic-congress2022/assets/img/ic_lecture.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.i-prefix_chance::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/dietetic-congress2022/assets/img/icon_challenge@2x.png) center no-repeat;
  background-size: cover;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .i-prefix_chance::before {
    width: calc(25/ 375 * 100vw);
    height: calc(25/ 375 * 100vw);
    top: calc(3/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

.i-tag {
  background: #E27500;
  padding: 2px 15px 3px;
  font-weight: 200;
  font-size: 17px;
  border-radius: 0 0 10px 0;
  color: white;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .i-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: calc(49/ 375 * 100vw);
    height: calc(31/ 375 * 100vw);
    font-size: calc(17/ 375 * 100vw);
    border-radius: 0 0 calc(10/ 375 * 100vw) 0;
    padding: calc(2/ 375 * 100vw) calc(15/ 375 * 100vw) calc(3/ 375 * 100vw);
  }
}

.i-sample {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/dietetic-congress2022/assets/img/ic_sample.png) center no-repeat;
  background-size: contain;
  margin-right: 16px;
}

.f-size_1 {
  font-size: 1px;
}

.f-size_2 {
  font-size: 2px;
}

.f-size_3 {
  font-size: 3px;
}

.f-size_4 {
  font-size: 4px;
}

.f-size_5 {
  font-size: 5px;
}

.f-size_6 {
  font-size: 6px;
}

.f-size_7 {
  font-size: 7px;
}

.f-size_8 {
  font-size: 8px;
}

.f-size_9 {
  font-size: 9px;
}

.f-size_10 {
  font-size: 10px;
}

.f-size_11 {
  font-size: 11px;
}

.f-size_12 {
  font-size: 12px;
}

.f-size_13 {
  font-size: 13px;
}

.f-size_14 {
  font-size: 14px;
}

.f-size_15 {
  font-size: 15px;
}

.f-size_16 {
  font-size: 16px;
}

.f-size_17 {
  font-size: 17px;
}

.f-size_18 {
  font-size: 18px;
}

.f-size_19 {
  font-size: 19px;
}

.f-size_20 {
  font-size: 20px;
}

.f-size_21 {
  font-size: 21px;
}

.f-size_22 {
  font-size: 22px;
}

.f-size_23 {
  font-size: 23px;
}

.f-size_24 {
  font-size: 24px;
}

.f-size_25 {
  font-size: 25px;
}

.f-size_26 {
  font-size: 26px;
}

.f-size_27 {
  font-size: 27px;
}

.f-size_28 {
  font-size: 28px;
}

.f-size_29 {
  font-size: 29px;
}

.f-size_30 {
  font-size: 30px;
}

.f-size_31 {
  font-size: 31px;
}

.f-size_32 {
  font-size: 32px;
}

.f-size_33 {
  font-size: 33px;
}

.f-size_34 {
  font-size: 34px;
}

.f-size_35 {
  font-size: 35px;
}

.f-size_36 {
  font-size: 36px;
}

.f-size_37 {
  font-size: 37px;
}

.f-size_38 {
  font-size: 38px;
}

.f-size_39 {
  font-size: 39px;
}

.f-size_40 {
  font-size: 40px;
}

.f-size_41 {
  font-size: 41px;
}

.f-size_42 {
  font-size: 42px;
}

.f-size_43 {
  font-size: 43px;
}

.f-size_44 {
  font-size: 44px;
}

.f-size_45 {
  font-size: 45px;
}

.f-size_46 {
  font-size: 46px;
}

.f-size_47 {
  font-size: 47px;
}

.f-size_48 {
  font-size: 48px;
}

.f-size_49 {
  font-size: 49px;
}

.f-size_50 {
  font-size: 50px;
}

.f-size_51 {
  font-size: 51px;
}

.f-size_52 {
  font-size: 52px;
}

.f-size_53 {
  font-size: 53px;
}

.f-size_54 {
  font-size: 54px;
}

.f-size_55 {
  font-size: 55px;
}

.f-size_56 {
  font-size: 56px;
}

.f-size_57 {
  font-size: 57px;
}

.f-size_58 {
  font-size: 58px;
}

.f-size_59 {
  font-size: 59px;
}

.f-size_60 {
  font-size: 60px;
}

.f-size_61 {
  font-size: 61px;
}

.f-size_62 {
  font-size: 62px;
}

.f-size_63 {
  font-size: 63px;
}

.f-size_64 {
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .f-size_1 {
    font-size: calc(1/ 375 * 100vw);
  }
  .f-size_2 {
    font-size: calc(2/ 375 * 100vw);
  }
  .f-size_3 {
    font-size: calc(3/ 375 * 100vw);
  }
  .f-size_4 {
    font-size: calc(4/ 375 * 100vw);
  }
  .f-size_5 {
    font-size: calc(5/ 375 * 100vw);
  }
  .f-size_6 {
    font-size: calc(6/ 375 * 100vw);
  }
  .f-size_7 {
    font-size: calc(7/ 375 * 100vw);
  }
  .f-size_8 {
    font-size: calc(8/ 375 * 100vw);
  }
  .f-size_9 {
    font-size: calc(9/ 375 * 100vw);
  }
  .f-size_10 {
    font-size: calc(10/ 375 * 100vw);
  }
  .f-size_11 {
    font-size: calc(11/ 375 * 100vw);
  }
  .f-size_12 {
    font-size: calc(12/ 375 * 100vw);
  }
  .f-size_13 {
    font-size: calc(13/ 375 * 100vw);
  }
  .f-size_14 {
    font-size: calc(14/ 375 * 100vw);
  }
  .f-size_15 {
    font-size: calc(15/ 375 * 100vw);
  }
  .f-size_16 {
    font-size: calc(16/ 375 * 100vw);
  }
  .f-size_17 {
    font-size: calc(17/ 375 * 100vw);
  }
  .f-size_18 {
    font-size: calc(18/ 375 * 100vw);
  }
  .f-size_19 {
    font-size: calc(19/ 375 * 100vw);
  }
  .f-size_20 {
    font-size: calc(20/ 375 * 100vw);
  }
  .f-size_21 {
    font-size: calc(21/ 375 * 100vw);
  }
  .f-size_22 {
    font-size: calc(22/ 375 * 100vw);
  }
  .f-size_23 {
    font-size: calc(23/ 375 * 100vw);
  }
  .f-size_24 {
    font-size: calc(24/ 375 * 100vw);
  }
  .f-size_25 {
    font-size: calc(25/ 375 * 100vw);
  }
  .f-size_26 {
    font-size: calc(26/ 375 * 100vw);
  }
  .f-size_27 {
    font-size: calc(27/ 375 * 100vw);
  }
  .f-size_28 {
    font-size: calc(28/ 375 * 100vw);
  }
  .f-size_29 {
    font-size: calc(29/ 375 * 100vw);
  }
  .f-size_30 {
    font-size: calc(30/ 375 * 100vw);
  }
  .f-size_31 {
    font-size: calc(31/ 375 * 100vw);
  }
  .f-size_32 {
    font-size: calc(32/ 375 * 100vw);
  }
  .f-size_33 {
    font-size: calc(33/ 375 * 100vw);
  }
  .f-size_34 {
    font-size: calc(34/ 375 * 100vw);
  }
  .f-size_35 {
    font-size: calc(35/ 375 * 100vw);
  }
  .f-size_36 {
    font-size: calc(36/ 375 * 100vw);
  }
  .f-size_37 {
    font-size: calc(37/ 375 * 100vw);
  }
  .f-size_38 {
    font-size: calc(38/ 375 * 100vw);
  }
  .f-size_39 {
    font-size: calc(39/ 375 * 100vw);
  }
  .f-size_40 {
    font-size: calc(40/ 375 * 100vw);
  }
  .f-size_41 {
    font-size: calc(41/ 375 * 100vw);
  }
  .f-size_42 {
    font-size: calc(42/ 375 * 100vw);
  }
  .f-size_43 {
    font-size: calc(43/ 375 * 100vw);
  }
  .f-size_44 {
    font-size: calc(44/ 375 * 100vw);
  }
  .f-size_45 {
    font-size: calc(45/ 375 * 100vw);
  }
  .f-size_46 {
    font-size: calc(46/ 375 * 100vw);
  }
  .f-size_47 {
    font-size: calc(47/ 375 * 100vw);
  }
  .f-size_48 {
    font-size: calc(48/ 375 * 100vw);
  }
  .f-size_49 {
    font-size: calc(49/ 375 * 100vw);
  }
  .f-size_50 {
    font-size: calc(50/ 375 * 100vw);
  }
  .f-size_51 {
    font-size: calc(51/ 375 * 100vw);
  }
  .f-size_52 {
    font-size: calc(52/ 375 * 100vw);
  }
  .f-size_53 {
    font-size: calc(53/ 375 * 100vw);
  }
  .f-size_54 {
    font-size: calc(54/ 375 * 100vw);
  }
  .f-size_55 {
    font-size: calc(55/ 375 * 100vw);
  }
  .f-size_56 {
    font-size: calc(56/ 375 * 100vw);
  }
  .f-size_57 {
    font-size: calc(57/ 375 * 100vw);
  }
  .f-size_58 {
    font-size: calc(58/ 375 * 100vw);
  }
  .f-size_59 {
    font-size: calc(59/ 375 * 100vw);
  }
  .f-size_60 {
    font-size: calc(60/ 375 * 100vw);
  }
  .f-size_61 {
    font-size: calc(61/ 375 * 100vw);
  }
  .f-size_62 {
    font-size: calc(62/ 375 * 100vw);
  }
  .f-size_63 {
    font-size: calc(63/ 375 * 100vw);
  }
  .f-size_64 {
    font-size: calc(64/ 375 * 100vw);
  }
}

.f-item_discription {
  font-size: 14px;
  color: #595757;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .f-item_discription {
    font-size: calc(14/ 375 * 100vw);
  }
}

.f-italic {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .sidemenu {
    padding: calc(20/ 375 * 100vw) calc(40/ 375 * 100vw) 0;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu .heading__icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: calc(16/ 375 * 100vw);
  }
}

.sidemenu .siderelation {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e27500;
}

@media screen and (max-width: 768px) {
  .sidemenu .siderelation {
    padding-bottom: calc(12/ 375 * 100vw);
  }
}

.sidemenu .recommendwrap {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .sidemenu .recommendwrap {
    margin-top: calc(15/ 375 * 100vw);
  }
}

.sidemenu .recommendlist,
.sidemenu .reviewlist {
  list-style: none;
  padding: 0;
}

.sidemenu .recommendlist li,
.sidemenu .reviewlist li {
  padding-top: 5.7px;
  padding-bottom: 12px;
}

.sidemenu .recommendlist li:not(:last-child),
.sidemenu .reviewlist li:not(:last-child) {
  border-bottom: 1px dotted #595757;
}

@media screen and (max-width: 768px) {
  .sidemenu .recommendlist li,
.sidemenu .reviewlist li {
    padding-top: calc(18/ 375 * 100vw);
    padding-bottom: calc(15/ 375 * 100vw);
  }
}

.sidemenu .recommendlist {
  border-bottom: 1px solid #e27500;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .sidemenu .recommendlist {
    margin-top: 0;
  }
}

.sidemenu .reviewlist {
  margin-bottom: 30px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .sidemenu .reviewlist {
    margin-top: calc(12/ 375 * 100vw);
    margin-bottom: calc(30/ 375 * 100vw);
  }
}

.sidemenu .moviecell,
.sidemenu .articlecell {
  width: 277px;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell,
.sidemenu .articlecell {
    width: auto;
  }
}

.sidemenu .moviecell a {
  text-decoration: none;
}

.sidemenu .moviecell a:hover {
  opacity: 0.8;
}

.sidemenu .moviecell .boxwrap {
  display: flex;
}

.sidemenu .moviecell .boxwrap .imgbox {
  position: relative;
  width: 65px;
  height: 65px;
  margin-right: 11px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell .boxwrap .imgbox {
    width: calc(65/ 375 * 100vw);
    height: calc(65/ 375 * 100vw);
    margin-right: calc(11/ 375 * 100vw);
    margin-bottom: calc(35/ 375 * 100vw);
  }
}

.sidemenu .moviecell .boxwrap .imgbox img {
  width: 65px;
  height: 65px;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell .boxwrap .imgbox img {
    width: calc(65/ 375 * 100vw);
    height: calc(65/ 375 * 100vw);
  }
}

.sidemenu .moviecell .boxwrap .imgbox .list_tag {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(/dietetic-congress2022/assets/img/ic_play.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell .boxwrap .imgbox .list_tag {
    top: calc(55/ 375 * 100vw);
    width: calc(25/ 375 * 100vw);
    height: calc(25/ 375 * 100vw);
  }
}

.sidemenu .moviecell .boxwrap .textbox {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 1.1428571429;
  text-align: left;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell .boxwrap .textbox {
    font-size: calc(14/ 375 * 100vw);
  }
}

.sidemenu .moviecell .boxwrap .textbox .list_title {
  font-weight: bold;
}

.sidemenu .moviecell .boxwrap .textbox .list_sponsor {
  font-weight: normal;
}

.sidemenu .moviecell .boxwrap .textbox .hav_doc {
  margin-top: auto;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: left;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .sidemenu .moviecell .boxwrap .textbox .hav_doc {
    font-size: calc(12/ 375 * 100vw);
  }
}

.sidemenu .articlecell a {
  display: flex;
  text-decoration: none;
}

.sidemenu .articlecell a:hover {
  opacity: 0.8;
}

.sidemenu .articlecell .exhibition__thumb {
  margin: 0 5px 0 0;
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 768px) {
  .sidemenu .articlecell .exhibition__thumb {
    margin: 0 calc(8/ 375 * 100vw) 0 0;
    width: calc(88/ 375 * 100vw);
    height: calc(88/ 375 * 100vw);
  }
}

.sidemenu .articlecell .exhibition__thumb img {
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 768px) {
  .sidemenu .articlecell .exhibition__thumb img {
    width: calc(88/ 375 * 100vw);
    height: calc(88/ 375 * 100vw);
  }
}

.sidemenu .articlecell .exhibition__details {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.3846153846;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sidemenu .articlecell .exhibition__details {
    font-size: calc(13/ 375 * 100vw);
  }
}

.sidemenu .articlecell .exhibition__details .exhibition__heading {
  font-weight: bold;
  color: #595757;
}

.sidemenu .articlecell .exhibition__details .exhibition__offer {
  font-weight: normal;
  color: #595757;
}

.sidemenu .articlecell .exhibition__details .exhibition__sample {
  color: #e27500;
}

.top-flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-flex {
    width: auto;
    flex-wrap: wrap;
  }
}

.sidemenu--top {
  width: 905px;
}

@media screen and (max-width: 768px) {
  .sidemenu--top {
    width: 100%;
    height: auto;
    margin-top: calc(19.6/ 375 * 100vw);
    padding: 0 calc(10/ 375 * 100vw);
  }
}

.sidemenu--top .recommendwrap {
  height: auto;
  margin-top: 0;
  padding-top: 9.1px;
  padding-left: 9.4px;
  border-radius: 10px;
  background-color: rgba(243, 212, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap {
    height: auto;
    padding-top: calc(9.1/ 375 * 100vw);
    padding-left: calc(9.4/ 375 * 100vw);
    padding-right: calc(9.4/ 375 * 100vw);
    padding-bottom: calc(29.3/ 375 * 100vw);
    border-radius: calc(10/ 375 * 100vw);
  }
}

.sidemenu--top .recommendwrap .heading__icons {
  font-weight: 500;
}

.sidemenu--top .recommendwrap .recommendlist {
  display: flex;
  border: none;
  gap: 5px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist {
    flex-direction: column;
    margin-top: calc(20.5/ 375 * 100vw);
    gap: calc(10/ 375 * 100vw);
  }
}

.sidemenu--top .recommendwrap .recommendlist li {
  width: 295.2px;
  min-height: 99px;
  border: none;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist li {
    width: calc(311/ 375 * 100vw);
    border-bottom: 1px dotted #595757;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist li:last-of-type {
    height: calc(110/ 375 * 100vw);
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist li .exhibition__thumb {
    width: calc(65/ 375 * 100vw);
    height: calc(65/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist li .exhibition__thumb img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist .moviecell {
    height: calc(108/ 375 * 100vw);
    margin-bottom: 0;
    padding: 0;
    padding-bottom: calc(10/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist .articlecell {
    height: calc(120.73/ 375 * 100vw);
    margin-bottom: 0;
    padding: 0;
    padding-bottom: calc(10/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist .articlecell .exhibition__thumb {
    width: calc(88/ 375 * 100vw);
    height: calc(89/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist .articlecell .exhibition__thumb img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .recommendwrap .recommendlist .articlecell .exhibition__details {
    width: calc(219.5/ 375 * 100vw);
  }
}

.sidemenu--top .reviewwrap {
  height: 160.69px;
  margin-top: 20.2px;
  margin-bottom: 32.3px;
  padding-left: 9.4px;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewwrap {
    height: auto;
    padding-top: calc(9.1/ 375 * 100vw);
    padding-left: calc(9.4/ 375 * 100vw);
    padding-right: calc(9.4/ 375 * 100vw);
    padding-bottom: calc(29.3/ 375 * 100vw);
  }
}

.sidemenu--top .reviewwrap .heading__icons {
  font-weight: 500;
}

.sidemenu--top .reviewwrap .reviewlist {
  display: flex;
  border: none;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewwrap .reviewlist {
    flex-direction: column;
    margin-top: calc(20.5/ 375 * 100vw);
    gap: calc(10/ 375 * 100vw);
  }
}

.sidemenu--top .reviewwrap .reviewlist li {
  width: 296px;
  border: none;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewwrap .reviewlist li {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewwrap .reviewlist li:not(:last-child) {
    border-bottom: 1px dotted #595757;
  }
}

.sidemenu--top .top-border {
  display: block;
  width: 883.25px;
  height: 1px;
  background-color: #E27500;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .top-border {
    display: none;
  }
}

.sidemenu--top .top-border + .side-eiko {
  display: none;
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewwrap {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .sidemenu--top .reviewlist {
    margin-bottom: 0;
  }
}

.kvBox {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.kvBox img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kvBox {
    width: auto;
  }
}

.kvBox .kv__textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 273px;
  height: 442px;
  padding: 26px 10px 25px;
  position: absolute;
  top: 37px;
  right: 56px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .kvBox .kv__textbox {
    display: none;
  }
}

.kvBox .kv__textbox .kv__textbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #1A9A44;
  border-bottom: 2px solid #1A9A44;
}

.kvBox .kv__textbox .kv__head {
  width: 231px;
  margin-top: 12px;
  margin-bottom: 13px;
  color: #1A9A44;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.37;
}

.kvBox .kv__textbox .kv__head sup {
  font-size: 15px;
  letter-spacing: 0.03em;
}

.kvBox .kv__textbox .kv__text {
  width: 196px;
  margin-bottom: 4px;
  color: #313131;
}

.kvBox .kv__textbox .kv__note {
  width: 197px;
  margin-top: 12px;
  padding-bottom: 8px;
  color: #313131;
  font-size: 12px;
}

.kvBox .kv__textbox .kv__read {
  margin-bottom: 12px;
}

.kvBox .kv__textbox .kv__read .link-more {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 12.37px;
  letter-spacing: 0.03em;
  line-height: 16px;
  text-align: left;
  color: #313131;
  text-decoration: none;
}

.kvBox .kv__textbox .kv__read .link-more i {
  display: inline-block;
  vertical-align: middle;
  background: url(/dietetic-congress2022/assets/img/ic_arrow_green.png) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.kv {
  height: 504px;
}

@media screen and (max-width: 768px) {
  .kv {
    height: 100%;
  }
}

.kv .kv1 {
  height: 100%;
  background-image: url(/dietetic-congress2022/assets/img/carousel-01_pc.png?220711);
  background-size: 100% 504px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .kv .kv1 {
    background-image: url(/dietetic-congress2022/assets/img/carousel-01_sp.png?220711);
    background-size: 100% calc(452/ 375 * 100vw);
  }
}

.kv .kv2 {
  height: 100%;
  background-image: url(/dietetic-congress2022/assets/img/carousel-02_pc.png);
  background-size: 100% 504px;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 768px) {
  .kv .kv2 {
    background-image: url(/dietetic-congress2022/assets/img/carousel-02_sp.png);
    background-size: 100% calc(452/ 375 * 100vw);
  }
}

.kv .kv3 {
  height: 100%;
  background-image: url(/dietetic-congress2022/assets/img/carousel-03_pc.png?220708);
  background-size: 100% 504px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .kv .kv3 {
    background-image: url(/dietetic-congress2022/assets/img/carousel-03_sp.png);
    background-size: 100% calc(452/ 375 * 100vw);
  }
}

.slick-list,
.slick-track {
  height: 100%;
}

.prev-arrow {
  width: 22.58px;
  height: 45.16px;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 2;
}

.next-arrow {
  width: 22.58px;
  height: 45.16px;
  position: absolute;
  top: 50%;
  right: 345.6px;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .prev-arrow,
.next-arrow {
    display: none !important;
  }
}

.slick-dots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 83px;
  height: 13px;
  left: 43.3%;
  bottom: 28px;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    width: calc(53/ 375 * 100vw);
    height: calc(13/ 375 * 100vw);
    left: 50%;
    bottom: calc(17/ 375 * 100vw);
    transform: translateX(-50%);
  }
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: calc(15/ 375 * 100vw);
    height: calc(15/ 375 * 100vw);
  }
}

.slick-dots li button {
  display: none;
}

.slick-dots li::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .slick-dots li::before {
    width: calc(15/ 375 * 100vw);
    height: calc(15/ 375 * 100vw);
  }
}

.slick-dots .slick-active::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: none;
  background-image: url(/dietetic-congress2022/assets/img/dots.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .slick-dots .slick-active::before {
    width: calc(15/ 375 * 100vw);
    height: calc(15/ 375 * 100vw);
  }
}

::marker {
  content: "";
}

.sp-apply {
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp-apply {
    display: block;
    width: calc(346/ 375 * 100vw);
    height: calc(345/ 375 * 100vw);
    margin-top: calc(21/ 375 * 100vw);
    margin-bottom: calc(20/ 375 * 100vw);
    padding-top: calc(12/ 375 * 100vw);
    padding-bottom: calc(6.5/ 375 * 100vw);
    border: 1px solid #707070;
    border-radius: calc(19/ 375 * 100vw);
  }
}

.sp-apply__textbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-apply__textbox-inner .sp-apply__head {
  width: calc(250/ 375 * 100vw);
  color: #1A9A44;
  text-align: center;
  font-size: calc(28/ 375 * 100vw);
  font-weight: 500;
  line-height: 1.37;
}

.sp-apply__textbox-inner .sp-apply__border {
  display: block;
  width: calc(297/ 375 * 100vw);
  height: 1px;
  margin-top: calc(14.4/ 375 * 100vw);
  margin-bottom: calc(14/ 375 * 100vw);
  background-color: #595757;
}

.sp-apply__textbox-inner .sp-apply__text {
  width: calc(291.5/ 375 * 100vw);
  font-size: calc(16/ 375 * 100vw);
}

.sp-apply__textbox-inner .btn {
  margin-top: calc(14/ 375 * 100vw);
  margin-bottom: calc(11/ 375 * 100vw);
}

.sp-apply__textbox-inner .sp-apply__note {
  width: calc(291.5/ 375 * 100vw);
  font-size: calc(12/ 375 * 100vw);
}

.sp-apply__textbox-inner .sp-apply__read {
  margin-bottom: 12px;
}

.sp-apply__textbox-inner .sp-apply__read .link-more {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: calc(12/ 375 * 100vw);
  letter-spacing: 0.03em;
  line-height: 16px;
  text-align: left;
  color: #313131;
  margin-top: calc(8/ 375 * 100vw);
  text-decoration: none;
}

.sp-apply__textbox-inner .sp-apply__read .link-more i {
  display: inline-block;
  vertical-align: middle;
  background: url(/dietetic-congress2022/assets/img/ic_arrow_green.png) center no-repeat;
  background-size: contain;
  width: calc(16/ 375 * 100vw);
  height: calc(16/ 375 * 100vw);
  margin-right: calc(5/ 375 * 100vw);
}

.kv--exhibition {
  max-width: 100%;
  width: 924px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.kv--exhibition img {
  max-width: 100%;
}

.slick-dots {
  list-style-type: none;
}

.lg-exhibition-wrapper {
  padding-top: 34.5px;
  background-color: rgba(183, 183, 183, 0.2);
}

@media screen and (max-width: 768px) {
  .lg-exhibition-wrapper {
    padding-top: calc(36.5/ 375 * 100vw);
    padding-bottom: calc(36.6/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
    padding-left: calc(15/ 375 * 100vw);
  }
}

.lg-exhibition-wrapper .lg-exhibition-inner {
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lg-exhibition-wrapper .lg-exhibition-inner {
    width: auto;
    min-width: auto;
  }
}

.lg-exhibition-wrapper .lg-exhibition-lead {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 500;
  color: #E27500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lg-exhibition-wrapper .lg-exhibition-lead {
    display: none;
  }
}

.lg-exhibition-wrapper .lg-exhibition-text {
  margin-bottom: 31px;
  text-align: center;
  color: #595757;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .lg-exhibition-wrapper .lg-exhibition-text {
    margin-top: calc(10/ 375 * 100vw);
    margin-bottom: calc(30/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
}

.lg-exhibition {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0 16px;
}

@media screen and (max-width: 768px) {
  .lg-exhibition {
    width: auto;
    padding: 0;
    justify-content: center;
  }
}

.lg-exhibition::after {
  display: block;
  content: "";
  width: 285px;
}

.lg-exhibition .lg-exhibition__box {
  display: flex;
  width: 285px;
  margin-bottom: 19px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px dotted #E27500;
  list-style: none;
  text-decoration: none;
}

.lg-exhibition .lg-exhibition__box:nth-child(n+21) {
  border: none;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box {
    width: auto;
    height: auto;
    margin-bottom: calc(9/ 375 * 100vw);
    padding-bottom: calc(9/ 375 * 100vw);
  }
  .lg-exhibition .lg-exhibition__box:nth-child(20) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__thumb {
  width: 88px;
  height: 89px;
  margin: 0;
  margin-right: 11.5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__thumb {
    width: calc(88/ 375 * 100vw);
    height: calc(89/ 375 * 100vw);
    margin-right: calc(11.5/ 375 * 100vw);
    padding: 0;
    justify-content: center;
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__thumb img {
  width: 100%;
  height: 100%;
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  width: 184px;
  margin: 0;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.14;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__details {
    width: calc(184/ 375 * 100vw);
    height: auto;
    padding-right: calc(10/ 375 * 100vw);
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__heading,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__offer,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__sample,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__read {
  margin: 0;
  color: #595757;
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__heading,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__offer {
  line-height: 1.3846;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__heading,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__offer {
    font-size: calc(13/ 375 * 100vw);
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__offer {
  margin-bottom: auto;
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__sample,
.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__read {
  font-size: 12px;
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition-read {
  position: absolute;
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__heading {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__heading {
    width: calc(184/ 375 * 100vw);
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__sample {
  bottom: 9px;
  color: #E27500;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3846;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__sample {
    position: static;
    font-size: calc(13/ 375 * 100vw);
    margin-top: calc(5/ 375 * 100vw);
  }
}

.lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__read {
  height: 17px;
  bottom: 8px;
}

@media screen and (max-width: 768px) {
  .lg-exhibition .lg-exhibition__box .lg-exhibition__details .lg-exhibition__read {
    display: none;
  }
}

.lg-exhibition .lg-exhibition__box .exhibition__link {
  display: inline-flex;
  text-decoration: none;
}

.lg-exhibition .lg-exhibition__box .exhibition__link:hover {
  opacity: 0.8;
}

.lg-exhibition .exhibition--borederless {
  border: none;
}

.exhibition-wrapper {
  padding-top: 34.5px;
  background-color: rgba(183, 183, 183, 0.2);
}

@media screen and (max-width: 768px) {
  .exhibition-wrapper {
    padding-top: calc(36.5/ 375 * 100vw);
    padding-bottom: calc(36.6/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
    padding-left: calc(15/ 375 * 100vw);
  }
}

.exhibition-wrapper .exhibition-inner {
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .exhibition-wrapper .exhibition-inner {
    width: auto;
    min-width: auto;
  }
}

.exhibition-wrapper .exhibition-lead {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 500;
  color: #E27500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .exhibition-wrapper .exhibition-lead {
    display: none;
  }
}

.exhibition-wrapper .exhibition-text {
  margin-bottom: 31px;
  text-align: center;
  color: #595757;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .exhibition-wrapper .exhibition-text {
    margin-top: calc(10/ 375 * 100vw);
    margin-bottom: calc(30/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
}

.exhibition {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0 16px;
}

@media screen and (max-width: 768px) {
  .exhibition {
    width: auto;
    padding: 0;
    justify-content: center;
  }
}

.exhibition::after {
  display: block;
  content: "";
  width: 285px;
}

.exhibition .exhibition__box {
  display: flex;
  width: 285px;
  height: auto;
  margin-bottom: 19px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px dotted #E27500;
  list-style: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box {
    width: calc(285/ 375 * 100vw);
    height: auto;
    margin-bottom: calc(0/ 375 * 100vw);
    padding-bottom: calc(15.6/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__thumb {
  height: 89px;
  width: 89px;
  margin: 0;
  margin-right: 11.5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__thumb {
    width: calc(88/ 375 * 100vw);
    height: calc(89/ 375 * 100vw);
    margin-right: calc(11.5/ 375 * 100vw);
    padding: 0;
    justify-content: center;
  }
}

.exhibition .exhibition__box .exhibition__thumb img {
  width: 100%;
  height: 100%;
}

.exhibition .exhibition__box .exhibition__details {
  display: flex;
  max-width: 184px;
  flex-direction: column;
  box-sizing: content-box;
  margin: 0;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.14;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details {
    max-width: calc(184/ 375 * 100vw);
    padding-right: 0;
  }
}

.exhibition .exhibition__box .exhibition__details .exhibition__heading,
.exhibition .exhibition__box .exhibition__details .exhibition__offer,
.exhibition .exhibition__box .exhibition__details .exhibition__sample,
.exhibition .exhibition__box .exhibition__details .exhibition__read {
  margin: 0;
  color: #595757;
}

.exhibition .exhibition__box .exhibition__details .exhibition__heading,
.exhibition .exhibition__box .exhibition__details .exhibition__offer {
  line-height: 1.3846;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .exhibition__heading,
.exhibition .exhibition__box .exhibition__details .exhibition__offer {
    font-size: calc(13/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__details .exhibition__sample,
.exhibition .exhibition__box .exhibition__details .exhibition__read {
  position: static;
  font-size: 12px;
}

.exhibition .exhibition__box .exhibition__details .exhibition__heading {
  width: 184px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .exhibition__heading {
    width: calc(184/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__details .exhibition__sample {
  bottom: 26px;
  color: #E27500;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3846;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .exhibition__sample {
    bottom: calc(19.6/ 375 * 100vw);
    font-size: calc(13/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__details .exhibition__read {
  height: 17px;
  bottom: 8px;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .exhibition__read {
    display: none;
  }
}

.exhibition .exhibition__box .exhibition__link {
  display: inline-flex;
  text-decoration: none;
}

.exhibition .exhibition__box .exhibition__link:hover {
  opacity: 0.8;
}

.exhibition .exhibition--borederless {
  border: none;
}

.exhibition.exhibision--w900 {
  max-width: 900px;
  padding: 0;
}

.exhibition__box.exhibition__box--toll {
  height: 170px;
}

@media screen and (max-width: 768px) {
  .exhibition__box.exhibition__box--toll {
    width: calc(285/ 375 * 100vw);
    height: auto;
    margin-bottom: calc(9/ 375 * 100vw);
    padding-bottom: calc(15.6/ 375 * 100vw);
  }
}

.exhibition__box.exhibition__box--toll .exhibition__details {
  max-width: calc(100% - 89px - 21.5px);
}

@media screen and (max-width: 768px) {
  .exhibition__box.exhibition__box--toll .exhibition__details {
    width: calc(196/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .exhibition__box.exhibition__box--toll .exhibition__details .exhibition__sample {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .exhibition__box.exhibition__box--toll .exhibition__details .favorite {
    position: static !important;
  }
}

@media screen and (max-width: 768px) {
  .exhibition__details .lg-exhibition__offer,
.exhibition__details .exhibition__offer {
    margin-bottom: auto !important;
  }
}

.exhibition .exhibition__box .exhibition__details .exhibition__offer {
  margin-bottom: auto;
}

.exhibition.exhibision--sidemenu {
  max-width: 100%;
  padding: 0;
}

#contents .exhibition-wrapper {
  padding-left: 10px;
}

#contents .exhibition-wrapper .exhibition {
  gap: 20px;
}

.exhibition .exhibition__box .exhibition__details .favorite {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  font-size: 12px;
  position: static;
  z-index: 1;
  max-width: 40%;
  color: #595757;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .favorite {
    max-width: 100%;
    bottom: calc(6/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__details .favorite .favo {
  display: flex;
  align-items: flex-end;
  color: #595757;
  cursor: pointer;
}

.exhibition .exhibition__box .exhibition__details .favorite .favo:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 5px 0;
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .favorite .favo:after {
    width: calc(16/ 375 * 100vw);
    height: calc(14/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .exhibition .exhibition__box .exhibition__details .favorite .favo span {
    font-size: calc(12/ 375 * 100vw);
  }
}

.exhibition .exhibition__box .exhibition__details .favorite[data-flag=false] .favo:after {
  background-image: url("../img/ic_good_off.png");
  background-size: cover;
}

.exhibition .exhibition__box .exhibition__details .favorite[data-flag=true] .favo:after {
  background-image: url("../img/ic_good_on.png");
  background-size: cover;
}

#contents {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #contents {
    margin-top: calc(15.4/ 375 * 100vw);
  }
}

#contents .exhibition-wrapper--top {
  padding-top: 30.5px;
  padding-bottom: 50.2px;
  padding-left: 0;
  background-color: rgba(183, 183, 183, 0.1);
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top {
    padding-right: calc(15/ 375 * 100vw);
    padding-left: calc(15/ 375 * 100vw);
  }
}

#contents .exhibition-wrapper--top .exhibition {
  width: 1189px;
  max-width: none;
  gap: 0 16px;
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top .exhibition {
    width: auto;
    gap: calc(9/ 375 * 100vw);
  }
}

#contents .exhibition-wrapper--top .exhibition .exhibition__box {
  height: 168px;
  padding-bottom: 9.8px;
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top .exhibition .exhibition__box {
    width: calc(285/ 375 * 100vw);
    height: auto;
    margin-bottom: 0;
    padding-bottom: calc(15.6/ 375 * 100vw);
  }
}

#contents .exhibition-wrapper--top .exhibition .exhibition__box:nth-child(n+17) {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top .exhibition .exhibition__box:nth-child(n+17) {
    padding-bottom: 4.16vw;
    border-bottom: 1px dotted #E27500;
  }
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top .exhibition .exhibition__box .exhibition__sample {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #contents .exhibition-wrapper--top .exhibition .exhibition__box .favorite {
    position: static;
  }
}

.modal-content.modal--teaser .inner,
.modal-content.modal--lecture .inner {
  width: 1040px;
}

.modal-content.modal--teaser,
.modal-content.modal--lecture {
  display: block;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 500;
}

.heading .heading__text {
  display: inline-block;
  position: relative;
  height: 36px;
  margin-left: 51px;
  font-size: 25px;
  font-weight: 500;
  color: #E27500;
  line-height: 1.47;
  letter-spacing: 0.095em;
}

@media screen and (max-width: 768px) {
  .heading .heading__text {
    height: calc(36/ 375 * 100vw);
    margin-left: calc(51/ 375 * 100vw);
    font-size: calc(25/ 375 * 100vw);
    font-weight: normal;
  }
}

.heading .heading__text::before {
  content: "";
  display: block;
  width: 39px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -51px;
  transform: translateY(-50%);
  background-image: url(/dietetic-congress2022/assets/img/ic_lecture.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .heading .heading__text::before {
    width: calc(39/ 375 * 100vw);
    height: calc(30/ 375 * 100vw);
    left: calc(-51/ 375 * 100vw);
  }
}

.heading--exh .heading__text::before {
  background-image: url(/dietetic-congress2022/assets/img/ic_exhibition.png);
}

.heading--co .heading__text {
  font-weight: bold;
  letter-spacing: 0.155em;
  line-height: 1.04;
}

.heading--co .heading__text::before {
  width: 34.5px;
  height: 34.5px;
  top: 0;
  transform: none;
  background-image: url(/dietetic-congress2022/assets/img/ic_corp.png);
}

@media screen and (max-width: 768px) {
  .heading--co .heading__text::before {
    width: calc(34.5/ 375 * 100vw);
    height: calc(34.5/ 375 * 100vw);
  }
}

.heading__content {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .heading__content {
    font-size: calc(18/ 375 * 100vw);
  }
}

.heading__icons {
  font-size: 16px;
  color: #E27500;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .heading__icons {
    font-size: calc(16/ 375 * 100vw);
  }
}

.heading--pr {
  position: relative;
  border-top: #E27500 2px solid;
  color: #595757;
  padding-top: 2px;
  text-align: right;
  padding-right: 70px;
}

.heading--pr:before {
  content: "PR";
  display: block;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2px;
  right: 0;
  width: 50px;
  height: 32px;
  background: #E27500;
  color: white;
  border-radius: 0 0 0 10px;
}

.heading--exhibition__company {
  font-size: 28px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .heading--exhibition__company {
    font-size: calc(28/ 375 * 100vw);
  }
}

.heading--exhibition__item {
  font-size: 20px;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .heading--exhibition__item {
    font-size: calc(20/ 375 * 100vw);
  }
}

.heading--exhibition__sample {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #E27500;
  font-weight: 800;
  position: relative;
}

.heading--exhibition__sample__border {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 600px;
}

.heading--exhibition__sample__border::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dashed #E27500;
}

.heading--exhibition__sample__baloon {
  position: relative;
  width: 780px;
  height: 80px;
  background: url(/dietetic-congress2022/assets/img/bg_balloon_pc.png) no-repeat;
  background-size: contain;
  padding: 0 20px;
  box-sizing: border-box;
}

.heading--exhibition__sample__baloon span {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading--exhibition__sample {
    font-size: calc(23/ 375 * 100vw);
  }
}

.lg-lecture-wrapper {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .lg-lecture-wrapper {
    margin-top: calc(40/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
    padding-left: calc(15/ 375 * 100vw);
  }
}

.lg-lecture-wrapper .lg-lecture__inner {
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lg-lecture-wrapper .lg-lecture__inner {
    width: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .lg-lecture-wrapper .lg-heading {
    border-top: 1px solid #595757;
    padding-top: calc(20.8/ 375 * 100vw);
  }
}

.lg-lecture-wrapper .lg-lecture-lead {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 500;
  color: #E27500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lg-lecture-wrapper .lg-lecture-lead {
    display: none;
  }
}

.lg-lecture-wrapper .lg-lecture-text {
  margin-bottom: 31px;
  text-align: center;
  color: #595757;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .lg-lecture-wrapper .lg-lecture-text {
    margin-top: calc(10/ 375 * 100vw);
    margin-bottom: calc(33.3/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
}

.lg-lecture {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0 16px;
}

@media screen and (max-width: 768px) {
  .lg-lecture {
    width: auto;
    padding: 0;
    justify-content: center;
    gap: 0;
  }
}

.lg-lecture::after {
  display: block;
  content: "";
  width: 285px;
}

.lg-lecture .lg-lecture__box {
  display: flex;
  width: 285px;
  height: 122px;
  margin-bottom: 19px;
  position: relative;
  border-bottom: 1px dotted #595757;
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box {
    width: 100%;
    height: auto;
    margin-bottom: calc(8/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__thumb {
  height: 65px;
  margin: 0;
  margin-top: 2px;
  margin-right: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__thumb {
    min-width: calc(65/ 375 * 100vw);
    width: calc(65/ 375 * 100vw);
    height: calc(65/ 375 * 100vw);
    margin-right: calc(5/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__thumb img {
  width: 100%;
  height: 100%;
}

.lg-lecture .lg-lecture__box .lg-lecture__thumb::after {
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -15px;
  right: 0;
  background-image: url(/dietetic-congress2022/assets/img/ic_play.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__thumb::after {
    width: calc(25/ 375 * 100vw);
    height: calc(25/ 375 * 100vw);
    bottom: calc(-15/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__details {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  width: 219.5px;
  height: auto;
  margin: 0;
  position: relative;
  top: 0;
  right: -11px;
  font-size: 14px;
  line-height: 1.1428;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__details {
    width: auto;
    height: auto;
    right: 0;
    font-size: calc(14/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heading,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__offer,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__title,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__download,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__watch {
  margin: 0;
  color: #595757;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heading,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__offer,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__title {
  line-height: 1.14;
  letter-spacing: 0.09em;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__download,
.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__watch {
  position: absolute;
  font-size: 12px;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heading {
  width: 220px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heading {
    width: calc(220/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__title {
  font-weight: bold;
  color: #DC5E00;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__presenter {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__presenter {
    font-size: calc(12/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heart {
  position: relative;
  margin-top: 0;
  font-size: 12px;
  bottom: -5px;
  left: -8px;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heart .favorite .favo:after {
  top: 0;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__heart {
    font-size: calc(12/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__download {
  height: 16px;
  bottom: 25px;
  transition: 0.5s;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__download:hover {
  opacity: 0.6;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__link {
  display: inline-block;
  height: 16px;
  color: #E27500;
  font-weight: 500;
  text-decoration: none;
}

.lg-lecture .lg-lecture__box .lg-lecture__details .lg-lecture__watch {
  height: 17px;
  bottom: 8px;
}

.lg-lecture .lg-lecture__box.lg-lecture__box--login {
  display: flex;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted #595757;
  list-style: none;
  cursor: auto;
}

.lg-lecture .lg-lecture__box.lg-lecture__box--login:nth-child(n+21) {
  border: none;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box.lg-lecture__box--login {
    width: 100%;
    height: auto;
    margin-bottom: calc(20/ 375 * 100vw);
    padding-bottom: calc(20/ 375 * 100vw);
  }
  .lg-lecture .lg-lecture__box.lg-lecture__box--login:nth-child(21) {
    border: none;
  }
}

.lg-lecture .lg-lecture__box.lg-lecture__box--login .lg-lecture__heading {
  color: #000;
}

.lg-lecture .lg-lecture__box.lg-lecture__box--login .lg-lecture__read {
  color: #E27500;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box.lg-lecture__box--login .lg-lecture__read {
    margin-top: calc(5/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture__box.lg-lecture__box--login .lg-lecture__presenter {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .lg-lecture .lg-lecture__box.lg-lecture__box--login .lg-lecture__presenter {
    margin-top: calc(5/ 375 * 100vw);
  }
}

.lg-lecture .lg-lecture--borederless {
  border: none;
}

.lg-lecture--top {
  gap: 16px;
}

#moviecontents .lecture-wrapper {
  padding-bottom: 0;
}

#moviecontents .lecture-wrapper .lecture__inner {
  width: 100%;
}

#moviecontents .lecture-wrapper .lecture-text {
  margin-bottom: 31px;
  text-align: center;
  color: #595757;
  letter-spacing: 0.03em;
}

.lecture.lecture--3column {
  width: 100%;
  padding: 0;
}

.lecture.lecture--3column .lecture__box {
  width: calc(33.3333333333% - 11px);
}

.lecture.lecture--3column .lecture__box .lecture__details {
  width: 173px;
}

.lecture.lecture--3column .lecture__box .lecture__details .lecture__heading {
  width: 100%;
}

.notice {
  padding-bottom: 59.6px;
}

@media screen and (max-width: 768px) {
  .notice {
    padding-bottom: calc(30/ 375 * 100vw);
  }
}

.notice h2 {
  color: #E27500;
  text-align: left;
  line-height: 1.3;
  font-size: 27px;
  font-weight: normal;
}

.notice h3 {
  font-size: 24px;
}

.notice p,
.notice .article-wraper .inner h3,
.article-wraper .inner .notice h3,
.notice .article-wraper .inner .teacher,
.article-wraper .inner .notice .teacher {
  margin-top: 8px;
}

.notice .small {
  font-size: 13px;
}

.notice .small.tag {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 7px;
  padding: 2px 5px;
  border: 1px solid black;
}

@media screen and (max-width: 768px) {
  .notice .small.tag {
    margin-top: calc(3/ 375 * 100vw);
    margin-bottom: calc(10/ 375 * 100vw);
  }
}

.notice .small .sp {
  display: none;
}

.notice .inner + .inner {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .notice .inner + .inner {
    margin-top: calc(30/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .notice h2 {
    font-size: calc(23/ 375 * 100vw);
  }
  .notice h2 + p,
.notice .article-wraper .inner h2 + h3,
.article-wraper .inner .notice h2 + h3,
.notice .article-wraper .inner h2 + .teacher,
.article-wraper .inner .notice h2 + .teacher {
    margin-top: calc(0/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
  .notice h3 {
    margin-top: calc(8/ 375 * 100vw);
    font-size: calc(18/ 375 * 100vw);
    font-weight: 500;
  }
  .notice .small {
    font-size: calc(12/ 375 * 100vw);
  }
  .notice .small .sp {
    display: block;
  }
  .notice .sp-none {
    display: none;
  }
}

.notice .inner {
  display: flex;
  max-width: 905px;
  margin: 0 auto;
}

.notice .inner .mediashort {
  width: 313px;
}

.notice .inner .mediashort img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .notice .inner .mediashort img {
    width: calc(313/ 375 * 100vw);
  }
}

.notice .inner .mediatall {
  width: 566px;
  margin-left: 26px;
}

@media screen and (max-width: 768px) {
  .notice .inner {
    text-align: center;
    flex-wrap: wrap;
    padding: 0 calc(13/ 375 * 100vw);
    box-sizing: border-box;
  }
  .notice .inner .mediashort,
.notice .inner .mediatall {
    width: calc(313/ 375 * 100vw);
    height: calc(209/ 375 * 100vw);
    margin: 0 auto calc(10/ 375 * 100vw);
  }
  .notice .inner .mediatall {
    width: calc(348/ 375 * 100vw);
    height: calc(151/ 375 * 100vw);
    margin: 0;
    text-align: left;
  }
  .notice .inner .mediatall2 {
    height: calc(151/ 375 * 100vw);
  }
  .notice .inner .mediatall3 {
    height: calc(188/ 375 * 100vw);
  }
  .notice .inner .last-head {
    margin-top: 0;
    font-size: calc(16/ 375 * 100vw);
  }
}

.login .notice .inner .mediashort img {
  height: 100%;
}

.lg-lecture__heart {
  position: absolute;
  bottom: 0;
}

.lg-lecture__heart .favorite[data-flag=true] .favo:after {
  width: 16px;
  height: 16px;
  background-image: url(/dietetic-congress2022/assets/img/lp/favo_on.png);
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lg-lecture__heart .favorite[data-flag=true] .favo:after {
    width: calc(16/ 375 * 100vw);
    height: calc(16/ 375 * 100vw);
  }
}

.lg-lecture__heart .favorite[data-flag=false] .favo:after {
  width: 16px;
  height: 16px;
  background-image: url(/dietetic-congress2022/assets/img/lp/favo_off.png);
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lg-lecture__heart .favorite[data-flag=false] .favo:after {
    width: calc(16/ 375 * 100vw);
    height: calc(16/ 375 * 100vw);
  }
}

.login .vuemodal .modal-content {
  display: block;
}

.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1160px;
  margin: 39.1px auto 0;
}

@media screen and (max-width: 768px) {
  .login {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
}

.login__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 560px;
  height: 276px;
  padding-top: 13px;
  padding-bottom: 25.7px;
  border: 1px solid #E27500;
  border-radius: 10px;
  color: #313131;
}

@media screen and (max-width: 958px) {
  .login__box {
    min-height: 276px;
  }
}

@media screen and (max-width: 768px) {
  .login__box {
    justify-content: space-between;
    width: calc(345/ 375 * 100vw);
    height: calc(340/ 375 * 100vw);
    margin-bottom: calc(20/ 375 * 100vw);
    padding-top: calc(16/ 375 * 100vw);
    padding-bottom: calc(21/ 375 * 100vw);
    border-radius: calc(10/ 375 * 100vw);
  }
}

.login__box .login__head {
  display: flex;
  align-items: center;
  width: 453.8px;
  margin-bottom: 18px;
  padding-bottom: 14.8px;
  border-bottom: 1px solid #E27500;
}

@media screen and (max-width: 768px) {
  .login__box .login__head {
    flex-direction: column;
    width: calc(281/ 375 * 100vw);
    margin-bottom: calc(15/ 375 * 100vw);
    padding-bottom: 0;
    border: none;
  }
}

.login__box .login__head .login__heading {
  margin-left: 44.1px;
  color: #E27500;
  position: relative;
  font-size: 27px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .login__box .login__head .login__heading {
    margin-left: 0;
    margin-bottom: calc(12.6/ 375 * 100vw);
    font-size: calc(27/ 375 * 100vw);
  }
}

.login__box .login__head .login__heading::before {
  content: "";
  display: block;
  width: 17.46px;
  height: 33.47px;
  position: absolute;
  top: 3px;
  left: -29.76px;
  background-image: url(/dietetic-congress2022/assets/img/ic_person-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .login__box .login__head .login__heading::before {
    width: calc(17.46/ 375 * 100vw);
    height: calc(33.47/ 375 * 100vw);
    top: calc(3/ 375 * 100vw);
    left: calc(-29.76/ 375 * 100vw);
  }
}

.login__box .login__head .login__notes {
  margin-left: 16.7px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .login__box .login__head .login__notes {
    margin-left: 0;
    font-size: calc(13/ 375 * 100vw);
  }
}

.login__box .login__content {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .login__box .login__content {
    justify-content: center;
  }
}

.login__box .login__content .login__inputs {
  width: 304px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__inputs {
    width: calc(304/ 375 * 100vw);
    margin-bottom: calc(15/ 375 * 100vw);
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__inputs .btn {
    display: none;
  }
}

.login__box .login__content .login__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #E27500;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__input {
    display: block;
    position: relative;
    font-size: calc(16/ 375 * 100vw);
  }
}

.login__box .login__content .login__input + .login__input {
  margin-top: 15px;
  margin-bottom: 11.1px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__input + .login__input {
    margin-top: calc(15/ 375 * 100vw);
    margin-bottom: calc(15/ 375 * 100vw);
  }
}

.login__box .login__content .login__input input {
  width: 206.5px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__input input {
    width: calc(217/ 375 * 100vw);
    height: calc(35/ 375 * 100vw);
    position: absolute;
    left: calc(87/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__input input.tops {
    top: 0;
  }
}

.login__box .login__content .login__input input::placeholder {
  font-size: 13.75px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__input input::placeholder {
    font-size: calc(13.75/ 375 * 100vw);
  }
}

.login__box .login__content .login__check {
  display: none;
  margin-top: 11.1px;
  margin-left: 97px;
  margin-bottom: 14.8px;
}

.login__box .login__content .login__label {
  position: relative;
  margin-left: 120px;
  font-size: 13.75px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__label {
    margin-left: calc(110/ 375 * 100vw);
    font-size: calc(14/ 375 * 100vw);
  }
}

.login__box .login__content .login__label::before {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  top: 50%;
  left: -22px;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #595757;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__label::before {
    width: calc(15/ 375 * 100vw);
    height: calc(15/ 375 * 100vw);
    left: calc(-22/ 375 * 100vw);
    border: 1px solid #595757;
  }
}

.login__box .login__content .btn {
  width: 130px;
  height: 35px;
  margin-top: 14.8px;
  margin-left: 97px;
  font-size: 13.75px;
}

.login__box .login__content .login__btn {
  position: relative;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__btn {
    margin-left: calc(32/ 375 * 100vw);
  }
}

.login__box .login__content .login__btn .btn {
  width: 130px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 12.8px;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__btn .btn {
    width: calc(130/ 375 * 100vw);
    height: calc(35/ 375 * 100vw);
    margin-bottom: calc(15/ 375 * 100vw);
    font-size: calc(13.75/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__btn .btn.addSigninBtn {
    margin-bottom: 0;
    margin-top: calc(16/ 375 * 100vw);
  }
}

.login__box .login__content .login__about {
  display: flex;
  align-items: center;
  color: #313131;
  font-size: 12.37px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__about {
    font-size: calc(14/ 375 * 100vw);
  }
}

.login__box .login__content .login__about + .login__about {
  margin-top: 6.9px;
}

.login__box .login__content .login__about .login__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2.9px;
  background-image: url(/dietetic-congress2022/assets/img/ic_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .login__box .login__content .login__about .login__icon {
    width: calc(16/ 375 * 100vw);
    height: calc(16/ 375 * 100vw);
    margin-right: calc(7.4/ 375 * 100vw);
  }
}

.login--student {
  border-color: #595757;
}

.login--student .login__head {
  border-color: #595757;
}

.login--student .login__head .login__heading {
  color: #595757;
}

.login--student .login__head .login__heading::before {
  background-image: url(/dietetic-congress2022/assets/img/ic_person-gray.png);
}

@media screen and (max-width: 768px) {
  .login--student .login__head .login__notes {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .login--student.login__box--logn {
    height: calc(400/ 375 * 100vw);
  }
}

.signup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding-top: 34px;
}

@media screen and (max-width: 768px) {
  .signup {
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-top: calc(30/ 375 * 100vw);
  }
}

.signup__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .signup__inner {
    justify-content: start;
    height: auto;
  }
}

.signup__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 490px;
  height: 270.5px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #E27500;
  border-radius: 10px;
  color: #E27500;
}

@media screen and (max-width: 768px) {
  .signup__box {
    justify-content: space-between;
    width: calc(345/ 375 * 100vw);
    height: auto;
    padding-top: calc(10/ 375 * 100vw);
    padding-bottom: calc(20/ 375 * 100vw);
    border-radius: calc(10/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .signup__box + .signup__box {
    margin-top: calc(21.5/ 375 * 100vw);
  }
}

.signup__box br {
  display: none;
}

@media screen and (max-width: 768px) {
  .signup__box br {
    display: block;
  }
}

.signup__box .signup__heading {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.signup__box .signup__heading img {
  display: inline-block;
  width: 17.5px;
  height: 33.5px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .signup__box .signup__heading img {
    width: calc(17.5/ 375 * 100vw);
    height: calc(33.5/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .signup__box .signup__heading {
    height: calc(74/ 375 * 100vw);
    font-size: calc(27/ 375 * 100vw);
  }
}

.signup__box .signup__leading {
  max-width: 375px;
  height: 67.85px;
  margin: 0;
  margin-top: 11px;
  margin-bottom: 9.4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .signup__box .signup__leading {
    width: calc(313/ 375 * 100vw);
    height: auto;
    max-width: none;
    margin-top: calc(13/ 375 * 100vw);
    margin-bottom: calc(17/ 375 * 100vw);
    font-size: calc(13/ 375 * 100vw);
  }
}

.signup__box .signup__notes {
  display: block;
  width: 374px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.53;
  margin-top: 7.5px;
}

@media screen and (max-width: 768px) {
  .signup__box .signup__notes {
    width: calc(313/ 375 * 100vw);
    height: auto;
    font-size: calc(13/ 375 * 100vw);
  }
}

.signup__box .signup__list {
  width: auto;
  height: 100px;
  margin: 0;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .signup__box .signup__list {
    width: auto;
    height: auto;
    font-size: calc(17/ 375 * 100vw);
  }
}

.signup__box .signup__list .signup__point {
  display: flex;
  align-items: center;
  list-style: none;
}

.signup__box .signup__list .signup__point::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 100%;
  background: #1A9A44;
  position: relative;
  left: -10px;
  top: 0;
}

.signup__box .link-more {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 12.37px;
  letter-spacing: 0.03em;
  line-height: 16px;
  text-align: left;
  color: #313131;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .signup__box .link-more {
    font-size: 14px;
    margin-top: 11px;
  }
}

.signup__box .link-more i {
  display: inline-block;
  vertical-align: middle;
  background: url(/dietetic-congress2022/assets/img/ic_arrow_green.png) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.signup__box .btn {
  margin-top: auto;
}

.signup--student {
  color: #1A9A44;
  background-color: #FEFEEC;
  border-color: #1A9A44;
}

@media screen and (max-width: 768px) {
  .signup--student {
    padding-top: calc(8/ 375 * 100vw);
  }
}

.signup--student .signup__leading {
  height: 40.71px;
  margin-top: 17px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .signup--student .signup__leading {
    width: calc(313/ 375 * 100vw);
    height: calc(61/ 375 * 100vw);
    font-size: calc(13/ 375 * 100vw);
  }
}

.signup--student .btn {
  margin-top: auto;
}

.corp {
  width: 1000px;
  margin: 29.5px auto 26px;
  padding-top: 13.5px;
  padding-left: 147.8px;
  padding-bottom: 48.5px;
  border-top: 1px solid #E27500;
  border-bottom: 1px solid #E27500;
}

@media screen and (max-width: 768px) {
  .corp {
    width: 100%;
    margin-top: calc(30.6/ 375 * 100vw);
    margin-bottom: calc(30.6/ 375 * 100vw);
    padding-top: calc(13.5/ 375 * 100vw);
    padding-bottom: calc(25.4/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
    padding-left: calc(15/ 375 * 100vw);
  }
}

.corp .heading--co {
  margin-bottom: 26.2px;
  margin-right: 147.8px;
}

@media screen and (max-width: 768px) {
  .corp .heading--co {
    margin: 0 auto;
    margin-bottom: calc(20.6/ 375 * 100vw);
  }
}

.corp__corps {
  display: flex;
  height: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .corp__corps {
    height: auto;
    flex-direction: column;
  }
}

.corp__corps .corp__list {
  margin-right: 68.4px;
  list-style: none !important;
}

@media screen and (max-width: 768px) {
  .corp__corps .corp__list {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .corp__corps .corp__list .corp__item:first-child {
    margin-top: 0;
  }
}

.corp__corps .corp__item {
  color: #313131;
  line-height: 2.1875;
}

@media screen and (max-width: 768px) {
  .corp__corps .corp__item {
    margin-top: calc(18/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
    line-height: 1.125;
  }
}

.corp__corps .corp__list2 {
  list-style: none;
}

.modal-content.modal--teaser,
.modal-content.modal--lecture {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.modal-content.modal--teaser .inner,
.modal-content.modal--lecture .inner {
  width: 80%;
}

.modal-content.modal--teaser .inner #player,
.modal-content.modal--lecture .inner #player {
  width: 100%;
  aspect-ratio: 16/9;
}

.modal-content.modal--teaser .inner #player iframe,
.modal-content.modal--lecture .inner #player iframe {
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  margin: 28px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .modal-content {
    margin: 0 0;
  }
}

.modal-content .modal-header {
  border-top: 3px solid #e27500;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.modal-content .modal-header .btn-close {
  -webkit-appearance: none;
  width: 50px;
  height: 47px;
  border: none;
  background: #e27500;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  border-radius: 0;
}

.modal-content .modal-header .btn-close:before,
.modal-content .modal-header .btn-close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform-origin: center;
  position: absolute;
  top: 22px;
  left: 0;
}

.modal-content .modal-header .btn-close:before {
  -webkit-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
}

.modal-content .modal-header .btn-close:after {
  -webkit-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.modal.modal_units .header,
.modal.modal_about .header,
.modal.modal_caution .header {
  border-top: 3px solid #e27500;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.modal.modal_units .header .btn-close,
.modal.modal_about .header .btn-close,
.modal.modal_caution .header .btn-close {
  width: 50px;
  height: 47px;
  background: #e27500;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .modal.modal_units .header .btn-close:hover,
.modal.modal_about .header .btn-close:hover,
.modal.modal_caution .header .btn-close:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .modal.modal_units .header .btn-close,
.modal.modal_about .header .btn-close,
.modal.modal_caution .header .btn-close {
    width: calc(50/ 375 * 100vw);
    height: calc(50/ 375 * 100vw);
  }
}

.modal.modal_units .header .btn-close:before,
.modal.modal_units .header .btn-close:after,
.modal.modal_about .header .btn-close:before,
.modal.modal_about .header .btn-close:after,
.modal.modal_caution .header .btn-close:before,
.modal.modal_caution .header .btn-close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform-origin: center;
  position: absolute;
  top: 22px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .header .btn-close:before,
.modal.modal_units .header .btn-close:after,
.modal.modal_about .header .btn-close:before,
.modal.modal_about .header .btn-close:after,
.modal.modal_caution .header .btn-close:before,
.modal.modal_caution .header .btn-close:after {
    width: calc(50/ 375 * 100vw);
    top: calc(25/ 375 * 100vw);
  }
}

.modal.modal_units .header .btn-close:before,
.modal.modal_about .header .btn-close:before,
.modal.modal_caution .header .btn-close:before {
  -webkit-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
}

.modal.modal_units .header .btn-close:after,
.modal.modal_about .header .btn-close:after,
.modal.modal_caution .header .btn-close:after {
  -webkit-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.spnav .modal.modal_units .header .btn-close,
.spnav .modal.modal_about .header .btn-close,
.spnav .modal.modal_caution .header .btn-close {
  width: calc(56/ 375 * 100vw);
  height: calc(56/ 375 * 100vw);
  background: url(/dietetic-congress2021/assets/img/btmenu_close@2x.png) center center no-repeat;
  background-size: calc(21/ 375 * 100vw) calc(21/ 375 * 100vw);
}

.spnav .modal.modal_units .header .btn-close:before,
.spnav .modal.modal_units .header .btn-close:after,
.spnav .modal.modal_about .header .btn-close:before,
.spnav .modal.modal_about .header .btn-close:after,
.spnav .modal.modal_caution .header .btn-close:before,
.spnav .modal.modal_caution .header .btn-close:after {
  content: none;
}

.modal.modal_units .modal-body,
.modal.modal_about .modal-body,
.modal.modal_caution .modal-body {
  width: 100%;
  padding: 25px 110px 40px 110px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body,
.modal.modal_about .modal-body,
.modal.modal_caution .modal-body {
    padding: 6.6666666667vw 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  }
}

.modal.modal_units .modal-body h1,
.modal.modal_about .modal-body h1,
.modal.modal_caution .modal-body h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.modal.modal_units .modal-body h2,
.modal.modal_about .modal-body h2,
.modal.modal_caution .modal-body h2 {
  font-size: 20px;
  font-weight: 500;
  color: #e27500;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body h2,
.modal.modal_about .modal-body h2,
.modal.modal_caution .modal-body h2 {
    font-size: 1.7rem;
    margin-bottom: 2.13333vw;
  }
}

.modal.modal_units .modal-body h3,
.modal.modal_about .modal-body h3,
.modal.modal_caution .modal-body h3 {
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body h3,
.modal.modal_about .modal-body h3,
.modal.modal_caution .modal-body h3 {
    margin-bottom: 5.33333vw;
  }
}

.modal.modal_units .modal-body h3 strong,
.modal.modal_about .modal-body h3 strong,
.modal.modal_caution .modal-body h3 strong {
  font-weight: 700;
}

.modal.modal_units .modal-body h3 span,
.modal.modal_about .modal-body h3 span,
.modal.modal_caution .modal-body h3 span {
  font-weight: 500;
}

.modal.modal_units .modal-body p,
.modal.modal_units .modal-body .article-wraper .inner h3,
.article-wraper .inner .modal.modal_units .modal-body h3,
.modal.modal_units .modal-body .article-wraper .inner .teacher,
.article-wraper .inner .modal.modal_units .modal-body .teacher,
.modal.modal_about .modal-body p,
.modal.modal_about .modal-body .article-wraper .inner h3,
.article-wraper .inner .modal.modal_about .modal-body h3,
.modal.modal_about .modal-body .article-wraper .inner .teacher,
.article-wraper .inner .modal.modal_about .modal-body .teacher,
.modal.modal_caution .modal-body p,
.modal.modal_caution .modal-body .article-wraper .inner h3,
.article-wraper .inner .modal.modal_caution .modal-body h3,
.modal.modal_caution .modal-body .article-wraper .inner .teacher,
.article-wraper .inner .modal.modal_caution .modal-body .teacher {
  line-height: 1.8;
  margin-bottom: 30px;
}

.modal.modal_units .modal-body p strong,
.modal.modal_units .modal-body .article-wraper .inner h3 strong,
.article-wraper .inner .modal.modal_units .modal-body h3 strong,
.modal.modal_units .modal-body .article-wraper .inner .teacher strong,
.article-wraper .inner .modal.modal_units .modal-body .teacher strong,
.modal.modal_about .modal-body p strong,
.modal.modal_about .modal-body .article-wraper .inner h3 strong,
.article-wraper .inner .modal.modal_about .modal-body h3 strong,
.modal.modal_about .modal-body .article-wraper .inner .teacher strong,
.article-wraper .inner .modal.modal_about .modal-body .teacher strong,
.modal.modal_caution .modal-body p strong,
.modal.modal_caution .modal-body .article-wraper .inner h3 strong,
.article-wraper .inner .modal.modal_caution .modal-body h3 strong,
.modal.modal_caution .modal-body .article-wraper .inner .teacher strong,
.article-wraper .inner .modal.modal_caution .modal-body .teacher strong {
  font-weight: 700;
}

.modal.modal_units .modal-body p span,
.modal.modal_units .modal-body .article-wraper .inner h3 span,
.article-wraper .inner .modal.modal_units .modal-body h3 span,
.modal.modal_units .modal-body .article-wraper .inner .teacher span,
.article-wraper .inner .modal.modal_units .modal-body .teacher span,
.modal.modal_about .modal-body p span,
.modal.modal_about .modal-body .article-wraper .inner h3 span,
.article-wraper .inner .modal.modal_about .modal-body h3 span,
.modal.modal_about .modal-body .article-wraper .inner .teacher span,
.article-wraper .inner .modal.modal_about .modal-body .teacher span,
.modal.modal_caution .modal-body p span,
.modal.modal_caution .modal-body .article-wraper .inner h3 span,
.article-wraper .inner .modal.modal_caution .modal-body h3 span,
.modal.modal_caution .modal-body .article-wraper .inner .teacher span,
.article-wraper .inner .modal.modal_caution .modal-body .teacher span {
  font-weight: 500;
}

.modal.modal_units .modal-body figure,
.modal.modal_about .modal-body figure,
.modal.modal_caution .modal-body figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body figure,
.modal.modal_about .modal-body figure,
.modal.modal_caution .modal-body figure {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.modal.modal_units .modal-body figure img,
.modal.modal_about .modal-body figure img,
.modal.modal_caution .modal-body figure img {
  width: 393px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body figure img,
.modal.modal_about .modal-body figure img,
.modal.modal_caution .modal-body figure img {
    width: 100%;
  }
}

.modal.modal_units .modal-body ul,
.modal.modal_about .modal-body ul,
.modal.modal_caution .modal-body ul {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body ul,
.modal.modal_about .modal-body ul,
.modal.modal_caution .modal-body ul {
    margin-bottom: 5.33333vw;
  }
}

.modal.modal_units .modal-body ul li,
.modal.modal_about .modal-body ul li,
.modal.modal_caution .modal-body ul li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .modal.modal_units .modal-body ul li,
.modal.modal_about .modal-body ul li,
.modal.modal_caution .modal-body ul li {
    line-height: 1.8;
    font-weight: 700;
  }
}

.modal-content .modal-header {
  border-bottom: none;
}

#modal_spnav .modal-content {
  border-top: calc(5/ 375 * 100vw) #e27500 solid;
  position: relative;
}

#modal_spnav .modal-content .modal-body {
  padding: calc(10.3/ 375 * 100vw) calc(16/ 375 * 100vw);
}

#modal_spnav .modal-content .modal-body .header {
  display: flex;
  justify-content: space-between;
}

#modal_spnav .modal-content .modal-body .header button {
  width: calc(17.68/ 375 * 100vw);
  height: calc(17.68/ 375 * 100vw);
  margin-top: calc(4.4/ 375 * 100vw);
  margin-right: calc(3.7/ 375 * 100vw);
  padding: 0;
}

#modal_spnav .modal-content .modal-body .header .logo {
  width: calc(165.85/ 375 * 100vw);
  height: calc(39.86/ 375 * 100vw);
}

#modal_spnav .modal-content .modal-body .spnav {
  padding: calc(24.8/ 375 * 100vw) 0;
}

.modal.modal_aboutlogin a {
  color: #464646;
  text-decoration: none;
}

.modal.modal_aboutlogin .link-more01 {
  font-size: 1rem;
  vertical-align: bottom;
  display: inline-block;
  padding-left: 26px;
}

.modal.modal_aboutlogin .link-more01 i {
  background: #e27500;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  margin-right: 8px;
  margin-left: -26px;
  margin-top: -3px;
}

.modal.modal_aboutlogin .link-more01 i:before {
  content: "";
  background: #ffffff;
  display: block;
  height: 1px;
  width: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 6px;
}

.modal.modal_aboutlogin .link-more01 i:after {
  content: "";
  background: #ffffff;
  display: block;
  height: 1px;
  width: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 10px;
}

.modal.modal_aboutlogin .link-more01:hover {
  opacity: 0.6;
}

.modal.modal_aboutlogin .modaltitle {
  font-size: 27px;
  line-height: 1;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: #313131 solid 1px;
}

.modal.modal_aboutlogin .btn_apply {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #e27500;
  border-radius: 5px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  margin: 30px auto auto;
}

.modal.modal_aboutlogin .mt-10 {
  margin-top: 10px !important;
}

.modal.modal_aboutlogin .mb-10 {
  margin-bottom: 10px !important;
}

.modal.modal_aboutlogin .mb-20 {
  margin-bottom: 20px !important;
}

.login .mv img {
  width: 100%;
}

.login .mv .heromodal {
  cursor: pointer;
}

.login .mv .heromodal:hover {
  opacity: 0.8;
}

.login h2 {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #e27500;
}

.login h2 .subtitle {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #141414;
}

@media screen and (max-width: 768px) {
  .login h2 {
    font-size: calc(27/ 375 * 100vw);
  }
  .login h2 .subtitle {
    display: block;
    font-size: calc(14/ 375 * 100vw);
    margin-top: calc(14/ 375 * 100vw);
  }
}

.login .btn-wrap {
  text-align: center;
  padding-top: 40px;
}

.login .btn-wrap .btn {
  padding: 8px 25px 10px;
  background: #E27500;
  color: white;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .login .btn-wrap {
    margin-top: calc(40/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
  .login .btn-wrap .btn {
    padding: calc(8/ 375 * 100vw) calc(25/ 375 * 100vw) calc(10/ 375 * 100vw);
  }
}

.login .inner {
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .login .inner {
    width: 100%;
  }
}

.login #youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  /* 最大の横幅 */
  background: gray;
  line-height: 0;
}

.login #youtube-movie img {
  width: 100%;
}

.login #youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.login #youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.login .modal_youtube .c-Mt8,
.login .modal-thumb .c-Mt8 {
  margin-top: 8px;
}

.login .modal_youtube .c-Mt16,
.login .modal-thumb .c-Mt16 {
  margin-top: 16px;
}

.login .modal_youtube .c-Mt24,
.login .modal-thumb .c-Mt24 {
  margin-top: 24px;
}

.login .modal_youtube h1,
.login .modal-thumb h1 {
  font-size: 22px;
  display: flex;
  align-items: flex-start;
}

.login .modal_youtube h1 .pr-tag,
.login .modal-thumb h1 .pr-tag {
  background: #E27500;
  padding: 2px 10px;
  line-height: 0;
  border-radius: 0 0 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  height: 25px;
  width: 25px;
  top: 4px;
}

.login .modal_youtube h1 .pr-tag::before,
.login .modal-thumb h1 .pr-tag::before {
  content: "PR";
  color: white;
  font-size: 15px;
  font-weight: 200 !important;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: calc(50% - 4px);
  left: 3px;
}

@media screen and (max-width: 768px) {
  .login .modal_youtube h1,
.login .modal-thumb h1 {
    font-size: calc(22/ 375 * 100vw);
  }
  .login .modal_youtube h1 .pr-tag,
.login .modal-thumb h1 .pr-tag {
    padding: calc(3/ 375 * 100vw) calc(10/ 375 * 100vw);
    border-radius: 0 0 calc(10/ 375 * 100vw);
    height: calc(20/ 375 * 100vw);
    width: calc(20/ 375 * 100vw);
    top: calc(5/ 375 * 100vw);
  }
  .login .modal_youtube h1 .pr-tag::before,
.login .modal-thumb h1 .pr-tag::before {
    font-size: calc(15/ 375 * 100vw);
    margin-top: calc(-5/ 375 * 100vw);
    top: calc(50% - 1.0666666667vw);
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .modal-content,
.login .modal-thumb .modal-content {
    padding-bottom: calc(64/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .modal-content .modal-header .btn-close,
.login .modal-thumb .modal-content .modal-header .btn-close {
    top: calc(10/ 375 * 100vw);
    right: calc(5/ 375 * 100vw);
  }
}

.login .modal_youtube .modal-body,
.login .modal-thumb .modal-body {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .modal-body,
.login .modal-thumb .modal-body {
    padding: calc(10/ 375 * 100vw);
    box-sizing: border-box;
  }
}

.login .modal_youtube .inner,
.login .modal-thumb .inner {
  max-width: 830px;
}

.login .modal_youtube .inner .tag,
.login .modal-thumb .inner .tag {
  font-size: 13px;
  display: inline-block;
  margin-top: 5px;
  padding: 2px 5px;
  border: 1px solid white;
}

.login .modal_youtube .inner .column,
.login .modal-thumb .inner .column {
  display: flex;
}

.login .modal_youtube .inner .column .favorite,
.login .modal-thumb .inner .column .favorite {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login .modal_youtube .inner .column .favorite .favo,
.login .modal-thumb .inner .column .favorite .favo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login .modal_youtube .inner .column .favorite .favo:after,
.login .modal-thumb .inner .column .favorite .favo:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 4px;
}

.login .modal_youtube .inner .column .favorite[data-flag=false] .favo:after,
.login .modal-thumb .inner .column .favorite[data-flag=false] .favo:after {
  background-image: url("../img/lp/favo_off.png");
  background-size: cover;
}

.login .modal_youtube .inner .column .favorite[data-flag=true] .favo:after,
.login .modal-thumb .inner .column .favorite[data-flag=true] .favo:after {
  background-image: url("../img/lp/favo_on.png");
  background-size: cover;
}

.login .modal_youtube .inner .column .share,
.login .modal-thumb .inner .column .share {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.login .modal_youtube .inner .column .share p,
.login .modal_youtube .article-wraper .inner .column .share h3,
.article-wraper .login .modal_youtube .inner .column .share h3,
.login .modal_youtube .article-wraper .inner .column .share .teacher,
.article-wraper .login .modal_youtube .inner .column .share .teacher,
.login .modal-thumb .inner .column .share p,
.login .modal-thumb .article-wraper .inner .column .share h3,
.article-wraper .login .modal-thumb .inner .column .share h3,
.login .modal-thumb .article-wraper .inner .column .share .teacher,
.article-wraper .login .modal-thumb .inner .column .share .teacher {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .inner .column .share p,
.login .modal_youtube .article-wraper .inner .column .share h3,
.article-wraper .login .modal_youtube .inner .column .share h3,
.login .modal_youtube .article-wraper .inner .column .share .teacher,
.article-wraper .login .modal_youtube .inner .column .share .teacher,
.login .modal-thumb .inner .column .share p,
.login .modal-thumb .article-wraper .inner .column .share h3,
.article-wraper .login .modal-thumb .inner .column .share h3,
.login .modal-thumb .article-wraper .inner .column .share .teacher,
.article-wraper .login .modal-thumb .inner .column .share .teacher {
    margin-right: 0;
  }
}

.login .modal_youtube h1,
.login .modal-thumb h1 {
  margin-top: 24px;
}

.login .modal_youtube .sns,
.login .modal-thumb .sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.login .modal_youtube .sns li,
.login .modal-thumb .sns li {
  width: 30px;
  height: 30px;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .sns li,
.login .modal-thumb .sns li {
    width: calc(30.77/ 375 * 100vw);
    height: calc(30.77/ 375 * 100vw);
  }
}

.login .modal_youtube .sns li img,
.login .modal-thumb .sns li img {
  width: 100%;
}

.login .modal_youtube .sns li:not(:last-child),
.login .modal-thumb .sns li:not(:last-child) {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .sns li:not(:last-child),
.login .modal-thumb .sns li:not(:last-child) {
    margin-right: calc(4/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .login .modal_youtube .sns,
.login .modal-thumb .sns {
    justify-content: center;
    width: 100%;
  }
}

.login .outside {
  margin: 40px 0 8px;
}

.login .news {
  text-align: center;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .login .news {
    width: calc(345/ 375 * 100vw);
    margin: calc(16/ 375 * 100vw) auto 0;
  }
}

.login .news .newslist {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #141414;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 8px 0 36px;
}

@media screen and (max-width: 768px) {
  .login .news .newslist {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    margin: calc(14/ 375 * 100vw) 0 calc(30/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .login .news .newslist li {
    margin-bottom: calc(14/ 375 * 100vw);
  }
}

.login .news .newslist .date {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .login .news .newslist .date {
    margin-right: 0;
    display: block;
  }
}

.login .notice {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .login .notice {
    margin-top: 0;
  }
}

.login .notice h2 {
  text-align: left;
  line-height: 1.2;
}

.login .notice p,
.login .notice .article-wraper .inner h3,
.article-wraper .inner .login .notice h3,
.login .notice .article-wraper .inner .teacher,
.article-wraper .inner .login .notice .teacher {
  margin-top: 8px;
}

.login .notice .small {
  font-size: 13px;
}

.login .notice .small.tag {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 5px;
  border: 1px solid black;
}

.login .notice .inner + .inner {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .login .notice h2 {
    margin-top: calc(8/ 375 * 100vw);
    font-size: calc(27/ 375 * 100vw);
  }
  .login .notice h2 + p,
.login .notice .article-wraper .inner h2 + h3,
.article-wraper .inner .login .notice h2 + h3,
.login .notice .article-wraper .inner h2 + .teacher,
.article-wraper .inner .login .notice h2 + .teacher {
    margin-top: calc(0/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
  .login .notice h3 {
    margin-top: calc(8/ 375 * 100vw);
    font-size: calc(19/ 375 * 100vw);
  }
  .login .notice .small {
    font-size: calc(12/ 375 * 100vw);
  }
}

.login .notice .inner {
  display: flex;
  max-width: 830px;
  margin: 0 auto;
}

.login .notice .inner .mediashort {
  width: 313px;
}

.login .notice .inner .mediashort img {
  max-width: 100%;
}

.login .notice .inner .mediatall {
  width: calc(100% - 313px - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .login .notice .inner {
    text-align: center;
    flex-wrap: wrap;
    padding: calc(10/ 375 * 100vw);
    box-sizing: border-box;
  }
  .login .notice .inner .mediashort,
.login .notice .inner .mediatall {
    width: 100%;
  }
  .login .notice .inner .mediatall {
    margin-left: 0;
    text-align: left;
  }
}

.login .achieve {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .login .achieve {
    width: calc(345/ 375 * 100vw);
    margin: calc(16/ 375 * 100vw) auto calc(24/ 375 * 100vw);
    font-size: calc(14/ 375 * 100vw);
  }
  .login .achieve h2 {
    line-height: 1.2;
  }
}

.login .achieve h3 {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .login .achieve h3 {
    width: 100%;
    font-size: calc(28/ 375 * 100vw);
    text-align: center;
  }
}

.login .achieve h3 + p,
.login .achieve .article-wraper .inner h3 + h3,
.article-wraper .inner .login .achieve h3 + h3,
.login .achieve .article-wraper .inner h3 + .teacher,
.article-wraper .inner .login .achieve h3 + .teacher {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .login .achieve h3 + p,
.login .achieve .article-wraper .inner h3 + h3,
.article-wraper .inner .login .achieve h3 + h3,
.login .achieve .article-wraper .inner h3 + .teacher,
.article-wraper .inner .login .achieve h3 + .teacher {
    margin-top: calc(16/ 375 * 100vw);
  }
}

.login .achieve .subtitle {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #dc5e00;
  display: flex;
  align-items: center;
}

.login .achieve .subtitle img {
  height: 20px;
}

@media screen and (max-width: 768px) {
  .login .achieve .subtitle {
    width: 100%;
    text-align: left;
    font-size: calc(20/ 375 * 100vw);
  }
  .login .achieve .subtitle img {
    height: calc(20/ 375 * 100vw);
  }
}

.login .achieve .inner {
  width: 827px;
}

@media screen and (max-width: 768px) {
  .login .achieve .inner {
    width: 100%;
  }
}

.login .achieve .innerwrap {
  display: flex;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .login .achieve .innerwrap {
    flex-wrap: wrap;
    margin-top: calc(24/ 375 * 100vw);
  }
}

.login .achieve .innerwrap .mediashort {
  width: 200px;
  margin-top: 24px;
  margin-right: 50px;
}

.login .achieve .innerwrap .mediashort img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .login .achieve .innerwrap .mediashort {
    width: 100%;
    margin-top: calc(16/ 375 * 100vw);
    margin-right: 0;
    margin-top: 0;
  }
}

.login .achieve .innerwrap .mediatall {
  width: calc(100% - 200px - 50px);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .login .achieve .innerwrap .mediatall {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(16/ 375 * 100vw);
  }
  .login .achieve .innerwrap .mediatall img:first-child {
    max-width: calc(200/ 375 * 100vw);
  }
}

.login .achieve .innerwrap .recommendlist {
  margin-top: 8px;
  padding-left: 0;
}

.login .achieve .innerwrap .recommendlist li {
  border-top: 1px solid #dc5e00;
  padding: 8px 0;
  list-style: none;
  font-size: 14px;
  color: #595757;
}

.login .achieve .innerwrap .recommendlist li:last-child {
  border-bottom: 1px solid #dc5e00;
}

@media screen and (max-width: 768px) {
  .login .achieve .innerwrap .recommendlist {
    margin-top: calc(8/ 375 * 100vw);
  }
  .login .achieve .innerwrap .recommendlist li {
    font-size: calc(14/ 375 * 100vw);
    padding: calc(8/ 375 * 100vw) 0;
  }
}

.login .outline {
  text-align: center;
}

.login .outline .outlinelist {
  width: 720px;
  margin: 12px auto 35px;
}

@media screen and (max-width: 768px) {
  .login .outline .outlinelist {
    width: calc(345/ 375 * 100vw);
    margin: calc(12/ 375 * 100vw) auto calc(35/ 375 * 100vw);
  }
}

.login .outline .outlinelist dt {
  width: 171px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-align: left;
  color: #dc5e00;
  clear: both;
  float: left;
}

@media screen and (max-width: 768px) {
  .login .outline .outlinelist dt {
    width: 100%;
    float: none;
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(35/ 375 * 100vw);
    border-top: 1px solid #dc5e00;
  }
}

.login .outline .outlinelist dd {
  width: auto;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 35px;
  text-align: left;
  color: #141414;
  border-top: 1px solid rgba(220, 94, 0, 0.3);
  margin: 0;
}

.login .outline .outlinelist dd:last-child {
  border-bottom: 1px solid rgba(220, 94, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .login .outline .outlinelist dd {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    padding-bottom: calc(11/ 375 * 100vw);
    border-top: none;
  }
  .login .outline .outlinelist dd:last-child {
    border-bottom: 1px solid #dc5e00;
  }
}

.login .catchtitle {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  color: #E27500;
  justify-content: center;
  align-items: center;
}

.login .catchtitle img {
  display: block;
  width: 39px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .login .catchtitle {
    font-size: calc(25/ 375 * 100vw);
  }
  .login .catchtitle img {
    width: calc(39/ 375 * 100vw);
  }
}

.login .bigtitle {
  font-size: 35px;
  color: #E27500;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .login .bigtitle {
    font-size: calc(24/ 375 * 100vw);
    margin-top: calc(30/ 375 * 100vw);
  }
}

.login .subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .login .subtitle {
    font-size: calc(16/ 375 * 100vw);
    margin-top: calc(8/ 375 * 100vw);
  }
}

.login .thumbnails {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .login .thumbnails {
    width: calc(345/ 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.login .thumbnails .inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 24px;
  margin: 24px auto 0;
  padding: 0 20px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul {
    padding: 15px;
  }
}

.login .thumbnails .inner ul .listwrap {
  position: relative;
}

.login .thumbnails .inner ul .listwrap .boxwrap {
  cursor: pointer;
  display: flex;
}

.login .thumbnails .inner ul .listwrap .boxwrap:hover {
  opacity: 0.8;
}

.login .thumbnails .inner ul .listwrap .boxwrap.noClick {
  cursor: default;
}

.login .thumbnails .inner ul .listwrap .boxwrap.noClick:hover {
  opacity: 1;
}

.login .thumbnails .inner ul .listwrap .boxwrap .imgbox {
  position: relative;
}

.login .thumbnails .inner ul .listwrap .boxwrap .imgbox img {
  width: 65px;
}

.login .thumbnails .inner ul .listwrap .boxwrap .textbox {
  margin-left: 15px;
  position: relative;
  z-index: -1;
}

.login .thumbnails .inner ul .listwrap .favorite {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  margin-top: 4px;
  font-size: 12px;
  position: relative;
  left: 80px;
  z-index: 1;
  max-width: 40%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul .listwrap .favorite {
    max-width: calc(40/ 375 * 100vw);
  }
}

.login .thumbnails .inner ul .listwrap .favorite .favo {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.login .thumbnails .inner ul .listwrap .favorite .favo:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
}

.login .thumbnails .inner ul .listwrap .favorite[data-flag=false] .favo:after {
  background-image: url("../img/lp/favo_off.png");
  background-size: cover;
}

.login .thumbnails .inner ul .listwrap .favorite[data-flag=true] .favo:after {
  background-image: url("../img/lp/favo_on.png");
  background-size: cover;
}

.login .thumbnails .inner ul li {
  width: calc(33.3333333333% - 15px);
  margin-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #595757;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul li {
    width: 100%;
    margin-left: 0;
  }
}

.login .thumbnails .inner ul li:nth-child(3n+1) {
  margin-left: 0;
}

.login .thumbnails .inner ul li .list_tag {
  position: absolute;
  top: 50px;
  right: 0;
  background: #E27500;
  color: white;
  font-size: 6px;
  line-height: 0;
  padding: 10px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .thumbnails .inner ul li .list_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul li .list_title {
    font-size: calc(14/ 375 * 100vw);
  }
}

.login .thumbnails .inner ul li .list_read {
  color: #E27500;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul li .list_read {
    font-size: calc(14/ 375 * 100vw);
  }
}

.login .thumbnails .inner ul li .list_names {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .login .thumbnails .inner ul li .list_names {
    font-size: calc(12/ 375 * 100vw);
  }
}

.login .online {
  background: #f0f0f0;
  margin-top: 48px;
  padding: 25px 0 0;
}

.login .online .inner {
  max-width: 1040px;
  padding: 20px;
  box-sizing: border-box;
}

.login .online .inner .imgwrap {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 24px;
}

.login .online .inner .imgwrap img {
  width: 100%;
}

.login .program .inner {
  width: 827px;
}

@media screen and (max-width: 768px) {
  .login .program .inner {
    width: calc(345/ 375 * 100vw);
  }
}

.login .program .programlist {
  color: #141414;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 13px auto 20px;
}

@media screen and (max-width: 768px) {
  .login .program .programlist {
    margin: calc(13/ 375 * 100vw) auto calc(14/ 375 * 100vw);
  }
}

.login .program .programlist li {
  border-top: 1px solid #dc5e00;
  padding: 5px 0;
}

.login .program .programlist li:last-child {
  border-bottom: 1px solid #dc5e00;
}

@media screen and (max-width: 768px) {
  .login .program .programlist li {
    padding: calc(7/ 375 * 100vw) 0;
  }
}

.login .program .programlist .title {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .login .program .programlist .title {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
  }
}

.login .program .programlist .txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .login .program .programlist .txt {
    font-size: calc(12/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
  }
}

.login .program .sponsoredtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #DC5E00;
}

@media screen and (max-width: 768px) {
  .login .program .sponsoredtitle {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
  }
}

.login .program .sponsoredtitle .colorblk {
  color: #141414;
}

.login .program .sponsoredlist {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #141414;
  list-style: none;
  padding: 0;
  margin: 11px 0 20px;
}

@media screen and (max-width: 768px) {
  .login .program .sponsoredlist {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
    margin: calc(20/ 375 * 100vw) 0 calc(7/ 375 * 100vw);
  }
}

.login .program .sponsoredlist li {
  display: inline;
}

.login .program .sponsoredlist li:not(:last-child):after {
  content: " ／ ";
  color: #DC5E00;
}

.login .exhibition {
  margin-top: 31px;
}

.login .exhibition .inner {
  width: 827px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .login .exhibition .inner {
    width: calc(345/ 375 * 100vw);
  }
}

.login .exhibition .note {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: left;
  color: #141414;
  position: absolute;
  right: 160px;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .login .exhibition .note {
    position: relative;
    right: auto;
    top: 0;
    text-align: center;
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    margin-top: calc(5/ 375 * 100vw);
  }
}

.login .exhibition .exhibitionlist {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #141414;
  list-style: none;
  padding: 0;
  margin: 11px 0 0;
}

@media screen and (max-width: 768px) {
  .login .exhibition .exhibitionlist {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
    margin: calc(14/ 375 * 100vw) 0 calc(30/ 375 * 100vw);
  }
}

.login .exhibition .exhibitionlist li {
  display: inline;
}

.login .exhibition .exhibitionlist li:not(:last-child):after {
  content: " ／ ";
  color: #DC5E00;
}

.login .lasteventlink {
  margin-bottom: 43px;
}

.login .lasteventlink .inner {
  width: 827px;
}

@media screen and (max-width: 768px) {
  .login .lasteventlink .inner {
    width: calc(345/ 375 * 100vw);
  }
}

.login .lasteventlink .linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #e27500;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .login .lasteventlink .linkbtn {
    height: calc(50/ 375 * 100vw);
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(35/ 375 * 100vw);
  }
}

.login .lasteventlink .linkbtn:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10.08px;
  height: 10.08px;
  transform: rotate(45deg);
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .login .lasteventlink .linkbtn:after {
    width: calc(10.08/ 375 * 100vw);
    height: calc(10.08/ 375 * 100vw);
    margin-left: calc(12/ 375 * 100vw);
  }
}

.login .discriptionbtn {
  margin-top: 30px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .login .discriptionbtn {
    padding: calc(15/ 375 * 100vw);
  }
}

.login .discriptionbtn .inner {
  max-width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .login .discriptionbtn .inner {
    flex-wrap: wrap;
  }
}

.login .discriptionbtn .inner h3 {
  display: flex;
  align-items: flex-start;
  font-size: 27px;
  font-weight: 200;
  text-align: center;
  justify-content: center;
}

.login .discriptionbtn .inner h3 img {
  display: block;
  width: 17px;
  margin-right: 10px;
  padding-top: 5px;
}

.login .discriptionbtn .inner .innerwrap {
  width: 100%;
  min-height: 146px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .login .discriptionbtn .inner .innerwrap {
    min-height: auto;
  }
}

.login .discriptionbtn .inner .read {
  max-width: 375px;
  margin: 8px auto 0;
  font-size: 13px;
}

.login .discriptionbtn .inner .dict {
  max-width: 375px;
  margin: 8px auto 0;
  font-size: 13px;
  font-weight: 200;
}

.login .discriptionbtn .inner .caption {
  max-width: 260px;
  margin: 8px auto 0;
  font-size: 17px;
  font-weight: bold;
}

.login .discriptionbtn .inner a {
  display: block;
  max-width: 130px;
  padding: 8px 25px;
  margin: 10px auto 0;
  color: white;
  background: #1A9A44;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.login .discriptionbtn .inner div {
  width: calc(50% - 10px);
  padding: 15px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .login .discriptionbtn .inner div {
    width: 100%;
    padding: calc(15/ 375 * 100vw);
  }
}

.login .discriptionbtn .inner div:first-child {
  border: 1px solid #E27500;
  color: #E27500;
  background: white;
}

.login .discriptionbtn .inner div:last-child {
  margin-left: 20px;
  border: 1px solid #1A9A44;
  color: #1A9A44;
  background: #FEFEEC;
}

@media screen and (max-width: 768px) {
  .login .discriptionbtn .inner div:last-child {
    margin-left: 0;
    margin-top: calc(24/ 375 * 100vw);
  }
}

.login .bnr .inner {
  width: 827px;
}

@media screen and (max-width: 768px) {
  .login .bnr .inner {
    width: calc(345/ 375 * 100vw);
  }
}

.login .bnr .bnrlist {
  display: flex;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .login .bnr .bnrlist {
    flex-direction: column;
  }
}

.login .bnr .bnrlist li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .login .bnr .bnrlist li {
    width: 100%;
  }
}

.login .bnr .bnrlist li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .login .bnr .bnrlist li:first-child {
    margin-right: 0;
    margin-bottom: calc(30/ 375 * 100vw);
  }
}

.login .bnr img {
  width: 100%;
}

.login .vuemodal .vm--overlay {
  background: rgb(0, 0, 0);
}

.login .vuemodal.scrollable .vm--modal {
  height: fit-content !important;
}

.login .vuemodal .vm--modal {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.login .vuemodal .modal-content {
  position: relative;
  margin: 28px 0;
  color: #fff;
  background: none;
}

.login .modal-content .modal-header {
  border-top: none;
}

.login .vuemodal .modal-content .modal-header {
  display: flex;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.login .modal-content .modal-header .btn-close {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  background: none;
}

.login .modal_youtube h1 .pr-tag,
.login .modal-thumb h1 .pr-tag {
  display: none;
}

.endcont {
  width: 1280px;
  padding: 0 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .endcont {
    width: auto;
    padding-left: calc(15/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
  }
}

.endcont-text {
  margin-bottom: 31px;
  color: #595757;
  letter-spacing: 0.03em;
}

.endcont a {
  text-decoration: none;
  color: #E27500;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  appearance: none;
}

.btn:hover {
  opacity: 0.6;
  color: #FFF;
}

.btn.btn--orange {
  background-color: #E27500;
}

.btn.btn--green {
  background-color: #1A9A44;
}

.btn.btn--lightgreen {
  background-color: #009A44;
}

.btn.btn--sm {
  width: 130px;
  height: 35px;
  font-size: 13.75px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .btn.btn--sm {
    width: calc(130/ 375 * 100vw);
    height: calc(35/ 375 * 100vw);
    font-size: calc(13.75/ 375 * 100vw);
  }
}

.btn.btn--md {
  width: 130px;
  height: 35px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .btn.btn--md {
    width: calc(130/ 375 * 100vw);
    height: calc(35/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
}

.btn.btn--lg {
  width: 200px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .btn.btn--lg {
    width: calc(200/ 375 * 100vw);
    height: calc(40/ 375 * 100vw);
    font-size: calc(20/ 375 * 100vw);
  }
}

.btn.btn--apply {
  width: 154px;
  height: 45.77px;
  font-size: 20px;
  line-height: 0.7;
}

@media screen and (max-width: 768px) {
  .btn.btn--apply {
    width: calc(154/ 375 * 100vw);
    height: calc(45.77/ 375 * 100vw);
    font-size: calc(20/ 375 * 100vw);
  }
}

.btn.btn--inquiry {
  width: 205px;
  height: 47px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .btn.btn--inquiry {
    width: calc(205/ 375 * 100vw);
    height: calc(47/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
  }
}

.btn_localnav_big {
  width: auto;
  min-width: 1280px;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .btn_localnav_big {
    margin: 0;
    min-width: 0;
    width: auto;
    bottom: calc(20/ 375 * 100vw);
    padding: 0 calc(14/ 375 * 100vw);
  }
}

.btn_localnav_big li {
  width: 466px;
  height: 50px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #e27500;
  box-sizing: border-box;
}

.btn_localnav_big li:nth-of-type(2) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .btn_localnav_big li {
    width: calc(168/ 375 * 100vw);
    height: calc(35.51/ 375 * 100vw);
  }
}

.btn_localnav_big li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 36.76px;
  text-align: left;
  color: #e27500;
}

.btn_localnav_big li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn_localnav_big li a {
    justify-content: flex-start;
    font-size: calc(12/ 375 * 100vw);
    letter-spacing: 0;
    line-height: calc(24/ 375 * 100vw);
    padding: 0;
    white-space: nowrap;
  }
}

.btn_localnav_big li a:before {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/arrow_down.png) center no-repeat;
  background-size: 28.02px 13.42px;
  width: 28.02px;
  height: 13.42px;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .btn_localnav_big li a:before {
    width: calc(17.42/ 375 * 100vw);
    height: calc(8.71/ 375 * 100vw);
    background-size: contain;
    margin-right: calc(6.6/ 375 * 100vw);
    margin-left: calc(8/ 375 * 100vw);
  }
}

.btn_localnav_big li a i {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/ic_lecture.png) center no-repeat;
  background-size: 39.14px 30.33px;
  width: 39.14px;
  height: 30.33px;
  margin-right: 15px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .btn_localnav_big li a i {
    background-size: contain;
    width: calc(20/ 375 * 100vw);
    height: calc(15.5/ 375 * 100vw);
    margin-right: calc(3.6/ 375 * 100vw);
  }
}

.btn_localnav_big li a i.i-movie {
  background-image: url(/dietetic-congress2022/assets/img/ic_lecture.png);
}

.btn_localnav_big li a i.i-exhibition {
  background-image: url(/dietetic-congress2022/assets/img/ic_exhibition.png);
}

.btn_questionnaire {
  display: block;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .btn_questionnaire {
    width: calc(355/ 375 * 100vw);
  }
}

.btn_questionnaire img {
  max-width: 100%;
}

.btn_questionnaire:hover {
  opacity: 0.8;
}

.btn_modal--link {
  display: inline-block;
  cursor: pointer;
}

.btn.btn--download {
  margin: 1px auto 0;
  width: 259px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.722;
}

@media screen and (max-width: 768px) {
  .btn.btn--download {
    width: calc(259/ 375 * 100vw);
    height: calc(50/ 375 * 100vw);
    font-size: calc(18/ 375 * 100vw);
  }
}

.btn_localnav_big {
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding: 20px 0 20px;
  z-index: 999;
  background-color: #FFF;
}

.modal.modal_about .modal-body figure img.modal_foot-bnr {
  width: 175px;
  height: 121px;
}

.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns .sns__icon {
  width: 30.47px;
  height: 30.47px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .sns .sns__icon {
    width: calc(30.47/ 375 * 100vw);
    height: calc(30.47/ 375 * 100vw);
    margin-right: calc(4/ 375 * 100vw);
  }
}

.sns .sns__icon:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .sns .sns__icon .sns__target:not(.disactive,
.nohover):hover {
    opacity: 0.8;
  }
}

.sns .sns__icon a,
.sns .sns__icon img {
  width: 100%;
}

.sns--top {
  width: 135.3px;
  height: 30.77px;
}

@media screen and (max-width: 768px) {
  .sns--top {
    width: calc(135.3/ 375 * 100vw);
    height: calc(30.77/ 375 * 100vw);
  }
}

.sns--bottom {
  width: 175.69px;
  height: 39.96px;
}

@media screen and (max-width: 768px) {
  .sns--bottom {
    width: calc(175.69/ 375 * 100vw);
    height: calc(39.96/ 375 * 100vw);
  }
}

.sns--bottom .sns__icon {
  width: 39.57px;
  height: 39.57px;
  margin-right: 5.2px;
}

@media screen and (max-width: 768px) {
  .sns--bottom .sns__icon {
    width: calc(39.57/ 375 * 100vw);
    height: calc(39.57/ 375 * 100vw);
    margin-right: calc(5.2/ 375 * 100vw);
  }
}

.favorite {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.favorite .favo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.favorite .favo:after {
  content: "";
  position: relative;
  top: -4px;
  display: block;
  width: 40px;
  height: 35px;
  margin: 0 10px;
}

.favorite[data-flag=false] .favo:after {
  background-image: url("../img/ic_good_off.png");
  background-size: cover;
}

.favorite[data-flag=true] .favo:after {
  background-image: url("../img/ic_good_on.png");
  background-size: cover;
}

#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  /* 最大の横幅 */
  background: gray;
  line-height: 0;
}

#youtube-movie img {
  width: 100%;
}

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.thumbnails {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .thumbnails {
    width: calc(345/ 375 * 100vw);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(20.8/ 375 * 100vw);
    border-top: 1px solid #595757;
  }
}

.thumbnails .inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul {
    padding: 15px;
  }
}

.thumbnails .inner ul .listwrap {
  position: relative;
}

.thumbnails .inner ul .listwrap:nth-child(1),
.thumbnails .inner ul .listwrap:nth-child(2),
.thumbnails .inner ul .listwrap:nth-child(3) {
  padding-top: 0;
}

.thumbnails .inner ul .listwrap .boxwrap {
  cursor: pointer;
  display: flex;
}

.thumbnails .inner ul .listwrap .boxwrap:hover {
  opacity: 0.8;
}

.thumbnails .inner ul .listwrap .boxwrap.noClick {
  cursor: default;
}

.thumbnails .inner ul .listwrap .boxwrap.noClick:hover {
  opacity: 1;
}

.thumbnails .inner ul .listwrap .boxwrap .imgbox {
  position: relative;
}

.thumbnails .inner ul .listwrap .boxwrap .imgbox img {
  width: 65px;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul .listwrap .boxwrap .imgbox img {
    width: calc(65/ 375 * 100vw);
  }
}

.thumbnails .inner ul .listwrap .boxwrap .textbox {
  margin-left: 10px;
  position: relative;
  z-index: -1;
}

.thumbnails .inner ul .listwrap .favorite {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 75px;
  z-index: 1;
  max-width: 40%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul .listwrap .favorite {
    max-width: 100%;
    bottom: calc(10/ 375 * 100vw);
    left: calc(75/ 375 * 100vw);
  }
}

.thumbnails .inner ul .listwrap .favorite .favo {
  display: flex;
  align-items: flex-end;
  color: #595757;
  cursor: pointer;
}

.thumbnails .inner ul .listwrap .favorite .favo:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 5px 0;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul .listwrap .favorite .favo:after {
    width: calc(16/ 375 * 100vw);
    height: calc(14/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul .listwrap .favorite .favo span {
    font-size: calc(12/ 375 * 100vw);
  }
}

.thumbnails .inner ul .listwrap .favorite[data-flag=false] .favo:after {
  background-image: url("../img/ic_good_off.png");
  background-size: cover;
}

.thumbnails .inner ul .listwrap .favorite[data-flag=true] .favo:after {
  background-image: url("../img/ic_good_on.png");
  background-size: cover;
}

.thumbnails .inner ul li {
  width: calc(33.3333333333% - 7px);
  margin-left: 10px;
  padding-top: 25px;
  padding-bottom: 45px;
  border-bottom: 1px dashed #595757;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li {
    width: 100%;
    margin-left: 0;
  }
}

.thumbnails .inner ul li:nth-child(3n+1) {
  margin-left: 0;
}

.thumbnails .inner ul li .list_tag {
  position: absolute;
  top: 50px;
  right: 0;
  background: #E27500;
  color: white;
  font-size: 6px;
  line-height: 0;
  padding: 14px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnails .inner ul li .list_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li .list_title {
    font-size: calc(14/ 375 * 100vw);
  }
}

.thumbnails .inner ul li .list_offer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li .list_offer {
    font-size: calc(14/ 375 * 100vw);
  }
}

.thumbnails .inner ul li .list_read {
  color: #E27500;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li .list_read {
    font-size: calc(14/ 375 * 100vw);
  }
}

.thumbnails .inner ul li .list_pdf {
  position: absolute;
  bottom: 27px;
  left: 75px;
  font-size: 12px;
  margin-top: 4px;
  color: #E27500;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li .list_pdf {
    margin-top: calc(4/ 375 * 100vw);
    bottom: calc(27/ 375 * 100vw);
    left: calc(75/ 375 * 100vw);
    font-size: calc(12/ 375 * 100vw);
  }
}

.thumbnails .inner ul li .list_pdf a {
  color: #E27500;
  text-decoration: none;
}

.thumbnails .inner ul li .list_pdf a:hover {
  opacity: 0.8;
}

.thumbnails .inner ul li .list_names {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner ul li .list_names {
    font-size: calc(12/ 375 * 100vw);
  }
}

.thumbnails .inner .four-columns {
  justify-content: center;
}

.thumbnails .inner .four-columns li {
  width: 285px;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner .four-columns li {
    width: calc(285/ 375 * 100vw);
  }
}

.thumbnails .inner .four-columns li:nth-child(3n+1) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner .four-columns li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.thumbnails .inner .four-columns li:nth-child(4n+1) {
  margin-left: 0;
}

.thumbnails .inner .four-columns li:nth-child(-n+4) {
  border-top: 1px dashed #595757;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner .four-columns li:nth-child(-n+4) {
    border-top: none;
  }
}

.thumbnails .inner .four-columns li:nth-child(n+21) {
  border: none;
}

@media screen and (max-width: 768px) {
  .thumbnails .inner .four-columns li:nth-child(22) {
    border-top: 1px dashed #595757;
  }
}

.thumbnails .inner .four-columns::after {
  content: "";
  display: block;
  width: 590px;
}

.sidemenu .thumbnails {
  margin-top: 0;
}

.sidemenu .thumbnails .listwrap {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 0;
}

.sidemenu .thumbnails .listwrap:hover {
  opacity: 0.8;
}

.sidemenu .thumbnails .listwrap a {
  text-decoration: none;
  display: block;
  padding-bottom: 45px;
}

.sidemenu .thumbnails .listwrap .boxwrap:hover {
  opacity: 1;
}

.sidemenu .thumbnails .listwrap .favorite {
  color: #595757;
}

#moviecontents .thumbnails .inner ul li {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}

#moviecontents .thumbnails .inner ul li:hover {
  opacity: 0.8;
}

#moviecontents .thumbnails a {
  display: block;
  padding-top: 25px;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  #moviecontents .thumbnails a {
    padding-top: calc(25/ 375 * 100vw);
    padding-bottom: calc(45/ 375 * 100vw);
  }
}

#moviecontents .thumbnails .listwrap a {
  text-decoration: none;
}

#moviecontents .thumbnails .listwrap .boxwrap:hover {
  opacity: 1;
}

#moviecontents .thumbnails .favorite {
  color: #595757;
}

#moviecontents .thumbnails .top-bnr {
  display: block;
  width: 600px;
  height: 113px;
  margin: -18px auto 18.8px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #moviecontents .thumbnails .top-bnr {
    width: calc(355/ 375 * 100vw);
    height: calc(217/ 375 * 100vw);
    margin-left: calc(-5/ 375 * 100vw);
    margin-bottom: calc(14.9/ 375 * 100vw);
  }
}

#moviecontents .thumbnails .top-bnr img {
  width: 100%;
  height: 100%;
}

.top-flex + div .thumbnails {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .top-flex + div .thumbnails {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper {
    margin: 0 auto;
    padding-left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .headerlogo img {
    max-width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .headerlogo img {
    max-width: calc(270/ 375 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .inner {
    width: 688px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner {
    width: calc(345/ 375 * 100vw);
    margin: 0 auto;
  }
}

.article-wraper .inner .articlehead {
  display: flex;
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .articlehead {
    width: 688px;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlehead {
    flex-direction: column;
    margin-bottom: calc(44/ 375 * 100vw);
  }
}

.article-wraper .inner .articlehead.addprl:before {
  content: "";
  background: url(/dietetic-congress2022/assets/img/deco_pr_l@2x.png) left top no-repeat;
  width: 50px;
  height: 31.82px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlehead.addprl:before {
    width: calc(50/ 375 * 100vw);
    height: calc(31.82/ 375 * 100vw);
  }
}

.article-wraper .inner .articlehead.addprr:before {
  content: "";
  background: url(/dietetic-congress2022/assets/img/deco_pr_r@2x.png) left top no-repeat;
  width: 50px;
  height: 31.82px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlehead.addprr:before {
    width: calc(50/ 375 * 100vw);
    height: calc(31.82/ 375 * 100vw);
  }
}

.article-wraper .inner .articlehead .logo {
  background: left top no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .articlehead .logo {
    width: 200px;
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlehead .logo {
    width: calc(140/ 375 * 100vw);
    height: calc(89/ 375 * 100vw);
  }
}

.article-wraper .inner .articlehead .sponsorname {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: left;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlehead .sponsorname {
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(18/ 375 * 100vw);
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
}

.article-wraper .inner .newsmv {
  padding-left: 67px;
  padding-right: 117px;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .newsmv {
    padding: 0;
  }
}

.article-wraper .inner .newsmv .hlimit {
  display: block;
  margin: 0 auto 25px;
  width: auto;
  height: 318px;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .newsmv .hlimit {
    height: calc(318/ 375 * 100vw);
  }
}

.article-wraper .inner .mv {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.article-wraper .inner .mv.hlimit {
  display: block;
  margin: 0 auto 25px;
  width: auto;
  height: 318px;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .mv.hlimit {
    height: calc(318/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .mv {
    margin-bottom: calc(25/ 375 * 100vw);
  }
}

.article-wraper .inner h1 {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: left;
  color: #595757;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner h1.small {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner h1 {
    font-weight: 500;
    font-size: calc(28/ 375 * 100vw);
    line-height: calc(35/ 375 * 100vw);
    margin-bottom: calc(35/ 375 * 100vw);
  }
}

.article-wraper .inner h1.reporttite {
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: left;
  color: #595757;
}

.article-wraper .inner h1 .reportsubtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #e2751c;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner h1 .reportsubtitle {
    font-size: calc(24/ 375 * 100vw);
    line-height: calc(40/ 375 * 100vw);
  }
}

.article-wraper .inner h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  color: #595757;
  margin-bottom: 10px;
}

.article-wraper .inner h2.newsh2 {
  font-size: 20px;
  line-height: 26px;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner h2 {
    font-size: calc(20/ 375 * 100vw);
    line-height: calc(25/ 375 * 100vw);
    margin-bottom: calc(10/ 375 * 100vw);
  }
}

.article-wraper .inner .reportteachername {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .reportteachername {
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(23/ 375 * 100vw);
  }
}

.article-wraper .inner p,
.article-wraper .inner h3,
.article-wraper .inner .teacher,
.article-wraper .inner figcaption {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #595757;
  margin-bottom: 10px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner p,
.article-wraper .inner h3,
.article-wraper .inner .teacher,
.article-wraper .inner figcaption {
    font-size: calc(14/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
    margin-bottom: calc(10/ 375 * 100vw);
  }
}

.article-wraper .inner .teacher {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .teacher {
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(23/ 375 * 100vw);
  }
}

.article-wraper .inner h3 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner h3 {
    font-weight: bold;
  }
}

.article-wraper .inner p > a,
.article-wraper .inner .teacher > a,
.article-wraper .inner h3 > a {
  color: #e27500;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .w504px {
    width: 504px;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .w75p {
    width: 75%;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .w50p {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .w30p {
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .w20p {
    width: 20%;
  }
}

.article-wraper .inner figure img {
  width: 100%;
}

.article-wraper .inner .articlesectiontitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #e27500;
  margin: 21px 0;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .articlesectiontitle {
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(18/ 375 * 100vw);
    margin: calc(21/ 375 * 100vw) 0;
  }
}

.article-wraper .inner .articlesectiontitle:after {
  content: "";
  display: block;
  width: auto;
  height: 0;
  background: transparent;
  flex-grow: 1;
  border-top: 1px dashed #e27500;
  margin-left: 17px;
  box-sizing: border-box;
}

.article-wraper .inner .movie {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 40px;
  justify-content: center;
  text-align: center;
  box-sizing: content-box;
}

.article-wraper .inner .movie .movieframe {
  border: 1px solid #e27500;
  box-sizing: content-box;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .movie .movieframe {
    width: 584px !important;
    height: 328.1581685744px !important;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .movie .movieframe {
    width: calc(345/ 375 * 100vw) !important;
    height: calc((345 * 270 / 480)/ 375 * 100vw) !important;
  }
}

.article-wraper .inner .movie .movieframe iframe {
  border: none;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .movie .movieframe iframe {
    width: 584px !important;
    height: 328.5px !important;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .movie .movieframe iframe {
    width: calc(345/ 375 * 100vw) !important;
    height: calc(345 * 270 / 480/ 375 * 100vw) !important;
  }
}

.article-wraper .inner .movie figcaption {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #595757;
  margin: 12px auto 0;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .movie figcaption {
    width: 584px !important;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .movie figcaption {
    width: calc(345/ 375 * 100vw) !important;
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    margin: calc(8/ 375 * 100vw) auto 0;
  }
}

.article-wraper .inner .docs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 40px;
}

.article-wraper .inner .docs a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .docs {
    padding: 0;
  }
}

.article-wraper .inner .docs .doc {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .article-wraper .inner .docs .doc {
    width: 273px;
  }
  .article-wraper .inner .docs .doc:nth-child(2n) {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .docs .doc {
    margin-bottom: calc(35/ 375 * 100vw);
  }
}

.article-wraper .inner .docs .doc .item {
  width: 100%;
}

.article-wraper .inner .docs .doc .item .image {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: center;
  justify-items: center;
  border: 1px solid #e27500;
  box-sizing: content-box;
  background: center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .docs .doc .item .image {
    width: calc(273/ 375 * 100vw);
    height: calc(147.45/ 375 * 100vw);
  }
}

.article-wraper .inner .docs .doc .item figcaption {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #595757;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .article-wraper .inner .docs .doc .item figcaption {
    width: calc(273/ 375 * 100vw);
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(20/ 375 * 100vw);
    margin-top: calc(10/ 375 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .challenge {
    width: 1040px;
    padding-left: 40px;
    margin: 52.4px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .challenge .inner {
    width: 688px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .challenge .inner {
    width: calc(345/ 375 * 100vw);
    margin: 0 auto calc(88/ 375 * 100vw);
  }
}

.challenge .inner .articlesectiontitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 18px;
  text-align: left;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .challenge .inner .articlesectiontitle {
    justify-content: center;
    font-size: calc(23/ 375 * 100vw);
    line-height: calc(18/ 375 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .challenge .inner .articlesectiontitle:after {
    content: "";
    display: block;
    width: auto;
    height: 0;
    background: transparent;
    flex-grow: 1;
    border-top: 2px dashed #e27500;
    margin-left: 17px;
    box-sizing: border-box;
  }
}

.challenge .inner .articlesectiontitle i {
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_challenge@2x.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .articlesectiontitle i {
    width: calc(60/ 375 * 100vw);
    height: calc(60/ 375 * 100vw);
    margin-right: calc(13/ 375 * 100vw);
  }
}

.challenge .inner .info {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .info {
    margin-top: calc(40/ 375 * 100vw);
  }
}

.challenge .inner .info img {
  width: 513.13px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .challenge .inner .info img {
    width: calc(302/ 375 * 100vw);
  }
}

.challenge .inner .present {
  display: flex;
  align-items: center;
  padding: 0 40px 0 92px;
  margin-top: 30px;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .present {
    padding: 0;
    flex-direction: column;
    margin-top: calc(29/ 375 * 100vw);
    margin-bottom: calc(29/ 375 * 100vw);
  }
}

.challenge .inner .present .presentimage {
  display: flex;
  justify-content: center;
  justify-items: center;
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 10px;
  border: 5px solid #e27500;
  background: center no-repeat;
  background-size: contain;
  box-sizing: content-box;
  margin-right: 23px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .present .presentimage {
    width: calc(164/ 375 * 100vw);
    height: calc(164/ 375 * 100vw);
    margin-right: 0;
    margin-bottom: calc(32.25/ 375 * 100vw);
  }
}

.challenge .inner .present .presentimage:after {
  content: "";
  width: 166px;
  height: 25.25px;
  background: url(/dietetic-congress2022/assets/img/deco_present@2x.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -34.25px;
  left: -1px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .present .presentimage:after {
    bottom: calc(-32.25/ 375 * 100vw);
    width: calc(164/ 375 * 100vw);
    height: calc(26/ 375 * 100vw);
  }
}

.challenge .inner .present figcaption {
  flex-shrink: 100;
  display: block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 25px;
  text-align: left;
  color: #595757;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .challenge .inner .present figcaption {
    text-align: center;
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(25/ 375 * 100vw);
    margin-top: calc(12/ 375 * 100vw);
  }
}

.challenge .inner h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .challenge .inner h3 {
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
  }
}

.challenge .inner p,
.challenge .article-wraper .inner .teacher,
.article-wraper .challenge .inner .teacher,
.challenge .article-wraper .inner h3,
.article-wraper .challenge .inner h3 {
  word-break: break-all;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .challenge .inner p,
.challenge .article-wraper .inner .teacher,
.article-wraper .challenge .inner .teacher,
.challenge .article-wraper .inner h3,
.article-wraper .challenge .inner h3 {
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(26/ 375 * 100vw);
  }
}

.challenge .inner a {
  text-decoration: none;
  color: #E27500;
}

.challenge .inner hr {
  display: none;
  border: none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .challenge .inner hr {
    display: block;
    color: #e27500;
    margin-top: calc(34.6/ 375 * 100vw);
    border-bottom: 1px solid #e27500;
  }
}

.challenge .inner .question {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 688px;
  height: auto;
  background: #fefeec;
  padding: 40px 20px 35px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #e27500;
  margin-bottom: 62.9044862518px;
  border-top: 3px solid #e27500;
}

@media screen and (max-width: 768px) {
  .challenge .inner .question {
    align-items: center;
    border-top-width: calc(3/ 375 * 100vw);
    width: calc(348/ 375 * 100vw);
    padding: calc(20/ 375 * 100vw) 0;
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(25/ 375 * 100vw);
  }
}

.challenge .inner .question:after {
  position: absolute;
  bottom: -21.9044862518px;
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/deco_question@2x.png) center no-repeat;
  background-size: contain;
  width: 688px;
  height: 21.9044862518px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .question:after {
    bottom: calc(-21.49/ 375 * 100vw);
    width: calc(348/ 375 * 100vw);
    height: calc(21.49/ 375 * 100vw);
    background-image: url(/dietetic-congress2022/assets/img/deco_question_sp@2x.png);
  }
}

.challenge .inner .question:before {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_q@2x.png) center no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  margin-right: 23px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .challenge .inner .question:before {
    width: calc(80/ 375 * 100vw);
    height: calc(80/ 375 * 100vw);
    margin-right: calc(21/ 375 * 100vw);
  }
}

.challenge .inner .answer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.challenge .inner .answer .answertitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 584px;
  height: 78px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: left;
  color: #595757;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answertitle {
    position: relative;
    align-items: center;
    width: calc(345/ 375 * 100vw);
    height: calc(115.75/ 375 * 100vw);
    border-radius: calc(10/ 375 * 100vw);
    padding: calc(17/ 375 * 100vw) calc(15.5/ 375 * 100vw) calc(28/ 375 * 100vw) calc(7.5/ 375 * 100vw);
    font-size: calc(20/ 375 * 100vw);
    line-height: calc(25/ 375 * 100vw);
  }
}

.challenge .inner .answer .answertitle:before {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_a1@2x.png) center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: 14px;
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answertitle:before {
    width: calc(60/ 375 * 100vw);
    height: calc(60/ 375 * 100vw);
    margin: 0;
    margin-right: calc(21/ 375 * 100vw);
  }
}

.challenge .inner .answer .answertitle:after {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_arrowdowngray@2x.png) center no-repeat;
  background-size: contain;
  width: 21.65px;
  height: 12.94px;
  margin-left: auto;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answertitle:after {
    position: absolute;
    width: calc(21.65/ 375 * 100vw);
    height: calc(12.94/ 375 * 100vw);
    left: calc(161/ 375 * 100vw);
    bottom: calc(9.4/ 375 * 100vw);
  }
}

.challenge .inner .answer .answertitle.open {
  color: #e27500;
}

.challenge .inner .answer .answertitle.open:after {
  background-image: url(/dietetic-congress2022/assets/img/icon_arrowupngray@2x.png);
}

.challenge .inner .answer .answerbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 583.97px;
  height: auto;
  background: #fefeec;
  border: 1px solid #707070;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 31px 20px 28px 39px;
}

.challenge .inner .answer .answerbody > * {
  flex-shrink: 10;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answerbody {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: calc(348/ 375 * 100vw);
    border-radius: 0 0 calc(10/ 375 * 100vw) calc(10/ 375 * 100vw);
    padding: calc(24/ 375 * 100vw) calc(15.5/ 375 * 100vw) calc(26.5/ 375 * 100vw) calc(15.5/ 375 * 100vw);
  }
}

.challenge .inner .answer .answerbody:before {
  content: "";
  display: block;
  background-image: url(/dietetic-congress2022/assets/img/img_correct@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 122px;
  height: 122px;
  margin-right: 38px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answerbody:before {
    width: calc(122/ 375 * 100vw);
    height: calc(122/ 375 * 100vw);
    margin-right: calc(8.8/ 375 * 100vw);
  }
}

.challenge .inner .answer .answerbody .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #e27500;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answerbody .txt {
    width: calc(186/ 375 * 100vw + -2px);
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(28/ 375 * 100vw);
  }
}

.challenge .inner .answer .answerbody .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 45.77px;
  border-radius: 5px;
  background: #1a9a44;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer .answerbody .btn {
    width: calc(154/ 375 * 100vw);
    height: calc(45.77/ 375 * 100vw);
    margin-top: calc(16.7/ 375 * 100vw);
    border-radius: calc(5/ 375 * 100vw);
    font-size: calc(20/ 375 * 100vw);
    line-height: calc(29/ 375 * 100vw);
  }
}

.challenge .inner .answer.a1 .answertitle:before {
  background-image: url(/dietetic-congress2022/assets/img/icon_a1@2x.png);
}

.challenge .inner .answer.a2 .answertitle:before {
  background-image: url(/dietetic-congress2022/assets/img/icon_a2@2x.png);
}

.challenge .inner .answer.a3 .answertitle:before {
  background-image: url(/dietetic-congress2022/assets/img/icon_a3@2x.png);
}

.challenge .inner .answer.incorrect .answerbody {
  align-items: center;
  padding-top: 39px;
  padding-left: 45px;
  background: rgba(183, 183, 183, 0.2);
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer.incorrect .answerbody {
    padding-top: calc(15.7/ 375 * 100vw);
    padding-left: calc(24.2/ 375 * 100vw);
    padding-bottom: calc(26.5/ 375 * 100vw);
  }
}

.challenge .inner .answer.incorrect .answerbody:before {
  background-image: url(/dietetic-congress2022/assets/img/img_incorrect@2x.png);
  width: 91.54px;
  height: 91.54px;
}

@media screen and (max-width: 768px) {
  .challenge .inner .answer.incorrect .answerbody:before {
    width: calc(91.54/ 375 * 100vw);
    height: calc(91.54/ 375 * 100vw);
    margin-right: calc(30.6/ 375 * 100vw);
  }
}

.challenge .inner .answer.incorrect .answerbody .txt {
  color: #54c3f1;
}

@media screen and (min-width: 769px) {
  .articlecontact {
    width: 1040px;
    padding-left: 40px;
    margin: 0 auto;
  }
}

.articlecontact .inner {
  border-radius: 10px;
  background: #e27500;
  padding: 21px 25px 0;
}

@media screen and (min-width: 769px) {
  .articlecontact .inner {
    width: 688px;
    height: 205px;
  }
}

@media screen and (max-width: 768px) {
  .articlecontact .inner {
    width: calc(345/ 375 * 100vw);
    margin: 0 auto;
    padding: calc(21/ 375 * 100vw) calc(24/ 375 * 100vw) calc(41/ 375 * 100vw);
  }
}

.articlecontact .inner .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .articlecontact .inner .title {
    justify-content: center;
    font-size: calc(23/ 375 * 100vw);
  }
}

.articlecontact .inner .title i {
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_contact@2x.png) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .articlecontact .inner .title i {
    width: calc(40/ 375 * 100vw);
    height: calc(40/ 375 * 100vw);
  }
}

.articlecontact .inner .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin: 13px 0 0;
}

@media screen and (max-width: 768px) {
  .articlecontact .inner .txt {
    font-size: calc(18/ 375 * 100vw);
    line-height: calc(25/ 375 * 100vw);
    margin: calc(24/ 375 * 100vw) 0 0;
  }
}

.articlecontact .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205.22px;
  height: 47.08px;
  border-radius: 5px;
  background: #1a9a44;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24.06px;
  text-align: center;
  color: #fff;
  margin: 17px auto 0;
}

@media screen and (max-width: 768px) {
  .articlecontact .inner .btn {
    width: calc(205.22/ 375 * 100vw);
    height: calc(47.08/ 375 * 100vw);
    border-radius: calc(5/ 375 * 100vw);
    margin: calc(26/ 375 * 100vw) auto 0;
    font-size: calc(16/ 375 * 100vw);
    line-height: calc(24.06/ 375 * 100vw);
  }
}

.side {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .side {
    width: 1040px;
  }
}

.side > .inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 40px;
}

.side > .inner .related .segtitle {
  background: #FEFEEC;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .side > .inner .related .segtitle {
    height: calc(30/ 375 * 100vw);
  }
}

.side > .inner .recommend,
.side > .inner .related {
  min-width: 0;
}

.side > .inner .recommend .sectiontitle,
.side > .inner .related .sectiontitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.side > .inner .recommend .sectiontitle i,
.side > .inner .related .sectiontitle i {
  width: 25.39px;
  height: 25.39px;
  background-size: contain;
}

.side > .inner .recommend .inner,
.side > .inner .related .inner {
  width: 232px;
  border-bottom: none;
}

.side > .inner .recommend .inner .contentswrap,
.side > .inner .related .inner .contentswrap {
  width: 100%;
}

.side > .inner .recommend.contents .contentslist,
.side > .inner .related.contents .contentslist {
  height: auto;
  flex-direction: column;
  width: 100%;
}

.side > .inner .recommend.contents .contentslist li,
.side > .inner .related.contents .contentslist li {
  width: 100%;
}

.side > .inner .recommend.contents .contentslist li:not(:nth-child(3n+3)),
.side > .inner .related.contents .contentslist li:not(:nth-child(3n+3)) {
  margin-right: 0;
}

.side > .inner .recommend.contents .contentslist li .listitem,
.side > .inner .related.contents .contentslist li .listitem {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .under .inner {
    width: calc(345/ 375 * 100vw);
    margin: 0 auto;
  }
  .under .inner .addpartingline {
    border-bottom: none;
  }
}

.otsuka {
  font-family: "Kosugi", sans-serif;
}

.article-wraper + .articlecontact {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .article-wraper + .articlecontact {
    margin-top: calc(48/ 375 * 100vw);
  }
}

.presentpickup {
  width: 1200px;
  margin: 30px auto;
  padding-left: 9.4px;
  padding-right: 9.4px;
}

@media screen and (max-width: 768px) {
  .presentpickup {
    width: auto;
    margin-top: 0;
    padding-top: 2.4266666667vw;
    padding-left: 5.1733333333vw;
    padding-right: 5.1733333333vw;
    padding-bottom: 7.8133333333vw;
  }
}

.presentpickup .heading__icons {
  font-weight: bold;
}

.presentpickup .presentlist {
  display: flex;
  gap: 5px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .presentpickup .presentlist {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}

.presentpickup .presentlist .articlecell {
  width: 291.55px;
}

@media screen and (max-width: 768px) {
  .presentpickup .presentlist .articlecell {
    width: 100%;
    border-bottom: 1px dotted #595757;
    padding-top: 4.8vw;
    padding-bottom: 4vw;
  }
}

.presentpickup .articlecell a {
  display: flex;
  text-decoration: none;
}

.presentpickup .articlecell a:hover {
  opacity: 0.8;
}

.presentpickup .articlecell .exhibition__thumb {
  margin: 0 5px 0 0;
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 768px) {
  .presentpickup .articlecell .exhibition__thumb {
    margin: 0 calc(8/ 375 * 100vw) 0 0;
    width: calc(88/ 375 * 100vw);
    height: calc(88/ 375 * 100vw);
  }
}

.presentpickup .articlecell .exhibition__thumb img {
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 768px) {
  .presentpickup .articlecell .exhibition__thumb img {
    width: calc(88/ 375 * 100vw);
    height: calc(88/ 375 * 100vw);
  }
}

.presentpickup .articlecell .exhibition__details {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.3846153846;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .presentpickup .articlecell .exhibition__details {
    font-size: calc(13/ 375 * 100vw);
  }
}

.presentpickup .articlecell .exhibition__details .exhibition__heading {
  font-weight: bold;
  color: #595757;
}

.presentpickup .articlecell .exhibition__details .exhibition__offer {
  font-weight: normal;
  color: #595757;
}

.presentpickup .articlecell .exhibition__details .exhibition__sample {
  color: #e27500;
}

.presentpickup .link {
  text-align: right;
}

.presentpickup .link a {
  text-decoration: none;
  color: #e27500;
}

@media screen and (min-width: 769px) {
  .presentpickup .link a:hover {
    text-decoration: underline;
  }
}

.floatbnr {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin: 0 auto;
  z-index: 999;
  width: 375.5px;
  transition: opacity 0.5s linear, transform 0.5s ease-in-out;
}

.floatbnr.hide {
  opacity: 0;
  transform: translate(0, 287px);
}

@media screen and (max-width: 768px) {
  .floatbnr {
    width: 60vw;
    right: 0;
    left: 0;
  }
  .floatbnr.hide {
    transform: translate(0, 45.8588548602vw);
  }
}

.floatbnr img {
  width: 100%;
  border: rgba(0, 0, 0, 0.6) solid 1px;
}

.floatbnr .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  padding: 0;
  border-radius: 0;
}

.floatbnr .btn-close:before,
.floatbnr .btn-close:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  transform-origin: center;
  position: absolute;
  top: 15px;
  left: 0;
}

.floatbnr .btn-close:before {
  -webkit-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
}

.floatbnr .btn-close:after {
  -webkit-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.b4footer {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 33.8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .b4footer {
    display: none;
  }
}

.b4footer .b4footer__share {
  margin-top: 25px;
  margin-bottom: 13.2px;
}

.b4footer__bnr {
  display: none;
  width: 962px;
  height: 161.5px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .b4footer__bnr {
    display: none;
  }
}

.b4footer__bnr img {
  width: 100%;
  height: 100%;
}

.b4footer__bnr--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .b4footer__bnr--sp {
    display: flex;
    justify-content: center;
    margin-top: calc(30.1/ 375 * 100vw);
    margin-bottom: calc(30.7/ 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .b4footer__bnr--sp img {
    width: calc(345/ 375 * 100vw);
    height: calc(200/ 375 * 100vw);
  }
}

.sec-eiko {
  background: #FCF2B2;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .sec-eiko {
    padding-top: calc(30/ 375 * 100vw);
    padding-bottom: calc(25/ 375 * 100vw);
  }
}

.sec-eiko .ttl-eiko {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-eiko {
    margin-top: 19px;
    margin-bottom: 14px;
  }
}

.sec-eiko .ttl-eiko img {
  width: 765.19px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-eiko img {
    width: calc(349/ 375 * 100vw);
  }
}

.sec-eiko .ttl-nikkilist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: center;
  color: #dc5e00;
  margin-bottom: 13.6px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-nikkilist {
    font-size: calc(20/ 375 * 100vw);
    margin-bottom: calc(11/ 375 * 100vw);
  }
}

.sec-eiko .ttl-nikkilist img {
  width: 75.29px;
  margin-right: 6.5px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-nikkilist img {
    width: calc(75.29/ 375 * 100vw);
    margin-right: calc(6.5/ 375 * 100vw);
  }
}

.sec-eiko .nikkilist {
  margin: 0 auto;
  width: 697.82px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .sec-eiko .nikkilist {
    width: calc(345/ 375 * 100vw);
  }
}

.sec-eiko .nikkilist .item {
  border-top: #dc5e00 dotted 1px;
  padding: 12px 28px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .nikkilist .item {
    padding: calc(15.5/ 375 * 100vw) 0;
  }
}

.sec-eiko .nikkilist .item:last-child {
  border-bottom: #dc5e00 dotted 1px;
}

.sec-eiko .nikkilist .item a {
  color: #595757;
  text-decoration: none;
  display: flex;
}

.sec-eiko .nikkilist .item img {
  width: 109px;
  height: 91px;
  object-fit: cover;
  background: #B7B7B7;
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .nikkilist .item img {
    width: calc(68.4/ 375 * 100vw);
    height: calc(57/ 375 * 100vw);
    margin-right: calc(3/ 375 * 100vw);
  }
}

.sec-eiko .nikkilist .item .info {
  line-height: 1.4444444444;
  text-align: left;
  color: #595757;
}

.sec-eiko .nikkilist .item .info .date {
  font-weight: 300;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .nikkilist .item .info .date {
    font-size: calc(13/ 375 * 100vw);
  }
}

.sec-eiko .nikkilist .item .info .title {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .nikkilist .item .info .title {
    font-size: calc(15/ 375 * 100vw);
  }
}

.sec-eiko .ttl-eiko-article {
  text-align: center;
  margin: 26px auto 14px 20px;
  padding-bottom: 12.7px;
  width: 914px;
  border-bottom: #ffffff solid 3px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-eiko-article {
    margin: 0 auto;
    padding-bottom: calc(8/ 375 * 100vw);
    width: auto;
    border-bottom: none;
  }
}

.sec-eiko .ttl-eiko-article img {
  width: 514.29px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .ttl-eiko-article img {
    width: calc(349/ 375 * 100vw);
  }
}

.sec-eiko .article-header {
  padding-left: 108px;
  background: url(/dietetic-congress2022/assets/img/icon_book.png) left 40px top 7px no-repeat;
  background-size: 59.47px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-header {
    padding-left: 0;
    width: calc(345/ 375 * 100vw);
    margin: 0 auto;
    background: transparent;
  }
}

.sec-eiko .article-header .ttl {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.4857142857;
  text-align: left;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-header .ttl {
    font-size: calc(25/ 375 * 100vw);
  }
}

.sec-eiko .article-header .date {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: left;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-header .date {
    font-size: calc(14/ 375 * 100vw);
  }
}

.sec-eiko .article-sns {
  background: #ffffff;
  margin-left: 107px;
  margin-right: 10px;
  padding-left: 17px;
  padding-right: 15px;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-sns {
    width: calc(375/ 375 * 100vw);
    margin: 0 auto;
    padding-left: calc(10/ 375 * 100vw);
    padding-right: calc(10/ 375 * 100vw);
    padding-top: calc(9/ 375 * 100vw);
  }
}

.sec-eiko .article-body {
  background: #ffffff;
  margin-left: 107px;
  margin-right: 10px;
  padding-top: 1px;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-body {
    width: calc(375/ 375 * 100vw);
    margin: 0 auto;
    padding-left: calc(15/ 375 * 100vw);
    padding-right: calc(15/ 375 * 100vw);
  }
}

.sec-eiko .article-body h3,
.sec-eiko .article-body p,
.sec-eiko .article-body .article-wraper .inner .teacher,
.article-wraper .inner .sec-eiko .article-body .teacher,
.sec-eiko .article-body .article-wraper .inner h3,
.article-wraper .inner .sec-eiko .article-body h3 {
  max-width: 720px;
  padding-left: 17px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .article-body h3,
.sec-eiko .article-body p,
.sec-eiko .article-body .article-wraper .inner .teacher,
.article-wraper .inner .sec-eiko .article-body .teacher,
.sec-eiko .article-body .article-wraper .inner h3,
.article-wraper .inner .sec-eiko .article-body h3 {
    max-width: 768px;
    padding-left: 0;
  }
}

.sec-eiko .btn-list-wrap {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-eiko .btn-list-wrap {
    margin-top: calc(20/ 375 * 100vw);
  }
}

.sec-eiko .btn-list-wrap .btn-list {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: left;
  color: #dc5e00;
}

@media screen and (max-width: 768px) {
  .sec-eiko .btn-list-wrap .btn-list {
    font-size: calc(20/ 375 * 100vw);
  }
}

.sec-eiko .btn-list-wrap .btn-list:before {
  content: "";
  display: block;
  background: url(/dietetic-congress2022/assets/img/icon_book.png) center no-repeat;
  background-size: 59.47px;
  width: 59.47px;
  height: 37.07px;
  margin-right: 5.5px;
}

@media screen and (max-width: 768px) {
  .sec-eiko .btn-list-wrap .btn-list:before {
    background-size: calc(59.47/ 375 * 100vw);
    width: calc(59.47/ 375 * 100vw);
    height: calc(37.07/ 375 * 100vw);
    margin-right: calc(5.5/ 375 * 100vw);
  }
}

.side-eiko {
  background: #E27500;
  border-radius: 10px;
  width: 277px;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .side-eiko {
    width: calc(277/ 375 * 100vw);
    padding-top: calc(17/ 375 * 100vw);
    padding-bottom: calc(13/ 375 * 100vw);
  }
}

.side-eiko-ttl {
  margin: 0 auto;
  text-align: center;
}

.side-eiko-ttl img {
  width: 245.79px;
}

@media screen and (max-width: 768px) {
  .side-eiko-ttl img {
    width: calc(245.79/ 375 * 100vw);
  }
}

.side-eiko .nikkilist {
  margin: 0 auto;
  width: 245.18px;
  list-style: none;
  padding: 0 0 17px;
  border-top: #FFFFFF dotted 1px;
  border-bottom: #FFFFFF dotted 1px;
}

@media screen and (max-width: 768px) {
  .side-eiko .nikkilist {
    width: calc(245.18/ 375 * 100vw);
    padding: 0 0 calc(22/ 375 * 100vw);
  }
}

.side-eiko .nikkilist .item {
  margin: 17px 0 0;
}

@media screen and (max-width: 768px) {
  .side-eiko .nikkilist .item {
    margin: calc(22/ 375 * 100vw) 0 0;
  }
}

.side-eiko .nikkilist .item a {
  color: #595757;
  text-decoration: none;
  display: flex;
}

.side-eiko .nikkilist .item img {
  width: 48px;
  height: 40px;
  object-fit: cover;
  background: #B7B7B7;
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .side-eiko .nikkilist .item img {
    width: calc(48/ 375 * 100vw);
    height: calc(40/ 375 * 100vw);
    margin-right: calc(4.8/ 375 * 100vw);
  }
}

.side-eiko .nikkilist .item .info {
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: left;
  color: #fff;
}

.side-eiko .nikkilist .item .info .date {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .side-eiko .nikkilist .item .info .date {
    font-size: calc(10/ 375 * 100vw);
  }
}

.side-eiko .nikkilist .item .info .title {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .side-eiko .nikkilist .item .info .title {
    font-size: calc(12/ 375 * 100vw);
  }
}

.side-eiko .btn {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .side-eiko .btn {
    margin-top: calc(13/ 375 * 100vw);
  }
}

.side-eiko .btn a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0625;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .side-eiko .btn a {
    font-size: calc(16/ 375 * 100vw);
  }
}

.top-flex .side-eiko {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-flex .side-eiko {
    margin: 0 auto calc(20/ 375 * 100vw);
  }
}

.sp-border {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-border {
    display: block;
    width: calc(345/ 375 * 100vw);
    height: 1px;
    margin: 0 auto;
    margin-top: calc(30.4/ 375 * 100vw);
    background-color: #595757;
  }
}


/* EntryBody
============================== */

.entry-body:after { /* clearfix */
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.entry-body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.entry-body .note-txt {
  margin-top: 0;
}

.entry-body a:not([class]),
.entry-body a.is-popup {
  outline: none;
  color: #e27500;
}

.entry-body a:not([class]):hover,
.entry-body a.is-popup:hover {
  opacity: 0.7;
}

.entry-body a:not(.link-pdf):not(.link-excel):not(.link-word)[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  margin: 0 5px;
  width: 16px;
  height: 14px;
  background: url(/assets/images/ico_external.png) no-repeat 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.entry-body a.is-popup[target=_blank]:after,
.entry-body a[href$=jpg][target=_blank]:after,
.entry-body a[href$=jpeg][target=_blank]:after,
.entry-body a[href$=png][target=_blank]:after,
.entry-body a[href$=gif][target=_blank]:after {
  content: none;
  display: none;
}

.entry-body hr:not([class]) {
  clear: both;
}

.entry-body h1:not([class]),
.entry-body h2:not([class]) { /* like .hdg-lv02-01 */
  position: relative;
  padding: 5px 0;
  font-size: 1.75rem;
  font-weight: normal;
  color: #e27500;
}

.entry-body h3:not([class]),
.entry-body h4:not([class]) { /* like .hdg-lv03-01 */
  margin: 20px 0 10px;
  font-size: 1.25rem;
}

.entry-body p:not([class]),
.entry-body .article-wraper .inner .teacher:not([class]),
.article-wraper .inner .entry-body .teacher:not([class]),
.entry-body .article-wraper .inner h3:not([class]),
.article-wraper .inner .entry-body h3:not([class]),
.entry-body li:not([class]),
.entry-body dt:not([class]),
.entry-body dd:not([class]) {
  /* font-size: 0.875rem; */
  line-height: 1.7;
}

.entry-body > h5:not([class]),
.entry-body > h6:not([class]),
.entry-body > p:not([class]),
.article-wraper .inner .entry-body > .teacher:not([class]),
.article-wraper .inner .entry-body > h3:not([class]),
.entry-body > ul:not([class]),
.entry-body > ol:not([class]),
.entry-body > dl:not([class]),
.entry-body > table:not([class]) {
  margin: 1.7em 0;
}

.entry-body ul:not([class]),
.entry-body ol:not([class]) {
  padding-left: 30px;
}

.entry-body ul:not([class]) > li {
  list-style-type: disc;
}

.entry-body ul:not([class]) ul > li {
  list-style-type: circle;
}

.entry-body ul:not([class]) ul ul > li {
  list-style-type: square;
}

.entry-body ol:not([class]) > li {
  list-style-type: numeric;
}

.entry-body dl:not([class]) dt {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.entry-body dl:not([class]) dd {
  margin-left: 30px;
}

.entry-body blockquote:not([class]) {
  padding: 1.7em 30px;
  border-radius: 4px;
  font-style: italic;
  background-color: #e6e6e6;
}

.entry-body table:not([class]) {
  clear: both;
  width: 100%;
  border-collapse: separate;
  border: 2px solid #e27500;
  border-radius: 4px;
}

.entry-body table:not([class]) caption {
  /* font-size: 0.875rem; */
  line-height: 1.75;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.entry-body table:not([class]) th {
  padding: 10px;
  border-left: 1px dotted #e27500;
  border-bottom: 1px solid #e27500;
  /* font-size: 0.875rem; */
  line-height: 1.75;
  font-family: "Noto Sans JP";
  font-weight: 500;
  background: #fbead9;
}

.entry-body table:not([class]) td {
  padding: 10px;
  border-left: 1px dotted #e27500;
  border-bottom: 1px solid #e27500;
  /* font-size: 0.875rem; */
  line-height: 1.75;
  text-align: left;
}

.entry-body table:not([class]) tr th:first-child,
.entry-body table:not([class]) tr td:first-child {
  border-left: none;
}

.entry-body table:not([class]) tr:first-of-type > th:first-child,
.entry-body table:not([class]) tr:first-of-type > td:first-child {
  border-radius: 4px 0 0 0;
}

.entry-body table:not([class]) tr:first-of-type > th:last-child,
.entry-body table:not([class]) tr:first-of-type > td:last-child {
  border-radius: 0 4px 0 0;
}

.entry-body table:not([class]) tr:last-of-type > th:last-child,
.entry-body table:not([class]) tr:last-of-type > td:last-child {
  border-radius: 0 0 4px 0;
}

.entry-body table:not([class]) tr:last-of-type > th:first-child,
.entry-body table:not([class]) tr:last-of-type > td:first-child {
  border-radius: 0 0 0 4px;
}

.entry-body table:not([class]) tr:last-of-type > th,
.entry-body table:not([class]) tr:last-of-type > td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  article header.ctn-content02 .content-inner .hdg-lv01-01 {
    font-size: 1.5rem;
  }
}

html {
  scroll-padding-top: 90px;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: calc(90/ 375 * 100vw);
  }
}
