<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: garden2023
Description: Description
Version: 1.0.0
Text Domain: garden2023
*/

/* # Generic
 Normalize ---------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing ------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Elements ------------ */
table {
	/*margin: 0 0 1.5em;*/
	width: 100%;
}

/* Posts and pages ------------ */
.post,
.page {
	margin: 0 0 1.5em;
}

/* # Utilities
 Accessibility ----------------------*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments ------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Clearings ---------------- */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.wrap:before,
.wrap:after,
.content-area:before,
.content-area:after,
.post-content:before,
.post-content:after,
.entry-content:before,
.entry-content:after,
.site-footer:before,
.site-footer:after
.site-info:before,
.site-info:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.site-header:after,
.wrap:after,
.content-area:after,
.post-content:after,
.entry-content:after,
.site-footer:after,
.site-info:after {
	clear: both;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.cl {
	clear:both;
	}

/* input -------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #0080ce;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/******************************************************************
ã€€ã€€åŸºæœ¬è¨­å®šï¼ˆè¨­å®šã“ã“ã‹ã‚‰ï¼‰
 ******************************************************************/

/* ãƒžã‚¦ã‚¹ãƒ­ãƒ¼ãƒ«ã‚ªãƒ¼ãƒãƒ¼ -------------------------------------- */
a:hover,
a:hover img {opacity:0.8; filter:alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}

/* Links-------------------------------------- */
a {color:#305b2e;text-decoration:none;}
a:visited {color:#305b2e;text-decoration:none;}
a:hover,
a:focus,
a:active {color:#397a37;text-decoration:none;}

.more-link {
	text-decoration: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* ã‚¹ãƒžãƒ›ãƒ»PCåˆ‡ã‚Šæ›¿ãˆ */
.sp {
	margin: 0;
	padding: 0;
	display:block;
	}
.pc580 {
	margin: 0;
	padding: 0;
	display:none;
	}
@media screen and (min-width: 580px) {
.sp {
	margin: 0;
	padding: 0;
	display:none;
	}
.pc580 {
	margin: 0;
	padding: 0;
	display:block;
	}
}
.pc {
	margin: 0;
	padding: 0;
	display:none;
	}

.view-none {
	display:none;
	}

/*placeholderã®æ–‡å­—ã‚µã‚¤ã‚º*/
input[type="search"] {
	border:1px solid #ccc;
	padding:5px 4px;
	font-size:13px;
	}
.zip input[type="text"] {
	border:1px solid #ccc;
	padding:4px;
	font-size:12px;
	}

/* ãƒªã‚¹ãƒˆã‚¹ã‚¿ã‚¤ãƒ« -*/
.entry-content ul {
	margin: 0 0 1.5em 0em;
	padding:0 0 0 2em;
	}
.entry-content ol {
	margin: 0 0 1.5em 0em;
	padding:0 0 0 2em;
	}
.entry-content ul {
	list-style: disc;
	}
.entry-content ol {
	list-style: decimal;
	}
.entry-content li &gt; ul,
.entry-content li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	}
.entry-content ul li {
	margin:0 0 3px 0;
	padding:0;
	font-size:14px;
	}
.entry-content ol li {
	margin:0 0 3px 0;
	padding:0 0 0 3px;
	font-size:14px;
	}

/* ãƒ†ã‚­ã‚¹ãƒˆé–¢ä¿‚------------------------ */
.sans-serif {font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;}
.serif {font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;}
.center {text-align:center;}
.left { text-align: left;}
.right { text-align: right;}

.white {color: #fff;}
.black {color: #000;}
.red {color: #CC0000;}

p.strong {font-weight: bold;}
.underline {text-decoration:underline; }

/* Float (left right)------------------------ */
.floatLeft {float: left;}
.floatLeft10 {float: left; margin-right: 10px;}
.floatLeft20 {float: left; margin-right: 20px;}
.floatRight {float: right;}
.floatRight10 {float: right; margin-left:10px;}


/* ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ------------------------------------- */
 html {
	}
body {
	/*background: #fff;*/
	color:#333;
	text-align:center;
	margin:0;
	font: 14px;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	line-height:1.8;
	}
.site {
	position: relative;
	}
.container {
	margin: 0px 0 0 0;
	padding: 0;
	width:100%;
	height: 100%;

  background-color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 242, 173, 1));
	}
.wrap {
	clear:both;
	margin: 0;
	padding: 20px 10px 0px 10px;
	background-color:transparent;
	}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒšãƒ¼ã‚¸ ãƒ˜ãƒƒãƒ€ãƒ¼ */
.site-header {
	margin:0 0 0px 0;
	padding: 10px 10px 10px 10px;
	position: relative;
	z-index: 1;
	width:100%;
	}
ul.site-branding {
	margin:0;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:100%;
	line-height:1;
	text-align:center;
	list-style:none;
	z-index: 2;
	}
li.logo-area {
	margin: 0 auto 20px auto;
	padding:0;
	}
h1.site-title {
	margin:0 auto;
	padding:0;
	line-height:0;
	max-width:411px;
	}
h1.site-title img {
	margin:0;
	padding:0;
	width:100%;
	line-height:0;
	}
li.freedial-btn {
	margin: 0 auto 10px auto;
	padding:0;
	width:308px;
	}
li.freedial-btn img {
	width:75%;
	}
li.mail-btn {
	margin: 0 auto 10px auto;
	padding:0;
	width:249px;
	}
li.mail-btn img {
	width:75%;
	}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¨ãƒªã‚¢ï¼ˆ.content-areaï¼‰------------ */
.page-template-front-page .content-area {
	margin: 0 auto 20px auto;
	padding: 10px;
	width:100%;
	background:#e60012;
	border-radius:10px;
	}


.page-template-default .content-area,
.page-template-page1column .content-area,
.page-template-page2 .content-area {
	margin: 0 auto 0 auto;
	padding: 0;
	width:100%;
	}
.page-template-default .content-area article .entry-content,
.page-template-page1column .content-area article .entry-content,
.page-template-page2 .content-area article .entry-content {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width:100%;
	text-align:left;
	}

/* #secondaryï¼ˆSidebarï¼‰ ------------- */
.post-type-archive #secondary.widget-area {
	margin-bottom: 20px;
	padding:0 0px 0 0px;
	}
.page-template-page2 #secondary.widget-area {
	margin-bottom: 20px;
	padding:0 0px 0 0px;
	}
#secondary.widget-area .widget {
	background-color:#ffffff;
	margin-bottom: 20px;
	padding:0;
	border-bottom:none;
	text-align:left;
	}
#secondary.widget-area .widget,
#secondary.widget-area .secondary-widget {
	/*margin: 0 10px 20px 10px;*/
	margin: 0 0px 20px 0px;
	}
#secondary.widget-area .widget .secondary-widget {
	/*margin:-10px 0 0 0;*/
	margin:0px 0 0 0;
	}
#secondary.widget-area .widget.widget_search {
	margin:0 -5px;
	padding:0 !important;
	background-color:none;
	/*border:1px solid #E4E6EF;*/
	}

/* â†“ã‚µã‚¤ãƒ‰ãƒãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
.widget-area .widget form {
	margin:4px;
	}
.widget-area .widget h3.widget-title {
	color:#fff;
	margin:0;
	padding:7px 0 6px 0;
	background:#75b3ec;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:1px solid #75b3ec;
	}
.widget-area .widget a h3.widget-title {
	margin-bottom: -20px;
	color: #fff;
	text-decoration:none;
	}
.widget-area .widget.frontend_user_admin h3 a {
	color: #fff;
	text-decoration:none;
	}
.widget-area .widget a:hover h3.widget-title,
.widget-area .widget.frontend_user_admin h3 a:hover {
	color: #ddd;
	text-decoration:none;
	}
.widget-area .secondary-widget {
	margin:0px 0 25px 0;
	}
.widget-area .secondary-widget ul,
.widget-area .widget ul {
	list-style: none;
	margin:0 !important;
	padding:0;
	background:#fff;
	}
.widget-area .secondary-widget li,
.widget-area .widget li {
	list-style: none;
	font-size: 12px;
	line-height: 1.3;
	margin:0 0 5px 0;
	padding:0 !important;
	text-align:left;
	}
.widget-area .widget p,
.widget-area .widget .textwidget {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 1.7;
	}
.widget-area .secondary-widget li a,
.widget-area .widget li a {
	color:#666 !important;
	background:url(images/arraw-o2.gif) no-repeat 10px 17px;
	padding-top:12px;
	padding-left:18px;
	padding-right:10px;
	padding-bottom:12px;
	display: block;
	margin:0px 0 -5px 0px;
	text-decoration: none;
	border-left:1px solid #75b3ec;
	border-right:1px solid #75b3ec;
	border-bottom:1px solid #75b3ec;
	}
.widget-area .secondary-widget li a:hover,
.widget-area .widget li a:hover {
	background:#fff url(images/arraw-r2.gif) no-repeat 10px 17px;
	padding-top:12px;
	padding-left:18px;
	padding-right:10px;
	padding-bottom:12px;
	display: block;
	margin:0px 0 -5px 0px;
	text-decoration: none;
	color:#cc0000 !important;
	}
.widget-area .widget li:first-child a {
	border-top:1px solid #75b3ecs;
	}
.widget-area .widget li:last-child a {
/*	border-bottom:none;*/
	}
.widget-area .widget li ul.sub-menu li {
	border-bottom:none !important;
	}
.widget-area .widget li ul.sub-menu li a {
	color:#666 !important;
	border-bottom:none !important;
	}
.widget-area .widget li ul.sub-menu li a:hover {
	color:#cc0000 !important;
	}
.widget-area .widget li ul.sub-menu li:last-child {
	border-bottom:1px solid #75b3ec !important;
	}
.widget-area .widget li ul li a,
.widget-area .widget li ul li:last-child a {
	background:url(images/arraw-o2.gif) no-repeat 20px 4px;
	padding-left:28px;
	padding-right:10px;
	padding-bottom:12px;
	display: block;
	margin:10px 0 -5px 0px;
	text-decoration: none;
	border-bottom:none;
	}
.widget-area .widget li ul li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 20px 4px;
	padding-left:28px;
	padding-bottom:12px;
	margin:10px 0 -5px 0px;
	}
.widget-area .widget ul li ul.sub-menu li {
	margin:-10px 0 -5px 0;
	padding:0 0 5px 0;
	}
.widget-area .widget ul li ul.sub-menu li a {
	background:url(images/arraw-o2.gif) no-repeat 30px 18px;
	padding-left:38px;
	padding-bottom:7px;
	display: block;
	text-decoration: none;
	}
.widget-area .widget ul li ul.sub-menu li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 30px 18px;
	padding-left:38px;
	}
.widget-area .widget li ul li ul li a {
	color:#0088cc;
	background:url(images/arraw-o2.gif) no-repeat 30px 4px;
	padding-left:38px;
	padding-right:10px;
	padding-bottom:7px;
	display: block;
	margin:10px 0 5px -24px;
	text-decoration: none;
	border-bottom:1px solid #e1e1e1;
	}
.widget-area .widget li ul li ul li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 30px 4px;
	padding-left:38px;
	margin:10px 0 -5px 0px;
	}
.widget-area .widget_categories li a,
.widget-area .widget_categories li a:hover {
	display: inline;
	border-bottom:none;
	}
.widget-area .widget_categories li {
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #ccc;
	}
.widget-area .widget li:last-child a:hover {
/*	border-bottom:none;*/
	}
.widget-area .widget p {
	margin-bottom: 14px;
	}
.widget-area .textwidget ul {
	list-style: none;
	margin: 0 0 14px;
	}

/* NEWSä¸€è¦§ãƒœã‚¿ãƒ³ */
.myButton {
	margin: 5px auto 0px auto;
	text-align:center;
	border:1px solid #ffdddd;
	border-radius:5px;
	}
.myButton a {
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	font-size:13px;
	font-weight:bold;
	padding: 1px 5px 2px 5px;
	text-decoration:none;
	text-align:center;
	}
.myButton a {
	width:110px !important;
	}
.myButton a:hover {
	background-color:#ff0000;
	}

/* ãƒ†ã‚­ã‚¹ãƒˆ ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆ ----- */
.widget-area aside[id*=text] {
padding:0 0 0 0;
	}
.widget-area aside[id*=text] img {
/*margin:3px 0 -3px -1px;*/
	}

/* ã‚µã‚¤ãƒ‰ãƒãƒ¼ ãƒœã‚¿ãƒ³ ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆ ----- */
.widget-area .textwidget p {
	text-align:center;
	}

/* ãƒ•ãƒƒã‚¿ãƒ¼ --------------------------------- */
/* footerãƒ»footerå†… */
footer[role="contentinfo"] {
	clear: both;
	padding-top:0px;
	padding-bottom:0 !important;
	margin:10px 0 0 0;
	}
#colophon {
	clear: both;
	margin-top: 0;
	margin-bottom:0;
	padding: 0;
	color:#fff;
	}
/* Footerï¼ˆã‚«ã‚¹ã‚¿ãƒ&nbsp;ãƒ¡ãƒ‹ãƒ¥ãƒ¼ï¼‰ä¸Šéƒ¨ ---------------- */
#footerUpper {
	clear: both;
	padding: 0;
	margin: 0;
	}
#footerUpper div.footerUp-inner {
	padding: 15px 10px 10px 10px;
	margin: 0;
	}
ul.foot_address {
	margin:0 auto;
	padding: 0;
	width:100%;
	text-align:center;
	list-style:none;
	}
ul.foot_address li {
	margin: 0 auto;
	padding: 0;
	max-width:369px;
	}
ul.foot_address li img {
	margin: 0;
	padding: 0;
	width:100%;
	}
ul.foot_address li.f-logo {
	max-width:600px;
	}
ul.foot_address li.f-logo p {
	color:#333;
	margin: 0 auto 10px auto;
	padding: 0;
	font-size:12px;
	line-height:1.7;
	}
ul.foot_address li.f-logo img {
	width:100%;
	}

/* site-info ï¼ˆã‚¯ãƒ¬ã‚¸ãƒƒãƒˆï¼‰----- */
.site-footer .site-info {
	clear: both;
	color:#333;
	padding:0;
	margin:0;/**/
	width:100%;
	position: relative;
	overflow:hidden;
	}
.site-info p#credit {
	clear: both;
	font-size:12px !important;
	color:#333;
	padding:5px 0 20px 0;
	margin:0 0 0 0;
	text-align:center;
	}
.site-info p#credit span {
	font-size:20px !important;
	vertical-align:middle;
	}

/*å›ºå®šãƒšãƒ¼ã‚¸ã‚¿ã‚¤ãƒˆãƒ«èƒŒæ™¯*/
.page-template-default .headbg-area,
.page-template-page1col-inquiry .headbg-area,
.page-template-page1column .headbg-area,
.page-template-page2 .headbg-area {
	margin: 0px 0 0px 0;
	padding: 0;
	width:100%;
	position:relative;
	height:230px;
	text-align:left;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;

-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
	}

.page-template-page1col-inquiry .headbg-area {
	margin: 0px 0 0 0;
	padding: 0;
	width:100%;
	background:url(images/contact-headbg.jpg) no-repeat center bottom;
	background-size: cover; 
	height:140px;
	}
.page-template-page1col-inquiry .headbg-area .headname-area h1.entry-title {
	color:#fff !important;
	font-weight:bold;
	font-size:20px;
	border:0;
	text-align:center;
	}
.page-template-page2 .headbg-area,
.page-template-default .headbg-area {
	background:#006478;
	}
.page-template-default .headbg-area .entry-header,
.page-template-page1col-inquiry .headbg-area .entry-header,
.page-template-page1column .headbg-area .entry-header,
.page-template-page2 .headbg-area  .entry-header {
	margin:0;
	padding: 0;
	width:100%;
	line-height:1.3;
	position:relative;
	}
.page-template-default .headbg-area .headname-area,
.page-template-page1column .headbg-area .headname-area,
.page-template-page2 .headbg-area .headname-area {
	margin: 0 0px 0 0px;
	padding: 10px 20px 20px 20px;
	height:130px;
	line-height:1.3;
	}
.page-template-default .entry-header,
.page-template-page1column .entry-header,
.page-template-page2 .entry-header {
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius: 0;
	outline:none;
	}
.page-template-default .entry-header h1.entry-title,
.page-template-page1column .entry-header h1.entry-title,
.page-template-page2 .entry-header h1.entry-title {
	color:#333;
	font-size:22px;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
	}
.entry-header h1.entry-title span {
	font-size:18px;
	}

/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ ------------------*/
#breadcrumb {
/*	background:#fff;*/
	padding:1px 2px 2px 5px;
	margin-bottom:15px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:left;
	}
#breadcrumb ul {
	list-style: none;
	font-size:11px;
	margin: 0px;
	padding: 2px 0px 0px 10px;
/*	letter-spacing:-0.4em;*/
	}
#breadcrumb ul li {
	color:#666;
	display: inline-block;
	letter-spacing:normal;/*éš™é–“ã‚’ãªãã™*/
	*display: inline;
	*zoom: 1;
	}
#breadcrumb ul li a {
	text-decoration: none;
	color:#666;
	}
#breadcrumb ul li a:hover {
	text-decoration: none;
	color:#67c574;
	}
.nocomments {
	display: none;
	}

.post-type-archive-news .wrap {
	padding:30px 10px 30px 10px;
	}
.search-results .wrap,
.single-news .wrap {
	padding:30px 10px 30px 10px;
	}
.search-no-results .wrap {
	padding:30px 10px 30px 10px;
	}

/* page-top ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã«æˆ»ã‚‹ ------------------ */
#page-top {
	display:block;
	position: fixed;
	right: 0px;
	font-size: 10px;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	font-weight:bold;
	width: 60px;
	height: 50px;
	border-radius: 10px 0 0 10px;
	background-color: #999;
	z-index: 2147483647;
	opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter:alpha(opacity=80);
	}
#page-top span {
	font-size: 28px;
	}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 11px 0 0 0;
	text-align: center;
	line-height:1;
	display: block;
	width: 60px;
	height: 50px;
	border-radius: 10px 0 0 10px;
	background-color: #999;
	}
#page-top a:hover {
	text-decoration: none;
	background: #00903b;
	}

/* ã€Œç¶šãã‚’èª­ã‚€ã€ãƒœã‚¿ãƒ³ ---------------------- */
.content-area dl dd .more-link,
.entry-summary .more-link,
.entry-content .more-link {margin:5px 0 10px 0;
border:1px solid #afcef9;-webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;font-size:11px;font-family:arial, helvetica, sans-serif; padding: 1px 3px 1px 3px;font-weight:bold; text-decoration:none;text-align: center; color: #333; background-color: #fff;
display:block;
	}

.content-area dl dd .more-link:hover,
.entry-summary .more-link:hover,
.entry-content .more-link:hover {
 border:1px solid #b6c7cc; background-color: #EAEFF5;
	}

.content-area dl dd .more-link a,
.entry-summary .more-link a,
.entry-content .more-link a {
	display:block;
	padding: 2px 3px 2px 3px;
	color: #336699 !important;
	}
.content-area dl dd .more-link a:hover,
.entry-summary .more-link a:hover,
.entry-content .more-link a:hover {
	display:block;
	padding: 2px 3px 2px 3px;
	color: #cc0000 !important;
	}

/* NEWS----------------------------------- */
/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ */
dl.top-column {
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
	}
dl.top-column dt.title-box {
	margin: 0 auto 5px auto !important;
	color:#fff;
	width:100%;
	text-align:center;
	font-weight:bold;

	position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  sdisplay: flex;

  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	}
dl.top-column dt.title-box div {
	padding: 0px !important;
	}
dl.top-column dt.title-box a.plink_btn {
	margin: 0 !important;
	padding: 10px 40px 1px 40px;
	width:100%;
	cursor: pointer;
	}

dl.top-column dd.cont-column {
	margin: 0;
	padding: 0;
	width:100%;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ */
.top-content-box {
	width:100%;
	margin: 0 auto 0px auto;
	padding: 5px 0 0 0;
	border-top:1px dotted #444;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ï¼ˆã‚¨ãƒªã‚¢ï¼‰ ----------- */
.page-template-front-page #top-info {
	width:100%;
	margin:0 0 0 0 !important;
	padding: 10px 0px 0px 0px;
	position: relative;
	background:#fff !important;
	}
#top-info h3.info-title {
	margin: 20px 0 5px 0 ;
	padding: 0 10px;
	color:#251e1c;
	text-align:left;
	}
#top-info h3.info-title img {
	margin: 0 auto !important;
	padding:0;
	width:200px;
	}
#top-info h3.info-title a {
	color:#251e1c;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ï¼ˆå†…å®¹ï¼‰  ******/
#top-info .info-box {
	color:#251e1c !important;
	max-width:100%;
	margin: 0;
	padding: 0;
	text-align:left;
	background:#fff;
	}
#top-info .info-box .post-content {
	margin: 0 0 10px 0;
	padding: 0 0px;
	}
#top-info .info-box .post-content .entry-content {
	margin: 0;
	padding: 0;
	}
#top-info .info-box .post-content .entry-content ul.news {
	margin:0;
	padding: 0;
	list-style:none !important;
	}
#top-info .info-box .post-content .entry-content ul.news li {
	margin:0 0 5px 0;
	padding: 0 10px 5px 10px !important;
	list-style:none !important;
	border-bottom:1px dotted #444;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
	}
#top-info .info-box .post-content .entry-content ul.news li p {
	margin:0 !important;
	padding:0 !important;
	}
#top-info .info-box .post-content .entry-content ul.news li p.outline span.date {
	margin:0 0 0px 0 !important;
	font-size:11px !important;
	color:#251e1c !important;
	}
.page-template-front-page #top-info h2.entry-toptitle,
.post-type-archive-news #top-info h2.entry-toptitle {
	border:none !important;
	border-radius: 0;
	padding:0 0 0 0 !important;
	margin:0 auto 0px 0 !important;
	color:#251e1c;
	font-size:13px !important;
	font-weight:normal;
	line-height:1.3;
	text-align:left;
	background:#fff;
	}
#top-info h2.entry-toptitle a {
	color:#251e1c;
	text-decoration:none;
	}
#top-info h2.entry-toptitle a:hover {
	color:#999;
	text-decoration:none;
	}
#top-info .post-content .entry-content {
	margin:0 !important;
	padding: 0;
	text-align:left;
	}
#top-info .post-content .entry-content p {
	color:#333;
	margin:5px 0 5px 0;
	padding:0;
	font-size:12px !important;
	line-height:1.3;
	}
/* news æ—¥ä»˜ */
#top-info .outline {
	background:none;
	border:none;
	padding:0;
	margin:0 0 3px 0 !important;
	font-size:12px !important;
	text-align:left !important;
	}
.outline span.date {
	font-size:12px !important;
	color:#251e1c !important;
	}
/* NEWã‚’è¡¨ç¤º */
span.top-new {
	margin:0 5px 0 5px;
	padding:1px 4px 1px 4px;
	background-color:#ee0000;
	color:#fff;
	font-size:9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.post-type-archive-news .entry-content h2.entry-toptitle {
	background:none;
	border:none !important;
	margin:0 0 10px 0 !important;
	color:#333;
	font-size:17px !important;
	font-weight:normal !important;
	line-height:1.3;
	}

/* ã€ŒNEWSã€ä¸€è¦§ãƒšãƒ¼ã‚¸ ---------------------- */
.single-news h3.info-title,
.post-type-archive-news #top-info h3.info-title {
	color:#fff !important;
	margin:0 0 10px 0;
	padding: 8px 5px 5px 5px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	background:#00903b !important;
	width:100%;
	-webkit-border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
	outline:1px solid #9bc6bf;
	outline-offset:-4px;
	}
.post-type-archive-news #top-info .info-box {
	margin:0 0 10px 0;
	padding: 0 !important;
	width:100%;
	border:none;
	}
.post-type-archive-news #top-info .post-content {
	margin:0 0 0px 0;
	padding:10px 10px 5px 10px;
	border-bottom:1px dotted #aaa;
	}
.post-type-archive-news #top-info .post-content .entry-content {
	border:none;
	padding:0;
	}
.post-type-archive-news #top-info .post-content .entry-content h2.entry-toptitle {
	margin:0 0 6px 0 !important;
	padding:3px 0 3px 5px !important;
	font-size:13px;
	background:#f8f8f8;
	border-left:4px solid #ccc !important;
	}
.post-type-archive-news #top-info .post-content .entry-content h2.entry-toptitle a {
	padding:3px 0 3px 5px !important;
	font-size:16px;
	color:#333;
	}
.post-type-archive-news #top-info .post-content .entry-content h2.entry-toptitle a:hover {
	font-size:16px;
	color:#999;
	}
.post-type-archive-news #top-info .post-content p {
	margin:0 0 0px 0;
	padding:0 0 5px 0;
	font-size:12px;
	line-height:1.7;
	}
.post-type-archive-news #top-info .post-content .outline {
	margin:0 0 3px 0;
	padding:0;
	}
/*NEWã‚’è¡¨ç¤º*/
span.list-new {
	margin:0 0 0 5px;
	padding:1px 4px 1px 4px;
	background-color:#ee0000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	vertical-align:baseline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	}

/* ã€ŒNEWSã€è©³ç´°ãƒšãƒ¼ã‚¸ ---------------------- */
.single-news h3.info-title {
	color:#fff;
	margin:0 0 10px 0;
	padding: 6px 5px 3px 5px;
	font-size:18px;
	font-weight:normal;
	background:#6195CD;
	width:100%;
	}
.single-news .newsbox {
	padding: 5px 15px 15px 15px;
	background:#fff;
	}
.single-news .outline {
	margin:0 0 2px 0;
	text-align:left;
	}
.single-news .entry-content {
	margin:0 0 2px 0;
	text-align:left;
	}
.single-news .entry-header h2.entry-title {
	margin:0 0 25px 0;
	padding:4px 0 3px 10px;
	font-size:17px;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	font-weight:normal;
	text-align:left;
	border-radius: 0;
	border: 0;
	border-top:1px dotted #ccc;
	border-left:10px solid #ccc;
	background:#f8f8f8;
	}
.single-news .entry-content .eyecatch-area {
	margin: 0 auto 10px auto;
	padding:0;
	text-align:center;
	}
.single-news .entry-content .eyecatch-area img {
	margin: 0;
	padding:0;
	width:100%;
	}

/* ç¹°ã‚Šè¿”ã—ç”»åƒè¡¨ç¤º ------------------------------ */
.entry-content div.photo_repeat-area {
	clear:both;
	padding:0;
	margin:0 0 15px 0;
	text-align:center;
	/*border-bottom:1px dotted #ccc;*/

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;

	}
.entry-content .photo-box,
.entry-content .photo_repeat-area .photo-box {
	/*display:inline-block;*/
	padding:0;
	margin:0 10px 20px 10px;
	line-height:1;
	max-width:240px;
	text-align:center;
	}
.entry-content .photo-box img,
.entry-content .photo_repeat-area .photo-box img {
	padding:0;
	margin:0;
	width:100%;
	}
.entry-content .photo_repeat-area .photo-box p {
	color:#333;
	padding:2px 0 0 0;
	margin:0;
	font-size:12px !important;
	line-height:1.3;
	text-align:left;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸å…¥åŠ›ã‚¨ãƒªã‚¢ #top-content --------- */
#top-content {
	width:100%;
	margin: 0px;
	padding:0;
	text-align:left;
	}
#top-content p {
	margin-top:0 !important;
	padding:0 0 10px 0;
	}

/* ==================================
ã€€å€‹åˆ¥ãƒšãƒ¼ã‚¸ 
==================================== */
/* å›ºå®šãƒšãƒ¼ã‚¸ */
.entry-header h1.entry-title {
	clear: both;
	color:#333;
	margin:0 0 20px 0;
	padding:3px 4px 1px 10px;
	font-size:18px;
	font-weight:normal;
-moz-font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt" 1;/* ãƒ—ãƒ­ãƒãƒ¼ã‚·ãƒ§ãƒŠãƒ«ãƒ¡ãƒˆãƒªã‚¯ã‚¹ */
	border:1px solid #ccc;
	text-align:left;
	}
.entry-header h1.entry-title span {
	font-size:15px;
	}

/* å›ºå®šãƒšãƒ¼ã‚¸ã€€æœ¬æ–‡ --------------------------- */
.page-template-page1column .entry-content p,
.page-template-front-page .entry-content  p,
.page-template-default .entry-content p,
.page-template-page2-php .entry-content p {
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	line-height:1.8;
	background-color:transparent;
	text-indent: 0;
	text-align:left;
	}
.content-inner_area {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	}
/* ----------------------------------------
 ãƒ†ãƒ¼ãƒ–ãƒ«
 ----------------------------------------*/
/* table00 ï¼ˆTinyMCEï¼‰ ------------------ */
.entry-content table {
	border:1px solid #becbdc;
	margin:5px 0 10px 0;
	font-size:12px;
	line-height:1.5;
	text-align: center;
	}
.entry-content table thead tr td {
	color:#333;
	border:1px solid #becbdc;
	background:#f8f8f8;
	padding:3px;
	font-size:12px;
	line-height:1.5;
	font-weight:normal;
	text-align: center;
	vertical-align:middle;
	}
.entry-content table tr th,
.entry-content table tr td.thead {
	color:#333;
	border:1px solid #becbdc;
	background:#f8f8f8;
	padding:3px;
	font-size:12px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table tbody tr td {
	color:#333;
	border:1px solid #becbdc;
	padding:3px;
	font-size:12px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	}

/* ã‚­ãƒ£ãƒ—ã‚·ãƒ§ãƒ³ */
.wp-caption-text {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5;
	}

/*------------------------------------------------
 ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸
 ------------------------------------------------- */
/* â†“ãƒˆãƒƒãƒ—ç”»åƒï¼ˆ#topslideï¼‰ */
.head-img-area {
	display:block;
	clear:both;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	line-height:0;
	position: relative;
	z-index: 100;
	}
.slide-img {
	background-image: url('images/top-img-bg@2x.png');
	background-size: cover; 
	background-position: center center;

	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	}
.logo_catch_box {
	margin: 0 auto;
	padding: 0;
	width:100%;
	}
.logo_catch_box img {
	width:100%;
	}

/*------------------------------------------------
 ãŠå•ã„åˆã‚ã›ãƒ»å¾¡è¦‹ç©ãƒšãƒ¼ã‚¸
 ------------------------------------------------- */
/* ãŠå•ã„åˆã‚ã› mw-wp--form ------------------- */
.mw_wp_form table.mw-wp {
	border:none;
	margin:0 auto 10px auto;
	padding:0 10px;
	display:block;
	width:100%;
	background:#fff;
	}
.mw_wp_form table.mw-wp tbody {
	border:none;
	width:100% !important;
	margin:0;
	padding:0;
	}
.mw_wp_form table.mw-wp tr {
	display:inline-block;
	border:none;
	width:100%;
	}
.mw_wp_form table.mw-wp tr th {
	border:none;
	padding:5px 5px 3px 5px;
	margin:0 0 0px 0;
	display:block;
	text-align: left;
	font-weight: bold;
	font-size:13px;
	color:#333;
	background:none !important;
	border:none;
	border-top:2px dotted #e8e8e8 !important;
	}
.mw_wp_form table.mw-wp tr th .caution {
	margin:0;
	padding:0;
	font-size:11px !important;
	font-weight: normal;
	line-height:1.3;
	}
.mw_wp_form table.mw-wp tr td {
	border:none;
	display:block;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	border:none;
	border-top:2px dotted #e8e8e8 !important;
	}
.mw_wp_form table.mw-wp tr td p {
	font-size:13px;
	}
.mw_wp_form table.mw-wp tr td.adrs select {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td span {
	font-size:10px;
	}
div.mw_wp_form table.mw-wp .req {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	}
.mw_wp_form table.mw-wp tr td label {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td label input[type="radio"] {
	margin:0 4px 0 0 !important;
	padding:4px 2px 0px 2px !important;
	font-size:11px !important;
	vertical-align:middle;
	}
.mw_wp_form table.mw-wp tr td label .mwform-radio-field-text {
	margin:0 !important;
	padding:0 !important;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td select option {
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp input[type="text"] {border: 1px solid #ccc;width:100%; font-size:14px !important; padding:10px 10px;}
.mw_wp_form table.mw-wp td.tel input[type="text"] {border: 1px solid #ccc;width:15% !important;}
.mw_wp_form table.mw-wp td.zip input[type="text"] {border: 1px solid #ccc;width:15%;}
.mw_wp_form table.mw-wp td.address input[type="text"] {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp input:focus[type="text"] {background-color: #e4faff !important;}
.mw_wp_form input[type="submit"] {border: 1px solid #aaa; padding:4px 20px;}
.mw_wp_form table.mw-wp textarea {border: 1px solid #ccc;width:100%;padding:10px 10px;}
.mw_wp_form table.mw-wp textarea:focus {background-color: #e4faff !important;}
.mw_wp_form table.mw-wp span.mwform-checkbox-field label {font-size: 14px !important;}/*ã€€åŒæ„ã™ã‚‹ã€€*/
.mw_wp_form table .mwform-checkbox-field-text {font-size: 14px !important;}/*ã€€åŒæ„ã™ã‚‹ã€€*/
/* ã€Œç¢ºèªç”»é¢ã¸ã€ã€Œé€ä¿¡ã€ãƒœã‚¿ãƒ³ */
.entry-content input[type="button"],
.entry-content input[type="submit"] {
	white-space:nowrap;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	color: #333;
	background-color: #dce6f3;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -ms-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -webkit-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -o-linear-gradient(top, #dce6f3, #cedbed);
	background-image: linear-gradient(top, #dce6f3, #cedbed);
	border: 1px solid #8cacd6;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	}
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:hover {
	white-space:nowrap;
	color: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -ms-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -webkit-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -o-linear-gradient(top, #2b61a7, #174d7e);
	background-image: linear-gradient(top, #2b61a7, #174d7e);
	border: 1px solid #174d7e;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	}

p.note {font-size:13px !important;}

/* wp-pagenavi ------------------------------------ */
.wp-pagenavi {
	padding:0;
	margin:15px 0 30px 0;
	letter-spacing:normal;
	}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.page,
.wp-pagenavi span.pages {
	border:1px solid #b2d56e;
	}
.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi a:hover.page {
	border:1px solid #6fba2c;
	}
.wp-pagenavi span.current {
	color:#fff;
	background:#6fba2c;
	border:1px solid #6fba2c;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸å„ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ -------------------*/

/* .sec01 */
.sec01 {
	margin:0;
	padding:0;
	width:100%;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 

	}
.sec01 div.feature-area {
	margin:0 auto 20px auto !important;
	padding:10px 10px 10px 10px;
	width:98%;
	border:1px solid #26ac39;
	background:#fff;
	box-shadow:10px 10px 0px 0px #26ac39;
	}
.sec01 div.feature-area ul {
	margin:0;
	padding:0;
	list-style:none;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;

	}
.sec01 div.feature-area ul li {
	margin:0 auto;
	padding:0;
	max-width:148px;
	}
.sec01 div.feature-area ul li img {
	margin:0;
	padding:0;
	width:100%;
	}

/* Youtubeå‹•ç”» --------------------------- */
.sec01 .youtube-mov {
	margin:30px auto 0 auto;
	width:320px;
	}
.sec01 .youtube-mov iframe {
	margin:0 auto;
	width:100%;
	}

/* .sec02 */
.sec02 {
	margin:0;
	padding: 20px 0;
	width:100%;
	}
.sec02 p {
	margin:0;
	padding: 0;
	width:100%;
	font-size:15px !important;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	line-height:1.8;
	}

/* .sec03 */
.sec03 ul {
	margin:0;
	padding: 0 0 20px 0;
	width:100%;
	list-style:none;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}

.sec03 ul li {
	margin: 0 auto 30px auto;
	padding: 0;
	max-width:442px;
	}
.sec03 ul li img {
	margin: 0 ;
	padding: 0;
	width:100%;
	}

/* .sec04ãƒ» .sec10*/
.sec04 {
	margin:0 0 30px 0;
	padding: 0 30px 0 30px;
	width:100%;
	}
.sec10 {
	margin:0 0 0px 0;
	padding: 0 30px 0 30px;
	width:100%;
	}
.sec04 .req-area,
.sec10 .req-area {
	margin:0;
	padding: 10px;
	border: 10px solid #8fc322;
	background:#00903b;
	width:100%;
	border-radius:20px;
	}
.sec04 .req-area p,
.sec10 .req-area p {
	margin:0;
	padding:0;
	color:#fff;
	font-size:18px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	line-height:1.6;
	}
.sec04 .req-area p span,
.sec10 .req-area p span {
	color:#fff;
	font-size:24px;
	}

/* .sec05 */
.sec05 {
	margin:0 0 30px 0 !important;
	padding: 0 30px 0 30px;
	width:100%;
	}
.sec05 .greeting {
	margin:0;
	padding: 0 0 20px 0;
	border:2px solid #00a95f;
	background:#fff;
	}
.sec05 .greeting h3.g-title {
	margin:0;
	padding: 5px;
	color:#fff;
	background:#00a95f;
	font-size:22px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	border-radius:0px;
	}
.sec05 .greeting ul.greeting-area {
	margin:20px 0 0 0;
	padding: 0 20px 0 20px;
	list-style:none;
	width:100%;
	}
.sec05 .greeting ul.greeting-area li.delegate-photo {
	margin:0 auto 10px auto;
	padding: 0;
	max-width:270px;
	}
.sec05 .greeting ul.greeting-area li.delegate-photo img {
	margin:0;
	padding: 0;
	width:100%;
	}
.sec05 .greeting ul.greeting-area li.g-script {
	margin:0;
	padding: 0;
	width:100%;
	}
.sec05 .greeting ul.greeting-area li.g-script p {
	margin:0;
	padding: 0;
	font-size:14px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	line-height:1.7;
	width:100%;
	}

/* .sec06 */
.sec06 {
	margin:0 10px 40px 10px !important;
	padding: 0 !important;
	background:#fff;
	box-shadow:0px 0px 10px 10px #fff;
	border-radius:10px;
	}
.sec06 h3.worry-title {
	margin:0 0 20px 0;
	padding: 2px;
	color:#fff;
	background:#4eb681;
	box-shadow:0px 0px 10px 5px #4eb681;
	font-size:22px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	border-radius:8px;
	}
.sec06 .inner-box {
	margin: 0;
	padding: 0 20px 0 20px !important;
	}
.sec06 .inner-box .worry-txt {
	margin:0 auto 20px auto;
	padding: 0;
	text-align:left;
	width:100%;
	}
.sec06 .inner-box .worry-txt ul.worry {
	margin:10px 0 0 30px;
	padding: 0;
	color:#00497e;
	text-align:left;
	list-style:none;
	}
.sec06 .inner-box .worry-txt ul.worry li.n01 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n01::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no1.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n02 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n02::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no2.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n03 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n03::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no3.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n04 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n04::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no4.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n05 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n05::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no5.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n06 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n06::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no6.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n07 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n07::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no7.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-txt ul.worry li.n08 {
	margin:0 0 10px 0;
	padding: 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	}
.sec06 .inner-box .worry-txt ul.worry li.n08::before {
	margin: 0 0 0 -50px;
	padding: 0 0 0 20px;
	content: url("images/no8.png");
	margin-right:5px;
	position: absolute;
	top: -3px;
	}
.sec06 .inner-box .worry-illust {
	margin:0 auto;
	padding: 0;
	max-width:263px;
	}
.sec06 .inner-box .worry-illust {
	width:100%;
	}

/* .sec07 */
.sec07 {
	margin:0 10px 30px 10px !important;
	padding: 0 !important;
	}
.sec07 h3.manner {
	margin:0 auto 30px auto;
	padding: 5px;
	color:#dc1716;
	font-size:22px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	background:none;
	border-radius:0px;
	border-bottom: 2px solid #dc1716;
	width:50%;
	}
.sec07 ul.m-example {
	margin:0;
	padding:0;
	width:100%;
	list-style:none;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
	}
.sec07 ul.m-example li {
	margin:0 auto 20px auto;
	padding:0;
	}

/* .sec08 */
.sec08 {
	margin:0 0px 40px 0px !important;
	padding: 0 0px 20px 0px !important;
	border: 1px solid #dc1716;
	background:#fff;
	}
.sec08 h3.campaign {
	margin:0 auto 30px auto;
	padding: 5px;
	color:#fff;
	font-size:22px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	background:#dc1716;
	border-radius:0px;
	}
.sec08 .campaign-content {
	margin: 0 auto;
	padding: 0 10px;
	} 
.sec08 .campaign-content img {
	margin: 0;
	padding: 0;
	width:100%;
	} 

/* .sec09 */
.sec09 {
	margin:0 0px 40px 0px !important;
	padding: 0 0px 20px 0px !important;
	border: 2px solid #00a95f;
	background:#fff;
	}
.sec09 h3.faq {
	margin:0 auto 30px auto;
	padding: 5px;
	color:#fff;
	font-size:22px !important;
	font-weight:bold;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	text-align:center;
	background:#00a95f;
	border-radius:0px;
	}
.sec09 ul.faq-qa {
	margin:10px 0 0 30px;
	padding: 0 45px 0 25px !important;
	text-align:left;
	list-style:none;
	width:100%;
	}
.sec09 ul.faq-qa li.faq-q{
	color:#192350;
	margin:0 0 15px 0;
	padding: 0 0 2px 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-radius:0 0 10px 0;
	max-width:400px;
	box-shadow: 3px 3px 3px #e8e8e8;
	}
.sec09 ul.faq-qa li.faq-q::before {
	margin: 0 0 0 -65px;
	padding: 0 0 0 20px;
	content: url("images/qa-q.png");
	margin-right:15px;
	position: absolute;
	top: 5px;
	}
.sec09 ul.faq-qa li.faq-a {
	color:#231815;
	margin:0 0 15px 0;
	padding: 0 0 2px 0;
	font-size:15px;
	text-align:left;
	line-height:1.7;
	position: relative;
	width:100%;
	}
.sec09 ul.faq-qa li.faq-a::before {
	margin: 0 0 0 -65px;
	padding: 0 0 0 20px;
	content: url("images/qa-a.png");
	margin-right:15px;
	position: absolute;
	top: 5px;
	width:100%;
	}

/* æž&nbsp;å›²ã¿ -------------------------------------------*/
.frame-bg00 {/*ãƒœãƒ¼ãƒ€ãƒ¼:æ·¡é’*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 15px 1px 15px;
	border:1px solid #72a826;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.frame-bg01 {/*èƒŒæ™¯:æ·¡é’*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 15px 1px 15px;
	background:#E0F5F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.frame-bg02 {/*èƒŒæ™¯:æ¿ƒé’*/
	color:#fff;
	margin:0 0 20px 0;
	padding:15px 15px 1px 15px;
	background:#74C2D3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.frame-bg03 {/*èƒŒæ™¯:æ·¡æ©™*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 15px 1px 15px;
	background:#FFEEBD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

/*------------------------------------------------
è¦‹å‡ºã— h1ã€œh6
 ------------------------------------------------- */
/* h1 */
.entry-content h1 {
	clear:both;
	position: relative;
	color: #326d30;
	margin:0 0 25px 0;
	padding:15px 10px 13px 20px;
	background-color: #ffffff;
	font-size:20px;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	line-height:1.4;
	border:1px solid #326d30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:1px solid #326d30;
	outline-offset:-5px;
	}

/* h2 */
.entry-content h2 {
	clear:both;
	color:#2d512c;
	font-size:17px;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3','Hiragino Mincho Pro','MS Pæ˜Žæœ','MS PMincho',serif;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:10px 0px 7px 8px;
	line-height:1.5;
	background:#f6f7f8;
	border-left: 6px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
	}
.entry-content h2 span {
	font-size:15px;
	}

/* h3 */
.entry-content h3 {
	clear:both;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	background:#448940;
	margin:0 0 20px 0;
	padding:5px 10px 4px 20px;
	line-height:1.5;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	text-align:center;
	}
.entry-content h3 span {
	font-size:15px;
	}

/* h4 */
.entry-content h4 {
	clear:both;
	color:#333;
	font-size:17px;
	font-weight:bold;
	border:1px solid #bbb;
	margin:0 0 20px 0;
	padding:5px 2px 5px 10px;
	background: #ffffff;
	line-height:1.5;
	}
.entry-content h4 span {
	font-size:14px;
	}

/* h5 */
.entry-content h5 {
	clear:both;
	color:#333;
	font-size:16px;
	font-weight:bold;
	border-top:2px dotted #059600;
	border-bottom:2px dotted #059600;
	margin:0 0 25px 0;
	padding:4px 2px 1px 4px;
	line-height:1.5;
	}
.entry-content h5 span {
	font-size:14px;
	}

/* h6 */
.entry-content h6 {
	clear:both;
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding: 0;
	line-height:1.3;
	text-align:left;
	border-bottom:2px dotted #ccc;
	}


/**********************************************************
  Media queriesã€€768px
***********************************************************/
/* Minimum width of 768 pixels. -------------------- */
@media print, screen and (min-width:768px) {
/* ã‚¹ãƒžãƒ›ãƒ»PCåˆ‡ã‚Šæ›¿ãˆ */
.sp {
	margin: 0;
	padding: 0;
	display:none;
	}
.pc {
	margin: 0;
	padding: 0;
	display:block;
	}

body {
	color: #333;
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	}

/* 1ã‚«ãƒ©ãƒ&nbsp; */
.wrap {
	clear:both;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 30px 10px 0px 10px !important;
	background-color: transparent;
	}
/* 1ã‚«ãƒ©ãƒ&nbsp; */
.wrap .content-area {
	width: 100%;
	margin: 0 0 20px 0 !important;
	padding: 10px 10px 15px 10px;
	}
.post-type-archive-news .wrap .content-area,
.single-news .wrap .content-area {
	width:100%;
	}

/* 2ã‚«ãƒ©ãƒ&nbsp; */
.page-template-page2 .wrap {
	clear:both;
	max-width: 1000px;
	margin: 0px auto;
	padding: 30px 10px 30px 10px !important;
	background-color: transparent;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}

.page-template-page2 .wrap .content-area {
	padding:0;
	margin: 0;
	width: 75%;/* 750Ã·1000 */
	}

/* Side Bar ï¼ˆ2Column ï¼‰ */
.page-template-page2 .wrap .widget-area {
	padding:0px 0 0 0;
	margin: 20px 0 0 0;
	width: 23%;/*230Ã·1000 */
	}
.page-template-page2 .wrap .widget-area,
.single-news .wrap .widget-area,
.post-type-archive-news .wrap .widget-area {
	padding:0;
	margin: 0;
	width: 23%;/*230Ã·1000 */
	}
.page-template-page2-php .entry-content p {
	margin: 0;
	font-size:16px;
	line-height:1.8;
	background:none;
	}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ ï¼ˆ#primaryï¼‰ */
.content-area article.type-page .entry-content {
	padding:10px;
	}

/* #secondaryï¼ˆSidebarï¼‰ --------- */
#secondary.widget-area .widget {
	background-color:#ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:0;
	border-bottom:none;
	text-align:left;
	}

/* footerãƒ»footerå†… */
#colophon {
	clear: both;
	margin-top:0px;
	}
.page-template-front-page #colophon {
	clear: both;
	margin-top: 0px;
	}
.footer-area {
	padding:0;
	margin:0;
	}
footer[role="contentinfo"] {
	max-width: none;
	}

/* Footerï¼ˆã‚«ã‚¹ã‚¿ãƒ&nbsp;ãƒ¡ãƒ‹ãƒ¥ãƒ¼ï¼‰ä¸Šéƒ¨ */
#footerUpper {
	clear: both;
	padding: 0;
	margin: 0;
	border:none;
	}
#footerUpper div.footerUp-inner {
	max-width: 1000px;
	padding: 15px 10px 10px 0px;
	margin: 0 auto;
	text-align:left;
	border:none;
	}

/* NEWS----------------------------------- */
/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ */
dl.top-column {
	margin: 0 auto !important;
	padding: 0 !important;
	max-width:1000px;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}

dl.top-column dt.title-box {
	margin: 0 10px 0 0 !important;
	/*padding: 10px;*/
	width:220px;
	text-align:center;
	}
dl.top-column dt.title-box a.plink_btn {
	margin: 0 !important;
	padding: 35% 10px !important;
	width:100%;
	cursor: pointer;
	}

dl.top-column dd.cont-column {
	margin: 0 0 -12px 0 !important;
	padding: 0 !important;
	width:100%;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ */
.top-content-box {
	/*max-width:820px;*/
	margin:0 auto 0px auto;
	padding: 0 !important;
	background:none !important;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ï¼ˆã‚¨ãƒªã‚¢ï¼‰ ------- */
#top-info {
	margin:0 auto;
	padding: 7px 0 0px 0 !important;
	width:100%;
	}
#top-info .info-box {
	margin: 0 !important;
	padding:0 !important;
	width:100%;
	}
#top-info article {
	margin:0 auto !important;
	padding: 0 0px !important;
	width:100%;
	}
#top-info .post-content {
	margin:0 auto !important;
	padding: 0 0 0 0px !important;
	width:100%;
	}
#top-info .post-content .entry-content {
	margin:0;
	padding:0 0 0px 0;
	width:100%;
	text-align:left;
	}
#top-info .post-content .entry-content p {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	line-height:1.5;
	}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€ŒNEWSã€ï¼ˆå†…å®¹ï¼‰  ******/
#top-info .info-box .post-content .entry-content ul.news li {
	margin:0 0 7px 0;
	padding: 0;
	}
#top-info .info-box .post-content .entry-content ul.news li p {
	margin:0 !important;
	padding:0 !important;
	}
#top-info h2.entry-toptitle,
#top-info h2.entry-toptitle a {
	margin:0 0 0px 0 !important;
	padding: 0;
	font-size:15px !important;
	font-weight:normal !important;
	}
#top-info .post-content .entry-content p {
	margin: 0 0 10px 0;
	font-size:11px !important;
	line-height:1.8;
	}

/* ã€ŒNEWSã€ä¸€è¦§ãƒšãƒ¼ã‚¸ ------- */
#top-info {
	max-width:1000px !important;
	}
.post-type-archive-news #top-info h3.info-title {
	color:#fff;
	margin:-20px 0 10px 0 !important;
	padding: 10px 5px 7px 5px;
	font-size:20px !important;
	font-weight:normal;;
	background:#00903b !important;
	width:100% !important;
	}
.single-news h3.info-title {
	color:#fff;
	margin:0px 0 25px 0 !important;
	padding: 10px 5px 7px 5px;
	font-size:20px !important;
	font-weight:normal;;
	background:#00903b !important;
	width:100% !important;
	}
.post-type-archive-news #top-info .info-box {
	margin:0 0 10px 0;
	padding:0 !important;
	width:100%;
	}
.post-type-archive-news #top-info .post-content {
	margin:0 0 20px 0 !important;
	padding:5px 15px 5px 15px !important;
	}
.post-type-archive-news #top-info .post-content .entry-content h2.entry-toptitle {
	margin:5px 0 8px 0;
	padding:4px 0 4px 6px !important;
	font-size:15px;
	}
.post-type-archive-news #top-info .post-content p {
	margin:0 0 5px 0;
	padding:0 0 0px 0;
	font-size:12px !important;
	line-height:1.6;
	}

/* ã€ŒNEWSã€è©³ç´°ãƒšãƒ¼ã‚¸ ------- */
.single-news .newsbox {
	padding: 0px 25px 15px 25px;
	background:#fff;
	}
.single-news .outline {
	margin:0 0 2px 0;
	text-align:left;
	}
.single-news .entry-header h2.entry-title {
	margin:0 0 25px 0;
	padding:5px 0 3px 10px;
	font-size:20px;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	font-weight:normal;
	text-align:left;
	border-radius: 0;
	border: 0;
	border-top:1px dotted #ccc;
	border-left:10px solid #ccc;
	background:#f8f8f8;
	}
.single-news .entry-content .eyecatch-area {
	float:right;
	margin:0 0 20px 20px;
	padding:0;
	}
.single-news .entry-content .eyecatch-area img {
	margin: 0;
	padding:0;
	max-width:440px;
	}

.single-news .entry-content p {
	color:#333;
	margin:0 0 10px 0;
	padding: 0;
	font-size:16px !important;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","Meiryo",arial,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",Sans-Serif;
	line-height:1.7;
	}

/* ç¹°ã‚Šè¿”ã—ç”»åƒè¡¨ç¤º ------------------------------ */
.entry-content .photo_repeat-area {
	clear:both;
	padding:20px 0 0 0;
	margin:0 0 15px 0;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;

	}
.entry-content .photo-box,
.entry-content .photo_repeat-area .photo-box {
	/*display:inline-block;*/
	padding:0;
	margin:0 9px 30px 9px;
	line-height:1;
	/*width:27.7777777777%;200Ã·720*/
	width:30.769230769%;/*240Ã·780*/
	text-align:center;
	}
.entry-content .photo-box img,
.entry-content .photo_repeat-area .photo-box img {
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	}

/* ==================================
ã€€å€‹åˆ¥ãƒšãƒ¼ã‚¸ 
==================================== */
/* å›ºå®šãƒšãƒ¼ã‚¸ã‚¿ã‚¤ãƒˆãƒ«èƒŒæ™¯ ----------------------------------- */
.page-template-default .headbg-area,
.page-template-page1col-inquiry .headbg-area,
.page-template-page1column .headbg-area,
.page-template-page2 .headbg-area {
	clear: both;
	margin: 0px 0 0 0;
	padding: 0;
	height:230px;
	}
.page-template-page1col-inquiry .headbg-area {
	height:160px;
	}
.page-template-page1col-inquiry .headbg-area .headname-area h1.entry-title {
	color:#fff !important;
	font-weight:bold;
	font-size:26px;
	border:0;
	}

.page-template-default .headbg-area .entry-header,
.page-template-page1col-inquiry .headbg-area .entry-header,
.page-template-page1column .headbg-area .entry-header,
.page-template-page2 .headbg-area .entry-header {
	clear: both;
	margin: 0px auto 0 auto;
	padding: 0;
	max-width: 1000px;
	line-height:1.4;
	position:relative;
	}
.page-template-default .headbg-area .headname-area,
.page-template-page1col-inquiry .headbg-area .headname-area,
.page-template-page1column .headbg-area .headname-area,
.page-template-page2 .headbg-area .headname-area {
	margin: 0 0px 0 0px;
	padding: 10px 0px 20px 0px;
	line-height:1.4;
	/*max-width:300px;*/
	}
.page-template-default .wrap,
.page-template-page1col-inquiry .wrap,
.page-template-page1column .wrap,{
	clear:both;
	max-width: 1000px;
	margin: 0px auto 20px auto;
	padding: 30px 10px 30px 10px;
	}
.page-template-page2 .wrap,
.post-type-archive-news .wrap {
	clear:both;
	max-width: 1000px;
	margin: 20px auto 20px auto;
	padding: 30px 10px 30px 10px;
	}
.single-news .wrap {
	clear:both;
	max-width: 1000px;
	margin:20px auto 0 auto;
	padding: 30px 10px 30px 10px;
	}
.page-template-default .entry-header h1.entry-title,
.page-template-page1col-inquiry .entry-header h1.entry-title,
.page-template-page1column .entry-header h1.entry-title,
.page-template-page2 .entry-header h1.entry-title {
	color:#333;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
	}

/* å›ºå®šãƒšãƒ¼ã‚¸ã€€æœ¬æ–‡ --------------------------- */
.page-template-page1column .entry-content p,
.page-template-front-page .entry-content  p,
.page-template-default .entry-content p {
	margin:0px 0 15px 0;
	padding:10px;
	font-size:16px;
	line-height:1.8;
	background:none;
	text-indent: 0;
	}
.page-template-page2 .wrap .content-area {
	padding:0;
	margin: 0;
	width: 75% !important;/* 750Ã·1000 */
	}
.page-template-page2 .entry-content p {
	padding:0;
	font-size:16px;
	line-height:1.8;
	background:none;
	text-indent: 0;
	}

/* ----------------------------------------
 ãƒ†ãƒ¼ãƒ–ãƒ«
 ----------------------------------------*/
/* table00 ï¼ˆTinyMCEï¼‰ ------------------ */
.entry-content table {
	border:1px solid #becbdc;
	margin:5px 0 10px 0;
	font-size:15px;
	line-height:1.5;
	}
.entry-content table thead tr td {
	color:#333;
	border:1px solid #becbdc;
	background:#f8f8f8;
	padding:10px;
	font-size:15px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table tr th,
.entry-content table tr td.thead {
	color:#333;
	border:1px solid #becbdc;
	background:#f8f8f8;
	padding:10px;
	font-size:15px;
	line-height:1.5;
	font-weight:bold;
	text-align:center !important;
	vertical-align:middle;
	}
.entry-content table tbody tr td {
	color:#333;
	border:1px solid #becbdc;
	padding:10px;
	font-size:15px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	}

/*------------------------------------------------
 ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸
 ------------------------------------------------- */
/* â†“ãƒˆãƒƒãƒ—ç”»åƒï¼ˆ#topslideï¼‰ */
.head-img-area {
	display:block;
	clear:both;
	margin: 0 !important;
	padding: 0 !important;
	/*max-width:1000px;*/
	width: 100%;
	line-height:0;
	position: relative;
	}
.slide-img {
	background-image: url('images/top-img-bg@2x.png');
	background-size: cover; 
	background-position: center center;
	}

.logo_catch_box {
	margin: 0 auto;
	padding: 0;
	max-width:1000px;
	}
/* â†‘ãƒˆãƒƒãƒ—ç”»åƒ */


/*------------------------------------------------
 ãŠå•ã„åˆã‚ã›ãƒ»å¾¡è¦‹ç©ãƒšãƒ¼ã‚¸
 ------------------------------------------------- */
/* ãŠå•ã„åˆã‚ã› mw-wp--form --------------------------- */
.mw_wp_form {
	margin:0 auto 10px auto;
	width:80%;
	}
.mw_wp_form table.mw-wp {
	display:table;
	margin:0 0 10px 0;
	border:none;
	color:#333;
	width:100%;
	}
.mw_wp_form table.mw-wp tbody {
	display:table;
	width:100%;
	}
.mw_wp_form table.mw-wp tr {
	display:table;
	width:100%;
	}
.mw_wp_form table.mw-wp tr th {
	display: table-cell;
	border:none;
	background:#fff !important;
	white-space:normal;
	padding:25px 5px 25px 10px;
	font-size:15px;
	font-weight:bold;
	text-align:left !important;
	vertical-align: middle;
	}
.mw_wp_form table.mw-wp tr td {
	display: table-cell;
	border:none;
	background:#fff;
	padding:10px 5px 10px 5px;
	font-size:15px;
	text-align:left;
	vertical-align: middle;
	width:70%;
	}
.mw_wp_form table.mw-wp tr td p {
	font-size:15px;
	}
.mw_wp_form table.mw-wp tr td ul li {
	margin:0;
	padding:0;
	line-height:1.5;
	}
.mw_wp_form table.mw-wp .req {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	vertical-align: middle;
	}
.mw_wp_form table.mw-wp tr td label {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td label input[type="radio"] {
	margin:0 4px 0 0 !important;
	padding:4px 2px 0px 2px !important;
	font-size:15px !important;
	vertical-align:middle;
	}
.mw_wp_form table.mw-wp tr td span.mwform-radio-field-text {
	font-size:15px !important;
	vertical-align:top;
	}
.mw_wp_form table.mw-wp input[type="text"] {border: 1px solid #ccc;width:90%;}
.mw_wp_form table.mw-wp td.tel input[type="text"] {border: 1px solid #ccc;width:20%;}
.mw_wp_form table.mw-wp td.zip input[type="text"] {border: 1px solid #ccc;width:15%;}
.mw_wp_form table.mw-wp td.address input[type="text"] {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp input:focus[type="text"] {background-color: #e4faff !important;}
.mw_wp_form input[type="submit"] {border: 1px solid #aaa; padding:4px 20px;}
.mw_wp_form table.mw-wp textarea {border: 1px solid #ccc;width:90%;}
.mw_wp_form table.mw-wp textarea:focus {background-color: #e4faff !important;}

p.note {font-size:15px !important;}

/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸å„ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ ---------------------*/
/* .sec01 */
.sec01 div.feature-area {
	margin:0 20px 20px 0 !important;
	padding:10px 5px 0px 5px;
	/*max-width:626px;*/
	width:65%;
	height:180px;
	}
.sec01 div.feature-area ul li {
	margin:0 auto;
	padding:0;
	max-width:154px;
	}

/* Youtubeå‹•ç”» --------------------------- */
.sec01 .youtube-mov {
	margin:30px auto 0 auto;
	width:320px;
	}
@media print, screen and (min-width:966px) {
.sec01 .youtube-mov {
	margin:0px;
	width:320px;
	}
}

/* .sec02 */
.sec02 p {
	font-size:18px !important;
	line-height:1.8;
	text-align:center !important;
	}

/* .sec04ãƒ».sec10 */
.sec04 {
	margin:0 0 40px 0;
	padding: 0 30px 0 30px;
	width:100%;
	}
.sec10 {
	margin:0 0 0px 0;
	padding: 0 30px 0 30px;
	width:100%;
	}
.sec04 .req-area,
.sec10 .req-area {
	margin:0;
	padding: 10px 10px 10px 10px;
	border: 10px solid #8fc322;
	background:#00903b;
	max-width:940px;
	border-radius:20px;
	}
.sec04 .req-area p,
.sec10 .req-area p {
	margin:0;
	padding:0;
	font-size:26px !important;
	line-height:1.5;
	}
.sec04 .req-area p span,
.sec10 .req-area p span {
	font-size:32px;
	}

/* .sec05 */
.sec05 {
	margin:0 0 40px 0 !important;
	}
.sec05 .greeting ul.greeting-area {
	margin:20px 0 0 0;
	padding: 0 45px 0 50px;
	list-style:none;
	width:100%;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}
.sec05 .greeting ul.greeting-area li.delegate-photo {
	margin:0;
	padding: 0;
	width:30%;
	}
.sec05 .greeting ul.greeting-area li.g-script {
	margin:0;
	padding: 0;
	max-width:62%;
	}
.sec05 .greeting ul.greeting-area li.g-script p {
	font-size:16px !important;
	line-height:2.0;
	width:100%;
	}

/* .sec06 */
.sec06 {
	margin:0 10px 50px 10px !important;
	padding: 0 !important;
	background:#fff;
	}
.sec06 .inner-box {
	margin:0;
	padding: 0 30px 0 30px !important;
	width:100%;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}
.sec06 .inner-box .worry-txt {
	margin:0;
	padding: 0;
	width:65%;
	}
.sec06 .inner-box .worry-txt ul.worry li.n01,
.sec06 .inner-box .worry-txt ul.worry li.n02,
.sec06 .inner-box .worry-txt ul.worry li.n03,
.sec06 .inner-box .worry-txt ul.worry li.n04,
.sec06 .inner-box .worry-txt ul.worry li.n05,
.sec06 .inner-box .worry-txt ul.worry li.n06,
.sec06 .inner-box .worry-txt ul.worry li.n07,
.sec06 .inner-box .worry-txt ul.worry li.n08 {
	font-size:17px;
	}
.sec06 .inner-box .worry-illust {
	margin:0;
	padding: 0;
	width:30%;
	}
.sec06 .inner-box .worry-illust img {
	width:100%;
	}

/* .sec07 */
.sec07 {
	margin:0 10px 40px 10px !important;
	padding: 0 !important;
	}

/* .sec08 */
.sec08 {
	margin:0 0px 50px 0px !important;
	padding: 0 0px 20px 0px !important;
	}
.sec08 .campaign-content {
	margin: 0 auto;
	padding: 0 10px;
	max-width:915px;
	} 
.sec08 .campaign-content img {
	margin: 0;
	padding: 0;
	width:100%;
	} 

/* .sec09 */
.sec09 ul.faq-qa {
	margin:10px 0 0 30px;
	padding: 0 60px 0 40px !important;
	text-align:left;
	list-style:none;
	width:100%;
	}

/*------------------------------------------------
è¦‹å‡ºã— h1ã€œh6
 ------------------------------------------------- */
/* h1 */
.entry-content h1 {
	margin:0 0 35px 0;
	font-size:24px;
	}

/* h2 */
.entry-content h2 {
	margin:0 0 25px 0;
	font-size:20px !important;
	}
.entry-content h2 span {
	font-size:17px !important;
	}

/* h3 */
.entry-content h3 {
	clear:both;
	color:#fff;
	margin:0 0 25px 0;
	font-size:20px;
	}
.entry-content h3 span {
	font-size:17px !important;
	}

/* h4 */
.entry-content h4 {
	margin:0 0 25px 0;
	font-size:19px;
	}

/* h5 */
.entry-content h5 {
	margin:0 0 25px 0;
	font-size:18px;
	}
.entry-content h5 span {
	font-size:15px;
	}

/* h6 */
.entry-content h6 {
	clear:both;
	color:#333 !important;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 15px 0;
	padding: 0;
	}

}


/**********************************************************
  Media queriesã€€830px
***********************************************************/
/* Minimum width of 830 pixels. ---------------- */
@media print, screen and (min-width:830px) {
/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒšãƒ¼ã‚¸ ãƒ˜ãƒƒãƒ€ãƒ¼ */
.site-header {
	margin:0 0 0 0;
	padding: 15px 10px 20px 10px !important;
	border-bottom:none;
	z-index: 1;
	}
ul.site-branding {
	margin:0 auto !important;
	padding: 0 10px !important;
	background:#ffffff;
	position: relative;
	z-index: 2;
	list-style:none;
	max-width:1000px;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}

li.logo-area {
	margin: 0 auto 0 0;
	padding:0px 0px 0px 0;
	width:329px;
	}
h1.site-title {
	padding: 0;
	}
h1.site-title img {
	margin:0;
	padding: 0 0 0 0;
	width:100%;
	}
li.freedial-btn {
	margin: 5px 10px 0 0;
	padding:0;
	width:246px;
	}
li.freedial-btn img {
	width:100%;
	}
li.mail-btn {
	margin: 5px 0 0 0;
	padding:0;
	/*width:249px;*/
	width:200px;
	}
li.mail-btn img {
	width:100%;
	}
}

/**********************************************************
  Media queriesã€€1024px
***********************************************************/
/* Minimum width of 1024 pixels. ---------------- */
@media print, screen and (min-width:1024px) {
body {
	margin:0;
	}
.site-header {
	padding: 20px 0 25px 0 !important;
	}
ul.site-branding {
	margin:0 auto !important;
	padding: 0 0px !important;
	background:#ffffff;
	position: relative;
	z-index: 2;
	list-style:none;
	max-width:1000px;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between; 
	}

li.logo-area {
	margin: 0 auto 0 0;
	padding:0px 0px 0px 0;
	width:411px;
	}
h1.site-title {
	padding: 0;
	}
h1.site-title img {
	margin:0;
	padding: 0 0 0 0;
	width:100%;
	}
li.freedial-btn {
	margin: 5px 10px 0 0;
	padding:0;
	width:308px;
	}
li.freedial-btn img {
	width:100%;
	}
li.mail-btn {
	margin: 5px 0 0 0;
	padding:0;
	width:249px;
	}
li.mail-btn img {
	width:100%;
	}

.wrap {
	clear:both;
	max-width: 1000px;
	margin: 0 auto 0 auto !important;
	padding: 30px 0px 0px 0px !important;
	background-color:transparent;
	}
/* 2ã‚«ãƒ©ãƒ&nbsp; */
.page-template-page2 .wrap {
	padding: 0 !important;
	}
.single-news .wrap,
.post-type-archive-news .wrap {
	padding:0 !important;
	}
.single-news .wrap .content-area,
.post-type-archive-news .wrap .content-area {
	padding:20px 0 0 0 !important;
	}
.single-news .entry-header {
	margin: 0 0 0 0;
	}
.post-type-archive-news .wrap #top-info h3.info-title {
	color:#333;
	margin: -20px 0 25px 0 !important;
	}
.single-news .content-area h3.info-title {
	color:#333;
	margin: -10px 0 25px 0 !important;
	}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¨ãƒªã‚¢ï¼ˆ.content-areaï¼‰------------ */
.page-template-front-page .content-area {
	margin: 0 auto 20px auto !important;
	padding: 10px 10px 15px 10px;
	width:100%;
	}

.page-template-default .content-area,
.page-template-page1column .content-area {
	margin: 0 !important;
	padding: 10px !important;
	width:100%;
	}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ ï¼ˆ#primaryï¼‰ */
.page-template-default .wrap .content-area .site-main,
.page-template-page1column .wrap .content-area .site-main,
.single-news .wrap .content-area .site-main,
.post-type-archive .site-main {
	clear:both;
	margin: 0px auto 0 auto !important;
	padding:0;
	}

}

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