@charset "UTF-8";
/** for header & footer overwidth color */
/*****************************************/
/*****************************************/
/* botton color */
/* Saimaru  */
/* Sansai Station */
/* Admin Update button */
/* Inquiry Confirm Page */
/* Inquiry Page */
/* Inquiry Page , Admin Create Page */
/* Inquiry Page */
/* Layout Width ===================================== */
html {
  width: 100vw;
  min-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  html {
    max-width: 1256px;
  }
}

header {
  width: 100%;
}

/*=======1=========2=========3=========4=========5=========6*/
body {
  font: 95% helvetica, arial, clean, sans-serif;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: 1.6em;
  color: #555;
  background-image: url(../images/hdrbg3.png);
  background-repeat: repeat-x;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  font-size: 152%;
}

h2 {
  font-size: 129%;
}

h3 {
  font-size: 115%;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

p {
  font-size: 100%;
  margin: 0.5rem;
}

input {
  font: 95% helvetica, arial, clean, sans-serif;
}

textarea {
  font: 95% helvetica, arial, clean, sans-serif;
}

h2 {
  padding-top: 1rem;
  padding-left: 1rem;
  line-height: 2em;
  border-bottom: 2px solid #52a2ca;
}

.siteSignature p {
  text-align: right;
}

body {
  animation: anmts 1s ease-out forwards;
}

/*=======1=========2=========3=========4=========5=========6*/
/* for table */
table tr td ul li {
  list-style: none;
}

table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px white;
  border-collapse: collapse;
  text-align: left;
  font-size: 100%;
}

table .certaininput {
  color: red;
}

table th {
  width: 28%;
  padding: 0.5rem;
  background-color: #eee;
  border: solid 2px white;
}

table th th {
  /* width: 510px; */
  border: solid 2px white;
  /* border: solid 1px #bbbbbb; */
}

table td {
  padding: 0.5rem;
  background-color: #eee;
  border: solid 2px white;
}

table ul li {
  margin: 0.5rem;
  list-style-type: none;
  background-color: #eee;
}

/* End of table */
.content table td ul li {
  margin-left: 0;
}

/*=======1=========2=========3=========4=========5=========6*/
dl {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px white;
  text-align: left;
  font-size: 100%;
  display: flex;
  flex-wrap: wrap;
}

dl dt {
  background-color: #fcffea;
  border: solid 2px white;
  width: 30%;
  display: inline;
  vertical-align: middle;
  text-align: left;
  padding: 0.5rem;
}

dl dd {
  background-color: #fcffea;
  width: 70%;
  vertical-align: middle;
  border: solid 2px white;
  padding: 0.5rem;
}

main ul {
  margin: 0.5rem;
}

.section ul li {
  padding: 0.5rem 0 0.2rem 0.8rem;
  list-style-type: none;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #fcffea;
}

.worksection table {
  width: 90%;
}
.worksection ul li {
  padding: 0 0 0.2rem 0;
  list-style-type: none;
  background-color: #eee;
}

/*=======1=========2=========3=========4=========5=========6*/
main {
  max-width: 976px;
  min-width: 350px;
  margin-top: 1.5rem;
}

.main {
  max-width: 100%;
  float: left;
}

aside {
  width: 250px;
  margin: 0 0 0 25px;
  float: right;
  font-family: "Comfortaa", cursive;
  padding-top: 15px;
}

/*=======1=========2=========3=========4=========5=========6*/
#charline {
  position: relative;
  width: 800px;
  height: 6px;
  background: url(../images/dotlinel.png) repeat-y;
  background-color: #011353;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
}

#spcl {
  position: relative;
  width: 800px;
  height: 2px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: #6633cc;
  margin-left: auto;
  margin-right: auto;
}

.wwidth {
  width: 100%;
}

.devmes {
  margin: 2rem 0 1rem 0;
}

.linone {
  list-style: none;
}

/***** for Menu *****/
.accessible {
  margin: 0 1rem 0.2rem 1rem;
  padding: 1rem;
  border: 1px white;
}

.jd_menu li:hover {
  opacity: 0.95;
  background: #abbece;
}

li.accessible img {
  width: 10px;
  transform: rotate(90deg);
  filter: drop-shadow(0px 1px 0px white);
}

li.accessible ul li img {
  width: 10px;
  transform: rotate(0deg);
  filter: drop-shadow(1px 1px 0px white);
}

.imgwd {
  width: 10px;
}

h1 {
  background: url("../images/SY-DiagonalLine.png");
  background-repeat: repeat-x;
  width: 100%;
  border-radius: 2rem;
}

h1 .imgwd {
  width: 20px;
  vertical-align: -15%;
}

.ml10 {
  margin-left: 10rem;
}

#scimg {
  text-align: center;
  width: 100%;
  padding: 0.5rem;
}

/*=======1=========2=========3=========4=========5=========6*/
/***** header image overlap *****/
.relative {
  position: relative;
  height: 230px;
}

.absolute {
  position: absolute;
  right: 80px;
  top: 30px;
  width: 200px;
}

.imgshadow {
  filter: drop-shadow(3px 3px 3px #555);
}

#header-area {
  position: relative;
  left: 30px;
  bottom: 100px;
  width: 95%;
}

#header-area p.workttl {
  padding-left: 15px;
}

#header-area p.isname {
  font-size: 110%;
  padding-left: 15px;
  color: #ffffff;
}

/***** header image overlap END *****/
/*=======1=========2=========3=========4=========5=========6*/
/* for Development Site */
.dev {
  color: red;
  background-color: #ffe8e8;
  border: 1px solid !important;
  font-size: 200%;
  font-weight: bold;
  margin: 0.2rem;
  padding: 0.3rem 0.3rem 0 0.4rem;
  border: 0 solid;
  border-radius: 0.2rem;
}

/*=======1=========2=========3=========4=========5=========6*/
div#container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  height: 100%;
}

div#container img.scale {
  position: relative;
  left: 0;
}

div.limiter {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

div.limiter p#fademess {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  /* width:  780px;
  height: 89px;
  background-image: url(../images/messbg.png); */
}

div.limiter p#lmess {
  text-align: right;
}

/* Listen */
ul#news {
  font-size: 200%;
  padding: 0em 2em 1.6em 2em;
}

main #contTtl {
  display: inline-block;
  width: 100%;
  text-align: center;
}

h3.dai,
h3.dai_g,
h3.dai_b {
  padding: 0.5rem 0 0.2rem 0.5rem;
  margin-top: 0.8rem;
  width: 60%;
  line-height: 1.6em;
  text-indent: 0em;
  border-top: solid 1px #abbece;
  border-right: solid 1px #abbece;
  border-bottom: solid 1px #abbece;
}

h3.dai {
  border-left: solid 6px #ff9900;
  background-image: url(../images/gridr2.png);
}

h3.dai_g {
  border-left: solid 6px #99cc33;
  background-image: url(../images/gridr2.png);
}

h3.dai_b {
  border-left: solid 6px #3399cc;
  background-image: url(../images/gridr2.png);
}

#rca {
  border: 2px solid #aaa;
  border-radius: 5px;
  padding: 0.8rem;
}

.sourcesample {
  margin-left: 5px;
  margin-right: 5px;
  border: solid 2px #555;
  padding: 2px;
  text-indent: 0.5rem;
}

.section {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*=======1=========2=========3=========4=========5=========6*/
.logonavi {
  padding-left: 1em;
  padding-top: 5px;
  text-align: left;
  /* background:#f4faf8;
      background color */
  width: 100%;
}

.logonavi span.remark {
  display: none;
}

.logonavi:hover span.remark {
  text-align: left;
  /* bellow for popup remark */
  /* display: block;
  line-height: 1.2em;
  margin: 0.5em;
  padding: 0.5em;
  position: absolute;
  top: 45px;
  background-color: #ddffdd22;
  color: #555; */
  /* width: 20em; */
  /* color: #9bdd9f; */
}

.orverwidth {
  margin: 0 -200%;
  padding: 0 200%;
  background-color: #fefffe;
  text-align: center;
}

.logonavi-l {
  display: inline-block;
  /* margin-left: 1em; */
  margin-top: 0;
  /* position: fixed; */
}

@media screen and (max-width: 767px) {
  .logonavi-l {
    margin-right: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .logonavi-l {
    margin-right: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .logonavi-l {
    margin-right: 0.1em;
  }
}
.logonavi-r {
  margin-top: 1em;
  float: right;
  text-align: left;
  /* display: inline-block; */
  margin-right: 1em;
  vertical-align: middle;
  color: #555;
}

/*=======1=========2=========3=========4=========5=========6*/
/* top page */
.setsumei {
  text-align: center;
  display: inline;
  vertical-align: middle;
}

.setsumei h1 {
  padding: 2rem;
}

.item {
  padding: 0.05rem;
}

.itemttl {
  padding: 0.5rem 0 0.2rem 0.5rem;
  margin-top: 0.8rem;
  width: 50%;
  line-height: 1.6em;
  text-indent: 0em;
  font-size: 105%;
  border-top: solid 1px #abbece;
  border-right: solid 1px #abbece;
  border-bottom: solid 1px #abbece;
  border-left: solid 6px #3399cc;
}

.wddescription {
  width: 100px;
  float: left;
  margin: 0.5rem 5rem 0.5rem 5rem;
  filter: drop-shadow(1px 1px 2px #bbb);
}

.taln {
  text-align: center;
  width: 30%;
  margin: 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
}

.taln:hover {
  background-color: #d3e6f4;
}

.taln img {
  animation: anmts 3s ease-out forwards;
  transition-duration: 1s;
}

.taln img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.taln p {
  text-align: center;
}

.wdicon {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem;
  height: 10rem;
  width: 90%;
}

.wdicon:hover {
  background-color: #d3e6f4;
}

@keyframes anmts {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p.indent {
  text-indent: 1em;
}

p.bindent {
  padding-left: 1em;
  text-indent: -1em;
}

/*=======1=========2=========3=========4=========5=========6*/
/* other page */
#contTtl h1 {
  padding: 1.5rem;
}

/* chuuki */
.clear {
  clear: both;
  margin: 0.5rem 0;
}

.description ul {
  padding-left: 2rem;
}

/*=======1=========2=========3=========4=========5=========6*/
/* for table */
/*=======1=========2=========3=========4=========5=========6*/
div#contFooter {
  clear: both;
  padding: 5px 0 5px 0;
}

div#contFooter .rcm {
  padding: 0 5px;
  color: #99aaff;
}

/*=======1=========2=========3=========4=========5=========6*/
/* for footer */
/*=======1=========2=========3=========4=========5=========6*/
/* for forbidden,etc */
div#erMess {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffee;
}

div#erMess img {
  float: left;
  margin: 50px 80px 30px 150px;
}

div#erMess p {
  font-size: 129%;
  color: #cc3300;
  padding-top: 3em;
  padding-bottom: 3em;
  line-height: 3em;
}

/*=======1=========2=========3=========4=========5=========6*/
/*===== for aside =====*/
hr {
  padding: 0.1rem 0;
  border: none;
  width: 1256px;
}

.hr1 {
  border-top: 1.5px solid #555;
  width: 100%;
  padding: 1rem 0;
}

aside .aside-img {
  padding: 0;
  width: 100%;
}

.clmnttl {
  margin-top: 0;
  margin-bottom: 3px;
  text-align: center;
  padding: 10px 5px 10px 5px;
  background-color: rgb(191, 218, 247);
  border-bottom: solid 3px #8cadf6;
  color: #777;
}

.descclmn {
  margin: 0 0 2px 0;
  text-align: center;
  padding: 2px 5px 3px 5px;
  background-color: #a0d4f4;
  border-bottom: solid 3px #495ba3;
  color: #555;
}

p.descclmn {
  margin-top: 0;
  text-align: left;
  background-color: rgb(233, 244, 255);
  border-bottom: solid 3px #eaeaea;
}

p.descclmn:hover {
  background-color: #ccddff;
  color: #777;
  text-decoration: none;
  border-bottom: solid 3px #8cadf6;
}

p.descclmn:active {
  background-color: #ccddff;
  color: #ddcc77;
  text-decoration: none;
  border-bottom: solid 3px #ddbb55;
}

p.descclmn img {
  width: 10px;
}

/*=======1=========2=========3=========4=========5=========6*/
/* for footer */
div#footer {
  clear: both;
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

footer div.totop {
  text-align: right;
  font-size: 85%;
  margin-left: 100px;
  margin-right: 20px;
}

div#fcontents {
  /* font-size: 10px; */
  font-size: 0.85rem;
  background-color: #dee0e3;
}

div#flink {
  text-align: center;
  line-height: 1.8em;
  background-image: url(../images/bar.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

div#fimg {
  float: left;
  position: relative;
  width: 350px;
}

div#fimg img {
  float: left;
  margin: 0 20px 0 10px;
}

div#fimg p {
  font-size: 105%;
  margin-top: 0;
}

div#fdescrip {
  float: right;
  position: relative;
  width: 420px;
  text-align: right;
  padding-right: 10px;
}

div#fdescrip p {
  line-height: 1.2em;
}

div#fmess {
  clear: both;
  position: relative;
  text-align: center;
  line-height: 2em;
  color: red;
  font-size: 85%;
}

div#fcontents #flink a:link {
  color: #000066;
  text-decoration: none;
}

div#fcontents #flink a:visited {
  color: #009999;
  text-decoration: none;
}

div#fcontents #flink a:hover,
div#fcontents #flink a:active {
  color: #005577;
  text-decoration: underline;
}

.atmark::before {
  content: "@";
}

/*=======1=========2=========3=========4=========5=========6*/
/* for inquiry お問い合わせ ========================== */
/* .inp input {
    outline:solid 1px v.$fontline-color;
}
.inp textarea {
    outline:solid 1px v.$fontline-color;
} */
.inq-content {
  text-align: center;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
}

.inq-arrow1 {
  display: inline-block;
  vertical-align: middle;
}

.inq-arrow1 img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.inq-mess1 {
  display: inline-block;
  margin: 0.3em 0.5em 0 1.5em;
  border: solid 0;
  border-radius: 1.5em;
  background-color: #d33241;
  vertical-align: middle;
}

.flow-1i {
  display: inline-block;
  margin: 0.3em 0.5rem 0 2rem;
  padding-bottom: 0;
  width: 2em;
  height: 2em;
  fill: white;
  vertical-align: middle;
}

.flow-1p {
  display: inline-block;
  color: white;
  -webkit-text-decoration: bold;
          text-decoration: bold;
  margin-top: 0.6em;
  margin-right: 2em;
  vertical-align: middle;
}

.inq-mess2 {
  display: inline-block;
  margin: 0.3em 0.5em 0 1.5em;
  border: solid 1px;
  border-radius: 1.5em;
  border-color: #777;
  vertical-align: middle;
}

.flow-2i {
  display: inline-block;
  margin: 0.3em 0.5rem 0 2rem;
  padding-bottom: 0;
  width: 2em;
  height: 2em;
  fill: #777;
  vertical-align: middle;
}

.flow-2p {
  display: inline-block;
  color: #777;
  margin-top: 0.6em;
  margin-right: 2em;
  vertical-align: middle;
}

/*********************************************/
/* Copy from bootstrap */
/* Coryright 2014-2015 Twitter,Inc.
  Licensed under MIT(https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-4, .col-sm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /* add */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.col-sm-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-sm-8 {
  flex: 0 0 65%;
  max-width: 65%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: white;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: white;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-gray {
  color: white;
  background-color: #aaa;
  border-color: #aaa;
}

.btn-gray:hover {
  color: white;
  background-color: #bbb;
  border-color: #bbb;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.2rem 0.8rem 0.2rem 0.8rem;
}

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: white;
  background-color: #23272b;
  border-color: #233250;
}

.text-center {
  text-align: center !important;
}

/* End of Copy from bootstrap */
.row8 {
  height: 12rem;
  line-height: 1.5;
}

.circleg {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3399cc;
  margin-right: 3px;
}

.bl1 {
  border: 1px solid #bbb;
  border-radius: 2px;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

/*********************************************/
/* for Make Pwd Strings */
.rdm {
  width: 80%;
  margin-left: 2rem;
}

.rdm .cnt {
  width: 10%;
  text-align: center;
}

.rdm .rdmstr {
  width: 60%;
}

/*********************************************/
/* *//*# sourceMappingURL=istyle.css.map */