body {
font-size: 1.5rem;
font-family: 'Quicksand', sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
background-color: white;
}

a {
color: #33aaaa;
}

div {
font-size: 16px;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 24px;
}

h3 {
font-size: 16px;
}

div.footer_bgimg {
width: 100vw;
height:72px;
background-image: url("images/footer_triangle_dual.png");
background-repeat: repeat-x;
color: white;
position: relative;
margin-left:-8px;
margin-right:8px;
top: 46px;
}

div.footer {
width: 100vw;
background-color: #333333;
color: white;
padding-top: 45px;
margin-left:-8px;
margin-right:8px;
}

div.header {
color: #ffffff;
font-weight: bold;
background-color: #cd2b5a;
width: 100vw;
margin-left: -8px;
margin-top: -8px;
margin-bottom: 10px;
}

div.header2 {
color: #ffffff;
font-weight: bold;
background-color: #cd2b5a;
width: 99.5%;
margin: 5px;
padding: 1px;
}

div.header3 {
color: #cd2b5a;
font-weight: bold;
border-color: #cd2b5a;
border-width: 1px;
border-style: solid;
width: 99.5%;
margin: 5px;
font-size:16px;
}  

div.header3black {
font-weight: bold;
border-width: 1px;
border-style: solid;
font-size:16px;
}

div.vis_sample {
font-weight: normal;
border-width: 1px;
border-style: solid;
font-size:1.8rem;
border-color: black;
padding:5px;
padding-left:15px;
}

div.margin-text {
margin-left:2vw;
}

textarea {
width:85vw;
font-size:20px;
padding:10px;
}

#data_container {
margin: 5px;
padding:7px;
overflow-x: wrap;
overflow-y: wrap;
}

#data_edit {
font-size: 1.8rem;
white-space: pre nowrap;
width:88vw;
overflow-wrap:break-word;
}



.btn-square {
  display: inline-block;
  width:80vw;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #cd2b5a;
  color: #FFF;
  border-bottom: solid 4px #cd2b5a;
  border-radius: 3px;
  font-size:2.1rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.btn-square:active {
  background: #dddddd;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  margin-bottom: 4px;
}

input[type="submit"] {
-webkit-appearance: none;
}
input[type="button"] {
-webkit-appearance: none;
}

input[type="range"] {
position:relative;
animation-name: fadein;
animation-duration: 400ms;
animation-timing-function: ease;
}

span {
position:relative;
animation-name: fadein;
animation-duration: 400ms;
animation-timing-function: ease;
}

@keyframes fadein {
	from {
		opacity:0;
		top: 5px;
		position: relative;
	}
	to {
		opacity:1;
		top: 0px;
	}
}

img {
position:relative;
animation-name: fadein_only;
animation-duration: 500ms;
animation-timing-function: ease;
}

@keyframes fadein_only {
	from {
		opacity:0;
		position: relative;
	}
	to {
		opacity:1;
	}
}




.data_edit {
font-size: 1.8rem;
white-space: pre nowrap;
width:100%;
overflow-wrap: break-word;
margin-block-start: 0px;
margin-block-end: 0px;
}

.data_edit div {
font-size: 1.8rem;
white-space: pre nowrap;
width:100%;
overflow-wrap: break-word;
}

#optionsMenu dt{
cursor:pointer;
}
#optionsMenu dd{
display:none;
}
#acMenu dt{
cursor:pointer;
}
#acMenu dd{
display:none;
}

#b_load{
  font-size: 1.5em;
  color: #444444;
  background-color:white;
  margin-bottom:15px;
  border-color: #444444;
  width:70vw;
  margin-right:1vw;
  font-family: Quicksand;
  overflow-x: hidden !important;
 }
  
 #b_load_cur{
  font-size: 1.5em;
  color: #33aaaa;
  background-color:white;
  margin-bottom:15px;
  border-color: #33aaaa;
  width:70vw;
  margin-right:1vw;
  font-family: Quicksand;
  overflow-x: hidden !important;
 }
  
#load_desc{
font-size: 15px; width:70vw;
}

#load_desc_cur{
font-size: 15px; width:70vw; color: #33aaaa;
}




input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 16px;
  width: 70%;
  background: white;
  border-radius: 10px;
  border: solid 3px #dff1ff;
  margin: 10px;
  pointer-events: none;
}
/* WebKit向けのつまみ */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #dd0044;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); 
  margin: 10px;
  pointer-events: auto;
}
/* Moz向けのつまみ */
input[type="range"]::-moz-range-thumb {
  background: #dd0044;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: none;
  margin: 10px;
  pointer-events: auto;
}
/* Firefoxで点線が周りに表示されてしまう問題の解消 */
input[type="range"]::-moz-focus-outer {
  border: 0;
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}



.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 6px 4px;
    border-radius: 3px;
    transition: all .2s;
    font-size:min(24px,5vw);
    
}

.radio-inline__input:checked + .radio-inline__label {
    background: #2D509E;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #2D509E;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.radiocaptions {
    font-size:min(16px,3vw);
}




.balloon {
  position: relative;
  display: inline-block;
  margin: 0.5em 15px 0.5em 0;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #a58eff;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

p.fontselector {
text-overflow: clip;
overflow: hidden;
white-space: nowrap;
display: inline-block;
text-align: center;
font-weight: normal;
margin: 2px;
width: 32vw;
height: 28px;
border-width: 1px;
border-style: solid;
font-size:16px;
color: white;
background-color: #2d509e;
border-color: #2d509e;
padding:11px;
border-radius: 24px;
cursor: pointer;
}


 /* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height    : 36px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 16px;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 130px;               /* ボタンの横幅       */
  background     : #ffffff;             /* デフォルト背景色   */
  cursor: pointer;
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 40px;                /* ボタンの高さ       */
  border         : 2px solid #666666;   /* 未選択タブのの枠線 */
  border-radius  : 30px;                /* 角丸               */
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #cd2b5a;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content        : "OFF";               /* 表示する文字       */
  padding        : 0 0 0 24px;          /* 表示する位置       */
  color          : #666666;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
  content        : "ON";                /* 表示する文字       */
  padding        : 0 24px 0 0;          /* 表示する位置       */
  color          : #cd2b5a;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 32px;                /* 丸の横幅           */
  height         : 32px;                /* 丸の高さ           */
  background     : #666666;             /* カーソルタブの背景 */
  top            : 4px;                 /* 親要素からの位置   */
  left           : 4px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(90px);    /* 丸も右へ移動       */
  background     : #cd2b5a;             /* カーソルタブの背景 */
}



#menu_images {
    outline: 0px;
    outline-color: white;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

#menu_images:hover {
    border-color: #FFF;
    outline: 1px solid;
    box-shadow: inset 0 0 20px 
    rgba(255, 255, 255, 0.5), 0 0 20px 
    rgba(255, 255, 255, 0.2);
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000;
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#menu_images_icon {
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

#menu_images_icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.balloon img {
    outline: 0px;
    outline-color: white;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.balloon img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* reading mode */

.roundmenu{
	position:fixed;
	bottom:30px;
	right:30px;
	z-index: 100;
}
.roundmenu a{
	display: table-cell;
	vertical-align: middle;
	color: #bbbbbb;
	text-decoration: none;
	text-align: center;  
}
p.roundmenu {
display: inline-block;
text-align: center;
font-weight: normal;
margin: 7px;
width: 148px;
height: 24px;
border-width: 1px;
border-style: solid;
font-size:16px;
color: white;
border-color: #bbbbbb;
padding:5px;
padding-left:15px;
border-radius: 30px;
}

/* flex boxes */
.flex_box_left {
display: -webkit-flex;
display:flex;
-webkit-justify-content: left;
justify-content: left;
-webkit-align-items: left;
align-items: left;
flex-wrap: wrap;
}

.flex_box_center {
display: -webkit-flex;
display:flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: wrap;
}

.flex_box_right {
display: -webkit-flex;
display:flex;
-webkit-justify-content: right;
justify-content: right;
-webkit-align-items: right;
align-items: right;
flex-wrap: wrap;
}

/* 作品リスト関係のCSS定義 */

/* 作品リストのフォントカラー定義 */

.fnt_works_color{
  color:#444;
}

.fnt_works_cur_color{
  color:#33aaaa;
}

#works{
  color:#444444;
}

.center {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  text-align: -webkit-center;
}

.works_main{
  width:80vw;
  font-size:1.5rem;
  margin:auto;
}

.setting_box{
  width:80vw;
  display:inline;
  margin:auto;
}

h2.desc_title{
  text-align: center;
  margin:3px;
}

span.error_msg{
  color: #cd2b5a;
}

/* ソートボタンのボックス */

.setting_area{
  width:80vw;
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sort_box {
  display: -webkit-flex;
}

/* ソートボタンの画像部分 */
.img_sort {
  width:32px;
  height:32px;
  animation-name:nan;
  margin-right: 5px;
}

/* 検索のボックス設定 */
.works_find {
  color:#777777;
  margin-top: 5px;
  padding-left:10vw;
  margin-bottom: 10px;
}

/* 検索ボックスの画像部分 */
.icon_find{
  width:20px;
  height:20px;
  top:5px;
}

/* 検索ボックスの入力部分 */
.input_search {
  font-size: 18px;
  width:min(300px,67vw);
  overflow-wrap:anywhere;
  margin-top: 5px;
}

/* リスト形式変更部分のボックス設定 */
#style_select_area {
  width:100%;
  max-width:500px;
  color:#777777;
  text-align: left;
  
/*  margin-top: 10px;
  margin-left:14vw;
  margin-right:14vw;*/
}

/* ボタンボックス */

.btn_box {
  margin:auto; height:65px;
}

.style_selector{
  font-size:20px;
  width:100%;
  height:32px;
}

.local_overview_info{
  margin:15px;
  text-align: center;
}

.remote_overview_info{
  margin:15px;
  text-align: center;
}

.file_load {
  margin: 15px;
  text-align: center;
}

.new_document{
  margin: auto;
  text-align: center;
}

.btn_storage{
  padding: 8px !important;
  border-color:#cd2b5a !important;
  background-color: #cd2b5a;
  font-family: Hiragino Kaku Gothic Pro;
  display:inline !important;
}

.btn_remote{
  padding: 8px !important;
  color: #cd2b5a;
  border-color:#cd2b5a !important;
  background-color: white;
  font-family: Hiragino Kaku Gothic Pro;
  display:inline !important;
}

.btn_newstory{
  font-size: 20px;
  color: #3366aa;
  background-color:white;
  border-color: #3366aa;
  width:80vw;
  font-family: Quicksand;
}

.storage_desc {
  padding: 8px;
  border-color:#cd2b5a;
  background-color: #cd2b5a;
  font-family: Hiragino Kaku Gothic Pro;
  display:inline;
}

.works_section{
  width : 90vw;
}

#menu_btn {
  width : 50px;
  height : 50px;
}

/* 通常リスト表示 */

#b_load_cur{
  font-size: 1.25em;
  color: #33aaaa;
  background-color:white;
  margin-bottom:15px;
  border-color: #33aaaa;
  width:100%;
  margin-right:1vw;
  font-family: Quicksand;
}

#b_load{
  font-size: 1.25em;
  color: #444444;
  background-color:white;
  margin-bottom:15px;
  /*border-color: #444444;*/
  width:100%;
  margin-right:1vw;
  font-family: Quicksand;
}

#works_section_up{
  width:auto;
  max-width:80vw;
}

#works_section_button_current{
  width:auto;
  min-width:280px;
  height:auto;
  float:right;
}

#works_section_right_work{
  width:auto;
  min-width:280px;
  height:auto;
  float:right;
}

#works_section_right_work_remote{
    width:auto;
    min-width:140px;
    height:auto;
    float:right;
}
  
#works_section_clear{
  clear:both;
  margin-bottom: 1vw;
}

#works_icon_btn{
    margin-left:20px;
    width:50px;
    height:50px;
}

#load_desc_current{
  font-size: 15px; color: #33aaaa; margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  float:left;
  width:calc(100% - 110px);
  height:40px;
}

#load_desc_work{
  font-size: 15px; /*color: #444444;*/
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  float:left;
  width:calc(100% - 110px);
  height:40px;
}

#load_desc_work_remote{
    font-size: 15px; /*color: #444444;*/
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float:left;
    width:100%;
    height:50px;
}
  
.desc_length{
    float:right;
    height:49px;
    padding:3px 0;
    font-weight: bold;
    width:100px;
}

.current_color{
    color: #33aaaa;
}

.fnt_works_desc_color{
    color: #555;
}

.font-bold{
  font-weight:bold;
}

/* ショート版のデザインCSS */

#works_current_section_left_short{
  width: calc(80vw - 280px);
  height:50px;
  float:left;
}

#works_section_left_short{
  width: calc(80vw - 280px);
  height:50px;
  float:left;
}

#works_remote_left_short{
  width: calc(80vw - 240px);
  height:50px;
  float:left;
}

#works_section_clear_short{
  clear:both;
  margin-bottom: 1vw;
  padding-top:10px;
}

/* グリッド表示のデザインCSS */

.works_container {
  display: flex;
  width: 90vw;
  align-items: stretch;
  flex-wrap: wrap;
  align-content:center;
  margin-left:auto;
  margin-right:auto;
}

.works_item_flex{
  width: 50%;
  margin : 0px;
  padding:10px;
  box-sizing: border-box;
  border: 1px dotted;
  justify-content: stretch; 
  word-break: break-all;
}

.works_overview_flex{
  font-size: 15px;
  text-align: left;
}

.works_current_overview_flex{
  font-size: 15px; color: #33aaaa;
  text-align: left ;
}

.works_current_button_flex{
  height: 50px;
}

.works_button_flex{
  height: 50px;
}

.works_current_title{
  width:100%;
  font-size:20px;
  font-family: Shippori Mincho;
  color: #33aaaa;
  text-align: left ;
  word-break: break-all;
}

.works_title{
  width:100%;
  font-size:20px;
  font-family: Shippori Mincho;
  /*color: #444444;*/
  text-align: left ;
}

.works_item_adjustment{
  display: flex;
  align-items: flex-end;
  flex-direction:column;
  height:100%;
  justify-content:space-between;
}

.works_item_adjustment_sub{
  width:100%;
}

/* 画面サイズがタブレット以下の場合はレイアウトを切り替える。 */
@media (max-width:768px){

  .setting_area{
    justify-content: space-between;
    flex-direction: column;
  }

  .works_container {
      display: flex;
      width: auto;
      margin:15px;
      width:90vw;
      align-items: stretch;
      flex-wrap: wrap;
      align-content:center;
      margin-left:auto;
      margin-right:auto;
  }

  .works_section{
    width : 90vw;
  }  

  #works_section{
      width : 100%;
  }

  #works_section_up{
    width: 100%;
    max-width:100%;
  }

  #works_current_section_left_short{
      width: 100%;
      height:70px;
  }

  #works_section_left_short{
      width: 100%;
      height:70px;
  }

  #works_remote_left_short{
      width: 100%;
      height:70px;
  }

  .desc_length{
    width:80vw;
    float:none;
    height:auto;
    padding:0;
    margin-bottom:5px;
  }

  #load_desc_current{
      font-size: 15px; color: #33aaaa; margin-bottom: 15px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-bottom:5px;
      float:none;
      width:80vw;
      height: auto;
  }

  #load_desc_work{
    font-size: 15px; /*color: #444444;*/
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float:none;
    width:80vw;
    height: auto;
}
  
  #works_section_right{
    width:100%;
    min-width:210px;
    height:auto;
    float:none;
    clear:both;
    padding-bottom: 10px;
  }
  
  #works_section_right_work{
    width:100%;
    min-width:280px;
    height:auto;
    float:none;
    clear:both;
    padding-bottom: 10px;
  }

  .works_item_flex{
    width: 100%;
    margin : 0px;
    padding:10px;
    box-sizing: border-box;
  }  

  .works_find_full_label{
    display: block;
    padding-bottom: 10px;
  }
}

/* novel関連のcssデザインデータ */

.gui_mode_btn{
  border: 2px solid #444444;
  border-radius: 10px 10px 10px 10px;
  padding: 4px;
}

.chat_field{
  border:4px double rgb(205, 43, 90);
  resize: none;
  width:90vw;
  font-size: 16px;
}

.btn-getcontinuation-chat{
  width:90vw;
  height: 60px !important;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: Quicksand;
  background-color: rgb(205, 43, 90);
  border-color: black;
  color: rgb(255, 255, 255);
}

.chat_text{
  width:100%;
  padding-right:5px;
}

.chat_send{
  max-width:150px;
  height:60px;
}

.btn-getcontinuation{
  width: 90vw;
  height: 60px;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: Quicksand;
}

.flex-chat_field{
  display: flex;
  width:85vw;
}

.data_container_normal {
  border: double 2px #cd2b5a;
}

.data_container_chat {
  border: double 2px #888;
}

.chat_autoenter{
  width:90vw;
  text-align: left;
  margin-top:5px;
}

/* ヘルプページ関連のcssデザインデータ */

.help_img_guimode{
  border: #000 solid 2px;
  max-width: 90%;
}

.help_top_margin{
  margin-top:1.67em;
}

.help_borderbox {
  padding:5px;
  border: solid 2px black;
  margin: 10px;
}

.help_ai_words{
  color : rgb(70, 57, 133);
}

/* test header */

div.header4 {
  color: #cd2b5a;
  font-weight: bold;
  border-color: #cd2b5a;
  border-width: 1px;
  border-style: solid;
  width: 99.0%;
  margin: 5px;
  font-size:16px;
}

div.header_settings {
  color: #cd2b5a;
  font-weight: bold;
  border-color: #cd2b5a;
  border-width: 1px;
  border-style: solid;
  width: 91%;
  margin: 0px;
  font-size:16px;
}

.dd_nomargin{
  margin-left:0px;
}

/* novel.phpに直接記載していたstyleを移植(20230508)  */

span.repletion{
  color:#777;
}

select.script_selector{
  font-size:18px;
}

div.data_container_info{
  max-height:60vh;
  padding-bottom:15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sysmessage{
  max-height:60vh;
  padding-bottom:15px;
  overflow-x: hidden;
  overflow-y: auto;
}

.data_info{
  font-size: 14px;
  letter-spacing:0.2em;
  white-space: pre nowrap;
  width:85vw; 
  overflow-wrap: break-word;
  noscroll;
}

.retryoptions{
  padding:0px;
  padding-top:10px;
}

.retryoptions_btn{
  font-size: 18px;
  color: #777777;
  background-color:white;
  border-color: #777777;
  font-family: Quicksand;
}

.options_icons{
  margin-top:16px;
  width:32px;
  height:32px;
}

.ballon_options{
  margin: 5px;
  background-color:#ffffff;
}

.options_title{
  font-size: 16px;
}

.options_disp{
  font-size: 20px;
}

.options_custom_btn{
  font-size: 16px; color: #777777;
  background-color:white;
  border-color: #777777;
  width:150px;
  margin-right:8px;
  margin-bottom:4px;
  font-family: Quicksand;
}

.tooltips_base{
	position:relative;
	z-index: 9998;
	width:100%;
  display:inline-block;
}

.tooltips_body {
	position: absolute;
	bottom: 2.2em;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: white;
	background: black;
	border-radius: 0.5em;
	font-weight: normal;
	width: 80vw;
}

#tooltips .tooltips_base{
  display:inline-block;
}

#tooltips .repletion{
  display:inline-block;
}

.chat_icon{
  width:32px;
  height:32px;
  margin-top:20px;
  margin-bottom:6px;
}

/* index.php css data */

.img-letsplay{
  max-width:600px;
  width: 70%;
}

.img-letsplay.smartphone{
  width:80%;
}

.desc.main {
  margin:15px;
}

.desc.exsamples {
  margin:15px;
}

.desc.title{
  margin:3px;
}

.desc.tonesphere{
  margin:15px;
}

.text-tips{
  color:#3366aa;
  font-weight:bold;
}

.btn-square.top{
  font-size: 20px;
  background-color:white;
  width:80vw;
  margin-right:1vw;
  font-family: Quicksand;
}

.btn-square.top.continue{
  color: #33aaaa;
  border-color: #33aaaa;
}

.btn-square.top.newdocument{
  color: #3366aa;
  border-color: #3366aa;
}

.btn-square.top.samples_chat_0{
  color: #336688;
  border-color: #336688;
}

.btn-square.top.newdocument_instruct{
  color: #aa6688;
  border-color: #aa6688;
}

.btn-square.top.exsamples{
  color: #777777;
  border-color: #777777;
}

.btn-square.top.exsamples.middle{
  font-size: 18px;
}

.btn-square.top.exsamples.small{
  font-size: 15px;
}

.img-visitors{
  max-width:80vw;
  width: 640px;
}

.img-visitors.smartphone{
  max-width:80vw;
  width: 640px;
}

.img-awards{
  width: 420px;
  max-width:80vw;
}

.text-visitors{
  margin-top:10px;
  color: gray;
}

.header3black.exsamples{
  width:80vw;
  margin:auto;
}

h2.exsamples{
  margin:3px;
}

.body-top{
  margin-bottom:0px;
}

.trial_prompt_container {
  display: flex;
  width: 80vw;
  align-items: stretch;
  flex-wrap: wrap;
  align-content:center;
  margin-left:auto;
  margin-right:auto;
}
.trial_prompt_item {
  padding: 20px;
  text-align: center;
  width:100%;
  margin : 0px;
  padding:10px;
  box-sizing: border-box;
  border: 1px dotted;
  justify-content: stretch; 
  word-break: break-all;
  color: #777;
}

.btn-square.trial_prompt{
  font-size: 20px;
  background-color:white;
  width:100%;
  margin-right:1vw;
  font-family: Quicksand;
}

.btn-square.grid.exsamples{
  color: #777777;
  border-color: #777777;
  font-size: 15px;
}

.trial_prompt_button_flex{
  height: 43px;
}

.trial_prompt_title{
  width:100%;
  font-size:20px;
  font-family: Shippori Mincho;
  text-align: left ;
}

.trial_prompt_overview_flex{
  font-size: 15px;
  text-align: left;
}

.trial_prompt_author{
  font-weight:bold;
}