@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

@media screen and (min-width: 320px) {
  .no-wrap {
    white-space: nowrap;
  }
}

.is-annotation {
  display: flex;
}

.is-block {
  display: block;
}

.is-required {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 0.5em;
  padding: 0.35em 0.4em 0.25em;
  background-color: rgb(244, 67, 54);
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  line-height: 1;
  font-size: 75%;
  font-weight: 600;
  color: #fff;
}

/* .is-required.is-branch01,
.is-required.is-branch02,
.is-required.is-branch03{
	display: none;
} */

.partner-survey .is-mb8 {
  margin-bottom: 8px!important;
}

.partner-survey .is-mb16 {
  margin-bottom: 16px!important;
}

.partner-survey .is-mb64 {
  margin-bottom: 64px!important;
}

.partner-survey .is-mb80 {
  margin-bottom: 80px!important;
}

.partner-survey .is-mb0 {
  margin-bottom: 0px !important;
}

.partner-survey .is-mr8 {
  margin-right: 8px !important;
}

.partner-survey .is-bold {
  font-weight: bold;
}

.partner-survey__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  background-color: rgb(0, 188, 212);
}

.partner-survey {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 44px 20px 80px;
  font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.partner-survey__title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

.partner-survey__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #cfd8dc;
}

@media screen and (min-width: 768px) {
  .partner-survey__title {
    font-size: 30px;
  }
}

.partner-survey__form__title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.partner-survey__form__title.is-left {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .partner-survey__form__title {
    font-size: 24px;
  }
}

.partner-survey__form__title02 {
  margin-bottom: 16px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.partner-survey__form__lead {
  text-align: center;
}

.partner-survey__form__button {
  width: 100%;
  height: 44px;
}

.partner-survey__form__button.is-marginTop40 {
  margin-top: 40px;
}

.partner-survey__form__button button {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 188, 212);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.partner-survey__form__button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 188, 212);
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.partner-survey__form__button button:hover,
.partner-survey__form__button a:hover {
  opacity: 0.7;
}

.partner-survey__form__buttonBack {
  width: 100%;
  height: 44px;
  margin-top: 20px;
}

.partner-survey__form__buttonBack a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.partner-survey__form__button--float {
  position: fixed;
  right: 0;
  top: 50%;
  width: 150px;
  height: 100px;
  box-shadow: -7px 6px 24px -2px #bfbfbf;
}

@media screen and (max-width: 767px) {
  .partner-survey__form__button--float {
    top: 90%;
    width: 120px;
    height: 60px;
  }
}

.partner-survey__form__button--float button {
  border-radius: 4px 0 0 4px;
}
.formrun-system-confirm .partner-survey__form__button--float {
  display: none;
}

/*form*/
.partner-survey__form__section {
  text-align: left;
}

.partner-survey__form__section:not(:last-child) {
  margin-bottom: 40px;
}

.partner-survey__form__section:not(:last-child).is-marginBottom80 {
  margin-bottom: 80px;
}

.partner-survey__form__section__title,
.partner-survey__form__section__title02 {
  display: flex;
  margin-bottom: 16px;
  text-align: left;
  font-size: 16px;
}

.partner-survey__form__section__title .is-question,
.partner-survey__form__section__title02 .is-question {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 500;
  white-space: nowrap;
}

.partner-survey__form__section__lead {
  text-align: left;
}

.partner-survey__form__section__lead:not(:last-child) {
  margin-bottom: 28px;
}

.partner-survey__form__section__lead.is-strong {
  border-left: 4px solid rgb(0, 188, 212);
  padding-left: 12px;
  font-weight: 500;
}

.partner-survey__form__section__lead .is-textLink {
  color: #333;
  transition: 0.3s;
}

.partner-survey__form__section__lead .is-textLink:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.partner-survey__form__section__lead .is-middle {
  font-weight: 500;
}

.partner-survey__form__section__lead .is-red {
  color: rgb(244, 67, 54);
  font-weight: bold;
}

.partner-survey__form__section__lead .is-red.is-small {
  font-size: 14px;
  line-height: 1.8;
}

.partner-survey__form__section__lead .is-box {
  display: block;
  margin-top: 3px;
  margin-bottom: 24px;
  padding: 20px;
  background-color: rgb(217, 217, 217, 0.3);
  border-radius: 4px;
  font-size: 14px;
}

/*ul,ol*/

.partner-survey__form__section__li,
.partner-survey__form__column {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgb(217, 217, 217);
  font-weight: 500;
  font-size: 14px;
}
.partner-survey__form__column .is-indent {
  padding-left: 1em;
}

.partner-survey__form__section__li > li:not(:last-of-type) {
  margin-bottom: 16px;
}

.partner-survey__form__section__li ol {
  margin-top: 8px;
  padding-left: 1em;
  font-weight: normal;
}

.partner-survey__form__section__li ol > li:not(:last-of-type) {
  margin-bottom: 4px;
}

.partner-survey__form .is-textWrap:not(:last-child) {
  margin-bottom: 20px;
}

.partner-survey__form .is-text label:not(:last-child) {
  display: block;
  margin-bottom: 8px;
}

.partner-survey__form .is-text input {
  display: block;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.partner-survey__form input:not(.is-no-error).formrun-has-error {
  border-color: #d9534f !important;
}

.partner-survey__form .is-radio {
  display: flex;
  flex-direction: column;
}

.partner-survey__form .is-radioWrap:not(:last-child) {
  margin-bottom: 16px;
}

.partner-survey__form .is-radio > * {
  width: 100%;
}

.partner-survey__form .is-radio > *:not(:last-child) {
  margin-bottom: 8px;
}

.partner-survey__form .is-radio label {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  font-size: 16px;
  word-break: break-all;
  cursor: pointer;
}

.partner-survey__form .is-radio input {
  width: 13px;
  min-width: 13px;
  height: 13px;
  min-height: 13px;
  margin-right: 8px;
}

.partner-survey__form .is-classifier {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.partner-survey__form .is-classifier:not(:last-child) {
  margin-bottom: 8px;
}

.partner-survey__form .is-classifier input {
  margin-right: 8px;
}

.partner-survey__form .is-other {
  display: flex;
  align-items: stretch;
}

.partner-survey__form .is-other label {
  margin-right: 8px;
  white-space: nowrap;
}

.partner-survey__form .is-other .is-text {
  display: block;
  width: 100%;
}

.partner-survey__form .is-other .is-text input {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.partner-survey__form .is-inline input {
  display: inline;
  width: auto;
  height: 100%;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.partner-survey__form .is-textarea {
  width: 100%;
}

.partner-survey__form .is-textarea textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.partner-survey__form [data-formrun-show-if-confirm] {
  font-weight: 700;
}
.partner-survey__form [data-formrun-show-if-confirm] {
  font-weight: 700;
}

.partner-survey__form .is-error {
  margin-top: 4px;
  font-size: 80%;
  font-weight: 600;
  color: rgb(244, 67, 54);
}
.partner-survey__form__section__li02 {
  margin-left: 1em;
  text-align: left;
}
.partner-survey__form__section__li02 li {
  margin-bottom: 10px;
  list-style-type: decimal;
}

/*table*/

.partner-survey__form__tableWrap {
  position: relative;
  overflow-x: scroll;
  margin-bottom: 32px;
}

.partner-survey__form__table {
  width: 780px;
}

@media screen and (min-width: 768px) {
  .partner-survey__form__table {
    width: 100%;
  }
}

.partner-survey__form__table .is-border {
  border-bottom: 3px solid #666;
}

.partner-survey__form__table,
.partner-survey__form__table td,
.partner-survey__form__table th {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: normal;
}
.partner-survey__form__table th {
  padding: 8px;
  text-align: center;
}

.partner-survey__form__table th.is-gray {
  background-color: #f0f0f0;
}

.partner-survey__form__table.is-second th {
  min-width: 62px;
}

.partner-survey__form__table td {
  padding: 8px;
}

.partner-survey__form__table td.no-wrap {
  white-space: nowrap;
}

.partner-survey__form__table td.no-wrap input {
  margin-right: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
}

.partner-survey__form__table td.is-center {
  text-align: center;
}

.partner-survey__form__table td.is-checkbox input {
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.partner-survey__form__table td.is-radio {
  display: table-cell;
}

.partner-survey__form__table td.is-radio label {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
}

.partner-survey__form__table td.is-disabled {
  position: relative;
}

.partner-survey__form__table td.is-disabled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.partner-survey__form__table td .is-table2col {
  display: flex;
}

.partner-survey__form__table td .is-table2col .is-text {
  display: flex;
  width: calc(100% - 100px);
}

.partner-survey__form__table td .is-table2col .is-text input {
  margin-top: -3px;
  padding: 2px 4px;
  line-height: 1;
  font-size: 14px;
}

/*confirm
.is-value{
	min-height: 1.5em;
	font-weight: 600;
}

.partner-survey__form__tableWrap .is-confirm{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/*thanks*/
.partner-survey.is-thanks {
  min-height: calc(100vh - 337px);
}

/*column*/

@media screen and (min-width: 768px) {
  .partner-survey__form .is-2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partner-survey__form .is-2col > * {
    width: calc(50% - 4px);
  }
  .partner-survey__form .is-2col > *:not(:last-child) {
    margin-bottom: 0;
  }
  .partner-survey__form .is-2col > *:nth-child(n + 3) {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .partner-survey__form .is-3col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partner-survey__form .is-3col > * {
    width: calc((100% - 24px) / 3);
  }
  .partner-survey__form .is-3col > *:not(:last-child) {
    margin-bottom: 0;
  }
  .partner-survey__form .is-3col > *:nth-child(n + 4) {
    margin-top: 8px;
  }
}

.partner-survey__form__section__box01.is-right {
  margin-left: auto;
  width: 96%;
}

.missing-checkbox {
  outline: 2px solid blue; /* 青い枠の指定 */
  outline-offset: 2px; /* フォーカスリングの外側に余白を設定 */
}

.partner-survey__form .is-postcode {
  max-width: 100px;
}

.partner-survey__select {
  width: 80%;
  margin-left: 8px;
}

/* セクション冒頭説明文 */
.partner-survey__form__desc{
  margin-bottom: 32px;
  text-align: left;
}

.partner-survey__form__desc.is-bg01{
  background-color: rgb(146, 222, 233);
  padding: 32px;
}

/*リスト*/
.partner-survey__form__ol01{
  list-style: none;
  counter-reset: section;
  margin: 0;
  padding: 0;
}
.partner-survey__form__ol01 >li{
  counter-increment: section;
  position: relative;
  padding-left: 1.5em;
}
.partner-survey__form__ol01 >li:not(:last-child){
  margin-bottom: 1em;
}
.partner-survey__form__ol01 >li::before{
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.partner-survey__form__sectitle{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.partner-survey__form__details01{
  >summary{
    background-color: #7ac636;
    margin-bottom: 32px;
    padding: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    width: 240px;
  }
}