@charset "utf-8";

/*--------------------------------------
	教育総合ページ
--------------------------------------*/
.solution_giga,
.solution_facebook{
	text-align: center;
}
.solution_giga h2,
.solution_facebook h2{
	width: 100%;
	font-size: 2em;	
	text-align: center;
}

.solution_giga p,
.solution_facebook p{
	width: 100%;
	text-align: center;
}

.solution_giga_image{
	width: 100%;
	display: table;	
	overflow: hidden;
}

.solution_giga_image p{
	width: 50%;
	display: table-cell;
	overflow: hidden;
}
.solution_giga_image p img{
	width: 100%;
}
.solution_button{
	margin-top: 40px!important;
	overflow: hidden;
}
.solution_button a{
	display: block;
	width: 100%;
	border: solid 1px #2e2e2e;
	text-align: center;
	text-decoration: none;
	padding: 15px 15px;
	box-sizing: border-box;
}
.solution_button a:link,
.solution_button a:active{
	color: #222222;
	background-color: #ffffff;	
}
.solution_button a:hover{
	color: #ffffff;
	background-color: #2e2e2e;	
}

.solution_facebook_img{
	width:50%;
}

/*--------------------------------------
	GIGAスクール構想ページ
--------------------------------------*/

.giga_title dl{
	padding:8px;
	}
.giga_title dl dt{
	margin: 8px 0 8px;
	font-size:1.3em;
	}
.giga_title dl dd{
	font-size:1.1em;
	}
.giga_school h1.giga_school_top{
	margin: 0!important;
	text-align: center;
	background-color: #070b14;
}
.giga_school h1.giga_school_top img{
	vertical-align: top;	
}
.giga_school h2.giga_theme {
  position: relative;
  background: #eeeeee;
  padding: 8px 5px 6px 20px!important;
  font-size: 19px!important;
  color: #333333;
  border-radius: 0 10px 10px 0;
  margin:50px 0 28px 0px;
}

.giga_school h2.giga_theme:before {
  font-family: "Font Awesome 5 Free";
  content: '';
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #192649;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px!important;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.giga_school strong{
	font-size: 1.2em!important;	
}

.giga_school .lsmallwrap .thumbnail{
	border: 1px solid #dddddd;	
}

.giga_school .giga_Btn{
    background: #f59b14;
    color: #fff;
    display: block;
    text-align:center;
    text-decoration: none;
    font-size: 14px;
    margin:10px 0 0;
    padding: 10px 0;
}
.giga_school .giga_Btn:link,
.giga_school .giga_Btn:visited,
.giga_school .giga_Btn:hover{
	text-decoration: none;
}
.giga_school .giga_Btn:hover{
    background:#faaf41;
    color: #fff;
}