body {
	font-family:'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;f;
}

/*Form*/
textarea,input {ime-mode: inactive;}
input.ime_on	{ime-mode: active;}
input.ime_off	{ime-mode: inactive;}
textarea.ime_on	{ime-mode: active;}
textarea.ime_off{ime-mode: inactive;}


/*トップ画面image*/
.resizeimage {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.resizeimage img {
	display: block;
	width: 100%;
	height: auto;
}

p.detail {
	padding:0 10px 10px 10px;
}

.logo{ color:#669900;font-size:22px;font-weight:bold;line-height:24px;}

/*リンク*/
a.line:link{ text-decoration:underline;color:#0000ff;font-size:14px;}
a.line:visited{ text-decoration:underline;color:#0000ff;font-size:14px;}
a.line:active{ text-decoration:underline;color:#0000ff;font-size:14px;}
a.line:hover{ text-decoration:underline;color:#ff0000;font-size:14px;}

a.noline:link{ text-decoration:none;color:#0000ff;font-size:18px;}
a.noline:visited{ text-decoration:none;color:#0000ff;font-size:18px;}
a.noline:active{ text-decoration:none;color:#0000ff;font-size:18px;}
a.noline:hover{ text-decoration:none;color:#ff0000;font-size:18px;}


/*スクロール*/
#toTop {
	width:47px;
	height:47px;
	background:url(../img/back-top-btn.png) no-repeat;
	text-align:center;
	position:fixed;
	bottom:100px;
	right:20px;
	cursor:pointer;
	display:none;
	text-indent:-9999px;
	z-index:12; 
}


/*メニュー*/
#g_navi {
	background: #8cc100;
}
#g_navi ul {
	display: flex;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 960px;
	list-style-type: none;
}
#g_navi ul li {
	position: relative;
	width: 25%;
}
#g_navi ul li:first-child::before {
	position: absolute;
	display: block;
	content: "";
	top: 0%;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: #86b802;
}
#g_navi ul li::after {
	position: absolute;
	display: block;
	content: "";
	top: 0%;
	right: 0px;
	width: 1px;
	height: 100%;
	background-color: #86b802;
}
#g_navi ul li a {
	display: block;
	padding: 17px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#g_navi ul li a:hover {
	background-color: #86b802;
}


/*囲み枠*/
.bg_yellow{
	background-color:#fffac7;
	color:#333333;
	padding:20px;
	border-width:1px 1px 1px 1px;
	border-color:#FFCC00;
	border-style:solid;
}


/*拡大マーク*/
.kakudai_title {
line-height: 18px; /* 行の高さ */
background-image: url(./images/details16_1.png);
background-repeat: no-repeat;
background-position: left top;
font-size:12px;
padding: 0px 0px 0px 18px;
/*background-color:#FFFFFF;*/
}

/*************
/* 帯
*************/
h1.pickup{
	padding: 0px 0px 0px 32px;
/*ボーダー*/
	border-width: 0px 0px 2px 0px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #555; /* 枠の色 */
/*背景*/
	background-image: url(./images/org_25px_r.gif);
	background-repeat: no-repeat;
	background-position: left;
/*文字*/
	color:#555;
	font-size: 18pt;
	line-height: 32px; /* 行の高さ */
/*余白*/
	margin-bottom:20px;
}

/*矢印*/
.yajirusi {
    position: relative;
    padding-left: 18px;

}
.yajirusi::before {
    position: absolute;
    content: '';
    width:6px;
    height:6px;
    background-color:#697b91;
    top: 50%;
    left: 0;
    margin-top: -3px;
}
.yajirusi::after {
    position:absolute;
    content:"";
    border:solid 7px transparent;
    border-left:solid 7px #697b91;
    top: 50%;
    left: 5px;
    margin-top: -7px;
}



/*************
/* コンタクトページ
*************/
.titletext_green {
	background-image: url(./images/arrow0102.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	font-weight:bold;
	padding: 0px 0px 0px 28px;
}
.contact_tel {
	font-size:20px;
	padding: 0px 0px 0px 28px;
}
.contact_tel_bold{
	margin-top:6px;
	font-size:20px;
	font-weight:bold;
}
.contact_text {
	font-size:14px;
	padding: 0px 0px 0px 28px;
}
.contact_email {
	font-size:20px;
	padding: 0px 0px 0px 28px;
}
