@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.partner_list_body {
  margin: 0;
  background-color: rgb(238, 238, 238);
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  font-weight: NaN;
}

.upload-text-pattern {
  display: none;
}

.upload-body {
  /* height: 100vh; */
  display: none;
}

#identityBody {
  height: 100%;
}

div,
span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

[contenteditable="true"],
input,
textarea {
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}

.partner_list {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  -webkit-touch-callout: none !important;
  pointer-events: none;

}

.partner_list_header {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;

}

.partner_list_logo {
  width: 16rem;
  height: 2.4rem;
  margin: 1rem auto;
}

.partner_list_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0.3rem 0.3rem 0.3rem;

}

.partner_list_content_info {
  background-color: #fff;
  margin: 0.3rem 0 1.5rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  height: 13rem;
  line-height: 1.5715;
  letter-spacing: 0.2rem;
}

.partner_list_content_title {
  font-size: 1.6rem;
  line-height: 4rem;
  height: 4rem;
  border-top: 1px solid rgb(211, 209, 209);
  text-align: center;
}

.partner_list_content_list {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  width: 100%;
}

.partner_list_content_list_boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.partner_item_box {
  width: 50%;
  box-sizing: border-box;
  padding: 0.75rem;

}

.partner_item {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
}

.partner_item:hover {
  text-decoration: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: #f5f5f5;
}

.partner_item_img {
  height: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_item_img_1 {
  height: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_item_img_2 {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_item_img_3 {
  height: 3.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.margin_0 {
  margin-top: 0rem !important;
}

.partner_item_nudge_logo {
  max-width: 100%;
  max-height: 100%;
  color: #333333;
}

.partner_item_logo {
  max-width: 100%;
  max-height: 100%;
  color: #333333;
  margin-bottom: 1rem;
}



.partner_item_sub_title {
  color: rgb(136, 136, 136);
}

.partner_item_m-hr-xs {
  border-width: 1px 0 0 0;
  padding: 0;
  margin-top: 1.5rem;
  border-top: 1px solid #eee;
  width: 100%;
}

.partner_item_link {
  margin-top: 2rem;
  font-size: 1rem;
  color: rgb(0, 88, 160);
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}

body {
  background-color: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.group_genie {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img {
  width: 100%;
}

.group_body {
  background: inherit;
  background-color: rgba(223, 227, 243, 1);
  width: 100%;
}

.bottom_button_box {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.button_text {
  width: 40%;
  background-color: green;
  color: white;
  margin-left: 5%;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  padding: 10px;
  height: 70px;
}

.double_button_left_text {
  float: left;
  margin-left: 5%;
}

.double_button_right_text {
  float: right;
  margin-right: 5%;
}

.footer_text {
  text-align: center;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  font-size: 12px;
  padding: 16px 0;
  color: white;
  background-color: rgba(217, 217, 217, 1);
}

.group_other {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}



.text_row_left {
  margin: 5rem 0;
  text-align: left;
}






#qrcode {
  width: 100px;
  height: 100px;
  margin: 100px auto;
}

.img-box {
  height: 6.2rem;
  width: 6.2rem;
  margin: 0 auto;
}

.image_maintenance {
  height: 5rem;
  width: 5rem;
  margin: 0.6rem
}

.title_div {
  line-height: 12.5rem;
  height: 12.5rem;
  text-align: center;
}


.text_box {
  padding: 0 1.6rem 0 1.6rem;
}

.text_row_center {
  margin: 5rem 0;
  text-align: center;
}

.text-group {
  margin: 0 auto;
  width: 300px;
}

.info_text {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  white-space: pre-wrap;
  line-height: 2.5rem;
}

.info_text-left {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  white-space: pre-wrap;
  line-height: 2.5rem;
  text-align: left;
}

.info_text_18 {
  font-size: 1.8rem;
}

.info_title_text_identity {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  font-weight: bold;
  white-space: pre-wrap;
  line-height: 2.5rem;
}

.info_title_text {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
  font-weight: bold;
  white-space: pre-wrap;
  line-height: 2.5rem;
}

.partner_logo_long {
  height: 25px;
}

.complete_image {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10rem 0 6rem 0;
}

.complete_button {
  margin: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: 'Noto Sans JP', '源ノ角ゴシック', Meiryo, sans-serif;
}

#identityBody {
  display: flex;
  flex-direction: column;
}

#identityBody div:first-child {
  flex: 1;
}

.common-color {
  background-color: #595959 !important;
  color: #ffffff !important;
}