/* カスタム CSS をここに入力してください */


/* ヘッダー */
h4 {
	font-size: 28px;
	line-height: 32px;
	padding-top: 10px;
	padding-left: 35px;
	background: url(http://go-goofee.com/wp-content/uploads/2016/10/logo.png) no-repeat left center;
	background-size: 30px 30px;
}

h5 {
  	margin-bottom: 20px;
	font-size: 28px;
	line-height: 36px;
	padding: .25em 0 0 .5em;
	border-left: 6px solid #65ab31;
	border-bottom: 1px solid #65ab31;
	border-radius: 0;
}

#content h5 {
	padding-bottom: 1px;
}

h6 {
	font-size: 28px;
	line-height: 32px;
	position: relative;
	padding: 10px;
	padding-left: 0;
}

h6::after {
	content: '';
	height: 12px;
/* 線太さ */
	width: 100%;
	display: block;
	position: absolute;
	top: 38px;
/* 上からの距離 */
	left: 0;
	background-color: #65ab31;
/* 背景色 */
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .5;
	box-shadow: 0 3px 3px 3px rgba(255,255,255,0.3) inset;
}

/* ヘッダーグループ（ヘッダー領域） */
.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 10px;
}

/* シェアボタン */
.addtoany_header {
	margin: 0 0 5px;
	font-size: 20px;
}

/* ソーシャルアイコン */
.social-icons ul li a {
	font-size: 40px;
}

/* ヘッダーイメージの大きさと位置 */
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;
	width: 185px;
}
#site-title a {
	color: #57ad68;
	letter-spacing: -2px;
	height: 100px !important;
}

/* 各ページの見出し要素をno-display */
/*.entry-title,.entry-title a {
	display: none;
}*/

header.entry-header{
	display: none;
}
/* ブログタイトルを表示する (affected by above) */
.blog header.entry-header{
	display: inherit
}

/* ウィジェットタイトル */
.widget-title {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: center;
}
/* ボタンのホバー */
.su-button:hover{
	opacity:0.8;
}

/* トップページのカードのCSS */
#servicecontents{
  background-color: none;
  width: 100%;
  height: 370px;
  margin: 0 auto;
  overflow: visible;
  margin-left: 0;
  margin-bottom: 30px;
  
}
#servicecontents: after{
  content: "";
  display: block;
  clear: both;

}
.list{
  display: block;
  float: left;
  width: 30%;
  height: 100%;
  text-align: center;
  margin-right: 3%;
}
.listimg{
  margin-bottom: 0;
  width: auto;
  width: 140px;
	height: 140px;
}
.listimg + h2{
  font-size: 28px;
  font-style: normal;
  margin-bottom: 25px;
  font-weight: normal;
}
.list > p{
  font-size: 14px;
  color: #888;
  margin: 0 auto 10px;
  text-align: center;;
  line-height: 22px;
}
.listlink{
  width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  border: 1px solid;
  margin-top: 40px;
  text-decoration: none;
  color: #888;
  border-color: #888;
  font-weight: bold;
  margin-top: 40px;
  overflow: visible;

}
a.listlink{
	text-decoration: none;
	transition: 0.5s;
	border-color: #65ab31;
	color: #65ab31;
	background-color: #fff;
	border-radius: 15px;
}

.listlink:hover{
  _opacity: 0.7;
  background-color: #65ab31;
  border-color: #fff;
  color: #fff;
}
.descrip{
  margin-top: 40px;
}

@media screen and (max-width: 767px){
  .list {
      display: block;
      width: 100%;
      border-bottom: solid 1px #f4f4f4;
      padding-bottom: 25px;
			margin-top: 5px;
      margin-bottom: 5px;
      font-size: 12px;
  }
	.list:first-child{
	border-top: solid 1px #f4f4f4;
}	
	.listlink{
	font-size:18px;
}
}
@media screen and (max-width: 767px){
.list p {
    width: 210px;
    font-size: 16px;
    color: #737373;
    margin: 0 auto 19px;
    text-align: center;
    line-height: 18px;
		margin-bottom: 0px;
}
}


/* 課題オンラインページのCSS */

#problems{
  margin: 10px;
  overflow: auto;
}
.problems1{
  width: 45%;
  margin-bottom:10px;
  float: left;
}
.problems2{
  width: 45%;
  float: left;

}
#problems li{
  margin: 5px;
}
#problems ul{
}
#problems ul a{
	color: #65ab31;
}
.file-prob{
	clear:both;
}
@media screen and (max-width: 767px){
	#problems{
		margin: 0px;
	}
	#problems h5{
		font-size:18px;
	}
	#problems .problems2{
		margin-left: 8%;

	}
}

/* 料金表のCSS */
@media screen and (max-width: 767px){
  #price-table td, tbody th{
 	font-size:13px;
    padding: 1%;
 }	
}

#price-table td, tbody th{
 	text-align:center;
 	vertical-align: middle;
	font-weight: bold;
}

#price-table table{
 	margin-bottom: 0px;
}

.table-head{
 	background-color: #65ab31;
 	color: white;
 }

.price-description{
 	\\font-size:3px;
 	\\background-color:red;
}

tr:hover td.table-head,tr:hover th.table-head {
	background: #65ab31;	
}

.table-comment{
	\\background-color:red;
	text-align:right;
	font-size:0.9em;
}

/* トップページ、新着情報とFacebookのCSS  */
.whatsnew2{
	width: 55%;
	float: left;
	padding-right: 5%;
	margin-top: 20px;
}
.facebook{
	width: 40%;
	float:right;

	margin-top:20px;
}
@media screen and (max-width: 767px){
	.whatsnew2{
		float:none;
		width:100%
	}
	.facebook{
		float:none;
		width: 100%;
		text-align:center;
	    margin-top:30px;
	}
}
.contents-header{
	font-size:20px;
	text-align:center;
}
.contents-header:before{
	content:"- "
}
.contents-header:after{
	content:" -"
}


/* NEW 初めての方へのCSS  */
section.box{
  margin-top: 50px;
  position: relative;
  padding-top: 40px;
  border-radius: 0px;
  padding: 40px 20px 0px 30px;
}
.box .fb-title{
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  width: 40%;
  height: 60px;
  position: absolute;
  border-radius: 5px;
  margin-bottom: 0;
}

.fb-contents{
  width: 40%;
  height: 300px;
  float:left;
  padding-top: 23px;

}
.fb-header{
  font-size: 30px;
  width: 100%;
  margin: 0px;
  line-height: 1;
  text-align: center;
}
.fb-text{
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding-top: 30px;
  vertical-align: baseline;
}
.fb-contents-img{
  width: 55%;
  padding-left: 0%;
  float: right;
  overflow: hidden;
}
.fb-img{
  width: 100%;
  height: 300px;
}
p.fb-img-caption{
  margin: 0px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  clear: both;
}
section.box .marker{
  background:linear-gradient(transparent 70%, #F4B49C 100%);
}
.lefter{
  text-align: left;
  font-size: 22px;
  margin: 0px;
  padding-top: 30px;
  padding-left: 20px;
  vertical-align: baseline;
}

section.box:nth-of-type(1){
  border: 5px solid #65ab31;
}
section.box:nth-of-type(2){
  border: 5px solid #65ab31;
}
section.box:nth-of-type(3){
  border: 5px solid #65ab31;
}
section.box:nth-of-type(4){
  border: 5px solid #65ab31;
}
section.box:nth-of-type(5){
  border: 5px solid #65ab31;
}


section.box:nth-of-type(1) .fb-title{
  color: #fff;
  background-color: #65ab31;
  left:10px;
  top: -30px;
}
section.box:nth-of-type(2) .fb-title{
  color: #fff;
  background-color: #65ab31;
  right:10px;
  top: -30px;
}
section.box:nth-of-type(3) .fb-title{
  color: #fff;
  background-color: #65ab31;
  left:10px;
  top: -30px;
}
section.box:nth-of-type(4) .fb-title{
  color: #fff;
  background-color: #65ab31;
  right:10px;
  top: -30px;
}
section.box:nth-of-type(5) .fb-title{
  color: #fff;
  background-color: #65ab31;
  left:10px;
  top: -30px;
}

section.box:nth-of-type(1) .fb-contents-img{
  padding-left: 0%;
  float: right;
  overflow: hidden;
}
section.box:nth-of-type(2) .fb-contents-img{
  padding-left: 0%;
  float: left;
  overflow: hidden;
}
section.box:nth-of-type(3) .fb-contents-img{
  padding-left: 0%;
  float: right;
  overflow: hidden;
}
section.box:nth-of-type(4) .fb-contents-img{
  padding-left: 0%;
  float: left;
  overflow: hidden;
}
section.box:nth-of-type(5) .fb-contents-img{
  padding-left: 0%;
  float: right;
  overflow: hidden;
}

section.box:nth-of-type(1) .fb-contents{
  float: left;
}
section.box:nth-of-type(2) .fb-contents{
  float:right;
}
section.box:nth-of-type(3) .fb-contents{
  float:left;
}
section.box:nth-of-type(4) .fb-contents{
  float:right;
}
section.box:nth-of-type(5) .fb-contents{
  float:left;
}
h5.fb{
	border-bottom:none;
	
}
.getmargin{
  margin-top: 50px;
}

@media screen and (max-width: 767px){
	.fb-contents-img, .fb-contents{
		float: none;
		width: 100%;
		height: 100%;
	}
	section.box .marker{
		display:none;

	}
	.box .fb-title{
		width: 100%;
		font-size: 24px;
	}
	.fb-header{
		font-size: 23px;
	}
	.fb-text{
		font-size: 16px;
	}
	.fb-img{
		height: auto;
	}
  	p.fb-img-caption{
		font-size:10px;
      	line-height:1;
	}
}

#main{
  padding: 0;
}
.entry-content {
	padding: 4.5% 2.5%;

}
@media only screen and (max-width: 1078px) {
	.wrapper {
		width: 100%;
	}
}