@charset "utf-8";

/* ########### 初期化 ########## */
body {
  margin: 0;
  padding: 0;
  background-color: #333333;
  color: #333333;
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;

  margin: 0 auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  vertical-align: bottom;
  margin: auto auto;
}

ul {
  margin: 0;
  padding: 0;
}

/* ########### 初期設定 ########### */
a {
  color: #3583aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 10000;
  box-shadow: 0.1rem 0.1rem 0.2rem #333333;
  padding-bottom: 1rem;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* ########## 共通設定 ########## */

.link {
  display: block;
  text-align: center;
  /* vertical-align: middle; */
  text-decoration: none;
  width: 120px;
  margin: 100px auto;
  padding: 0.5rem 3rem;
  font-weight: bold;
  border: 2px solid #333333;
  background: #333333;
  color: #fff;
  transition: 0.5s;

  border-radius: 0.5rem;

  font-family: "Zen Maru Gothic", serif;
  font-size: x-large;
  letter-spacing: 5px;
  font-weight: 500;
}

.link:hover {
  color: #333333;
}

/* 回り込み解除 */
.clear {
  clear: both;
}

h1 {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.15rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

/* ##### メニューバーの設定 #### */

.logo {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.IntSysLogo {
  width: 300px;
}

.menu {
  float: right;
  height: 70px;
  overflow: hidden;
}

.menu li {
  float: left;
  list-style: none;
  margin-right: 50px;
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: x-large;
}

.menu li a {
  color: #333333;
  box-shadow: inset 0 0 0 0 #3c4458;
  padding: 0.5rem 0.5rem;
  margin: 0 -0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.menu li a:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #3c4458;
}

/* フッターの設定 */
footer {
  margin: auto;
  color: #ffffff;
  padding-top: 2rem;
}

.locale
{
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 200;
  display: block;
}

.locale img
{
  display: block;
  float:left;
  
}

.name
{
  float: left;
}

.location
{
  float: right;
  margin-left:5rem;
  width: 50%;
}

.name p
{
  margin-top:1rem;
}

.copyright {
  text-align: center;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

/* ここから各ページの設定 */
.main_content
{
  max-width: 1330px;
  margin: auto;
}

.content {
  padding: 10rem 0;
  background-color: #d5d8d2;
}

.content p{
  font-weight: 600;
  font-size: large;
  margin-bottom: 1rem;
}


.content h2
{
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  letter-spacing: 0.15rem;
}

.content img {
  display: block;
  margin: 0 auto 1.5rem auto;
}

.topic {
  margin-top: -9px;
  padding-top: 1rem;
  padding-bottom: 20px;
  background-color: #d5d8d2;
  box-sizing: border-box;
}

.content-topic {
  list-style: none;
  margin: 0 auto;
  width: 60%;
  background-color: #c5cec9;
  border-radius: 10px;
  overflow: hidden;
}
.content-topic li {
  padding: 15px 20px;
}
.content-topic time {
  font-size: small;
}

.dark {
  background-color: #f1f1f1;
}
