@charset "UTF-8";
body {
  /*    max-width: 800px;*/
  background-color: #EEEEEE;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin: 0 auto; }

.txt_center {
  text-align: center; }

.margin_TOP1 {
  margin-top: 1.0em; }

.display_none {
  display: none; }

.pdding05 {
  padding: 0.5em; }

.head_contents {
  width: 100%;
  background-color: #FFFFFF;
  font-size: 0.8em; }
  .head_contents .hc_table {
    display: table;
    height: 50px;
    width: 100%; }
    .head_contents .hc_table .hc_info {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      width: 65%;
      padding-left: 8px; }
    .head_contents .hc_table .hc_acount {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .head_contents .hc_table .hc_acount .img_icon {
        display: inline-block; }
      .head_contents .hc_table .hc_acount a {
        text-decoration: none; }
      .head_contents .hc_table .hc_acount img {
        height: 24px;
        width: 24px;
        margin: 6px 0 2px 0; }
      .head_contents .hc_table .hc_acount span {
        font-size: 0.6em;
        letter-spacing: 0.0em; }
  .head_contents .hc_image {
    background-image: url(./img/canvas1.jpg);
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }

.main_contents {
  width: 100%; }
  .main_contents .login_block {
    /*display: inline-block;*/
    min-width: 300px;
    max-width: 360px;
    margin: auto; }
    .main_contents .login_block .input_block .input_block_anouns {
      font-size: 0.9em;
      margin-top: 10px; }
    .main_contents .login_block .input_block .input_block_inner {
      background-color: #A4C6FF;
      border: #005FFF solid 1px;
      border-top: #005FFF solid 5px;
      margin-top: 20px;
      padding-bottom: 15px; }
      .main_contents .login_block .input_block .input_block_inner .id_input {
        text-align: center; }
      .main_contents .login_block .input_block .input_block_inner .id_title {
        padding-left: 15px;
        margin-top: 20px;
        font-size: 0.8em; }

.info_block {
  max-width: 800px;
  min-width: 300px;
  display: inline-block; }

.ifrm {
  width: 95%;
  margin: auto;
  margin-bottom: 2em;
  height: 250px;
  font-size: 0.7em; }

.box1, .box4, .box5 {
  padding: 1.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22); }

.box4 {
  padding: 0em 1em 0.5em;
  margin-bottom: 0; }
  .box4 p {
    font-size: 0.9em; }

.box5 {
  background: #ffff00; }

.box2, .box3 {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  padding-bottom: 10px; }
  .box2 p, .box3 p {
    font-size: 0.9em;
    margin: 1 5 0 5;
    margin-top: 0.2em;
    margin-bottom: 0; }

.box-title {
  font-size: 1.2em;
  background: #5fc2f5;
  padding: 4px;
  padding-top: 7px;
  text-align: center;
  color: #2011fff2;
  font-weight: bold;
  letter-spacing: 0.05em; }

.id_input {
  text-align: center; }
  .id_input input::placeholder {
    color: #CCCCCC; }
  .id_input .txtbox {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 95%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000080;
    border: 1px solid #1b2538;
    border-radius: 4px;
    font-size: 0.9em; }
  .id_input .txtbox:focus {
    border: 1px solid #FF0000;
    outline: none;
    box-shadow: 0 0 5px 2px rgba(255, 0, 255, 0.5); }
  .id_input .txt_name {
    width: 40%; }
  .id_input .txt_tel {
    width: 26%; }
  .id_input .txt_70 {
    width: 65%;
    font-size: 0.95em; }

.id_title {
  font-size: 0.8em;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 15px; }

.btn_login {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #0000FF;
  /*左線*/
  color: #0000FF;
  /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); }

.btn_login:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px); }
