* {
    margin: 0px;
    padding: 0px;
  }
  body {
      background: #C0C0C0;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  a,button {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  /*** header(共通) ***/
  
  header {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #002222;
    height: 80px;
    max-width: 1200px;
    vertical-align: center;
  }
  
  header .rogo {
    cursor: pointer;
    background-image: url('/static/img/circle_icon_bar_rogo.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 300px;
    background-position: center center;
  }
  
  header .otoiawase_wrap {
      height: 80px;
      width: calc(100% - 300px);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
  }
  
  header .otoiawase_wrap a {
      margin-right: 10px;
  }
  
  header .otoiawase {
    margin-right: 15px;
    margin-left: 10px;
    width: 180px;
    background-color: #004444;
    border: none;
  }
  
  nav ul li a {
    text-decoration: none;
    color: white;
  }
  
  /*** main(共通) ***/
  
  main {
      margin-left: auto;
      margin-right: auto;
      background-color: #C0C0C0;
      max-width: 1200px;
  }
  
  /*** button(共通) ***/
  
  button {
      cursor: pointer;
      border-radius: 15px;
      font-size: 25px;
      color: white;
  }
  
  .admin_btn {
      border-radius: 10px;
      font-size: 15px;
      margin: 5px;
      padding: 5px;
      background-color: green;
  }
  /*** footer(共通) ***/
  
  footer {
      padding-top: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color: #C0C0C0;
      max-width: 1200px;
      height: 50px;
      text-align: center;
      font-size: 16px;
  }
  
  #tokutei table {
      margin-left: auto;
      margin-right: auto;
      border-collapse: collapse;
      max-width: 650px;
      width: 100%;
  }
  
  #tokutei table tbody tr td{
      border: 1px grey solid;
      font-size: 15px;
      text-align: left;
      padding: 5px;
      background-color: #E0E0E0;
  }
  #tokutei table tbody tr td:first-child {
      background: #888 !important;
      font-weight: bold;
  }
  
  .otoiawase_wrap a {
      text-decoration: none;
      color: white;
      margin-left: 10px;
  }

/*** カスタムタグ ***/
  .disp-none {
    display: none;
  }

  .disp-btn {
    display: table-cell;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 2px 8px;
    background: linear-gradient(0deg, #ababab, #ffffff);
    color: #4a4a4a;
    box-shadow: 1px 1px 2px #555;
  }

  .row_hidden_alt {
    width: 50%;
    border: 1px gray solid;
    text-align: left;
    background-color: #D0D0D0;
    box-sizing: border-box;
}

  /*** トップページ ***/
  
  #top_image {
      padding: 400px 10px 0;
      background-image: url('/static/img/circle_bg_top.png');
      background-repeat: no-repeat;
      background-size: 1200px auto;
      height: 250px;
      background-position: center center;
  }
  
  #login_button_wrap {
      text-align: center;
  }
  #login_button {
      max-width: 300px;
      margin-top: 20px;
      background-color: #00CC00;
      margin-left: auto;
      margin-right: auto;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
      width: 100%;
      padding: 15px 0;
  }
  #create_button_wrap {
      text-align: center;
  }
  #create_button {
      max-width: 300px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color: #00BFFF;
      background: linear-gradient(0deg, #f04955, #ff9d9d);
      color: #642525;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
      width: 100%;
      padding: 15px 0;
  }
  
  #login_image {
      padding-top: 200px ;
      background: center;
      background-image: url('/static/img/circle_bg_login.png');
      background-repeat: no-repeat;
      background-size: 400px auto;
      height: 400px;
  }
  
  #login_form {
      text-align: center;
      padding-top: 55px;
  }
  
  #login_form form table {
      margin-left: auto;
      margin-right: auto;
      max-width: 300px;
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
      table-layout: fixed;
  }
  
  .login_td {
      height: 70px;
  }
  
  .login_label {
      text-align: left;
      color: white;
      font-size: 12px;
  }
  
  .login_input {
      width: 100%;
      border-radius: 10px;
      padding: 10px;
      font-size: 15px;
      box-sizing: border-box;
  }
  
  #login_form a {
      text-decoration: none;
      color: white;
  }
  
  .login_label {
      color: white;
  }
  
  #login_message {
      display: inline-block;
      max-width: 380px;
      font-size: 20px;
      color: red;
  }
  
  #gen_pass_message {
      color: white;
  }
  
  #login_login_button {
      max-width: 260px;
      background-color: #00CC00;
      margin-top: 20px;
      margin-bottom: 20px;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
      padding: 15px 0;
      width: 100%;
  }
  
  /*** 新規登録ページ 共通***/
  
  #create_image {
      padding-top: 40px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom;
      padding-bottom: 20px;
  }
  
  #create_image_bar {
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      height: 80px;
  }
  
  #create_image_title {
      margin-left: auto;
      margin-right: auto;
      margin-top: 45px;
      margin-bottom: 45px;
      max-width: 450px;
      background-color: black;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 35px;
      opacity: 0.6;
      width: 100%;
  }
  
  #create_image_title p {
      color: white;
      font-size: 25px;
      text-align: center;
  }
  
  #create_image_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
  
  #create_image_text p {
      color: white;
      font-size: 18px;
      line-height: 32px;
  }
  
  /*** 新規登録ページ step1 ***/
  
  .create_image1 {
      background-image: url('/static/img/circle_bg_touroku_step01.png');
  }
  
  .create_image_bar1 {
      background-image: url('/static/img/circle_touroku_stepbar01b.png');
  }
  
  #common_form {
      text-align: center;
      padding-top: 20px;
  }
  
  #common_form form table{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border-spacing: 0;
      border-collapse: collapse;
      table-layout: fixed;
      box-sizing: border-box;
      max-width: 800px;
  }
  
  #common_form form h3 {
      max-width: 800px;
      margin: auto;
      background-color: #003333;
      color: white;
      text-align: left;
      padding: 15px;
      padding-left: 10px;
      padding-right: 10px;
      border: 1px gray solid;
      box-sizing: border-box;
      width: 100%;
  }
  .toiawase-textarea {
      max-width: 800px;
      margin: auto;
      padding: 10px;
      box-sizing: border-box;
      border: 1px gray solid;
      background-color: #D0D0D0;
  }
  .toiawase-textarea textarea {
      background-color: #C0C0C0;
      border-radius: 15px;
  }
  #common_form form table tbody tr td,
  #common_form form table thead tr td {
      text-align: left;
      height: 50px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      /*border:  gray ridge;*/
  }
  
  tr.toiawase_row td {
      width: 100%;
      padding: 0 !important;
  }
  
  #common_form form table tbody tr td input:not([type=checkbox]),
  #common_form form table thead tr td input:not([type=checkbox]) {
      border-radius: 10px;
      padding: 10px;
      font-size: 15px;
      background-color: #C0C0C0;
      border-width: 1px;
      width: 100%;
      box-sizing: border-box;
  }
  
  textarea {
      height: 200px;
      width: 100%;
      padding: 10px;
      font-size: 15px;
      border-width: 1px;
      box-sizing: border-box;
      overflow-x: hidden;
  }
  
  .input textarea {
      border-radius: 10px;
      background-color: #C0C0C0;
  }
  
  .input pre {
      font-size: 20px;
      background-color: #D0D0D0;
  }
  #privacy {
      padding: 0 20px;
  }
  #privacy textarea {
      height: 600px;
      max-width: 1000px;
      background-color: #E0E0E0;
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      display: block;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      font-weight: bold;
  }
  
  .create_label {
      font-size: 20px;
  }
  
  .label {
      width: 35%;
      text-align: left;
      border-top: 1px gray solid;
      border-left: 1px gray solid;
      border-bottom: 1px gray solid;
      background-color: #A0A0A0;
      box-sizing: border-box;
  }
  table tbody tr td label,
  table thead tr td label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mark {
      width: 15%;
      text-align: center;
      border-top: 1px gray solid;
      border-right: 1px gray solid;
      border-bottom: 1px gray solid;
      background-color: #A0A0A0;
      box-sizing: border-box;
      text-align: right !important;
  }
  
  .input {
      width: 50%;
      border: 1px gray solid;
      text-align: left;
      background-color: #D0D0D0;
      box-sizing: border-box;
  }
  
  .mark span {
      display: inline-block;
      font-size: 14px;
      padding: 0 10px;
      border-radius: 10px;
      color: #ffffff;
  }
  
  .must {
      background-color: red;
  }
  
  .any {
      background-color: #777777;
  }
  
  .start {
      background-color: green;
  }
  
  .kiyaku_area {
      width: 500px;
      border: 1px gray solid;
      text-align: left;
      background-color: #D0D0D0;
  }
  
  .kiyaku_area p {
      text-align: center;
  }
  
  .kiyaku_area textarea {
      background-color: #EEEEEE;
  }
  
  #kiyaku_cancel_button,
  #return_button {
      width: 300px;
      height: 60px;
      margin: 20px;
      background-color: green;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
  }
  
  #common_button {
      width: 300px;
      height: 60px;
      margin: 20px;
      background-color: #00BFFF;
      background: linear-gradient(0deg, #f04955, #ff9d9d);
      color: #642525;
      cursor: pointer;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
  }
  
  #common_message {
      font-size: 20px;
      color: red;
  }
  #left-bold{
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  
  /*** 新規登録ページ step2 ***/
  
  .create_image2 {
      background-image: url('/static/img/circle_bg_touroku_step02.png');
  }
  
  .create_image_bar2 {
      background-image: url('/static/img/circle_touroku_stepbar02.png');
  }
  
  #create_step2_button {
      max-width: 300px;
      background-color: #FF3366;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
      width: 100%;
      padding: 15px 0;
      display: block;
      margin: 20px auto;
  }
  
  /*** 新規登録ページ step3 ***/
  
  .create_image3 {
      background-image: url('/static/img/circle_bg_touroku_step03.png');
  }
  
  .create_image_bar3 {
      background-image: url('/static/img/circle_touroku_stepbar02b.png');
  }
  
  #create_step3_button {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      background-color: #00CC00;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
      max-width: 300px;
      padding: 15px 0;
      margin: 20px auto;
      display: block;
  }
  
  #create_step_fin {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      background-image: url('/static/img/circle_touroku_mail_sousin.png');
      background-repeat: no-repeat;
      background-size: 800px auto;
      background-position: center;
      height: 200px;
      background-size: contain;
  }
  
  .err_input {
      color: red;
  }
  /*** 0512追記 ***/
  .create3-wrap {
      max-width: 800px;
      margin: auto;
  }
  .create3-wrap h3 {
      color: #fff;
      font-size: 24px;
      margin: 20px 0;
  }
  .create3-wrap table tr td {
      width: 70%;
      padding: 5px;
      box-sizing: border-box;
  }
  .create3-wrap table tr th {
      width: 30%;
      padding: 5px;
      box-sizing: border-box;
  }
  .create3-wrap table {
      table-layout: fixed;
      max-width: 500px;
      margin: auto;
      text-align: left;
      color: #fff;
      width: 100%;
  }
  .create3-table {
      border-top: 1px dashed #fff;
      border-bottom: 1px dashed #fff;
      padding: 20px 0;
      margin: 40px 0;
  }
  .ot-login {
      font-size: 14px;
      color: #ff0;
      max-width: 400px;
      margin: auto;
      box-sizing: border-box;
      padding: 0 10px;
  }
  /*** マイページ ***/
  
  #mypage_image {
      padding-top: 40px ;
      background-image: url('/static/img/circle_bg_mypage.png');
      background-repeat: no-repeat;
      background-size: 1200px auto;
      height: 100px;
  }
  
  #mypage_image_title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 45px;
      width: 450px;
      background-color: black;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 35px;
      opacity: 0.6;
  }
  
  #mypage_image_title p {
      color: white;
      font-size: 25px;
      text-align: center;
  }
  
  #common_table {
      text-align: center;
      padding-top: 20px;
      margin-bottom: 10px;
  }
  
  #common_table table {
      margin-left: auto;
      margin-right: auto;
      border-spacing: 0;
      border-collapse: collapse;
  }
  
  #common_table table thead tr th {
      background-color: #003333;
      color: white;
      text-align: left;
      height: 50px;
      padding-left: 10px;
      padding-right: 10px;
      border: 1px gray solid;
  }
  
  #common_table table tbody tr td,
  #common_table table thead tr td {
      text-align: left;
      height: 50px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      /*border:  gray ridge;*/
  }
  
  #common_update {
      text-align: center;
      justify-items: center;
  }
  
  #common_update_button {
      width: 300px;
      height: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color:#00CC00;
  }
  
  #kessai_update_button {
      width: 300px;
      height: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color:#00BFFF;
  }
  /*** 0512追記 ***/
  .download_table_wrap {
      padding: 0 10px;
  }
  .date-input input {
      max-width: 50%;
      margin: 0 10px;
  }
  .download_table h4 {
      margin: 20px 0 10px;
  }
  .download_table h5,
  .download_table summary {
      text-align: left;
  }
  .download_table summary {
      font-size: 14px;
      font-weight: bold;
  }
  .download_input label {
      margin-right: 10px;
  }
  .download_input {
      text-align: left;
  }
  label.half-input {
      margin: 0;
      width: 50%;
      display: inline-block;
  }
  .download_input span {
      font-size:12px;
  }
  .download_input span input {
      margin: 0 10px;
      vertical-align: middle;
  }
  input#input-number {
      width: 40px;
  }
  input.input-number {
      width: 40px;
  }
  .download_input input {
      margin: 0 3px;
      vertical-align: middle;
  }

  /* アコーディオン */
  .left-align{
      text-align: left;
  }
  .inner-accordion-label,
  .contact-accordion-label,
  .detail-accordion-label {
      display: block;
      position: relative;
      cursor: pointer;
      padding-left: 14px;
      font-size: 14px;
      font-weight: bold;
  }
  .accordion-icon::before {
    /*
    content: " ";
    position: absolute;
    display: inline-block;
    left: -16px;
    top: 2px;
    width: 5px;
    height: 5px;
    border: 3px solid;
    border-color: transparent black black transparent;
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;     
    */
    position: absolute;
    display: inline-block;
    content: ' ';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px black;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
  input[id="inner-info"],
  input[id="contact-info"],
  input[id="detail-info"] {
      display: none;
  }
  #inner-info-area,
  #contact-info-area,
  #detail-info-area{
      margin: 0;
      padding: 0;
      list-style: none;
  }
  #inner-info-area > div,
  #contact-info-area > div,
  #detail-info-area > div {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;      
  }
  #inner-info:checked ~ .inner-accordion-label > .accordion-icon::before,
  #contact-info:checked ~ .contact-accordion-label > .accordion-icon::before,
  #detail-info:checked ~ .detail-accordion-label > .accordion-icon::before {
    /*    
    transform: rotate(-135deg);
    top: 9px;
    */
    transform: rotate(90deg);
    margin-left: -4px;
    margin-top: -4px;
  }
  #inner-info:checked ~ #inner-info-area > div,
  #contact-info:checked ~ #contact-info-area > div,
  #detail-info:checked ~ #detail-info-area > div {
      max-height: 400px;
      opacity: 1;
  }  

  .message {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /*** 更新ページ ***/
  
  #update_image {
      padding-top: 40px ;
      background-image: url('/static/img/circle_bg_touroku_step01.png');
      background-repeat: no-repeat;
      background-size: 1200px auto;
      height: 220px;
  }
  
  #update_image_title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      width: 450px;
      background-color: black;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 35px;
      opacity: 0.6;
  }
  
  #update_image_title p {
      color: white;
      font-size: 25px;
      text-align: center;
  }
  
  #update_image_text {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
  
  #update_image_text p {
      color: white;
      font-size: 18px;
      line-height: 32px;
  }
  
  /*** 問い合わせ ***/
  
  #toiawase_image {
      padding: 40px 0;
      background-image: url(/static/img/circle_bg_otoiawase.png);
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 40px;
      background-position: center bottom;
  }
  
  #toiawase_image_title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      max-width: 650px;
      background-color: black;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 35px;
      opacity: 0.6;
      width: 100%;
  }
  
  #toiawase_image_title p {
      color: white;
      font-size: 25px;
      text-align: center;
  }
  
  #toiawase_image_text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #toiawase_image_text p {
    color: white;
    font-size: 18px;
    line-height: 32px;
  }

  #toiawase_button {
      width: 300px;
      height: 60px;
      margin: 20px;
      background-color: #00CC00;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
  }
  
  #toiawase_fin_button {
      width: 300px;
      height: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      background-color:#00CC00;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
  }
  
  /*** admin ***/
  
  .important_item {
      color: red;
  }
  
  #admin_title {
      margin-left: 10px;
  }
  
  #admin_key {
      width: 800px;
  }
  
  #admin_table {
      margin-left: 10px;
      border: 1px grey solid;
      border-collapse: collapse;
  }
  
  #admin_table tbody tr td{
      border: 1px grey solid;
      font-size: 15px;
      text-align: left;
      padding: 5px;
      background-color: #E0E0E0;
      word-break : break-all;
  }

  .admin_text_input {
    width: 90%;
    height: 20px;
    font-size: 15px;
  }
  
  #admin_update_label {
    width: 260px;
  }
  
  #admin_update_data {
    width: 700px;
  }

  .admin_text_area {
    width: 90%;
    font-size: 15px;
  }

  #common_button[disabled] {
    /*
      background-color: gray;
      color: black;
    */
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .buttons {
      background-color: #C0C0C0;
      text-align: center;
  }
  
  #manual_button {
      border: none;
      background-color: #25a782;
      width: 80px;
      border-radius: 5px;
      font-size: 15px;
      /* box-shadow: 2px 2px 0px #111, -2px -2px 0px #ffff; */
      color: #000;
      font-weight: bold;
      border: 2px outset #bbb;
  }
  
  footer {
      clear: left;
  }
  
  h3#dc_h3 {
      display: flex;
      flex-wrap: wrap;
  }
  span.dc_left {
      width: 40%;
  }
  span.dc_right {
      text-align: right;
      width: 60%;
  }
  
  .dc_memo {
      font-size: 12px;
  }
  
  #common_table {
      background-color: #C0C0C0;
      /*height: 380px;*/
  }
  
  #button_group {
      background-color: #C0C0C0;
  }
  
  button#common_update_button, #kessai_update_button {
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      box-shadow: 1px 1px 2px #555;
  }
  
  div#download_data {
      padding: 0 20px;
  }
  
  #download_button[disabled] {
      background-color: gray;
      color: black;
  }
  
  button#common_update_button, #kessai_update_button {
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      box-shadow: 1px 1px 2px #555;
      font-size: 20px;
      font-weight: bold;
      width: 350px;
      box-shadow: 1px 1px 2px #555;
  }
  
  #download_data table {
      margin-left: auto;
      margin-right: auto;
      border-spacing: 0;
      border-collapse: collapse;
      border: 1px gray solid;
  }
  
  #download_data table tr td {
      padding: 10px;
      text-align: center;
  }
  
  tr.toiawase_row td {
      padding: 0 !important;
  }
  
  .download_table {
      border: 2px solid #5b5b5b;
      width: 400px;
      margin: 20px auto 0;
      text-align: center;
      border-radius: 15px;
      overflow: hidden;
  }
  .download_table h3 {
      background: #5b5b5b;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding: 10px 0;
      margin-bottom: 20px;
  }
  #download_button {
      height: 60px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      background-color:#FF3366;
      font-weight: bold;
      font-size: 20px;
      width: 350px;
  
  }
  
  
  #download_button {
      width: 350px;
      height: 60px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      background: linear-gradient(0deg, #f04955, #ff9d9d);
      color: #642525;
      text-shadow: 1px 1px 0 #fff;
      box-shadow: 1px 1px 2px #555;
  }
  .sp-menu {
      display: none;
  }
  /* Overlay */
  #gloval-nav {
      background: #002222;
      color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000000;
      text-align: center;
      display: flex;
      visibility: hidden;
      flex-direction: column;
      align-items: center;
      font-size: 29px;
      opacity: 0;
      transition: opacity .6s ease, visibility .6s ease;
      padding: 30px;
      box-sizing: border-box;
  }
  .open #gloval-nav {
      visibility: visible;
      opacity: 1;
      position: fixed;
      height: 100vh;
      width: 100%;
      overflow-y: scroll;
  }
  #close {
      width: 30px;
      height: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      line-height: 30px;
      color: #fff;
      cursor: pointer;
  }
  .gloval-nav-option {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
      justify-content: flex-end;
  }
  div#gloval-nav nav {
      width: 100%;
      max-width: 400px;
  }
  div#gloval-nav ul li {
      list-style: none;
  }
  div#gloval-nav nav ul li a {
      color: #fff;
      font-size: 16px;
      display: block;
      padding: 15px;
      width: 100%;
      box-sizing: border-box;
      margin: 0;
  }
  div#gloval-nav button {
      background: #004444;
      border: none;
      width: 180px;
  }
  /* ハンバーガーメニュー */
  @media screen and (max-width: 850px) {
      header .otoiawase_wrap {
          display: none;
      }
      .sp-menu {
          width: 30px;
          height: 20px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          z-index: 10;
          margin-right: 30px;
      }
      .sp-menu a {
          margin: 0;
      }
      .sp-menu a span:nth-child(1),
      .sp-menu a span:nth-child(2),
      .sp-menu a span:nth-child(3) {
          width: 30px;
          height: 4px;
          background: #fff;
          display: block;
          border-radius: 3px;
      }
      .sp-menu a span:nth-child(2) {
          margin: 6px 0px;
      }
  }
  
  @media screen and (max-width: 600px) {
      .dc_right, .dc_left {
          width: 100% !important;
      }
  }
  
  @media screen and (max-width: 450px) {
      #top_image {
          background-position: center top;
          background-size: cover;
      }
      header {
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
      }
      header .rogo {
          width: calc(75% - 60px);
          background-position: center center;
          margin-right: 25%;
      }
      /*
      header .otoiawase_wrap {
          width: 60%;
          text-align: center;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
      }
      */
      header .otoiawase_wrap a {
          line-height: normal;
          font-size: 12px;
          display: inline-block;
      }
      header .otoiawase {
          font-size: 12px;
          margin: auto;
          height: auto;
          width: 100%;
          display: block;
          max-width: 100px;
          padding: 3px 0;
      }
      #create_image {
          height: auto;
          background-size: cover;
          padding-bottom: 40px;
      }
      #create_image_bar {
          background-size: contain;
      }
      #create_image_title {
          width: 90%;
      }
      #create_image_text p {
          font-size: 14px;
          padding: 0 10px;
          line-height: normal;
          text-align: left;
          margin-top: 10px;
      }
      #common_form form table {
          table-layout: fixed;
          width: 100%;
      }
      #common_form form table tbody tr,
      #common_form form table thead tr {
          display: flex;
          flex-wrap: wrap;
      }
      #common_form form table tbody tr td,
      #common_form form table thead tr td {
          display: block;
          /* width: 100% !important; */
          box-sizing: border-box;
          display: flex;
          align-items: center;
          height: auto;
      }
      #common_form form h3 {
          width:100%;
      }
      td.label {
          width: 73%;
      }
      td.mark {
          width: 27%;
      }
      td.input {
          width: 100%;
      }
      td.mark {
          display: flex;
          align-items: center;
          justify-content: center;
      }
      .must, .any {
          padding: 3px 15px;
          font-size: 14px;
      }
      td.kiyaku_area {
          width: 100%;
          height: auto !important;
          display: block !important;
      }
      .kiyaku_area p {
          margin: auto;
          line-height: normal;
          width: 100%;
          font-size: 14px;
      }
      .kiyaku_area p {
          margin: auto;
          line-height: normal;
          width: 100%;
          font-size: 14px;
          display: block;
          text-align: center;
          margin: 10px 0;
      }
      textarea {
          height: 200px;
          width: 99%;
          margin-left: 1%;
          font-size: 12px;
          line-height: 1.3;
          box-sizing: border-box;
          overflow-x: hidden;
      }
      #kiyaku_cancel_button, 
      #common_button,
      #return_button {
          width: 90%;
          margin: 10px auto;
          max-width: 300px;
          font-size: 18px;
      }
      #toiawase_image_title {
          width: 90%;
      }
      #toiawase_image_title p {
          font-size: 18px;
      }
      #privacy textarea {
          width: 100%;
          margin: 0;
      }
      #tokutei table tbody tr td:first-child {
          background: #888 !important;
      }
      #tokutei table tbody tr td {
          width: 100%;
          display: block;
          box-sizing: border-box;
          font-weight: bold;
      }
      #tokutei table {
          table-layout: fixed;
          width: 100%;
      }
      tr.toiawase_row td {
          width: 100%;
          padding: 0 !important;
      }
      button#toiawase_button {
          width: 90%;
          margin: 20px auto;
      }
      table.toiawase_fin_table {
          width: 100%;
      }
      table.toiawase_fin_table tr td {
          width: 100%;
          display: block;
          height: auto !important;
      }
      button#toiawase_fin_button {
          width: 90%;
          margin: 20px auto;
      }
      #create_step2_button {
          margin: 20px auto 0;
          width: 90%;
          display: block;
      }
      #mypage_image_title {
          width: 90%;
      }
      button#common_update_button, #kessai_update_button {
          width: 90%;
      }
      #download_button {
          width: 90%;
      }
      #update_image_title p {
          font-size: 18px;
      }
      #update_image_title {
          width: 90%;
      }
      .download_table {
          width: 100%;
      }
      .download_table p input {
          display: block;
          max-width: 140px;
          margin: auto;
      }
      #create_image_title p {
          font-size: 18px;
      }
      #create_step3_button {
          width: 90%;
          margin: 20px auto 0;
          display: block;
      }
      /*** 20210512追記マイページ ***/
      .download_input {
          font-size: 14px;
      }
      .date-input input {
          font-size: 12px;
          width: 43%;
          margin: 0;
      }
      label.half-input {
          width: 45%;
      }
  
      .download_input label {
          margin-right: 3px;
      }
      .download_input span input {
          margin: 0 5px;
      }
      input#input-number {
          width: 25px;
          font-size: 12px;
      }
  }

  /* メッセージ一斉配信テンプレート管理ページ */
  #multi-msg-mng {
      display: block;
      width: 80%;
      margin: auto;
      text-align: center;
  }
  #multi-msg-mng .title-area {
    padding-top: 48px;
  }
  #multi-msg-mng .title-area h1::before{
    background-image: url('/static/img/icon_msg_tmp.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-position: center;
    content: ' ';
    margin-left: -64px;
    margin-top: -8px;
    width: 64px;
    height: 64px;    
  }
  #multi-msg-mng .msg-area {
    color: red;
    font-size: 14px;
    font-weight: bold;
  }
  #multi-msg-mng .new-area {
    padding: 32px 0;
    border-bottom: 1px solid black;
  }
  #multi-msg-mng button{
    border-radius: 10px;
    border: 1px solid #000;
    padding: 4px 8px;
    margin-left: 8px;
    background: linear-gradient(0deg, #ababab, #ffffff);
    color: #4a4a4a;
    box-shadow: 1px 1px 2px #555;
    font-size: 12px;
    padding: 4px 32px;
  }
  #multi-msg-mng .list-area {
    padding: 16px 0;
  }
  #multi-msg-mng .list-area h2{
    padding-bottom: 16px;
  }
  #multi-msg-mng .list-area .template-area {
      padding: 8px 0;
  }
  #multi-msg-mng .list-area .template-area button{
    width: 300px;
    padding: auto;
  }
  #multi-msg-mng .list-area .form-btn-area {
      display: flex;
      justify-content: space-evenly;
  }
  /* メッセージ一斉配信新規作成ポップアップ */
  .popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000000;
    opacity: 0;
    display: none;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
    z-index: 100;
    user-select: none;
  }

  .popup-dialog {
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0 10px 10px #999;
    background-color: white;
    color: gray;
    display: block;
    visibility:hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    width: 480px;
    height: 480px;
    z-index: 101;
  }
  .popup-dialog .title-area {
    padding-top: 16px;
    border-radius: 10px;
    text-align: center;
  }
  .popup-dialog .title-area h2 {
  }
  .popup-dialog form {
      padding: 0 15%;
      text-align: left;
  }
  .popup-dialog form label {
      padding: 8px 0;
  }
  .popup-dialog form input {
    border-radius: 4px;
    width: 100%;
  }
  .popup-dialog form input::placeholder,
  .popup-dialog form textarea::placeholder {
    color: gray;
  }
  .popup-dialog form textarea{
    border-radius: 4px;
    width: 100%;
  }
  .popup-dialog form div{
    text-align: center;
    padding: 8px 0;
  }
  .popup-dialog form div button {
      margin: 0 auto;
  }

  /* 個人情報削除確認用 */
  .popup-personal-dialog {
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0 10px 10px #999;
    background-color: white;
    color: #111111;
    display: block;
    visibility:hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 32px 40px;
    position: fixed;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    width: 640px;
    height: 520px;
    z-index: 101;
  }
  .popup-personal-dialog .personal-desc {
    text-align: left;    
    margin-top: 16px;
  }
  .popup-personal-dialog h2 {
    padding: 12px 0;
  }
  .popup-personal-dialog input {
    border-radius: 8px;
    padding-left: 8px;
    width: 240px;
    height: 40px;
  }
  .popup-personal-dialog input::placeholder {
    color: gray;
  }

  .popup-personal-dialog button {
    margin-top: 12px;
    border-color: #eeeeee;
    font-size: 16px;
    padding: 4px 8px;
  }
  .popup-personal-dialog .personal-cancel {
    background-color: #eeeeee;
    color: black;
    margin-right: 8px;
  }
  .popup-personal-dialog .personal-enable {
    background-color: #2020ff;
    color: white;
    cursor: pointer;
    margin-left: 8px;
  }
  .popup-personal-dialog .personal-enable:disabled {
    background-color: #b0b0ff;
    color: white;
    cursor: not-allowed;
  }

  /* メッセージ一斉配信ページ */
  #multi-send {
    background-color: white;
    border: none;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #multi-send *{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  }
  #multi-send-header {
    background-color: #02b53a;
    text-align: center;
    width: 100%;
    height: auto;
  }
  #multi-send-header h1{
    color: white;
    font-size: 20px;
    padding: 6px 0;
    position: relative;
    margin: 0 auto;
  }
  /* #multi-send-header h1::before{
    background-image: url('/static/img/circle_icon_bar_rogo.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-position: center;
    content: ' ';
    margin-left: -38vw;
    margin-top: 6px;
    width: 90px;#480px;
    height: 24px;#128px;    
  } */
  /*
  #multi-send-header h1 p{
      margin-left: 96px;
  }
  */
  #multi-send .title-area {
    padding-top: 32px;
    padding-bottom: 8px;
  }
  #multi-send .msg-area {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    height: 32px;
  }
  #multi-send .title-area h2,
  #multi-send .list-area h2,
  #multi-send .title-area-bot h2 {
      color: #595959;
  }
  #multi-send .send-area,
  #multi-send .list-area,
  #multi-send .send-area-bot {
    padding: 16px 0;
    /*
    border-bottom: 1px solid black;
    border: 2px dashed black;
    border-radius: 12px;
    */
    margin: 0 auto;
    margin-bottom: 16px;
    width: 90%;
  }
  #multi-send .send-area textarea {
    background-color: #fcfafa;
    border-radius: 6px;
    border: none;
    color: #767676;
    width: 60%;
    margin: 0 auto;
  }
  #multi-send .send-area textarea::placeholder,
  #multi-send .send-area-bot textarea::placeholder {
    color: #767676;
  }
  #multi-send .send-area button{
    border: none;
    border-radius: 6px;
    padding: 4px;
    box-shadow: none;
    background-color: #02b53a;
    color: white;
    font-size: 16px;
    padding: 4px 120px;
    margin-top: 20px;
  }
  @media only screen and (max-width: 767px) {
    #multi-send .send-area button {
        padding: 4px 60px;
    }
    #multi-send .send-area textarea {
        width: 90%;
    }
  }
  #multi-send .list-area button{
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    color: #7f7f7f;
    /*
    box-shadow: 1px 1px 2px #555;
    */
    font-size: 12px;
    padding: 4px 32px;
  }
  #multi-send .list-area h2{
    padding-bottom: 16px;
  }
  #multi-send .list-area h2::before{
    background-image: url('/static/img/icon_msg_tmp.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-position: center;
    content: ' ';
    margin-left: -48px;
    margin-top: -8px;
    width: 48px;
    height: 48px;    
  }
  #multi-send .list-area .template-area {
    padding: 8px 0;
  }
  #multi-send .list-area .template-area button{
    width: 280px;
    padding: auto;
  }

  /* Bot一斉配信プレビュー画面 */
  #multi-send-bot-header {
    background-color: #02b53a;
    text-align: center;
    width: 100%;
    height: auto;
  }
  #multi-send-bot-header h1{
    color: white;
    font-size: 20px;
    padding: 6px 0;
    position: relative;
    margin: 0 auto;
  }
  #send-area-bot-button{
    border: none;
    border-radius: 6px;
    padding: 4px;
    box-shadow: none;
    background-color: #02b53a;
    color: white;
    font-size: 16px;
    padding: 4px 120px;
    margin-top: 20px;
  }
  #send-area-bot-sended-button{
    border: none;
    border-radius: 6px;
    padding: 4px;
    box-shadow: none;
    background-color: #e06666;
    color: white;
    font-size: 16px;
    padding: 4px 120px;
    margin-top: 20px;
  }
  .res_ids {
    cursor: pointer;
  }
  .res_ids_text {
    /* チェックボックスとテキストの上下を中央に */
    align-items: center;
    display: flex;
  }
  .res_ids input {
    display: none; /* デフォルトのチェックボックスを非表示 */
  }
  .res_ids input + .res_ids_text::before {
    background-image: url('/static/img/circle_preview_check_off.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: relative;
    height: 32px;
    width: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 10px;
  }
  .res_ids input:checked + .res_ids_text::before {
    background-image: url('/static/img/circle_preview_check_on.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: relative;
    height: 32px;
    width: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 10px;
  }

  .send_target {
    font-size: 20px;
    color: #595959;
    display: flex;
    justify-content: center;
  }

  /*
  .send_target:before {
    content: url('/static/img/circle_preview_send_target.png');
    vertical-align: middle;
  }
  */

  .bot_preview_items {
    text-align: left;
    width: 60%;
    margin: 0 auto;
  }

  #multi-send .send-area-bot textarea {
    background-color: #fcfafa;
    border-radius: 6px;
    border: none;
    color: #767676;
    width: 60%;
    margin: 0 auto;
  }

@media only screen and (max-width: 767px) {
    #send-area-bot-button {
        padding: 4px 60px;
    }

    #send-area-bot-sended-button {
        padding: 4px 60px;
    }

    .bot_preview_items {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }

    #multi-send .send-area-bot textarea {
        width: 90%;
    }
}

  /* メッセージ一斉配信設定ページ */
  #multisend_setting_image {
    padding-top: 40px ;
    background-image: url('/static/img/circle_bg_touroku_step01.png');
    background-repeat: no-repeat;
    background-size: 1200px auto;
    height: 220px;
  }

  #multisend_setting_image_title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 450px;
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 35px;
    opacity: 0.6;
  }

  #multisend_setting_image_title p {
    color: white;
    font-size: 25px;
    text-align: center;
  }

  #multisend_setting_image_text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #multisend_setting_image_text p {
    color: white;
    font-size: 18px;
    line-height: 32px;
  }


  #dl-content {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  #dl-content>img {
      max-width: 50%;
      object-fit: contain;
  }
  #dl-content>#dl-btn,
  .confirm-btn {
      display: table-cell;
      font-size: 16px;
      vertical-align: middle;
      text-decoration: none;
      border-radius: 10px;
      border: 1px solid #000;
      padding: 4px 8px;
      margin-left: 8px;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      box-shadow: 1px 1px 2px #555;
  }
  .copy-btn {
      display: table-cell;
      font-size: 10px;
      font-weight: bold;
      vertical-align: middle;
      text-decoration: none;
      border-radius: 10px;
      border: 1px solid #000;
      padding: 2px 8px;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      box-shadow: 1px 1px 2px #555;
  }

  .dl-icon-parent {
    display: flex;
    align-items: center;
  }

  .dl-icon-btn {
      display: table-cell;
      font-size: 10px;
      font-weight: bold;
      vertical-align: middle;
      text-decoration: none;
      border-radius: 10px;
      border: 1px solid #000;
      padding: 2px 8px;
      background: linear-gradient(0deg, #ababab, #ffffff);
      color: #4a4a4a;
      box-shadow: 1px 1px 2px #555;
      height: 16px;
  }

  .col-left {
      display: flex;
      justify-content: left;
  }
  .col-center {
      padding: 4px;
      display: flex;
      justify-content: center;
  }
  .col-right {
    display: flex;
    justify-content: right;
  }
  /* Copy URL用 */
  .copy-url {
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    word-wrap: break-word;
  }
  @media screen and (max-width: 450px) {
    #multisend_setting_image_title p {
        font-size: 18px;
    }
    #multisend_setting_image_title {
        width: 90%;
    }

    #multisend_setting_image {
        height: 320px;
    }
    #multisend_setting_image_text {
        text-align: left;
    }      
    .copy-url div{
        width: 50%;
    }
  }
  /* S3配信設定ページ */
  div.s3-export-out-area {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 65%;
  }
  #common_form form table tbody tr td input.export-hour,
  #common_form form table thead tr td input.export-hour {
      width: 60px;
  }
  /* カスタムエラーページ */
  #custom-error {
      text-align: center;
  }
  #custom-error h1 {
      margin-top: 16px;
  }
  #custom-error p {
      font-size: 1.5em;
  }  
  #custom-error a {
      font-size: 1.5em;
  }
  /** Bot利用履歴 **/
  #common_form .log-form h3 {
    margin: auto;
    background-color: #003333;
    color: white;
    text-align: center;
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px gray solid;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .bot-log-filter {
    padding: 12px 12px;
    width: 78%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
  }
  .bot-log-filter label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
  }
  .bot-log-filter select {
    margin-left: 8px;
    font-size: 16px;
  }
  .log-form {
      width: 100%;
      margin: auto;
  }
  .bot-log-table {
      margin: 0 auto;
      padding: 0;
      text-align: center;
      background-color: #444444;
      border-collapse: collapse;
      position: relative;
      width: 1342px;
      left: calc(50% - 671px);
  }
  .bot-log-table thead{
      font-style: bold;
      background-color: #959595;
  }
  .bot-log-table tbody{
    background-color: #b0b0b0;    
  }
  .bot-log-table .bot-log-cell{
      padding: 4px 12px;
      text-align: center;
      margin: auto;
      border: none;
      font-size: 14px;
  }
  .bot-log-download-cell{
    padding-top: 5px;
    text-align: center;
    margin: auto;
    border: none;
    font-size: 14px;
    height: 35px;
  }
  .bot-log-table tbody tr:nth-child(even){
    background-color: #d0d0d0;    
  }
  .bot-log-table tbody td #dl-btn{
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 4px 8px;
    margin: 0 auto;
    background: linear-gradient(0deg, #ababab, #ffffff);
    color: #4a4a4a;
    box-shadow: 1px 1px 2px #555;
  }
  .bot-desc {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #b0b0b0;
  }
  .bot-desc img{
    cursor: pointer;      
  }
  .bot-desc div{
      margin-left: 30px;
  }
  #popup{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #popup > div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }      
  #popup > div > span > img {
    max-width: 90vw;
    max-height: 90vh;
  }
  .c-tooltip {
    display: inline-block;
    position: relative;
  }
  
  .c-tooltip::before,
  .c-tooltip::after {
    -webkit-transition: all 0.2s;
    opacity: 0;
    position: absolute;
    transition: all 0.2s;
    visibility: hidden;
    z-index: 11;
  }
  
  .c-tooltip::before {
    -webkit-transform: translateY(-50%);
    border-color: transparent #5f6368 transparent transparent;
    border-style: solid;
    border-width: 3px 7px 3px 0;
    content: "";
    height: 0;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
  
  .c-tooltip::after {
    -webkit-transform: translateY(-50%);
    background: #5f6368;
    border-radius: 3px;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: calc(100% + 13px);
    padding: 5px 10px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
  }
  
  .c-tooltip:hover {
    cursor: pointer;
  }
  
  .c-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
  }
  
  .c-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
  }

  /* CMS画面 */
  .cms-option-button-on {
      width: 100px;
      height: 30px;
      margin: 10px;
      background-color: #038b03;
      color: #ffffff;
      cursor: pointer;
      font-size: 12px;
      font-weight: bold;
  }
  .cms-option-button-off {
      width: 100px;
      height: 30px;
      margin: 10px;
      background-color: #a3a3a3;
      color: #000000;
      cursor: pointer;
      font-size: 12px;
      font-weight: bold;
  }

#search {
    background-image: url("/static/img/cms_search_icon.png");
    background-repeat: no-repeat;
    padding-left: 33px;
    background-position-x: 6px;
    background-position-y: center;
    color: #575757;
    font-size: 14px;
}

.clear-button {
    visibility: hidden;
}

.search-frame {
    position: relative;
    display: inline-block;
}

.search-frame .cancel-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 6px;
}

  /* ローディング画面 */
  .loading {
    /* 画面最大 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* 背景色（黒、不透明度80%） */
    background-color: #000000;
    opacity: 0.7;
    /* フレックスコンテナ（縦並べ、横中央、縦中央） */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 表示を一番上 */
    z-index: 999;
    /* 選択付加 */
    user-select: none;
  }
  .load-blink-dot {
    animation: blink-dot 1.2s linear infinite;
    opacity: 0;
  }

  @keyframes blink-dot {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }
  /** ファイル選択ボタン */
  input[type="file"] {
    display: none;
  } 
  .custom-input-file {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 2px 8px;
    background: linear-gradient(0deg, #ababab, #ffffff);
    color: #4a4a4a;
    box-shadow: 1px 1px 2px #555;
    cursor: pointer;
  }
  /** 共通セレクトボックス */
  select {
    border-color: gray;
    border-radius: 4px;
    font-size: 12px;
    color: black;
    padding: 2px 2px;
  }
  option {
    border-color: gray;
    border-radius: 4px;
    font-size: 12px;
    color: black;
  }
  /** 共通ページネーション */
  .page-block {
    display: block;
    padding: 32px 0px;
  }
  .page-block nav ul.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-block nav ul li {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 6px;
    margin: 0px 4px;
    list-style: none;
    border: 1px solid;
    border-radius: 4px;
    background-color: #eeeeee;
  }
  .page-enable {
    color: #8888ff;
  }
  .page-disable {
    color: #222222;
  }

  #mypage_menu {
      border: 2px solid #5b5b5b;
      margin: 10px auto 0;
      text-align: center;
      border-radius: 15px;
      overflow: hidden;
      padding-bottom: 10px;
  }

  #mypage_menu a {
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
  }

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

  #mypage_menu h3 {
      background: #5b5b5b;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding: 10px 0;
      margin-bottom: 10px;
  }