@charset="utf-8";

/***+****1****+****2****+****/
/* 定数                     */
/* var(--xxx)               */
/***+****1****+****2****+****/

/***+****1****+****2****+****/
/* reset                    */
/***+****1****+****2****+****/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*{-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }

/***+****1****+****2****+****/
/* 全体 レイアウト          */
/* div id="main"            */
/***+****1****+****2****+****/

body {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  font-family: メイリオ, Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", 
  "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: black;
  line-height: 1em;
  background-color: ivory;
}



/***+****1****+****2****+****/
/* 共通                     */
/***+****1****+****2****+****/
.float-clear {
  clear: both
}




/***+****1****+****2****+****/
/* header                   */
/* div id="head"          */
/***+****1****+****2****+****/
/*--+----1----+----*/

#head-logo {
  margin-bottom: 3px
  }
#head-title {
  background-color: navy;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
  }

#head-title h2 {
  color: white;
  font-size: xx-large;
  }

/***+****1****+****2****+****/
/* company頁                */
/***+****1****+****2****+****/
#company {
}

#company #head-title {
  background-color:darkslategray;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
  }

/***+****1****+****2****+****/
/* header-nav               */
/* div id="head_nav"        */
/***+****1****+****2****+****/



/*--+----1----+----*/
#head-nav-line{
  margin-top: 3px;
  padding-top: 5px;
  align-items:baseline;
  text-align: right;
}



/***+****1****+****2****+****/
/* main                     */
/* div id="main"            */
/***+****1****+****2****+****/
#main {
  margin-top: 1em;
  line-height: 1.8em;
  width: 100%;
}








/*--+----1----+----*/
.sec {
  margin-top:1em; 
  margin-left:0.5em;
}

.sec p {
  margin-left:0.5em;
  margin-right: 0.5em;
}


.sec-title {
  border-left:
  solid 1em navy;
  margin-top: 1em;
  margin-bottom: 0.5em;
  height: 3em;
  background-color:lightgray;
}

.sec-title h3 {
  padding-top: 5px;
  padding-left: 0.5em;
  font-weight: 600;
}

#company .sec-title {
  border-left:
  solid 1em darkslategray;
  margin-top: 1em;
  margin-bottom: 0.5em;
  height: 3em;
  background-color:lightgray;
  }

#company .sec p {
  margin-left:4em;
  margin-right: 0.5em;
}

#company #foot {
  margin-top: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: darkslategray;
  width: 100%;
}


/***+****1****+****2****+****/
/* footer                   */
/* div id="foot"            */
/***+****1****+****2****+****/
#foot {
  margin-top: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: navy;
  width: 100%;
}

#foot_nav{
  text-align: right;
  margin-top: 0.5em;    
}

#foot_nav h1 {
  color: white;
  font-family: serif
}

.email {
  color: white;
  margin-top: 10px;
}


#foot_nav a {
  color: white;
  /*display: flex;
  justify-content:flex-start;
  align-items:baseline;*/
}

.copyright {
  color: white;
  margin-top: 2px;
  font-size: small;
  font-style: italic;
}
