@charset "shift_jis";
/* ------------ Font Style */
body {
  color: #333;
  background-color: #fff;
  background-image: url(../img/back.png);
  counter-reset: titleNum;
}
strong {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  color: #004080;
}
/*---------- メイン ----------*/
#main {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  border-right: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #fff;
}
#main img.head_photo {
  margin: 30px 0 0;
}
/*---------- ヘッダー ----------*/
div#header {
  margin: 0;
  width: 800px;
  height: 100px;
  border-top: solid 3px #004080;
  background-color: #fff;
  background-repeat: no-repeat;
}
div#logo {
  margin: 0;
  padding: 35px 0 0;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
}

div#title {
  margin: 0;
  padding: 8px 8px 8px 15px;
  width: 800px;
  height: auto;
  line-height: 100%;
}
div#title a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  color: #004080;
  font-size: 25px;
  letter-spacing: 1px;
}
/*ヘッダーメニュー*/
#header ul {
  /* list-style-type: none;*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #004080;
}
#header li {
  float: left;
  border-right: 1px solid #bbbbbb;
  width: 159px;
  height: 50px;
  line-height: 50px;
}
#header li:last-child {
  border-right: none;
}
#header li a {
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#header li a:hover:not(.active) {
  background-color: #a9bce2;
}
#header li a:active {
  background-color: #da3c41;
}
/*---------- コンテンツ ----------*/
#container {
  width: 800px;
  margin: 0px;
  padding: 6px 0;
  background-color: #fff;
}
/*---------- メインコンテンツ ----------*/
#contents {
  float: right;
  margin: 0;
  padding: 20px 30px 10px 0;
  width: 600px;
}
#contents h1 {
  padding: 7px 20px;
  background: -webkit-linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  background: linear-gradient(to left, rgb(176, 0, 0), rgb(0, 64, 128));
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 5px;
  color: #fff;
}
#contents h2 {
  margin: 0 0 20px 0;
  padding: .4em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: 9px;
  color: #004080;
  border-top: 3px #a9bce2 solid;
  border-bottom: 3px #a9bce2 solid;
}
#contents h3 {
  margin: 20px 0;
  padding: .25em 0 .5em .75em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: 3px;
  color: #004080;
  border-left: 5px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#contents h4 {
  margin: 20px 0 10px;
  padding: .5em .8em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  letter-spacing: .1em;
  color: #fff;
  background: #004080;
}
#contents h5 {
  margin: 0 0 10px;
  padding: .5em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 4px;
  border-top: 1px #004080 solid;
  border-bottom: 1px #004080 solid;
  color: #004080;
  vertical-align: middle;
}
#contents .numbering {
  counter-increment: titleNum; /* titleNum カウンターを増加 */
}
#contents .numbering h6 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #004080;
  line-height: 1.2em;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  margin: 10px 0 0;
  vertical-align: middle;
}
#contents .numbering h6::before {
  content: counter(titleNum);
  position: absolute;
  margin-top: -2px;
  margin-left: -2.5rem;
  display: inline-block;
  background: #004080;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#contents p {
  font-size: 1em;
  margin: 10px 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.75px;
  text-align: justify;
  color: #333;
}
p.ind {
  text-indent: 1em;
}
#contents ul {
  padding: 0 0 0 2.5em;
  position: relative;
}
#contents ul li {
  line-height: 1.5em;
  padding: .4em 0;
  list-style-type: none !important;
  font-size: .95em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  letter-spacing: 0.75px;
  text-align: justify;
}
#contents ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  font-size: 1em;
  position: relative;
  left: -.25em;
  color: #a9bce2;
}
#contents ul li.disc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  font-size: 1em;
  position: relative;
  left: -.25em;
  color: #a9bce2;
}
ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 10px 0 10px 20px;
  background: #D6EAFF;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-size: 1em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #004080;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contents img.picture {
  margin: 0 15px 5px 0;
}
div.left {
  float: left;
  margin: 0 15px 12px 0;
}
div.right {
  float: right;
  margin: 0 0 10px 12px;
}
div.box01 {
  margin: 15px 0 0;
  padding: 0;
  width: 600px;
  background: #fff;
}
#contents div.box01 p.cap {
  margin: 3px 0 0;
  padding: 0;
  color: #004080;
  font-size: 80%;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4em;
}
div.box02 {
  margin: 20px 0 ;
  padding: 0 25px 20px;
  border: 1px solid #999;
  width: 550px;
  background: #fff;
}
div.box02 p {
  margin-top: 10px;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: justify;
  text-indent: 13px;
}
div.box03 {
  margin: 30px 0;
  padding: 0 15px;
  width: 570px;
  border: thin dashed #666;
  background: #fff;
}

#contents p.note {
  font-size: 12px;
}
i.fa-caret-square-right {
  color: #004080;
}
i.fa-chevron-circle-down, .fa-globe, .fa-caret-right, .fa-angle-double-up, .fa-tasks, .fa-building, .fa-folder-open, .fa-clipboard, .fa-user-tie, .fa-envelope-open {
  color: #a9bce2;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #004080;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* --- フォームエリア --- 
/* for table */
#form-tbl {
  width: 600px;
  margin: 15px 0;
}
#form {
  border-collapse: collapse;
  margin: 1em 0;
}
#form th, #form td {
  border-top: 3px double #a9bce2;
  border-bottom: 3px double #a9bce2;
  padding: 20px;
  letter-spacing: 1px;
}
#form th {
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #DEEEFF;
  color: #004080;
}
#form td {
  background: #fff;
}
#form input.formcolumn {
  margin: 5px 0;
}
div.btn {
  margin: 0 auto;
  text-align: center;
}
input.btn1 {
  border-radius: 5%; /* 角丸       */
  font-size: 12pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  letter-spacing: .5em;
  padding: 12px 0 12px 5px; /* 余白       */
  width: 100px;
  background: #004080; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: .3s; /* なめらか変化 */
  border: 2px solid #004080; /* 枠の指定 */
}
input.btn1:hover {
  color: #004080;
  background: #ffffff;
}
/* for message */
#contents p.msg {
  color: #dd0000;
  margin: 2em;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
span.msg {
  color: #dd0000;
}
/* for back-button */
form.back {
  margin-top: 2em;
}
/* スマホ用 */
@media only screen and (max-width: 480px) {
  #body {
    margin-left: 0;
  }
  /* 投稿フォーム */
  #form-tbl {
    margin: 0 auto;
    text-align: center;
  }
  #form {
    width: 96%;
    margin: 10px auto;
  }
  #form th, #form td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 6px 3px;
    border-top: none;
  }
  #form tr:first-child th {
    border-top: 1px solid #666;
  }
  p.btn input {
    width: 10em;
  }
  /* サンクス */
  p.msg {
    margin: 1em auto;
    text-align: center;
  }
}
/*---------- フッター ----------*/
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 10px;
  color: #333;
  border-top: solid 3px;
  border-top-color: #004080;
  background-color: #fff;
}
#footer a {
  color: #333;
  font-size: 10px;
}
#footer a:hover {
  color: #333;
}