<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap');


/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/
html,body{
    height: 100%;
}

body{	
	color:#272727;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	line-height:1.6;
}

b,strong { font-weight:900; }

a {color:#00719f; text-decoration:none; }
/*a:visited {color:#00719f; text-decoration:underline;}*/
a:hover { color:#E98718; text-decoration:underline; }

@media (min-width: 641px) {
	/* PC・タブレット時は電話無効 */
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

img{
	border:0;
	vertical-align: bottom;
}

p {
	margin-top: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	counter-reset: item;
	list-style-type: none;
	padding: 0;
}
ol li {
	display: inline-block;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-right: 1em;
}
ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}
ol.brackets li:before {
	content: '('counter(item)')';
}


/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:20px; }
.right { float:right;}
.left { float:left;}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

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

.pc {
	display:inherit;
}

.sp {
	display:none;
}

.text-hide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

img.fitimg {
	max-width:100%;
	height:auto;
}


/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.photo-l img {
	width:100%;
	height:auto;
}

.photo-r img {
	width:100%;
	height:auto;
}

.photo-c {
	text-align:center;
	margin: 0 auto;
}

.photo-c img {
	width:100%;
	height:auto;
}


/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

.wrapper {
	width:100%;
	min-width: 1080px;
    height: auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    position: relative;
    min-height: 100%;
}

.inner {
	width: 1000px;
	min-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width:1080px) {
	.inner {
		margin-left:40px;
		margin-right:40px;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	border-top: 4px solid #33ad00;
}

header .inner {
	height: 90px;
	position: relative;
}

header h1 {
	margin: 0;	
}

header h1 a {
	display: block;
	width: 312px;
	height: 52px;
	background-image: url("../image/header/logo.png");
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 20px;
}

header .subnav {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

header .subnav { border: 1px solid #dcdcdc; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; letter-spacing: -.4em; }
header .subnav li { background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(240,240,240,1) 100%); border-right: 1px solid #dcdcdc; display: inline-block; letter-spacing: normal; min-width: 130px; text-align: center; }
header .subnav li + li { border-left: 1px solid #fff; }
header .subnav li:first-child, header .subnav li:first-child a { border-radius: 0 0 0 4px; }
header .subnav li:last-child, header .subnav li:last-child a { border-right: none; border-radius: 0 0 4px 0; }
header .subnav li a { height: 30px; color: #666; display: block; font-size: 13px; line-height: 30px; transition: all .5s ease; width: 100%; text-decoration: none; }
header .subnav li a:hover { background-image: -moz-linear-gradient( 90deg, rgb(218,242,209) 0%, rgb(255,255,255) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(218,242,209) 0%, rgb(255,255,255) 100%); background-image: -ms-linear-gradient( 90deg, rgb(218,242,209) 0%, rgb(255,255,255) 100%); text-decoration: none; }

header .hdtel {
	width: 270px;
	height: 25px;
	background-image: url("../image/header/tel.png");
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 46px;
	margin: 0;	
}


/*------------------------------------------------------------------------------------------------------------------
　Nav
-------------------------------------------------------------------------------------------------------------------*/

nav {
	width: 100%;
	min-width: 1080px;
	height: 54px;
	background-image: -moz-linear-gradient( 90deg, rgb(86,173,50) 0%, rgb(94,182,57) 8%, rgb(102,191,64) 19%, rgb(104,193,67) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(86,173,50) 0%, rgb(94,182,57) 8%, rgb(102,191,64) 19%, rgb(104,193,67) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(86,173,50) 0%, rgb(94,182,57) 8%, rgb(102,191,64) 19%, rgb(104,193,67) 100%);
	margin: 0;
	padding: 0;
}

nav ul {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	border-right: 1px solid #ace693;
	border-left: 1px solid #4a8b2f;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 1.414px 1.414px 0px rgba(0, 0, 0, 0.3);
	border-right: 1px solid #4a8b2f;
	border-left: 1px solid #ace693;
	box-sizing: border-box;
	transition: 0.2s ease;
}

nav ul li:nth-child(1) a { width: 111px; text-indent: 200%; white-space: nowrap; overflow: hidden; background-image: url("../image/header/nav01.png"); background-repeat:no-repeat; background-position: center; }
nav ul li:nth-child(2) a { width: 173px; }
nav ul li:nth-child(3) a { width: 207px; }
nav ul li:nth-child(4) a { width: 159px; }
nav ul li:nth-child(5) a { width: 192px; }
nav ul li:nth-child(6) a { width: 156px; }

nav ul li a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}

#openNav-warp {
	display: none;
}


/*------------------------------------------------------------------------------------------------------------------
　Contents
-------------------------------------------------------------------------------------------------------------------*/

.contents {
	padding: 20px 0 40px;
	background-image: url("../image/contents_bg.jpg");
	background-repeat: repeat-x;
}

/* pagetitle */
.pagetitle h1 {
	position: relative;
	max-width: 1000px;
	font-size: 1.75rem;
	padding: 0.5em 0.5em 0.5em 2em;
	border-radius: 8px;
	background-color: #51A23D;
	color: #fff;
	letter-spacing: 0.2ex;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.pagetitle h1::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0.8em;
	margin-top: -10px;
	width: 0.9em;
	height: 0.9em;
	border: 5px solid #FFF;
	border-radius: 100%;
	box-sizing:border-box;
}


/* main */
.main {
	width: 765px;
	float: left;
}

.subpage .main h2 {
	width: 100%;
	padding: 0.75em;
	border-top: 3px solid #33ad00;
	border-bottom: 1px solid #33ad00;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 1.25em;
}

.subpage .main h3 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #33ad00;
	margin-bottom: 1.5em;
	margin-top: 50px;
}
.subpage .main h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 0.75em;
	height: 0.75em;
	background-color: #33ad00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.subpage .main h4 {
	font-size: 1.25rem;
	color: #33ad00;
	margin-bottom: 0.5em;
}
.subpage .main h5 {
	font-size: 1rem;
	margin-bottom: 0.5em;
}

.main .table-content01 {
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.main .table-content01 th {
    text-align:center;
    min-width: 3em;
    padding:1em;
	vertical-align: middle;
    white-space:nowrap;	
	background-color:#f6f6f6;
	border:1px solid #ccc;
}
.main .table-content01 td {
    text-align:center;
	padding:1em;
	background-color:#ffffff;
	border:1px solid #ccc;
}

.main .table-content02 {
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.main .table-content02 th {
    text-align:center;
    padding:0.5em;
	vertical-align: middle;
    white-space:nowrap;	
	background-color:#f6f6f6;
	border:1px solid #ccc;
}
.main .table-content02 td {
    text-align:center;
	padding:0.5em;
	background-color:#ffffff;
	border:1px solid #ccc;
}


/* side */
.side {
	float:left;
	width: 215px;
	margin-left: 20px
}

.side .pagelink {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 16px;
	font-size: 87.5%;
}
.side .pagelink li {
	margin: 1px 1px 0;
}
.side .pagelink li + li { border-top: 1px dotted #ccc; }
.side .pagelink li a {
	display: block;
	padding: 10px;
	font-weight: bold;
}
.side .pagelink li a {
    box-sizing: border-box;
    position: relative;
    padding-left: 2em;
}
.side .pagelink li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 1.3em;
    left: 0.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #00719f;
    border-bottom: 1px solid #00719f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side .pagelink li a:hover {
	background-color: #f1ffeb;
}

.side .otherlink {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #a4d491;
	border-radius: 5px;
	background-color: #f1ffeb;
	margin: 0;
	list-style: none;
}
.side .otherlink li {
	margin-bottom: 10px;
}
.side .otherlink li:last-child {
	margin-bottom: 0;
}
.side .otherlink a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 7px;	
	box-sizing: border-box;
	text-decoration: none;
}
.side .otherlink a .title {
	width: 106px;
	line-height: 1.2;
}
.side .otherlink a .img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.side .otherlink .btn01 a {
	background-image: -moz-linear-gradient( 90deg, rgb(255,238,226) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,238,226) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,238,226) 0%, rgb(255,255,255) 100%);
	border: 1px solid #f47724;
}
.side .otherlink .btn01 a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(255,246,234) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,246,234) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,246,234) 0%, rgb(255,255,255) 100%);	
}
.side .otherlink .btn01 .title {
	color: #f47724;
}

.side .otherlink .btn02 a {
	background-color: #fff;
	border: 1px solid #73d24b;
}
.side .otherlink .btn02 a:hover {
	background-color: #F9FFF7;
}
.side .otherlink .btn02 .title {
	color: #33ad00;
}

.side .otherlink .btn03 a {
	padding: 0;
	text-align: center;
	display: block;
	background-image: -moz-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	border: 1px solid #339796;
}
.side .otherlink .btn03 a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
}
.side .otherlink .btn03 .title {
	height: 68px;
	line-height: 68px;
	font-size: 14px;
	color: #339796;
    white-space: nowrap;
}

.side .otherlink .btn04 a {
	padding: 0;
	text-align: center;
	display: block;
	background-image: -moz-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(214,242,242) 0%, rgb(252,254,253) 100%);
	border: 1px solid #339796;
}
.side .otherlink .btn04 a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,250,250) 0%, rgb(255,255,255) 100%);
}
.side .otherlink .btn04 .title {
	height: 68px;
	line-height: 68px;
	font-size: 14px;
	color: #339796;
    white-space: nowrap;
}

/* news */

#news a:hover {
    text-decoration : none;
}
#news .list li {
    /*margin-bottom: 70px;*/
}
#news .list .photo {
    width: 150px;
    float: left;
    margin-right: 30px;
}
#news .list .photo img{
    max-width: 100%;
    max-height: 200px;
}
#news .list li&gt;div{
    height: 100px;
}
#news .list .content .date {
    background-color: green;
    color: white;
    text-align: center;
    padding-left: 7px;
    padding-bottom: 2px;
}
#news .list .content .cate {
    background-color: #33ad00;
    color: white;
    text-align: center;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 2px;
}
#news .list .content .title {
    font-weight: bold;
    font-size: 22px;
}

#news .s-date {
    float: right;
    margin-top: 50px;
}

#news .s-date-in {
    display: none;
}

#news .back {
    width: 100%;
    text-align: center;
}

#news .backBtn {
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    letter-spacing: -.4em;
    background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(240,240,240,1) 100%);
    border-right: 1px solid #dcdcdc;
    display: inline-block;
    letter-spacing: normal;
    min-width: 130px;
    text-align: center;
}

#news .pcbikou {
    overflow: hidden;
}

#join .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#join .logo div {
    width: calc(30% - 10px);
    height: auto;
}
#join .logo div img {
    width: 100%;
    height: auto;
}


/*----------------------------------------------------------------------------------------------------

  ブログパターン
  
----------------------------------------------------------------------------------------------------*/

.p-glog {
  text-align:left;
}

.p-glog:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.p-glog__img img{
    width: 100%;
    height: auto;
}

.p-glog a { text-decoration:underline; }
.p-glog a:hover { text-decoration:none; }

.p-glog ul,
.p-glog ol {
  margin-left:1.2em;
}

.p-glog b,
.p-glog strong {
  font-weight:600;
}

.p-glog__txt {
  word-break:break-all;
  display:inline;
}

.p-glog__txt--column,
.p-glog__img--center,
.p-glog__datafile {
  width:100%;
}

.p-glog__img--center {
  text-align:center;
}

.p-glog__img--left,
.p-glog__img--right {
  display:inline-block;
}

.img--center__item {
  display:inline-block;
}

.p-glog__datafile + .p-glog__txt {
  padding-top:2em;
}
.p-glog__txt + .p-glog__datafile {
  padding-top:2em;
}

.p-glog__img__cp {
  display:block;
  text-align:center;
  line-height:1.4;
  padding-top:0.75em;
}

.p-glog table {
  border-collapse: collapse;
}

.p-iconTxt__mk {
  font-size: 1.5em;
}

@media print,screen and (min-width:751px) {
    .p-glog {
    }
  .p-glog__img--left {
    float:left;
    padding-right: 30px;
  }
  
  .p-glog__img--right {
    float:right;
    padding-left: 30px;
  }
  
  .p-glog__img--left:not([data-mg="0"]),
  .p-glog__img--right:not([data-mg="0"]) {
    margin-bottom:1.5em;
  }
  
  .img--center__item[data-ps="top"]:not([data-mg="0"]) {
    margin-top:30px;
    margin-bottom:30px;
  }
  
  .img--center__item[data-ps="bottom"]:not([data-mg="0"]) {
    margin-top:60px;
  }
    .p-glog img{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:750px) {
    .p-glog {
        /*margin-bottom: 4em;*/
    }
    .p-glog .left{
        float: none;
        margin: 30px auto !important;
    }
  .p-glog__img--left,
  .p-glog__img--right,
  .p-glog__img--left + .p-glog__txt,
  .p-glog__img--right + .p-glog__txt {
    width:100% !important;
  }

  .p-glog__img--left,
  .p-glog__img--right {
    max-width:100% !important;
    text-align:center;
  }
  
  .p-glog__img--left:not([data-mg="0"]),
  .p-glog__img--right:not([data-mg="0"]) {
    margin-bottom:2.5em;
  }
  
  .img--center__item[data-ps="top"]:not([data-mg="0"]) {
    margin-bottom:2.5em;
  }
  
  .img--center__item[data-ps="bottom"]:not([data-mg="0"]) {
    margin-top:2.5em;
  }

  .p-glog__img--left img,
  .p-glog__img--right img,
  .img--center__item {
    width:100% !important;
  }
  
  .p-glog__img--left:not([data-mg="0"]),
  .p-glog__img--right:not([data-mg="0"]) {
    margin-bottom:2.5em;
  }
}


/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

/* ft_nav */
.ft_nav {
	width: 100%;
	height: 54px;
	background-color: #3cad0d;
}
.ft_nav ul li {
	font-size: 14px;
	display: inline-block;
	line-height: 54px;
}
.ft_nav ul li::after {
	color: #fff;
	content: "　｜　";
}
.ft_nav ul li:last-child::after {
	content: "";
}
.ft_nav ul li a {
	color: #fff;
	text-decoration: none;
}
.ft_nav ul li a:hover { text-decoration:underline; }


footer {
	/*
    position: absolute;
    bottom: 0;
	*/
    width: 100%;
	background-color: #f1ffeb;
	padding-bottom: 20px;
}
footer .inner {
	position: relative;
}
footer .container01 {
	padding-top: 40px;
	padding-bottom: 30px;
}
footer .ft_logo {
	float: left;
	margin-right: 40px;
}
footer .ft_logo a {
	display: block;
	width: 312px;
	height: 52px;
	background-image: url("../image/header/logo.png");
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
footer address {
	float: left;
	color: #243119;
	font-style: normal;
	line-height: 1.2;
	padding-left: 40px;
	border-left: 1px dotted #243119;
}
footer address a {
	color:#243119;
	text-decoration: none;
}
footer .other_nav {
	float: left;
}
footer .other_nav li {
	display: inline-block;
}
footer .other_nav li:first-child:after {
	content: "　｜　";
}
footer .other_nav li a {
	font-size: 13px;
	color:#6e726b;
	text-decoration: none;
}
footer .other_nav li a:hover {
	color:#E98718;
}
footer .copyright  {
	color:#6e726b;
	font-size: 13px;
	float: right;
}

.pagetop a {
	position: absolute;
	right: 0;
	top: -130px;
	z-index: 2;
}

@media screen and (max-width:1080px) {
}



/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

/* mainvisual */
#home #mainvisual {
	margin-left: -5px;
	margin-bottom: 20px;
}

/* primarypage */
#home .primarypage {
	margin-bottom: 20px;
}
#home .primarypage ul {
	overflow: hidden;
}
#home .primarypage ul li {
	float: left;
	width: calc(33.33% - 12px);
	margin-right: 18px;
	box-sizing: border-box;
}
#home .primarypage ul li:last-child {
	margin-right: 0;
}
#home .primarypage ul li a {
	display: block;
	padding: 9px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}
#home .primarypage ul li a:hover {
	background-color: #f1ffeb;
}
#home .primarypage .img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin-bottom: 6px;
}
#home .primarypage .title {
	display: block;
	color: #33ad00;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6px;
}
#home .primarypage p {
	font-size: 15px;
	line-height: 1.2;
	color: #272727;
	margin-left: 4px;
	margin-bottom: 3em;
}
#home .primarypage .deco {
	display: inline-block;
	font-size: 15px;
	width: 9em;
	height: 28px;
	line-height: 28px;
	background-color: #5C4234;
	color: #fff;
	position: absolute;
	bottom: 9px;
	right: 9px;
}
#home .primarypage .deco span {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.5em;
}
#home .primarypage .deco span::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0.4em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* topics */
#home .topics {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;	
	background-color: #fff;
	margin-bottom: 20px;
}
#home .topics .sectitle {
	padding: 20px;
	border-bottom: 2px solid #33ad00;
}
#home .topics .sectitle h2 {
	float: left;
	display: inline-block;
	width: 208px;
	height: 26px;
	background-image: url("../image/home/topicsTitle.png");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#home .topics .sectitle a {
	float: right;
	display: inline-block;
	width: 96px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #33ad00;
	border-radius: 4px;
	transition: 0.3s all;
}
#home .topics .sectitle a:hover {
	opacity: 0.8;
}
#home .topics .list {
	padding: 20px;
}
#home .topics .list ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #a4d491;
}
#home .topics .list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#home .topics .list ul li a {
	display: block;
	text-decoration: none;
}
#home .topics .list ul li .date {
	display: inline-block;
	color: #33ad00;
	margin-right: 20px;
}
#home .topics .list ul li .cate {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 0 1em;
	background-color: #33ad00;
}
#home .topics .list ul li .title {
	display: block;
	color: #272727;
}
#home .topics .list ul li a:hover .title {
	color: #E98718;
}

/* calender */
#home .calender {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;	
	background-color: #fff;
}
#home .calender .sectitle {
	padding: 20px;
	border-bottom: 2px solid #33ad00;
}
#home .calender .sectitle h2 {
	display: inline-block;
	width: 347px;
	height: 26px;
	background-image: url("../image/home/calenderTitle.png");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#home .calender .cont {
	padding: 20px;
}

/* news */
#home .news {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;	
	background-color: #fff;
    margin-bottom: 20px;
}
#home .news .sectitle {
	padding: 20px;
	border-bottom: 2px solid #33ad00;
}
#home .news .sectitle h2 {
	display: inline-block;
	width: 347px;
	height: 26px;
	background-image: url("../image/home/newsTitle.png");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#home .news .sectitle a {
	float: right;
	display: inline-block;
	width: 96px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #33ad00;
	border-radius: 4px;
	transition: 0.3s all;
}
#home .news .sectitle a:hover {
	opacity: 0.8;
}
#home .news .list {
	padding: 20px;
}
#home .news .list ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #a4d491;
}
#home .news .list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#home .news .list ul li a {
	display: block;
	text-decoration: none;
}
#home .news .list ul li .date {
	display: inline-block;
	color: #33ad00;
	margin-right: 20px;
}
#home .news .list ul li .cate {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 0 1em;
	background-color: #33ad00;
}
#home .news .list ul li .title {
	display: block;
	color: #272727;
}
#home .news .list ul li a:hover .title {
	color: #E98718;
}


/*----------------------------------------------------------------------------
   about
------------------------------------------------------------------------------*/

#about #sec01,
#about #sec02 {
	margin-top: 50px;
}

#about #sec01 .table-content01 th {
	width: 25%;
}
#about #sec01 .table-content01 td {
	text-align: left;	
}

#about #sec01 .group {
	margin-top: 1em;
}

#about #sec02 .organization {
	width: 100%;
	height: auto;
}
#about #sec02 ul {
	overflow: hidden;
}
#about #sec02 ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#about #sec02 ul li::before {
	content: "・"
}



/*----------------------------------------------------------------------------
   seminar
------------------------------------------------------------------------------*/

#seminar #sec01,
#seminar #sec02,
#seminar #sec03,
#seminar #sec04,
#seminar #sec05 {
	margin-top: 50px;
}

#seminar .table-content01 th,
#seminar .table-content01 td {
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
}
#seminar .table-content01 th {
	width: 25%;
	background-color: #95E175;
}
#seminar .table-content01 th.semname {
	white-space: normal;
	background-color: #E6F9C1;
}
#seminar .table-content01 td dl {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#seminar .table-content01 td dl dt {
	width: 3em;
	float: left;
	margin: 0;
	font-weight: 700;
}
#seminar .table-content01 td dl dt::after {
	content: "：";
}
#seminar .table-content01 td dl dd {
	width: calc(100% - 3em);
	float: right;
	margin: 0;
}

#seminar .attention {
	margin-top: 1em;
	font-size: 87.5%;
	color: #D30E0E;
}


#seminar .yotei {
    text-align: center;
    padding-top: 20px;
}

#seminar .yotei a:hover {
    background-color: #E6F9C1;
    color: #51A23D;
}

#seminar .yotei a {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 28px;
    background-color: #ffffff;
    color: #3cad0d;
    border: 1px solid #3cad0d;
    border-radius: 5px;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    text-indent: -15px;
    position: relative;
    transition: 0.2s;
    width: 75%;
}


/*----------------------------------------------------------------------------
   Medical
------------------------------------------------------------------------------*/

/* common */
#medical .attention {
	margin-top: 1em;
	font-size: 87.5%;
	color: #D30E0E;
}

/* linklist */
#medical .linklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#medical .linklist li {
	display: inline-block;
}
#medical .linklist li::after {
	content: "　|　";
}
#medical .linklist li:last-child:after {
	content: "";
}

/* usually */
#medical #usually .table-content01 .price td {
	border-top: 2px solid #ccc;    
}

/* application */
#medical #application {
	margin-top: 60px;
}


/*----------------------------------------------------------------------------
   kumiai
------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
   statistics
------------------------------------------------------------------------------*/
#statistics #sec01,
#statistics #sec02 {
	margin-top: 50px;
}

#statistics .table-content02 th,
#statistics .table-content02 td {
	border:1px solid #aaa;
}

#statistics .table-content02 .bg01,
#statistics .table-content02 .bg01 th,
#statistics .table-content02 .bg01 td {
	background-color: #95E175;	
}
#statistics .table-content02 .bg02,
#statistics .table-content02 .bg02 th,
#statistics .table-content02 .bg02 td {
	background-color: #E6F9C1;	
}
#statistics .table-content02 .joblist {
	width: 10px;
	padding: 0;
}

/*====================================================================================================

  お問い合わせ

====================================================================================================*/

input[name="addr21"] {
    margin-top: 20px;
    width: 100%;
}

input[type=text], input[type=tel], input[type=email] {
    border: 1px solid #cccccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}


input[type=email] {
    width: 100%;
}

.answer textarea {
    width: 100%;
}

#contact .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}

#contact .item .name {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
}

#contact .item .name .required {
    background-color: #ff4545;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    text-align: center;
    width: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    border-radius: 3px;
}

#contact .item .answer {
    padding-left: 200px;
    box-sizing: border-box;
}

#contact .submit-button {
    text-align: center;
    padding-top: 20px;
}

#contact .submit-button button:hover {
    background-color: #3cad0d;
    color: #ffffff;
    border: 1px solid #3cad0d;
}

#contact .submit-button button {
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #ffffff;
    color: #3cad0d;
    border: 1px solid #3cad0d;
    border-radius: 5px;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    text-indent: -15px;
    position: relative;
    transition: 0.2s;
}

#contact .submit-button button:before {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    right: 2px;
    top: 50%;
    transition: 0.2s;
}

#contact .submit-button button:hover:before {
    background: #ffffff;
    right: 2px;
}

#contact .submit-button button:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #3cad0d;
    border-right: 1px solid #3cad0d;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    content: "";
    position: absolute;
    right: 21px;
    top: calc(50% + 1px);
    transition: 0.2s;
}

#contact .submit-button button:hover:after {
    right: 17px;
}


@media screen and (max-width:640px) {
}


/*====================================================================================================

  送信確認

====================================================================================================*/

#contact .contact-primary {
    /*padding: 50px;*/
}




/*====================================================================================================

  個人情報保護方針

====================================================================================================*/

.privacy {
    margin-top: 50px;
}




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