﻿@charset "UTF-8";
/* CSS Document */

@media print {
body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1190px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
  }
.top-visual {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
}
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
	clear: both;
}


.kanren-site {
    font-family: "FOT-UD丸ゴ_スモール Pr6N M";
    font-size: 21px;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #3CC0C2;
    display: inline-block;
}
footer .f-info {
    width: 90%;
    box-sizing: border-box;
    margin: 0 5% 0 0;
    padding: 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 50px;
    left: 5%;
}
footer .f-info .syamei {
    font-size: 1.7em;
    display: inline-block;
    margin-bottom: 15px;
}
footer .f-info a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
footer .f-info ol {
    width: 100%;
    display: block;
    margin: 40px auto 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #000;
}
footer .f-info ol li {
    width: 98%;
    display: block;
    margin: 0 1em 15px;
    font-size: 12px;
    line-height: 1.2em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
}
footer .f-logo {
    width: 160px;
    position: absolute;
    top: 15px;
    left: 3%;
}
.hoken {
    width: 570px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    margin: 50px 5% 10px 0;
    border-bottom: 1px solid #000;
    display: inline-block;
    float: right;
}
.hoken-list {
    width: 250px;
    float: right;
    margin: 5px 5% 20px 0;
    display: table;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.hoken-list li {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
    line-height: 1em;
}
.hoken-list li small {
	font-size: 12px;
    line-height: 1em;
    margin-bottom: 5px;
}
.hoken-list .name {
    font-size: 15px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
}
.copyright {
    display: block;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 10px;
	line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    margin: 330px auto 20px;
}

@media screen and (max-width: 1024px) {
footer .f-info ol {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #000;
}
footer .f-info ol li {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4em;
}
}
    
@media only screen and (max-width: 899px) {

footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 -10px;
    padding: 0 0 100px;
    background-color: #3CC0C2;
    display: inline-block;
}
footer .f-info {
    width: 90%;
    box-sizing: border-box;
    margin: 40px 5% 0;
    padding: 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 1px;
    position:static;
    display: inline-block;
}
footer .f-info .syamei {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 12px;
}
footer .f-info a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
footer .f-info ol {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #000;
}
footer .f-info ol li {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4em;
}
footer .f-logo {
    width: 150px;
    position: absolute;
    top: 15px;
    left: 3%;
}
.hoken {
    width: 80%;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    margin: 100px 0 10px 10%;
    border-bottom: 1px solid #000;
    display: inline-block;
    float: right;
}
.hoken-list {
    width: 80%;
    float: right;
    margin: 5px 0 15px 10%;
    display: table;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.hoken-list li {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 2px 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
    line-height: 1em;
}
.hoken-list .name {
    font-size: 15px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.kaigyo {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.copyright {
    width: 100%;
	font-size: 10px;
	line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

}
