@charset "UTF-8";
/* Body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #fff;
	margin: 0;
	font-style: normal;
	font-weight: 200;
}

/* Thanks */
div.space{padding-bottom: 350px;}

/* Container */
.99container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}
/* Navigation */
header {
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}
h1 {
	width: 30%;
	height: auto;
	margin: 10px auto -10px 10px;
	text-align: left;
	float: left;
}

.contact {
	float: right;
	margin-top: 2%;
	margin-right: 1%;
	text-align: right;
}

.contact a:hover {
	opacity: 0.6;
}
nav {
	clear: both;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #000;
	text-align: right;
	margin-right: 20px;
	letter-spacing: 3px;
	transition: all 0.3s linear;
	height: 15px;
	border-left: 1px solid rgba(0,0,0,0.3);
	line-height: 17px;
	padding-left: 20px;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

nav ul li:last-child {
	border-right: 1px solid rgba(0,0,0,0.3);
	padding-right: 20px;
}

ul li a {
	position: relative;
  	display: inline-block;
  	padding-bottom: .3em;
  	text-decoration: none;
	color: #000;
}

ul li a::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 3px;
  	-webkit-transform: scaleX(0);
  	-ms-transform: scaleX(0);
  	transform: scaleX(0);
  	background-color: #88B04B;
  	-webkit-transition: all .3s ease;
  	transition: all .3s ease;
}
ul li a:hover::after {
  	-webkit-transform: scaleX(1);
  	-ms-transform: scaleX(1);
  	transform: scaleX(1);
}

.copyright {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 20px;
	background-color: #696969;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	clear: both;
}
.copyright p {
	margin-bottom: 0;
	font-size: 13px;
}
.footer_banner {
	padding-top: 30px;
	padding-bottom: 10PX;
	margin-bottom: 0px;
	background-color: #fff;
}
footer {
	display: inline-block;
}

.hero_header ul{
	color: #fff;
	text-align: center;
	list-style-type: none;
	padding: 0
}

.hero_header li {
	display: inline-block;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 15px;
	border-left: solid 1px #fff;
}

.hero_header li:last-child {
	border-right: solid 1px #fff;
}

.hero_header a {
	color: #fff;
}

/*page top*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 8%;
    right: 5%;
}
.pagetop a {
    display: block;
    background-color: #88B04B;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    border: solid 2px #88B04B;
	background-color: #fff;
    text-align: center;
    color: #88B04B;
    font-size: 20px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#wrap {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

#wrap h2 {
	border-left: solid 10px #88B04B;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 5px 10px;
	margin-left: auto;
	text-align: left;
}
/*お問い合わせ*/


.tanjyoubi {
	text-align: left;
	margin: 15px auto 15px 3%;
}
.menjyo {
	text-align: left;
	font-weight: bold;	
}

.menjyo input, textarea {
    font: 1em sans-serif;
    width: inherit;
	margin-right: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menjyo label {
	display: inline-block;
    width: 32.2%;
	text-align: right;
	}
select {
    font: 1em sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 10em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}
.button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 0%; /* label 要素と同じサイズ */
}
button {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
	width: 100px;
    margin-left: 0em;
}
span {
	color: red;
	font-weight: bold;
	font-size: 15px;
}

span.c1 {
	color: #00f;
	font-weight: 500;
	font-size: 1.4em;
}

/*同意書*/
.douisyo {
width: 95%;
margin: 10px auto;
height: 35em;
background-color: #ffffff;
border: 2px #c0c0c0 solid;
color: #000000;
overflow-y: auto;
}
.douisyo p {
font-weight: normal;
}
/*kenshu*/
dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
  background: #f7f7f7;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /*margin-top: 50px;*/
  /*margin-bottom: 330px;*/
}
dl a {
  color: #000;
}
dl a:hover {
  color: #88B04B;
	text-decoration: none;
}
dt,
dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
dt {
  width: 30%;
  float: left;
}
dd {
  background: #fff;
  margin-left: 30%;
  padding-bottom: 10px;
  /*border-left: 1px solid #ccc;*/
  text-align: left;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
/*研修会*/
.kenshu1 {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 50px;
	display: inline-block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 1% 15%;
	border: solid 1px #ccc;
	
}
.kenshu1 h3 {
	text-align: center;
	font-size: 23px;
	background-color: #E9E7E7;
	padding: 5px 0;
}
.kenshu1 h4 {
	background-color: #88B04B;
	padding: 5px 0px 5px 10px;
	color: #fff;
	font-weight: normal;
	clear: both;
}
.kenshu1 ul {
	padding-left: 23px;
}
.mousikomi {
	text-align: center;
}

.mousikomi a:hover{
	opacity: 0.6;
}
.sintyaku {
	width: 100%; /* 新着リストの幅 */
	margin: 30px auto 0;
	text-align: left;
}

/* --- 日付エリア --- */
.sintyaku dt {
	width: 10em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
.sintyaku dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}
.anketo img {
	float: right;
	padding-left: 10px;
}
.anketo1 {
	padding-bottom: 10px;
	overflow: hidden;
}
.anketo1 img {
	float: right;
	padding-left: 10px;
}
.contact1 a:hover {
	opacity: 0.6;
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 768px) {
.container {
	width: 100%;
	}
h1 {
	width: 100%;
	padding: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
	
h1 img{
	width: 99%;
	height: auto;
	margin: 2px;
}

.contact {
	margin: 0 3px;
}
	
.contact img {
	width: 20%;
	height: auto;
	}
		
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	display: inline-block;
}	
	
header nav ul {
	padding: 0;
	margin: 5px 0 0;
}
	
nav ul li {
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 12px;
	margin-right: 3px;
}
	
nav ul li:last-child {
	padding-right: 2px;
	}

.pagetop a:hover {
    display: block;
    background-color: #88B04B;
    text-align: center;
    color: #fff;
	border: none;
    font-size: 22px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop {
    bottom: 0;
    right: 2%;
}

#wrap {
	width: 90%;
	font-size: 90%;
	}
#wrap h2 {
	font-size:20px;	
	}
	

/*同意書*/
.douisyo {
width: 94%;
margin: 50px auto;
height: 15em;
background-color: #ffffff;
border: 2px #c0c0c0 solid;
color: #000000;
overflow-y: auto;
text-align: center;
}
/*kenshu*/
dl {
margin-top: 20px;		
}
/*研修会*/
.kenshu1 {
	margin-top: 4px;
	margin-bottom: 20px;
	display: inline-block;
	width: 93%;
	padding: 5% 3%;
}
.kenshu1 h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 0;
}
.sintyaku {
	width: 100%;
	margin: 30px auto 0;
	text-align: left;
	font-size: 12px;
}

.sintyaku dt {
	width: 9em; 
}
}
@media (max-width: 1200px) {
.contact  {
	width: 800px;
	}
}

@media (max-width: 500px) {
	.anketo img {
	float: none;
	padding-left: 0px;
}
	.anketo1 {
	padding-bottom: 0;	
}
	.anketo1 img {
	float: none;
	padding-left: 0px;
}
	.contact1 img {
	width: 50%;
	height: auto;
}
	.contact img {
	width: 15%;
	height: auto;
	}
}
