@charset "utf-8";
/**
 * 文字コード UTF-8N 改行コードLF
 * 共通CSS
 *
 * @package    Lib
 * @copyright  Copyright (c) 2016 Barman Soft, Inc.
 * @license    http://barmansoft.co.jp/software/libframework/license.html The Clear BSD License
 * @version    Lib Framework v3.0.161117
 */
:root {
   --color: #00004d;
 }
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif!important;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Meiryo UI',Meiryo,'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif!important;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  color: #000;
}
img {
  border: 0px;
}
a {
  color: #72a41e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[type="text"], input[type="password"], textarea, select {
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 15px;
}
input[type="radio"] {
  margin-right: 5px;
}
ul li {
    list-style-type: none;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
/**---------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 60px !important;
  min-width: 1366px;
  background: var(--color) url(../image/common/bg_border.png) repeat-x;
}
header h1 {
  display: none;
}
header img {
  margin: 10px 0 0 20px!important;
  width: auto!important;
  height: 40px!important;
  position: initial!important;
  display: inline-block!important;
  transform: none!important;
}
/**---------------------------------------------------------------------------------
  section1
------------------------------------------------------------------------------------*/
section:nth-of-type(1) {
  width: 100%;
  min-width: 1366px;
}
section:nth-of-type(1) div.wrap {
  margin: 0 auto;
  width: 1366px;
  padding: 30px 20px 0 20px;
}
article {
  margin-bottom: 24px;
}
h2 {
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
}
h2 span {
  margin-left: 20px;
  font-size: 20px;
}
h3 {
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 26px;
}
h3 span {
  margin-left: 20px;
  font-size: 18px;
}
h4 {
  width: 100%;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding-left: 20px;
  margin-bottom: 24px;
  border-radius: 2px;
}
article h4 span {
  font-size: 12px;
  margin-left: 20px;
}
h5 {
  font-size: 18px;
}
h5 span {
  font-size: 14px;
  margin-left: 20px;
}
article p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}
article ul {
  margin: 0 0 24px 0;
}
article ul li {
  display: block;
  margin: 10px 0 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}
article ol {
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
article.flex {
  display: flex;
  justify-content: space-between;
}
article.flex img {
  float: none;
  margin: 0;
  width: 100%;
}
table {
  margin: 20px 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table thead td, table th {
  border: 1px solid #ccc;
  background: #e0e0e0;
  padding: 5px;
  font-weight: normal;
  font-size: 16px;
  word-break: break-all;
}
table tbody td {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 16px;
  word-break: break-all;
}
article.info {
  margin-bottom: 50px;
}
article.info h3 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 30px;
}
article.info img {
  margin: 0 20px 30px 0;
}
article.info table {
  margin: 10px 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
article.info table tr th {
  border-right: none;
  width: 20%;
}
form dl {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
form dl dt {
  background: #c8ea63;
  width: 30%;
  padding: 10px;
  line-height: 27px;
}
form dl dd {
  border-left: 1px solid #ccc;
  width: 70%;
  padding: 10px;
  font-size: 15px;
}
form label {
  display: block;
  margin: 3px 20px 0 20px;
  float: left;
}
form p {
  font-size: 13px;
  color: #72a41e;
}
form p.error {
  color: #ff0000;
}
form div.error {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  background: #ff9900;
  color: #fff;
}
form div.comment {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px;
  color: #ff9900;
}
form dl.textarea {
  flex-direction: column;
  border: none;
}
form dl.textarea dt {
  width: 100%;
  padding-top: 20px;
  background: #fff;
  color: #72a41e;
  font-size: 18px;
  font-weight: bold;
}
form dl.textarea dd {
  width: 100%;
  border: 1px solid #ccc;
}
form input.number {
  width: 80px;
  text-align: center;
}
form input[name="email"] {
  width: 500px;
}
form input[name="post"] {
  width: 100px;
}
form select[name="pref"] {
  width: 100px;
}
form input[name="addr1"], form input[name="addr2"]  {
  display: block;
  margin-top: 5px;
  width: 500px;
}
form textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
form div.button {
  margin: 30px auto 50px auto;
  width: 420px;
}
form div.button button {
  display: block;
  margin: 0 auto;
  border: none;
  border: 1px solid #72a41e;
  border-radius: 5px;
  background: #72a41e;
  padding: 15px;
  width: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
form div.button button:hover {
  opacity: 0.8;
}
form div.button button.prev {
  margin: 0;
  float: left;
  border: 1px solid #868585;
  background: #9c9c9c;
}
form div.button button.next {
  margin: 0;
  float: right;
}
div.link a {
  display: block;
  width: 200px;
  height: 46px;
  background: #bc0014;
  color: #fff;
  margin: 30px auto;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
div.link a:hover {
  opacity: 0.6;
}
/**---------------------------------------------------------------------------------
  footer1
------------------------------------------------------------------------------------*/
footer:nth-of-type(1) {
  background: url(../image/common/bg_border2.png) repeat-x;
  width: 100%;
  min-width: 1366px;
}
footer:nth-of-type(1) div.wrap {
  margin: 0 auto;
  padding: 10px 10px;
  width: 1366px;
}
footer address {
  float: left;
}
footer address p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
}
footer address ul li {
  float: left;
  margin-right: 1em;
}
footer copyright {
  float: right;
  margin-top: 40px;
}
