@charset "utf-8";
/* reset */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
/*=======================================================================*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*=======================================================================*/
/*
 1. すべてのブラウザで行の高さを修正
 2. iOSで向きを変更した後のフォントサイズの調整を防止
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* すべてのブラウザで余白を削除 */
body {
  margin: 0;
}
/* IEで`main`要素をレンダリング */
main {
  display: block;
}
/*`h1`要素のフォントサイズとマージンを修正*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*=================================*/
/* 追加                            */
/*=================================*/
/* background */
.bk_ffffff { background: #ffffff; }
.bk_fffffc { background: #fffffc; }
.bk_ffffcc { background: #ffffcc; }
.bk_366 { background: #366 linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)); }
.bk_16A { background: #16A linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)); }
.bk_D02020 { background: #D02020 linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)); }
.bk_c0f0f0 { background: #c0f0f0 linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2)); }
.bk_c0e0ff { background: #c0e0ff linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2)); }
.bk_ffe0e0 { background: #ffe0e0 linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2)); }
.bk_efffff { background: #efffff; }
.bk_effeff { background: #effeff; }
.bk_fffefe { background: #fffefe; }
/* width設定 */
.w100p { width:100%; }
/* table属性 */
table.tb00 { border-spacing:0px; } table.tb00 tr td { padding:0px; }
table.tb01 { border-spacing:0px; } table.tb01 tr td { padding:1px; }
table.tb02 { border-spacing:0px; } table.tb01 tr td { padding:2px; }
table.tb03 { border-spacing:0px; } table.tb03 tr td { padding:3px; }

/* border */
@media screen and (min-width: 768px) {
  .bd_366 { border: 1px solid #366; }
  .bd_16A { border: 1px solid #16A; }
  .bd_D02020 { border: 1px solid #D02020; }
}
@media screen and (max-width: 767px) {
  .bd_366 { border: 1px solid #366; }
  .bd_16A { border: 1px solid #16A; }
  .bd_D02020 { border: 1px solid #D02020; }
}

/* box1 width:940px */
.box1 {
  box-sizing: border-box;
  padding: 0;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .box1 {
    width: 940px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .box1 {
    padding-bottom: 1.9vw;
    margin: 0 4vw 0;
    text-align: center;
  }
}
.box1_headline {
/*	color: #fff; */
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
}
@media print, screen and (min-width: 768px) {
  .box1_headline {
    line-height: 1;
    font-size: 18px;
    padding: 10px 0 0 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .box1_headline {
    font-size: 2.8vw;
    padding: 1.7vw 0 0 0;
    margin: auto;
  }
}
.box1_headline2 {
	color: blue;
/* 	font-weight: bold; */
	text-align: center;
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
  .box1_headline2 {
    line-height: 1;
    font-size: 13px;
    padding: 10px 0 0 0;
    margin: auto;
	float: left;
  }
}
@media screen and (max-width: 767px) {
  .box1_headline2 {
    font-size: 2vw;
    padding: 1.7vw 0 0 0;
    margin: auto;
  }
}
@media print {
  .box1_headline2 {
	display: none;
  }
}
.w60 {
	width: 60px;
}
.w820 {
	width: 820px;
}
.box1_body {
  padding: 19px 19px 0 19px;
}

/* box2 width:440px */
.box2 {
  box-sizing: border-box;
  padding: 0;
  margin: auto;
  overflow: hidden;
}
.box2_body1 {
  padding: 0;
  border: 1px solid #9cc;
}
@media print, screen and (min-width: 768px) {
  .box2 {
    width: 440px;
  }
  .box2_body1 {
    height: 308px;
  }
}
@media screen and (max-width: 767px) {
  .box2 {
    margin: 0 1vw 0;
  }
  .box2_body1 {
	height: 58.5vw;
  }
}

/* st-text1 */
.st-text1 {
  text-align: left;
  margin:5px 0 3px 5px;
}
.st-text2 {
  text-align: center;
  margin:0;
}
@media print, screen and (min-width: 768px) {
  .st-text1 {
    font-size: 16px;
  }
  .st-text2 {
    font-size: 14px;
  }
  .st-image1h {
    height: 240px;
  }
  .st-image1w {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .st-text1 {
    font-size: 2.9vw;
  }
  .st-text2 {
    font-size: 2.52vw;
  }
  .st-image1h {
    height: 46.6vw;
  }
  .st-image1w {
    width: 77vw;
  }
}
/* 画像高さが240px未満の場合 */
.under240 {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print, screen and (min-width: 768px) {
  .under240 {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .under240 {
    height: 46.6vw;
  }
}


/* 縦並び変更 */
@media print, screen and (min-width: 768px) {
  .tate-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tate-list {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tate-list {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .tate-list {
    width: 81.5vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/* A4ヨコで印刷 */
@page { size: A4 landscape }

/* 印刷時の改ページ設定 */
@media print {
  .PageBreak {
	page-break-before: always;
	height: 10px;
  }
}
/* 赤字＋太字 */
.redbld {
	color: crimson;
	font-weight: bold;
}
/* =========================================================
   m04_teratermmacro.html 用
   ========================================================= */
.ManualPage2-container {
  margin-left: 14px;
  margin-bottom: 6px;
}
.ManualPage2-button {
  display: inline-block;
  padding: 10px 10px;
  font-size: 15px;
  background-color: #EC2828;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  width: 130px;
  text-align: center;
}
.ManualPage2-button:hover {
  background-color: #D23434;
}
.Left44 {
  text-align: left;
  margin-left: 44px;
  margin-top: 0px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .Left44 {
	text-align: left;
	margin-left: 8.0vw;
	margin-top: -2px;
	font-size: 3.0vw;
  }
}

/* =========================================================
   m99_vpscomp.html 用
   ========================================================= */
.vps-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vps-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.vps-table th,
.vps-table td {
  word-break: break-word;
  vertical-align: top;
}
.sp_scroll_note {
  display: none;
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #555;
}
@media (max-width: 768px) {
  body {
    margin: 0;
  }
  .box1 {
    width: auto !important;
    margin: 0 8px !important;
  }
  .box1_body {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .box1_headline {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .sp_scroll_note {
    display: block;
  }
  .vps-table {
    min-width: 640px;
    font-size: 14px;
  }
  .vps-table th,
  .vps-table td {
    padding: 6px 5px;
  }
}
