@charset "UTF-8";
/*--common--*/
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1 h2 {
 margin: 0;
 padding: 0;
 border: 0;
}
body {
 color: #333;
 font-size: 16px;
 line-height: 1.65;
 font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 background: #fffaf5;
 background: -moz-linear-gradient(to bottom, #f5f5f5 0%, #dcdada 44%, #f1eae4 100%);
 background: -webkit-linear-gradient(to bottom, #f5f5f5 0%, #dcdada 44%, #f1eae4 100%);
 background: linear-gradient(to bottom, #f5f5f5 0%, #dcdada 44%, #f1eae4 100%);
}
/* safari */
_::-webkit-full-page-media, _:future, :root body {
 font-family: "Hiragino Sans";
}
* {
 box-sizing: border-box;
}
a {
 text-decoration: none;
 color: #333;
}
.row:after {
 content: "";
 display: block;
 clear: both;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.cancel-line {
 text-decoration: line-through;
}
ul {
 list-style: none;
}
.s-txt {
 font-size: 14px;
}
.main-content ul.circle-list {
 list-style: disc;
 margin-left: 20px;
}
.main-content ul.circle-list li {
 margin-bottom: 15px;
 line-height: 1.35;
}
.main-content ul.circle-list li:last-child {
 margin-bottom: 0;
}
.main-content ul.line-list li:before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 2px;
 background: #333;
 position: absolute;
 top: 12px;
 left: 0;
}
.main-content ul.line-list li {
 margin-bottom: 15px;
 position: relative;
 padding-left: 17px;
}
.main-content ul.line-list li:last-child {
 margin-bottom: 0;
}
.main-content ol {
 margin-left: 20px;
}
.main-content ol li {
 margin-bottom: 15px;
 line-height: 1.35;
}
.main-content ol li:last-child {
 margin-bottom: 0;
}
.mail-link {
 display: inline-block;
 color: #468ea7;
}
header.content {
 margin: 0 auto;
 padding: 0;
}
header.content > p {
 background: #000;
}
header.content > p img {
 display: block;
 margin: 0 auto;
 padding: 22px;
 width: 80%;
 text-align: center;
}
.content {
 max-width: 1000px;
 width: 100%;
 margin: 0 auto;
 padding: 40px 0;
 margin-bottom: 30px;
}
.right-top{
	max-width: 1000px;
 width: 100%;
 margin: 0 auto;
}
.breadcrumb {
 background-color: #dadada;
 line-height: 1;
 border-top: solid 1px #eae9e9;
 padding: 9px 15px 11px;
 margin-bottom: 10px;
}
.breadcrumb .content {
 margin: 0 auto;
 padding: 0;
}
.breadcrumb ul li {
 display: inline-block;
 position: relative;
 font-size: 12px;
}
.breadcrumb ul li:not(:last-child)::after {
 position: absolute;
 content: "＞";
 right: -3px;
}
.breadcrumb ul li:not(:last-child) {
 padding-right: 1.2em;
 margin-right: 0.2em;
}
header > .content {
 margin: 0 auto;
 padding: 0;
 position: relative;
}
header .logo a {
 display: inline-block;
}
.right-top{
	text-align: right;
}
.language {
 line-height: 1;
 font-size: 14px;
 display: inline-block;
}
.language a {
 display: block;
 padding: 10px 20px;
 color: #fff;
 background: #6d8c9e;
}
.language span {
 margin-right: 4px;
 display: inline-block;
}
.language:after {
 content: '';
 width: 5px;
 height: 5px;
 border: 0px;
 border-top: solid 1px #ffffff;
 border-right: solid 1px #ffffff;
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 50%;
 right: 10px;
 margin-top: -3px;
 transition: 0.3s;
 display: inline-block;
 margin-left: 40px;
}
.logo {
 text-align: center;
 margin: 0 auto;
 width: 100%;
 padding: 20px;
}
.logo img {
 width: 45%;
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}
/*main*/
.main-content h2 {
 margin-bottom: 20px;
 font-size: 22px;
}
.main-content .main-content-inner {
 padding: 35px;
 background: #fff;
 border-top: solid 4px #a40b5b;
}
.main-content .main-content-inner:after {
 content: "";
 display: block;
 clear: both;
}
nav ul {
 background: #fff;
 border: solid 3px #dcdada;
}
nav ul li a, nav ul li.no-link {
 position: relative;
 display: block;
 padding: 20px;
 border-bottom: solid 1px #e1e0e0;
 font-size: 14px;
 transition: 0.3s;
 line-height: 1.35;
}
nav ul li span {
 display: inline-block;
 font-size: 11px;
 margin-left: 5px;
 color: #ff6f6f;
}
nav ul li a:hover {
 color: #fff;
 background: #6c8b9e;
}
nav ul li:nth-last-child(4) {
 position: relative;
}
nav ul li.active a {
 color: #fff;
 background: #6d8c9e;
}
nav ul li.active a {
 color: #fff;
}
nav ul li.active a:after {
 border-top: solid 1px #fff;
 border-right: solid 1px #fff;
}
nav ul li a:hover:after {
 border-top: solid 1px #fff;
 border-right: solid 1px #fff;
}
nav ul li a:after {
 content: '';
 width: 6px;
 height: 6px;
 border: 0px;
 border-top: solid 1px #6d8c9e;
 border-right: solid 1px #6d8c9e;
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 50%;
 right: 13px;
 margin-top: -4px;
 transition: 0.3s;
}
nav ul li a:before {
 content: "";
 z-index: 1;
 width: 0;
 height: 100%;
 background-color: #000;
 opacity: .07;
 top: 0;
 left: 0;
 transition: 0.4s;
}
nav ul li a:hover:before {
 content: "";
 width: 100%;
}
nav ul li a:hover:after {
 right: 11px;
}
nav .bnr-area {
 margin-top: 15px;
 background: none;
 border: none;
}
nav .bnr-area li a {
 position: inherit;
 display: block;
 padding: 0;
 border-bottom: none;
 font-size: inherit;
 transition: inherit;
 line-height: inherit;
}
nav .bnr-area li a:after {
 display: none;
}
.bnr-area li img {
 border: solid 1px #ccc;
}
header {
 margin: 0 auto;
}
footer {
 background: #fff;
}
footer p {
 margin-bottom: 10px;
 font-size: 14px;
}
footer p:nth-child(1) span {
 font-size: 15px;
}
footer .content {
 margin-bottom: 0;
}
footer h3 {
 margin-right: 20px;
 border: solid 1px #bbbbbb;
 height: 100%;
 line-height: 1.2;
 width: 130px;
 text-align: center;
 font-size: 17px;
 padding: 20px 10px;
}
footer .copyright {
 margin-bottom: 0;
 padding: 15px 0 20px;
 text-align: center;
 font-size: 11px;
 color: #a5a5a5;
}
footer p:nth-child(2) span:after {
 position: relative;
 content: "";
 display: inline-block;
 width: 1px;
 height: 16px;
 margin: 0 10px;
 background: #ccc;
 top: 3px;
}
footer p:nth-child(2) span:last-child:after {
 display: none;
}
footer .contact-btn {
 display: inline-block;
 padding: 27px 34px;
 background: #6d8c9e;
 color: #fff;
 font-size: 13px;
 border-radius: 3px;
}
footer .contact-btn:after {
 content: '';
 position: relative;
 top: -1px;
 left: 4px;
 display: inline-block;
 width: 6px;
 height: 6px;
 border: 0px;
 border-top: solid 1px #fff;
 border-right: solid 1px #fff;
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
footer .contact-btn:hover {
 background: rgba(108, 139, 158, 0.7);
}
footer .manage-box {
 overflow: hidden;
}
footer .manage-box h3 {
 float: left;
}
footer .manage-txt {
 float: left;
}
footer .footer-area {
 display: table;
 padding-bottom: 15px;
}
footer .footer-area .footer-box {
 display: table-cell;
 vertical-align: middle;
}
footer .footer-area .footer-box:nth-child(2) {
 text-align: right;
}
footer .indent-back{
  margin-top:5px;
  padding: 0;
}
footer .indent-back p{text-align: center;}
.scroll-top {
 position: fixed;
 right: 20px;
 bottom: 20px;
 opacity: 0;
 transition: all 0.4s ease-in-out 0s;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.scroll-top a {
 display: block;
 font-size: 18px;
 color: #fff;
 background: #6d8c9e;
 width: 40px;
 height: 40px;
}
.scroll-top a:hover {
 background: rgba(44, 110, 133, 0.7);
}
.scroll-top a::after {
 position: absolute;
 content: " ";
 z-index: 2;
 left: 50%;
 top: 18px;
 margin-left: -4px;
 width: 8px;
 height: 8px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 transition: .2s;
}
.main-content .content-box {
 margin-bottom: 50px;
}
.main-content .content-box p:nth-child(n+2) {
 margin-bottom: 15px;
 text-align: justify;
}
.main-content .content-box:last-child {
 margin-bottom: 0;
}
.main-content h2 {
 margin-bottom: 10px;
 color: #333;
 line-height: 1.3;
 font-size: 23px;
 -webkit-font-smoothing: antialiased;
}
.main-content h3 {
 font-size: 19px;
 -webkit-font-smoothing: antialiased;
}
.main-content .sub-box {
 padding: 17px;
 border: solid 1px #e1e0e0;
 font-size: 14px;
}
.main-content ul.circle-list.sub-box {
 margin: 0 0 15px;
}
.main-content ul.circle-list.sub-box li {
 margin: 0 0 9px 16px;
}
.main-content ul.circle-list.sub-box li:last-child {
 margin-bottom: 0;
}
.link-btn-dl {
 text-align: center;
}
.link-btn-dl a {
 background: #ffa500;
 color: #fff;
 padding: 20px 30px;
 border-radius: 3px;
 display: inline-block;
}