@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #969696;
  background-color: #e6e6e6;
  line-height: 120%;
}
a, a:link {
  color: #a69090;
}
a:visited {
  color: #9090a6;
}
a:active, a:hover {
  color: #90a690;
  text-decoration: none;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-weight: normal;
  border-bottom: solid 5px #DFC6A6;
}
/* page */
#page {
  margin: auto;
  width: 960px;
}
/* menu  */
input#menu-btn-check, div.menu-btn {
  display: none;
}
div#menu {}
div#menu ul {
  margin: auto;
  width: 720px;
  height: 46px;
  line-height: 40px;
  display: flex;
  font-size: 16pt;
}
div#menu li {
  width: 100%;
  height: 100%;
  list-style: none;
  text-align: center;
}
div#menu li:hover {
  background: rgba(221, 0, 0, 1.00);
}
div#menu li a, div#menu li a:link, div#menu li a:visited, div#menu li a:active {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #969696;
  text-decoration: none;
  font-weight: bold;
}
div#menu li:hover a {
  color: #fff;
  font-weight: normal;
}
div#menu li a span.hover {
  display: none;
  font-size: 12pt;
}
div#menu li:hover a span.normal {
  display: none;
}
div#menu li:hover a span.hover {
  display: inline;
}
/* main */
div#main {
  width: 720px;
  margin: auto;
}
div#main video {
  width: 100%;
  height: 100%;
}
/* dl */
dl {
  display: flex;
  flex-wrap: wrap;
}
dt {
  width: 10rem;
  padding: 0;
  margin: 0 0 10px 0;
  align-items: start;
  justify-content: left;
}
dd {
  width: calc(100% - 10rem);
  padding: 0;
  margin: 0 0 10px 0;
}
/* body#index */
body#index div#main {
  width: 100%;
  margin: auto;
}
body#index dl dt {
  justify-content: center;
}
/* body#company */
body#company dl {
  margin: 0 1rem;
}
body#company dl dt {
  border-bottom: solid 1px orange;
  padding-top: 5px;
  padding-bottom: 10px;
}
body#company dl dd {
  border-bottom: solid 1px orange;
  padding-top: 5px;
  padding-bottom: 10px;
}
/* body#recruit */
body#recruit dl {
  margin: 0 1rem;
}
/* body#access */
iframe {
  width: 100%;
  height: 400px;
}
body#access dl dt, body#access dl dd {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px orange;
}
/* footer */
div.privacypolicy {
  margin-top: 20px;
  text-align: center;
}
div#footer {
  text-align: center;
  padding: 1rem;
}
/* body#service */
.mars {
  margin: auto;
  text-align: center;
}
.servicefunction {
  display: flex;
    justify-content: space-between;
}
.backg {
  padding: 10px;
  width: 320px;
  margin: 10px;
  background-image: url(../image/back.gif);
  background-repeat: repeat;
}
.servicefunction h4 {
  background-image: url(../image/back_h.gif);
  background-repeat: no-repeat;
  width: 262px;
  height: 26px;
  line-height: 26px;
  margin: auto;
  text-align: center;
}
/* body#contact */
body#contact div.privacy {
  border: double 10px #90a690;
  padding: 10px;
}
body#contact div.privacy p.company {
  margin: 0;
  padding: 0;
  text-align: right;
}
body#contact h4 span {
  font-weight: normal;
  font-size: 0.75rem;
}
body#contact dl.contact_list {
  display: block;
  width: 100%;
}
body#contact dl.contact_list dt, body#contact dl.contact_list dd {
  width: 100%;
}
body#contact dl dd ul {
  margin: 0 0 10px 0;
}
body#contact strong {
  color: #a69090;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 0;
}
body#contact dl.contact_list  span {
    color:#969696;
  font-weight: normal;
  font-size: 0.75rem;
  vertical-align: bottom;
  padding-top: 5px;
}
body#contact dl li {
  list-style: none;
}
body#contact dl dt {
  width: 15rem;
}
body#contact dl dd {
  width: calc(100% - 15rem);
}
body#contact input[type="text"], body#contact textarea {
  width: 100%;
}
body#contact textarea {
  height: 6rem;
}

body#contact dl dt>span {
    color:red;
    font-size: 0.75rem;
}


.buttonarea {
  text-align: center;
  margin-bottom: 1rem;
}
/* web */
body#webdesign a {
  word-break: break-all;
}
body#webdesign img.pc {
  margin-top: 50px;
}
body#webdesign img.sp {
  display: none;
}
body#webdesign div.webproducts {
  display: flex;
  flex-wrap: wrap;
}
body#webdesign div.webproducts div {
  width: calc(50% - 20px);
  margin: 10px;
}
body#webdesign div.webproducts div img {
  width: 100%;
  margin: auto;
}
div.request {
  border: double 10px #90a690;
  margin: 20px 0;
}
div.request a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 30px;
}

p.price a {
    text-align: center;
    border: double 10px #90a690;
    padding: 20px;
display:inline-block;
text-decoration:none;
width:100%;
}