@charset "UTF-8";
/* formatting style
------------------------------*/

* {
	font-style: normal;
}
body {
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.6;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: lighter;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	min-height:100%;
}

/* link style
------------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
#header {
	width: 1024px;
	text-align: center;
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
}
#header .form {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* main style
------------------------------*/

#main {
	width: 1024px;
	padding-top: 40px;
	text-align: center;
}
#main h1 {
	font-size: 250%;
	font-weight: bold;
	margin-top: 0px;
}
#main h1 .font1 {
	color: #95C635;
}
#main h1 .font2 {
	color: #FF638F;
}
#main ul {
	list-style-type: none;
	width: 500px;
	text-align: left;
	margin-left: 260px;
}
#main ul li {
	background-image: url(../img/list_circle.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 4px;
	text-indent: 25px;
}
#main a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	font-size: 115%;
}
#main a:hover {
	color: #95C635;
	border-bottom: 1px solid #95C635;
	padding-bottom: 2px;
}
#main .c_box {
	width: 1024px;
	margin-top: 30px;
}
#main .c_box .box {
	float: left;
	width: 470px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}
#main .c_box .box ul {
	width: 470px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#main .c_box .box ul li {
	background-image: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
#main .c_box .box a {
	font-size: 100%;
}
#main .c_box h2 {
	font-size: 140%;
	color: #95C635;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #95C635;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #95C635;
	text-indent: 15px;
}
#main .c_box .box img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}


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

#footer a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
}
#footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #95C635;
	border-bottom: 1px solid #95C635;
	padding-bottom: 2px;
}
#footer {
	width: 1024px;
	height: 150px;
	text-align: center;
	clear: both;
	padding-top: 30px;
}
#footer hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #95C635;
}
#footer .contact {
	font-size: 90%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
}
#footer .contact img {
	float: left;
	margin-right: 50px;
}
#footer .copyright {
	font-size: 90%;
	margin-top: 10px;
	text-align: right;
}
.ex1 {
    display: -webkit-flex;
  	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.ex1 div {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 200px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	font-size: 135%;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3em;
	z-index: 1;
}
.ex1.scroll-fade-row div a img {
	margin-top: 20px;
}
.circle1 {
	display: inline-block;/* ←忘れない！ */
	width: 152px;
	height: 152px;
	padding: 24px;
	background-color: #95C635;
	border-radius: 50%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle2 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #41B163;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle3 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px; 
    background-color: #FF638F;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle4 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px; 
    background-color: #FF0000;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle5 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px; 
    background-color: #2FBBEA;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle6 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #FC6621;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle7 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #FBC600;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle8 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #8F6CAD;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle9 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #D58FBC;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle10 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #26B7BC;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle11 {
    display: inline-block;/* ←忘れない！ */
    width: 152px;
	height: 152px;
	padding: 24px;
    background-color: #7EC4ED;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}
.circle12 {
    display: inline-block;/* ←忘れない！ */
    background-color: #7D7469;
    border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 3px 3px 8px #ccc;
}

.s_container {
	padding: 5px;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCC;
}

.slick-slide {
	text-align: center;
	margin: 4px;
	padding: 4px;
	width: 190px;
}
