@charset "UTF-8";
/* 共通 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #303831;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: url(../images/bg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc_display {
    display: none;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tab_display {
    display: block;
  }
}

.sp_display {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_display {
    display: block;
  }
}

.content_inner {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}

.to_top {
  display: none;
  transition: all 0.6s;
}

.to_top.active {
  display: block;
  width: 176px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .to_top.active {
    width: 82px;
    position: fixed;
    bottom: 70px;
    right: 25px;
  }
}

.text_center {
  text-align: center;
}

.mg_auto {
  margin: auto;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb_50 {
    margin-bottom: 25px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

/* ------- 404 ----------- */
.min_content {
  min-height: 500px;
}
.min_content p {
  margin-top: 50px;
  text-align: center;
}

/* header */
header {
  background-color: rgba(255, 255, 255, 0.4941176471);
  width: 100%;
  padding: 25px;
}
@media screen and (max-width: 1023px) {
  header {
    padding: 0 25px;
  }
}

.header_logo {
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_logo a {
  display: block;
}
.header_logo .logo01 {
  width: 25%;
}
.header_logo .logo02 {
  width: 24%;
}
.header_logo .logo03 {
  margin-left: 10px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 90%;
  }
}

/* footer */
footer {
  background-color: #fff;
  padding: 30px;
}
footer .footer_link {
  margin-bottom: 70px;
}

.footer_copy {
  max-width: 560px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    width: 100%;
    display: block;
  }
  .footer_copy p {
    font-size: 14px;
    text-align: center;
  }
}

.footer_logo {
  width: 88%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_logo .logo01 {
  width: 25%;
}
.footer_logo .logo02 {
  width: 24%;
}
.footer_logo .logo03 {
  margin-left: 10px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 100%;
    display: block;
  }
  .footer_logo .logo01 {
    width: 25%;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_logo .logo02 {
    width: 24%;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_logo .logo03 {
    margin-left: 10px;
    width: 49%;
    margin: auto;
    margin-bottom: 10px;
  }
}

/* top 獣医核医学TRTの社会実装に向けた調査研究 */
main.questform {
  padding: 38px 0 75px;
}
@media screen and (max-width: 767px) {
  main.questform {
    padding: 20px 0 36px;
  }
}

.tb_wrap {
  padding: 38px 35px;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.tb_wrap ul {
  display: flex;
  list-style: none;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tb_wrap {
    padding: 20px 18px;
  }
  .tb_wrap ul {
    display: block;
  }
}

.questform_content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.questform_content h2 {
  margin: 0;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #476cb2;
}
.questform_content h3 {
  margin: 0;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 44px;
  color: #c43e37;
}
.questform_content p.top_text {
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 35px;
  border-radius: 14px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.questform_content .questform_img01 {
  position: absolute;
  width: 180px;
  height: auto;
  top: 14%;
  right: 30px;
}
.questform_content .questform_img02 {
  position: absolute;
  width: 174px;
  height: auto;
  top: 27%;
  right: 0;
}
.questform_content .questform_img03 {
  position: absolute;
  width: 218px;
  height: auto;
  top: 36%;
  right: 30px;
}
.questform_content .questform_img04 {
  position: absolute;
  width: 184px;
  height: auto;
  top: 46%;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .questform_content .questform_img01 {
    display: none;
  }
  .questform_content .questform_img02 {
    display: none;
  }
  .questform_content .questform_img03 {
    display: none;
  }
  .questform_content .questform_img04 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .questform_content h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .questform_content h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .questform_content p.top_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.cform {
  width: calc(100% - 48px);
  margin-top: 70px;
  margin-bottom: 35px;
  margin-left: 48px;
}
.cform th {
  text-align: left;
  font-weight: 400;
  padding: 10px 0;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus {
  outline: none;
}
.cform input[type=text],
.cform textarea {
  width: 100%;
  padding: 15px;
  border: 0.25px solid #000;
}
.cform select {
  padding: 6px 15px;
  border-radius: 4px;
  border: 0.25px solid #000;
}
@media screen and (max-width: 767px) {
  .cform {
    width: calc(100% - 30px);
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .cform th {
    padding: 8px 0;
  }
  .cform input[type=text],
  .cform textarea {
    padding: 10px;
  }
  .cform select {
    width: 100%;
    padding: 10px;
  }
}

.qnum {
  position: relative;
}
.qnum::before {
  position: absolute;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qnum::before {
    width: 26px;
    height: 26px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}

.qnum01::before {
  background-image: url(../images/num01.png);
}

.qnum02::before {
  background-image: url(../images/num02.png);
}

.qnum03::before {
  background-image: url(../images/num03.png);
}

.qnum04::before {
  background-image: url(../images/num04.png);
}

.qnum05::before {
  background-image: url(../images/num05.png);
}

.qnum06::before {
  background-image: url(../images/num06.png);
}

.qnum07::before {
  background-image: url(../images/num07.png);
}

.qnum08::before {
  background-image: url(../images/num08.png);
}

.qnum09::before {
  background-image: url(../images/num09.png);
}

.qnum10::before {
  background-image: url(../images/num10.png);
}

.qnum11::before {
  background-image: url(../images/num11.png);
}

.qnum12::before {
  background-image: url(../images/num12.png);
}

.hissu {
  color: #c43e37;
  font-size: 12px;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input {
  background: url(../images/send.png) no-repeat;
  width: 170px;
  height: 44px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.mw_wp_form_confirm .btn input {
  /*送信ボタン用*/
  background: url(../images/send2.png) no-repeat;
  width: 170px;
  height: 44px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

#submitback input {
  /*戻るボタン用*/
  background: url(../images/return.png) no-repeat;
  width: 170px;
  height: 44px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.mw_wp_form_input #btn_reset2,
.mw_wp_form_preview #btn_reset2 {
  /*リセットボタン用*/
  background: url(../images/reset.png) no-repeat;
  width: 170px;
  height: 44px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
}

/* page */
main.page h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}

.page_content {
  width: 90%;
  max-width: 1000px;
  padding: 30px;
  margin: auto;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 70px;
}