@charset "UTF-8";

body {
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.navbar-inverse {
  color: transparent;
  background-color: #fff;
}

header h2 {
  font-size: 1.6em;
  color: #000;
  background-color: transparent;
}

.ruby_flag {
  ul li {
    line-height: 1.8;
  }
}

/*	PC	*/
@media screen and (min-width: 1200px) {
  h3.section-heading {
    font-size: 1.6em;
  }

  #siteinfo {
    margin-top: 100px;
  }

  #siteinfo h4 {
    font-size: 1.2em;
    border: 0;
    border-bottom-style: solid;
    border-bottom-color: #dd6f00;
  }

  #keiyaku {
    margin-top: 50px;
  }

  header h2 {
    font-size: 1.4em;
  }

  header p {
    margin-top: 20px;
    font-size: 1.2em;
    text-align: right;
  }

  button.open,
  button.close {
    padding: 5px;
    cursor: pointer;
    color: #00f;
    line-height: 1.2;
    font-size: 1.2em;
    background-color: transparent;
    border: 1px #00f solid;
    appearance: none;
  }
}

/*	TB	*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  h3.section-heading {
    font-size: 1.6em;
  }

  #siteinfo {
    margin-top: 70px;
  }

  #siteinfo h4 {
    font-size: 1.2em;
    border: 0;
    border-bottom-style: solid;
    border-bottom-color: #dd6f00;
  }

  #keiyaku {
    margin-top: 50px;
  }

  header p {
    margin-top: 20px;
    font-size: 0.8em;
    text-align: right;
  }

  button.open,
  button.close {
    padding: 5px;
    cursor: pointer;
    color: #00f;
    line-height: 1.2;
    font-size: 0.8em;
    background-color: transparent;
    border: 1px #00f solid;
    margin-top: -50px;
    appearance: none;
  }

  #siteinfo .table tbody>tr>th,
  #siteinfo .table tbody>tr>td {
		padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    font-size: 1.6em;
		border: 1px solid #ff8000;
  }
}

/*	SP	*/
@media screen and (max-width: 767px) {
  .navbar #menu-button {
    position: fixed;
    top: 15px;
    left: 50%;
    font-size: 1em;
    line-height: 1;
    text-align: right;
  }

  h3.section-heading {
    font-size: 1.2em;
  }

  header h2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  header p {
    margin-top: 20px;
    font-size: 0.8em;
    text-align: right;
  }

  button.open,
  button.close {
    padding: 5px;
    cursor: pointer;
    color: #00f;
    font-size: 0.8em;
    line-height: 1.2;
    background-color: transparent;
    border: 1px #00f solid;
    appearance: none;
  }

  #siteinfo {
    margin-top: 50px;
  }

  #siteinfo h4 {
    font-size: 1.4em;
    border: 0;
    border-bottom-style: solid;
    border-bottom-color: #dd6f00;
  }
}

#siteinfo ul {
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
}
 
#siteinfo ul li {
  position: relative;
	padding-left: 1.5em;
}

#siteinfo ul li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	font-size: 0.5em;
}

#siteinfo ul .sub-menu {
	list-style: disc;
	margin-left: 0em;
	padding-left: 0.25em;
	text-indent: 0em;
}

#siteinfo ul .sub-menu li {
	position: relative;
	padding-left: 0.2em;
	font-size: 0.8em;
}

#siteinfo ul .sub-menu li::before {
	content: " ";
	display: inline-block;
	font-size: 0.5em;
	color: #000;
	background-color: transparent;
}