@charset "utf-8";
/* CSS Document */
@media screen and (min-width:768px) {
  body {
    min-height: 100vh;
    background-image: url("../img/cha/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: vdl-admin, sans-serif;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .now {
    margin-left: -15px;
    margin-right: 5px;
  }
  .link {
    text-decoration: none;
    color: #e8bcac;
    position: relative;
  }
  .link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #e8bcac;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  .link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
	
	
	
	
	
	
	.bg_video {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
  .inner {
    position: relative;
    z-index: 0;
    margin: 100px auto;
  }
	
	
	
	
  .main {
    height: 100vw;
    width: 820px;
    margin: auto;
  }
	
	
  .right_side_wapper {
    background-image: url("../img/m_bg.png");
    background-repeat: repeat-y
  }
  .right_side {
    width: 200px;
    min-height: 100vh;
    margin-right: 0;
    margin-left: auto;
  }
  .cha_menu_ul {
    width: 45%;
    float: left;
    display: block;
  }
  .cha_menu {
    list-style: none;
  }
  .right_side_wapper {
    display: block;
    float: right;
  }
  .left_side_wapper {
    display: block;
    width: 500px;
    min-height: 100vh;
    margin-right: auto;
    margin-left: 0;
  }
	
	
	
  .sys_img {
    width: 100%;
	  height: auto;
	      text-align: center;
  }
 
	.systext table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .systext th {
    width: 30%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
  .systext td {
    width: 70%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
	
	
	
	
	.sin {
    font-family: ten-mincho, serif;
    width: 90%;
    height: auto;
    margin: 1% auto 5% auto;
    padding: 2%;
    font-size: 14px;
    color: #000;
    box-shadow: 0 0 0 2px #000 inset;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }
  .sin::before {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 7px #000;
  }
  .sin::after {
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 7px #000;
  }
	
	
	
	.center{
		width: fit-content;
		margin-inline: auto;
	}	
	
	.dl{    background: linear-gradient(transparent 0%, #f9c89b 30%);
    text-decoration: none;
    color: #b7282e;}
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width:767px) {
/*  body {
    min-height: 100vh;
    background-image: url("../img/cha/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: vdl-admin, sans-serif;
    padding-top: 90px;
    padding-bottom: 50px;
  }*/
	
	  body {
    min-height: 100vh;
    font-family: vdl-admin, sans-serif;
  }
	
  .now {
    margin-left: -15px;
    margin-right: 5px;
  }
  .link {
    text-decoration: none;
    color: #e8bcac;
    position: relative;
  }
  .link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #e8bcac;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  .link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
	
	
	  .bg_video {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
  .inner {
    position: relative;
  }
	
	
  .main {
    height: 100vw;
    width: 95%;
  }
  .right_side {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .cha_menu_ul {
    display: flex;
    width: 95%;
    margin: auto;
  }
  .cha_menu {
    width: 30%;
    list-style: none;
  }
  .cha_menu img {
    width: 90%;
    margin: auto 20px;
  }
  .left_side_wapper {
    display: block;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    font-size: 0.8em;
  }
	
	
	  .sys_img {
    width: 100%;
	  height: auto;
	      text-align: center;
  }
 
	  .systext table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .systext th {
    width: 30%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  transform: scaleX(0.9);
  transform-origin: left;
  }
  .systext td {
    width: 70%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
	
	
	
	
	.sin {
    font-family: ten-mincho, serif;
    width: 90%;
    height: 100%;
    margin: auto auto 5% auto;
    padding: 5%;
    font-size: 3vw;
    color: #000;
    box-shadow: 0 0 0 2px #000 inset;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }
  .sin::before {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 7px #000;
  }
  .sin::after {
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 7px #000;
  }	
	
	
	.center{
		width: fit-content;
		margin-inline: auto;
	}	
	
	.dl{    background: linear-gradient(transparent 0%, #f9c89b 30%);
    text-decoration: none;
    color: #b7282e;}
}