@charset "utf-8";

body {
	color: #333;
	font-family:  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
}
.cont-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.cont-box {
    display: flex;
}
.cont-box li:first-child {
    margin-right: 4%;
    background-color: #eff8fb;
}
.cont-box li:first-child p {
    padding: 0 20px 20px;
    text-align: justify;
}
.cont-box li {
    width: 48%;
}
.cont-box h3 {
    background-color: #4da7b0;
    padding-left: 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 38px;
    padding-top: 2px;
    margin-bottom: 1em;
}
.cont-box + p {
    margin-top: 40px;
}

.color {
    background-color: #dbeef4;
}
.color .cont-box li:first-child {
    background-color: #FFF;
}

a.btn {
    line-height: 40px;
    width: 180px;
    text-align: center;
    display: block;
    background-color: #333;
    color: #fff;
	font-size: 14px;
}
a.btn:hover {
	opacity: 0.8;
}
article {
    padding: 50px 0;
}
h2 {
    text-align: center;
    font-size: 42px;
    color: #666;
}
h2 + p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
}
img {
    max-width: 100%;
}

header {
    border-top: 4px solid #457599;
}
header .cont-wrap {
    display: table;
    height: 90px;
}
header .cont-wrap h1,
header .cont-wrap p {
    display: table-cell;
    vertical-align: middle;
}
header .cont-wrap h1 {
    font-size: 32px;
    line-height: 1;
    color: #457599;
}
header .cont-wrap p {
    width: 180px;
    padding-left: 10px;
}

nav {
    background-color: #498da4;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    position: relative;
}
nav ul {
    display: flex;
    justify-content: space-between;
}
nav ul li a {
    display: block;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
	padding: 0 5px;
}
nav ul li a:hover {
    background-color: #ff9900;
}

.subhead {
    background-color: #dceaf3;
}

.jurai {
    background-color: #586f80;
}
.jurai h2, .jurai p {
    color: #FFF;
}

.form {
    border-top: 1px dotted #AAA;
    width: 100%;
    font-size: 18px;
	margin-bottom: 30px;
}
.form tr {
    border-bottom: 1px dotted #AAA;
}
.form th, .form td {
    padding-top: 17px;
    padding-bottom: 17px;
}
.form th {
    text-align: left;
    width: 310px;
    padding-left: 20px;
	vertical-align: top;
}
input, textarea {
    border: 1px solid #CCC;
    font-size: 20px;
    padding: 5px;
    vertical-align: middle;
	width: 380px;
}
textarea {
	width: 680px;
    height: 180px;
}
.submit {
    text-align: center;
}
input[type="submit"],
input[type="button"]  {
    background-color: #498da4;
    border: none;
    color: #FFF;
    height: 50px;
    font-weight: bold;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #F90;
}

footer {
    background-color: #333;
    padding: 20px 0;
	margin-top: 50px;
}
footer p {
    color: #CCC;
    font-size: 14px;
    text-align: center;
}

header.postmail {
    border-bottom: 40px solid #498da4;
}