@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee !important;
  font-family: "-apple-system,", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

p {
  margin: 0 0 15px;
}

hr.devide {
  background: #f2f4f3;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.textCenter {
  text-align: center;
}

.fs12{
  font-size: 12px;
}

.pageBack {
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  color: #007aff;
  font-size: 13px;
}

.buttonAction {
  width: 100px;
  height: 46px;
  border-radius: 8px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.buttonCercle {
  width: 240px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 30px auto 0;
  position: relative;
  font-size: 15px;
}

.buttonCerclePhoto {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 30px auto 0;
  position: relative;
  font-size: 15px;
}

.lgIconText {
  display: inline-block;
  position: relative;
}

.lgIconText.push::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #ff0000;
  top: 8px;
  right: 0;
  position: absolute;
}

.button1 {
  background: -webkit-gradient(linear, left top, right top, from(#596A7A), to(#596A7A));
  background: -webkit-linear-gradient(left, #596A7A 0%, #596A7A 100%);
  background: linear-gradient(90deg, #596A7A 0%, #596A7A 100%);
  color: #ffffff;
}

.button2 {
  background: #596A7A;
  color: #ffffff;
}

.button3 {
  background: #C6C5BA;
  color: #ffffff;
}

.button4 {
  border: solid 1px #222a41;
  color: #222a41;
}

.button5 {
  border: solid 1px #222a41;
  color: #222a41;
  font-weight: bold;
}

.button6 {
  border: solid 1px #06c755;
  color: #333333;
  font-weight: bold;
}

.button7 {
  border: none;
  border-radius: 100px;
  padding: 5px 15px 6px 15px;
  background: #007aff;
  text-align: center;
}

.button8 {
  border: none;
  border-radius: 100px;
  padding: 5px 15px;
  background: #ffffff;
  text-align: center;
}

.footerNav {
  display: block;
  margin: 0;
  padding: 0;
}

.footerNav .navItem {
  list-style: none;
  padding: 10px 5px;
}

.footerNav .navItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.footerNav .navItem .navIcon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

#app {
  width: 100%;
  height: 100%;
  max-width: 428px;
  margin: 0 auto;
  background: #ffffff;
}

#grobalHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d5d5d5;
  background: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100%;
  max-width: 428px;
  height: 90px;
  background: #ffffff;
}

#grobalHeader .spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

#grobalHeader.toakHeader {
  background: -webkit-gradient(linear, left top, right top, from(#596A7A), to(#596A7A));
  background: -webkit-linear-gradient(left, #596A7A 0%, #596A7A 100%);
  background: linear-gradient(90deg, #596A7A 0%, #596A7A 100%);
  color: #ffffff;
}

#grobalHeader.toakHeader .talkUser {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

#grobalHeader.toakHeader .talkUser img {
  display: inline-block;
  widows: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}

#grobalHeader.toakHeader .iconButton {
  color: #ffffff;
  font-size: 9px;
}

#grobalHeader.toakHeader .iconButton .check {
  width: 15px;
  height: 15px;
  margin: 30px auto 10px;
}

#grobalHeader .userIcon {
  display: block;
  width: 34px;
  height: 34px;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 34px;
}

#grobalHeader .userInfo {
  width: 50%;
  padding: 0 15px;
}

#grobalHeader .userInfo .userName {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 11px;
  white-space: nowrap;
}

#grobalHeader .userInfo .userId {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

#grobalHeader .iconButton {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  height: 90px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 9px;
}

#grobalHeader .iconButton img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 25px auto 10px;
}

#grobalFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#596A7A), to(#596A7A));
  background: -webkit-linear-gradient(left, #596A7A 0%, #596A7A 100%);
  background: linear-gradient(90deg, #596A7A 0%, #596A7A 100%);
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: 428px;
  height: 75px;
}

#grobalFooter .iconButton {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
}

#grobalFooter .iconButton img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto 10px;
}

#contentWrapper {
  padding-top: 90px;
  padding-bottom: 75px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#contentWrapper.notification {
  padding: 30px;
}

#contentWrapper.info {
  padding: 0 30px 30px;
}

#contentWrapper .pageTitle {
  font-size: 30px;
  font-weight: 900;
  margin: 15px 30px;
  position: relative;
}

#contentWrapper #tType {
  font-size: 20px;
  font-weight: 900;
  margin: 15px 30px;
  position: relative;
}

#contentWrapper .content {
  padding: 0 30px 30px;
}

#contentWrapper .content *:last-child {
  margin-bottom: 0;
}

#contentWrapper .content .contentTitle {
  font-size: 20px;
  position: relative;
}

#contentWrapper .content .contentTitle img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.homeContent .pointArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  background: #f7f7f7;
  border-radius: 10px;
}

.homeContent .pointArea span {
  display: block;
  width: auto;
}

.homeContent .pointArea .minus {
  color: #ff0000;
}

.homeContent .lgIconText {
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.homeContent .alertCard {
  border-radius: 10px;
  margin-bottom: 15px;
}

.homeContent .alertCard a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  color: #ffffff;
}

.homeContent .alertCard a *:last-child {
  margin-bottom: 0;
}

.homeContent .alertCard .lgIconText {
  display: inline-block;
  font-size: 40px;
  text-align: center;
  margin: 0;
  width: auto;
}

.homeContent .alertCard .lgIconText.push::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #ff0000;
  top: 8px;
  right: 0;
  position: absolute;
}

.homeContent .alertCard .cardImage {
  display: block;
  width: 40px;
  margin: 0 auto;
}

.homeContent .alertCard .cardTitle {
  font-size: 15px;
  margin-bottom: 10px;
}

.homeContent .alertCard .cardText {
  font-size: 10px;
}

.homeContent .alertCard.wellcom {
  background: -webkit-gradient(linear, left top, right top, from(#30d575), to(#c3eaf2));
  background: -webkit-linear-gradient(left, #30d575 0%, #c3eaf2 100%);
  background: linear-gradient(90deg, #30d575 0%, #c3eaf2 100%);
}

.homeContent .alertCard.lackPoint {
  background: -webkit-linear-gradient(310deg, #f44646 0%, #f49b9b 100%);
  background: linear-gradient(140deg, #f44646 0%, #f49b9b 100%);
}

.homeContent .alertCard.newMessage {
  background: -webkit-linear-gradient(310deg, #c3eaf2 20%, #f49b9b 100%);
  background: linear-gradient(140deg, #c3eaf2 20%, #f49b9b 100%);
}

.homeContent .alertCard.addPoint {
  background: -webkit-linear-gradient(310deg, #03b44c 0%, #95d19e 100%);
  background: linear-gradient(140deg, #03b44c 0%, #95d19e 100%);
}

.homeContent .receptionCard {
  border-radius: 10px;
  margin-bottom: 15px;
}

.homeContent .receptionCard a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: inherit;
}

.homeContent .receptionCard a *:last-child {
  margin-bottom: 0;
}

.homeContent .receptionCard .cardTitle {
  font-size: 15px;
}

.homeContent .receptionCard .cardTitle .titleIcon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-top: -2px;
}

.homeContent .receptionCard .cardText {
  font-size: 10px;
}

.notification {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
}

#talkNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #ffffff;
  width: 100%;
  max-width: 428px;
  height: 70px;
  border-bottom: solid 1px #d5d5d5;
  position: fixed;
  top: 90px;
  z-index: 1;
}

#talkNav a.button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 10px;
}

#talkNav a.button img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto 10px;
}

#talkFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#596A7A), to(#596A7A));
  background: -webkit-linear-gradient(left, #596A7A 0%, #596A7A 100%);
  background: linear-gradient(90deg, #596A7A 0%, #596A7A 100%);
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: 428px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#talkFooter textarea {
  resize: vertical;
  height: 48px;
  min-height: 48px;
  max-height: 80%;
  padding: 5px;
  border-radius: 10px;
  width: 68%;
  margin: 0 auto;
  border-color: #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
#talkFooter a.button7{
  position: absolute;
  bottom: 10px;
  left: 6px;
}
#talkFooter a.button8{
  position: absolute;
  bottom: 10px;
  right: 6px;
}

.talkWrapper {
  padding-top: 100px;
  height: auto;
  overflow: auto;
}
.talkWrapper div.col{
  max-width: 99%;
}

.talkWrapper .balloon {
  border-radius: 15px;
  font-size: 15px;
  margin: 6px 15px 1px 15px;
  max-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.talkWrapper .balloon hr.devide {
  background: #ffffff;
}

.talkWrapper .balloon .imageWrapper {
  padding: 20px 0;
}

.talkWrapper .balloon .imageWrapper img {
  max-width: 180px;
}

.talkWrapper .balloon .imageWrapper.right {
  text-align: right;
}

.talkWrapper .balloon .date {
  margin: 0 0 20px;
}

.talkWrapper .balloon .title {
  margin: 0 0 15px;
}

.talkWrapper .balloon.grey {
  background: #e6e5eb;
  color: #000000;
  float: left;
  padding: 15px;
}

.talkWrapper .balloon.grey:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #e6e5eb inset; 
}

.talkWrapper .balloon.green {
  background: #C6C5BA;
  color: #ffffff;
  float: right;
  padding: 15px;
}


.talkWrapper .balloon.green:after {
    right: -6px;
    border-radius: 0px 0 0 17px/ 0px 0 0 13px;
    box-shadow: 14px 2px 0 -3px #C6C5BA inset;
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}
.voice-timestamp-r {
    padding: 0 5px;
    color: #000000;
    font-size: 65%;
    position: absolute;
    bottom: 2px;
    left: -38px;
}
.voice-timestamp-l{
    padding: 0 5px;
    color: #000000;
    font-size: 65%;
    position: absolute;
    bottom: 2px;
    right: -38px;
}

.talkContent .pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
  text-align: center;
}

.talkContent .pictures .pictureName {
  font-size: 10px;
  font-weight: bold;
}

.talkContent .pictures .userIcon {
  display: block;
  margin: 0 auto 10px;
  width: 85px;
}

.talkContent .pictures a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  widows: 100%;
  text-decoration: none;
}

.talkContent .pictures a.active .userIcon {
  border: solid 2px #06c755;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.talkContent .pictures div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  widows: 33%;
}

.talkContent .pictures div a {
  margin: 0 auto;
}

.talkContent .contentTitle img {
  margin-top: -6px !important;
}

.talkContent .lgIconText {
  display: block;
  font-size: 50px;
  margin: 60px auto 20px;
  text-align: center;
}

.talkContent .resetMessage {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.talkContent .linkText {
  font-size: 13px;
  text-decoration: none;
  color: #007aff;
}

.prText {
  font-size: 15px;
}
.profileBody {
  background: #f5f5f5;
  padding: 10px;
  min-height: 200px;
  border-radius: 10px;
  font-size: 15px;
}

.infoContent {
  font-size: 10px;
}

.infoContent .infoCard {
  text-align: center;
  border-radius: 30px;
  padding: 30px 15px;
  color: #ffffff;
  background: -webkit-linear-gradient(310deg, #f44646 0%, #f49b9b 100%);
  background: linear-gradient(140deg, #f44646 0%, #f49b9b 100%);
}

.infoContent .infoCard .lgIconText {
  font-size: 40px;
  display: inline-block;
  margin: 0;
}

.infoContent .infoCard .cardIcon {
  width: 40px;
  margin: 20px auto;
  display: block;
}

.infoContent .infoCard .cardTitle {
  font-size: 17px;
  font-weight: bold;
}

.infoContent .infoCard .cardText {
  font-size: 10px;
}

.infoContent .infoCard a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.serviceContent {
  font-size: 20px;
}

.serviceContent.right {
  text-align: right;
}

.serviceContent .contentTitle {
  font-size: 40px !important;
  margin: 0 0 15px;
}

.serviceContent .serviceCard {
  border-radius: 30px;
  padding: 30px 15px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#30d575), to(#c3eaf2));
  background: -webkit-linear-gradient(left, #30d575 0%, #c3eaf2 100%);
  background: linear-gradient(90deg, #30d575 0%, #c3eaf2 100%);
}

.serviceContent .serviceCard .cardTitle {
  font-size: 34px;
  font-weight: bold;
}

.serviceContent .serviceImage {
  display: inline-block;
  width: 145px;
}

.featurContent .lgIconText {
  display: block;
  font-size: 50px;
  margin: 60px auto 20px;
  text-align: center;
}

.featurContent .featurSubtitle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}


.featurContent .domainArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  font-size: 17px;
  background: #f7f7f7;
  border-radius: 10px;
}

.featurContent .domainArea textarea {
  background: none;
  width: auto;
  border: none;
  margin: 0;
  padding: 1px;
  resize: none;
  height: 20px;
}

.featurContent .domainArea textarea:focus {
  outline: none;
}

.featurContent .domainArea textarea::-moz-selection {
  background: none;
}

.featurContent .domainArea textarea::selection {
  background: none;
}

.featurContent .domainArea button {
  border: none;
  margin: 0;
  padding: 0;
}

.featurContent .domainArea button img {
  display: block;
  width: 20px;
  height: 20px;
}

.featurContent .domainArea span {
  display: block;
  width: auto;
}

.featurContent .domainArea .minus {
  color: #ff0000;
}

.featurContent .helpText {
  font-size: 13px;
}

.featurContent form {
  margin-top: 60px;
}

.featurContent form label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.featurContent form input {
  display: block;
  width: 100%;
  height: 36px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 15px;
}

.featurContent form textarea {
  display: block;
  width: 100%;
  min-height: 136px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
  font-size: 15px;
}

.favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}


.favorite .userIcon {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.favorite .userInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 15px;
}

.favorite .userInfo p {
  font-size: 15px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.favorite .spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.favorite a.button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 9px;
}

.favorite a.button img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0;
}

.favorite a {
	text-decoration: none;	
}

.favorite a:link,
.favorite a:visited,
.favorite a:hover,
.favorite a:active
 {
	color: #000000;
}

.favorite a p.prof{
  font-size: 11px;
  margin-left: 13px;
}

.buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  font-size: 17px;
}

.buttonList span {
  display: block;
  width: auto;
}

.talkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.talkList a {
  text-decoration: none;
  color: #000000;	
}

.talkList:link,
.talkList:visited,
.talkList:hover,
.talkList:active
 {
	color: #000000;
}

.talkList .userIcon {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.talkList .userInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 15px;
  color: #000000;
}

.talkList .userInfo p {
  font-size: 15px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.talkList .userInfo p.supportInfo {
  font-size: 10px;
  margin-top: 5px;
  color: #ff0000;
  white-space: unset;
}

.talkList .indicator {
  margin-left: -10px;
  width: 10px;
  height: 10px;
}

.talkList .spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.talkList a.button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 9px;
}
.talkList img.next {
  display: block;
  width: 20px;
  margin: 0 auto 0;
}

.talkList p.free {
    display: block;
    height: 20px;
    border-radius: 100px;
    line-height: 20px;
    text-align: center;
    display: block;
    background-color: #06c755;
    color: #fff;
    width: 110px;
    font-size: 10px;
    margin: 0px auto 0;
}
.talkList a.button img {
  display: block;
  width: 20px;
  margin: 10px auto 0;
}

.settingMenu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 15px;
  color: #000000;
}

.settingMenu p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  white-space: nowrap;
  font-size: 17px;
}

.settingMenu img {
  display: block;
  width: 20px;
  margin: 10px auto 0;
}

.settingMenu .spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.settintContent {
  font-size: 15px;
}
.settintContent input,
.settintContent textarea {
  font-size: 15px;
}

.settintContent .settingIcon {
  display: block;
  margin: 60px auto 20px;
  width: 50px;
}

.settintContent .lgIconText {
  display: block;
  font-size: 50px;
  margin: 60px auto 20px;
  text-align: center;
}

.settintContent .noticeSubtitle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.settintContent .photoDeleteText {
  font-size: 15px;
  text-align: center;

}

.settintContent .noImage {
  display: block;
  margin: 20px auto;
  width: 50px;
}

.settintContent .pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
  text-align: center;
}

.settintContent .pictures .deleteButton {
  width: 50px;
  height: 28px;
  border-radius: 8px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 12px;
  color: #ffffff;
  background: #06c755;
}

.settintContent .pictures a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  widows: 100%;
  text-decoration: none;
}

.settintContent .pictures a img {
  margin-bottom: 10px;
}

.settintContent .pictures a.active .userIcon {
  border: solid 2px #06c755;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.settintContent .pictures div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  widows: 33%;
}

.settintContent .pictures div img {
  margin-bottom: 10px;
}

.settintContent .pictures div a {
  margin: 0 auto;
}

.settintContent form {
  margin-top: 60px;
}

.settintContent form label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.settintContent form input[type="text"] {
  display: block;
  width: 100%;
  height: 36px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

.settintContent form textarea {
  display: block;
  width: 100%;
  min-height: 136px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
}

.settintContent form .birthGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.settintContent form .birthGroup div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.settintContent form .birthGroup div label {
  white-space: nowrap;
  margin-right: 10px;
}

.settintContent form .birthGroup div span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.settintContent form .birthGroup div input {
  display: block;
  margin-bottom: 0;
  margin-right: 10px;
}

.settintContent form .birthGroup div .y {
  width: 100px;
}

.settintContent form .birthGroup div .m,
.settintContent form .birthGroup div .d {
  width: 3rem;
}

.noticeContent {
  font-size: 11px;
  color: #333333;
}

.noticeContent .noticeIcon {
  display: block;
  margin: 60px auto 20px;
  width: 50px;
}

.noticeContent .lgIconText {
  display: block;
  font-size: 50px;
  margin: 60px auto 20px;
  text-align: center;
}

.noticeContent .noticeImage {
  display: block;
  max-width: 320px;
  margin: 20px auto;
}

.noticeContent .noticeSubtitle {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.infoHeader {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #f5f5f5;
  margin: 0;
  padding: 0 30px;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.infoHeader .pageTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.userInfo .pageTitle {
   width: 210px;
}

.infoWrapper {
  width: 100%;
  max-width: 428px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 30px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.infoWrapper .infoBody {
  font-size: 12px;
  color: #707070;
  padding: 15px 0;
}

.infoWrapper .infoBody *:last-child {
  margin-bottom: 0;
}

.infoWrapper .infoBody .sectionTitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.topContent .topImage {
  display: block;
  margin: 20px auto;
  width: 145px;
  height: 145px;
  text-align: center;
  line-height: 145px;
  font-size: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #c3eaf2), to(#f49b9b));
  background: -webkit-linear-gradient(top, #c3eaf2 20%, #f49b9b 100%);
  background: linear-gradient(180deg, #c3eaf2 20%, #f49b9b 100%);
  border-radius: 100px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.topContent .siteTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.topContent .description {
  font-size: 20px;
  text-align: center;
}

.topContent form {
  margin-top: 20px;
}

.topContent form label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.topContent form input.w100 {
  display: block;
  font-size: 15px;
  width: 100%;
  height: 36px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
.topContent form input.w_0 {
  font-size: 15px;
  height: 36px;
  background: #f7f7f7;
  border: solid 1px #d5d9e2;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

.topContent .renainder {
  text-align: right;
}

.topContent .renainder a {
  display: inline-block;
  text-decoration: none;
  color: #007aff;
  font-size: 10px;
}

.topContent .infoText {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}

.topContent .cautionText {
  font-size: 10px;
  text-align: center;
  color: #333333;
}

.topContent .topNav {
  display: block;
  margin: 60px 0 0;
  padding: 0;
}

.topContent .topNav .navItem {
  list-style: none;
}

.topContent .topNav .navItem a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  margin: 20px 0;
}

.topContent .notificationCard {
  text-align: center;
  border-radius: 30px;
  padding: 30px 15px;
  margin-bottom: 30px;
  color: #ffffff;
}

.topContent .notificationCard.pattern1 {
  background: -webkit-linear-gradient(310deg, #4680bf 0%, #c3eaf2 100%);
  background: linear-gradient(140deg, #4680bf 0%, #c3eaf2 100%);
}

.topContent .notificationCard.pattern2 {
  background: -webkit-linear-gradient(310deg, #a862a8 0%, #c3eaf2 100%);
  background: linear-gradient(140deg, #a862a8 0%, #c3eaf2 100%);
}

.topContent .notificationCard.pattern3 {
  background: -webkit-linear-gradient(310deg, #cfd530 0%, #c3eaf2 100%);
  background: linear-gradient(140deg, #cfd530 0%, #c3eaf2 100%);
}

.topContent .notificationCard.pattern4 {
  background: -webkit-linear-gradient(310deg, #30d575 0%, #c3eaf2 100%);
  background: linear-gradient(140deg, #30d575 0%, #c3eaf2 100%);
}

.topContent .notificationCard .lgIconText {
  font-size: 50px;
  display: inline-block;
  margin: 0;
}

.topContent .notificationCard .cardTitle {
  font-size: 20px;
  font-weight: bold;
}

.topContent .notificationCard .cardText {
  font-size: 15px;
}

.topContent .notificationCard a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

.topContent .notificationCard .buttonCercle {
  position: relative;
}

.topContent .notificationCard .buttonCercle .lgIconText {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 8px;
  font-size: 40px;
  text-align: center;
  margin: 0;
  width: auto;
}

.topContent .notificationCard .buttonCercle .lgIconText.push::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #ff0000;
  top: 0;
  right: 0;
  position: absolute;
}

.errorIcon {
  display: block;
  margin: 60px auto 0;
  width: 50px;
}

.lgIconText {
  display: block;
  font-size: 50px;
  margin: 60px auto 20px;
  text-align: center;
}

.errorTitle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 100px;
}

.cp_ipselect {
	position: relative;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.cp_sl06_selectlabel {
	color: rgba(0,0,0, 0.5);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}
.cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
	color: #da3c41;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}
.cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #da3c41;
	transition: 0.2s ease all;
}
.cp_sl06_selectbar:before {
	left: 50%;
}
.cp_sl06_selectbar:after {
	right: 50%;
}
.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}
.cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.chatheader {
   -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;

  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.chatheader--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
#new_chat{
  display: none;
}
.new_chat {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C6C5BA;
    position: absolute;
    top: 8px;
    left: 51px;
    padding-top: 1px;
    display: block;
    color: #fff;
} 
.new_chat p{
  text-align: center;
  font-size: 10px;
  margin: 2px 0px 0px 0px;
}
.logoArea {
  text-align: center;
  padding-bottom: 20px;
}
.logoArea .logo {
    margin-top: 86px;
    width: 70%;
}
.header_logoArea {
  text-align: center;
  padding-bottom: 20px;
}
.header_logoArea .logo {
    margin-top: 20px;
    margin-left: 22px;
    width: 135px;

}
.topContent form input.index_chk {
  width: 30px;
  -webkit-appearance: checkbox;
}

ul.error li {
  color: red;
}

div.date-mark-area {
  margin-bottom: 5px;
}
/* 
* 日付マーク
*/
.date-mark-area{
  padding: 10px 0 0 0;
}
.date-mark{
  opacity: 0.7;
  border: none;
  border-radius: 20px;
  background: #777777;
  color: #ffffff;
  font-size: 80%;
  padding: 5px 15px;
}
body.pcchat{
    background: #eeeeee;
    background-color: #eeeeee !important;

}
/*
* 発言(吹き出し)
*/
#voices-area{
  background-color: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.voice-open-loading,.voice-photo-open-loading{
  display: none;
}
/* 写真 */
.voice-photo{
  max-width: 100%;
  margin: 10px 0;
}

/*
* 新着お知らせ
*/
#new-voice-area{
  font-size: 90%;
  background: #ffffff;
  color: #000000;
  opacity: 0.90;
  padding: 8px;
}
/*
* 投稿欄
*/
#voice-form-area{
  background: #f8f9fa;
  border-top: solid 1px #a0a0a0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
/*
* 写真添付
*/
.photo-modal-photo div{
  padding: 2px;
}
.photo-modal-photo div img{
  width: 100%;
}


.open-button {
  width: 130px;
  height: 30px;
  border-radius: 100px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 12px auto 0;
  position: relative;
  font-size: 12px;
  
}
.button-g{
  color: #fff;
  background-color: #C6C5BA;
  border-color: #C6C5BA;
}
div.userIconCaht img{
    display: block;
  width: 34px;
  height: 34px;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 34px;
}


/*# sourceMappingURL=style.css.map */