﻿/* Base
----------------------------------------------*/
html {
  scroll-padding-top: 114px; /* 固定ヘッダの高さ分 */
}

body{
  margin: 0;
}

p, ul {
  margin: 0;
}


/* Layout-Common
----------------------------------------------*/
header {
  width: 100%;
  height: 114px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 3px solid #f0f0f0;
  min-width: 910px;
}
.l-headtop {
  width: 100%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer {
  width: 100%;
  background: #6aaeeb;
  padding: 10px 0;
  position: absolute;
  height: 40px;
  bottom: 0;
  min-width: 910px;
}
.l-copyright {
  text-align: center;
  margin: 20px 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.9em;
}

#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.container {
  width: 850px;
  margin: 0 auto;
}


/* Module
----------------------------------------------*/
.h2c {
  text-align: center;
}

.notes-box {
  margin-top: 20px;
}

.form-box {
  margin-top: 1em;
}

.button-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.reply-box {
  text-align: center;
}
.reply-box p {
  margin-top: 1em;
}
.reply-text-box {
  text-align: left;
  margin-top: 2em;
}
.reply-name {
  margin-bottom: 1em;
}
.reply-number {
  font-size: 1.2em;
  font-weight: bold;
}

.list-box {
  text-align: left;
}
.list-box p {
  margin-top: 0;
}

.content-box {
}
.content-box p {
  margin-top: 1em;
}

.note-box {
  margin-top: 1em;
}

.note-box-fs {
  margin-top: 1em;
  font-size: smaller;
}

.l_btn{
  vertical-align: top;
  text-align: center;
  width: 50%;
}
.r_btn{
  text-align: center;
  width: 50%;
}

.required {
  color: blue;
  font-weight: bold;
}

.contact-box{
  border: 1px solid #666;
  padding: 15px;
  margin-top: 1em;
  text-align: left;
}

/*テーブル*/
.input {
  width: 100%;
  padding:0;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}
.input td,
.input th {
  border:2px solid #666;
  padding:4px 6px;
}
.input th {
  width: 20%;
  background-color: #e6f3fc;
  font-weight: normal;
}

.input-variable {
  width: 100%;
  padding:0;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}
.input-variable td,
.input-variable th {
  border:2px solid #666;
  padding:4px 6px;
}
.input-variable th {
  background-color: #e6f3fc;
  font-weight: normal;
  color: #444444;
}

.basic-mono-table{
  width: 100%;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.basic-mono-table th,
.basic-mono-table td{
  border:1px solid #555555;
  padding:6px 6px 6px 12px;
}
.basic-mono-table thead th{
  background-color: #a9a9a9;
}
.basic-mono-table tbody th{
  background-color: #f5f5f5;
}
.basic-mono-table td{
  font-size: 0.9em;
}

/* アラート */
.noscript-msg {
  margin: 2em;
  text-align: center;
  color: red;
}

/* 装飾 */
.bold-red {
  color: red;
  font-weight: bold;
}

.red {
  color: red;
}

.under {
  background: linear-gradient(transparent 90%, #666 90%);
}
.btxt {
  font-weight: bold;
}
.utxt {
  text-decoration: underline
}

.font-s {
  font-size: smaller;
}
.font-l {
  font-size: larger;
}

.normal{
  font-weight: normal!important;
}


/* レイアウト */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

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


/* リセット */
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/*# sourceMappingURL=style.css.map */

.delete-marker {
  list-style: none;
}
