html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }

@media screen and (max-width: 900px) {
  .content {
    top: 0rem !important; }
  .adblock_sp {
    display: flex;
    justify-content: center; }
    .adblock_sp .adblock_sp_type1 {
      display: block; }
  .adsense_right {
    display: none;
    flex-basis: 0; }
  .rightview {
    flex-basis: 100% !important;
    max-width: 100%; }
  .leftview {
    display: none;
    flex-basis: 0; }
  .mainview {
    flex-basis: 100% !important;
    max-width: 100% !important; } }

/* for notebook */
@media screen and (min-width: 900px) and (max-width: 1250px) {
  .leftview {
    flex-basis: 20rem;
    width: 20rem; }
  .rightview {
    flex-basis: calc(100% - 20rem);
    /*width: calc(100% - 24rem);*/ } }

/* for Desktop */
@media screen and (min-width: 1250px) {
  .leftview {
    flex-basis: 20rem;
    padding-left: 1.5rem !important;
    width: 20rem; }
  .rightview {
    flex-basis: calc(100% - 20rem);
    /*width: calc(100% - 24rem);*/ }
  .mainview {
    max-width: 1000px; }
  .adsense_right {
    flex-basis: calc(100% - 1000px) !important; } }

/* adsense_bottom display settings */
@media screen and (min-width: 750px) and (max-width: 900px) {
  .adsense_bottom_wide {
    display: block; }
  .adsense_bottom_md {
    display: none; }
  .adsense_bottom_sp {
    display: none; } }

@media screen and (min-width: 900px) and (max-width: 1250px) {
  .adsense_bottom_wide {
    display: none; }
  .adsense_bottom_md {
    display: block; }
  .adsense_bottom_sp {
    display: none; }
  .leftview {
    flex-basis: 15rem; }
  .rightview {
    flex-basis: calc(100% - 15rem); } }

@media screen and (min-width: 1250px) {
  .adsense_bottom_wide {
    display: block; }
  .adsense_bottom_md {
    display: none; }
  .adsense_bottom_sp {
    display: none; } }

@media screen and (max-width: 750px) {
  .adsense_bottom_wide {
    display: none; }
  .adsense_bottom_md {
    display: block; }
  .adsense_bottom_sp {
    display: none; } }

@media screen and (min-width: 900px) {
  .footer {
    position: absolute; }
  .adblock_sp {
    display: none; } }

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

a.link {
  text-decoration: underline; }

a.hoverlink:hover {
  text-decoration: underline; }

.container {
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  max-width: 1000px;
  width: 100%; }

.center {
  justify-content: center; }

.fsz0 {
  font-size: 0; }

.spacebetween {
  justify-content: space-between; }

.textCenter {
  text-align: center; }

ul.nomarker {
  list-style: none; }

ul.list_indent li {
  padding-left: 2rem; }

.bold {
  font-weight: 600; }

.maxw500 {
  max-width: 50rem; }

.aligncenter {
  text-align: center; }

.indent:before {
  display: inline-block;
  width: 1.4rem;
  content: ""; }

.head {
  border-left: 0.4rem solid #eacf18;
  border-bottom: 1px solid #eacf18;
  padding: 0.4rem;
  margin-bottom: 1rem;
  width: 80%; }

.head_title {
  position: static;
  text-align: left;
  font-size: 2rem;
  margin: 2rem;
  margin-top: 1rem;
  padding: 1rem;
  z-index: 400;
  width: 95%;
  display: block;
  background-color: #eacf18;
  /*
  &:after {
    position: relative;
    width: 80%;
    left: 10%;
    height: 0.4rem;
    content: "";
    display: block;
    top: -0.4rem;
    background-color: #eacf18;
    z-index: -300;
  }
  */ }

.head_title2 {
  position: static;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  margin-top: 1rem;
  padding: 0.4rem;
  padding-left: 1rem;
  z-index: 400;
  width: 100%;
  display: block;
  border-left: 0.8rem solid #eacf18; }
  .head_title2:after {
    position: relative;
    width: 100%;
    left: -1.2rem;
    height: 0.2rem;
    content: "";
    display: block;
    top: 0.4rem;
    background-color: #eacf18;
    z-index: 10; }

.flex {
  display: flex; }

.stretch {
  align-items: stretch; }

.mb4 {
  margin-bottom: 0.4rem; }

.mb10 {
  margin-bottom: 1rem; }

.mb100 {
  margin-bottom: 10rem; }

.main_content {
  height: 100%;
  min-height: 100%; }

.header {
  background-color: #eacf18;
  padding: 0.8rem;
  height: 7rem;
  width: 100%;
  justify-content: space-between; }
  .header .hamburger_btn {
    border: 0.3rem solid #222;
    border-radius: 1rem;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #222;
    width: 5.32rem;
    cursor: pointer; }
  .header .hamburger_btn_image {
    width: 3rem;
    height: 3rem;
    fill: #222; }

.content {
  /*align-items: stretch;*/
  position: relative;
  height: calc(100% - 7rem);
  min-height: calc(100vh - 7rem); }

.license_list, .list {
  padding-left: 2rem;
  padding-bottom: 2rem; }
  .license_list li, .list li {
    list-style: disc;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1.8em; }

.leftview {
  padding: 0.4rem;
  padding-top: 1rem; }

.rightview {
  position: relative;
  padding: 0rem;
  height: 100%;
  min-height: calc(100vh - 7rem);
  font-size: 1.6rem; }
  .rightview .rightview_container {
    margin-bottom: 5rem;
    justify-content: space-between; }
  .rightview p {
    line-height: 1.95em;
    padding-bottom: 1.5em; }
  .rightview h2 {
    font-size: 2rem;
    font-weight: 600; }

.adsense_right {
  flex-basis: 32.5rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-right: 2.5rem; }
  .adsense_right .adsense_block_right {
    background-color: #abcdef;
    height: 300px; }
  .adsense_right .adsense_border {
    border: 1px solid #eacf18; }
  .adsense_right .adsense_right_container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
    .adsense_right .adsense_right_container .adsense_title {
      padding: 0.4rem;
      background-color: #eacf18;
      font-size: 1.2rem;
      text-align: center;
      font-weight: 600; }

.mainview {
  flex-basis: calc(100% - 32rem);
  padding-right: 1rem;
  max-width: 100rem; }

.title {
  font-size: 2.8rem;
  font-weight: 600;
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  position: relative; }
  .title .title_image {
    width: 4rem !important;
    height: 4rem !important; }
  .title .title_text {
    left: 5.0rem;
    top: 1.2rem;
    position: absolute; }

.footer {
  margin-top: auto;
  padding: 0;
  z-index: 9995;
  width: 100%;
  bottom: 0; }
  .footer .copyright {
    padding: 0.4rem;
    background-color: #444;
    color: white;
    text-align: center; }
    .footer .copyright p {
      padding: 0; }

.adsense_bottom {
  bottom: 0;
  width: 100%;
  min-heght: 5rem;
  padding: 2rem;
  display: flex;
  justify-content: center; }

.adsense_block_bottom {
  background-color: #fedcba;
  height: 70px; }

.sidebgc {
  background-color: #f2edcb; }

.version_list {
  margin-left: 0rem;
  text-decoration: none; }
  .version_list dt {
    margin-bottom: 1rem; }
  .version_list dd {
    padding-left: 1rem; }

.linktree p {
  margin-bottom: 0.4rem; }

.linktree > li {
  margin-bottom: 1.2rem; }

.imageblock {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem !important; }
  .imageblock img {
    width: 100%; }

.hamburger_container {
  padding-right: 1.5rem; }

.hamburger_menu {
  background-color: rgba(10, 10, 10, 0.75);
  width: 320px;
  max-width: 100vw;
  height: 100vh;
  color: white;
  text-align: center;
  /*display: none;*/
  position: fixed;
  z-index: 9999;
  left: 100vw;
  top: 0;
  transition: left 250ms ease-out; }
  .hamburger_menu.active {
    left: calc(100vw - 320px);
    display: block; }
  .hamburger_menu .close_btn {
    font-size: 2.0rem;
    color: white;
    fill: white;
    padding: 10px;
    text-align: right;
    cursor: pointer;
    /*
    svg {
      color: white;
      fill: white;
    }
    */ }
    .hamburger_menu .close_btn svg {
      height: 30px;
      margin-right: 30px;
      margin-top: 10px; }
  .hamburger_menu li {
    border-bottom: 1px dashed white;
    padding: 10px; }
    .hamburger_menu li:first-child {
      border-top: 1px dashed white; }
  .hamburger_menu .hamburger_menu_list > ul {
    padding: 10px;
    width: 100%; }

.highlighted {
  background-color: #fdfae7;
  border: 1px dashed #e4d151; }

.outline_container {
  padding: 1rem;
  display: inline-block; }

.table td, .table th {
  padding: 0.8rem;
  vertical-align: middle;
  text-align: center; }

.table td {
  border: 1px solid #e3d99d; }

.table th {
  border: 1px solid #cab961; }

.table .doubleheader {
  background-color: #ccab1a; }

.table .table_header {
  background-color: #e4d151; }

.left_list > li {
  margin-bottom: 0.8rem; }

.adsense_text p {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.4rem;
  border-bottom: 1px dashed #eacf18; }

.adsense_text p:last-child {
  border-bottom: 0px solid #fff; }

.link_container p {
  padding-right: 1rem; }

.link_container p:last-child {
  padding-right: 0; }

.svgcontainer {
  display: flex;
  justify-content: center; }
  .svgcontainer img {
    width: 90%;
    max-width: 500px; }
