<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	color: #2C2C2C;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #2C2C2C;
	font-size: 1.4rem;
	line-height: 1.57;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
#container {
	text-align: left;
    overflow: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 58px 20px 16px;
	position: relative;
	border: 1px solid #818181;
}
#gHeader h1 {
	width: 227px;
	float: left;
}
#gHeader .hBox .ttl {
	margin-top: -2px;
	width: 59px;
	float: right;
}
#gHeader .menu,
#gHeader .menu span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
#gHeader .menu {
    position: absolute;
    width: 28px;
    height: 19px;
    right: 15px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}
#gHeader .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
}
#gHeader .menu span:nth-of-type(1) {
    top: 0;
}
#gHeader .menu span:nth-of-type(2) {
    top: 8px;
}
#gHeader .menu span:nth-of-type(3) {
    bottom: 0;
}
#gHeader .menu.active span {
    background-color: #fff;
}
#gHeader .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
}
#gHeader .menu.active span:nth-of-type(2) {
    opacity: 0;
}
#gHeader .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
}
#gHeader .menuBox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    overflow-y: auto;
    background-color: #134F0D;
}
#gHeader .menuBox .menuInner {
    padding: 111px 15px;
}
#gHeader .menuBox ul {
    text-align: center;
}
#gHeader .menuBox ul li a {
    font-size: 1.8rem;
    color: #fff;
}
#gHeader .menuBox ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 365px) {
    #gHeader h1 {
        width: 180px;
    }
    #gHeader .hBox .ttl {
        margin-top: 2px;
        width: 40px;
    }
}
/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
    margin-bottom: 120px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {   
    min-height: 120px;
	position: fixed;
	padding: 8px 10px 13px;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: #E3E3E3;
	box-sizing: border-box;
	z-index: 90;
}
#gFooter p {
	color: #525252;
}
#gFooter .text {
	margin-bottom: -3px;
}
#gFooter .tel a {
	margin-bottom: 2px;
	padding: 0 34px;
	display: inline-block;
	color: #525252;
	font-weight: bold;
	font-size: 2.7rem;
	letter-spacing: 1.5px;
	background: url("../../img/common/icon04.png") no-repeat left center;
	background-size: 27px auto;
}
#gFooter .linkUl {
	margin: 0 auto;
	max-width: 321px;
}
#gFooter .linkUl li:not(:last-child) {
	margin-bottom: 7px;
}
#gFooter .linkUl li a {
	padding: 3px 3px 4px;
	display: block;
	color: #FAFA48;
	font-size: 1.8rem;
	background-color: #134F0D;
	border-radius: 5px;
}



#bg-white{
background-color: #FFFFFF!important;
padding: 15px!important;
min-height: 90px;
position: fixed;
padding: 8px 10px 13px;
width: 100%;
left: 0;
bottom: 0;
text-align: center;
background-color: #E3E3E3;
box-sizing: border-box;
z-index: 99;
}
.link-lr{
display: flex;
justify-content: space-between;
}
.menuInner ul{
display: flex;
flex-wrap: wrap;
text-align: left!important;
margin-bottom: 20px;
}
.menuInner ul li{
width: 47%;
}
.menuInner ul li a{
font-size: 1.5rem!important;
}
.bgc-box{
}
.un-line{
border-bottom: 1px solid #FFFFFF;
}
/*
.menuInner ul li:nth-child(odd){
padding-right: 15px;
}
*/
.box-bg-w{
line-height: normal;
padding: 13px 0;
background-color: #952323;
}
.box-bg-w p{
text-align: center;
color: #FFFFFF;
}
.f-wh{
font-size: 1.8rem;
font-weight: bold;
margin-top: 7px;
}


.bg-hidden{
	overflow: hidden;
}
.message {
    text-align: center;
    margin: 20px 0;
    font-size: 1rem;
}
.mes-top {
    font-size: 2.3rem;
    margin: 30px;
	font-weight: bold;
    color: #952323;
}
.message p:nth-child(2){
	font-size: 1.3rem;
}</pre></body></html>