@charset "UTF-8";
/******************************************************************
Site Name: 三菱原子力ビジネスパートナー交流会
Author: Harimanics Co.Ltd.
******************************************************************/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, button, header, nav, article, section, footer, aside {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

header, footer, article, section, div {
  box-sizing: border-box;
}

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

p, th, td, li {
  word-break: break-all;
}

legend {
  display: none;
}

li {
  list-style: none;
}

a, img {
  outline: 0;
  border: 0;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span, strong, em, i, address {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

input {
  outline: 0;
}

input[type=submit], input[type=reset], button {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

i, em, address {
  font-style: normal;
}

address {
  font-size: inherit;
}

label {
  color: inherit;
  font-size: inherit;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* ***************************** */
/* default */
/* ***************************** */
@media all {
  *,
*::before,
*::after {
    box-sizing: border-box;
  }
  body {
    font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #333;
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  a {
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  main {
    display: block;
  }
  .form-control--mini {
    display: inline-block;
    width: auto;
    padding-right: 50px;
  }
}
@media all {
  .my-container {
    padding-top: 73px;
  }
}
@media (max-width: 1024px) {
  .my-container {
    padding-top: 34px;
  }
}
@media all {
  .header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 50;
  }
  .header__block {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .header__block {
    padding: 15px 20px 10px;
  }
  .header__logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header__logo h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
  }
  .header__logo h1 a {
    color: #333;
  }
  .header__logo h1 .bp {
    color: #1380B9;
  }
  .header__topics ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 8px;
  }
  .header__topics .btn {
    color: #FFF;
  }
  .header__topics .btn i {
    font-size: 16px;
    padding-right: 5px;
  }
  .header__topics .btn span {
    font-size: 14px;
  }
  .header__topics .btn[data-topic=sections] {
    background-color: #50841B;
  }
  .header__topics .btn[data-topic=survey] {
    background-color: #BA6917;
  }
  .header__topics .btn:hover {
    opacity: 0.8;
  }
  .header__navi__lists {
    display: flex;
    justify-content: flex-end;
    gap: 0 31px;
  }
  .header__navi li {
    position: relative;
    border-bottom: 2px solid transparent;
  }
  .header__navi li a {
    font-size: 20px;
    color: #333;
  }
  .header__navi li::after {
    content: "";
    width: 0;
    height: 60%;
    top: 20%;
    border-left: 1px solid #ccc;
    position: absolute;
    right: -15px;
  }
  .header__navi li:last-child::after {
    content: none;
  }
  .header__navi li:hover {
    border-bottom-color: #a5d7ef;
  }
  .header__navi li[data-current="1"] {
    border-bottom-color: #1380B9;
  }
  .header__list {
    position: relative;
  }
  .header__button {
    color: #000;
    display: block;
  }
  .header__button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .header {
    margin-bottom: 0;
  }
  .header__block {
    padding: 5px 10px;
  }
  .header__logo {
    align-items: center;
    margin-bottom: 0;
  }
  .header__logo h1 {
    font-size: 20px;
  }
  .header__navi-bar i {
    font-size: 24px;
  }
  .header__navi {
    position: fixed;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top: 39px;
    right: -100%;
    transition: all 0.2s ease-in-out;
    width: 80%;
    background-color: rgba(80, 80, 80, 0.95);
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .header__navi.show {
    right: 0;
  }
  .header__navi__lists {
    flex-direction: column;
    padding: 10px;
  }
  .header__navi__lists li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  }
  .header__navi__lists li:last-child {
    border-bottom: none;
  }
  .header__navi li {
    padding: 10px 10px;
  }
  .header__navi li a {
    font-size: 18px;
    color: #FFF;
  }
  .header__navi li::after {
    content: none;
  }
}
@media all {
  .footer {
    background-color: #ECF2FA;
  }
  .footer__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__block {
    padding: 100px 0;
  }
  .footer__intro {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 90px;
  }
  .footer__intro__logo {
    width: 300px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.3;
  }
  .footer__intro__logo .bp {
    color: #1380B9;
  }
  .footer__intro__to-survey {
    width: 300px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #BA6917;
    color: #fff;
    font-size: 14px;
  }
  .footer__intro__to-survey i {
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
  }
  .footer__intro__to-survey:hover {
    background-color: #d7842f;
    color: #fff;
  }
  .footer__navi {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 8%;
  }
  .footer__navi__lists {
    width: 46%;
  }
  .footer__navi__title {
    font-size: 18px;
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
  }
  .footer__navi__list {
    padding-left: 10px;
  }
  .footer__navi__list li {
    padding: 4px 0;
    line-height: 1.2;
  }
  .footer__copyright {
    background-color: #707070;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  .footer__block {
    padding: 50px 0;
  }
  .footer__intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .footer__intro__logo {
    width: 90%;
    height: auto;
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .footer__intro__to-survey {
    width: 90%;
    margin: 0 auto;
  }
  .footer__navi {
    display: flex;
    gap: 20px;
  }
  .footer__navi__lists {
    width: 90%;
    margin: auto;
  }
  .footer__navi__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer__navi__title a {
    font-weight: bold;
  }
  .footer__navi__list {
    padding-left: 5px;
  }
  .footer__navi__list li {
    font-size: 14px;
  }
}
@media all {
  .login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 86px - 40px);
  }
  .login__block {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .login__block {
    border: 2px solid #1380B9;
    border-radius: 20px;
    padding: 40px 80px;
    text-align: center;
  }
  .login__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .login dt {
    margin-bottom: 30px;
  }
  .login__input {
    padding: 30px 20px 30px 30px;
    letter-spacing: 0.55em;
    font-size: 30px;
    text-align: center;
  }
}
@media all {
  .page-title {
    padding: 30px 0;
    text-align: center;
    background-color: #4F6C93;
  }
  .page-title--common {
    background-color: #4F6C93;
  }
  .page-title--kouhinkan {
    background-color: #4a917f;
  }
  .page-title--suetsuke {
    background-color: #8d4573;
  }
  .page-title--kakou {
    background-color: #9d2424;
  }
  .page-title--sekkei {
    background-color: #2b7085;
  }
  .page-title--choutatsu {
    background-color: #62422a;
  }
  .page-title--sections {
    background-color: #50841B;
  }
  .page-title--survey {
    background-color: #BA6917;
  }
  .page-title--download {
    background-color: #707070;
  }
  .page-title__en {
    color: #FFF;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .page-title__ja {
    color: #FFF;
    font-weight: 900;
    font-size: 54px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding: 15px 0;
  }
  .page-title__en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-title__ja {
    font-size: 30px;
  }
}
@media all {
  .caution {
    margin-top: -50px;
  }
  .caution__block {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .caution__box {
    border: 1px solid #f88787;
    padding: 20px 30px;
    border-radius: 10px;
    line-height: 1.6;
  }
  .caution__message__body {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .caution {
    padding: 30px 10px;
  }
}
@media all {
  .sections {
    margin-bottom: 80px;
  }
  .section {
    padding: 110px 10px;
  }
  .section:nth-child(2n) {
    background-color: #ECF6FA;
  }
  .section__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__title {
    text-align: center;
    margin-bottom: 100px;
  }
  .section__title::after {
    content: "";
    display: block;
    border-bottom: 2px solid #1380B9;
    width: 60px;
    margin: auto;
    height: 40px;
  }
  .section__title__en {
    color: #1380B9;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 20px;
  }
  .section__title__ja {
    font-size: 68px;
  }
  .section__title__body {
    font-size: 45px;
  }
  .section__title__sub-title {
    font-size: 38px;
    padding-top: 60px;
    line-height: 1.4;
  }
  .section__box {
    width: 100%;
    margin: 0 auto 20px;
  }
  .section__box--document, .section__box--link {
    max-width: 660px;
    display: flex;
    align-items: center;
  }
  .section__box--document a, .section__box--link a {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 22px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
  }
  .section__box--document a i, .section__box--link a i {
    padding-right: 20px;
  }
  .section__box--document a:hover, .section__box--link a:hover {
    background-color: #e6e6e6;
    color: #333;
  }
  .section__box--document a span span, .section__box--link a span span {
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
    background-color: #62422a;
    color: #FFF;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
  }
  .section__box--document a span span i, .section__box--link a span span i {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0;
  }
  .section__box--document a i {
    font-size: 49px;
  }
  .section__box--document a span {
    font-size: 20px;
  }
  .section__box--link a i {
    font-size: 38px;
  }
  .section__box--link a span {
    font-size: 18px;
  }
  .section__box--youtube {
    padding-top: 30px;
    max-width: 800px;
    margin-bottom: 60px;
  }
  .section__box--youtube__iframe-wrap {
    width: 100%;
    max-width: 800px;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 5px;
  }
  .section__box--youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .section__box--youtube p {
    font-size: 14px;
  }
  .section__box--movie {
    max-width: 800px;
    margin-bottom: 80px;
    margin-top: -40px;
  }
  .section__box--movie a {
    color: #1380B9;
    text-decoration: underline;
  }
  .section__box--movie a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 40px 10px;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .section__title__en {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section__title__ja {
    font-size: 40px;
  }
  .section__title__body {
    font-size: 20px;
  }
  .section__title__sub-title {
    font-size: 28px;
    padding-top: 60px;
  }
  .section__box--document, .section__box--link {
    max-width: 100%;
  }
  .section__box--document a, .section__box--link a {
    padding: 20px 20px;
  }
  .section__box--document a i {
    font-size: 32px;
  }
  .section__box--document a span {
    font-size: 16px;
  }
  .section__box--link a i {
    font-size: 32px;
  }
  .section__box--link a span {
    font-size: 16px;
  }
  .section__box--movie {
    margin-bottom: 50px;
    margin-top: -50px;
  }
  .section__box--movie a {
    font-size: 14px;
  }
}
@media all {
  .to-next-section {
    position: fixed;
    right: 10px;
    bottom: -90px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }
  .to-next-section.visible {
    bottom: 10px;
    transition: all 0.8s ease-in-out;
  }
  .to-next-section button {
    border: none;
    background-color: #4F6C93;
    color: #FFF;
    padding: 15px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .to-next-section button span {
    font-size: 12px;
  }
  .to-next-section button i {
    font-size: 24px;
  }
  .to-next-section button:hover {
    background-color: #617fa4;
  }
}
@media (max-width: 1024px) {
  .to-next-section {
    display: none;
  }
}
@media all {
  .content {
    padding: 110px 10px;
  }
  .content__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .content dt {
    color: #FFF;
    font-size: 20px;
    padding: 10px 15px;
  }
  .content dt.default {
    padding: 5px 10px;
    font-size: 16px;
  }
  .content dt.null {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .content dd {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #ddd;
  }
  .content__title {
    background-color: #404040;
  }
  .content__title--common {
    background-color: #4F6C93;
  }
  .content__title--kouhinkan {
    background-color: #4a917f;
  }
  .content__title--suetsuke {
    background-color: #8d4573;
  }
  .content__title--kakou {
    background-color: #9d2424;
  }
  .content__title--sekkei {
    background-color: #2b7085;
  }
  .content__title--choutatsu {
    background-color: #62422a;
  }
  .content__box {
    width: 33.3333333333%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 25px 15px;
    display: flex;
    align-items: center;
  }
  .content__box:hover {
    background-color: #f3f3f3;
    color: #333;
  }
  .content__box__thumbnail {
    width: 22%;
    margin-right: 5%;
    text-align: center;
  }
  .content__box__thumbnail img {
    width: 100%;
  }
  .content__box__thumbnail i {
    font-size: 48px;
    opacity: 0.5;
  }
  .content__box__thumbnail i.fa-movie {
    font-size: 40px;
  }
  .content__box__thumbnail--common i {
    color: #4F6C93;
  }
  .content__box__thumbnail--kouhinkan i {
    color: #4a917f;
  }
  .content__box__thumbnail--suetsuke i {
    color: #8d4573;
  }
  .content__box__thumbnail--kakou i {
    color: #9d2424;
  }
  .content__box__thumbnail--sekkei i {
    color: #2b7085;
  }
  .content__box__thumbnail--choutatsu i {
    color: #62422a;
  }
  .content__box__info {
    width: 72%;
  }
  .content__box__info__presenter {
    font-size: 13px;
  }
  .content__box__info__title {
    font-size: 17px;
    line-height: 1.3;
    word-break: break-word;
  }
}
@media (max-width: 1024px) {
  .content {
    padding: 50px 10px;
  }
  .content__box {
    width: 100%;
    padding: 15px 10px;
  }
}
@media all {
  .mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .mainvisual {
    background-image: url("/shared/2022/img/_raw/content/top/bgimg_mainvisual05_i.jpg");
    height: 275px;
  }
}
@media (min-width: 1025px) {
  .mainvisual {
    background-image: url("/shared/2022/img/_raw/content/top/bgimg_mainvisual05.jpg");
    height: 400px;
  }
}
@media all {
  .extension__block {
    text-align: center;
    padding-top: 150px;
  }
  .extension__box {
    display: inline-block;
    border: 2px solid #f88787;
    padding: 30px 80px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.6;
  }
  .extension__title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #666;
  }
  .extension__body {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .extension__date {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .extension__block {
    padding-top: 20px;
    margin: 0 20px;
  }
  .extension__box {
    padding: 30px 20px;
  }
}
@media all {
  .entry-form {
    padding: 100px 0 240px;
  }
  .entry-form__block {
    max-width: 800px;
    margin: 0 auto;
  }
  .entry-form__title {
    margin-bottom: 100px;
  }
  .entry-form__mainvisual {
    height: 350px;
  }
  .entry-form__extension {
    padding-top: 80px;
  }
  .entry-form__intro {
    margin-bottom: 60px;
    font-size: 16px;
  }
  .entry-form__boxes {
    padding-bottom: 50px;
    width: 90%;
    max-width: 600px;
    margin: auto;
  }
  .entry-form dl {
    padding: 20px 10px;
    border-bottom: 2px solid #eee;
    display: flex;
    line-height: 1.4;
  }
  .entry-form dt {
    width: 40%;
    font-size: 16px;
    padding-top: 9px;
  }
  .entry-form dt.entry-form__confirm {
    padding-top: 0;
  }
  .entry-form dd {
    width: 60%;
    font-size: 16px;
    word-wrap: break-word;
  }
  .entry-form dl[data-must="1"] dt {
    padding-top: 3px;
  }
  .entry-form dl[data-must="1"] dt::after {
    content: "※必須項目";
    color: #c00;
    display: block;
    font-size: 12px;
    padding-top: 1px;
    letter-spacing: 0;
    font-weight: normal;
  }
  .entry-form__accept {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
  }
  .entry-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  .entry-form__thanks__body {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .entry-form {
    padding: 50px 0 60px;
  }
  .entry-form__block {
    max-width: calc(100% - 40px);
  }
  .entry-form__title {
    margin-bottom: 52px;
  }
  .entry-form__boxes {
    margin-left: 0;
    margin-right: 0;
  }
  .entry-form__intro {
    font-size: 14px;
    line-height: 1.4;
  }
  .entry-form dl {
    flex-direction: column;
  }
  .entry-form dt {
    width: 100%;
    padding-top: 0;
    font-weight: bold;
    color: #999;
  }
  .entry-form dd {
    width: 100%;
  }
  .entry-form__thanks {
    margin-bottom: 60px;
  }
  .entry-form__thanks__body {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .entry-form__thanks {
    max-width: 510px;
    margin: 0 auto 60px;
  }
}
@media all {
  .survey__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all {
  .survey-intro__block {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-intro__block {
    padding: 80px 0;
  }
  .survey-intro__box {
    border: 2px solid #f88787;
    padding: 30px 30px 20px;
    border-radius: 10px;
    line-height: 1.6;
  }
  .survey-intro__title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #666;
    text-align: center;
  }
  .survey-intro__message {
    margin-bottom: 30px;
  }
  .survey-intro__message__body {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    text-indent: 1em;
  }
  .survey-intro__by {
    text-align: right;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .survey-intro__block {
    padding: 40px 10px;
  }
  .survey-intro__box {
    padding: 20px 15px;
  }
  .survey-intro__title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .survey-intro__message {
    margin-bottom: 20px;
  }
  .survey-intro__message__body {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .survey-intro__by {
    font-size: 12px;
  }
}
@media all {
  .survey-form__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-form__block {
    padding-bottom: 80px;
  }
  .survey-form__boxes {
    margin-bottom: 80px;
  }
  .survey-form__box__title {
    background-color: #e5e5e5;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .survey-form dl {
    margin-bottom: 50px;
  }
  .survey-form dl dt {
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .survey-form dl dt[data-must="1"]::after {
    content: " ※必須";
    color: #e10000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .survey-form dl dd {
    padding-left: 50px;
  }
  .survey-form dl dd.has-error {
    position: relative;
    padding-bottom: 15px;
  }
  .survey-form dl dd.has-error::before {
    position: absolute;
    content: "必須項目が空白です";
    display: block;
    background-color: #ffe5e5;
    color: #c00;
    bottom: -10px;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 10px;
  }
  .survey-form dl dd.confirm span {
    padding: 5px 12px;
    background-color: #f3f3f3;
    display: inline-block;
    min-width: 260px;
  }
  .survey-form dl[data-type=text] {
    display: flex;
    align-items: center;
  }
  .survey-form dl[data-type=text] dt {
    width: 120px;
    margin-bottom: 0;
  }
  .survey-form dl[data-type=text] dd {
    width: calc(100% - 100px);
    padding-left: 0;
  }
  .survey-form dl.has-sub {
    margin-bottom: 30px;
  }
  .survey-form dl.is-sub {
    margin-bottom: 50px;
  }
  .survey-form dl.is-sub dt {
    padding-left: 40px;
    font-size: 14px;
  }
  .survey-form dl.has-sub-sub {
    margin-bottom: 10px;
  }
  .survey-form dl ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
  }
  .survey-form dl label.selection-child {
    font-size: 14px;
    padding-left: 3px;
  }
  .survey-form dl input[type=text] {
    width: 100%;
    max-width: 300px;
  }
  .survey-form dl textarea {
    height: 80px;
  }
  .survey-form dl select {
    position: relative;
  }
  .survey-form dl label.select-arrow {
    position: relative;
  }
  .survey-form dl label.select-arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    right: 13px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    pointer-events: none;
  }
  .survey-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  .survey-form__thanks__body {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .survey-form__block {
    padding: 0 10px 40px 10px;
  }
  .survey-form__boxes {
    margin-bottom: 80px;
  }
  .survey-form__box__title {
    padding: 10px;
    font-size: 14px;
  }
  .survey-form dl {
    margin-bottom: 50px;
    padding-right: 10px;
  }
  .survey-form dl dt {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .survey-form dl dd {
    padding-left: 20px;
  }
  .survey-form dl dd.has-error {
    padding-bottom: 10px;
  }
  .survey-form dl dd.has-error::before {
    bottom: -10px;
    font-size: 12px;
    padding: 3px 10px;
  }
  .survey-form dl dd.confirm span {
    padding: 5px 12px;
    min-width: 200px;
    font-size: 14px;
  }
  .survey-form dl[data-type=text] {
    display: flex;
    align-items: center;
  }
  .survey-form dl[data-type=text] dt {
    width: 25%;
  }
  .survey-form dl[data-type=text] dd {
    width: 65%;
  }
  .survey-form dl.has-sub {
    margin-bottom: 20px;
  }
  .survey-form dl.is-sub {
    margin-bottom: 30px;
  }
  .survey-form dl.is-sub dt {
    padding-left: 20px;
    font-size: 13px;
  }
  .survey-form dl.has-sub-sub {
    margin-bottom: 10px;
  }
  .survey-form dl ul {
    display: block;
  }
  .survey-form dl ul label {
    display: inline;
  }
  .survey-form dl label.selection-child {
    font-size: 13px;
    padding-left: 3px;
  }
  .survey-form dl select {
    width: 100%;
  }
  .survey-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  .survey-form__thanks__body {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media all {
  .survey-howto__block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-howto__block {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .survey-howto__caution {
    padding-top: 50px;
    color: #c00;
    margin-bottom: 20px;
    font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .survey-howto__block {
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .survey-howto__caution {
    padding-top: 50px;
    color: #c00;
    margin-bottom: 20px;
    font-weight: bold;
  }
}
@media all {
  .survey-result__block {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-result__block {
    padding: 80px 0;
  }
  .survey-result__box {
    margin-bottom: 50px;
  }
  .survey-result__box__title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .survey-result__box th {
    font-weight: bold;
  }
  .survey-result__box td {
    font-size: 14px;
  }
  .survey-result__box .no {
    width: 5%;
  }
  .survey-result__box .time {
    width: 10%;
  }
  .survey-result__box .ip {
    width: 20%;
  }
  .survey-result__box .referer {
    width: 50%;
  }
  .survey-result__box .score {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .not-sp,
.tab {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .not-tab,
.sp {
    display: none;
  }
}
@media (min-width: 1025px) {
  .not-pc,
.sp,
.tab {
    display: none;
  }
}