<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="Robots" content="index, follow">
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no" />
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#000">
<title>システムメンテナンスのお知らせ</title>
</head>

<style>
/* normalize
------------------------------ */
html,body { height: 100%; -webkit-text-size-adjust: none; }
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
ul { list-style: none; }
button,input,select,textarea { margin: 0; }
img,iframe,object,audio, video { height: auto; max-width: 100%;}
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td,th { padding: 0; text-align: left; }
i { font-style: normal; }
img { max-width: 100%; }
::selection { background: #000000; color: #ffffff; }
::-moz-selection { background: #000000; color: #ffffff; }
*,
*::before,
*::after { box-sizing: border-box; padding: 0; margin: 0; outline: none; }
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
body {
  -webkit-text-size-adjust: none;
  background-color: #eaeaea;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.wrap{
  width: 100%;
  min-height: 100%;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  margin: 0 0 1.5em;
}
.txt--sub {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  padding-left: 1em;
  text-indent: -1em;
  opacity: .5;
}
section{
  width: 60%;
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 10px rgba(175, 175, 175, 0.1);
}
section *:last-child{
  margin-bottom: 0;
}
.section-tit{
  font-size: 24px;
  margin-bottom: 30px;
}
dl{
  border: 1px solid #333;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
dt{
  width: 14em;
  float: left;
  font-size: 13px;
  line-height: 1;
  padding-top: 4px;
  margin-right: 20px;
  border-right: 1px solid #333;
  padding: 10px 10px 7px;
}
dd{
  padding-left: 6em;
  font-size: 14px;
  padding-top: 6px;
}
dd:first-of-type{
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.list--link{
  margin-top: 20px;
}

.list--link li{
  font-size: 13px;
  margin-bottom: 10px;
}
.list--link a{
  color: #000;
}
.date {
  border: 1px solid rgba(0,0,0,0.2);
    padding: .75em 1.5em;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 1em;
}

@media (max-width: 800px) {
  .wrap{
    padding: 30px 0;
  }
  section{ width: 90%; padding: 30px 5%;}
  .section-tit{
    font-size: 20px;
    margin-bottom: 20px;
  }
  dl {
    border: none;
    background: #f0f0f0;
    padding: 20px;
    margin: 30px auto;
  }
  dt{
    border: none;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  dd,dd:first-of-type{
    padding: 0;
    margin-bottom: 20px;
    border: none;
  }
  dd:last-of-type{
    margin-bottom: 0;
  }
  .pc{ display: none !important;}
  .list--link li {
    font-size: 12px;
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .date {display: block;text-align: center;}
}
</style>

<body class="page--maintenance">
<div class="wrap">
<section>
<p class="section-tit">システムメンテナンス</p>

<p class="txt--basic">
下記の日程で、システムメンテナンスを実施いたします。<br>
メンテナンス期間中は、全てのサービスを停止させていただきます。</p>

<p class="date">2020年4月1日(水) 0時～12時まで</p>
<p class="txt--basic txt--sub">※時刻は多少前後する場合がございますので、あらかじめご了承ください。</p> 
<p class="txt--basic">お客様にはご不便をお掛けいたしますが、何卒ご理解いただきますようお願い申し上げます。</p>

</section>
</div>
</body>
</html>
