<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 {
	color: #222222;
	font-size: 16px;
	font-family: "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	text-align: left;
}
td,
th {
	text-align: left;
}
input,
option,
select,
textarea {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input {
	-webkit-appearance: none;
}
body {
	text-align: center;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body.fixed {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
}
body.overflow {
	overflow: hidden;
}
img {
	vertical-align: top;
}
*:focus {
	outline: 0;
}
a:link {
	color: #309e16;
	text-decoration: none;
}
a:visited {
	color: #309e16;
	text-decoration: none;
}
a:hover {
	color: #309e16;
	text-decoration: none;
}
a:active {
	color: #309e16;
	text-decoration: none;
}
#globalHeader {
	border-bottom: solid 4px #EAEAEA;
	background: #ffffff;
}
.globalHeader-inner01 {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	min-height: 1px;
	position: relative;
	padding: 28px 0 16px;
}
.globalHeader-inner01:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.globalHeader-inner02 {
	width: 1120px;
	float: left;
	min-height: 1px;
}
.globalHeader-inner02:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.globalHeader-inner02 .logoBenesse {
	float: left;
	padding-right: 3.6em;
}
.globalHeader-inner02 .logoMain {
	float: left;
}
.globalHeader-inner02 .logoBenesse:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.globalHeader-inner02 .logoMain:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.globalHeader-inner02 p {
	float: left;
}
.globalHeader-inner02 .logoMain + p {
	padding: 0 0 0 65px;
	margin-right: 21px;
}
.globalHeader-omoi {
	text-align: center;
	float: left;
}
.globalHeader-omoi a {
	width: 100px;
	font-family: "UD新ゴ M";
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	padding: 14px 0 10px;
	background-color: #309e16;
	border-radius: 4px;
	display: block;
}
.globalHeader-omoi a:hover {
	background-color: #1B5A0C;
}
.globalHeader-inner02 form {
	width: 225px;
	float: right;
	padding: 32px 0 0;
}
.globalHeader-inner02 form p {
	display: table;
	float: none;
}
.globalHeader-inner02 input[type=text] {
	border: none;
	font-family: FontAwesome;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #F5F5F5;
	width: 166px;
	height: 26px;
}
.iptText {
	display: table-cell;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: solid 1px #888888;
	background: #F5F5F5;
	width: 182px;
	height: 28px;
	padding: 0 7px;
	vertical-align: middle;
}
.iptBtn {
	display: table-cell;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	background: #888888;
	color: #FFFFFF;
	vertical-align: middle;
}
.globalHeader-inner02 input[type=submit] {
	border: none;
	cursor: pointer;
	width: 44px;
	height: 26px;
	background: #888888;
	color: #FFFFFF;
	font-family: "UD新ゴ M";
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 0;
	margin: 0;
}
.globalHeader-inner02 input[type=submit]:hover {
	background: #a1a1a1;
}
.favorite-btn {
	width: 152px;
	text-align: center;
	margin-left: 12px;
	margin-top: 32px;
	float: right;
}
.favorite-btn a {
	font-family: "UD新ゴ M";
	font-size: 88%;
	color: #000;
	line-height: 26px;
	height: 28px;
	border: 1px solid #dda83e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff8c2;
	display: block;
}
.favorite-btn a:hover {
	background-color: #fff000;
}
.favorite-btn span {
	width: 1.4em;
	display: inline-block;
}
.favorite-btn i {
	font-size: 16px;
	color: #ff9e04;
	margin-right: 3px;
}
.globalHeader-inner02sp {
	display: none;
}
#globalSpMenuArea-inner {
	display: none;
}
#headGlobalNav {
	clear: both;
	float: left;
	min-height: 1px;
	font-family: "UD新ゴ M";
	margin-top: 15px;
}
#headGlobalNav:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#headGlobalNav li {
	float: left;
	margin-right: 1px;
	text-align: center;
}
#headGlobalNav li a,
#headGlobalNav li span {
	display: block;
	background: #309E16;
	padding: 9px 0;
}
#headGlobalNav li a:link {
	color: #FFFFFF;
}
#headGlobalNav li a:visited {
	color: #FFFFFF;
}
#headGlobalNav li a:hover {
	color: #FFFFFF;
	background: #1B5A0C;
}
#headGlobalNav li a:active {
	color: #FFFFFF;
	background: #1B5A0C;
}
#headGlobalNav li.active a {
	background: #1B5A0C;
}
.headGlobalNav-gnav01 a,
.headGlobalNav-gnav01 span {
	width: 108px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.headGlobalNav-gnav02 a,
.headGlobalNav-gnav02 span {
	width: 266px;
}
.headGlobalNav-gnav03 a,
.headGlobalNav-gnav03 span {
	width: 211px;
}
.headGlobalNav-gnav04 a,
.headGlobalNav-gnav04 span {
	width: 192px;
}
.headGlobalNav-gnav05 a,
.headGlobalNav-gnav05 span {
	width: 175px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#headGlobalNavSp {
	display: none;
}
.globalHeader-inner03 {
	position: absolute;
	min-height: 1px;
	top: 0;
	right: 0;
	padding: 20px 0 0;
	display: table;
}
.globalHeader-inner03:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.globalHeader-inner03 p a i {
	color: #5f5f5f;
	margin-right: 4px;
}
.globalHeader-sitemap {
	float: left;
	width: 120px;
	height: 28px;
	font-family: "UD新ゴ M";
	padding: 6px 0 0;
	text-align: center;
}
.globalHeader-sitemap a {
	color: #000000;
}
.globalHeader-sitemap a:hover {
	text-decoration: underline;
}
.globalHeader-history {
	float: left;
	width: 103px;
	height: 28px;
	margin-left: 8px;
	border: solid 1px #5F5F5F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: table;
	vertical-align: middle;
	text-align: center;
	font-family: "UD新ゴ M";
}
.globalHeader-history a {
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.globalHeader-history a:hover {
	background: #EEEEEE;
}
.globalHeader-inner03 dl {
	width: auto;
	float: left;
	font-family: "UD新ゴ M";
	min-height: 1px;
	padding: 2px 0 2px 4px;
	border-left: 1px solid #EAEAEA;
}
.globalHeader-inner03 dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.globalHeader-inner03 dl dt {
	float: left;
	padding: 4px 4px 0 0;
}
.globalHeader-inner03 dl dd {
	float: left;
	margin-left: 4px;
}
.globalHeader-inner03 dl dd a {
	display: block;
	background: #FFFFFF;
	color: #5b6774;
	width: 24px;
	height: 24px;
	padding: 1px 3px 3px;
	border: solid 1px #5b6774;
}
.globalHeader-inner03 dl dd a:hover {
	background: #5b6774;
	color: #FFFFFF;
}
.globalHeader-inner03 dl dd.on a {
	background: #5b6774;
	color: #FFFFFF;
}
.globalHeader-inner04 {
	width: 152px;
	position: absolute;
	height: 39px;
	min-height: 1px;
	top: 105px;
	right: 0;
}
.globalHeader-favorite {
	width: 154px;
	clear: both;
	font-family: "UD新ゴ M";
	border: solid 1px #FFA200;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.globalHeader-favorite a {
	width: 154px;
	height: 26px;
	background: #fff9bf;
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.globalHeader-favorite a:hover {
	background: #fff000;
}
.globalHeader-favorite i {
	color: #ffa200;
	margin-right: 4px;
}
.globalHeader-docrequest {
	width: 152px;
	text-align: center;
	margin: 0;
}
.globalHeader-docrequest a {
	display: block;
	background: #e45061;
	font-family: "UD新ゴ M";
	color: #FFFFFF;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.globalHeader-docrequest a:hover {
	background: #b0091c;
}
.globalHeader-docrequest i {
	margin: 0 4px 0 15px;
}
#breadcrumbs ul {
	min-height: 1px;
	width: 1120px;
	margin: 0 auto;
}
#breadcrumbs ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#breadcrumbs ul li {
	float: left;
	padding: 26px 0 24px;
}
#breadcrumbs ul li a {
	padding: 0 0 3px;
}
#breadcrumbs ul li a:link {
	text-decoration: underline;
}
#breadcrumbs ul li a:visited {
	text-decoration: underline;
}
#breadcrumbs ul li a:hover {
	text-decoration: none;
}
#breadcrumbs ul li a:active {
	text-decoration: none;
}
#globalFooter {
	background: #eeeeee;
	margin-top: 65px;
}
#globalFooter a:link {
	color: #000000;
}
#globalFooter a:visited {
	color: #000000;
}
#globalFooter a:hover {
	color: #666666;
	text-decoration: underline;
}
#globalFooter a:active {
	color: #666666;
	text-decoration: underline;
}
.globalFooter-inner01 {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	min-height: 1px;
	padding: 25px 0 80px;
	position: relative;
}
.globalFooter-inner01:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.btnPagetop {
	text-align: right;
	background: #393939;
	min-height: 1px;
	font-family: "UD新ゴ M";
}
.btnPagetop:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.btnPagetop p {
	width: 1120px;
	margin: 0 auto;
}
.btnPagetop a {
	float: right;
	color: #FFFFFF!important;
	text-decoration: none!important;
}
.btnPagetop a:hover span {
	color: #DDDDDD!important;
}
.btnPagetop a:hover span + span {
	background: #222222;
}
.btnPagetop a span {
	padding: 12px;
	float: left;
}
.btnPagetop a span + span {
	padding: 10px;
	border-right: solid 1px #222222;
	border-left: solid 1px #222222;
	float: right;
}
.btnPagetop a img {
	width: 20px;
}
.btnPagetopFloat {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)""
		filter:alpha(opacity=0);
	-webkit-transition: opacity 400ms ease, visibility 400ms ease;
	-moz-transition: opacity 400ms ease, visibility 400ms ease;
	transition: opacity 400ms ease, visibility 400ms ease;
	visibility: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 700;
}
.btnPagetopFloat.is-active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)""
		filter:alpha(opacity=0);
}
.btnPagetopFloat a {
	font-family: "UD新ゴ M";
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #309e16;
	text-align: center;
	display: block;
}
.btnPagetopFloat a:hover {
	background-color: #176b04;
}
.btnPagetopFloat-inner {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btnPagetopFloat figure {
	margin-bottom: 7px;
}
.btnPagetopFloat span {
	color: #fff;
	line-height: 1.4;
	display: inline-block;
}
#footGlobalNav {
	width: 1100px;
	min-height: 1px;
	font-family: "UD新ゴ M";
}
#footGlobalNav:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#footGlobalNav li {
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}
.globalFooter-inner02 {
	border-top: solid 1px #E2E2E2;
	margin-top: 48px;
	padding-top: 48px;
}
.globalFooter-inner02 p {
	font-family: "UD新ゴ M";
	padding-bottom: 10px;
}
.globalFooter-inner02 dl {
	min-height: 1px;
}
.globalFooter-inner02 dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*★追加・修正開始*/
.globalFooter-inner02 dl dt {
	float: left;
	margin: 20px 10px 110px 0;
}
.globalFooter-inner02 dl:last-child dt {
	margin-bottom: 40px;
}
/*追加終了★*/
.globalFooter-inner02 dl dt:after {
	content: "：";
}
.globalFooter-inner02 dl dd {
	float: left;
	margin: 20px 20px 0 0;
	font-family: "UD新ゴ M";
}
.globalFooter-inner03 {
	position: relative;
	padding-top: 10px;
}
.globalFooter-inner03 p {
	line-height: 1.833;
}
.globalFooter-inner03 p + p {
	margin-top: 40px;
	line-height: 1.833;
}
.globalFooter-inner03 .footerLogo {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 0;
}
.globalFooter-inner03 .footerLogo img {
	width: 160px;
}
.globalFooter-inner03 .footerLogo:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.commonAside {
	margin-top: 48px;
	position: relative;
	height: 130px;
	z-index: 700;
	visibility: visible;
}
.commonAside-container {
	position: absolute;
	box-sizing: border-box;
	height: 130px;
	padding: 30px 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 700;
	visibility: visible;
}
.commonAside-container.fixed {
	position: fixed;
	border-top: 4px solid #eaeaea;
}
.commonAsideStatic {
	height: auto;
	margin-top: 48px;
	margin-bottom: 65px;
	position: relative;
}
.commonAsideStatic .commonAside-container {
	height: auto;
	padding: 0;
	position: relative;
}
.commonAside-inner {
	min-height: 1px;
	width: 1120px;
	margin: 0 auto;
}
.commonAside-inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.commonAside-inner p {
	float: left;
}
.commonAside-inner p.commonAside-freedial {
	float: left;
}
.commonAside-inner p.commonAside-reserv {
	width: 254px;
	height: 70px;
	margin: 0 0 0 16px;
}
.commonAside-inner p.commonAside-docrequest {
	width: 254px;
	height: 70px;
	margin: 0 0 0 16px;
}
.commonAside-inner p.commonAside-reserv a {
	font-family: "UD新ゴ M";
	color: #FFFFFF;
	background: #3783c3;
	display: block;
	text-align: center;
	line-height: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.commonAside-inner p.commonAside-reserv a:hover {
	background: #0b518f;
}
.commonAside-inner p.commonAside-reserv i {
	font-size: 41px;
	line-height: 1.4;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonAside-inner p.commonAside-reserv .commonAside-text {
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonAside-inner p.commonAside-docrequest a {
	font-family: "UD新ゴ M";
	color: #FFFFFF;
	background: #DB3953;
	display: block;
	text-align: center;
	line-height: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.commonAside-inner p.commonAside-docrequest i {
	font-size: 41px;
	line-height: 1.4;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonAside-inner p.commonAside-docrequest .commonAside-text {
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonAside-inner p.commonAside-docrequest a:hover {
	background: #b0091c;
}
.commonAside-inner p.commonAside-reserv i {
	margin-right: 10px;
}
.commonAside-inner p.commonAside-docrequest i {
	margin-right: 10px;
}
.commonAside-inner p.commonAside-docrequest i img,
.commonAside-inner p.commonAside-reserv i img {
	vertical-align: middle;
	height: 41px;
	margin-bottom: 0.25em;
	width: auto;
}
.commonAside-inner p.commonAside-present {
	padding-left: 8px;
	float: left;
}
.commonAside-innerM {
	min-height: 1px;
	width: 1120px;
	margin: 0 auto;
}
.commonAside-innerM:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.commonAside-innerM p {
	float: left;
}
.commonAside-innerM p.commonAside-docrequest {
	width: 328px;
	height: 80px;
	margin: 0 9px 0 16px;
}
.commonAside-innerM p.commonAside-docrequest a {
	color: #FFFFFF;
	background: #DB3953;
	display: block;
	text-align: center;
	line-height: 80px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.commonAside-innerM p.commonAside-docrequest a:hover {
	background: #b0091c;
}
.commonAside-innerM p.commonAside-docrequest i {
	margin-right: 10px;
}
.commonAside-innerM p.commonAside-present {
	float: left;
}
/* aside 検索Ver.*/
.commonAside-innerSearch {
	min-height: 1px;
	width: 1120px;
	margin: 0 auto;
}
.commonAside-innerSearch:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.commonAside-innerSearch p {
	float: left;
}
.commonAside-innerSearch p.commonAside-docrequest {
	width: 328px;
	height: 80px;
	margin: 0 9px 0 16px;
}
.commonAside-innerSearch p.commonAside-docrequest a {
	font-family: "UD新ゴ M";
	color: #FFFFFF;
	background: #DB3953;
	display: block;
	text-align: center;
	line-height: 80px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.commonAside-innerSearch p.commonAside-docrequest a:hover {
	background: #b0091c;
}
.commonAside-innerSearch p.commonAside-docrequest i,
.commonAside-innerSearch p.commonAside-docrequest .commonAside-text {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	position: relative;
	top: -2px;
}
.commonAside-innerSearch p.commonAside-docrequest i {
	font-size: 46px;
}
.commonAside-innerSearch p.commonAside-docrequest .commonAside-text {
	line-height: 1.3;
	text-align: left;
}
.commonCV {
	width: 210px;
	padding: 20px 15px 20px 20px;
	background-color: #fff9bf;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-transition: right 400ms ease;
	-moz-transition: right 400ms ease;
	transition: right 400ms ease;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 701;
}
.commonCV-heading {
	font-family: "UD新ゴ M";
	font-size: 17px;
	color: #309e16;
	text-align: center;
	margin-bottom: 18px;
}
.commonCV-link {
	margin-bottom: 8px;
}
.commonCV-link a {
	width: 100%;
	font-family: "UD新ゴ M";
	color: #FFFFFF;
	text-align: center;
	line-height: 53px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonCV-link a i,
.commonCV-link a span {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonCV-link a i {
	font-size: 34px;
	margin-right: 5px;
}
.commonCV-link a i img {
	vertical-align: middle;
	height: 34px;
	margin-bottom: 0.25em;
}
.commonCV-link a span {}
.commonCV-reserve a {
	background-color: #3783c3;
}
.commonCV-reserve a:hover {
	background-color: #0b518f;
}
.commonCV-document a {
	background-color: #DB3953;
}
.commonCV-document a:hover {
	background-color: #b0091c;
}
.commonCV-present {
	letter-spacing: -.05em;
	padding: 8px 7px;
	background-color: #ffcad3;
	position: relative;
}
.commonCV-present:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 13px 8px;
	border-color: transparent transparent #FFCAD3 transparent;
	display: block;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -10px;
}
.commonCV-present img,
.commonCV-present span {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.commonCV-present span {
	font-family: "UD新ゴ M";
	font-size: 13px;
	color: #db3953;
	line-height: 1.35;
	margin-left: 4px;
}
/* commonHistory */
.wrapCommonHistoryList {
	margin: 50px 0 40px;
	text-align: center;
}
.wrapCommonHistoryList section {
	display: block;
	max-width: 1120px;
	border-top: 4px solid #309E16;
	border-bottom: 4px solid #EAEAEA;
	background: #FDFAE3;
	margin: 0 auto;
	text-align: left;
}
.wrapCommonHistoryList .al_left {
	float: left;
}
.wrapCommonHistoryList .hed {
	padding: 15px 15px 0;
	font-weight:bold;
	font-family: "UD新ゴ M";
}
.wrapCommonHistoryList .hed a {
	text-decoration: none;
	color: #222;
}
.wrapCommonHistoryList .hed a:hover {
	text-decoration: underline;
	color: #309E16;
}
.wrapCommonHistoryList .hed .fa {
	color: #309E16;
	margin-right: .5em;
}
.wrapCommonHistoryList .inner {
	display: table;
	clear: both;
	border-spacing: 15px;
}
.wrapCommonHistoryList .wrapOne {
	display: table-cell;
	border: 2px solid #EAEAEA;
	background: #fff;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 262px;
	line-height: 1.6;
}
.wrapCommonHistoryList .wrapOne a {
	display: block;
}
.wrapCommonHistoryList .wrapOne a:hover .imgContain,
.wrapCommonHistoryList .wrapOne .conductor a:hover,
.wrapCommonHistoryList .wrapOne .reserve a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.wrapCommonHistoryList .wrapOne a:hover .homeTitle {
	color: #309E16;
	text-decoration: underline;
}
.wrapCommonHistoryList .wrapOne .imgContain,
.wrapCommonHistoryList .wrapOne .homeTitle,
.wrapCommonHistoryList .wrapOne .conductor,
.wrapCommonHistoryList .wrapOne .reserve {
	display: block;
}
.wrapCommonHistoryList .wrapOne .imgContain {
	width: 100%;
	overflow: hidden;
}
.wrapCommonHistoryList .wrapOne .imgContain img {
	display: block;
	width: 100%;
	height: auto;
}
.wrapCommonHistoryList .wrapOne .homeTitle {
	font-size: 100%;
	color: #222;
	padding: .2em 0;
	min-height: 3.2em;
	line-height: 1.4;
	font-weight:bold;
	font-family: "UD新ゴ M";
}
.wrapCommonHistoryList .wrapOne .conductor {
	font-size: 100%;
	text-align: center;
	border: 2px solid #309E16;
	background: #fff;
	color: #309E16;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: .2em 0;
	font-weight: bold;
	font-family: "UD新ゴ M";
}
.wrapCommonHistoryList .wrapOne .conductor .fa {
	margin-right: 1em;
}

.wrapCommonHistoryList .wrapOne .reserve {
	margin-top: 8px;
	text-align: center;
}
.wrapCommonHistoryList .wrapOne .reserve a {
	font-family: "UD新ゴ M";
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 7px 0 6px;
	background-color: #3783c3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
.wrapCommonHistoryList .wrapOne .reserve i {
	margin-right: 1em;
	display: inline-block;
	position: relative;
	top: 2px;
}
.wrapCommonHistoryList .wrapOne .reserve i img {
	height: 18px;
	display: block;
}
.wrapCommonHistoryList .conductorAll {
	padding: 0 15px 15px;
	text-align: right;
	font-family: "UD新ゴ M";
}
.wrapCommonHistoryList .conductorAll a:hover {
	color: #309e16;
	text-decoration: underline;
}
.wrapCommonHistoryList .conductorAll .fa {
	margin-right: 4px;
}
.wrapCommonHistoryList .zenken_right {
	float: right;
	padding: 0 15px;
	margin-top: 20px;
}
.wrapCommonHistoryList .zenken_right a {
	text-decoration: underline;
}
.wrapCommonHistoryList .zenken_right a:hover {
	text-decoration: none;
}
.addBdr01 {
	border-top: solid 8px #b6d1b0;
}
.addBdr02 {
	border-top: solid 4px #eaeaea;
}
.addBdr03 {
	border-top: solid 8px #eaeaea;
}
.addBdr04 {
	border-top: solid 8px #309E16;
	margin-top: -8px;
}
.addMgn01 {
	margin-top: 65px!important;
}
.addMgn02 {
	margin-top: 65px;
	padding-top: 65px;
}
.addMgn03 {
	margin-bottom: 24px!important;
}
.wrapBase01 {
	text-align: left;
}
.wrapBase01-inner {
	width: 1120px;
	margin: 0 auto;
}
.wrapBase01-other {
	width: 1120px;
	margin: 0 auto;
}
.wrapBase01-other aside + aside {
	margin-top: 60px;
}
.titleType01 {
	border-top: solid 8px #309E16;
	border-bottom: solid 1px #eaeaea;
	margin-top: -8px;
	font-family: "UD新ゴ M";
	padding: 25px 0;
}
.titleType01 i {
	color: #309E16;
	margin-right: 10px;
}
.titleType01 img {
	margin-right: 10px;
	vertical-align: top;
	margin-top: 0.1em;
}
.titleType02 {
	min-height: 1px;
	font-family: "UD新ゴ M";
}
.titleType02:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.titleType02 span {
	border-top: solid 4px #309E16;
	margin-top: -4px;
	float: left;
	padding: 22px 0 0;
}
.titleType02 i {
	color: #309E16;
	margin-right: 10px;
}
.titleType03 {
	font-family: "UD新ゴ M";
	line-height: 1.4;
}
.titleType03 a {
	color: #000000;
}
.titleType03 a:hover {
	color: #309E16;
	text-decoration: underline;
}
.titleType03 i {
	color: #309E16;
	margin-right: 7px;
}
.titleType04 {
	font-family: "UD新ゴ M";
}
.titleType05 {
	font-family: "UD新ゴ M";
	margin-top: 65px;
}
.titleType06 {
	font-family: "UD新ゴ R";
}
.titleType07 {
	font-family: "UD新ゴ M";
	line-height: 1.4;
	margin-top: 48px;
}
.titleType07 a {
	color: #000000;
}
.titleType07 a:hover {
	color: #309E16;
	text-decoration: underline;
}
.titleType07 i {
	color: #309E16;
	margin-right: 7px;
}
.txType01 {
	line-height: 1.75;
	margin-top: 20px;
}
.txType02 {
	line-height: 1.6;
	margin-top: 20px;
}
.txType03 {
	font-family: "UD新ゴ M";
}
.txType03 b {
	color: #309E16;
}
.txLinkType01 {
	font-family: "UD新ゴ M";
	margin-top: 20px;
}
.txLinkType01 a:hover {
	text-decoration: underline;
}
ul.txLinkType01 {
	min-height: 1px;
}
ul.txLinkType01:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.txLinkType01 li {
	float: left;
	margin-right: 30px;
}
.txLinkType01 i {
	margin-right: 5px;
}
.listLink01,
.listLink02 {
	min-height: 1px;
	margin-top: 32px;
	line-height: 1.5;
}
.listLink01:after,
.listLink02:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.listLink01 li,
.listLink02 li{
	float: left;
	margin-right: 16px;
}
.listLink01 li a,
.listLink02 li a{
	color: #000000;
}
.listLink01 li a:hover,
.listLink02 li a:hover{
	color: #309E16;
	text-decoration: underline;
}
.listLink01 li a i,
.listLink02 li a i{
	color: #309E16;
	margin-right: 5px;
}
body.fontBaseL {
	font-size: 18px;
}
.fontBaseL .fontSize2S {
	font-size: 14px;
}
.fontBaseL .fontSizeS {
	font-size: 16px;
}
.fontBaseL .fontSizeM {
	font-size: 18px;
}
.fontBaseL .fontSize2M {
	font-size: 20px;
}
.fontBaseL .fontSize3M {
	font-size: 22px;
}
.fontBaseL .fontSize4M {
	font-size: 24px;
}
.fontBaseL .fontSizeL {
	font-size: 26px;
}
.fontBaseL .fontSize2L {
	font-size: 30px;
}
.fontBaseL .fontSize3L {
	font-size: 34px;
}
.fontBaseL .fontSize4L {
	font-size: 42px;
}
body.fontBaseM {
	font-size: 16px;
}
.fontBaseM .fontSize2S {
	font-size: 12px;
}
.fontBaseM .fontSizeS {
	font-size: 14px;
}
.fontBaseM .fontSizeM {
	font-size: 16px;
}
.fontBaseM .fontSize2M {
	font-size: 18px;
}
.fontBaseM .fontSize3M {
	font-size: 20px;
}
.fontBaseM .fontSize4M {
	font-size: 22px;
}
.fontBaseM .fontSizeL {
	font-size: 24px;
}
.fontBaseM .fontSize2L {
	font-size: 28px;
}
.fontBaseM .fontSize3L {
	font-size: 32px;
}
.fontBaseM .fontSize4L {
	font-size: 40px;
}
.comClear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.comClear {
	min-height: 1px;
}
.pcNone {
	display: none;
}
.spNone {
	display: inline-block;
}
.only-sp {
	display: block;
}
@media screen and (min-width:641px) {
	.spBr {
		display: none;
	}
}
html&gt;/**/
body .spBr {
	display: none\9;
}
@media screen and (max-width:640px), only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape), only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape) {
	body {
		min-width: 100%;
    padding-top: 50px;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	#globalHeader {
		border-bottom: solid 2px #309E16;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.globalHeader-inner01 {
		width: auto;
		padding: 0;
	}
	.globalHeader-inner02 {
		width: 59.375%;
		float: left;
	}
	.globalHeader-inner02 .logoBenesse {
		/*width: 40px;
		display: inline-block;
		padding: 15px 0 0 6px;*/
		display: none;
	}
	/*.globalHeader-inner02 .logoMain {
		width: 118px;
		display: inline-block;
		padding: 13px 0 0 4px;
	}*/
	.globalHeader-inner02 .logoMain {
		width: 129px;
    padding: 12px 0 0 11px;
		display: inline-block;
	}
	.globalHeader-inner02 .logoMain + p {
		display: none;
	}
	
	.globalHeader-omoi {
		margin-top: 7px;
		margin-right: 6px;
		float: right;
	}
	.globalHeader-omoi a {
		font-size: 10px;
		width: 46px;
		padding: 6px 0 4px;
		border-radius: 2px;
	}
	.globalHeader-omoi a span {
		width: 140%;
		margin-left: -20%;
		display: inline-block;
		transform: scale(.7);
	}
	
	.globalHeader-inner02 form {
		display: none;
	}
	.globalHeader-inner02sp {
		width: 40.625%;
		float: right;
		display: block;
		font-size: 10px;
	}
	.globalHeader-inner02sp p {
		float: left;
		text-align: center;
		border-left: solid 1px #E6E6E6;
	}
	.globalHeader-inner02sp p span {
		width: 130%;
		margin-left: -15%;
		transform: scale(.7);
		display: inline-block;
	}
	.globalHeader-inner02sp p a {
		display: block;
		padding: 10px 0 6px;
	}
	.globalHeader-inner02sp p i {
	}
	.globalHeader-inner02sp p.inner02sp-contact {
		width: 36.9230769231%;
	}
	.globalHeader-inner02sp p.inner02sp-contact a {
		color: #0095a7;
	}
	.globalHeader-inner02sp p.inner02sp-contact img {
		width: 36px;
		margin: -1px -3px 2px 0px;
	}
	.globalHeader-inner02sp p.inner02sp-docrequest {
		width: 31.5384615385%;
	}
	.globalHeader-inner02sp p.inner02sp-docrequest a {
		color: #db3954;
	}
	.globalHeader-inner02sp p.inner02sp-docrequest i {
		font-size: 20px;
		margin-bottom: 2px;
	}
	.globalHeader-inner02sp p.inner02sp-menu {
		width: 31.5384615385%;
	}
	.globalHeader-inner02sp p.inner02sp-menu a {
		color: #309e16;
	}
	.globalHeader-inner02sp p.inner02sp-menu a i {
		font-size: 23px;
		margin-bottom: 0px;
		margin-top: -1px;
	}
	.favorite-btn {
		display: none;
	}
	#headGlobalNav {
		display: none;
	}
	.globalHeader-inner03 {
		display: none;
	}
	.globalHeader-inner04 {
		display: none;
	}
	#globalSpMenuArea {
		height: 0;
		width: 100%;
		position: fixed;
		top: 59px;
		left: 0;
		background: #e6e6e6;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)""
			filter:alpha(opacity=0);
		-webkit-transition: height 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		z-index: 900;
	}
	#globalSpMenuArea.open {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)""
			filter:alpha(opacity=100);
	}
	#globalSpMenuArea-inner {
		position: relative;
		display: block;
		visibility: hidden;
		transition: visibility 0.6s ease;
	}
	#globalSpMenuArea.open #globalSpMenuArea-inner {
		visibility: visible;
	}
	#headGlobalNavSp {
		padding: 12px 15px;
		font-family: "UD新ゴ M";
		display: block;
		width: 100%;
	}
	#headGlobalNavSp i {
		margin-right: 4px;
		width: 15px;
	}
	#headGlobalNavSp img {
		margin-right: 4px;
		vertical-align: middle;
		width: 15px;
	}
	#headGlobalNavSp ul {
		background: #FFFFFF;
		margin-top: 11px;
		text-align: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#headGlobalNavSp ul li {
		border-top: solid 1px #e6e6e6;
	}
	#headGlobalNavSp ul li a {
		color: #000000;
		display: block;
		padding: 13px;
	}
	#headGlobalNavSp ul li i {
		color: #309e16;
	}
	#headGlobalNavSp ul li ul {
		margin: 0;
	}
	#headGlobalNavSp ul li ul li {
		border-top: dotted 1px #e6e6e6;
	}
	#headGlobalNavSp ul li ul li a {
		padding: 13px 13px 13px 27px;
	}
	#headGlobalNavSp ul li.headGlobalNavSp-favorite i {
		color: #ffa200;
	}
	#headGlobalNavSp ul li.headGlobalNavSp-favorite span {
		font-size: 15px;
		margin: 0 3px;
	}
	#headGlobalNavSp .headGlobalNavSp-recommend {
		font-size: 10px;
		color: #fff;
		margin-left: 4px;
		padding: 3px 4px 3px 2px;
		background-color: #e95521;
		display: inline-block;
		float: right;
		position: relative;
		top: -1px;
		letter-spacing: -.05em;
	}
	#headGlobalNavSp .headGlobalNavSp-recommend i {
		color: #fff;
		text-align: center;
		margin-right: 0;
	}
	

	.headGlobalNavSpUtil {
		padding: 13px;
		background: #fff;
		text-align: left;
		border-radius: 4px;
	}
	.navSpUtil-title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.navSpSearch {
		border-radius: 4px;
		border: solid 8px #97CE8A;
		margin-bottom: 13px;
	}
	.navSpSearch-inner {
		display: table;
		width: 100%;
		position: relative;
	}
	.navSpSearch form {
		border-right: solid 40px #97CE8A;
	}
	.navSpSearch input[type=text] {
		padding: 5px 9px;
		height: 32px;
		width: 100%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		border: none;
	}
	.navSpSearch input[type=submit] {
		width: 32px;
		height: 32px;
		font-family: FontAwesome, "UD新ゴ M";
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 0;
		color: #FFFFFF;
		border: none;
		padding-right: 10px;
		padding-left: 10px;
		border-radius: 4px;
		background: #309E16;
		-webkit-appearance: none;
		cursor: pointer;	
	}
	#headGlobalNavSp .NavSpHistory-text a {
		padding: 0;
		display: inline-block;
		text-decoration: underline;
	}
	#headGlobalNavSp .NavSpHistory-text a:hover {
		text-decoration: none;
	}
	
	#breadcrumbs ul {
		display: none;
	}
	#globalFooter {
		margin-top: 30px;
	}
	.globalFooter-inner01 {
		width: auto;
		padding: 0 15px;
		text-align: center;
	}
	.btnPagetop {
		text-align: left;
	}
	.btnPagetop p {
		width: auto;
	}
	.btnPagetop a {
		display: table;
		width: 100%;
	}
	.btnPagetop a span {
		padding: 12px 16px;
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.btnPagetop a span + span {
		width: 48px;
		padding: 12px 16px;
		float: none;
	}
	.btnPagetop a img {
		width: 16px;
	}
	#footGlobalNav {
		width: auto;
		padding: 20px 0 0;
	}
	#footGlobalNav li {
		float: none;
		margin-right: 0;
		margin-top: 0;
		padding: 20px 0 0;
	}
	.globalFooter-inner02 {
		border-top: solid 1px #E2E2E2;
		margin-top: 32px;
		padding-top: 32px;
	}
	.globalFooter-inner02 + p {
		color: #5F5F5F;
	}
	.globalFooter-inner02 dl dt {
		float: none;
		margin: 24px 12px 0 0;
		color: #5F5F5F;
	}
/*★追加開始*/
	.globalFooter-inner02 dl:last-child dt {
		margin-bottom: 0;
	}
/*追加終了★*/
	.globalFooter-inner02 dl dt:before {
		content: "－";
	}
	.globalFooter-inner02 dl dt:after {
		content: "－";
	}
	.globalFooter-inner02 dl dd {
		float: none;
		margin: 18px 12px 0 0;
		font-family: "UD新ゴ M";
	}
	.globalFooter-inner03 .footerLogo {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 0;
	}
	.globalFooter-inner03 {
		padding-top: 32px;
	}
	.globalFooter-inner03 p + p {
		margin-top: 32px;
	}
	.globalFooter-inner03 .footerLogo {
		position: relative;
		right: auto;
		bottom: auto;
		padding: 32px 0;
		width: 132px;
		margin: 0 auto;
	}
	.globalFooter-inner03 .footerLogo img {
		width:132px;
	}
	.globalFooter-inner03 .footerLogo img {
		width: 132px;
	}
	.commonAsideStatic {
		height: 70px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.commonAsideStatic .commonAside-container {
		height: 70px;
		padding: 16px 0 20px;
	}
	.commonAsideStatic .commonAside-container.fixed {
		position: fixed;
	}
	.commonAside {
		margin-top: 30px;
		height: 70px;
	}
	.commonAside-container {
		height: 70px;
		overflow: hidden;
		box-sizing: border-box;
		padding: 16px 0 20px;
	}
	.commonAside-inner {
		width: auto;
	}
	.commonAside-inner p.commonAside-freedial {
		display: none;
	}
	.commonAside-inner p.commonAside-docrequest,
	.commonAside-inner p.commonAside-reserv {
		width: 50%;
		height: auto;
		margin: 0;
	}
	.commonAside-inner p.commonAside-docrequest a,
	.commonAside-inner p.commonAside-reserv a {
		display: block;
		line-height: 35px;
		padding: 0;
	}
	.commonAside-inner p.commonAside-reserv a {
		margin: 0 15px 0 4px;
	}
	.commonAside-inner p.commonAside-docrequest a {
		margin: 0 4px 0 15px;
	}
	.commonAside-inner p.commonAside-docrequest i,
	.commonAside-inner p.commonAside-reserv i {
		font-size: 14px;
	}
	.commonAside-inner p.commonAside-docrequest i img,
	.commonAside-inner p.commonAside-reserv i img {
		vertical-align: middle;
		height: 15px;
		margin-bottom: 0.25em;
		width: auto;
	}
	.commonAside-inner p.commonAside-docrequest .commonAside-text,
	.commonAside-inner p.commonAside-reserv .commonAside-text {
		font-size: 12px;
		line-height: 1.1;
	}
	.commonAside-inner p.commonAside-docrequest .commonAside-text .pcLabel,
	.commonAside-inner p.commonAside-reserv .commonAside-text .pcLabel {
		display: none;
	}
	.commonAside-inner p.commonAside-docrequest i,
	.commonAside-inner p.commonAside-reserv i {
		margin-right: 5px;
	}
	.commonAside-inner p.commonAside-present {
		display: none;
	}
	.commonAside-innerM {
		width: auto;
	}
	.commonAside-innerM .commonAside-freedial,
	.commonAside-innerM .commonAside-present {
		display: none;
	}
	.commonAside-innerM p.commonAside-docrequest {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.commonAside-innerM p.commonAside-docrequest a {
		display: block;
		line-height: 1.2;
		padding: 8px 0;
		margin: 0 15px;
		font-size: 13px;
	}
	.commonAside-innerSearch {
		width: auto;
	}
	.commonAside-innerSearch .commonAside-freedial,
	.commonAside-innerSearch .commonAside-present {
		display: none;
	}
	.commonAside-innerSearch p.commonAside-docrequest {
		width: 100%;
		height: auto;
		font-size: 14px;
		margin: 0;
		float: none;
	}
	.commonAside-innerSearch p.commonAside-docrequest a {
		display: block;
		line-height: 48px;
		margin: 0 15px;
	}
	.commonAside-innerSearch p.commonAside-docrequest i,
	.commonAside-innerSearch p.commonAside-docrequest .commonAside-text {
		top: 0;
	}
	.commonAside-innerSearch p.commonAside-docrequest i {
		font-size: 30px;
	}
	.commonAside-innerSearch p.commonAside-docrequest .commonAside-text {
		line-height: 1.2;
	}
	.wrapCommonHistoryList {
		margin: 40px 0 32px;
	}
	#kaigo_top .wrapCommonHistoryList {
		margin: 20px 0 32px;
	}
	.wrapCommonHistoryList section {
		display: block;
		max-width: 100%;
		border-top: 2px solid #309E16;
		border-bottom: 2px solid #EAEAEA;
		background: #FDFAE3;
		margin: 0 auto;
		text-align: left;
	}
	.wrapCommonHistoryList .al_left {
		float: none;
		display: inline-block;
	}
	.wrapCommonHistoryList .zenken_right {
		display: inline-block;
		margin-top: 15px;
	}
	.wrapCommonHistoryList .inner {
		display: block;
		width: 100%;
		border-spacing: inherit;
	}
	.wrapCommonHistoryList .wrapOne {
		display: block;
		width: auto;
		margin: 15px;
	}
	.wrapCommonHistoryList .wrapOne .imgContain {
		width: 50%;
		float: left;
		margin-right: 8px;
	}
	.wrapCommonHistoryList .wrapOne .conductor,
	.wrapCommonHistoryList .wrapOne .homeTitle {
		margin-left: 54%;
	}
	.wrapCommonHistoryList .wrapOne .homeTitle {
		min-height: 4.8em;
	}
	.wrapCommonHistoryList .conductorAll {
		font-size: 16px;
	}
	/* 閲覧履歴 - スライダー */
	.wrapCommonHistoryList .historyList {
		margin-top: 15px;
		padding: 0 20px;
		margin: 0 0 20px;
		overflow: hidden;
	}
	.wrapCommonHistoryList .historyList .wrapOne {
		display: block;
		/*width: 47.7%;
		margin: 0 4.6% 0 0;*/
		margin: 6px;
		padding: 0;
		border: none;
		background: transparent;
		float: left;
	}
	.wrapCommonHistoryList .historyList .wrapOne a {
		display: block;
	}
	.wrapCommonHistoryList .historyList .wrapOne a:hover {
	}
	.wrapCommonHistoryList .historyList .wrapOne .imgContain {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.wrapCommonHistoryList .historyList .wrapOne .homeTitle {
		min-height: auto;
		padding: .4em 0;
	}
	.wrapCommonHistoryList .historyList .wrapOne .homeTitle,
	.wrapCommonHistoryList .historyList .wrapOne .conductor {
		margin-left: 0;
	}
	.wrapCommonHistoryList .historyList .wrapOne .conductor i,
	.wrapCommonHistoryList .historyList .wrapOne .reserve i{
		margin-right: 0.3em;
	}
	.wrapCommonHistoryList .historyList .wrapOne .reserve a {
		padding: 3px 0 3px;
	}
	.wrapCommonHistoryList .historyList .wrapOne .reserve i img {
		height: 16px;
	}

	.historyList .slick-arrow.slick-prev,
	.historyList .slick-arrow.slick-next {
		font-size: 0;
		line-height: 0;
		width: 20px;
		height: 90px;
		border: none;
		background-color: transparent;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 12px 22px;
		background-size: 12px 22px;
		position: absolute;
		top: 50%;
		display: block;
		cursor: pointer;
		transform: translateY(-50%);
		-webkit-tap-highlight-color: initial;
	}
	.historyList .slick-arrow.slick-prev {
		background-image: url(../image/ic_arrow_left_24x44.png);
		left: 0;
	}
	.historyList .slick-arrow.slick-next {
		background-image: url(../image/ic_arrow_right_24x44.png);
		right: 0;
	}
	
	/* SP用地域から探すアコーディオン */
	.ktWrapSpSearch {
		margin-top: 16px;
		margin-bottom: 25px;
	}
	.spSearch-menu {
	}
	.spSearch-title {
		font-size: 15px;
		color: #309e16;
	}
	.spSearch-title i {
		margin-right: 5px;
		margin-top: -5px;
		font-size: 23px;
		vertical-align: middle;
		display: inline-block;
	}
	.spSearch-title span {
		font-size: 12px;
	}

	.spSearch-listWrap {
		border: solid 2px #97CE8A;
		border-radius: 4px;
		margin-top: 12px;
	}
	.spSearch-list {
	}
	.spSearch-listItem {
		border-bottom: solid 2px #97CE8A;
	}
	.spSearch-listItem:last-child {
		border-bottom: none;
	}
	.spSearch-toggle {
		font-size: 15px;
		color: #222;
		padding: 13px 20px 13px;
		display: block;
		position: relative;
		cursor: pointer;
	}
	.spSearch-toggle.active {
		background-color: #97CE8A;
	}
	.spSearch-toggle span {
		content: '';
		width: 18px;
		height: 18px;
		background-color: #e95521;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}
	.spSearch-toggle span::after {
		content: '';
		width: 5px;
		height: 5px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -5px;
		margin-left: -4px;
		transition: all 200ms;
		transform: rotate(45deg);
	}
	.spSearch-toggle.active span::after {
		margin-top: -2px;
		transform: rotate(-135deg);
	}
	.spSearch-child {
		border-top: solid 2px #97CE8A;
		display: none;
	}
	.spSearch-childList {
	}
	.spSearch-childListItem {
		border-bottom: solid 1px #c3dcbd;
	}
	.spSearch-childListItem:last-child {
		border-bottom: none;
	}
	.spSearch-childListItem a {
		font-size: 14px;
		color: #222;
		padding: 13px 30px 13px;
		display: block;
		position: relative;
	}
	.spSearch-childListItem a::after {
		content: '';
		width: 5px;
		height: 5px;
		border-right: 2px solid #b2b2b2;
		border-top: 2px solid #b2b2b2;
		position: absolute;
		top: 50%;
		right: 17px;
		margin-top: -5px;
		transform: rotate(45deg);
	}
	
	.addBdr01 {
		border-top: solid 4px #b6d1b0;
	}
	.addBdr02 {
		border-top: solid 2px #eaeaea;
	}
	.addBdr03 {
		border-top: solid 4px #eaeaea;
	}
	.addBdr04 {
		border-top: solid 4px #309E16;
		margin-top: -4px;
	}
	.addMgn01 {
		margin-top: 32px!important;
	}
	.addMgn02 {
		margin-top: 32px;
		padding-top: 32px;
	}
	.wrapBase01-inner {
		width: auto;
	}
	.wrapBase01-innerSp {
		padding: 0 15px;
	}
	.wrapBase01-other {
		width: auto;
	}
	.wrapBase01-other aside + aside {
		margin-top: 30px;
	}
	.titleType01 {
		border-top: solid 4px #309E16;
		border-bottom: solid 1px #eaeaea;
		margin-top: -4px;
		padding: 12px 0;
	}
	.titleType01 i {
		color: #309E16;
		margin-right: 5px;
	}
	.titleType01 img {
		margin-right: 5px;
		width: 16px;
	}
	.titleType02 span {
		border-top: solid 2px #309E16;
		margin-top: -2px;
		padding: 11px 0 0;
	}
	.titleType02 i {
		color: #309E16;
		margin-right: 5px;
	}
	.titleType03 a i {
		color: #309E16;
		margin-right: 4px;
	}
	.titleType04 {
		font-family: "UD新ゴ M";
	}
	.titleType05 {
		font-family: "UD新ゴ M";
		margin-top: 32px;
	}
	.txType01 {
		margin-top: 10px;
	}
	.txType02 {
		margin-top: 10px;
	}
	.txLinkType01 li {
		margin-right: 15px;
	}
	.txLinkType01 i {
		margin-right: 3px;
	}
	.listLink01 {
		margin-top: 16px;
	}
	.listLink01 li {
		margin-bottom: 10px;
		margin-right: 20px;
	}
	.listLink01 li a {
	}
	.listLink02 {
		margin-top: 16px;
		border-bottom: solid 1px #eaeaea;
	}
	.listLink02 li {
		width: 100%;
		border-top: solid 1px #eaeaea;
	}
	.listLink02 li a {
		padding: 10px 10px 8px;
		display: block;
		font-size: 14px;
	}
	body.fontBaseL {
		font-size: 13px;
	}
	.fontBaseL .fontSize2S {
		font-size: 11px;
	}
	.fontBaseL .fontSizeS {
		font-size: 13px;
	}
	.fontBaseL .fontSizeM {
		font-size: 13px;
	}
	.fontBaseL .fontSize2M {
		font-size: 13px;
	}
	.fontBaseL .fontSize3M {
		font-size: 13px;
	}
	.fontBaseL .fontSizeL {
		font-size: 16px;
	}
	.fontBaseL .fontSize2L {
		font-size: 16px;
	}
	.fontBaseL .fontSize3L {
		font-size: 18px;
	}
	.fontBaseL .fontSize4L {
		font-size: 22px;
	}
	body.fontBaseM {
		font-size: 13px;
	}
	.fontBaseM .fontSize2S {
		font-size: 11px;
	}
	.fontBaseM .fontSizeS {
		font-size: 13px;
	}
	.fontBaseM .fontSizeM {
		font-size: 13px;
	}
	.fontBaseM .fontSize2M {
		font-size: 13px;
	}
	.fontBaseM .fontSize3M {
		font-size: 13px;
	}
	.fontBaseM .fontSize4M {
		font-size: 18px;
	}
	.fontBaseM .fontSizeL {
		font-size: 16px;
	}
	.fontBaseM .fontSize2L {
		font-size: 16px;
	}
	.fontBaseM .fontSize3L {
		font-size: 18px;
	}
	.fontBaseM .fontSize4L {
		font-size: 22px;
	}
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
	.only-sp {
		display: none;
	}
	.spMt0 {
		margin-top: 0px!important;
	}
	.spMr0 {
		margin-right: 0px!important;
	}
}

/*@media screen and (max-width:320px) {
	.globalHeader-inner02 .logoBenesse {
		width: 34px;
		padding: 19px 0 0 6px;
	}
	.globalHeader-inner02 .logoMain {
		width: 118px;
		padding: 19px 0 0 21px;
	}
}*/

</pre></body></html>