

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100% !important;
    font-size: 62.5%;
    -webkit-overflow-scrolling : touch !important;
    overflow-x: hidden;
}
body {

    display: block;
    grid-template-columns: 1fr;
    align-items: center;
     justify-content: center;

    width: 100%;
    height: 100% !important;
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    overscroll-behavior-y: none;
    overflow-y:scroll;
    background: #d1f0ff;
    /*
    background: -moz-linear-gradient(top left, #fff, #c5d0d0);
    background: -webkit-linear-gradient(top left, #fff, #c5d0d0);
    background: linear-gradient(to bottom right, #fff, #c5d0d0);
    */
    font-family: "proxima-nova", "Source Sans Pro",  "Padauk" ,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1px;
    color: #2d8bab;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;

}

body#chat-room{
    display: block;
}
body#chat-room .mfp-bg{
  background: #d1f0ff;
}

/*
body.textmode,
body.voicemode{
	display: block;
}*/


body#sub-page{
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.none{
    display: none;
}
.block{
    display: block;
}


.container{
    padding-left: 10px;
    padding-right: 10px;
}


a{
	text-decoration: none;
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
}
a:hover{
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
}

.disable-3d-touch {
/*
	-webkit-touch-callout: none;
  -webkit-user-select: none;
*/
  touch-callout: none;
  user-select: none;
}

.btn {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px 0;

    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border: 1px solid #2d8bab;
    background-color: #2d8bab;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover {
  background-color: transparent;
  border: 1px solid #2d8bab;
  color: #0096df!important;
}

.btn-delete {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px 0;

    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border: 1px solid #b20056;
    background-color: #b20056;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.btn-delete:hover {
  background-color: transparent;
  border-color: #b20056;
  color: #b20056!important;
}
/*
#settings .btn-delete{
    display: none;
}*/



.btn-start{
    background-color: #3498db;
    border: 1px solid #3498db;
}


.img-responsive{
    width: 100%;
    height: auto;
    display: block;
}

.mb00{
    margin-bottom: 0!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.btn-wrapper{
    width: 100%;
    max-width: 360px;
    margin:  10px auto;
}

.bold{
    font-weight: bold;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
      border:none;

}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"]::hover,
input[type="button"]::hover {

}
.text-center{
    text-align: center;
}
.pt20{
    padding-top: 20px;
}

hr{
    border-top: 1px solid #e4e4e4;
}

.flexbox{
            display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
}

.img-repsonsive{
  width: 100%;
  height: auto;
  display: block;
}
/* ------------------------------
 言語選択
 ------------------------------ */

/**
 * 言語選択ダイアログの設定。
 */

/**
 * 最初は非表示にしておく。
 */
div#select-lang-dialog {
    display: none;
}

/**
 * 言語選択ダイアログのタイトルを隠す。
 */
.jqueryui-dialog-no-title .ui-dialog-titlebar {
    display: none;
}

#select-lang-dialog ul {
    list-style-type:none;
}

#select-lang-dialog ul li{
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

#select-lang-dialog.ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    overflow: auto;
}

.ui-widget-header {
    border: none;
    background:transparent;
    color: #333;
    font-weight: bold;
}
.ui-widget-overlay {
    background: #000;
    opacity: .8;
    filter: Alpha(Opacity=80);
}
.ui-widget.ui-widget-content{
    border:none;

}



/* ------------------------------
 言語選択
 ------------------------------ */
#language-select{
  min-height: 100%;
  overflow-y: scroll;
}

#language-select .flexbox{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}
#language-select .flexbox .lang{
  width: 33%;
  text-align: center;
}

/* ------------------------------
 チャット画面
 ------------------------------ */
/* チャットルームのレイアウト */
html, body {
 height: 100%;
}


/* メイン領域 */
#main {
    /* 吹き出しが増えた時はスクロールバーを表示させる */
  /*
  overflow: auto;
    padding: 24px 0 0 0;
    */
    width: 100%!important;
}

/* 吹き出し表示領域 */
div#chat-messages-area {
  /*
    display: table-cell;
    vertical-align: bottom;
  */
    /* 高さは自動で計算される */
    min-width: 100%;
}
/*
@media screen and (max-width: 767px) {
  div#chat-messages-area {
    min-width: 92vw;
  }
}*/

/* モーダル表示 */
#inline-wrap .container{
    color: white;
}

#inline-wrap .container h3{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    text-align: center;
}

.language-flag{
  margin-bottom: 24px;
}
.language-flag img{
  width: 100%;
  display: block;
}

.close-button{
    clear: both;
    text-align: center;
    padding: 24px;
}

.close-button a{color: white;}

.function-block{
    clear: both;
    margin-bottom:2rem;
}
.function-block.animated{
  display: block;
  height: 100%;
}
.function-label p{
    padding: 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
}


/* ボタンON OFF  */
.function-block input {
  display: none;
}
.function-block input+label,
.function-block input+label::before,
.function-block input+label::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.function-block input+label {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 48px;
  border-radius: 24px;
  cursor: pointer;
}
.function-block input+label::before {
    display: block;
    content: attr(data-off-label);
    position: absolute;
    top: 11px;
    right: 15px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
.function-block input+label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
}
.function-block input:checked+label::before {
  content: attr(data-on-label);
  left: 15px;
  right: auto;
  color: #fff;
}
.function-block input:checked+label::after {
  left: 54px;
  background-color: #f7f7f7;
}

.function-toggle+label,
#function-composition+label,
#function-translation-text+label{
  background-color: #aaa;
}
.function-toggle+label::before,
#function-composition+label::before,
#function-translation-text+label::before{
  color: #fff;
}
.function-toggle:checked+label,
#function-composition:checked+label,
#function-translation-text:checked+label{
  background-color:  #1eb89b;
}
.function-toggle:checked+label::before
#function-composition:checked+label::before
#function-translation-text:checked+label::before{
  color: #fff;
}





/* ------------------------------
 チャットページ
 ------------------------------ */
.header-back{
  display: block;
  padding-top: 12px;
}
.header-back a{color: #1eb89b;}
.header-info p{
  font-size: 9px;
  font-size: 0.9rem;
}

.header-info{
  text-align: center;
}
.header-info b{
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.header-function{
  position: absolute;
  right: 0;
  top: 10px;
}
.header-function p i{
  font-size: 1.8rem;
  color: #1eb89b;
}


.chat-footer{
  width: 100%;
  background-color: white;

  position: relative;

  bottom: 0;
}

/*
#text-input{
  width: 100%;

    height: auto;
    max-height: 100rem;

    / * line-height: 2; * /
    background-color: transparent;
    margin: 5px auto;
    / * border: 1px solid #cccccc; * /
    border: 1px solid #1eb89b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 1%;
    position: relative;
}

#text-input {
resize: none;
}

#text-input::-webkit-input-placeholder {
  color: #ccc;
}
#text-input::-moz-placeholder {
  color: #ccc;
}
#text-input:-ms-input-placeholder {
  color: #ccc;
}
#text-input:-moz-placeholder {
  color: #ccc;
}
#text-input{
  transition: all 0.7s;
  z-index: 5;
}
*/

/*
#text-input:focus {
  cursor: text;
  opacity: 1;
  width: 100%;
}*/

textarea {
  outline: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  #text-input{
    /*
      height: 2rem;
      */
  }
}


.header-chat{
  position: relative;
}
.header-back ,
.header-back a{
  display:block;
  width:100%;
  color: #1eb89b;
}

.header-back i,
.footer-camera i,
.footer-file i,
.footer-voice i,
.footer-submit i{
  font-size: 24px;
  font-size: 2.4rem;
}
.footer-camera a,
.footer-file a,
.footer-voice a,
.footer-submit a{
  display:block;
  width:100%;

  color: #1eb89b;
  text-align: center;
}
.footer-camera,
.footer-file{
  color: #1eb89b;
}
.chat-message-time{
  color: #90949c;
  font-size: 9px;
}

.tips {
  background-color: #1eb89b;
  padding: 15px;
  position: absolute;
  bottom:70px;
  left: 3%;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}


.tips p{
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.tips:after {
    border-top: 24px solid #1eb89b;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    margin-left:10%;
    position: absolute;
    bottom: auto;
    left: 31%;
}

svg {
    vertical-align:bottom;
}

/* ------------------------------
 チャットボタン
 ------------------------------ */


.chat-footer{height: auto;position: absolute;}

.footer-wrapper,
.footer,
.footer-function,
.function-wrapper{width: 100%; height: 100%;}


.footer-function{display: table;}
.footer-function > ul {
  width: 100%; height: 100%;
  display: flex;
  justify-content:flex-end;
}
.footer-function li{

  width: 7%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}

.footer-function li:nth-child(4){
  width: 85%;
  /*width: 70%;*/
  vertical-align: bottom;
}
.footer-function li:last-child{
  float: right;
}


.function-wrapper {
    display: flex;
    align-items: flex-end;
}

.footer-function li:nth-child(4) .function-wrapper:before{
  padding-top: 0;
}


.function-submit{background-color:#1eb89b;}
.footer-submit{
      width: 100%;

}

.footer-submit a{
  background-color:#1eb89b;
  display: block;
  vertical-align: bottom;
}

.footer-submit a:hover{
  background-color:#00b593;
}
.footer-camera,
.footer-file,
.footer-voice{
  padding: 0.5rem;
}
.footer-camera a,
.footer-file a,
.footer-voice a,
.footer-submit a{
  display: block;
}
.footer-submit a{
  padding: 1rem;
  cursor: pointer;
}

.footer-submit-inner{

}

.footer-submit-inner img{
  position: absolute;
  bottom:0;
  right: 0;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
.footer-submit-inner svg{
  vertical-align:middle;
}
.footer-camera svg,
.footer-file svg,
.footer-voice svg,
.footer-camera img,
.footer-file img,
.footer-voice img{
  width: 100%;
  height: auto;
  margin:0 0 0 0;
  padding:0 0 0 0;
}


.svg-send path{
    color: #fff;
    fill: currentColor;
}
.svg-file path,
.svg-camera path,
.svg-voice path{
    color: #e6e9ed;
    fill: currentColor;
}
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.footer-input .form-control {
    padding: .6rem;
    font-size: 1rem;
    line-height: normal;
    background-color: white;
    background-image: none;
    border-radius: 0;
    margin-top: .4rem;
    margin-bottom: .4rem;
    transition: all 0.5s;
    width: 99%;
    height: 3rem;
    border: 1px solid #1eb89b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    max-height: 80px!important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition:0.5s;
/*
    position: absolute;
    left:0%;
*/
}
/*
.footer-input .form-control:focus{

  width: 130%;
  left: -31%;

}*/

.footer-submit a img{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition:0.5s;
    filter:alpha(opacity=100);
   -moz-opacity: 1.0;
   opacity: 1.0;
}

.footer-submit a.color-button-disabled img{
    filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
svg#send-icon path{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition:0.5s;
}

.footer-input .form-control:focus > svg#send-icon path {
    fill:#ffffff;
}

@media screen and (max-width: 767px) {
  .footer-function li{
    width: 14%;
  }

  .footer-function li:nth-child(4){
    width: 70%;
    /*width: 40%;*/
  }
  .footer-submit a{
    padding: 20%;
  }
  .footer-input .form-control {
        width: 95%;
    }

  .footer-input .form-control:focus {
    /*
     width: 205%;
     margin-left: -110%;
   */
    }
}
}
/* ------------------------------
 ボタン類
 ------------------------------ */

/* 通常時 */
a.color-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/* 押下時 */
a.color-button:active{
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

/* 押せない場合 */
a.color-button-disabled {
  pointer-events: none; /* aタグのリンクを無効にする。 */
  cursor: default;  /* マウスオーバー時のカーソルを無しにする。 */
  color:#bbbbbb!important;
}

/* 録音中など実行時 */
/*
a.color-button-running {
  animation: colorAnimation 3s ease infinite;
}

@keyframes colorAnimation {
    0% { color: #f1c40f; }
    25% { color: #e67e22; }
    50% { color: #e74c3c }
    75% { color: #c0392b; }
    100% { color: #f1c40f; }
}
*/



/* チャットルームの吹き出しの定義 */

/* @see http://vdeep.net/css-chat-design */

/**
 * 発言。
 */
.chat-message {
    width: 100%;
    height: auto;
    overflow: hidden; /* floatの解除 */
    margin-bottom: 20px; /* 発言同士の間隔 */
}

/**
 * 相手の発言の位置指定。
 */
.chat-someone {
    margin-right: auto;
}
.chat-someone .chat-face-area {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.chat-someone .chat-ballon-area {
    float: left;
}

/**
 * 自分の発言の位置指定。
 */
.chat-self {
    float: right;
    margin-left: auto;
}
.chat-self .chat-face-area {
    float: right;
    margin-left: 52px;
    text-align: center;
}
.chat-self .chat-ballon-area {
    float: right;
}

/* 発言者の顔写真 */
.chat-face-area img {
    border-radius: 20px;
    border: none;
    width: 40px;
    height: 40px;
}

.phase-category-name::before,
.phase-category-name::after{
  background-color: #fff;
}

/* 吹き出し */
.chat-ballon {
    display: inline-block; /* コメントの文字数に合わせて可変とする */
    padding: 5px 10px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
}

/* 相手の吹き出しの方向 */
.chat-someone .chat-ballon:after {
  border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-right:solid 10px #ddd;
  left:-7px;
  content:"";
  display:block;
  height:0;
  top:20%;
  position:absolute;
  width:0;
}

/* 自分の吹き出しの方向 */
.chat-self .chat-ballon:before {
 border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-left:solid 10px #ddd;
  right:-7px;
  content:"";
  display:block;
  height:0;
  top:20%;
  position:absolute;
  width:0;
}

/* 相手の吹き出しの色指定 */
.chat-someone .chat-ballon {
    color: white;
    background-color: #35495e;
}
.chat-someone .chat-ballon:after {
    border-color: transparent #35495e transparent transparent;
}

/* 自分の吹き出しの色指定 */
.chat-self .chat-ballon {
    background-color: #7cd3ff;
}
.chat-self .chat-ballon:before {
    border-color: transparent transparent transparent #fff;
}

.chat-input-form input[type=text],
.chat-input-form textarea {
    width: 100%;
}







/* ------------------------------
 ログイン／新規会員登録
 ------------------------------ */

#login{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;

}
.login{
    margin-bottom: 36px;
}
#login h3{
      font-size: 1.75rem;

    font-weight: bold;
    margin-bottom: 10px;
  }



.st0{fill:#e6e9ed;}
.st1{fill:#e6e9ed;}
#svg {
  width: 100%;
  margin: auto;
}
#svg path {
  stroke: transparent;
  fill: transparent;
}

#svg.start .st0, #svg.start .st1 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: .5;
}
#svg.start .st0 {
  stroke: #35495E;
  animation: st0_anime 2s ease-in 0s forwards;
}
#svg.start .st1 {
  stroke: #35495E;
  stroke-dashoffset: 2000;
  animation: st1_anime 2s ease-in .4s forwards;
}

@keyframes st0_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill:#35495E;
  }
}
@keyframes st1_anime {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #1EB79A;
    fill:#1EB79A;
  }
}

.home-logo{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 50px;
}

.home-logo img{
    display: block;
    width: 100%;
    height: auto;
}



/*----------------------------------------------------------
//ログイン
-----------------------------------------------------------*/
#login .container{
  max-width:430px;
  margin:0 auto;
}

.login{
    width: 100%;
    padding: 18px;
    margin: 0 auto 16px;

    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    box-sizing: border-box;
    position: relative;
}
.login p{
  text-align: center;
  margin-bottom: 6px;
}
.login-form{
    margin-bottom: 0px;
}
.form-signin
{

    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #024d85;
        color: #024d85;
        background-color: #fff;
}
.form-signin .form-control:focus
{
    z-index: 2;
    background-color: #fff;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
    width: 100%;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}
.account-wall
{


}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}


.error ul li{
  list-style: none;
  color:#b20056;
  line-height: 1.4;
}
.error{
    margin-bottom: 12px;
}

.signin-checkbox{
    padding:6px 0 12px 0;
}
.account-register{
    padding: 0 0 0 0;
    text-align: center;
}

.account-register p{
    line-height: 1.8;
}

.account-register a{
    display: block;
    text-decoration: none;
    color: #024d85;
}
.password-reminder-link a:hover,
.account-register a:hover{
    text-decoration: underline;
}



.social-login,
.form-signin{
    width: 100%;
}


.social-class .social-hex{font-family: "proxima-nova", "Source Sans Pro", sans-serif;font-size:10px;opacity:.3;float:right}
.social-class li{margin-bottom:4px}.social-class li:hover .social-hex{opacity:1}
.social-class li:hover code{background-color:#e8e8ee}
.social-class code{cursor:default}


.form-signin .btn-social{
    color: #fff!important;
}
.form-signin .btn-social>:first-child {

    line-height:38px;
    font-size: 1.2em;
}

.btn-social{
    margin-bottom: 6px;
}


.outter{
    padding: 0px;

    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.image-circle {
    border-radius: 50%;
    width: 175px;
    height: 175px;
    border:none;
    margin: 10px;
}
.photo-upload{
        position: absolute;
    right: 20px;
    /* top: 0; */
    bottom: 20px;
}

.photo-delete{
    position: absolute;
    right: -8px;
    /* top: 0; */
    bottom: 68px;
}
.photo-delete p{
    padding: 0px;
    border: 1px solid #b20056;
    border-radius: 50%;
    background: #b20056;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}

.photo-delete p i{
    font-size: 2rem;
    padding-top: 10px;
    cursor: pointer;
    color: #fff;
}

.photo-upload i{
    font-size: 3rem;
    padding-top: 14px;
    cursor: pointer;
}
.photo-upload-circle{
    padding: 0px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

#settings-profile .photo-delete p{
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

#settings-profile .photo-delete p a{
    display: inline-block;
    cursor: pointer;
}
.register-complete{
    text-align: center;
}

.register-complete p{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 24px;
}

.social-login h5{
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 0;
    border-top: 1px solid #f4f6f9;
    margin: 10px 0 0 0;
}
.password-reminder-link p a{
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
    color: #32465a!important;
}
.login-form h4{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 6px;
    margin: 0 0 0 0;
}

.login-form h4 span{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
@media screen and (max-width: 320px) {
    .home-logo{
        min-height: 40px;
    }
    .login{
        padding: 10px;
        margin-bottom: 0px;
    }
    .form-signin .form-control{
        padding: 4px;
    }
    .social-login h5{
        padding: 6px;
    }
    .form-signin input[type="text"],
    .form-signin input[type="password"]{
        margin-bottom: 5px;
    }
    .account-register p{
        line-height: 1;
        padding:5px 0;
    }
    .login p{
        margin-top: 0;
    }
    #login .row h3{
        margin:0 0 10px 0;
    }
    .password-reminder-link p a{
        padding-top: 5px;
    }
    .login-form{
        margin-bottom: 0px;
    }

    .iframe-content{
        margin-bottom: 0;
    }
    .form-signin{
        margin-bottom: 10px;
    }

}


#login .btn-wrapper .text-center{
    text-align: center;
    color: #b20056;
}

/* ------------------------------
 ポップアップなど設定
 ------------------------------ */
.mfp-close-btn-in .mfp-close{
    display: none!important;
}

.qrcode-camera{
    clear: both;
    padding: 24px 0;
}
.qrcode{
    clear: both;
    text-align: center;
}
.qrcode h3{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 12px;
}
.qrcode,
.qrcode-camera {
    width: 70vw;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 10%;
}
.popup-modal-dismiss a{
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin:0;
}

#settings .container{
    max-width: 680px;
    margin:0 auto;
}

#settings .container h3{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #024d85;
}




.close-button{
    clear: both;
    text-align: center;
    padding: 24px 0;
}



.function-block{
    clear: both;


}
.function-block.animated{
  display: block;
  height: 100%;
}
.function-label p{
    padding: 12px 0;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    color: #024d85;
}
.flex-container{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
}


/* ãƒœã‚¿ãƒ³ON OFF  */
.function-block input {
  display: none;
}
.function-block input+label,
.function-block input+label::before,
.function-block input+label::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.function-block input+label {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 48px;
  border-radius: 24px;
  cursor: pointer;
}
.function-block input+label::before {
    display: block;
    content: attr(data-off-label);
    position: absolute;
    top: 11px;
    right: 15px;
    color: #fff;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold
}
.function-block input+label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
}
.function-block input:checked+label::before {
  content: attr(data-on-label);
  left: 15px;
  right: auto;
  color: #fff;
}
.function-block input:checked+label::after {
  left: 54px;
  background-color: #f7f7f7;
}

.function-toggle+label,
#function-composition+label,
#function-translation-text+label{
  background-color: #aaa;
}
.function-toggle+label::before,
#function-composition+label::before,
#function-translation-text+label::before{
  color: #fff;
}
.function-toggle:checked+label,
#function-composition:checked+label,
#function-translation-text:checked+label{
  background-color:  #1eb89b;
}
.function-toggle:checked+label::before
#function-composition:checked+label::before
#function-translation-text:checked+label::before{
  color: #fff;
}

.function-left{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.function-right{
    width: 50%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}





#settings{
    width: 100%;
    max-width: 680px;
    margin:0 auto;
    padding-top:60px;
    padding-bottom:60px;
    /*
    background: #d1f0ff;
    */
}

#settings-profile{
    text-align: center;
}

#settings-profile p{
    font-size: 18px;
    font-size: 1.8rem;
}

.settings-name{
    margin-bottom: 24px;
}

.setting-menu{
    margin-bottom:36px;
}
.setting-menu ul{
    margin:0 0 0 0;
    padding: 0 0 0 0;
}

.setting-menu ul li{
    list-style: none;
    background-color: #2d8bab;
    margin-bottom: 10px;
}
.setting-menu a:hover{
    text-decoration: none;
}

.setting-menu h4{
    text-align:left;
    color: #024d85;
    margin-bottom: 6px;
    font-weight: bold;
}
.setting-menu ul li{
    text-align: left;
    border-bottom: none;
}



.setting-menu ul li a{
    padding: 10px;
    display: block;
    color: #fff;
    position: relative;
    font-weight: bold;
}


.setting-menu ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    position: absolute;
    right: 6px;
    color: #7cd3ff;
    line-height: 1.8;
    font-weight: bold;
    background-color: #d1f0ff;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    top: 6px;
}

.setting-close-button{
    position: fixed;
    right: 15px;
    top: 15px;
}

.setting-close-button i{
    font-size: 28px;
    font-size: 2.8rem;
}

.setting-close-button a{
    color: #32475a;
}

#settings-profile{
    padding-top: 3vh;
}

/* ------------------------------
 トップ
 ------------------------------ */




.button-plus,
.button-minus{
    padding: 10px;
}
.button-plus .button-wrapper a{
     width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #1eb89b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.button-minus .button-wrapper a{
     width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background:  #e74c3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#main-wrap{
}

.flex-top-container{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;


}
.button-column {
    padding: 24px 0;
}
.button-column ul{
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.button-column ul li{
    width: 48%;

}
.button-column ul li:nth-child{

}
.btn-yes{
    border-color: #b20056;
    background-color: #b20056;
}
.btn-yes:hover{
    color:  #b20056!important;
    border:1px solid   #b20056;
}

#inline-wrap p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;

    text-align: center;
}


.file-btn input {
    display: none;
}


#qr-code{
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

/* ------------------------------
 チャットルーム
 ------------------------------ */

.voice-button{/*周りの凹み*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin:0 auto;
    color: #2d8bab;
    width: 100px;
    height:100px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);

    transition: all 0.3s;
    touch-action: none;
    cursor: pointer;
}
.voice-button .fa {/*ボタン自体*/
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle; 
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 28px!important;
    background-image: -webkit-linear-gradient(#ececec 0%, #e6e6e6 100%);
    background-image: linear-gradient(#ececec 0%, #e6e6e6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}
/*
.voice-button .fa:active{
    background-image: -webkit-linear-gradient(#e67e22 0%, #f1c40f 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.8);
    border-bottom: solid 3px #d8d8d8;
    animation: colorAnimation 1s ease infinite;
}
@keyframes colorAnimation {
    0% { color: #f1c40f; }
    25% { color: #e67e22; }
    50% { color: #e74c3c }
    75% { color: #c0392b; }
    100% { color: #f1c40f; }
}*/

/*
.voice-button .fa.hover{
    background-image: -webkit-linear-gradient(#e74c3c 0%, #e74c3c 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.8);
    border-bottom: solid 3px #d8d8d8;
    animation: colorAnimation 1s ease infinite;

    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;

    background-clip: text;
    -webkit-background-clip: text;

    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: colorAnimation 1s linear infinite;
}

.voice-button .fa:active{
    background-image: -webkit-linear-gradient(#e74c3c 0%, #e74c3c 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.8);
    border-bottom: solid 3px #d8d8d8;
    animation: colorAnimation 1s ease infinite;

    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;

    background-clip: text;
    -webkit-background-clip: text;

    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    animation: colorAnimation 1s linear infinite;
}
*/
@keyframes colorAnimation {
    to { background-position-x: 200%; }
}
.voice-button.hover{
    background-color: #e74c3c;
}
/*
.voice-button:active{
    background-color: #e74c3c;
}*/
/*
.voice-button:active{

  box-shadow: inset 0 1px 2px rgba(30,184,155,0.8), 0 1px 2px rgba(30,184,155,0.8);
}*/


a.voice-button .ring {
    background-image: -webkit-linear-gradient(bottom, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    background-image: -o-linear-gradient(bottom, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    position: absolute;
    z-index:-1;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    top: 10px;
    left: 10px;
}
a.voice-button:active .ring {
    animation: pulsate 0.8s ease-out;  /* スピードなど */ 
    animation-iteration-count: infinite;
    }
@keyframes pulsate {
    0%   { transform: scale(1, 1); }
    50%  { opacity: 0.6; }
    100% { transform: scale(2, 2); opacity: 0.0; }
}

.voice-button.toggle-on.color-button-running .fa,
.voice-button.toggle-on .fa{
    border: none;
}

.voice-button.toggle-off .fa{
   border: 3px solid red;
}

.voice-button.color-button-running,
.voice-button.color-button-running .fa{
    background-color: #e74c3c;
    background-image: -webkit-linear-gradient(#e74c3c 0%, #e74c3c 100%);
    background-image: linear-gradient(#e74c3c 0%, #e74c3c 100%);

}


.voice-button.color-button-running .fa-microphone:before{
    background-image: -webkit-linear-gradient(#e74c3c 0%, #e74c3c 100%);
    box-shadow: none;
    border-bottom:none;
    animation: colorAnimation 1s ease infinite;
    /* 背景グラデーションを指定・幅を 200% にしておく */
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    /* 背景画像を文字でマスクする */
    background-clip: text;
    -webkit-background-clip: text;
    /* 文字色を透明にできればよく color: transparent でも color: rgba(0, 0, 0, 0) でも可 */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    /* アニメーション指定 */
    animation: colorAnimation 1s linear infinite;
}

/*
.balloon {
    display:none;
    margin: 1.5em 0;
    padding:4px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background:#e74c3c;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -60px;
    border-radius: 4px;
}

.balloon:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e74c3c;
}

.balloon p {
    margin: 0;
    padding: 0;
}

.voice-button:active+.balloon{
    display: block;
}
*/
#voice-stop{
    padding: 5px 10px;
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

#voice-stop img{
	display: inline-block;
    width: 20px;
    margin-right: 5px;
}
.voice-over-stop{
    margin-bottom: 10px;
}

/* ------------------------------
 HELP
 ------------------------------ */

#help{
    margin:0 auto;
    max-width: 680px;
    padding: 20px 0;
}
#help h3{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 12px;
    text-align: center;
    color: #024d85;
}

/*dl.qa dt:first-child {
    border-top: solid 1px #000;
}
*/
dl.qa dt::before {
    content: '';
    position: absolute;
    top: 39%;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #024d85;
}

dl.qa dt {
    font-weight: bold;
    color: #024d85;
    padding: 10px 9% 0px 0;

    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;

}
#sec03 dl.qa dd:last-child {
border: none;
}
dl.qa dt.last {
border: none;
}
dl.qa dt.active {
    border: none;
}
dl.qa dt.active+dd {
    /*border-bottom: 1px solid #000;*/
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
dl.qa dt.active::before {
    content: '';
    position: absolute;
    top: 23%;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #777;
}

dl.qa dd{
    margin: 0;
    padding:0.5em 1em 1.5em;
    /*text-indent:-1.5em;*/
}


/*
.page-title{
    position: absolute;
    top: 18px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.page-title{
    position: absolute;
    top: 18px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



.page-title img{
    max-height: 50px;
}

/* ------------------------------
プライバシーポリシー
------------------------------ */
 #privacy {
    max-width: 680px;
    margin:0 auto;
    padding-top:0px;
 }
 #privacy h2{
    text-align: center;
    padding: 24px;
    font-size: 18px;
    font-weight: bold;
 }
 #privacy ul {
    margin:0 0 0 0;
    padding: 0 0 0 0;
 }
 .f-right{
    text-align: right;
 }

 .p-btm10{
    font-weight: bold;
    margin-bottom: 0px!important;
 }
 .p-btm30{
    margin-bottom: 36px!important;
 }

/* ------------------------------
会社概要
------------------------------ */
#company{
    max-width: 680px;
    margin:0 auto;
    padding-top:0px;
 }
.ggmap {
margin-top: 12px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------------------------------
特定商取引法
------------------------------ */
#law{
    max-width: 680px;
    margin:0 auto;
    padding-top:0px;
}
.table {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #E4E3E3;
     border-collapse: collapse;
}

.table td {
    padding:10px;
    border: 1px solid #E4E3E3;
    text-align: left;
     border-collapse: collapse;
     background: #f5f5f5;
}
.table td:first-child{
    width: 30%;
}




/* ------------------------------
言語選択
------------------------------ */

.setting-language ul li{
    padding: 15px 0;
}


.setting-language input[type=radio] {
    display: none;      /* 標準スタイルを非表示にする */
}
.label {
    position: relative;
    padding: 0 0 0 30px;
    display: block;
    width: 100%;
}
.label:after,  .label:before {
    position: absolute; /* ボックスの位置を指定する */
    content: "";        /* ボックスのコンテンツ */ 
    display: block;     /* ブロックレベル要素化する */ 
    top: 50%;           /* 上部から配置の基準位置を決める */ 
}
.label:after {
    left: 0px;         /* 左から配置の基準位置を決める */ 
    margin-top: -10px;  /* チェック枠の位置 */
    width: 16px;        /* ボックスの横幅を指定する */
    height: 16px;       /* ボックスの高さを指定する */
    border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
    border-radius: 50%;     /* ボックスの角丸を指定する */
}
.label:before {
    left: 5px;         /* 左から配置の基準位置を決める */ 
    margin-top: -5px;   /* チェックマークの位置 */
    width: 10px;        /* ボックスの横幅を指定する */
    height: 10px;       /* ボックスの高さを指定する */
    background: #0171bd;/* ボックスの背景色を指定する */
    border-radius: 50%; /* ボックスの角丸を指定する */
    opacity: 0;         /* 要素を透過指定する */
}
input[type=radio]:checked + .label:before {
    opacity: 1;     /* 要素を表示する */
    box-sizing: content-box;
}
.label:hover:after {
    border-color: #0171bd;  /* ボックスの境界線を実線で指定する */
}


/* ------------------------------
お問い合わせ
------------------------------ */
#contact{
    max-width: 680px;
    margin:0 auto;
    padding-top:0px;
}

 #contact h2{
    text-align: center;
    padding: 24px;
    font-size: 18px;
    font-weight: bold;
 }
.error,
.red,
.alert{
    color: #b20056;
}

.contact-desc{
	background-color: #2d8bab;
	padding: 10px;
	border:1px solid #024d85;
	margin: 10px auto 20px auto;
}

.contact-desc p{

}

.contact-desc p a{
	font-weight: bold;
}
.contact-block{
    margin-bottom: 24px;
}
.contact-block input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #024d85;
    background-color: #a0dfff;
    background-clip: padding-box;
    border: 1px solid #2d8bab;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contact-block input[type="text"]:focus{
    background-color: #ffffff;
    color: #333333;
}

.contact-block textarea{
    width: 100%;
    height: 100px;
    border:1px solid #2d8bab;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: 4px;
    padding: 10px;
}

.contact-check{
    margin-bottom: 24px;
}
.font-check{
    font-size: 160%;
    font-weight: bold;
}
.contact-block .form-control{
  height: auto!important;
  font-size: 14px;
}
.c-flexbox-left{
  width: 100%;
}
.c-flexbox-right{
  width: 100%;
  padding-left: 10px;
}

.contact-wrap{
  background-color: #fff;
  padding:5%;
}
.btn.disabled, .btn:disabled{
  pointer-events: none;
  cursor: none;
}
.checkbox{
  margin-bottom: 20px;
  line-height: 1;
}

.checkbox input{
  float: left;
  width: 20px;
}

.checkbox label{
  padding-left: 10px;
  width: calc( 100% - 20px );
}
/* ------------------------------
アカウント管理
------------------------------ */
.setting-acc ul li {
    padding: 10px 0;
}
.setting-acc ul li span{
    display: block;
     color: #024d85;
    margin: 6px 0;
}
.setting-acc ul li input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #024d85;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #024d85;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.setting-acc ul li input:focus{
  background-color: #fff;
}
#settings .setting-acc ul li{
	background: transparent;
}
/* ------------------------------
選択画面
------------------------------ */
#create-room{
    width: 100%;
    margin:0 auto;
}

#create-room .container{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.btn-start-talk,
.btn-join-talk{
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    width:  50vw;
    height: 100vh;


    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-start-talk a,
.btn-join-talk a{
    line-height: 2;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 2vw;
    color: #fff!important;
    width: 100%;
    padding: 20%;
}

.btn-start-talk a:hover,
.btn-join-talk a:hover{
    text-decoration: none;
}
.btn-start-talk{
    border-color: #024d85;
    background-color:#024d85;
}

.btn-join-talk{
    border-color: #2d8bab;
    background-color: #2d8bab;

}

.btn-start-talk .fa,
.btn-join-talk .fa{
    font-size: 500%;
}

.btn-join-talk a{
	color: #fff!important;
}



.join-user{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 360px;
    margin:0 auto;
}


.join-user-item{
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    overflow: hidden;
    margin: 2px;
}
.img-thumnail{
    max-width: 40px;
    max-height: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
}


#join-user{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {
 
#create-room .container{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    text-align: center;
    display: block;

}

    .btn-start-talk,
    .btn-join-talk{

        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        width: 100vw;
        overflow: hidden;

    }
    #create-room .container{
        padding-left: 0;
        padding-right: 0;
    }
    #create-room .btn-wrapper{
        width: 100%;
        max-width: 100vw;
        margin: 0 0 0 0;
        height: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

}


/* ------------------------------
言語選択画面
------------------------------ */

#select-language{
    width: 100%;
    max-width: 680px;
    margin:0 auto;
    text-align: center;
}


.select-language-container{

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#select-language h3{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 12px;
}
.language-flag {
    max-width: 100%;
    margin-bottom: 0;
}
#language-select .row-eq-height .col-xs-3,
#language-select .row-eq-height .col-xxs-6{
  float: none;
  padding: 0 0 0 0;
  width: auto;
}
#language-select h2{
      text-align: center;
    padding: 24px 0;
    font-size: 18px;
    font-weight: bold;
}
#language-select .row-eq-height,
#language-select .flexbox{
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}
#language-select .row-eq-height a,
#language-select .flexbox a{
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;

}
#language-select .row-eq-height .col-xs-3,
#language-select .flexbox .lang{
  width: 30%;
  margin: 1.5%;
  text-align: center;
  background-color: #71c4e0;
  border-radius: 10px;
  color: #fff;
}


#language-select .flexbox .lang:hover{
   background:  #2d8bab;
}
#language-select .row-eq-height a span,
#language-select .flexbox .lang a span{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {


  #language-select .row-eq-height .col-xs-3,
  #language-select .flexbox .lang{
    width: 48%;
    margin: 1%;
    text-align: center;

  }

}


/* ------------------------------
アラート画面
------------------------------ */
#popup-alert{
    width: 100%;
    max-width: 680px;
    margin:0 auto;
    text-align: center;
}
.button-column ul{
    margin:0 0 0 0;
    padding: 0 0 0 0;
}
.button-column ul li{
    list-style: none;
}

#popup-alert p{
    font-size: 16px;
    font-size: 1.6rem;
}



/* ------------------------------
チャット画面
------------------------------ */
.message-body{
    color: white;
    font-size: 1.6rem;
}
.chat-someone .chat-ballon {
    background-color: #2d8bab!important;
}
.chat-someone .chat-ballon:after {
    border-color: transparent transparent transparent #2d8bab!important;
}

.chat-ballon-area{
	max-width: 60vw;
}


.message-body,
.translated-message-body{
color: #024d85;
word-break: break-word;
}
.translated-message-body{
color: #024d85;
word-break: break-word;

}

.chat-someone .message-body,
.chat-someone .translated-message-body{
	color: #fff;
}



a.voice-button.hover{
	color: #1eb89b;
}

#voice{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

/* ------------------------------
QRカメラ読み込み
------------------------------ */
.camera{
	text-align: center;
}


.inline ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.inline ul li{
    list-style: none;
    width: 100%;
}

.inline ul li:first-child{
    margin-right: 10px;
}




#toast-container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#toast-container>.toast-info,
#toast-container>div{
    text-align: left;
    width: 80%;
    max-width: 300px;
}



.iframe-content {
    position: relative;
    width: 100%;

    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch !important;
    height: 30vh;
    overflow: hidden;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;

}

.iframe-content iframe p{
    font-size: 11px;
}

@media screen and (max-width: 320px) {

    .iframe-content {
        overflow-y: scroll;
    }

}


/* ------------------------------
お知らせ
------------------------------ */
.accordion {
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    cursor: pointer;
    padding-top: 0;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;

}

p.date {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.accordion-content {
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;

     background-color: #a0dfff;
    padding:10px;
    margin-bottom: 24px;
}
.accordion-content:lang(en) {
    font-size: 14px;
    font-size: 1.4rem;
}
.accordion-content ul{
    padding: 0 0 0 20px;
}
.accordion-content img{
    max-width: 380px;
    margin: 0 auto;
}

.accordion-content dt{
  float: left;
}

.accordion-content dd{
  margin-left: 18px;
}

.tag{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.tag-danger {
    background-color: #d9534f;
}
.tag-warning{
    background-color: #f0ad4e;
}
.tag.tag-warning{
    margin-right: 5px;
}
.tag.tag-danger{
    border-radius: 50%;
    margin-right: 0;
    margin-left: 5px;
    display: none;

}
.tag-danger {
    display: inline-block;
    position: relative;
    min-width: 22px;
    border-radius: 50%;
    background-color: transparent;
    color: #b20056;
    text-align: center;
    font-size: 12px!important;
    font-weight: bold;
    top: -2px;

}

.tag-danger:after {
    content: "";
    position: absolute;
    top: 55%;
    left: -11px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 10px solid #e74c3c;
    z-index: -1;
    display: none;
}


.news-icon{
    display: inline-block;
    position:  absolute;
    top: 4px;
    margin-left: 4px;
    display: none;
}
header nav ul li a{
    position: relative;
}
header nav ul li:last-child span{
    white-space: nowrap;
}
header nav ul li:last-child .news-icon{
    /* display: inline-block; */
    position: absolute;
    /* top: 4px; */
    margin-left: 4px;
    top: 0;
    left: 50%;
    margin-left: 13px;
}
.news-icon p{
    display: inline-block;
    position: absolute;
    top: 9px;
    margin-left: 0;
    background: #b20056;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.news-icon p:before {
    content: "";
    position: absolute;
    top: 55%;
    left: -10px;
    margin-top: -8px;
    border: 6px solid transparent;
    border-right: 10px solid #e74c3c;
    z-index: -1;
    display: none;
}


 #news{
    max-width: 680px;
    margin:0 auto;
    padding-top:70px;
 }


.loading{
    clear: both;
    margin:0 auto;
    text-align: center;
}

.loading .btn{
   padding: 10px 40px;
   cursor: pointer;
}

.btn-social.btn-google{display: none;}


#popup-delete-account .container{
    max-width: 360px;
    margin:0 auto;

}



/* ------------------------------
 音声合成ボタン
 ------------------------------ */


/* ------------------------------
 定型文
 ------------------------------ */

#phrase{
    padding: 60px 0;

}
#phrase .container{
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}
#phrase .display-message{
    width: calc(100% - 30px);

}


#phrase .chat-self{
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    float: left;
}
.phrase-list ul{
    padding: 0;
}
.phrase-list ul li{
    position: relative;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    display: flex;

    margin-bottom: 10px;
    /*
    border-bottom: 1px solid #d8dfe2;*/
    padding-bottom: 10px;
    text-align: left;

}
#phrase .delete-phrase{
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    /* width: 20%; */
    /* float: right; */
    /* display: flex; */
    /* justify-content: right; */

    position: absolute;
    right: 0;


    font-size: 22px;
    line-height: 1;
    color: #d63031;
}



#phrase .add-memo-button{
    position: absolute;
    right: 50px;
    width: 30px;
}



.delete-button a,
.edit-button a,
.send-button a{
    color: #fff;
}
.function-button{
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
#chat-compose span,
.function-button span{
    font-size: 11px;
    font-size: 1.1rem;
    color: #b2bec3;
    font-weight: bold;
}

.function-button span i{
    font-size: 20px;
    font-size: 2.0rem;
    color:#dfe6e9;
}


#phrase .mfp-close{
    display: block!important;
    left: 0;
}
#phrase #add-category{
    display: block;
    text-align: center;
    background-color: #d63031;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

#chat-room .mfp-iframe-holder{
    padding: 0 0 0 0;
}

#chat-room .mfp-iframe-scaler{
    min-height: 100vh;
}
.mfp-wrap .mfp-iframe-holder .mfp-content{
    max-width: 100%;
}
.mfp-iframe-holder .mfp-iframe-scaler iframe{
        display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: transparent;
}


#sub-page #nav{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #024d85;
    width: 100%;
    position: fixed;
    z-index: 2;
}

#sub-page #nav a{
    padding: 15px;
    display: block;
    font-weight: bold;
    color: #fff;
}

#sub-page #nav .nav-back,
#sub-page #nav .nav-send{
    width: 60px;

}

#sub-page #nav .nav-send{
    margin-left: auto;
}


#sub-page #nav .nav-name{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    width: calc( 100% - 120px);
}


#sub-page #phrase .add-button {
    margin-left: auto;
    position: relative;
    right: 15px;
    /* top: -40px; */
}

#sub-page #phrase .phrase-list{
 border-bottom: none;
 padding-bottom: 10px;
 background-color: #fff;

}

#sub-page #phrase .phrase-list-history{
    border-bottom: 0;
    padding-bottom: 0;
}

#sub-page #phrase .contact-block textarea{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    resize: vertical;
    padding: 10px;
}

#sub-page #phrase .contact-block .close-button{
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#sub-page #phrase .contact-block p{
    margin-top: 0;
}

#sub-page #phrase .contact-block .close-button .add-button{
    right: 0;
}

.phase-category-name{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px;
    color: #fff;
    background-color: #2d8bab;
    margin-bottom: 10px;
    line-height: 1;
}
.ks-cbox{
  padding-top: 60px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;

}
ul.ks-cboxtags {
  list-style: none;
}
ul.ks-cboxtags li {
  display: inline;
  width: 100%;
}
ul.ks-cboxtags li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ecf0f1;
  color: #adadad;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 1px solid #1bdbf8;
  background-color: #12bbd4;
  color: #fff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #3498db;
}

/*
#chat-room .mfp-iframe-holder .mfp-close{
    display: block!important;
    top: 0;
    color:#024d85;
    left: 10px;
    font-size: auto;
    text-align: left;
    font-size: 40px;
    z-index: 1;
}*/

.mfp-hide.ui-dialog-content.ui-widget-content{
    display: block!important;
}

#sub-page .mfp-iframe-scaler {
    width: 100%;
    height: auto;
    overflow: scroll;
    padding-top: 0;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_box {
    position: relative;
    width: calc(100% - 30px);
}
.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width:100%;
    height: 50px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(230, 234, 234, 1) 100%);
    margin-bottom: 0;
}
.cp_box input:checked + label {
    background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50%;
    width: 100%;
    font-family: FontAwesome;

    content: '\f107';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #024d85;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 40px;

    background-color: transparent;
}
.cp_box input {
    display: none;
}
.cp_box .cp_container {
    overflow: hidden;
    height: 80px;
    transition: all 0.5s;
    width: 100%;
    display: flex;
}
.cp_box input:checked + label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
    font-family: FontAwesome;
    content: '\f106';
}
.cp_box input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}
@media screen and (max-width: 767px) {
 header nav ul li a span{
    letter-spacing: -1px;
 }
}

#phrase .delete-button,
#phrase .edit-button,
#phrase .send-button{
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    display: block;
}


.flexbox.flex-phrase-button{
    width: 100%;
    padding-left: 30px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexbox.flex-phrase-button p{
    width: 33.3%;
}

.edit-button i,
.delete-button i,
.send-button i{
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
    display: block;
    line-height: 1.4;
    color: #2d8bab;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.edit-button:hover i,
.delete-button:hover i,
.send-button:hover i{

    color: #024d85;
    background-color: transparent;
}



/* ------------------------------
 ルーム作成
 ------------------------------ */

.room-info{

}
.room-number,
.foom-info-inner{
    display: flex;
}

.room-copy{
    margin-left: auto;
}
p.copy{
display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #2ecc71;
    background-color: #2ecc71;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;

}

p.copy:hover{
    border-color: #008639;
    background-color: #008639;
}

.room-number p{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
}
.room-number-left{
    margin-right: 10px;
}

.room-number-left p{
    font-weight: bold;
    text-align: left;
}

/* ------------------------------
 ダイアログ修正
 ------------------------------ */
 /*
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .3em .4em .5em .4em!important;
}*/


/* ------------------------------
 定型文
 ------------------------------ */
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #2d8bab;
  border-right: solid 2px #2d8bab;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #2d8bab;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}

.flex-addcategory{
    align-items: center;

}
.flex-addcategory .selectWrap{

}

#sub-page #phrase .flex-addcategory{
    margin-top: 10px;
}
#sub-page #phrase .flex-addcategory p{
    width: 140px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.trasnlate-result{
    padding-top: 20px;
}
.trasnlate-result h5{
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.trasnlate-result p{
    font-size: 16px;
    font-size: 1.6rem;
}

#phrase .contact-block{
    margin-bottom: 40px;
}
#phrase .contact-block h3{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
}


.flex-addcategory form{
    width: 100%;
}
#changeSelect{
    display: flex;
    max-width: 345px;
}

#phrase .handle{
    width: 30px;
    cursor: grab;
}
#phrase .display-message{

}

.handle{
    color: #024d85;
    padding: 6px;
}

#phrase .cp_box .display-message{
    width: 100%;
}

@media screen and (max-width: 767px) {
    #phrase .display-message{


    }
    .cp_box label{

    }
}
@media screen and (max-width: 320px) {


}

/* ------------------------------
 追加ボタン
 ------------------------------ */
 .button-2{
    padding: 20px 0 0 0;
 }
.btn-cancel{
    background-color: #6d6d6d;
    border-color:  #6d6d6d;
}

.btn-cancel:hover{
    border-color:  #9b9b9b;
    color: #9b9b9b!important;
}
.btn-save{
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #2d8bab;
    background-color: #2d8bab;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.contact-block input.btn-save{
        display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #2d8bab;
    background-color: #2d8bab;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-block input.btn-delete{
        display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #2d8bab;
    background-color: #2d8bab;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-block input.btn-save:hover{
    color:#2d8bab!important;
    border-color: #2d8bab;
    background-color: transparent;

}
#phrase .contact-block .btn-cancel{
    margin-left: 10px;
}


#phrase .contact-block .btn-delete {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 12px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #b80059;
    background-color: #b80059;
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#phrase .contact-block .btn-delete:hover {
  background-color: transparent;
  border-color:  #b20056;
  color: #b20056!important;
}



#chat-room .mfp-iframe-holder .mfp-close {
    top: 100px;
    display: block;
    z-index: 10;
    display: block!important;
    left: 10px;
    right: auto;
    top: 0;
    text-align: left;
    font-size: 40px;
    position: absolute;
    width: 60px;
    color: #32465a;
}

.boxArea{
    margin-top: 10px;
}
.boxArea .box{
    display: none;
}


@media screen and (max-width: 767px)  {

    #sub-page #phrase .flex-addcategory p{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* ------------------------------
 ドコツーAI
 ------------------------------ */
#header-logo{
	text-align: center;
}

#header-logo header{
    text-align: center;
    margin: 0 auto;
    padding: 15px;
}
#header-logo p{
	max-width: 400px;
	margin: 0 auto;
  display: block;
}

.dokobox{
  padding: 15px;
  background-color: #a0dfff;
  border: 1px solid #024d85;
  border-radius: 10px;
}
.dokobox p{
  color:#024d85;
}
.button-doko{
  margin: 15px auto;
  max-width:300px; 
}

.button-doko .btn{
  margin-bottom: 10px;
}
/* ------------------------------
 iphone 5s 用に修正
 ------------------------------ */
@media screen and (max-width: 320px)  {
  header nav ul li a span{
        white-space: nowrap;

  }

    #sub-page #phrase{
        padding:20% 0 30% 0;
    }
}


body#chat-room .mfp-iframe-scaler .mfp-close{
  display: none!important;
}
#chatroom-footer .voice-wrapper,
#chatroom-footer,
#chatroom-header{
  background-color:#2d8bab;
}
.wrap textarea {
    color: #2d8bab;
    border-color: #71c4e0;;
    background-color: #71c4e0;
}
.wrap textarea:focus,
.wrap input:focus {
    color: #2d8bab;
    border: 1px solid #d8f5ff;
    background-color: #d8f5ff;

}
#nav {
    background-color: #096888;
}

.navigation nav ul li a:hover{
  background-color: #2d8bab;
}
.navigation nav hr{
      border-top: 1px solid #1f7d9e;
}
.closebutton .btn{
  background-color: #2d8bab;
  border:none;
}

.closebutton button.btn:hover{
  opacity: 1;
}
a:hover{
  text-decoration: none;
}

.navigation .logo p{
  display: none;
}
