t_top@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;
}
/* Container */
.container {
	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);
}

div .topic{
	padding-top: 2rem;
}

ul.feedback li{
	line-height: 1.8rem;
}



.hero {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-size:100%;
}

.hero img{
	width: 100%;
	height: auto;

}
.light {
	font-weight: bold;
	color: #717070;
}

#info {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: inline-block;
	margin-top: 10px;
}
/* --- 新着リスト --- */

.sintyaku {
width: 90%; /* 新着リストの幅 */
margin: 10px auto 0;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
text-align: left;
}

/* --- 日付エリア --- */
.sintyaku dt {
width: 6.7em; /* 日付エリアの幅 */
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%;
}

.new {
	border-left: solid 10px #88B04B;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	text-align: left;
	margin: 0;
	padding: 5px 10px;
    font-size: 23px;
}

.gallery {
	display: inline-block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.gallery img{
	margin-top: 20px;
	width: 80%;
	height: auto;
} 

.tokucho {
	border-left: solid 10px #88B04B;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 5px 10px;
	font-size: 23px;
	text-align: left;
}

/* naname */
.contents {
  position: relative;
  overflow: hidden;
  margin: 1% 0;
  padding: 2% 0;
}

.contents h2 {
	font-size: 40px;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #88B04B;
  opacity: 0.6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.contents_inner {
  box-sizing: border-box;
  width: 70%;
  height: auto;
  margin: 0 auto 10px;
  padding: 10% 1% 10%;
  color: #000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 40px;
  font-weight: bold;
}

/* Thanks */
div.space{padding-bottom: 350px;}


/* More info */
footer {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 45px;
	padding-bottom: 35px;
}
.footer_column {
	width: 33.3%;
	padding-top: 10px;
	float: left;
}
footer .footer_column h3 {
	color: #000;
	text-align: left;
	margin-left: 5px;
	font-size: 23px;
}

.cards {
	width: 100%;
	height: auto;
}
footer .footer_column p {
	width: 100%;
	margin-left: 5px;
	text-align: justify;
	font-weight: lighter;
}
footer .footer_column a {
	color: #000;
	text-decoration: none;
}

footer .footer_column a:hover {
	color: #88B04B;
}


.button {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #88B04B;
	color: #88B04B;
	transition: all 0.3s linear;
}
#contact a {
	text-decoration: none;
}

.button:hover {
	background-color: #88B04B;
	color: #fff;
	cursor: pointer;
}
span {
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}

.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;
}
.hidden {
	display: none;
}

.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;
}

/*プライバシーポリシー*/
#privacy {
	display: inline-block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 2% 7%;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
    background: #f7f7f7;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
#wrap {
	width: 70%;
	height: auto;
min-height: 520px;
	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;
}

.right {
	text-align: right;
	margin-top: 50px;
} 
.none {
	list-style-type: none;
}

.none ul {
	list-style-type: none;
}


/*オンライン千代塾*/
.category3 th.t_top {
    border-top: #88B04B 7px solid;}
.category3 td.t_top {
	border-top: #b3b3b3 7px solid;}


/*会社概要*/
table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	border-collapse: collapse;
}
th.t_top {
    border-top: #d35400 4px solid;
}
th {
	width: 25%;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
/*ストレスチェック*/
#stress1 {
	margin-top: 50px;
}
#stress1 h3 {
	font-size: 23px;
	padding: 5px 0;
	background-color: #E9E7E7;
}
#stress1 ol{
	text-align: left;
	line-height: 30px;
}
#stress2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
#stress2 img {
	width: 80%;
	height: auto;
}
/*代表挨拶*/
.daihyou1 {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	background: #f7f7f7;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.daihyou1 p {
	text-align: left;
}

.daihyou1 h3 {
	font-size: 23px;
	text-align: center;
}
.daihyou1 h4 {
	width: 100%;
	font-size: 21px;
	letter-spacing: 5px;
	margin-top: 0;
	text-align: left;
	border-bottom: solid 2px #d35400;
}

.aisatu {
	padding: 0 5% 0 0;
	width: 100%;
	text-align: center;
}
.aisatu img {
	width: 30%;
	height: auto;
}
.daihyou1 dl{
width: 100%; /* 新着リストの幅 */
margin: 0 auto 30px;
float: none;
text-align: left;
}

/* --- 日付エリア --- */
.daihyou1 dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
.daihyou1 dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

.box label{
	background: #88B04B;
	font-size: 18px;
	border-radius: 5px;
	display: block;
	padding: 10px;
	margin: 25px auto;
	font-weight: bold;
	letter-spacing: 10px;
	width: 28%;
	cursor: pointer;
}
.box input[type="checkbox"].on-off,
.box input[type="checkbox"].on-off +div{
	display: none;
}
 
.box input[type="checkbox"].on-off:checked +div{
	display: block;
}
 
.box div{
	margin: 0 0 20px;
}
/*保健指導*/
.health h3 {
	font-size: 22px;
	letter-spacing: 5px;
	margin-top: 50px;
	padding: 5px 0;
	background-color: #E9E7E7;
}
.health2 h3 {
	font-size: 22px;
	letter-spacing: 5px;
	padding: 5px 0;
	margin-top: 50px;
	background-color: #E9E7E7;
}
.Training h3 {
	font-size: 22px;
	letter-spacing: 5px;
	padding: 5px 0;
	margin-top: 50px;
	background-color: #E9E7E7;
}
.text {
	width: 68%;
	float: right;
	text-align: left;
}

.category1 {
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding-bottom: 2%;
}
.category1 img{
	width: 30%;
	float: left;
	height: auto;
}
.category1 h4 {
	width: 68%;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #88B04B;
}
.text2 {
	width: 68%;
	float: left;
	text-align: left;
}

.category2 {
	margin: 30px auto;
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding-bottom: 2%;
}
.category2 img{
	width: 30%;
	float: right;
	height: auto;
}
.category2 h4 {
	width: 68%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #d35400;
}
.category3 {
	overflow: hidden;
	padding-bottom: 2%;
}
.category3 img{
	width: 30%;
	float: left;
	height: auto;
}

.category3 img.online{
	width: 167px;
	float: right;
	height: auto;
	padding: 1rem;
}




.category3 h4 {
	width: 68%;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #88B04B;
}

.category3 h3 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: 28px;
	letter-spacing: 3px;
	color: #FF7F00;
}
.category3 table {
margin:1rem 0 ;

}

/*メンバー*/


.cooperation dl{
width: 100%; /* 新着リストの幅 */
margin: 0 auto 30px;
float: none;
text-align: left;
}

/* --- 日付エリア --- */
.cooperation dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
.cooperation dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}









/* 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: 3px;
	}
	
#info {
	width: 90%;
	margin-top: 20px;
	height: auto;
	font-size: 15px;
}
	
.gallery {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 20px;
}
	
.gallery img{
	margin-top: 0px;
	width: 90%;
	height: auto;
} 
	
.new {
	font-size: 20px;
	margin-left: 0px;
}
	
.tokucho {
	font-size: 20px;
	margin-left: 0px;
}
	
.contents {
	display: none;
}
	
.thumbnail {
	width: 100%;
}

footer {
	width: 90%;
	margin-top: 30px;
	}	
	
.footer_column {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
}
	
footer .footer_column p {
	width: 60%;
	margin: 10px auto;
	font-size: 15px;
}
	
footer .footer_column h3 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 5px;
	}

.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;	
	}
	
#privacy {
	width: 85%;
	display: inline-block;
	margin-top: 5px;
	padding-right: 7%;
}
#stress1 h3 {
	font-size: 18px;
}
	/*会社概要*/
table {
	margin-top: 20px;
}
	/*代表挨拶 スマホ*/
.daihyou1 {
	margin-top: 20px;
}
.daihyou1 h3 {
	font-size: 18px;
}
.aisatu img {
	width: 50%;	
	}
.box label{
	background: #88B04B;
	font-size: 15px;
	border-radius: 5px;
	display: block;
	padding: 5px;
	margin: 25px auto;
	font-weight: bold;
	letter-spacing: 7px;
	width: 47%;
	cursor: pointer;
}
/*ストレスチェック*/
#stress2 img {
	width: 100%;
	height: auto;
}
#stress1 {
	margin-top: 20px;
}
#stress1 ol{
	line-height: 20px;
	padding-left: 25px;
}
}
@media (max-width: 1200px) {
.contact  {
	width: 800px;
	}
}
/*アイフォン*/
@media (max-width: 500px) {
	.contact img {
	width: 15%;
	height: auto;
	}
}
@media (max-width: 450px) {
	
nav ul li:last-child {
	padding-right: 2px;
	}
#info {
	font-size: 10px;
	}
/*保健指導スマホ*/
.health h3 {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 5px 0;
	margin-top: 20px;
	background-color: #E9E7E7;
}
.health2 h3 {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 5px 0;
	margin-top: 20px;
	background-color: #E9E7E7;
}
.Training h3 {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 5px 0;
	margin-top: 20px;
	background-color: #E9E7E7;
}
.text {
	width: 100%;
	float: none;
	text-align: left;
}

.category1 {
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding-bottom: 2%;
}
.category1 img{
	width: 100%;
	float: none;
	height: auto;
}
.category1 h4 {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #88B04B;
}
.text2 {
	width: 100%;
	float: none;
	text-align: left;
}

.category2 {
	margin: 30px auto;
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding-bottom: 2%;
}
.category2 img{
	width: 100%;
	float: none;
	height: auto;
}
.category2 h4 {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #d35400;
}
.category3 {
	overflow: hidden;
	padding-bottom: 2%;
}
.category3 img{
	width: 100%;
	float: none;
	height: auto;
}
.category3 h4 {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	color: #88B04B;
}	
}
